.container{
	margin-left: auto;
	margin-right: auto;
	width: 1320px;
	position: relative;
}
/* 头部~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
header{
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	font-family: "Roboto", sans-serif;
}
header .transparent-header{
	width: 100%;
	height: 100%;
	margin-top: 20px;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
header .transparent-header-2{
	margin-top:0;
	background-color: #fff;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
/* 头部-LOGO */
header .transparent-header .container{
	height: 90px;
		background-color: #ffffff;
	line-height: 90px;
}
header .transparent-header .container .logo-box{
	display: inline-block;
	height: 90px;
	vertical-align: top;
	padding: 10px 0;
	margin-right: 80px;
	box-sizing: border-box;
}
header .transparent-header .container .logo-box a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: "Roboto", sans-serif;
}
header .transparent-header .container .logo-box .logo{
	display: inline-block;
	width: 65px;
	height: 65px;
	background-color: #ff5e14;
	border-radius: 8px;
	background-image: url(../img/LOGO.png);
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 15px;
}
header .transparent-header .container .logo-box .logo-font{
	display: inline-block;
	vertical-align: top;
}
header .transparent-header .container .logo-box .logo-font h1{
	font-size: 36px;
	line-height: 42px;
	font-family: "arial black";
	color: #424242;
}
header .transparent-header .container .logo-box .logo-font h2{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
/* 头部- 导航 */
header nav{
	display: inline-block;
	font-size: 14px;
}
header nav ul li{
	float: left;
	margin-right: 40px;
	font-weight: bold;
	color: #777777;
}
header nav ul li a{
	color: #777777;
	display: block;
	width: 100%;
	height: 100%;
}
header nav ul li a:hover{
	color: #424242
}
header nav ul li .submenu{
	display: none;
}
/* 头部-登录 */
header .loginBar_box{
	position: absolute;
	right: 0;
	top: 0;
}
header .loginBar_box>div{
	display: inline-block;
	margin-right: 20px;
}
/* 语言 */
header .loginBar_box .language{
	display: inline-block;
	width: 80px;
	text-align: center;
	font-size: 16px;
	color: #666;
	position: relative;
	font-weight: 600;
}
header .loginBar_box .language .submenu{
	display: none;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 99%;
	width: 150px;
	line-height: 50px;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #ff5e14;
}
header .loginBar_box .language:hover .submenu{
	display: block;
}
header .loginBar_box .language .submenu:hover{
	display: block;
}
header .loginBar_box .language .submenu li a{
	display: block;
	color: #666666;
}
header .loginBar_box .language .submenu li a:hover{
	color: #ff5e14;
	text-decoration: underline;
}
/* 联系我们 */
header .loginBar_box .quatation{
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	background-color: #ff5e14;
	cursor: pointer;
}
header .loginBar_box .quatation:hover{
	background-color: #000000;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
header .loginBar_box .quatation a{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;

}
/* 内容~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
main{
	margin-top: 0;
}
/* 标题 */
main section .container .section-title-wrapper {
	margin-bottom: 50px;
}
main section .container .section-title-wrapper .section-pre-title{
	font-size: 14px;
	font-weight: 500;
	color: #ff5e14;
	display: inline-block;
	margin-bottom: 5px;
}
main section .container .section-title-wrapper .section-title{
	font-size: 60px;
	font-weight: 600;
	color: #222222;
	font-family: "Poppins", sans-serif;
	margin-top: 0px;
	line-height: 1.16;
}
/* 主页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
main section.item_home{
	background-image: url(../img/item_home/map.png);
	min-height: 850px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222222;
	position: relative;
	padding-top: 200px;
	box-sizing: border-box;
}
/* 主页——背景 */
main section.item_home .home_bg{
	background-image: url(../img/item_home/hero-bg.jpg);
	position: absolute;
	right: 0;
	top: 0;
	width: 830px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
main section.item_home .home_bg::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 94, 20, 0.7)
}
/* 主页——内容 */
main section.item_home .container p{
	font-size: 20px;
	color: #ffffff;
	opacity: 0.6;
	display: inline-block;
	margin-bottom: 10px;
}
main section.item_home .container h2{
	width: 550px;
	font-size: 72px;
	line-height: 90px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 40px;
}
main section.item_home .container .home_btn_box .link_quatation{
	display: inline-block;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 35px;
	color: #ffffff;
	font-weight: 700;
	background: #ff5e14;
	margin-right: 20px;
}
main section.item_home .container .home_btn_box .link_quatation:hover{
	background-color: #000000;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
main section.item_home .container .home_btn_box .link_aboutUs{
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	background: transparent;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	z-index: 1;
}
main section.item_home .container .home_btn_box .link_aboutUs::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 80px;
	background: rgba(255, 94, 20, 0.2);
	z-index: -1;
}
main section.item_home .container .home_btn_box .link_aboutUs:hover::before{
	width: 100%;
	background: #ff5e14;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
main section.item_home .container .video_box{
	position: absolute;
	top: 0;
	right: 0;
	width: 696px;
	height: 390px;
	background-color: #fff;
	display: flex;
	align-items: center; /*定义body的元素垂直居中*/
	justify-content: center; /*定义body的里的元素水平居中*/
	background-image: url(../img/item_home/船仰视1.jpg);
	background-position: center;
	background-size: 100% 100%;
}
main section.item_home .container .video_box video{
	width: 696px;
	height: 400px;
	display: none;
}
main section.item_home .container .video_box .video_btn{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: relative;
	cursor: pointer;
	/* display: none; */
}
main section.item_home .container .video_box .video_btn .btn_1{
	font-size: 60px;
	-webkit-transition-property: -webkit-transform;
	   -webkit-transition-duration: 1s;
	   -moz-transition-property: -moz-transform;
	   -moz-transition-duration: 1s;
	   -webkit-animation:rainbow 1s infinite;
	   -moz-animation:rainbow 1s infinite;
	   -o-animation:rainbow 1s infinite;
	   animation:rainbow 1s infinite;
}
main section.item_home .container .video_box .video_btn .btn_2{
	position: absolute;
	left: -26px;
	top: -20px;
	width: 140px;
	height: 140px;
	text-align: center;
	line-height: 140px;
	font-size: 120px;
	font-weight: 900;
}
main section.item_home .container .video_box .video_btn .btn_2{
	   transform-origin: center;
-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation:rainbow 1s infinite, rotate 3s linear infinite;
    -moz-animation:rainbow 1s infinite, rotate 3s linear infinite;
    -o-animation:rainbow 1s infinite, rotate 3s linear infinite;
    animation:rainbow 1s infinite, rotate 3s linear infinite;
}
@-webkit-keyframes rainbow {
    0% {
        color: #fff;
    }
    25% {
        color: #f90;
    }
    50% {
        color: #ff5e14;
    }
    75% {
        color: #f90;
    }
    100% {
        color: #fff;
    }
}
@-moz-keyframes rainbow {
    0% {
        color: #DDDDDD;
    }
    25% {
        color: #f90;
    }
    50% {
        color: #ff5e14;
    }
    75% {
        color: #f90;
    }
    100% {
        color: #DDDDDD;
    }
}
@keyframes rainbow {
    0% {
        color: #DDDDDD;
    }
    25% {
        color: #f90;
    }
    50% {
        color: #ff5e14;
    }
    75% {
        color: #f90;
    }
    100% {
        color: #DDDDDD;
    }
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
/* 主营~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
main section.item_MainBusiness .container::after{
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
main section.item_MainBusiness .container .details_block{
	display: inline-block;
	width: 410px;
	height: 380px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
	text-align: center;
	margin-top: -80px;
	/* z-index: 2; */
	background-color: #FFFFFF;
	margin-right: 40px;
}
main section.item_MainBusiness .container .details_block:last-child{
	margin-right: 0;
}
main section.item_MainBusiness .container .details_block .block_border{
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 100%;
	padding: 40px;
	padding-top: 20px;
	box-sizing: border-box;
}
main section.item_MainBusiness .container .details_block:hover .block_border{
	border-color: #ff5e14;
}
main section.item_MainBusiness .container .details_block .block_border>i{
	font-size: 160px;
	color: #ff5e14;
}
main section.item_MainBusiness .container .details_block:hover .block_border>i{
	display: none;
}
main section.item_MainBusiness .container .details_block .block_border>.photo{
	display: none;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: 0 auto;
	background-image: url(../img/mainBusiness/堆场加船.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
main section.item_MainBusiness .container .details_block .block_border>.photo.photo_jigang{
	background-image: url(../img/mainBusiness/堆场加船.png);
}
main section.item_MainBusiness .container .details_block .block_border>.photo.photo_sanhuo{
	background-image: url(../img/mainBusiness/散货叉车.jpg);
}
main section.item_MainBusiness .container .details_block .block_border>.photo.photo_soc{
	background-image: url(../img/mainBusiness/集装箱堆场.jpg);
}
main section.item_MainBusiness .container .details_block:hover .block_border>.photo{
	display: block;
}
main section.item_MainBusiness .container .details_block .block_border>h3{
	font-size: 24px;
	line-height: 33px;
	font-weight: 600;
	color: #222;
}
main section.item_MainBusiness .container .details_block .block_border>p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #777;
}
/* 简介~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
main section.item_companyApproch .container{
	padding-top: 80px;
	position: relative;
}
main section.item_companyApproch .container .about{
	width: 660px;
	padding: 15px;
	box-sizing: border-box;
}

main section .container .about .about_content .about_content-wrapper p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #777777;
	padding-right: 80px;
	margin-bottom: 25px;
}
main section .container .about .about_content .about_content-wrapper .about_content-thumb{
	float: left;
	margin: 10px 15px 15px 0;
	vertical-align: top;
}
main section .container .about .about_content a.link-btn{
	color: #1a1a2b;
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	background: transparent;
	font-weight: 700;
	text-align: center;
	z-index: 1;
}
main section .container .about .about_content a.link-btn::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: rgba(255, 94, 20, 0.2);
	z-index: -1;
	background: #ccc;
}
main section .container .about .about_content a.link-btn:hover{
	color: #FFFFFF;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
main section .container .about .about_content a.link-btn:hover::before{
	width: 100%;
	background: #ff5e14;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
main section.item_companyApproch .container .about_photo{
	position: absolute;
	right: 0;
	top: 100px;
	width: 640px;
	height: 500px;
	background-image: url(../img/about/堆场加船.png);
	background-position: center;
	background-size: 100% 1005;
	background-repeat: no-repeat;
}
/* 优势~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

main section.item_companyAdvantage .container{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
/* 优势项目 */
main section.item_companyAdvantage .container .advantage_item{
	width: 600px;
	margin-top: 20px;
}
main section.item_companyAdvantage .container .advantage_item ul li:not(:last-child){
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
main section.item_companyAdvantage .container .advantage_item ul li i{
	float: left;
	margin-right: 22px;
	line-height: 1;
	font-size: 75px;
	color: #ff5e14;
	display: block;
}
main section.item_companyAdvantage .container .advantage_item ul li h4{
	font-family: "Poppins", sans-serif;
	color: #1a1a2b;
	margin-top: 0px;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 1;
}
main section.item_companyAdvantage .container .advantage_item ul li p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #777777;
}
/* 优势 */
main section.item_companyAdvantage .container .advantage{
	width: 660px;
	padding: 15px;
	box-sizing: border-box;
	float: right;
}

main section.item_companyAdvantage .container .advantage .advantage_content .advantage_content-wrapper p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #777777;
	padding-right: 150px;
	margin-bottom: 25px;
}
main section.item_companyAdvantage .container .advantage .advantage_content .support{
	border: 6px solid #ffeeee;
	padding: 45px 0px 35px 54px;
	position: relative;
}
/* 紧急支持 */
main section.item_companyAdvantage .container .advantage .advantage_content .support::before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border: 6px solid #ffeeee;
	    border-top-color: rgb(255, 238, 238);
	    border-top-style: solid;
	    border-top-width: 6px;
	    border-right-color: rgb(255, 238, 238);
	    border-right-style: solid;
	    border-right-width: 6px;
	top: 50%;
	left: -12px;
	transform: translateY(-50%) rotate(45deg);
	border-top: #fff;
	border-right: #fff;
	z-index: 3;
	background: #fff;
}
main section.item_companyAdvantage .container .advantage .advantage_content .support>i{
	float: left;
	margin-right: 30px;
	font-size: 40px;
	color: #ff5e14;	
}
main section.item_companyAdvantage .container .advantage .advantage_content .support .support_about p{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #777777;
}
main section.item_companyAdvantage .container .advantage .advantage_content .support .support_about span{
	font-size: 50px;
	font-weight: 700;
	color: #ff5e14;
	line-height: 1;
}
/* 企业形象 */
main section.item_companyImage{
	background-color: #222;
}
main section.item_companyImage .container{
	padding-top: 90px;
	padding-bottom: 100px;
	position: relative;
}
main section.item_companyImage .container .image_left{
	width: 640px;
}
main section.item_companyImage .container .image_left .image_content .stroke-text{
	font-family: "Poppins", sans-serif;
	color: #1a1a2b;
	margin-top: 0px;
	font-weight: 700;
	-webkit-text-fill-color: transparent;
	font-size: 120px;
	color: #ff5e14;
	-webkit-text-stroke-color: #ff5e14;
	-webkit-text-stroke-width: 1px;
	-moz-text-stroke-color: #ff5e14;
	-moz-text-stroke-width: 1px;
	-moz-text-fill-color: transparent;
	line-height: 90px;
	display: inline-block;
	margin-bottom: 20px;
}
main section.item_companyImage .container .image_left .image_content .bold-text{
	font-family: "Poppins", sans-serif;
	margin-top: 0px;
	line-height: 1.16;
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}
main section.item_companyImage .container .image_left .image_content>p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
	color: #afafaf;
	padding-right: 155px;
}
main section.item_companyImage .container .image_left .image_btn .btn_Switch{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 50%;
	background-color: #343434;
	margin-right: 5px;
	cursor: pointer;
	
}
main section.item_companyImage .container .image_left .image_btn .btn_Switch:hover{
	background-color: #ff5e14;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/* 图片 */
main section.item_companyImage .container .image_photo{
	position: absolute;
	top: 60px;
	right: 0;
	width: 760px;
	height: 420px;
	background-color: #fff;
	overflow: hidden;
}
main section.item_companyImage .container .image_photo .photo_box{
	width: calc(760px * 3);
}
main section.item_companyImage .container .image_photo img{
	width: 760px;
	height: 420px;
	float: left;
}
/* 新闻咨询 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 新闻咨询——左边 */
main section.item_news .container{
	/* background-color: #000000; */
	padding-top: 80px;
	padding-bottom: 80px;
}
main section.item_news .container .details_left{
	width: 620px;
	cursor: pointer;
	/* height: 500px; */
	position: absolute;
	left: 0;
	top: 100;
	border: 1px solid #CCCCCC;
}
main section.item_news .container .details_left:hover{
	border: 1px solid #ff5e14;
}
main section.item_news .container .details_left .artical_preview{
	margin-bottom: 0;
	border: none;
}
main section.item_news .container .details_left:hover .artical_preview{
	opacity: 1;
	color: #ff5e14;
	border: none;
}
main section.item_news .container .details_left:hover .artical_summary{
	color: #ff5e14;
	opacity: 0.8;
}
/* 图片 */
main section.item_news .container .details_left .pic_preview{
	height: 360px;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}
main section.item_news .container .details_left .pic_preview img{
	width: 100%;
	height: 100%;
}
main section.item_news .container .details_right{
	margin-left: 640px;
}
/* 文章标题 */
main section.item_news .container .artical_preview{
	background-color: rgba(255,255,255,0.4);
	height: 100px;
	padding: 16px;
	box-sizing: border-box;
	line-height: 34px;
	color: #1a1a2b;
	margin-bottom: 20px;
	opacity: 0.8;
	cursor: pointer;
	border: 1px solid #CCCCCC;
}
main section.item_news .container .artical_preview:hover{
	border: 1px solid #ff5e14;
}
main section.item_news .container .artical_preview:hover{
	opacity: 1;
}
main section.item_news .container .artical_preview a{
	display: block;
	width: 100%;
	height: 100%;
	color: #1a1a2b;
}
main section.item_news .container .artical_preview:hover a{
	color: #ff5e14;
}
main section.item_news .container .artical_preview .artical_date{
	float: left;
	width: 100px;
	/* height: 100px; */
	text-align: center;
	border-right: 1px solid #CCCCCC;
	margin-right: 20px;
}
main section.item_news .container .artical_preview .artical_date p:nth-child(1){
	font-size: 24px;
}
main section.item_news .container .artical_preview .artical_date p:nth-child(2){
	font-size: 20px;
}
main section.item_news .container .artical_preview .artical_title{
	font-size: 20px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 700;
}
main section.item_news .container .artical_preview .artical_summary{
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
main section.item_news .container .artical_preview:hover .artical_summary{
	color: #ff5e14;
	opacity: 0.8;
}
/* 底部 */
footer{
	background-color: #222222;
}
footer .container{
	padding-top: 80px;
	padding-bottom: 100px;
}
footer .container .footer_item{
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
}
footer .container .footer_item:last-child{
	margin-right: 0px;
}
footer .container .footer_item:hover .footer_item_title::after{
	width: 100px;
}
footer .container .footer_item .footer_item_title{
	font-family: "Poppins", sans-serif;
	margin-top: 0px;
	font-weight: 700;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	padding-bottom: 18px;
	line-height: 1;
	margin-bottom: 26px;
}
footer .container .footer_item .footer_item_title::before,
footer .container .footer_item .footer_item_title::after{
	    position: absolute;
	    content: "";
	    bottom: 0;
	    left: 0;
	    width: 100px;
	    height: 2px;
	    background: #333333;
}
footer .container .footer_item .footer_item_title::after{
	    width: 30px;
	    background: #ff5e14;
	    -webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
}
footer .container .footer_item .footer_list li{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #ffffff;
	opacity: 0.5;
	position: relative;
	line-height: 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
footer .container .footer_item .footer_list li:hover{
	opacity: 1;
}
footer .container .footer_item .footer_list li a{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #ffffff;
	opacity: 0.5;
	padding-left: 20px;
	position: relative;
	line-height: 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
footer .container .footer_item .footer_list li a:hover{
	color: #FFFFFF;
	opacity: 1;
}
footer .container .footer_item .footer_list li a::before{
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
footer .container .footer_item .footer_list li a:hover::before{
	background: #ffffff;
	opacity: 1;
}
footer .container .footer_item .navigation{
	display: inline-block;
	width: 300px;
	height: 180px;
	background-image: url(../img/footer/navigation.png);
	background-position: center;
	background-size: 100% 100%;
}
