﻿html,
body {
    position: relative;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #666;
    position: relative;
}

div,
form,
ul,
ol,
li,
span,
p,
dl,
dt,
dd,
img,
section,
header,
input,
textarea,
a,
i {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: none;
    moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0
}

ul,
ol,
li {
    list-style: none;
    list-style-position: inside
}

table,
td,
input,
textarea {
    font-size: 14px
}

.fl {
    float: left
}

.fr {
    float: right
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer
}

    a:visited {
        text-decoration: none
    }

    a:hover {
        color: #333;
        text-decoration: none
    }

    a:active {
        color: #333;
        text-decoration: none
    }

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.wh {
    width: 100%;
    height: 100%
}

.abs {
    position: absolute;
    left: 0;
    top: 0
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 1rem;
    background: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

.s3 .swiper-slide div {
    width: 90%
}

.swiper-pagination-bullet-active {
    background: #008cd6
}


.header-fixed {
    width: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.m-topbar {
    position: fixed;
    top:6px;
    left: 50px;
    width: 240px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

    .m-topbar img {
        max-width: 100%;
        height: 70px;
      
    }

.m-logo {
    position: absolute;
    height: 45px
}

    .m-logo img {
        max-width: 100%;
        max-height: 100%
    }

.m-nav-btn {
    padding: 28px 80px 0 110px;
    text-align: right;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    position: relative;
}

    .m-nav-btn ul li {
        display: inline-block;
        font-size: 20px;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        padding-left: 0;
        padding-right: 0;
        font-family: 'Microsoft Yahei' !important;
    }
    .m-nav-btn>ul>li>ul>li>ul{
        display:none;
    }
        .header-2 .m-nav-btn ul li > a {
            color: #fff;
            letter-spacing: 2px;
            cursor: pointer;
            padding-top: 19px;
            padding-bottom: 27px;
            padding-left: 15px;
            padding-right: 15px;
            font-family: 'Microsoft Yahei' !important;
        }

            .m-nav-btn ul li > a:hover,
            .m-nav-btn ul li > a.active {
                color: #1081d9;
                text-decoration: none;
                background: #fff;
                padding-top: 19px;
                padding-bottom: 27px;
                padding-left: 15px;
                padding-right: 15px;
                border-radius: 5px 5px 0px 0px;
            }

.add-menuul {
    display: none;
    background: #cfe5f7; 
    position: absolute;
    width: 100%;
    left: 0;
    top: 79px;
    text-align: center;
    /*height: 420px;*/
  height:300px;
    overflow: hidden;
}

    .addulimg {
    /*padding-top: 40px;*/
    /*padding-bottom: 35px;*/
    text-align: center;
    width: 95%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.addulimgbj {
    background-image: url("../images/addulimg.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 292px;
}

.addulimgbj2 {
    /*background-image: url("../images/addulimg2.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*height:353px;*/
    width: 100%;
}

.m-nav-seach {
    position: absolute;
    right: 50px;
    top: 0;
    height: 79px;
    line-height: 86px;
    width: 43px;
    text-align: right;
    cursor: pointer;
}

.m-nav-seachdiv {
    position: relative;
}
    .m-nav-seachdiv img {
        width: 26px;
        height: 26px;
    }

.m-nav-seachdivcon {
    display: none;
    position: absolute;
    top: 79px;
    right: 0;
    width: 238px;
    height: 44px;
    border: 8px solid #4c4a4f;
    background-color: #4c4a4f;
    overflow: hidden;
    line-height: 30px;
}

    .m-nav-seachdivcon input {
        padding: 0 20px;
        width: 222px;
        height: 30px;
        line-height: 30px;
        padding-left: 8px;
    }
/*实现七等分*/
.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1-7 {
    width: 14.28%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-7 {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-7 {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-7 {
        width: 14.28%;
        float: left;
    }
}
/*实现七等分 end*/
/*实现八列*/
.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1-8 {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-8 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-8 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-8 {
        width: 12.5%;
        float: left;
    }
}
/*实现八列 end*/
.add-indexthconlefjs {
    height: 100%;
}

    .add-indexthconlefjs .swiper-slide {
        display: block;
        background: transparent;
    }

    .add-indexthconlefjs .swiper-button-next {
        background-image: url(../images/twonextbj1.png);
        background-size: 100% 100%;
        width: 50px;
        height: 100px;
        margin-top: -100px;
        right: 0;
    }

    .add-indexthconlefjs .swiper-button-prev {
        background-image: url(../images/twonextbj2.png);
        background-size: 100% 100%;
        width: 50px;
        height: 100px;
        margin-top: -100px;
        left: 0;
    }

        .add-indexthconlefjs .swiper-button-next.swiper-button-disabled,
        .add-indexthconlefjs .swiper-button-prev.swiper-button-disabled {
        }

.addullinalit img {
    max-width: 100%;
}

.addullinalit h3 {
    font-size: 20px;
    background: #3e99de;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 42px;
    margin-bottom: 17px;
}

    .addullinalit h3:hover {
    }

/*导航的tab*/
.add-menutab {
    padding-top: 30px;
    margin-left: 38px;
    margin-right: 37px;
    padding-bottom: 30px;
    text-align: left;
}

    .add-menutab .tab {
        overflow: hidden;
        margin-bottom: 25px;
    }

        .add-menutab .tab ul {
            margin-right: -2%;
        }

            .add-menutab .tab ul li {
                width: 23%;
                box-sizing: border-box;
                border: 1px solid #dcdcdc;
                margin-right: 1.56%;
            }

                .add-menutab .tab ul li a {
                    padding: 0;
                }

                .add-menutab .tab ul li img {
                    max-width: 100%;
                    width: 428px;
                }

                .add-menutab .tab ul li.on {
                    border: 2px solid #0959db;
                }



/*导航的tab end*/

/*第一屏*/
.s0 {
    /*position: relative;*/
}

#camera_wrap_1 {
    width: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0 !important;
    position: relative;
    right: 0;
    top: 0;
}

    #camera_wrap_1 .camera_overlayer {
        display: none;
    }

.add-swiperone {
    position: relative;
}

.addindex-swipenumer {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 55%;
}

.addindex-swipnudiv {
    display: table;
    width: 100%;
}

.addindex-swnudivlist {
    display: table-cell;
    width: 12.5%;
}

.addindex-swicon {
    height: 59px;
    line-height: 59px;
}

    .addindex-swicon img {
        height: 59px;
        vertical-align: middle;
    }

.addindex-swnumh3 {
    font-size: 5em;
    color: #e1b77d;
    line-height: 1.5;
    margin: 15% 0;
    display: inline-block;
}

.addinex-swnumber span {
    font-size: 18px;
    color: #e1b77d;
}

.addindex-swtitle {
    font-size: 1.8em;
    color: #14669c;
    line-height: 1.5;
}
/*按钮链接*/
.index-slidbanbtndiv {
    /* height: 100px; */
    top: 65%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

    .index-slidbanbtndiv a {
        background: url("../images/banbtnbj.png") no-repeat;
        width: 240px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        font-size: 24px;
        color: #fff;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

.button--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

    .button--ujarak::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/banbtnbj2.png") no-repeat;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale3d(0.7, 1, 1);
        transform: scale3d(0.7, 1, 1);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .button--ujarak.button--round-s::before {
        border-radius: 2px;
    }

    .button--ujarak.button--inverted::before {
        background: #7986CB;
    }

    .button--ujarak,
    .button--ujarak::before {
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

        .button--ujarak:hover {
            color: #fff;
        }

        .button--ujarak.button--inverted:hover {
        }

        .button--ujarak:hover::before {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

.index-slidbanbtndiv .index-slidxcp {
    margin-left: 20px;
    margin-right: 20px;
}
/*弹出层样式*/
.deom-class1 .layui-layer-title {
    background: #0f99f8;
    color: #fff;
    border: none;
}

.deom-class1 .layui-layer-btn {
    border-top: 1px solid #E9E7E7
}

    .deom-class1 .layui-layer-btn a {
        background: #333;
    }

    .deom-class1 .layui-layer-btn .layui-layer-btn1 {
        background: #999;
    }

.index-slidzmsadiv {
    position: relative;
    width: 736px;
    text-align: center;
}

.index-slidzmsadivdd {
}

.index-zzjdbtn {
    border: 2px solid #1081d9;
    border-radius: 5px;
    display: table;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 20px;
    padding: 0 32px;
    background: #d2d2d2;
}

    .index-zzjdbtn:active {
        color: #fff;
    }

    .index-zzjdbtn:focus {
        color: #fff;
        text-decoration: none;
    }

.index-zzjdbtnactive {
    background: #1081d9;
    color: #fff;
}

.index-zzjdbtn0 {
    width: 360px;
    margin-left: 229px;
}

.index-zzjdbtn1 {
    position: absolute;
    right: 26px;
    top: 77px;
    background-image: url("../images/tczzjgbj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
}

.index-zzjdbtn2 {
    position: absolute;
    left: 285px;
    top: 140px;
    width: 270px;
    background-image: url("../images/tczzjgbj2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
    cursor: default;
}

.index-zzjdbtn3 {
    position: absolute;
    left: 275px;
    top: 210px;
    width: 300px;
    background-image: url("../images/tczzjgbj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
}

.index-zzjdbtn4 {
    position: absolute;
    right: 27px;
    top: 264px;
    width: 245px;
    background-image: url("../images/tczzjgbj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
}

.index-zzjdbtn5 {
    position: absolute;
    left: 36px;
    top: 348px;
    width: 180px;
    padding: 0;
    background-image: url(../images/tczzjgbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
}

.deom-class1 .layui-layer-content {
    background-image: url("../images/addzzbj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index-zzjdbtn6 {
    position: absolute;
    width: 150px;
    padding: 0;
    left: 228px;
    top: 348px;
    background-image: url(../images/tczzjgbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
}

.index-zzjdbtn7 {
    position: absolute;
    left: 552px;
    top: 348px;
    width: 220px;
    padding: 0;
    background-image: url(../images/tczzjgbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
}

.index-zzjdbtn8 {
    position: absolute;
    width: 150px;
    padding: 0;
    left: 390px;
    top: 348px;
    background-image: url(../images/tczzjgbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 101, 165, 0.75);
}

.add-zzjzicon {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.index-zzjdbtn:hover {
    color: #fff;
}

.index-slidezmsapost {
    height: 414px;
    margin-top: -207px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.index-slidzmsalist {
    zoom: 1;
    overflow: hidden;
    margin-left: 20px;
}

    .index-slidzmsalist a {
        display: inline-block;
        font-size: 16px;
        color: #666666;
        padding: 10px 0;
        text-align: left;
        width: 301px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/*弹出层样式 end*/
/*按钮链接 end*/
.add-video {
    width: 100%;
    height: 30%;
    margin-top: 20%;
    cursor: pointer;
}

/*第一屏 end*/

/*第二屏*/
.sl {
    position: relative;
}

#back_to_camera {
    background: rgba(255,255,255,.9);
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.fluid_container {
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 0;
}

#camera_wrap_4 {
    width: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0 !important;
    position: relative;
    right: 0;
    top: 0;
    border: 10px solid #ffffff;
    border-bottom: 0;
}

    #camera_wrap_4 .camera_bar {
        z-index: 2;
    }

    #camera_wrap_4 .camera_thumbs {
        margin-top: -140px;
        position: relative;
        z-index: 1;
    }

    #camera_wrap_4 .camera_thumbs_cont {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #camera_wrap_4 .camera_overlayer {
        opacity: .1;
        display: none;
    }

    #camera_wrap_4 .camera_prev > span {
        background: url(../images/camera_skins.png) no-repeat 0 -239px;
    }

    #camera_wrap_4 .camera_next > span {
        background: url(../images/camera_skins.png) no-repeat -40px -239px;
    }

    #camera_wrap_4 .camera_commands > .camera_play {
        background: url(../images/camera_skins.png) no-repeat -80px -239px;
    }

    #camera_wrap_4 .camera_commands > .camera_stop {
        background: url(../images/camera_skins.png) no-repeat -120px -239px;
    }

    #camera_wrap_4 .camera_thumb {
        width: 180px;
        height: 117px;
    }

/*第二屏 end*/

/*第三屏*/
.s2 {
    background-image: url("../images/fivbj.jpg");
    background-repeat: repeat;
}

.add-indexthreediv {
    width: 80%;
    margin: 0 auto;
}

.add-indexywtop {
    background-image: url("../images/ywbj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100px;
    margin-bottom: 1.8%;
    margin-top: 5.5%;
}

.add-indexywtopwidth {
    width: 87%;
    margin: 0 auto;
    padding-bottom: 1%;
}

.add-indexywh3 {
    font-family: 'Microsoft Yahei';
    font-size: 38px;
    color: #1081d9;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

    .add-indexywh3 a {
        color: #1081d9;
    }
/*新闻轮播*/
.add-indexywslide {
    height: 95px;
    overflow: hidden;
    padding-top: 1px;
}

    .add-indexywslide .swiper-container {
        height: 95px;
    }

    .add-indexywslide .swiper-slide {
        text-align: center;
        /* 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: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
    }

.add-indexywtoplist {
    width: 100%;
}

    .add-indexywtoplist ul {
        display: table;
        width: 100%;
    }

        .add-indexywtoplist ul li {
            display: table-cell;
            width: 33.3%;
            background: url("../images/threeliicon.png") no-repeat left center;
            text-align: left;
            box-sizing: border-box;
            padding-left: 1%;
        }

            .add-indexywtoplist ul li a {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -o-box;
                display: box;
                -webkit-line-clamp: 1;
                overflow: hidden;
                -webkit-box-orient: vertical;
                word-break: break-all;
                font-size: 14px;
                color: #666;
            }

/*新闻轮播 end*/
/*内容*/
.add-indexthcontleft {
}
/*.add-inthteeimfd{*/
/*height: 460px;*/
/*overflow: hidden;*/
/*}*/
.add-inthreeimg {
    max-width: 100%;
    height: 445px;
    object-fit: cover;
}

.add-indexthconlefdiv {
    text-align: left;
}

    .add-indexthconlefdiv h3 {
        font-family: 'Microsoft Yahei';
        font-size: 24px;
        color: #1081d9;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 2%;
        margin-bottom: 1%;
    }

    .add-indexthconlefdiv p {
        font-family: 'Microsoft Yahei';
        color: #666;
        line-height: 36px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 4;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        font-size: 18px;
        font-weight: normal;
        text-indent: 2em;
    }

        .add-indexthconlefdiv p span {
            color: #0f69d2;
        }

.add-indexcontrightlist {
    margin-bottom: 7%;
}

.add-indexthrgthh3 {
    position: relative;
    border: 1px solid #024289;
    margin-top: 13px;
    margin-bottom: 33px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.add-indexthrightspan {
    position: absolute;
    left: -1px;
    top: -22px;
    background: #f4f6f2;
    padding-right: 2%;
    box-sizing: border-box;
}

    .add-indexthrightspan span {
        background: linear-gradient(to right, #295593, #52c3ef);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
    }

.add-indexthrgthh3 a {
    position: absolute;
    right: 0;
    top: -22px;
    color: #ff6a00;
    font-size: 14px;
}

.add-indexthcontrightcont {
    text-align: left;
}

    .add-indexthcontrightcont h3 {
        font-family: 'Microsoft Yahei';
        font-size: 24px;
        color: #1081d9;
        line-height: 1.8;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 5%;
        margin-bottom: 3%;
    }

        .add-indexthcontrightcont h3 a {
            color: #1081d9;
        }

.add-inexthcontrithul {
    padding-left: 3%;
    box-sizing: border-box;
}

    .add-inexthcontrithul li {
        margin-bottom: 1.8%;
        background: url("../images/liiconbj.png") no-repeat left center;
        box-sizing: border-box;
        padding-left: 30px;
        font-family: 'Microsoft Yahei';
    }

        .add-inexthcontrithul li a {
            font-size: 18px;
            color: #666666;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -o-box;
            display: box;
            -webkit-line-clamp: 1;
            overflow: hidden;
            -webkit-box-orient: vertical;
            word-break: break-all;
            font-weight: normal;
        }

/*内容 end*/
/*第三屏 end*/

/*第四屏*/
.pad-all-on {
    padding: 0;
}

.s3 {
    /*background-image: url("../images/fivbj.jpg");*/
    /*background-repeat:repeat;*/
    background: #ffffeb;
}

.index-fourdiv {
    width: 80%;
    height: 90%;
    margin-top: 5%;
}

.lest {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.four-box {
    width: 33%;
    height: 30%;
    float: left;
    margin: 0 15px 15px 0;
    overflow: hidden;
    position: absolute;
    border: 1px solid #fff;
}

    .four-box a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .four-box img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

.four-box1 {
    top: 0;
    left: 0;
}

.four-box2 {
    top: 0;
    left: 33.5%;
}

.four-box3 {
    top: 0;
    left: 67%;
}

.four-box4 {
    top: 31%;
    left: 0;
}

.four-box5 {
    top: 31%;
    left: 33.5%;
}

.four-box6 {
    top: 31%;
    left: 67%;
}

.four-box7 {
    top: 62%;
    left: 0;
}

.four-box8 {
    top: 62%;
    left: 33.5%;
}

.four-box9 {
    top: 62%;
    left: 67%;
}
/*第四屏 end*/

/*底部*/
.s10 {
    background-image: url("../images/fivbj.jpg");
    background-repeat: repeat;
    /*max-height: 450px;*/
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}

.add-indexlast {
    width: 100%;
    height: 100%;
}

.add-indexlisttop {
    width: 80%;
    margin: 0 auto;
    height: 45%;
    margin-top: 5%;
}
/*时间轴*/
#timeline {
    width: 1400px;
    /*height: 360px;*/
    overflow: hidden;
    margin: 100px auto;
    position: relative;
    background: url(../images/fivline.png) no-repeat left 45px;
}

#dates {
    width: 1400px;
    height: 60px;
    overflow: hidden;
}

    #dates li {
        list-style: none;
        float: left;
        width: 100px;
        height: 50px;
        font-size: 24px;
        text-align: center;
        background: url('../images/biggerdot.png') center bottom no-repeat;
    }

    #dates a {
        line-height: 38px;
        padding-bottom: 10px;
        color: #666666;
    }

    #dates .selected {
        font-size: 38px;
        color: #ffcc00;
    }

#issues {
    width: 1400px;
    height: 360px;
    overflow: hidden;
}

    #issues li {
        width: 1400px;
        height: 360px;
        list-style: none;
        float: left;
    }

        #issues li.selected img {
            /*-webkit-transform: scale(1.1, 1.1);*/
            /*-moz-transform: scale(1.1, 1.1);*/
            /*-o-transform: scale(1.1, 1.1);*/
            /*-ms-transform: scale(1.1, 1.1);*/
            /*transform: scale(1.1, 1.1);*/
        }

        #issues li img {
            float: left;
            margin: 10px 30px 10px 50px;
            background: transparent;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); /* IE 6 & 7 */
            zoom: 1;
            /*-webkit-transition: all 2s ease-in-out;*/
            /*-moz-transition: all 2s ease-in-out;*/
            /*-o-transition: all 2s ease-in-out;*/
            /*-ms-transition: all 2s ease-in-out;*/
            /*transition: all 2s ease-in-out;*/
            /*-webkit-transform: scale(0.7, 0.7);*/
            /*-moz-transform: scale(0.7, 0.7);*/
            /*-o-transform: scale(0.7, 0.7);*/
            /*-ms-transform: scale(0.7, 0.7);*/
            /*transform: scale(0.7, 0.7);*/
        }

.fvimg {
    width: 530px;
    height: 300px;
}

/*#issues li h1 {*/

/*color: #ffcc00;*/

/*font-size: 48px;*/

/*margin: 20px 0;*/

/*text-shadow: #000 1px 1px 2px;*/

/*}*/
#issues li p {
    font-size: 16px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
    text-align: left;
    padding-top: 1%;
    font-family: 'Microsoft Yahei' !important;
}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    /*background: url('../images/grad_left.png') repeat-y;*/
}

#grad_right {
    right: 0;
    /*background: url('../images/grad_right.png') repeat-y;*/
}

#next,
#prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 170px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

    #next:hover,
    #prev:hover {
        background-position: 0 -76px;
    }

#next {
    right: 0;
    background-image: url('../images/next.png');
}

#prev {
    left: 0;
    background-image: url('../images/prev.png');
}

    #next.disabled,
    #prev.disabled {
        opacity: 0.2;
    }

/*时间轴 end*/




/*底*/
.add-footer {
    background-color: #032942;
}

.index-footertop {
    background: #17314e;
    overflow: hidden;
}

.index-footertopwid {
    width: 85%;
}

.add-footerheight1 {
    overflow: hidden;
}

.index-footertopimg {
    text-align: left;
    padding-top: 16px;
    margin-bottom: 6px;
}

    .index-footertopimg img {
        width: auto;
        height:120px;
    }

.index-footertopcont {
    text-align: left;
}

    .index-footertopcont p {
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        /* height: 180px; */
        overflow: hidden;
    }

.index-footertopright {
    padding-top: 6%;
    text-align: right;
}

    .index-footertopright ul {
        font-size: 0;
    }

        .index-footertopright ul li {
            font-size: 14px;
            display: inline-block;
            margin-left: 5.7%;
        }

.foowximg {
    /*width: 160px;*/
    height: 160px;
    max-width: 100%;
}

.index-footertopright ul li h3 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 13px;
}

.index-footerbottom {
    background: #032942;
    height: auto;
    overflow: hidden;
}

.index-footerbotwidth {
    width: 85%;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 1%;
}

.index-footerbwip {
    font-size: 12px;
    color: #4f6980;
    text-align: right;
}

    .index-footerbwip a {
        color: #4f6980;
    }

.index-addlinkimh {
    /*height: 44px;*/
    overflow: hidden;
    border-bottom: 1px solid #33577e;
    padding-top: 2.2%;
    padding-bottom: 2.2%;
}

.add-foomediaf {
    overflow: hidden;
}

.add-linkspan {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-right: 8px;
    white-space: nowrap;
    vertical-align: middle;
}

.add-linkimg {
    background: url("../images/footicon.png");
    background-repeat: no-repeat;
    background-position: left center;
}

    .add-linkimg img {
        max-width: 100%;
        height: 44px;
    }

.add-footpad1 {
    padding-right: 60px;
    padding-left: 0;
}

.add-footpad2 {
    padding-left: 15px;
    padding-right: 15px;
}

.add-footpad3 {
    padding-left: 42px;
    padding-right: 51px;
}

.add-footpad4 {
    padding-left: 54px;
    padding-right: 0;
}

.add-footpad3 img {
    /*height: auto;*/
    /*padding-top: 3px;*/
}

.add-foomediaf .media-body {
    width: 94%;
}

.add-footerdiv {
    display: table;
    width: 100%;
}

    .add-footerdiv div {
        display: table-cell;
        width: 25%;
    }

.add-footerdivlist {
    background: url("../images/footicon.png");
    background-repeat: no-repeat;
    background-position: left center;
}

    .add-footerdivlist img {
        max-width: 90%;
    }
/*底 end*/
.s10.swiper-slide-active {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.swiper-slide-active .add-indexlisttop {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: 1s all;
    -webkit-transition: 1s all;
}

/*.swiper-slide-active .add-footer{*/

/*transform: translateY(0);*/

/*-webkit-transform: translateY(0);*/

/*}*/

/*底部 end*/
/*导航活动品牌*/
/*.pc-slide{*/
/*width: 100%;*/
/*padding-top: 30px;*/
/*padding-bottom: 30px;*/
/*}*/
/*.preview{*/
/*margin-bottom: 25px;*/
/*position: relative;*/
/*}*/
/*.preview .swiper-container{*/
/*width: 90%;*/
/*margin: 0 auto;*/
/*}*/
/*.preview .arrow-left {*/
/*background: url(../images/feel3.png) no-repeat left top;*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 50%;*/
/*margin-top: -23px;*/
/*width: 22px;*/
/*height: 47px;*/
/*z-index: 10;*/
/*}*/
/*.preview .arrow-right {*/
/*background: url(../images/feel4.png) no-repeat 100% 100%;*/
/*position: absolute;*/
/*right: 20px;*/
/*top: 50%;*/
/*margin-top: -23px;*/
/*width: 22px;*/
/*height: 47px;*/
/*z-index: 10;*/
/*}*/
/*.preview .arrow-left:hover{*/
/*background: url(../images/hover1.png) no-repeat left top;*/
/*}*/
/*.preview .arrow-right:hover{*/
/*background: url(../images/hover2.png) no-repeat 100% 100%;*/
/*}*/
/*.preview .swiper-slide{*/
/*width: 25%;*/
/*background: #fff;*/
/*}*/
/*.preview .swiper-slide img{*/
/*max-width: 100%;*/
/*width: 410px;*/
/*border: 1px solid #dcdcdc;*/
/*cursor: pointer;*/
/*}*/
/*.preview .active-nav img{*/
/*border: 1px solid #1081d9;*/
/*}*/

/*.huodip{*/
/*font-size: 16px;*/
/*color: #666666;*/
/*line-height: 24px;*/
/*padding-left: 38px;*/
/*padding-right: 37px;*/
/*}*/
/*.huodip a{*/
/*display: block;*/
/*color:#1081d9;*/
/*padding-bottom: 10px;*/
/*}*/
/*.view  .swiper-slide{*/
/*text-align: left;*/
/*background: #fff;*/
/*}*/
/*导航活动品牌 end*/
/*导航品牌活动修改*/
.addppimgwidth {
    width: 94%;
    margin: 0 auto;
    /*padding-top: 40px;*/
    /*margin-bottom: 66px;*/
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.addppimbot {
    margin-bottom: 20px;
}

.addppimg {
    /*height: 147px;*/
}

    .addppimg img {
        max-width: 100%;
        width: 429px;
        /*height: 147px;*/
        border: 2px solid #dcdcdc;
        cursor: pointer;
    }

    .addppimg:hover img {
        border: 2px solid #0959db;
    }
/*导航品牌活动修改 end*/
/*导航学会办公*/
.addxh {
    width: 78%;
    margin: 0 auto;
    /*padding-top: 44px;*/
    /*margin-bottom: 74px;*/
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.addxhwidth {
    width: 100%;
}

.addxhli {
    background-image: url("../images/addxhbjicon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 100%;
    width: 262px;
    position: relative;
    line-height: 299px;
    text-align: center;
}

    .addxhli h3 {
        position: absolute;
        bottom: 95px;
        width: 100%;
        font-size: 20px;
        color: #666666;
    }
/*导航学会办公 end*/
@media screen and (max-height:760px) {
}

@media all and (min-width:322px) and (max-width:450px) {
}

@media screen and (max-width:321px) and (max-height:421px) {
}

@media all and (max-width:320px) and (max-height:568px) {
}

@media all and (max-width:320px) and (max-height:480px) {
}

@keyframes opacity {
    0% {
        -webkit-transform: translate(0,0px)
    }

    25% {
        -webkit-transform: translate(0,-3px)
    }

    50% {
        -webkit-transform: translate(0,1px)
    }

    75% {
        -webkit-transform: translate(0,-1px)
    }

    100% {
        -webkit-transform: translate(0,0px)
    }
}

@-webkit-keyframes opacity {
    0% {
        -webkit-transform: translate(0,0px)
    }

    25% {
        -webkit-transform: translate(0,-3px)
    }

    50% {
        -webkit-transform: translate(0,1px)
    }

    75% {
        -webkit-transform: translate(0,-1px)
    }

    100% {
        -webkit-transform: translate(0,0px)
    }
}

.arrow-down {
    zoom: .8;
    position: fixed;
    bottom: 2%;
    left: 50%;
    margin-left: -1.7rem;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: block;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    z-index: 999;
    -webkit-animation: opacity 1.2s linear infinite
}

/*返回顶部*/
.index-block {
    position: fixed;
    right: 0;
    top: 30%;
    width: 96px;
    height: 460px;
    z-index: 10;
    cursor: pointer;
}
    /*.index-block img{*/
    /*width: 96px;*/
    /*height: 403px;*/
    /*object-fit: cover;*/
    /*}*/
    .index-block ul li {
        width: 96px;
        height: 96px;
        position: relative;
        margin-bottom: 6px;
    }

        .index-block ul li a {
        }

.add-adwx {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -150px;
    bottom: 0;
    display: none;
}

.index-henavh3 {
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .index-henavh3 span {
        color: #1081d9;
        font-weight: bold;
        border-bottom: 3px solid #1081d9;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 8px;
    }

.henavicon {
    vertical-align: middle;
    margin-right: 10px;
}

.index-block ul li:hover .add-adwx {
    display: block;
}

/*手机导航*/
.nav-phobbj {
    background: #fff;
}

.nav-phonebar {
    background: rgba(0,0,0,0.5);
}

.nav-phoneclick {
    background-color: #333;
}

.nav-phonbj {
    visibility: visible;
    border: transparent;
    display: none;
}

    .nav-phonbj ul li a {
        color: #666666 !important;
        background: #fff !important;
        font-size: 14px;
    }

    .nav-phonbj ul .active a {
        color: #1081d9 !important;
    }

.nav-phoneicon {
    background: transparent;
    border: transparent;
    padding: 8px 0;
}

.navbar-inverse .nav-phoneicon:hover,
.navbar-inverse .nav-phoneicon:focus {
    background: transparent;
    border: transparent;
}

.add-nyul {
    display: none;
}

    .add-nyul li {
        padding: 5px 0;
        background: #fff;
    }
/*手机导航 end*/
@media(max-width: 1680px) {
    .add-indexywh3 {
        font-size: 36px;
    }

    .add-indexthconlefdiv h3 {
        font-size: 21px;
    }

    .add-indexthconlefdiv p {
        line-height: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .add-indexthrgthh3 {
        margin-bottom: 20px;
    }

    .add-indexthrightspan {
        top: -18px;
    }

        .add-indexthrightspan span {
            font-size: 24px
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .add-inexthcontrithul li {
        margin-bottom: 2.1%;
    }

        .add-inexthcontrithul li a {
            font-size: 16px;
        }

    #timeline {
        width: 1200px;
        height: 85%;
    }

    #dates {
        width: 1200px;
    }

    #issues {
        width: 1200px;
        height: 100%;
    }

        #issues li {
            width: 1200px;
            height: 100%;
        }

    .fvimg {
        width: 340px;
        height: 190px;
    }

    #issues li p {
        height: 190px;
        overflow: hidden;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 130px
    }

    .foowximg {
        height: 145px;
    }

    .add-footpad1 {
        padding-right: 10px;
    }

    .add-footpad2 {
        padding-left: 0;
        padding-right: 0;
    }

    .add-footpad3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .add-footpad4 {
        padding-left: 50px;
        padding-right: 0;
    }
}

@media(max-width: 1600px) {
    .add-inthreeimg {
        height: 360px;
    }

    .add-menuul {
        height: 300px;
    }

    .add-indexywh3 {
        font-size: 34px;
    }

    .add-indexthconlefdiv h3 {
        font-size: 21px;
    }

    .add-indexthconlefdiv p {
        line-height: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .add-indexthrgthh3 {
        margin-bottom: 20px;
    }

    .add-indexthrightspan {
        top: -18px;
    }

        .add-indexthrightspan span {
            font-size: 24px
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .add-inexthcontrithul li a {
        font-size: 16px;
    }

    .add-indexlisttop {
        height: 40%;
    }

    .add-footer {
        height: 46%;
    }

    .index-footertopcont p {
        line-height: 30px;
    }

    .index-footertopcont p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    #timeline {
        width: 1200px;
        height: 85%;
    }

    #dates {
        width: 1200px;
    }

    #issues {
        width: 1200px;
        height: 100%;
    }

        #issues li {
            width: 1200px;
            height: 100%;
        }

    .fvimg {
        width: 340px;
        height: 190px;
    }

    #issues li p {
        height: 190px;
        overflow: hidden;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 120px
    }

    .foowximg {
        height: 130px;
    }

    .add-footpad1 {
        padding-right: 10px;
    }

    .add-footpad2 {
        padding-left: 0;
        padding-right: 0;
    }

    .add-footpad3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .add-footpad4 {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media(max-width: 1440px) {
   

    .m-topbar {
        width: 180px;
        top: 11px;
    }

    .m-nav-btn {
        padding: 15px 80px 0 110px;
    }

    .m-nav-seach {
        height: 50px;
        line-height: 53px;
    }

    .m-nav-seachdivcon {
        top: 50px;
    }

    .m-nav-btn ul li {
        font-size: 17px;
    }

        .m-nav-btn ul li > a {
            padding-bottom: 17px;
        }

            .m-nav-btn ul li > a:hover,
            .m-nav-btn ul li > a.active {
                padding-top: 14px;
                padding-bottom: 17px;
            }

    .add-menuul {
        top: 50px;
        height: 75vh;
    }

    .add-indexywh3 {
        font-size: 30px;
    }

    .add-indexywtop {
        height: 68px;
        margin-top: 0;
    }

    .add-indexywslide {
        height: 65px;
    }

        .add-indexywslide .swiper-container {
            height: 65px;
        }

    .add-indexthconlefdiv h3 {
        font-size: 21px;
        margin-bottom: 0.8%;
    }

    .add-indexthconlefdiv p {
        line-height: 28px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        font-size: 16px;
    }

    .add-indexthrgthh3 {
        margin-bottom: 24px;
    }

    .add-indexthrightspan {
        top: -18px;
    }

        .add-indexthrightspan span {
            font-size: 24px
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .add-inexthcontrithul li {
        margin-bottom: 1.2%;
    }

        .add-inexthcontrithul li a {
            font-size: 16px;
        }

    #timeline {
        width: 1100px;
        height: 85%;
    }

    #dates {
        width: 1100px;
    }

    #issues {
        width: 1100px;
        height: 100%;
    }

        #issues li {
            width: 1100px;
            height: 100%;
        }

    .fvimg {
        width: 320px;
        height: 170px;
    }

    #issues li p {
        height: 180px;
        overflow: hidden;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 120px
    }

    .index-addlinkimh {
        padding-top: 1.8%;
        padding-bottom: 1.8%;
    }

    .index-footertopimg {
        padding-top: 2%;
        margin-bottom: 2%;
    }

    .index-footertopcont p {
        font-size: 14px;
        line-height: 28px;
    }

    .index-footertopimg img {
        height: 50px;
    }

    .foowximg {
        height: 120px;
    }
    /*.add-menuul{*/
    /*height: 340px;*/
    /*}*/
    .add-footpad1 {
        padding-right: 10px;
    }

    .add-footpad2 {
        padding-left: 0;
        padding-right: 0;
    }

    .add-footpad3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .add-footpad4 {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media(max-width: 1400px) {
    .add-indexywh3 {
        font-size: 30px;
    }

    .add-indexthconlefdiv h3 {
        font-size: 21px;
    }

    .add-indexthconlefdiv p {
        line-height: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .add-indexthrgthh3 {
        margin-bottom: 20px;
    }

    .add-indexthrightspan {
        top: -18px;
    }

        .add-indexthrightspan span {
            font-size: 24px
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .add-inexthcontrithul li {
        margin-bottom: 1.1%;
    }

        .add-inexthcontrithul li a {
            font-size: 16px;
        }

    .add-footer {
        height: 45%;
    }

    #timeline {
        width: 1100px;
        height: 85%;
    }

    #dates {
        width: 1100px;
    }

    #issues {
        width: 1100px;
        height: 100%;
    }

        #issues li {
            width: 1100px;
            height: 100%;
        }

    .fvimg {
        width: 320px;
        height: 170px;
    }

    #issues li p {
        height: 180px;
        overflow: hidden;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 120px
    }

    .add-footpad1 {
        padding-right: 10px;
    }

    .add-footpad2 {
        padding-left: 0;
        padding-right: 0;
    }

    .add-footpad3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .add-footpad4 {
        padding-left: 10px;
        padding-right: 0;
    }

    .add-menuul {
        height: 79vh;
    }
}

@media(max-width: 1366px) {
    .add-inthreeimg {
        height: 320px;
    }

    .m-nav-btn ul li {
        font-size: 17px;
    }

    .add-indexywtop {
        height: 64px;
        margin-top: 5%;
    }

    .add-indexywslide {
        height: 60px;
    }

        .add-indexywslide .swiper-container {
            height: 60px;
        }

    .add-indexywh3 {
        font-size: 28px;
    }

    .add-indexthconlefdiv h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .add-indexthconlefdiv p {
        line-height: 1.7;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        font-size: 16px;
    }

    .add-indexthrgthh3 {
        margin-bottom: 20px;
    }

    .add-indexthrightspan {
        top: -18px;
    }

        .add-indexthrightspan span {
            font-size: 24px
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .add-inexthcontrithul li {
        margin-bottom: 1%;
    }

        .add-inexthcontrithul li a {
            font-size: 16px;
        }

    .preview .swiper-slide img {
        width: 290px;
    }

    .add-footer {
        height: 40%;
    }

    #timeline {
        width: 1100px;
        height: 85%;
    }

    #dates {
        width: 1100px;
    }

    #issues {
        width: 1100px;
        height: 100%;
    }

        #issues li {
            width: 1100px;
            height: 100%;
        }

    .fvimg {
        width: 320px;
        height: 170px;
    }

    #issues li p {
        height: 180px;
        overflow: hidden;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 120px
    }


    .index-addlinkimh {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .index-footertopcont p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .index-footertopright ul li h3 {
        font-size: 14px;
    }

    .foowximg {
        height: 90px;
    }

    .index-footertopright ul li {
        text-align: center;
    }

    .index-footertopimg {
        padding-top: 12px;
        margin-bottom: 8px;
    }

        .index-footertopimg img {
            height: 80px;
        }

    .addullinalit h3 {
        font-size: 16px;
    }

    .addxh {
        padding-top: 22px;
    }

    .add-footpad1 {
        padding-right: 10px;
    }

    .add-footpad2 {
        padding-left: 0;
        padding-right: 0;
    }

    .add-footpad3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .add-footpad4 {
        padding-left: 10px;
        padding-right: 0;
    }

    .add-menuul {
        height: 70vh;
    }
}

@media(max-width: 1360px) {
    .add-indexywh3 {
        font-size: 28px;
    }

    .add-indexthconlefdiv h3 {
        font-size: 21px;
    }

    .add-indexthconlefdiv p {
        line-height: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .add-indexthrgthh3 {
        margin-bottom: 20px;
    }

    .add-indexthrightspan {
        top: -18px;
    }

        .add-indexthrightspan span {
            font-size: 20px
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .add-inexthcontrithul li {
        margin-bottom: 1%;
    }

        .add-inexthcontrithul li a {
            font-size: 16px;
        }

    #timeline {
        width: 1100px;
        height: 85%;
    }

    #dates {
        width: 1100px;
    }

    #issues {
        width: 1100px;
        height: 100%;
    }

        #issues li {
            width: 1100px;
            height: 100%;
        }

    .fvimg {
        width: 320px;
        height: 170px;
    }

    #issues li p {
        height: 180px;
        overflow: hidden;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 120px
    }

    .add-menuul {
        /*height: 78vh;*/
        height: 70vh;
    }
}

@media(max-width: 1280px) {
    .add-inthreeimg {
        height: 305px;
    }

    .add-indexywtop {
        height: 60px;
        margin-top: 0;
    }

    .add-indexywslide {
        height: 58px;
    }

        .add-indexywslide .swiper-container {
            height: 58px;
        }

    .add-indexywh3 {
        font-size: 28px;
    }

    .add-indexthrgthh3 {
        margin-bottom: 15px;
    }

    .add-indexthrightspan {
        top: -17px;
    }

        .add-indexthrightspan span {
            font-size: 24px;
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .add-inexthcontrithul li {
        margin-bottom: 1.2%;
    }

        .add-inexthcontrithul li a {
            font-size: 16px;
        }

    .add-indexthconlefdiv h3 {
        font-size: 21px;
    }

    .add-indexthconlefdiv p {
        font-size: 16px;
        line-height: 1.5;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 4;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .add-footer {
        height: 40%;
        background: #032942;
    }

    .index-footerbwip {
        white-space: nowrap;
    }

    #timeline {
        width: 1000px;
        height: 85%;
    }

    #dates {
        width: 1000px;
    }

    #issues {
        width: 1000px;
        height: 100%;
    }

        #issues li {
            width: 1000px;
            height: 100%;
        }

    .fvimg {
        width: 300px;
        height: 150px;
    }

    #issues li p {
        height: 150px;
        overflow: hidden;
        line-height: 24px;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 100px
    }

    .foowximg {
        height: 85px;
    }

    .index-footertopright ul li h3 {
        line-height: 0.9;
    }
}

@media(max-width: 1200px) {
    .m-nav-btn ul li {
        font-size: 14px;
    }

        .m-nav-btn ul li > a {
            padding-left: 5px;
            padding-right: 5px;
        }

    .add-indexywh3 {
        font-size: 28px;
    }

    .add-indexthconlefdiv h3 {
        font-size: 21px;
    }

    .add-indexthconlefdiv p {
        line-height: 2.5;
        font-size: 16px;
    }

    .add-indexthrightspan {
        top: -18px;
    }

        .add-indexthrightspan span {
            font-size: 24px;
        }

    .add-indexthcontrightcont h3 {
        font-size: 21px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
        margin-bottom: 4%;
    }

    .add-indexthrgthh3 {
        margin-bottom: 20px;
    }

    .add-inexthcontrithul li a {
        font-size: 16px;
    }

    .add-indexlisttop {
        margin-top: 10%;
    }

    .add-footer {
        height: 40%;
    }

    #timeline {
        width: 850px;
        height: 85%;
    }

    #dates {
        width: 850px;
    }

    #issues {
        width: 850px;
        height: 100%;
    }

        #issues li {
            width: 850px;
            height: 100%;
        }

    .fvimg {
        width: 300px;
        height: 150px;
    }

    #issues li p {
        height: 150px;
        overflow: hidden;
    }

    #grad_left,
    #grad_right {
        height: 100%;
    }

    #next,
    #prev {
        top: 110px
    }
}
/*会员底部*/

/*服务title*/
.fuwu-righth3 {
    font-size: 18px;
    color: #177ebf;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-bottom: 2px solid #177ebf;
    padding-bottom: 10px;
    margin-top: -4px;
}
    .fuwu-righth3 .fuwuicon1 {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 10px;
        font-size:22px;
    }
.fuwu-righth3 a {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #177ebf;
    font-weight: normal;
    top: 6px;
}
/*会员页新闻列表模型*/
.newslist-huiyuan{
    padding-top:0;
}
.newslist-huiyuan li .tit {
    line-height: 3.2;
    font-size:15px;
}
.newslist-huiyuan li .date {
    top: 13px;
}
/*会员页图片新闻列表模型*/
.huiyuan-picnews li img {
    width:120px;
    height:88px;
}
@media (max-width:992px){
    .huiyuan-picnews li img {
       width:100%;
       height:auto;
    }
}
/*遮罩层*/
.mask-bg {
    position:fixed;width:100%;height:100%;display:none;background-color:rgba(0,0,0,.7);overflow:hidden;z-index:997;top:0;left:0;
}
.mask-bg.active{display:block;}
@media (max-width:1000px) /*手机端*/
{.header-2{height:60px;}
.phone-hidden{display:none;}
.header-2 .m-topbar{left:10px;top:6px;}
.header-2 .m-topbar img{height:50px;}
.top-bar{line-height:40px;}
.header-2 .nav-toggle{position:absolute;right:0px;top:-2px;font-size:25px;color:#fff;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;color:#fff;}
.header-2 .nav-toggle.active{color:#ccc;}
.header-2 .m-nav-btn{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;opacity:0;transition:all 0.2s linear;overflow-y:auto;padding:10px;}
.header-2 .m-nav-btn.active{opacity:1;width:260px;max-width:60%}
.header-2 .m-nav-btn ul li{line-height:42px;text-align:center;display:block;}
.header-2 .m-nav-btn ul li ul{display:none;}
.header-2 .m-nav-btn ul li ul.active{display:block}
.header-2 .m-nav-btn ul li a{display:block;color:#999;font-size:15px;line-height:3.5;border-bottom:1px solid #dcdcdc;text-align:left;padding-left:20px;padding-top:0;padding-bottom:0;}
.header-2 .m-nav-btn ul li ul li a{padding-left:40px;font-size:14px;}
.header-2 .m-nav-btn ul li ul li ul li a{padding-left:90px;}
.header-2 .m-nav-btn ul li ul li ul li li a{padding-left:120px;}
.header-2 .m-nav-btn ul li{position:relative;}
.header-2 .m-nav-btn ul li .arrow{position:absolute;right:15px;top:0px;width:50px;height:50px;line-height:50px;text-align:center;transition-duration:0s}
.header-2 .m-nav-btn ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.header-2 .m-nav-btn ul li .arrow.active{transform:rotate(90deg)}
.header-2 .m-nav-btn >ul>li>a>p{display:none;}
}
