@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑";
	font-weight: normal;
}
body{
	margin: 0;
	padding: 0;
	
}
ul,li,dd,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul,li,dd,dl{
	list-style: none;
}
a{
	text-decoration: none;
}
a:focus,a:hover{
	text-decoration: none;
}
img{
	border: none;
/*	display: block;*/
}
input{
	border: none;
}
textarea{
	border: none;
	resize: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.clearfix:after{
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.head-box{
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 99;
}
.banner-box{
	position: relative;
}
.banner img{
	width: 100%;
}
.head{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	float: left;
}
.logo img{
	width: 350px;
	height: 45px;
}
.nav-ul li{
	color: #fff;
	font-size: 18px;
	margin: 0 11px;
	padding: 16px 12px;
	float: left;
}
.nav-ul li.on{
	border-bottom: solid 1px #fff;
}
.box-text{
	position: absolute;
	right: 85px;
	top: 50%;
	transform: translateY(-50%);
}
.box-text p{
	color: #fff;
	font-size: 48px;
	width: 410px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 30px;
}
.box-text p.sst1{
	transform: translateX(1000px);
	transition: 0.3s; transition-delay: 1s;
}
.box-text p.sst2{
	transform: translateX(1000px);
	transition: 0.3s; transition-delay: 1.5s;
}
.box-text p:first-child{
	border-bottom: solid 1px #52edc7;
}
.box-niu{
	width: 350px;
	height: 72px;
	border: solid 2px #fff;
	margin: 0 auto;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 72px;
	margin-top: 40px;
	transform: translateX(1000px);
	transition: 0.3s; transition-delay: 2s;
}
.box-jz{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	height: 100%;
}
.about{
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}
.ab-top h1{
	font-size: 34px;
	text-align: center;
	margin-bottom: 40px;
}
.ab-line{
	text-align: center;
	font-size: 0;
}
.ab-line span{
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: #393939;
	margin: 0 40px;
}
.ab-txt{
	font-size: 14px;
	color: #494949;
	line-height: 30px;
	margin-top: 40px;
}
.more{
	display: block;
	width: 156px;
	height: 40px;
	border: solid 2px #4ac9f8;
	font-size: 16px;
	color: #4ac9f8;
	text-align: center;
	line-height: 37px;
	margin: 0 auto;
	margin-top: 60px;
}
.more:hover{
	color: #4ac9f8;
}
.more img{
	margin-left: 12px;
	transition: all 0.3s ease;
}
.more:hover img{
	transform: translateX(15px)
}
.select-us{
	background: url(../images/bg_02.jpg) no-repeat;
	height: 838px;
	padding-top: 154px;
}
.select-box{
	width: 1200px;
	margin: 0 auto;
}
.wwab h1{
	color: #fff;
}
.wwab span{
	background-color: #fff;
}
.blete-our-skills .chart{
	position: relative;
	text-align: center;
	width: 200px;
	height: 200px;
	margin: 0 auto 15px;
}
.blete-our-skills span.percent{
	font-size: 36px;
	color: #fff;
	display: inline-block;
	z-index: 3;
	margin-top: 76px;
}
.blete-our-skills span.percent:after{
	content: '%';
	font-size: 36px;
}
.blete-our-skills .chart h3{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: block;
	z-index: 3;
	margin-top: 0px;
	margin-bottom: 0;
}

.blete-our-skills .chart canvas{
	position: absolute;
	top: 0;
	left: 0;
	display: block!important;
}

.blete-our-skills .blete-skills-wrapper p{
	text-align: center;
}
.blete-skill-item{
	text-align: center;
	padding-top: 60px;
}
.blete-skill-item h3{
	color: #fff;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.blete-skill-item p{
	color: #fff;
	font-size: 18px;
}
.container-ssn{
	width: 100%;
}
.teamer-box{
	background-color: #eee;
	padding-top: 50px;
	padding-bottom: 80px;
}
.teamer{
	width: 1080px;
	margin: 0 auto;
}
.sw1{
	height: 510px;
	margin-top: 60px;
}
.swi-item{
	background: #fff;
	border-top: solid 20px #4ac9f8;
	width: 800px;
	margin: 0 auto;
	border-radius: 4px;
	padding-left: 60px;
	padding-right: 35px;
	padding-top: 60px;
	padding-bottom: 100px;
}
.swi-item > img{
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: solid 6px #eee;
	margin-top: 50px;
}
.swi-txt{
	width: 385px;
}
.swi-text{
	margin: 30px 0;
}
.swi-text h1{
	font-size: 18px;
	color: #4a4a4a;
	margin-bottom: 20px;
}
.swi-text div{
	font-size: 14px;
	color: #4a4a4a;
	line-height: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/next.png) no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/prve.png) no-repeat;
}
.index-product-box{
	background: url(../images/bg_03.jpg) no-repeat;
	height: 1575px;
	padding-top: 160px;
}
.index-product{
	width: 1200px;
	margin: 0 auto;
}
.index-product-txt{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	margin-top: 46px;
}
.blete-portfolio-filter-btn-group{
	margin-top: 40px;
}
.blete-portfolio-filter-btn-group ul li{
	text-align: center;
}
.blete-portfolio-filter-btn-group ul li a{
	padding: 4px 7px;
	border: solid 2px #fff;
	border-radius: 2px;
	color: #fff;
	margin: 0 12px;
}
.blete-portfolio-items{
	margin-top: 50px;
}
.pro_list .blete-portfolio-details-wrapper{
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(74,201,248,0.5);
	display: table;
	opacity: 0;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	text-align: center;
	padding-top: 136px;
}

.pro_list div.item:hover .blete-portfolio-details-wrapper{
	opacity: 1;
}
.pro_list .blete-portfolio-item .blete-portfolio-details-wrapper h1{
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.89);
}
.pro_list .blete-portfolio-item .blete-portfolio-details-wrapper p{
	font-size: 16px;
	color: #fff;
  	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.89);
	margin-top: 14px;
	margin-bottom: 34px;
}
.pro_list .blete-portfolio-item .blete-portfolio-details-wrapper  a{
	display: inline-block;
	width: 116px;
	height: 36px;
	border: solid 2px #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.89);
	line-height: 33px;
 	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.89);
}
.pro_list{
	overflow: hidden;
	margin-top: 50px;
}
.pro_list div.item{
	float: left;
	position: relative;
}
.index-news-box{
	background-color: #eee;
	padding-top: 80px;
}
.index-news{
	width: 1200px;
	margin: 0 auto;
}
.index-news-left{
	width: 740px;
	margin-top: 40px;
}
.index-news-left li{
	height: 140px;
	background-color: #fff;
	border-radius: 26px 0 26px 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.index-news-date{
	width: 170px;
	background-color: #4ac9f8;
	text-align: center;
	height: 100%;
	padding-top: 20px;
}
.index-news-date h1{
	font-size: 60px;
	color: #fff;
	margin-bottom: 10px;
}
.index-news-date p{
	color: #fff;
	font-size: 24px;
}
.index-news-text{
	width: 570px;
	padding: 20px 52px 0 30px;
}
.index-news-text h1{
	font-size: 16px;
	color: #303030;
	margin-bottom: 20px;
}
.index-news-text div{
	font-size: 14px;
	color: #303030;
	line-height: 30px;
}
.index-news-right{
	margin-top: 40px;
}
.index-news-right img{
	width: 420px;
	height: 300px;
	border-radius: 28px 0 28px 0;
}
.none{
	display: none;
}
.index-news-left li.active .index-news-text h1{
	color: #4ac9f8;
}
.index-case-box{
	background: url(../images/bg_04.jpg) no-repeat top;
	padding-top: 190px;
}
.index-case{
	width: 1200px;
	margin: 0 auto;
}
.index-case-ul li{
	width: 380px;
	border: solid 1px #f1f1f1;
	padding-bottom: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	float: left;
}
.index-case-img{
	position: relative;
}
.index-case-img,.index-case-img img{
	width: 100%;
	height: 295px;
	transition: all 0.3s ease;
}
.index-case-ul li:hover .index-case-img img{
	transform: scale(1.1,1.1);
}
.jjn{
	position: absolute;
	left: 28px;
	bottom: -24px;
	width: 48px;
	height: 48px;
	border-radius: 2px;
	background-color: #4ac9f8;
	transform: rotate(45deg);
}
.jjn p{
	font-size: 18px;
	color: #fff;
	transform: rotate(-45deg);
	margin-top: 10px;
	margin-left: 4px;
}
.index-case-text{
	padding: 0 13px;
	padding-top: 50px;
}
.index-case-text h1{
	font-size: 18px;
	color: #2b2b2b;
	line-height: 32px;
}
.index-case-text > span{
	display: block;
	width: 102px;
	height: 1px;
	background: #e0e0e0;
	margin: 15px 0;
}
.index-case-text div{
	font-size: 14px;
	color: #888b90;
	line-height: 25px;
}
.index-case-ul{
	margin-top: 40px;
}
.index-case-ul a:nth-child(3n) li{
	margin-right: 0;
}
.index-contact-box{
	background: url(../images/bg_05.jpg) no-repeat top;
	background-color: #4ac9f8;
	padding-top: 162px;
}
.index-contact{
	width: 1200px;
	margin: 0 auto;
}
.index-contact-left{
	width: 356px;
	margin-top: 60px;
}
.index-contact-left h1{
	font-size: 16px;
	color: #2b2b2b;
	border-bottom: solid 1px #2b2b2b;
	padding-bottom: 18px;
	padding-left: 20px;
}
.index-contact-left ul{
	margin-top: 20px;
}
.index-contact-left ul li{
	margin-bottom: 40px;
}
.index-contact-left ul li p{
	float: left;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 30px;
}
.index-contact-left ul li div{
	float: left;
	font-size: 14px;
	color: #2b2b2b;
	width: 290px;
	line-height: 30px;
}
.index-contact-right{
	width: 720px;
}
.index-contact-right h1{
	font-size: 16px;
	color: #2b2b2b;
	border-bottom: solid 1px #2b2b2b;
	padding-bottom: 18px;
	margin-top: 60px;
	width: 356px;
	padding-left: 20px;
}
.index-contact-input{
	margin: 14px 0;
}
.index-contact-input input{
	width: 338px;
	height: 48px;
	border: solid 2px #dcdcdc;
	padding-left: 20px;
}
.index-contact-input textarea{
	width: 100%;
	height: 280px;
	background-color: #fff;
	border: solid 2px #dcdcdc;
	padding: 20px;
}
.index-contact-right input[type="submit"]{
	width: 116px;
	height: 40px;
	border: solid 2px #2a5e51;
	font-size: 16px;
	color: #2a5e51;
	line-height: 38px;
	text-align: center;
	background-color: transparent;
}
.index-cooperation-box{
	background: url(../images/bg_06.jpg) no-repeat top;
	background-color: #eee;
}
.index-cooperation{
	width: 1200px;
	margin: 0 auto;
	padding-top: 275px;
	padding-bottom: 80px;
}
.index-cooperation h1{
	color: #2b2b2b;
	font-size: 36px;
	text-align: center;
	width: 354px;
	border-bottom: solid 1px #4ac9f8;
	margin: 0 auto;
	padding-bottom: 30px;
}
.index-cooperation ul{
	overflow: hidden;
	margin-top: 30px;
}
.index-cooperation ul li{
	float: left;
	width: 33.3%;
	text-align: center;
	height: 140px;
	line-height: 140px;
	cursor: pointer;
}
.index-cooperation ul li img{
	-webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none; 
	width: 315px;
	max-width: 90%;
	max-height: 90%;
}
.index-cooperation ul li img:hover{
	-webkit-filter: grayscale(0%); 
        -moz-filter: grayscale(0%); 
        -ms-filter: grayscale(0%); 
        -o-filter: grayscale(0%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none; 
}
.footer{
	line-height: 60px;
	background-color: #1e2221;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.banner-ab{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; z-index: 100;display: flex;justify-content: center;align-items: center;}
.banner-text{color:#fff;position:relative; top:80px; }
.banner-text p{font-size:40px; font-weight: normal; margin-bottom: 1%;margin-top: 80px;opacity: 0;color: #fff;}
.banner-text span{font-size:40px; display: block; margin-bottom:3%; padding-top:80px; opacity:0; }
.banner-text a{display: inline-block; width:170px; height: 48px; line-height:48px;border-radius:24px;
background:#2f75bb; font-size: 16px; color:#fff;  margin-top:20px; opacity:0;}
.banner-input{display: inline-block; width:960px;color:#fff; height: 140px; background:rgba(0,0,0,0.5);
padding-left: 42px; margin-top: 4%; border-radius:4px; opacity: 0;position:relative;top: 0;
}
.banner-input p{font-size: 18px; text-align: left;padding-top:28px; margin-bottom: 10px;}
.banner-min,.banner-hua{display:block; width:300px; height: 48px; text-indent:15px;border:none;
float: left;margin-right:10px;
}
.banner-hua{width:400px;}
.banner-submit{display: inline-block; width:150px; height: 48px; text-align: center; font-size: 18px;color:#fff; float: left; margin-left:10px; border: none;background:#007AFF;cursor: pointer;
}


/*banner*/
.banner{position: relative; overflow:hidden;width: 100%;}
.banner li{position: absolute; top: 0; width:100%; left: 0; opacity:0; height: 100%; -webkit-transition:0.8s;}
.banner-ico{width:10%; bottom:35px; left:3%; text-align: center; position:absolute; overflow: hidden; z-index: 101;}
.banner-ico p{display:block; margin-bottom:22px; width:14px; height:14px; background:#fff; border-radius:50%; cursor: pointer;border:3px solid transparent;transform:scale(0.65); transition:0.4s;}
.banner-ico-p{background:#dab867 !important; transform:scale(1) !important;}
.inbanner-bgd{width:100%; opacity: 0; height: 100%;}
.banimg{
height: 100%;
-webkit-transition:8s;
-moz-transition:8s;
-ms-transition:8s;
-o-transition:8s;
transition:8s;
}
.bannerli{opacity:1 !important; 
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-ms-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
}
.bannerli .banimg{ -webkit-transition:8s;-webkit-transition-delay: 0.8s; -webkit-transform: scale(1.3);
-moz-transition:8s;-moz-transition-delay: 0.6s; -moz-transform: scale(1.3);
-ms-transition:8s;-ms-transition-delay: 0.6s; -ms-transform: scale(1.3);
-o-transition:8s;-o-transition-delay: 0.6s; -o-transform: scale(1.3);
transition:8s;transition-delay: 0.6s;transform: scale(1.3);
}
.banner-list{height:220px; margin-top:-100px; position:relative; z-index: 50;}
.banner-list li{position: relative;width:400px; height:220px; float:left; overflow: hidden;}
.banner-list li a{display:block;height: 100%;}
.banner-list li img{display:block;width:100%; height: 100%; opacity: 0.1;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
-ms-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}

.bannerli .banner-text{top:-30px !important; opacity: 1 !important;
-webkit-transition: 1.5s; -webkit-transition-delay: 1s;
-moz-transition: 1.5s;  -moz-transition-delay: 1s;
-ms-transition: 1.5s;  -ms-transition-delay: 1s;
-o-transition: 1.5s;  -o-transition-delay: 1s;
 transition: 1.5s; transition-delay: 1s;
 }
.bannerli .banner-text p{opacity: 1 !important; 
-webkit-transition: 1.5s; -webkit-transition-delay: 1s;
-moz-transition: 1.5s;  -moz-transition-delay: 1s;
-ms-transition: 1.5s;  -ms-transition-delay: 1s;
-o-transition: 1.5s;  -o-transition-delay: 1s;
 transition: 1.5s; transition-delay: 1s;
}
.bannerli .banner-text span{ padding-top:0; opacity: 1 !important; 
-webkit-transition: 1.5s; -webkit-transition-delay: 1s;
-moz-transition: 1.5s;  -moz-transition-delay: 1s;
-ms-transition: 1.5s;  -ms-transition-delay: 1s;
-o-transition: 1.5s;  -o-transition-delay: 1s;
 transition: 1.5s; transition-delay: 1s;
}
.bannerli .banner-text a{margin-top: 0; opacity: 1 !important; 
-webkit-transition: 1.5s; -webkit-transition-delay: 1.3s;
-moz-transition: 1.5s;  -moz-transition-delay: 1.3s;
-ms-transition: 1.5s;  -ms-transition-delay: 1.3s;
-o-transition: 1.5s;  -o-transition-delay: 1.3s;
 transition: 1.5s; transition-delay: 1.3s;
}
.bannerli .banner-input{opacity:1 !important; top:-30px;
-webkit-transition: 1.5s; -webkit-transition-delay: 1.3s;
-moz-transition: 1.5s;  -moz-transition-delay: 1.3s;
-ms-transition: 1.5s;  -ms-transition-delay: 1.3s;
-o-transition: 1.5s;  -o-transition-delay: 1.3s;
 transition: 1.5s; transition-delay: 1.3s;
}
.banner-list li:hover img{
-webkit-transform: scale(1.08);
-moz-transform: scale(1.08);
-ms-transform: scale(1.08);
-o-transform: scale(1.08);
transform: scale(1.08);
opacity: 0.3;
}
.ban_ul li.bannerli .box-text p.sst1{
	transform: translateX(0);
}
.ban_ul li.bannerli .box-text p.sst2{
	transform: translateX(0);
}
.ban_ul li.bannerli .box-niu{
	width: 350px;
	height: 72px;
	border: solid 2px #fff;
	margin: 0 auto;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 72px;
	margin-top: 40px;
	transform: translateX(0);
}
.product-box{
	padding-top: 160px;
}
.product-txt{
	font-size: 14px;
	color: #494949;
	line-height: 28px;
	margin-top: 46px;
}
.product-ul{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}
.product-ul li{
	display: inline-block;
	border: solid 2px #494949;
	border-radius: 4px;
	padding: 4px 8px;
	font-size: 16px;
	color: #494949;
	margin: 0 15px;
	cursor: pointer;
}
.page{
	text-align: center;
	margin: 50px 0;
	font-size: 0;
}
.page a{
	display: inline-block;
	font-size: 16px;
	color: #404040;
	padding: 5px 10px;
	border: solid 1px #bfbfbf;
	margin: 0 8px;
}
.page a.select{
	background-color: #00aef3;
	color: #fff;
	border: solid 1px #00aef3;
}
.page a:hover{
	background-color: #00aef3;
	color: #fff;
	border: solid 1px #00aef3;
}
.case-box{
	padding-top: 80px;
}
.cooperation{
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.ab-txt img{
	max-width: 100%;
}
.team-ul{
	margin-top: 40px;
}
.team-ul li{
	width: 340px;
	margin-bottom: 50px;
	margin-right: 90px;
	float: left;
}
.team-ul a:nth-child(3n) li{
	margin-right: 0;
}
.team-ul li img{
	width: 340px;
	height: 300px;
}
.team-ul li p{
	font-size: 26px;
	color: #000;
	margin-top: 20px;
	text-align: center;
}
.team-list{
	width: 1200px;
}
.contact-box{
	padding-top: 78px;
}
.contact{
	margin-top: 30px;
}
.contact h1{
	font-size: 24px;
	color: #2b2b2b;
	margin-bottom: 35px;
}
.contact ul{
	overflow: hidden;
}
.contact ul li{
	width: 50%;
	float: left;
	margin-bottom: 36px;
	font-size: 14px;
	color: #2b2b2b;
}
.find-us{
	background-color: #4ac9f8;
	padding-top: 30px;
	margin-top: 20px;
}
.find{
	width: 1200px;
	margin: 0 auto;
}
.find h1{
	font-size: 36px;
	color: #fff;
	border-bottom: solid 1px #fff;
	padding-bottom: 30px;
	text-align: center;
	margin: 0 auto;
	width: 356px;
}
.find-map{
	padding: 40px 0;
	text-align: center;
}
.find-map img{
	max-width: 100%;
}
.news-box{
	padding-top: 78px;
	width: 1200px;
	margin: 0 auto;
}
.news-ul{
	margin-top: 40px;
}
.news-ul li{
	overflow: hidden;
	padding: 14px 30px;
	border: solid 1px #dcdcdc;
	margin-bottom: 20px;
}
.news-ul li img{
	width: 224px;
	height: 150px;
	border-radius: 4px;
	float: left;
}
.news-ul li .news-text{
	width: 900px;
	height: 150px;
	padding-top: 10px;
}
.news-ul li .news-text h1{
	font-size: 18px;
	color: #303030;
	margin-bottom: 20px;
}
.news-ul li .news-text h1 span{
	color: #7c602c;
	font-size: 14px;
	float: right;
}
.news-text div{
	font-size: 14px;
	color: #303030;
	line-height: 25px;
}
.book{
	width: 1000px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 80px;
}
.book-list input[type="text"],.book-list input[type="email"]{
	width: 398px;
	height: 48px;
	border: solid 1px #b5b5b5;
	padding-left: 20px;
	font-size: 14px;
	color: #494949;
}
.book-list textarea{
	width: 100%;
	height: 280px;
	border: solid 1px #b5b5b5;
	padding: 20px;
	font-size: 14px;
	color: #494949;
	margin: 50px 0;
}
.book-list input[type="submit"]{
	width: 200px;
	height: 45px;
	background-color: #4ac9f8;
	color: #fff;
	font-size: 16px;
	display: block;
	margin: 0 auto;
}
.product-show h1{
	font-size: 16px;
	color: #242424;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
}
.product-show h2{
	font-size: 14px;
	color: #767676;
	text-align: center;
}
.product-show div{
	font-size: 14px;
	color: #242424;
	line-height: 28px;
	margin-top: 50px;
}
.tiao{
	overflow: hidden;
	margin: 50px 0;
}
.tiao div,.tiao div a{
	font-size: 14px;
	color: #242424;
}
