@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 #2567c3 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: #2567c3;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #2567c3;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #2567c3;
  }
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.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;
}
.crumbs{
	padding-top: 1%;
	padding-bottom: 2%;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
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: inline-block;
}
.imgbox:hover img{
	transform: scale(1.1);
}
.inpage{
	padding-top: 1%;
}
.container{width: 1400px;}
/*header*/
.headtop{
	width: 100%;
    max-width: 1920px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #333;
	background-color: #dee7eb;
}
.headtop a{
	color: #333;
	transition: 0.3s;
}
.headtop a:hover{
	color: #009fe9;
}
.header{
	height: 125px;
	padding-top: 19px;
	padding-bottom: 19px;
	position: relative;
}
header .webtit{
	border-left: 2px solid #bbbbbb;
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 16px;
}
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: #2567c3; width: 30%;text-align: center;}
header .tel{font-family: fantasy,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;font-size: 22px;font-weight: bolder;    margin-top: 25px;display: block;}
header .tel img{display: inline-block;margin-right: 8px;}
nav{
	background-color: #2567c3;
}
header .mainbav{margin-top: 15px;}
.mainbav>li{
	float: left;
	width: 10.5%;
	text-align: center;
	position: relative;
}
.mainbav>li>a{
	display: block;color: #333333;
	font-size: 20px;line-height: 52px;
	transition: 0.3s;
}
header .form{
	width: 35%;
}
header .form form{
	width: 190px;
	margin: auto;
	background-color: #7e8283;
	border-radius: 20px;
	padding: 2px 11px;
	margin-top: 10px;
}
header .form form button{
	color: #fff;
	border: none;
	background: #7e8283;
}
header .form form button span{
	font-size: 22px;
	display: inline-block;
    vertical-align: middle;
}
header .form form input{
	display: inline-block;
	width: 80%;
	margin-top: 6px;
	border: none;
	outline: none;
}
.subnav{
	width: 150px;
	position: absolute;
	left: 0;
    transform: translateX(-15%) scaleY(0);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
}
.subnav li{
	width: 100%;background-color: #2567c3;
	border-bottom: 1px solid #bbbbbb;
	transition: 0.3s;
}
.subnav li a{
	color: #fff;
	padding: 10px 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	background-color: #2567c3;
	transition: 0.3s;
}
/* banner */
.banner{
	width: 100%;
    /* height: 660px; */
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 23%;
}
.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{overflow: hidden;}
.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;
}
.banner .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
}
/* bannerend */
.title{
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.title p{
	color: #999999;
	font-size: 30px;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bolder;
	text-transform: uppercase;
}
.title h3{
	color: #4f4e4f;
	line-height: 2.5;
	font-weight: bolder;
	font-size: 35px;
	margin: auto;
	position: relative;
}
.title span{
	color: #9fa2b4;
	font-size: 16px;
	line-height: 3;
	display: inline-block;
}
/* product */
/* .title h3::before{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #2567c3;margin-right: 4%;} */
/* .title h3::after{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #2567c3;margin-left: 4%;} */
.procls ul{overflow: hidden;text-align: center; margin-bottom: 25px;}
.procls ul li{display: inline-block;}
.procls ul li a{width: 125px;margin: 0 5px;line-height: 1.85;border: 1px solid #ccc; display: inline-block; font-size: 16px;transition: 0.3s;padding: 5px 2px;}
.procls ul li a:hover{
	border-color: #f5c300;
	color: #f5c300;
}
.product{
	padding-top: 25px;
}
.probox ul{border-top: 3px solid #2567c3;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: #2567c3;margin-top: 15px;color: #fff;}
.probox .conta{
	color: #333;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
}
.probox .conta h5{
	color: #fff;
	line-height: 2.4;
	font-size: 20px;
	font-weight: bold;
	background: #0d0f7f;
	text-align: center;
	margin-bottom: 15px;
}
.probox .conta h5 img{
	width: 20px;
}
.probox .conta li{
	border: 1px solid #dddddd;
}
.probox .conta  li img{
	width: 100%;
	height: 250px;
	object-fit: contain;
}
.probox .conta li h4{
	color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #f1f1f1;
	background: #f1f1f1;
	transition: 0.3s;
}
.probox .conta li:hover h4{
	color: #fff;
	background-color: rgba(245, 195, 0, .7);
}
.lings li{
	font-size: 14px;
	margin: 2% 0 5%;
	padding-bottom: 10px;
	transition: 0.5s;
}
.lings li h2{
	color: #009fe9;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
.lings li .cons{
	font-size: 16px;
	line-height: 29px;
	color: #444546;
}
.lings li .mores span{
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	padding: 5px 20px 5px 10px;
	background-color: #009fe9;
}
.lings li:hover{
	border-bottom:1px solid #dedede ;
	transform: translateY(-10px);
}
.advinner{
	margin: 0 5%;
}
/* choose */
.choose{
	background-image: url(../images/advbg.jpg);
	background-repeat: repeat;
	padding: 2%;
}
.choose .sebox{
	margin: 0 5%;
	text-align: center;
}
.choose li{margin: 3% 0;}
.choose li .imgbox{
	padding: 5%;
}
.choose .sixinfo li h6{
	font-size: 21px;
	color: #000;
	font-weight: bold;
}
.indexnewbox{margin: 0 11%;}
.index .news .right ul li{
	background-color: #fff;
}
.index .news .news-li a time::before{
	display: none;
}
.center-content{padding: 2% 1%;}
.center-content img{max-width: 600px;}
.layui-layer-iframe{
	max-width: 100%;
}
.goodscard .swiper-slide a{
	width: 92%;
	display: block;
	overflow: hidden;
	margin: auto;
	position: relative;
	text-align: center;
}
.goodscard .swiper-slide .name{
	/* position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	transition: 0.3s;
	padding: 6.5% 0;
	color: #fff;
	width: 100%; */
}
.goodscard .swiper-slide .name p{
	text-transform: uppercase;
	font-size: 14px;
}
.goodscard .swiper-slide .name span{
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #f5c300;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s;
}
.goodscard .swiper-slide h4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
@media (min-width:768px){
	.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);
	}
	.subnav li:hover{
		background-color: #fff;
	}
	.subnav li a:hover{
		background-color: #fff;
	}
	.mainbav>li a:hover{color: #0d0f7f;}
	.mainbav>li a:hover::after{background-color: #0d0f7f;}
	.mainbav>li.on>a{color: #0d0f7f;}
	.mainbav>li.on>a::after{background-color: #0d0f7f;}
	.mainbav>li:hover .subnav{
		opacity: 1;
		transform: scaleY(1) translateX(-15%);
	}
	.goodscard .swiper-slide a:hover{
		background-color:rgba(255, 255, 255, 1);
		color: #0d0f7f;
	}
	.goodscard .swiper-slide a:hover h4::before{background-color: #0d0f7f;}
	.goodscard .swiper-slide a:hover h4::after{background-color: #0d0f7f;}
	.goodscard .swiper-slide a:hover span{opacity: 1;height: 38px;margin: 10px auto;}
	.goodscard .swiper-slide-active .name{
		background-color:rgba(255, 255, 255, 1);
		color: #0d0f7f;
	}
	.goodscard .swiper-slide-active .name h4::before{background-color: #0d0f7f;}
	.goodscard .swiper-slide-active .name h4::after{background-color: #0d0f7f;}
	.goodscard .swiper-slide-active .name span{opacity: 1;height: 38px;margin: 10px auto;}
}
.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;
}
.goodscard .pro img{ width: 100%;height: 190px;object-fit: contain;}
.goodinfo .swiper-container{
	width: 95%;
}
.goodinfo .gallery-top{
	margin-bottom: 15px;
	border: 1px solid #dedede;
}
.goodinfo .gallery-top .swiper-slide {
    padding-bottom: 65%;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.goodinfo .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border:1px solid #fff;
	transition: 0.3s;
}
.goodinfo .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #0d0f7f;
}
.goodall h2{
	color: #0d0f7f;
	line-height: 2.5;
	font-size: 28px;
	font-weight: bold;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .default{
	text-indent: 2em;
	line-height: 30px;
}
.goodall .telall{
	font-size: 16px;
	border-top: 1px solid #ccc;
    margin-top: 4%;
    padding-top: 5%;
}
.goodall .telall a{font-size: 22px;font-weight: bold;color: #035191;}
.goodall .read{
	display: inline-block;
	background-color: #6d99d7;
	padding: 10px 45px;
	border-radius: 8px;
	transition: 0.3s;
	color: #fff;
	margin-top: 5%;
	font-size: 18px;
	border: 1px solid #6d99d7;
}
.goodall .read:hover{
	color: #6d99d7;
	background-color: #fff;
	border: 1px solid #6d99d7;
}
.prodefault .top{
	margin-top: 3.5%;
	border-bottom: 1px solid #6d99d7;
}
.prodefault .top h4{
	display: inline-block;
	background-color: #0d0f7f;
	color: #fff;
	padding: 12px 26px;
	font-size: 20px;
}
/*advbox*/
.advbox{
	padding: 5px 0 0;
	margin: 40px auto;
	position: relative;
}
.advbox::after{
	/* content: ''; */
	width: 100%;
	height: 65.5%;
	background-color: #f8f8f8;
	position: absolute;
	bottom: 0;z-index: -1;
}
.advbox .inner{
	width: 100%;
	max-width: 1128px;
	margin: auto;
}
.advbox .container .title p{
    opacity: 0.5;
}
.advbox .container .title h4{
    font-weight: bolder;
    font-size: 30px;
	margin: auto;
	display: inline-block;
	background-color: #0d0f7f;
	color: #fff;
	padding: 10px 7.5%;    
}
.advinner{
	margin-top: 25px;
}
.advinner .left{
	margin-right: 4%;
}
.advinner .right{
	margin-left: 2%;
}
.advinner .right .top{
	margin-bottom: 7%;
	margin-top: 5%;
}
.advinner .right .top h5{
	color: #f5c300;
	font-size: 30px;
	font-weight: bold;
}
.advinner .right .top>div:first-child{
	max-width: 50%;
}
.advinner .right .top>div:last-child{
	width: 40%;
	padding-left: 5%;
	margin-top: -2.5%;
}
.advinner .right .top p{
	font-size: 36px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.advinner .right .advinfo{color: #5a5a5a; }
.advinner .right .advinfo h6{font-size: 30px;font-weight: bold;}
.advinner .right .advinfo h6 span{ color: #0d0f7f;font-size: 30px}
.advinner .right .advinfo p{text-transform: uppercase;color: #999999;}
.advinner .right .advinfo ul{    margin-top: 15px;}
.advinner .right .advinfo ul li{
	line-height: 38px;
	font-size: 16px;
}
.advinner .right .advinfo ul li span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 8px;
}
/* case */
.case .swiper-slide a{
	margin: 15px;
	display: block;
	transition: 0.3s;
	color: #242323;
	background-color: #f3f3f3;
}
.case .swiper-slide a img{
	width: 100%;
	height: 310px;
	object-fit: contain;
}
.case .swiper-slide .title{
	margin: 0;
	font-size: 19px;
	line-height: 49px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.case .swiper-slide:hover a{
	color: #fff;
}
.case .casebox .box-fw{position: relative;}
.case .casebox .box-fw .info span{
	display: inline-block;
	width: 35%;
	margin: 0 5px auto;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
}
.case .casebox .box-fw:hover .info{
	color: #FFF;
	background-color: rgba(0, 159, 233, .7);
}
.case .casebox .swiper-container-multirow-column>.swiper-wrapper{
	flex-direction: unset;
}
/* company */
.company{
	padding: 2% 30px 0px;
	position: relative;
	overflow: hidden;
}
.company .inner{
	width:85%;
	min-width: 360px;
	float: right;
}
.combox::after{
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #f5c300;
}
.combox .cominfo{
	margin-top: 11%;
}
.combox .cominfo .title{
	text-align: left;
	width: 50%;
	margin: unset;
	padding-bottom: 0%;
	margin-bottom: 5%;
	border-bottom: 1px solid #b7b7b7;
}
.combox .cominfo .title::after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #000;
    margin-bottom: -5px;
    margin-left: 4px;
}
.combox .cominfo h2{
	font-size: 24px;
	line-height: 2.8;
	font-weight: bolder;
	color: #3d3d3d;
	margin-bottom: 3%;
	border-bottom: 1px solid#bfbfbf;
}
.combox .cominfo h2::after{
	content: "";
	width: 55px;
	height: 5px;
	display: block;
	background-color: #2567c2;
}
.combox .cominfo .infoshow{
	font-size: 16px;
	line-height: 30px;
}
.combox .cominfo .infoshow a{
	margin-top: 8%;
	color: #fff;
	display: block;
	font-size: 36px;
	background-color: #0d0f7f;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #0d0f7f;
	transition: 0.3s;
}
.combox .cominfo .infoshow a:hover{
	color: #ef811e;
}
.comnum{
	padding: 0px 30px 3%;
	text-align: right;
    margin-top: -15%;
}
.comnum p{font-size: 16px;}
.comnum b{color: #333;font-size: 30px; font-weight: 400;}
.comnum span{
	font-size: 190px;
	color: #e7e5e5;
	font-weight: bold;
}
.combox .comimg{
	display: block;
	margin-left: 10%;
	overflow: hidden;
}
.comimg img{
	max-width: 100%;
	object-fit: cover;
}
.abouts{
	margin-bottom: 6%;
}
.abouts .show{
	font-size: 16px;
	line-height: 35px;
}
/*  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: #2567c3;
    margin-top: 10px;
}
.setinfo .inner  .shows{display: flex;justify-content: space-between;}
.setinfo .inner  .shows .imgbox{width: 48%;}
.setinfo .inner  .shows .imgbox img{width: 100%;height: 230px;object-fit: contain;}
/* news */
.news{
	padding:1% 0 2%;
	background-color: #fff;
}
.news .container{margin-top: 2.2%;}
.news .left{width: 95%;}
.news .left img{
	width: 100%;
    height: 308px;
	object-fit: cover;
}
.news .left .news-cont{
	padding: 3.5% 3.5% 1%;
}
.news .title p{
	color: #e2e3e6;
}
.news .news-li h3{
	line-height: 2;
	color: #009fe9;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	transition: 0.3s;
}
.news .news-li a{
	color: #595959;
	transition: 0.3s;
}
.news .news-li a p{
	font-size: 16px;
    line-height: 28px;
}
.news .right ul li{
	padding: 10px 3.5%;
	background-color: #fafafa;
	transition: 0.3s;
}
.news .right ul li:hover{
	border-bottom:1px solid #dedede ;
	transform: translateY(-10px);
}
.news .right ul li .time{
	color: #fff;
	background-color: #e4e5e7;
	padding: 9% 8%;
	margin-right: 14%;
	transition: 0.3s;
}
.news .right ul li .time p{
	color: #767777;
	font-size: 50px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	border: none;
}
.news .right ul li .time time{
	color: #767777;
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	text-align: center;
	display: inline-block;
}
.news .right ul li p{
	border: none;
}
.news .right ul li:hover .time{
	background-color: #009fe9;
}
.news .right ul li:hover .time p{color: #fff;}
.news .right ul li:hover .time time{color: #fff;}
.news .news-li a span{
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	padding: 5px 20px 5px 10px;
	background-color: #009fe9;
}
.news .news-li a time::before{
	content: "";
	width: 29%;
	vertical-align: middle;
	margin-right: 2%;
	display: inline-block;
	height: 3px;
	background-color: #fff;
}
.news .news-li a:hover h3{
	color: #2567c2;
}
.news-cont{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	background-color: #fafafa;
}
.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;
}
.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: "微软雅黑";
}
.newsconts .time span:last-child{}
#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;
}
/* 分页 */
.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: #333;
    margin-right: -1px;
    overflow: hidden
}
.de-page-mian .page-inner a.active,.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333
}
.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{
	color: #5a5a5a;
	padding: 36px 0;
	font-size: 19px;
	background-image: url(../images/foot.jpg);
	background-repeat: repeat;
}
footer .foot a{color: #5a5a5a;}
footer .foot ul li{line-height: 40px;font-size: 19px;}
footer .foot ul li span{
	color: #1d208a;
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
footer .foot h5{
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 8px;
	font-size: 29px;
	margin-bottom: 8px;
}
.foot .copy{margin-top: 20px;}
.foot .codeimg {margin-top: 30px;}
.fotnav a{
	width: 30%;
	margin-top: 8px;
	margin-bottom: 15px;
	display: inline-block;
	transition: 0.3s;
}
.fotnav a:hover{color: #2567c3;}
.rightnav {
    position: fixed;
    right: 3%;
    top: 38%;
    z-index: 9
}
.rightnav li {
    position: relative;
    margin-bottom: 2px
}
.rightnav li a {
    border-radius: 50%;
}
.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}
.weightcons a {
    border-radius: 15px;
}
.rightnav li a {
	color: #fff;   
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
    display: block;
    transition: .3s;
    background-color: #2567c3
}
.rightnav li a span{
	font-size: 23px;
}
.rightnav li a img {
    margin-bottom: 10px
}
.rightnav li>a:hover {
    background-color: #2567c3
}
.rightnav .hover_con a {
    font-weight: bolder;width: 100%;
}
.rightnav li .hover_con {
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #2567c3;
    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;
}
.navbanner img{width: 100%;}
.a-en{display: inline-block;margin-left: 15px;background: url(../images/en-ico.jpg) no-repeat left center;box-sizing: border-box;padding-left: 25px;}
.a-en:hover{color: #0d0f7f;}
#contents p{margin-bottom: 10px;}
.infoImage{text-align: center;}
@media (max-width:1400px){
	.container{
		width: 1200px;
		max-width: 100%;
	}
	.probox ul li a{
		line-height: 42px;
	}
	.advinner .right .advinfo ul li{font-size: 14px;}
}
@media (max-width:1200px){
	.company .inner{width: 95%;}
	.comnum span{font-size: 120px;}
	header h1{max-width: 100%;}
	header .webtit{width: 47%;}
	.container{width: 100%;}
	.advbox .inner .title p{font-size: 110px;}
	.advinner .right .top p{font-size: 28px;}
	.mainbav>li>a{font-size: 16px;}
}
@media (max-width:992px){
	.mainbav>li{width: 11.5%;}
	header .form{width: 30%;}
	header .form form{width: 150px;}
	header .form form input{width: 75%;}
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.news .right ul li .time p{font-size: 20px;}
	.news .right ul li .time time{font-size: 16px;}
	.combox .comimg{margin-left: 0;}
	.company .inner{width: 100%; float: none;}
	.combox .cominfo{margin-top: 0;}
	.advinner .right{
		margin-left: -15px;
	}
	.advinner .right .top p{font-size: 20px;}
	.headtop .topinfo{
		padding-right: 10px;
	}
	.mainbav>li>a{
		font-size: 14px;
	}
	.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;}
	.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){
	.navbanner img{min-height: 200px;object-fit: cover;}
	.center-content img{max-width: 100%;}
	.headtop{display: none;}
	.goodall h2{font-size: 20px;text-align: center;}
	.comnum{text-align: center;}
	.company{padding: 2% 5px 0;}
	.advbox{margin: 10px auto;}
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.advinner .right .top p{font-size: 15px;}
	.advinner .right .top h5{font-size: 24px;}
	.news .right ul li .time time{line-height: 18px;}
	.news .right ul li .time{padding: 1% 0;margin-right: 0;    margin-bottom: 5%;}
	.news .news-li a time::before{width: 0;}
	.news .right ul li{margin-bottom: 3%;}
	.news .left .news-cont{margin-bottom: 3%;}
	.news .left{width: 100%;}
	.advinner .left{margin-right: 0;}
	.advinner .left img{width: 100%;}
	nav{
		background-color: #fff;
	}
	.header{height: auto;padding-top: 7px;padding-bottom: 7px;}
	.header h1{
		position: absolute;
		z-index: 10;
		width: 50%;
		top: -3px;
		padding: 0 3%;
		margin-bottom: 2%;
	}
	.header h1 img{
		height: 40px;
	}
	header .mainbav{margin-top: 7px;}
	/* footnav */
	#plugin-contact-ring2 {
		position: fixed;
		bottom: 0;	
		width: 100%;
		background: #037edb;
		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;
	}
	#ring-list span{
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 2;
	}
	#plugin-contact-ring2 #ring-list .item a {
		display: block;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 66px;
		border-right: 1px solid #f7f7f7;
		padding-top: 10%;
	}
	footer{margin-bottom: 66px;}
	.goodscard .swiper-slide a img{width: 100%;}
	.rightnav{display: none;}
	/* #swiper-container1{height: auto;} */
	#formData .form-tr .code input{width: 120px;}
	/* #swiper-container1 .swiper-slide{height: auto;} */
	footer .foot h5{
		font-size: 20px;
		width: 100%;
	}
	.foot .copy{font-size: 14px;}
	footer .foot ul li{font-size: 14px;line-height: 25px;margin: 10px auto;}
	.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: 50%;
		white-space: nowrap;
		border: 2px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.product .pronav li a{
		width: 100%;
		border: none;
		padding:8px 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.mainbav>li>a{font-size: 16px;color:#fff;}
	.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%;}
	.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;}
	.mainbav>li{width: 100%;}
	.mnav{
		position: relative;
		float: right;
		line-height: 10px;
		margin: 0;
		width: 51px;
		height: 46px;
		padding: 5px 10px;
		background-color: #037edb;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{position: relative;}
	.mainbav{
		position: absolute;
		background: #2567c3;
		z-index: 11;
		top: 100%;
		width: 100%;
	}
	.mainbav{display: none;padding-bottom: 43%;}
	.choose .sebox,.indexnewbox{margin: 0;}
	.contenbox,.choose .sixinfo li h6{font-size: 14px;}
	.title h3{font-size: 20px;}
	.title{margin: 10px auto;}
	.news .news-li h3{font-size: 18px;}
	.news .news-li a p{font-size: 14px;line-height: 22px;}
	.case .swiper-slide .title{font-size: 16px;}
	.newslist li h3{
		font-size: 18px;font-weight: bold;
		line-height: 30px;
		margin: 10px auto;
	}
	.newslist li p{
		font-size: 14px;line-height: 25px;
	}
	.newslist li .mores{margin-top: 2%;}
	.newslist li .time{margin-bottom: 7%;}
	footer .foot{font-size: 14px;}
	.codeimg img{width: 100px;}
	.setinfo .inner .name h5{font-size: 18px;}
	section .news  .newsconts{margin-top: 25px;}
	.goodall .telall a{font-size: 20px;}
	.prodefault .top h4{font-size: 18px;}
	.goodall .read{font-size: 15px;}
	.banner{padding-bottom: 32%;}
}
@media (max-width:500px){
	.goodall .telall a{font-size: 18px;}
	footer .foot ul li span{font-size: 18px;margin-right: 0px;}
	.abouts .show{font-size: 13px;}
	.crumbs.text-right{text-align: left;}
	.advbox .inner ul li{background-size: 15%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: contain;}
	.banner{padding-bottom: 38%;}
}
