*{
	margin:0;
	padding: 0;
	box-sizing: 0;
}
h3{
	font-size: 16px;color: #333;
}
h2{
	font-size: 22px;color: #333;
}
h1{font-size: 30px;color: #333;}
p,span{
	font-size: 15px;color: #333;
}
b{
	font-weight: normal;
}
a{	color: #333;
	text-decoration: none;
}
li{
	list-style: none;
}
/*p{text-indent: 2em;}*/
table{border-collapse: collapse;}
table tr td p{text-indent: 0}
.clearfix::before,.clearfix::after{content: "";display: block; height: 0;clear:both; visibility: hidden;}
.clearfix {zoom: 1;}
.top{width: 100%;background: #f8c301}
.header2{max-width: 1200px;margin: 0 auto 10px;}
.header2 p{float:left;color: #fff;margin-top: 10px;font-size: 14px;}
.header2 h1{float:left;color: #fff;margin-top: 10px;font-size: 14px;}
.header2 .text-right{margin-top: 10px;float:right;}
.header2 .text-right a{color: #fff;font-size: 14px}
.header2 .text-right span{color: #fff;}

.navbar-nav {
    float: right;
    margin-top:30px !important;
    text-align: center;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0 auto;
    min-height: inherit;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0.6em 0 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
    color: #99abd5;
    background: none;
}
.navbar-nav > li {

    	float: none;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    padding: 10px 5px;
    position: relative;
	font-weight: 300;
	min-width: 86px;
	text-transform:uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration:none;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav li a.active {
    color: #f8c301;border-bottom: 2px solid #f8c301
}
.navbar-collapse{padding: 0}
.container{padding: 0;margin: 0 auto} 
.container img{float:left;max-width: 150px;margin-top: 10px;margin-bottom: 10px;}

/*banner*/
.banner{
	width: 100%;
}
.banner img{
	width: 100%;

}
/*标题*/
.title{
	width: 1200px;
	margin: 60px auto 30px;
	text-align: center;
}
.title h2{
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 4px solid #f8c301;
}
/*产品中心*/
.product,.news,.chanpin,.news-left,.product1{
	width: 1200px;
	margin: 0 auto ;
}
/*产品中心*/
.aui-nav-content-box {
    width: 1200px;
    position: relative;
	margin:40px auto;
}

.aui-nav-list-box {
    overflow: hidden;
    zoom: 1; border-bottom: none;
    z-index: 110;
    width: 1200px;
    display: block;
}
.aui-nav-list-box ul li a {
    color: #000;
}

.aui-nav-list-box ul li {
    float: left;
    margin-bottom: 30px;
    padding: 5px 4.3%;
    color: #333;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.aui-nav-list-box ul .aui-current {
    color: #fff;
    background:#f8c301;
    /*border-bottom: solid 2px #ca2a05;*/
    font-weight: bold;
}

.aui-nav-list-box ul .aui-current a {
    color: #fff;
}
.aui-nav-content-box >a{display: inline-block;padding: 2px 4px;
 margin-top: 20px;margin-left: 48%;border: 1px dotted #ddd;font-size: 14px;color: #666}

.aui-nav-list-item {
    display: none;
}
@media (min-width: 960px) and (max-width: 1199px){
	.aui-nav-content-box {
    width: 960px;
	margin:40px auto;
}
.navbar-default .navbar-nav > li > a {max-width: 75px}
.aui-nav-list-box {
    width: 960px;
}
.aui-nav-list-box ul li {
    float: left;
    margin-bottom: 30px;
    padding: 5px 3.6%;
}
}
@media (min-width: 768px) and (max-width: 959px){
	.aui-nav-content-box {
    width: 768px;
	margin:40px auto;
}
.navbar-default .navbar-nav > li > a {max-width: 70px}

.aui-nav-list-box {
    width: 768px;
}
.aui-nav-list-box ul li {
    float: left;
    margin-bottom: 30px;
    padding: 5px 2.7%;
}
}
@media (min-width: 480px) and (max-width: 767px){
	.aui-nav-content-box {
    width: 480px;
	margin:40px auto;
}

.aui-nav-list-box {
    width: 480px;
}
.aui-nav-list-box ul li {
    float: left;
    margin-bottom: 30px;
    padding: 5px 0;
    width: 24.5%;
    border: 1px solid #eee;
    border-right: none;
    margin-bottom: 0;
}
.aui-nav-list-box ul li:nth-child(4n){border-right: 1px solid #eee;}
.aui-nav-list-box ul li:last-child{border-right: 1px solid #eee;}
}

@media (max-width: 479px) {
	.aui-nav-content-box {
    width: 360px;
	margin:40px auto;
}

.aui-nav-list-box {
    width: 360px;
}
.aui-nav-list-box ul li {
    float: left;
    margin-bottom: 30px;
    padding: 5px 0;
    width: 32.5%;
    border: 1px solid #eee;
    border-right: none;
    margin-bottom: 0;
}
.aui-nav-content-box >a{margin-left: 42%;}
/*.aui-nav-list-box ul li:nth-child(4n){border-right: 1px solid #eee;}*/
.aui-nav-list-box ul li:nth-child(3n){border-right: 1px solid #eee;}
.aui-nav-list-box ul li:last-child{border-right: 1px solid #eee;}
}
.product-left li{
	width: 590px;
	float: left;
	margin-right: 20px;
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-left li a .li-left img.n-left{width: 295px;height:221px;}
.product-left li:nth-child(2n){
	margin-right: 0;
}
.product-left li a{
	position:relative;display: block;
    background: #eeeeeeba;
	overflow: hidden;
}
.product-left li a .li-left{float: left;width: 50%;overflow: hidden;}
.product-left li a .li-right{float:right;width: 50%;}
.product-left li a .li-right p{
	line-height: 2em;
	height: 10em;overflow: hidden;text-align: left;padding: 20px 20px 0 20px;
	
}
.product-left li a .li-right span{display: inline-block;padding: 2px 4px;border: 1px dotted #ddd;margin-top: 20px;margin-left: 20px;}
.product-left li a .li-right span:hover{
	color: #f8c301;border-color: #f8c301;
}
.product-left li a .li-left p{
	position:absolute;
	top: 91%;
	left: 0;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 295px;
	text-align: center;
	padding: 6px 0 6px 0px;
}

.more-product{color: #333;display: inline-block;margin: 20px auto 0; padding: 5px;border: 1px solid #DDD;margin-left: 50%;transform:translateX(-50%);}
/*公司简介*/
.aboutus{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	background: #f8c301;
}
.ab-text{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.ab-text h3{
	color: #fff;
	font-size:22px;
}
.ab-text p{
	margin-top: 30px;
	text-align: left;
	color: #fff;
	line-height: 30px;
}

/*相关产品*/
#wrapper {
	width: 1200px;
	margin: 0 auto;
}
#inner {
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}
#carousel{
	width: 1200px;
	margin:0 auto;
}
#carousel .jiqi{
	float: left;
	margin-right: 20px;margin-bottom: 20px;
}
#carousel .jiqi a{
	position: relative;
	background: #fff;
	width: 280px;height: 213px;
	float: left;
	overflow: hidden;
}
#carousel .jiqi a p{
	opacity: 0;
	color: white;
	text-align: center;
	line-height:213px;
	width: 280px;
	height:213px;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.6);
	transform: scale(0.4);
	transition: transform 0.5s ease,opacity 0.5s ease;
}
#carousel .jiqi:hover p{
	opacity: 1;
	transform: scale(1);
}
#carousel .jiqi img{
	width: 285px;
	height: 213px;
}
#carousel .jiqi.a a{height:auto;}
#carousel .jiqi.a img{ margin-top:0; display: block;}
#carousel .jiqi.a .font{border:1px solid #f1f1f1; border-top: none; padding:5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; transition: .3s; text-align:center;}
#carousel .jiqi.a .font .t{height:30px; line-height: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; font-size: 14px; color: #333;}
#carousel .jiqi.a .font .d{ height:48px; line-height: 24px; overflow: hidden; font-size: 14px; color: #999; font-weight: 100;}
#carousel .jiqi.a:hover .font{background:#f8c301; border-color: #f8c301; }
#carousel .jiqi.a:hover .font .t{ color:#fff;}
#carousel .jiqi.a:hover .font .d{ color:#fff;}
#carousel .jiqi.a:active .font{background:#f8c301; border-color: #f8c301; }
#carousel .jiqi.a:active .font .t{ color:#fff;}
#carousel .jiqi.a:active .font .d{ color:#fff;}
/*footer*/
.footer{
	width: 100%;
	margin: 30px auto 0;
	background: #f1f1f1;
}
.footer-con{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer-con a{
	color: #333; transition: .3s;
}
.footer-con a:hover{
	color: #f8c301;
}
.footer-con a:active{
	color: #f8c301;
}
.footer-con p{
	color: #333;
}
.footer-con-left{
	float: left;
}
.footer-con-right{
	float: right;text-align: center;
}
.footer-con-right img{
	width: 120px;
}
@media (min-width:960px ) and (max-width: 1199px){
/*标题*/
.title{
	width: 960px;
	margin: 60px auto 30px;
}
/*产品中心*/
.product,.news,.chanpin,.news-left,.product1{
	width: 960px;
	margin: 0 auto ;
}
.product-t .tabs{
    width:960px;
    margin:30px auto;
}
.product-left li{width: 470px;}
.product-left li a .li-left img.n-left{width: 235px;height:176px;}
.product-left li:nth-child(2n){
	margin-right: 0;
}
.product-left li a .li-left p{
	top: 91%;
	width: 235px;
	padding: 4px 0 4px 0px;
}
.product-left li a .li-right p{height: 8em;}
.more-product{color: #333;display: inline-block;margin: 20px auto 0; padding: 5px;border: 1px solid #DDD;margin-left: 50%;transform:translateX(-50%);}
/*公司简介*/
.ab-text{
	width: 960px;
	padding: 30px 0;
}

/*相关产品*/
#wrapper,#carousel{
	width: 960px;
	margin: 0 auto;
}
#carousel .jiqi{margin-top: 20px;height: 154px;}
#carousel .jiqi a{
	width: 220px;
}
#carousel .jiqi a p{
	line-height: 165px;
	width: 220px;
	height:165px;
}
#carousel .jiqi img{
	width: 220px;
	height: 165px;
}

/*footer*/
.footer-con{
	width: 960px;
}
}
@media (min-width:768px ) and (max-width: 959px){

/*标题*/
.title{
	width: 768px;
	margin: 60px auto 30px;
}
/*产品中心*/
.product,.news,.chanpin,.news-left,.product1{
	width: 768px;
	margin: 0 auto ;
}
.product-t .tabs{
    width:768px;
    margin:30px auto;
}
.product-left li{width: 100%;float: none;margin-right: 0;}
.product-left li a .li-left img.n-left{width: 384px;height:288px;}
.product-left li:nth-child(2n){
	margin-right: 0;
}
.product-left li a .li-left p{
	top: 94%;
	width: 384px;
	padding: 5px 0 5px 0px;

}
.product-left li a .li-right p{height:12em;}
.more-product{color: #333;display: inline-block;margin: 20px auto 0; padding: 5px;border: 1px solid #DDD;margin-left: 50%;transform:translateX(-50%);}
/*公司简介*/
.ab-text{
	width:768px;
	padding: 30px 0;
}

/*相关产品*/
#wrapper,#carousel{
	width: 768px;
	margin: 0 auto;
}
#carousel .jiqi a{
	width: 172px;height: 129px;
}
#carousel .jiqi a p{
	line-height: 129px;
	width: 172px;
	height:129px;
}
#carousel .jiqi img{
	width: 172px;height: 129px;
}

/*footer*/
.footer-con{
	width: 768px;
}

}
@media (min-width:480px ) and (max-width: 767px){
	
/*标题*/
.title{
	width: 480px;
	margin: 30px auto 20px;
}
/*产品中心*/
.product,.news,.chanpin,.news-left,.product1{
	width: 480px;
	margin: 0 auto ;
}
.product-t .tabs{
    width:480px;
    margin:30px auto;
}
.product-left li{margin-right: 0;float: none;width: 100%;}
.product-left li a .li-left img.n-left{width: 240px;height:180px;}
.product-left li:nth-child(2n){
	margin-right: 0;
}

.product-left li a .li-left p{
	top: 91%;
	width: 240px;
	padding: 5px 0 5px 0px;
}
.product-left li a .li-right p{height: 8em;}
.more-product{color: #333;display: inline-block;margin: 20px auto 0; padding: 5px;border: 1px solid #DDD;margin-left: 50%;transform:translateX(-50%);}
/*公司简介*/
.ab-text{
	width:480px;
	padding: 30px 0;
}
/*相关产品*/

#carousel,#wrapper{
	width: 480px;
	margin: 0 auto;
}
#carousel .jiqi:nth-child(2n){margin-right: 0;}
#carousel .jiqi a{
	width: 230px;height: 161px;
}
#carousel .jiqi a p{
	line-height: 172px;
	width: 230px;
	height:172px;
}
#carousel .jiqi img{
	width: 230px;height: 172px;
}

/*footer*/
.footer-con{
	width: 480px;
}
.footer-con-left{float: none;}
.footer-con-right{
	float: none;margin-top: 30px;
}
}
@media (max-width: 479px){
 
/*标题*/
.title{
	width: 360px;
	margin: 30px auto 20px;
}
/*产品中心*/
.product,.news,.chanpin,.news-left,.product1{
	width: 360px;
	margin: 0 auto ;
}
.product-t .tabs{
    width:360px;
    margin:30px auto;
}
.product-left li{margin-right: 0;float: none;width: 100%;margin-bottom: 20px;}
.product-left li a .li-left img.n-left{width: 180px;height:135px;}
.product-left li:nth-child(2n){
	margin-right: 0;
}
.product-left li a .li-right p{height: 4em}
.product-left li a .li-left p{
	top:87%;
	width: 180px;
	padding: 5px 0 5px 0px;
}
.more-product{color: #333;display: inline-block;margin: 20px auto 0; padding: 5px;border: 1px solid #DDD;margin-left: 50%;transform:translateX(-50%);}
/*公司简介*/
.ab-text{
	width:360px;
	padding: 30px 0;
}

/*相关产品*/
#wrapper,#carousel{
	width: 360px;
	margin: 0 auto;
}
#carousel .jiqi{margin-left: 10px;margin-right: 10px;margin-top: 20px;}
#carousel .jiqi a{
	width:340px;
}
#carousel .jiqi a p{
	line-height: 255px;
	width: 340px;
	height:255px;
}
#carousel .jiqi img{
	width: 340px;
	height: 255px;
}
/*footer*/
.footer-con{
	width: 340px;
}
.footer-con-left{float: none;}
.footer-con-right{
	float: none;margin-top: 30px;
}



.product-t .tabs >a{
	width: 24%;
    display: inline-block;
    padding: 5px 10px;
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    border-radius: 4px;
    text-align: center;margin-right:3px;
    margin-top: 3px;
    background: #f8c301;
	float: left;
	
}
.product-t .tabs a.active{
    background: #f8c301;
    border:none;
    color:#fff;
}
}
.qmj{max-width: 1200px;margin: 0 auto;}
.qmj li{width: 48%;float:left;margin-right: 4%;margin-bottom: 20px;}
.qmj li:nth-child(2n){margin-right: 0%;}
.qmj li a{display: block;background: #f9f9f9;}
.qmj li a .li-left{width: 50%;float:left;position: relative;}
.qmj li a .li-left img{width: 100%;display: block;}
.qmj li a .li-left p{position: absolute;bottom: 0;left: 0;right: 0;color: #fff;background: rgba(0,0,0,0.3);line-height: 2em;font-weight: 600;text-align: center;}
.qmj li a .li-right{float:right;width: 46%;padding: 2%;}
.qmj li a .li-right p{height: 8em;overflow: hidden;line-height: 2em;}
.qmj li a .li-right span{    display: inline-block; padding: 2px 4px;border: 1px solid #ddd;margin-top: 20px; transition: .3s;}
.qmj li a:hover .li-right span{background:#f8c301; color:#fff; border-color:#f9f9f9;}
.qmj li a:active .li-right span{background:#f8c301; color:#fff; border-color:#f9f9f9;}
.xksb{max-width: 1200px;margin:0 auto 30px;}
.xksb li{width: 23.5%;margin-right: 2%;float:left;margin-bottom: 20px; background:#f9f9f9;}
.xksb li:nth-child(4n){margin-right: 0;}
.xksb li a{display: block;width: 100%;}
.xksb li a img{width: 100%;}
.xksb li a h3{text-align: center;font-size: 15px;margin-bottom: 8px; transition: .3s;}
.xksb li a p{text-align: center;line-height: 2em;height: 4em;overflow: hidden;}
.xksb li a:hover h3{color:#f8c301;}
.xksb li a:active h3{color:#f8c301;}
@media(max-width:1200px){
	.qmj{max-width: 960px;margin: 0 auto;}
	.qmj li{width: 100%;float:none;margin-right: 0%;}
.qmj li:nth-child(2n){margin-right: 0%;}
.qmj li a .li-right p{height: 10em;overflow: hidden;line-height: 2em;}

}
@media(max-width:960px){
	.qmj{max-width: 768px;margin: 0 auto;}
	.qmj li{width: 100%;float:none;margin-right: 0%;}
.qmj li:nth-child(2n){margin-right: 0%;}
.qmj li a .li-right p{height: 10em;overflow: hidden;line-height: 2em;}

}
@media(max-width:768px){
	.qmj{max-width:480px;margin: 0 auto;}
	.qmj li{width: 100%;float:none;margin-right: 0%;}
.qmj li:nth-child(2n){margin-right: 0%;}
.qmj li a .li-right p{height: 8em;overflow: hidden;line-height: 2em;}
.xksb{max-width: 480px;margin:0 auto 30px;}
.xksb li{width: 49%;margin-right: 2%;float:left;}
.xksb li:nth-child(4n){margin-right: 2%;}
.xksb li:nth-child(2n){margin-right: 0%;}
}
@media(max-width:480px){
	.qmj{max-width:360px;margin: 0 auto;}
	.qmj li{width: 100%;float:none;margin-right: 0%;}
.qmj li:nth-child(2n){margin-right: 0%;}
.qmj li a .li-right p{height: 4em;overflow: hidden;line-height: 2em;}
.xksb{max-width: 360px;margin:0 auto 30px;}
.xksb li{width: 100%;margin-right: 0%;float:none;}
.xksb li:nth-child(4n){margin-right: 0%;}
.xksb li:nth-child(2n){margin-right: 0%;}
}
@media(max-width:1200px){
.header {  
	max-width: 960px;
	margin: 0 auto ;
    padding: 0;
} 
.header2{max-width: 960px;margin: 0 auto 10px;}
}
@media(max-width: 960px){
	.header2 .text-right{display: none !important}
	.header2{max-width: 768px;}
}
@media(max-width: 768px){
	.navbar-nav{width: auto;padding:0 15px;margin-top: 0 !important}
	.navbar-nav > li {margin: 10px auto;float: none; display: block;text-align: right;}
	.navbar-default .navbar-nav > li > a{color: #fff;} 
	.navbar-collapse{padding: 0;background: rgba(0,0,0,0.56);}
	.container{max-width: 480px;}
	.header2{max-width: 480px;}
	div#bs-example-navbar-collapse-1 {
    background: rgba(0, 0, 0, 0.83);
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width:auto;
    z-index: 999;
    border: 1px solid #fff;
    margin-top: 0.5em;right:0;top: 50px;}
	.navbar-toggle{margin-top: 35px;}


}
@media(max-width: 480px){
	.header2{max-width: 96%;}
	.container{max-width: 96%;margin: 0 auto}
	.container img{max-width: 60px;}
	.navbar-toggle{margin-top: 20px;}

}

/*新闻资讯*/
/*新闻资讯*/
.news-con1{
	float: left;
	width: 50%;
}
.news-con1 a{
	display: block;
	overflow: hidden;
	width: 100%;
	position:relative;
}
.news-con1 a img{
	width: 100%;display: block;
}
.news-con1 a span{
	width: 100%;
	display: block;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 17px 0 17px 10px;
	position:absolute;
	bottom:0;
	left: 0;
}
.news-more{width: 45%;float:right;}
.news-more li{width: 100%;margin-bottom: 20px;}
.news-more li a{display: block; background:#f9f9f9;}
.news-more li a img{width: 33%;float:left}
.news-more li a .news-more-text{width: 62%;float:right}
.news-more li a .news-more-text h3{height: 2em;line-height: 2em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; transition: .3s;}
.news-more li a .news-more-text p{height: 4em;line-height: 2em;overflow: hidden;}
.news-more li a:hover .news-more-text h3{color:#f8c301;}
.news-more li a:active .news-more-text h3{color:#f8c301;}
@media(max-width:960px){
	.news{width: 768px;}
	.news-con1{	float: none;width: 100%;}
.news-more{width: 100%;float:none;margin-top: 30px;}

}
@media(max-width:768px){
	.news{width: 480px;}
}
@media(max-width:480px){
	.news{width: 360px;}
}
.product-left .img_img.a{width:31%;}
.sd-con-right .bottom{position: absolute; bottom: 0;}
.sd-con-right .bottom_pic{width:100%;}
.sd-con-right .bottom_pic li{ width:23%; margin:0 1%; position: relative;  float: left;}
.sd-con-right .bottom_pic li img{width:100%; display: block;}
.sd-con-right .bottom_pic li .font{ height:24px; line-height: 24px;width:100%; position: absolute; left: 0; bottom: 0; font-size:12px; color: #fff; text-align: center; }
.sd-con-right .bottom_pic li .back{ height:24px; line-height: 24px;width:100%; position: absolute; left: 0; bottom: 0; background:#000; opacity: .3;filter: alpha(opacity=30); }
.sd-con-right .bottom_tit{font-size:20px; font-weight: 700; color: #333; height:30px; line-height: 30px;}

.product-left .img_img.a:nth-child(2n){margin-right:2%;}
@media(max-width:768px){
.product-left .img_img.a{width:100%; margin-right:0;}
}
.fwln{width:1200px; margin: 0 auto;}
.fwln li{width:31%; margin-right: 2%; float: left; background:#f9f9f9;}
.fwln li img{display:block; width:100%;}
.fwln li .font{padding:0 10px;}
.fwln li .font .t{font-size:18px; color: #f8c301; font-weight: bold; line-height: 30px; height: 30px; overflow: hidden;}
.fwln li .font .d{height:auto; overflow: hidden; font-size: 14px; line-height: 28px; color:#666;}
@media (min-width:960px ) and (max-width: 1199px){
	.fwln{width:960px;}
}
@media (min-width:768px ) and (max-width: 959px){
	.fwln{width:768px;}
}

@media (min-width:480px ) and (max-width: 767px){
	.fwln{width:480px;}
	.fwln li{float:none; width:100%; margin-bottom: 20px;}
}
@media (max-width: 479px){
	.fwln{width:360px;}	
	.fwln li{float:none; width:100%; margin-bottom: 20px;}
}
.pro_ul li{width:23.5%; margin-right: 2%; float: left; margin-top: 30px;}
.pro_ul li a{display:block; background:#f5f5f5;padding-bottom:10px;}
.pro_ul li:nth-child(4n){margin-right:0;}
.pro_ul li .img{width:100%; overflow: hidden;}
.pro_ul li .img img{display:block; width:100%; transition: .3s;}
.pro_ul .t{font-size:20px; color:#333; line-height:30px; height:30px; overflow: hidden; padding:0 10px; text-align: center; margin-top: 10px; transition: .3s;}
.pro_ul .d{font-size:16px; color:#999; line-height: 30px; height:60px; text-align: center; overflow: hidden; padding:0 10px; margin-top:5px;}
.pro_ul li:hover .img img{transform:scale(1.1,1.1);}
.pro_ul li:hover .t{color:#f8c301;} 
.pro_ul li:active .t{color:#f8c301;} 
.news_ul{box-sizing: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.news_ul li{width:49%; margin-right: 2%; height:40px; line-height: 40px; padding-left:30px; float: left; margin-bottom: 10px; transition: .3s; border-bottom: 1px dashed #dedede; background:url(../images/news_img.png) no-repeat left center;box-sizing: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.news_ul li:nth-child(2n){margin-right:0;}
.news_ul li a{padding-right:100px; position: relative; font-size:16px; color:#333; display: block; width:100%; height:100%; transition: .3s; overflow: hidden;box-sizing: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.news_ul li a span{position:absolute; display: block; height:40px; line-height: 40px; font-size:14px; color:#666; top:0; right:0; transition: .3s;}
.news_ul li:hover a{color:#f8c301;}
.news_ul li:active {color:#f8c301;}
@media (max-width:768px){
	.pro_ul li{width:49%;}
	.pro_ul li:nth-child(2n){margin-right:0;}
	.news_ul li{width:100%; float: none; margin-right: 0;}
}
@media (max-width:480px){
	.pro_ul li{display:block; width:100%; float: none; margin-right: 0;}
}
.sd-d-video video{display:block; width:70%; margin:20px 0;}
@media (max-width:768px){
	.sd-d-video video{display:block; width:100%;}
}