﻿.container {
    width: 1400px;
    margin: 0 auto;
}

.main {
    width: 1500px;
    margin: 0 auto;
	padding-top:30px;
}

.paddbo {
    padding-bottom: 100px;
}

@media(max-width:1620px) {
    .container {
        width: 1370px;
    }
}

@media(max-width:1440px) {
    .container {
        width: 1190px;
    }
}

@media (max-width: 1268px) {
    .container, .main {
        width: 1155px;
    }
}

@media(max-width:1260px) {
    .container, .main {
        width: 1155px;
    }
}

@media(max-width:1200px) {
    .container {
        width: 1100px;
    }

    .main {
        width: 1100px;
    }
}

@media(max-width:1160px) {
    .container, .main {
        width: 1055px;
    }
}

@media(max-width:1100px) {
    .container, .main {
        width: 988px;
    }
}

@media(max-width:1025px) {
    .container, .main {
        width: 768px;
    }
}

@media(max-width:768px) {
    .container {
        width: auto;
        padding: 0 10px;
    }

    .main {
        width: auto;
        padding: 0 10px;
    }
}

@media (max-width: 640px) {
    .container, .main {
        width: auto;
        padding: 0 10px;
    }
}
/* pc头部导航 */
.top2 {
    position: fixed;
    background: #fafafb;
    line-height: 110px;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
}

    .top2.on {
        background: #fafafb;
        z-index: 10000;
        height: 110px;
    }

.top2-all {
    color: #444;
    font-size: 16px;
    position: relative;
}

    .top2-all .logo {
        float: left;
        height: 100%;
        box-shadow: 10px 5px 30px 5px rgba(255,255,255,0.05);
    }

        .top2-all .logo img {
            width: 100%;
        }

.top2-right {
    float: right;
    width: 79%;
}

.top2-all .top2-bu {
    float: right;
    width: 94%;
}

.top2ri-top {
    padding: 25px 0 20px;
}

    .top2ri-top a {
        float: right;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        color: #1962af;
        position: relative;
        padding: 0 15px;
    }

        .top2ri-top a.ypsy::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #1861ae;
            top: 0;
            right: 0;
        }

    .top2ri-top p.top-phone {
        float: right;
        font-size: 17px;
        line-height: 24px;
        color: #1861ae;
        background: url(../images/top-phone.png)no-repeat center left;
        padding-left: 20px;
        margin-left: 15px;
    }

.top2-all .top2-bu a {
    font-size: 16px;
    display: block;
    transition: .5s;
    line-height: 16px;
    position: relative;
    padding: 0 10px 25px 10px;
}

    .top2-all .top2-bu a::after {
        position: absolute;
        content: "";
        height: 2px;
        width: 0;
        background: #1861ae;
        transform: translateX(-50%);
        transition: ease .5s;
        bottom: 0;
        left: 50%;
    }

.top2-all .top2-bu li {
    float: left;
    padding: 0 25px;
}

    .top2-all .top2-bu li:last-child {
        padding-right: 0;
    }

    .top2-all .top2-bu li:hover a, .top2-all .top2-bu li.on a {
        /* border-bottom: 1px solid #fff; */
        color: #1861ae;
    }

        .top2-all .top2-bu a:hover::after, .top2-all .top2-bu li.on a::after {
            width: 100%;
        }

.top2-all .top2-ri {
    float: right;
    /* line-height: 100px; */
    /* padding-top: 42px; */
    width: 3%;
}

    .top2-all .top2-ri .bt-search {
        position: relative;
        border: none;
        background: none;
        float: left;
        width: 30px;
        height: 22px;
        line-height: 18px;
        cursor: pointer;
        /* overflow: hidden; */
        transition: .5s;
        z-index: 10;
        /* margin-right: 20px; */
    }

        .top2-all .top2-ri .bt-search .sub-bot {
            display: block;
            width: 14px;
            height: 22px;
            line-height: 15px;
            background: transparent;
            border: none;
            position: absolute;
            z-index: 3;
            cursor: pointer;
            background: url(../images/icon-search.png) no-repeat center transparent;
            padding-right: 30px;
        }

.searchop .search-all {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.searchop .logo, .searchop.top2 .language, .searchop .bt-search {
    display: none;
}

.search-all {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100px;
    /* background: #fff; */
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

    .search-all .search-box {
        position: relative;
        height: 44px;
        margin-top: 35px;
    }

.searchop .search-all .search-box {
    animation: searchform-fade 400ms both;
}

.searchop .search-all form {
    animation: searchform-slide 1s both;
}

.search-all .search-box .search-txt {
    color: #1861ae;
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
    margin-top: 35px;
}

    .search-all .search-box .search-txt i {
        font-size: 20px !important;
    }

    .search-all .search-box .search-txt.left {
        float: left;
    }

.search-all .search-box .search-inp {
    margin-left: 60px;
    margin-right: 80px;
    transition: all .3s ease-out 0s;
    margin-top: -36px;
}

    .search-all .search-box .search-inp input {
        font-size: 16px;
        line-height: 44px;
        color: #333;
        width: 100%;
        border-bottom: 1px solid #1d65b0;
    }

.searchop .search-close {
    opacity: 1;
    transition: all .2s ease-out 0s;
}

.search-all .search-box .search-close {
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #1861ae;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    margin-top: 35px;
}

.searchop .search-close:hover {
}

.searchshow .top2-bu a {
    -webkit-animation: item-searchshow .4s both;
    animation: item-searchshow .4s both;
}

.searchop .top2-bu a {
    visibility: hidden;
}

.searchop .top2ri-top {
    visibility: hidden;
}

@-webkit-keyframes searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }

    100% {
        opacity: 1
    }
}

@keyframes searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@keyframes item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}
/*  */
.language {
}
/* 

.top2 .language .lang-cn {
    position: absolute;
    top: 100%;
    z-index: 10;
 left: 20%;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
.top2 .language .lang-text{
    display: block;
    color: #fff;
    line-height: 33px;
    cursor: pointer;
    transition: all .3s;
    padding-left: 20px;
}
.top2 .language i{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 8px;
    transition: all .3s;
    margin-top: -4px;
}
.language:hover .lang-text{
color: #fff;
}
.language:hover i{
    transform: rotate(180deg);
}
.language:hover .lang-cn{
    opacity: 1;
    visibility: visible;
}
 */

.language {
    display: inline-block;
    float: right;
    border-radius: 30px;
    width: 70px;
    height: 22px;
    line-height: 22px;
    margin-top: -2px;
    position: relative;
    margin-left: 30px;
}

    .language a {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #444;
        border-radius: 30px;
        width: 36px;
        height: 22px;
        text-align: center;
        transition: ease .5s;
        padding: 0;
    }

        .language a.on {
            background: #1861ae;
            color: #fff;
        }

    .language .lang-text {
        position: absolute;
        left: 0;
    }

    .language .lang-cn {
        position: absolute;
        right: 3px;
    }
/*  */
.nav-lang {
    text-align: center;
    margin-top: 20px;
}

    .nav-lang a {
        display: inline-block;
        font-size: 16px;
        color: #1861ae;
        line-height: 28px;
    }

    .nav-lang .english {
        position: relative;
        padding-right: 8px;
    }

        .nav-lang .english::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 28px;
            background: #1861ae;
            right: 0;
            top: 0;
            opacity: .7;
        }

/* 下拉 */
.top2-all .top2-bu li {
    position: relative;
}

.top2-bu li.xiala {
    position: relative;
    transition: .5s;
}

.top2-bu .xia-menu {
    display: none;
}

.top2-bu li:hover .xia-menu {
    display: block;
}

.top2-all .top2-bu .xia-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    min-width: 200px;
    height: auto;
    -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}

.top2-all .top2-bu .xiala-item li {
    float: unset;
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0;
    padding: 0;
}

    .top2-all .top2-bu .xiala-item li a:hover {
        color: #1861ae;
    }

    .top2-all .top2-bu .xiala-item li a {
        display: block;
        color: #333;
        font-size: 16px;
        transition: all .3s;
        margin-left: unset;
        line-height: 28px;
        padding: 10px 0;
        border-bottom: none;
    }

        .top2-all .top2-bu .xiala-item li a::after {
            display: none;
        }

.top2-all .top2-bu li.ac, .top2-all .top2-bu li.xia-pic {
    position: static;
}

    .top2-all .top2-bu li.ac .xia-menu {
        width: 100%;
        left: 0;
        background: #fff;
        transform: none;
        padding: 40px 0 120px;
    }

.xia-ul {
    float: left;
    width: 15.33%;
}

    .xia-ul:last-child {
        width: 8%;
    }

.top2-all .top2-bu .xiala-item .xia-ul li {
    text-align: left;
    padding: 0;
}
    /* .top2-all .top2-bu .xiala-item .xia-ul li:last-child{padding: 0 25px;} */
    .top2-all .top2-bu .xiala-item .xia-ul li a {
        display: block;
        font-size: 15px;
        line-height: 36px;
        color: #666;
        position: relative;
        padding: 0;
        padding-left: 15px;
        transition: ease .5s;
    }

        .top2-all .top2-bu .xiala-item .xia-ul li a::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 1px;
            background: #666;
            top: 17px;
            left: 0;
        }

    .top2-all .top2-bu .xiala-item .xia-ul li:hover a, .top2-all .top2-bu .xiala-item .xia-ul li:first-child:hover a {
        color: #1861ae;
    }

        .top2-all .top2-bu .xiala-item .xia-ul li:hover a::before {
            background-color: #1861ae;
        }

    .top2-all .top2-bu .xiala-item .xia-ul li:first-child a {
        font-size: 16px;
        color: #333;
        padding-left: 0;
    }

        .top2-all .top2-bu .xiala-item .xia-ul li:first-child a::before {
            display: none;
        }

    .top2-all .top2-bu .xiala-item .xia-ul li:first-child {
        margin-bottom: 10px !important;
    }

.top2-all .top2-bu li.xia-pic .xia-menu {
    min-width: 600px;
    background: #fff;
    padding: 40px 40px 50px;
}

.xiala-lepic {
    float: left;
    display: inline-block;
    width: 58.9%;
}

.top2-all .top2-bu li.xia-pic .xia-menu ul {
    float: right;
    margin-left: 0;
    padding-top: 20px;
    width: 41%;
}

.xiala-lepic img {
    width: 100%;
}

.top2-all .top2-bu li.xia-pic .xia-menu li {
    padding: 0;
}

@media (max-width: 1260px) {
    .xia-ul {
        width: 15%;
    }

        .xia-ul:last-child {
            width: 9%;
        }
}
/*  */
.in-top1 {
    position: relative;
    margin-top: 110px;
}

    .in-top1 .swiper-container::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 30%;
        bottom: 0;
        background: transparent;
        background-image: linear-gradient(to bottom, transparent,rgba(0,0,0,0.5));
        z-index: 2;
    }

    .in-top1 .img {
    }

    .in-top1 a {
        display: block;
        width: 100%;
        position: relative;
    }

    .in-top1 .img1 {
        display: none;
    }

    .in-top1 .swiper-pagination {
        bottom: 30px !important;
    }

    .in-top1 .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: url(../images/banner-dot.png)no-repeat center;
        opacity: 1;
        margin-right: 20px !important;
    }

    .in-top1 .swiper-pagination-bullet-active {
        position: relative;
        background-image: url(../images/banner-botH.png);
    }

    .in-top1 .img img, .in-top1 .img1 img {
        width: 100%;
        position: relative;
    }

    .in-top1 .text1 {
        position: absolute;
        bottom: 21.3%;
        left: 0;
        width: 100%;
        background-size: 100%;
        background: no-repeat center;
    }

    .in-top1 .text > div {
        background: rgba(24, 97, 174, .7);
        width: 55.71%;
        padding: 70px;
    }

    .in-top1 .text1 h3 {
        font-size: 40px;
        color: #fff;
        line-height: 60px;
    }

    .in-top1 .text1 h2 {
        font-size: 48px;
        color: #fff;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .in-top1 .text1 p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
    }


.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        height: auto;
        overflow: hidden;
        position: absolute;
        right: 0px;
        bottom: 35px;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            display: inline-block;
        }

.in-top1 .flex-control-nav {
    bottom: 40px;
    z-index: 100;
}

.in-top1 .flex-control-paging li a:hover {
    background: url(../images/banner-dot.png)no-repeat center;
}

.in-top1 .flex-control-paging li a {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/banner-dot.png)no-repeat center;
    cursor: pointer;
    margin: 0;
    box-shadow: none;
    border-radius: inherit;
}

.in-top1 .flex-control-nav li {
    margin: 0 10px;
}

.in-top1 .flex-control-paging li a.flex-active {
    background: url(../images/banner-botH.png)no-repeat center;
}
/* .slideBox .hd ul li.on */
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
    }

    .slideBox .bd img {
        width: 100%;
        height: auto;
        display: block;
    }




/*   */
.tit {
    text-align: center;
}

.in1 .con {
    position: relative;
}

.in1 {
    background: url(../images/in1-ba.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
}

.tit h2 {
    font-size: 42px;
    color: #333;
    line-height: 42px;
    position: relative;
    margin-bottom: 60px;
}

    .tit h2::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background: #1861ae;
        bottom: -30px;
        left: 48.8%;
    }

.tit p {
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
    line-height: 26px;
}
/* ======in1====== */
.in1-con {
    margin-top: 50px;
}

.in1-con1 {
    margin-bottom: 10px;
}

    .in1-con1 a {
        display: block;
        width: 100%;
        position: relative;
    }

.in1-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px 85px;
}

.in1-left {
    float: left;
    width: 53.57%;
    height: auto;
    transition: ease .5s;
}

.in1-right {
    float: right;
    width: 45%;
    height: auto;
    transition: ease .5s;
}

.in1 .pin {
    background: #d6ddee;
}

.in1 .pep {
    background: #4f66c3;
}

.in1 .bro {
    background: #eeeeee;
}

.in1 .gra {
    background: #e9edf0;
}

.in1-right:hover, .in1-left:hover {
    background: #4f66c3;
}

    .in1-right:hover .in1-txt h3, .in1-left:hover .in1-txt h3, .in1-right:hover .in1-txt p, .in1-left:hover .in1-txt p, .in1-right:hover .in1-txt span, .in1-left:hover .in1-txt span {
        color: #fff;
    }

    .in1-left:hover .in1-txt span, .in1-right:hover .in1-txt span {
        background-image: url(../images/icon-more1.png);
    }

.in1-img {
    overflow: hidden;
}

    .in1-img img {
        width: 100%;
        transition: ease .5s;
    }

.in1-con1 a:hover .in1-img img {
    transform: scale(1.03);
}

.in1-con1 a:hover .in1-txt h3 {
    color: #fff;
}

.in1 .pep a:hover .in1-txt h3 {
    color: #333;
}

.in1-con2 .in1-left {
    width: 45%;
}

.in1-con2 .in1-right {
    width: 53.57%;
}

.in1-txt h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in1-txt p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 74%;
}

.in1-txt span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-top: 45px;
    background: url(../images/icon-more.png)no-repeat center right;
    padding-right: 25px;
}

.in1 .pep .in1-txt h3, .in1 .pep .in1-txt p, .in1 .pep .in1-txt span {
    color: #fff;
}

.in1 .pep .in1-txt span {
    background-image: url(../images/icon-more1.png);
}

.view-more {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #1861ae url(../images/icon-more1.png)no-repeat center right 35px;
    line-height: 45px;
    width: 180px;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
    padding-right: 15px;
    margin-top: 50px;
    transition: ease .5s;
    border: 1px solid transparent;
}

    .view-more:hover {
        color: #1861ae;
        background: transparent;
        border: 1px solid #1861ae;
        background: transparent url(../images/icon-more11.png)no-repeat center right 35px;
    }

/*  */
/* .in2{padding-top: 80px;} */
.in2all {
}

.in2-box1 {
    background-size: cover;
    padding: 100px 0;
}

    .in2-box1.none {
        display: none;
    }

.in2-con {
    margin-top: 70px;
}

    .in2-con li {
        float: left;
        width: 33.3%;
        border-right: 1px solid rgba(255,255,255,0.2);
        text-align: center;
        padding: 75px 40px;
        min-height: 400px;
        cursor: pointer;
    }

        .in2-con li:last-child {
            border-right: none;
        }

.in2-txt {
}

    .in2-txt h4 {
        font-size: 24px;
        color: #fff;
        margin: 45px 0 15px;
    }

    .in2-txt p {
        font-size: 16px;
        color: rgba(255,255,255,0.8);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.in2 .tit h2, .in2 .tit p {
    color: #fff;
}

    .in2 .tit h2::before {
        background-color: #fff;
    }

.in2-img {
    border-radius: 50%;
    border: 1px dashed #fff;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
}

.in2-get {
    display: block;
    border-radius: 30px;
    width: 180px;
    line-height: 45px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    transition: ease .5s;
}

    .in2-get:hover {
        background-color: #1861ae;
        border-color: #1861ae;
    }

.in2-con li.on .in2-img {
    border: none;
    background: rgba(24, 97, 174, .5);
}

.in2-appcon {
    display: none;
}

.in2app-img img {
    width: 100%;
}

.in2app-txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    text-align: center;
    padding-top: 40px;
}

.in2-appcon .swiper-pagination {
    bottom: 5px !important;
}
/*  */
.in3 {
    padding: 80px 0;
}

.in3-con {
    margin-top: 50px;
}

.in3 ul {
    margin: 0 -25px;
}

.in3 li {
    float: left;
    width: 33.33%;
    padding: 0 25px;
}

    .in3 li a {
        display: inline-block;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 0;
        text-align: center;
        margin: 0 0 -1px 0;
        width: 100%;
    }

.in3-img {
    margin-bottom: 30px;
    overflow: hidden;
}

    .in3-img img {
        width: 100%;
        transition: ease .5s;
        height: 250px;
    }

.in3-txt {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    transition: ease .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.in3 li a:hover .in3-txt {
    color: #1861ae;
}

.in3 li a:hover .in3-img img {
    transform: scale(1.04);
}
/*  */
.in4 {
    background-size: cover;
    width: 100%;
}

    .in4 .tit {
        text-align: left;
    }

        .in4 .tit h2::before {
            left: 0;
        }

.in4-con {
    position: relative;
}

    .in4-con > div {
        padding-bottom: 155px;
    }

.in4-left {
    float: left;
    width: 50%;
    padding: 85px 2% 0 0;
}

.in4-right {
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.in4 a {
    display: block;
}

.in4-left ul {
    margin-top: 65px;
}

.in4-left li {
    float: left;
    width: 25%;
}

    .in4-left li h3 {
        font-size: 18px;
        color: #1861ae;
    }

        .in4-left li h3 span {
            font-size: 48px;
            color: #1861ae;
        }

.num-count {
    font-family: 'Reducto';
}

.in4-left li p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
}

.in4-img {
    position: relative;
    overflow: hidden;
}

    .in4-img img {
        width: 100%;
        transition: ease .5s;
    }

    .in4-img::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent url(../images/index-bofan.png)no-repeat center;
        top: 0;
        left: 0;
        opacity: 0;
    }
    /* .in4-img:hover img{transform: scale(1.04);} */
    .in4-img:hover::before {
        opacity: 1;
    }

.in4-more {
    display: inline-block;
    width: 180px;
    font-size: 16px;
    line-height: 45px;
    color: #1861ae;
    border-radius: 30px;
    border: 1px solid #1861ae;
    transition: ease .5s;
    background: transparent url(../images/in4-more.png)no-repeat center right 45px;
    text-align: center;
    padding-right: 16px;
    margin-top: 50px;
}

    .in4-more:hover {
        color: #fff;
        background: #1861ae url(../images/in4-more1.png)no-repeat center right 45px;
        border-color: #1861ae;
    }

.in4-out {
    max-height: 105px;
}
/*视频弹窗*/
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0,0,0,0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 0;
    margin-top: -262px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        font-size: 30px;
        color: #666;
        cursor: pointer;
        position: absolute;
        right: 45px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background: url(/PC/images/close2.png) !important;
        background-image: !important;
        background-size: 32px !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }
/*  */
.in5 {
    background: #f5f5f5;
    padding: 80px 0 166px;
}

.in5-con {
    position: relative;
    margin-top: 50px;
}

    .in5-con a {
        display: block;
        background: #fff;
    }

.in5-img {
    overflow: hidden;
}

    .in5-img img {
        width: 100%;
        transition: ease .5s;
    }

.in5-txt {
    padding: 30px 20px;
}

    .in5-txt h3 {
        font-size: 18px;
        line-height: 40px;
        color: #444;
        transition: ease .5s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .in5-txt h4 {
        font-size: 14px;
        line-height: 40px;
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .in5-txt p {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 100px;
    }

.in5-more {
    display: inline-block;
    font-size: 16px;
    color: #666;
    background: url(../images/icon-more.png)no-repeat center right;
    transition: ease .5s;
    padding-right: 25px;
    margin-top: 30px;
}

.in5-con a:hover .in5-img img, .news-con li a:hover .in5-img img {
    transform: scale(1.04);
}

.in5-con a:hover .in5-txt h3, .news-con li a:hover .in5-txt h3 {
    color: #1861ae;
}

.in5-con a:hover .in5-more, .news-con li a:hover .in5-more {
    color: #1861ae;
    background-image: url(../images/icon-more11.png);
}

.in5 .swiper-pagination {
    width: 100%;
    margin-top: 50px;
}

.in5 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: url(../images/in5-dot.png)no-repeat center;
    opacity: 1;
    margin-right: 20px !important;
}

.in5 .swiper-pagination-bullet-active {
    position: relative;
    background-image: url(../images/banner-botH.png);
}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

    .picScroll-left .in5-hd {
        overflow: hidden;
        height: 16px;
        background: #f4f4f4;
        padding: 0 10px;
        text-align: center;
        margin-top: 50px;
    }

        .picScroll-left .in5-hd ul {
            overflow: hidden;
            zoom: 1;
            zoom: 1;
            display: inline-block;
        }

            .picScroll-left .in5-hd ul li {
                float: left;
                width: 16px;
                height: 16px;
                overflow: hidden;
                margin: 0 10px;
                cursor: pointer;
                background: url(../images/in5-dot.png)no-repeat center;
            }

                .picScroll-left .in5-hd ul li.on {
                    background-image: url(../images/banner-botH.png);
                }

    .picScroll-left .in5-bd {
    }

        .picScroll-left .in5-bd ul {
            overflow: hidden;
            zoom: 1;
            padding: 0 -10px;
        }

            .picScroll-left .in5-bd ul li {
                float: left;
                overflow: hidden;
                width: 453px !important;
                margin: 0 10px;
            }

                .picScroll-left .in5-bd ul li .pic {
                }

                    .picScroll-left .in5-bd ul li .pic img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                    .picScroll-left .in5-bd ul li .pic a:hover img {
                    }
                    /* .picScroll-left .in5-bd ul li .title{ line-height:24px;} */
                    .picScroll-left .in5-bd ul li .pic a:hover .in5-more {
                        color: #1861ae;
                        background-image: url(../images/icon-more11.png);
                    }

.tempWrap {
    width: 100% !important;
}

/*  */
.bottom {
    background: url(../images/bottom-back.png)no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.bottom1 {
    width: 100%;
    padding: 60px 0;
}

.bottom2 {
    width: 100%;
    padding: 20px 0 10px;
    background: #222222;
}

    .bottom2 a {
        display: inline-block;
        font-size: 14px;
        line-height: 36px;
        color: rgba(255,255,255,0.5);
        transition: .5s;
        letter-spacing: 1.2px;
        position: relative;
    }

        .bottom2 a::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 15px;
            background: rgba(255,255,255,0.5);
            left: -10px;
            top:11px;
        }

        .bottom2 a.link-ctm::after {
            display: none;
        }

        .bottom2 a:hover {
            color: #1861ae;
        }

    .bottom2 .left {
        float: left;
    }

    .bottom2 .right {
        float: right;
        margin-right: 80px;
    }

    .bottom2 .left a {
        margin-right: 20px;
    }

    .bottom2 .left p {
        float: left;
        font-size: 14px;
        line-height: 36px;
        color: rgba(255, 255, 255, 0.5);
        margin-right: 25px;
    }

    .bottom2 .right a {
        float: left;
        margin-left: 16px;
    }

.bottom1 .box1 ul {
    float: left;
    margin-right: 5.78%;
}

    .bottom1 .box1 ul li {
        font-size: 14px;
        line-height: 24px;
        color: rgba(161,161,161,0.8);
        transition: .5s;
    }

        .bottom1 .box1 ul li:hover {
            color: #fff;
        }

        .bottom1 .box1 ul li:first-child a {
            font-size: 16px;
            color: #fff;
            line-height: 24px;
            margin-bottom: 10px;
        }

        .bottom1 .box1 ul li a {
            display: block;
            font-size: 14px;
            line-height: 30px;
            color: rgba(255, 255, 255, 0.5);
            transition: ease .5s;
        }

            .bottom1 .box1 ul li a:hover {
                color: #1861ae;
            }

.bottom-lx {
    float: left;
    width: 16%;
}

    .bottom-lx p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 30px;
    }

    .bottom-lx .bottom-phone {
        background: url(../images/bott-phone.png)no-repeat center left;
        font-size: 26px;
        color: #fff;
        padding-left: 35px;
        font-family: 'akzid';
        margin-bottom: 10px;
    }

.bottom1 .box1 .img {
    float: right;
    width: 10.7%;
    background: #373737;
    padding: 7px;
    text-align: center;
}

    .bottom1 .box1 .img .imgg {
        margin-bottom: 10px;
    }

        .bottom1 .box1 .img .imgg img {
            width: 100%;
        }

    .bottom1 .box1 .img p {
        font-size: 14px;
        line-height: 24px;
        color: rgba(204, 204, 204, .8);
    }

    .bottom1 .box1 .img .img1 {
        background: url(../images/bott-dh.png)no-repeat center left;
        padding-left: 50px;
    }

    .bottom1 .box1 .img .img2 {
        background: url(../images/bott-dt.png)no-repeat center left;
        padding-left: 50px;
        margin-top: 25px;
    }

    .bottom1 .box1 .img .botp {
        margin-top: 25px;
    }

        .bottom1 .box1 .img .botp a {
            margin-right: 20px;
            transition: ease .5s;
        }

            .bottom1 .box1 .img .botp a:hover {
                color: rgba(244, 222, 193, 1);
            }

    .bottom1 .box1 .img .img1 p, .bottom1 .box1 .img .img1 span, .footer-right .img .img1 span, .footer-right .img .img1 p {
        font-size: 16px;
        line-height: 26px;
        color: rgba(244, 222, 193, .8);
    }

    .bottom1 .box1 .img .img1 p, .footer-right .img .img1 p {
        font-family: "ssi";
        font-size: 22px;
    }

    .bottom1 .box1 .img .img2 p, .footer-right .img .img2 p {
        font-size: 16px;
        line-height: 22px;
        color: rgba(244, 222, 193, .8);
    }

.bott-share a {
    display: inline-block !important;
    /* background: none !important; */
    font-size: 20px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center;
    border-radius: 50% !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: rgba(255,255,255,0.5) !important;
    transition: ease .5s !important;
    padding-left: 0 !important;
    text-decoration: none !important;
    margin-right: 0 !important;
    /* background-repeat: no-repeat; */
    background-position: 5px 5px !important;
}

    .bott-share a:hover {
        color: #fff !important;
        background-color: #1861ae !important;
        border-color: #1861ae !important;
        opacity: 1 !important;
    }

    .bott-share a::after {
        display: none !important;
    }

@media (max-width: 640px) {
    .bott-share a {
        margin: 0 5px;
    }
}
/*  */
.header-app.hny .navbar-app {
    background: #333;
}

.header-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    overflow: hidden;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.navbar-app {
    position: relative;
    background: #fafafb;
    height: 60px;
    text-align: center;
}

.header-app .logo {
    float: left;
    height: 60px;
    vertical-align: middle;
    padding: 10px 15px 5px;
}

    .header-app .logo img {
        height: 100%;
    }

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px rgba(255, 255, 255, 0.5);
    padding-right: 15px;
    color: #1861ae;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #1861ae;
    padding: 0 15px;
}

    .alert-top .text {
        height: 30px;
        margin-top: 15px;
        background: none;
        border-bottom: solid 1px #ccc;
        width: 80%;
        float: left;
        color: #fff;
    }

    .alert-top .search {
        margin-left: 10px;
        background: url(../images/search.png) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: cover;
        float: left;
        margin-top: 20px;
    }

    .alert-top span {
        color: rgba(255, 255, 255, 1);
        float: right;
        font-size: 20px !important;
        margin-top: 21px;
    }

.navapp-user {
    float: right;
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, .82);
    line-height: 60px;
    font-size: 16px;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: rgba(24, 97, 174, .9);
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open {
        border-bottom: none;
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
    }

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #1861ae;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #1861ae;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before,
    .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #1861ae;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border: solid 1px #e5e5e5;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px dashed #e5e5e5;
    display: block;
}

.category-pad a.active {
    color: #1861ae;
}

.app-search {
    position: relative;
}

.app-search-text {
    width: 76%;
    height: 48px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.app-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

@media(max-width:1025px) {
    .top2 {
        display: none;
    }

    .header-app {
        display: block;
    }
}
/*  */
.kf {
    transition: .8s;
    z-index: 999999;
    background-color: transparent;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

    .kf span {
        z-index: 1000001;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 5px;
        margin-bottom: 10px;
        background: #b5b5b5;
    }

        .kf span:hover {
            background-color: #1861ae;
        }

    .kf .zx {
        background-position: 0 0;
        background: #b5b5b5 url(../images/kefu-zx.png)no-repeat center top 12px;
    }

    .kf .back_top {
        border: none;
        background: #b5b5b5 url(../images/kefu-top.png)no-repeat center top 18px;
    }

    .kf span a {
        transition: .5s;
        display: block;
        color: #fff;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        padding-top: 40px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .freetel {
    background: #b5b5b5 url(../images/kefu-qq.png)no-repeat center top 12px;
}

.kf .zxlya {
    background: #b5b5b5 url(../images/kefu-ewm.png)no-repeat center;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
    display: none;
    right: 86px;
    position: absolute;
    top: -72px;
    background: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.kf .zxzx {
    display: none;
    right: 86px;
    position: absolute;
    top: 6px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    color: #333;
}
.gr_kefu ul .kf5{display:none;}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}
/* .shou{    z-index: 1000000;cursor: pointer;   width: 70px;   height: 70px; top: 104%;  margin-top: -15px; border-radius: 5px 0 0 5px;  right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(../images/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

    .shou:hover {
        background: transparent url(../images/zk.png)no-repeat center left;
    }

/* app客服 */
/*  */
.kffixed {
    position: fixed;
    bottom: 0;
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: rgba(24, 97, 174, .9);
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    background-size: contain;
    margin: 0 1px;
    position: relative;
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

@media(max-width:1025px) {
    .wrap2 {
        display: block;
    }

    .bottom, .kf {
        display: none !important;
    }

    .header-app, .foot-app {
        display: block;
    }
}

.bread {
    line-height: 50px;
    background: #f5f5f5;
    width: 100%;
}

    .bread p {
        background: url(../images/bread.png)no-repeat center left;
        float: right;
        padding-left: 37px;
        color: #017255;
    }

    .bread a {
        display: inline-block;
        font-size: 16px;
        transition: .5s;
    }

        .bread a:last-child {
            color: #777;
        }

        .bread a:hover {
            color: #cf8f46;
        }

/*app-底部*/
.foot-app {
    width: 100%;
    background: url(../images/bottom-back.png)no-repeat center;
    padding: 0 15px;
    display: none;
    background-size: cover;
}

.footer-tit {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.open .footer-tit a {
    color: #fff;
}

.footer-tit a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 48px;
    margin-right: 48px;
    display: block;
}

.footer-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before,
    .footer-tig::after {
        content: '';
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 50%;
        transition: all .3s;
        left: 50%;
    }

    .footer-tig::before {
        width: 18px;
        height: 2px;
        margin-left: -8px;
    }

    .footer-tig::after {
        width: 2px;
        height: 18px;
        margin-top: -8px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-item.open .footer-tig::before {
    background: #fff;
}

.footer-cont {
    display: none;
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-top: 0;
    padding: 0 15px;
}

    .footer-cont a {
        line-height: 40px;
        color: rgba(255,255,255,0.5);
        display: block;
        font-size: 14px;
        border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
    }

        .footer-cont a:last-child {
            border: none;
        }

.footer-top {
    padding: 20px 0;
}

.footer-left {
    width: 30%;
    float: right;
}

    .footer-left img {
        display: block;
        width: 100%;
    }

.footer-right {
    width: 100%;
}

    .footer-right p {
        font-size: 14px;
        color: rgba(255,255,255,0.5);
        line-height: 26px;
    }

        .footer-right p a {
            display: inline-block;
            margin-right: 20px;
            transition: ease .5s;
        }

            .footer-right p a:hover {
                color: rgba(244, 222, 193, 1);
            }

.footer-bot {
    padding: 20px 0 50px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.footer-share {
    text-align: right;
}

.footer-right .img {
    float: right;
    width: 40%;
    text-align: center;
    background: #373737;
    padding: 7px;
    padding-bottom: 5px;
}

.footer-right .imgg {
    margin-bottom: 10px;
}

    .footer-right .imgg img {
        width: 100%;
    }

.footer-right .fr2 {
    float: right;
}

.footer-share a {
    display: inline-block !important;
    float: none !important;
    background: none !important;
    font-size: 20px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 7px !important;
    padding: 0 !important;
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.foot-lx {
    width: 50%;
}

.footer-bot p,
.footer-bot p a {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 22px;
    transition: ease .5s;
}

.footer-bot .left a {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: rgba(255,255,255,0.5);
    transition: .5s;
    letter-spacing: 1.2px;
    position: relative;
    margin-right: 15px;
}

    .footer-bot .left a:last-child {
        margin-right: 0;
    }

.footer-bot p {
    float: right;
}

.footer-link,
.footer-link a {
    line-height: 26px;
    font-size: 14px;
    color: rgba(244, 222, 193, .6);
}

.footer-link {
    padding-bottom: 20px;
    overflow: hidden;
}

    .footer-link a {
        display: block;
        float: left;
        margin-right: 15px;
    }

    .footer-link span {
        float: left;
    }

/* .footer-right .img{width: 100%;margin: 0 auto;text-align: center;float: none;} */
.footer-right .img .image {
    float: left;
    width: 25%;
}

.footer-right .con1 {
    float: none;
    width: 100%;
    text-align: center;
}

    .footer-right .con1 .bdshare-button-style2-16 .bds_sqq, .footer-right .con1 .bdshare-button-style2-16 .bds_tsina, .footer-right .con1 .bdshare-button-style2-16 .bds_weixin {
        background: none !important;
        font-size: 20px !important;
        float: none !important;
    }

.footer-bot p:nth-child(2) {
    margin-right: 0;
}

@media(max-width:1680px) {
    .in4-con > div {
        padding-bottom: 80px;
    }

    .in4-left {
        padding: 50px 2% 0 0;
    }
}

@media(max-width:1620px) {
    .top2-right {
        width: 78%;
    }
}

@media(max-width:1440px) {
    .top2-all .logo {
        width: 16%;
    }

    .top2-all .top2-bu li {
        padding: 0 22px;
    }

    .top2-right {
        width: 84%;
    }

    .top2-all .top2-bu {
        width: 96%;
    }

    .bottom1 .box1 ul {
        margin-right: 6%;
    }

    .in4-con > div {
        padding-bottom: 50px;
    }

    .in4-left {
        padding: 0px 2% 0 0;
    }

    .in1-txt {
        padding: 60px;
    }

    .tit h2::before {
        left: 48.5%;
    }
}

@media(max-width:1300px) {
}

@media(max-width:1260px) {
    .top2-all .top2-bu li {
        padding: 0 20px;
    }
}

@media(max-width:1200px) {
    .top2-all .top2-bu li {
        padding: 0 17px;
    }

    .in-top1 .text > div {
        width: 56.7%;
    }

    .in1-txt {
        padding: 40px;
    }

    .bottom1 .box1 ul {
        margin-right: 5%;
    }
}

@media(max-width:1160px) {
    .in-top1 .text > div {
        width: 58.7%;
    }

    .top2-all .top2-bu li {
        padding: 0 15px;
    }
}

@media(max-width:1100px) {
    .top2-all .top2-bu li {
        padding: 0 11px;
    }

    .in-top1 .text > div {
        width: 62.7%;
    }
}

@media(max-width:1025px) {
    .foot-app {
        display: block;
    }

    .bottom1, .bottom2 {
        display: none;
    }

    .in-top1 {
        margin-top: 60px;
    }

        .in-top1 .text > div {
            padding: 40px;
            width: 66.7%;
        }

        .in-top1 .text1 h3 {
            font-size: 28px;
            line-height: 40px;
        }

        .in-top1 .text1 h2 {
            font-size: 36px;
            line-height: 50px;
        }

    .in1-left, .in1-right, .in1-con2 .in1-left, .in1-con2 .in1-right {
        width: 100%;
        float: none;
    }

    .in1-left {
        margin-bottom: 10px;
    }

    .in1-txt {
        padding: 80px;
    }

    .in3 li {
        width: 50%;
    }

    .in4-left, .in4-right {
        float: none;
        width: 100%;
        position: static;
    }

    .in4-right {
        margin-top: 10px;
    }

    .footer-right .img {
        width: 16%;
    }

    .kffixed {
        display: block;
    }
}

@media(max-width:768px) {
    .in3 .con2 .box1:hover .img::before {
        left: 22%;
    }

    .in3 .con2 .box1:hover .img::after {
        left: 15%;
    }
}

@media(max-width:640px) {
    .in-top1 .img1 {
        display: block;
    }

    .in-top1 .img {
        display: none;
    }

    .in-top1 .text1 {
        display: none;
    }

    .in-top1 {
        margin-top: 60px;
    }
    /* .footer-right .img{width: 100%;float: none;} */
    .footer-right .con1 {
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: inherit;
    }

    .footer-right .fr2 {
        float: none;
        width: 100%;
    }

    .footer-bot .con2 {
        width: 100%;
    }

    .footer-bot .con3 {
        width: 100%;
        text-align: center;
    }

    .footer-bot p:first-child {
        width: 100%;
    }

    .footer-bot p:last-child {
        float: left;
        text-align: justify;
        text-align-last: center;
    }

    .in1 .con1 {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .in1 .con2a {
        width: 100%;
        margin-top: 30px;
        height: 425px;
    }

    .tit h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

        .tit h2::before {
            left: 44.3%;
            bottom: -5px;
        }

    .tit p {
        font-size: 14px;
        line-height: 22px;
    }

    .in1 .con1 .text span {
        font-size: 14px;
    }

    .in1 .con1 .text .t1 h3 {
        font-size: 18px;
    }

    .in1 .con2 .text .t1 h3 {
        font-size: 16px;
    }

    .in1 {
        padding: 40px 0;
    }

    .in3 .con2 .box1, .in3 .con2 .box1:last-child {
        width: 50%;
        text-align: center;
        min-height: 150px;
    }

        .in3 .con2 .box1:last-child {
            transform: translateX(50%);
        }

    .in2 .left1 .text > div {
        padding-bottom: 10px;
        padding-left: 10px;
        width: 100%;
    }

    .in-top1 .swiper-pagination {
        bottom: 20px !important;
    }

    .in-top1 .swiper-pagination-bullet-active::after {
        width: 20px;
        height: 20px;
        top: -116%;
        left: -7.5px;
    }

    .in1-txt {
        padding: 20px;
    }

        .in1-txt h3 {
            font-size: 20px;
        }

        .in1-txt p {
            font-size: 14px;
        }

        .in1-txt span {
            font-size: 14px;
        }

    .in1-con {
        margin-top: 20px;
    }

    .view-more {
        font-size: 14px;
        background: #1861ae url(../images/icon-more1.png)no-repeat center right 15px;
        line-height: 30px;
        width: 120px;
        margin-top: 20px;
    }

    .in3 ul {
        margin: 0 -5px;
    }

    .in3 li {
        padding: 0 5px;
    }

        .in3 li a {
            padding: 20px 0 10px;
        }

    .in3-img {
        margin-bottom: 10px;
    }

    .in3-txt {
        font-size: 16px;
    }

    .in4-left ul {
        margin-top: 10px;
    }

    .in5 .swiper-pagination {
        margin-top: 10px;
    }

    .in5 {
        padding: 30px 0 60px;
    }

    .in5-con {
        margin-top: 10px;
    }

    .in4-img::before {
        opacity: 1;
        background-size: 40px;
    }

    .in4-left li h3 span {
        font-size: 35px;
    }

    .in4-left li h3 {
        font-size: 16px;
    }

    .in4-left li {
        text-align: center;
    }

    .in3-con {
        margin-top: 30px;
    }

    .in3 {
        padding: 30px 0;
    }

    .in4-more {
        background: transparent url(../images/in4-more.png)no-repeat center right 13px;
        width: 120px;
        line-height: 30px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 14px;
    }

    .in2-appcon {
        display: block;
    }

    .in4-out {
        max-height: none;
    }

    .in2all {
        display: none;
    }

    .in2-img {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: 30px;
    }

    .in2-txt h4 {
        font-size: 18px;
        margin: 15px 0 5px;
    }

    .in2-txt p {
        font-size: 14px;
    }

    .in2-get {
        width: 120px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }

    .in5 .swiper-pagination-bullet {
        background-size: 13px;
    }

    .in4-con > div {
        padding-bottom: 20px;
    }

    .in1-con1 a {
        padding-top: 30px;
    }

    .in4-right {
        margin-top: 30px;
    }
}

@media(max-width:375px) {
}

@media(max-width:360px) {
    .in7 button {
        width: 60px;
    }

    .in6 .con .con2 a.mo::before {
        left: 34%;
    }

    .in6 .con .con2 a.mo {
        margin-top: 0;
    }

    .in6 .con {
        padding: 0px 0 40px;
    }

    .in3 .con2 .box1.active .text {
        margin-top: 10px;
    }
    /* .in3 .con2 .box1 {
            min-height: 230px;
        } */
    .tit h2::before {
        left: 44%;
    }
}

@media(max-width:320px) {
    .in7 button {
        width: 45px;
    }

    .in3 .con2 .box1.active .text {
        margin-top: 0px;
    }

    .in3 .con2 .box1.active .img img {
        width: 100%;
    }

    .in6 .con .con2 a.mo::before {
        left: 32%;
    }

    .tit h2::before {
        left: 43%;
    }
}
/* ============ .banner============= */

.banner {
    position: relative;
}

    .banner .banner-text {
        text-align: center;
        position: absolute;
        width: 100%;
        height: auto;
        top: 41%;
        left: 0;
    }

        .banner .banner-text h1 {
            font-size: 40px;
            color: #fff;
        }

        .banner .banner-text p {
            font-size: 14px;
            line-height: 30px;
            color: #fff;
        }

    .banner .banner-txt {
        position: absolute;
        bottom: 30px;
        width: 100%;
        left: 0;
    }

    .banner p {
        font-size: 14px;
        color: #fff;
    }

        .banner p a {
            display: inline-block;
            transition: ease .5s;
            width: auto;
        }

            .banner p a:hover {
                color: #1d65b0;
            }

.banner-txt p span:first-child {
    display: inline-block;
    position: relative;
    padding-left: 26px;
}

    .banner-txt p span:first-child::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 14px;
        background: url(../images/banner-weiz.png)no-repeat center left;
        top: 2px;
        left: 0;
    }
/* ============ .menu ============= */
.menu {
    box-shadow: 10px 5px 43px 5px rgba(0, 0, 0, .05);
}

    .menu li {
        float: left;
    }

        .menu li a {
            display: inline-block;
            position: relative;
            font-size: 18px;
            color: #444;
            line-height: 30px;
            transition: ease .5s;
            width: 100%;
            padding: 25px 30px;
        }

            .menu li a::before {
                content: "";
                position: absolute;
                width: 12px;
                height: 6px;
                background: url(../images/menu-back.png)no-repeat center;
                bottom: 0;
                left: 45%;
                opacity: 0;
                transition: ease .5s;
            }

            .menu li a:hover, .menu li.on a {
                color: #fff;
                background: #1d65b0;
            }

                .menu li a:hover::before, .menu li.on a::before {
                    opacity: 1;
                }

/* ==============page============= */
.page {
    text-align: center;
}

    .page a.lastpage {
        display: none;
    }

    .page a.fistpage {
        display: none;
    }

.page-con {
    margin: 0 -5px;
    display: inline-block;
}

.page a {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #666;
    transition: ease .5s;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0 12px;
    margin: 0 5px;
}

    .page a:hover, .page a.on {
        color: #fff;
        background: #1d65b0;
        border-color: #1d65b0;
    }

    .page a.page-next, .page a.page-prev {
        font-size: 14px;
    }


/* ===============nav-second=========== */
.appsecond-nav {
    position: relative;
    display: none;
}

.bot {
    position: absolute;
    top: 48px;
    background: #fff;
    z-index: 10;
}

.se-bot {
    width: 100%;
    display: none;
}

.se-top {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
}

.se-top1 {
    background: #fff;
}

.se-top .se-a {
    color: #444;
    font-size: 16px;
    display: block;
    padding: 0px 10px;
}

.se-tig.P_tig {
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all .5s;
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.se-btop {
    height: 48px;
    line-height: 48px;
}

.se-a1 {
    color: #444;
    font-size: 16px;
    padding: 0px 10px;
    display: block;
}

    .se-a1.hover {
        color: #fff;
        background: #1d65b0;
        border-bottom: solid 1px #d8d8d8;
    }

.se-tig.P_tig.open {
    transform: rotateZ(90deg);
    opacity: 1;
}
/* ==============anchor============= */
/* .anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    text-align: center;
    display: none;
}
.anchor li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.anchor li a {
    display: block;
    padding: 0 26px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #333;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    transition: all .3s;
}
.anchor li.on a, .anchor li a:hover{color: #b37b3b;;border-color: #b37b3b;} */
/* ==============service=============== */
.service {
}

.service-tit {
    text-align: center;
}

    .service-tit h2 {
        font-size: 36px;
        color: #333;
        position: relative;
        padding-bottom: 10px;
    }

        .service-tit h2::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 2px;
            background: #1861ae;
            bottom: 0;
            left: 48.2%;
        }

    .service-tit span {
        font-size: 16px;
        line-height: 30px;
        color: #888;
    }

    .service-tit p {
        font-size: 14px;
        line-height: 30px;
        color: #888;
    }

.service-one {
    padding: 80px 0 65px;
}

    .service-one ul {
        margin-top: 30px;
    }

    .service-one li {
        float: left;
        width: 50%;
        padding: 15px 0;
    }

.service-img {
    float: left;
}

.service-txt {
    float: left;
    margin-left: 15px;
}

    .service-txt p {
        font-size: 20px;
        line-height: 24px;
        color: #444;
    }

.service-two {
    background: #f5f5f5;
    padding: 80px 0;
}

.service-three {
    padding: 80px 0;
}

    .service-two ul, .service-three ul {
        margin-top: 40px;
    }

.service-two li {
    float: left;
    width: 33.3%;
    text-align: center;
}

.service-three li {
    float: left;
    width: 25%;
    text-align: center;
}

.service-two-img {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    transition: ease .5s;
    background: #1d65b0;
    border-radius: 50%;
}

    .service-two-img img {
        width: 100%;
    }

.service-two li:hover .service-two-img, .service-three li:hover .service-two-img {
    background: #fff;
}

.service-two-img .img1 {
}

.service-two-img .img2 {
    display: none;
    box-shadow: 10px 5px 30px 5px rgba(0, 0, 0, .05);
    border-radius: 50%;
}

.service-two li:hover .service-two-img .img2 {
    display: block;
}

.service-two li:hover .service-two-img .img1 {
    display: none;
}

.service-three li:hover .service-two-img .img2 {
    display: block;
}

.service-three li:hover .service-two-img .img1 {
    display: none;
}

.service-two-txt {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-top: 20px;
}

/* ===============problem=========== */
.problem {
}

.problem-list {
    padding-top: 80px;
}

.proclem-box {
    margin-bottom: 50px;
}

.problem .wt {
    background: #fff;
    padding: 24px 0;
    border-top: 1px solid #eaeaea;
}

    .problem .wt:last-child {
        border-bottom: 1px solid #eaeaea;
    }

    .problem .wt h3 {
        float: left;
        font-size: 18px;
        line-height: 30px;
        color: #333;
    }

    .problem .wt p {
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

    .problem .wt i {
        float: right;
        background: url(../images/problem-jia.png)no-repeat center right;
        width: 17px;
        height: 17px;
        margin-top: 10px;
    }

.wt .block.active i {
    background-image: url(../images/problem-jian.png);
}

.wt .block.active h3, .wt .block:hover h3 {
    color: #1d65b0;
}

.wt .hide.active {
    display: block;
}

.wt .block.active {
}

.problem .wt .hide {
    display: none;
    margin: 5px 0 0;
}
/* ================zhaopin================ */
.zhaopin {
}

.zhaopin-con {
}

.contact-list {
}

.contact-wt {
    margin-bottom: 15px;
}

    .contact-wt:last-child {
        margin-bottom: 0;
    }

    .contact-wt .block {
        background: #f5f5f5;
        padding: 25px 50px;
    }

        .contact-wt .block.active {
            background: #1d65b0;
        }

        .contact-wt .block h3 {
            font-size: 18px;
            line-height: 30px;
            color: #333;
            float: left;
        }

        .contact-wt .block h4 {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            float: left;
            margin-left: 30px;
        }

    .contact-wt i {
        display: inline-block;
        width: 8px;
        height: 15px;
        background: url(../images/contact-jia.png)no-repeat center right;
        float: right;
        margin-top: 12px;
    }

    .contact-wt .block.active h3, .contact-wt .block.active h4 {
        color: #fff;
    }

    .contact-wt .block.active i {
        background-image: url(../images/contact-jian.png);
        width: 15px;
        height: 8px;
    }

    .contact-wt .hide {
        display: none;
        padding: 30px 30px 50px;
    }

        .contact-wt .hide.active {
            display: block;
        }

        .contact-wt .hide h3 {
            font-size: 16px;
            line-height: 30px;
            color: #666;
        }

    .contact-wt .hide-left {
        margin-top: 35px;
    }

        .contact-wt .hide-left:first-child {
            margin-top: 0;
        }

        .contact-wt .hide-left p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
        }

        .contact-wt .hide-left a {
            display: inline-block;
            text-align: center;
            font-size: 14px;
            line-height: 26px;
            color: #fff;
            background: #1d65b0;
            margin-top: 25px;
            padding: 10px 48px;
            border-radius: 30px;
            transition: ease .5s;
            border: 1px solid transparent;
        }

            .contact-wt .hide-left a:hover {
                color: #1d65b0;
                border-color: #1d65b0;
                background: transparent;
            }

.zhaopin .service-one {
    padding-bottom: 35px;
}
/* ===========contact============ */
.contact {
}

.contact-tit {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.contact-one {
    background: #f3f3f3;
    padding-top: 80px;
    padding-bottom: 50px;
}

.contact-left {
    float: left;
    width: 46.66%;
}

.contact-right {
    float: right;
    width: 43.33%;
}

.contact-one p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.contact-right p {
    width: 80%;
}

.contact-con {
    margin-top: 20px;
}

.message-input {
}

.contact-ewm {
    display: inline-block;
    margin-top: 5px;
}

    .contact-ewm img {
        width: 100%;
    }

.message-input input {
    float: left;
    width: 48.21%;
    background: #e5e5e5;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
    margin-bottom: 20px;
}

    .message-input input:last-child {
        float: right;
    }

.contact-con textarea {
    background: #e5e5e5;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    padding: 10px 20px;
    min-height: 124px;
}

.message-submit {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #1d65b0;
    padding: 10px 56px;
    cursor: pointer;
    transition: ease .5s;
    border: 1px solid transparent;
    margin-top: 50px;
}

    .message-submit:hover {
        color: #1d65b0;
        background: transparent;
        border: 1px solid #1d65b0;
    }

.contact-img img {
    width: 100%;
}

.contact-two {
    padding: 80px 0 50px;
}

.contact-tit h2 {
    font-size: 36px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

    .contact-tit h2::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background: #1861ae;
        bottom: 0;
        left: 48.2%;
    }

.contact-tit p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
    text-align: center;
}

.contact-two ul {
    margin: 0 -15px;
    margin-top: 40px;
}

.contact-two li {
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}

    .contact-two li > div {
        background: #eef2f7;
        padding: 30px;
        min-height: 205px;
    }

    .contact-two li h2 {
        font-size: 20px;
        color: #1d65b0;
        position: relative;
        padding-left: 23px;
        margin-bottom: 25px;
    }

        .contact-two li h2::before {
            content: "";
            position: absolute;
            width: 13px;
            height: 15px;
            background: url(../images/contact-dz.png)no-repeat center left;
            top: 5px;
            left: 0;
        }

    .contact-two li p {
        font-size: 16px;
        color: #666;
    }
/* ============vedio============ */
.vedio {
}

.vedio-con {
    padding-top: 80px;
}

    .vedio-con ul {
        margin: 0 -15px 50px;
    }

    .vedio-con li {
        float: left;
        width: 33.3%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

        .vedio-con li a {
            display: block;
            width: 100%;
            background: #eeeeee;
            transition: ease .5s;
            text-align: center;
        }

.vedio-img {
    overflow: hidden;
    position: relative;
}

    .vedio-img img {
        width: 100%;
    }

    .vedio-img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5) url(../images/icon-play.png)no-repeat center;
        left: 0;
        top: -100%;
    }

.vedio-txt {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    transition: ease .5s;
    padding: 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vedio-con li:hover .vedio-txt {
    color: #fff;
}

.vedio-con li:hover a {
    background: #1d65b0;
}

.vedio-con li:hover .vedio-img::before {
    top: 0;
}
/* =============news=============== */
.news {
}

.news-con {
    padding-top: 30px;
}

    .news-con ul {
        margin: 0 -15px;
        margin-bottom: 50px;
    }

    .news-con li {
        float: left;
        width: 33.3%;
        padding: 50px 15px;
        border-bottom: 1px solid #eeeeee;
    }

        .news-con li a {
                    display: block;
   
        }

    .news-con .in5-txt {
        padding: 30px 0 0;
    }

        .news-con .in5-txt > div span {
            float: left;
        }

        .news-con .in5-txt > div h4 {
            float: right;
            margin-top: 30px;
            line-height: 1;
        }

/* ==============new============== */
.new {
}

.new-con {
    padding-top: 80px;
}

.new-tit {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    text-align: center;
}

.new-share {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    .new-share .bshare-custom {
        display: inline-block;
        overflow: hidden;
        width: auto;
        background: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 10;
    }

    .new-share::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        top: 40%;
        left: 0;
    }

    .new-share a {
        display: inline-block !important;
        font-size: 16px !important;
        line-height: 26px !important;
        color: #fff !important;
        width: 26px !important;
        height: 26px !important;
        text-align: center !important;
        border-radius: 50% !important;
        background: transparent !important;
        margin: 0 5px !important;
        padding-left: 0 !important;
        text-decoration: none !important;
    }
        /* .new-share a:hover{opacity: 1 !important;} */
        .new-share a.bshare-sinaminiblog {
            background: #da3c3c url(/PC/images/fweibo.png) !important;
            background-image: !important;
            background-size: 16px !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
        }

        .new-share a.bshare-weixin {
            background: #21ba41 url(/PC/images/fweixin.png) !important;
            background-image: !important;
            background-size: 16px !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
        }

        .new-share a.bshare-qqim {
            background: #3e91ee url(/PC/images/fQQ.png) !important;
            background-image: !important;
            background-size: 16px !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
        }

        .new-share a.bshare-qzone {
            background: #f4c50b url(/PC/images/kongjian.png) !important;
            background-image: !important;
            background-size: 16px !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
        }

.new-con span {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: block;
    text-align: center;
}

.new-txt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 35px;
}

    .new-txt p {
        font-size: 14px;
        line-height: 28px;
        color: #666;
        text-align: justify;
        padding: 15px 0;
    }

.new-img {
    width: 66.66%;
    margin: 15px auto;
}

    .new-img img {
        width: 100%;
    }

.new-page {
}

    .new-page a {
        display: block;
        font-size: 14px;
        line-height: 28px;
        color: #666;
        transition: ease .5s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .new-page a:hover {
            color: #1d65b0;
        }

.newpage-left {
    float: left;
    max-width: 87%;
}

.newpage-right {
    float: right;
}

    .newpage-right a {
        background: #f4f4f4;
        padding: 6px 20px;
    }

        .newpage-right a:hover {
            color: #fff;
            background: #1d65b0;
        }

/* ============download============= */
.download {
}

.download-menu {
    text-align: center;
    margin-top: 50px;
}

.download-con {
    margin-top: 50px;
}

.download-box {
    overflow-x: auto;
    white-space: nowrap;
}

.download-box1 {
    white-space: normal;
}

.download-menu ul {
    display: inline-block;
}

.download-menu li {
    float: left;
    width: auto;
}

    .download-menu li a {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 38px;
        border-radius: 30px;
        padding: 0 40px;
        background: transparent;
        transition: ease .5s;
        position: relative;
    }

        .download-menu li a::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 12px;
            background: #dcdcdc;
            top: 12px;
            right: 0;
        }

        .download-menu li a.nobef::before {
            display: none;
        }

    .download-menu li:hover a::before, .download-menu li.on a::before {
        display: none;
    }

    .download-menu li:hover a, .download-menu li.on a {
        color: #fff;
        background: #1d65b0;
    }

.download-box table {
    margin-bottom: 25px;
}

.download-box .page {
    margin-top: 25px;
}

.download-box tr {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
}

    .download-box tr:first-child {
        background: #1d65b0;
    }

.download-box th {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: lighter;
    padding: 25px 30px;
}

    .download-box th:first-child, .download-box td:first-child {
        min-width: 780px;
    }

    .download-box th:nth-child(2), .download-box td:nth-child(2) {
        min-width: 160px;
    }

    .download-box th:nth-child(3), .download-box td:nth-child(3) {
        min-width: 160px;
    }

.download-box td {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    transition: ease .5s;
    padding: 25px 30px;
}

.download-box tr:hover td {
    color: #1d65b0;
}

.download-box tr a {
    display: inline-block;
    transition: ease .5s;
    width: 21px;
    height: 21px;
    background: url(../images/download.png)no-repeat center;
}

.download-box tr:hover a {
    background-image: url(../images/download1.png);
}

.download-box1.none {
    display: none;
}
/* ======case=========== */
.case {
}

.case-con {
    padding: 80px 0 0;
}

    .case-con ul {
        margin: 0 -25px 50px;
    }

    .case-con li {
        float: left;
        width: 33.33%;
        padding: 0 25px;
    }

        .case-con li a {
            display: inline-block;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            padding: 30px 0;
            text-align: center;
            margin: 0 0 -1px 0;
            width: 100%;
        }

            .case-con li a:hover .in3-img img {
                transform: scale(1.04);
            }

            .case-con li a:hover .in3-txt {
                color: #1861ae;
            }
/* =============product=========== */
.product {
    background: #f5f5f5;
}

.product-con {
    padding-top: 80px;
}

    .product-con ul {
        margin: 0 -15px 20px;
    }

    .product-con li {
        float: left;
        width: 33.3%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

        .product-con li a {
            display: block;
            background: #fff;
        }

.product-img {
    overflow: hidden;
}
@media (max-width:676px) {
.product-img{    max-height: 118px; min-height:118px;}


}
@media (max-width:320px) {
.product-img{    max-height: none; min-height:none;}



}

    .product-img img {
        width: 100%;
        transition: ease .5s;
    }

.product-txt {
    border-top: 1px solid #e5e5e5;
    padding: 25px 35px;
    transition: ease .5s;
}

    .product-txt > div {
        margin-bottom: 5px;
    }

    .product-txt h3 {
        font-size: 20px;
        color: #333;
        transition: ease .5s;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 60%;
    }

    .product-txt span {
        font-size: 16px;
        color: #666;
        padding-right: 25px;
        transition: ease .5s;
        float: right;
        background: url(../images/product-more.png)no-repeat center right;
        margin-top: -24px;
    }

    .product-txt p {
        font-size: 16px;
        color: #666;
        transition: ease .5s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 60%;
    }

.product-con li:hover .product-txt h3, .product-con li:hover .product-txt span, .product-con li:hover .product-txt p {
    color: #fff;
}

.product-con li:hover .product-txt {
    background: #1d65b0;
}

    .product-con li:hover .product-txt span {
        background: url(../images/product-more1.png)no-repeat center right;
    }

.product-con li:hover .product-img img {
    transform: scale(1.04);
}
/* ============solution=========== */
.solution {
}

.solution-con {
}

.solution-one {
    padding: 80px 0;
    margin-bottom: 20px;
}

    .solution-one a {
        display: block;
        width: 100%;
    }

    .solution-one.solution-two {
    }

.solu-img {
    float: left;
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
}

    .solu-img img {
        width: 100%;
        transition: ease .5s;
    }

.solu-txt {
    float: right;
    width: 50%;
    padding: 80px 70px;
}

    .solu-txt h3 {
        font-size: 28px;
        color: #1861ae;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .solu-txt p {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .solu-txt span {
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #1d65b0;
        margin-top: 10px;
    }

.solu-gray {
    background: #f5f5f5;
}

.solu-blue {
    background: #eff3f7;
}

.solu-pink {
    background: #f4f1f5;
}

.solution-one.solution-two .solu-img {
    float: right;
}

.solution-one.solution-two .solu-txt {
    float: left;
    padding: 80px 70px 80px 0px;
}

.solution-one:hover .solu-img img {
    transform: scale(1.04);
}

.solution-con .page {
    margin-top: 30px;
}
/* =============solution-xq============ */
.solution-xq {
}

.solutionxq-con {
    padding-top: 80px;
}

.solution-tit {
    font-size: 30px;
    color: #333;
    text-align: center;
    position: relative;
}

    .solution-tit::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background: #1d65b0;
        bottom: -10px;
        left: 49%;
    }

.solution-tit1 h3 {
    float: left;
    font-size: 24px;
    color: #1d65b0;
    position: relative;
    padding-bottom: 10px;
}

    .solution-tit1 h3::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #1c63af;
        left: 0;
        bottom: 0;
    }

.solution-tit1 span {
    float: left;
    font-size: 14px;
    color: #1d65b0;
    margin-left: 10px;
    padding-top: 10px;
}

.solutionxq-one {
    padding-bottom: 80px;
}

    .solutionxq-one .solution-tit1 {
        margin-top: 50px;
    }

    .solutionxq-one p {
        margin-top: 20px;
    }

        .solutionxq-one p span {
            display: inline-block;
            font-size: 20px;
            color: #1d65b0;
            width: 50%;
            text-align: center;
        }

    .solutionxq-one table {
        border-collapse: collapse;
        margin-top: 58px;
    }

    .solutionxq-one tr {
        border: 1px solid #e4e4e4;
    }

    .solutionxq-one td {
        background: #fafafa;
        width: 460px;
        padding: 30px 40px;
        border: 1px solid #e4e4e4;
    }

#span1 {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    color: #1d65b0;
    width: 100%;
    text-align: center;
    margin-top: -70px;
    left: 0;
    margin-left: -105px;
}

#span2 {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    color: #1d65b0;
    width: 100%;
    text-align: right;
    margin-top: -85px;
    left: 0;
    margin-left: -585px;
    /* margin-right: 116px; */
}

.solutionxq-one tr td:first-child {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #1d65b0;
    width: 240px;
    padding: 0;
}

    .solutionxq-one tr td:first-child img {
        padding-right: 10px;
    }

.solutionxq-one td p {
    font-size: 16px;
    line-height: 32px;
    color: #444;
    padding: 0;
    margin: 0;
}

.solutionxq-two {
    background: #f5f5f5;
    padding: 80px 0;
}

    .solutionxq-two ul {
        margin-top: 40px;
    }

    .solutionxq-two li {
        float: left;
        width: 16.66%;
        text-align: center;
    }

        .solutionxq-two li .img {
            transition: ease .5s;
            margin-bottom: 10px;
        }

        .solutionxq-two li:hover .img {
            transform: rotateY(180deg);
        }

        .solutionxq-two li p {
            font-size: 18px;
            line-height: 28px;
            color: #333;
        }

.solutionxq-three {
    padding: 80px 0 60px;
}

    .solutionxq-three .solution-tit1 {
        margin-bottom: 30px;
    }

.soluxq-three-con p {
    font-size: 14px;
    color: #666;
}

.soluxq-three-con .img {
    width: 56.5%;
    margin: 0 auto;
    margin-top: 30px;
}

    .soluxq-three-con .img img {
        width: 100%;
        display: block;
    }

.solutionxq-four {
    background: #f5f5f5;
    padding: 80px 0;
}

    .solutionxq-four .img {
        width: 83.41%;
        margin: 0 auto;
        margin-top: 70px;
    }

        .solutionxq-four .img img {
            display: block;
            width: 100%;
        }

.solutionxq-fiv {
    padding-top: 80px;
}

    .solutionxq-fiv .case-con {
        padding-top: 50px;
    }
/* ============casexq============== */
.casexq {
    padding-bottom: 0;
}

.casexq-one {
    padding-top: 80px;
}

.casexq-one {
}

.casexq-tit {
    font-size: 24px;
    line-height: 30px;
    color: #1861ae;
    position: relative;
    padding-bottom: 10px;
}

    .casexq-tit::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background: #1c63af;
        bottom: 0;
        left: 0;
    }

.casexq-img {
    float: left;
    width: 53.33%;
}

    .casexq-img img {
        width: 100%;
    }

.casexq-txt {
    float: right;
    width: 44.16%;
}

    .casexq-txt h3 {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        margin-top: 20px;
    }

    .casexq-txt p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        max-height: 100px;
    }

.casexq-one .line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 50px;
}

.casexq-one .new-share::before {
    display: none;
}

.casexq-one .new-share p {
    float: left;
}

.casexq-one .new-share {
    text-align: left;
    margin-top: 45px;
}

    .casexq-one .new-share .bshare-custom {
        display: block;
    }

.casexq-two {
    padding-top: 50px;
}

    .casexq-two p {
        font-size: 14px;
        color: #666;
    }

.casexq .solution-tit1 {
    margin-bottom: 20px;
}

.casexq2-img {
    width: 51.66%;
    margin: 0 auto;
    margin-top: 25px;
}

    .casexq2-img img {
        width: 100%;
        display: block;
    }

.casexq-three {
    padding-top: 50px;
}

    .casexq-three .soluxq-three-con {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 55px;
        margin-bottom: 50px;
    }

.casexq .productxq-two {
    background: rgba(245, 245, 245, 1);
    padding: 100px 0 80px;
}

.casexq .new-page {
    margin-bottom: 80px;
}
/* ==================productxq============== */
.productxq {
}

.productxq-one {
    background: #f5f5f5;
    padding: 80px 0;
}

    .productxq-one .new-share {
        float: left;
        display: block;
        width: 42%;
        margin-top: 16px;
        margin-left: 25px;
    }

        .productxq-one .new-share::before {
            display: none;
        }

        .productxq-one .new-share .bshare-custom {
            background: transparent;
            display: block;
        }

        .productxq-one .new-share p {
            float: left;
        }

.productxq-menu {
    margin-top: 50px;
}

    .productxq-menu ul {
        margin: 0 -10px;
    }

    .productxq-menu li {
        float: left;
        padding: 0 10px;
    }

        .productxq-menu li a {
            display: inline-block;
            font-size: 20px;
            color: #333;
            transition: ease .5s;
            background: #e5e5e5;
            padding: 15px 30px;
        }

        .productxq-menu li:hover a, .productxq-menu li.on a {
            color: #fff;
            background: #1d65b0;
        }

.productxq-detall {
    margin-top: 50px;
}

.productxq-det {
}

    .productxq-det.none {
        display: none;
    }

.productxq-det1 {
    padding-bottom: 40px;
}

    .productxq-det1 p {
        font-size: 14px;
        color: #666;
    }

.productxq-img1 {
    text-align: center;
    margin-top: 40px;
}

    .productxq-img1 .img1 {
        display: inline-block;
    }

        .productxq-img1 .img1:last-child {
            margin-left: 30px;
        }

.productxq-det .solution-tit1 h3 {
    margin-bottom: 20px;
}

.productxq-img2 {
    margin: 0 auto;
    margin-top: 30px;
}

    .productxq-img2 img, .productxq-img1 .img1 img {
        width: 100%;
    }

.productxq .line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 10px;
    margin-bottom: 40px;
}

.productxq-two .tit h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}

    .productxq-two .tit h2::before {
        bottom: -10px;
        left: 48.5%;
    }

.productxq-two .tit p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
}

.productxq-two .in3 {
    padding: 80px 0 0;
}

.productxq .new-page a {
    color: #333;
}

    .productxq .new-page a:hover {
        color: #1d65b0;
    }

.productxq .newpage-right a {
    background: #e5e5e5;
}

    .productxq .newpage-right a:hover {
        color: #fff;
        background: #1d65b0;
    }





/*产品详情参数表格：*/
.productxq-detall table {
    background: #fff;
}

    .productxq-detall table tr {
    }

    .productxq-detall table td {
        font-size: 16px;
        color: #333;
        padding-left: 20px;
        line-height: 28px;
        padding: 15px;
        border: 1px solid #9E9E9E;
    }

       #table1 td:first-child {
            color: #fff;
            background: #1d65b0;
        }
.productxq-detall table td:first-child {
    color: #fff;
    background: #1d65b0;
}
.productxq-detall table td:nth-child(3){
    color: #fff;
    background: #1d65b0;
}
#table1  td:nth-child(3) {
    color: #333;
    background: #ffffff;
}
#tr1 {
    color: #333;
    background: #ffffff;
}

.in5-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 0;
max-height: 44px;
} .news-con .in5-txt > div h4 {
    float: right;
    margin-top: 37px;
    line-height: 1;
} .in5-more {
    display: inline-block;
    font-size: 14px;
    color: #666;
    background: url(../images/icon-more.png)no-repeat center right;
    transition: ease .5s;
    padding-right: 25px;
    margin-top: 30px;
} .service-one li {
    float: left;
    width: 50%;
    padding: 15px 0;
    text-align: center;
} .service-img {
    float: none;
} .service-txt {
    float: none;
    margin-left: 0px;
    margin-top: 10px;
} .solution-tit {
    font-size: 30px;
    color: #333;
    text-align: center;
    position: relative;
    line-height: 30px;
} .solution-tit::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background: #1d65b0;
        bottom: -17px;
        left: 49%;
    } .tit h2::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #1861ae;
    bottom: -17px;
    left: 48.8%;
} .tit h2 {
    font-size: 42px;
    color: #333;
    line-height: 42px;
    position: relative;
    margin-bottom: 40px;
} .service-tit h2, .about-tit h2 {
    font-size: 36px;
    color: #333;
    position: relative;
    padding-bottom: 17px;
    line-height: 36px;
} .contact-tit h2 {
    font-size: 36px;
    color: #333;
    position: relative;
    padding-bottom: 17px;
    text-align: center;
    line-height: 36px;
}
/*pc-kefu*/
.kf-shqi {
    width: 100%;
    height: 40px;
} .kf-shqi .m-icon:hover {
        opacity: 1;
    } .gr_kefu.show .m-icon {
    transform: rotate(0);
} .gr_kefu {
    position: fixed;
    width: 50px;
    height: 154px;
    right: 0;
    top: 50%;
    margin-top: -77px;
    z-index: 100;
} .gr_kefu ul li {
        width: 50px;
        height: 50px;
        position: relative;
        margin-bottom: 1px;
        font-size: 14px;
        line-height: 50px;
    } .gr_kefu ul li .sidebox {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 0;
            right: 0;
            transition: all 0.3s;
            color: #fff;
            background: #1d65b0;
            overflow: hidden;
            /* opacity: .7; */
        } .gr_kefu ul li.kf2 .sidebox {
            overflow: visible;
        } .gr_kefu ul li .sidebox:hover {
            opacity: 1;
        } .gr_kefu ul li .sidebox3 {
            font-size: 16px;
        } .gr_kefu .kf-icon {
        float: left;
        width: 50px;
        height: 50px;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
    } .gr_kefu .kf_wx {
        position: absolute;
        top: 0;
        left: -140px;
        width: 140px;
        display: none;
        background: #fff;
        border: 1px solid #dadada;
        padding: 14px;
        line-height: 20px;
        color: #333;
        text-align: center;
        display: none;
    } .gr_kefu .kf_wx img {
            display: block;
            width: 110px;
            height: 110px;
            margin-bottom: 5px;
            float: none;
        } .gr_kefu .qq {
        height: 0;
        position: relative;
        z-index: 2;
    } .gr_kefu .qq .sidebox {
            border: 1px solid #78be21;
            height: auto;
            border-radius: 5px 0 0 5px;
            width: 140px;
            background: #fff;
            opacity: 1;
            bottom: -50px;
            top: auto;
            text-align: center;
            padding-bottom: 5px;
            right: -150px;
        } .gr_kefu .qq h5 {
            height: 35px;
            line-height: 35px;
            background: #78be21;
            font-weight: normal;
            color: #fff;
            font-size: 14px;
            padding: 0 10px;
            text-align: left;
            margin-bottom: 10px;
        } .gr_kefu .qq h5 i {
                float: right;
                cursor: pointer;
                transition: all 0.3s;
                position: relative;
                z-index: 5;
            } .gr_kefu .qq h5 i:hover {
                    transform: rotate(90deg);
                } .gr_kefu .qq a {
            display: block;
            height: 32px;
            line-height: 32px;
            border-radius: 18px;
            border: 1px solid #78be21;
            margin: 5px 15px
        } .gr_kefu span {
        float: left;
    } .kf-shqi .m-icon {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1d65b0 url(../images/kf-close.png) no-repeat center;
    background-size: 15px;
    /* opacity: .7; */
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 0.3s;
} .kf2 .kf-icon {
    background: url(../images/kf-wx.png) no-repeat center;
    background-size: 27px;
} .kf3 .kf-icon {
    background: url(../images/kf-phone.png) no-repeat center;
    background-size: 27px;
} .kf4 .kf-icon {
    background: url(../images/kf-email.png) no-repeat center;
    background-size: 27px;
} .kf-gotop .kf-icon {
    background: url(../images/kf-top.png) no-repeat center;
    background-size: 25px;
} .canshu {
    height: auto !important;
} .spec-scroll {
    position: static !important;
    margin-top: 20px;
} .kf1 .kf-icon {
   /* background: url(../images/liuyan.png) no-repeat center;*/
    background-size: 28px;
} .kf5 .kf-icon {
    background: url(../images/kefu-qq.png) no-repeat center;
    background-size: 20px;
} @media (max-width: 1440px) {
    .picScroll-left .in5-bd ul li {
        width: 376px !important;
    }
} @media (max-width: 1260px) {
    .picScroll-left .in5-bd ul li {
        width: 365px !important;
    }
}
/* ab4 */
.ban {
    width: 100%;
    position: relative;
    margin: 40px auto 0 auto;
} .ban2 {	
    height: 200px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
} .ban2 ul {
        position: absolute;
        left: 0;
        top: 0;
    } .ban2 ul li {
            width: 1200px;
            height: 182px;
        } .ban2 ul li .ban-li {
                width: 800px;
                height: auto;
                margin: 0 auto;
                text-align: center;
                padding: 20px 90px;
                line-height: 24px;
                font-size: 15px;
                color: #888888;
            } .prev {
    float: left;
    cursor: pointer;
} .num {
    height: 85px;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
} .min_pic {
    position: relative;
    height: 85px;
    padding: 0 85px;
    background: url(../images/abx-bg.png) repeat-x left bottom 5px;
} .num ul {
    position: absolute;
    left: 0;
    top: 20px;
} .num ul li {
        font-family: arial;
        position: relative;
        line-height: 25px;
        margin-left: -5px;
        font-size: 20px;
        color: #777;
        text-align: center;
        width: 250px;
        height: 65px;
        margin-right: 0px;
        float: left;
        background: url(../images/time-line_03.png) repeat-x left bottom;
    } .num ul li.on {
            color: #1f1a17;
        }
/* .num ul li:after{position: absolute;content: '';width: 7px;height: 7px;border-radius: 50%;background: white;bottom: 2px;left: 50%;margin-left: -3.5px;} */
/* .num ul li:before{position: absolute;content: '';    margin-left: -0.5px;width: 1px;height: 17px;background: white;bottom: 8px;left: 50%;} */
.prev_btn1 {
    position: absolute;
    left: -60px;
    z-index: 777;
    width: 40px;
    text-align: center;
    height: 40px;
    margin-top: 40px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
    border: solid 1px white;
    border-radius: 50%;
    background: url(../images/ab-left.png) no-repeat center;
} .next_btn1 {
    position: absolute;
    right: -60px;
    z-index: 777;
    width: 40px;
    text-align: center;
    height: 40px;
    margin-top: 40px;
    cursor: pointer;
    float: right;
    border: solid 1px white;
    border-radius: 50%;
    background: url(../images/ab-right.png) no-repeat center;
} .prev_btn1:hover, .next_btn1:hover {
        border: none;
        background-color: #7bc91e;
    } .ban2 ul li .ban-li h4 {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 26px;
    color: #1861ae;
    font-family: arial;
} .about5-con li .picc {
    position: relative;
    z-index: 2;
    border: solid 1px transparent;
    box-shadow: 5px 10px 25px 20px rgba(0, 0, 0, .05);
    transition: ease .5s;
} 
.picScroll-left .ab5-bd ul li .ab5-pic:hover .picc{
    border-color: #1d65b0;
    z-index: 1;
} .time-line {
    width: 100%;
    height: 121px;
    position: relative;
} .dot {
    padding: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #1861ae;
    border-radius: 50%;
    position: absolute;
    top: 56px;
    left: -7px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
} .daty {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-family: arial;
    position: absolute;
    top: 80px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
} #historySlide .arrow-left, #historySlide .arrow-right {
    width: 55px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: url(../images/left_ico.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
} .time-line .dot {
    position: absolute;
} .num {
    height: 130px;
} .min_pic {
    padding: 0;
} .num ul li.on .dot {
    opacity: 1;
} .dot em {
    display: block;
    background: #1861ae;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.picScroll-left .ab5-bd ul li {
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center;
            width: 1200px !important;
            padding: 0 10px
        }  
@media(max-width:1260px) {
    .picScroll-left .ab5-bd ul li {
        width: 1155px !important;
    }
} .picScroll-left .ab5-hd .prev, .picScroll-left .ab5-hd .next {
    position: absolute;
    top: 40%;
    margin-top: -20px;
    border: solid 1px #d5d5d5;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    z-index: 100;
} .picScroll-left .ab5-hd .next {
    background: white url(../images/abv-right.png) no-repeat center;
    right: -80px;
} .picScroll-left .ab5-hd .prev {
    background: white url(../images/abv-left.png) no-repeat center;
    left: -80px;
} .picScroll-left .ab5-hd .next:hover {
    border: none;
    background: #1d65b0 url(../images/ab-right.png) no-repeat center;
} .picScroll-left .ab5-hd .prev:hover {
    border: none;
    background: #1d65b0 url(../images/ab-left.png) no-repeat center;
} .abf-swiper .swiper-pagination {
    width: 100%;
    bottom: -10px;
} .abf-swiper .swiper-pagination-bullet {
    margin: 0 10px;
    background: #1d65b0;
    opacity: 1;
} .abf-swiper .swiper-pagination-bullet-active {
    background: url(../images/ab5-act.png);
    width: 16px;
    height: 16px;
    margin-bottom: -4px !important;
} .picScroll-left p {

    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 20px;
} .about5-con .picScroll-left {
    position: relative;
    overflow: visible;
} .picScroll-left .ab5-hd {
    overflow: hidden;
    text-align: center;
    margin-top: 35px;
} .picScroll-left .ab5-hd ul {
        overflow: hidden;
        zoom: 1;
        display: inline-block;
    } .picScroll-left .ab5-hd ul li {
            float: left;
            border-radius: 50%;
            margin: 0 10px;
            background: #1d65b0;
            text-indent: -999px;
            cursor: pointer;
            width: 16px;
            height: 16px;
        text-indent: -99999px;
        } .picScroll-left .ab5-hd ul li.on {
                background: url(../images/ab5-act.png);
                width: 16px;
                height: 16px;
                margin-bottom: 0px !important;
            } .picScroll-left .ab5-bd {
} .picScroll-left .ab5-bd ul {
        overflow: hidden;
        zoom: 1;
    } .picScroll-left .ab5-bd ul li .ab5-pic {
                text-align: center;
                width: 25%;
float:left;padding:0 10px;
            } .picScroll-left .ab5-bd ul li .ab5-pic img {
                    width: 100%;
                    height: auto;
                    display: block;
                    padding: 0;
                } .picScroll-left .ab5-bd ul li .ab5-pic a:hover img {
                }
/* .picScroll-left .ab5-bd ul li .title{ line-height:24px;} */



@media(max-width:1440px) {


    .bottom1 .box1 .img {

        margin-right: -30px;
    }
}

@media(max-width:1260px) {


    .bottom1 .box1 .img {
        margin-right: -26px;
    }
}
@media(max-width:1215px) {


    .bottom1 .box1 .img {
        width: 9.7%;
        margin-right: -17px;
    }
}
.yzm {
    display: box; /* OLD - Android 4.4- */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: inline-flex;
    line-height: 50px;
    margin-top: 20px;
}

@media(max-width: 767px) {
    #random {
        font-size: 22px !important;
        width: 60px !important;
        height: auto !important;
    }

    #yzm {
        height: 36px !important;
        margin-top: 2px !important;
        margin-left: 10px !important;
        font-size: 16px;
    }
}
.new-txt tr{border:solid 1px #333;}
.new-txt td{border:solid 1px #333;    line-height: 50px;
    text-align: center;}
