@charset "UTF-8";

/*页码*/
.mypage {
    /*clear: both;*/
    width: 100%;
    height: auto;
    border: #517CC4 0px solid;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    font-size: 16px;
}

.mypage input {
    width: 60px;
    padding: 6px 12px;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    text-align: center;
}

.pc_dis {
    display: none;
}

.mypage a {
    color: #4d555d;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mypage span {
    color: #717171;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
}

.mypage .linking,
.mypage a:hover {
    color: #fff;
    background: #517CC4;
    border: 1px solid transparent;
    border-radius: 4px;
}

.se_banner {
    height: 300px;
    position: relative;
}

.se_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.se_inner img {
    margin-bottom: 20px;
}

.se_inner h4 {
    margin-bottom: 40px;
    font-weight: 500;
}

.se_tit {
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
}

.se_tit i {
    font-size: 20px;
}

.product_tit {
    margin-top: 30px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;

}

.product_tit img {
    margin-right: 10px;
}

.product_tit em {
    margin-right: 10px;
}

.pro_ic {
    font-size: 58px;
    color: #F7F7F7;
    position: absolute;
    left: 0;
    top: -12px;
    z-index: -1;
}

.pro_bnt {
    position: absolute;
    right: 0;
    top: 50px;
    width: 110px;
    height: 35px;
    opacity: 1;
    background: #e56b17;
    border-radius: 18px;
    line-height: 35px;
}

.pro_bnt i {
    margin-right: 5px;
}

.product_list_tit h4 {
    color: #BDC3CB;
}

.product_list ul {
    width: 1040px;
    display: flex;
    flex-wrap: wrap;
}

.product_list ul li a {
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product_list ul li a p {
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    width: 80%;
}

.product_list ul li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 20px;

}

.product_list ul li:nth-child(4n) {
    margin-right: 0;
}

.product_list ul li a:hover {
    color: #2B52B6;
}

.produ {
    background: rgba(0, 0, 0, 0.8);

}

.produ .produs {
    background: none;
    box-shadow: none;
    position: absolute;
    padding: 0 20px;
    width: 880px;
    height: 600px;
    z-index: 1002;
    left: 0;
    top: 0;
    padding-bottom: 30px;
}

#product img {
    width: 100%;
}

#product .swiper-slide {
    padding: 0 10%;
}

#product .swiper-button-prev,
#product .swiper-button-next {
    width: 35px;
    height: 55px;
    background-size: contain;
}

#product .swiper-button-prev {
    background-image: url("../images/second/q.png");
}

#product .swiper-button-next {
    background-image: url("../images/second/h.png");
}

.produ .lx_top_close {
    float: right;
}

.case_tit {
    position: relative;
}

.case_tit span {
    display: inline-block;
    width: 140px;
    height: 16px;
    background: #E8E8E8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.case_inner {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.case_inner_rt {
    width: 900px;
    height: 630px;
    background: #273E77;
    padding-left: 480px;
    padding-right: 30px;
}

.case_text h4 {
    margin-bottom: 15px;
}

.case_text p {
    line-height: 30px;
    margin-bottom: 40px;
}

.case_text {
    height: 100%;
}

.case_text_inner {
    padding-top: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

.case_inner_img {
    position: absolute;
    left: -30px;
    top: 0;
    width: 610px;
    height: 100%;
    display: flex;
    align-items: center;
}

.fang {
    height: 320px;
    background: #265292;
    position: relative;
}

.fang_lf {
    width: 640px;
    padding: 0 65px;
    height: 100%;
    display: flex;
    align-items: center;
}

.fang_lf h4 {
    margin-bottom: 30px;
    position: relative;
}

.fang_lf h4 span {
    display: block;
    position: absolute;
    width: 55px;
    background: url(../images/second/yin.png) no-repeat;
    background-size: contain;
    height: 54px;
    left: -5px;
    top: -47px;
    z-index: 9;
    opacity: 0.3;
}

.fang_img {
    position: absolute;
    top: 60px;
    right: 40px;
}

.fang_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.fang_inner ul li {
    width: 23%;
    margin-right: 2.66%;
    height: 400px;
    border-radius: 10px;
    background: #F9F9F9;
    margin-bottom: 40px;
}

.fang_inner ul li:nth-child(4n) {
    margin-right: 0;
}

.fang_inner ul li a {
    display: block;
    height: 100%;
    padding: 50px 25px 40px 25px;
    position: relative;
}

.fang_inner ul li a h4 {
    margin-bottom: 30px;
}

.fang_inner ul li a p {
    line-height: 20px;
    height: 140px;
    overflow: hidden;
}

.fang_inner ul li a span {
    position: absolute;
    left: 25px;
    bottom: 40px;
}

.fang_inner ul li:hover {
    background: #39488A;
}

.fang_inner ul li:hover h4,
.fang_inner ul li:hover p,
.fang_inner ul li:hover span {
    color: #fff;
}

.customer ul {
    display: flex;
    flex-wrap: wrap;
}

.customer ul li {
    width: 32%;
    margin-right: 2%;
}

.customer ul li:nth-child(3n) {
    margin-right: 0;
}

.customer_img {
    position: relative;
    top: 0;
    box-shadow: none;
}

.simg {
    display: block;
    max-width: 100%;
    margin: auto;
}

.customer_hide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer_text {
    padding-top: 20px;
}

.customer_text h6,
.customer_text h4 {
    margin-bottom: 15px;
    height: 15px;
    line-height: 15px;
}

.customer {
    padding-top: 40px;
}

.customer ul li:hover .customer_hide {
    opacity: 1;
}

.customer ul li:hover .customer_img {
    top: -15px;
    box-shadow: 0 13px 10px #ccc;
}

.customer ul li:hover .customer_text h4 {
    color: #255EB1;
}

.about1 {
    display: flex;
    align-items: center;
}

.about1_lf {
    width: 620px;
}

.about1_lf p {
    line-height: 22px;
}

.about1_rt {
    width: 580px;
    padding-left: 60px;
}

.about_tt p {
    margin-top: 25px;
}

.about2 ul {
    display: flex;
    flex-wrap: wrap;
}

.about2 ul li {
    width: 48%;
    margin-right: 4%;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 240px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.about2 ul li:nth-child(2n) {
    margin-right: 0;
}

.about2 ul li h4 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.about2 ul li h6 {
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

.about2 ul li p {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.about3 ul {
    display: flex;
    flex-wrap: wrap;
}

.about3 ul li {
    width: 23%;
    margin-right: 2.66%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.about3 ul li:nth-child(4n) {
    margin-right: 0;
}

.about3 ul li img {
    margin-bottom: 150px;
}

.about3 ul li p {
    line-height: 20px;
    height: 140px;
    overflow: hidden;
}

.customers ul {
    display: flex;
    flex-wrap: wrap;
}

.customers ul li {
    width: 18%;
    margin-right: 2.5%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.customers ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.customers ul li:nth-child(5n) {
    margin-right: 0;
}

.customers ul li img {
    max-width: 100%;
}

.customers ul li:hover {
    box-shadow: 0 0 10px #ccc;
}

.customers {
    background: url("../images/second/guan3.jpg") no-repeat center;
    background-size: cover;
}

.vie {
    background: rgba(0, 0, 0, 0.8);
}

.vie .vies {
    background: none;
    box-shadow: none;
    position: absolute;
    padding: 0 20px;
    width: 880px;
    height: 600px;
    z-index: 1002;
    left: 0;
    top: 0;
}

.vie video {
    width: 100%;
}

.fw_text img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.fw_inner .about_tt {
    padding-left: 10%;
    padding-right: 10%;
}

.fw_inner .about_tt p {
    line-height: 30px;
}

.enterprise ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.enterprise ul li {
    width: 16.66%;
    text-align: center;
    padding: 0 2%;
}

.enterprise ul li img {
    margin-bottom: 25px;
    position: relative;
    top: 0;
}

.enterprise ul li h4 {
    margin-bottom: 15px;
}

.enterprise ul li:hover img {
    top: -10px;
}

.enterprise ul li:hover h4 {
    color: #3763A3;
}

.bai_banner .se_banner {
    height: 380px;
}

.bai_banner .se_tit {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    background: no-repeat;
}

.bai_banner .se_tit a {
    color: #fff;
}

.datail {
    display: flex;
    align-items: center;
    padding: 60px 0;
    position: relative;
    top: -30px;
}

.datail_lf {
    width: 520px;
}

.datail_rt {
    width: 680px;
    padding-right: 60px;
}

.datail_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.datail_list ul {
    display: flex;
}

.datail_list ul li {
    width: 33%;
    padding: 0 3%;
    text-align: center;
}

.datail_list ul li h4 {
    font-family: fantasy;
    margin-bottom: 10px;
    color: #255EB1;
}

.xq_text p {
    line-height: 30px;
}

#certify {
    position: relative;
    padding: 0 50px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 520px;
    height: 500px;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.certify_text {
    padding: 30px 0;
    text-align: center;
    display: none;
}

.certify_text h4 {
    margin-bottom: 15px;
}

.certify_img img {
    width: 100%;
}

.certify_img {
    position: relative;
}

.swiper-slide-active .certify_text {
    display: block;
}

.certify_img i {
    display: none;
    width: 60px;
    height: 60px;
    background-image: url("../images/second/fangda.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    border-radius: 5px;
}

.swiper-slide-active .certify_img i {
    display: block;
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-top .swiper-slide img {
    max-width: 100%;
}

.gallery-thumbs .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-top {
    height: 600px;
    width: 100%;
}

.gallery-thumbs {
    height: 150px;
    box-sizing: border-box;
    padding: 10px 0;
    z-index: 999;
}

.gallery-thumbs .swiper-slide {
    width: 10%;
    height: 100%;
    opacity: 0.4;

}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.zizhis {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.zizhi {
    background: rgba(0, 0, 0, 0.8);
}

#certify .swiper-button-prev:after,
#certify .swiper-container-rtl .swiper-button-next:after,
#certify .swiper-button-next:after,
#certify .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.prodd_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
}

.prodd_list ul li {
    width: 24%;
    margin-right: 1.33%;
    box-shadow: 0 0 3px #ccc;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
}

.prodd_list ul li a {
    display: block;
    padding: 35px 30px;
}

.prodd_list ul li h4 {
    margin-bottom: 20px;
    color: #31518F;
}

.prodd_list ul li p {
    line-height: 25px;
    height: 100px;
}

.prodd_list ul li:hover {
    box-shadow: 0 0 15px #ccc;
    top: -10px;
}

.prodd_list ul li:nth-child(4n) {
    margin-right: 0;
}

#certifys {
    display: none;
}

@media screen and (max-width:768px) {
    #certify {
        display: none;
    }

    #certifys {
        display: block;
    }

    #certifys {
        position: relative;
    }

    #certifys .swiper-button-prev {
        left: 8px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 0;
        background-size: 100%;
    }



    #certifys .swiper-button-next {
        right: 8px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 -93px;
        background-size: 100%;
    }

    .simg {
        height: 140px;
    }

    .product_list ul {
        width: 100%;
    }

    .pro_ic {
        font-size: 46px;
    }

    .pro_bnt {
        top: 7px;
    }

    .product_list ul li {
        width: 47%;
    }

    .product_list ul li:nth-child(4n) {
        margin-right: 6%;
    }

    .product_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .prod_p {
        font-size: 12px;
    }

    .produ .produs {
        width: 320px;
        height: 200px;
        padding: 0;
    }

    #product .swiper-slide {
        padding: 0 40px;
    }

    .case_inner_rt {
        width: 100%;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .case_inner_img {
        position: static;
        width: 100%;
    }

    .case_inner_img img {
        width: 100%;
    }

    .case_inner {
        flex-wrap: wrap;
    }

    .fang_lf {
        width: 100%;
        padding: 50px 10px 20px;
    }

    .fang_img {
        position: static;
    }

    .fang_img img {
        width: 100%;
    }

    .fang {
        height: auto;
    }

    .fang_inner ul li {
        width: 48%;
        margin-right: 4%;
        height: 320px;
    }

    .fang_inner ul li:nth-child(4n) {
        margin-right: 4%;
    }

    .fang_inner ul li:nth-child(2n) {
        margin-right: 0;
    }

    .fang_inner ul li a {
        padding: 15px;
    }

    .customer ul li {
        width: 48%;
        margin-right: 4%;
    }

    .customer ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .customer ul li:nth-child(2n) {
        margin-right: 0;
    }

    .pc_dis {
        display: block;
    }

    .ph_dis {
        display: none;
    }

    .customers ul li {
        width: 32%;
        margin-right: 2%;
    }

    .customers ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .customers ul li:nth-child(3n) {
        margin-right: 0;
    }

    .customers ul li img {
        max-width: 85%;
    }

    .about1 {
        flex-wrap: wrap;
    }

    .about1_lf {
        width: 100%;
    }

    .about1_rt {
        width: 100%;
        padding-left: 0;
    }

    .about1_rt img {
        width: 100%;
    }

    .about2 ul li {
        width: 100%;
        margin-right: 0;
    }

    .about3 ul li {
        width: 48%;
        margin-right: 4%;
        height: 300px;
    }

    .about3 ul li:nth-child(4n) {
        margin-right: 4%;
    }

    .about3 ul li:nth-child(2n) {
        margin-right: 0%;
    }

    .about3 ul li img {
        margin-bottom: 50px;
    }

    .customer {
        padding-top: 10px;
    }

    .vie .vies {
        width: 320px;
        height: 200px;
        padding: 0;
    }

    .fw_inner .about_tt {
        padding-left: 0;
        padding-right: 0;
    }

    .enterprise ul li {
        width: 50%;
        padding: 0 10px;
    }

    .datail {
        flex-wrap: wrap;
        padding: 30px 0;
    }

    .datail_lf,
    .datail_rt {
        width: 100%;
    }

    .datail_rt {
        padding: 20px 10px 0;
    }

    .lx_co {
        padding: 65px 20px;
    }

    .lx_tit h6 {
        display: none;
    }

    .lx_tit {
        text-align: left;
    }

    .lx_tit h4 {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .lx_tit h4 i {
        font-size: 22px;
        margin-right: 5px;
    }

    .lx_rt {
        display: none;
    }

    .lx_lf {
        width: 100%;
        padding: 0;
        border-right: none;
    }

    .lx_lf_item {
        box-shadow: 0 0 10px #ccc;
        padding: 10px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .lx_cont_line {
        border-bottom: none;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .lx_cont_text_p a {
        display: none;
    }

    .sedd {
        margin-top: 0;
    }

    #certify .swiper-slide {
        height: 300px;
    }

    #certify .swiper-button-prev {
        left: -3px;
    }

    #certify .swiper-button-next {
        right: -3px;
    }

    .gallery-top {
        height: 400px;
    }

    .certify_img i {
        width: 30px;
        height: 30px;
        background-size: 50%;
        right: 0;
        bottom: 0;
    }

    #certify .swiper-container {
        padding-bottom: 0;
    }

    .prodd_list ul li {
        width: 49%;
        margin-right: 2%;
    }

    .prodd_list ul li:nth-child(4n) {
        margin-right: 0;
    }

    .prodd_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .prodd_list ul li a {
        padding: 15px 10px;
    }

    .prodd_list ul {
        padding: 15px 0;
    }

    .product_tit {
        margin-top: 15px;
    }

    .customer_hide img {
        width: 100%;
    }
}