/*公告图标*/

@font-face {
    font-family: 'iconfont';
    src: url('../icons/iconfont.eot');
    src: url('../icons/iconfont.eot?#iefix') format('embedded-opentype'),
        /*url('../icons/iconfont.woff2') format('woff2'),
        url('../icons/iconfont.woff') format('woff'),*/
        url('../icons/iconfont.ttf') format('truetype'),
        url('../icons/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9E9E9E;
}

/*公告图标*/

.hideClass {
    display: none;
}

/*头部*/
.container-header {
    margin: 0 auto;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 98px;
    z-index: 2000;
    background: url("../img/headerbg.png") center no-repeat;
    background-size: 100% 100%;
}

/*.container-img {
    width: 100%;
    height: 108px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
}*/

.navigationAll{
    z-index: 1600;
}

.container-header-wrap {
    padding: 0 3%;
    height: 100%;
    position: relative;
    z-index: 1000;
}

/*.container-header:before {

    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 420px;
    height: 130px;
    content: '';
    background: url("../img/headBg.png") center 30px no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}*/

.container-header-pc .left {
    width: 40%;
    height: 70px;
}

.container-header-pc .left li {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    position: relative;
}

.container-header-pc .left li a {
    line-height: 40px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 100;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

.container-header-pc .left li:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #006AFF;
    position: absolute;
    bottom: 3px;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.container-header-pc .left li.active:after {
    width: 60%;
}


.container-header .left li:hover:after {
    width: 60%;
}

.container-header-pc .center {
    width: 20%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-header-pc .center img {
    /*width:100px;*/
    display: block;
    margin: 0px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.container-header-pc .center img:hover {
    transform: scale(1.1);
}

.container-header-pc .right {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-header-pc .right .search {
    width: 60px;
}

.container-header-pc .right .search .iconfont {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #7F7E88;
    font-weight: bold;
    cursor: pointer;
}

/*、、、、、、、、、、、*/

.container-search {
    width: 100%;
    padding: 15px 10px;
    background: url(../img/searchBg.jpg) center top no-repeat;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    z-index: 1000;
    display: none;
    /*   -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    -moz-transition: all 1.3s;
    transition: all 1.3s;*/
}

.container-search-wrap {
    margin: 0 auto;
    position: static;
    width: 100%;
    padding-top: 20%;
    max-width: 710px;
    border-bottom: 2px solid #c3d8e3;
}

.container-search .small-wrap {
    position: relative;
    padding-right: 60px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 16px;
}

.container-search input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    border: none;
}

.container-search input[type=text] {
    width: 100%;
    padding: 0 5px;
    background: none;
    color: #333;
    font-size: 16px;
    border: none;
}

.container-search::-moz-placeholder {
    color: #4c4c4c;
}

.container-search::-webkit-input-placeholder {
    color: #4c4c4c;
}

.container-search::-ms-input-placeholder {
    color: #4c4c4c;
}

.container-search input[type=submit] {
    width: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../img/searchBtn.png) center center no-repeat;
    color: #fff;
}

.container-search .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
    color: #252e38;
}

.container-search-close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 40px;
    top: 60px;
    background: url(../img/searchClose.png) center no-repeat;
    cursor: pointer;
}



.container-header-pc .right .tabs ul {

    box-shadow: 0px 0px 8px 3px rgba(67, 128, 252, 0.15);
    border-radius: 21px;
    border: 1px solid #EFEFEF;
}

.container-header-pc .right .tabs li {
    width: 150px;
    height: 32px;
    line-height: 32px;
    border-radius: 21px;
    color: rgb(51, 51, 51);
    text-align: center;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 100;
}

.container-header-pc .right .tabs li .iconfont {
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}

.container-header-pc .right .tabs li.active {
    background-color: #006AFF !important;
    color: #fff !important;
}

.container-header-pc .right .tabs li.active .iconfont {
    color: #fff !important;
}

/*手机端*/
.container-header-app {
    position: relative;
    height: 60px;
    display: none;
}

.container-header-app .nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.container-header-app .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container-header-app .logo img {
    width: 100%;
}

.container-header-app .right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-header-app .right .search {
    width: 36px;
}

.container-header-app .right .search .iconfont {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #7F7E88;
    font-weight: bold;
    cursor: pointer;
}

.container-header-app .right .more {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-header-app .right .more img {
    height: 32px;
    height: 32px;
}

.container-header-app .right .more .nav-tabs {
    width: 9px;
    height: 9px;
    position: relative;
    margin-left: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.container-header-app .right .more .nav-tabs span {
    width: 100%;
    height: 2px;
    background-color: #818181;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: block;
}

.container-header-app .right .more .nav-tabs span:first-child {
    position: absolute;
    top: 0;
    left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
}


.container-header-app .right .more .nav-tabs span:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
}

.container-header-app .right .more.on .nav-tabs {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-btn {
    width: 26px;
    height: 19px;
    display: block;
    float: right;
    position: relative;

}

.nav-btn span {
    width: 100%;
    height: 3px;
    background-color: #818181;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: block;
}

.nav-btn span:first-child {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-btn span:nth-child(2) {
    width: 100%;
    margin-top: 8px;
    float: right;
}

.nav-btn span:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-btn.on span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.nav-btn.on span:nth-child(2) {
    opacity: 0;
}

.nav-btn.on span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.goBack {
    width: 115px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #1B79F8;
    color: #fff;
    border-radius: 18px;
}

#cnzz_stat_icon_1279711188 {
    opacity: 1;
    margin-left: 10px;
}

/*手机端*/
/*banner*/
.container-banner {
    /*padding-top: 70px;*/
    padding-top: 66px;
}

.container-banner .wrap {

    height: 720px;
    position: relative;

}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.container-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 80px;
    height: 8px;
    border-radius: 0;
    background: #2138A9;
    opacity: 1;
}

.container-banner .wrap>img {
    width: 100%;
    height: 100%;
}

.container-banner .wrap .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-banner .wrap .inner p:first-child {
    text-align: center;
    margin-bottom: 6%;
    max-width: 65%;
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 5px;
}

.container-banner .wrap .inner p:last-child {
    text-align: center;
    margin: 0px auto;
    max-width: 65%;
    padding: 5px;
    border: 1px solid #D3D3D3;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 10px;
}





/*页面尾部*/
.container-footer {
    background: #343638;

}

.container-footer .top {
    padding: 30px 0px;
}

.container-footer .top .base {
    width: 80%;
}

.container-footer .top .scanning {
    width: 20%;
}

.container-footer .top .base li {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    padding: 5px 10px;
}

.container-footer .top .base li span {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    font-weight: 100;
}

    .container-footer .top .base .hotline {
        padding: 10px;
    }

.container-footer .top .base .hotline>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    background: url("../img/hotline.png") left center no-repeat;
    padding-left: 35px;
}

.container-footer .top .base .hotline>p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.container-footer .top .scanning>p {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;

    color: #FFFFFF;

}

.container-footer .top .scanning>img {
    display: block;
    margin: 0px auto;
}

.container-footer .bottom {
    background: #2D2E31;
}

.container-footer .bottom p {
    padding: 30px 0px;
}

.container-footer .bottom p a {
    line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.container-footer .bottom p span {
    line-height: 27px;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 300;
    filter: Alpha(opacity=80);
}

.container-footer .bottom p>img {
    width: 133px;
    height: 27px;
    vertical-align: middle;
}

.container-footer a:hover {
    color: #fff !important;
    opacity: 1 !important;
    filter: Alpha(opacity=80);
}


/*回到首页*/
.backtop {
    width: 48px;
    height: 48px;
    background-image: url(../img/backtop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: none;
}

@-webkit-keyframes bounce-backtop {
    25% {

        -webkit-transform: translateY(-2px);
    }

    50%,
    100% {

        -webkit-transform: translateY(0);
    }

    75% {

        -webkit-transform: translateY(2px);
    }
}

.animate-bounce-backtop {

    -webkit-animation: bounce-backtop 0.5s ease-in-out;
    animation: bounce-backtop 0.5s ease-in-out;
}





/*手机端css样式*/
.container-nav-more,
.container-nav {
    display: none;
}

@media screen and (max-width: 1500px) {
    .container-header-pc .right .tabs li {
        font-size: 16px
    }

    .container-header-pc .left li {
        padding: 0px 10px
    }

    .container-header-pc .left li a {
        font-size: 16px;
        font-weight: 400;
        font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    }
}

@media screen and (max-width: 1360px) {


    .small-box {
        width: 100% !important;
    }


    .container-header-pc {
        display: none;
    }

    .container-header-app {
        display: block;
    }

    .container-header {
        background: #fff;
        height: 60px;
    }

    .container-nav {
        background: #DFEFFC;
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 10000;
        padding:10px;
    }

    .container-nav li {
        width: 100%;
        line-height:40px;
        border-bottom: 1px solid #ccc;
    }

    .container-nav li a {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #252e38;
        padding: 0px 16px;

    }

    .container-nav-more {
        background: #1c62bf;
        position: fixed;
        top: 60px;
        right: 3%;
        z-index: 10000;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

    .container-nav-more li {
        width: 100%;
        height: 40px;


    }

    .container-nav-more li:nth-child(odd) {
        border-bottom: 1px solid #ccc;
    }

    .container-nav-more a {
        display: block;
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        padding: 0px 16px;
        cursor: pointer;


    }

.container-header-app .right .search{
    display: none;
}
    .container-banner .wrap .inner p:first-child {
        font-size: 23px;
        line-height: 30px;

    }

    .container-banner .wrap .inner p:last-child {
        font-size: 17px;
        line-height: 25px;
    }

    .container-banner .wrap {
        height: 50vh;
    }

    .container-banner {
        padding-top: 60px;
    }


    .container-footer .top {
        padding: 10px 16px;
    }

    .container-footer .top .base {
        width: 100%;
    }

    .container-footer .top .base li {
        width: 50%;
        line-height: 23px;
        font-size: 14px;
    }

    .container-footer .top .base li a {
        font-size: 14px;

    }

    .container-footer .top .scanning {
        width: 100%;
    }

    .container-footer .top .scanning>img {
        margin: 10px auto;
    }

    .container-footer .top .scanning>p {
        line-height: 30px;
        height: 30px;
    }

    .container-footer .bottom p {
        padding: 10px 16px;
    }

    .container-footer .bottom p>img {
        display: block;
        margin: 10px auto;
    }
}