@charset "utf-8";
/* CSS Document */
/****************************
 * version:1.0
 * By:landry 
 * Date:2015-04-01
 *
 */
/*大体架构
 ----------*/
body,html {
	color: #666;
	font-family:'Helvetica','Microsoft YaHei';
	width: 100%;
	font-size:12px;
	/*background: #F5F5F5;*/
}
body{
	_width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1170px":"");}
}


img {
	border: 0;
	vertical-align: middle;
	display:block;
}
.container{
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	_width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1170px":"");
    overflow: hidden;
}
/*.supage{background: #FBFBFB;}*/

a{ text-decoration:none;color: #666;}
a:hover{ color:#ed1c24;}

/*颜色值
 --------------*/
.orange {
	color: #ffe400;
}
.blue {
	color: #699BCC;
}

/*层级*/
.z-index{z-index: 30;}

/*清除浮动
 --------------*/
.clear {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: 0;
	clear: both;
	line-height: 0;
}
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
/*清楚文字内容
 --------------*/
.txtIndent {
	text-indent: -9999em;
}
/*用于seo不显示的内容
 --------------*/
.seo {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}
.seo, .hideImg {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}
.hideImg {
	overflow: hidden;
}
.hideImg img {
	width: 0;
	height: 0;
	overflow: hidden;
}
/*左浮动和右浮动
 --------------*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.float_r, .float_l {
	_display: inline;
}
/*焦点图轮播*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

/*灰遮罩*/
.cover{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%; background: #000;opacity: 0.5;filter: alpha(opacity=50);text-indent: -1000px;overflow: hidden;}
#overlay{ background:#333; opacity:0.3; box-shadow: 4px 0 10px #999; position:absolute; left:0; top:0; height:100%; width: 100%; display:none; z-index: 9;}



/**主体**/
/*鼠标经过图片缩放*/
.pics{display: block; height: 100%; overflow: hidden;}
.pics:hover img {
-webkit-transition: .3s linear;
-moz-transition: .3s linear;
-o-transition: .3s linear;
-ms-transition: .3s linear;
transition: .3s linear;
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-o-transition-delay: 300ms;
-ms-transition-delay: 300ms;
transition-delay: 300ms;
-webkit-transform: rotate(5deg) scale(1.2);
-moz-transform: rotate(5deg) scale(1.2);
-o-transform: rotate(5deg) scale(1.2);
-ms-transform: rotate(5deg) scale(1.2);
transform: rotate(5deg) scale(1.2);
}

/*公用按钮*/
.button{/*background:#d31b2a; line-height: 36px;*/ cursor: pointer; font-family: 'Microsoft YaHei'; letter-spacing: 4px; font-size: 14px; /*width: 100%;*/ color: #fff; outline: none; border: 0; padding: 0;}
/*.button:hover{background: #df2835;}*/
.text{font-size: 12px; width: 100%; line-height: 22px; height: 22px; border: 1px solid #DEDEDE;}

/**头部文件**/
.header .top{background: #F7F7F7; line-height: 36px; font-family: 'Simsun'; position: relative; z-index: 103;}
.header .top-box{max-width: 1170px; margin: 0 auto;_width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1000?"1170px":"");}
.header .top-left{width: 183px;}
.header .switch{float: left; margin: 0 2px 0 0;}
.header .switch a{padding: 0 37px 0 25px; display: inline-block; background:#fff url(../images/ico_12.png) 49px center no-repeat;}
.header .top-left .icon{float: left; width: 32px; height: 36px; display: inline-block; margin: 0 1px 0 0;}
.header .top-left .sina{background:#fff url(../images/ico_03.png) center center no-repeat;}
.header .top-left .weixin{background:#fff url(../images/ico_04.png) center center no-repeat;}
.header .top-box .city{float: left; position: relative; /*color: #bb1019;*/background: #fff;padding: 0 15px;}
.city-box{position: absolute; top: 35px; width: 564px; display: none; left: -18px; background: #fff; border-top: 4px solid #D41B2B;}
.city:hover .city-box{display: block;}
.city-box .arrow{position: absolute; top:-9px; left: 112px; background: url(/j/style/../images/ico_24.png) center center no-repeat; width: 5px; height: 9px; display: inline-block;}
.city-box .city-cont{border: 1px solid #D2D2D2; border-top: none; padding: 18px 0;}
.city-box .city-cont a{float: left; width: 60px; text-align: center; padding: 0 5px; display: block; color: #666; font-size:14px; line-height: 28px;}
.city-box .city-cont a:hover{color: #000;}
.nh{ float:left; background:#FFF; margin:0 3px; padding:0 10px;}
.nh span{ display:inline-block; height:12px; line-height:12px; margin:0 3px;}
.nh img{ width:7px; height:12px; display:inline-block;}
.header .top-box .name{font-size: 13px; line-height: 20px; display: inline-block;float: left;line-height: 36px;background: url(/j/style/../images/ico_25.png) 0 center no-repeat;padding: 0 0 0 20px;}
.header .top-box .city p{float: left;}
.header .top-box .city p span{color: #666; line-height: 20px;
	display: inline-block;
	border: 1px solid #D71C2F;
	border-radius: 1px;
	background: url("/j/style/../images/ico_28.png") 80% center no-repeat;
	padding: 0 30px 0 11px;
}

.header .top-right{font-size: 0;}
.header .top-right a{font-size: 12px; line-height: 36px; display: inline-block; vertical-align: middle;}
.header .top-right .user img{position: absolute; top: 11px; left: 4px;
	/*background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; */
}
.header .top-right .user{position: relative; margin: 0 6px 0 0; width: 20px; height: 33px; 
	/*background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; */
}
.header .login-btn{margin: 0 28px 0 0; color: #D31A2A;}
.header .top-right span{width: 1px; display: inline-block; vertical-align: middle; height: 12px; line-height: 12px;background: #B9B9B9; margin: 0 20px;}
.header .top-right .rss{display: none; background:url(/j/style/../images/ico_10.png) 5px center no-repeat; margin: 0 0 0 15px; padding: 0 0 0 21px;}
.header .top-right .list{background:url(/j/style/../images/ico_11.png) left center no-repeat; margin: 0 0 0 20px; padding: 0 0 0 21px;}
.header .top-right .service-center{color: #d31b2a;}

.header{}
.head{background: #fff; position: relative;z-index: 101;}
.head .head-box{max-width: 1170px; margin: 0 auto; padding: 12px 0 0;_width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1000?"1170px":"");}
.head .head-box .logo{float: left; display: inline-block; margin: 0 24px 0 0;}
.head .head-box .ad{float: left; display: inline-block; margin: 15px 0 0 40px;}
.head-box .search-box{float: left; margin: 0 0 0 95px;}
.head-box .hot-terms{/*float: right; */padding: 5px 30px 18px 0; line-height: 20px; font-family: 'Simsun';}
.head-box .hot-terms a{color: #d31b2a; padding: 0 0 0 16px;display: inline-block;}
.head-box .search{/*float: right; */padding: 15px 0 0; width: 393px; position: relative;}
.head-box .search .text{width: 292px; padding: 6px 10px; color: #999; height: 16px;}
.head-box .search .text:hover{color: #333;}
.head-box .search-btn{position: absolute; right: 0; top: 15px; background: #df2835 url(../images/ico_05.png) center center no-repeat; width: 80px; height: 30px; line-height: 30px;}
.head-box .search-btn:hover{background: #F13C3D url(../images/ico_05.png) center center no-repeat;}
.head-box .head-tel{float: right;width: 225px;font-size: 16px;padding: 28px 0 0;line-height: 22px;}
.head-box .head-tel span{font-size: 18px;color: #bb1019;}

.dzg{ max-width:1170px; margin:0 auto; height:57px; background:#f7f7f7; position:relative;}
.dzg img{ float:left; width:60px; height:57px; position:absolute; left:0; top:-6px; z-index:105;}
.dzg .dzg_wz{height:60px; margin-left:60px; padding-top:8px;}
.dzg .dzg_wz p{ float:left; max-width:1000px; width:100%;}
.dzg .dzg_wz a{ font-size:12px; line-height:20px; float:left; width:4.15%; height:20px; text-align:center;}

.nav{background: #D21C29; line-height: 42px; height: 42px; position: relative; z-index: 99;}
.nav .nav-box{max-width: 1170px; margin: 0 auto; color:#fff;_width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1000?"1000px":"");}
.nav .nav-box a{float: left; color: #fff; font-size: 14px;display: inline-block; vertical-align: middle; margin: 0 10px 0 0;}
.nav .column{float: left; margin: 0 10px 0 0; _margin: 0 8px 0 0; width: 14%; position: relative;}
.nav .nav-box .column .btn{float: none; background: #333 url(../images/ico_06.png) 85% center no-repeat; display: block; width: 50%; padding: 0 34.22% 0 15.78%; margin: 0; font-size: 16px;}
.nav .nav-box .column .btn:hover,
.nav .nav-box .column .btn.active,
.index .nav .column .btn{float: none; background: #333 url(../images/ico_06-hover.png) 85% center no-repeat;}
.nav .pipe{width: 1px; float: left; display: inline-block; height: 12px; line-height: 12px;background: #fff; margin: 15px 10px 0 0;}
.nav .sub-nav{position: absolute; display: none; top: 42px; left: 0; line-height: 39px; width: 100%; font-size: 0}
.index .nav .sub-nav{display: block!important;}
.nav .sub-nav .name{position: relative; float: none; z-index: 1; background:#5F5F5F url(../images/ico_19.png) 85% center no-repeat; margin: 0; display: block;width: 50%; padding: 0 34.22% 0 15.78%;line-height: 39px; border-bottom: 1px solid #898989;}
.nav .sub-nav .sub-cont{position: absolute; min-height: 274px; display: none; top: 5px;left: 90%; background: #E6E5E5; border-top:4px solid #D21C2B; padding: 0 26px 26px 18px; width: 348px; font-size: 14px; color: #333;}
.index .nav .sub-cont,
.rankings .nav .sub-cont{border: none; border-top:4px solid #D21C2B; background: #fff;}
.nav .sub-nav h3{color: #E52B2E; line-height: 55px; margin: 0 0 10px; border-bottom: 1px solid #D9D9D9;}
.nav .sub-nav dl{padding: 0 0 20px; line-height: 30px;}
.nav .sub-nav dt{float: left; width: 80px; background: #F2F2F2; text-align: center;}
.nav .sub-nav dd{width: 268px; float: left;}
.nav .sub-nav dd a{color: #666; padding: 0 14px; margin: 0;}
.nav .sub-nav .arrow{display: none; position: absolute; right: -5px; top: 50%; margin: -4.5px 0 0; background: url(/j/style/../images/ico_20.png) no-repeat; width: 5px; height: 9px;}
.nav .sub-nav .active .arrow{display: block;}
/*底部*/
.footer {background: #CFCFCF; line-height: 52px;}
.footer .foot{max-width: 1170px; margin: 0 auto; color: #707070; font-size: 14px;_width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1000?"1170px":"");}
.footer .share{float: right;_width: 20%;text-align: right; padding: 15px 9px 15px 0; line-height: 22px;height: 22px; overflow: hidden; font-size: 0;}
.footer .share a{background:url(/j/style/../images/share.png) no-repeat; width: 22px; height: 22px; margin: 0 11px 0 0; display: inline-block;padding: 0;}
.footer .share .sina{background-position: 0 0;}
.footer .share .sina:hover{background-position: 0 -22px;}
.footer .share .tqq{background-position: -32px 0;}
.footer .share .tqq:hover{background-position: -32px -22px;}
.footer .share .douban{background-position: -63px 0;}
.footer .share .douban:hover{background-position: -63px -22px;}
.footer .share .weixin{background-position: -96px 0;}
.footer .share .weixin:hover{background-position: -96px -22px;}
.footer .share .qzone{background-position: -129px 0;}
.footer .share .qzone:hover{background-position: -129px -22px;}
.footer .foot_txt{_width: 60%;}

.foot-box{max-width: 1170px; margin: 0 auto; background: #fff;_width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1000?"1170px":"");}
.foot-link{line-height: 26px; padding: 17px 0 17px 165px; background: #8f8f8f; position: relative;}
.foot-link h2{color: #fff; font-size: 24px; position: absolute; top: 17px; left: 20px;}
.foot-link a{font-size: 14px; color: #fff; margin: 0 38px 0 0; display: inline-block;}
.foot-link a:hover{color:#ed1c24;}

.foot-map{padding: 32px 20px 80px; color: #666; font-size: 14px;}
.foot-map h2{font-size: 18px; color: #333; line-height: 30px; padding: 0 0 16px;}
.foot-map .sitemap{float: left; width: 200px; line-height: 28px; margin: 0 4.42% 0 0;}
.foot-map .sitemap a{color: #666;}
.foot-map .sitemap a:hover{color:#ed1c24;}
.foot-map .sitemap li{width: 100px;float: left;}
.foot-map .sitemap03{padding: 0 0 0 50px; width: 220px;}
.foot-map .sitemap03 li{width: 36px;float: left; margin: 0 19px 11px 0; text-align: center; white-space: nowrap; line-height: 32px;}
.foot-map .sitemap03 p{width: 64px; margin: 0 0 0 -16px;}
.foot-map .tel-box{width: 250px; float: right; text-align: right;}
.foot-map .tel-box h2{padding: 0; line-height: 33px;}
.foot-map .tel-box h2 .tel01{padding: 0 0 0 28px; background: url(/j/style/../images/ico_01.png) left center no-repeat;}
.foot-map .tel-box h2 .tel02{padding: 0 0 0 28px; background: url(/j/style/../images/ico_02.png) left center no-repeat;}
.foot-map .tel-box p{padding: 0; line-height: 23px;  color: #8f8f8f; font-size: 20px;}
/*.foot-map .tel-box .away{padding: 20px 0 0;}*/

/*side-btn*/
*html{
    background-image:url(/j/style/about:blank);
    background-attachment:fixed;
}

/*右侧浮层*/
.side-btn{position: fixed; _position: absolute; bottom: 50%;  width: 80px; overflow: hidden; right: 0; font-size: 0; margin: 0 0 -175px; height: 350px; z-index: 1000; text-align: center; color: #fff;}
.side-btn:hover{overflow: visible;}
.side-btn p{font-size: 14px;}
.side-btn li{position: relative; width: 80px; height: 80px; background: #898989;transition: all 0.9s ease 0s;-webkit-transform: all 0.9s ease 0s;}
.side-btn .li_1{ background:#F8931F;}
.side-btn li:hover{background: #F8931F;}
.side-btn .tel-box{width: 176px; height: 48px; z-index: -1; line-height: 22px;text-align: left; color: #fff; font-size: 13px; padding: 18px 0 14px 14px; background: #F8931F; position: absolute; left: 190px; top: 0;transition: all 0.9s ease 0s;-webkit-transform: all 0.9s ease 0s;}
.side-btn .tel-box p{display: none;}
.side-btn li:hover .tel-box{left: -190px;}
.side-btn .tel-box h2{line-height: 48px; font-size: 24px;}
.side-btn .back-top{display: none;}
.side-btn .icon{background: url(/j/style/../images/ico_23_1.png) 0 0 no-repeat; width: 100%; height: 51px; display: block;}
.side-btn .icon01{background:url(/j/style/../images/80-80.gif) 0 0 no-repeat; width: 100%; height: 51px; display: block;}
.side-btn .icon02{background-position: center -68px;}
.side-btn .icon03{background-position: center -148px;}
.side-btn .icon04{background-position: center -228px;}
.side-btn .code-box{
    padding: 5px 0 0;
    height: 75px;
    margin: 0 0 5px;
}
.side-btn .code-box img{
    width: 70px;
    margin: 0 auto;
}
.side-btn .close{
    width: 18px;
    height: 19px;
    display: inline-block;
    margin: 0 0 6px 60px;
    background: #C4C4C4 url(../images/close.png) center center no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/*低版本浏览器提示升级*/
#browser_ie {
    background: #fff;
    display: none;
    color: #000;
    font-size: 15px;
    position: relative;
    z-index: 103;
}
#browser_ie .close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 19px;
    display: inline-block;
    margin: 0 0 6px 60px;
    background: #C4C4C4 url(../images/close.png) center center no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#browser_ie .brower_info {
    margin: 0px auto;
    width: 800px;
    padding: 17px 0;
}
#browser_ie .brower_info .notice_info {
    position: relative;
    margin: 15px 0 0;
    float: left;
}
#browser_ie .brower_info .notice_info p{
    text-align: left;
    line-height: 25px;
    width: 360px;
    display: inline-block;
}
#browser_ie .browser_list {
    position: relative;
    float: left;
}
#browser_ie .browser_list img{
    width:56px;
    height: 56px;
}
#browser_ie .browser_list span {
    text-align: center;
    width: 80px;
    display: inline-block;
}
