/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


.com-img{ display:block;height:182px; overflow:hidden;background:#ffffff;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);
-o-transform:scale(1.1);-ms-transform:scale(1.1);}

.xypg-right-content{font-size: 14px;}

.flex{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}


.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1400 {max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200 {max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


.white-logo{opacity: 1;visibility: visible;}
.black-logo{opacity: 0;visibility: hidden;display: none;}

.wh{max-width:1260px;margin:0 auto;padding:0 30px;}

html {
    font-size: 5.2083vw;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 68px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 80px;
    }
}


:root {
    --demo-color: #7d6741;
}


/*头部样式*/
.roll_product {
	float: left;
}

.plist {
	margin-top: 56px;
}

.plist li {
	margin-right: 15px;
	margin-bottom: 15px;
}

.plist li:nth-child(3n) {
	margin-right: 0;
}

.plist li a.img {
	border: 1px solid #e5e5e5;
	display: block;
}

.plist li a.img img {
	width: 388px;
	height: 388px;
}

.plist li h3 a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

#fp-nav li a.active span {
	background: url(../images/homedh.png) no-repeat !important;
}

/*头部样式*/
.top2 {
	position: fixed;
	top: 0;
	z-index: 999;
	height: 100px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 100%;
}

.logo {
	float: left;
	line-height: 100px;
}

.logo img{
	max-height: 50px;
	/*max-width: 100%;*/
}


/*热门搜索*/
.sou {
	border-top: 1px solid rgba(255,255,255,.2);
	padding-top: 4%;
	margin-top: 2%;
}

.sou #formsearch {
	float: right;
}

.sou .hotSearch {
	float: left;
	height: 54px;
	line-height: 54px;
	font-weight: normal;
	font-size: 14px;
	color: #5d5d5d;
}

.sou .hotSearch a {
	margin-right: 10px;
	color: #5d5d5d;
}

#search-type {
	float: left;
	width: 100px;
	height: 24px;
	border: 1px solid #c8c8c8;
	margin-right: 5px;
}



/*搜索和热门搜索*/
.sou #formsearch input {
	height: 54px;
	background: transparent;
	border: none;
	line-height: 54px;
}

.sou #formsearch input#keyword {
	height: 54px;
	float: left;
	line-height: 54px;
	padding-left: 15px;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	width: 367px;
	background: transparent;
	border-right: none;
	border-radius: 5px 0 0 5px;
}

.sou #formsearch input#s_btn {
	width: 144px;
	float: left;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #ef5301;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
}

.sou #formsearch input::-webkit-input-placeholder {
	color: #5d5d5d;
}

.sou #formsearch textarea::-webkit-input-placeholder {
	color: #5d5d5d;
}

.mob-nav ul {
	padding-top: 13%;
	display: flex;
}

.mob-nav ul li {
	/* width: 14%; */
	flex: 1;
}

.mob-nav ul li >a {
	display: block;
	color: #fff;
	font-size: 20px;
}

.mob-nav ul li .sec {
	margin-top: 20px;
}

.mob-nav ul li .sec a {
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	display: block;
	line-height: 30px;
}

.mob-nav ul li .sec a:hover{
	opacity: 1;
}


.mob-nav {
	z-index: 99999;
	position: fixed;
	left: 0;
	right: 0;
	top: 100px;
	bottom: 0;
	width: 100%;
	background: #202020;
	display: none;
}

.mob-nav.active {
  /*opacity: 1;*/
}

.k2 .nav-btn {
	line-height: 100px;
	cursor: pointer;
	display: block;
	color: #fff;
	text-align: center;
	font-family: "arial";
	text-transform: uppercase;
}

.close-btn {
	text-align: right;
	position: absolute;
	right: 30px;
	top: -69px;
	z-index: 9999;
	display: none;
	cursor: pointer;
}

.top2.cur {
	background: #202020;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.logo2 {
	display: none;
}

.top2.cur .logo1 {
	display: none;
}

.top2.cur .logo2 {
	display: inline-block;
}

.mob-nav .wh {
	position: relative;
}

.top2.cur .k2 {
	display: none;
}

.gl {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 20%;
	z-index: 99999;
	-webkit-animation: myfirst 1.5s infinite;
	animation: myfirst 1.5s infinite;cursor: pointer;
}

@-webkit-keyframes myfirst {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	50% {
		-webkit-transform: translate(0px, -10px);
		transform: translate(0px, -10px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes myfirst {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	50% {
		-webkit-transform: translate(0px, -10px);
		transform: translate(0px, -10px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.section0 {
	position: relative;
}

.x-banner {
	height: 100vh;
	width: 100vw;
}

@media (max-width: 1700px) {
	.gl {
		bottom: 40%;
	}
}

@media (max-width: 1260px) {
	.gl {
		display: none;
	}
}

@media (max-width: 1024px) {
	.x-banner {
		height: auto;
	}

	.section1,.section2 {
		padding: 40px 0;
	}

	.fp-tableCell {
		height: auto !important;
	}

	.fp-section {
		height: auto !important;
	}

	#fp-nav {
		display: none;
	}
}


/* */
.section {
	position: relative;
	width: 100%;
}

.a2 {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.section0 {
	background: #fff;
}

dt {
	font-weight: normal;
}
/* 关于我们 */
.section1 {
	background: url(../images/be5d98fe/24/09/9e3551257826af3a4cf98194c35f9719a3ab4df2.jpg) no-repeat 50% 0;
	background-size: cover;
}

.abt {
	text-align: center;
	padding-top: 7%;
}

.abt dd {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
}

.abt dt {
	font-size: 18px;
	color: #fff;
	background: url(../images/flmtb.png) no-repeat center;
	text-transform: uppercase;
}

.acon {
	color: #ffffff;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	margin-top: 4%;
	line-height: 40px;
	width: 80%;
}

.aul {
	margin-top: 4%;
}

.aul li {
	width: 19%;
	text-align: center;
	margin: 0 3%;
}

.aul li a {
	display: block;
	margin: 0 auto;
	background: url(../images/gsjszbj.png) no-repeat center;
	width: 215px;
	height: 215px;
	padding-top: 60px;
	background-size: 100% 100%;
}

.aul li .img {
	height: 56px;
	line-height: 56px;
}

.aul li .img2 {
	display: none;
}

.aul li:hover .img2 {
	display: inline-block;
}

.aul li:hover .img1 {
	display: none;
}

.aul li h3 {
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
	margin-top: 14px;
}

.aul li:hover a {
	background: url(../images/gsjszbjs.png) no-repeat center;
	background-size: cover;
}

.aul li:hover h3 {
	color: #ef5301;
}

@media(max-width: 996px) {
	.aul li a {
		width: 180px;
		height: 180px;
		padding-top: 38px;
	}

	.acon {
		width: 100%;
	}
}

@media(max-width: 825px) {
	.aul li {
		width: 40%;
		margin: 0 5% 15px 5%;
	}

	.aul li a {
		margin: 0 auto;
	}
}





/* 产品 */
.section {
	overflow: hidden;
}

.section2 {
	background: url(../images/be5d98fe/24/09/61b4bcb7800227a446fba96874976e0bae2aa6b7.jpg) no-repeat 50% 0;
	background: url(../images/be5d98fe/24/09/9fe732d13cffabc4f2fc863a39fb12cf49694e6a.jpg) no-repeat 50% 0;
	
	background-size: cover;
}

.bt {
	color: #000000;
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	line-height: 38px;
}

.bt span {
	color: #3264a0;
	font-size: 24px;
	display: block;
	background: url(../images/be5d98fe/24/09/bb599c8f5ea18ce3727c4db509df920161d8d79c.png) no-repeat center bottom;
	padding-bottom: 15px;
}

.slick-arrow {
	background: none;
	outline: none;
	border: none;
	font-size: 0;
}

.section2 .slick-prev,.section2 .slick-next {
	width: 52px;
	height: 124px;
	position: absolute;
	top: 50%;
	margin-top: -62px;
	z-index: 99999;
}

.section2 .slick-prev {
	background: url(../images/pronext.png) no-repeat top center;
	left: -82px;
}

.section2 .slick-next {
	background: url(../images/proprev.png) no-repeat top center;
	right: -82px;
}

.product_list1 {
	margin-top: 5%;
}

.product_list1 li {
	_display: inline;
	position: relative;
	margin: 0 0.2%;
}

.product_list1 li h3 {
	text-align: center;
	line-height: 44px;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	background: #4c4c4c;
}

.product_list1 li .img img {
	width: 100%;
	display: block!;
}

.picScroll-left {
	overflow: hidden;
	position: relative;
}

.pm {
	display: block;
	width: 238px;
	margin: 0 auto;
	line-height: 54px;
	font-size: 16px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-top: 7%;
}

.pm a {
	color: #aab7cd;
	position: relative;
	z-index: 1;
	display: block;
	border: 1px solid #aab7cd;
	text-transform: uppercase;
	transition: all .3s ease;

}

.pm a:hover {
	transition: all .3s ease;
	border-color: #ef5301;
	background-color: #ef5301;
	color: #fff;
}



@media(max-width: 768px) {
	.pm {
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
}





/*案例*/
.section3 {
	background: url(../images/be5d98fe/24/09/ebf0b67655698cbe180ec2998a4d5dd4d358b2f5.jpg) no-repeat 50% 0;
	background-size: cover;
}

.list22 {
	margin-top: 25px;
	margin-left: 38px;
}

.section3 .abt {
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.yul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.yul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.yul li .bj1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yul li .img {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.yul li .img .bj {
	height: 100vh;
}

.bj1 h3 {
	color: #ffffff;
	font-size: 26px;
}

.bj1 span {
	display: block;
	color: #ffffff;
	opacity: 0.5;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

.bj1 a {
	display: none;
}

.yul li:hover .bj1 {
	background: rgba(239,83,1,.6);
}

.yul li:hover .bj1 a {
	display: block;
	margin-top: 117px;
}

.yul li:hover .img {
	opacity: 1;
}

.yul li .bj11 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.yul li:hover .bj11 {
	margin-top: -30px;
}

.yul li .img img {
	display: block;
	width: 100%;
}

@media(max-width: 1200px) {
	.bj1 h3 {
		font-size: 20px;
	}

	.bj1 span {
		font-size: 12px;
	}
}





/* 荣誉资质 */
.section4 {
	background: url(../images/be5d98fe/24/09/22720d4514cb33accbcf8b52c0df26add65ae12a.jpg) no-repeat 50% 0;
	background: url(../images/be5d98fe/24/09/f0bcaf66832ec99b4d817ee194f1bdcf82747da6.png) no-repeat 50% 0;
	background-size: cover;
}

.tab1 {
	display: none;
}

.nsort {
	text-align: center;
	margin-top: 5%;
}

.nsort li {
	float: left;
	width: 33.3333%;
}

.nsort li a {
	display: block;
	border-right: 1px solid #f0f0f0;
	line-height: 54px;
	background: #fff;
	color: #333333;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nsort li:last-child a {
	border-right: none;
}

.nsort li.cur a {
	background: #ef5301;
	color: #fff;
}

.nlist {
	margin-top: 5%;
}

.nlist li {
	width: 22.75%;
	margin-right: 3%;
}

.nlist li:last-child {
	margin-right: 0;
}

.nlist li a.img img {
	display: block;
	width: 100%;
}

.nlist li a.img {
	display: block;
	position: relative;
}

.nlist li a.img span {
	display: block;
	position: absolute;
	min-width: 92px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ef5301;
	background-color: #ffffff;
	bottom: 10px;
	left: 11px;
}

.nlist li h3 a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	padding: 10% 3px;
	background: #fff;
	text-align: center;
}

.nmore a {
	display: block;
	color: #fff;
	width: 192px;
	height: 36px;
	background-color: #ef5301;
	border-radius: 18px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
	margin-top: 8%;
}


/* 新闻 */
.section5 {
	background: url(../images/be5d98fe/24/09/9b4f3062e04a0e01eeef3da6f1b9ce4c25e7b2c3.jpg) no-repeat 50% 0;
	background-size: cover;
}

.lxwm {
	width: 80%;
	margin: 0 auto;
	margin-top: 5%;
	background: rgba(255,255,255,.2);
	padding: 3% 5%;
	display: flex;
	align-content: space-between;
	flex-wrap: nowrap;
	display: -webkit-flex;
}

.tleft {
	width: 46%;
	padding-right: 3%;
}

.mapx {
	width: 54%;
}

.mapx img {
	width: 100%;
}

.tleft h3 {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}

.lx {
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
	margin-top: 3%;
}

.asort {
	text-align: center;
	margin-top: 5%;
}

.asort li {
	display: inline-block;
	margin: 0 2%;
	width: 15%;
}

.asort li a {
	display: block;
	border-radius: 22px;
	border: solid 1px rgba(255,255,255,.5);
	line-height: 44px;
	color: #e1e1e3;
	font-size: 16px;
	transition: all .3s ease;
}

.asort li a:hover{
	border-color: #ef5301;
	background-color: #ef5301;
	color: #fff;
}



.yul2 {
	display: none;
}

@media(max-width: 769px) {
	.yy {
		background: rgba(239,83,1,.6);
		padding: 10px 0;
	}

	.abt dd {
		font-size: 26px;
	}

	.abt dt {
		font-size: 14px;
		margin-top: 5px;
	}

	.acon {
		font-size: 16px;
		line-height: 28px;
	}

	.section3 .abt {
		position: static;
	}

	.yul {
		display: none;
	}

	.yul2 {
		display: block;
		padding: 0 30px;
		margin-top: 20px;
	}

	.yul2 li {
		width: 46%;
		float: left;
		margin: 0 2% 20px 2%;
	}

	.yul2 li h3 {
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 5px;
	}

	.yul2 li span {
		color: #fff;
		text-align: center;
		display: block;
		font-size: 12px;
		text-transform: uppercase;
	}

	.yy a {
		text-align: center;
		margin-top: 15px;
		display: block;
	}
}

@media(max-width:540px) {
	.acon {
		font-size: 14px;
		line-height: 24px;
	}

	.aul li a {
		width: 140px;
		height: 140px;
		padding-top: 25px;
	}

	.aul li h3 {
		margin-top: 0px;
	}

	.aul li .img img {
		width: 23%;
	}
}

@media(max-width:370px) {
	.aul li a {
		width: 120px;
		height: 120px;
		padding-top: 25px;
	}

	.aul li h3 {
		margin-top: 3px;
		font-size: 12px;
	}

	.aul li .img {
		height: 38px;
		line-height: 38px;
	}

	.aul li .img img {
		width: 23%;
	}
}


@media(min-width: 769px) {

	.sun-delay0 {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.sun-delay1 {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.sun-delay2 {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	.sun-delay3 {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}

	.sun-delay4 {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.sun-delay5 {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}

	.sun-delay6 {
		-webkit-transition-delay: 1.4s;
		transition-delay: 1.4s;
	}

	.sun-delay7 {
		-webkit-transition-delay: 1.6s;
		transition-delay: 1.6s;
	}

	.sun-delay8 {
		-webkit-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}

	.sun-delay9 {
		-webkit-transition-delay: 2s;
		transition-delay: 2s;
	}

	.sun-delay10 {
		-webkit-transition-delay: 2.2s;
		transition-delay: 2.2s;
	}

	.sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
		opacity: 0;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .7s;
		transition-duration: .7s;
	}

	.sun-ani-left {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	.sun-ani-down {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	.sun-ani-up {
		-webkit-transform: translateY(-200px);
		transform: translateY(200px);
	}

	.sun-ani-right {
		-webkit-transform: translatex(100px);
		transform: translatex(100px);
	}

	.actives .sun-ani-left {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.active .sun-ani-left {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.active .sun-ani-down {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.active .sun-ani-up {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.active .sun-ani-right {
		opacity: 1;
		-webkit-transform: translatex(0);
		transform: translatex(0);
	}
}



/*页面底部*/

.bq {
	border-top: 1px solid #777f98;
	color: #b0b3be;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	line-height: 24px;
	margin-top: 6%;
}

.bq a {
	color: #b0b3be;
}

.bq a:hover{
	color: #ef5301;
}


.f_link {
	padding: 15px 0;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.f_link a {
	color: #666;
	padding-right: 10px;
}

@media(max-width:1200px) {
	.tleft h3 {
		font-size: 16px;
	}

	.lx {
		font-size: 13px;
		line-height: 26px;
	}
}

.footer2 {
	text-align: center;
	color: #fff;
	line-height: 24px;
	background: #666;
	padding: 10px 0;
}

.footer2 a {
	color: #fff;
}

@media(max-width:1024px) {
	.section4 {
		padding-bottom: 30px;
	}

	.aul {
		margin-top: 2%;
	}

	.acon {
		margin-top: 2%;
	}

	.ling .abt {
		padding-top: 12%;
	}

	.abouts .abt {
		padding-top: 10%;
	}
}



@media(max-width:800px) {
	.nsort li a {
		font-size: 14px;
		line-height: 40px;
	}

	.nlist li h3 a {
		font-size: 14px;
	}

	.lxwm {
		width: 100%;
	}

	.tleft h3 {
		font-size: 14px;
	}
}

@media(max-width:700px) {
	.lxwm {
		display: block;
	}

	.tleft {
		margin-bottom: 20px;
	}

	.tleft,.mapx {
		width: 100%;
	}

	.asort li {
		width: 26%;
	}

	.lx {
		font-size: 12px;
		line-height: 24px;
	}

	.asort li a {
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}

	.nlist li {
		width: 46%;
		margin: 0 2% 20px 2%;
	}

	.nlist li {
		margin-right: 2%;
	}

	.nlist li h3 a {
		padding: 5% 3px;
	}

	.footer2 {
		margin-bottom: 0px;
	}
}



/*内页左侧样式*/

.page-product-inquiry a {
	color: #fff;
}



/* 友情链接 */

.c-link {
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.c-link .con {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.c-link span {
	cursor: pointer;
	display: block;
}

.c-link dd {
	width: calc(100% - 70px)
}

.c-link .sec {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: rgba(255,255,255,.6);
	padding: 10px;
	min-width: 120px;
}

.c-link a {
	color: #fff;
	padding: 0 4px;
	font-size: 14px;
	line-height: 24px;
}






/* 专题页联系我们 */

.liannei {
	overflow: hidden;
	margin-top: 20px;
}

.liun_a {
	font-size: 35px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
}

.liun_b {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
}

.liynguiyan {
	margin-top: 2%;
}

.liulei {
	float: left;
	width: 47%;
	margin-bottom: 2%;
}

.liuright {
	float: right;
	width: 47%;
	margin-bottom: 2%;
}

.liulei_a {
	float: left;
	width: 80px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #666666;
}

.liulei_b {
	float: right;
	width: calc(100% - 88px);
}

.liulei_b input {
	padding: 0px;
	border: none;
	height: 46px;
	background-color: #eeeeee;
	line-height: 46px;
	border-radius: 0px;
	padding-left: 10px;
	box-shadow: none;
}

.liulei_cc {
	float: right;
	width: calc(100% - 88px);
}

.liulei_cc textarea {
	padding: 0px;
	border: none;
	height: 160px;
	background-color: #eeeeee;
	line-height: 46px;
	border-radius: 0px;
	box-shadow: none;
}

.liynguiyan  #message-form #checkcode {
	display: inline-block;
	width: 40%;
	margin-bottom: 2%;
}

.liulei_b_aa #codeimg {
	margin-top: -11px;
	background: #eeeeee;
	padding: 1% 3%;
	height: 46px;
	margin-left: 2%
}

.liulei_b_bb {
	width: 30%;
}

.liulei_b_bb {
	margin-top: 5%;
}

.liulei_b_bb input {
	background: #ef5301;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	outline: none;
}

.liulei_b_bb input:hover {
	background-color: #ef5301;
}

.liannbeinei2 {
	padding: 2% 0;
	overflow: hidden;
}

.neilingyas {
	display: flex;
	justify-content: space-between;
}

.neilingyaleft {
	width: 50%;
	background: #ef5301;
	box-sizing: border-box;
	padding: 20px;
	font: 400 16px/38px "Microsoft yahei";
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.neilingyaleft h3 {
	font: 600 22px/52px "Microsoft yahei";
}

.neilingyaleft p {
	margin-bottom: 0;
}

.neilingright {
    background: url(../images/map.png) center center no-repeat;
	width: 50%;
	height: 360px;
	overflow: hidden;
}

.neilingright img {
	width: 100%;
	height: auto;
}

.neilingright p {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.liulei {
		width: 100%;
	}

	.liuright {
		width: 100%;
	}

	.neilingyaleft {
		font: 400 15px/32px "Microsoft yahei";
	}

	.neilingyaleft h3 {
		font: 600 20px/40px "Microsoft yahei";
	}
}

@media (max-width: 767px) {
	.liun_a {
		font-size: 22px;
	}

	.liannbeinei2 {
		margin-bottom: 20px;
	}

	.liulei_a {
		font-size: 15px;
		width: 68px;
	}

	.neilingyas {
		flex-flow: column;
	}

	.neilingyaleft {
		width: 100%;
	}

	.liannei {
		margin-top: 0;
	}

	.liulei_b {
		width: calc(100% - 68px);
	}

	.liulei_cc {
		width: calc(100% - 68px);
	}

	.neilingright {
		width: 100%;
		height: auto;
	}
}

/* .fp-viewing-1 .logo img.white-logo,
.fp-viewing-2 .logo img.white-logo,
.fp-viewing-3 .logo img.white-logo,
.fp-viewing-4 .logo img.white-logo,
.fp-viewing-5 .logo img.white-logo{
	visibility: hidden;
	display: none;
	opacity: 0;
}
.fp-viewing-1 .logo img.black-logo,
.fp-viewing-2 .logo img.black-logo,
.fp-viewing-3 .logo img.black-logo,
.fp-viewing-4 .logo img.black-logo,
.fp-viewing-5 .logo img.black-logo{
	visibility: visible;
	display: inline-block;
	opacity: 1;
} */