@charset "utf-8";
/* CSS Document */
 html { overflow-y: scroll; overflow-x:hidden;}
*html { background-image:url(about:blank); background-attachment:fixed; }


/* 清除内外边距 */
h1, h2, h3, h4, h5, h6, hr, p, blockquote, 		/* structural elements 结构元素 */
dl, dt, dd, ul, ol, li,							/* list elements 列表元素 */
pre, 											/* text formatting elements 文本格式元素 */
fieldset, form, button, input, textarea, 		/* form elements 表单元素 */
th, td , 										/* table elements 表格元素 */
body { margin: 0; padding: 0; }

/* 设置默认字体样式 */
body,textarea,input,button,select { font: 14px/1.14 Arial, Verdana, "微软雅黑", \5b8b\4f53; color:#5B5B5B; outline:0; }
body { background: #fff;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight:normal;}
i, em { font-style: normal; }

/** 重置图片元素 **/
img { border: none; vertical-align: top;}

/** 重置列表元素 **/
ul, ol, li, dl, dd, dt { list-style: none; }

/** 重置表格元素 **/
table { border-collapse:collapse; border-spacing: 0;}

/**重置表单元素**/
input[type=submit] { cursor:pointer; }
input[type=button] { cursor:pointer; }
textarea { resize: none; overflow:auto; }
label { display: inline-block; *display: inline; *zoom: 1; }

/** 默认链接元素 **/
a { color: #404040; text-decoration: none;
	-webkit-transition: color .2s;
	   -moz-transition: color .2s;
	    -ms-transition: color .2s;
	     -o-transition: color .2s;
	        transition: color .2s;
}
a:hover {color: #cc0000;}
a:focus { -moz-outline-style: none; }
a:focus { outline: none;} 
q:before,q:after{ content:none; }

/** 浮动元素 **/
.fl { float: left; *display: inline; }
.fr { float: right; *display: inline; }

/* 清除浮动 */
.clearfix:after{ display:block; clear:both; visibility:hidden; height:0; overflow:hidden; content:"."; }
.clearfix{ *zoom:1; }
.clear{clear:both; height:0; line-height: 0; font-size: 0; overflow:hidden;}

/* 溢出 / 隐藏 */
.over{overflow:hidden;}
.hide{display:none;}


.d-top{width: 100%;height: 32px;background: #e8e5e4;line-height: 32px;}
.d-top p{overflow: hidden;font-size: 14px;}
.d-top p span{float: left;}
.d-top p a{float: right;background: url(../images/ru-icon.png) left center no-repeat;padding-left: 24px;margin-right: 76px;}
.top{}
.logo{margin-left: 87px;margin-top: 10px;}
.menu {
width:805px; 
margin-right: 55px;
height:66px;

}
/* remove the bullets an+d set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
z-index:999;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:115px; 
height:66px; 
color:#2c3452; 
border-width:1px 1px 0 0; 
line-height:66px; 
font-size:16px;

}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
.menu ul li ul li{ margin:0; *margin:0; *padding:0;height:66px;}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#bb9655;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:66px; 
left:0; 
width:1200000px;
background: url(../images/nav-bg.png);

}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:none; 
color:#ffffff;
font-size:14px;
height:66px; line-height:66px;

}
.menu ul li:hover ul li img{ }
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#bb9655;
color:#fff;
}
.menu ul li .hide, .menu ul li .hide:visited{ }


.head{width:100%;height:66px;position:relative;z-index:10;}
.nav{float:right;margin-right: 55px;}
.nav li{width:115px;text-align: center;height:66px;line-height:66px;float:left;position:relative;}
.nav li a{color:#2c3452;position: relative;z-index:2;display: block;width:100%;height:100%;font-size:16px;}
.nav li a:hover,.nav li.curr a{color:#fff;}

.nav-bg{width:100%;height:0px;background:#bb9655;position: absolute;bottom:0;left:0;z-index:1;transition: all .3s;}
.nav>ul>li:hover .nav-bg,.nav>ul>li.curr .nav-bg{height:66px;}


/*子导航*/
.subNav-line{width:100%;height:0px;position:absolute;top:66px;z-index: 9;overflow: hidden;}
.subNav-line ul li{display:inline-block;height:66px;width:115px;position:relative;}
.subNav-line ul li a{color:#fff;font-size:14px;opacity:0.8;filter:alpha(opacity = 80);display: inline-block;position:relative;z-index:2;text-align:center;width:100%;height:100%;line-height:66px;}
.subNav-line ul {width:100%;height:66px;position:absolute;top:-66px;left:0;background:url(../images/nav-bg.png);transition:top .3s;}
.subNav-line ul li.last{border-right:0;}
.subNav-line ul li img{position:absolute;width: 100%;height:0;left:0;top:0;transition:all .3s;opacity: 1;filter:alpha(opacity = 100);z-index:0;display: block;}
.subNav-line ul li:hover img{height:100%;opacity: 1;filter:alpha(opacity = 100);}
.subNav-line ul li:hover a{color:#fff;}
.head:hover .subNav-line{height:66px;}
.subRightBg{width:33.8%;height:70px;}


.banner{ float:none;}
#owl-demo{position:relative;width:100%;margin:0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:100%; border:none;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0; bottom: 120px;width:100%;height:22px;text-align:center;z-index: 99;}
.owl-page{display:inline-block;width:12px;height:12px;margin:0 6px;background:url(../images/yuan1.png) no-repeat;*display:inline;*zoom:1;}
.owl-pagination .active{background:url(../images/yuan2.png) no-repeat;}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}
.tu-1{ width:1200px; margin:0 auto; margin-top:-120px; position:relative; z-index:9}


.xw-biao{text-align: center;margin-top: 50px;}
.xw-biao p{font-size: 20px;color: #b2b2b2;text-align: center;}
.xw-biao h1{font-family: "黑体";color: #2c3452;font-size: 30px;padding-top: 10px;}
.xw-biao p i{display: inline-block;width: 30px;height: 1px;background: #2c3452;margin-top: 30px;}

.xw-main{width: 1200px;margin: 0 auto;margin-top: 40px;}
.xw-main ul{overflow: hidden;width: 1245px;}
.xw-main ul li{float: left;width: 370px;margin-right: 45px;position: relative;}
.xw-main ul li img{width: 370px;height: 280px;}
.xw-main ul li .biao-1{ position: absolute;bottom: 0;height: 40px;width:100%; line-height: 40px;background: url(../images/bg-dian.png);color: #fff;overflow: hidden;}
.xw-main ul li .biao-1 h1{font-size: 14px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-weight: bold;padding: 0 10px;}
.xw-main ul li .biao-1 p{font-size: 12px;padding: 0 10px;padding-top: 8px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.xw-main ul li:hover .biao-1{height: 86px;line-height: 20px;padding-top: 10px;}

.gd{margin-top: 60px;}
.gd a{display: block;font-size: 14px;color: #2c3452;width: 100px;height: 42px;text-align: center;line-height: 42px;border: 1px solid #2c3452;margin: 0 auto;}
.gd a:hover{border: 1px solid #bb9655;background: #bb9655;color: #fff;}

.yewu{margin-top: 60px;background: url(../images/yw-bg.jpg) no-repeat center;padding-top: 20px;padding-bottom: 60px;}
.yw-main{width: 1200px;margin: 0 auto;}
.yw-main ul{overflow: hidden;margin-top: 60px;}
.yw-main ul li{float: left;width: 240px;margin: 0 30px;text-align: center;}
.yw-main ul li h1{font-size: 18px;color: #3b3b3b;padding-top: 14px;}
.yw-main ul li p{text-align: left;color: #888888;padding-top: 24px;line-height: 20px;}

.dibu{width: 100%;background: #2c3452;padding: 30px 0;text-align: center;color: #fff;padding-bottom: 80px;}
.dibu h1{float: left;margin-left: 87px;position: relative;}
.dibu h1 span{float: left;padding:20px 0;padding-right: 50px;}
.dibu p{width: 360px;float: right;margin-right: 78px;margin-top:16px;}
.dibu h1 font{padding: 0 20px;color: #fff;float: left;}
.dibu p i{width: 27px;height: 27px;margin: 0 6px;float: right;}
.dibu p .weixin{background: url(../images/wx-icon.png) no-repeat;position: relative;}
.dibu p .weixin:hover .w-tu{display: block;}
.dibu p .weixin .w-tu{display: none;position: absolute;top: -100px;left: -20px;z-index: 999;}
.dibu p .weibo{background: url(../images/wb-icon.png) no-repeat;padding: 0;width: 27px;height: 27px;margin-left: 6px;margin-top: 0;float: right;}

.dibu span{float: left;}
.dibu .lianjie{float: left;padding:20px 0;}
.dibu .lianjie:hover .lj-y{display: block;}
.lj-y{position: absolute;top: -90px;background: #fff;left: 500px;min-width: 180px;height: 100px;display: none;overflow-y: auto;}
.lj-y a{padding: 10px 0;display: block;}

.ying-1{}
.ying-1 p{padding-top: 30px;}
.ying-1 h1{padding-top: 12%;position: absolute;width: 100%;}
.ying-1 h2{position: absolute;bottom: 100px;width: 100%;}
.ying-1 h2 a{display: inline-block;width: 105px;text-align: center;height: 30px;line-height: 30px;color: #fff;background: url(../images/bg-dian.png);border-radius: 5px;font-size: 12px;}





/*关于新合作*/
.nei-bann{position: relative;}
.nei-bann .wenzi-1{position: absolute;width: 100%;}
.wenzi-1 h1{width: 1200px;margin: 0 auto;font-size: 50px;color: #513c18;font-weight: 600;padding-top: 6%;}
.wenzi-1 h1 i{font-size: 30px;font-weight: normal;font-style: italic;}
.wenzi-1 p{width: 1200px;margin: 0 auto;color: #282116;}
.nei-bann img{width: 100%;}
.qyjs{padding-top: 20px;padding-bottom: 90px;}
.top-1{text-align: center;margin-top: 50px;}
.top-1 p{font-size: 16px;color: #a3a3a3;text-align: center;}
.top-1 h1{font-family: "黑体";color: #e73038;font-size: 30px;padding-top: 10px;}
.top-1 p i{display: inline-block;*display:inline;*zoom:1;width: 48px;height: 4px;background: #2c3452;margin-top: 30px;}
.jianj-1{margin-top: 60px;text-align: center;}
.jianj-1 h1{font-size: 24px;color: #e73038;margin-bottom: 30px;}
.jianj-1 p{line-height: 36px;font-size: 16px;color: #393939;}

.wenhua{padding-top: 30px;padding-bottom: 90px;}
.wh-m{margin-top: 100px;}
.wh-m ul{overflow: hidden;width: 1200px;margin: 0 auto;}
.wh-m ul li{float: left;position: relative;cursor: pointer;margin-left: 80px;}
.wh-m ul li .yinc{position: absolute;display: table;top: 0;left: 0;width: 134px;height: 205px;line-height: 24px; background: url(../images/tu-bg.png) no-repeat;color: #fff;font-size: 16px;text-align: center;padding:0 30px;display: none;}
.wh-m ul li .yinc span{display: table-cell;
    vertical-align: middle;}
.wh-m ul li:hover .yinc{display: block;display: table;}

.team{margin-top: 60px;margin-bottom: 60px;}
.t-tu{text-align: center;margin-top: 50px;}

.zy-1{padding-top: 30px;padding-bottom: 60px;}
.zy-m{width: 1200px;margin: 0 auto;background: url(../images/dian-bai.png);height: 210px;}
.scrollpic {
	width: 1140px;
	margin:40px auto 0 auto;
	position: relative;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 210px;
	overflow: hidden;
	
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
	margin-top: 50px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:230px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 210px;
	padding: 0;
	position: relative;
	height: 240px;
	color: #333;
}
#myscroll ul li img{border: 1px solid #d6d6d6;}

#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mybtns {
	
	width: 1140px;
	display: block;
	height: 60px;
	position: absolute;
	z-index: 99999;
}
#mybtns a {
	width: 30px;
	height: 60px;
	display: block;
	float: right;
	top: 70px;
	background-color: #c1c1c1;
	
}

#mybtns #left {
	background-image: url(../images/left-1.png);position: absolute;left: 0;
}
#mybtns #right {
	background-image: url(../images/right-1.png);position: absolute;right: 8px;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}


/*项目风采*/
.xmfc{padding-top: 20px;padding-bottom: 90px;}
.xiangm-1{text-align: center;margin-top: 30px;}
.xiangm-1 h1{font-size: 16px;color: #e10808;}
.xiangm-1 p{color: #707070;margin-top: 12px;}


#CSSBox{float:left;width:680px; margin:0 auto;overflow:hidden;background-color:#ffffff;margin-left: 10px;}
#CSSBox ul li{ float:left; list-style:none; border:1px solid #d9d9d9;margin-right: 10px; width: 340px;padding-bottom: 10px;}
#CSSBox ul li img{width: 340px;height: 220px;}
#CSSBox ul li h1{overflow: hidden;padding: 0 10px;margin: 8px 0;margin-top: 14px;text-align:center;}
#CSSBox ul li h1 span{color: #313131;font-size: 16px;}
#CSSBox ul li h1 i{width: 6px;height: 6px;background: url(../images/yuan-d.jpg);margin: 0 5px;display:inline-block;
*display:inline;
*zoom:1;margin-bottom:3px;}
#CSSBox ul li h1 font{padding: 4px 10px;color: #fff;background: #bb9655;font-size: 14px;display:inline-block;
*display:inline;
*zoom:1;}
#CSSBox ul li p{padding: 0 10px;line-height: 20px;margin-top: 14px;font-size: 14px;padding-bottom: 14px;color: #707070;}
#LeftButton{cursor:pointer;margin:5px;height:40px;width:40px;float:left;background:url('../images/left-2.jpg') center center no-repeat;margin-top: 120px;margin-left: 20px}
#RightButton{cursor:pointer;margin:5px;height:40px;width:40px;float:left;background:url('../images/right-2.jpg') center center no-repeat;margin-top: 120px;}
#wrapper{width:1200px; margin:0 auto;overflow: hidden;margin-top: 30px;}
#ProductShow{width:305px;height:245px;text-align:center;border:1px solid #c0c0c0;margin:5px;}


.fengx{padding-top: 20px;padding-bottom: 90px;}


#LeftButton2{cursor:pointer;margin:5px;height:48px;width:48px;float:left;background:url('../images/left-3.png') center center no-repeat;margin-top: 170px;}
#RightButton2{cursor:pointer;margin:5px;height:48px;width:48px;float:left;background:url('../images/right-3.png') center center no-repeat;margin-top: 170px;}
#wrapper2{width:1200px; margin:0 auto;overflow: hidden;}
#CSSBox2{float:left;width:680px; margin:0 auto;overflow:hidden;margin-left: 10px;margin-top: 50px;}
#CSSBox2 ul li{float: left;width: 340px;margin-right: 10px;position: relative;}
#CSSBox2 ul li img{width: 340px;height: 280px;}
#CSSBox2 ul li .biao-1{padding: 0 10px; position: absolute;bottom: 0;height: 40px;line-height: 40px;background: url(../images/bg-dian.png);color: #fff;overflow: hidden;}
#CSSBox2 ul li .biao-1 h1{font-size: 14px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-weight: bold;}
#CSSBox2 ul li .biao-1 p{font-size: 12px;padding-top: 8px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
#CSSBox2 ul li:hover .biao-1{height: 86px;line-height: 20px;padding-top: 10px;}




/*业务领域*/
.ywly{padding-bottom: 60px;width: 1200px;margin: 0 auto;}
.jiao-bg{background: url(../images/jiao-1.jpg) left top no-repeat;padding-top: 50px;}
.yewu-1{line-height: 30px;margin-top: 30px;font-size: 16px;color: #707070;}
.yewu-1 p{padding: 0 20px;}
.jiao-bg1{background: url(../images/jiao-2.jpg) right bottom no-repeat;padding-bottom: 50px;}

.csyy{padding-bottom: 90px;padding-top: 60px;}
.yewu-2{line-height: 30px;font-size: 16px;color: #707070;width: 1200px;margin: 0 auto;margin-top: 30px;}
.yewu-2 p{padding: 0 20px;}
.zhds{padding-bottom: 40px;padding-top: 18px;}
.zh-1{width: 1200px;margin:0 auto;overflow: hidden;margin-top: 60px;padding-left: 80px;}
.buzhu{width: 309px;}
.buzhu img{width: 309px; height: 298px;}
.buzhu p{color: #f7f7f7;font-size: 16px;padding-top: 14px;line-height: 24px;}
.jian-y{margin: 0 14px;margin-top: 100px;}


/*新闻中心*/
.xinwen-m{margin-top: 50px;}
.xw-top{width:480px ;margin: 0 auto;}
.xw-top ul{overflow: hidden;}
.xw-top ul li{float: left;cursor: pointer; margin: 0 20px;width: 120px;text-align: center;padding-bottom: 30px;font-size: 20px;color: #353535;}
.xw-top ul li.xuan-1{background: url(../images/tiao-1.jpg) center bottom no-repeat;}

.xw-m{width: 1200px;margin: 0 auto;margin-top: 40px;}
.xw-m ul{overflow: hidden;width: 1224px;}
.xw-m ul li{float: left;width: 280px;border: 1px solid #d9d9d9;margin-right:24px;margin-bottom: 24px;}
.xw-m ul li:hover{border: 1px solid #bb9655;}
.xw-m ul li img{width: 280px;height: 204px;}
.xw-m ul li h1{font-size: 16px;color: #313131;padding: 0 10px; padding-top: 10px;height: 36px;overflow: hidden;}
.xw-m ul li p{color: #707070;padding:10px;line-height: 20px;height: 40px;overflow: hidden;}
.xw-m ul li h2{text-align: right;color: #bb9655;padding: 0 10px;padding-bottom: 10px;}

.page-1{margin-top: 50px;text-align: center;margin-bottom: 80px;}
.page-1 a{padding: 4px 10px;border: 1px solid #dedede;margin: 0 3px;}
.page-1 a.prev{background: #333333;color: #fff;}
.page-1 a:hover{background: #bb9655;color: #fff;}

.tu-lx{width: 360px;}
.tu-lx img{width: 360px;height: 200px;}





/*联系我们*/
.lainxi-1{width: 860px;margin: 0 auto;overflow: hidden;margin-top: 30px;}
.lx-1{width: 420px;height: 130px;border: 1px solid #d29c3f;padding: 30px;padding-top: 40px;}
.lx-1 h1{font-size: 20px;color: #3c3c3c;font-weight: bold;padding-bottom: 30px;}
.lx-1 p{overflow: hidden;padding-bottom: 16px;font-size: 16px;color: #3c3c3c;}
.lx-1 p span{float: left;}
.lx-1 p font{float: left;width: 340px;}
.lx-1 p.dizhi span{background: url(../images/dz-icon.jpg) left center no-repeat;padding-left: 24px;}
.lx-1 p.dihua span{background: url(../images/dh-icon.jpg) left center no-repeat;padding-left: 24px;}

.rencai{width: 1200px;margin: 0 auto;}
.rc-top{text-align: center;line-height: 30px;}
.rc-top h1{color: #c92b2b;padding-top: 20px;}
.rc-top p{color: #9b9b9b;}


.rc-xq{overflow: hidden;width: 1200px;margin: 0 auto;margin-top: 50px;margin-bottom: 50px;}
.zp-top{font-size: 20px;color: #3c3c3c;margin-bottom: 30px;padding-left: 30px;}
.zp-top span{color: #a1a1a1;}
.zp-yaoqiu{width: 530px;padding-left: 30px;padding-right: 40px;border-right: 1px solid #eeeeee;}
.zp-yaoqiu h1{color: #454545;padding-bottom: 16px;}
.zp-yaoqiu p{color: #939393;line-height: 30px;}

.zp-nei{padding: 0 30px;width: 530px;}
.zp-nei h1{color: #454545;padding-bottom: 16px;}
.zp-nei p{color: #939393;line-height: 30px;}

.zp-sq{width: 100%;background: #ececec;padding-top: 20px;padding-bottom: 80px;}
.shengq-m{width: 1200px;margin: 0 auto;margin-top: 40px;}
.shengq-m ul{overflow: hidden;}
.shengq-m ul li{float: left;overflow: hidden;margin-left: 128px;margin-top: 30px;}
.shengq-m ul li span{width: 100px;text-align: right;float: left;line-height: 30px;font-size: 16px;}
.shengq-m ul li input{float: left;}
.shengq-m p{overflow: hidden;width: 340px;margin: 0 auto;margin-top: 50px;}
.shengq-m p a{float: left;width: 130px;height: 42px;line-height: 42px;text-align: center;margin: 0 20px;color: #fff;font-size: 20px;}
.shengq-m p .qued{background: #bb9655;}
.shengq-m p .rest{background: #837966;}

.xm-xq{width: 1140px;min-height: 500px; margin: 0 auto;margin-top: 40px;padding: 0 30px;line-height: 24px;color: #707070;padding-bottom: 80px;}
.xm-xq video{width:1140px;}
.xm-xq img{width:100%;}


.xw-top{width: 1200px;margin: 0 auto;}
.xin-top{text-align: center;padding-bottom: 20px;border-bottom: 1px solid #dcdcdc;width: 1200px;margin: 0 auto;margin-top: 80px;}
.xin-top h1{font-size: 30px;color: #292929;font-family: "黑体";padding-bottom: 20px;}
.xin-top p{font-size: 16px;color: #7f7f7f;}
.xin-top p span{padding-right: 10px;}
.xin-top p font{padding-left: 10px;}

.xw-gd{width: 1200px;margin: 0 auto;margin-top: 50px;margin-bottom: 50px;border-top: 1px dotted #bfbfbf;padding-top: 20px;}
.xw-gd a{display: block;color: #7f7f7f;line-height: 30px;}
.xw-gd a:hover{color: #e91c25;}
.xw-gd a span{font-weight: bold;color: #3b3b3b;}


