@import "font.css";
* {
    padding: 0;
    margin: 0;
}

/*哀悼日全站变灰
*{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
*/

html, body {
    width: 100%;
    font-family: "NotoSans";
    font-size: 16px;
    color: #333;
    height: 100%;
}

h1, h2, h3.h4, h5, h6 {
    margin: 0;
    letter-spacing: 2px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

ul, p {
    margin-bottom: 0;
}

header {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    z-index: 10000;
    background: #000;
    top: 0;
}

button {
    border: none;
    outline: none;
}


.d-none{
    display: none;
}

.section {
    min-height: 100vh;
    height: auto;
}

.unvisible {
    visibility: hidden;
}

.none {
    display: none;
}

/*头部搜素框*/
#g_search{
    background: transparent;
    outline: none;
    height: 30px;
    color: #fff;
    border:none;
    width: 120px;
    /*width: 0;*/
    text-align: left;
}
#nav-menu li.search-wrap span.line{
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 20px;
    height: 1px;
    background: #fff;
    /*width: 140px;*/
    width: 0;
}

/*新-头部搜索框*/
#nav-menu .search_input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    /*width: 150px;*/
    width: 0;
    border-radius: 0;
    outline: none!important;
    box-shadow: none;
    color:#fff;
    padding: 0;
    opacity: 0;
}
#searchform{
    position: relative;
}
#searchsubmit{
    padding: 0;
    visibility: hidden;
    opacity: 0;
    display: none;
}
#nav-menu  .search_btn{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
#nav-menu  .search_btn .search_icon{
    width: 100%;
}


/*导航*/
.nav-bar {
    position: fixed;
    top: 80px;
    z-index: 100;
    background: #fff;
    width: 100%;
    display: none;
}
.nav-bar.active{
    z-index: 110;
}

.nav-wrap {
    display: flex;
    height: 50px;
    align-items: center;
    width: 1000px;
    margin: auto;
}

.nav-wrap .title {
    font-weight: bold;
    font-size: 18px;
}

.nav-wrap ul.list {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.nav-wrap ul.list li {
    margin-right: 50px;
    font-size: 16px;
    cursor: pointer;
}

.nav-wrap ul.list li a, .nav-wrap ul.list li a:active {
    color: #000;
}

.nav-wrap ul.list li.active a {
    color: #0070c9;
}

.nav-wrap ul.list li:last-of-type {
    margin-right: 0;
}

/*全屏滚动导航*/
#fp-nav.right {
    right: 100px;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 24px;
    height: 23px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #e4e4e4;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 22px;
    width: 22px;
    margin: -11px 0 0 -11px;
    background: url('../image/selected.png')
}

#fp-nav ul li:hover a span {
    background: #0070c9;
}

/*---------*/
.pagewrap {
    /* margin-top: 80px; */
}

.page-cont {
    padding-top: 8%;
    width: 1520px;
    margin: auto;
}

.page1 .page-cont {
    padding-top: calc(8% + 60px);
}

.page-title {
    font-size: 48px;
    line-height: 1.4;
    width: 90%;
    margin: auto;
}

.page-second-title {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.header-content {
    padding-top: 0;
}

.conaniner {
    height: 100%;
    width: 100%;
}

.logo img {
    vertical-align: middle;
    /*height: 44px;*/
    height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.db {
    display: block;
}

.mr-a {
    margin: auto;
}

.fs16 {
    font-size: 16px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.clearfix {
    clear: both;
}

.nav-menu {
    list-style: none;
    overflow: hidden;
    display: block;
}

.nav-menu > li {
    float: left;
    /*margin-left: 32px;*/
    padding: 0 16px;
    position: relative;
}
.nav-menu > li.search-wrap{
    min-width: 50px;
}

.nav-menu > li.login img{
    margin-right: 5px;
}
.nav-menu > li.login a{
    display: flex;
    align-items: center;
}

.nav-menu > li.register{
    margin-left: 20px;
    position: relative;
}
.nav-menu > li.register:before{
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 14px;
    background: white;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}

.nav-menu > li > i {
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #f5f5f5;
    vertical-align: middle;
}

.nav-menu .menu-link {
    color: #fff;
}

.menu-link:hover {
    text-decoration: underline;
}

.menu-link img {
    vertical-align: middle;
}

.align-items {
    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;
}

#searchsubmit{
    color:white;
}

.btn {
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

.blue-color {
    color: #0070c9;
}

.btn-blue, .btn-gray, .btn-reg {
    padding: 20px 54px;
    border-radius: 50px;
}

.btn-blue {
    background: #0070c9;
    color: #fff;
}

.btn-blue:hover {
    background: #0b84e4;
}

.btn-gray {
    color: #0070c9;
    background: #f9f9fa;
}

.btn-reg {
    background: #2d2d2d;
    color: #fff;
}

.btn-reg:hover {
    background: #383737;
}

.footer {
    background-color: #151515;
    color: #fff;
    overflow: hidden;
}

.footer-nav {
    height: auto;
    overflow: hidden;
    align-items: end !important;
    justify-content: flex-end;
}

.footer-nav dl {
    width: 160px;
}


.footer-nav dt {
    font-size: 24px;
    margin-bottom: 30px;
}

.footer-nav dd {
    margin-top: 20px;
}

.footer-nav a {
    color: #888;
}

.footer-nav a:hover {
    color: #999;
}

.footer-btn {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}
.footer-btn .btn {
    font-size: 14px;
    padding: 12px 26px;
    background: #2d2d2d;
    height: auto;
    line-height: normal;
    border:none;
    color: #fff;
}

.footer-btn .btn:hover {
    color: #fff;
    background: #0070c9;
}
.footer-btn .btn:nth-of-type(1) {
    margin-left: 0;
}
.footer-btn .btn:nth-of-type(2) {
    margin-left: 10px;
}

.footer-text-info h2 {
    letter-spacing: 2px;
}

.ewm-info {
    display: inline-block;
    margin-left: 30px;
}
.ewm-info img{
    width: 130px;
}
.ewm-info p {
    margin-top: 20px;
    color: #888;
}

.footer-line {
    margin: 6% 0;
    width: 100%;
    height: 1px;
    background: #888;
}

.copyright {
    color: #888;
    margin-bottom: 20px;
}

.copyright a {
    color: #888;
}

.aq {
    margin-left: 10px;
}

small, .aq span, .aq img {
    vertical-align: middle;
}

/* 咨询 */
.toolbar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -115px;
    z-index: 1000;
}

.toolbar-box {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 1px;
    overflow: hidden;
}

.toolbar-top {
    background: #151515;
    cursor: pointer;
}

.show-info {
    position: relative;
}

.show-info:before, .show-info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    transition: left .68s;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.show-info:before {
    left: 0;
    background: #151515;
}

.show-info:after {
    left: 100%;
    background: #004c88;
}

.show-info:hover {
    background-color: transparent;
}

.show-info.active::before {
    left: -100%;
}

.show-info.active:after {
    left: 0;
}

/*.show-info:hover::before{*/
/*left: -100%;*/
/*}*/
/*.show-info:hover:after{*/
/*left: 0;*/
/*}*/

/*新闻动态*/
.news-wrap {
    background-color: #ececec;
}

.news-wrap a{
    transition: all ease .5s;
    color:#000;
}

.news-wrap a:hover{
    color:#337ab7;
}
.news-wrap .page-cont {
    padding-top: 4%;
}

.page-title {
    text-align: center;
    font-family: NotoSansBlod;
}

/*.news-wrap .dynamic {*/
/*overflow: hidden;*/
/*height: 320px;*/
/*height: 390px;*/
/*padding-bottom: 15px;*/
/*padding-top: 50px;*/
/*}*/

.news-wrap .dynamic .img-box {
    /*width: 495px;*/
    /*height: 320px;*/
    height: 390px;
    width: 535px;
    float: left;
    overflow: hidden;
}

.news-wrap .dynamic-img {
    width: 100%;
    height: 100%;
}

.news-wrap .dynamic-detail {
    /*width: 45%;*/
    width: calc(100% - 535px);
    height: 390px;
    float: left;
    text-align: left;
    background: #fff;
    line-height: 1.4;
}

.news-wrap .dynamic-detail h2 {
    font-weight: bold;
    font-size: 18px;
}

.news-wrap .dynamic-detail > div {
    padding:0 40px;
    padding-top: 60px;
}

.news-wrap .dynamic-detail .text {
    /*height: 150px;*/
    height: 220px;
    margin-top: 20px;
    overflow: auto;
}

.news-wrap .dynamic-time {
    color: #666;
    line-height: 20px;
}

.dynamic-time img {
    vertical-align: middle;
}

.news-wrap .news-item {
    clear: both;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-wrap .news-item li {
    width: 50%;
    height: 475px;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    background: #f9f9fa;
}

.news-wrap .news-item li:nth-of-type(2) {
    margin-right: 0;
}

.news-item li a > img {
    /*width: 100%;*/
    height: 100%;
    display: block;
    transition: transform .68s ease-in-out;
}

.news-wrap .news .btn {
    /*display: block;*/
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-wrap .dynamic, .news-wrap .news-item {
    margin: auto;
    margin-bottom: 20px;
}

.news-wrap .news-info-cont p {
    margin-top: 20px;
}

.news .btn:hover {
    color: #008eff;
}

.news-wrap .wrap {
    display: none;
}
.news-wrap .gallery-box .line1{
    display: flex;
}
.news-wrap .content-wrap .gallery-box img{
    border: 1px solid blue;
}

/*第一块计算框*/
.news-wrap .gallery-box .line1{
    display: flex;
    margin-bottom: 6px;
}
.news-wrap .gallery-box .line1 .bl1{
    margin-right: 10px;
}
.news-wrap .gallery-box .line1 .bl2{
    display: flex;
    height: 440px;
    flex-wrap: wrap;
    overflow: hidden;
}
.news-wrap .gallery-box .line1 .bl1 img{
    /*height: 440px;*/
    height: 437px;
}
.news-wrap .gallery-box .line1 .bl2 img{
    /*height: 220px;*/
    height: 213px;
}
.news-wrap .gallery-box .line1 .bl2 img:first-of-type{
    margin-bottom: 10px;
}
/*-----*/
/*第二块*/
.news-wrap .gallery-box .line2 .bl{
    display: flex;
    align-items: center;
}
.news-wrap .gallery-box .line2 .bl img{
    /*width: 325px;*/
    width: 322px;
    height: 218px;
    margin-right: 10px;
}
.news-wrap .gallery-box .line2 .bl img:last-of-type{
    /*width: 330px;*/
    width: 319px;
}
.news-wrap .gallery-box .line2 .bl21{
    margin-bottom: 10px;
}
.news-wrap .gallery-box .line2 .bl img:last-of-type{
    margin-right: 0;
}
.news-wrap .gallery-box .line2 .img-box{

}
.news-wrap .gallery-box .line2 .img-box:last-of-type{
    margin-right: 0;
}

/*.news-wrap .content-wrap .gallery-box .line1 {*/
/*display: flex;*/
/*}*/
/*.news-wrap .content-wrap .gallery-box .line1 .bl2 img,.news-wrap .content-wrap .gallery-box .line2 .bl img{*/
/*width: 320px;*/
/*}*/
/*.news-wrap .content-wrap .gallery-box .line2 .bl{*/
/*height: 212px;*/
/*display: flex;*/
/*justify-content: space-between;*/
/*overflow: hidden;*/
/*}*/

/*-----*/

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    background: #0070c9;
    z-index: 0;
    transition: bottom .4s ease-in-out;
}

.news-info {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.news-info-cont {
    padding: 40px 30px;
}

.news-info-cont {
    /* width: 100%; */
    padding: 20px 15px;
    position: absolute;
    text-align: left;
    z-index: 1
}

.news-info-cont h3 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    /* text-align: left; */
    white-space: normal;
}
.news-item li{
    height: 462px;
    overflow: hidden;
}
.news-item li a {
    color: #333;
    display: inline-block;
    /*height: 345px;*/
    overflow: hidden;
}

.news-item li a .picture-img{
    height: 345px;
}

.news-info-cont img, .news-info-cont span {
    vertical-align: middle;
}

/*资源，内容 切换tab*/
.news-wrap .tab-box {
    width: 90%;
    margin: auto;
    border-bottom: 1px solid rgb(207, 207, 207);
    padding-top: 40px;
    margin-bottom: 50px;
}

.news-wrap .tab-box .tab {
    display: flex;
    justify-content: center;
    height: 40px;
    margin: auto;
    width: 50%;
    position: relative;
}

.news-wrap .tab-box .tab:after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgb(58, 131, 216);
    width: 100%;
    bottom: -1px;
}

.news-wrap .tab-box .tab li {
    font-size: 16px;
    position: relative;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.news-wrap .tab-box .tab li.active {
    color: rgb(58, 131, 216);
}

.news-wrap .tab-box .tab li.active:after {
    content: '' '';
    width: 15px;
    height: 15px;
    border: 1px solid rgb(58, 131, 216);
    border-right: none;
    border-bottom: none;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -7.5px;
    transform: rotate(45deg);
    background: #ececec;
    z-index: 10;
}

/*工具侧边栏*/
.toolbar a {
    position: relative;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toolbar .fuc a img{
    width: 24px;
}


.toolbar a:hover {
    color: #444;
}

.toolbar .toolbar-info {
    width: 200px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    transform: translateX(-100%);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    font-size: 14px;
    text-align: center;
    display: none;
    cursor: pointer;
}

.toolbar .toolbar-info:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    right: -30px;
    top: 0;
    background: transparent;
}

.toolbar .toolbar-info > img {
    width: 150px;
}

.toolbar .toolbar-info .info-text {
    text-align: left;
}

.toolbar .toolbar-info .info-text {
    margin-top: 6px;
}

.toolbar .toolbar-info .info-text1 {
    margin-top: 10px;
}

.toolbar .toolbar-info .info-text2 {
    margin-top: 5px;
    text-align: center;
}

.service-wrap p {
    margin: 10px 0 0 12px;
    font-size: 14px;
    line-height: 20px;
}

.service-wrap p:last-of-type {
    margin-bottom: 10px;
}

.service-wrap p img {
    vertical-align: middle;
}

.toolbar .phone-wrap .toolbar-info {
    top: 53px;
}

/*翻页导航样式*/
.navigation.pagination{
    display: flex;
    justify-content: center;
}
.nav-links a,.nav-links span.page-numbers{
    display: inline-block;
    border:1px solid #b3b3b3;
    padding: 10px 15px;
    border-radius: 2px;
}
.nav-links span.page-numbers.current{
    border: none;
    color:red;
}
.nav-links a.next,.nav-links .prev{
    position: relative;
}
.nav-links .prev{
    padding-left: 30px;
}
.nav-links .next{
    padding-right: 30px;
}
.navigation.pagination a.next:before{
    content: '\e258';
    font-family: "Glyphicons Halflings";
    position: absolute;
    font-size: 16px;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}
.navigation.pagination a.prev:before{
    content: '\e257';
    font-family: "Glyphicons Halflings";
    position: absolute;
    font-size: 16px;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 50%;
    margin-top: -9px;
}

/*移动端toolbar-mask*/
.toolbar-mask{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

/*----*/
@media (max-width: 1366px) {
    .footer-nav dl {
        width: 150px;
    }

    .footer-nav dd {
        margin-top: 14px;
    }

    .footer-line {
        margin: 5% 0;
    }

    .ewm-info img {
        width: 120px;
    }
}

@media (max-width: 1200px) {
    header {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }

    .logo img {
        height: 38px;
    }
}

@media (max-width: 1680px) {
    .page-cont {
        width: 1320px;
    }

    .page-title {
        font-size: 44px;
    }

    .partner-item, .news-item {
        /*width: 94%;*/
        margin: auto;
    }

    .partner-item li {
        width: 25%;
        height: 424px;
    }

    .partner-info {
        height: 50%;
    }

    .partner-info-cont {
        padding: 20px 28px;
    }

    #fp-nav.right {
        right: 72px;
    }

    .btn-blue, .btn-gray {
        padding: 16px 40px;
    }

    .service-item li {
        padding: 0 22px;
    }
}

@media (max-width: 1366px) {
    .page-cont {
        width: 1200px;
    }

    .page-text {
        margin: 10px 0 80px;
    }

    .page-title {
        font-size: 36px;
    }

    .page1 .page1-cont {
        width: 70%;
    }

    .partner {
        padding-top: 60px;
    }

    .partner-item li {
        height: 382px;
        margin-right: 20px;
    }

    .partner-info-cont {
        padding: 6px 14px;
    }

    .news-info {
        height: 80px;
    }

    .news-info-cont {
        padding: 16px;
    }

    .page_img_1 {
        width: 380px;
    }

    .btn-blue, .btn-gray {
        padding: 12px 36px;
    }

    #fp-nav.right {
        right: 66px;
    }

    /*.partner-icon-info li {*/
    /*margin: 0 58px 50px 0;*/
    /*}*/

}

@media (max-width: 1280px) {
    .page-cont {
        width: 1100px;
    }

    .partner-item li {
        height: 362px;
    }

    .partner-info-cont .service-item-text {
        margin-top: 15px;
    }

    .news {
        padding-top: 50px;
    }

    .page6 .page-cont {
        padding-top: 15%;
    }

    .page-title {
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    #fp-nav.right {
        right: 50px;
    }

    .page-cont {
        width: 1080px;
    }

    .page_img_1 {
        width: 320px;
    }

    .page-text {
        font-size: 16px;
        margin: 10px 0 60px;
    }

    .btn {
        font-size: 14px;
    }

    .partner-item li {
        height: 344px;
    }

    .partner-info-cont .service-item-text {
        line-height: 1.4;
        margin-top: 10px;
    }

    .page-second-title {
        margin-top: 10px;
    }

    .partner-icon-info {
        width: 60%;
    }

    /*.partner-icon-info li {*/
    /*height: 56px;*/
    /*margin: 0 58px 30px 0;*/
    /*}*/
    /*.partner-icon-info li:nth-of-type(4n) {*/
    /*margin-right: 58px;*/
    /*}*/
    /*.partner-icon-info li:nth-of-type(3n) {*/
    /*margin-right: 0;*/
    /*}*/

}
    