.main {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 10px;
}

.header_search ul .sss {
    display: none;
}

.nheader_search ul .sss {
    display: none;
}

.header {
    height: 110px;
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header .header_main {
    width: 92%;
    margin: auto;
}

.header .header_logo {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 205px;
    height: 76px;
}

.nheader .nheader_logo {
    float: left;
    margin-top: 10px;
    position: relative;
    /* width: 205px;
    height: 76px; */
}

.header .header_logo a {
    display: block;
    width: 100%;
    height: 100%;

}

.nheader .nheader_logo a {
    width: 160px;
    display: block;
    /*width: 100%;*/
    height: 100%;

}

.header .header_logo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nheader .nheader_logo a img {
    /* position: absolute;

    top: 0;
    left: 0;
    width: 100%; */
    max-width: 100%;
}

.header .header_logo .color {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.header .header_right .header_nav a {
    color: #ffffff;
}

.header .header_right .header_search a {
    color: #ffffff;
}

.nheader .nheader_right .nheader_nav a {
    color: #666;
}

.nheader .nheader_right .nheader_search a {
    color: #666;
}

.header-color .header_right .header_nav a {
    color: #666;
}

.header-color .header_right .header_search a {
    color: #666;
}

.header-color .header_logo .color {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
}

.header-color .header_logo .white {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.header-dong {
    -webkit-animation: doudong1 0.5s ease-in-out;
    -o-animation: doudong1 0.5s ease-in-out;
    animation: doudong1 0.5s ease-in-out;
}

@keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-o-keyframes doudong1 {
    0% {
        -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#fp-nav {
    right: 20px;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 8px !important;
    width: 8px !important;
    background: #948e8e !important;
    margin: -4px 0 0 -7px !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 8px !important;
    width: 8px !important;
    background: #fff !important;
}

.header .header_right {
    float: right;
}

.header .header_search {
    float: right;
}

.nheader .nheader_right {
    float: right;
}

.nheader .nheader_search {
    float: right;
}

.header_right .header_nav ul li {
    float: left;
    line-height: 110px;
    padding: 0 25px 0 25px;
}

.header_right .header_nav ul li a {
    font-size: 18px;
    color: #ffffff;
    /*display: block;*/
}

.header_right .header_nav ul li:hover a {
    color: #0270e3;
    border-bottom: 1px solid #0270e3;
    padding-bottom: 8px;
}

.header_search ul li {
    float: left;
    line-height: 110px;
    padding: 0 20px 0 20px;
}

.header_search ul li a {
    font-size: 16px;
    color: #fff;
}

.nheader_right .nheader_nav ul li {
    float: left;
    line-height: 80px;
    padding: 0 25px 0 25px;
}

.nheader_right .nheader_nav ul li a {
    font-size: 18px;
    color: #ffffff;
    /*display: block;*/
}

.nheader_right .nheader_nav ul li:hover a {
    color: #0270e3;
    border-bottom: 1px solid #0270e3;
    padding-bottom: 8px;
}

.nheader_search ul li {
    float: left;
    line-height: 80px;
    padding: 0 20px 0 20px;
}

.nheader_search ul li a {
    font-size: 16px;
    color: #666;
}

.header_search ul li a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.nheader_search ul li a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

/*.header .header_search ul .en a {
    padding-right: 20px;
    background: url(../images/icon2.png) no-repeat center right 5px;
}
.nheader .nheader_search ul .en a {
    padding-right: 20px;
    background: url(../images/icon2-1.png) no-repeat center right 5px;
}
.header-color .header_search ul .en a {
    !* padding-right: 20px; *!
    background: url(../images/icon2-1.png) no-repeat center right 5px;
}*/
.swiper_sbanner {
    width: 100%;
    height: 100%;
}

/* .fp-section.fp-table, .fp-slide.fp-table{
    overflow: hidden!important;
} */
.swiper_s1 {
    position: relative;
}

.swiper_s1 .swiper-container .swiper-slide .banner_title {
    position: absolute;
    top: 30%;
    z-index: 20;
    width: 100%;
}

.swiper_s1 .swiper-container .swiper-slide .banner_title .p1 {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 10px;
}

.swiper_s1 .swiper-container .swiper-slide .banner_title .p2 {
    font-size: 56px;
    line-height: 60px;
    color: #ffffff;
    padding-bottom: 10px;
}

.swiper_s1 .swiper-container .swiper-slide .banner_title .p3 {
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
}

.swiper_s1 .swiper-container .swiper-slide .banner_title .p4 {
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    margin-top: 60px;
    overflow: hidden;
}

.swiper_s1 .swiper-container .swiper-slide .banner_title .p4 a {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    display: block;
    border-radius: 25px;
    background: url(../images/icon5.png) no-repeat center right 35px;
    padding: 0 40px;
    text-align: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.swiper_s1 .swiper-container .swiper-slide .banner_title .p4 a:hover {
    transition: all 0.75s ease-out;
    /* transform: scale(1.25); */
    background: #0270e3 url(../images/icon5.png) no-repeat center right 35px;
}

.swiper_s1 .swiper-container .swiper-slide .banner_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper_s1 .swiper-container .swiper-slide .banner_swiper img {
    width: 100%;
    height: 100%;
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 60px;
    border-radius: 4px;
    background: #5b5f65;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #d0d2d3;
}

.swiper_s1 .swiper_sbanner {
    height: 100%;
}

.swiper_s1 .roll {
    z-index: 30;
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.swiper_s1 .roll p {
    color: #cccccc;
    font-size: 16px;
}

.swiper_s1 .roll .sdb04 {
    -webkit-animation: sdb04 2.5s infinite ease-in-out;
    -moz-animation: sdb04 2.5s infinite ease-in-out;
    animation: sdb04 2.5s infinite ease-in-out;
    margin: auto;
}

@keyframes sdb04 {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.header .header_search .a2 {
    display: none;
}

.header-color .header_search .a1 {
    display: none;
}

.header-color .header_search .a2 {
    display: block;
}

.header-color .header_search .a2 a {
    color: #8d8d8d;
}

/*  */
.sec_2 {
    background: url(../images/tu3.jpg) no-repeat center center;
    background-size: cover;
}

.sec_3 {
    background: url(../images/tu4.jpg) no-repeat center center;
    background-size: cover;
}

.sec_4 {
    background: url(../images/tu6.jpg) no-repeat center center;
    background-size: cover;
}

.sec_2 .core {
    width: 100%;
}

.sec_3 .sec_3_l {
    width: 40%;
    float: left;
}

.sec_3 .sec_3_r {
    width: 50%;
    float: right;
}

.sec_3 .core {
    display: table;
    height: 100%;
    width: 100%;
    /* z-index: 30; */
    position: absolute;
    top: 0;
}

.sec_3 .core .min {
    display: table-cell;
    vertical-align: middle;
    max-height: 100%;
}

.sec_3 .sec_3_l h4 {
    font-size: 36px;
    color: #fff;
}

.sec_3 .sec_3_l h5 {
    font-size: 30px;
    color: #fff;
}

.sec_3 .sec_3_l i {
    width: 30px;
    display: inline-block;
    border: 2px solid #fff;
}

.sec_3 .sec_3_l .p1 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-top: 10px;
}

.sec_3 .sec_3_l .more {
    width: 180px;
    height: 50px;
    border: 1px solid #046ddc;
    border-radius: 25px;
    text-align: center;
    margin-top: 60px;
}

.sec_3 .sec_3_l .more a {
    color: #046ddc;
    font-size: 16px;
    line-height: 50px;
    display: block;
    border-radius: 25px;
    background: url(../images/icon5-1.png) no-repeat center right 35px;
    padding: 0 40px;
    text-align: left;
}

.sec_3 .sec_3_l .more a:hover {
    transition: all 0.75s ease-out;
    background: #fff url(../images/icon5-1.png) no-repeat center right 35px;
}

.sec_4_l h4 {
    font-size: 36px;
    color: #1a1a1a;
}

.sec_4_l h5 {
    font-size: 30px;
    color: #4c4c4c;
    /* font-weight: 400; */
}

.sec_4_l i {
    margin-top: 25px;
    width: 30px;
    display: inline-block;
    border: 2px solid #666666;
}

.sec_4_l .p1 {
    margin-top: 60px;
    width: 100px;
    padding-bottom: 8px;
}

.sec_4_l .p1 a {
    display: block;
    font-size: 18px;
    color: #046ddc;
    line-height: 30px;
    border-bottom: 1px solid #046ddc;
    /* padding-bottom: 8px; */
    padding-right: 25px;
    background: url(../images/icon5-1.png) no-repeat center right;
    position: relative;
}

.sec_4_l .p1 a::before {
    content: '';
    background: #e53312;
    left: 0%;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.sec_4_l .p1 a:hover::before {
    width: 100%;
}

.sec_4_l {
    /* float: left;*/
    width: 20%;

}

.sec_4_r {
    /*float: right;*/
    width: 80%;
    overflow: hidden;
}

.sec_4_r .item {
    width: 100%;
    overflow: hidden;
}

.sec_4 .core {
    /*display: table;*/

    height: 100%;
    width: 100%;
}

.sec_4 .core .min {
    /* display: table-cell;
     vertical-align: middle;*/
    display: flex;
    max-height: 100%;
    padding-left: 180px;
    /*margin-top: 50%;*/
    padding-top: 300px;
    /*transform: translateY(-50%);*/
}

.sec_4_img img {
    max-width: 100%;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.sec_4_text .p1 {
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 500;
}

.sec_4_text .p2 {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}

.sec_4_text {
    padding: 20px;
    box-sizing: border-box;
}

.sec_4_container .swiper-slide .sec_4_img {
    overflow: hidden;
}

.sec_4_container .swiper-slide:hover .sec_4_img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.sec_4 .swiper-button-prev, .sec_4 .swiper-container-rtl .swiper-button-next {

    width: 42px;
    height: 42px;
    background: url(../images/icon9.png) no-repeat;
    left: 180px;
    outline: none;
    top: 70%;
}

.sec_4 .swiper-button-next, .sec_4 .swiper-container-rtl .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: url(../images/icon9-1.png) no-repeat;
    right: 0;
    left: 240px;
    outline: none;
    top: 70%;
}

.footer-section .footer {
    width: 100%;
    background-color: #1d242a;
}

.footer .footer_box .footer_l {
    /*width: 48%;*/
    width: 55%;
    float: left;
    padding-right: 20px;
}

.footer .footer_box .footer_r {
    /*width: 52%;*/
    width: 45%;
    float: left;
    padding-left: 50px;
    border-left: 1px solid #343a40;
}

.footer .footer_box .footer_l ul li {
    float: left;
    width: 16.5%;
}

.footer .footer_box .footer_l ul li a {
    display: block;
    color: #999;
}

.footer .footer_box .footer_l ul li h4 i {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ccc;
    margin-top: 10px;
}

.footer .footer_box .footer_l ul li h4 {
    padding-bottom: 20px;
}

.footer .footer_box .footer_l ul li h4 a {
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
}

.footer .footer_box .footer_l ul li div a {
    font-size: 12px;
    line-height: 36px;
}

.footer .footer_box .footer_l ul li div a:hover {
    color: #0270e3;
}

.footer_r .footer_r_l {
    float: left;
}

.footer_r .footer_r_r {
    float: left;
    padding-left: 70px;
}

.footer .footer_box {
    padding: 50px 0;
}

.footer_r_l h4 {
    font-size: 16px;
    color: #ccc;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer_r_r h4 {
    font-size: 16px;
    color: #ccc;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer_r_l div p {
    font-size: 12px;
    line-height: 36px;
    color: #999;
}

.footer_r_r div .p1 {
    color: #999;
    font-size: 12px;
    /*font-weight: 700;*/
    line-height: 36px;
}

.footer_r_r div .p2 {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.footer_r_r .frr_d {
    margin-bottom: 20px;
}

.footer .fo_b {
    border-top: 1px solid #343a40;
}

.footer .fo_b p {
    float: left;
    line-height: 64px;
    font-size: 14px;
    color: #cccccc;
}

.footer .fo_b div {
    float: right;
    line-height: 64px;
}

.footer .fo_b div a {
    font-size: 14px;
    color: #ccc;
    padding-left: 10px;
}

/*  */
.nheader {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.nheader .header_min {
    max-width: 95%;
    height: 80px;
    margin: auto;
}

.nbanner .nbanner_img {
    width: 100%;
}

.nbanner .nbanner_img img {
    max-width: 100%;
}

.nbanner {
    position: relative;
}

.nbanner .nbanner_title {
    width: 100%;
    height: 100px;
    display: table;
    position: absolute;
    top: 35%;
}

.nbanner .nbanner_title .min {
    display: table-cell;
    vertical-align: middle;
    max-height: 100%;
}

.nbanner_title .min .main p {
    font-size: 20px;
    color: #fff;
}

.nbanner_title .min .main h5 {
    font-size: 36px;
    color: #fff;
}

.new_banner {
    height: 580px;
}

.fix_box .p0 {
    border-bottom: 1px solid #e6e6e6;
}

.fix_box .p0 a {
    vertical-align: middle;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    background: url(../images/icon11.png) no-repeat center right;
}

.fix_box .p0 a:last-child {
    padding-right: 0;
    background: none;
    color: #0270e3;
}

.fix_box .fi_list p {
    width: 50%;
    float: left;
    height: 60px;
    border-right: 1px solid #e6e6e6;
}

.fix_box .fi_list p:last-child {
    border-right: none;
}

.fix_box .fi_list p a {
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    display: block;
    line-height: 60px;
}

.fix_box .fi_list {
    width: 100%;
    box-shadow: 0px 10px 20px 0px #e6e6e6;
}

.fix_box {
    background-color: #fff;

}

.content {
    position: relative;
}

.fixedNav {
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: 10;
}

.fix_box .fi_list p:hover a {
    color: #0270e3;
    border-bottom: 2px solid #0270e3;
}

.fix_box .fi_list p.active1 a {
    color: #0270e3;
    border-bottom: 2px solid #0270e3;
}

.new_list h4 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.new_list h5 {
    font-size: 30px;
    color: #4c4c4c;

}

.new_li a .new_liimg {
    width: 100%;
    overflow: hidden;
}

.new_li a .new_liimg img {
    max-width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.new_li:hover a .new_liimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.new_li a .new_litext .p1 {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.new_li a .new_litext .p2 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.new_li a .new_litext .p3 {
    font-size: 16px;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    color: #666;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    background: url(../images/icon13.png) no-repeat center right 30px;
}

.news_li .new_li {
    width: 22%;
    margin-bottom: 40px;

}

.news_li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.new_litext {
    background-color: #fafafa;
}

.news_li .new_li:last-child:nth-child(4n - 1) {
    margin-right: calc(22% + 12% / 3);
}

.news_li .new_li:last-child:nth-child(4n - 2) {
    margin-right: calc(44% + 24% / 3);
}

.new_li:hover a .new_litext .p3 {
    color: #1f80e6;
    background: url(../images/icon5-1.png) no-repeat center right 30px;
}

.new_li:hover .new_litext {
    box-shadow: 0px 3px 5px 0px #e6e6e6;
}

.new_list {
    padding-top: 130px;
}

.new_btn {
    /*width: 100%;*/


}

.new_btn ul {
    width: 100%;
    /*height: 90px;*/
    /*padding: 0 40px;*/
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 3px #e6e6e6;

}

.new_btn ul li a {
    font-size: 16px;
    color: #999;
}

.new_btn ul .previous a {
    padding-left: 25px;
    background: url(../images/icon14.png) no-repeat center left;
}

.new_btn ul .next a {
    padding-right: 25px;
    background: url(../images/icon15.png) no-repeat center right;
}

.new_btn ul li {
    display: inline-block;
    line-height: 90px;
}

.new_btn ul .page a {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #838383;
    border-radius: 50%;
    margin: 0 4px;
}

.new_btn ul .page.selected a {
    background-color: #0270e3;
    color: #fff;
    border: 1px solid #0270e3;;
}

.new_btn ul .page.selected:hover a {
    color: #fff;
}

.new_btn ul .page:hover a {
    border: 1px solid #0270e3;
    color: #0270e3;
}

.new_btn ul .previous a:hover {
    color: #0270e3;
    background: url(../images/icon14-1.png) no-repeat center left;
}

.new_btn ul .next a:hover {
    color: #0270e3;
    background: url(../images/icon15-1.png) no-repeat center right;
}

.new_btn ul {
    display: inline-block;
    line-height: 90px;
}

.new_btn {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.new_btn ul .next {
    position: absolute;
    right: 40px;
    top: 0;
}

.new_btn ul .previous {
    position: absolute;
    left: 40px;
    top: 0;
}

.fix_box .techno_list p {
    width: 25%;
}

.technology_01 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.technology_01 .tl_l {
    width: 50%;
    padding-right: 110px;
    padding-top: 60px;
    box-sizing: border-box;
}

.technology_01 .tl_r {
    width: 50%;
}

.technology_01 .tl_l .tec_img {
    display: inline-block;
}

.technology_01 .tl_l .tec_img img {
    max-width: 100%;
}

.technology_01 .tl_l h5 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding: 20px 0;
}

.technology_01 .tl_l p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: justify;
}

.technology_01 .tl_r img {
    max-width: 100%;
}

.hx_b {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hx_b .hx_l {
    width: 48.2%;
    background-color: #fff;
    padding: 50px;
    margin-top: 35px;
}

.hx_box {
    background-color: #f5f5f5;
    padding: 75px 0;
}

.hx_box h5 {
    font-size: 30px;
    color: #4c4c4c;
}

.hx_box .p0 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-top: 10px;
}

.hx_l .hx_l_img img {
    max-width: 100%;
}

.hx_l h6 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-top: 35px;
    padding-bottom: 15px;
}

.hx_l p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    height: 52px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.application_container .swiper-slide p {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: 500;
}

.application h5 {
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 40px;
}

.application {
    padding: 70px 0;
}

.application_container {
    padding-bottom: 50px !important;
}

.application_container .swiper-pagination-bullet-active {
    background: #6ebcdf;
}

.technology_01 {
    padding-bottom: 80px;
}

.route {
    width: 100%;
    height: 560px;
    position: relative;

}

.route .main h5 {
    font-size: 30px;
    color: #fff;
}

.route .main p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.route .main {
    padding-top: 80px;
}

.algo {
    background-color: #fff;
}

.algo .hx_b .hx_l {
    background-color: #f5f5f5;
}

.hx_box .algo-container .swiper-pagination {
    text-align: right;
    z-index: -1;
}

.hx_box .swiper-container-horizontal > .swiper-pagination-bullets, .hx_box .swiper-pagination-custom, .hx_box .swiper-pagination-fraction {
    top: 0;
    right: 0;
    bottom: 0;
}

.hx_box .swiper-pagination-bullet-active {
    background: #6ebcdf;
}

.dtext p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-left: 15px;
    background: url(../images/icon25.png) no-repeat top 10px left;
}

.product {
    width: 100%;
}

.product-container {
    width: 100%;
}

.product-container .swiper-wrapper .swiper-slide .product-list {
    padding: 120px 60px;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
}

.product-container .swiper-wrapper .swiper-slide .product-list:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.product-container .swiper-wrapper .swiper-slide .product-list:hover .product-listimg {
    position: relative;
}

.product-container .swiper-wrapper .swiper-slide .product-list:hover .product-listimg .prodiv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg1.png) no-repeat center center;
    background-size: 90%;
    transform: rotate(360deg);
    animation: rotation 10s linear infinite;

}

.product-container .swiper-wrapper .swiper-slide .product-list:hover .more a {
    color: #0270e3;
    border-bottom: 1px solid #0270e3;
    background: url(../images/icon5-1.png) no-repeat center right;
}

.product-listimg {
    padding: 100px 0;

}

.product-listimg img {
    max-width: 100%;
}

.product-list h5 {
    font-size: 24px;
    line-height: 37px;
    color: #333;
}

.product-list .p1 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-list .more {
    padding-bottom: 8px;
    padding-top: 60px;
}

.product-list .more a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding-right: 20px;
    border-bottom: 1px solid #666666;
    /* padding-bottom: 8px; */
    background: url(../images/icon5-2.png) no-repeat center right;
}

.product-container .swiper-button-next, .product-container .swiper-container-rtl .swiper-button-prev {
    background: url(../images/icon9-1.png) no-repeat center center;
}

.product-container .swiper-button-next, .product-container .swiper-button-prev {
    width: 50px;
}

.product-container .swiper-button-prev, .product-container .swiper-container-rtl .swiper-button-next {
    background: url(../images/icon9.png) no-repeat center center;
}

.pd_nav .p0 a {
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    background: url(../images/icon11.png) no-repeat center right;
}

.pd_nav .p0 a:last-child {
    padding-right: 0;
    background: none;
    color: #0270e3;
}

.pd_nav .p0 a:nth-child(1) {
    padding-left: 0;
}

.pd_banner_box {
    text-align: center;
}

.ss-img img {
    display: inline-block;
    max-width: 100%;
}

.ss-title h5 {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
}

.ss-title p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.pd_banner {
    height: 860px;
    background: url(../images/tu40.jpg) no-repeat center center;
    background-size: cover;
}

.pd_sbanner .swiper-slide {
    padding-top: 50px;
}

.pd_sbanner .swiper-button-prev, .pd_sbanner.swiper-container-rtl .swiper-button-next {
    background: url(../images/icon9.png) no-repeat center center;

}

.pd_sbanner .swiper-button-next, .pd_sbanner .swiper-container-rtl .swiper-button-prev {
    background: url(../images/icon9-1.png) no-repeat center center;
}

.pd_sbanner .swiper-button-next, .pd_sbanner .swiper-button-prev {
    width: 50px;
}

.jieshao {
    height: 640px;

}

.jieshao .js_box h5 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}

.jieshao .js_box .p1 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: justify;
}

.jieshao .js_box .p2 {
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
}

.jieshao .js_box {
    width: 40%;
    padding-top: 90px;
}

.specs_top_left p {
    font-size: 20px;
    color: #333333;
}

.specs_top_right .specs_list .p1 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 500;
}

.specs_top_right .specs_list .p2 {
    font-size: 14px;
    color: #333;

}

.specs_top_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.specs_top_right:after {
    content: '';
    width: 30%;
}

.specs_top_right .specs_list {
    width: 30%;
    padding-bottom: 60px;
}

.specs_top_right {
    width: 75%;
}

.specs_top_left {
    width: 25%;
}

.specs_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    padding-top: 60px;
    padding-bottom: 60px;
}

.specs_box {
    width: 80%;
    margin: auto;
}

.specs .title {
    font-size: 30px;
    color: #4c4c4c;
    text-align: center;
    padding-bottom: 60px;
}

.specs {
    padding-top: 100px;
}

.bg_grey {
    background-color: #f5f5f5;
}

.dow_li .p1 a {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 76px;
    padding-left: 30px;
    background: url(../images/icon28.png) no-repeat center right 30px;
}

.dow_li .p1 {
    border: 2px solid #dcdcdc;
    height: 76px;
    margin-top: 30px;
}

.dow_lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dow_lists .dow_li {
    width: 48%;
}

.dow_box .title {
    font-size: 24px;
    color: #333333;
    padding-top: 20px;
}

.dow_lists .dow_li .p2 {
    border: 2px solid #dcdcdc;
    height: 76px;
    line-height: 76px;
    padding-left: 30px;
    background: url(../images/icon29.png) no-repeat center right 30px;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
}

.dow_lists .dow_li ul li {
    border: 2px solid #dcdcdc;
    height: 76px;
    line-height: 76px;
    border-top: none;
}

.dow_lists .dow_li ul li a {
    display: block;
    padding-left: 30px;
    font-size: 20px;
    color: #333333;
    background: url(../images/icon28.png) no-repeat center right 30px;
}

.dow_lists .dow_li ul {
    display: none;
}

.dow_lists .dow_list {
    margin-top: 30px;
}

.dow_lists .dow_list .p2.active {
    color: #fff;
    background: #0270e3 url(../images/icon30.png) no-repeat center right 30px;
    border: #0270e3;
}

.dow_box {
    padding-bottom: 30px;
}

.base h5 {
    font-size: 24px;
    color: #333333;
    padding-top: 15px;
}

.base_box {
    padding-top: 30px;
}

.base_box .base_list {
    width: 24%;
    background: #f5f5f5 url(../images/icon32.png) no-repeat top 30px right 30px;
    padding: 30px;
    margin-bottom: 20px;
}

.base_box .base_list h6 {
    font-size: 20px;
    line-height: 30px;
    color: #4e6ec3;
    margin-bottom: 40px;
    width: 65%;
    word-wrap: break-word;
}

.base_box .base_list p a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-right: 25px;
    background: url(../images/icon31.png) no-repeat center right;
}

.base_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.base {
    padding-bottom: 80px;
}

.business {
    background-color: #f5f5f5;
    padding: 70px 0;
}

.business .p1 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.business .title {
    font-size: 30px;
    color: #4c4c4c;
}

.form_list p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
}

.form_list p span {
    color: #ff0000;
}

.form_list input {
    height: 44px;
    line-height: 44px;
    border: none;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    /* color: #f5f5f5;*/
}

.form_list {
    width: 48.5%;
    margin-bottom: 35px;
}

.form_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business_form {
    padding: 40px 0;
}

.form_bottom p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
}

.form_bottom p span {
    color: #ff0000;
}

.form_bottom textarea {
    width: 100%;
    height: 220px;
    border: none;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    padding: 15px 20px;
    box-sizing: border-box;
    outline: none;
    font-size: 12px;
}

.business_form .btn {
    display: inline-block;
    margin-top: 40px;
}

.business_form .btn .but {
    border: none;
    background-color: #f5f5f5;
    border: 1px solid #0270e3;
    cursor: pointer;
    width: 220px;
    height: 50px;
    color: #0270e3;
    font-size: 18px;
}

.about {
    padding-top: 130px;
    padding-bottom: 100px;
}

.about_left .p1 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.about_left .title {
    font-size: 30px;
    color: #4c4c4c;
}

.about_text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 15px;
}

.about_left {
    width: 50%;
    padding-right: 110px;
    padding-top: 60px;
    box-sizing: border-box;
}

.about_right {
    width: 50%;
}

.about_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about_text {
    padding-top: 20px;
}

.about_nub .about_li {
    width: 15%;
}

.about_nub {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 60px;
    padding-top: 60px;
}

.about_nub .about_li p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.about_nub .about_li h5 {
    font-size: 42px;
    /* line-height: 30px; */
    color: #1a1a1a;
    display: inline-block;
}

.team .p1 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.team .title {
    font-size: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.team {
    background: url(../images/tu43.jpg) no-repeat center center;
    background-size: cover;
    height: 800px;
    padding-top: 85px;
}

.team_text .name {
    font-size: 24px;
    color: #333333;
}

.team_text .p2 {
    font-size: 16px;
    line-height: 30px;
    color: #0270e3;
    padding-top: 15px;
}

.team_text .p3 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-top: 20px;
}

.team_text {
    width: 60%;
    padding-top: 80px;
}

.team_img {
    width: 35%;
}

/*.team_img img{
    max-width: 80%;
}*/
.team_swi {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.team-container .swiper-button-next, .team-container .swiper-container-rtl .swiper-button-prev {
    background: url(../images/icon9-1.png) no-repeat center center;
    top: 90%;
    right: 7%;
}

.team-container .swiper-button-next, .team-container .swiper-button-prev {
    width: 50px;
}

.team-container .swiper-button-prev, .team-container .swiper-container-rtl .swiper-button-next {
    background: url(../images/icon9.png) no-repeat center center;
    top: 90%;
    left: 83%;
}

.team-container .swiper-num {
    position: absolute;
    bottom: 10%;
    left: 42%;
    color: #666666;
}

.team-container .swiper-num .active {
    font-size: 24px;
    color: #666666;
    font-weight: 500;
}

.ContachUs {
    height: 680px;
    background: url(../images/tu45.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
}

.cu_left .p1 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.cu_left .title {
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 50px;
}

.cu_right {
    width: 50%;
}

.cu_right #map {
    width: 100%;
    height: 480px;
}

.cu_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#map img {
    max-width: initial !important;
    max-height: initial !important;
}

.contact_site h6 {
    font-size: 18px;
    color: #1a1a1a;
    padding-bottom: 10px;
}

.contact_site p {
    font-size: 16px;
    line-height: 28px;
    color: #1a1a1a;
}

.contact_site p a {
    font-size: 16px;
    line-height: 28px;
    color: #1a1a1a;
}

.contact_site .ck a {
    color: #0270e3;
    border-bottom: 1px solid #0270e3;
    display: inline-block;
    /* padding-bottom: 5px; */
    padding-right: 20px;
    background: url(../images/icon33.png) no-repeat center right;
}

.contact_site .ck {
    margin-top: 30px;
}

.contact_site {
    padding-top: 30px;
}

.cu_list select {
    width: 100%;
    height: 45px;
    outline: none;
}

.cu_left {
    width: 30%;
}

.core_b {
    height: 820px;
    background: url(../images/tu46.jpg) no-repeat center center;
    background-size: cover;
}

.cb_box {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.core_b {
    position: relative;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.xz {
    width: 570px;
    height: 570px;
    margin: auto;
    /* background: url(../images/yuan.png) no-repeat center center; */
    text-align: center;

    margin-top: 100px;
    position: relative;

}

.xz img {
    transform: rotate(360deg);
    animation: rotation 10s linear infinite;
}

.xz_text {
    display: inline;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}

.xz p {
    font-size: 14px;
    line-height: 24px;
    color: #4d4d4d;
    padding-bottom: 10px;
}

.xz p span {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
}

.xz h5 {
    font-size: 36px;
    color: #4d4d4d;
    padding-bottom: 15px;
}

.cb-container .swiper-button-next, .cb-container .swiper-container-rtl .swiper-button-prev {
    background: url(../images/icon9-1.png) no-repeat center center;

}

.cb-container .swiper-button-next, .cb-container .swiper-button-prev {
    width: 50px;
}

.cb-container .swiper-button-prev, .cb-container .swiper-container-rtl .swiper-button-next {
    background: url(../images/icon9.png) no-repeat center center;

}

.cb_box .p1 {
    font-size: 36px;
    color: #ffff;
    font-weight: 700;
}

.cb_box .title {
    font-size: 30px;
    color: #fff;
    padding-bottom: 50px;
}

.cbd {
    position: absolute;
    top: 100px;
}

.timeline-container .textcenter {
    text-align: center;
}

.timeline-container .mb2 {
    width: 100%;
    height: 24px;
    background: url(../images/xian.png) no-repeat center center;
}

.timeline-container .swiper-slide-thumb-active .mb2 {
    width: 100%;
    height: 24px;
    background: url(../images/xian2.png) no-repeat center center;

}

.timeline-container .yeartop {
    line-height: 36px;
    opacity: 0;
}

.timeline-container .swiper-slide-thumb-active .yeartop {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    opacity: 1;
}

.timeline-container .swiper-slide-thumb-active .yearbottom {
    opacity: 0;
}

.mt8 {
    margin-top: -40px;
}

.fix_box {
    position: relative;
    z-index: 5;
}

.lower {
    z-index: 30;
    position: absolute;
    right: 20px;
    bottom: 60px;
}

.lower img {
    -webkit-animation: sdb04 2.5s infinite ease-in-out;
    -moz-animation: sdb04 2.5s infinite ease-in-out;
    animation: sdb04 2.5s infinite ease-in-out;
    margin: auto;
}

.lower p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.sec_2 .title_en {
    font-size: 36px;
    color: #1a1a1a;
}

.sec_2 .title_cn {
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 26px;
}

.two_left {
    width: 42%;
}

.two_right {
    width: 54%;
}

.two_container .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.two_right .two_img {
    width: 540px;
    height: 540px;
    margin: auto;
    text-align: center;
    position: relative;
}

.two_right .two_img .img1 {
    margin: auto;
    transform: rotate(360deg);
    animation: rotation 10s linear infinite;
}

.two_right .two_img .two_text {
    display: inline;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.two_right .two_img .two_text h5 {
    font-size: 24px;
    line-height: 36px;
}

.two_right .two_img .two_text .p_title {
    font-size: 22px;
    line-height: 54px;
    color: #333333;
}

.two_right .two_img .two_text .More {
    width: 154px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    line-height: 40px;
    margin: auto;
    border: 1px solid #808080;
}

.two_right .two_img .two_text .More a {
    color: #808080;
    font-size: 16px;
    background: url(../images/icon13.png) no-repeat center right 30px;
    padding: 0 30px;
    text-align: left;
    display: block;
    border-radius: 20px;

}

.two_right .two_img .two_text .More:hover {
    transition: all 0.75s ease-out;
    border: 1px solid #0270e3;
}

.two_right .two_img .two_text .More:hover a {
    transition: all 0.75s ease-out;
    color: #fff;
    background: #0270e3 url(../images/icon5.png) no-repeat center right 30px;
}

.sec_2 .core .min {
    display: table-cell;
    vertical-align: middle;
    max-height: 100%;
}

.sec_2 .core {
    display: table;
    height: 100%;
    width: 100%;
    /* z-index: 30; */
    position: absolute;
    top: 0;
}

.two_left .two_left_box {
    width: 70%;
}

.two_container .swiper-slide {
    background: url(../images/x.png) no-repeat center center;
    /* background-size: ; */
}

.two_left .p1 {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.two_left .p2 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: justify;
    margin-top: 112px;
}

.two_left .more {
    margin-top: 60px;
    width: 180px;
    height: 50px;
    border: 1px solid #0270e3;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}

.two_left .more a {
    color: #0270e3;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    display: block;
    background: url(../images/icon5-1.png) no-repeat center right 35px;
    padding: 0 40px;
    text-align: left;
    overflow: hidden;
    /* z-index: 1; */

}

.two_left .more a:hover {
    color: #fff;
    background: #0270e3 url(../images/icon5.png) no-repeat center right 35px;
    transition: all 0.75s ease-out;
}

.twotitle_container .swiper-slide {
    width: auto !important;
}

.twotitle_container .swiper-slide p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    cursor: pointer;
}

.twotitle_container .swiper-slide-thumb-active p {
    font-size: 18px;
    color: #0270e3;
    font-weight: 500;

}

.twotitle_container {
    width: auto !important;
}

.swi_title {
    position: absolute;
    top: 35%;
}

.two {
    position: relative;
}

.two .swiper-num {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 10px;
}

#fp-nav li .color.active span {
    background-color: #6ebcdf !important;
}

/*  */
.wra_nav {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    right: -100%;
}

.wra_nav .wra_box {
    background-color: #fff;
    width: 20%;
    height: 100%;
    margin-left: 80%;
    padding: 50px 40px;
}

.wra_box ul .wra_list {
    line-height: 40px;
    /*margin-bottom: 40px;*/
    position: relative;

}

.wra_box ul .wra_list ul li {
    line-height: 30px;
}

.wra_box ul .wra_list ul {
    display: none;
}

.wra_box ul .wra_list > a {
    font-size: 20px;
    color: #333;
    display: block;
    border-bottom: 1px solid #eaeaea;
}

.wra_box ul .wra_list .i {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background: url(../images/i.png) no-repeat center center;
    /*background-size: 24px auto;*/
    cursor: pointer;
}

.wra_box ul .wra_list .i.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.search_qy {
    width: 25%;
    height: 50px;
}

.search_qy select, .search_dd select {
    width: 100%;
    height: 100%;
    outline: none;
}

.search_dd {
    width: 25%;
    height: 50px;
}

.search_ss {
    width: 35%;
    height: 50px;
}

.search_ss input {
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
}

.search_join {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.join_title p {
    width: 25%;
    font-size: 18px;
    line-height: 50px;
    padding-left: 30px;
}

.join_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #0270e3;
}

.join_title p:last-child {
    text-align: right;
    padding-right: 30px;
}

.join_d p {
    width: 25%;
    font-size: 16px;
    line-height: 84px;
    padding-left: 30px;

}

.join_d .p4 {
    background: url(../images/icon35.png) no-repeat center right 30px;
}

.join_d.active .p4 {
    background: url(../images/icon36.png) no-repeat center right 30px;
}

.join_d {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border-bottom: 1px solid #e6e6e6; */
    cursor: pointer;
}

.sq {
    display: inline-block;
}

.sq p {
    width: 220px;
    height: 50px;
    border: 1px solid #0270e3;
    text-align: center;
}

.sq p a {
    line-height: 50px;
    color: #0270e3;
    display: block;
    font-size: 18px;
}

.list_box .list_div {
    padding-bottom: 30px;
}

.list_box .list_div .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.list_box .list_div p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.list_box {
    padding: 30px;
}

.join_li ul li {
    border-bottom: 1px solid #e6e6e6;
}

.list_box {
    display: none;
}

.join_li {
    padding-bottom: 40px;
}

.join_d.active {
    background-color: #f6f6f6;
}

.join_list {
    padding-top: 35px;
}

.search_join {
    padding-top: 40px;
}

.wra_list ul {
    padding-left: 20px;
}

.wra_list ul li a {
    font-size: 16px;
    color: #333;
}

.wra_box ul .wra_list > a:hover {
    color: #0270e3;
}

.wra_list ul li a:hover {
    color: #0270e3;
}

.icon_wra {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wra_box {
    position: relative;
}


#yw0 .first, #yw0 .last {
    display: none;
}


.New_details {
    padding: 50px 0;
}

.New_details .title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #000;

}

.New_details .time {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
}

.New_details .New_details_box {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-top: 40px;
}

.New_details .New_details_box img {
    max-width: 100%;
    display: inline-block;
}


/*搜索*/
.search_content {
    padding-top: 80px;
    padding-bottom: 60px;
}

.searchbox1 .searchtext {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 80px;
    box-sizing: border-box;
}

.searchbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/fdj.png) no-repeat center center;
    height: 44px;
    width: 60px;
    outline: none;
    border: none;
}

.search-error {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.searchbtn:hover {
    background: url(../images/fdj_hover.png) no-repeat center center;
    cursor: pointer;
}

/*.search_content {
    text-align: center;
}*/

.searchbox1 {
    width: 50%;
    height: 44px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main .searchbox1 li {
    list-style: none;
}


/**/
.new_banner {
    position: relative;
}

.new_banner .y0 {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #999;
    -webkit-animation: ani 2s linear infinite;
}

@keyframes ani {
    0% {
        box-shadow: 0 0 0px #95A7CF
    }
    25% {
        box-shadow: 0 0 2px 3px #95A7CF
    }
    50% {
        box-shadow: 0 0 5px #95A7CF
    }
    75% {
        box-shadow: 0 0 2px #95A7CF
    }
    100% {
        box-shadow: 0 0 0px #95A7CF
    }
}

.new_banner .y1 {
    top: 10%;
    left: 20%;
}

.new_banner .y2 {
    top: 15%;
    left: 64%;
}

.new_banner .y3 {
    top: 50%;
    left: 40%;
}

.new_banner .y4 {
    top: 40%;
    left: 39%;
}

.new_banner .y5 {
    top: 90%;
    left: 85%;
}

.new_banner .y6 {
    top: 70%;
    left: 25%;
}

.new_banner .y7 {
    top: 38%;
    left: 50%;
}

.new_banner .y8 {
    top: 49%;
    left: 92%;
}

.new_banner .y9 {
    top: 40%;
    left: 72%;
}

.new_banner .y10 {
    top: 23%;
    left: 58%;
}

.new_banner .y11 {
    top: 48%;
    left: 93%;
}

.new_banner .y12 {
    top: 28%;
    left: 70%;
}

.new_banner .y13 {
    top: 32%;
    left: 13%;
}

.new_banner .y14 {
    top: 62%;
    left: 51%;
}

.new_banner .y15 {
    top: 51%;
    left: 22%;
}

.new_banner .y16 {
    top: 79%;
    left: 49%;
}

.pd_banner_box .ss-img {
    width: 62%;
    margin: auto;
}

.header.headerbg {
    background-color: #fff;
}


.main .technology_01 .tec img {
    max-width: 80%;
    margin: auto;
}

.form_list input:hover {
    border: 1px solid #4e6ec3;
}

.form_bottom textarea:hover {
    border: 1px solid #4e6ec3;
}

.ss_img {
    height: 160px;
}

.ss_img img {
    width: 100%;
}

.ro {
    position: relative;
}

.ro .y0 {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: ani 2s linear infinite;
}

.ro .y1 {
    top: 62%;
    left: 34.5%;
}

.ro .y2 {
    top: 77%;
    left: 67%;
}

.ro .y3 {
    top: 62.8%;
    left: 49%;
}

.ro .y4 {
    top: 78%;
    left: 57%;
}

.ro .y5 {
    top: 55%;
    left: 52.7%;
}

.ro .y6 {
    top: 53%;
    left: 26.5%;
}

.ro .y7 {
    top: 35.5%;
    left: 30%;
}

.ro .y8 {
    top: 88%;
    left: 63%;
}

.ro .y9 {
    top: 50%;
    left: 42%;
}

.ro .y10 {
    top: 51%;
    left: 72.4%;
}

.ro .y11 {
    top: 70%;
    left: 50%;
}

.ro .y12 {
    top: 80%;
    left: 30%;
}

.ro .y13 {
    top: 26%;
    left: 86.4%;
}

.ro .y14 {
    top: 49%;
    left: 91.4%;
}

.ro .y15 {
    top: 29%;
    left: 59%;
}

.ro .y16 {
    top: 20%;
    left: 80%;
}

.luo {
    /*z-index: -1;*/
    position: relative;
}

.luo #jparticle {
    height: auto !important;
}

.luo1 {
    width: 100%;
    height: 100%;
    position: absolute;
}

.city {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.city .carL01, .city .carL02, .city .carL03, .city .carL04, .city .carL05, .city .carL06, .city .carL07, .city .carL81, .city .carL91, .city .carL10, .city .carL11, .city .carL12, .city .carL13, .city .carL14, .city .carL15 {
    position: absolute;
}

.city .carT01, .city .carT02, .city .carT03, .city .carT04, .city .carT05, .city .carT06 {
    position: absolute;
}

.city .carT02 {
    left: 20%;
}

.city .carT03 {
    left: 30%;
}

.city .carT04 {
    left: 25%;
}

.city .carT05 {
    left: 60%;
}

.city .carT06 {
    left: 70%;
}

.about_nub .about_li .ab_num span {
    display: inline-block;
    font-size: 42px;
    color: #1a1a1a;
}
