@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;
}
.subchr form ::-webkit-input-placeholder{
	color:#333;
}
.subchr form :-moz-placeholder{
	caret-color:#333;
}
.subchr form ::-moz-placeholder{
	color:#333;
}
.subchr form :-ms-input-placeholder{
	flood-color:#333;
}

.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 #d70012 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: #d70012;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #d70012;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #d70012;
  }

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}

.mores{
	display: inline-block;
    color: #131313;
    transition: 0.3s;
    padding: 8px 3.5%;
    text-align: center;
	border: 1px solid #131313;

	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.mores::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d70012;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.mores:hover{
	color: #fff!important;
}
.mores:hover:before{
	transform: scale(2);
}

/* 兼容清除浮动和错位 */
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: #d70012;
}
.crumbs{background-color: #f9f9f9;}




/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {background: #fff;}
.home{
	background-image: url(../images/indexbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	background-color: #f6f5f3;
}
.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;
	margin: auto;
}
.imgbox:hover img{transform: scale(1.1);}
.inpage{padding-top: 1%;}
.inpage::after{
	content: "";
	display: block;
	width: 100%;padding-bottom: 20%;
	position: absolute;bottom: 0;left: 0;
	background-image: url(../images/fill.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.container{width: 1500px;}


/*header*/
.home .header{position: relative;}
.header{
	background-color: #fff;
	position: fixed;z-index: 11;top: 0;
	width: 100%;transition: 0.3s;
}
.header h1{
	width: 100%;
	margin-top: 0px;
	text-align: center;
	line-height: 92.9999px;
	line-height: 100px;
	transition: 0.3s;
	background-color: #d70012;
	
}
.header h1 a{
	display: block;
	height: 100px;
	line-height: 100px;
	transition: 0.3s;
}
.header.top h1 a{
	height: 78px;
	line-height: 78px;
}

.header h1 img{max-width: 100%;}
.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: #ffa019;margin-right: 15px;}
.header .myimg{line-height: 100px; transition: 0.3s;}
.header .search{padding: 0 10%;position: relative;}

.header .mytel{margin-left: 2.5%;margin-top: 3%; transition: 0.3s;}
.header .mytel b{
	font-size: 32px;
	color: #d70012;
	font-weight: 800;
}
.header.top h1{line-height: 70.9px;}
.header.top .myimg{line-height: 78px;}
.header.top .mainbav>li>a{line-height: 78px;}
.header.top .mytel{
	margin-top: 1%;
}

header .webtit{
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 16px;
	
}
header .webtit a{
	color: #000;
	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 #d70012;
}
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: #000;padding: 6px 10px;background-color: #d70012; width: 30%;text-align: center;}
header .tel img{display: inline-block;margin-right: 8px; width: 19px;    vertical-align: bottom;}
.headinner{padding: 0 16%;}
.mainbav>li{
	float: left;
	width: 14.28%;
	text-align: center;
}
.mainbav>li a{
	display: block;color: #000;
	font-size: 18px;line-height: 100px; transition: 0.3s;
}
.header .subchr{
	display: none;
	overflow: hidden;
	width: 100%;
	position: fixed;
    z-index: 10;
    background: #fff;
	left: 0;
	padding: 28px 0;
	border-top: 10px solid #d70012;
}
.header .subchr ol{width: 160px;text-align: center;margin-top: 5%;}
.header .subchr ol li a{
	transition: 0.3s;font-size: 16px;
	line-height: 3;display: block;
	border-bottom: 2px solid #fff;
	position: relative;
}
.header .subchr ol li a::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;

	transition: 0.5s;

	transform: scaleX(0);
	background-color: #d70012;
	
}
.header .subchr ol li:hover a{color: #d70012;font-weight: 900;}
.header .subchr ol li:hover a::after{transform: scaleX(1);}
.header .subchr .col-md-4 .imgbox img{
	width: 420px;
	height: 290px;
	object-fit: cover;
}

.header .subchr .sonbox{text-align: right;}
.header .subchr form{margin-bottom: 5%;}
.header .subchr form input{
	line-height: 48px;
	border: 1px solid #d70012;
	width: 320px;padding: 0 15px;
	margin-right: -5px;
}
.header .subchr form button{
	padding: 9px;
	border: unset;
	background: #d70012;
	transform: translateY(-1px);
}
.header .subchr form button img{}
.header .subchr .sonbox .sonimg{
	border: 1px solid #999;
	padding: 12px;
	width: 368px;
	float: right;
}
.header .subchr .sonbox .sonimg img{max-width: 100%;}
.header .subchr .sonbox .sonimg p{
	font-size: 16px;
	color: #696969;
}
.header .subchr .sonbox .sonimg div:first-child{
	padding-top: 10%;
}
.header .subchr .sonbox .sonimg div:first-child p{
	padding-top: 3%;
}


@media (min-width:768px){
	.mainbav>li>a:hover{color: #fff;background-color: #d70012;}
	.mainbav>li.on>a{color: #fff; background-color: #d70012;}
	.mainbav>li:hover .subnav{
		opacity: 1;
		transform: scaleY(1) translateX(-50%);
	}
}

.subnav{
	width: 150px;
	left: 50%;
	position: absolute;
    transform: scaleY(0) translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
}
.subnav li{	width: 100%;background-color: #d9dce8;border-bottom: 1px solid #bbbbbb;}
.subnav li a{
	color: #7f8ab1;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.subnav li a:hover{color: #000;}
/* banner */
.banner{overflow: hidden;margin-top: 100px;}
.banner .swiper-slide{overflow: hidden;height: 850px;}
.banner .slide-content{padding-top: 0%;}
.banner .slide-content a{
	display: inline-block;
	margin: 3% auto 0;
	font-size: 31px;
	border-radius: 10px;
	width: 268px;
	padding: 1% 0;
	color: #d70012;
	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;
	height: 850px;
}
.banner  .moves2 .container-fluid{
    transform: translate(-50%, -50%);
}
.banner  .moves3 .container-fluid{
    transform: translate(57%, -50%);
}

.banner .pages{
	position: absolute;
    right: 6%;
    bottom: 5%;
    width: 240px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.banner .pages>div{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	transition: 0.3s;
	line-height: 1px;
}
.banner .pages .btns{
	box-shadow: 0 0 15px #7c7c7c;
}
.banner .pages .btns:hover{
	border-color: #d70012;
	background-color: #d70012;
}
.banner .pages .numbox{
	border: none;margin-top: 8px;
	text-shadow: 0 0 15px #000;
}
.banner .pages .numbox span{font-size: 18px;}
.banner .pages .numbox .big{font-size: 36px;font-weight: 900;}

/*search*/

.header .flex{display: flex;}
.header .search form{
	display: none;
	position: absolute;
	z-index: 11;
	top: 100px;
	left: -143%;
	color: #fff;
	background-color: #d70012;
	width: 420px;
	height: 68px;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
.header .search form input{
	color: #000;
	background-color: #d70012;
	border: none;padding: 14px;
	display: inline-block;
	width: 300px;
}
.header .search form button{
	border: none;
	background: unset;
}
.header .search form a{
	display: inline-block;
	border-left: 1px solid #d7d7d7;
	padding: 14px 22px;
	margin-left: 10px;
}
.search input:focus{
	border: unset;
	outline: unset;
}


.fadehide{
	opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

/* bannerend */
.newsgo{
	overflow: hidden; color: #4f4f4f;
	font-size: 15px;padding: 25px 0;
	text-align: right;margin-top: 4.5%;
}
.newsgo a{
	color: #4f4f4f;
	font-size: 24px;
	margin: 0 5%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
	font-weight: 900;
	position: relative;
}
.newsgo a::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	transition: 0.5s;
	margin-top: 6px;
	transform: scaleX(0);
	background-color: #d70012;
}
.newsgo a:hover{color: #d70012;}
.newsgo a:hover:after{transform: scaleX(1);}



.newsgo a time{float: right;}
.newsgo span{font-size: 15px;}
.newsgo .tz{display: inline-block; width: 10%;text-align: center;}
.newsgo .swiper-container {
	width: 89%;
	height: 32px;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
}
.newsgo .swiper-slide {
	font-size: 15px;
	height: auto;
	line-height: 2;
}

/* indexnews   */
.indexnews{background-color: #f4f5f9;padding: 3% 0 4%;}
.indexnews .newone{
	background-color: #fff;
	box-shadow: 0 0 5px #dedede;
}
.indexnews .newone .newsa{
	padding: 7.5% 3% 1%;
}
.indexnews .newone .newsa h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2;
	font-size: 24px;color: #131313;font-weight: 900;
}
.indexnews .newone .newsa .cons{
	font-size: 16px;
	line-height: 36px;
	margin: 5% 0 8% 0;
	min-height: 185px;
}
.indexnews .newone .newsa .mores{
	color: #d70012;
	border-color: #d70012;
}

.newsa .time{
	text-align: right;
	margin-top: 10px;
	font-size: 15px;
}


/* regionend */
.title{
	width: 100%;
	margin: 20px auto;
}
.title p{
	color: #ecedf0;
	font-size: 72px;
	font-weight: bolder;
	text-transform: uppercase;
}
.title h3{
	display: inline-block;
	vertical-align: middle;
	min-width: 213px;
	color: #131313;
	font-weight: 800;
	font-size: 36px;
	margin: auto;line-height: 2;
	position: relative;
}
.title span{
	color: #131313;
	font-size: 16px;
	vertical-align: middle;
	line-height: 2;
	display: block;
}
.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: #d70012;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{
	margin: auto;
}
.indexcoms .comnum ul{
	padding-top: 2%;
	padding-bottom: 2%;
}
.re_case{padding: 1% 1% 3%;}

.re_case .case_li{overflow: hidden;}
.re_case .case_li img{
	width: 100%;
	height: 300px;
	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;
}
/* 首页新闻 */
.newsbox{margin-top: 30px;overflow: hidden;}
.newsbox .swiper-scrollbar-drag{
	background-color: #d70012;
}


#swiper-container1{
	width: 77%;padding-bottom: 3%;
	margin: auto;
	overflow:visible;
}

#swiper-container1 .name{margin: 6.5%;}
#swiper-container1 .lasts{padding: 31.13% 0;}
#swiper-container1 .swiper-slide{
	/* height:280px; */
	font-size: 18px;
	background: #fff;
	height: 410px;
	
	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;
	transition: 0.3s;

}
#swiper-container1 img{width: 100%;}
#swiper-container1 .name h4{
	font-size: 20px;font-weight: 900;
	color: #131313;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}
#swiper-container1 span{
	color: #4f4f4f;
	font-size: 16px;
}
#swiper-container1 p{
	font-size: 14px;
	margin-top: 5%;
	color: #4f4f4f;
	line-height: 35px;
	height: 160px;
}
#swiper-container1 .mores{margin: 5% 0;}
#swiper-container1 .mores:hover{border-color: #fff;}

#swiper-container1 .swiper-slide:hover{
	color: #fff;
	background-color: #d70012;
}
#swiper-container1 .swiper-slide:hover h4{color: #fff;}
#swiper-container1 .swiper-slide:hover span{color: #fff;}
#swiper-container1 .swiper-slide:hover p{color: #fff;}
#swiper-container1 .swiper-slide:hover .mores{
	color: #d70012;
	background-color: #fff;
	border: 1px solid #fff;
}
#swiper-container1 .swiper-slide:after {
    content: '';
    background-image: url(../images/goodsicon.png);
    opacity: 0.7;
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 211px;
    height: 236px;
    transform: translate(100%,100%);
    transition: .5s all linear;
}
#swiper-container1 .swiper-slide:hover::after{
	transform: translate(0%,0%);
    transition: .36s all linear;

    animation: ais 3s infinite;

    animation-delay: .4s;
}
#infoImage img{max-height: 700px;}
/* bans1 */
.bans1{
	padding: 4.04% 0;
	text-align: center;
	background-image: url(../images/bans.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.bans1::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/guang1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;top: 0;
	animation: shans 1.5s linear infinite;
}
@keyframes shans{
	0% {	
	  	opacity: 0;
	}
	50% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
.bans1 h5{
	font-size: 68px;
	color: #feeec6;
	line-height: 2;
	font-weight: bolder;
	text-shadow: 1px 11px 0px #991e1e;
	transition: 0.3s;
}
.bans1 h5 span{
	opacity: 0;
	font-size: 68px;
}






.bans1 .babnbox{
	position: relative;
	z-index: 1;
}
.bans1 ul{
	border-radius: 10px;
	padding: 1.2% 2.7%;
	display: inline-block;
	background-color: #fff;
}
.bans1 ul li{
	display: inline-block;
    color: #ae010f;
    font-size: 28px;
    border-right: 2px solid #ae010f;
    padding-right: 15px;
    line-height: 27px;
    padding-left: 10px;
}
.bans1 ul li:last-child{
	border: none;

}
.goodscard .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
}
.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%;
}
.goodscard .swiper-slide p{padding:0% 0 5%;}
.goodscard .swiper-slide a:hover .name{
	color: #fff;
	background-color: #ffab34;
}
.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;
}


.column{
	background-color: #f5f5f5;
	padding: 4% 2%;
	border-radius: 10px;
text-align: center;
}
.column a{
	font-size: 18px;
	display: inline-block;
	margin: 5px 15px;
}
.goodscard .pro img{ width: 100%;height: 190px;object-fit: contain;}
.goodinfo{position: relative;}
.goodinfo .swiper-container{width: 95%;}
.goodinfo .gallery-top{margin-bottom: 15px;}

.goodinfo .gallery-top .swiper-slide{
    padding-bottom: 55%;
    background-size: 99%;
    background-repeat: no-repeat;
}
.prodefault .title h3{white-space: nowrap; width: 100%;}
.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 #d70012;
}
.goodall{
	background-color: #f5f5f5;
	padding-top: 5%;
	padding-left: 7%;
	padding-bottom: 5%;
}
.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 #d70012;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .telall{
	font-size: 16px;
}
.goodall .telall a{
	display: inline-block;
    padding: 20px 0;
    border-radius: 8px;
    transition: 0.3s;
    color: #fff;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 18px;
    width: 36%;
	margin-right: 5%;
	text-align: center;
	transition: 0.6s;
	border: 1px solid #f5f5f5;
	background-color: #e50000;
}
.goodall .cons{font-size: 18px;line-height: 2.5;}
.goodall .telall a:hover{
	transform:  translateY(-5px);
}
/* .goodall .telall a:nth-child(1){background-color: #79cbc4;}
.goodall .telall a:nth-child(2){background-color: #d70012;}
.goodall .telall a:nth-child(3){background-color: #ff9806;}
.goodall .telall a:nth-child(4){background-color: #8a58fb;} */
.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;
}

/*advbox*/
.advbox{
	padding: 16px 0;
	margin: 40px auto;
	color: #fff;
}
.advbox .right{
	text-align: right;
	margin-top: 9%;
}
.advbox .text{
	padding-top: 4%;
}
.advbox .text p{
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
}
.advbox .text p:nth-child(2){text-indent: 17%;}
.advbox .text .name{
	position: absolute;
	top: 10%;
	left: 13%;
	color: #d70012;
}
.advbox .text .name span{
	font-size: 93px;
}
.advbox .text .name a{
	display: block;
	font-size: 30px;
	color: #d70012;
	font-weight: bolder;
}
.advbox .text .name a::after{
	content: "";
	display: block;
	width: 130px;
	height: 10px;
	background-color: #d70012;
	margin-top: 7px;
}

.advbox .name{
	font-size: 22px;
	padding-top: 2%;
}
.advbox span{
	font-size: 17.2px;
	text-transform:capitalize;
}
.advbox .consimg{padding-left: 2%;padding-top: 3%;}
.advbox .consimg .advcons{
	padding: 10%;
	text-align: center;
	border: 1px solid #dedede;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
.advbox .consimg .advcons span{
	font-size: 95px;
	color: #90919a;
	line-height: 2;
	transition: 0.3s;
}
.advbox .consimg .advcons p{
	font-size: 24px;
	color: #131313;
	line-height: 2;
}
.advbox .consimg .advcons a{
	display: block;
	position: relative;z-index: 1;
}
.advbox .consimg .advcons::after{
	content: '';
    background-image: url(../images/goodsicon.png);
    opacity: 0.7;
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 211px;
    height: 236px;
    transform: translate(100%,100%);
    transition: .5s all linear;
}
.advbox .consimg .advcons:hover{
	background-color: #d70012;
	border: 1px solid #d70012;
}
.advbox .consimg .advcons:hover span{color: #fff;}
.advbox .consimg .advcons:hover p{color: #fff;}
.advbox .consimg .advcons:hover::after{
	transform: translate(0%,0%);
    transition: .36s all linear;
    animation: ais 3s infinite;
    animation-delay: .4s;
}
/* bans1 */
.bans2{
	margin-top: 3.4%;padding-bottom: 3.5%;
	padding-top: 2.5%;
	background-image: url(../images/guangs1.jpg);
}
.bans2::after{
	background-image: url(../images/guangs2.jpg);
}
.bans2 h5{
	color: #fff;
	text-shadow: unset;
}
.bans2 p{
	color: #fff;
	font-size: 24px;
}




.advbox .disline{width: 62%;text-align: center;padding-top: 5%;}
.advbox .disline a{
	font-size: 25px;
	color: #919fd0;
	font-weight: bold;
	padding: 5% 14%;
	transition: 0.3s;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.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{position: relative;}
.lcbox ul li .lcimg{
	margin: 10px;
	border-radius: 5px;
    overflow: hidden;
	box-shadow: 3px 4px 8px #d70012;
}
.lcbox ul li .lcimg a{
	display: block;
	position: relative;
}
.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;
	display: none;
}
.lcbox ul li:last-child{
	margin-right: 0;
}
.lcbox ul li:last-child::after{
	display: none;
}
.lcbox ul li .imgbox{
	text-align: center;
	margin: auto;
	transition: 0.3s;
	background-color: #919fd0;
}
.lcbox ul li .imgbox img{display: inline-block;}

.lcbox ul li h3{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	background-color: rgba(229, 0, 0, .8);
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 5%;
}
.lcbox ul li:hover h3{opacity: 1;}
.lcbox ul li:hover .imgbox img{transform: scale(1.1) rotate(1deg);}

.inbanner{
	margin-top: 100px;
	position: relative;
}
.inbanner .inbanner-content{
	width: 330px;height: 220px;
	background-color: rgba(215, 0, 18, .73);
	position:absolute;left: 11.6%;bottom: 0;
	color:#fff;
	padding: 3%;
}
.inbanner h2{
	font-size:42px;line-height:1.5;
}
.inbanner small{
	font-size: 16px;
	line-height: 2.2;
	text-transform: uppercase;
}
.inbanner small::after{
	content: "";
	display: inline-block;
	width: 82%;
	height: 1px;
	position: absolute;
    margin-top: 5%;
    margin-left: 5%;
	background-color: rgba(255, 255, 255, .7);
}
.navname{
	display: inline-block;
	float: left;
	padding: 0 0.33rem;
	line-height: 4;
	margin-right: 50px;
	position: relative;
}
.navname a{
	display: inline-block;
	color: #626262;
	font-size: 17px;
	transition: 0.3s;
	border-bottom: 3px solid  #f9f9f9;
}
.navname a::after{
	content: "";
    display: block;
	position: absolute;
	left: 0;
    width: 100%;
    height: 3px;
    transition: 0.5s;
    transform: scaleX(0);
    background-color: #d70012;
}
.navname:hover a::after{transform: scaleX(1);}
.navname.active a{color: #d70012;}
.navname.active a::after{transform: scaleX(1);}
.c-crumbs{
	color: #6f6f6f;
	line-height: 4;
	font-size: 15px;	
}
.c-crumbs a{
	color: #6f6f6f;
	display: inline-block;
	margin: 0 9px;
	transition: all 0.3s;
}
.c-crumbs span{
	font-size: 18px;
}
.c-crumbs a:hover{
	color: #d70012;
}

.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{
	padding: 3% 0;
	background-image: url(../images/casebg.jpg);
	background-repeat: no-repeat;
}

.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: 170px;
	object-fit: cover;
}

.case .swiper-slide .title{
	margin: 0;
	font-size: 14px;
	line-height: 49px;
}
.case .swiper-slide:hover a{
	color: #000;
	background-color: #e50000;
}
.case .title{margin: 48% auto 0;}
.case .casemore{display: block;font-size: 14px;color: #e50000;}

#cmenus{
	padding: 10px 0px;
	border-bottom: dashed 0px #dedede; 
	line-height: 1.8; text-align: center;
}
#cmenus a{
	font-size: 18px; 
	line-height: 40px;
	overflow: hidden;
	border-radius: 5px;
	background: #00632c;
	display: inline-block;
	padding: 5px 20px;
	color: #fff; margin: 0px 1% 4px 0px;
}
/*newshome*/
.ul_news{ list-style: none;}
.ul_news li{ height: 60px; line-height: 60px; border-bottom: 1px dashed #dedede;}
.ul_news li a{display: block;overflow: hidden;}
.ul_news li span{ float: right;}
/* proinfo */
.pmenuss{ margin-top: 25px; }
.pmenuss ul{ background:#00632c; overflow: hidden; }
.pmenuss ul li{ width: 25%; cursor: pointer; float: left; text-align: center; font-size: 14px; padding: 12px 0px; color: #fff;}
.pmenuss ul li.on{ font-weight: bold; }
.pmenuss a{
	font-size: 14px; color: #fff;
	display: block;
}
.pmenuss.down{
	position: fixed;
	top: 0px; 
	width: 65.2%; 
	z-index: 999; 
	margin-top: 0px;
}

/* company */
.indexcom{padding: 2.5% 0;}
.body .company{
	color: #fff;
	background-image: url(../images/indexcom.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0.05% 0;
	position: relative;
	z-index: 1;transition: 0.5s;
	
}
.company .f7{
	background-color: #fff;
	position: relative;z-index: 1;
}
.body .company::after{
	content: "";
	display: block;
	width: 37%;
	max-width: 708px;
	/* height: 100%; */
	/* padding-top: 1%;padding-bottom: 23%; */

	background-color: #fff;
	position: absolute;
	left: 0;top: 0;
	transform: translateY(-60px);
	height: 430px;
}
.company .title h3{font-size: 28px;font-weight: 900;line-height: 1.1;}

.company .boximg{position: relative;}
.company .boximg img{position: relative;z-index: 1;}
.company .boximg::after{
	content: "";
	display: block;
	width: 85%;
	padding-bottom: 59.2%;
    position: absolute;
	top: 3%;
	right: 10%;
	opacity: 0.2;
	z-index: 0;
	border-radius: 10px;
	background-color: #f9eaeb;
	transform: skewX(-7deg);
	transition: 0.5s;
	box-shadow: 3px 4px 8px #d70012;
}
.company .boximg.go::after{
	top: 7%;
	right: 8%;
	opacity: 1;
}
.numsgo{margin-top: 12%; text-align: center;}
.numsgo span{font-size: 62px;font-weight: 400;font-family: fantasy;}
.numsgo b{font-size: 30px;font-weight: 900;}
.numsgo p{line-height: 3;}
/* devel */
.devel{
	background-image: url(../images/devel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 2% 0;
}
.devel .cominfo{
	text-align: center;
    background: unset;
    padding: 0;
    filter: brightness(20);
}
.devel .lcinfos{padding: 5% 0;}
.devel .licons{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}
.devel .licons .text{
	width: 68%;margin: auto;
}
.devel .licons .num p{
	font-size: 100px;
	padding: 5%;
	font-weight: 400;
	display: inline-block;
	font-family: fantasy;
	border: 6px solid #fff;

}
.devel .licons .num::after{
	content: "";
	display: block;
	width: 6px;height: 30px;
	background-color: #fff;
	margin:4% auto;
}
.devel .lcinfos .liimg{
	text-align: right;
}
.devel .lcinfos .liimg>div{
	display: inline-block;
	border: 6px solid #fff;
}
.devel .alloimgs{
	transition: 0.3s;
	color: #fff;
	font-size: 18px;
}
.devel .alloimgs .swiper-slide{
	padding-top: 1%;
	text-align: center;
	transition: 0.3s;
}
.devel .alloimgs .swiper-slide .line{
	font-size: 20px;
    line-height: 40px;
}
.devel .alloimgs .swiper-slide .line::before{
	content: "";
	display: inline-block;
	width: 40%;
	height: 1px;
	background-color: #fff;
	float: left;
	margin-top: 7%;
	transition: 0.3s;
}
.devel .alloimgs .swiper-slide .line::after{
	content: "";
	display: inline-block;
	width: 40%;
	height: 1px;
	background-color: #fff;
	float: right;
	margin-top: 7%;
	transition: 0.3s;
}
.alloimgs .swiper-slide-thumb-active p::before{
	content: "";
	display: block;
	width: 50px;height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: auto;
	transition: 0.3s;
	margin-top: -14.5%;
}
.devel .alloimgs .swiper-slide-thumb-active .line::after{width: 30%;}
.devel .alloimgs .swiper-slide-thumb-active .line::before{width: 30%;}

.devel .swiper_next{
	margin-top: 23px;
    position: absolute;
    right: 0;
	top: 0;
	z-index: 1;
}

.devel .swiper_next span{
	border-radius: 3px;
	padding: 1px;
	background: #bc1b23;
	transform: rotate(180deg) scale(1.5);
    display: inline-block;
}
#honorspicshow{
	width: 100%;
	height: 100%;
}
#honorspicshow .swiper-wrapper{width: 100%;}
#honorspicshow .swiper-slide{
	width: 400px;
	padding: 0.6% 1%;
	margin: 0 0 27rem;
	text-align: center;
}
#honorspicshow .swiper-slide h2{line-height: 45px;font-size: 22px;}
#honorspicshow .swiper-slide img{
	border-radius: 5px;
	margin: 0 auto;
	width: 100%;
	
	object-fit: cover;
}

#honorspicshow .swiper-slide .honortit{
	background-color: #fff;
	padding: 3rem 0;
	font-size: 1.8rem;
	margin: 0;
}



/* comhonor */
.comhonor{
	background-image: url(../images/comhonor.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	position: relative;
	padding: 5% 0;
}
.comhonor .honrtit{position: relative;}
.comhonor .imgall{
	position: absolute;
	width: 51%;
	right: 0;
	z-index: 1;
}
.comhonor .honrtit .cons{
	margin-top: 3%;
	margin-right: 7%;
	padding-top: 10%;
	font-size: 18px;
	color: #666;
	border-top: 1px solid rgba(0, 0, 0, 0.31);

	line-height: 35px;margin-bottom: 9%;
}
.comhonor .honrtit .mores{
	color: #fff;
	margin-bottom: 18%;
	border-color: #d70012;
	background-color: #d70012;
}
.casehonor .re_case{padding: 1% 0;}
.casehonor .swiper-container2 .swiper-slide a{
	padding: 7% 5% 0 5%;
	display: block;
	box-shadow: 0 0 5px #dad6d6;
	background-color: #fff;
}
.ccc_coms .bans2{margin-top: 0;}
.ccc_coms .wh .cominfo{
	padding: 14% 0;
}
.ccc_coms .wh .col-md-8 .cominfo{
	padding: 0;
	background: unset;
}
.ccc_coms .wh .whcons{
	position: relative;
}
.ccc_coms .wh .whcons img{width: 100%;}
.whconsalld{
	overflow: hidden;
}
.whconsalld>div{
	float: left;
}
.whconsalld .imgbox{
	width: 50%;
}
.ccc_coms .whbg::after{
	display: none;
}
.ccc_coms .wh .whcons .txt{
	position: absolute;
	bottom: 0;left: 0;
	width: 50%;
	padding: 20% 10% 13.5%;
	background-color: #f9f9f9;
}
.ccc_coms .wh .whcons .txt h6{
	font-size: 30px;
	color: #333;
	line-height: 2;
}
.ccc_coms .wh .whcons .txt p{
	font-size: 24px;
	color: #777777;
	line-height: 2;
}	
.ccc_coms .wh .whbox{
	position: relative;
	z-index: 1;
}
.ccc_coms .wh .whconsalld{
	background-color: #f9f9f9;
}
.ccc_coms .wh .whconsalld .txt{
	position: unset;
}
.ccc_coms .wh .whconsalld img{height: 355px;}
.soulgen{
	padding-top: 7%;
	padding-bottom: 13%;
	background-image: url(../images/whbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
}
.soulgen h3{
	color: #d70012;
	font-size: 48px;
	line-height: 2;
	text-align: center;
}
.soulgen .lcinfos{
	width: 650px;
	max-width: 100%;
	text-align: center;
	margin: 3.5% auto;
	overflow: hidden;
	
}

.soulgen .lcinfos li{
	color: #333;
	font-size: 16px;
	text-align: left;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: 5% center;
	padding-left: 7%;
	float: left;
	width: 50%;
	line-height: 2.5;
}





/* ccc_coms */
.ccc_coms .inpage{
	background-image: url(../images/earth.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	position: relative;
}
.ccc_coms .numsgo{margin-top: 0;color: #d70012;}
.ccc_coms .case{
	background-position: bottom;
}


.comcase{
	padding-bottom: 6%;
}
.comcase .swiper-slide a{
	display: block;
	transition: 0.3s;
	color: #242323;
	background-color: #f3f3f3;
}
.comcase .swiper-slide a img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.comcase .swiper-slide .title{
	color: #fff;
	margin: 0;text-align: center;
	font-size: 18px;
	line-height: 49px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.comcase .swiper-slide .info{
	position: absolute;
	bottom: 0;width: 100%;
	background-color: rgba(0, 0, 0, .37);
}
.comcase .swiper-slide:hover a{
	color: #d70012;
	background-color: #2567c2;
}
.comcase .button>div{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .79);
	transition: 0.3s;
}
.comcase .button>div::after{
	font-size: 15px;
}
.comcase .button>div:hover{
	background-color: rgba(215, 0, 18, .73);
}



.comcase .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.comcase .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	border-bottom: 10px solid #d70012;
}


.inpage .cominfo{
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: 0% 37px;
	background-size: auto;
}

.cominfo{
	width: 100%;position: relative;
	padding: 4% 0;
}
.cominfo h2{
	font-size: 40px;
	line-height: 2;
	font-weight: 900;
	color: #2a2a2a;
}
.cominfo>p{
	color: #2a2a2a;
	font-size: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
}


.cominfo .infoshow{
	font-size: 15px;color: #000;
	line-height: 30px;margin-right: 9%;
}

.cominfo .infoshow>div{text-indent: 2em;}

.cominfo .infoshow a{
	margin-top: 6.3%;margin-bottom: 6.5%;
	display: inline-block;
    color: #d70012;
    transition: 0.3s;
    padding: 8px 7%;
    text-align: center;
	border: 1px solid #d70012;
}

.cominfo .infoshow a:hover{
	color: #fff;
	
}

.combox .abouteng{
	text-align: center;
	font-size: 111px;
	color: #fbfbfb;
	font-weight: 600;
	line-height: 40px;
}

.comnum{padding: 0px 0px 3%;}
.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: #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{
	margin: 5% 0;
	font-size: 18px;
	line-height: 35px;
}
.abouts .show p{
	margin-bottom:10px;
}

/*  setinfo */
.setinfo{
	padding-top: 4.5%;
	background-color: #f4f5f9;
	padding-bottom: 3%;
}

.setinfo .right{
	text-align: right;
	margin-top: 8%;
}

.setinfo .swiper-slide .name{
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	transition: 0.3s;
}

.setinfo .swiper-slide .casedefault{
	font-size: 15px;color: #fff;
	line-height: 35px;
	width: 82%;text-align: left;
	margin: auto;

	height: 0;
	overflow: hidden;
	transition: 0.3s;
}

.setinfo .swiper-slide .casedefault>div{
	padding-top: 9%;padding-bottom: 8%;
}

.setinfo .casedefault .mores{
	color: #fff;
	border-color: #fff;
	background: rgba(0, 0, 0, .1);
}
.setinfo .casedefault .mores:hover{
	border-color: #d70012;
}


.setinfo .swiper-slide .name h4{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 3;
}
.setinfo .swiper-slide-active .name{
	top: 0;padding-top: 8%;
	height: 100%;
}
.setinfo .swiper-slide-active h4{
	zoom: 1.5;
}
.setinfo .swiper-slide-active h4::after{
	content: "";
	display: block;
	width: 30%;
	height: 5px;
	background-color: #d70012;
	margin: 0 auto;
}
.setinfo .swiper-slide-active .casedefault{
	height: auto;
}
/* honor */
.honor .show{
	margin: 7% 0;
}
.honor .consbox{
	position: relative;
	z-index: 1;
}
.honor .consbox .conbox{
	width: 96%;
	margin: auto;
}
.honor .consbox .conbox .imgbox{
	text-align: center;
	margin: 5%;
	background-color: #f5f5f5;
}
.honor .consbox .conbox .imgbox img{
	max-width: 100%;
	height: 300px;
	object-fit: cover;
}
.honor .consbox .conbox h6{
	color:#5a5a5a;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
	white-space: nowrap;
	border-bottom: 3px solid #e70004;
}

.honor .consbox .conbox a{
	padding-top: 5%;
	display: block;
	margin-bottom: 0.45rem;
	background-color: #fff;
	box-shadow: 0 0 10px #c8c8c8;
}

.honor .consbox .conbox .newcard{
	padding: 20px;
}
.honor .consbox .conbox h5{
	color: #000;
	font-size: 18px;
	line-height: 24px;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.honor .consbox .conbox .cons{
	height: 50px;
	line-height: 26px;
	margin-bottom: 20px;
}
.honor .consbox .conbox .mores{
	float: right;
	color: #000;
	font-weight: bold;
}
.honor .consbox .conbox .mores span{
	color: #e70004;
	font-size: 20px;
	display: inline-block;
	vertical-align: sub;
}
.honor{
	padding-bottom: 5%;
}
.honor::after{
	content: "";
	display: block;
	width: 100%;padding-bottom: 20%;
	position: absolute;bottom: 0;left: 0;
	background-image: url(../images/fill.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.copy .links{float: right;}
/* goodspage */
.goodspage .crumbs{
	background-color: #fff;
}
.goodstab{
	padding: 3% 0 5px;
	background-color: #f9f9f9;
}
.goodstab .mypro .swiper-slide .procons{
	text-align: left;
	margin-bottom: 7.5%;
}

.goodstab .imga{
	display: block;
	width: 82%;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #dedede;
}
.procons .cxinfo h5{
	display: inline-block;
	line-height: 2.5;
	font-size: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 2px solid #d70012;
}
.procons .cxinfo p{
	font-size: 20px;
	line-height: 35px;
	padding: 4% 0;margin-top: -10px;
	border-top: 2px solid #dedede;
}
.procons .btngo{
	color: #d70012;
	font-size: 18px;
	font-weight: bolder;
}
.procons .btngo a{
	font-size: 18px;
	color: #fff;
	border-color: #d70012;
	background-color: #d70012;
	margin-right: 5%;
	font-weight: 400;
}
.procons .btngo span{
	font-size: 32px;
    vertical-align: middle;
}
.goodstab .gallery-thumbs .swiper-slide{
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
	box-shadow: 0 0 5px #dedede;
}
.goodstab .gallery-thumbs .swiper-slide-thumb-active{
	background-color: #d70012;
	color: #fff;
	box-shadow: 0 0 5px #d70012;
}
.goodspage .proapp{
	padding: 0;
	background: unset;
}
.goodspage .cominfo{padding: 1% 0;}
.proapp .swiper-slide a{
	padding: 0;
}
.proapp #honorspicshow .swiper-slide img{
	border: 0;
}
.goodsinfo{
	background-color: #f9f9f9;
}
#probox .goodview{
	margin: 3% 0;
}

#probox .gallery-top .swiper-slide{
	padding-bottom: 73%;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#probox .gallery-thumbs .swiper-slide{
	padding-bottom: 16%;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
	border: 2px solid #fff;
}

#probox .gallery-thumbs .swiper-slide-thumb-active{border: 2px solid rgba(206, 27, 34, 0.8);}

#probox .gallery-top .swiper-button-prev.swiper-button-white{
	filter: brightness(0);
    left: 20px;
}
#probox .gallery-top .swiper-button-next.swiper-button-white{
	filter: brightness(0);
	right: 20px;
}
.goodview .pro-detail{
	margin-left: 8%;
}
.goodview .pro-detail h3{
	color: #2a2a2a;
	font-size: 28px;
	line-height: 2.5;
	border-bottom: 1px solid #dedede;
}
.goodview .pro-detail .cons{
	line-height: 30px;
	color: #2a2a2a;
	font-size: 16px;
	margin: 2% 0;
}
.goodview .pro-detail .cons p{
	color: #777;
	display: inline;
}
.goodview .pro-detail h4{
	color: #2a2a2a;
	font-size: 24px;
	margin-bottom: 3%;
}
.goodview .pro-detail .others{
	margin-bottom: 3.3%;
}
.goodview .pro-detail .others a{
	display: block;
	width: 90%;
	transition: 0.3s;
	border: 1px solid #f3f3f3;
}
.goodview .pro-detail .others a img{
	width: 100%;
	max-height: 160px;
}
.goodview .pro-detail .others a:hover{
	border: 1px solid #d70012;
}
.goodspage .proloc{
	color: #fff;
	background-color: #d70012;
}
.goodspage .proloc a{color: #fff;}
.goodspage .prodefault{
	font-size: 18px;
	line-height: 30px;
	padding: 1% 0 2%;
	background-color: #f9f9f9;
}
.artlist .crumbs{background-color: #fff;}
.artlist .fenye{
	padding: 1% 0;
	line-height: 35px;
}
.artlist .articleimg{
	padding-top: 2%;
	background-color: #f9f9f9;
}
.articleimg{}

.articlebox{
	position: relative;
	overflow: hidden;
}
.articlebox .name{
	position: absolute;
	top: 0;
	left: -100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .75);
    width: 100%;
	top: 0;
    padding-top: 8%;
    height: 100%; 
}

#container{
	overflow: auto;
	padding-top: 2%;
	background-color: #f9f9f9;
}
#container li{
	position:relative;
	width: 33.33%;
	float: left;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
#container li .p{
	height:100%; width: 100%;
	position: absolute; left: 0; top: -100%;
	color: #ffffff;padding-top: 20%;z-index: 2;

}
#container li .opc{
	transition: 1s;
	opacity: 0;
}
#container li:hover .opc{
	transition-delay: 300ms;
	opacity: 1;
}

#container li .imgbox{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
#container li .name{
	color: #474747;
	font-size: 18px;
	line-height: 2.7;
	display: none;
}
#container li .img{
	width: 100%;
	display: block;
	height: 500px;
	object-fit: cover;
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;
}
#container li:hover .img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}
#container li .p i{width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0;z-index: -1;background: #000; opacity: 0.5; -moz-opacity:0.5; filter:alpha(opacity=50); font-size: 16px; }
#container li .p span{
	display: block; width: 81%;
	margin: 0 auto; line-height: 24px;
	font-size: 14px; padding-top:32px;
}
#container li .p a{
	margin-top: 7%;
	color: #fff;
	border-color: #fff;
	background-color: rgba(0, 0, 0, .1);
}

#container h2{
	text-align: center;
	font-size: 34px;
	line-height: 2;
	font-weight: bolder;
}
#container h2::after{
	content: "";
	display: block;
	width: 270px;
	height: 5px;
	margin: 10px auto;
	background-color: #d70012;
}

.mynewpage .crumbs{background-color: #fff;}
.mynewsbox{padding: 3% 0;background-color: #f6f6f6;}
.mynewsbox .othersgo .cominfo{padding: 1% 0 3%;}
.mynewsbox #honorspicshow .swiper-slide{background: unset;text-align: unset;margin: 0;}
.mynewsbox #honorspicshow .swiper-slide img{border: unset;border-radius: 0;}
.mynewsbox .newspage .conbox h5{
	font-weight: 400;height: auto; margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.newspage .conbox{width: 94%;margin: auto;margin-bottom: 6%;background-color: #fff;}
.newspage .conbox a{
	display: block;
	margin-bottom: 0.45rem;
	box-shadow: 0 0 10px #c8c8c8;
	position: relative;
}
.newspage .conbox .imgbox{padding: 0;}
.newspage .conbox .imgbox img{width: 100%;object-fit: cover;height: 280px;}
.newspage .conbox .newcard{
	padding: 20px;
}
.newspage .conbox h5{
	color: #000;
	font-size: 18px;
	line-height: 24px;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bolder;
	transition: 0.3s;
}
.newspage .conbox .cons{
	line-height: 26px;
	margin-bottom: 20px;
	min-height: 40px;
	margin-top: 20px;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newspage .conbox .mores:hover{
	border-color: #d70012;
}
.newspage .conbox .mores{
	float: right;
	color: #000;
	font-weight: bold;
}
.newspage .conbox .mores span{
	color: #e70004;
	font-size: 20px;
	display: inline-block;
	vertical-align: sub;
}
.newspage .conbox a:hover{
	color: #000;
}

.newspage .conbox a:hover h5{
	color: #d70012;
}
.newspage .conbox a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 0; display: block; height:4px; background-color: rgba(215, 0, 18, .73);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
.newspage .conbox a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}
.classone{
	background-color: #fff;
	margin-bottom: 3%;
}
.classone img{width: 100%;height: 400px;object-fit: cover;}
.classone .txtone{
	padding: 9% 5% 3%;
}
.classone .txtone .time{
	font-size: 24px;
	color: #000;
	margin-bottom: 3.5%;
}
.classone .txtone h3{
	font-size: 26px;
	line-height: 40px;
	height: 90px;
	color: #000;
	font-weight: bolder;
	margin-bottom: 2%;
}
.classone .txtone .sec{
	color: #888;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 5%;
}
.classone .txtone .mores{
	color: #d70012;
	border-color: #d70012;
}
.newcon_head{
	padding-bottom: 1.5%;
	border-bottom: 1px dashed #999;
	margin-bottom: 2%;
}
.newcon_cons{
	font-size: 16px;
	line-height: 35px;
	padding: 1%  3% 2%;
	border-bottom: 1px dashed #999;
}
.newcon_cons span{
	font-size: 16px;
}
.newcon_cons p{
	margin-bottom: 10px;
}
.newcon_cons table p{
	margin: 0;
}

.newcon_head h3{
	color: #333333;
	font-size: 28px;
	line-height: 2;
	font-weight: bolder;
}
.newcon_head .time{
	margin: 1.2% 0;
}




/* contactbox */
.contactbox{
	padding: 2% 0;
	background-image: url(../images/contxt.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.contactbox .cominfo{
	padding: 2% 0;
}
#dituContent{
	padding-bottom: 45%;
	background-color: #9dccff;
}
.contactbox .loc{
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	margin: 3% 0;
}
.contactbox .loc .icons{
	width: 122px;
	height: 122px;
	line-height: 122px;
	margin: 8% auto;
	border: 1px solid #fbb;
	border-radius: 5px;
}
.contactbox .loc .icon{
	font-size: 45px;
}
.sjmeaasge{
	padding: 2% 0;
	background-image: url(../images/msgbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.sjmeaasge .cominfo{
	padding: 2% 0;
}

/* indexadvs */
.indexadvs{
	padding: 3% 0;
	background-image: url(../images/advsbg.jpg);
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
}
.indexadvs .mytxt{
	width: 89%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.indexadvs .rebox{padding: 20px;}
.indexadvs .rebox h3{font-size: 22px;color: #000;line-height: 2;}
.indexadvs .rebox p{color: #7f7f7f;font-size: 15px;}
.indexadvs .title{text-align: right;color: #fff;margin-top: 50%;overflow: hidden;}
.indexadvs .title h3{color: #fff;}
/* swiper-container2 */

#swiper-container2{margin-left: 11.5%;margin-top: 2%;}
#swiper-container2 .swiper-slide img{
	width: 100%;
	height: 770px;
	object-fit: cover;
}
#swiper-container2 .swiper-slide{transition: 0.3s;}
#swiper-container2 .swiper-slide-active{
	width: 47.8%!important;
}
#swiper-container2 .pages{
	display: flex;
    text-align: right;
    margin-right: 13%;
    justify-content: flex-end;
    align-content: center;
    flex-direction: row;
	align-items: center;
	margin-top: 2.5%;
	padding-bottom: 2%;
}
#swiper-container2 .btns{
	width: 46px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #979797;
	background-size: auto;
	transition: 0.3s;
}
#swiper-container2 .numbox{
	margin: 0 2%;
	width: auto;
	position: unset;
}
#swiper-container2 .swiper-pagination-current{
	font-size: 20px;font-weight: bolder;
}
#swiper-container2 .btns span{
	display: inline-block;
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    width: 100%;
}
#swiper-container2 .btns:hover{
	background-color: #d70012;
	border: 1px solid #d70012;
	color: #fff;
	box-shadow: 4px 2px 5px #d70012;
}


/* news */
.news{
	background-image: url(../images/newsbg1.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding:2% 0 2%;
	background-color: #fff;
}
.news .title h3{width: 250px;max-width: 100%;}

.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;
}
.news .imgbox img{width: 100%;}
.news .rebox{border: 1px solid #d8dbe4;background-color: #fff;}
.news .rebox>.text-center{
	border-top: 10px solid #3b4045;
}
.news .newsone{
	display: block;
	margin: 1% 0 3%;
}
.newsonego{line-height: 4.2;}
@keyframes downico {
	0% { -webkit-transform: translateX(-40%); transform: translateX(-40%); opacity: 0.5; }
	50% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
	100% { -webkit-transform: translateX(-40%); transform: translateX(-40%); opacity: 0.5; }
}
.newsonego img {
	margin-top: -10px;
	-webkit-animation: downico 1.5s ease-in-out 1s infinite;
	animation: downico 1.5s ease-in-out 1s infinite;
}
.news .newsone h3{font-size: 18px;line-height: 2.5;}
.news .newsone p{font-size: 15px;color: #787878;margin-bottom: 15px;}
.news .newsone span{font-size: 14px;color: #787878;}

.indexnewslist{margin-left: 4%;}
.indexnewslist li{
	border: 1px solid #d8dbe4;
	background-color: #fff;
	margin-bottom: 2.4%;
	position: relative;
    transition: all 0.5s;
}
.indexnewslist li .text-center{
	width: 83%;
	transition: 0.3s;
	padding: 15px 0;
	background-color: #a2a2a2;
}
.indexnewslist li:hover .text-center{
	background-color: #e50000;
}
.indexnewslist li:after{
    /* position: absolute; */
    content: "";
    width: 100%;
    height: 0px;
    background: #037edb;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
	transform: scaleX(0);
}
.indexnewslist li:hover:after{
	transform-origin: left center; transform: scaleX(1);
}
.indexnewslist li:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 20px rgba(6, 102, 204, 0.5);
    -moz-box-shadow: 0 0 20px rgba(6, 102, 204, 0.5);
	box-shadow: 0 0 20px rgba(6, 102, 204, 0.5); 
}

.indexnewslist h3{
	font-size: 16px;
	color: #2c2d2d;
	line-height: 3.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

















.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: "微软雅黑";
}
.zx_news{
	float: right;
	width: 96%;
	padding: 4.5% 8%;
	border-radius: 10px;
	background-color: #edf3ff;
}
.zx_news h2{
	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;
	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;
}


#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>div{
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #888;
	color: #333;
	transition: 0.3s;
}
#prev_next li a{transition: 0.3s;}
#prev_next li:hover>div{
	color: #fff;
	border: 1px solid #d70012;
	background-color: #d70012;
}
#prev_next li:hover a{color: #fff;}
#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{
	min-width: 300px;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 10px 20px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e6e6e6;
}
#formData .firsinfo input {
    width: 95%;
    margin-bottom: 5%;
}
#formData .firsinfo>div:nth-child(2) input{
	margin: auto;
}
#formData .firsinfo>div:last-child input{
	float: right;
}
#formData .error{
    line-height: 18px;
    font-size: 12px;
    color: #f00;
	padding: 0 5px;
	margin-top: -17px;
    margin-bottom: 18px;
}
#formData .submit{
    display: block;
    width: 190px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #d70012;
    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;
	margin-right: 25px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	max-height: 100%;
	height: 60px;
}
#formData textarea{
	background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 1.5%;
    border: 1px solid #d5d5d5;
    color: #757575;
    width: 100%;
}
.rig-title-over{
    text-align: center;
}
.vcode .form-tr{
	display: inline-block;
	vertical-align: middle;
}


/* jsyf */
.single{
	padding: 4% 0 3%;
	overflow: hidden;
	position: relative;
}
.single::before{
	content: "";
	display: block;
	background-image: url(../images/earth.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	padding-bottom: 26%;
	z-index: 1;
}
.single .cominfo{
	padding: 0;
}
.single .newcon_cons{
	min-height: 500px;
	border: none;
}
.articled .consbox {
    position: relative;
    z-index: 1;
}


/*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{
	border-top: 10px solid #d70012;
	background-color: #fff;
}

footer .foot{
	padding: 36px 0 0px;
	font-size: 14px;
}
footer .foot ul li{
	color: #696969;
	line-height: 34px;font-size: 15px;
}
footer .foot .addtel{
	font-size: 18px;
	line-height: 35px;
}
footer .foot .fline{
	margin: 10px auto;
	position: relative;
	text-align: center;
	
}
footer .foot .fline .icon{
	font-size: 50px;
	color: #919fd0;
	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;
}
footer .foot .footnav{overflow: hidden;}
footer .foot .footnav li{
	float: left;
	width: 16.6%;
	text-align: center;
}
footer .foot .footnav li h3{
	font-size: 18px;color: #000;font-weight: bolder;
	line-height: 2;text-align: center;
	margin-bottom: 15px;margin-top: 13%;
}
footer .footcons h2{margin-bottom: 5%;}

.footnav a{
	color: #696969;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	margin: 0 5%;
	margin-bottom: 2px;
	position: relative;z-index: 2;
	transition: 0.32s;
}
.footnav a::before {
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    content: "";
    width: 0;
    height: 8px;
    background: rgba(215, 0, 18, .73);
    transition: 0.36s;
}
.footnav a:hover::before{
	width: 100%;
}
.footnav a:last-child{
	border: none;
}

.foot .copy{
	padding: 1% 0;
	border-top: 1px solid #ababab;
	color: #131313;
	font-size: 14px;
	margin: 30px auto 10px;
	line-height: 35px;
}

.city{
	border: 1px solid #131313;
	padding: 10px 20px;
	font-size: 14px;
	margin-left: 20px;
}


.ercode{line-height: 2;}
footer .foot .addtel span{
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
}
footer .foot h5{
	width: 85%;
	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;
}
.fotnav a:hover{color: #d70012;}

.rightnav {
    position: fixed;
    right: 12px;
    top: 54%;
	z-index: 9;
	zoom: 0.9;
}

.rightnav li {
    width: 84px;
    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
}

.rightnav li a {
    color: #fff;
    font-size: 16px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
	background-color: #3b4045;
	box-shadow: 0 5px 5px #ccc;
}

.rightnav li a img {
    margin-bottom: 10px
}

.rightnav li>a:hover {
    background-color: #e50000
}
.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: #e50000;
    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_con a{
	background-color: #e50000;
	box-shadow: 0 5px 5px #e50000;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}
#plugin-contact-ring2{display: none;}
.home .product{
	background-color: #fff;
	padding-top: 3%;
	padding-bottom: 0%;
	position: relative;
}
.home .product .indexgood{
	position: absolute;
	left: 0;
	width: 34.5%;
	bottom: 0;
}
.home .product .telnum{margin-top: 16%;}
.home .product  .telnum span{
	font-size: 20px;
	display: block;
	color: #344149;
}
.home .product .telnum  a{
	font-size: 26px;
	font-weight: bold;
	color: #e50000;
}
.home .product .telnum i{
	font-size: 32px;
	font-weight: bold;
	color: #e50000;
	vertical-align: sub;
}
.home .product .title{text-align: right;}
.home .product .title p{font-size: 62px;color: #3b4045;line-height: 1;}
.home .product .title h3{font-weight: 400;color: #e50000;line-height: 2;}

.index_goodlist{text-align: center;margin-top: 7%;}
.index_goodlist .probox img{margin: auto;}
.index_goodlist .probox{
	background-color: #e6e6e6;
	transition: 0.3s;
	display: inline-block;
}
.index_goodlist .probox h2{
	font-size: 25px;
	color: #344149;
	line-height: 2;
	transition: 0.3s;
}
.index_goodlist .probox p{
	font-size: 16px;
	color: #969696;
	line-height: 30px;
	transition: 0.3s;
}
.index_goodlist .probox .imgbox{
	transition: 0.3s;
	margin-top: -37%;padding-bottom: 7%;
}
.index_goodlist .probox .procons{padding: 20% 7%;}
.index_goodlist li:hover .probox{
	background-color: #e50000;
	margin-top: -6%;
}
.index_goodlist li:hover h2,.index_goodlist li:hover p{color: #fff;}
.index_goodlist li:hover .imgbox{
	margin-top: -45%;
    padding-bottom: 20%;
}
/* honor */
.indexhonor{background-color: #fff;padding-top: 1%;}
.indexhonor .title{text-align: center;}

.indexhonor .honorshows{
	background-image: url(../images/honorbg.jpg);
	background-repeat: repeat;
	height: 407px;
	position: relative;
	margin-right: 1%;
}
.indexhonor .honorshows .imgs{padding: 30px;}
.indexhonor .honorshows .imgbox img{height: 305px;}
.indexhonor .honorshows h6{
	color:#344149;
	background-color: rgba(255, 255, 255, .7);
	font-size: 20px;
	line-height: 2;
	position: absolute;
	width: 100%;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	padding: 5px 0;
}

.product{padding:0 0 3%;}
.product .goods{
	padding: 2%;
	background-color: #fff;
}
.ccc{background-color: #f5f5f5;}
.navicon{display: none;}


.mynewsbox .newspage .conbox h5{
	font-weight: bolder;
	height: 50px;
	margin-bottom: 10px;
}

@media (max-width:1750px){
	.header .search{padding: 0 3%;}
	.header .mytel b{font-size: 26px;}
	.header .flex{justify-content: space-between;}
	#swiper-container2{margin-left: 8.5%;}
}
@media (max-width:1500px){
	.header h1 img{max-width: 96%;}
	#swiper-container2{margin-left: 7.5%;}
	.ccc_coms .wh .whconsalld img{height: 307px;}
	.ccc_coms .wh .whcons .txt p{font-size: 20px;}
	.ccc_coms .wh .whcons .txt{padding: 19% 10% 13.5%;}
	.container{width: 1300px;}
	.body .company::after{height: 445px;}
	.newsgo a{font-size: 18px;}
	.indexnews .newone .newsa h3{font-size: 22px;}
	.bans1 h5{font-size: 50px;}
	.advbox .consimg .advcons span{font-size: 89px;}
	.banner .moves3 .container-fluid{
		transform: translate(22%, -50%);
	}
	
}
@media (max-width:1400px){
	.devel .licons .num p{font-size: 70px;padding: 25px;}
	.alloimgs .swiper-slide-thumb-active p::before{    margin-top: -17.5%;}
	.inbanner h2{font-size: 38px;}
	.inbanner .inbanner-content{width: 300px;height: 180px;}
	.header .search form{width: 300px;}
	.header .search form input{width: 180px;}
	.honor .consbox .conbox .imgbox img{
		width: 100%;object-fit: cover;height: 270px;
	}

}

@media (max-width:1300px){

	.header h1 img{max-width: 90%;}
	.banner .moves2 .container-fluid{transform: translate(-15%, -51%);}
	.ccc_coms .wh .whconsalld img{height: 280px;}
	.ccc_coms .wh .whcons .txt {
		padding: 17.8% 10% 13.5%;
	}
	.classone .txtone h3{font-size: 20px;}
	.procons .cxinfo h5{font-size: 28px;}
	.procons .cxinfo p{font-size: 16px;}
	.advbox .consimg .advcons span{font-size: 80px;}
	.advbox .consimg .advcons p{font-size: 21px;}
	.numsgo span{font-size: 45px;}
	.numsgo b{font-size: 23px;}.numsgo{margin-top: 19%;}
	.body .company::after{
		width: 35%;height: 425px;
		transform: translateY(-45px);
	}
	.container{
		width: 1200px;
		max-width: 100%;
	}
	.probox ul li a{line-height: 42px;}
	.home .product .title p{font-size: 42px;}
	.title h3{font-size: 34px;}
	.home .product .telnum a{font-size: 20px;}
	.mainbav>li a{font-size: 15px;}
	.header .mytel b{font-size: 20px;font-weight: 400;}
	.bans1 h5{font-size: 40px;}

	#container h2{font-size: 28px;}
	#container li .p{padding-top: 10%;}
	/*---亮点----*/
	#container li .img{height: 380px;}
	.devel .alloimgs .swiper-slide{padding-top: 15px;}

	.devel .alloimgs .swiper-slide .line{line-height: 54px;}
	.alloimgs .swiper-slide-thumb-active p::before{margin-top: -13.5%;}
}

@media (max-width:1200px){
	.honor .consbox .conbox .imgbox img{height: 190px;}
	.cominfo h2{font-size: 34px;}
	.body .company::after{height: 391px;width: 35%;}

	.numsgo span{font-size: 36px;}
	.newsgo a{margin: 0 2%;}
	.indexnews .newone .newsa h3{font-size: 20px;}
	#swiper-container1 .name h4{font-size: 18px;}
	.setinfo .swiper-slide .name h4{font-size: 16px;}
	.devel .licons .num p{font-size: 55px;}
	.comcase .swiper-slide a img{height: 310px;}
	.classone img{height: 300px;}
	.newspage .conbox .imgbox img{height: 200px;}
	.indexnews .newone .newsa .cons{
		line-height: 29px;font-size: 15px;
		min-height: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.cominfo .infoshow>div{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		-webkit-box-orient: vertical;
		margin-bottom: 20px;

	}


	.ccc_coms .wh .whcons img{height: 529px;object-fit: cover;}
	.ccc_coms .wh .whcons .txt{padding: 16% 3% 13.5%;}
	.ccc_coms .wh .whconsalld img{height: 265px;}
	.soulgen h3{font-size: 32px;}
	#container h2{font-size: 25px;}#container li .img{height: 380px;}

	.devel .alloimgs .swiper-slide .line::before{margin-top: 9%;}
	.devel .alloimgs .swiper-slide .line::after{margin-top: 9%;}
	.alloimgs .swiper-slide-thumb-active p::before{    margin-top: -44px;}
	.inbanner h2{font-size: 28px;}
	.inbanner .inbanner-content{width: 240px;height: 140px;}



	.advbox .text img{
		height: 447px;
		width: 96%;
		object-fit: cover;
	}
	.advbox .consimg .advcons{padding: 20px;}
	.advbox .consimg .advcons span{font-size: 74px;}
	.advbox .consimg .advcons p{font-size: 16px;}
	.bans1{padding: 11% 0;}
	.bans1 h5{
		font-size: 33px;
		margin-bottom: 15px;
	}
	#swiper-container2 .swiper-slide{
		overflow: hidden;
		height: 550px;
	}
	#swiper-container2{margin-left: 1.5%;}
	.banner .swiper-slide{height: 600px;}
	.banner .slide-inner{height: 600px;}
	.body .company::after{width: 33.3%;}
	.cominfo .infoshow{margin-right: 0;}
	.company .f7{padding: 0 10px;}
	#swiper-container2 .swiper-slide img{height: 550px;}
	.setinfo .swiper-slide .casedefault>div{
		padding: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		line-clamp: 7;
		-webkit-box-orient: vertical;
	}
	#swiper-container1 p{
		height: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	#swiper-container1 .swiper-slide{height: auto;}



	.cominfo h2{font-size: 34px;}
	.header .subchr form input{width: 88%;}
	.header .subchr .sonbox .sonimg{width: 98%;text-align: center;}
	.header .subchr .sonbox .sonimg div:first-child{padding: 0;}
	.header .subchr .sonbox .sonimg div:first-child{padding: 0;}


	footer .foot .fline::before{width: 40%;}
	footer .foot .fline::after{width: 40%;}
	.headinner{padding: 0 3%;}
	header .webtit{width: 47%;}
	.mainbav>li a{font-size: 14px;}
	.header h1{margin-top: 0;}	
	.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%;}
}
@media (max-width:992px){
	.devel .licons .text{width: 80%;}
	.devel .licons .num p{
		font-size: 40px;padding: 10px 20px;
		border: 3px solid #fff;
	}
	#prev_next li{width: 100%; text-align: left;}
	.newcon_head h3{font-size: 22px;}
	.newspage .conbox .newcard{padding: 20px 10px;}
	.newspage .conbox .newcard .iconfont{font-size: 14px;}
	.newspage .conbox .mores{padding: 4px 3.5%;margin-top: -5px;}

	.mynewsbox .newspage .conbox h5{height: auto;}
	.bans1{padding: 6.6% 0;}
	.devel .swiper_next{margin-top: 30px;}

	.cominfo>p{font-size: 15px;letter-spacing: 3px;}
	.comhonor .honrtit .cons{
		margin-bottom: 4%;
		padding-top: 4%;
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.newspage .conbox .cons{
		white-space: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.devel .alloimgs .swiper-slide{padding-top: 2%;}


	.alloimgs .swiper-slide-thumb-active p::before{margin-top: -50px;}

	.banner .slide-content img{width: 500px;max-width: 100%;}
	.body .company{padding: 0;}
	.company .f7{padding: 10px;}
	.body .company::after{display: none;}

	.rightnav{display: none;}

	#container h2{font-size: 20px;}
	#container li .p{padding-top: 7%;}
	#container li .p span{font-size: 13px;}

	.procons .cxinfo p{font-size: 14px;line-height: 28px;}
	.banner .moves3 .container-fluid{
		transform: unset;
	}
	.banner .moves2 .container-fluid{
		transform: unset;
	}
	.header .subchr form input{width: 70%;min-width: 150px;}
	.header .subchr .sonbox .sonimg{width: 82%;}
	.header .subchr .col-md-4 .imgbox img{height: 200px;}
	.header .subchr ol li a{line-height: 2.6;}
	.header .subchr .sonbox .sonimg img{height: 115px;}


	#honorspicshow .swiper-slide h2{font-size: 17px;line-height: 30px;}
	.soulgen h3{
		font-size: 26px;
		
		
	}
	.classone .txtone h3{
		height: unset;
		font-size: 18px;line-height: 29px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.classone .txtone .sec{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	#container li .p span{padding-top: 0;width: 90%;}
	#container li .img{height: 300px;}
	.contactbox .loc .icon{font-size: 30px;}
	.contactbox .loc{font-size: 17px;}
	.comhonor .imgall{top: 13%;}
	#formData .firsinfo>div:nth-child(2) input{
		margin:unset;
		margin-bottom: 5%;
	}
	#formData .firsinfo>div:last-child input{
		float: none;
	}
	#formData textarea{width: 95%;}

	.indexadvs .title{text-align: center;}
	.cominfo h2{font-size: 25px;}
	.goodscard .swiper-slide h4{font-size: 16px;}
	.goodscard .swiper-slide a{width: 95%;}
	.combox .abouteng{font-size: 50px;}
	
	.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%;}
	
	.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: 178px;object-fit: contain;}

	.advbox .inner .title{text-align: center;}
	.advbox .inner ul{width: 100%;}
	.advbox{background-position: left;}
	.setinfo .inner .shows .imgbox img{height: 175px;}
	.bans1 ul li{
		font-size: 18px;
		width: 24%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0;
	}
	.bans1 ul li:nth-child(4){border: none;}

}
@media (max-width:767px){
	.bans1 ul li{font-size: 16px;}
	.indexnews .newone .newsa{padding: 7% 3% 7%;}
	.header h1 a{height: 75px;line-height: 75px;}
	.header.top h1 a{height: 75px;line-height: 75px;}

	.alloimgs .swiper-slide-thumb-active p::before{display: none;}
	.devel .alloimgs .swiper-slide .line{line-height: 30px;}
	.devel .alloimgs .swiper-slide-thumb-active .line{font-size: 33px;}
	
	.devel .swiper_next span{display: none;}

	.devel .licons .num p{
		padding: 2% 5%;
		border: 2px solid #fff;
	}
	.setinfo .swiper-slide .casedefault{width: auto;padding: 0 10px;}
	#swiper-container2 .swiper-slide{height: 400px;}
	#swiper-container2 .swiper-slide img{
		height: 400px;
	}
	
	.setinfo .swiper-slide .casedefault>div{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	.advbox .consimg .advcons::after{
		width: 100%;height: 120px;
		background-size: cover;
	}

	.advbox .text img{height: 300px;}
	.advbox .text .name span{font-size: 56px;}
	.advbox .text .name a{font-size: 18px;}
	.advbox .text .name a::after{height: 4px;width: 100px;}


	.advbox{margin: 10px auto;}

	.advbox span{font-size: 14px;}
	.indexnews .title{text-align: center;}
	.indexnews .newsgo{
		text-align: center;
		margin-top: -4.5%;
		display: flex;
    	justify-content: center;
	}
	.bans1 h5{font-size: 25px;}
	.bans2 p{font-size: 18px;}


	.devel .licons .num p{font-size: 35px;}
	.devel .licons{font-size: 14px;}
	.devel .licons .text{width: 100%;margin: 0 auto 20px;}
	.devel .lcinfos .liimg{text-align: center;}
	.devel .lcinfos .liimg img{max-height: 255px;object-fit: cover;}
	.comcase .swiper-slide a img{height: 235px;}
	.cominfo>p{font-size: 13px;letter-spacing: 1px;}
	.soulgen .lcinfos li{
		width: 100%;
		padding-left: 15%;
		font-size: 14px;
	}


	.newspage .conbox{width: 97%;}
	.classone .txtone{padding: 10px;}

	.classone .txtone .time{font-size: 17px;}
	.single .newcon_cons{min-height: 300px;}
	.mynewpage #honorspicshow .swiper-slide img{max-height: unset;height: 155px;}
	.newspage .conbox .cons{min-height: unset;margin: 10px 0 30px;}
	.newspage .conbox .mores{margin-top: -8px;font-size: 12px;}
	.newcard .iconfont{font-size: 14px;}

	#prev_next{font-size: 12px;}
	#prev_next a{font-size: 12px;}
	.newcon_cons{font-size: 15px;}
	.newcon_head h3{font-size: 20px;margin: 15px auto;}

	.crumbs .pull-left{width: 100%;}
	.crumbs .loct{display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-content: center;}
	.crumbs .loct .navname{margin-right: 0;}


	.newspage .conbox .newcard{padding: 8px;}
	.newspage .conbox .imgbox img{height: 120px;}
	#formData input{height: 52px;line-height: 52px;}
	#formData .firsinfo input{width: 100%;margin-bottom: 8%;}
	#formData .firsinfo>div:nth-child(2) input{margin-bottom: 8%;}
	#formData textarea{width: 100%;}
	.form-tr .code .verify img{height: 52px;}
	.header .subchr{padding: 10px 0;}
	.header .subchr ol li a{font-size: 15px;}
	.contactbox .loc .icons{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.contactbox .loc .locbox>p{
		line-height: 23px;
		height: 60px;
	}


	#dituContent{height: 360px;}
	#container h2::after{height: 2px;}
	#container h2{font-size: 17px;overflow: hidden;white-space: nowrap;
	text-overflow: ellipsis;
	}
	#container li .p{padding-top: 16%;}
	#container li{width: 50%;}
	/*产品页面*/
	.procons .btngo,.procons .btngo a,.goodstab .gallery-thumbs .swiper-slide,.goodview .pro-detail .cons{font-size: 14px;}
	.goodstab .gallery-thumbs .swiper-slide{line-height: 45px;}
	.goodspage #honorspicshow .swiper-slide img{max-height: 245px;}
	.goodspage #honorspicshow .swiper-slide{margin-bottom: 3rem;}
	.goodview .pro-detail .cons{margin: 5% 0;}
	.goodview .pro-detail h3{font-size: 22px;}
	.goodview .pro-detail h4{font-size: 19px;}
	.goodspage .proloc .navname{line-height: 3;}
	.goodspage .proloc .navname a{font-size: 18px;}
	.goodspage .prodefault{font-size: 15px;line-height: 26px;}
	/*产品页面*/





	.inbanner{margin-top: 75px;}
	.inbanner>img{width: 100%;height: 202px;object-fit: cover;}
	.inbanner .inbanner-content{
		width: 180px;
		height: 78px;
		left: 12px;
	}
	.inbanner h2{font-size: 22px;}
	.inbanner small{font-size: 14px;line-height: 2;}

	.c-crumbs{line-height: 3;}
	.setinfo .swiper-slide-active h4{zoom: 1;}

	.foot .loctxt{padding-left: 13px;}
	.foot .loctxt img{max-width: 100%;}


	footer .footcons h2{
		width: 90%;
		margin: 0 auto 5%;
	}
	footer .loctxt ul{
		width: 88%;
		margin: 0 auto;
	}
	.foot .copy{line-height: 25px;}
	.copy .links{display: none;}
	.copy .myinfos,.copy .myinfos a,.copy .myinfos span{font-size: 14px;}




	.soulgen h3{font-size: 18px;}
	.ccc_coms .wh .whcons img{height: 220px;}
	.ccc_coms .wh .whcons .txt h6{font-size: 20px;}
	.ccc_coms .wh .whcons .txt p{font-size: 15px;}
	
	.ccc_coms .wh .whcons .txt{padding: 8% 3% 13.5%;}
	.classone img{height: 160px;}

	.classone .txtone h3{height: auto;}
	.classone .txtone .sec{font-size: 14px;}
	.mynewsbox .newspage .conbox h5{
		font-size: 15px;font-weight: 400;line-height: 1.8;}
	
	.ccc_coms .wh .cominfo{padding: 5% 0;background-size:contain;background-position: center left;}
	.navname{margin-right: 10px;}
	.honor .consbox .conbox .imgbox img{height: 170px;}
	.honor .consbox .conbox h6{font-size: 15px;}
	.abouts .show{font-size: 14px;line-height: 27px;}
	.goodview .pro-detail{margin: 1%;}
	.goodstab .imga{width: 100%;}
	.procons .cxinfo h5{font-size: 18px;}
	.vcode .form-tr:last-child{display: block;text-align: center;}
	.sjmeaasge #formData .submit{margin: 5% auto;}
	.contactbox .loc{font-size: 15px;}
	.comhonor .imgall{position: unset;}
	.comhonor .honrtit .cons{margin-top: 1%;padding-top: 4%;font-size: 15px;margin-bottom: 2%}
	.comhonor .honrtit .mores{margin-bottom: 0;}

	.advbox .consimg .advcons{padding: 3%;}
	.advbox .consimg .advcons p{font-size: 15px;height: 45px;}
	.advbox .consimg .advcons span{font-size: 50px;
		line-height: 1.7;
	}

	.bans1 ul{padding: 4% 2%;}

	#swiper-container2 .swiper-slide-active{width: 65.8%!important;}
	.setinfo .right,.advbox .right{margin-top: 0;margin-bottom: 2%;}
	.setinfo .swiper-slide .name h4{font-size: 17px;}
	.copy .links{float: unset;}
	.footcons{text-align: center;}
	.foot .copy{padding: 15px 0;text-align: center;}
	.loctxt ul li{text-align: left;}
	.footnav{display: none;}
	.combox .title{text-align: center;}
	.body .company{background-position: bottom;}
	.body .company::after{display: none;}
	.body .numsgo {
		margin-top: 0%;
		padding: 5% 0;
	}




	.header h1{line-height: 67px;}
	.banner{margin-top: 75px;}



	.indexadvs .title{margin-top: 0;}
	.home{background-size: contain;}
	.newsgo .tz{width: 20%;}
	.newsgo .swiper-container{width: 76%;}
	.company .boximg{text-align: center;}
	.company .boximg::after{width: 76%;}
	.combox{padding: 30px 0px 0 ;}
	.company .boximg.go::after{top: 1%;}
	.title h3{font-size: 24px;}
	.goodall .telall a{
		width: 44%;
		padding: 10px 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: 32%;margin: auto;
		font-size: 15px;
		writing-mode:unset;
		padding: 5px;
		display: block;
	}
	.case .title{margin: 0 auto; text-align: center;}

	.home .product .telnum{margin-top: 0;}
	.home .product .title{text-align: center;}
	.index_goodlist{margin-top: 12%;}
	.index_goodlist .probox h2{font-size: 18px;}
	.index_goodlist .probox p{font-size: 14px;height: 60px;}
	.home .product .indexgood{display: none;}
	.index_goodlist .probox{margin: 0 1px;}

	.indexadvs .mytxt{margin: auto;}
	.indexadvs .rebox p{height: 50px;}
	.indexnewslist{margin: 15px 0 0;}
	.news{padding: 2%;}

	.footnav a{
		width: 50%;
		float: left;
		margin: 15px 0;
	}

	footer .foot .addtel,footer .foot .addtel span,.footnav a,.foot .copy{font-size: 15px;}
	footer .foot .fline::before{width: 38%;}
	footer .foot .fline::after{width: 38%;}
	.combox .abouteng{font-size: 40px;}
	.lcbox ul li .img{width: 100%;height: 200px;object-fit: cover;}
	.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{width: auto;}
	.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{
		text-align: left;
		padding-left: 3%;
		margin-top: 0px;
		position: absolute;
		z-index: 10;
	}
	.header h1 img{
		max-width: 100%;
	}
	.header h1 a{
		display: inline-block;
		vertical-align: middle;
	}



	.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: #d70012;
	/* 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: 27px;
}
#ring-list span{
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 2.3;
}
#plugin-contact-ring2 #ring-list .item a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 69px;
	border-right: 1px solid #f7f7f7;
	padding-top: 10%;
}
	footer{margin-bottom: 69px;}
	.goodscard .swiper-slide a img{height: 126px;}
	.rightnav{display: none;}
	#formData .form-tr .code input{width: 120px;}


	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%;}
	.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;}
	.header{padding-top: 0%;background-color: #d70012;}
	.mainbav>li{width: 100%;}
	.mnav{
		position: relative;
		float: right;
		line-height: 13px;
		margin: 10px;
		width: 55px;
		height: 55px;
		padding: 5px 10px;
		background-color: #d70012;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{
		position: relative;
		margin-top: 0;
	}
	.topnav .mainbav{
		position: fixed;
		top: 75px;
		left: 0;
		background-color: rgba(0, 0, 0, .69);
		z-index: 10;
		width: 100%;
	}
	.mainbav>li a{line-height: 60px;flex: 1;}
	.navicon {
		width: 20%;
		height: 100%;
		box-sizing: border-box;
		padding: 0 5px;
		display: inline-block;
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	  }
	  .navicon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	  }
	.mainbav li{display: none;position: relative;}
	.header .subchr{
		position: fixed;border: none;
	}
	.header .subchr ol{width: 100%;margin-top: 0;}
	.header .subchr ol li a{color: #000;}
	.contenbox{font-size: 14px;}

}
@media (max-width:500px){
	.copy .myinfos span{display: block;}
	.honor .consbox .conbox .imgbox img{height: 130px;}
	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;}
}
