﻿@charset "UTF-8";

body {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
}

* {
    font-family: "Microsoft YaHei";
    list-style: none;
    margin: 0;
    padding: 0;
}

ul, li { list-style-type: none; }

a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

img {
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    border: none;
    max-width: 100%;
    transition: transform 0.6s ease-in-out;
}

em, b, h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
}

input, select { outline: none; }

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button:focus { outline: none; }

.fl { float: left; }

.fr { float: right; }

.single {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-line {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.wp {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.gysm {
    background: url(../images2/gysm.png) no-repeat;
    bottom: 0;
    height: 361px;
    position: fixed;
    right: 0;
    width: 676px;
    z-index: -10;
}

.hd { background: url(../images2/topbg.jpg) repeat; }

.hdlogo, .hdlogo .logo { height: 160px; }

.hdlogo { background: url(../images2/topimg.png) top center no-repeat; }

.hdlogo .logo {
    float: left;
    margin-left: 50px;
    width: 457px;
}

.hdlogo .search-box {
    float: right;
    margin: 62px 50px 0 0;
}

.hdlogo .search-box .home {
    background-size: 14px;
    color: #fff;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 8px 20px 0 0;
    padding-left: 20px;
}

.hdlogo .search-box .ser-box {
    background: rgba(255, 255, 255, .85);
    border-radius: 10px;
    float: left;
    height: 36px;
    overflow: hidden;
}

.hdlogo .search-box .ser-box input {
    background: none;
    border: none;
    border-right: 1px solid #025c91;
    float: left;
    height: 36px;
    line-height: 34px;
    padding: 0 8px;
    width: 170px;
}

.hdlogo .search-box .ser-box .btn-ser {
    background: url(../images2/search.png) 12px center no-repeat;
    color: #1e7cc5;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-left: 1px;
    padding-left: 14px;
    text-align: center;
    width: 54px;
}

.hd .menu {
    background: url(../images2/icon-menu.png) center no-repeat;
    background-size: 30px;
    display: none;
    height: 60px;
    position: absolute;
    right: 14px;
    top: 0;
    width: 42px;
}

.hdnavwrap { height: 40px; }

.hdnavwrap .hdnav {
    background: #fff;
    float: left;
    width: 100%;
}

.hdnavwrap .navli {
    background: url(../images2/fggg.jpg) right center no-repeat;
    float: left;
    position: relative;
}

.hdnavwrap .navli > a {
    border-bottom: 2px solid #c7c7c7;
    color: #000;
    display: inline-block;
    font-size: 20px;
    height: 80px;
    letter-spacing: 2px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.hdnavwrap .navli.active > a, .hdnavwrap .navli > a:hover { border-bottom-color: #0f75c4; }

.conbg {
    background: url(../images2/bodybg.jpg) repeat-y;
    padding: 52px 0 40px;
    width: 100%;
}

/* 首页-图片新闻 */

.picnews {
    float: left;
    margin-right: 20px;
    width: 450px;
}

.picnews .picnews-box {
    height: 300px;
    position: relative;
    width: 100%;
}

.picnews .slider li {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.picnews .slider li:hover, .picnews .slider li.active { display: block; }

.picnews .slider li img {
    height: 100%;
    width: 100%;
}

.picnews .slider li:hover img {
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: scale(1.04);
    transition: all .5s ease;
}

.picnews .slider li .picnews-tit {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    width: 100%;
}

.picnews .slider li .picnews-tit p {
    display: block;
    margin-right: 72px;
    padding-left: 10px;
}

.picnews .picnews-pager-list {
    bottom: 13px;
    position: absolute;
    right: 0;
}

.picnews .picnews-pager-list li {
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    height: 10px;
    margin-right: 10px;
    opacity: .8;
    width: 10px;
}

.picnews .picnews-pager-list li.active {
    background: #ff9400;
    opacity: 1;
}

.picnews .prev, .picnews .next {
    background: url(../images2/ad-ctr.png) no-repeat 0 0;
    display: block;
    filter: alpha(opacity=20);
    height: 50px;
    margin-top: -25px;
    opacity: 0.5;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 21px;
    z-index: 10;
}

.picnews .prev { left: 0; }

.picnews .next {
    background-position: 0 -46px;
    right: 0;
}

.picnews .prev:hover, .picnews .next:hover {
    filter: alpha(opacity=50);
    opacity: 1;
}

.caption {
    height: 60px;
    line-height: 60px;
}

.caption .title {
    color: #000;
    float: left;
    font-size: 22px;
    font-weight: 600;
    padding: 0 6px;
}

.caption i {
    font-size: 18px;
    line-height: 64px;
    padding-right: 6px;
}

.caption .more {
    color: #000;
    float: right;
    padding-right: 6px;
}

.caption .more:hover { color: #666; }

.caption1 {
    border-bottom: 1px dashed #0f73c1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.caption1 .title {
    color: #0f73c1;
    float: none;
}


/* 首页-动态 */

.list-dyn {
    float: left;
    width: calc(100% - 470px);
}

.list-dyn-ul {
    background: rgba(255, 255, 255, .7);
    border-bottom: 1px dashed #ababab;
    border-top: 2px solid #00468e;
    height: 297px;
    overflow: hidden;
    padding: 0 5px;
}

.list-dyn-ul li {
    border-bottom: 1px dashed #ababab;
    float: left;
    height: 99px;
    margin: 0 15px;
    width: calc(50% - 32px);
}

.list-dyn-ul li:hover {
    border-left: 1px dashed #ababab;
    border-right: 1px dashed #ababab;
    box-shadow: 0px 0 25px 5px rgba(15, 115, 193, 0.1);
    transition: all 0.4s ease-out;
    width: calc(50% - 34px);
}

.list-dyn-ul li:hover .titname:before {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-left: 6px;
    transition: all 0.3s;
}

.list-dyn-ul li .titime {
    color: #999;
    padding: 14px 0 2px 16px;
}

.list-dyn-ul li .titnew {
    color: #C4271F;
    font-weight: 600;
    padding-left: 10px;
}

.list-dyn-ul li .titname {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #333;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    padding-left: 16px;
    position: relative;
    transition: all 0.3s;
    width: calc(100% - 16px);
}

.list-dyn-ul li .titname:hover { padding-left: 16px; }

.list-dyn-ul li .titname:before {
    background: url(../images2/spot1.jpg) left center no-repeat;
    content: '';
    display: block;
    height: 24px;
    left: 0;
    margin-bottom: 24px;
    position: absolute;
    width: 6px;
}

.target-wrap { margin-top: 10px; }

.target {
    display: inline-block;
    width: 100%;
}

/* 首页-特色指标 */

.target-left {
    border-top: 2px solid #0f73c1;
    float: left;
    padding-right: 20px;
    width: 450px;
}

.target-left img {
    border-radius: 15px;
    height: 280px;
    margin-top: 10px;
}

.target-left li {
    float: left;
    height: 160px;
    text-align: center;
    width: 150px;
}

.target-left li a {
    font-size: 16px;
    font-weight: 600;
}

.target-left .target-item1, .target-left .target-item3, .target-left .target-item5 { background: #1481c7; }

.target-left .target-item1 a, .target-left .target-item3 a, .target-left .target-item5 a { color: #fff; }

.target-left .target-item2, .target-left .target-item4, .target-left .target-item6 { background: #db5f2e; }

.target-left .target-item2 a, .target-left .target-item4 a, .target-left .target-item6 a { color: #ffe7bc; }

.target-left .target-item2 a {
    font-size: 24px;
    line-height: 160px;
}

.target-left li i {
    display: block;
    height: 86px;
    margin-bottom: 12px;
    width: 100%;
}

.target-left .target-item1 i { background: url(../images2/target-icon1.png) center bottom no-repeat; }

.target-left .target-item3 i { background: url(../images2/target-icon2.png) center bottom no-repeat; }

.target-left .target-item4 i { background: url(../images2/target-icon3.png) center bottom no-repeat; }

.target-left .target-item5 i { background: url(../images2/target-icon4.png) center bottom no-repeat; }

.target-left .target-item6 i { background: url(../images2/target-icon5.png) center bottom no-repeat; }

/* 首页-基本指标 */

.target-right {
    background: rgba(255, 255, 255, .7);
    border-top: 2px solid #0f73c1;
    float: left;
    width: calc(100% - 470px);
}

.target-right ul {
    display: inline-block;
    margin: 15px 0 10px;
    width: 100%;
}

.target-right li {
    float: left;
    line-height: 40px;
    margin: 20px 10px 20px 20px;
    width: calc(50% - 30px);
}

.target-right li:hover {
    box-shadow: 0px 0 25px 5px rgba(15, 115, 193, 0.1);
    transition: all 0.4s ease-out;
}

.target-right li span {
    display: block;
    float: left;
    height: 40px;
    text-align: center;
}

.target-right li .num {
    background: #0f73c1;
    color: #fff;
    font-size: 24px;
    margin-right: 4px;
    width: 40px;
}

.target-right li .titname {
    color: #000;
    font-size: 16px;
    max-width: calc(100% - 44px);
}
.honour-list{position: absolute;top:0;}
.honour-list li{width:130px; height: 110px;position:relative;border-radius:30px;margin:22px 10px 0;}
.honour-list li:hover{transition:all 0.4s ease-out;box-shadow:0 0 25px 5px rgba(15, 115, 193, .1);}
.honour-list li:hover a{background:rgba(15, 115, 193, .05);}
.honour-list li a img{width:90px;height:60px;border-radius:3px;border:1px solid #D0D4ED;padding:1px;background:#fff;}
.honour-list li:before{content:'';width:60px;height:16px;display:block;position:absolute;top:-6px;left:50%;margin-left:-30px;z-index:2;background:url(../images2/frame.png) center no-repeat;background-size:60px;}
.honour-list li a span{width:100%;height:36px;line-height:18px;font-weight: normal;text-align: center;font-size:14px;color:#000;}
.honour-list li a .titnew{color:#C4271F;font-weight:600;padding-right:6px;}
.roll-wrap {
    height: 270px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.roll-wrap::-webkit-scrollbar{width:0;}
/* 二级页面 */

.bt-body {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    margin: 70px auto 30px;
    min-height: 760px;
    overflow: hidden;
    position: relative;
}

.bt-body-left .close { display: none; }

.bt-body-left, .left-barbg { width: 220px; }

.left-barbg {
    background: #4090CF url(../images/school1.png) no-repeat bottom center;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.bt-body-right {
    padding: 10px 40px 30px;
    width: 900px;
}

.bt-body-left, .bt-body-right {
    float: left;
    height: 100%
}

.bt-body-right.no-left { width: calc(100% - 80px); }

.bt-body-left {
    position: relative;
    z-index: 11;
}

.bt-body-left .bt-body-tit {
    background: #0f73c1 url(../images2/topbg.jpg) repeat;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 45px 0 30px;
    text-align: center;
}

.bt-body-left .left-menu {
    margin-top: 15px;
    padding-bottom: 200px;
}

.bt-body-left .left-menu a, .bt-body-left .left-menu li a {
    border-bottom: 1px dashed #b1afaf;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    padding: 12px 0;
    position: relative;
}

.bt-body-left .left-menu a i, .bt-body-left .left-menu li a i {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    content: "";
    position: absolute;
    right: 5px;
    top: 28px;
}

.left-menu li ul, .left-menu li ul li ul {
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    display: none;
    height: auto;
    transition: all 300ms linear;
}

/*border-bottom:3px solid #fff;*/

.left-menu > li > ul {
    background: #8ebfe6;
    border-left: 3px solid #8dc9f7;
    border-right: 3px solid #8dc9f7;
    width: 214px;
}

.left-menu li ul li ul {
    background: #cce5f9;
    border: 0;
}

.left-menu li.active > ul, .left-menu li ul li.active > ul { display: block; }

.left-menu li:hover > a > i, .left-menu li.active > a > i, .left-menu li ul li:hover > a > i, .left-menu li ul li.active > a > i {
    border-bottom: 5px solid #666;
    border-top: 0 !important;
}

.bt-body-left span {
    display: block;
    font-size: 16px;
    padding: 9px 6px;
    text-align: center;
}

.left-menu li ul li a span {
    color: #0c7bd2;
    padding-left: 16px;
}

.left-menu li ul li.active a span { color: #0c7bd2; }

.left-menu li ul li ul li a span { padding-left: 26px; }

.bt-body-left > .left-menu > li.active { background: #fff; }

.left-menu li.active .item-wrap {
    border-left-color: #0c7bd2;
    color: #0c7bd2;
}

.bt-body-left .item-wrap {
    border-left: 4px solid transparent;
    display: block;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
}

.bt-body-left .left-menu > li > ul > li.active, .bt-body-left .left-menu > li > ul > li > ul > li.active { background: #fff; }

.bt-body-img {
    border-radius: 10px;
    margin-top: 20px;
    max-height: 100px;
    overflow: hidden;
}

.bt-body-img img { width: 100%; }

/* 位置 */

.location {
    background: url(../images2/icon-home.png) center left no-repeat;
    background-size: 20px;
    height: 45px;
    line-height: 45px;
    margin: 10px auto 0;
    overflow: hidden;
    padding-left: 26px;
}

.location a {
    color: #333;
    display: block;
    float: left;
    font-weight: bold;
}

.location a.single { max-width: calc(50% - 36px); }

.location a.sec-nav i {
    background: url(../images2/icon-updown.png) no-repeat;
    background-position: 0 -6px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    top: 21px;
    width: 8px;
}

.location a.sec-nav:hover i { background-position: 0 0; }

.location a.sec-nav i { display: none; }

.location span { color: #666; }

.location span font {
    float: left;
    margin: 0 5px;
}

.location .locaright { width: calc(100% - 70px); }

.caption .location {
    background: url(../images2/icon-brance-ads.png) center left no-repeat;
    float: right;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px 0 20px;
}

/* 注释 */

.notes {
    background: #0f73c1;
    border-radius: 10px;
    margin: 10px 0 0;
    padding: 20px 10px;
}

.notes p {
    -webkit-line-clamp: 5;
    color: #fff;
    line-height: 20px;
    max-height: 260px;
    overflow-y: auto;
    padding: 0 16px;
    text-indent: 32px;
}

/* 二级-文章列表 */

.wzlist { padding: 20px 0; }

.wzlist li {
    border-bottom: 1px dashed #dfdfdf;
    height: 42px;
    line-height: 42px;
}

.wzlist li span {
    float: right;
    width: 98px;
}

.wzlist li a {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #333;
    padding-left: 12px;
    transition: all 0.3s;
    width: calc(100% - 130px);
}

.wzlist li a:before {
    background: #DF5A49;
    content: '';
    display: block;
    display: inline-block;
    height: 4px;
    margin-right: 10px;
    width: 4px;
}

.wzlist li a:hover { padding-left: 16px; }

/* 二级-详情 */

.wzdetail {
    border-top: 2px solid #f2f2f2;
    padding: 10px 0;
}

.wzdetail .title {
    font-size: 28px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.wzdetail .subtitle {
    color: #666;
    font-size: 20px;
    text-align: center;
}

.wzdetail .detail-mes {
    background: url(../images/bg2.jpg) 0 100% no-repeat;
    line-height: 35px;
    margin: 20px 0 30px;
    min-height: 35px;
    overflow: hidden;
    padding-bottom: 16px;
    text-align: center;
}

.wzdetail .detail-mes li {
    display: inline-block;
    padding-right: 20px;
}

.wzdetail .detail-mes li:last-child { padding-right: 0; }

.wzdetail .txt p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    text-indent: 32px;
}

.wzdetail .txt p + p { margin-top: 22px; }

.wzdetail .txt .txt-img img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.wzdetail .txt .txt-img .img-txt {
    color: #898989;
    display: block;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.wzdetail .txt .keys { font-weight: bold; }

.wzdetail .txt .keys a {
    color: #4a52a3;
    margin: 0 10px;
}

/* 下载附件 */

.annex {
    border: 1px solid #e0ecf9;
    font-weight: bold;
}

.annex .annex-att {
    background: #e0ecf9 url(../images2/icon-annex.png) left center no-repeat;
    background-size: 18px;
    border-left: 32px solid #e0ecf9;
    line-height: 46px;
    text-indent: 22px;
}

.annex .alldown {
    background: url(../images2/icon-down.png) left center no-repeat;
    color: #1e5494;
    font-weight: normal;
    margin-left: 30px;
    padding-left: 14px;
}

.annex .icon-annex {
    color: #333;
    display: block;
    font-weight: normal;
    margin: 20px 32px;
    text-indent: 46px;
}

.annex .icon-annex:first-child { margin-top: 10px; }

.annex .icon-pic {
    background: url(../images2/icon-annex-pic.png) left center no-repeat;
    background-size: 40px;
}

.annex .icon-ysb {
    background: url(../images2/icon-annex-ysb.png) left center no-repeat;
    background-size: 40px;
}

.annex .icon-word {
    background: url(../images2/icon-annex-word.png) left center no-repeat;
    background-size: 40px;
}

.annex .icon-ppt {
    background: url(../images2/icon-annex-ppt.png) left center no-repeat;
    background-size: 40px;
}

.annex .icon-excel {
    background: url(../images2/icon-annex-excel.png) left center no-repeat;
    background-size: 40px;
}

.annex .icon-file {
    background: url(../images2/icon-annex-file.png) left center no-repeat;
    background-size: 40px;
}

.annex .icon-annex a {
    color: #1e5494;
    margin-left: 46px;
}

/* 评论 */

.comments { margin-top: 50px; }

.comments .text-comment {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    max-height: 114px;
    overflow: hidden;
    padding: 20px;
    resize: none;
    width: 100%;
}

.comments .editcomment { padding: 10px 0 10px 5px; }

.comments .editcomment span {
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
}

.comments .editcomment .add-comment-btn {
    background: #28cbff;
    border-radius: 4px;
    color: white;
    float: right;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
}

.comments .editcomment .add-comment-btn:hover {
    background: #28cbff;
    color: #fff;
}

.bt-body-right .split-line {
    background: url(../images2/bg2.jpg) 0 100% no-repeat;
    height: 58px;
}

.commentwrap { border-bottom: 1px dashed #eee; }

.commentwrap li {
    border-top: 1px dashed #eee;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.commentwrap li .comment-list { padding-left: 68px; }

.comment-list .userimg {
    display: inline-block;
    *display: inline;
    height: 48px;
    left: 0;
    position: absolute;
    top: 15px;
    vertical-align: middle;
    *vertical-align: auto;
    width: 48px;
    zoom: 1;
}

.comment-list .userimg img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.comment-list .name {
    color: #333;
    font-weight: 600;
    width: 96%;
}

.comment-list .commoncon { padding: 3px 0; }

.comment-list .create-time {
    color: #bbb;
    float: left;
    height: 20px;
    line-height: 20px;
}

.commentwrap .details-view-more {
    background: #eee;
    color: #666;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 100%;
}

.commentwrap .details-view-more:hover { color: #333; }

/* 二级-视频 */

.willesplay {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
    margin: 30px auto 10px;
    overflow: hidden;
    position: relative;
}

.willesplay .videoname {
    background: #efefef;
    color: #7a7f82;
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    text-align: center;
}

.willesplay .playcon {
    background: #000 url(../images2/logo.png) center no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.videobox {
    height: 188px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 90%;
}

.videolist {
    display: inline-block;
    overflow: hidden;
    padding: 20px 0 0;
    position: absolute;
    width: 1000%;
}

.videolist .video-box {
    background: url(../images2/link_bg.jpg) no-repeat;
    margin-right: 14px;
}

.videolist .video-box .videoimg {
    background: #f0f0f0;
    border: 1px solid #fff;
    height: 82px;
    padding: 1px;
    width: 122px;
}

.videolist .video-box .videoimg img { border: 1px solid #fff; }

.videolist .video-box .videotit {
    display: block;
    line-height: 30px;
    margin: 0 auto;
    padding-bottom: 6px;
    text-align: center;
    width: 110px;
}

.videolist .video-box .videotit {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.videolist .video-box .videotit:hover { color: #3daee7; }

.videolist .video-box.active .videoimg:before {
    background: url(../images2/icon7.png) top center no-repeat;
    content: '';
    height: 4px;
    left: 58px;
    position: absolute;
    top: -5px;
    width: 8px;
}

.videolist .video-box.active { background: url(../images2/link_bg1.jpg) no-repeat; }

.videolist .video-box.active .videoimg {
    background: none;
    border: 1px solid #3daee7;
    position: relative;
}

.videolist .video-box.active .videoimg img {
    border: 1px solid #3daee7;
    border-bottom: 1px solid #fff;
}

.videolist .video-box.active .videotit { color: #fff; }

.videowrap { position: relative; }

.videowrap .vprev, .videowrap .vnext {
    background: url(../images/ad-ctr1.png) no-repeat 0 0;
    display: block;
    height: 80px;
    position: absolute;
    top: 54px;
    width: 40px;
    z-index: 10;
}

.videowrap .vprev { left: 0; }

.videowrap .vnext {
    background-position: -40px 0;
    right: 0;
}

.videowrap .vprev:hover { background-position: 0 -80px; }

.videowrap .vnext:hover { background-position: -40px -80px; }

.footer {
    background: #313131 url(../images2/fotbg.jpg) repeat;
    height: 90px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.footer .finfo { display: inline-block; }

.footer .finfo img {
    float: left;
    padding-top: 23px;
}

.footer .finfo p {
    color: #666;
    float: left;
    line-height: 32px;
    margin: 29px 0 0 50px;
    text-align: left;
}

.footer .finfo span { padding-right: 10px; }

.footer .finfo span:last-child { padding-right: 0; }

.footer br { display: none; }

@media screen and (max-width: 1200px) {
    .wp { max-width: calc(100% - 100px); }

    .bt-body-right {
        padding: 10px 30px 30px;
        width: calc(100% - 280px);
    }

    .bt-body-right.no-left { width: calc(100% - 60px); }
}

@media screen and (max-width: 950px) {
    .picnews {
        margin-right: 0;
        width: 100%;
    }

    .list-dyn {
        margin-top: 10px;
        width: 100%;
    }

    .picnews .picnews-box { height: 500px; }

    .caption1 {
        height: 40px;
        line-height: 40px;
    }

    .conbg { padding-bottom: 0; }

    .target-right ul {
        margin: 8px 20px 10px;
        width: calc(100% - 40px);
    }

    .target-right li {
        margin: 5px 0;
        width: 100%;
    }

    .target-right li .num { margin-right: 4px; }

    .target-left li { height: 172px; }

    .footer .finfo p { margin: 12px 0 0 10px; }

    .footer br { display: block; }
}

@media screen and (max-width: 900px) {
    .wp { max-width: 740px; }
}

@media screen and (max-width: 800px) {
    .hdlogo .logo { margin-left: 0; }

    .hdlogo .search-box { margin-right: 0; }

    .picnews .picnews-box { height: 466px; }

    .target-left {
        padding-right: 0;
        width: 100%;
    }

    .target-left li { width: 33.3333%; }

    .target-right { width: 100%; }
    .honour-list{width:calc(100% - 20px);margin:10px 10px 20px;}
    .honour-list li{width:calc(33.33% - 20px);}
    .honour-list li img{margin:0;}
    .honour-list li:before{top:-16px;}
}

@media screen and (max-width: 768px) {
    .picnews .picnews-box { height: 445px; }
}

@media screen and (max-width: 740px) {
    .wp { max-width: calc(100% - 40px); }

    .hdlogo .logo { margin-left: 20px; }

    .hdlogo .search-box { margin-right: 20px; }

    .hdlogo .search-box .ser-box input { width: 110px; }

    .picnews .picnews-box { height: 466px; }

    .bt-body-left, .left-barbg { width: 180px; }

    .bt-body-right {
        padding: 10px 20px 30px;
        width: calc(100% - 220px);
    }

    .bt-body-right.no-left { width: calc(100% - 40px); }

    .left-menu li ul, .left-menu li ul li ul { width: 174px; }

    .left-menu li:hover > ul, .left-menu li ul li:hover > ul { left: 180px; }
}

@media screen and (max-width: 700px) {
    .wp { max-width: 100%; }

    .hdlogo .search-box .home { margin-right: 10px; }

    .hdnavwrap .hdnav {
        display: none;
        margin-bottom: 1px;
    }

    .picnews .picnews-box { height: 440px; }

    .left-barbg { display: none; }

    .bt-body {
        -webkit-box-shadow: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        margin-top: 0;
    }

    .bt-body-right { padding-top: 0; }
}

@media screen and (max-width: 610px) {
    .hd {
        border-bottom: 1px solid #eee;
        height: 60px;
    }

    .hdlogo, .hdlogo .logo { height: 100%; }

    .hdlogo .logo {
        background: url(../images2/logomini1.png) center no-repeat;
        background-size: 30px;
        height: 42px;
        position: absolute;
        top: 9px;
        width: 34px;
    }

    .hdlogo .search-box {
        left: 50%;
        margin: 0;
        margin-left: -98px;
        position: absolute;
        top: 12px;
    }

    .hdlogo .search-box .ser-box input { width: 110px; }

    .hd .menu { display: block; }

    .hdnavwrap {
        background: #fff;
        border: 1px solid #e2e2e2;
        height: auto;
        position: absolute;
        right: 20px;
        top: 60px;
        width: 160px;
        z-index: 10;
    }

    .hdnavwrap .navli {
        background: none;
        border-bottom: 1px solid #e2e2e2;
        width: 100%;
    }

    .hdnavwrap .navli > a {
        border-bottom: 0;
        height: 50px;
        line-height: 50px;
    }

    .bt-body-left .bt-body-tit, .left-barbg, .hdlogo .search-box .home, .footer .finfo img { display: none; }

    .bt-body-right { width: calc(100% - 40px); }

    .hdnav .navli .subnav {
        left: auto;
        margin-right: 1px;
        right: 100%;
        top: 0;
    }

    .ban-wrap, .ban-wrap .tempwrap .ban-img img {
        height: 137px;
        width: 550px;
    }

    .branch-body-right .right-menu a { font-size: 14px; }

    .branch-body-right .right-menu li.active a, .branch-body-right .right-menu li:hover a { font-size: 16px; }

    .location a.sec-nav i { display: block; }

    .location a.single { max-width: calc(50% - 42px); }

    .location a.sec-nav {
        color: #DF5A49;
        padding-right: 14px;
        position: relative;
    }

    .bt-body-left .close {
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
        background: #E9F3FF;
        border-radius: 20px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
        color: #333;
        display: none;
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: -10px;
        width: 30px;
        z-index: 1;
    }

    .bt-body-left {
        height: auto;
        position: fixed;
        top: 130px;
        width: 100%;
    }

    .bt-body-left .item-wrap {
        border: none;
        padding: 9px;
        text-align: center;
    }

    .bt-body-left .left-menu {
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
        background: rgba(0, 0, 0, .8);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
        display: none;
        margin: 0 20px 20px;
    }

    .bt-body-left .left-menu li:last-child a { border: none; }

    .bt-body-left .left-menu > li { background: #fff; }

    .bt-body-left .left-menu li.active, .bt-body-left .left-menu a:hover {
        background: #0f73c1;
        color: #fff;
    }

    .bt-body-left .left-menu li.active > a { color: #fff; }

    .left-menu li ul { width: calc(100% - 6px); }

    .left-menu li ul li ul { width: 100%; }

    .left-menu li:hover > a > i, .left-menu li.active > a > i, .left-menu li ul li:hover > a > i, .left-menu li ul li.active > a > i { border-bottom-color: #fff; }

    .search-box { display: none; }

    .bt-body-left .left-menu a, .bt-body-left .left-menu li a { color: #0c7bd2; }
}

@media screen and (max-width: 580px) {
    .picnews .picnews-box { height: 360px; }
}

@media screen and (max-width: 490px) {
    .hdnavwrap .navli > a { font-size: 16px; }

    .target-left li { height: 140px; }

    .target-left li i { height: 72px; }

    .target-left .target-item2 a { line-height: 140px; }

    .picnews .picnews-box { height: 300px; }
}

@media screen and (max-width: 385px) {
    .wp { max-width: 100%; }

    .picnews .caption { display: none; }

    .list-dyn-ul li { width: calc(100% - 32px); }

    .picnews .picnews-box { height: 256px; }

    .target-left li { height: 100px; }

    .target-left li i {
        height: 60px;
        margin-bottom: 6px;
    }

    .target-left .target-item2 a { line-height: 100px; }
}

@media screen and (max-width: 375px) {
    .picnews .picnews-box { height: 250px; }

    .footer .finfo p {
        line-height: 24px;
        margin-top: 8px;
    }

    .footer .finfo .line-feed {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .picnews .picnews-box { height: 240px; }
    .honour-list li{width:calc(50% - 20px);}
}

@media screen and (max-height: 1024px) {
    .bt-body { min-height: 720px; }
}

@media screen and (max-height: 812px) {
    .bt-body { min-height: 590px; }
}

@media screen and (max-height: 768px) {
    .bt-body { min-height: 550px; }
}

@media screen and (max-height: 736px) {
    .bt-body { min-height: 510px; }
}

@media screen and (max-height: 667px) {
    .bt-body { min-height: 450px; }
}