/* eyoucms.com 易优CMS -- 好用,免费,安全 */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
img{
	border: 0;
}
body{
	overflow-x: hidden;
}
.clear{
	clear: both;
}

.head-bg{
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(6, 0, 1, 0.3);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(6, 0, 1, 0.3);
	z-index: 10;
}
.head-box{
	width: 1200px;
	margin: 0 auto;
}
.head-logo{
	width: 325px;
	height: 100px;
	float: left;
}
.head-logo img{
	display: block;
	width: 100%;
}
.head-nva{
	float: right;
	height: 100px;
}
.head-nva ul li{
	float: left;
	position: relative;
}
.head-nva ul li a{
	display: block;
	padding: 31px 20px 30px;
}
.head-nva ul li p{
	vertical-align: middle;
	text-align: center;
}
.head-nva ul li p:first-child{
	font-size: 15px;
	color: #333;
}
.head-nva ul li p:last-child{
	font-size: 12px;
	color: #999;
	font-family: arial;
	margin-top: 5px;
}
.head-nva ul li:hover{
	background-color: #ff6100;
}
.head-nva ul li:hover p{
	color: #fff;
}
.nva-bj{
	background-color: #ff6100;
}
.head-nva ul .nva-bj a p{
	color: #fff;
}
.head-nva ul li ul{
	position: absolute;
	width: 120px;
	background-color: #fa4c07;
	top: 110px;
	opacity: 0;
	z-index: 100;
}
.head-nva ul li:hover ul{
	opacity: 1;
	top: 100px;
}
.head-nva ul li ul li{
	width: 100%;
	border-bottom: 1px solid #FF6100;
}
.head-nva ul li ul li:last-child{
	border: none;
}
.head-nva ul li ul li a{
	padding: 10px;
	display: block;
	color: #fff;
}
.head-nva ul li ul li:hover{
	background-color: #FF6100;
}
.banner-box{
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.banner{
}
.banner li{
	position: relative;
}
.banner li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.3);*/
}
.banner li img{
	display: block;
	width: 100%;
}
.cut{
	width: 40px;
	height: 55px;
	position: absolute;
	cursor: pointer;
	opacity: .4;
}
.banner-box:hover .cut{
	opacity: 1;
}
.prev-banner{
	background: rgba(0,0,0,.5) url(../img/btn-left.png) no-repeat;
	background-position: 50%;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.prev-banner:hover{
	background: #FF6100 url(../img/btn-left.png) no-repeat 50%;
}
.next-banner{
	background: rgba(0,0,0,.5) url(../img/btn-right.png) no-repeat;
	background-position: 50%;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.next-banner:hover{
	background: #FF6100 url(../img/btn-right.png) no-repeat 50%;
}
.pointer{
	height: 12px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	cursor: pointer;
}
.pointer li{
	width: 12px;
	height: 12px;
	background-color: #FF6100;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float: left;
	margin: 0 5px;
	border: 1px solid #FA4C07;
}
.pointer li.now{
	background: none;
	border: 1px solid #FA4C07;
}
.product-bg{
	background-color: #f7f7f7;
	padding: 36px 0;
}
.product-box{
	width: 1200px;
	margin: 0 auto;
}
.product-box .bt h2{
	color: #333;
}
.product-box .bt span{
	color: #999;
}
.bt h2{
	font-size: 24px;
	padding: 0 20px;
	position: relative;
}
.bt h2::before,.bt h2::after{
	content: '';
	position: absolute;
	top: 50%;
	width: 74px;
	height: 1px;
	background-color: #ccc;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.bt h2::before{
	left: -74px;
}
.bt h2::after{
	right: -74px;
}
.bt span{
	font-size: 12px;
	font-family: arial;
}
.bt-box{
	height: 52px;
	position: relative;
}
.bt{
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.product-bt-list{
	margin-top: 10px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	flex-wrap: wrap;
}
.product-bt-list ul{
	overflow: hidden;
}
.product-bt-list ul li{
	float: left;
	margin: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.product-bt-list ul li a{
	font-size: 14px;
	color: #666;
	padding: 5px 14px;
	display: block;
}
.product-bt-list ul li:hover{
	border: 1px solid #FF6100;
	background-color: #FF6100;
}
.product-bt-list ul li:hover a{
	color: #fff;
}
.product-list{
	margin-top: 26px;
}
.product-list li{
	width:280px;
	height: 280px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 10px 20px;
}
.product-list li img{
	display: block;
	width: 280px;
}
.product-list li a span{
	position: absolute;
	display: block;
	width: 100%;
	height: 229px;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	transform: translateY(-229px);
	-webkit-transform: translateY(-229px);
	-moz-transform: translateY(-229px);
	-ms-transform: translateY(-229px);
}
.product-list li a span::before{
	content: '';
	position: absolute;
	width: 56px;
	height: 56px;
	top: 10%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	background: url(../img/cp-lj.png) no-repeat 100%;
	opacity: 0;
}
.product-list li a p{
	font-size: 14px;
	background-color: #FF6100;
	color: #fff;
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	line-height: 51px;
	text-align: center;
	transform: translateY(51px);
	-webkit-transform: translateY(51px);
	-moz-transform: translateY(51px);
	-ms-transform: translateY(51px);
}
.product-list li:hover span,.product-list li:hover p{
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
}
.product-list li:hover span::before{
	top: 50%;
	opacity: 1;
}

.about-box{
	width:1200px;
	margin: 0 auto;
	padding-top: 36px;
}
.carousel-item img{
	display: block;
	width: 466px;
}
.about-tu{
	width: 507px;
	height: 424px;
	position: relative;
}
.about-left-box{
	width: 507px;
	overflow: hidden;
}
.carousel-inner{
	position: absolute;
	width: 466px;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.carousel-item{
	float: left;
	height: 100%;
}
.carousel-btn{
	position: absolute;
	width: 85px;
	height: 67px;
	right: 0;
	cursor: pointer;
}
.carousel-prev-btn{
	bottom: 0;
	margin-bottom: 67px;
	background: #FF6100 url(../img/btn-left.png) no-repeat;
	background-position: 50%;
	background-size: 14px 26px;
}
.carousel-next-btn{
	bottom: 0;
	background: #333 url(../img/btn-right.png) no-repeat;
	background-position: 50%;
}
.kb{
	width: 43px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.about-left{
	float: left;
}
.about-right{
	width: 617px;
	float: left;
	margin-left: 76px;
	height: 424px;
}
.about-right h2{
	font-size: 24px;
	color: #FA4C07;
	margin-top: 29px;
	line-height: 57px;
	padding-left: 22px;
	position: relative;
	margin-bottom: 20px;
}
.about-right h2::before{
	content: "";
	position: absolute;
	width: 4px;
	height: 57px;
	top: 0;
	left: 0;
	background-color: #333;
}
.about-right p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
.about-right a{
	display: block;
	font-size: 13px;
	color: #999;
	border: 1px solid #ccc;
	width: 86px;
	text-align: center;
	line-height: 28px;
	margin-top: 40px;
}
.about-right a:hover{
	color: #fff;
	border-color:#FF6100 ;
	background-color: #FF6100;
}
.design-bg{
	margin-top: 36px;
	padding: 36px 0;
	position: relative;
	background: rgba(0,0,0,.82);
}
.design-bg::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/team-bg.png) no-repeat;
	z-index: -1;
	background-attachment: fixed;
}
.design-box{
	width: 1200px;
	margin: 0 auto;
}
.design-box .bt h2{
	color: #FF6100;
}
.design-box .bt span{
	color: #d3af99;
}
.design-box .bt h2::before,.design-box .bt h2::after{
	background-color: #ffcc99;
}
.design-list li{
	overflow: hidden;
	width: 280px;
	background-color: #fff;
	padding-bottom: 12px;
	float: left;
	margin: 0 10px;
}
.design-list li:hover{
	background-color: #FA4C07;
}
.design-list li img{
	width: 280px;
	height: 237px;
	display: block;
	margin-bottom: 20px;
}
.design-list li a b{
	font-size: 16px;
	color: #333;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	margin-left: 12px;
	position: relative;
	font-weight: normal;
}
.design-list li a b::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 2px;
	background-color: #ccc;
}
.design-list li:hover b::before{
	width: 100%;
	background-color: #fff;
}
.design-list li:hover b,.design-list li:hover p{
	color: #fff;
}
.design-list li a p{
	font-size: 13px;
	color: #666;
	margin-left: 12px;
	margin-top: 15px;
}
.design-lb{
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 322px;
}
.design-list{
	position: absolute;
	top: 0;
	left:0;
	width: 9999px;
}
.design_box{
	position: relative;
	margin-top: 27px;
}
.design-al{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}
.pre{
	background: #333 url(../img/btn-left.png) no-repeat 50%;
	background-size: 10px 19px;
	left: -60px;
}
.pre:hover{
	background: #fa4c07 url(../img/btn-left.png) no-repeat 50%;
	background-size: 10px 19px;
}
.next:hover{
	background: #fa4c07 url(../img/btn-right.png) no-repeat 50%;
	background-size: 10px 19px;
}
.next{
	background: #333 url(../img/btn-right.png) no-repeat 50%;
	background-size: 10px 19px;
	right: -60px;
}
.case-box{
	margin-top: 36px;
}
.case-box .bt h2{
	color: #fa4c07;
}
.case-box .bt span{
	color: #fe753f;
}
.case-box .bt h2::before,.case-box .bt h2::after{
	background-color: #c97643;
}

#container2{
	margin-top: 27px;
}
#container2 .swiper-slide img{
	display: block;
	width: 100%;
	}
.swiper-slide {
      /* Center slide text vertically */
      width: 25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.case-lb{
	position: relative;
	overflow: hidden;
}
.case-lb p{
	font-size: 18px;
	color: #fff;
	background-color: #FA4C07;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 28px 0;
	z-index: 100;
	opacity: 0;
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
}
.case-lb:hover p{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.case-lb span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	display: block;
}
.case-lb:hover span{
	opacity: 0;
}
.new-box{
	width: 1200px;
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 48px;
}
.new-box .bt h2{
	color: #333;
}
.new-box .bt span{
	color: #999;
}
.new-box .bt h2::before,.new-box .bt h2::after{
	background-color: #ccc;
}
.news-list{
	margin-top: 24px;
}
.news-list ul li{
	width: 380px;
	background-color: #f7f7f7;
	padding-bottom: 18px;
	float: left;
}
.news-list ul li:nth-child(2){
	margin: 0 30px;
}
.news-list ul li img{
	width: 380px;
	height: 179px;
	display: block;
}
.news-list ul li h3{
	font-size: 15px;
	color: #333;
	padding: 12px 20px;
	border-bottom: 1px solid #ccc;
}
.news-list ul li span{
	font-size: 12px;
	color: #999;
	margin-left: 20px;
	margin-top: 5px;
	display: block;
}
.news-list ul li p{
	font-size: 13px;
	color: #666;
	line-height: 22px;
	padding: 7px 20px;
}
.news-list ul li b{
	height: 10px;
	background: url(../img/gd.png) no-repeat;
	display: block;
	background-position-x: 20px;
	margin-top: 10px;
}
.news-list ul li:hover{
	box-shadow: 0px 1px 6px 0px rgba(6, 0, 1, 0.25);
}
.news-list ul li:hover h3{
	color: #FF6100;
	border-color: #FF6100;
}
.news-list ul li:hover b{
	background: url(../img/gd-1.png) no-repeat;
	background-position-x: 34px;
}
.foot-bg{
	margin-top: 22px;
	background: rgba(0,0,0,.9);
	position: relative;
}
.foot-bg::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/foot-bg.png) no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.foot-box{
	width: 1200px;
	margin: 0 auto;
}
.foot-nva{
	width: 904px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
.foot-nva li a{
	font-size: 15px;
	color: #fff;
}
.foot-nva li{
	float: left;
	margin-right: 32px;
}
.foot-nva li a:hover{
	color: #FA4C07;
}
.foot-top{
	padding-bottom: 60px;
	position: relative;
	padding-top: 36px;
}
.foot-top dl dd{
	overflow: hidden;
	margin-top: 30px;
}
.foot-top dl dd p{
	font-size: 15px;
	color: #ccc;
	float: left;
	margin-right: 40px;
}
.ewm-box{
	background-color: #FF6100;
	position: absolute;
	top: 0;
	right: 50px;
	padding: 10px;
	margin-top: -22px;
}
.ewm-box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -10px;
	width: 10px;
	height: 22px;
	background: url(../img/db-ew.png) no-repeat;
}
.ewm{
	background-color: #fff;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.ewm img{
	display: block;
	border: 1px solid #3c3c3c;
	width: 133px;
	height: 133px;
}
.ewm p{
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 9px 0;
}
.foot{
	font-size: 12px;
	border-top: 1px solid #333;
	overflow: hidden;
}
.foot p{
	color: #666;
	float: left;
	line-height: 44px;
}
.foot p a{
	color: #666;
}
.foot div,.foot div a{
	color: #666;
}
.foot div{
	float: right;
	line-height: 44px;
	margin-right: 62px;
}
.foot div a:hover{
	color: #FA4C07;
}
.top_box{
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 40px;
	height: 40px;
	background:#333 url(../img/top.png) no-repeat 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor: pointer;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4 ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.top_box:hover,.top_box:focus{
	background:#FA4C07 url(../img/top.png) no-repeat 50%;
}

.ny-banner img{
	width: 100%;
	display: block;
}
.ny-banner{
	position: relative;
}
.dq-bg{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	/*box-shadow: 0px -1px 1px 0px rgba(5, 0, 1, 0.1);*/
}
.dq-bg dl{
	width: 1200px;
	margin: 0 auto;
}
.dq-bg dl{
	font-size: 13px;
	color: #f7f7f7;
	overflow: hidden;
	padding: 10px;
}
.dq-bg dl a{
	color: #f7f7f7;
}
.dq-bg dl p,.dq-bg dl dt,.dq-bg dl dd{
	float: left;
	margin: 2px;
}
.dq-bg dl a:hover{
	color: #FF6100;
}
.ny-bg{
	background-color: #F7F7F7;
	padding: 15px 0;
}
.ny-bg ul{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
}
.ny-bg ul li{
	float: left;
	border: 1px solid #999;
	margin: 10px;
	border-radius: 5px;
}
.ny-bg ul li a{
	color: #333;
	padding: 6px 12px;
	display: block;
}
.ny-bg ul li:hover{
	background-color: #FF6100;
	border-color:#FF6100 ;
}
.ny-bg ul li:hover a{
	color: #fff;
}
.ny-bg ul .ys{
	background-color: #FF6100;
	border-color:#FF6100 ;
}
.ny-bg ul .ys a{
	color: #fff;
}
.nr-box{
	width: 1200px;
	margin: 0 auto 20px;
	padding: 20px 0;
}
.about-wb{
	font-size: 15px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	margin: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.about-wb img{
	max-width: 1180px;
	display: block;
	margin: 5px 0;
}
.page-box{
	position: relative;
	height: 57px;
	margin: 20px 0;
}
.page-box ul{
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.page-box ul li{
	float: left;
	font-size:15px;
	border: 1px solid #ddd;
	margin: 10px 3px;
	text-align: center;
	border-radius: 4px;
}
.page-box ul li a{
	color: #999;
	display: block;
	width: auto;
	line-height: 35px;
	margin: 0px 10px;
}
.page-box ul li:hover{
	border-color: #FF6100;
	background-color: #FF6100;
}
.page-box ul li:hover a{
	color: #fff;
}
.page-box ul .page-active{
	border-color: #FF6100;
	background-color: #FF6100;
}
.page-box ul .page-active a{
	color: #fff;
}
.page-box ul .page-left{
	background: url(../img/page-left.png) no-repeat 50%;
	background-size: 8px;
}
.page-box ul .page-left a,.page-box ul .page-right a{
	height: 35px;
}
.page-box ul .page-right{
	background: url(../img/page-right.png) no-repeat 50%;
	background-size: 8px;
}
.page-box ul .page-left:hover{
	background: #FF6100 url(../img/btn-left.png) no-repeat 50%;
	background-size: 8px;
}
.page-box ul .page-right:hover{
	background: #FF6100 url(../img/btn-right.png) no-repeat 50%;
	background-size: 8px;
}
.ny-box{
	font-size: 15px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	margin: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.ny-box h1{
	font-size: 24px;
	color: #333;
	text-align: center;
}
.ny-box img{
	max-width: 1180px;
	margin: 8px auto;
	display: block;
}
.wz-sj{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.wz-sj b{
	font-size: 13px;
	font-weight: normal;
	color: #999;
	display: block;
	margin: 5px;
}
.ny-fy{
	margin-top: 20px;
}
.ny-fy li a{
	color: #999;
}
.ny-fy li a:hover{
	color: #FF6100;
}
.sheji-list{
	padding: 20px 0;
}
.sheji-list li{
	overflow: hidden;
	width: 280px;
	padding-bottom: 12px;
	float: left;
	margin: 0 10px;
	background-color: #eee;
	box-shadow: 0px 1px 2px 0px rgba(6, 0, 1, 0.25);
	margin-top: 20px;
}
.sheji-list li:hover{
	background-color: #FA4C07;
}
.sheji-list li img{
	width: 280px;
	height: 237px;
	display: block;
	margin-bottom: 20px;
}

.sheji-list li a b{
	font-size: 16px;
	color: #333;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	margin-left: 12px;
	position: relative;
	font-weight: normal;
}
.sheji-list li a b::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 2px;
	background-color: #ccc;
}
.sheji-list li:hover b::before{
	width: 100%;
	background-color: #fff;
}
.sheji-list li:hover b,.sheji-list li:hover p{
	color: #fff;
}
.sheji-list li a p{
	font-size: 13px;
	color: #666;
	margin-left: 12px;
	margin-top: 15px;
}
.xw-list{
	padding: 10px;
}
.xw-img{
	width: 379px;
	height: 179px;
	float: left;
}
.xw-img img{
	width: 379px;
	display: block;
}
.xw-wb{
	float: left;
	width: 751px;
	margin-left: 30px;
}
.xw-list li{
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 0px 10px 15px 10px;
	margin-top: 15px;
}
.xw-list li h3{
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.xw-list li span{
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	display: block;
}
.xw-list li p{
	font-size: 13px;
	color: #666;
	line-height: 22px;
	padding: 7px 0;
}
.xw-list li b{
	height: 10px;
	background: url(../img/gd.png) no-repeat;
	display: block;
	background-position-x: 0px;
	margin-top: 10px;
}
.xw-list li:hover h3{
	color: #FF6100;
	border-color: #FF6100;
}
.xw-list li:hover b{
	background: url(../img/gd-1.png) no-repeat;
	background-position-x: 14px;
}
.contact-box{
	padding: 20px;
	font-size: 15px;
	line-height: 28px;
	color: #333;
	padding-bottom: 60px;
}
.contact-box ul{
	color: #666;
}
.contact-box img{
	max-width: 1160px;
	display: block;
}

