/* 基础样式 */
a:focus,img {  outline: none;border: none; }
body{line-height: 1.5;font-family:'Microsoft YaHei','Microsoft YaHei UI',"宋体",NSimsun,Simsun, Tahoma,sans-serif!important;overflow-x: hidden;font-size: 14px;}
ul li{list-style:none;}
html,body{height: 100%;}
a,a:link, a:visited, a:hover {text-decoration: none; cursor: pointer;}
html, body, div, iframe,  p, span, blockquote, pre, a, address, big, cite, code,  dt, font,h1, h3, h4, h5, h6,section,nav,aside,footer,
img, ins, small, strong, var, b, center, dl,dd, ol, ul, li, fieldset, form, label, legend{padding:0;margin:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,a{ color:#333;} 
a:hover{color: #8f000b;}
section{padding:40px 0;}
/* 字号 */
.font12{font-size: 12px!important;}
.font14{font-size: 14px!important;}
.font16{font-size: 16px!important;}
.font18{font-size: 18px!important;}
.font20{font-size: 20px!important;}
.font22{font-size: 22px!important;}

.bold{font-weight: bold;}
/* 颜色 */
.color-theme{color: #8f000b;}
.text-gray{color:#b8b8b8;}
.text-white{color:#ffffff;}
.text-bule{color:#8f000b;}

/* 背景色 */
.bg-theme{background: #8f000b;}
.bg-gray{background: #ebebeb;}
.bg-sec{background: #f5f5f5;}
.bg-white{background: #ffffff;}
.no-bg{background: none!important;}
/*--手势--*/
.pointer{cursor:pointer;}
/*位置*/
.center{text-align:center!important;}
.left-align{text-align: left;}
.right-align{text-align: right;}
.left{float: left;}
.right{float: right;}
.relative{position: relative;}
.clearfix:after { display: block; clear: both; content: ""; visibility: hidden; height: 0; }
.clearfix { zoom: 1; }
.justify{text-align: justify;font-size: 0;}
.justify:after{display: inline-block;width: 100%;content: "";}
.ellipsis{text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.overflow{overflow: hidden;}
.wrapper{width:1190px;margin:auto;}
@media screen and (max-width: 1200px) {
    .wrapper {width: 900px;margin: auto; }
    section{padding:30px 0;} 
}
@media screen and (max-width: 920px) {
    .wrapper {width:auto;margin:0 25px; }
    /* .slide_container #sliders{height: 400px;overflow: unset;} */
}
@media screen and (max-width: 700px) {
    .wrapper {width:auto;margin:0 30px; }
}
/* 基础样式 */

/* 头部 */
header{overflow: hidden;}
.logobox{/*position: absolute;top:0;*/width:100%;height: 103px;background: url(/imgs/header_bg.png) no-repeat 1050px  8px #7f000b;}
.logobox .wrapper{position: relative;}
.logobox .mlogo{position: absolute;left:-20px;width: 620px;height: 100px;z-index:3;padding-top:10px;}
.logobox .mlogowrapper{width: 1200px;}
.logobox .mlogowrapper>img{width: 100%;height: 100%;}




.nav{
    
}

.main-nav{width:100%;height: 80px;position: absolute;bottom:0;background: rgba(0,0,0,0.5);z-index:3;}
.main-nav .wrapper{height:80px;}
.main-nav .title-box{width: 340px;height:80px;padding:10px 0}
.main-nav .title-box .left-border{height: 60px;border-left:5px solid #ffffff;padding-left: 10px;}
.main-nav .title-box h3{font-size:20px;margin-bottom: 6px;}
.main-nav .title-box p{font-size:16px;}

.navbox{overflow: hidden;}
.navbox .item{float: left;text-align: center}
.navbox .item .nav-btn{
    position: relative;
    box-sizing: border-box;
    color:#ffffff;
    padding: 30px 0;
    width: 76px;}
.navbox .item .nav-btn:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    background-color: #8f000b;
    opacity: .8;
    z-index: -1;
    height: 0;
}
.navbox .item .nav-drop{
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    transform: translateY(-100%);
    height: 0;
    z-index: 77;
    overflow: hidden;
    transition: all .25s ease-in-out;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
}
.navbox .item:hover .nav-drop{
    height: 100px;
    opacity: 1;
}
.navbox .item:hover .nav-btn:after{
    height: 80px;
}
.navbox .item .nav-drop .nav-can{
    width:1190px;
    padding:20px;
    margin: auto;
}
.navbox .item .nav-drop .nav-can .second-list{
    width:100%;
    overflow: hidden;
}
.navbox .item .nav-drop .nav-can .second-list a{
    color:#ffffff;
}
.navbox .item .nav-drop .nav-can .second-list a:hover{
    text-decoration:underline;
}
.navbox .item .nav-drop .nav-can .second-list li{
    float:left;
    height:20px;
    padding: 0 10px;
    line-height: 20px;
}

.phone-nav{height: 60px;padding:10px 20px;z-index:3;background:#8f000b;line-height: 60px;display: none;}
.phone-nav .phone-item{display: inline-block;}
.phone-nav .phone-logo{width:230px;height: 40px;float: left;}
.phone-nav .wuser{width:30px;height: 30px;float: right;margin-left: 10px;}
.phone-nav .meun{width:30px;height: 28px;float: right;}
.phone-nav .goggle{width:30px;height:30px;float: right;margin-left: 10px;}
.phone-nav .phone-item img{width:100%;height:100%;}


@media screen and (max-width: 1200px) {
    .main-nav .title-box{width: 244px;}
    .main-nav .title-box h3{font-size:18px;padding-top: 6px;}
    .main-nav .title-box p{font-size:12px;}
    .navbox .item .nav-drop .nav-can{width:900px;}
    .navbox .item .nav-drop .nav-can a{font-size:12px;}
    .navbox .item .nav-btn{width: 59px;}
    .navbox .item .nav-btn p{font-size:12px;}
    .navbox .item .nav-btn:after{width: 59px;}
}
@media screen and (max-width: 920px) {
    .logobox{display: none;}
    .phone-nav{display: block;}
    .main-nav{width:100%;height: 60px;}
    .main-nav .wrapper{height:60px;}
    .main-nav .wrapper .nav-box{display: none;}
    .main-nav .title-box{width: 100%;height: 60px;text-align: center;}
    .main-nav .title-box .left-border{border: none;padding: 0;height:40px;}
    .main-nav .title-box h3{font-size:16px;padding-top: 0px;margin-bottom: 0;}
}
@media screen and (max-width: 700px) {
    .phone-nav{padding:15px 20px;line-height: 30px;}
    .phone-nav .meun,.phone-nav .goggle,.phone-nav .wuser,.phone-nav .meun img,.phone-nav .goggle img,.phone-nav .wuser img{width:20px;height: 20px;padding-top:3px;}
    .phone-nav .meun,.phone-nav .goggle{vertical-align: 5px;}
    .phone-nav .phone-logo{width:150px;height: 30px;}
}
/* 头部 */

/* 小导航 */
.sub-nav,.sub-nav .wrapper{line-height:46px;}
.sub-nav{padding: 0;background:#f5f5f6;}
.sub-nav .pos-title{height: 46px;line-height: 46px;padding: 0 10px;}
.sub-nav .sub-list{padding-left:50px;}
.sub-nav .small-list{display: none;}
.sub-nav .sub-list li{height:46px;padding: 0 10px;line-height: 46px;float: left;position: relative;}
.sub-nav .right-sub-list li{line-height: 60px;}
.sub-nav .icon{display: inline-block;width: 24px;height: 24px;}
.sub-nav .icon.goggles{background:url(/imgs/search.png) no-repeat;background-size:100% 100%;}
.sub-nav .icon.wechat{background:url(/imgs/wx.png) no-repeat;background-size:100% 100%;}
.sub-nav .icon.weibo{background:url(/imgs/wb.png) no-repeat;background-size:100% 100%;}
.sub-nav .icon.user{background:url(/imgs/user.png)  no-repeat;background-size:85% 100%;}
.sub-list .qrbox{display: none;width: 100px;height: 100px;position: absolute;}
.sub-list .qrwx{bottom: -96px;right:16px;}
.sub-list .qrwb{bottom: -96px;right:0px;}
.sub-list .qrbox>img{width: 100%;height: 100%;}
.sub-list .awechat:hover .qrwx{display: block;}
.sub-list .aweibo:hover .qrwb{display: block;}
@media screen and (max-width: 920px) {
    /* .sub-nav{display: none;} */
    .sub-nav .normal-list{display: none;}
    .sub-nav .right-sub-list{display: none;}
    .sub-nav .small-list{display: block;}
    .sub-nav .small-list{padding:0;}
    .sub-nav .small-list li{padding:0px;padding-right: 10px; height:36px;line-height:36px;}
    .sub-nav .small-list li:last-child{padding:0px;}
}
/* 小导航 */

/* 新闻 */
.news .panel-head{margin-bottom: 20px;}
.news-wrapper .block-image{width: 650px;height: 440px;float: left;}
.news-wrapper .block-image>img{width: 100%;height: 100%;}
.news-wrapper .news-block{width: 500px;min-height: 436px;float: right;}
.news-wrapper .news-block .news-list li{height: 80px;margin-bottom: 10px}
.news-wrapper .news-block .news-list li:last-child{margin-bottom: 0;}
.news-wrapper .news-block .news-list li .date-box{width:70px;height: 80px;margin-right: 20px;}
.news-wrapper .news-block .news-list li .news-line{width: 410px;height: 80px;padding-top:8px;}
.news-wrapper .news-block .news-list li .news-line h3{font-size: 18px;font-weight: normal;}
.news-wrapper .news-block .news-list li .date-box,.news-wrapper .news-block .news-list li .news-line{float: left;}
.news-wrapper .news-block .news-list li .date-box p{height: 50%;color:#ffffff;text-align: center;font-size: 20px;}
.news-wrapper .news-block .news-list li .date-box .tnum{line-height:2em;font-size:24px;}
.news-wrapper .news-block .news-list li .date-box .day{font-size: 14px;line-height: 2em}
.news-wrapper .news-block .news-list li .news-line p{margin-top: 6px}

/* 小轮播 */
.banner {
    position: relative;
}
.banner ul li {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    z-index: 10;
}
.banner .indicator {
    position: absolute;
    width:24%;
    right: 0;
    font-size:0;
    bottom: 10px;
    text-align: center;
    z-index: 70;
}
.banner .indicator a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    margin: 5px;
}
.banner .indicator a.cur {
    background: #fff;
}
.banner .banner_title {
    position: absolute;
    z-index: 30;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: url(/images/rect.png) 0px center no-repeat;
    background: url(/images/rect.png) 0px center no-repeat;
    box-sizing: border-box;
}
.banner .banner_title .title_content{
    position: relative;
    width:70%;
    height: 43px;
    box-sizing: border-box;
}
.banner .banner_title .title_content p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 43px;
    line-height: 43px;
    display: none;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* .banner .banner_title .title_content p:first-child{display: block; z-index: 20;} */
.banner_title .title_content p a {
    color: #fff;
}


@media screen and (max-width: 1200px) {
    .news-wrapper .block-image{width: 486px;height: 330px;}
    .news-wrapper .news-block{width: 375px;min-height: 330px;}
    .news-wrapper .news-block .news-list li{height: 60px;margin-bottom: 7px}
    .news-wrapper .news-block .news-list li .date-box{width:60px;height: 60px;margin-right: 15px;}
    .news-wrapper .news-block .news-list li .news-line{width: 300px;height: 60px;padding-top:6px;}
    .news-wrapper .news-block .news-list li .date-box .tnum{line-height:30px;font-size: 20px;}
    .news-wrapper .news-block .news-list li .date-box p{line-height: 30px;}
    .news-wrapper .news-block .news-list li .news-line h3{font-size:16px;}
    .news-wrapper .news-block .news-list li .news-line p{margin-bottom: 3px}
}
@media screen and (max-width: 920px) {
    .news-wrapper .block-image{width: 50%;height: 270px;}
    .news-wrapper .news-block{width: 45%;min-height: 250px;}
    .news-wrapper .news-block .news-list li{height: 50px;margin-bottom: 5px}
    .news-wrapper .news-block .news-list li .date-box{width:50px;height: 50px;margin-right: 10px;}
    .news-wrapper .news-block .news-list li .date-box p{font-size:14px;font-weight: bold;}
    .news-wrapper .news-block .news-list li .date-box .day{font-size:12px;font-weight: normal;}
    .news-wrapper .news-block .news-list li .news-line{width: 76%;height: 50px;float: right;}
    .news-wrapper .news-block .news-list li .news-line h3{font-size:16px;}
    .news-wrapper .news-block .news-list li .news-line p{font-size: 12px;margin-top: 0;}
    .banner .indicator a {
        width: 10px;
        height: 10px;
        margin: 4px;
    }
}
@media screen and (max-width: 700px) {
    .news-wrapper .block-image{width: 100%; height: 330px;margin:0 auto 10px;float: none;}
    .news-wrapper .news-block{width: 100%;min-height: 350px;float:none;margin: auto;}
    .news-wrapper .news-block .news-list li .news-line{width: 390px;}
    .news-wrapper .news-block .news-list li{height: 60px;margin-bottom: 7px}
    .news-wrapper .news-block .news-list li .date-box{width:60px;height: 60px;margin-right: 15px;}
    .news-wrapper .news-block .news-list li .news-line{width: 85%;height: 60px;padding-top:6px;}
    .news-wrapper .news-block .news-list li .date-box .tnum{line-height:2em;}
    .news-wrapper .news-block .news-list li .date-box p{line-height: 30px;font-size:20px;}
    .news-wrapper .news-block .news-list li .news-line p{margin-top: 4px;}
}
@media screen and (max-width: 578px) {
    .news-wrapper .block-image{width: 100%; height: 270px}
    .news-wrapper .news-block .news-list li .date-box{margin-right:8px;}
    .news-wrapper .news-block .news-list li .news-line{width:84%}
}
@media screen and (max-width: 502px) {
    .news-wrapper .news-block .news-list li .date-box{margin-right:8px;}
    .news-wrapper .news-block .news-list li .news-line{width:78%}
}
/* 新闻 */

/* 媒体 */
.media{padding:130px 0; }
.media .mainWrap{width: 1190px;;margin:auto;}
.media .bgwrapper {position: absolute;z-index: -1;width: 100%;height: 100%;top: 0;overflow: hidden; }
.media .bgwrapper .bg {position: absolute;background: #f0f0f0;width: 100%;top: 30px;bottom: 30px; }
.media .bgwrapper .bgimg {position: absolute;background: #637c54;width: 60%;right: 0;height: 100%;transform: skewX(47deg);transform-origin: left top;overflow: hidden;padding-left: 200px; }
.media .bgwrapper .bgimg .img {background:#99cc33 url("/images/sect_3.jpg") no-repeat left center;background-size: cover;height: 100%;width: 100%;transform: skewX(-47deg);transform-origin: left top; }
.media .bgwrapper .rect{background: #8f000b;transform: skewX(47deg);width: 150px;height: 150px;position: absolute;right: -25px;top: 0;transform-origin: left top;border-left: 25px solid #fff; }

.media .txtintro{width: 290px;display: table-cell;padding-right:90px; }
.media .txtintro p{font-size: 18px;line-height: 1.75em;padding-bottom: 60px; }
.media .txtintro h2{font-size: 20px;font-weight: bold;color: #000;line-height: 1em;padding-bottom: 20px; }
.media .txtintro p{font-size: 18px;line-height: 1.75em;padding-bottom: 60px; }
.media .txtintro a{color: #888;border-bottom: 1px solid #888;font-size: 14px; }
.media .txtintro a:hover{border: 0;}

.media .newslist{width: 760px;display: table-cell; }
.media .newslist li {margin-bottom: 10px;background: rgba(255,255,255,0.7);transition: all 0.3s ease-out;width: 92%; }
.media .newslist li .timing {color:#ffffff;text-align: center;font-weight: 300;line-height: 1em;z-index: 1;text-transform: uppercase;display: table-cell;width: 80px;background:#8f000b;position: relative;}
.media .newslist li .timing b{font-size: 16px;font-weight:300;display: block;width:100%;height:40px;line-height: 40px;position: absolute;}
.media .newslist li .timing b.day{top:0; font-weight: bold;font-size:24px;line-height:2em;}
.media .newslist li .timing b.year{bottom:0;line-height: 2em;}
.media .newslist li a{display: table;width: 100%;table-layout: fixed; }
.media .newslist li h3 {display: table-cell;font-size: 16px;line-height: 1.5em;padding: 28px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.media .newslist li:nth-child(2) {margin-left:8%; }
.media .newslist li:last-child {margin-left:16%; }
.media .newslist li:hover {margin-left: 0;}
@media screen and (max-width: 1200px){
    .media .mainWrap{width: 900px;;margin:auto;}
    .media .newslist li{width:80%;}
    .media .bgwrapper .bgimg{width:70%;}
}
@media screen and (max-width: 920px){
    .media .mainWrap{width:700px;margin:0 20px}
    .media{padding:80px 0;}
}
@media screen and (max-width: 720px){
    .media .mainWrap{width:auto;margin:auto;padding: 0 20px;}
    .media .txtintro{width: auto;display: block;padding: 0;padding-bottom: 40px;}
    .media .newslist{width: auto;display: block;padding: 0;}
    .media .newslist li:nth-child(2) {margin-left:0; }
    .media .newslist li:last-child {margin-left:0; }
}
/* 媒体 */

/* 二分新闻 */
.half-news .news-panel{background-color: #f4f4f4;width: 580px;min-height: 402px;border-top: 4px solid #8f000b;padding: 20px;}
.news-panel .panel-head .name{font-size: 32px;}
.news-panel .panel-body{padding-top: 10px;}
.news-list.list-normal li{position: relative;height: 50px;line-height: 50px;border-bottom: 1px dashed #ddd;}
.news-list.list-normal li a{display: block;padding-right: 100px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.news-list.list-normal li .date{font-size: 12px;position: absolute;right: 0;top: 0;height: 100%;width: 100px;text-align: right;}
@media screen and (max-width: 1200px){
    .half-news .news-panel{width:440px;}
    .news-panel .panel-head .name{font-size: 26px;}
}
@media screen and (max-width: 920px){
    .half-news .news-panel{width:49%;}
    .news-panel .panel-head .name{font-size: 18px;}
}
@media screen and (max-width: 700px){
    .half-news .news-panel{width:100%;float: none;margin-bottom:30px;}
    .news-panel .panel-head .name{font-size: 18px;}
}
/* 二分新闻 */

/* 新媒体 */
.new-media{background: url("/imgs/yxfc_bg.png") no-repeat;background-size:100% 100%;}
.media-wrapper{padding:30px;}
.media-block{width:360px;height: 440px;float: left;}
.new-media .media-block:nth-child(2){margin:0 25px}
.media-block .block-img{width: 360px;height: 230px;}
.media-block .block-img>img{width: 100%;height: 100%;}
.media-block .media-content{width: 360px;height:210px;padding:30px 30px 20px;background:rgba(255,255,255,0.5);}
.media-block .media-content h1{margin-bottom: 10px;}
.media-block .media-content p{color:#56686c;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
@media screen and (max-width: 1200px){
    .new-media .media-wrapper{padding:20px;}
    .media-block{width:270px;height: 330px;}
    .media-block .block-img{width: 270px;height: 170px;}
    .media-block .media-content{width: 270px;height:160px;padding:20px 20px 16px;}
    .media-block .media-content h1{font-size:16px;}
    .media-block .media-content p{-webkit-line-clamp:4;}
}
@media screen and (max-width: 920px){
    .new-media .media-wrapper{height:350px;}
    .media-block{width:32%;height: 310px;}
    .new-media .media-block:nth-child(2){margin:0 10px}
    .media-block .block-img{width:100%;height: 160px;}
    .media-block .media-content{width:100%;height:150px;padding:10px}
    .media-block .media-content h1{font-size:16px;}
    .media-block .media-content p{-webkit-line-clamp:4;}
}
@media screen and (max-width: 700px){
    .new-media .media-wrapper{padding:0;height:100%;}
    .media-block{width:100%;height: 400px;float:none;margin-bottom: 20px}
    .media-block .block-img{width:100%;height: 220px;}
    .media-block .media-content{width:100%;height:180px;padding:10px}
    .new-media .media-block:nth-child(2){margin:0 0 20px} 
}
/* 新媒体 */

/* 二分新闻 2*/
.half-news.gray-bg{background-color: #f4f4f4;}
.news-panel.white-bg{background-color: #ffffff;}
/* 二分新闻 2*/

/* 三分新闻 1*/
.trio-news .news-panel{background-color: #f4f4f4;width: 380px;min-height: 390px;padding:20px;border-top:4px solid #8f000b;}
.trio-news .middle-panel{margin-left:25px;}
@media screen and (max-width: 1200px){
    .trio-news .news-panel{width: 280px;min-height: 294px;padding:20px;}
    .trio-news .mid{margin-left:30px;}
}
@media screen and (max-width: 920px){
    .trio-news .news-panel{width: 32%;padding:10px;}
    .trio-news .mid{margin-left:16px;}
}
@media screen and (max-width: 700px){
    .trio-news .news-panel{width: 100%;margin-bottom:30px;}
    .trio-news .mid{margin-left:0px;}
}
/* 三分新闻 1*/

/* 三分新闻 2*/
.trio-news.gray-bg{background-color: #f4f4f4;}
.news-panel.white-bg{background-color: #ffffff;}
/* 三分新闻 2*/

/* 图片新闻 */
.pic-news {padding: 60px 0;}
.pic-news ul li{width: 282px;text-align: center;margin-left: 20px;}
.pic-news ul li:first-child{margin-left: 0;}
/* .pic-news ul li.mid-li{margin: 0 10px;} */
.pic-news ul li .news-img{display: block;width: 100%;height: 149px; }
.pic-news ul li .title{position: relative;font-size: 24px;line-height: 2;display: inline-block;margin:15px 0 20px;}
.pic-news ul li .title::after{position: absolute;top: 100%;left: 0;right: 0;margin: auto; width: 70%;height: 1px;background-color:#333;content: "";}
.pic-news ul li .desc {line-height:1.8;color: #555;font-size: 16px;   }
@media screen and (max-width: 1200px){
    .pic-news ul li{width: 210px;}
    .pic-news ul li .news-img{display: block;width: 100%;height: 112px; }
    .pic-news ul li .title{font-size: 18px;}
    .pic-news ul li .desc {font-size: 12px;}
}
@media screen and (max-width: 920px){
    .pic-news ul li{width:24%;margin-left: 8px;}
    .pic-news ul li .news-img{display: block;width: 100%;height: 86px; }
    .pic-news ul li .title{font-size: 16px;}
    .pic-news ul li .desc {font-size: 12px;}
}
@media screen and (max-width: 700px){
    .pic-news ul li{width:100%;margin-bottom:30px;}
    .pic-news ul li .news-img{display: block;width: 100%;height: 180px; }
    .pic-news ul li .title{font-size: 16px;}
    .pic-news ul li .desc {font-size: 12px;}
}
/* 图片新闻 */

/* 页脚 */
.footer{padding-top: 100px;padding-bottom: 30px;background: url(/imgs/footer_bg.png)  center bottom no-repeat;background-color:#8f000b;height: 446px;}
.footer .wrapper{height: 100%;}
.footer-item{padding-right: 40px;width: 265px;}
.footer-item .title{margin-bottom:20px;font-size: 18px;color: #fff;}
.footer-letter{font-size: 12px;color: #cba29f;display: block;line-height: 2;}
.footer-item a:hover{color:#ffffff;}
.footer-logo{position: absolute;right: 0;top: 50%;margin-top: -50px;}
.footer-logo .footer-img{/*width: 500px;*/margin-bottom: 12px;}
.footer-logo .footer-img>img{ width: 500px;}
.footer-logo .footer-letter{padding-left: 30px;}

.footer .phone-fbox,.footer .phone-flogo{display:none;}
.footer .phone-fbox{padding:20px 0;background: url('/images/footer.png') 100% 100% no-repeat;}
.footer .phone-fbox .phone-flist{width:350px;margin: auto;overflow: hidden;}
.footer .phone-fbox .phone-flist li{width:47%;margin:0 0 20px 10px;float: left;text-align: center;}
.footer .phone-fbox .phone-flist li a{color:#fff;font-size: 16px;}
.footer .phone-fbox .phone-flist li a:hover{text-decoration: underline;}
.footer .phone-flogo{padding:20px 0;}
.footer .phone-flogo .flogo-wrapper{width:350px;margin: auto;}
.footer .flogo-img{width:350px;height: 70px;}
.footer .flogo-img img{width:100%;height: 100%;}
.footer .flogo-des p{text-align: center;color:#ccc;margin-top:4px;}
@media screen and (max-width: 1200px){
    .footer{padding-top: 80px;padding-bottom: 30px}
    .footer-item{padding-right: 30px;width: 190px;}
    .footer-item .title{font-size: 14px;}
    .footer-logo .footer-img{ width: 340px;height: 60px;}
}
@media screen and (max-width: 920px){
    .footer-logo{top:70%;}
}
@media screen and (max-width: 700px){
    .footer-item{padding-right: 16px;width: 190px;}
}
@media screen and (max-width: 650px){
    .footer{background:none;background-color:#003300;padding:0;}
    .footer .wrapper{display: none;}
    .footer .phone-fbox{display:block;}
    .footer .phone-flogo{display:block;}
}
/* 页脚 */

/* 侧面折叠面板 */
.body-control{
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.masklayer {
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    display: none;}
.menu4mobile{
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    height: 100%;
    width: 0;
    overflow: hidden;
}
.menu4mobile .mobile-wrapper{
    width: 200px;
    position: absolute;
    right: -180px;
    top: 0px;
    bottom: 0;
    background: #fff;
    overflow: auto;
    transition: all .2s ease-out;
}
.mobilenav .m-line{
    position: relative;
    line-height:48px;
    padding:0 10px;
    border-bottom:1px solid #eee;
}
.mobilenav .m-line .mobile-dropdown{
    display:none;
}
.mobilenav .m-line .mobile-dropdown li{
    line-height: 40px;
    font-size: 12px;
}
.mobilenav .m-line .mobile-dropdown li .mtitle-line{
    position: relative;
}
.mtitle-line .icon{
    position: absolute;
    right:10px;
    display: inline-block;
    width:10px;
    height: 10px;
    top:19px;
}
/*箭头*/
.down-icon {
    background: url(/images/down2x.png) no-repeat;
    background-size: 100% 100%;
}
.up-icon {
    background: url(/images/up2x.png) no-repeat;
    background-size: 100% 100%;
}
/* 侧面折叠面板 */

/* ------------------------------二级页面 ------------------------------*/

/* ---------------二级图片列表 --------------*/
/* 二级页位置 */
.page-pos{padding: 0;height: 90px;}
.page-pos .wrapper{height:90px;}
.page-pos .pos-title{height: 90px;line-height: 90px;}
.page-pos .pos-location{height: 90px;padding:0 30px;line-height: 90px;}
@media screen and (max-width: 1200px){
    .page-pos{padding: 0;height: 60px;}
.page-pos .wrapper{height:60px;}
.page-pos .pos-title{height: 60px;line-height: 60px;}
.page-pos .pos-location{height: 60px;padding:0 10px;line-height: 60px;}
}
@media screen and (max-width: 570px){
    .page-pos .pos-title{display: none;}
    .page-pos .pos-location{float: none;}
}
/* 二级页位置 */

/* 内容容器 */
.container{min-height: 800px}
.imgbox-list{overflow: hidden;padding:30px 0;}
.imgbox-list li{width: 380px;height: 360px;float: left;margin-bottom: 30px}
.imgbox-list li:nth-child(3n-1){margin-left:25px;margin-right:25px}
.imgbox-list li .img-box{width: 380px;height: 240px;}
.imgbox-list li .img-box img{width: 100%;height: 100%;}
.imgbox-list li .news-box{width: 380px;height: 120px;padding: 30px;background:#ffffff;}
.imgbox-list li .news-box .title{margin-bottom:10px;}
.imgbox-list li .news-box .title a{font-size: 16px;font-weight: bold;}
@media screen and (max-width: 1200px){
    .imgbox-list li{width:32%;height: 310px;}
    .imgbox-list li .img-box{width: 100%;height: 210px;}
    .imgbox-list li .news-box{width: 100%;height: 100px;padding: 20px;}
    .imgbox-list li:nth-child(3n-1){margin-left:14px;margin-right:14px}
}
@media screen and (max-width: 780px){
    .list-pic{width:auto;margin:auto;}
    .imgbox-list li{width:48%;height: 310px;margin-bottom: 20px;}
    .imgbox-list li:nth-child(3n-1){margin-left:0px;margin-right:0px;}
    .imgbox-list li:nth-child(odd){margin-right:20px;}
}
@media screen and (max-width: 590px){
    .imgbox-list li{width:46%;height: 240px;}
    .imgbox-list li .img-box{width: 100%;height: 140px;}
    .imgbox-list li .news-box{width: 100%;height: 100px;padding: 10px;}
}
@media screen and (max-width: 530px){
    .imgbox-list li{width:100%;height: 360px;float: none;}
    .imgbox-list li .img-box{width:100%;height: 240px;}
    .imgbox-list li .img-box img{width: 100%;height: 100%;}
    .imgbox-list li .news-box{width:100%;height: 120px;padding: 30px;}
}
/* 内容容器 */

/* 翻页容器 */
.page-box{padding:10px 0;}
/* 翻页容器 */

/* --------------搜索弹窗 ------------*/
.search-can{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 101;
    background:rgba(0,0,0,0.5);
    display: none;
}
.search-can .search-wrapper{
    margin-top:100px;
}
.search-pad{
    width: 688px;
    background-color:rgba(102, 153, 153, 0.55);
    margin:0 auto;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:4px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.search-pad .pad-header{
    padding: 10px 0;
    text-align: center; 
}
.search-pad .pad-header h2{
    color:#ffffff;
    margin: 0;
}
.search-pad .pad-body{
    padding: 14px 0;
    text-align: center;
}
.search-pad .pad-body .search-line,.search-pad .pad-body .search-btn{
    display: inline-block;
}
.search-pad .pad-body .search-line input[type="text"]{
    width:300px;
    height:32px;
    color:#ffffff;
    padding-left:6px;
    border: none;
    outline:none;
    border-radius:4px;
    background:rgba(51, 51, 51, 0.77);
}
.search-pad .pad-body .search-btn{
    margin-left:10px;
}
.search-pad .pad-body .search-btn input[type="submit"]{
    width:100px;
    height:34px;
    border:none;
    outline: none;
    border-radius:4px;
    color: #ffffff;
    background:rgba(5,89,153,0.8);
}
.search-pad .pad-foot{
    padding: 14px 10px;
    text-align: right;
    background:rgba(51, 51, 51, 0.5);
}
.search-pad .pad-foot .pad-close{
    width: 78px;
    height: 28px;
    border:1px solid rgba(5,89,153,0.8);
    outline: none;
    border-radius: 4px;
    background:rgba(5,89,153,0.5);
    color: #ffffff;
}
@media screen and (max-width: 920px){
    .search-pad{width: 600px;}
}
@media screen and (max-width: 620px){
    .search-pad{width: 480px;}
    .search-pad .pad-body .search-line input[type="text"]{width:190px;}
}
@media screen and (max-width: 500px){
    .search-pad{width: 320px;}
    .search-pad .pad-body .search-btn input[type="submit"]{width:60px;}
    .search-pad .pad-foot .pad-close{width:60px;}
}
/* --------------搜索弹窗------------*/


/* --------------二级文章页面 ------------*/
.context{padding-top:20px;}
.left-content{width: 860px;min-height: 800px;}
.left-content .content-title{border-bottom:2px solid #e4e4e4;}
.left-content .content-title h2{font-size: 30px;font-weight: normal;margin:10px 0;}
.left-content .content-subtitle{height: 60px;line-height: 60px;border-bottom:2px solid #e4e4e4;}
.left-content .context-box{padding: 20px 40px;border-bottom:2px solid #e4e4e4; }
.left-content .context-box img{max-width:100%;}
.left-content .context-box p{font-size: 16px;line-height: 2em}
.left-content .article-guide{padding: 10px 40px;}
.left-content .article-guide p{margin-bottom:10px;}
@media screen and (max-width: 780px){
    .left-content .content-title h2{font-size: 18px;}
    .left-content .content-subtitle p{font-size: 12px;}
    .left-content .context-box{padding: 20px 0;}
    .left-content .article-guide{padding: 20px 0;}
}

.right-content{width: 300px;min-height: 800px;}
.right-content .content-title{border-bottom:2px solid #e4e4e4;}
.right-content .content-title h2{font-size: 24px;font-weight: normal;margin: 10px 0}
.right-content .recommend-list{padding:10px 0 0 10px;}
.right-content .recommend-list li{border-left:1px solid #bfc3c4;padding-bottom: 6px;}
.right-content .recommend-list .recommend-title{height:30px;position: relative;}
.right-content .recommend-list .recommend-title .dotbox{height: 30px;width: 100px;position: absolute;left:-5px;}
.right-content .recommend-list .recommend-title .dot{display:inline-block;height: 9px;width: 9px;border:1px solid #8f000b;line-height: 30px;border-radius: 50%;background:#f5f5f5;}
.right-content .recommend-list .recommend-title .dot.gdot{border:1px solid #bfc3c4;}
.right-content .recommend-list .recommend-title .tdate{display:inline-block;height: 20px;width:60px;padding-left:15px;vertical-align: -2px;}
.right-content .recommend-list .recommend-title .gdate{background:url("/images/rect_ga.png") no-repeat;background-size:100% 100%;color:#bfc3c4;}
.right-content .recommend-list .recommend-title .fdate{color:#8f000b;background:url("/images/rect_bu.png") no-repeat;background-size:100% 100%;}
.right-content .recommend-list .recommend-text{padding:10px 0 10px 20px;}
.right-content .recommend-list .recommend-title .views{height: 30px;line-height: 30px;padding-left:10px;}
.eyes{display: inline-block;vertical-align: -2px;width:16px;height: 16px;margin-right:6px;background: url("/images/eyes.png") no-repeat;background-size:100% 100%;}
.time{display: inline-block;vertical-align: -2px;width:16px;height: 16px;margin-right:6px;background: url("/images/time.png") no-repeat;background-size:100% 100%;}
@media screen and (max-width: 1200px){
    .left-content{float: none;margin:auto;}
    .right-content{display: none;}
}
@media screen and (max-width: 920px){
    .left-content{width:auto;margin:auto;}
}
/* --------------二级列表文章 ------------*/
.left-content .list-news{overflow: hidden;}
.left-content .list-news li{width: 270px;padding: 20px;height: 300px;position: relative;float: left;margin-bottom:30px;background:#ffffff;}
.left-content .list-news li:nth-child(3n-1){margin-left:25px;margin-right:25px}
.left-content .list-news li h2{margin-top:0;}
.left-content .list-news li p{color:#b8b8b8;}
.left-content .list-news li .list-bottom{position: absolute;bottom:30px;}

@media screen and (max-width: 1200px){
    .left-content .list-news{margin:auto;}
    .left-content .list-news li{width: 32%;}
    .left-content .list-news li:nth-child(3n-1){margin-left:15px;margin-right:15px}
}
@media screen and (max-width: 920px){
    .left-content .list-news{width:auto;margin:auto;}
    .left-content .list-news li{width: 32%;padding:10px;}
    .left-content .list-news li:nth-child(3n-1){margin-left:15px;margin-right:15px}
}
@media screen and (max-width: 820px){
    .left-content .list-news li{width: 31%;height: 260px; margin-bottom:20px;}
}
@media screen and (max-width: 700px){
    .left-content .list-news li{width: 47%;height: 280px; margin-bottom:20px;}
    .left-content .list-news li:nth-child(3n-1){margin-left:0px;margin-right:0px}
    .left-content .list-news li:nth-child(odd){margin-right:20px;}
}
@media screen and (max-width: 570px){
    .left-content .list-news li{width: 100%;height: 300px; padding:30px;margin-bottom:20px;float: none;} 
}