@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%;}
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;
}
.mes-form .form-tr{margin-bottom: 10px;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #f3cc4d 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: #f3cc4d;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #f3cc4d;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #f3cc4d;
  }

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.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: #000;
}

.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%;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.disline{
	display: inline-block;
	vertical-align: middle;
}
.imgbox{
	max-height: 100%;
	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: 1.2%;
    position: absolute;
    right: 0;
    width: 100%;
	padding-right: 2%;
	transition: all 0.5s;
}
header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
	transition: all 0.5s;
}
header::before{
	/* content: "";
	position: absolute;
	top: 0;
	height: 120px;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent); */
}
header.top{
	top: 0;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
}
header.top nav{
	padding: 0.7% 1.5% 0.7% 5%;
}
header.top .header{padding-top: 0.3%;}

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: #f3cc4d; width: 30%;text-align: center;}
header .tel{
	color: #000;
	font-family: fantasy,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 26px;
	/* display: grid; */
	line-height: 30px;
	/* border: 1px solid #fff; */
	/* width: 80%; */
	margin: 3% auto 0;
	display: block;
}
header .tel img{display: inline-block;margin-right: 8px;}
.mylogos{margin-top: 0px;}


nav{
	transition: all 0.5s;
	padding: 1.5% 1.5% 1.5% 5%;
	border-bottom: 1px solid #a2adb8;
}
.mainbav>li{
	float: left;
	width: 11.11%;
	text-align: center;
	position: relative;
}
.mainbav>li a{display: block;color: #000;font-size: 16px;line-height: 52px; transition: 0.3s;}
.mainbav>li a::after{
	content: '';
    display: inline-block;
    width: 42px;
    height: 5px;
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
}


.subnav{
	width: 145px;
	position: absolute;
	left: -43%;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
}
.subnav li{	width: 150%;background-color: #2567c3;border-bottom: 1px solid #bbbbbb;}
.subnav li a{
	color: #fff;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	line-height: 45px;
}

/* banner */
.banner{
	width: 100%;
    /* height: 660px; */
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 44.4%;
}
.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;
}
/* bannerend */

/* region */
.region{
	position: absolute;bottom: 0;width: 100%;z-index: 2;
	border-top: 1px solid rgba(255, 255, 255, .3);
}
.region::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 141px;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
.region .rebox{
	transition: all 0.5s;
	width: 97%;
	margin: 0px auto;
	padding: 20px 0;
}
.region .rebox svg{fill: #fff; transition: 0.5s;}
.region .rebox p{text-transform: uppercase;font-size: 26px;color: #ef821e;}
.region .rebox h6{font-weight: 400;font-size: 16px;color: #fff;line-height: 2; transition: 0.3s;}


.region .rebox span{
	width: 56px;height: 56px;
	display: inline-block;
	padding: 10px;
	/* background-color: #fff; */
	transform: rotate(45deg) translate(7px,7px);
	border: 1px solid #ccc;
}
.region .rebox span img{
	transform: rotate(-45deg);
}
.pronavs ul{overflow: hidden;text-align: center;margin: 10px auto 50px;}
.pronavs ul li{display: inline-block;border-left: 1px solid #000;padding: 0 1.5%;line-height: 1;}
.pronavs ul li:first-child{border: none;}

.pronavs ul li a{font-size: 18px;}
.pronavs ul li:hover a{font-weight: bold; color: #ef821e;}
.pronavs ul li.on a{color: #ef821e;}
.pronavs  .mores{background: none; color: #ef811e;}


@media (min-width:768px){
	.region .rebox:hover{background-image: linear-gradient(to bottom, #2567c3, transparent);}
	.region .rebox:hover svg{filter: drop-shadow(6px 5px 4px black);}
	.mainbav>li>a:hover{color: #2567c3;}
	.mainbav>li>a:hover::after{background-color: #2567c3;}
	.mainbav>li.on>a{color: #2567c3;}
	.mainbav>li.on>a::after{background-color: #2567c3;}
	.mainbav>li:hover .subnav{
		opacity: 1;
		transform: scaleY(1);
	}
	.region .rebox:hover p{color: #fff;}
	.region .rebox:hover h6{color: #fff;}
	.region .rebox:hover span{
		border-color: #6fabff;
	}
	.region .rebox:hover span img{
		filter: brightness(5);
	}
}
/* regionend */
.title{
	width: 100%;
	text-align: center;
	margin: 20px auto;
}


.title p{
	line-height: 1px;
	color: #ecedf0;
	font-size: 72px;
	font-weight: bolder;
	text-transform: uppercase;
}
.title h3{
	color: #0e153f;
	font-weight: bolder;
	font-size: 38px;
	margin: auto;
	position: relative;
}
.title span{
	color: #9fa2b4;
	font-size: 16px;
	line-height: 3;
	display: inline-block;
}
.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%;}
.probox ul{border-top: 3px solid #f3cc4d;margin-right: 6%;}
.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: #f3cc4d;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%;}
.center-content table td{border: 1px solid #000;}
.layui-layer-iframe{max-width: 100%;}
#swiper-container1{
	height:560px;
}
#swiper-container1 .swiper-slide{
	height:280px;
}
.goodscard .swiper-slide a{
	display: block;
	border: 1px solid #d6dce5;
	width: 98%;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.goodscard .swiper-slide a::after{
	content: "+";
	display: block;
	width: 100%;
	color: #fff;
    position: absolute;
    top: -100%;
    height: 100%;
    text-align: center;
    font-size: 80px;
    vertical-align: middle;
    display: flex;
    justify-content: space-around;
    align-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}
.goodscard .swiper-slide a:hover::after{
	top: 0;
}
.goodscard .swiper-slide img{
	width: 100%;
	height: 210px;object-fit: cover;
}
.goodscard .goodsfrist img{
	height: 422px;
}
.goodscard .swiper-slide .name{
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.goodscard .swiper-slide h4{
	font-size: 14px;
	text-align: center;
	line-height: 2.5;
	color: #fff;
}

.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: cover;}
.goodinfo .swiper-container{
	width: 95%;
}
.goodinfo .gallery-top{margin-bottom: 15px;}
.goodinfo .gallery-top .swiper-slide {
    padding-bottom: 65%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ededed;
}
.goodinfo .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	/* background-size: cover; */
	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 #f3cc4d;
}
.goodall h2{
	color: #0d3475;
	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 .telall{
	font-size: 16px;
	border-top: 1px solid #ccc;width: 80%;
    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: 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;
}


/*advbox*/
.goodscard .pro .no-goods  img{
	width: auto;
	height: auto;
	margin-top: 5px;
	display: inline-block;
}
.advbox{
	background-image: url(../images/pic_adv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	padding: 5px 0 5%;
	margin: 40px auto;
	min-height: 400px;
}
.advbox .title{text-align: left;margin-top: 10%;}
.advbox .title span{
	color: rgba(0, 0, 0, .3);
    font-size: 26px;
    font-weight: bolder;
    text-transform: uppercase;
}
.advbox .title h4{font-weight: bold;color: #000;font-size: 38px;}
.advbox .title h4::after{
	content: "";
	display: inline-block;
    width: 40px;
    height: 7px;
    margin-left: 25px;
    background-color: #f3cc4d;
    vertical-align: super;
}
.advbox ul{
	overflow: hidden;
}
.advbox ul li{
	float: left;
	width: 25%;
}
.advbox ul li .box{
	width: 90%;
	margin: auto;
	padding: 10%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.3s;
}
.advbox ul li .box:hover{
	background-color: #2567c3;
	transform: translateY(10px);
}
.advbox ul li .box div{
	font-size: 24px;
	margin-top: 5% ;
	line-height: 32px;
	height: 90px;
}


.advbox ul li .box p{
	font-size: 15px;
	line-height: 30px;
	min-height: 160px;
}



/* case */
.case{padding: 1.5% 0;}
.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%;
	height: 240px;
	object-fit: cover;
}
.case .swiper-slide .title{
	margin: 0;
	font-size: 14px;
	line-height: 49px;
}
.case .swiper-slide:hover a{
	color: #fff;
	background-color: #2567c3;
}
/* company */
.company{
	margin-top: 2.5%;
	color: #fff;
	padding-bottom: 2%;
	
	position: relative;
}


.home .company{
	padding-bottom: 4%;
	background-color: #2567c3;
}
.company .comimg{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
}
.company .comimg .imgbox{height: 100%;}
.company .comimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.combox{padding: 50px 0px 0;}
.combox>div{}
.cominfo{
	width: 88%;
}
.cominfo h2{
	font-size: 24px;
	line-height: 2.8;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 3%;
	border-bottom: 1px solid#bfbfbf;
}
.cominfo h2::after{
	content: "";
	width: 55px;
	height: 5px;
	display: block;
	background-color: #2567c3;
}
.cominfo .infoshow{
	line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;

}


.cominfo .infoshow a{
	display: block;
	color: #fff;
	transition: 0.3s;
	font-size: 18px;
}
.cominfo .infoshow a:hover{
	color: #ef811e;
}
.comnum{
	width: 55%;
	padding: 3% 0px 4%;
	position: relative;
    z-index: 1;
}
.comnum ul{
	display: flex;
	/* padding-bottom: 3%; */
	background-color: #f9f9f9;
	justify-content: space-between;
	/* border-bottom: 7px solid #ef811e; */
}
.comnum ul li{
	padding: 20px 15px;
	width: 240px;
	text-align: center;
}
.comnum ul li p {
	color: #2567c3;
    font-size: 28px;
    font-weight: 700;
}
.comnum ul li b{
	font-size: 45px;
}
.comnum ul li span{
	font-size: 16px;
	color: #77777e;
	display: block;
	margin-left: 2%;
}
.comimg img{
	width: 100%;
	max-height: 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: #f3cc4d;
    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: cover;}
/* news */
.home .news{
	padding-top: 3.5%;
}
.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: 35px;
	height: 76px;

	border-bottom: 1px solid #ccc;
	margin-bottom: 3%;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .news-li a span{
	color: #2567c3;
	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: #2567c3;
}
.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;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.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: "微软雅黑";
}
.contenbox iframe{
	max-width: 100%;
	max-height: 298px;
}
.contenbox img{max-width: 600px;}

.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 input

#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{
	padding: 36px 0;
	font-size: 14px;
	color: #deeee8;
	background-color: #2567c3;
}
footer .foot a{
	color: #deeee8;
}
footer .foot ul li{
	line-height: 30px;
}
footer .foot h5{
	width: 89%;
	color: #fff;
	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;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fotnav a:hover{color: #fff;}

.rightnav {
    position: fixed;
    right: 12px;
    top: 38%;
    z-index: 9
}

.rightnav li {
    width: 66px;
    position: relative;
    margin-bottom: 2px
}

.rightnav li a {
    border-radius: 15px
}

.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}

.weightcons a {
    border-radius: 15px
}
.progress-wrap{
	display: none;
}
.rightnav li a {
    color: #fff;
    font-size: 15px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
    background-color: rgba(0,0,0,0.7);
}

.rightnav li a img {
	width: 32px;
    margin-bottom: 13px;
}

.rightnav li>a:hover {
	background-color: #2567c3;
	box-shadow: 0 0 5px #ccc;
}
.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: #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{max-width: 100%;}
.navgo h1 img{max-width: 100%;}



/* 招聘 */
.sect_inner{background-color: #fff;position: relative;}
.sect_job .index_ {padding-top: 5px;padding-bottom: 40px;}
.sect_job .m-table {table-layout: auto;width: 100%;line-height: 1.5;}
.sect_job .box{padding:2% 4%}
.sect_job .m-table{border-collapse:separate;border-spacing:0 10px;max-width:100%;margin:0 auto;}
.sect_job .m-table thead{font-size:18px}
.sect_job .m-table tbody tr:nth-child(2n){background:#fff}
.sect_job .m-table th{padding-top:20px;border:0;text-align: center;}
.sect_job .m-table td{border:1px dashed #ccc;border-right:0;padding-top:14px;padding-bottom:14px ;text-align: center;}
.sect_job .m-table td:first-child{border-left:1px dashed #ccc}
.sect_job .m-table td:last-child{border-right:1px dashed #ccc}
.sect_job .m-table td i{color:#ffa304;font-size:18px;margin-right:4px}
.sect_job .m-table td a{padding:5px 10px;background:#af302d;color:#fff}
.sect_job .m-table .left{text-align:left;padding-left: 10px;}
.sect_job .media-box .icon{width:385px;height:357px}
.sect_job .media-box p{font-size:1rem}


.home .product{
	padding: 3% 0 1%;
}

@media (max-width:1750px){
	nav{padding: 1.5% 4.5% 1.5% 1.5%;}
	header.top nav{padding: 1% 4.5% 1% 2%;}
}
@media (max-width:1460px){
	nav{padding: 1.5% 4.5% 1.5% 1.5%;}
	.navgo h1 img{max-width: 100%;}
	header.top nav{padding: 1.5% 4.5% 1.5% 1.5%;}
	header .tel{font-size: 23px;margin: 5% auto 0;}
}
@media (max-width:1400px){
	.region .rebox svg{width: 52px;height: 52px;}
	.container{width: 1200px;max-width: 100%;}
	.probox ul li a{line-height: 42px;}
}

@media (max-width:1300px){
	header .tel{
		border: none;
		width: 100%;
		font-size: 19px;
	}
}

@media (max-width:1200px){
	.advbox ul li .box{padding: 8% 4%;}
	.advbox ul li .box div{font-size: 20px;}
	.advbox ul li .box p{font-size: 14px;}
	header .tel{font-size: 16px;margin-top: 6%;}
	.mylogos{margin-top: 0;}


	header h1{max-width: 100%;}
	header .webtit{width: 47%;}
	.container{width: 100%;}
	.advbox .inner .title p{font-size: 110px;}
}
@media (max-width:992px){
	.navbanner img{
		min-height: 240px;
		object-fit: cover;
	}

	.product .pronav{
		border: none;
		/* display: none; */
		overflow: hidden;
	}
	.product .pronav li a{
		font-size: 14px;
	}
	.product .pronav li.on a{
		background: unset;
		color:#4a4a4a;
	}
	.product .pronav li{
		line-height: 2.5;
		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;
	}


	.newslist li h3{font-size: 20px;}
	.advbox .title h4{font-size: 26px;}
	.navgo{margin: 0 15px;}
	nav{padding: 0.8% 1%;}
	.region .rebox svg{width: 45px;height: 45px;}
	.advbox ul li{width: 50%;margin-bottom: 5%;}
	.advbox ul li .box p{min-height: 150px;}
	.advbox ul li .box{padding: 3% 6%;}


	.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%;  height: 288px;object-fit: cover;}
	#swiper-container1{height: 490px;}
	#swiper-container1 .swiper-wrapper{display: block;}
	#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 (min-width:767px){
	.pronavs ul li{margin: 9px 0;}
}
@media (max-width:767px){



	footer .foot{padding: 10px 0;}
	.subnav{left: 31%;}
	.cominfo .infoshow{margin-bottom: 5%;margin-top: 2%;}
	.navgo h1 img{height: 50px;margin-left: 1%;}
	.region::after{height: 65px;}
	#dituContent{height: 275px;}
	.newslist li .mores{display: none;}
	.newslist li .time{text-align: right;border: none;opacity: 0.8;margin-top: 5px;margin-bottom: 15px;}


	.goodscard .pro img{object-fit: cover;}

	.title span{font-size: 14px;}
	.news .news-li a span{
		font-size: 14px;
		margin-bottom: 4%;
		line-height: 35px;
	}
	.news .news-li a p{padding-bottom: 2%;margin-bottom: 0%;}
	.advbox ul li{width: 100%;margin-bottom: 5%;}
	.advbox ul li .box p{min-height: unset;}
	.advbox ul li .box{padding: 3% 6%;}
	.advbox ul li .box div{margin-top: 0;line-height: 2;font-size: 17px; height: auto;}
	.comnum{width: 100%;}
	.company .comimg{position: unset;width: 100%;}



	.region .rebox{padding: 4px 0 0 ;}
	.region .rebox svg{width: 26px;height: 26px;}
	.region .rebox h6{font-size: 14px;}
	header{
		position: unset;
		background-color: #fff;
	}
	.newslist li h3{font-size: 18px;}
	/* footnav */
#plugin-contact-ring2 {
	position: fixed;
	bottom: 0;	
	width: 100%;
	background: #2567c3;
	left: 0;
	max-width: 750px;    
    left: 50%;
	transform: translateX(-50%);
	z-index: 11;
	display: block;
}

#plugin-contact-ring2 li {
	display: block
}

#plugin-contact-ring2 #ring-list {
	overflow: hidden;
	margin-bottom: 0;
	zoom: 0.9;
}

#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: 30px;
}
#ring-list span{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 2.3;
}
#plugin-contact-ring2 #ring-list .item a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 80px;
	border-right: 1px solid #f7f7f7;
	padding-top: 10%;
}
#plugin-contact-ring2 #ring-list .item:last-child a{border: none;}
footer{margin-bottom: 75px;}
	.goodscard .swiper-slide a img{
		height: 288px;
	}
	.rightnav{display: none;}
	#swiper-container1{height: auto;}
	#formData .form-tr .code input{width: 120px;}
	#swiper-container1 .swiper-slide{height: auto;}
	footer .foot h5{
		width: 100%;
	}
	
	.crumbs a, .crumbs{font-size: 14px;}
	.fotnav a{width: 24%;}
	.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 0%;}
	.combox{padding: 15px 5px 0;}
	.newslist li .time{width: 90%;}
	.comnum ul{
		display: block;
	    padding: 5%;
    	padding-bottom: 5%!important;
	}
	.comnum ul li{width: 33%;float: left;padding: 2%;}
	.comnum ul li p{font-size: 16px;}
	.comnum ul li b{font-size: 32px;}
	.comnum ul li span{font-size: 13px;margin: 0;}
	


	.news .news-li h3{font-size: 15px;}
	.title p{font-size: 26px;}
	.header{height: 76px;}
	.mainbav>li{width: 100%;}
	.mnav{
		position: relative;
		float: right;
		line-height: 10px;
		margin: 0;
		width: 51px;
		height: 46px;
		padding: 5px 10px;
		background-color: #2567c3;
		overflow: hidden;
		margin-top: -47px;
	}
	.cominfo .infoshow a{text-align: center;}
	.mainbav>li a{color: #fff;}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{position: relative;}
	.topnav .mainbav{
		position: absolute;
		background: rgba(0, 0, 0, 0.6);
		z-index: 10;
		top: 100%;
		width: 100%;
	}
	.mainbav li{display: none;}
	.contenbox{font-size: 14px;}
	.advbox .title span{font-size: 14px;line-height: 27px;}
	.advbox ul li .box{width: 100%;}
	.goodall .telall{width: 100%;zoom: 0.7;}
	.prodefault .top h4{zoom: 0.85;}

	.goodall .read{
		width: 190px;
		display: block;
		margin: 20px auto 0;
	}
	.advbox{margin: 15px auto;}
	.goodall h2{font-size: 22px;}
	.goodall ul li{font-size: 15px;}
	.goodall .read{zoom: 0.8;}
	.center-content span{line-height: 32px!important;display: inline-block;margin-bottom: 8px;}
	.navgo{margin: 0;}
	.contact-list ul li{
		padding-left: 35px;font-size: 13px;
	    background-size: 27px;
		background-position: left;
		margin-bottom: 5px;
	}

}
@media (max-width:500px){

	.setinfo .inner .name h5{font-size: 17px;}
	.title h3{font-size: 21px;}
	.navbanner img{min-height: 110px;object-fit: cover;}

	.comnum ul li b{font-size: 27px;}
	.navgo h1 img{height: 30px;margin-bottom: 3%;}
	footer{margin-bottom: 59px;}
	#plugin-contact-ring2 #ring-list li img{height: 23px;}
	#plugin-contact-ring2 #ring-list .item a{height: 66px;}
	.goodscard .swiper-slide a img{height: 180px;}
	.goodscard .swiper-slide a{margin-bottom: 4%;}
	.advbox .inner ul li{background-size: 15%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: cover;}
	.banner{padding-bottom: 50%;}
}