.banner {
	width: 100%;
	height: 550px;
	font-size: 0;
	overflow: hidden;
	position: relative
}

.banner_img {
	width: 100%;
	height: 550px;
	position: absolute;
	left: 0;
	top: 0
}

.banner_img li {
	width: 100%;
	height: 550px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	list-style: none
}

.banner_list {
	height: 50px;
	top: 500px;
	position: relative;
	margin: 0 auto;
	z-index: 1
}

.banner_list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #555;
	float: left;
	margin: 0 5px
}

.banner_list .spcss {
	border: 3px solid #d90000;
}

.banner_left {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 50%;
	left: -60px;
	background-color: rgba(73,72,62,.6);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2
}

.banner_left:hover {
	background-color: rgba(73,72,62,.9)
}

.banner_right {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 50%;
	right: -60px;
	background-color: rgba(73,72,62,.6);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2
}

.banner_right:hover {
	background-color: rgba(73,72,62,.9)
}

.banner_left img {
	margin-top: 22px
}

.banner_right img {
	margin-top: 22px
}
/*nav_bt*/
.nav_bt{
	height: 145px;
	background: #da251c;
}
.nav_bt ul li{
	float: left;
	width: 238px;
	text-align: center;
	padding-top:24px;
}
.nav_bt ul li a{
	color: #fff;
    text-align: center;
    display: block;
    width: 100px; 
    padding: 10px 0;
    margin-left: 65px;
}
.nav_bt ul span{
	height: 34px;
    width: 2px;
    background: #cccccc;
    display: block;
    float: left;
    margin-top: 53px;
}
.nav_bt ul li a:hover{
	border:1px solid #fff;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.2);
}

/* product */
.product{
	 
	padding-top: 60px;
	padding-bottom:60px; 
}
.product .product-c{
	
}
.tit h2{
	font-size: 24px;
	text-align: center;
	color:#1b1b1b; 
	padding-bottom: 10px;
	font-weight: 500;
}
.tit p{
	font-size: 14px;
	text-align: center;
	color:#767676; 
	padding-bottom: 10px;
}
.tit span{
	border-bottom: 3px solid #2768b2;
    height: 3px;
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    margin-top: -5px;
}
.product .product-nav{
    width: 776px;
    margin: 0 auto;
}
.product .product-nav ul li{
	float:left;
	 
}
.product .product-nav ul li span{
	padding:0 10px;
}
.product .product-nav ul li span.zxcat8{
	display:none;
}
.product .product-nav ul li a{
	line-height:40px;	
	 
	text-align:center;
}
.product .product-nav ul li:hover a{
	 color:#da251c;
}

.product .product-list{
	margin-top: 30px;
}
.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 72px;height: 37px;position: absolute;top: 122px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -110px;}
.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -110px;}
.Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 290px;margin-left: 20px;position:relative;}
.Box .Box_con .conbox ul li .box_con_pic{width: 290px;height:220px;overflow: hidden;}
.Box .Box_con .conbox ul li .box_con_info{
	padding:12px 10px; 
}
.Box .Box_con .conbox ul li .box_con_info h1{
	font-size:14px;
	font-weight: 500;
	color:#333333;
	padding-bottom: 6px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Box .Box_con .conbox ul li .box_con_info p{
	font-size:12px;
	color:#999999;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Box .Box_con .conbox ul li:hover .box_con_info{
	background: #da251c;
}
.Box .Box_con .conbox ul li:hover .box_con_info h1{
	color:#fff;
}
.Box .Box_con .conbox ul li:hover .box_con_info p{
	color:#fff;
}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 290px;/* height: 300px; */transition: all 0.5s;}
 
.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}
.product .pro-more{
	text-align:center;
	padding-top:36px;

}
.product .pro-more a{
	color:#666666;
	font-size:14px;
	border: 1px solid #cccccc;
	width: 156px;
    height: 37px;
    display: block;
    margin: 0 auto;
    line-height: 37px;
}
.product .pro-more a:hover{
	color:#fff;
	background: #da251c;
	border: 1px solid #da251c;
}
/*about*/
.about{
	padding: 60px 0 80px; 
	background: #f5f5f5;
}
.about .about-conn{
	margin-top:50px;
}
.about .about-conn ul li{
	float: left;
	width: 380px;
	height: 510px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
}
.about .about-conn ul li{
	margin-right:27px;
}
.about .about-conn ul li:nth-child(3){
	margin-right: 0px;
}
.about .about-conn ul li:hover{
	border: 1px solid #da251c;

}
.about .about-conn ul li .about-conn-info{
	padding:18px; 
	text-align: center;
}
.about .about-conn ul li h2{
	font-size:18px;
	color:#1b1b1b;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
}
.about .about-conn ul li p{
	font-size:14px;
	color:#666666;
	text-align: center;
	line-height: 23px;
	padding-bottom: 38px;
}
.about .about-conn ul li a{
	color: #da251c;
	border: 1px solid #da251c;
	border-radius: 5px;
	padding: 5px 30px;
}
.about .about-conn ul li a:hover{
	background: #da251c;
	color: #fff;
}
/* ad */
.index-ad{
	height:189px;
	background:url(../images/adbg.jpg) center no-repeat;
	margin-bottom:60px;
}
.index-ad .index-ad-coninfo{
	padding-top: 60px;
    padding-right: 34px;
}
.index-ad .index-ad-coninfo p{
	font-size:24px;
	color:#fff;
	padding-bottom:10px;
}
.index-ad .index-ad-coninfo p span{
	font-size:26px;
}
.index-ad .index-ad-coninfo a{
	color:#fff;
	background: #da251c;
	padding:8px 36px;
	float:right;
}
.index-ad .index-ad-coninfo a:hover{
	background:#fff;
	color:#da251c;
	border:1px solid #da251c;
}
 
/* youshi */
.youshi{
	margin-bottom:60px;
}
.youshi-tit{
	margin-bottom: 40px;
}
.youshi-tit .line-l{
	width: 520px;
	height:1px;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
	padding-top: 14px;
}
.youshi-tit .line-r{
	width: 520px;
	height:1px;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
	padding-top: 14px;
}
.youshi-tit h2{
	font-size: 24px;
    text-align: center;
    color: #1b1b1b;
    padding-bottom: 10px;
    font-weight: 500;
    float: left;
    padding: 0 32px;
}

.youshi-info1{
	background:url(../images/youshibg_01.jpg) center no-repeat;
	height:708px;
}
.youshi-info2{
	background:url(../images/youshibg_02.jpg) center no-repeat;
	height:537px;
}
.youshi-info-c{
	position: relative;
}
.ysinfo-tit h1{
	font-size:36px;
	color:#da251c;
	float: left;
	padding-right: 10px;
}
.ysinfo-tit p{
	color:#da251c;
	font-size:18px;
	padding-top:15px;
}
.ysinfo-tit span{
	width: 237px;
	height:2px;
	border-bottom:1px solid #cccccc;
	display:block;
	padding-top: 14px;
}
.ysinfo-con{
	font-size:14px;
	color:#555555;
	padding-top:10px;
}
.ysinfo-con p{
	line-height:32px;
	text-indent:28px;
}
.ysinfo-con p span{
	color:#2768b2
}
.youshi-info-ys01{
	width: 255px;
	position: absolute;
	top:250px;

}
.youshi-info-ys02{
	width: 255px;
    position: absolute;
    top: 46px;
    left: 280px;
}
.youshi-info-ys03{
	width: 255px;
    position: absolute;
    top: 46px;
    right: 298px;
}
.youshi-info-ys04{
	width: 255px;
	position: absolute;
	top:194px;
	right: 0px;
}
.youshi-info2-nav ul{
	width: 196px;
}
.youshi-info2-nav ul li{
	width: 196px;
	height: 60px;
	background: #fff;
	float: left;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.youshi-info2-nav ul li a{
	display: block;
}
.youshi-info2-nav ul li:hover{
	background: #da251c;
}
.youshi-info2-nav ul li:hover a{
	color:#fff;
}
.youshi-info2-nav ul li.selected{
		background: #da251c;
}
.youshi-info2-nav ul li.selected a{
	color:#fff;
}
.youshi-info2-con{
	width: 906px;
	margin-top: 100px;
}
.ystab{
	display: none;
}
.ystab01{
	display: block
}
.ystab h1{
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
}
.ystab span{
	width: 70px;
	height: 3px;
	border-bottom: 3px solid #fff;
	display: block;
}
.ystab p{
	color: #cccccc;
	line-height: 26px;
	padding-top:40px;
	padding-bottom: 36px;
}
.ystab a{
	background: #da251c;
	color:#fff;
	font-size:16px;
	padding:6px 20px;
}
.ystab a:hover{
	background: #fff;
	color:#000;
	border:1px solid #da251c;
}
.xuangou{
	background: #f5f5f5;
	height: 240px;
}
.xuangou .xuangou-search{
	padding-top:50px;
}
.xuangou .xuangou-search .search-t{
	color: #666666;
	font-size:16px;
}
.xuangou .xuangou-search input{
	width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 1px 2px 14px 1px #eaeaea;
    border-radius: 5px;
    background: #FFF;
    display: inline-block;
    margin: 0 5px;
    border:none;
}
.xuangou .xuangou-search span{
	    cursor: pointer;
    margin-right: 50px;
    display: inline-block;
}
.xuangou .xuangou-search span i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    margin: -3px 6px;
    font-size: 10px;
}
.xuangou .xuangou-search .on i {
    background: url(../images/icon_xuan.png) center no-repeat;
    background-color:#fff;
}
.xuangou .xuangou-search .search-t a.btn {
    color: #FFFFFF;
    margin-left: 20px;
    background: #E6212A;
    transition: all 0.3s;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 1px 2px 14px 1px #eaeaea;
    border-radius: 4px;
    display: inline-block;
    margin: 0 5px;
    margin-left:20px;
    font-size:18px;
}
.xuangou .xuangou-search .search-t .search-t-xuan{
	 padding-top: 12px;
}
.xuangou .xuangou-search .search-b{
	    width: 666px;
    margin: 0 auto;
    margin-top: 50px;
}
.xuangou .xuangou-search .search-b a{
	width: 300px;
    height: 46px;
    display: block;
    float: left;
    line-height: 46px;
    text-align: center;
    color:#333333;
    border-radius: 4px;
    border:1px solid #333333;
}
.xuangou .xuangou-search .search-b a:hover{
	color:#da251c;
}
.xuangou .xuangou-search .search-b .search-b-a2{
	margin-left: 60px;
}
/* case */
.case{
	margin-bottom:60px; 
}
.case .caes-con{
	margin-top:60px;
}
.case .Box1 {position: relative;}
.case .Box1 .content {width: 1200px;margin: 0 auto;}
.case .Box1 h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.case .Box1 .Box_con1 {position: relative;}
.case .Box1 .Box_con1 .btnl1 {position: absolute;}
.case .Box1 .Box_con1 .btn1 {display: block;width: 72px;height: 37px;position: absolute;top: 126px;cursor: pointer;}
.case .Box1 .Box_con1 .btnl1 {background: url(../images/jtl02.png) no-repeat center;left: -110px;}
.case .Box1 .Box_con1 .btnr1 {background: url(../images/jtr02.png) no-repeat center;right: -110px;}
.case .Box1 .Box_con1 .btnl1:hover {background: url(../images/jtl03.png) no-repeat center;}
.case .Box1 .Box_con1 .btnr1:hover {background: url(../images/jtr03.png) no-repeat center;}
.case .Box1 .Box_con1 .conbox1 {position: relative;overflow: hidden;}
.case .Box1 .Box_con1 .conbox1 ul {position: relative;list-style: none;}
.case .Box1 .Box_con1 .conbox1 ul li {float: left;width: 281px;height: 260px;margin-left: 20px;overflow: hidden;background:#cccccc;padding:2px;position: relative;}
.case .Box1 .Box_con1 .conbox1 ul li .box_con_pic{height: 260px;overflow: hidden;}
.case .Box1 .Box_con1 .conbox1 ul li .tit-mark{position: absolute;bottom: 2px;color:#fff;display:none;padding-left:10px;width: 271px;height:40px;line-height:40px;background: rgba(0,0,0,.6);}
.case .Box1 .Box_con1 .conbox1 ul li:first-child {margin-left: 0;} 
.case .Box1 .Box_con1 .conbox1 ul li img {display: block;/* width: 290px; */height: 260px;transition: all 0.5s;}
.case .Box1 .Box_con1 .conbox1 ul li:hover img {transform: scale(1.1);}
.case .Box1 .Box_con1 .conbox1 ul li:hover .tit-mark{display: block;}
.Box1 .BoxSwitch1 {margin-top: 30px;text-align: center;}
.Box1 .BoxSwitch1 span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box1 .BoxSwitch1 span.cur {background: red;}

.case .case-more{
	text-align:center;
	padding-top:36px;

}
.case .case-more a{
	color:#666666;
	font-size:14px;
	border: 1px solid #cccccc;
	width: 156px;
    height: 37px;
    display: block;
    margin: 0 auto;
    line-height: 37px;
}
.case .case-more a:hover{
	color:#fff;
	background: #da251c;
	border: 1px solid #da251c;
}


.about-news-con{
	background: url(../images/abnbg.jpg) center no-repeat;
	height:1023px;
	 
}

/*news*/
.news{
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom:60px;
}
.news .news-c{
	 
}

.news-tit{
	background: url(../images/newsicon.png) left no-repeat;
	padding-left: 46px;
	margin-bottom:30px; 
} 
.news-tit h2{
	font-size: 24px; 
	font-weight: 500; 
	color:#333333;
}
.news-tit p{
	font-size: 12px;
	color:#bbbbbb;
	padding-top:2px;
}
.news .news-cinfo{
	/*background:#fff;*/
	 
}
.news .news-l{
	/*padding:32px;*/
}

.news .news-l .news-l-pic{
	width:250px;
	height:200px;
	overflow:hidden;
	background: #fff;
    padding: 3px;
}
.news .news-l .news-l-pic img{
	width:250px;
	height:200px;
	 
}
.news .news-l .news-l-tit{
	width: 356px;
	padding-left: 30px;
    padding-top: 40px;
}
.news .news-l .news-l-tit h2{
	font-size:18px;
	color:#333333;
	font-weight: 500;
	 
}
.news .news-l .news-l-tit p{
	font-size:14px;
	color:#666666;
	line-height: 23px;
	padding-bottom: 30px;
	padding-top: 10px;
	 
}
.news .news-l .news-l-tit a{
	color: #da251c;
	border:1px solid #da251c;
	padding:6px 20px; 
}
.news .news-l .news-l-tit a:hover{
	color: #fff;
	background: #da251c;
}

.news .news-l a:hover .news-l-tit{
	color:#2768b2;
}
.news .news-r{
	width: 660px;
    padding-top: 32px;
    padding-right: 16px;
}
.news .news-r ul li{
	 
}
.news .news-r ul li:first-child{
	border-top:none;
}
.news .news-r ul li a{
	font-size:16px;
	color:#333333;
	padding:9px 0;
	display:block;
}
.news .news-r ul li span{
	float:right;
	padding-right:14px;
	color:#333333;
}
.news .news-r ul li a:hover{
	color:#da251c;
}

.news .news-c-r{
	width: 356px;
}
.news .news-c-r .news-r-pic{
	width:350px;
	height:200px;
	overflow:hidden;
	background: #fff;
    padding: 3px;
    margin-bottom:32px; 
}
.news .news-c-r .news-r-pic img{
	width:350px;
	height:200px;
	 
}
.news-r-con ul li h2{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    line-height: 25px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-r-con ul li:hover h2{
	color:#da251c;
}
.news-r-con ul li h2 span{
	background: #da251c;
    border-radius: 60px;
    color: #fff;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    padding: 3px;
    float: left;
    line-height: normal;
    margin-right: 9px;
}
.news-r-con ul li p{
	color:#666666;
	font-size:12px; 
	padding-left: 34px;
	padding-top: 8px;
	line-height: 22px;
}
.news-r-con ul li{
	margin-top: 20px
}

/*huansuantanchuang*/
.conversion {
	width: 800px;
    margin: 0 auto;
    position: fixed;
    top: 20%;
    background: #fff;
    left: 0;
    right: 0;
	display:none;
}
.conversion .tanclose{
	margin: 8px ;
}
.conversion .tanclose a{
	background: #333;
    border-radius: 60px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color:#fff;
    line-height: 30px;
}
.conversion .conversion_con_tit h2{
	font-weight: bold;
    color: #333;
    text-transform: capitalize;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 6px;
}
.conversion .conversion_con_tit p{
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 22px;
}
.conversion .conversion_con_tit{
	margin-bottom:20px; 
}
.conversion ul {
	 
	margin-bottom: 10px;
	margin-left: 40px
}

.conversion ul li {
	float: left;
	margin-bottom: 30px;
	width: 50%
}

.conversion ul li .name {
	float: left;
	padding: 15px 0 0;
	color: #666;
	font-size: 14px
}

.conversion ul li input {
	float: left;
	width: 178px;
	height: 50px;
	border: solid 1px #e2e2e2;
	border-radius: 4px;
	text-indent: 10px;
	font-size: 16px;
	line-height: 28px
}

.conversion ul li span {
	display: block;
	float: left;
	padding: 15px 0 0 10px
}

.conversion ul li:last-child {
	padding-left: 200px
}

.conversion_btn a {
	display: inline-block;
	margin-right: 20px;
	width: 120px;
	height: 48px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	background-color: #e62129;
	border: 1px solid #e62129
}

.conversion_btn a:hover {
	border: 1px solid #d9d9d9;
	background-color: #fff;
	color: #666
}

.baike_newIndex li:nth-child(2) {
	margin: 0 20px
}

.zhence_ul li:nth-child(3),
.zhence_ul li:nth-child(4) {
	margin-top: 20px
}

.zhence_ul li:nth-child(1),
.zhence_ul li:nth-child(3) {
	margin-right: 20px
}