.header{
	display: -webkit-flex;
	display: flex;
	  -webkit-align-items: center;
	 align-items: center;
	margin: 0 auto;
	padding: 0 98px;
	 -webkit-justify-content:space-between;
	justify-content:space-between;
	position: relative;
	box-shadow: 0 1px 10px #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo aside{
	float:right;
	padding-left:10px;
	padding-top:10px;
}
.logo h3{
	
	font-size:24px;
	font-weight:bold;
}
.logo p{
	color: #666;
    font-size: 15px;
    line-height: 30px;
}
.nav ul{
	display: -webkit-flex;
	display: flex;
}
.nav li{
	padding:0 40px;
	font-size: 1.6rem;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	position: relative;
	text-align: center;
}
.nav li a{
	line-height: 24px;
    padding: 38px 0;
}
.nav li dl{
	position: absolute;
	top:100px;
	left:0;
	z-index: 99999999999;
	width: 100%;
	background: #1475c2;
	text-align: center;
	display: none;
}
.nav li dl dd{
	line-height:40px;
	position: relative;
}
.nav li dl dd a{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	color:#fff;
	padding: 10% 4%;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav li dl dd a:hover{
	background:#444;
}
.nav li a::before {
    content: "";
    top: 0;
    left: 50%;
    width: 0;
    height: 4px;
   	background: #0056a4;
    border-radius: 10px;
    display: block;
    position: absolute;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;

}
.nav li a{
	position: relative;;
	display:block;
}
.nav li a:hover::before{
	width: 100%;
	 left: 0%;
}
.nav li a.sub_nav{
	color:#1475c2;
}
.nav li a.sub_nav::before{
	 position: absolute;
	width: 100%;
	 left: 0%;
	  height: 4px;
}
.nav li dl dd:hover dl.threenav{
	
	display:none;
	position: absolute;
	top: 0;
	left: 100%;
	background: rgba(20,117,194,.8);
}

.top_right{
	display: -webkit-flex;
	display: flex;
	  -webkit-align-items: center;
	 align-items: center;
}

.top_right i{
	vertical-align: middle;
	font-size: 2.5rem;
	color:#999999;
}
.fx{
	padding-right: 37px;
}
.ss{
	padding-left: 37px;
}

.top_right div:hover i{
	color: #0b91f9;
}
/*.top_right div{
	right:0;
	z-index: 2;
}*/
.search dl{
	position: absolute;
	top:100px;
	z-index: 99999999;
	right: -100px;
}
.top_right div input{
	width: 500px;
	height: 80px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding-left: 20px;
	
}
.top_right div button{
	color: #fff;
	width: 20%;
	height: 100%;
	background: #0b91f9;
	position: absolute;
	right:110px;
	bottom: 0;
	z-index: 3;
}
.top_right dl{
	display: none;
}

.page1{
	padding: 70px 0;
}
.page_pro{
	max-width: 76%;
	margin: 0 auto;
	text-align: center;
}
.pro_title h3{
	font-size: 3rem;
	font-weight: bold;
	color: #05398e;
	padding-bottom: 20px;
	background: url(../images/title_bg.jpg) no-repeat center bottom;
}
.pro_title h3 span{
	font-size: 3rem;
	font-weight: bold;
	color: #ff9c00;
}
.pro_title p{
	font-size: 1.6rem;
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
}
.pro_title{
	margin-bottom: 45px;
}
.pro_img ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	flex-wrap: wrap;
}
.pro_img ul li{
	width: 24%;
	/* padding: 38px 10px 40px 10px; */
	background: #fff;
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	border: 1px solid #eee;
	height:224px;
	overflow:hidden;
	margin-bottom:15px;
	margin-right:1%;
}
.pro_img ul li a{
	display:block;
	height:187px;
	overflow:hidden;
}
.pro_img ul li:nth-child(4n){
	margin-right:0;
}
.pro_img ul li:hover{
	transform: translateY(-30px);
}
.pro_img ul li h3{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_img ul li h6{
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
.pro_img ul li p{
	font-size: 1.3rem;
	color: #666666;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto;
	height: 37px;
	line-height: 37px;
	
	
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s
}
.pro_img ul li:hover p{
	background: #05398e;
	color: #fff;
}
.pro_img ul li a img{
	    height: -webkit-fill-available;
    object-fit: cover;
    width: -webkit-fill-available;
}
.mobile_pro_img{display: none;}
.mobile_pro_img .swiper-slide{
	padding: 38px 10px 40px 10px;
	background: #e9edf7;
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.mobile_pro_img h3{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
.mobile_pro_img h6{
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 63px;
}
.mobile_pro_img p{
	font-size: 1.3rem;
	color: #666666;
	font-weight: 400;
	text-transform: uppercase;
	width: 40%;
	margin: 0 auto;
	height: 37px;
	line-height: 37px;
	margin-top: 63px;
	border:1px solid #999;
	border-radius: 5px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s
}
.page2{
	background: url(../images/about_bg.jpg) no-repeat center top;
}
.about_right{
	width: 50%;
	padding: 93px 85px 45px 100px;
}
.about_con{
	margin-bottom: 100px;
}
.about_right .about_con h3{
	color: #05398e;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 45px;
}
.about_right .about_con h4{
	font-size: 3.2rem;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.about_right .about_con h5{
	font-size: 1.6rem;
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.about_right .about_con p{
	display: block;
	font-size: 1.5rem;
	color: #666;
	font-weight: 450;
	line-height: 2;
	height: 120px;
	overflow: hidden;
	text-overflow:ellipsis;

}
.about_right ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:inherit;
}
.about_right li{
	width: 25%;

}
.about_right li a div{
	width: 66px;
	height: 66px;
	text-align: center;
	background: rgba(0,0,0,0);
	border:1px solid #05398e;
	border-radius: 50%;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	margin: 0 auto;
}
.about_right li:hover a div{
	transform: rotateY(180deg);
	background: #fff;
}
.about_right li a div i{
	font-size: 3.6rem;
	line-height: 66px;
	color: #666;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.about_right li:first-child a div i{
	font-size: 4rem;
}
.about_right li:nth-child(2) a div i{
	font-size: 3rem;
}
.about_right li:nth-child(4) a div i{
	font-size: 3rem;
}
.about_right li:hover a i{
	color: #05398e;
}
.about_right li a p{
	text-align: center;
	font-size: 1.4rem;
	color: #666;
	margin-top: 16px;
}

.page3{
	padding: 67px 0 73px 0;
}
.in_news{
	width: 76%;
	margin: 0 auto;
}
.news_title h3{
	font-size: 3.6rem;
	color: #444444;
	font-weight: 450;
	text-align: center;
}
.news_nei ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.news_nei ul li{
	width: 24%;
	overflow: hidden;
}
.in_news_time{
	font-size: 1.2rem;
	color: #666;
	margin-top: 25px;
}
.in_news_time i{
	margin-right: 8px;
}
.news_nei li h3{
	font-size: 1.6rem;
	color: #444;
	font-weight:bold;
	margin-top: 30px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_nei li p{
	font-size: 1.2rem;
	color: #777;
	margin-top: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.jiantou{
	margin-left: -80px;
	background: url(../images/danjiantou.jpg) no-repeat 80px center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.jiantou h6{
	color: #e1914c;
	font-size: 1.1rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_nei li:hover h3{
	color: #029be7;
}
.news_nei li:hover p{
	color: #000;
}
.news_nei li:hover .jiantou{
	margin-left: 0;
	background: url(../images/danjiantou_h.jpg) no-repeat 80px center;
}
.news_nei li:hover .jiantou h6{
	color: #e1914c;
}
.in_sc{
	max-width: 100%;
	position: relative;
}
.in_sc h3{
	font-size: 3.6rem;
	font-weight: 500;
	position: absolute;
	left:25%;
	top:68px;
}
.in_sc p{
	color: #666666;
	font-size: 1.5rem;
	position: absolute;
	left:25%;
	top:132px;
}

.footer_list{
	padding: 30px 0 40px 0;
	background: url(../images/footer_bg.jpg) repeat-y center top;
}
.classify h1{
	font-size: 1.6rem;
	color: #fff;
	font-weight: 500;
	padding-bottom: 30px;
}
.gr_kuai{
	width: 100px;
	height: 1px;
	background: #484848;
}
.classify ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.classify li a{
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #c2c2c2;
	line-height: 45px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.classify li a:hover{
	color: #0798fb;
}
.footer_con{
	width: 33%;
}
.foo_top h3{
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.foo_top p{
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 5px;
}
.foo_top h4{
	font-size: 2.4rem;
	font-weight: 400;
	color: #fff;
}
.foo_top .bdsharebuttonbox{
	padding:10px 0;
	border-bottom: 1px solid #666;
}
.foo_top .bdsharebuttonbox a{
	color: #666;
	margin-right: 13px;
}
.foo_top .bdsharebuttonbox a i{
	font-size: 2.4rem;
	color: #666;
}
.foo_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 20px;
}
.foo_bottom p{
	color: #c2c2c2;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
	text-align:center;
}
.footer_listul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	width: 56%;
}

.about_banner{
	position: relative;
}

.banner_zi{
	position: absolute;
	z-index: 2;
	left:0;
	top:40%;
	width:100%;
	font-size: 4.8rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	text-align: center;

}
.erji ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	
}
.erji ul li{
	width: 25%;
	height: 68px;
	background: #fff;
	/* border:1px solid #d2d2d2; */
	border-right: none;
	text-align: center;

}
.erji ul li.blue{
	background: #006ab8;	
}
.erji ul li.blue a{
	color: #fff;	
}
.erji ul li a{
	display: block;
	line-height: 68px;
	font-size: 1.6rem;
	color: #666666;
	font-weight: 400;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.erji ul li:houver a{
	font-size: 1.8rem;
	color: #fff;
}
.about_cfimg ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.about_cfimg ul li{
	width: 32%;
	position: relative;
	margin:1% 2% 1% 0;
	background: #eee;
	overflow: hidden;

}
.about_cfimg ul li:nth-child(3n){
	margin: 1% 0 1% 0;
}
.about_cfimg ul li figure{
	width: 100%;
	overflow: hidden;
}
.about_cfimg ul li figure img{
	width: 100%;
}
.about_cfimg ul li a{
	width: 100%;
	display: block;
}
.about_cfimg ul li figcaption{
	z-index: 99;
	height: 285px;
	position: absolute;
	bottom:-240px;
	left:0;
	margin: 0 auto;
	background: rgba(0,0,0,.5);
	width: 100%;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	text-align: center;
	pointer-events: none;
}
.about_cfimg ul li figcaption p{
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 46px;
}
.about_cfimg ul li figcaption i{
	display: block;
	font-size: 4.8rem;
	color: #fff;
	margin:70px 0 20px 0;
}
.about_cfimg ul li figcaption h5{
	font-size: 2.4rem;
	color: #fff;
	font-weight: 500;
}
.about_cfimg ul li:hover figcaption{
	-webkit-transform:translateY(-240px);
	-ms-transform:translateY(-240px);
	-o-transform:translateY(-240px);
	transform:translateY(-240px);
}
.about_cfimg ul li p{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.about_cfimg ul li:hover p{
	opacity: 0;
}
.about_title{
	font-size: 3.6rem;
	font-weight: 500;
	color: #006ab8;
	text-align: center;
	margin-bottom: 38px;
}
.about_page1{
	padding: 95px 0 80px 0;
}
.loading{
	text-align: center;
	margin-top: 50px;
}
.loading a{
	font-size: 1.4rem;
	color: #999;
}
.loading a i{
	display: inline-block;
	margin-top: 5px;
	font-size: 1.8rem;
	color: #990;
}

.about_body{
	text-align: center;
}
.about_body h3{
	font-size: 2.4rem;
	color: #444;
	font-weight: 500;
	padding-bottom: 5px;
}
.about_body h6{
	font-size: 1.3rem;
	color: #444;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.about_neirong{
	width: 84%;
	margin: 0 auto;
}
.about_neirong p{
	font-size: 1.5rem;
	color: #444;
	line-height: 3.2;
}


.news_title{
	font-size: 3.6rem;
	font-weight: 500;
	color: #006ab8;
	text-align: center;
	margin-bottom: 35px;
}
.news_page1{
	padding: 65px 0 70px 0;
	
}
.news_erji ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.news_erji ul li{
	width: 50%;
	height: 68px;
	background: #fff;
	border:1px solid #d2d2d2;
	text-align: center;
	margin-top: -34px;
}
.news_erji ul li.blue{
	background: #006ab8;	
}
.news_erji ul li.blue a{
	color: #fff;	
}
.news_erji ul li a{
	line-height: 68px;
	font-size: 1.6rem;
	color: #666666;
	font-weight: 400;
}
.news_content ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-top: 60px;
}
.news_content ul li{
	width: 32%;
	padding: 1%;
	overflow: hidden;
	background: #fff;
	border:1px solid #fff;
	box-shadow: 0 0 10px #e1e1e1;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	margin-top: 2%;
	margin-right: 2%;
}
.news_content ul li:nth-child(3n){
	margin-right: 0;
}
.news_content li h3{
	font-size: 1.6rem;
	color: #444;
	font-weight:bold;
	margin-top: 30px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_content li p{
	font-size: 1.2rem;
	color: #777;
	margin-top: 20px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.jiantou{
	margin-left: -83px;
	background: url(../images/danjiantou.jpg) no-repeat 80px center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.jiantou h6{
	color: #e1914c;
	font-size: 1.1rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_content li:hover{
	border:1px solid #006ab8;
}
.news_content li:hover h3{
	color: #029be7;
}
.news_content li:hover p{
	color: #000;
}
.news_content li:hover .jiantou{
	margin-left: 0;
	background: url(../images/danjiantou_h.jpg) no-repeat 80px center;
}
.news_content li:hover .jiantou h6{
	color: #e1914c;
}
.in_news_img img{
	width: inherit;
	height: inherit;
	object-fit: cover;
}
.news_content .jiantou h6{
	margin-bottom: 15px;
}

.new_ou{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
.new_left{
	width: 75%;
    padding: 2%;
    box-shadow: 1px 0px 4px #cdcdcd;
    background: #fff;
}
.new_right{
	width: 22%;
}
.new_left h3{
	font-size: 32px;
	font-weight: 450;
	padding-bottom: 42px;
	line-height: 1.5;
	color: #333;
}
.new_left h6{
	font-size: 14px;
	color: #333;
	padding-bottom: 8px;
}
.new_contact p{
	font-size: 16px;
	color: #333;
	line-height:3;
	font-weight: 540;
	padding-bottom: 20px;
}
.new_contact{
	color: #333;
	line-height:2;
}
.back_top a{
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	transition: 0.5s;
}
.new_right ul a{
	font-size: 18px;
	font-weight: bold;
	color: #676767;
	padding-left: 15px;
	display: block;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.new_right ul img{
	padding: 6px 10px 0 0;
}
.new_right ul h5{
	font-size: 16px;
	color: #666;
	padding: 24px 0 14px 0;
	display: block;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.new_right ul h6{
	font-size: 14px;
	color: #666;
	display: block;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.new_right ul{
	padding: 55px 4% 46px 6%;
	border: 4px solid #d2d2d2;
}
.new_right ul li:hover a{
	color: #006ab8;
	transform: translateY(10px);
}
.new_right ul li:first-child{
	padding-bottom: 70px;
}
.back_top{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}
.fen_bg{
	height: 36px;
	width: 36px;
	background: #ccc;
	border-radius: 50%;
	text-align: center;
	margin-left: 65px;
	cursor: pointer;
	position: relative;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.fen_bg:hover{
	background: #006ab8;
}
.fen_bg a i{
	color: #fff;
}
.back_top_img{
	padding-top: 10px;
	margin:0 10px 0 30px;
}
.new_right{
	margin-top: 36px;
}

.news_dea_page1{
	
	padding: 50px 0 4% 0;
}

.pro_banner{
	position: relative;
}
.pro_page1{
	padding: 40px 0;
	
	border-bottom: 1px solid #ccc;
}
.pro_daohang{
	margin: 0 auto;
	text-align: center;
}
.inbutt{
	padding-top: 30px;
	width: 40%;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_daohang h3{
	font-size: 3.6rem;
	font-weight: 500;
	padding-top: 24px;
}
.pro_daohang input{
	width: 100%;
	height: 60px;
	padding-left: 20px;
	border:1px solid #ccc;
}
.navigation{
	background:url(../images/prodeta_img2.jpg) no-repeat top center;
}
.navigation article{
	position: relative;
}
.erji{
	position: absolute;
	top:-34px;
	left:0;
	z-index: 9999;
	width: 100%;
}
.pro_daohang button{
	position: absolute;
	right:33px;
	top:50px;
	cursor: pointer;
}
.pro_daohang button i{
	color: #999999;
	font-size: 2.4rem;
	background: #fff;
}

.product_img ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.product_img ul li{
	width: 32%;
	position: relative;
	margin:1% 0;
	background: #fff;
	overflow: hidden;
	margin-right: 1%;
	border:1px solid #dcdcdc;
}
.product_img ul li figure{
	max-height:330px;
	width: 100%;
	overflow: hidden;
}
.product_img ul li figure img{
	vertical-align:middle;
	   height: -webkit-fill-available;
    object-fit: cover;
    width: -webkit-fill-available;
}
.product_img ul li a{
	vertical-align:middle;
	width: 100%;
	display: block;
}
.product_img ul li figure a.boxer{
	vertical-align:middle;
	width: 100%;
	display: flex;
	align-items:center;
	height:330px;
}
.product_img ul li figcaption{
	z-index: 99;
	height: 443px;
	position: absolute;
	bottom:-400px;
	left:0;
	margin: 0 auto;
	background: rgba(0,106,184,.5);
	width: 100%;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	text-align: center;
	pointer-events: none;
}
.product_img ul li figcaption p{
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 46px;
	
}

.product_img ul li figcaption i{
	display: block;
	font-size: 4.8rem;
	color: #fff;
	margin:140px 0 40px 0;
}
.product_img ul li figcaption h5{
	font-size: 2.4rem;
	color: #fff;
	font-weight: 500;
}
.product_img ul li:hover figcaption{
	-webkit-transform:translateY(-380px);
	-ms-transform:translateY(-380px);
	-o-transform:translateY(-380px);
	transform:translateY(-380px);
}
.product_img ul li p{
-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.product_img ul li:hover p{
	opacity: 0;
}
.pro_title{
	font-size: 3.6rem;
	font-weight: 500;
	color: #006ab8;
	text-align: center;
	margin-bottom: 27px;
}
.pro_page1{
	padding: 40px 0 40px 0;
	
}

.pro_deta{
	padding: 60px 0 34px 0;
	background: url(../images/prodeta_img2.jpg) no-repeat center top;
}
.prodeta_img{
	width: 100%;
	float: left;
	border:1px solid #dcdcdc;
}
.pro_jieshao{
	width: 100%;
	float: left;
	margin-top:10px;
}
.pro_dakuang{
	position: relative;
}
.pro_bot{
	width:50%;
	float:right;
}
.pro_jieshao h3{
	float:left;
	width:50%;
	font-size: 2.4rem;
	font-weight: 500;
	color: #006ab8;
	line-height:55px;
	
	
}
.pro_jieshao p{
	font-size: 1.5rem;
	color:#555;
	line-height: 2;
	
}
.pro_jieshao p span{
	color: #333;
}
.pro_jieshao .proulone{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	margin-top: 45px;
}
.pro_jieshao .proulone li{
	width: 33%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-left: 1px solid #dcdcdc;
}
.pro_jieshao .proulone li:nth-child(3){
	border-right:1px solid #dcdcdc;
}
.pro_jieshao .proulone li a{
	font-size: 1.6rem;
	color: #ff4b00;

}
.pro_jieshao .proulone li i{
	font-size: 2.6rem;
}
.pro_jieshao .proultwo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	
}
.pro_jieshao .proultwo li{
	width: 33%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.pro_jieshao .proultwo li a{
	display:inline-block;
}
.pro_jieshao .proulone li a{
	display:inline-block;
}
.pro_jieshao .proultwo li:nth-child(2) i{
	font-size: 5rem;
}
.pro_xiangq {
    width: 100%;
    height: 56px;
    background: #eeeeee;
    margin: 40px 0 20px 0;
}
.pro_xiangq h3 {
    display: block;
    width: 20%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    background: #006ab8;
    font-size: 20px;
    color: #fff;
    font-weight: 450;
}
.prodetail{
	padding:3%;
	line-height:2;
	font-size:1.4rem;
	color:#444;
}
.prodetail video{
	max-width: 100%;
}
.pro_viedo{
	text-align: center;
	margin-bottom: 30px;
}
.pro_p{
	font-size: 1.5rem;
	font-weight: 500;
	color: #666;
	line-height: 3;
}

.atlas_banner{
	height: 400px;
	background: url(../images/atlas_banner.jpg) no-repeat center center;
}
.atlas{
	padding: 60px 0 40px 0;
	
}


.w945{
	max-width: 945px;
	margin: 0 auto;
}
.liuyan h1{
	font-size: 3.6rem;
	font-weight: 500;
	color: #006ab8;
	text-align: center;
	margin-bottom: 5%;
}
.liuyan h3{
	font-size: 2.6rem;
	font-weight: 500;
	color: #494544;
	text-align: center;
	margin-bottom: 5.2%;

}
.zx_message{
	padding: 60px 0 40px 0;
	
}
.message li{
	padding-bottom: 20px;
}
.message input{
	height:45px;
	line-height: 45px;
	border-radius: 10px;
	border:1px solid #dadada;
	box-shadow: 0 0 10px #eee;
}
.message li:first-child{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:first-child input{
	width:32%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li textarea{
	border:1px solid #dadada;
	width: 100%;
	height:300px;
	padding:2%;
	border-radius: 10px;
	box-shadow: 0 0 10px #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3){
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:nth-child(3) input{
	width:100%;
	padding:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.message li:nth-child(3) button{
	width: 25%;
	font-size: 16px;
	line-height:45px;
	height: 45px;
	color:#fff;
	border-radius: 10px;
	background: #ff5000;
}
.yzm{
	width: 60%;
	position: relative;
}
.yzm img{
	position: absolute;
	right:0px;
	top:0px;
	z-index: 2;
}

.contact_b{
	padding: 60px 0 60px 0;
	background: url(../images/prodeta_bg.jpg) no-repeat top center;
}
.contact_title{
	text-align: center;
}
.contact_title h1{
	font-size: 3.6rem;
	color: #0374c6;
	font-weight: 500;
	margin-bottom: 30px;
}
.contact_title i{
	font-size: 2.4rem;
	color: #ff5000;
}
.contact_title h4{
	font-size: 2rem;
	font-weight: 500;
	margin-top: 8px;
}
.contact_b ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 5.5%;
}
.contact_b ul li{
	width: 25%;
	text-align: center;
	border-left: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_b ul li i{
	display: block;
	font-size: 3.2rem;
	color: #666;
	margin-bottom: 30px;
}
.contact_b ul li p{
	display: block;
	font-size: 1.6rem;
	color: #666;
}
.contact_b ul li:nth-child(4){
	border-right: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.erji ul li:houver a{
	font-size: 1.8rem;
	color: #fff;
}
.menu_down{
	display: none;
}
.menu{
	display: none;
}
.phone_logo{
	display: none;
}
.shangcheng{
	position: absolute;
}
.wailian a{
	display: block;
	text-align: center;
	width: 116px;
	height: 40px;
	line-height: 40px;
	background:rgba(3,116,198,0.8);
	position: absolute;
	left: -25px;
	bottom: -39px;
	color: #fff;
	z-index: 44;
}

.top_right .fenxiang{
	position: relative;
	cursor: pointer;
	border-right: 1px solid #ccc;
}

.fen_bg i{
	color: #fff;
	line-height: 36px;
}
.share{
	width:200px;
	display: none;
	position: absolute;
	left:-50px;
	top:30px;
	z-index: 99999999;
}
.share2{
    width: 200px;
    display: none;
    position: absolute;
    left: -50px;
    top: 50px;
    z-index: 99999999;
}
.about_left{
	width: 50%;
	height: fit-content;
}
.about_left img{
	object-fit: cover;
	height: inherit;
}
.prodetail iframe{
	width:100%;
	height:500px;
}
.copy{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.proatl{
	padding: 2% 0;
	line-height: 2.4;
	font-size: 2.2rem;
}
.proatl p{
	font-size: 1.8rem;
	color: #333;
}
.prodeta_img .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	top:auto;
	left:auto;
	bottom: 0;
	right: 0px;
	background: url(../images/next.jpg)no-repeat center center;
	width: 50px;
	height: 50px;

}
.prodeta_img .swiper-button-prev, .swiper-container-rtl .swiper-button-prev{
	top:auto;
	left:auto;
	bottom: 0;
	right: 50px;
	background: url(../images/prev.jpg)no-repeat center center;
	width: 50px;
	height: 50px;
}
.footer_listul .classify{
	width: 19%;
}
.footer_listul .classify ul li{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_news_img{
	width: 358px;
	height: 260.3px;
	overflow: hidden;
}
.pro_imgen ul li h3{
	font-size:2rem;
}
.naven li{
	padding:0 20px
}
.about_logo{
	text-align: center;
	width:100%;
	padding-bottom: 40px;
}
.ewm_img{
	width:80px;
	height:80px;
	margin-right:35px;
}
.prodeta_img .swiper-slide{
	text-align:center;
}
.prodeta_img .swiper-slide img{
	height:430px;
}
.shuiyin{
	position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99999999;
    left: 0;
    top: 0;
    pointer-events: none;
}
.allifr{
	position: relative;
}
.prodeta_img .swiper-pagination-bullet{
	width: 25px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      font-size: 12px;
      color: #fff;
      opacity: 1;
      background: rgba(1, 107, 184, 1);
}
 .prodeta_img .swiper-pagination-bullet-active {
      color: #fff;
      background: red;
    }