﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#333; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default;}
*{padding:0px; margin:0px;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#333; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:94%; margin:0 auto;max-width: 1520px;}
.container {width:94%; margin:0 auto;max-width:1520px;}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border-bottom: 1px solid rgba(0,0,0,0.1);background:rgba(255,255,255,0.95);}
.header.on{ }
.header .container{position:relative;}
.header .logo{ float:left; margin:15px 0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .logo img{width:auto; height:50px; display:block;}

.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}

.header .right {float: right;text-align: left;margin-left:30px;}
.header .right .ss {line-height:80px;display: inline-block;padding: 0 10px;position: relative;color: #333;}
.header .right .lx {background: #e60012;display: inline-block;padding: 12px 15px;font-size: 16px;color: #fff;margin-left: 20px;border-radius: 25px;text-transform: capitalize;}
.header .right .lx a {color: #fff;}
.header .right i {font-size: 20px;}
.header .right .wx {line-height:80px;display: inline-block;padding: 0 15px;position: relative;color: #333;}
.header.on .right .wx {
  line-height: 70px;
}
.header .right .wx .e_j {position: absolute;width: 120px;left: 50%;margin-left: -60px;top:80px;background: #fff;display: none}
.header .right .wx .e_j img {width: 100%;display: block;}
.header .right .wx .e_j p {line-height: 1.8;color: #333;text-align: center;}
.header .right .wx:hover .e_j{display: block;}

.header .right .yy{line-height:80px; color:#333;padding: 0 10px;position: relative;display: inline-block;}
.header .right .yy i {font-size: 20px;}
.header .right .yy .x_l {width:100px;top: 80px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none;z-index: 99;}
.header .right .yy .x_l a {color: #333;display: block;font-size: 14px;text-align: center;width: 100%;border-radius: 0;margin-left: 0;}
.header .right .yy .x_l a:hover{background: #e60012;color: #fff;}

.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}

.header .nav{float:right;}
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}

.header .nav ul li{padding: 0 20px; line-height:80px; float:left; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li a{display:block; font-size:16px;color:#222; text-transform:capitalize;position: relative;}
.header.on .nav ul li a{color: #222;}
.header.on .nav ul li a::after{position: absolute;width: 100%;}
.header .nav ul li span{width:0; height:3px; background-color:#e60012; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.header .nav ul li:hover a {opacity: 1;color: #e60012;}
.header .nav ul li.on a {opacity: 1;color: #e60012}
.header.on .nav ul li span{background: #e60012;}

.nav .y_j{position:relative;}
.nav .e_j{width:130px; background-color:rgba(255,255,255,.95); position:absolute; top:80px; left:0; display:none; z-index:9999;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a{display:block; font-size:14px; color:#3a3a3a;font-weight: normal;line-height:40px;padding: 0px 15px;box-sizing: border-box;}
.header .nav ul li .e_j a em {font-size: 24px;margin-right:5px;vertical-align: middle;display: inline-block;}
.header .nav ul li .e_j a em img {width: 23px;display: block;}
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:0px; left:150px; display:none; z-index:9999;}
.header .nav .e_j a:hover{padding-left: 10px;color: #e60012;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 80px;}
}
@media only screen and (max-width:1366px){
	
	.header .nav ul li {
  padding: 0 15px;
}
	.header .right {margin-left:15px;}
	
}
@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#fff; width:100%}
.header .container{ padding:0;height: 60px;  width:94%}
	.header .right .wx .e_j {
  top: 60px;
}
.header .logo{margin:15px auto;}
.header.on .logo{ margin:15px auto;}
	.header .logo img {
  height:30px;
}
	.header .logo .img1 {
  display: none;
}
	.header .logo .img2 {
  display: block;
}
	.header .right .ss {
  line-height: 60px;color: #333;padding: 0 10px;
}
	.header .right .wx {
  line-height: 60px;color: #333;padding: 0 10px;
}
	.search button.s_c {
  width: 10%;
}
	.search input.w_z {
  width: 80%;
  font-size: 16px;
}
	.search .an_sj {
  width: 10%;
}
	.header.on .right .ss {
  line-height: 60px;
}
	.header.on .right .wx {
  line-height:60px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:100%}
.header .nav{width:100%; padding:15px 5%;box-sizing: border-box; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #333;}
.header .nav i{display:block;color: #333;font-size: 18px;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid rgba(0,0,0,0.15); float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid rgba(0,0,0,0.15); background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#444;font-size: 16px;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{color:#333;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}



.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000}

.ban{width:100%; position:relative;}
.ban .swiper-slide{width:100%; height:calc(100vh - 80px);}
.ban .swiper-pagination{bottom:20px !important;}
.ban .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background: rgba(255,255,255,0.6)}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;border: #fff 1px solid;}
.ban .swiper-slide .bg1 {
	position: absolute;
    height: 100vh;
	overflow: hidden;
	width:100%;
	left:0px !important;
	top:0px;z-index: 5;
}

.ban .swiper-slide .bg1 img {
	display: block;
	width: 100%;
	height:auto;object-fit: cover;
	-webkit-transition: transform 7.6s linear;
	-moz-transition: transform 7.6s linear;
	-o-transition: transform 7.6s linear;
	-ms-transition: transform 7.6s linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);height: 100%;min-height: 100%;object-fit: cover;
}
.ban .swiper-slide.swiper-slide-active .bg1 img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:1; 
    opacity: 1; 
}

.ban .swiper-slide .word {
	position: absolute;
	left:50%;margin-left: -620px;width: 1240px;
	height: 246px;
	top: 50%;
	margin-top: -103px;
	z-index: 10;text-align: left;
}

.ban .swiper-slide .word.l1 h4{text-align: left;}
.ban .swiper-slide .word.l1 h3{text-align: left;}
.ban .swiper-slide .word h4 {
	display: block;font-size: 28px;color: #fff; margin-top: 20px;letter-spacing: 2px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;text-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.ban .swiper-slide .word h3 {
	font-size: 58px;
	color: #fff;
	line-height: 60px;
	margin: 15px 0 15px 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;font-weight: bold;text-shadow: 0 0 20px rgba(0,0,0,0.25);
}


.ban .swiper-slide .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 17px;background:#e60012;
	color: #fff;text-transform: capitalize;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 50px;
	position: absolute;
	bottom: 20px;left: 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;border-radius:30px;text-align: center;
}
.ban .swiper-slide .word.l1 a.xq {
	bottom: 0;left: 0%;margin-left:0px;
}

.ban .swiper-slide .word a.xq:after {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	background: url(../images/rights.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}


.ban .swiper-slide.swiper-slide-active .word h4 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
   
}

.ban .swiper-slide.swiper-slide-active .word h3 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.tit{text-align: center;}
.tit h1 {font-size: 46px; color:#000;font-weight: 600;position: relative;padding-bottom: 10px;}
.tit h1::before{width: 60px;height: 4px;content: "";background: #e60012;position: absolute;left: 50%;margin-left: -30px;bottom: 0;}
.tit h3 {font-size: 25px;line-height: 1.6;color: #333; margin-bottom:50px;max-width: 1000px;margin: 20px auto 50px;text-transform: uppercase;}




.sy_about {padding: 80px 0;overflow: hidden;}
.sy_about .container{display: flex;justify-content: center;align-items: center;}
.sy_about .wenz {width:50%;float: right;line-height: 2;font-size: 18px;color: #333;}
.sy_about .wenz h2 {font-size: 28px;color: #333;margin-bottom: 15px;line-height: 1.5}
.sy_about .wenz h2 span {font-weight: bold;}
.sy_about .wenz p {margin-bottom: 15px;}
.sy_about .tp {width:45%;float: left;margin-right: 5%}
.sy_about .tp img {width: 100%;display: block;}
.product-number-info {
  
    position: relative;padding:30px 0 0px;
}
.product-number-info h2 {font-size: 30px;text-align: center;color: #fff;margin-bottom: 50px;}

.product-number-info .product-number-inner {
    width:100%;
    margin: 0 auto;
}

.product-number-info ul {display: flex;justify-content: space-between;
    
}

.q {
    zoom: 1; }

.product-number-info li {background: #eee;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
    float: left;
    width: 23%;
    color: #333;
    padding-top: 1px;box-sizing: border-box;text-align: center;height: 130px;border-radius: 10px;padding-top: 10px;
}
.product-number-info li:hover{background: #e60012;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.product-number-info li:first-child {
    border: none;
}
.product-number-info li:hover b{color: #fff;}
.product-number-info li b {
    font-size: 45px;font-weight: bold;color: #e60012;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 20px 0 10px;
}
.product-number-info li h3 {font-size: 20px;color: #333;letter-spacing: 1px;}
.product-number-info li p {
    font-size: 16px;
}
.product-number-info li:hover p{color: #fff;}
.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.sy_ck {padding: 0 0 80px;overflow: hidden;}
.sy_ck ul{display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.sy_ck ul li{width: 32%;position: relative;overflow: hidden;}
.sy_ck ul li .t_p {position: relative;}
.sy_ck ul li .t_p img{width: 100%;display: block;object-fit: cover;}
.sy_ck ul li .w_z {background: rgba(0,0,0,0.4);width: 100%;height: 60px;padding: 10px 15px;box-sizing: border-box;position: absolute;left: 0;bottom: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_ck ul li .t_p:hover .w_z{transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;bottom: -60px;}
.sy_ck ul li h3 {font-size: 18px;color: #fff;text-align: center}
.sy_ck ul li .line {width: 50px;height: 3px;background: #e60012;margin: 10px auto 20px;}
.sy_ck ul li p {font-size: 16px;line-height: 1.6;color: #fff;}
.sy_ck ul li .mb {width: 100%;height: 100%;position: absolute;left: 0;top: 60%;background: rgba(0,0,0,0.4);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;padding: 30px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;flex-direction: column;opacity: 0;}
.sy_ck ul li .t_p:hover .mb{top: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;opacity: 1;}
.sy_ck ul li .box {position: relative;overflow: hidden;}
.sy_ck ul li:nth-child(3){display: flex;justify-content: space-between;flex-direction: column;}




.sy_p3 {padding: 7em 0;background-color: #fcf5f6;}
.sy_p3 ul {}
.sy_p3 ul li {width: 32.3333%;float: left;text-align: center;padding: 10px 10px 15px;background: rgba(255,255,255,1);margin: 0 0.5%;border: #f5f5f5 1px solid;}
.sy_p3 ul li .t_p{padding-top: 60%;position: relative;margin-bottom: 20px}
.sy_p3 ul li .t_p img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.sy_p3 ul li .tb {margin-bottom: 35px;height: 52px;}
.sy_p3 ul li .tb img {width: 60px;margin: 0 auto;}
.sy_p3 ul li h3 {text-align: center;font-size: 24px;color: #111;font-weight: bold;margin-bottom: 20px;}
.sy_p3 ul li p {font-size: 16px;color: #333;opacity: 0.8; line-height: 1.8;margin: 0 auto;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;padding: 0 10px 10px;}
.sy_p3 ul li:hover {box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.3);transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}

.sy_hzhb {padding: 60px 0;text-align: center;}
.sy_hzhb ul li {width: 14.66666%;display: flex;justify-content: center;align-items: center; margin: 1%;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;height: 100px;float: left;box-sizing: border-box;background: #fff;}
.sy_hzhb ul li img {max-width: 100%;display: block;max-height: 100%;border: #eee 1px solid;}
.sy_hzhb ul li:hover{transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}



/*index-contact*/

.index-contact {

	min-width: 1200px;

	padding: 45px 0;

	background-image: url(../images/contact-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	background-position: center top;

	position: relative;

}

.index-contact .cover {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(0,0,0,0.5);

	z-index: 1;

}

.index-contact .s {

	position: relative;

	padding: 0 120px;

	z-index: 100;

}

.index-contact h6 {

	font-size: 30px;

	color: #fff;

	line-height: 40px;

}

.index-contact p {

	line-height: 50px;

	font-size: 18px;

	color: #eee;

}

.index-contact .btn {

	position: absolute;

	top: 50%;

	right: 120px;

	display: block;

	width: 200px;

	margin-top: -25px;

	border: 1px #fff solid;

	text-align: center;

	border-radius: 3px;

}

.index-contact .btn a {

	display: block;

	height: 48px;

	line-height: 48px;

	font-size: 18px;

	color: #fff;

}
/* start footer */
.footer_bg{width:100%;padding:35px 0 0px;border-top: rgba(0,0,0,0.15) 1px solid;background: #333;}
.footer {  margin:0 auto; padding:20px 0; }
.footer .zuo3 ul {display: flex;justify-content: space-between;}
.footer .zuo3 ul li { float:left;}
.footer .zuo3 ul li.lx { float:left;width: 280px;}
.footer .zuo3 ul li.lx i {display:inline-block;margin-right: 8px;}
.footer .zuo3 ul li.ly {float: right;margin-right: 0;width: auto;}
.footer .zuo3 ul li.ly .n_r {width: 120px;}
.footer .zuo3 ul li.ly .n_r img{width: 100%;}
.footer .zuo3 ul li.ly p {font-size: 16px;line-height: 2;margin-bottom: 10px; color:#fff;opacity: 0.65;}
.footer input{width:100%; height:32px; background-color:rgba(130,130,130,.4); padding:0 5px; display:block; font-size:14px; line-height:32px; color:#333; margin-bottom:8px;box-sizing: border-box;}
.footer button{width:150px; height:48px; background-color:#e60012; font-size:16px; margin-bottom:5px; line-height:48px; color:#fff; text-align:center;text-transform: uppercase;border-radius: 6px;cursor:pointer; }
.footer .zuo3 ul li.ly .tb {padding-top: 20px}
.footer .zuo3 ul li.ly .tb a {width: 30px;margin-right: 10px;position: relative;float: left;}
.footer .zuo3 ul li.ly .tb a i{font-size: 20px;}
.footer .zuo3 ul li.ly .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.footer .zuo3 ul li.ly .tb a:hover .wx{display: block;}
.footer .zuo3 ul li.ly .tb a img {width: 100%;}

.footer .zuo3 ul li .tit1 {width: 100%;overflow: hidden;margin-bottom: 20px;}
.footer .zuo3 ul li .tit1 a { font-size:20px; font-weight:bold; color:#fff; line-height:36px; display:block; text-transform:uppercase;width: 100%;margin: 0;}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px;}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#e60012;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:100%; display:block; line-height:2; font-size:14px; color:#fff; margin:6px 0;}
.footer .zuo3 ul li a:hover {color: #e60012;}
.dzwz {line-height:30px; width:360px;}
.dzwz p { line-height:2; color:#fff;font-size:16px;margin: 6px 0;}
.footer .you3 { width:350px; float:right;}
.footer .you3 .weixin { width:100px; padding-top:20px; float: right; line-height:30px; color:#fff; text-align:center}
.footer .you3 .dian { width:230px; float: left;}
.footer .you3 .dian h2 { font-size:20px; line-height:50px; color:#fff; padding-top:20px;}
.footer .you3 .dian p { line-height:30px; font-size:14px; color:#fff; text-align: left}
.footer_btm {padding:20px 0;border-top: rgba(255,255,255,0.15) 1px solid; margin-top:10px;background: #222;}
.copy { width:1200px; margin:0 auto; text-align:center; line-height:30px;}
.copy p {font-size:16px;text-transform: uppercase;color: #fff;}
.copy p a { color: #fff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}

.nban {height: 300px;width: 100%;position: relative;}
.nban .w_z {height: 100%;width: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 40px;background: rgba(0,0,0,0.3);}
.ntit{line-height: 60px;border-bottom: #ccc 1px solid;color: #333;font-size: 14px;height: 60px;}
.ntit a {color: #333;}
.ntit ul li {margin-left: 20px;position: relative;float: left;}
.ntit ul li a{font-size: 16px;color: #222;}
.ntit ul li span{width: 0;height: 2px;background: #e60012;position: absolute;left: 0;bottom: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ntit ul li:hover span{width:100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ntit ul li.on span{width:100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}

.ny_ryzz {padding: 60px 0;background: #f5f5f5;}

.swiper-zz{ margin:0 auto; padding-bottom:50px;}
.swiper-zz .swiper-slide{position:relative;overflow: hidden}
.swiper-zz .swiper-slide .tp{overflow: hidden;border: #ccc 1px solid;}
.swiper-zz .swiper-slide img{width:100%; height:auto; display:block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.swiper-zz .swiper-slide:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.swiper-zz .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;text-align: center;box-sizing: border-box}
.swiper-zz .swiper-slide .w_z h3{font-size:16px; color:#fff; }
.swiper-zz .swiper-slide:hover .w_z{background-color:rgba(222,31,28,.9); bottom:0px;}
.ny_ryzz .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    display: inline-block;
    background: #ccc;
    opacity: 1;
}
.ny_ryzz .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#de1f1c;border: #de1f1c 1px solid;}





.ny_jj {margin: 60px auto;}
.ny_jj .w_z {width: 55%;}
.ny_jj .w_z h3 {position: relative;font-size: 32px;color: #333;margin-bottom: 40px;font-weight: bold}
.ny_jj .w_z h3::after{content: "";width: 60px;bottom: -15px;height: 4px;background: #e60012;position: absolute;left: 0;}
.ny_jj .w_z p{font-size: 16px;line-height: 2;color: #444;}
.ny_jj .tp {width: 40%;position: relative;}
.ny_jj .tp .box {position: absolute;left: -25px;width: 100%;height: 100%;border: #ccc 10px solid;bottom: -25px;box-sizing: border-box;z-index: 1;}
.ny_jj .tp img {width: 100%;display: block;position: relative;z-index: 3;}

.aboutc2{padding:60px 0 70px;overflow: hidden;}

.aboutc2 .aboutclist{width:46%;height:380px;margin: 0 2%;border-radius: 2rem;position: relative;overflow: hidden;}
.aboutc2 .aboutclist.l1{background: url(../images/bg_culture1.jpg) left center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist.l1:hover{background: url(../images/bg_culture1.jpg) right center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist.l2{background: url(../images/bg_culture2.jpg) left center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist:hover.l2{background: url(../images/bg_culture2.jpg) right center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}

.aboutc2 .aboutclist .mb {padding:40px 30px;box-sizing:border-box;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(118,107,88,0.5);}

.aboutc2 .aboutclist .icon{width:90px;height:90px;margin:0 auto;line-height: 90px;text-align: center;border: #fff 1px solid;border-radius: 50%;}
.aboutc2 .aboutclist .icon i {font-size: 50px;color: #fff;}
.aboutc2 .aboutclist:hover .icon{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.aboutc2 .aboutclist .cntitle{color:#fff;font-size:24px;text-align:center;margin-top:25px}

.aboutc2 .aboutclist .entitle{color:#fff;font-size:16px;text-align:center;margin-top:5px;font-family:din;font-weight:bold}

.aboutc2 .aboutclist .line{width:26px;height:3px;background-color:#e60012;margin:17px auto 0}

.aboutc2 .aboutclist .text{color:#fff;font-size:16px;text-align:center;margin-top:40px;line-height: 1.8;letter-spacing: 1px;}


.ny_cpp2 {background: #f2f2fe;padding: 60px 0;overflow: hidden;}
.ny_cpp2 ul{margin-top: 50px;;display: flex;justify-content: space-between;align-items: stretch;}
.ny_cpp2 ul li {width: 16%;float: left;background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);text-align: center;padding: 15px;box-sizing: border-box;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cpp2 ul li:hover {transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cpp2 ul li img {max-width: 100%;margin: 0 auto;display: block;}
.ny_cpp2 ul li h3 {font-size: 20px;margin: 10px 0;text-align: center;color: #222;font-weight: bold;}


.ny_cp {padding: 60px 0 30px;background: #fafafa;}
.ny_cp ul li {width: 30.3333%;float: left;margin: 0 1.5% 3%;background: #fff;position: relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cp ul li:hover{
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}
.ny_cp ul li .tp {overflow: hidden;height: 272px;}
.ny_cp ul li img {width: 100%;display: block;height: 100%;object-fit: cover;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cp ul li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cp ul li .wenz {padding: 15px;border-top: #eee 1px solid;}
.ny_cp ul li .wenz h3 {font-size:16px;color: #333;line-height: 1.8;text-align: center;}
.ny_cp ul li .wenz p {font-size: 14px;text-align: left;color: #555;line-height: 1.8;margin-bottom: 10px;}
.ny_cp ul li span {position: absolute;left: 0;bottom: 0;height: 3px;background: #de1f1c;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;width: 0;z-index: 3;}
.ny_cp ul li:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cp ul li:hover .wenz h3{color: #de1f1c;}
.ny_cp ul li:hover .wenz p{color: #de1f1c;}
.page {padding: 35px 0;overflow: hidden;text-align: center;}
.page a {width: 35px;height: 35px;display: inline-block;margin: 0 5px;border-radius: 50%;background: #eee;line-height: 35px;text-align: center;font-size: 16px;color: #333;}
.page a:hover{background: #de1f1c;color: #fff;}
.page a.on{background: #de1f1c;color: #fff;}









  


@media only screen and (max-width:1441px) {
	
	.sy_p1 ul li .box .w_z h2 {
  font-size:36px;
  margin: 0 auto 6px;
}

	
	
}

@media only screen and (max-width:1024px) {

.container { width: 94%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.ban .swiper-slide .bg1 {
  height: 22rem;
}
	.ban .swiper-slide {
  height: 22rem;
}
.ban .swiper-slide .word h3 {
  font-size: 32px;
  line-height: 30px;
}
	.ban .swiper-slide .word h4 {
  font-size: 17px;
  margin-top: 20px;
  letter-spacing: 0;
}
	.sy_p1 ul li {
  width: 100%;
}

	.ban .swiper-slide .word {
  left: 5%;
  margin-left: 0px;
  width: 90%;
  height: 180px;
  top: 50%;
  margin-top: -90px;
}

.ban .swiper-slide .word a.xq {
  display: block;
  width: 160px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  bottom: 0px;
  margin-right: -80px;
}
	.tit h1 {
  font-size: 30px;
}
	.product-number-info li b {
  font-size: 30px;
}
	.product-number-info .product-number-inner {
  width: 100%;
  margin: 0 auto;
}
	.tit h3 {
  font-size: 16px;margin-bottom: 30px;
}
	.sy_about .wenz {
  width: 100%;margin-top: 20px;
  font-size: 16px;
}
	.sy_about2 {
  padding-bottom: 41%;
}
	.product-number-info li p {
  font-size: 14px;
}
	.product-number-info li::after {
  width: 50px;
}
	.product-number-info li {
  height: 110px;
}
	.sy_ck {
  padding: 0 0 40px;
}
	
	.sy_about {padding: 30px 0;
}
	.sy_about .container {flex-wrap: wrap;
}
	.sy_about .tp {
  width: 100%;
  margin-right: 0;
}
	.sy_hzhb ul li img {
  height: auto;width: 100%;object-fit: cover;
}
	.sy_hzhb ul li {
  width: 31.3333%;
  height: auto;
}
	.footer .zuo3 ul {flex-wrap: wrap
}
	.footer_bg {
  padding: 15px 0 0px;
}
	.footer .zuo3 ul li .tit1 {
  margin-bottom: 10px;
}
	.footer .zuo3 ul li {width: 50%;
}
	.footer .zuo3 ul li.lx {
  width: 50%;
}
	.footer .zuo3 ul li.ly {
  width: 50%;
}
	.copy {
  width: 90%;line-height: 1.4;
}
	.header .right .lx {display: none
}
	.header .right .yy {
  line-height: 60px;
  padding: 0 5px;
}
	.header .right .yy .x_l {
  top: 60px;
}
	 .header .right {margin-left: 0;margin-right: 50px;
  }
	.header .right .ss {
    padding: 0 5px;
  }
	.ndbt {
  font-size: 25px;
  padding: 30px 0;
}
	.nleft {
  width: 100%;
}
	.nleft ul li .y_j {
  padding: 12px 0;
}
	.nright {
  width: 100%;margin-top: 25px;
}
	.nright .cp ul li {
  width: 46%;
  margin:2%;
}
	.nright .cp ul li .tp {
  height: 20rem;
}
	.nright .cp {
  padding-bottom: 20px;
}
	.cpxqban .left {
  width: 100%;
  margin-top: 20px;
}
	.cpxqban .left h2 {
  font-size: 26px;
  line-height: 40px;
}
	.cpxqban {
  height: 15rem;
}
	.cpxqban .right {
  width: 100%;
  margin: 25px 0 0;
  height: 300px;
}
	.sy_p1 {
  padding: 30px 15px;
}
	.ny_cpp2 {
  padding: 30px 0;
}
	.ny_cpp2 ul {
  margin-top: 30px;flex-wrap: wrap;
}
	.ny_cpp2 ul li {
  width: 100%;margin-bottom: 20px;
}
	.cpnr .tp {
  width: 100%;
  position: relative;
}
	.cpnr .tp img {
  height: auto;width: 100%;
}
	.cpnr .w_z {
  width: 100%;margin-top: 20px;
  height: auto;
}
	.xq_cptd {
  width: 100%;
  margin:30px auto;
}
	.xq_cptd ul li {
  width: 46%;
  margin: 0 2% 10px;
  padding: 30px 10px 35px;
}
	.ny_fa1 {
  padding: 30px 0;width: 90%;margin: 0 auto;
}
	.ny_fa1 .w_z h3 {
  font-size: 30px;
  line-height: 40px;
}
	.ny_fa1 .tp img {
  height: auto;width: 100%;
}
	.ny_fa .tp {
  width: 100%;
}
	.ny_fa {
  padding:30px 0;
}
	.ny_fa .w_z {
  width: 100%;margin-top: 20px;
}
	.ny_fa .w_z h3 {
  font-size: 30px;
  line-height: 40px;
}
	.ny_al {
  padding-bottom: 30px;
  padding-top: 30px;
}
	.ny_jj {
  margin: 30px auto;
}
	.ny_jj .w_z {
  width: 100%;
}
	.ny_jj .tp {
  width: 100%;margin-top: 20px;
}
	.ny_jj .w_z h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
	.sy_hzhb {
  padding: 30px 0;
}
	.tit {
  margin-bottom: 30px;
}
	.ny_lx {
  padding: 30px 0;
}
	.ny_lx .xxpl {
  width: 100%;
}
	.ny_lx .zxly {
  width: 100%;margin-top: 25px;
}
.sy_hzhb ul li {
  width: 31.3333%;
  margin: 1% 1%;
}
	.sy_p3 {
  padding: 3em 0;
}
	
	.sy_p3 ul li {
  width: 100%;
  padding: 20px 20px;
  margin: 0 0 2%;
}
	.sy_pro ul li .tp {
  width: 100%;
}
	.sy_pro ul li .wenz {
  width: 100%;
  padding: 30px 6%;position: static;
  height: auto;
}
	.nban {
  height: 10rem;
}
	.nban .w_z {
  font-size: 40px;
}
	.aboutc2 {
  padding: 30px 0 40px;
}
	.aboutc2 .aboutclist {
  width: 100%;
  height: 18rem;
  margin: 0 0 2%;
}
	.aboutc2 .aboutclist .text {
  margin-top: 20px;
  letter-spacing: 0;
}
	.ctas li {
  width: 50%;
  margin-bottom: 25px;
}
	.ctas {display: flex;align-items: stretch;flex-wrap: wrap;
}
	.ny_jr {
  padding: 30px 0;
}
	.ny_jr ul li {
  width: 100%;
  margin: 2% 0;
}
	.lxly {
  padding: 30px 0;
}
	.ny_cp ul li {
  width: 46%;
  margin: 0 2% 3%;
}
	.ny_cp {
  padding:30px 0 20px;
}
	.ny_ryzz {
  padding: 30px 0;
}
	.swiper-zz {
  padding-bottom: 30px;
}
	.ny_ryzz .swiper-pagination-bullet {
  width: 20px;
}
	
	
	
	
	
  }

@media only screen and (max-width:600px){
	
	.ban .swiper-slide .word h4 {display: none;
}
	.ban .swiper-slide .word a.xq {display: none;
  }
	 .ban .swiper-slide .word h3 {
    font-size: 2.6rem;margin: 0
  }
	.ban .swiper-slide .word {
  height: 6rem;
  margin-top: -3rem;
}

.tit {margin-bottom:30px;}
.tit h1 {font-size:2.5rem;}
	.sy_p1 ul li {padding: 0;margin-bottom: 20px;
  }
	.sy_p1 ul li .box .w_z h2 {
    font-size: 2.8rem;
  }
	.sy_p1 ul li .box .w_z h3 {
  font-size: 1.6rem;height: auto;
}
	.sy_p1 ul li .box .w_z {
  margin-bottom: 20px;
}
	.sy_p1 ul li .box .w_z .lj a {
  font-size: 1.6rem;
}
	
	.sy_p1 ul li.eloview .box .w_z {padding: 0 10px;
}
	.sy_p1 {
  padding: 30px 15px 0px;
}
	  .sy_about {
    padding-bottom: 2rem;padding-top: 40px
  }
	 .tit h3 {margin-top: 10px;margin-bottom: 30px;
  }
	.sy_about .container {flex-wrap: wrap;
}
	.sy_about .tp {
  width: 100%;
  margin-right:0;
}
	.sy_pro ul li .wenz h2 {
  font-size: 24px;
}
	.sy_about .wenz {
  width: 100%;margin-top: 20px;
}
	.sy_about2 {
  padding-bottom:50rem;
}
	.product-number-info li {width: 100%;margin-bottom: 10px;
  }
	 .product-number-info li::after {display: none;
  }
	.product-number-info ul {
  padding: 0px 0;flex-wrap: wrap;
}
	.sy_ck ul li {
  width: 100%;margin-bottom: 10px;
}
	.sy_ck ul li .box {margin-bottom: 10px;
}
	.sy_ck ul li p {
  font-size: 14px;
}
	.sy_p3 ul li {
    width: 100%;
    padding: 5px 5px;
    margin: 0 0 2%;
  }
	
	.footer .zuo3 ul li {
    width: 100%;
  }
	.footer .zuo3 ul li.lx {
  width: 100%;
}
	.footer .zuo3 ul li.ly {
  width: 100%;
}
	.dzwz p {
  font-size: 14px;
}
	.dzwz {
  line-height: 1.8;
  width: 100%;
}
	.copy p {
  font-size: 14px;
}
	.nban {
  height: 16rem;
}
	  .ndbt {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
	.nleft ul li {
  font-size: 15px;
}
.nright .cp ul li {
    width: 100%;
    margin: 2% 0;
  }
	.aboutc2 .aboutclist .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
	.aboutc2 .aboutclist .icon i {
  font-size: 36px;
}
	.aboutc2 .aboutclist {
    height: 260px;
  }
	.aboutc2 .aboutclist .line {
  margin: 10px auto 0;
}
	.aboutc2 .aboutclist .cntitle {
  font-size: 20px;
  margin-top: 15px;
}
	 .aboutc2 .aboutclist .text {
    margin-top: 15px;font-size: 14px;
  }
	.aboutc2 .aboutclist .mb {
  padding:30px 20px;
}
.nban .w_z {
    font-size: 28px;
  }
 .ny_cp ul li {
    width: 100%;
    margin: 0 0 3%;
  }
	.ny_cp ul li .tp {
  height: 21rem;
}
	.page a {
  width: 28px;
  height: 28px;
  margin: 0 2px;
  line-height: 28px;
}
	.page {
  padding: 25px 0;
}
	
		.cpnr .tp {
  width: 100%;position: static;text-align: center;
}
	.cpnr .w_z {
  width: 100%;
  height: auto;margin-top: 15px;
}
	.cpnr .w_z h3 {
  font-size:20px;
  line-height: 25px;
}
	.cpnr .w_z p {
  line-height: 1.6;
}
	.cpnr {
  padding: 30px 0;
}
	
	.sy_p3 ul li h3 {
  font-size:20px;margin-bottom: 15px;
}
	.sy_p3 ul li .tb {
  margin-bottom: 15px;
}
	.sy_p3 ul li p {
  max-width: 100%;font-size: 14px;padding: 0 10px 0;margin-bottom: 10px;
}
	.footer .zuo3 ul li .tit1 a {
  font-size: 18px;
  line-height: 28px;
}
	 .cpxqban .left h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
	.cpxqban .left p {
  font-size: 1.2rem;
  line-height: 20px;
}
	
	.ntit {
  line-height: 1.4;padding: 10px;
  height: auto;overflow: hidden;
}
	.ntit ul {width: 100%;margin-top: 10px;
}
	.ntit ul li {width: 30.3333%;margin: 1.5%;line-height: 30px;text-align: center;
}
	
	
	
	
}

