@charset "utf-8";
header{
	width:100%;
}
.top {
	width:1200px;
	height:120px;
	margin: 0px auto;
}

.logo {
	float: left;
	margin-top: 20px;
	height: 80px;
}
.logo img{
	height: 80px;
}
.t_f{
	float:left;
	color:#31a5ff;
	font-style: italic;
	line-height: 140%;
    letter-spacing: 1px;
	background:url(../images/t_line.png) left no-repeat;
	padding-left:50px;
	margin-top:30px;
	font-size:24px;
}
.tel{
	float: right;
	width: auto;	
	color:#fff;
	background:#31a5ff;
	padding:0px 20px;
	margin-top: 35px;
	font-size:22px;
	font-weight:bold;
	line-height:220%;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.tel img{
	vertical-align: -5px;
    margin-right: 5px;
    display: inline-block;
    width: 25px;
}
.tel font{
	display: inline-block;
}
.nav {
	width:100%;
	background:#2c80ca;
	min-width:1200px;
}

.nav ul {
	width:1200px;
	height: 56px;
	line-height:56px;
	margin:0px auto;
}

.nav ul li {
	float: left;
	width:10%;
	height: 56px;
	text-align:center;
	font-size: 16px;
	line-height: 56px;
	position:relative;
}

.nav ul li a {
	float: left;
	width:100%;
	height: 56px;
	color:#fff;
}

.nav ul li a:hover,
.nav_on{
	float: left;
	width:100%;
	height: 56px;
	color:#fff;
	background:#31a5ff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.nav ul li ol{
	position: absolute;
	z-index: 999;
	top: 56px;
	display: none;
	margin:0px auto;
	width:100%;
	background:#31a5ff;
}

.nav ul li ol li {
	width: 100%;
	height:50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.nav ul li ol li a {
	display: block;
	width: 100%;
	height: 50px;
	color: #fff;
	line-height: 50px;
}

.nav ul li ol li a:hover {
	width: 100%;
	height:50px;
	color: #fff;
	background:#2c80ca;
}
.search{
	float: right;
    width: 20px;
    height: 20px;
	padding:18px;
}
.search img{
	width: 20px;
	display:block;
}
.banner{
	width:100%;
	height: auto;
	overflow:hidden;
}
.banner img{
	width:100%;

}
.w{
	width:100%;
	height: auto;
	min-width:1200px;
	background:#f9fafe;
}
.title{
	width:1200px;
	height: auto;
	margin:0 auto;
	text-align:center;
	padding:2.5% 0px 1.5% 0px;
	color:#000;
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
}
.title p{
	font-size: 26px;
	color:#2c80ca;
	height:45px;
	margin-bottom:15px;
	background:url(../images/tit_line.png) center bottom no-repeat;
}
.km{
	width:1200px;
	margin:0 auto;
	display: flex;
    justify-content: space-between; 
}
.km_li{
	width:260px;
	background:#fff;
	height: auto;
	text-align:center;
	padding:30px 20px;
}
.km_li p.km_img{
	width:100px;
	margin:0px auto;
}
.km_li p.km_tl{
	font-size:18px;
	padding:15px 0px;
	background:url(../images/tit_line1.jpg) bottom center no-repeat;
}
.km_li p.km_tt{
	font-size:16px;
	color:#999;
	padding:15px 0px;
	text-align:left;
}
.km_li p.km_btn{
	width:120px;
	height:34px;
	margin:15px auto 0px auto;
	text-align: center;
	line-height:32px;
	font-size:12px;
}
.km_li p.km_btn a{
	float:left;
	width:118px;
	height:32px;
	color: #2c80ca;
	border:1px solid #2c80ca;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.km_li p.km_btn a:hover{
	float:left;
	width:118px;
	height:32px;
	background: #2c80ca;
	color:#fff;
	border:1px solid #2c80ca;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.km_a{
	width:460px;
	margin:0px auto;
	padding:3% 0px;
	font-size:18px;
}
.km_a a{
	float:left;
	width:200px;
	margin:0px 15px;
	padding:10px 0px;
	text-align:center;
	background:#2c80ca;
	color:#fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.km_a a:hover{
	float:left;
	width:200px;
	background:#31a5ff;
	color:#fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.about{
	width:1200px;
	margin:0 auto;
	padding-bottom:4%;
	display: flex;
    justify-content: space-between; 
}
.about_lf,.about_lf img{
	width:560px;
}
.about_rg{
	width:580px;
}
.about_rg p.about_tl{
	font-size: 20px;
    text-transform: uppercase;
	color:#333;
}
.about_rg p.about_tt{
	padding:20px 0px;
	line-height:180%;
	font-size: 16px;
}
.about_rg p.about_btn{
	padding-top:20px;
}
.about_rg p.about_btn a{
	float:left;
	width:118px;
	height:32px;
	color: #2c80ca;
	margin-right:20px;
	border:1px solid #2c80ca;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	text-align:center;
	line-height:32px;
}
.about_rg p.about_btn a:hover{
	float:left;
	width:118px;
	height:32px;
	background: #2c80ca;
	color:#fff;
	border:1px solid #2c80ca;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.honor{
     width:1200px;
    text-align: center;
	margin:0px auto 3% auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}

.swiper-button-prev {
    width:47px; height:50px; 
	background-image:url(../images/an.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    left: 0;
}

.swiper-button-next {
    width:47px; height:50px; 
	background-image:url(../images/an1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    right: 0;
}
.sss_li{ margin:10px; float:left; _display:inline; overflow:hidden; text-align:center;}
.sss_li .pic{ text-align:center; }
.sss_li .pic img{ width:280px; height:210px; display:block; }
.sss_li .stitle{ line-height:24px; background: #f3f3f3; padding:10px 0px; }
.hct_w{
	width:100%;
	background: url(../images/abb3.jpg) center no-repeat;
	width: 100%;
    color:#fff;
	min-width:1200px;
}
.hct_wc{
	width:1200px;
	margin:0px auto;
	padding: 3% 0px;
	display: flex;
    justify-content: space-between; 
}
.hct_id{
	width:25%;
	display: flex;
    justify-content: space-between; 
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hct_pic{
	width:20%;
}
.hct_pic img{
	width:100%;
	vertical-align: middle;
    border-style: none;
}
.hct_txt{
	width:75%;
	font-size:16px;
}
.hct_txt p{
	font-weight: bold;
	font-size:20px;
	color:#2c80ca;
	padding-bottom:6px;
}
.product{
	width:1200px;
	margin:0px auto;
}
.product_li{
	float:left;
	width:380px;
	padding-right:30px;
}
.product_li:nth-child(3),.product_li:nth-child(6) {
   padding-right:0px;
}
.product_img{
	width:380px;
	height:228px;
	overflow:hidden;
	background:#f5f5f5;
}
.product_img a{
	width:380px;
	height:228px;
	
}
.product_img img{
	
    width: 100%;
    height: 100%;
        object-fit: cover;transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.product_img img:hover{
  transform: scale(1.2);
}
.product_tl{
	font-size:16px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin:10px 0px 25px 0px;
	overflow:hidden;
}
.case{
	width:100%;
	background: url(../images/csbgx.jpg) center no-repeat;
	min-width:1200px;
	background-size:100% 100%;
}
.case_ct{
	width:1200px;
	margin:0px auto;
	padding-bottom:3%;
}
.case_li{
	float:left;
	width:190px;
	height:220px;
	margin-left:10px;
	margin-bottom:22px;
	overflow:hidden;
}
.case_li img{
	width:190px;
	height:220px;
}
.case_li:nth-child(1){
    width:400px;
	height:462px;
	margin-left:0px;
}
.case_li:nth-child(1) img{
    width:400px;
	height:462px;
}
.kh_li{
	width:240px;
	height: auto;
	text-align:center;
	padding:30px 20px;
	margin: 0 10px;
	background:url(../images/tit_line2.png) bottom center no-repeat #fff;
}
.kh_li p.kh_img,.c_kh_li p.kh_img{
	width:110px;
	margin:0px auto;
}
.kh_li p.kh_tl,.c_kh_li p.kh_tl{
	font-size:18px;
	font-weight:bold;
	padding-top:15px;
	color:#333;
}
.kh_li p.kh_zw,.c_kh_li p.kh_zw{
	font-size:14px;
	color:#999;
}
.kh_li p.kh_tt,.c_kh_li p.kh_tt{
	height:280px;
	overflow:hidden;
	line-height:24px;
	padding:15px 0px;
	text-align:left;
}
.new{
	width:1200px;
	margin:0px auto;
	padding-bottom:3%;
	display: flex;
    justify-content: space-between; 
}
.new_lf{
	width:400px;
}
.new_rg{
	width:760px;
}
.new_img,.new_img img{
	width:400px;
	height:240px;
}
.new_ct{
	width:100%;
	font-size:12px;
	line-height:20px;
	color:#999;
}
.new_ct p{
	width:100%;
	padding:10px 0px 8px 0px;
}
.new_ct p a{
	width:100%;
	font-size:16px;
}
.new_li{
	line-height:40px;
	height:40px;
	overflow:hidden;
	border-bottom: 1px dashed #eaeaea;
	display: flex;
    justify-content: space-between; 
}
.new_tl{
	width:70%;
}
.new_tl a.newfl{
	color:#9e418a;
	margin-right:8px;
}
.new_tl a.newfl:hover{
	color:#f0c21e;
}
.new_rq{
	width:20%;
	color:#bbbbbb;
	font-size:12px;
	text-align:right;
}
.slideGroup{ 
    width:1200px;
    text-align: center;
	margin:0px auto;
	padding-bottom:4%;
}
.slideGroup ul{ overflow:hidden; zoom:1;   }
.slideGroup ul li{
	width: 280px;
    height: 230px;
    display: inline-block;
	border: none;
    margin: 0 10px;
}
.slideGroup ul li img{
	width: 280px;
    height: 210px;
	object-fit:cover;
}
footer{
	width:100%;
	min-width:1200px;
	background:#2f4c86;
}
.bottom{
	width:1200px;
	margin:0px auto;
	padding:4% 0px;
	color:#ccc;
	line-height:200%;
	background:url(../images/bottom.png) center no-repeat;
	display: flex;
    justify-content: space-between; 
}
.bottom_w1{
	width:380px;
}
.b_logo,.b_logo img{
	height:60px;
}
.b_tt{
	height:60px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	color:#aaaaaa;
	margin:12px 0px;
}
.b_fx{
	width:100%;
	height:30px;
}
.b_fx a{
	float:left;
	margin-right:6px;
	width:30px;
	height:30px;
	display:block;
	background: #02494b;
}
.b_fx a:hover{
	background: #d7f3f4;
}
.bottom_w2{
   width:320px;
}
.bottom_w3{
	width:120px;
}
.bottom_w2 p,.bottom_w3 p{
	font-size:17px;
	padding-bottom:16px;
	color:#fff;
	margin-bottom:16px;
	background:url(../images/tit_line1.jpg) left bottom no-repeat;
}
.bottom_w3 a{
	color:#ccc;
}
.bottom_w4{
    width:250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: flex;
    justify-content: space-between; 
}
.bottom_w4 img{
	width:50%;
	vertical-align: middle;
    border-style: none;
}
.bottom_w4 p{
	width:40%;
}


.foot{
	width:1200px;
	margin:0px auto;
	text-align:center;
	color:#aaa;
	font-size:12px;
	line-height:40px;
	border-top:1px solid #ccc;
}
.foot a{
	color:#aaa;
}
.foot a:hover{
	color:#fff;
}

/* 内页 */
.add{
	width:100%;
	height: auto;
	min-width:1200px;
	background:#f9fafe;
}
.add_c{
	height: 56px;
	width:1200px;
	margin:0px auto;
	display: flex;
    justify-content: space-between; 
}
.add_lf{
	height:56px;
	width:35%;
	line-height:56px;
	font-size:18px;
}
.add_lf_l{
	float:left;
	background:url(../images/at-h.png) left no-repeat #def5e5;
	color:#2c80ca;
	padding-left:30px;
}
.add_lf_r{
	float:left;
	background:url(../images/at-h01.png) right no-repeat #def5e5;
	color:#31a5ff;
	padding-right:30px;
	text-transform: uppercase;
}
.add_rg{
	width:60%;
	text-align: right;
}
.add_rg a {
    width: auto;
    height: 26px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin: 12px 2px;
	padding:3px 15px;
	line-height:26px;
}
.add_rg a.non,.add_rg a:hover{
    background:#2c80ca;
	color:#fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.c_c{
	width:1200px;
	padding:3% 0px;
	margin:0px auto;
	display: flex;
    justify-content: space-between; 
}
.c_lf{
	width:800px;
	line-height:160%;
}
.c_rg{
	width:320px;
	padding:20px;
	background:#f9fafe;
}
.c_rg_tl{
	width:100%;
	font-size:20px;
	font-weight:bold;
	background:url(../images/tit_line1.jpg) left bottom no-repeat;
	padding-bottom:20px;
	color: #123a77;
}
.c_rg_li{
	width:320px;
	padding-top:20px;
}

.c_rg_img{
	width:320px;
	height:192px;
	overflow:hidden;
	background:#fff;
}
.c_rg_img a{
	width:320px;
	height:192px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
}
.c_rg_img img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display: block;
}
.c_rg_img img:hover{
  transform: scale(1.2);
}
.c_rg_atl{
	font-size:16px;
	height:20px;
	line-height:20px;
	margin:10px 0px;
	text-align:center;
	overflow:hidden;
}
.c_rg_bm{
	width:100%;
	height:40px;
	padding:20px 0px 30px 0px;
	font-size:18px;
}
.c_rg_bm a{
	float:left;
	width:100%;
	padding:10px 0px;
	text-align:center;
	background:#2c80ca;
	color:#fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.c_rg_bm a:hover{
	float:left;
	width:100%;
	background:#31a5ff;
	color:#fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.w_bm_li{
	float:left;
	width:46%;
	padding:18px 2%;
}
.w_bm_li01{
	float:left;
	width:96%;
	padding:18px 2%;
}
.bmtx{
	width:94%;
	height:50px;
	border:1px solid #ccc;
	line-height:50px;
	color:#777;
	font-size:14px;
	background:#fff;
	outline:none;
	padding:0px 3%;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.bmtx01{
	width:100%;
	height:50px;
	font-size:14px;
	border:1px solid #ccc;
	line-height:50px;
	background:#fff;
	color:#777;
	outline:none;
	padding:0px 3%;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
select > .placeholder { display: none; } 
.ly_tx{
	width:96%;
	background:#fff;
	height:80px;
	border:1px solid #ccc;
	line-height:24px;
	color:#777;
	outline:none;
	font-size:14px;
	padding:0px 2%;
}
.yzm{
	width:100px;
	height:42px;
}
.w_bm_btn{
	float:left;
	width:100%;
	padding:20px 0px;
}
.w_bm_btn a{
	float:left;
	width:60%;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
	margin:20px 20%;
    background:#2c80ca;
	color:#fff;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.w_bm_btn a:hover{
	color:#fff;
	background:#31a5ff;
}
.w_bm_btn input{
	float:left;
	width:60%;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
	margin:20px 20%;
	background:#2c80ca;
	color:#fff;
	border: none;
	cursor: pointer;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}
.w_bm_btn input:hover{
	color:#fff;
	background:#31a5ff;
}
.c_s{
	width:1200px;
	padding:3% 0px;
	margin:0px auto;
}
.contact{
	width:100%;
	padding-bottom:3%;
	line-height:200%;
	display: flex;
    justify-content: space-between; 
}
.contact_lf{
	width:380px;
	font-size:16px;
}
.contact_wx,.contact_wx img{
	width:120px;
	text-align:center;
}
.contact_rg{
	width:560px;
	font-size:16px;
}
.contact_rg p{
	font-size:24px;
	padding-bottom:16px;
	color:#2c80ca;
	font-weight:bold;
}
.map{
	width:100%;
	height:400px;
	overflow:hidden;
}
.c_kh_li{
	float:left;
	width:240px;
	height: auto;
	text-align:center;
	padding:30px 20px;
	background:url(../images/tit_line2.png) bottom center no-repeat #f9fafe;
	margin-right:26px;
	margin-bottom:30px;
}
.c_kh_li:nth-child(4),.c_kh_li:nth-child(8){
	margin-right:0px;
}
.c_title{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:20px 0px;
	color:#333;
}
.c_rq{
	width:100%;
	font-size:12px;
	line-height:30px;
	color:#999;
	text-align:center;
	border-bottom:1px solid #ccc;
}
.c_tt{
	width:100%;
	line-height:24px;
	padding:2% 0px;
}
.c_p_fy{
	width: 100%;
	margin:50px auto;
	font-size:12px;
	color:#999;
}
.jt{
	background:url(../images/jts.png) left no-repeat;
	padding-left:20px;
}
.jtx{
	background:url(../images/jtx.png) left no-repeat;
	padding-left:20px;
}
.cnew_li{
	float: left;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 30px;
}
.cnew_li:nth-child(4),.cnew_li:nth-child(8){
	margin-right:0px;
}
.cnew_img{
	width: 280px;
	height:168px;
	overflow:hidden;
	background:#f5f5f5;
}
.cnew_img a{
	width: 280px;
	height:168px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
}
.cnew_img img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display: block;
}
.cnew_img img:hover{
  transform: scale(1.2);
}
.cnew_tl{
	width:100%;
	font-size:12px;
	line-height:20px;
	color:#999;
}
.cnew_tl p{
	width:100%;
	padding:10px 0px 8px 0px;
}
.cnew_tl p a{
	width:100%;
	font-size:16px;
}

/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 14px 4px;
    cursor: pointer;
}
.search-wrap {
	position: absolute;
	top: 128px;
	right: 90px;
	width: 260px;
	height: 40px;
	background: #fff;
	border: #2c80ca solid 1px;
	border-radius: 50px;
	z-index: 99;
	display: none;

}
.search-b {

	display: flex;

	justify-content: space-between;

	padding: 0 20px;

}



.search-b input {

	width: 170px;

	border: none;

	outline: none;

}

.search-b .search-btn {

	font-size: 16px;

	color: #2c80ca;

	line-height: 38px;

	cursor: pointer;

	background: none;

}



.search-b>a {
	line-height: 35px;
	display: inline-block;

	height: 40px;

	width: 80px;

	text-align: center;

	font-size: 25px;

	color: #ccc;



}
.mfsx{
	width: 100%;
	font-size: 24px;
	color: #2c80ca;
	text-align: center;
	margin: 30px auto;
	font-weight: bold;
}
.mfsx_li{
	float: left;
	width: 45%;
	height: 120px;
	overflow: hidden;
	margin-right: 5%;
	margin-top: 30px;
    display: flex;
	justify-content: space-between;
}
.mfsx_img{
	width: 50%;
}
.mfsx_img img{
	width: 100%;
}
.mfsx_rg{
	width: 45%;
}
.mfsx_tl{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.mfsx_btn{
	width: 100%;
}
.mfsx_btn a{
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #2c80ca;
	border-radius: 50px;
	margin-top: 15px;
}
.mfsx_btn a:hover{
	background: #31a5ff;color: #fff;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.open_mnav {
        display: block;
    }
	.nav {
		display: none;
	}
.top {
	width: 94%;
	height:60px;
	margin: 0px auto;
}	
.logo {
	float: left;
	width: auto;
	margin-top: 5px;
	height: 50px;
}
.logo img {
    height: 50px;
}
.tel,.t_f{
	display:none;
}
.w {
    width: 100%;
    height: auto;
    min-width: inherit;
    background: #f9fafe;
}
.title {
    width: 92%;
	font-size:12px;
	margin:10px auto;
}
.title p {
    font-size: 20px;
}
.km_li {
    width: 82%;
    background: #fff;
    height: auto;
    text-align: center;
    padding: 30px 5%;
	margin:15px 4%;
}
.km {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}
.km_a {
    width: 92%;
    margin: 0px auto;
    padding: 3% 0px;
    font-size: 14px;
}
.km_a a {
    float: left;
    width: 42%;
    margin: 0px 4%;
    padding: 10px 0px;
}
.km_a a:hover{
	float:left;
	width:100%;
}
.about {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 4%;
    display: block;
    justify-content: space-between;
}
.about_lf, .about_lf img,.about_rg,.new_lf,.new_rg{
    width: 100%;
}
.about_rg p a{
	float:left;
	width:100px;
	height:32px;
}
.about_rg p a:hover{
	float:left;
	width:100px;
	height:32px;
}
.hct_w {
    width: 100%;
    background: url(../images/abb3.jpg) center no-repeat;
    width: 100%;
    color: #fff;
    min-width: inherit;
}
.hct_wc {
    width: 100%;
    margin: 0px auto;
    padding: 3% 0px;
    display: block;
    justify-content: space-between;
}
.hct_id {
	float:left;
    width: 50%;
	padding-bottom:20px;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product {
    width:92%;
    margin: 0px auto;
}
.product_li {
    float: left;
    width:100%;
    padding-right:0px;
}
.product_img {
    width:100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}
.product_img a {
    width:100%;
    height: auto;
    display: block;
    vertical-align: middle;
    cursor: default;
}
.product_img img{
	width: 100%;
	max-height:100%;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display: block;
}
.case {
    width: 100%;
    background: url(../images/csbgx.jpg) center no-repeat;
    min-width: inherit;
	background-size: 100% 100%;
}
.case_ct {
    width:100%;
    margin: 0px auto;
    padding-bottom: 3%;
}
.case_li {
    float: left;
    width: 46%;
    height: 22vh;
    margin:2%;
    overflow: hidden;
}
.case_li img {
    width:100%;
    height: auto;
}
.case_li:nth-child(1) {
    width: 96%;
    height: auto;
    margin-left: 2%;
}
.case_li:nth-child(1) img {
    width:100%;
    height: auto;
}
.kh_li {
    width: 86%;
    height: auto;
    text-align: center;
	margin:15px auto;
    padding: 30px 3%;
    background: url(../images/tit_line2.png) bottom center no-repeat #fff;
}

.new {
    width:92%;
    margin: 0px auto;
    padding-bottom: 3%;
    display: block;
    justify-content: space-between;
}
.new_img, .new_img img {
    width:100%;
    height: auto;
}
.slideGroup {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 4%;
}
footer {
    width: 100%;
    min-width: inherit;
    background: #2f4c86;
}
.bottom {
    width:92%;
    margin: 0px auto;
    padding: 4% 0px;
    color: #ccc;
    line-height: 200%;
    background: url(../images/bottom.png) center no-repeat;
    display: block;
    justify-content: space-between;
}
.bottom_w1,.bottom_w2,.bottom_w4{
	width:100%;
	padding-bottom:20px;
}
.bottom_w3{
	display:none;
}
.bottom_w4 img {
    width: 30%;
    vertical-align: middle;
    border-style: none;
}
.bottom_w4 p {
    width: 60%;
}
.foot {
    width: 92%;
    margin: 0px auto;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    line-height: 20px;
	padding:10px 0px;
    border-top: 1px solid #ccc;
}
.add {
    width: 100%;
    height: auto;
    min-width: inherit;
    background: #f9fafe;
}
.add_c {
    height: auto;
    width:100%;
    margin: 0px auto;
    display: block;
    justify-content: space-between;
}
.add_lf {
    height: 40px;
    width:100%;
    line-height:40px;
    font-size: 16px;
	border-bottom:1px solid #def5e5;
}
.add_rg {
    width: 100%;
    text-align: left;
	padding:10px 0px;
}
.add_rg a {
    width: auto;
    height: 26px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin: 2px;
    padding: 3px 7%;
    line-height: 26px;
}
.c_c {
    width:92%;
    padding: 3% 0px;
    margin: 0px auto;
    display: block;
    justify-content: space-between;
}
.c_lf {
    width: 100%;
    line-height: 160%;
	padding-bottom:5%;
}
.c_rg{
	display: none;
}
.w_bm_li {
    float: left;
    width: 46%;
    padding: 8px 2%;
}
.contact {
    width: 100%;
    padding-bottom: 3%;
    line-height: 160%;
    display: block;
    justify-content: space-between;
}
.contact_lf,.contact_rg{
    width: 100%;
	padding-bottom:30px;
}
.contact_wx{
	padding-bottom:30px;
}

.c_s {
    width: 92%;
    padding: 3% 0px;
    margin: 0px auto;
}
.c_kh_li {
    float: left;
    width: 90%;
    height: auto;
    text-align: center;
    padding: 30px 5%;
    background: url(../images/tit_line2.png) bottom center no-repeat #f9fafe;
    margin: 10px 0px;
}
.cnew_li{
	float: left;
    width:100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
.cnew_img{
	width:100%;
	height: auto;
	overflow:hidden;
	background:#f5f5f5;
}
.cnew_img a{
	width:100%;
	height: auto;
	display: block;
	vertical-align:middle;
    cursor: default;
}
.cnew_img img {
    width: 100%;
    max-height: 100%;
    cursor: pointer;
    transition: all 0.6s;
    margin: 0px auto;
    display: block;
}
.honor {
    display: flex;
    justify-content: space-between;
	 width: 100%;
    margin: 0 auto;
}
.sss_li{ width: 90%;
        margin: 1px 5%;}
.sss_li .pic{ text-align:center; }
.sss_li .pic img{ width:100%; height: auto; display:block; margin:0px; }
.sss_li .stitle{ line-height:24px; background: #f3f3f3; padding:10px 0px;}
	.mfsx_li{
	float: left;
	width: 100%;
	}
}
