@charset "utf-8";
/* CSS Document */
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,a,img,span,i,em,cite,
header,nav,section,footer,article,aside,figure,figcaption,
table,th,tr,td,form,input,label,textarea,select,option,button
{padding:0;margin:0;border:none;outline:none;box-sizing:border-box;font-family:"Microsoft Yahei",arial;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
header,nav,section,footer,article,aside,figure,figcaption{display:block;}
body a,input,button{outline:none;}
img,a,a:hover,a:active{outline:none;border:none;}
input,button,textarea{vertical-align:top;border:1px solid #ddd;color:#666;display:inline-block;/*padding:8px 10px;*/position:relative;}
button,input{outline:none;border:none;}
textarea{resize:none;border:none;}
img{max-width:100%;vertical-align:middle;border:none;}
a,a:hover{text-decoration:none;color:#919191;}
ul,ol,dl,dt,li{list-style:none;}
table{border-collapse:collapse;}
table th,table td{/*border:1px solid #bebebe;*/border:none;text-align:center;font-size:12px;color:#919191;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-size:12px;font-weight:400;}
body{color:#919191;font-size:12px;line-height:1.5;background-color:#fff;}
*,*:after,*:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.clearFix{zoom:1;}
.clearFix:after{display:block;content:".";height:0;clear:both;visibility:hidden;}
.clear{clear:both;}
.fL{float:left;}
.fR{float:right;}

.main{width:1200px;margin:0px auto;position:relative;}
/*栏目页、列表页公用*/
.columnTit{height:30px;line-height:30px;font-weight:400;margin-bottom:10px;}
.columnTit span{display:inline-block;font-weight:700;padding-right:18px;color:#3e3e3e;background:url(../images/column_bg.png) no-repeat 42px 12px;}
.columnTit a{color:#3e3e3e;}
.columnTit a:hover{ text-decoration:underline;color:#f52626;}

/*头部样式*/
.header{line-height:40px;color:#919191;}
.topBar{height:40px;background-color:#f5f6fa;}
.topBar .welcome{color:#919191;}
.header i{display:block;position:absolute;}
.topBar .topMenu>li{float:left;}
.topMenu a.current{color: #FF5001;}
.topBar span{display:block;float:left;position:relative;top:-1px;padding:0 12px;}
.topBar a:hover{text-decoration:underline;color:#f52626;}
.topBar .member{width:140px;margin-left:30px;background-color:#dbdde0;position:relative;padding-right:40px;}
/*.topBar .member i{display:block;position:absolute;}*/
.topBar .member i.thumb{width:12px;height:13px;left:15px;top:14px;background:url(../images/bgIcon.png) no-repeat 0 0;}
.topBar .member i.arrow{width:40px;height:40px;right:0;top:0;bottom:0;background:url(../images/bgIcon.png) no-repeat -27px 17px;/*transition:transform 0.2s ease-in;*/}
.topBar .member:hover i.thumb{ background-position:0 -16px;}
.topBar .member:hover i.arrow{transform:rotate(180deg); background-position:-27px -28px;}
.topBar .member:hover .userCtr{color:#f52626; text-decoration:none;}
.topBar .member .userCtr{display:block;width:100%;height:100%;padding-left:34px;background-color:#e7e8ec;}
/*个人中心*/
.topBar .member:hover{background-color:#555;}
.topBar .member:hover .userCtr{color:#fff;text-decoration:none;background-color:#555;}
.topBar .member:hover .userBox{display:block;}
.topBar .member .userBox{display:none;position:absolute;top:40px;right:0;z-index:66;width:180px;height:300px;background-color:#555;padding:0 20px;}
.topBar .member .userBox>div{height:48px;line-height:48px;position:relative;color:#c6c6c6;}
.topBar .member .userBox span{position:absolute;top:0;right:0;text-align:right;padding:0;color:#fff;}
h1.logo{height:45px;margin:20px 10px 0 0;}
.searchBox{width:577px;height:42px;border:2px solid #e2e2e2;margin:24px 0 0 10px;position:relative;}
.searchBox .btn{position:absolute;right:-2px;top:-2px;bottom:0;width:80px;height:42px;background-color:#f52626;cursor:pointer;}
.searchBox .btn>i{width:15px;height:15px;background:url(../images/bgIcon.png) no-repeat 0 -35px;margin:14px 0 0 14px;z-index:3}
.searchBox input[type="text"]{padding:4px 12px;width:480px;height:38px;line-height:30px;color:#5e5e5e;}
.searchBox input[type="submit"]{color:#fff;width:80px;height:42px;background-color:#f52626;padding-left:15px;z-index:2;cursor:pointer;}
.searchBox input[type="text"]::-webkit-input-placeholder{ color:#c6c6c6;}/*webkit内核浏览器*/
.searchBox input[type="text"]:-moz-input-placeholder{ color:#c6c6c6;} /*firefox 18*/
.searchBox input[type="text"]::-moz-input-placeholder{ color:#c6c6c6;} /*firefox 19+*/
.searchBox input[type="text"]:-ms-input-placeholder{ color:#c6c6c6;} 
/*搜索结果框*/
.searchResult{width:577px;border:1px solid #e8e8e8;border-top:none;background:#fff;position:absolute;z-index:9;right:0;display:none;}
.searchResult li{padding:0 20px;height:34px;line-height:34px;color:#5e5e5e;cursor:pointer;}
.searchResult li:hover{background-color:#f5f6fa;}
.searchResult li p,.searchResult li span{color:#5e5e5e;}
.searchResult li em{color:#f52626;}
/*头部导航栏*/
.navArea{height:42px;border-bottom:2px solid #e2e2e2;margin-top:20px;}
.navMenu li{float:left;padding:0 18px;font-size:18px;line-height:38px;margin:0 2px;}
.navMenu li a{color:#333;}
.navMenu li.on{border-bottom:4px solid #f52626;}
.navMenu li.on>a,.navMenu li:hover>a{color:#f52626;}
.navMore{width:120px;height:32px;background:url(../images/nav_more_bg.png) no-repeat center center; margin:3px 0 0 0;}
/*底部*/
.footer{width:100%;height:135px;background:#323232;padding:30px 0;}
.footInfo h3{font-size:16px;font-weight:400;color:#d0d0d0;line-height:20px; height:20px;margin:-2px 0 10px;}
.footInfo a{display:inline-block;margin-left:12px;position:relative;}
.footInfo a:hover>span{display:block;}
.footLeft{padding-right:180px;color:#b7b9be;}
.footNav p{line-height:22px;}
.footNav p.clearFix{ margin:2px 0 11px 0;}
.footNav .webSubLink{text-indent:0;float:left;border-left:1px solid #b7b9be;height:12px;line-height:12px;padding:0 4px 0 16px;color:#b7b9be;}
.footNav p .webSubLink:first-child{ padding-left:0; border-left:none; margin-left:0;}
.footNav .webSubLink:hover{text-decoration:underline;color:#fff;}
.footNav .noFat{ float:none;border:none;color:#b7b9be}
.footNav .noFat:hover{text-decoration:underline;}
.ftContact{padding-right:38px;}
.ftContact a{background:url(../images/footIcon.png) no-repeat 0 -50px;text-indent:0;padding-left:20px;line-height:20px;}
.ftContact a:hover{background-position:0 -68px;}
.ftApp{padding-left:36px;border-left:1px solid #919191;}
.ftApp a{text-indent:-9999px;}
.ftApp a.ios{width:14px;height:18px;background:url(../images/footIcon.png) no-repeat 0 0;margin-left:0;}
.ftApp a.ios:hover{background-position:0 -24px;}
.ftApp a.android{width:16px;height:18px;background:url(../images/footIcon.png) no-repeat -28px 0;}
.ftApp a.android:hover{background-position:-28px -24px;}
.footInfo .toolTip{display:none;position:absolute;left:-45px;bottom:30px;width:100px;height:100px;padding:10px;border:1px solid #e8e8e8;background-color:#fff;}
.footInfo .toolTip i{position:absolute;left:45px;bottom:-7px;width:11px;height:7px;background:url(../images/sanjiao.png) no-repeat 0 0;}










