html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;font-family:"Microsoft YaHei";font-size: 15px
;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;min-width: 1140px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a{text-decoration: none;color:#000;}
.clear{clear: both;}

.top-box{
	width: 100%;
	height: 60px;
	background: #efefef;
	border-bottom: solid 1px #ddd;
}
.top{
	width: 1140px;
	height: 60px;
	margin:0 auto;
}
.top .p1{
	display: block;
	float: left;
	width: 580px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	color: #333;
	letter-spacing: 0.5px;
}
.top .p2{
	display: block;
	float: right;
	width: 528px;
	height: 60px;
	font-size: 14px;
	color: #333;
	line-height: 60px;
	letter-spacing: 0.5px;
}
.top .p2 a{
	font-size: 16px;
	color: #000;
	line-height: 60px;
}
.top .p2 a:hover{
	color: red;
}
.top .p2 span{
	font-size: 12px;
	margin:0 5px;
}

.header{
	width: 1140px;
	height: 140px;
	padding:10px 0;
	margin:0 auto;
}
.header img{
	display: block;
	width: 1140px;
	height: 140px;
}

.nav-box{
	width: 100%;
	height: 60px;
	background: url('../images/nav-bg.jpg');
}
.nav{
	width: 1200px;
	height: 60px;
	margin:0 auto;
	position: relative;
}
.nav ul li{
	height: 36px;
	float: left;
	padding: 12px 0;
}
.nav a{
	display: inline-block;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	padding:0 20px;
	border-right: solid 1px #fff;
}
.nav ul li.thisclass{
	background: url(../images/nav-bg2.jpg);
}
.nav ul li.thisclass a{
	border:none;
	padding:0 29px 0 30px;
}
.nav ul li:hover{
	background: url(../images/nav-bg2.jpg);
}
.nav ul li:hover a{
	border:none;
	    padding: 0 16px 0 16px;
}
.nav ul li:nth-last-child(1) a{
	border:none;
}
.nav ul li:nth-last-child(1):hover a{
	padding:0 18px;
}
.nav-nav{
	position: absolute;
	width: 1140px;
	height: 150px;
	top:60px;
	left: 0px;
	z-index: 999;
	display: none;
}
.nav-nav .left{
	float: left;
	width: 120px;
	height: 110px;
	padding:40px 0 0 30px;
	background: url(../images/nav-bg3.jpg);
	color: #fff;
	line-height: 1.6;
}
.nav-nav .left p{
	font-size: 14px;
}
.nav-nav .right{
	padding:25px 80px;
	float: right;
	width: 830px;
	height: 100px;
	background:#FFF;
}
.nav-nav .right a{
	width: 118px;
	height: 50px;
	display: block;
	float: left;
	font-size: 13px;
	color: #333;
	line-height: 50px;
	padding: 0px;
	text-align: center;
	border:none;
}
.nav-nav .right a:hover{
	background: #b72c29;
	border-radius: 5px;
	color: #fff;
}
.nav li:hover .nav-nav{
	display: block;
	animation:fadeInUp .5s;
}
#solid{
	width:100%;
	height:400px;
	clear:both;
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:400px;
	display:none;
}
#solid .solid0{
	background:#78c4db;
}
#solid .solid1{
	background:#c5c9db;
}
#solid .solid2{
	background:#e7dfd1;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	top:0px;
	width: 100%;
	height:400px;
	display:none;
	cursor:pointer;
}
#solid #btt{
	width:280px;
	height:55px;
	top:345px;
	position: relative;
	margin:0 auto;
}
#solid #btt span{
	position:absolute;
	top:15px;
	display:block;
	width:80px;
	height:5px;
	margin:0 15px;	
	text-align:center;
	background:#3d3d3d;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*/
}

.select-box{
	width: 100%;
	height: 60px;
	background: #4b4b4b;
}
.select{
	width: 1140px;
	height: 60px;
	margin:0 auto;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.select a{
	display: inline-block;
	font-size: 14px;
	color: #f7f7f7;
	padding:0 5px;
}
.select a:hover{
	color:#b72c29;
}
.select .btn{
	position: absolute;
	display: block;
	width: 80px;
	height: 34px;
	margin-top:13px;
	background: #c82d3f;
	border:none;
	top:0px;
	right: 0px;
	border-radius: 0 17px 17px 0;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}
.select .txt{
	position: absolute;
	display: block;
	top:13px;
	right:80px;
	border:none;
	width: 150px;
	height: 34px;
	padding:0 10px;
	line-height: 34px;
	color: #c1c1c1;
	border-radius:17px 0 0 17px ;
}

.pro-showBox{
	width: 100%;
	height:1350px;
}
.pro-show{
	width: 1140px;
	height: auto;
	margin:0 auto;
}
.pro-show .title{
	width: 1140px;
	height: 88px;
	display: block;
	margin-bottom: 25px;
}
.pro-show-nav{
	width: 1140px;
	height: 40px;
	background: #efefef;
	margin-bottom: 35px;
}
.pro-show-nav h3{
	display: block;
	float: left;
	width: 220px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: #c82d3f;
	padding:0 20px;
	letter-spacing: 1px;
}
.pro-show-nav a{
	display: block;
	float: left;
	height: 16px;
	margin-top:12px;
	padding:0 24px;
	border-right: solid 1px #000;
	font-size: 14px;
	line-height: 14px;
	color:#333;
}
.pro-show-nav a.last{
	border:none;
}

.pro-show-left{
	width: 210px;
	
	padding:15px 4px;
	border: solid 1px #c82d3f;
	border-radius: 4px;
	float: left;
}
.pro-show-left h1{
	display: block;
	width: 180px;
	height: 32px;
	padding: 0 15px;
	background: url(../images/in-icon1.png) left no-repeat;
	border-bottom: solid 1px #c82d3f;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.pro-show-left h2{
	display: block;
	width: 180px;
	padding:0 15px;
	height: 74px;
	border-bottom: solid 1px #ddd;
	
}
.pro-show-left h2 a{
	
	font-size: 18px;
	letter-spacing: 2px;
	
	line-height: 74px;
}
.pro-show-left ul li{
	width: 180px;
	height: 47px;
	padding: 0 15px;
	border-bottom: solid 1px #ddd;
	color: #333;
	font-size: 14px;
	line-height: 47px;
}
.pro-show-left ul li a{
	color: #333;
}
.pro-show-left ul li.last{
	border:none;	
}
.pro-show-left ul li a:hover{
	color: #c82d3f;
}
.pro-show-right{
	width: 900px;
	height: auto;
	float: right;
}
.pro-show-right ul li{
	width: 278px;
	height: 348px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.pro-show-right ul li a{
	display: block;
	width: 278px;
	height: 278px;

}
.pro-show-right ul li a img{
	display: block;
	width: 278px;
	height: 278px;
	border:solid 1px #c82d3f;

}
.pro-show-right ul li .z-2{
	width: 260px;
	height: 48px;
	padding:5px 9px;
	margin-top: 10px;
	z-index: 222;
	border:solid 1px #c82d3f;
}

.pro-show-right ul li .z-2 p{
	display: block;
	width: 260px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #c82d3f
}
.pro-show-right ul li:nth-child(2),.pro-show-right ul li:nth-child(5),.pro-show-right ul li:nth-child(8),.pro-show-right ul li:nth-child(11){
	margin:0 30px 20px;
}

.com-proShow-box{
	width: 100%;
	height: 580px;
	padding-top: 50px;
	background: url(../images/com-pro-bg.jpg);
}
.com-proShow{
	width: 1140px;
	height: 635px;
	margin:0 auto;
	position: relative;
}
.com-proShow .title{
	display: block;
	width: 1140px;
	height: 94px;
	margin-bottom: 22px;
}
.com-proShow .in{
	position: absolute;
	width:94px;
	height: 82px;
	top:-91px;
	left: 523px;
}
.com-proShow-nav{
	width: 1140px;
	height: 40px;
	margin-bottom: 40px;
}
.com-proShow-nav a{
	display: block;;
	float: left;
	width: 140px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-right: 20px;
	letter-spacing: 0.5px;
}
.com-nav1{
	background: #005693;
}
.com-nav2{
	background: #db261d;
}
.com-nav3{
	background: #842a74;
}
.com-nav4{
	background: #00853c;
}
.com-proShow-nav p{
	display: block;
	width: 320px;
	height: 40px;
	float: right;
	line-height: 40px;
	color: #333;
	text-align: right;
}

.com-proShow ul li{
	width: 262px;
	height: 333px;
	margin:0 11.5px;
	float: left;
}
.com-proShow ul li.com-pro-list1{
	background: url(../images/pro-show-list1.png);
}
.com-proShow ul li.com-pro-list2{
	background: url(../images/pro-show-list2.png);
}
.com-proShow ul li.com-pro-list3{
	background: url(../images/pro-show-list3.png);
}
.com-proShow ul li.com-pro-list4{
	background: url(../images/pro-show-list4.png);
}
.com-proShow ul li a{
	display: block;
	padding:140px 30px 13px 15px;
	height: 180px;
	width: 217px;
}
.com-proShow ul li a h3{
	display: block;
	width: 217px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	left: 2px;
	font-weight: 600;
}
.com-proShow ul li a p{
	display: block;
	width: 217px;
	height: 96px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.solve-box{
	width: 100%;
	height: 1260px;
	padding-top: 50px;
	background: url(../images/solve.png);
}
.solve{
	width: 1140px;
	height: 1260px;
	margin:0 auto;
}
.solve img{
	display: block;
}
.equipment{
	width: 1140px;
	height: 560px;
	margin:0 auto;
}
.equipment .title{
	display: block;
	width: 1140px;
	height: 155px;
}

.caseBox{
	width: 100%;

}
.case{
	width: 1140px;
	margin:0 auto;
}
.case .title{
	display: block;
	width: 1140px;
	height: 157px;
	margin-bottom: 50px;
}
.case ul li{
	float: left;
	width: 190px;
	height: 220px;
	margin: 0 19px 20px;
}
.case ul li img{
	display: block;
	width: 188px;
	height: 188px;
	border:solid 1px #e46c02;
}
.case ul li p{
	display: block;
	width: 190px;
	height: 30px;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight:600;
}
.aboutBox{
	width: 100%;
	height: 760px;
	background: url(../images/about-bg.jpg);
}
.about{
	width: 1140px;
	height: 760px;
	margin:0 auto;
}
.about .title{
	display: block;
	width: 1140px;
	height: 282px;
}
.about .about-img{
	width: 369px;
	height: 195px;
	margin: 0 10px 10px 0 ;
	display: block;
	float: left;
}
.about p{
	text-align: justify;
	text-indent: 2em;
	font-size: 21px;
	line-height: 2;
	color: #333;
}
.linkBox{
	width: 100%;
	height: 220px;
	background: url(../images/link-bg.jpg);
	padding-top: 20px;
}
.link{
	width: 1140px;
	height: 180px;
	margin:0 auto;
}
.link img{
	display: block;
	float: left;
	width: 180px;
	height: 180px;
}
.link .right{
	width: 900px;
	height: 125px;
	padding-top:27.5px;
	float: right;
}
.link .right p{
	display: block;
	width: 200px;
	line-height: 25px;
	font-size: 14px;
	color: #fbf2f2;
	float:left;
}
.link .right p a{
	color: #fbf2f2;
	line-height: 25px;
	font-size: 14px;
	
}
.footerBox{
	width: 100%;
	height: 300px;
	background: #363636;
	padding-top:30px;
}
.footer{
	width: 1140px;
	height: 300px;
	margin: 0 auto;
}
.yqlj{
	display: 1140px;
	height: 120px;
	font-size: 16px;
	color: #eee;
	line-height: 120px;
	margin-bottom: 20px;
}
.yqlj a{
	padding:0 12px;
	display: inline-block;
	height: 16px;
	font-size: 14px;
	color: #eee;
	line-height: 14px;
	border-left: solid 1px #eee;
}
.yqlj a.first{
	border: none;
}
.footer .left{
	height: 230px;
	border-left: dashed 1px #fff;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.footer .left a{
	display: block;
	font-size: 14px;
	color:#fff;
	line-height: 1.8;
	width:120px;
	float:left;
}
.footer .left h3{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.footer .left1{
	border:none;
	padding-left: 0;
}
.footer .right{
	
	width: 500px;
	height: auto;
	float: right;
}
.footer .right img{
	width: 500px;
	height: auto;
}
.bottomBox{
	width: 100%;
	height:auto;
	padding:25px 0 90px;
	background: #222;
}
.bottom{
	width: 1140px;
	height: auto;
	margin:0 auto;
}
.bottom h3{
	display: block;
	float: left;
	width: 380px;
	height: 34px;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
}
/*产品列表页*/
.pro-banner{
	width: 100%;
	height: 400px;
	background: url(../images/banner1.jpg) top center no-repeat;
	background-size: cover;
}
.now{
	width: 1140px;
	height: 72px;
	border-bottom: solid 1px #ddd;
	margin:0 auto;
	line-height: 72px;
	color: #999;
}

.now img{
	display:block;
	float: left;
	width: 21px;
	height: 20px;
	margin-top: 26px;
	margin-right: 5px;
}
.now a{
	padding:0 5px;
	color: #999;
}

.pro-show-nav-pro{
	width: 1140px;
	height: 40px;
	
	margin:25px auto;
}
.pro-show-nav-pro h3{
	display: block;
	float: left;
	width: 108px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #c82d3f;
	letter-spacing: 1px;
}
.pro-show-nav-pro a{
	display: block;
	float: left;
	height: 16px;
	margin-top:12px;
	padding:0 24px;
	border-right: solid 1px #000;
	font-size: 14px;
	line-height: 14px;
	color:#333;
}
.pro-show-nav-pro a.last{
	border:none;
}
.proBox{
	width: 1140px;
	height: auto;
	margin:0 auto;
	padding-bottom: 50px;
}
.pro-list{
	width: 840px;
	height: auto;
	float: left;
}
.pro-list ul li{
	width: 260px;
	height: 320px;
	float: left;
	margin:0 0 30px;
	position: relative;
}
.pro-list ul li:nth-child(2),.pro-list ul li:nth-child(5),.pro-list ul li:nth-child(8),.pro-list ul li:nth-child(11),.pro-list ul li:nth-child(14){
	margin:0 30px 30px;
}
.pro-list ul li a img{
	display: block;
	width: 260px;
	height: 260px;
}
.pro-list ul li p{
	display: block;
	position: absolute;
	z-index: 999;
	width: 240px;
	height: 30px;
	padding:0 10px;
	background: rgba(0,0,0,0.6);
	bottom:30px;
	left: 0px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px
}
.pro-list ul li span{
	display: block;
	position: absolute;
	z-index: 999;
	width: 240px;
	height: 30px;
	padding:0 10px;
	background: rgba(0,0,0,0.6);
	bottom:00px;
	left: 0px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px
}

.page{
	width: 840px;
	height: auto;
	margin-bottom: 30px;
	text-align: center;
}
.page a{
	display: inline-block;
	height: 28px;
	border:solid 1px #ddd;
	line-height: 28px;
	color: #999;
	padding:0 13px;
	font-size: 14px;
}
.page a.thisclass{
	background: #c82d3f;
	border:solid 1px #c82d3f;
	color: #fff;
}
.proBox .right{
	width: 270px;
	height: auto;
	float: right;
}
.wh270{
	width: 270px;
	height: 270px;
	background: yellow;
	margin-bottom: 35px;
	position: relative;
}
.wh270 img{
	display: block;
	width: 270px;
	height: 270px;
}
.wh270 p{
	display: block;
	width: 270px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	color: #c82d3f;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	bottom: 24px;
	left: 0px;
}
.wh270 p a{
	display: inline-block;
	width: 70px;
	height: 24px;
	background: #c82d3f;
	color: #fff;
	font-size: 12px;
	margin-left: 5px;

}

.hot{
	width: 270px;
	height: auto;
	background: #efefef;
	padding-bottom:7.5px;
}
.hot .title{
	width: 240px;
	height: 50px;
	padding:0 15px;
	background: #c82d3f;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 7.5px;
}
.hot a{
	display: inline-block;
	height: 30px;
	padding:0 13px;
	background: #cdcdcd;
	margin:7.5px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #f2f2f2;
}

/*金马实力*/
.about-banner{
	width: 100%;
	height: 400px;
	background: url(../images/banner1.jpg) top center no-repeat;
	background-size: cover;
}
.about1{
	width: 1140px;
	height: auto;
	padding:50px 0 0;
	margin:0 auto 60px;
}
.about1 h3{
	text-align: center;font-size: 16px;
	color: #333;
	line-height: 20px;
}
.about1 h4{
	text-align: center;font-size: 16px;
	color: #333;
	line-height: 20px;
}
.about1 .hr{
	width: 300px;
	height: 1px;
	background: #ddd;
	margin:30px auto;
}
.about1 img{
	display: block;
	max-width: 1140px;
	height: auto;
	margin:0 auto 11px;
}
.about1 p{
	display: block;
	width: 1140px;
	height: auto;
	color: #333;
	line-height: 25px;
	text-align: justify;
	text-indent: 2em;
}

.free{
	width: 1140px;
	height: auto;
	margin:0 auto;
	position: relative;
}
.free h3{
	display: block;
	width: 236px;
	height: 36px;
	background: #da251c;
	float: left;
	border-radius: 18px 0 0 18px;
	margin-bottom: 60px;
}
.free h3 span{
	display: block;
	float: left;
	width: 125px;
	height: 16px;
	border-right: solid 1px #fff;
	margin-top: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	color:#fff;
}
.free h3 i{
	display: block;
	width: 110px;
	height: 16px;
	margin-top: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
	float: left;
}
.free h4{
	display: block;
	float: right;
	width: 885px;
	height: 36px;
	padding: 0 5px;
	background: #505050;
	border-radius: 0 18px  18px 0;
	margin-bottom: 60px;
}
.free h4 img{
	display: block;
	width: 36px;
	height: 36px;
	float: left;
}
.free h4 span{
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}
.abFree{
	display: block;
	width: 322px;
	height: 283px;
	margin-left: 38px;
	float: left;
	margin-bottom: 90px;
}
.free h1{
	width: 607px;
	height: 34px;
	font-size: 31px;
	color: #333;
	line-height: 34px;
	position: absolute;
	left: 415px;
	top:155px;
}
.free .p1{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 460px;
	top:225px;
}
.free .p1 span{
	display: block;
	width: 30px;
	height: 30px;
	float: left;margin-right: 10px;
	background: #dd4144;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.free .p2{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 460px;
	top:275px;
}
.free .p2 span{
	display: block;
	width: 30px;
	height: 30px;
	float: left;margin-right: 10px;
	background: #ff9e02;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.free .p3{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 460px;
	top:325px;
}
.free .p3 span{
	display: block;
	width: 30px;
	height: 30px;
	float: left;margin-right: 10px;
	background: #5c81d1;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}


.cream{
	width: 1140px;
	height: auto;
	margin:0 auto;
}
.cream h3{
	display: block;
	width: 236px;
	height: 36px;
	background: #da251c;
	float: left;
	border-radius: 18px 0 0 18px;
	margin-bottom: 60px;
}
.cream h3 span{
	display: block;
	float: left;
	width: 125px;
	height: 16px;
	border-right: solid 1px #fff;
	margin-top: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	color:#fff;
}
.cream h3 i{
	display: block;
	width: 110px;
	height: 16px;
	margin-top: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
	float: left;
}
.cream h4{
	display: block;
	float: right;
	width: 885px;
	height: 36px;
	padding: 0 5px;
	background: #505050;
	border-radius: 0 18px  18px 0;
	margin-bottom: 60px;
}
.cream h4 img{
	display: block;
	width: 36px;
	height: 36px;
	float: left;
}
.cream h4 span{
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}
.cream h1{
	text-align: center;
	width: 1140px;
	height: 34px;
	font-size: 31px;
	color: #333;
	line-height: 34px;
}
.cream h1 span{
	font-size: 31px;
	color: red;
}
.cream .kehu{
	display: block;
	width: 1134px;
	height: 476px;
	margin:40px auto 60px;
}

.about2{
	width: 1140px;
	height: auto;
	margin:0 auto 40px;
}
.about2 h3{
	display: block;
	width: 236px;
	height: 36px;
	background: #da251c;
	float: left;
	border-radius: 18px 0 0 18px;
	margin-bottom: 40px;
}
.about2 h3 span{
	display: block;
	float: left;
	width: 125px;
	height: 16px;
	border-right: solid 1px #fff;
	margin-top: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	color:#fff;
}
.about2 h3 i{
	display: block;
	width: 110px;
	height: 16px;
	margin-top: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
	float: left;
}
.about2 h4{
	display: block;
	float: right;
	width: 885px;
	height: 36px;
	padding: 0 5px;
	background: #505050;
	border-radius: 0 18px  18px 0;
	margin-bottom: 40px;
}
.about2 h4 img{
	display: block;
	width: 36px;
	height: 36px;
	float: left;
}
.about2 h4 span{
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}
.about2 ul li{
	float: left;
	width: 360px;
	height:270px;
	margin:10px;
}
.about2 ul li img{
	display: block;
	width: 360px;
	height: 270px;
}
/*新闻*/
.news-banner{
	width: 100%;
	height: 400px;
	background: url(../images/banner1.jpg) top center no-repeat;
	background-size: cover;
}
.news-nav{
	width:1138px;
	height: 58px;
	border:solid 1px #ddd;
	margin:25px auto 25px;
	border-radius: 5px;
}
.news-nav a{
	display: block;
	float: left;
	width: 141.25px;
	border-right: solid 1px #ddd;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	color: #333;
}
.news-nav a.last{
	border:none;
	width: 142.25px;
	border-radius: 0 5px 5px 0;
}
.news-nav a.first{
	border-radius: 5px 0 0 5px;
}
.news-nav a.thisclass{
	background: #c82d3f;
	color: #fff;
}
.news-nav a:hover{
	background: #c82d3f;
	color: #fff;
}
.new-list{
	width: 1140px;
	height: auto;
	margin:0 auto;
}
.new-list li{
	float: left;
	width: 498px;
	padding:30px;
	border:solid 1px #ddd;
	margin-top:25px;
	height: 178px;
	position: relative;
}
.new-list li:nth-child(1),.new-list li:nth-child(3),.new-list li:nth-child(5),.new-list li:nth-child(7),.new-list li:nth-child(9),.new-list li:nth-child(11){
	margin-right: 20px;
}
.new-list li a.img{
	display: block;
	width: 235px;
	height: 178px;
	float: left;
}
.new-list li a.img img{
	display: block;
	width: 235px;
	height: 178px;
}
.new-list li a.p{
	display: block;
	float: right;
	width: 243px;
	height: 35px;
	font-size: 16px;
	color: #333;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new-list li p{
	display: block;
	float: right;
	width: 243px;
	height: 100px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	text-align: justify;
	text-indent: 2em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.new-list li h3{
	display: block;
	width: 100px;
	height: 24px;
	position: absolute;
	z-index: 2;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	bottom: 31px;
	left:287px;
}
.new-list li h4{
	display: block;
	width: 83px;
	height: 24px;
	position: absolute;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	bottom: 31px;
	left:447px;

}
.new-list li h4 img{
	display: inline-block;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}
.news-page{
	width: 1140px;
	height: auto;
	margin: 25px auto;
	text-align: center;
}
.news-page a{
	display: inline-block;
	height: 28px;
	border:solid 1px #ddd;
	line-height: 28px;
	color: #999;
	padding:0 13px;
	font-size: 14px;
}
.news-page a.thisclass{
	background: #c82d3f;
	border:solid 1px #c82d3f;
	color: #fff;
}
/*精品印刷*/
.com-banner{
	width: 100%;
	height: 400px;
	background: url(../images/banner1.jpg) top center no-repeat;
	background-size: cover;
}

.com1{
	width: 1140px;
	height: auto;
	margin:0 auto;
}
.com1 .title{
	display: block;
	width: 720px;
	height: 100px;
	margin:45px auto;
}
.com1 ul li{
	float: left;
	width: 265px;
	height: auto;
	margin:0 10px; 
}
.com1 ul li a,.com1 ul li a img{
	display: block;
	width: 265px;
	height: 265px;
}
.com1 ul li h3{
	display: block;
	width: 265px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 10px;
}
.com1 ul li p{
	display: block;
	width: 265px;
	height: auto;
	line-height: 24px;
	color: #999;
	font-size: 14px;
}
.com1 .more{
	display: block;
	width: 180px;
	height: 18px;
	padding:6px 0px;
	border:solid 1px #ddd;
	margin:55px auto 75px;
}
.com1 .more span{
	display: block;
	width: 90px;
	height: 18px;
	float: left;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.com1 .more i{
	display: block;
	width: 89px;
	height: 18px;
	float: left;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	color: #999;
	border-left: solid 1px #ddd;
}
.com2{
	width: 1140px;
	height: auto;
	margin:0 auto;
}
.com2 .title{
	display: block;
	width: 720px;
	height: 100px;
	margin:0 auto 75px;
}
.com2 ul li{
	float: left;
	width: 320px;
	height: 155px;
	padding:20px;
	margin:0 10px 20px;
	background: #efefef;
}
.com2 ul li img{
	display: block;
	width: 130px;
	height: 155px;
	float: left;
	margin-right: 20px;
}
.com2 ul li h3{
	display: block;
	float: left;;
	height: 35px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 35px;
}
.com2 ul li p{
	display: block;
	width: 170px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.com2 ul li .h3-1{
	width: 70px;
	background: #004e85;
}
.com2 ul li .h3-2{
	width:145px;
	background: #c6221a;
}
.com2 ul li .h3-3{
	width: 70px;
	background: #c6771a;
}
.com2 ul li .h3-4{
	width: 70px;
	background: #117f85;
}
.com2 ul li .h3-5{
	width: 70px;
	background: #538f13;
}
.com2 ul li .h3-6{
	width: 70px;
	background: #80138f;
}
.com3{
	width: 1140px;
	height: auto;
	margin:0 auto;
}
.com3 .title{
	display: block;
	width: 837px;
	height: 100px;
	margin:55px auto 90px;
}
.com3 .left{
	width: 210px;
	height: 460px;
	float: left;
}
.w210{
	padding:30px 15px;
	background: url(../images/w210.jpg);
	width: 180px;
	height: 150px;
	margin-bottom: 20px;
}
.w210 h3{
	height: 40px;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 5px;

}
.w210 p{
	width: 180px;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
}

.com3 .right{
	float: right;
	width: 930px;
	height: 460px;
}
.com3 .right ul li{
	float: left;
	width: 130px;
	height: 210px;
	background: #494949;
	margin:0 0 20px 25px;
}
.com3 .right ul li img{
	display: block;
	width: 130px;
	height: 175px;
}
.com3 .right ul li span{
	display: block;
	width: 130px;
	height: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	letter-spacing: 1px;
}
.com3 .right ul li.last{
	width: 440px;
}
.com3 .right ul li.last img{
	width: 440px;
	height: 155px;
}
.com3 .right ul li.last span{
	width: 440px;
	height: 55px;
	line-height: 55px;
}

.com4{
	width: 100%;
	height: 100px;
	padding:55px 0;
	background: #bf2c29;
	margin:80px 0;
	text-align: center;	
}

.com5{
	width: 1140px;
	height: auto;
	margin:100px auto 25px;	
}
.com5 img{
	display: block;
	margin:0 auto;
}

.com6{
	width: 1140px;
	height: auto;
	margin:0px auto 75px;	
}
.com6 img{
	display: block;
	margin:0 auto;
}
/*详情页*/
.article-box{
	width: 1140px;
	height: auto;
	margin:45px auto 45px;
}
.article-box .left{
	width: 810px;
	height: auto;
	float: left;
}
.article-box .left h3{
	display: block;
	width: 810px;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}
.article-box .left h4{
	display: block;
	width: 810px;
	height: 49px;
	text-align: center;
	font-size: 18px;
	color: #333;
	border-bottom: dashed 1px #ddd;
	margin-bottom: 30px;
}
.article-box .left h4 span{
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin:0 20px;
}
.article-box .left p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 24px;
}
.article-box .left img{
	display: block;
	max-width: 810px;
	margin:0 auto 24px;
}
.article-box .left p a{
	color: #d4282c;
	font-size: 14px;
}
.article-box .right{
	float: right;
	width: 300px;
	height: auto;
}
.w300{
	width: 298px;
	height: auto;
	border:solid 1px #d4282c;
	margin-bottom: 35px;
	padding-bottom: 10px;
}

.w300 h1{
	width: 298px;
	height: 69px;
	background: #d4282c;
	text-align: center;
	line-height: 69px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;

}
.w300-list1{
	width: 280px;
	margin:0 auto;
}
.w300-list1 li{
	width: 280px;
	height: 40px;
	border-bottom: dashed 1px #ddd;
}
.w300 li.last{
	border:none;
}

.w300-list1 li span{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: #d4282c;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	margin:12px 9px 12px 0;
}
.w300-list1 li a{
	display: block;
	width: 255px;
	height: 40px;
	float: left;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.w300-list2{
	width: 280px;
	margin:0 auto;
}
.w300-list2 li{
	width: 280px;
	height: 60px;
	padding:15px 0;
	border-bottom: dashed 1px #d4282c;
}
.w300-list2 li a{
	display: block;
	width: 280px;
	height: 60px;
}
.w300-list2 li a img{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}
.w300-list2 li a h3{
	display: block;
	width: 205px;
	height: 30px;
	font-size: 16px;
	color: #333;
	float: right;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.w300-list2 li a h4{
	display: block;
	width: 205px;
	height: 30px;
	font-size: 14px;
	color: #999;
	float: right;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.w300-list3{
	width: 280px;
	margin:15px auto;
}
.w300-list3 li a{
	width: 280px;
	display: block;
	height: 30px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.w300-3{
	margin-bottom:0px;
}
/*产品详情*/
.bzbox{
	overflow: hidden;
	width: 500px;
	height: auto;
	float: left;
}
.primg{
	width:500px;
	height: auto;
}
.primg_box{
	width: 500px;
	height: 500px;
	background: #fafafa
	;text-align: center;
	display: table-cell;
	vertical-align: middle
}
.primg_box img{
	max-width: 500px;
	max-height: 500px;
	vertical-align: middle;
	display: block;
}
.tinyimg{
	text-align: center;
}
.tinyimg li{
	vertical-align: middle;
	display: table-cell;
	float: left;
	width: 95px;
	height: 95px;
	text-align: center;
	background: #eee;
	margin-left:5px;
}
.proArticle{
	width: 1140px;
	height: auto;
	margin:50px auto;
}
.proArticle .right{
	width: 600px;
	height: auto;
	float: right;
}
.proArticle .right h3{
	display: block;
	width: 600px;
	height: 40px;
	font-size: 25px;
	color: #d4282c;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.proArticle .right h4{
	display: block;
	width: 600px;
	height: 30px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.proArticle .right p{
	display: block;
	width: 600px;
	font-size:14px;
	line-height: 28px;
	margin-bottom: 10px;
}
.proArticle .right a{
	display: block;

width: 240px;

height: 50px;

background: #d4282c;

color: #fff;

text-align: center;

line-height: 50px;

font-size: 15px;

margin-bottom: 10px;

border-radius: 5px;

font-size: 20px;
}
.article-nav{
	width: 1140px;
	height: 40px;
	margin:0 auto 20px;
	background: #efefef;
}
.article-nav span{
	display: block;
	float: left;
	width: 283px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ceab31;
	color: #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	cursor: pointer;
}
.article-nav span.article-nav2{
	background:#d4282c;
	color: #fff;
}
.pro-article1{
	width: 1140px;
	height: auto;
	margin:0 auto 50px;
	display: none;
}
.pro-article1 img{
	display: block;
	max-width: 1140px;
	margin:0 auto;
}
.pro-article2{
	width: 1140px;
	height: auto;
	margin:0 auto 50px;
}
.pro-article2 h3{
	height: 60px;
	font-size: 36px;
	color: #d4282c;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
	margin-top: 40px
}
.pro-article2 h4{
	height: 40px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.pro-article2 .left{
	width: 250px;
	height: 340px;
	padding:20px;
	float: left;
	background: #f0f0f0;
	margin-top: 40px;
}
.pro-article2 .left h3{
	display: block;
	width: 210px;
	height: 46px;
	background: #d4282c;
	font-size: 23px;
	color: #fff;
	line-height: 46px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 0;
}
.pro-article2 .left p{
	margin-top: 15px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	text-align: justify;

}
.pro-article2 .right{
	width: 790px;
	height: 340px;
	padding:20px;
	float: right;
	background: #f0f0f0;
	margin-top: 40px;
}
.pro-article2 .right .img1{
	display: block;
	float: left;
	width: 308px;
	height: 247px;
}
.pro-article2 .right .img2{
	display: block;
	float: right;
	width: 440px;
	height: 247px;
}
.pro-article2 .right h3{
	display: block;
	width: 210px;
	height: 46px;
	background: #d4282c;
	font-size: 23px;
	color: #fff;
	line-height: 46px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 20px;
}
.pro-article2 .right p{
	padding: 15px 0 0;
	font-size: 14px;
	color: #666;
}


.pro-article3{
	width: 1140px;
	height: auto;
	margin:0 auto 50px;
}
.pro-article3 h3{
	height: 60px;
	font-size: 36px;
	color: #d4282c;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
	margin-top: 40px
}
.pro-article3 h4{
	height: 40px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.pro-article3 .left{
	width: 250px;
	height: 340px;
	padding:20px;
	float: left;
	background: #f0f0f0;
	margin-top: 40px;
}
.pro-article3 .left h3{
	display: block;
	width: 210px;
	height: 46px;
	background: #d4282c;
	font-size: 23px;
	color: #fff;
	line-height: 46px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 0;
}
.pro-article3 .left p{
	margin-top: 15px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	text-align: justify;

}
.pro-article3 .right{
	width: 790px;
	height: 340px;
	padding:20px;
	float: right;
	background: #f0f0f0;
	margin-top: 40px;
}
.pro-article3 .right img{
	display: block;
	float: left;
	width: 790px;
	height: 340px;
}
.pro-article3-1,.pro-article3-2{
	display: none;
}
/*联系我们*/
.contact-banner{
	width: 100%;
	height: 400px;
	background: url(../images/lianxiwomen_bg.jpg) top center no-repeat;
	background-size: cover;
}
.contact-box{
	width: 1140px;
	height: auto;
	margin:50px auto;
}
.contact-box .left{
	width: 440px;
	height: auto;
	float: left;
	padding-bottom: 30px;
	height: 290px;
	background: #f0f0f0;
}
.contact-box .title{
	width: 400px;
	height: 80px;
	padding:20px 0 0 40px;	
	background: #da251c;
	margin-bottom: 30px;
}
.contact-box .title h3{
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
}
.contact-box .title h4{
	font-size: 12px;
	color: #fff;
}
.contact-box p{
	padding-left: 40px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #666;
}
.contact-box .right{
	width: 678px;
	height: 318px;
	border:solid 1px #f0f0f0;
	float: right;
}
.jiaotong{
	width: 1140px;
	height: auto;
	margin:0 auto 50px;

}
.jiaotong h3{
	width: 1000px;
	height: 50px;
	line-height: 30px;
	font-size:25px;
	color: #757575;
	font-weight:500;
}
.jiaotong p{
	display:block;
	width: 1030px;
	line-height: 25px;
	font-size: 14px;
	color: #757575;
	letter-spacing: 1px;
	margin-top: 20px;
	float: right;
}
.jiaotong span{
	display: block;
	width: 90px;
	height: 23px;
	margin-top: 20px;
	border:solid 1px #757575;
	border-radius: 12.5px;
	text-align: center;
	float: left;
	margin-right: 15px;
	line-height: 25px;
	color:#757575;
	letter-spacing: 1px;
}
/*网站地图*/
.mapBox{
	width: 1140px;
	height: auto;
	margin:50px auto 0;
}
.mapBox h3{
	display: block;
	float: left;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #d4282c;
	border-radius: 5px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 50px;
}
.mapBox p{
	width: 998px;
	height: auto;
	border:solid 1px #ddd;
	float: right;
	border-radius: 5px;
	margin-bottom:50px;
}
.mapBox p a{
	display: inline-block;
	line-height: 39px;
	padding:0 40px;

}
.mapBox p a:hover{
	color: #d4282c;
}

/*印刷开始*/
.print_img{ width:100%; height:417px; background:url(../images/ys_img.jpg) center center no-repeat;}
.print_caizhi{ width:1140px; margin:auto;}
.print_caizhi ._print{ width:1140px; text-align:center; margin:30px auto;}
.pr_caizhi{1140px; height:auto;}
.pr_caizhi li{ width:205px; height:auto; margin:40px; float:left;}
.pr_caizhi li .pr_caizhi_img{ border:#da3641 1px solid; width:193px; height:193px; border-radius:50%; overflow:hidden; padding:5px;}
.pr_caizhi li .pr_caizhi_img span{ display:block; width:193px; height:193px; border-radius:50%; background:#fff; overflow:hidden;}
.pr_caizhi li dl { height:120px; padding:20px 20px;}
.pr_caizhi li.pr_caizhi2 .pr_caizhi_img { margin-top:20px;}
.pr_caizhi li.pr_caizhi2  dl{ margin-top:40px; margin-bottom:0;}
.pr_caizhi li dl dt{ color:#da3641; font-size:18px; height:30px; line-height:30px;}
.pr_caizhi li.pr_caizhi2  dl dt{color:#ff9f03; font-size:18px; height:30px; line-height:30px;}
.pr_caizhi li dl dd span ,.pr_caizhi li.pr_caizhi2  dl dd span.pr_caizhi li.pr_caizhi2  dl dd span{ color:#999; font-size:16px; display:block; height:30px; line-height:30px;}
.pr_caizhi li dl dd i ,.pr_caizhi li.pr_caizhi2  dl dd span.pr_caizhi li.pr_caizhi2  dl dd i{ color:#333; font-size:14px; text-align:justify; display:block;}
/*印刷结束*/
.pr_caizhi li.pr_caizhi2 .pr_caizhi_img{border:#ff9f03 1px solid;}

.print_facility{ width:100%; height:auto;}
.facili_title{padding:40px 0; background:#da3641; text-align:center;}
.facili_img{ width:1140px; margin:40px auto;}
.facili_img .facili_list1{ width:1140px; height:350px;}
.facili_img span img{ width:527px; height:350px; }
.facili_img i  img{ width:603px; height:350px;}
.facili_list2{ width:1140px; margin-top:10px;}
.facili_list2 li{ float:left; width:218px; margin-right:10px; height:145px;}
.facili_list2 li img{ width:100%; height:145px;}
.guanggao{
	width:100%;
	height: 240px;
	margin: 20px 0;
	background:url(../images/wide3.jpg) center center;
}
.gsxw{
	width: 360px;
	float: left;
	overflow: hidden;
}
.cjwt{
	width: 360px;
	margin:0 15px; 
	padding:0 14px;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}
.gsxw .title{
	width: 360px;
	height: 40px;
	background:#e6e6e6;
}
.gsxw .title h3{
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	background: #6c609e;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.gsxw .title a{
	float: right;
	line-height: 30px;
	color: #333;
	padding:0 10px;
	margin-right: 1px;
	margin-top: 5px;
}
 .gsxw .title a:hover{
	color: #fc0000;
}
 .gsxw .first{
 	width: 360px;
 	height: 110px;
 	padding:15px 0px;
 }
  .gsxw .first a{
  	display: block;
  	width: 360px;
  	height: 110px;
  }
 .gsxw .first a img{
 	display: block;
 	width: 150px;
 	height: 100px;
 	padding:4px;
 	border:solid 1px #d3d3d3;
 	float: left;
 	margin-right:15px; 
 }
  .gsxw .first a p{
  	display: block;
  	float: right;
  	width: 185px;
  	height: 90px;
  	color: #666;
  	font-size: 14px;
  	line-height: 22px;
	text-align: justify;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
  }
   .gsxw .first a span{
   	display: block;
   	float: left;
   	color:#666;
   	line-height: 22px;
   }
   .gsxw .first a i{
   	display: block;
   	float: right;
   	color:#fc0000;
   	line-height: 22px;
   }
  .gsxw ul li{
  	width: 360px;
  	height: 30px;
  }
  .gsxw ul li a{
  	display: block;
  	width: 280px;
  	height: 30px;
  	color: #666;
  	line-height: 30px;
  	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
  }
  .gsxw ul li span{
  	display: block;
  	width: 80px;
  	text-align: right;
  	float: right;
  	color: #666;
  	line-height: 30px;
  }
.liuyanBox{
	width: 100%;
	height: 100px;
	background: #72706f;
	padding:10px 0px;
	margin:20px 0;
}
.liuyan{
	width: 1140px;
	height: 100px;
	margin:0 auto;
}
.liuyan h3{
	width: 1140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #fff
}
.liuyan h3 span{
	color: red;
	font-size: 30px;
	font-weight: 600;
	padding:0 10px;
}
.liuyan h3 i{
	padding-left: 30px;
	font-size: 20px;
	font-weight: 600;
	color: #fff
}
.liuyan h4{
	width: 1140px;
	height: 50px;
	text-align: center;
}
.liuyan h4 span{
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	padding:0 30px;
}
.liuyan h4 span .inBtn{
	width: 120px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background:#db261d;
	font-size: 16px;
	border: none;
	border-radius: 17px;
}
.fixedBox{
	width: 100%;
	height: 65px;
	background: url(../images/fixed-bg.jpg);
	position: fixed;
	bottom: 0px;
	z-index: 999;
}
.fixed{
	width: 1140px;
	height: 65px;
	position: relative;
	margin:0 auto;
}
.fixed .left{
	float: left;
	height: 65px;
	width: 561px;
}
.fixed .left img{
	display: block;
	width: 300px;
	float: left;
	margin-top: -88px;
}
.fixed .left a{
	display: block;
	float: left;
	width: 120px;
	height: 35px;
	margin:22.5px 15px;
	background: #db261d;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	border-radius: 17.5px;
}
.fixed .center{
	width: 320px;
	height: 35px;
	margin:8px 0px 0 0;
	text-align:left;
	line-height: 25px;
	font-size: 16px;
	color: #fefe00;
	float: left;
	font-weight: 600;
}
.fixed .right{
	width: 200px;
	height: 35px;
	float: right;
	margin-top: 22.5px;
}
.fixed .right img{
	display: 35px;
	height: 35px;
	float: left;
}
.fixed .right p{
	display: block;
	width: 165px;
	color: #db261d;
	font-size: 15px;
	line-height: 17.5px;
	font-weight: 600;
	text-align: right;
}
.about-width{
	width: 100%;
	height: 60px;
	padding:20px 0;
	background: #72706f;
}
.about-width a{
	display: block;
	width: 1140px;
	height: 60px;
	margin:0 auto;
}
.about-width a img{
	display: block;
	width: 1140px;
	height: 60px;
}
.right-btn-two{
	position: fixed;
  	top: 282px;
  	z-index: 999;
  	right: 0;
  	width: 167px;
  	height: 50px;
 }
 .right-btn-two1{
 	top:332px;
 }
 .right-btn-two2{
 	top:382px;
 }
.right-btn-two img{
  display: block;
  width: 167px;
  height: 50px;
  float: left;
}
.side-pannel {
	position: fixed;
	right:20px;
	margin-left: 496px;
	z-index: 99
}
.side-bar {
	border: 1px solid #E7E7E7;
	border-bottom: none;
	bottom: 100px;
	background: #fff
}
.side-bar a {
	display: block;
	cursor: pointer;
	width: 70px;
	height: 60px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
	color: #676767;
	text-align: center
}
.side-bar a s {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.side-bar a span {
	line-height: 20px
}

.side-bar a.gotop s {
	position: absolute;
	top: 50%;
	left: 17px
}
.side-bar a.text {
	padding-top: 25px
}
.side-bar a.qr s {
	position: absolute;
	top: 50%;
	left: 18px
}
.side-bar a.qr i {
	width: 277px;
	height: 259px;
	position: absolute;
	left: -277px;
	top: 50%;
	margin-top: -120px;
	display: none;
	background-position: 0 0
}
.side-bar a.qr:hover i {
	display: block
}
.side-bar a.qr i {
	background-image: url(../images/weixin.png)
}

.g-icon-top {
	height: 20px;
	width: 35px;
	margin-top: -10px;
	background-position: 0 -33px
}
.g-icon-survey1 {
	height: 23px;
	width: 26px;
	margin-top: -11px;
	background-position: 0 -53px
}
.side-bar a.survey:hover s {
	height: 23px;
	width: 26px;
	margin-top: -11px;
	background-position: -26px -53px
}
.g-icon-qq1 {
	height: 20px;
	width: 22px;
	margin-top: -10px;
	background-position: -35px -33px
}
.g-icon-weibo1 {
	height: 25px;
	width: 27px;
	margin-top: -12px;
	background-position: -72px 0
}
.g-icon-weibo2, .side-bar a.weibo:hover s {
	height: 25px;
	width: 27px;
	margin-top: -12px;
	background-position: -72px -25px
}
.g-icon-qr1 {
	height: 33px;
	width: 36px;
	margin-top: -16px;
	background-position: -36px 0
}
.g-icon-qr2, .side-bar a.qr:hover s {
	height: 33px;
	width: 36px;
	margin-top: -16px;
	background-position: 0 0
}
.weibo{ position:relative}

.weibo i{ width: 277px;
	height: 107px;
	position: absolute;
	left: -277px;
	top: 140%;
	margin-top: -120px;
	display:none;
	background-position: 0 0;
	background:url(../images/teldianhua.png)}
.weibo:hover i{ display:block;}

.g-icon-qq1, .g-icon-qr1, .g-icon-qr2, .g-icon-survey1, .g-icon-survey2, .g-icon-top, .g-icon-weibo1, .g-icon-weibo2,.side-bar a.qr:hover s, .side-bar a.survey:hover s, .side-bar a.weibo:hover s{background-image: url(../images/sprite.png)}
/*置顶结束*/	
.btn_zixun{
	 display: block;
    width: 240px;
    height: 50px;
    background: #da251c;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    border-radius: 50px;
    font-size: 20px;
    MARGIN: 0 auto 65px;
}
   