@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
	max-width: 100%;
	transition: 0.3s;
}
a, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#fff;
}
:-moz-placeholder{
caret-color:#fff;
}
::-moz-placeholder{
	color:#fff;
}
:-ms-input-placeholder{
flood-color:#fff;
}
.mes-form ::-webkit-input-placeholder{
	color:#333;
}
.mes-form :-moz-placeholder{
caret-color:#333;
}
.mes-form ::-moz-placeholder{
	color:#333;
}
.mes-form :-ms-input-placeholder{
flood-color:#333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #002695 inset; 
	-webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/*修改滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height:6px;
  }
  ::-webkit-scrollbar-track {
	background: #fff;
  }
  ::-webkit-scrollbar-thumb {
	background: #002695;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #002695;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #002695;
  }

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.crumbs a,.crumbs{
	font-size: 16px;
	color: #002695;
}
.crumbs{
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.disline{
	display: inline-block;
	vertical-align: middle;
}
.imgbox{
	overflow: hidden;
}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: block;
}
.imgbox:hover img{
	transform: scale(1.1);
}
.inpage{
	padding-top: 1%;
}
.container{width: 1400px;}

/*header*/
.header{
	height: 105px;
	padding-top: 15px;
	position: relative;
}
.header h1{margin-top: 6px;}
.header .msgbtn{border-right: 1px solid #000;padding-right: 10px;margin-right: 10px;}
.header .topgo{text-align: right;padding-right: 2.5%;}
.header .topgo a{font-size: 15px;}
.header .topgo .tel{color: #ab0b1e;margin-right: 15px;}
header .webtit{
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 17px;
	font-size: 16px;
	
}
header .webtit a{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	border-radius: 7px;
	line-height: 2.4;
	padding: 0 30px;
	transition: 0.3s;
	background-color: #ff9806;
}
header .webtit a:hover{
	box-shadow: 5px 5px 5px #002695;
}
header .webtit>p:last-child{
	margin-top: 8px;
	display: flex;
	justify-content: space-around;
}
header .webtit>p span{display: inline-block;border-radius: 8px;color: #fff;padding: 6px 10px;background-color: #002695; width: 30%;text-align: center;}
header .tel img{display: inline-block;margin-right: 8px; width: 19px;    vertical-align: bottom;}

.mainbav>li{
	float: left;
	width: 11.11%;
	text-align: center;
	position: relative;
}
.mainbav>li a{display: block;color: #010101;font-size: 16px;line-height: 69px; transition: 0.3s;}
.mainbav>li>a::after{
	content: '';
    display: inline-block;
    width: 42px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
}
@media (min-width:768px){
	.mainbav>li a:hover{color: #002695;}
	.mainbav>li a:hover::after{background-color: #002695;}
	.mainbav>li.on>a{color: #002695;}
	.mainbav>li.on>a::after{background-color: #002695;}
	.mainbav>li:hover .subnav{
		opacity: 1;
		transform: translateX(-50%) scaleY(1);
	}
}
.subnav{
	width: 125px;
	position: absolute;top: 101%;left: 50%;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
	
}
.subnav li{
	width: 100%;
	background-color: rgba(255, 255, 255, .65);
	border-bottom: 1px solid #bbbbbb;
	transition: 0.3s;
}
.subnav li:hover{
	background-color: rgba(255, 255, 255, .85);
}

.subnav li a{
	color: #002695;
	font-size: 14px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	line-height: 35px;

}
/* banner */
.banner{
	width: 100%;
    /* height: 660px; */
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 37%;
}
.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .slide-content{padding-top: 25%;}
.banner .slide-content a{
	display: inline-block;
	margin: 3% auto 0;
	font-size: 31px;
	border-radius: 10px;
	width: 268px;
	padding: 1% 0;
	color: #002695;
	transition: 0.3s;
	background-color: #fff;
	box-shadow: 0 5px 5px #4d5261;
}
.banner .slide-content a:hover{
	color: #ef821e;
	box-shadow: 0 5px 5px #ef821e;
}

.banner .slide-inner{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
/* bannerend */
/* region */
.region{margin-top: 3%;margin-bottom: 1%;}
.region .rebox{
	width: 92%;height: 78px;
	border-radius: 10px;
	font-size: 18px;
	transition: 0.3s;
	margin: 20px auto;
	transition: 0.3s;
	border: 1px solid #002695;

}
.region .rebox:hover{
	color: #fff;
	background-color: #002695;
	box-shadow: 7px 5px 5px #002695;
}
.region .rebox  span{
	font-size: 40px;
    vertical-align: sub;
	display: inline-block;
	margin-right: 6px;
	margin-left: 3px;
	width: 60px;
}
.region .rebox a{
	font-size: 15px;
	color:#002695;

	padding: 4.5% 9px 4.5% 0;
	display: flex;
    align-items: center;
}

.region .rebox .flex{text-align: left;}
.region .rebox h5{font-size: 16px;line-height: 22px;}
.region .rebox .flex>div{font-size: 12px;}
.region .rebox:hover a{color: #fff;}
.region .col-md-2:nth-child(8) .rebox a{
	padding: 4.5% 0px 4.5% 0;
}
.region .col-md-2:nth-child(8) .rebox span{margin-right: 2px;}


/*
.region .col-md-2:nth-child(1) .rebox{
	background-color: #002695;
}
.region .col-md-2:nth-child(2) .rebox{
	background-color: #79cbc4;
}
.region .col-md-2:nth-child(3) .rebox{
	background-color: #9cabe2;
}
.region .col-md-2:nth-child(4) .rebox{
	background-color: #e3b39d;
}
.region .col-md-2:nth-child(5) .rebox{
	background-color: #a7d9f2;
}
.region .col-md-2:nth-child(6) .rebox{
	background-color: #ffab34;
}*/


/* regionend */
.title{
	width: 100%;
	margin: 17px auto;
}
.title p{
	color: #ecedf0;
	font-size: 72px;
	font-weight: bolder;
	text-transform: uppercase;
}
.title h3{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;

	min-width: 190px;
	color: #333333;
	font-weight: bolder;
	font-size: 28px;
	margin: auto;
	position: relative;
}
.title span{
	color: #9fa2b4;
	font-size: 16px;
	vertical-align: middle;
	line-height: 3;
	display: inline-block;
}
.title h3::before{content: "";width: 25px;height: 3px;display: inline-block;vertical-align: middle;background-color: #002695;margin-right: 12%;}
/* 常见问题解答 */
.fak ul{
	border-top: 1px solid #dadada;margin-right: 2%;
}
.fak ul li{
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
}
.fak ul li h3{
	line-height: 45px;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fak ul li span{color: #999;}
.fak ul li .reads{
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 10px;
	transition: 0.3s;
	margin-right: 15px;
	background-color: #002695;
}
.fak ul li:hover .reads{
	background-color: #ff9806;
}








.probox ul{border-top: 1px solid #dadada;margin-right: 10%;}
.probox ul li a{font-size: 18px;display: block;line-height: 47.5px;color: #4a4a4a;
	padding: 10px 0 10px 10%;transition: 0.5s;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 0% 100%;}
.probox ul li:hover a{background-size: 100% 100%; color: #fff;}
.probox ul li.on a{background-size: 100% 100%; color: #fff;}
.probox .mores{display: block;font-size: 18px;text-align: center;margin-right: 10%;line-height: 3; background-color: #002695;margin-top: 15px;color: #fff;}
.probox .conta{
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 3% 2% 12% 6.5%;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 100% 100%;
}
.probox .conta h5{
	line-height: 2.2;
	font-size: 34px;
	font-weight: bold;

}
.center-content{
	padding: 2% 1%;
}
.layui-layer-iframe{
	max-width: 100%;
}

.indexcoms .abouts{
	padding: 2%;
	margin: auto;
}
.indexcoms .comnum ul{
	padding-top: 2%;
	padding-bottom: 2%;
}
.re_case{
	background-color: #002695;
	padding: 1% 1% 3%;
}
.re_case .case_li{
	overflow: hidden;
}
.re_case .case_li img{
	width: 100%;
	object-fit: cover;
}
.re_case  .title span{color: #fff;}
.re_case .title h3::before{
	background-color: #fff;
}
.re_case .case_li  h2{
	padding: 0 2%;
	font-size: 20px;
	line-height: 2.5;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
}
#swiper-container1{
	height:710px;
}
#swiper-container1 .swiper-slide{
	/* height:280px; */
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	height: calc((100% - 50px) / 2);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#swiper-container1 img{width: 100%;margin-top: -6%;}
.goodscard a .imgbox{height: 223px;}

.goodscard .swiper-wrapper{
	flex-direction: row;
}

.goodscard .swiper-slide{
	margin-bottom: 20px;
}
.goodscard .swiper-slide:last-child .imgbox{
	background-color: #0081d4;
	
}

.goodscard .swiper-slide:last-child .imgbox img{
	width: auto;
    display: inline-block;
	margin-top: 34%;
	margin-bottom: 2%;
}
.goodscard .swiper-slide:last-child .imgbox p{
	color: #fff;
	font-size: 16px;
	padding: 0;
}


.goodscard .swiper-slide:nth-child(2n){
	margin-top: 0!important;
}
.goodscard .swiper-slide a{
	padding: 10% 10% 1px;	
	display: block;
	width: 100%;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
.goodscard .swiper-slide a img{width: 100%;}

.goodscard .swiper-slide a .name{
	color: #a5a5a5;
	transition: 0.3s;
}
.goodscard .swiper-slide h4{
	font-size: 18px;
	text-align: center;
	line-height: 2;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding-top: 5%;

	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goodscard .swiper-slide p{
	padding:0% 0 5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.goodscard .swiper-slide a:hover .name{
	color: #fff;
	background-color: #017ece;
}
.goodscard .swiper-slide a:hover h4{
	color: #fff;
}
.goods .goodscard .pro a{
	padding: 0;
	border: none;
	background-color: #f5f5f5;
}
.goods .goodscard .pro img{
	object-fit: cover;
}
.goods .goodscard .pro h4{
	line-height: 2.5;
}




.goodscard .pro a{
	display: block;
	border: 1px solid #d6dce5;
	width: 94%;
	overflow: hidden;
	margin: auto;
	padding: 10px;
	margin-bottom: 25px;
}
.goodscard .pro h4{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	color: #242323;
	margin-top: 10px;
}
.news .product{
	padding: 2%;
	background-color: #fff;
}
.news .product p img{object-fit: contain;}
.news .product .tac img{max-width: 280px;}

.column{
	background-color: #f5f5f5;
	padding: 4% 2%;
	border-radius: 10px;
text-align: center;
}
.column a{
	font-size: 18px;
	display: inline-block;
	margin: 5px 15px;
}
.column a.on{
	color: #002695;
}
.goodscard .pro img{ width: 100%;height: 190px;object-fit: contain;}
.goodinfo .swiper-container{width: 95%;}
.goodinfo .gallery-top{margin-bottom: 15px;}

.goodinfo .gallery-top .swiper-slide{
    padding-bottom: 55%;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.prodefault .title h3{white-space: nowrap; width: 100%;}
.prodefault .title h3::after{
	content: "";
	width: 25px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background-color: #002695;
	margin-left: 2%;
}
.prodefault .title h3::before{
	margin-right: 2%;
}

.goodinfo .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: cover;
	background-repeat: no-repeat;
	border:1px solid #fff;
	transition: 0.3s;
}
.goodinfo .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #002695;
}
.goodall{
	background-color: #f5f5f5;
	padding-top: 5%;
	padding-right: 7%;
	
	padding-bottom: 5%;
	padding-left: 7%;
}
.goodall h2{
	color: #0d3475;
	line-height: 3.5;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.goodall h2::after{
	content: "";
	display: inline-block;
	width: 10%;
	vertical-align: super;
    margin-left: 3%;
	border: 1px solid #002695;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .telall{
	font-size: 16px;
	height: 185px;
}
.goodall .telall p{
	line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.goodall .telall a.a1{
	display: block;
	width: 68%;margin: 5px  auto 5px;
	padding: 10px 0;
}



.goodall .telall a{
	display: inline-block;
    padding: 20px 0;
    border-radius: 8px;
    transition: 0.3s;
    color: #fff;
    margin-bottom: 4%;
    font-size: 18px;
    width: 36%;
	margin-right: 5%;
	text-align: center;
	transition: 0.6s;
	border: 1px solid #f5f5f5;
}
.goodall .telall a:hover{
	transform:  translateY(-5px);
}
.goodall .telall a:nth-child(1){background-color: #79cbc4;}
.goodall .telall a:nth-child(2){background-color: #002695;}
.goodall .telall a:nth-child(3){background-color: #ff9806;}
.goodall .telall a:nth-child(4){background-color: #8a58fb;}
.goodall .telall a:nth-child(5){background-color: #002695;}
.goodall .telall a.read{
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #333;
}
.goodall .read:hover{
	color: #6d99d7;
	background-color: #fff;
	border: 1px solid #6d99d7;
}
.prodefault .top{
	margin-top: 4%;
	border-bottom: 1px solid #6d99d7;
}
.prodefault .top h4{
	display: inline-block;
	background-image: url(../images/gobg.jpg);
    background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 12px 26px;
	font-size: 20px;
}
.prodefault .cons{
	line-height: 30px;
}
.prodefault .cons strong{
	font-size: unset;
}
.prodefault .cons span{
	font-size: unset;
}


/*advbox*/
.advbox{
	background-image: url(../images/pic_adv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 16px 0;
	margin: 40px auto;
	color: #fff;
}
.advbox .text{
	padding-top: 7%;
	text-align: center;
}
.advbox .text p{
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
}
.advbox .text p font{
	zoom: 1.4;
	font-weight: bold;
}


.advbox .text p:nth-child(2){text-indent: 17%;}
.advbox .name{
	font-size: 22px;
	padding-top: 2%;
}
.advbox span{
	font-size: 17.2px;
	text-transform:capitalize;
}
.advbox .consimg{padding-left: 5%;}
.advbox .disline{width: 62%;text-align: center;padding-top: 5%;}
.advbox .disline a{
	font-size: 25px;
	color: #002695;
	font-weight: bold;
	padding: 5% 14%;
	transition: 0.3s;
	display: inline-block;
	background-color: #ffffff;
}
.advbox .disline a:hover{
	color: #ef821e;
	box-shadow: 5px 5px 5px #ef821e;
}
.advbox .disline p{
	line-height: 2.5;
	font-size: 24px;
	font-weight: bold;
}
/* 流程 */
.lcbox ul li{
	float: left;
	padding:3.8% 2%;
	width: 18%;
	line-height: 25px;
	margin-right: 9.3%;
	text-align: center;
	position: relative;
	background-color: #f4f4f4;
}
.lcbox ul li::after{
	content: "";
    display: inline-block;
    width: 50%;
    background-color: #fff;
	position: absolute;
	top: 0;
    right: -51%;
    height: 100%;
    background-image: url(../images/fan.png);
    background-repeat: no-repeat;
    background-position: center;
}
.lcbox ul li:last-child{
	margin-right: 0;
}
.lcbox ul li:last-child::after{
	display: none;
}



.lcbox ul li .imgbox{
	width: 105px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	border-radius: 50%;
	margin: auto;
	transition: 0.3s;
	background-color: #002695;
}
.lcbox ul li .imgbox img{display: inline-block;}
.lcbox ul li p{height: 50px;}
.lcbox ul li:hover .imgbox{background-color: #ffab34;}
.lcbox ul li h3{
	color: #181818;
	font-size: 18px;
	font-weight: bold;
	margin:7% 0 4% 0;
	line-height: 2;
}
.advbox .inner{
	width: 100%;
	max-width: 1128px;
	margin: auto;
}
.advbox .inner .title{text-align: left;}
.advbox .inner .title p{
	font-size: 174px;
    font-weight: 100;
    font-family: 'swiper-icons',emoji;
    line-height: 140px;
    opacity: 0.2;
}
.advbox .inner .title h4{
    font-weight: bolder;
    font-size: 38px;
    margin: auto;
    position: relative;
    color: #fff;
    display: inline-block;
    border-right: 7px solid #ef821e;
    padding-right: 15px;
    line-height: 40px;
    vertical-align: middle;
	margin-top: -11%;
	margin-left: 5%;
}
.advbox .inner ul{width: 53.2%;}
.advbox .inner ul li{
	color: #fff;
	background-image: url(../images/adv_icon.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding: 0% 20% 2% 2%;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 5%;
	transition: 0.3s;
}
.advbox .inner ul li p{
	opacity: 0.8;
	font-size: 18px;
}
.advbox .inner ul li:hover{
	padding: 0% 18% 2% 2%;
	background-position: 98% center;
}
/* case */
.case .swiper-slide a{
	display: block;
	padding: 10px 10px 0;
	background-color: #f3f3f3;
	transition: 0.3s;
	color: #242323;
}
.case .swiper-slide a img{width: 100%;}
.case .swiper-slide .title{
	margin: 0;
	font-size: 14px;
	line-height: 49px;
}
.case .swiper-slide:hover a{
	color: #fff;
	background-color: #2567c2;
}

.mz{font-size: 14px;}

/* company */
.combox{

}
.combox>div{

}
.cominfo{
	width: 100%;
}
.cominfo h2{
	font-size: 24px;
	line-height: 2.8;
	font-weight: bolder;
	color: #3d3d3d;
	margin-bottom: 3%;
	border-bottom: 1px solid#bfbfbf;
}
.cominfo h2::after{
	content: "";
	width: 55px;
	height: 5px;
	display: block;
	background-color: #002695;
}
.cominfo .infoshow{
	line-height: 35px;
	display: flex;
	position: relative;
	z-index: 1;
}
.cominfo .infoshow .cons{

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;

}



.cominfo .infoshow a{
	display: block;
    color: #fff;
    transition: 0.3s;
    background-color: #ab0b1e;
    padding: 14px;
    font-size: 20px;
    text-align: center;
    writing-mode: tb;
    border-radius: 10px;
    /* margin-bottom: 15px; */
	margin-left: 2%;
	border: 2px solid #ab0b1e;
}
.cominfo .infoshow a:hover{
	color: #ab0b1e;
	background-color: #fff;
}
.combox .abouteng{
	text-align: center;
	font-size: 111px;
	color: #fbfbfb;
	font-weight: 600;
	line-height: 40px;
}
.combox .comeng{
	font-size: 18px;
    text-transform: uppercase;
	width: 100%;
	text-align: center;
	transition: 0.5s;
	margin-top: -2%;
    margin-bottom: 5%;
}
.combox .comeng.ons{
	text-align-last: justify;
}
.comnum{
	padding: 0px 0px 3%;
}

.comnum ul{
	display: flex;
	padding-bottom: 3%;
	background-color: #f9f9f9;
	justify-content: space-between;
	border-bottom: 7px solid #ab0b1e;
}
.comnum ul li{
	padding: 20px 15px;
	width: 240px;
	text-align: center;
}
.comnum ul li p {
	color: #2567c2;
    font-size: 28px;
    font-weight: 700;
}
.comnum ul li b{
	font-size: 45px;
}
.comnum ul li  span{
	font-size: 16px;
	color: #77777e;
	display: inline-block;
	margin-left: 2%;
}
.comimg img{
	width: 100%;
	max-height: 310px;
	object-fit: cover;
}
.abouts{
	margin-bottom: 6%;
}
.abouts .show{
	font-size: 16px;
	line-height: 35px;
}
.abouts .show>section{
	display: inline-block;
	margin: auto;
}
.abouts .show h2{
	position: relative;
}
.abouts .show h2::before{
	content: "";
    width: 55px;
    height: 5px;
	display: block;
	position: absolute;
	left: 0;bottom: 0;
    background-color: #002695;
}
.abouts .show h2::after{
	content: "";
    width: 55px;
    height: 5px;
	display: block;
	position: absolute;
	right: 0;bottom: 0;
    background-color: #002695;
}




/*  setinfo */
.setinfo{
	padding-bottom: 3%;
}
.setinfo .inner{
	width: 97%;
}
.setinfo .honor{
	margin-left: 3%;
}
.setinfo .inner .name{background-color: #efefef;margin-bottom: 20px;}
.setinfo .inner .name h5{
	font-size: 24px;
	font-weight: bolder;
	display: inline-block;
	padding-right: 8px;
	background-color: #fff;
}
.setinfo .inner .name h5::after{
	content: "";
	display: block;
    width: 50px;
    height: 5px;
    background-color: #002695;
    margin-top: 10px;
}
.setinfo .inner  .shows{display: flex;justify-content: space-between;}
.setinfo .inner  .shows .imgbox{
	width: 23%;
	border: 1px solid #ccc;
	padding: 3% 3% 0%;
}
.setinfo .inner  .shows .imgbox img{
	width: 100%;
	/* height: 230px; */
	object-fit: contain;
}
.setinfo .inner  .shows .imgbox .imgs{
	width: 100%;
	overflow: hidden;
}
.setinfo .inner  .shows .imgbox h6{
	text-align: center;
	line-height: 2.6;
	font-size: 16px;
}


/* news */
.news{
	padding:1% 0 2%;
	background-color: #f3f3f3;
}
.news .title p{
	color: #e2e3e6;
}
.news .news-li h3{
	color: #282828;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3%;
	font-weight: bolder;
	transition: 0.3s;
}
.news .news-li a{
	color: #595959;
	transition: 0.3s;
}
.news .news-li a p{
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 5%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3%;
}

.news .news-li a span{
	color: #0d4b9b;
	font-size: 17px;
	line-height: 40px;
	font-weight: bolder;
	display: inline-block;
	transition: 0.3s;
}
.news .news-li a:hover span{
	margin-left: 5%;
}
.news .news-li a:hover h3{
	color: #2567c2;
}
.news-cont{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.news-cont::before{
	content: "";
	display: inline-block;
	padding: 2px;
	background-color: #ccc;
	position: absolute;
    left: 6px;
    top: 5px;
}

.newslist li{
	border-top: 1px solid #ccc;
	transition: 0.3s;
	padding: 2% 0 1% 1%;
}
.newslist li:last-child{
	border-bottom: 1px solid #ccc;
}
.newslist li h3{
	font-size: 26px;
	line-height: 3;
	color: #000;
}
.newslist li p{
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist li .mores{
	margin-top: 22%;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #333;
	line-height: 35px;
}
.newslist li .mores span{
	font-size: 16px;
}
.newslist li .time{
	width: 70%;
	margin: auto;
	margin-top: 7%;
	border: 1px solid #ccc;
}
.newslist li:hover{
	background-color: #f0f0f0;
}
.newbody .news{
	background-color: #fff;
}
.newsconts .time{
	height: 50px;
    line-height: 50px;
	margin-top: 25px;
	color: #666;
    border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}
.newsconts .time .o{
	display: inline-block;
	margin-right: 20px;
}
.contenbox{
	font-size: 16px;
	font-family: "微软雅黑";
}
.zx_news{
	float: right;
	width: 96%;
	padding: 4.5% 8%;
	border-radius: 10px;
	background-color: #002695;
	background-image: url(../images/zx_news.jpg);
	background-size: cover;
	background-repeat: no-repeat;

}
.zx_news h2{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2;
}
.zx_news ul{
	padding: 2% 5%;
	border-radius: 10px;
	border: none;
	background-color: #fff;
}
.zx_news ul li{
	border: none;
	padding: 0;
}
.zx_news ul li a{
	padding: 2.4% 0;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zx_news ul li a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #a0a0a0;
}
/*newend*/
/* ls_team */
.ls_team{
	background-color: #fcfcfc;
	padding: 2% 0;
}
.ls_team .title span a{
	font-size: 14px;
	color: #002695;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #002695;
	transition: 0.3s;
}
.ls_team .title span a:last-child{
	border: none;
}
.ls_team .title span a:hover{
	color: #ab0b1e;
	font-weight: bold;
}
.ls_team .mores{
	float: right;
}
.ls_team .mores a{
	display: inline-block;
    color: #fff;
    transition: 0.3s;
    background-color: #ab0b1e;
	padding: 3px 30px;
	border-radius: 30px;
    font-size: 20px;
    text-align: center;
	font-size: 16px;
    border: 2px solid #ab0b1e;
}





.hj_article .inner .shows .imgbox{
	width: 24%;
	padding: 0px;
}
.hj_article .inner .shows .imgbox img{
	height: 270px;
	width: 100%;
	object-fit: cover;
}

#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #2567c2; }
#prev_next li div{ display: inline-block; }
#prev_next li:first-child{float: left;}
#prev_next li:last-child{float: right;}


/*mesages*/
.de-message{ margin: 25px auto; overflow: hidden;}
#formData{
	width: 60%;
	min-width: 300px;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0056ab;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 188px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.rig-title-over{
    text-align: center;
}

/*contact*/
.contact-list{ overflow: hidden; margin-top: 10px;}
.contact-list ul li {
  min-height: 36px;
  padding-left: 50px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  word-wrap: break-word;
  line-height: 36px;
}
.contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
#dituContent {
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	height: 475px;
}
.no-goods{
	padding-top: 2%;
}

/* 分页 */
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
    clear: both
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden
}

.de-page-mian .page-inner a {
    display: block;
    width: auto !important;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    margin: 0 5px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #002695;
    margin-right: -1px;
    overflow: hidden
}

.de-page-mian .page-inner a.active,.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #002695;
    background: #002695
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px
}

.de-page-mian .page-inner a.prev::before {
    content: "<<";
    display: inline-block
}

.de-page-mian .page-inner a.prev:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px
}

.de-page-mian .page-inner a.next::before {
    content: ">>";
    display: inline-block
}

.de-page-mian .page-inner a.next:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px
}


/* footer */
footer .link{
	padding: 18px 0;
	border-top: 1px solid #d3d3d3;
	background-color: #f3f3f3;
}
footer .link  span{
	font-size: 18px;
}
footer .foot{
	padding: 36px 0 30px;
	font-size: 14px;
	color: #585858;
	background-color: #fdfdfd;
	background-image: url(../images/footbg.jpg);
	background-repeat: repeat;
}
footer .foot a{
	font-size: 18px;
	color: #585858;
	transition: 0.3s;
}
footer .foot a:hover{
	color: #002695;
}
footer .foot ul li{
	line-height: 30px;
}
footer .foot .addtel{
	font-size: 18px;
	margin: 20px auto;
	line-height: 35px;
}
footer .foot .fline{
	margin: 10px auto;
	position: relative;
	text-align: center;
	
}
footer .foot .fline .icon{
	font-size: 50px;
	color: #002695;
	background-image: url(../images/quan.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 17px;
	margin: 0 1%;
}
footer .foot .fline::before{
	content: "";
	display: inline-block;
	width: 45%;
	border: 1px solid #c9c7c7;
	vertical-align: text-top;
}
footer .foot .fline::after{
	content: "";
	display: inline-block;
	width: 45%;
	border: 1px solid #c9c7c7;
	vertical-align: text-top;
}
.footnav a{
	width: 10.5%;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-right: 2px solid #585858;
}
.footnav a:last-child{
	border: none;
}
.foot .copy{
	font-size: 18px;
	text-align: center;
	margin: 30px auto 10px;
	line-height: 35px;
}
.gotop{
	background-color: #002695;
	text-align: center;
	line-height: 65px;
}
.gotop img{margin-top: -55px; cursor: pointer;}




footer .foot .addtel span{
	color: #000;
	font-size: 18px;
}
footer .foot .infos{line-height: 2;}
footer .foot .infos span:first-child{
	margin-right: 5%;
}
footer .foot h5{
	width: 85%;
	color: #000;
	line-height: 40px;
	padding-bottom: 8px;
	font-size: 18px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b4d4ef;
}
.fotnav a{
	width: 30%;
	margin-top: 8px;
	margin-bottom: 15px;
	display: inline-block;
	transition: 0.3s;
}
.fotnav a:hover{color: #002695;}

.rightnav {
    position: fixed;
    right: 12px;
    top: 38%;
    z-index: 9
}

.rightnav li {
    width: 60px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a {color: #fff;border-radius: 15px}
.rightnav li:last-child{border: none}
.rightnav li.weightcons{border: none}
.weightcons a {border-radius: 15px;}
.rightnav li>a {
    color: #fff;
    font-size: 14px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
	background-color: #002695;
	box-shadow: 0 5px 5px #ccc;
}

.rightnav li a img {
	width: 30px;
    margin-bottom: 10px
}

.rightnav li>a:hover {
    background-color: #002695
}
.rightnav .hover_con a {
    font-weight: bolder
}
.rightnav li .hover_con {
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #002695;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{margin: auto;}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}
#plugin-contact-ring2{display: none;}
.product{padding:1% 0 3%;}
.product .goods{
	padding: 2%;
	background-color: #fff;
}
.ccc{background-color: #f5f5f5;}
@media (max-width:1400px){
	.container{
		width: 1200px;
		max-width: 100%;
	}
	.probox ul li a{
		line-height: 42px;
	}
	.banner{padding-bottom: 45%;}
	
}
@media (max-width:1200px){
	.newslist li h3{font-size: 24px;}
	.newslist li .mores{margin-top: 5px;margin-bottom: 15px;}

	.region .rebox h5{font-size: 14px;}
	.region .rebox a{padding: 8.5% 3px 4.5% 0;}
	.region .rebox span{font-size: 32px;width: 38px;}



	footer .foot .fline::before{
		width: 40%;
	}
	footer .foot .fline::after{
		width: 40%;
	}
	header h1{width: auto;margin-top: 5px;margin-left: 3%;}
	header .webtit{width: 47%;}
	.mainbav>li a{font-size: 14px;}
		
	.container{width: 100%;}
	.advbox .inner .title p{font-size: 110px;}
	.advbox .text{padding-left: 10px;}
	.advbox .text p:nth-child(2){text-indent: 0;}
	.advbox .text p{font-size: 18px;}
	.advbox .name{font-size: 18px;}
	.advbox .consimg{padding-left: 0;}
	.advbox .consimg img{width: 34%;min-width: 150px;}
	.advbox .disline a,.advbox .disline p{font-size: 18px;}
	.advbox .disline{width: 59%;}

	.goodscard a .imgbox{height: 155px;}
}

@media (max-width:1024px){
	.newslist li h3{font-size: 20px;}

	.goodscard .swiper-slide{
		margin-top: 0!important;
	}
	.goodscard a .imgbox{height: 210px;}
}
@media (max-width:992px){
	.region .rebox a{padding: 5.5% 3px 4.5% 0;}



	.lcbox ul li{font-size: 13px;line-height: 23px;}
	.lcbox ul li h3{font-size: 15px;}
	.goodscard .swiper-slide h4{font-size: 16px;}
	.goodscard .swiper-slide a{
		width: 95%;
	}
	.combox .abouteng{font-size: 50px;}
	.region .rebox{
		width: 94%;
		margin: 8px auto;
	}
	.banner .slide-content a{
		font-size: 24px;
		width: 190px;
	}
	.comnum ul li b{font-size: 32px;}
	.cominfo .infoshow{padding-left: 0;}
	.setinfo .inner{width: 100%; margin-bottom: 25px;}
	.setinfo .honor{margin-left: 0;}
	.cominfo{width: 100%;}
	.region .rebox p{font-size: 18px;}
	.region .rebox h6{font-size: 16px;}
	.probox ul li a{line-height: 24px;}
	.advbox .inner .title p{font-size: 78px;}
	.advbox .inner .title h4{font-size: 26px;}
	header .webtit{display: none;}
	header h1{width: 100%;}
	.title p{font-size: 50px;}
	.title h3{font-size: 26px;}
	.probox ul{margin-right: 0;}
	.probox .mores{margin-right: 0;}
	.goodscard .swiper-slide a img{width: 100%;    ;object-fit: contain;}
	#swiper-container1{height: 490px;}
	/* #swiper-container1 .swiper-wrapper{display: f;} */

	#swiper-container1 .swiper-slide{height: 245px; float: left;}
	.advbox .inner .title{text-align: center;}
	.advbox .inner ul{width: 100%;}
	.advbox{background-position: left;}
	.setinfo .inner .shows .imgbox img{height: 175px;}
}
@media (max-width:767px){
	.de-page-mian .page-inner span{display: none;}
	.newslist li h3{font-size: 18px;line-height: 28px;margin: 15px 0;}
	.newslist li p{font-size: 14px;line-height: 28px;}


	.title h3{min-width: 160px;}
	.ls_team .title span a{padding-right: 10px;margin-right: 10px;}
	.ls_team .mores{display: none;}
	.goodinfo .gallery-top .swiper-slide{padding-bottom: 85%;}

	.goodall h2{font-size: 20px;line-height: 2;}
	.goodall .telall a{font-size: 14px;}

	.lcbox ul li p{height: 65px;}

	.gotop{line-height: 25px;}

	footer .foot .addtel span{display: block;}
	footer .foot a:first-child{display: none;}
	footer .foot a:nth-child(5){border: none;}
	footer .foot a{font-size: 16px;}
	.title h3{font-size: 20px;}
	.goodall .telall a{
		width: 49%;
		padding: 10px 0;
		margin-right: 0%;
	}
	.mainbav>li a::after{display: none;}
	.mainbav>li a{border-bottom: 1px solid #ccc;}
	.mainbav>li a{font-size: 16px;}
	.mainbav>li a{color: #fff;}
	.cominfo .infoshow{display: block;}
	.cominfo .infoshow a{
		width: 31%;margin:4% auto;
		font-size: 16px;
		writing-mode:unset;
		padding: 5px;
	}
	.footnav a{width: 23.6%;margin-bottom: 15px;}
	footer .foot .addtel,footer .foot .addtel span,.footnav a,.foot .copy{font-size: 15px;}
	.setinfo .inner .shows{display: block;overflow: hidden;}
	.setinfo .inner .shows .imgbox{
		width: 48%;
		margin: 0 auto;
		float: left;
	}
	footer .foot .fline::before{width: 38%;}
	footer .foot .fline::after{width: 38%;}
	.combox .abouteng{font-size: 40px;}
	.lcbox ul li .imgbox{width: 88px;height: 88px;line-height: 88px;}
	.lcbox ul li{width: 45%;margin-bottom: 25px;}
	.lcbox ul li:nth-child(2){margin-right: 0;}
	.lcbox ul li:nth-child(2)::after{display: none;}
	.lcbox ul li::after{width: 27%;right: -23%;}
	.advbox .consimg{margin-top: 20px;}
	.advbox .consimg img{max-width: 200px;min-width: 110px;}
	.advbox .consimg{text-align: center;}
	.advbox .text{padding-left: 0;text-align: center;}
	.advbox .disline{width: auto;}
	.fak ul{margin-right: 0;}
	.zx_news{width: 100%;}
	.header h1{
		padding-left: 5%;
		margin-top: 0px;
		position: absolute;
		z-index: 10;
	}
	.header h1 img{
		max-width: 100%;
		width: auto;
		margin-top: 0;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: -2px;
	}
	.banner .slide-content a{
		font-size: 16px;
		width: auto;
		padding: 1% 2%;
	}
	/* footnav */
#plugin-contact-ring2 {
	position: fixed;
	bottom: 0;	
	width: 100%;
	background: #002695;
	/* border-top: 1px solid #fff; */
	left: 0;
	max-width: 750px;    
    left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: block;
}

#plugin-contact-ring2 li {
	display: block
}

#plugin-contact-ring2 #ring-list {
	overflow: hidden;
	margin-bottom: 0;
}

#plugin-contact-ring2 #ring-list li:active {
	background: rgba(0, 0, 0, .3);
	border-radius: initial
}


#plugin-contact-ring2 #ring-list li{
	width: 25%;
	float: left;
	text-align: center;
}
#plugin-contact-ring2 #ring-list li img{
	height: 25px;
}
#plugin-contact-ring2 #ring-list li:last-child a{
	border: none;
}
#ring-list span{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
#plugin-contact-ring2 #ring-list .item a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 65px;
	border-right: 1px solid #f7f7f7;
	padding-top: 10%;
}
	footer{margin-bottom: 65px;}
	.goodscard .swiper-slide a img{
		height: auto;
		margin-top: 0;
	}
	.rightnav{display: none;}
	#swiper-container1{height: 360px;}
	#formData .form-tr .code input{width: 120px;}
	#swiper-container1 .swiper-slide{height: auto;}
	footer .foot h5{
		width: 100%;
	}
	
	.product .pronav{
		border: none;
		overflow: hidden;
	}
	.product .pronav li a{
		font-size: 14px;
	}
	.product .pronav li.on a{
		background: unset;
		color:#4a4a4a;
	}
	.product .pronav li{
		text-align: center;
		float: left;
		width: 33%;
		white-space: nowrap;
		border: 2px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.product .pronav li a{
		padding:8px 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
		
	}
	.crumbs a, .crumbs{font-size: 14px;}
	.fotnav a{width: 45%;}
	.advbox .inner .title p{font-size: 56px;}
	#prev_next li{width: 100%;}
	.advbox .inner .title h4,.cominfo h2,.newsconts h3{font-size: 20px;}
	.advbox .inner ul li{font-size: 18px;}
	.advbox .inner ul li p{
		font-size: 14px;
		line-height: 2;
	}
	.setinfo .inner .shows .imgbox img{height: 135px;}
	.comnum{padding: 0 5px 3%;}
	.combox{padding: 15px 5px 0;}

	.newslist li .time{width: 90%; margin-top: 5px;margin-bottom: 15px;}
	.comnum{margin-bottom: 25px;}
	.comnum ul{display: block;}
	.comnum ul li{width: 50%;float: left;}
	.comnum ul li p{font-size: 16px;}
	.comnum ul li b{font-size: 22px;}
	.comnum ul li span{font-size: 13px;}
	.title p{font-size: 32px;}
	.header{height: 66px;padding-top: 0%;}
	.mainbav>li{width: 100%;}
	.mnav{
		position: relative;
		float: right;
		line-height: 13px;
		margin: 5px;
		width: 55px;
		height: 55px;
		padding: 5px 10px;
		background-color: #002695;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{position: relative;}
	.topnav .mainbav{
		position: absolute;
		background-color: rgba(126, 138, 177, .9);
		z-index: 10;
		top: 66%;
		width: 100%;
		margin-top: 55px;
	}
	.mainbav li{display: none;}
	.contenbox{font-size: 14px; overflow: hidden;}	
	.contenbox img{height: auto!important;}
	.advbox .name{font-size: 14px;margin: 0 10%;}
	.goodall{padding: 5% 1%;}
	.zx_news h2{font-size: 22px;}
	.fak ul li h3{font-size: 15px;padding:  12px 0;}
	.advbox .text p{font-size: 14px;line-height: 20px;}
	.cominfo .infoshow{line-height: 27px;}
	.re_case .case_li img{height: 100%;}
	.case_li a .imgbox{height: 200px;}
	.goodscard a .imgbox{height: 260px;}
	.goods .goodscard .pro img{object-fit: contain;height: 100%;}
	.re_case .case_li h2{font-size: 16px;}	
	.region .rebox h5{font-size: 14px;}
	.news .product{padding: 25px 2% 10px;}
	.newsconts h3{line-height: 27px;}

	.mainbav>li a{line-height: 49px;}


}
@media (max-width:500px){
	.newsconts .time{zoom: 0.85;}
	footer .foot .fline .icon{zoom: 0.85;}
	.advbox .inner .title h4, .cominfo h2, .newsconts h3{font-size: 18px;}
	



	.case_li a .imgbox{height: 200px!important;}
	footer .foot .addtel{text-align: left;}
	footer .foot{color: #000;}
	footer .foot .addtel p:first-child span{display: inline-block;}

	.goodscard a .imgbox{height: 200px;}
	.header h1 img{
		margin-top: 9px;
	}

	.title h3::before{margin-right: 4%;}
	.column a{
		font-size: 15px;
		margin: 12px 15px;
	}
	footer .foot a{
		font-size: 14px;
	}
	footer .foot .fline::before{
		width: 35%;
	}
	footer .foot .fline::after{
		width: 35%;
	}
	.advbox .inner ul li{background-size: 15%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: contain;}
	.hj_article .inner .shows .imgbox img{
		padding: 2px;
		height: 150px;
		object-fit: cover;
	}
	.banner{padding-bottom: 45%;}
}
