.bt-body {
    width: 1100px;
    margin: 0 auto
}

.bt-body .bt-list {
    padding-top: 230px;
    padding-left: 50px;
}

.bt-list li {
    float: left;
    width: 320px;
    height: 220px;
    margin-right: 15px;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.bt-body .bt-list .hover-pop {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%
}

.bt-body .bt-list .jump-details {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.bt-body .bt-list .jump-details > img {
    width: 100%;
    height: 100%
}

.bt-body .bt-list li:hover .pop-bot, .bt-body .bt-list li:hover .pop-bot .down-btn, .bt-body .bt-list li:hover .pop-tit, .bt-body .bt-list li:hover .pop-tit .tit-name {
    opacity: 1
}

.bt-body .bt-list li:hover .pop-bot .down-btn {
    bottom: 18px
}

.bt-body .bt-list li:hover .pop-tit .tit-name {
    top: 0
}

.bt-body .bt-list li:hover {
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2)
}

.bt-body .hover-pop .pop-bot, .bt-body .hover-pop .pop-tit, .bt-body .pop-bot .down-btn, .bt-body .pop-tit .tit-name {
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    opacity: 0
}

.bt-body .hover-pop .pop-bot, .bt-body .hover-pop .pop-tit {
    position: absolute;
    left: 0;
    z-index: 2;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.bt-body .hover-pop .pop-tit {
    width: 100%;
    height:200px;
    text-align: center;
}

.bt-body .hover-pop .pop-bot {
    width: 100%;
    height: 75px;
    bottom: 0
}

.bt-body .hover-pop .pop-bot.gradient-ver-bw {
    background: transparent\9 \0;
    -webkit-filter: none\9 \0;
    filter: none\9 \0;
    -ms-filter: none\9 \0
}

.bt-body .pop-tit .tit-name {
    position: relative;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    padding-top:60px;
    font-weight:bold;
}

.bt-body .pop-bot .down-btn {
    display: block;
    overflow: hidden;
    width: 145px;
    height: 35px;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-filter: none\9 \0;
    filter: none\9 \0;
    -ms-filter: none\9 \0
}

.bt-body .pop-bot .down-btn:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1)
}

.bt-body .pop-bot .down-btn:hover:before {
    display: block
}



.graHover {
    position: relative
}

.graHover:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1)
}

.graHover:hover:before {
    display: block
}

.word-og1 {
    color: #ff8a00 !important
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-input-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

.gradient-hor-og {
    background: #ffae12;
    background: -moz-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #ffae12), color-stop(100%, #f07d17));
    background: -webkit-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -o-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -ms-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
    background: linear-gradient(to right, #ffae12 0, #f07d17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffae12, endColorstr=#f07d17);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ffae12, endColorstr=#f07d17)"
}

.gradient-ver-og {
    background: #ffae12;
    background: -moz-linear-gradient(top, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0, #ffae12), color-stop(100%, #f07d17));
    background: -webkit-linear-gradient(top, #ffae12 0, #f07d17 100%);
    background: -o-linear-gradient(top, #ffae12 0, #f07d17 100%);
    background: -ms-linear-gradient(top, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffae12), to(#f07d17));
    background: linear-gradient(to bottom, #ffae12 0, #f07d17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffae12, endColorstr=#f07d17);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffae12, endColorstr=#f07d17)"
}

.gradient-ver-wb {
    opacity: .4 \9 \0;
    background: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff) alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000000, endColorstr=#ffffff) alpha(opacity=50)"
}

.gradient-ver-bw {
    background: #000;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -webkit-gradient(linear, bottom, top, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .4) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000000, endColorstr=#ffffff)"
}
.gra-ver-yl {
    background: #fac364;
    background: -moz-linear-gradient(top, #fac364 0, #cc953d 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0, #fac364), color-stop(100%, #cc953d));
    background: -webkit-linear-gradient(top, #fac364 0, #cc953d 100%);
    background: -o-linear-gradient(top, #fac364 0, #cc953d 100%);
    background: -ms-linear-gradient(top, #fac364 0, #cc953d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fac364), to(#cc953d));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fac364), to(#cc953d));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fac364), to(#cc953d));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fac364), to(#cc953d));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fac364), to(#cc953d));
    background: linear-gradient(to bottom, #fac364 0, #cc953d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fac364, endColorstr=#cc953d);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fac364, endColorstr=#cc953d)"
}



.banner{ width:100%; overflow:hidden; position:relative;font-size:0}
.b-img{ position:absolute; left:0; top:0;}
.b-img a{ display:block; height:750px; float:left;}
.b-list{ height:50px; top:700px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:10px; height:10px; border-radius:50%; border:2px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{background: hsla(1,100%,100%,1);}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}
.bk{clear: both; }
.bk25{clear: both; height: 15px;}
.bk1{clear: both; height: 1px; background:#FFF;}
.bk10{clear: both; height: 10px;}
.bk21{clear: both; margin-top:-100px;}
.bk20{clear: both; height: 50px;}
.bk50{clear: both; height: 50px;}
.bk100{clear: both; height: 50px;}
.xbk{clear: both; border-bottom:1px dashed #cccccc;}
.xbk20{height: 100px;clear: both; border-bottom:1px dashed #cccccc;}
body{font-family: "Microsoft YaHei",SimSun,SimHei;}
#listright{float: right; margin-right: 0px;}
#dingwei{width: 100%;height: 0px;position: absolute;left: 100px;top: 560px;}
.back{border-top: 1px solid #cc0000;color: #333;height: 40px;line-height: 40px;margin-top: 10px;text-align: right;}
.back a{color: #333;font-size: 14px;line-height: 40px;font-family: "Microsoft YaHei",SimSun,SimHei;}
.xwzx .bdsharebuttonbox{padding-left: 294px;}
.header .h_mid{margin-bottom: 10px;}
/*header部分*/
.container{
	width: 1260px;
	margin: auto;
}
.containerre{
	width: 1250px;
	margin: auto;
}
.h_top{
	width: 100%;
	height: 39px;
}
.h_top .r{
	width: 500px;
	float: right;
}
.shoq{
 border-style: solid;
  border-width: 1px;
  border-color: rgb( 230, 230, 230 );
  background-color: rgb( 255, 255, 255 );
  box-shadow: 3px 5px 20px 0px rgb( 238, 238, 238 );
  position: absolute;
    margin-left: 830px;
    top: 36px;
    width: 284px;
  height: 149px;
  z-index: 135;
  text-align:center;
border-radius:6px 0px 6px 6px;
  vertical-align: middle;
  display:none;
}
.shoq img{padding-top:50px;}
.shies{
  margin-left:874px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 230, 230, 230 );
  background-color: rgb( 255, 255, 255 );
  box-shadow: 3px 5px 16px 0px rgb( 238, 238, 238 );
  position: relative;
  top: 36px;
  width: 341px;
  height: 229px;
  z-index: 115;
  display:none;
  text-align:center;
  border-radius:6px 0px 6px 6px;
}
.h_top img{
	margin-top:-2px;
	margin-left: 3px;
}
.h_top p{
	line-height: 35px;
	color: #888888;
}
.h_top a{
	display: block;
	float: left;
	cursor: pointer;
	line-height: 35px;
	color: #5e5e5e;
	padding-left: 20px;
}
.h_top a:hover{color: #fe4444;}
.h_mid{
	width: 100%;
	height:5px;
}
.contes1 h2{font-size:46px; float:left;margin-left:200px;}
.contes1 h2:nth-child(2){margin-left:375px;}
.conte{width:1000px; margin:0 auto;padding-top:363px;color:#fcd2a5;}
.h_mid .item{
	float: left;
}
.h_mid .item1{
	width: 183px;
	margin-right: 8px;
}
.h_mid .item2{
	margin-right: 15px;
}
.rysq{
	border:1px solid #e6e6e6;
	border-bottom:0px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	z-index:600;
	border-bottom:1px solid #ffffff;
}
@media screen and (max-width: 1400px) {
.banner{ width:100%; height:480px; overflow:hidden; position:relative;font-size:0}
.b-img a{ display:block; height:480px; float:left;}
.bar-left em{ display:block; width:50px; height:100px; background:url(images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:150px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:150px;}
.b-list{ height:50px; top:420px; position:relative; margin:0 auto;z-index:1;}
}
.contes1{
    width: 100%;
    height: 780px;
    background: url(img1.jpg) no-repeat scroll center center;
}
.contes2{
    width: 100%;
    height: 780px;
    background: url(img2.jpg) no-repeat scroll center center;
}
.demoq{width:1000px;margin:0 auto;}
.fangd{width: 312px; float:left; margin-top:200px; margin-left:18px; border-radius:8px;}
.fangd img{border-radius:8px;}
.fangd .botto{height:130px; border-radius:0px 0px 8px 8px;text-align:center; background:#ffffff}
.contes3{
    width: 100%;
    height: 780px;
    background: url(img3.jpg) no-repeat scroll center center;
}
.zyx{color: #cd0707; font-size: 30px; font-weight:bold;line-height:80px; display:block}
.jsre{color:#000000; font-size:24px;margin-top:-8px;display:block}
.dgesgi{width:950px; height:250px;margin:0 auto;padding-top:18px;}
.alidb{width:170px; height:169px;margin-left:19px;float:left;margin-right: 58px;}
.backgrods{background:red;}
.tupj{text-align:center;margin-top:-15px;display:none;}
.contes4{
    width: 100%;
    height: 780px;
    background: url(img4.jpg) no-repeat scroll center center;
}
._01 {
	padding-top:31px;
  font-size: 23px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
  line-height: 0.716;
  text-align: center;
  -moz-transform: matrix( 1.74750052377448,0,0,1.74750052377446,0,0);
  -webkit-transform: matrix( 1.74750052377448,0,0,1.74750052377446,0,0);
  -ms-transform: matrix( 1.74750052377448,0,0,1.74750052377446,0,0);
}
.dzfus{
	padding-top:12px;
  font-size: 21px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
  line-height:95px;
  text-align: center;
}

/*导航条*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{position:relative; z-index:99;}
.nav a{ color:#3f3f3f;}
.nav .nLi{ float:left;  position:relative; display:inline;}
.nav .nLi h3{ float:left; font-weight: 400; }
.nav .nLi h3 a{ display:block; padding:0 20px; font-size:16px; }
.nav .nLi h3 a:hover{color:#fe4444;font-weight: bold;  }
.nav .sub{ width:104px; left:0; top:34px; text-align: center;  position:absolute; background:#ffffff;  line-height:26px;
border: 1px #e6e6e6 solid;border-top:0;display:none; border-radius:0px 0px 6px 6px;margin-bottom:10px;
}
.tih{border:1px solid #e6e6e6; border-bottom:0;	border-radius:6px 6px 0px 0px;}
.nav .sub li{ zoom:1; }
.nav .sub li:first-child{padding-top:12px;}
.nav .sub a{ display:block; font-size: 13px; padding:5px 0px; }
.nav .sub a:hover{ color:#fe4444;  }
.nav-box{height:34px; line-height:34px; }
.nav .nLis{ float:left;  position:relative; display:inline;}
.nav .nLis h3{ float:left; font-weight: 400;}
.nav .nLis h3 a{ display:block; padding:0 25px; font-size:16px;}
.nav .nLis h3 a:hover{ display:block;color: #fe4444;font-weight: bold;border: 1px #e6e6e6 solid;border-bottom:1px solid #ffffff;border-radius:6px 6px 0px 0px; position: relative;z-index:999; }
.nav .subs{ width:520px; left:0; top:-26px; margin-left:-140px; position:absolute;  line-height:26px; text-align:center;display:none;}
.nav .subs li{ zoom:1;}
.nav .subs a{ display:block; font-size: 13px; padding:5px 0px; }
.removesf{border: 1px #e6e6e6 solid;border-bottom:1px solid #ffffff;border-radius:6px 6px 0px 0px; position: relative;z-index:999;}

/*滚播banner*/
.banner .slideBox{ width:100%; height:460px; overflow:hidden; position:relative;}
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;}
.banner .slideBox .bd li{ zoom:1; vertical-align:middle; }
.banner .slideBox .prev,
.banner .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/g329/common/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.banner .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner .slideBox .prevStop{ display:none;  }
.banner .slideBox .nextStop{ display:none;  }
/*滚播banner2*/
.fullSlide{width:100%;position:relative;height:460px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important; }
.fullSlide .bd li{width:100%;height:460px;display:inline-block;}
.fullSlide .bd li a{display:block;height:460px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:40px;height:5px;overflow:hidden;background:#FFF; margin-right:3px; filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;background:url(/statics/images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:5%;background-position:-6px -137px;}


/* 分页 */
#pages { padding:14px 0 10px; font-family: "Microsoft YaHei",SimSun,SimHei;}
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#fb9194; border:1px solid #fb9194; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

#s_pages { padding:14px 0 10px; font-family: "Microsoft YaHei",SimSun,SimHei;}
#s_pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#s_pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#s_pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#s_pages span { display:inline-block; height:22px; line-height:22px; background:#fb9194; border:1px solid #fb9194; color:#fff; text-align:center;padding:0 10px}


/*底部*/
.footer{margin:0 auto;width:1100px;height:200px;}
.footer .erwem h5{
	color: #363636;
	font-size: 14px;
	font-weight:bold;
}
.footer .p1{
	margin: 10px 0px;
	color: #3d3d3d;
	 font-size: 14px;
	 line-height:20px;
}
.footer .link{color: #3d3d3d;  padding-top: 40px;width:520px;float:left;padding-left:110px; }
.footer .erwem{color: #3d3d3d;  padding-top: 37px;width:230px;float:left; }
.footer .link a{margin: 0px 2px;color: #3d3d3d; border-right: 1px #7b7b7b solid; padding-right:20px; padding-left:5px;}
.footer .link a:hover{color:#fe4444}
.footer .link .l{
	float: left;
	padding-right:20px;
	padding-top:15px;
}
.residjf{font-size:18px; font-weight: bold;}
.residjf a:hover{text-decoration: underline;}
.residjfs a:hover{text-decoration: underline; color:#178aff}
.residjfs{font-size:14px;display:block; float:right;padding-right: 20px;}
.residjfs a{color: #e1e1e1;}
.snew{width:230px; height:160px; border:1px #ffffff solid; float:left;margin-right:29px;}
.snew img{width:230px; height:160px;}
.newsr{width: 1250px;  margin:0 auto; height:200px;padding-left:70px;}
.beijing{background:/statics/css/inde_files/img/1.jpg};
.zhute{height:160px; width:295px; float:left;}
.navigation-down{position:absolute;top:60px;left:0px;width:100%;}
.navigation-down .nav-down-menu{width:100%;height:320px;margin:0;background:#ffffff;position:relative;top:1px;border: 1px #e6e6e6 solid;border-radius:0px 0px 6px 6px;}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative;}
.navigation-down .nav-down-menu dl{float:left;margin:18px 80px 18px 0;}
.navigation-down .menu-1 dl{margin:20px 40px 25px 0; margin-left:30px;}
.navigation-down .menu-1 dt{font:normal 14px "microsoft yahei";color:#323232;padding-bottom:10px;border-bottom:2px solid #323232;margin-bottom:10px;font-weight:bold; }
.navigation-down .menu-1 dd a{font:normal 14px/30px "microsoft yahei"}
.navigation-down .menu-1 dd a:hover{color:#fe4444}
.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color:#fff;font:normal 16px "microsoft yahei"}


