/* ---- public ---- */
* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    font-size: 100%;
    color: #333;
    font-family: "Microsoft YaHei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    padding-bottom: 36px;
}
.clearfix{
    clear: none;
}
/* ---- top ---- */

#systop .systop {
    max-width: 1200px;
    width: auto;
    padding: 0 10px;
}
#sysmenu {
    right: 10px;
}
#syschannel li{
    font-size:14px;}
#sysmenu li.net a {
    width: 60px;
}
#syschannel li:first-child a{
    margin-left:10px;}
#syschannel {
    width: auto;
    max-width: 1200px;
}
#syschannel ul {
    width: 100%;
}
@media screen and (max-width:1200px) {
    #systop, #syssp, #sysfoot p {
        display: block;
    }
    #syschannel{
        padding: 4px 0 0;
    }
    #syschannel li {
        font-size: 12px;
        margin: 5px 0px;
    }
    #syschannel li a {
        margin: 0 6px;
    }
    #syschannel li:first-child a{
        margin-left:6px;}
}
@media screen and (max-width:800px) {
    #systop, #syssp, #sysfoot p {
        display: block;
    }
}
@media screen and (max-width:768px) {

    #systop {
        background-size: auto 100%;
    }
    #systop .systop {
        padding: 0 6px;
    }
    #sysmenu {
        display: none;
    }
    #systop .sysnet li {
        padding: 0 10px 2px 0;
        font-size: 11px;
    }
    #syschannel {
        display: none;
    }
}
/* ---- ads ---- */
.adsBox {
    width: 100%;
    margin: 10px 0 0px;
}
.adsBox img {
    width: 100%;
    height: auto;
    margin-bottom: 1.67%;
}
@media screen and (max-width:768px) {
    .adsBox {
        display: none;
    }
}
/* ---- logo ---- */
.logoBox{
    padding: 8px 0 22px;
    position: relative;
    line-height: 0px;
}
.logoBox img.logo{
    height:45px;
    width: auto;
    margin-right: 10px;
}
.logoBox  a:hover{
    text-decoration: none;
}
.searchBox{
    position: absolute;
    right: 0px;
    top: 10px;
    width: 23.75%;
    height: 36px;
    padding: 0 68px 0 0;
}
.searchBox .search_btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 68px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    outline: none;
    background: #2d6cc2;
    font-size: 14px;
    color: #fff;
}
.searchBox .text_input{
    width: 100%;
    height: 36px;
    line-height: 32px;
    border: 2px solid #9da8ba;
    border-right: none;
    background: none;
    outline: none;
    padding: 0 5px;
    font-size: 12px;
    color: #555;
}
.logoBox .qrcodeBox{
    position: absolute;
    right: 26%;
    top: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #999;
    z-index: 9;
}
.logoBox .qrcodeBox .qrcode{
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    width: 160px;
    height: auto;
}
.logoBox .qrcodeBox:hover .qrcode{
    display: block;
}
.logoBox .telqq{
    position: absolute;
    right: 32%;
    top: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
}
.logoBox .telqq a{
    margin-right: 24px;
    color: #999999;
}
.logoBox .telqq a.shortmargin{
    margin-right: 12px;
}
.toggle-nav{
    display: none;
}
@media screen and (max-width:1024px) {
    .logoBox{
        padding: 8px 0 20px;
    }
    .logoBox img.logo{
        height:40px;
        margin-right: 8px;
    }
    .searchBox{
        top: 10px;
        height: 32px;
        padding: 0 50px 0 0;
    }
    .searchBox .search_btn{
        width: 50px;
        height: 32px;
        line-height: 32px;
    }
    .searchBox .text_input{
        width: 100%;
        height: 32px;
        line-height: 28px;
    }
    .logoBox .qrcodeBox{
        top: 10px;
        height: 32px;
        line-height: 32px;
    }
    .logoBox .qrcodeBox .qrcode{
        right: -10px;
        width: 140px;
    }
    .logoBox .telqq{
        right: 33%;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .logoBox .telqq a{
        margin-right: 20px;
    }
    .logoBox .telqq a.shortmargin{
        margin-right: 10px;
    }
}
@media screen and (max-width:880px) {
    .logoBox .telqq{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .logoBox{
        padding: 10px 0 18px;
    }
    .logoBox img.logo{
        height:32px;
        margin-right: 6px;
    }
    .searchBox{
        display: none;
        top: 14px;
        height: 28px;
        width: 33%;
        padding: 0 42px 0 0;
    }
    .searchBox .search_btn{
        width: 42px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .searchBox .text_input{
        width: 100%;
        height: 28px;
        line-height: 26px;
        border-width: 1px;
    }
    .logoBox .qrcodeBox{
        display: none;
        right: 35%;
        top: 14px;
        height:28px;
        line-height: 28px;
    }
    .logoBox .qrcodeBox .qrcode{
        right: -10px;
        width: 120px;
    }
    .toggle-nav {
        display: block;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -12px;
        cursor: pointer;
        color: #fff;
        padding: 6px 0 0 4px;
        width: 26px;
        height: 26px;
        z-index: 9;
        background: #4271cb;
        border: 1px solid #07476c;
        line-height: 0px;
        border-radius: 5px;
    }
    .toggle-nav.open span.m, .toggle-nav.open span.n, .toggle-nav.open span.u {
        opacity: 1;
    }
    .toggle-nav span.m, .toggle-nav span.n, .toggle-nav span.u {
        font-size: 0px;
        opacity: 0;
        -webkit-transition: 250ms;
        transition: 250ms;
        letter-spacing: 2px;
    }
    .toggle-nav span.e {
        display: inline-block;
        height: 16px;
        width: 16px;
    }
    .toggle-nav span.e.btn-close span.bar:nth-child(1) {
        -webkit-transition: 250ms;
        transition: 250ms;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px;
    }
    .toggle-nav span.e.btn-close span.bar:nth-child(2) {
        opacity: 0;
        -webkit-transition: 250ms;
        transition: 250ms;
    }
    .toggle-nav span.e.btn-close span.bar:nth-child(3) {
        -webkit-transition: 250ms;
        transition: 250ms;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 6px;
    }
    .toggle-nav span.e span.bar {
        -webkit-transition: 250ms;
        transition: 250ms;
        position: relative;
        display: block;
        background: #fff;
        border-bottom: 1px solid #fff;
        width: 16px;
        height: 1px;
        line-height: 0;
    }
    .toggle-nav span.e span.bar:nth-child(2) {
        margin: 5px 0;
    }
    .toggle-nav:hover span.m, .toggle-nav:hover span.n, .toggle-nav:hover span.u {
        opacity: 1;
        -webkit-transition: 250ms;
        transition: 250ms;
    }
}
@media screen and (max-width:500px) {
    .logoBox{
        padding: 10px 0 16px;
    }
    .logoBox img.logo{
        height:26px;
        margin-right: 5px;
    }
    .searchBox{
        top: 11px;
        height: 24px;
        width:50%;
        padding: 0 42px 0 0;
    }
    .searchBox .search_btn{
        width: 42px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .searchBox .text_input{
        width: 100%;
        height: 24px;
        line-height: 22px;
    }
    .logoBox .qrcodeBox{
        display: none;
    }
}
@media screen and (max-width:360px) {
    .searchBox{
        display: none;
        width:42%;
    }
}
/* ---- menu Style ---- */
.menu{
    width: 100%;
    background:rgba(255,255,255,0.85);
    z-index: 99;
    height: 48px;
    background: #3669ca;
    -webkit-transition: 250ms;
    transition: 250ms;
}
.menu>ul{
    max-width: 1200px;
    height: 48px;
    margin: 0 auto;
}
.menu>ul>li{
    float: left;
    width: 6.25%;
    position: relative;
}
.menu>ul>li>a{
    display: block;
    height: 48px;
    line-height: 48px;
    width: 100%;
    text-align: center;
    padding: 0px 3px;
    font-size: 16px;
    color: #ffffff;
}
.menu>ul>li>a:hover{
    text-decoration: none;
}
/* ×Ó²Ëµ¥ */
.submenu {
    left: -10%;
    max-height:0px;
    position: absolute;
    top: 100%;
    z-index: 0;
    border-top: 1px solid #e9e9e9;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    width: 120%;
    padding-top: 0px;
}
.submenu li {
    width: 100%;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-top: none;
    background: #fff;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu li a {
    display: block;
    padding: 5px 2px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.menu>ul .submenu li:hover a {
    border-radius: 0;
    background: #f6f6f6;
    text-decoration: none;
}
.menu>ul >li .submenu {
    z-index: 10;
}
.menu>ul>li:hover .submenu, .menu>ul>li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu>ul>li:hover .submenu li, .menu>ul>li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* CSS3 ²Ëµ¥´ò¿ª¶¯»­ */
.menu>ul li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu>ul li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 15ms;
    -moz-transition-delay: 15ms;
    -ms-transition-delay: 15ms;
    -o-transition-delay: 5ms;
    transition-delay: 15ms;
}
.menu>ul li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -ms-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms;
}
.menu>ul li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.menu>ul li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 90ms;
    -moz-transition-delay: 90ms;
    -ms-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms;
}
.menu>ul li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -ms-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}
.menu>ul li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 50ms;
    transition-delay: 150ms;
}
.menu>ul li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -ms-transition-delay: 180ms;
    -o-transition-delay: 80ms;
    transition-delay: 180ms;
}
.menu>ul li:hover .submenu li:nth-child(9) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -ms-transition-delay: 180ms;
    -o-transition-delay: 80ms;
    transition-delay: 180ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -ms-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 90ms;
    -moz-transition-delay: 90ms;
    -ms-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -ms-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 15ms;
    -moz-transition-delay: 15ms;
    -ms-transition-delay: 15ms;
    -o-transition-delay: 15ms;
    transition-delay: 15ms;
}
.submenu li:nth-child(9) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width:1024px) {
    .menu{
        height: 40px;
    }
    .menu>ul{
        height: 40px;
    }
    .menu>ul>li>a{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0px 2px 0;
    }
    .submenu li a {
        display: block;
        padding: 4px 2px;
        line-height: 20px;
        font-size: 12px;
    }
}
@media (max-width:860px) {
    .menu>ul>li>a{
        font-size: 13px;
    }
    .submenu li a {
        font-size: 11px;
    }
}
@media (max-width:768px) {
    .menu{
        height: 50px;
        padding: 10px 0;
        overflow: hidden;
    }
    .menu.open{
        height: 80px;
    }
    .menu>ul{
        height:30px;
    }
    .menu>ul>li{
        width: 12.5%;
    }
    .menu>ul>li>a{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0px 2px 0;
    }
    .submenu{
        display: none;
    }
}
@media (max-width:375px) {
    .menu{
        height: 34px;
        padding: 5px 0;
    }
    .menu.open{
        height: 106px;
        overflow: hidden;

    }
    .menu>ul{
        height:30px;
    }
    .menu>ul>li{
        width: 25%;
    }
    .menu>ul>li>a{
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        padding: 0px 2px 0;
    }
    .submenu{
        display: none;
    }
}
/* ---- ¹ö¶¯ÐÂÎÅ ---- */
.sliderNews_coat{
    height: 46px;
    background: #ecf4fd;
    margin-bottom: 30px;
}
.sliderNews{
    max-width: 1200px;
    padding: 0 10px 0 90px;
    height: 46px;
    position: relative;
    margin: 0 auto;
}
.sliderNews h1{
    position: absolute;
    left: 10px;
    top: 0px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.sliderNewsSwiper{
    height: 46px;
    width: 100%;
}
.sliderNewsSwiper .swiper-container{
    height: 46px;
    width: 100%;
}
.sliderNewsSwiper .swiper-wrapper{
    width: 100%;
}
.sliderNewsSwiper .swiper-slide{
    height: 46px;
    width: 100%;
    overflow: hidden;

}
.sliderNewsSwiper .swiper-slide a{
    display: inline-block;
    position: relative;
    max-width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 13px;
    background: url(../images/point_blue.png) left center no-repeat;
    margin-right: 3.2%;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
@media screen and (max-width:1024px) {
    .sliderNews_coat{
        height: 42px;
        margin-bottom: 2.5%;
    }
    .sliderNews{
        padding: 0 10px 0 82px;
        height: 42px;
    }
    .sliderNews h1{
        height: 42px;
        line-height: 42px;
        font-size: 13px;
    }
    .sliderNewsSwiper{
        height: 42px;
    }
    .sliderNewsSwiper .swiper-container{
        height: 42px;
    }
    .sliderNewsSwiper .swiper-slide{
        height: 42px;
    }
    .sliderNewsSwiper .swiper-slide a{
        height: 42px;
        line-height: 42px;
        padding: 0 0 0 12px;
        font-size: 13px;
    }
}
@media screen and (max-width:768px) {
    .sliderNews_coat{
        height: 38px;
    }
    .sliderNews{
        padding: 0 10px 0 76px;
        height: 38px;
    }
    .sliderNews h1{
        height: 38px;
        line-height: 38px;
        font-size: 12px;
    }
    .sliderNewsSwiper{
        height: 38px;
    }
    .sliderNewsSwiper .swiper-container{
        height: 38px;
    }
    .sliderNewsSwiper .swiper-slide{
        height: 38px;
    }
    .sliderNewsSwiper .swiper-slide a{
        height: 38px;
        line-height: 38px;
        padding: 0 0 0 11px;
        font-size: 12px;
    }
}
@media screen and (max-width:414px) {
    .sliderNews_coat{
        height: 32px;
    }
    .sliderNews{
        height: 32px;
    }
    .sliderNews h1{
        height: 32px;
        line-height: 32px;
    }
    .sliderNewsSwiper{
        height: 32px;
    }
    .sliderNewsSwiper .swiper-container{
        height: 32px;
    }
    .sliderNewsSwiper .swiper-slide{
        height: 32px;
    }
    .sliderNewsSwiper .swiper-slide a{
        height: 32px;
        line-height: 32px;
    }
}
/* ---- swiperBox Style ---- */
.swiperBox {
    float: right;
    /*width: 59.16667%;*/
    width: 56.66667%;
    position: relative;
    background:#fff;
    margin-bottom: 3.5%;
}
.swiperBox .swiper-container{
    height: 420px;
    overflow: hidden;
}
.swiperBox .swiper-slide{
    position: relative;
}
.swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.swiperBox .swiper-slide p {
    height: 80px;
    line-height:50px;
    padding:0 16px 0 16px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size:20px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.swiperBox .pagination {
    position: absolute;
    width: 100%;
    right: 5px;
    text-align: center;
    bottom:16px;
    line-height:0px;
    z-index:8;
}
.swiperBox .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background:#ffffff;
    margin: 0 5px;
    cursor: pointer;
    overflow:hidden;
    border-radius: 50%;
}
.swiperBox .swiper-active-switch{
    background:#2d6cc2;
}
@media (max-width:1200px) {
    .swiperBox .swiper-slide p {
        font-size:16px;
    }
}
@media (max-width:1024px) {
    .swiperBox .swiper-container{
        height: 290px;
    }
    .swiperBox .swiper-slide p {
        height: 32px;
        line-height:32px;
        padding:0 80px 0 12px;
        font-size:15px;
    }
    .swiperBox .pagination {
        right: 3px;
        bottom:13px;
        width: auto;
    }
    .swiperBox .swiper-pagination-switch {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
}
@media (max-width:768px) {
    .swiperBox{
        width: 100%;
        margin-bottom: 4%;
    }
    .swiperBox .swiper-slide p {
        height: 28px;
        line-height:28px;
        padding:0 80px 0 10px;
        font-size:14px;
    }
    .swiperBox .pagination {
        right: 3px;
        bottom:10px;
    }
    .swiperBox .swiper-pagination-switch {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
}
/* ---- Ö÷ÒªÐÂÎÅ ---- */
.mainNews{
    float: left;
    /*width: 37.5%;*/
    width: 40.5%;
    margin-bottom: 3.5%;
}
.headlines{
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 3px;
    margin-bottom: 15px;
    overflow: hidden;
}
.headlines li{
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.newsList li{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.newsList li span{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    border-radius: 2px;
    background: #fc9725;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    padding: 0 2px;
}
.newsList li img{
    height: 16px;
    margin-right: 10px;
}
@media screen and (max-width:1200px) {
    .headlines li{
        font-size: 20px;
    }
    .newsList li{
        font-size: 16px;
    }
    .newsList li span{
        font-size: 12px;
    }
}
@media screen and (max-width:1024px) {
    .headlines{
        padding: 0 0 2px;
        margin-bottom: 12px;
    }
    .headlines li{
        height: 22px;
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .newsList li{
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .newsList li span{
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        margin-right: 8px;
    }
    .newsList li img{
        height: 14px;
        margin-right: 8px;
    }
}
@media screen and (max-width:768px) {
    .mainNews{
        width: 100%;
        margin-bottom: 5%;
    }
    .headlines{
        margin-bottom: 8x;
    }
    .headlines li{
        height: auto;
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 8px;
        overflow: auto;
        white-space: normal;
        text-overflow: normal;
        -o-text-overflow: normal;
    }
    .newsList li{
        height: auto;
        line-height: 20px;
        padding: 4px 0;
        font-size: 14px;
        overflow: auto;
        white-space: normal;
        text-overflow: normal;
        -o-text-overflow: normal;
    }
    .newsList li span{
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        margin-right: 8px;
    }
    .newsList li img{
        height: 14px;
        margin-right: 8px;
    }
}
/* ---- ÈÈµãÍÆ¼ö ---- */
.hotBox{
    border: 2px solid #eb1d25;
    padding: 50px 20px 30px;
    position: relative;
    margin-bottom: 2.5%;
}
.hotBox .head{
    position: absolute;
    left: -2px;
    top: -16px;
    width: auto;
    height: 48px;
}
.hotBox .head img{
    height: 100%;
}
.hotBox .operatBox{
    position: absolute;
    top: -20px;
    right: -2px;
    width: 348px;
    height: 48px;
    line-height: 40px;
    padding: 8px 0 0;
    text-align: right;
    background: url(../images/hotBox_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    color: #fff;
}
.hotBox .operatBox a{
    display: inline-block;
    padding:0 13px 0 18px;
    height: 40px;
    line-height: 40px;
    background: left center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #fff;
    margin-left: 14px;
}
.hotBox .operatBox a.more{
    background-image: url(../images/icon_more_r.png);
}
.hotBox .operatBox a.close{
    background-image: url(../images/icon_close_r.png);
}
.hotList li{
    width: 30.97%;
    margin-right: 2.595%;
    float: left;
}
.hotList li:last-child{
    margin-right: 0px;
    float: right;
}
.hotList li h2{
    height: 32px;
    line-height: 32px;
    font-size:22px;
    color: #333333;
    margin-bottom: 3.886%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.hotList li .pic{
    width: 41.899%;
    height: 100px;
    float: left;
    overflow: hidden;
}
.hotList li .pic img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hotList li .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hotList li p{
    float: right;
    width: 53.07%;
    height: 96px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}
@media screen and (max-width:1200px) {
    .hotList li h2{
        font-size:20px;
    }
    .hotList li p{
        font-size: 15px;
    }
}
@media screen and (max-width:1024px) {
    .hotBox{
        padding: 40px 16px 24px;
    }
    .hotBox .head{
        left: -2px;
        top: -14px;
        height: 42px;
    }
    .hotBox .operatBox{
        top: -17px;
        width: 305px;
        height: 42px;
        line-height: 36px;
        padding: 7px 0 0;
        font-size: 13px;
    }
    .hotBox .operatBox a{
        padding:0 12px 0 16px;
        height: 36px;
        line-height: 36px;
        background-size: 12px auto;
        margin-left: 12px;
    }
    .hotList li h2{
        height: 28px;
        line-height: 28px;
        font-size:18px;
    }
    .hotList li .pic{
        height: 84px;
    }
    .hotList li p{
        height: 84px;
        line-height: 28px;
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    .hotBox{
        padding: 30px 14px 20px;
        margin-bottom: 5%;
    }
    .hotBox .head{
        left: -2px;
        top: -12px;
        height: 36px;
    }
    .hotBox .operatBox{
        top: -14px;
        width: 260px;
        height: 36px;
        line-height: 36px;
        padding: 5px 0 0;
        font-size: 12px;
    }
    .hotBox .operatBox a{
        padding:0 10px 0 15px;
        height: 31px;
        line-height: 31px;
        background-size: 11px auto;
        margin-left: 10px;
    }
    .hotList li{
        width: 48%;
        float: left;
        margin-right: 0px;
    }
    .hotList li:nth-child(2n){
        float: right;
    }
    .hotList li:last-child{
        display: none;
    }
    .hotList li h2{
        height: 24px;
        line-height: 24px;
        font-size:16px;
    }
    .hotList li .pic{
        height: 72px;
    }
    .hotList li p{
        height: 72px;
        line-height: 24px;
        font-size: 13px;
    }
}
@media screen and (max-width:480px) {
    .hotBox{
        padding: 24px 10px 15px;
    }
    .hotBox .head{
        left: -2px;
        top: -10px;
        height: 30px;
    }
    .hotBox .operatBox{
        top: -12px;
        width: 160px;
        height: 28px;
        line-height: 24px;
        padding: 4px 0 0;
        font-size: 12px;
    }
    .hotBox .operatBox a{
        padding:0 10px 0 18px;
        height: 24px;
        line-height: 24px;
        background-size: 10px auto;
        margin-left: 10px;
    }
    .hotList li{
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 4%;
    }
    .hotList li:nth-child(2n){
        float: right;
    }
    .hotList li:last-child{
        display: block;
        margin-bottom: 0px;
    }
    .hotList li h2{
        height: 24px;
        line-height: 24px;
        font-size:16px;
    }
    .hotList li .pic{
        height: 72px;
    }
    .hotList li p{
        height: 72px;
        line-height: 24px;
        font-size: 13px;
    }
}
/* ---- mainHead ---- */
.mainHead{
    height: 41px;
    position: relative;
    margin-bottom: 20px;
}
.mainHead::before{
    content: "";
    position: absolute;
    top: 75%;
    left: 0px;
    width: 100%;
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    background: #e5e5e5;
}
.mainHead h1{
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
    background: #fff;
}
.mainHead h1 img{
    height: 100%;
    width: auto;
}
.mainHead .operatBox{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.mainHead .operatBox a{
    display: inline-block;
    padding:0 13px 0 18px;
    height: 26px;
    line-height: 26px;
    background: left center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #666666;
    margin-left: 14px;
}
.mainHead .operatBox a.more{
    background-image: url(../images/icon_more.png);
}
.mainHead .operatBox a.close{
    background-image: url(../images/icon_close.png);
}
@media screen and (max-width:1024px) {
    .mainHead{
        height: 36px;
        margin-bottom: 2.5%;
    }
    .mainHead .operatBox{
        height: 22px;
        line-height: 22px;
        font-size: 13px;
    }
    .mainHead .operatBox a{
        padding:0 12px 0 16px;
        height: 22px;
        line-height: 22px;
        background-size: 13px auto;
        margin-left: 13px;
    }
}
@media screen and (max-width:768px) {
    .mainHead{
        height: 32px;
    }
    .mainHead .operatBox{
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .mainHead .operatBox a{
        padding:0 10px 0 14px;
        height: 18px;
        line-height: 18px;
        background-size: 12px auto;
        margin-left: 12px;
    }
}
/* ---- ÊÓÌýÑÌÌ¨ ---- */
.audio-visual{
    float: left;
    width: 31.6666%;
    margin-right: 2.5%;
}
.audioList{
    float: right;
    width: 31.66667%;
}
.audioList li{
    height:75px;
    margin-bottom: 16px;
}
.audioList li:last-child{
    margin-bottom: 0;
}
.audioList li a{
    display: block;
    width: 100%;
    height: 75px;
    border: 1px solid #d1d1d1;
    background: url(../images/icon_zhuanti.png) 5% center no-repeat #f8f8f8;
    background-size:auto 72.6%;
    font-size: 24px;
    line-height: 32px;
    color: #2d6cc2;
    font-weight: bold;
    padding: 0 5% 0 24.6%;
    text-align: left;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.audioList li:first-child a{
    background-image: url(../images/icon_zhuanti.png);
}
.audioList li:nth-child(2) a{
    background-image: url(../images/icon_dangdai.png);
}
.audioList li:nth-child(3) a{
    background-image: url(../images/icon_dangjian.png);
}
.audioList li a:hover{
    text-decoration: none;
}
@media screen and (max-width:1024px) {
    .audioList li{
        height:66px;
        margin-bottom: 13px;
    }

    .audioList li a{
        height: 66px;
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width:768px) {
    .audio-visual{
        width: 48%;
        margin: 0 1%;
    }
    .audioList{
        width: 100%;
        overflow: hidden;
        margin-top: 2.5%;
    }
    .audioList li{
        width: 32%;
        margin-right: 2%;
        float: left;
        height:52px;
        margin-bottom: 0px;
    }
    .audioList li:last-child{
        margin-right: 0px;
    }
    .audioList li a{
        height: 52px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width:620px) {
    .audioList li{
        width: 32%;
        margin-right: 2%;
        float: left;
        height:48px;
        margin-bottom: 0px;
    }
    .audioList li a{
        height: 48px;
        font-size: 15px;
        line-height: 20px;
        background-image: none;
        padding: 0 2%;
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media screen and (max-width:500px) {
    .audio-visual{
        width: 100%;
        margin: 0 0% 3%;
    }
}
/* ---- footer ---- */
.imagesList li{
    width: 31.66%;
    float: left;
    margin-right: 2.51%;
    overflow: hidden;
    position: relative;
}
.imagesList li:last-child{
    margin-right: 0px;
}
.imagesList li img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.imagesList li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.imagesList li p{
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    color: #ffffff;
}
@media screen and (max-width:1200px) {
    .imagesList li p{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
@media screen and (max-width:1024px) {
    .imagesList li p{
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
}
@media screen and (max-width:768px) {
    .imagesList li{
        width: 48%;
        margin-right: 0px;
    }
    .imagesList li:nth-child(2n){
        float: right;
    }
    .imagesList li:last-child{
        display: none;
    }
    .imagesList li p{
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
}
@media screen and (max-width:414px) {
    .imagesList li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 3.5%;
    }
    .imagesList li:nth-child(2n){
        float: right;
        margin-bottom: 0;
    }
    .imagesList li:last-child{
        display: none;
    }
    .imagesList li p{
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
}
/* ---- adsBar ---- */
.adsBar{
    max-width: 1200px;
    margin: 0 auto 2.5%;
}
.adsBar img{
    width: 100%;
}
.adsBar img.pc{
    display: inline;
}
.adsBar img.phone{
    display: none;
}
@media screen and (max-width:768px) {
    .adsBar{
        margin: 0 auto 4%;
    }
    .adsBar img.pc{
        display: none;
    }
    .adsBar img.phone{
        display: inline;
    }
}
/* ---- bigLeft ---- */
.bigLeft{
    width: 67.5%;
    float: left;
}
.bigRight{
    float: right;
    width: 29.166667%;
}
.bigLeft .tabHead {
    overflow:hidden;
    zoom:1;
    border-top: 1px solid #1e71c1;
    background: #fafafa;
    margin-bottom: 3.95%;
}
.bigLeft .tabHead li{
    float:left;
    height: 49px;
    line-height: 49px;
    padding:0 3.65%;
    color:#333333;
    text-align:center;
    cursor:pointer;
    font-size: 18px;
}
.bigLeft .tabHead li.active{
    background:#2d6cc2;
    color: #fff;
}
.bigLeft .tabHead li.active a{
    color: #fff;
}
.bigLeft .tabBody>li{
    display:none;
}
.bigLeft .tabBody>li.thisclass{
    display:list-item;
}
@media screen and (max-width:1200px) {
    .bigLeft .tabHead li{
        height: 45px;
        line-height: 45px;
        padding:0 3%;
        font-size: 17px;
    }
}
@media screen and (max-width:1024px) {
    .bigLeft .tabHead li{
        height: 40px;
        line-height: 40px;
        padding:0 2.5%;
        font-size: 16px;
    }
}
@media screen and (max-width:768px) {
    .bigLeft{
        width: 100%;
    }
    .bigRight{
        display: none;
    }
    .tabHead li{
        width: 25%;
    }
}
@media screen and (max-width:520px) {
    .tabHead li{
        height: 36px;
        line-height: 36px;
        padding:0 2.5%;
        font-size: 15px;
    }
}
@media screen and (max-width:360px) {
    .tabHead li{
        height: 32px;
        line-height: 32px;
        padding:0 2.5%;
        font-size: 14px;
    }
}
/* ---- newsList ---- */
.bigNewsList{
    margin-bottom:5.9%;
    overflow: hidden;
}
.bigNewsList>li{
    padding: 0 0 3.3%;
    margin-bottom:3.3%;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.bigNewsList>li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.bigNewsList>li .pic{
    width: 150px;
    height: 100px;
    overflow: hidden;
    float: left;
}
.bigNewsList>li .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bigNewsList>li .pic:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bigNewsList>li .title{
    margin-bottom: 10px;
    min-height: 34px;
    line-height: 30px;
    padding: 2px 0;
    font-size: 24px;
    color: #333;
}
.bigNewsList>li h3.title{
    min-height: 86px;
}
.bigNewsList>li p.con{
    float: right;
    height: 99px;
    line-height: 33px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
}
.bigNewsList>li .other{
    width: 100%;
    float: left;
    height: 20px;
    line-height: 0px;
    overflow: hidden;
    margin-top: 10px;
}
.bigNewsList>li .short_other{
    float: right;
    height: 20px;
    line-height: 0px;
    overflow: hidden;
}
.bigNewsList>li .time{
    line-height: 20px;
    font-size: 14px;
    color: #666;
    float: left;
    width: 150px;
    margin-right: 2.5%;
    margin-bottom: 10px;
}
.bigNewsList>li .short_other .time{
    float: right;
}
.bigNewsList>li .thetype{
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    color: #666;
}
.bigNewsList>li .short_other  .thetype{
    float: left;
    margin-right: 28px;
    margin-left: 0px;
}
.bigNewsList>li .thetype span{
    display: inline-block;
    width: 72px;
    height: 20px;
    border: 1px solid #2d6cc2;
    border-radius: 1px;
    line-height: 18px;
    font-size: 14px;
    color: #2d6cc2;
    margin-right: 8px;
    text-align: center;
}
.bigNewsList>li .thetype img{
    height: 20px;
    margin: 0 1px;
}
.bigNewsList>li .toshare{
    height: 20px;
    line-height: 20px;
    float: right;
    font-size: 14px;
    color: #666666;
}
.bigNewsList>li .toshare img{
    height: 16px;
}
.bigNewsList>li.thePic .pictitle{
    min-height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #333;
    margin-bottom: 2.4%;
}
.bigNewsList>li.thePic .pictitle span{
    display: inline-block;
    float: left;
    margin-top: 2px;
    margin-right: 12px;
    width: 36px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background:#2d6cc2;
    text-align: center;
}
.bigNewsList>li.thePic .picOnly{
    width: 100%;
    overflow: hidden;
}
.bigNewsList>li.thePic .picOnly img{
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bigNewsList>li.thePic .picOnly:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bigNewsList>li.thePic .piclist{
    overflow: hidden;
}
.bigNewsList>li.thePic .piclist li{
    width: 30.7%;
    margin-right: 3.95%;
    float: left;
    overflow: hidden;
}
.bigNewsList>li.thePic .piclist li:nth-child(3n){
    margin-right: 0px;
}
.bigNewsList>li.thePic .piclist li img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bigNewsList>li.thePic .piclist li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

a.loadMore{
    display:  block;
    height: 60px;
    width: 100%;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border: 1px solid #dddddd;
}
a.loadMore:hover{
    text-decoration: none;
}
a.loadMore img{
    height: 18px;
    width: auto;
    margin-right: 8px;
}
@media screen and (max-width:1200px) {
    .bigNewsList>li .pic{
        width: 170px;
        height: 96px;
    }
    .bigNewsList>li .title{
        font-size: 20px;
    }
    .bigNewsList>li p.con{
        font-size: 15px;
    }
    .bigNewsList>li .time{
        font-size: 13px;
    }
    .bigNewsList>li .toshare{
        font-size: 13px;
    }
    .bigNewsList>li .toshare span{
        font-size: 13px;
    }
    .bigNewsList>li .toshare img{
        height: 15px;
    }
    .bigNewsList>li .thetype{
        margin-left: 20px;
        font-size: 13px;
    }
    .bigNewsList>li .short_other .thetype{
        margin-right: 20px;
        margin-left: 0px;
    }
    .bigNewsList>li .thetype span{
        width: 60px;
        font-size: 13px;
        margin-right:7px;
    }
    .bigNewsList>li.thePic .pictitle{
        font-size: 18px;
    }
    .bigNewsList>li.thePic .pictitle span{
        margin-right: 10px;
    }
    a.loadMore{
        display:  block;
        height: 52px;
        line-height: 50px;
        font-size: 16px;
    }
    a.loadMore img{
        height: 16px;
    }
}
@media screen and (max-width:1024px) {
    .bigNewsList{
        margin-bottom:3%;
        overflow: hidden;
    }
    .bigNewsList>li .pic{
        width: 124px;
        height: 60px;
    }
    .bigNewsList>li .title{
        margin-bottom: 3px;
        min-height: 34px;
        line-height: 24px;
        padding: 5px 0;
        font-size: 18px;
    }
    .bigNewsList>li h3.title{
        min-height: 57px;
    }
    .bigNewsList>li p.con{
        height: 60px;
        line-height: 20px;
        font-size: 14px;
    }
    .bigNewsList>li .time{
        font-size: 12px;
        width: 124px;
    }
    .bigNewsList>li .toshare{
        font-size: 12px;
    }
    .bigNewsList>li .toshare span{
        font-size: 12px;
    }
    .bigNewsList>li .toshare img{
        height: 14px;
    }
    .bigNewsList>li .thetype{
        margin-left: 0;
        font-size: 12px;
    }
    .bigNewsList>li .short_other  .thetype{
        margin-right: 18px;
        margin-left: 0px;
    }
    .bigNewsList>li .thetype span{
        width: 60px;
        height: 18px;
        line-height: 16px;
        font-size: 12px;
        margin-right: 6px;
    }
    .bigNewsList>li .short_other .thetype span{
        display: none;
    }
    .bigNewsList>li .thetype img{
        height: 18px;
    }
    .bigNewsList>li.thePic .pictitle{
        min-height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .bigNewsList>li.thePic .pictitle span{
        margin-right: 10px;
        width: 32px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
    }
    a.loadMore{
        height: 36px;
        line-height: 34px;
        font-size: 15px;
    }
    a.loadMore img{
        height: 15px;
        margin-right: 6px;
    }
}

@media screen and (max-width:600px) {
    .bigNewsList>li .pic{
        width: 100px;
        height: 54px;
    }
    .bigNewsList>li .title{
        margin-bottom: 2px;
        min-height: 26px;
        line-height: 20px;
        padding: 3px 0;
        font-size: 16px;
    }
    .bigNewsList>li h3.title{
        min-height: 44px;
    }
    .bigNewsList>li p.con{
        height: 54px;
        line-height: 18px;
        font-size: 12px;
    }
    .bigNewsList>li .time{
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .bigNewsList>li .toshare{
        font-size: 12px;
    }
    .bigNewsList>li .toshare img{
        height: 12px;
    }
    .bigNewsList>li .thetype{
        display: none;
        height: 18px;
        line-height: 18px;
        margin-left: 12px;
        font-size: 12px;
    }
    .bigNewsList>li .short_other  .thetype{
        margin-right:12px;
        margin-left: 0px;
    }
    .bigNewsList>li .thetype span{
        width: 54px;
        height: 18px;
        line-height: 16px;
        font-size: 11px;
        margin-right: 4px;
    }
    .bigNewsList>li .thetype img{
        height: 16px;
    }
    a.loadMore{
        height: 32px;
        line-height: 30px;
        font-size: 14px;
    }
    a.loadMore img{
        height: 14px;
        margin-right: 5px;
    }
}
@media screen and (max-width:475px) {
    .bigNewsList>li .pic{
        width: 72px;
        height: 50px;
    }
    .bigNewsList>li .title{
        margin-bottom: 0px;
        min-height: 50px;
        line-height: 20px;
        padding: 5px 0;
        font-size: 15px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: left;
        justify-content: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .bigNewsList>li p.con{
        padding-top: 5px;
        height: 50px;
        line-height: 20px;
        font-size: 12px;
        text-indent: 0;;
    }
    .bigNewsList>li .short_other{
        margin-top: 10px;
    }
    .bigNewsList>li .time{
        font-size: 11px;
    }
    .bigNewsList>li .thetype{
        margin-left: 10px;
        font-size: 11px;
    }
    .bigNewsList>li .short_other  .thetype{
        margin-right: 10px;
        margin-left: 0px;
    }
    .bigNewsList>li .thetype span{
        display: none;
    }
    .bigNewsList>li .thetype img{
        height: 14px;
    }
    .bigNewsList>li.thePic .piclist li{
        width: 48.5%;
        margin-right: 3%;
    }
    .bigNewsList>li.thePic .piclist li:nth-child(2n){
        margin-right: 0%;
    }
    .bigNewsList>li.thePic .piclist li:nth-child(3n){
        display: none;
    }
}
/* ---- right ---- */
.rightBox{
    background: #fafafa;
    padding: 4.3% 0 0;
    margin-bottom: 8.5%;
}
.rightHead {
    position: relative;
    margin-bottom: 4.5%;
}
.rightHead h2{
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 19px;
    background: url(../images/rightHead.gif) left center no-repeat;
    background-size: auto 66.66667%;
    font-size: 22px;
    color: #333;
    font-weight: normal;
}
.rightHead img{
    width: auto;
    height: 100%;
}
.rightHead a.more{
    position: absolute;
    right: 9px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.rightBox .newsPic{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5.1%;
}
.rightBox .newsPic img{
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.rightBox .newsPic:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.rightNews{
    padding: 0 3.4% 5.7%;
}
.rightNews li{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    padding: 0 0 0 14px;
    background: url(../images/point.gif) left center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.personBox{
    margin-bottom: 4%;
    padding: 0 3.4%;
}
.personBox .pic{
    width: 100px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    margin-right: 5.1%;
}
.personBox .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.personBox .pic:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.personBox h2{
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    color: #333333;
    margin-bottom: 2px;
}
.personBox p{
    height: 72px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
}
.introBox p a{
    color: #666;
}
.columnList{
    border: 1px solid #eaeaea;
    background: #fff;
    overflow: hidden;
}

.columnList li{
    width:23%;
    padding:0 1%;
    float: left;
    height: 36px;
    line-height: 36px;
}
.columnList li:first-child{
    width: 31%;
}
.columnList li img{
    width: 100%;
    height: auto;
}
.rankingBox{
    padding: 0 3.4% 5.7%;
}
.rankingHead{
    height: 41px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 5.1%;
}
.rankingHead h1{
    height: 40px;
    width: 32%;
    line-height: 40px;
    float: left;
}
.rankingHead h1 img{
    width: 100%;
    height: auto;
}
.rankingHead .tabHead {
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    width: 59%;
    overflow:hidden;
}
.rankingHead .tabHead li{
    float:left;
    width: 50%;
    text-align:center;
    height: 41px;
    padding: 2px 1px 1px;
    line-height: 38px;
    font-size: 20px;
    color: #333333;
}
.rankingHead .tabHead li.active{
    padding: 0px;
    border-top:2px solid #1e71c1;
    border-bottom: 1px solid #fafafa;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.rankingBox .tabBody>li{
    display:none;
}
.rankingBox .tabBody>li.thisclass{
    display:list-item;
}
.rankingList li{
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    padding: 0 0 0 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.rankingList li i{
    position: absolute;
    top: 6px;
    left: 0px;
    height: 20px;
    line-height: 18px;
    width: 22px;
    text-align: center;
    font-size: 11px;
    color: #000;
    border: 1px solid #e5e5e5;
    font-style: normal;
}
.rankingList li:nth-child(1) i,
.rankingList li:nth-child(2) i,
.rankingList li:nth-child(3) i{
    background: #f15d5d;
    border: 1px solid #df5501;
    color: #fff;
}
@media screen and (max-width:1200px) {
    .rightHead h1{
        height: 28px;
        line-height: 28px;
        padding: 0 0 0 19px;
        font-size: 20px;
    }

    .rightHead a.more{
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
    .rightNews li{
        height: 28px;
        line-height: 28px;
        font-size: 15px;
        padding: 0 0 0 12px;
    }
    .personBox .pic{
        width: 80px;
        height: 80px;
    }
    .personBox h2{
        height: 22px;
        line-height: 22px;
        font-size: 18px;
    }
    .personBox p{
        height: 60px;
        line-height: 20px;
        font-size: 12px;
    }
    .columnList li{
        height: 32px;
        line-height: 32px;
    }
    .rankingHead{
        height: 35px;
    }
    .rankingHead h1{
        height: 34px;
        line-height: 34px;
    }
    .rankingHead .tabHead {
        height: 35px;
    }
    .rankingHead .tabHead li{
        height: 35px;
        line-height: 32px;
        font-size: 18px;
    }
    .rankingList li{
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0 0 0 30px;
    }
    .rankingList li i{
        top: 5px;
        height: 18px;
        line-height: 16px;
        width: 20px;
        font-size: 11px;
    }
}
@media screen and (max-width:1024px) {
    .rightHead h1{
        height: 25px;
        line-height: 25px;
        padding: 0 0 0 18px;
        font-size: 18px;
    }

    .rightHead a.more{
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .rightNews li{
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        padding: 0 0 0 10px;
    }
    .personBox .pic{
        width: 64px;
        height: 64px;
    }
    .personBox h2{
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .personBox p{
        height: 54px;
        line-height: 18px;
        font-size: 11px;
    }
    .columnList li{
        height: 30px;
        line-height: 30px;
    }
    .rankingHead{
        height: 31px;
    }
    .rankingHead h1{
        height: 30px;
        line-height: 30px;
    }
    .rankingHead .tabHead {
        height: 31px;
    }
    .rankingHead .tabHead li{
        height: 31px;
        line-height: 28px;
        font-size: 16px;
    }
    .rankingList li{
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        padding: 0 0 0 28px;
    }
    .rankingList li i{
        top: 5px;
        height: 18px;
        line-height: 16px;
        width: 20px;
        font-size: 11px;
    }
}
@media screen and (max-width:768px) {
    .rightBox{
        display: none;
    }
}
/* ---- footer ---- */
.palmHead{
    border-top: 4px solid #2d6cc2;
    padding: 10px 0 0;
    position: relative;
    margin-bottom: 8px;
}
.palmHead h1{
    height: 41px;
}
.palmHead h1 img{
    height: 100%;
    width: auto;
}
.palmBox{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.palmBox .qrcodeBox{
    width: 69.5%;
    float: left;
}
.palmBox .qrcodeBox li{
    width: 50%;
    float: left;
    padding: 4.7% 2.99%;
}
.palmBox .qrcodeBox li:first-child{
    border-right: 1px solid #eaeaea;
    padding-left: 0;
}
.palmBox .qrcodeBox .qrcode{
    float: right;
    border: 1px solid #c8c8c8;
    width: 150px;
    margin-left: 7.18%;
}
.palmBox .qrcodeBox .qrcode img{
    width: 100%;
}
.palmBox .qrcodeBox h2{
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 16px;
    background: url(../images/rightHead.gif) left center no-repeat;
    background-size: auto 71.43%;
    font-size: 22px;
    color: #333333;
    margin-bottom: 4.86%;
}
.palmBox .qrcodeBox p{
    font-size: 14px;
    color: #333333;
    line-height:30px;
}
.mainContact{
    width: 29.25%;
    float: right;
    background: #fafafa;
    padding: 1.6667% 1.6667% 1.66667% 0;
}
.mainContact li{
    position: relative;
    padding-left: 135px;
}
.mainContact li:first-child{
    margin-bottom: 10px;
}
.mainContact h2{
    position: absolute;
    left: 0px;
    top: 50%;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 16px;
    background: url(../images/rightHead.gif) left center no-repeat;
    background-size: auto 71.43%;
    font-size: 22px;
    color: #333333;
    margin-top: -14px;
}
.mainContact a{
    display: block;
    min-height: 30px;
    line-height: 20px;
    background: url(../images/point.gif) left center no-repeat;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    padding-left: 14px;

}
@media screen and (max-width:1200px) {
    .palmHead{
        border-top: 3px solid #2d6cc2;
        padding: 8px 0 0;
        margin-bottom: 7px;
    }
    .palmHead h1{
        height: 35px;
    }
    .palmBox{
        margin-bottom: 24px;
    }

    .palmBox .qrcodeBox .qrcode{
        width: 120px;
    }
    .palmBox .qrcodeBox h2{
        height: 25px;
        line-height: 25px;
        padding: 0 0 0 14px;
        font-size: 20px;
    }
    .palmBox .qrcodeBox p{
        font-size: 13px;
        line-height:26px;
    }
    .mainContact li{
        padding-left: 115px;
    }
    .mainContact li:first-child{
        margin-bottom: 8px;
    }
    .mainContact h2{
        height: 25px;
        line-height: 25px;
        padding: 0 0 0 14px;
        font-size: 20px;
        margin-top: -12px;
    }
    .mainContact a{
        min-height: 26px;
        line-height: 18px;
        font-size: 13px;
        padding: 4px 0;
        padding-left: 13px;
    }
}
@media screen and (max-width:1024px) {
    .palmHead{
        border-top: 2px solid #2d6cc2;
        padding: 6px 0 0;
        margin-bottom: 6px;
    }
    .palmHead h1{
        height: 31px;
    }
    .palmBox{
        margin-bottom: 20px;
    }

    .palmBox .qrcodeBox .qrcode{
        width: 100px;
    }
    .palmBox .qrcodeBox h2{
        height: 22px;
        line-height: 22px;
        padding: 0 0 0 12px;
        font-size: 16px;
    }
    .palmBox .qrcodeBox p{
        font-size: 12px;
        line-height:24px;
    }
    .mainContact li{
        padding-left: 86px;
    }
    .mainContact li:first-child{
        margin-bottom: 6px;
    }
    .mainContact h2{
        height: 22px;
        line-height: 22px;
        padding: 0 0 0 12px;
        font-size: 16px;
        margin-top: -11px;
    }
    .mainContact a{
        min-height: 24px;
        line-height: 16px;
        font-size: 12px;
        padding: 4px 0;
        padding-left: 12px;
    }
}
@media screen and (max-width:768px) {
    .palmBox .qrcodeBox {
        width: 100%;
    }
    .mainContact{
        width: 100%;
    }
}
@media screen and (max-width:570px) {
    .palmBox .qrcodeBox p{
        display: none;
    }
    .palmBox .qrcodeBox li{
        text-align: center;
    }
    .palmBox .qrcodeBox li .qrcode{
        float: none;
        display: inline-block;
        margin-bottom: 4px;
    }
    .palmBox .qrcodeBox li h2{
        background: none;
        text-align: center;
        font-size: 12px;
    }
    .mainContact li{
        width: 50%;
        float: left;
        padding-left: 0px;
    }
    .mainContact h2{
        position: relative;
        left: auto;
        top: auto;
        margin-top: 0px;
        margin-bottom: 4px;
    }
}
/* ---- linkBox ---- */
.linkBox{
    border-top:1px solid #d6e1ec;
    background: #f6f6f6;
    padding: 30px 0 40px;
}
.linkBox_left{
    float: left;
    width: 67.5%;
}
.linkBox_right{
    float: right;
    width: 29.5%;
}
.linkBox h1{
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #999999;
    border-left: 4px solid #999999;
    padding: 0 0 0 14px;
    margin-bottom: 20px;
}
.linkBox p{
    line-height: 28px;
    font-size:14px;
    color: #666666;
}
.linkBox p a{
    color: #666666;
}
@media screen and (max-width:1200px) {
    .linkBox{
        padding: 24px 0 32px;
    }
    .linkBox h1{
        height: 22px;
        line-height: 22px;
        font-size: 18px;
        border-left: 3px solid #999999;
        padding: 0 0 0 12px;
        margin-bottom: 16px;
    }
    .linkBox p{
        line-height: 26px;
        font-size:13px;
    }
}
@media screen and (max-width:1024px) {
    .linkBox{
        padding: 20px 0 25px;
    }
    .linkBox h1{
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        border-left: 2px solid #999999;
        padding: 0 0 0 10px;
        margin-bottom: 12px;
    }
    .linkBox p{
        line-height: 24px;
        font-size:12px;
    }
}
@media screen and (max-width:768px) {
    .linkBox_left{
        width: 100%;
        margin-bottom: 5%;
    }
    .linkBox_right{
        width: 100%;
    }
}
@media screen and (max-width:414px) {
    .linkBox{
        padding: 12px 0 16px;
    }
    .linkBox h1{
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .linkBox p{
        line-height: 20px;
        font-size:11px;
    }
}
/* ---- footer ---- */
#sysfoot {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#sysfoot .sysfoot {
    max-width: 1200px;
    padding: 0 10px;
    width: auto;
}
#sysfoot .sysfoot p {
    right: 10px;
}
@media screen and (max-width:1200px) {
    #sysfoot .sysfoot p a {
        font-size: 12px;
        padding: 0 0 0 16px;
    }
}
@media screen and (max-width:800px) {
    #sysfoot .sysfoot {
        text-align: left;
    }
}
@media screen and (max-width:768px) {
    #sysfoot .sysfoot {
        text-align: center;
    }
    #sysfoot .sysfoot p {
        display: none;
    }
}
/* ---- container ---- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb2_5 {
    margin-bottom: 2.5%;
}
.mb3_5 {
    margin-bottom: 3.5%;
}
@media screen and (max-width:1200px) {
    .mb50 {
        margin-bottom: 4%;
    }
}
@media screen and (max-width:768px) {
    .mb20 {
        margin-bottom: 10px;
    }
    .mb30 {
        margin-bottom: 16px;
    }
    .mb60 {
        margin-bottom: 25px;
    }
    .mb2_5 {
        margin-bottom: 5%;
    }
}
@media screen and (max-width:450px) {
    .container {
        padding: 0 6px;
    }
}