@charset"UTF-8";
/**公共区域样式**/
html {
    font-size: 14px;
    font-style: normal;
    font-family:'Microsoft YaHei', Helvetica;
}
body, div, header, aside, footer, section, article, figure, nav, menu, table, ul, ol, li, button, p, a, dl, dd, tr, td, th, pre, form, h1, h2, h3, h4, h5, h6, input, textarea {
    margin: 0;
    padding: 0;
}
header, aside, footer, section, article, figure, nav, menu {
    display: block;
}
input, button, textarea {
    font-size: 14px;
    font-family:'Microsoft YaHei', Helvetica;
    border: none;
    background: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*去除点击高亮的颜色*/
}
ul, ol, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, b, strong {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
address, cite, dfn, em, i, optgroup, var {
    font-style: normal;
}
img, object, input, textarea, button, select {
    vertical-align: middle;
}
body {
    width: 100%;
    min-width: 1200px;
    color:#444;
    background-color: #F6F6F6;
    word-break: break-word;
    word-wrap: break-word;
}
body.theme-white {
    background-color: #fff;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    clear: both;
    content:".";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
a, a:hover {
    color: #444;
    text-decoration: none;
}
a:hover,a:active {
    color: #337FF4;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}
.jAlert {
    padding: 0.24rem 0.2rem;
    top: 50%;
    position: absolute;
    left: 15%;
    width: 70%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}
.hide{
    display: none!important;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-clum {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-wraper {
    flex-wrap: wrap;
}
.flex-center {
    align-items: center;
}
.flex-center-1{
    align-items: center;
    justify-content: center;
}
.flex-item {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.text-center {
    text-align: center;
}
.text-centers {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    color: #333;
    margin-bottom: 30px;
}
.text-right{
    text-align: right;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    display: box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    display: box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pub-cont {
    width:1200px;
    margin:0 auto;
}
.rela {
    position: relative;
}
.vert-mid {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.image {
    vertical-align: top;
    display: block;
}
.icon, .btn {
    display: inline-block;
}
.btn {
    cursor: pointer;
}
.pub-input,.pub-select {
    width:100%;
    height:100%;
    display: block;
}
.pub-input::placeholder {
    color: rgba(51, 51, 51, 0.2);
}
.pub-select{
    border:none;
    background: none;
    outline: none;
}
.pub-ipt {
    width:100%;
    height:100%;
    display: block;
    font-size:16px;
    color:#444;
}
.pub-ipt::placeholder {
    color: rgba(51, 51, 51, 0.4);
}
.white-bg{
    background:#fff;
}
.mt10{
    margin-top:10px;
}
.hei10{
    height:10px;
}
/****head区域****/
#head{
    background-color: #fff;
    height:74px;
    box-shadow: 0px 0px 6px 4px rgba(208, 211, 212, 0.3);
    -moz-box-shadow: 0px 0px 6px 4px rgba(208, 211, 212, 0.3);
    -ms-box-shadow: 0px 0px 6px 4px rgba(208, 211, 212, 0.3);
    position: relative;
    z-index: 999;
}
#head.index-head{
    padding:0;
    background: rgba(11, 88, 207, 0.8);
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}
#head.sear-head{
    padding:20px 0;
    height: auto;
}
#head .pub-cont{
    height:100%;
}
#head .logo img{
    width:160px;
}
#head.index-head .logo img{
    width:160px;
    height:auto;
}
#head .head-menu{
    position: absolute;
    right:0;
}
.head-menu li{
    display: inline-block;
    position: relative;
    float: left;
    color:#444;
    padding:0 10px;
    font-size: 14px;
    position: relative;
    line-height: 42px;
    cursor: pointer;
}
.head-menu li.user-login:hover{
    font-size:14px;
}
.head-menu li.hasline:after{
    content: " ";
    width:2px;;
    height:16px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-8px;
    background: rgba(153, 153, 153, 0.5);
}
.index-head .head-menu li.hasline:after{
    background-color: rgba(255,255,255,0.5);
}
.head-menu .icon-arrowdown{
    width:10px;
    height:5px;
    background-image: url(../images/icon-black-arrowdown@2x.png);
    background-size: 100% auto;
    transition: all 0.4s;
}
.index-head .head-menu .icon-arrowdown{
    background-image: url(../images/icon-arrowdown@2x.png);
}
#head.index-head li{
    color:#fff;
}
.head-menu li:hover .icon-arrowdown{
    transform: rotate(180deg);
}

.head-menu .icon-arrowdown{
    margin-left:5px;
    vertical-align: middle;
}
.head-menu .btn-login,.head-menu .btn-register{
    padding:0 10px;
    position: relative;
}
.head-menu .btn-login:hover,.head-menu .btn-register:hover{
    color:#fff;
}
.head-menu .btn-login:hover::after,.head-menu .btn-login.active::after,.head-menu .btn-register:hover::after,.head-menu .btn-register.active::after{
    content: " ";
    width: 100%;
    padding:0 6px;
    position: absolute;
    height:34px;
    left: -6px;
    top:4px;
    z-index: -1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    background: #337FF4;
}
#head .head-search{
    width:466px;
    margin-left:200px;
    display: none;
}

#head .head-search .btn-search{
    width:64px;
    height:38px;
    font-size:14px;
    line-height: 38px;
    background:#337FF4;
    color: #fff;
    text-align: center;
    top:0;
    right: 0;
    position: absolute;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
}
#head .head-search .search-input{
    margin-right:64px;
    border:1px solid #337FF4;
    border-right: 0;
    box-sizing: border-box;
    height:38px;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    padding:0 10px;
    background: #fff;
}
#head .search-keywords{
    margin-top:10px;
}
#head .search-keywords,#head .search-keywords a{
    font-size:13px;
    line-height: 22px;
    color:#888;
}
#head .search-keywords a:hover{
    color: #337FF4;
}
#head .search-keywords span,#head .search-keywords a{
    float: left;
    margin-right:10px;
}
#head .search-keywords span{
    /*font-size:16px;*/
    margin-right:0;
}
#head.sear-head .head-search{
    display: block;
}
/****下拉菜单****/
#head .drop-con{
    /* display: none; */
    visibility: hidden;
    position: absolute;
    transform: translate(0,-5px);
    transition: transform 0.2s;
    width:480px;
    left:50%;
    margin-left:-240px;
    padding-top:6px;
    z-index: 999;
}
#head #bbx .drop-con{
    margin-left:auto;
    right:-100px;
}
.drop-range{
    position: absolute;
    width:10px;
    height:10px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0px 2px 6px 0px rgba(153, 153, 153, 0.3);
    -ms-box-shadow: 0px 2px 6px 0px rgba(153, 153, 153, 0.3);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left:50%;
    margin-left:-10px;
    top:0px;
    z-index: 1;
}
#head.index-head .drop-range{
    top:2px;
}
#head #bbx .drop-range{
    margin-left:90px;
}
.drop-main{
    box-shadow: 0px 2px 6px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 2px 6px 0px rgba(153, 153, 153, 0.5);
    -ms-box-shadow: 0px 2px 6px 0px rgba(153, 153, 153, 0.5);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    background: #fff;
    z-index: 2;
    position: relative;
    cursor: default;
}
#head .head-menu li:hover .drop-con{
    display: block;
    visibility:visible;
    transform: translate(0,0);
}
.cat-nav,.salve-nav{
    padding:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    z-index: 33;
}
#head .each-cat{
    padding:0!important;
    border-bottom: none!important;
}
.cat-nav .each-cat .cat-tit{
    position: absolute;
    left:0;
    width:54px;
    font-size:14px;
    line-height: 20px;
    text-align: center;
    font-weight:500;
    color: #444;
    top:10px;
    cursor: default;
}
.cat-nav .each-cat .cat-tit::before{
    content: " ";
    position: absolute;
    left:0;
    width:2px;
    height:16px;
    top:2px;
    background: #337FF4;
    cursor: default;
}
.cat-list{
    margin-left:52px;
}
.cat-list{
    border-left:1px rgba(216, 216, 216, 0.3) solid;
    padding:10px 0;
}
.cat-list a{
    float:left;
    font-size:14px;
    line-height: 20px;
    margin:0 10px;
    color:#444;
}
.cat-list a:hover{
    color: #337FF4;
}

.salve-nav .each-salve .salve-tit{
    font-size:16px;
    line-height: 20px;
    font-weight:500;
    color: #444;
    position: relative;
    padding-left:6px;
}
.salve-nav .each-salve .salve-tit::before{
    content: " ";
    position: absolute;
    left:0;
    width:2px;
    height:100%;
    background: #337FF4;
}
.each-salve{
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.each-salve:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.salve-list a{
    display: block;
    white-space: nowrap;
    font-size:14px;
    line-height: 32px;
    float: left;
    margin-top:20px;
    width:25%;
    color:#444;
    text-align: center;
}
.salve-list a:hover{
    color: #337FF4;
}
.salve-list a:nth-child(4n){
    margin-right: 0;
}

.salve-list a i{
    display: block;
    width:40px;
    height:40px;
    margin:0 auto;
    background: rgba(51, 127, 244, 0.1);
    border-radius: 20px;
}
#head .user-drop{
    width:108px;
    margin-left:-54px;
}

.user-nav{
    padding-top:10px;
}
.user-nav a{
    display: block;
    width:100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #444;
}
.user-nav a.logout{
    border-top: 1px rgba(216, 216, 216, 0.3) solid;
}
.user-nav a:hover{
    color: #337FF4;
    font-weight: normal;
}
#head .head-menu li.logined:hover{
    color:#337FF4;
}
#head.index-head .head-menu li.logined:hover{
    color:#fff;
}
/****foot*****/
#foot{
    background:#fff;
    padding:30px 0 0;
}
.indexpage #foot{
    border-top:2px #337FF4 solid;
    margin-top:50px;
}
.fitem-con{
    margin-left:130px;
    white-space: nowrap;
    flex: 1;
}
.fitem-con:first-child{
    margin-left:0;
}
.fitem-con h3.fitem-tit{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #333;
}
.fitem-con ul{
    margin-top:10px;
}
.fitem-con li{
    line-height: 24px;
}
.fitem-con li ,.fitem-con li a{
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}
#foot a{
    color: rgba(51, 51, 51, 0.5);
}
#foot a:hover{
    color:#337FF4;
}
.fitem-ercode{
    margin-left:90px;
    flex: 1;
}
.fitem-ercode img{
    width:108px;
    height:108px;
}
.fitem-ercode p{
    line-height: 30px;
    margin-top:10px;
    color:#333;
    text-align: center;
}
.ficp{
    font-size:14px;
    color:#999;
    padding: 20px 0;
    line-height: 24px;
}
.ficp a{
    color: #999;
}
.ficp a:hover{
    color: #337FF4;
}
.ficp span{
    margin:0 10px;
}
.ficp img{
    width:18px;
    height:auto;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}
.ffriend{
    margin-top:20px;
}
.ffriend-tit{
    font-size:16px;
    font-weight: 500;
    width:124px;
    color:#333;
    line-height: 24px;
}
.ffriend-cont a{
    line-height: 24px;
    margin-right:15px;
    white-space: nowrap;
}
.ftab{
    margin-top:20px;
}
.ftab .tab-head{
    width:372px;
    /* border:1px rgba(151, 151, 151, 0.5) solid; */
}
.ftab .tab-head li{
    width:155px;
    height:37px;
    text-align: center;
    background: #fff;
    font-size:16px;
    color:#333;
    cursor: pointer;
    line-height: 37px;
    border-radius: 2px 2px 0 0;
}
.ftab .tab-head li:hover,.ftab .tab-head li.active{
    background:#337FF4;
    color: #fff;
}
#foot .tab-cont{
    border:1px rgba(151, 151, 151, 0.5) solid;
    padding:15px 5px;
}
#foot .tab-cont a{
    margin:0 15px;
    float: left;
    line-height: 24px;
}
.ffriend-cont.other-con span{
    float: left;
    margin-right:40px;
    min-width: 235px;
}
.ffriend-cont.other-con span:nth-child(4){
    min-width: auto;
}
.ffriend-cont.other-con span em{
    color:#666;
}
.ffriend-cont.other-con span a{
    margin:0;
    margin-right:10px;
    float: none;
}
.ffriend-cont.other-con span a:last-child{
    margin-right: 0;
}
.salve-list i.icon{
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.salve-list .icon-zbgg{
    background-image: url(../images/public/icon-slave-1.png);
}
.salve-list .icon-bggg{
    background-image: url(../images/public/icon-slave-2.png);
}
.salve-list .icon-zfcg{
    background-image: url(../images/public/icon-slave-3.png);
}
.salve-list .icon-zbgs{
    background-image: url(../images/public/icon-slave-4.png);
}
.salve-list .icon-njxm{
    background-image: url(../images/public/icon-slave-5.png);
}
.salve-list .icon-jft{
    background-image: url(../images/public/icon-slave-6.png);
}
.salve-list .icon-xxdz{
    background-image: url(../images/public/icon-slave-7.png);
}
.salve-list .icon-fbzb{
    background-image: url(../images/public/icon-slave-8.png);
}

/****dialog******/
.dialog-con{
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index: 9999;
}
.dialog-mask{
    background: rgba(68,68,68,0.20);
    position: absolute;
    width:100%;
    height:100%;
}
.dialog-main{
    left:50%;
    background: #fff;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.dialog-main .dialog-tit{
    padding:20px 30px;
    font-size:16px;
    font-weight: bold;
    line-height: 30px;
}
.dialog-main .dialog-close{
    width: 28px;
    height: 28px;
    background-repeat:  no-repeat;
    background-position: left center;
    background-image:url(../images/user/icon-close.png);
    background-size: 28px auto;
    right:-38px;
    top:0;
    position: absolute;
    cursor: pointer;
}
.dialog-main .dialog-cont{
    padding:0 30px 30px;
    font-size:16px;
    line-height: 24px;
}
.dialog_confirm{
    padding: 0 10px;
    height: 26px;
    background: #337FF4;
    color: #fff;
    font-size:14px;
    line-height: 26px;
    border-radius: 2px;
}

/****频道页面样式*****/
#head.chead-theme_1 .sub-logo{
    margin-left:170px;
    padding-top:20px;
    height:50px;
    position: absolute;
}
.sub-logo .tit{
    font-size:24px;
    line-height: 30px;
}
#head.chead-theme_1 .logo img{
    /* width:105px; */
}
.tel-con{
    right:0;
    height:36px;
    padding-left:46px;
    background-image: url(../images/chanel/icon-tel.png);
    background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: left center;
}
.tel-con span{
    color: #666;
    line-height: 18px;
}
.tel-con p{
    color: #337FF4;
    font-weight: bold;
    line-height: 18px;
}
#head.chead-theme_1 .head-search{
    margin-left:337px;
    padding-top:16px;
    width:606px;
}
.head-search.show{
    display: block!important;
}
#head.chead-theme_1 .head-search .search-input{
    margin-right:166px;
}
#head.chead-theme_1 .head-search .btn-search{
    right:88px;
    width:78px;
}
.head-search .btn-allsear{
    width:78px;
    height:40px;
    font-size:14px;
    line-height: 40px;
    border:1px #337FF4 solid;
    color: #337FF4;
    text-align: center;
    top:0;
    right: 0;
    position: absolute;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
}
.head-search .btn-allsear:hover{
    background: #337FF4;
    color: #fff;
}

.icon-arrow{
    padding-right:24px;
    background: url(../images/chanel/icon-arrow.png) no-repeat right center;
    background-size:20px auto;
    display: inline-block;
    cursor: pointer;
}
.sub-logo:hover .icon-arrow{
    background-image: url(../images/chanel/icon-arrow_up.png);
}
.sub-drop{
    visibility: hidden;
    opacity:0;
    position: absolute;
    width:260px;
    background:#fff;
    left:0;
    top:55px;
    border-radius: 2px;
    z-index: 100;
    border: 1px solid rgba(151, 151, 151, 0.1);
    transition: opacity 0.6s;
}
.sub-logo:hover .sub-drop{
    visibility: visible;
    opacity: 1;
}
.sub-drop ul{
    padding:20px;
}
.sub-drop ul li{
    display: block;
    height:24px;
    padding:5px 0;
    position: relative;
    padding-left:20px;
}
.sub-drop ul li::before{
    content:" ";
    width:6px;
    height:6px;
    border:1px #337FF4 solid;
    border-radius: 4px;
    position: absolute;
    left:0;
    top:12px;
}
.sub-drop ul li:nth-child(2)::before,.sub-drop ul li:nth-child(3)::before,.sub-drop ul li:nth-child(4)::before{
    border:1px #0AEA8A solid;
}
.sub-drop ul li:nth-child(5)::before,.sub-drop ul li:nth-child(6)::before{
    border:1px #F7B500 solid;
}
.sub-drop ul li:nth-child(7)::before{
    border:1px #1FB8DC solid;
}
.sub-drop ul li a{
    margin-right: 16px;
    line-height: 24px;
    float: left;
}
.sub-drop ul li a:last-child{
    margin-right:0;
}

/***地区***/
.region-head .sub-logo{
    margin-left:170px;
    padding-top:0;
    height:100%;
    width:280px;
    position: absolute;
}
.sub-logo .tit{
    font-size:24px;
    line-height: 30px;
}
#head.region-head.sear-head .head-search{
    margin-left:470px;
    width:380px;
}
#head.region-head.sear-head .search-keywords span{
    font-size:14px;
    margin-right:0;
}
#head.region-head.sear-head .search-keywords span a{
    font-size:12px;
}
#head.region-head.sear-head .search-keywords span, #head.region-head.sear-head .search-keywords a{
    margin-right:5px;
}

#foot.region-foot{
    padding-top:0;
    border-top:1px #337FF4 solid;
}

/******jAlert start*****/
.jAlert{padding: 12px 10px; top: 50%; position: absolute; width: 200px; left: 50%; margin-left: -100px; box-sizing: border-box; -webkit-box-sizing: border-box;background: rgba(0, 0, 0, 0.6);border-radius: 8px;color: #fff;text-align: center;}

/****缺省*****/
.no-content{
    padding:180px 120px;
}
.no-content img{
    width:240px;
    height: auto;
    display: block;
    vertical-align: top;
    margin:0 auto;
    margin-right:10px;
}
.no-content h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}
.no-content p{
    /* padding:18px 0 0; */
    font-size:14px;
    line-height: 24px;
    color:#444;
    margin:0 auto;
}
.no-content p em{
    color:#FF5656;
}