﻿@import url(news.css);
@import url(feedback.css);
@import url(products.css);
@import url(download.css);
@import url(honor.css);
.sub_banner { height: 500px; background-position: center bottom; background-repeat: no-repeat; padding-top: 150px; }
.sub-body { margin-top: -34px; position: relative; z-index: 3; padding-top: 34px; padding-bottom: 31px; }
.sub-nav-box { position: absolute; left: 0; width: 100%; top: 0; z-index: 3; transition: all .3s; }
.sub-nav { width: 100%; height: 68px; line-height: 68px; overflow: hidden; }


.sub-nav { font-size: 0; box-shadow: 0 5px 20px rgba(0,0,0,.08); transition: all .3s; border-bottom: 5px solid #25C1FF; background: #237AE4; }
    .sub-nav a { display: inline-block; *display: inline; zoom: 1; width: 33.33%; text-align: center; font-size: 16px; line-height: 68px; color: #fff; position: relative; transition: all .3s; }
        .sub-nav a span { position: relative; z-index: 3; }
        .sub-nav a:before { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 51px; transform: translateY(-50%); background: #e9e9e9; display: none; }
        .sub-nav a:last-child:before { display: none; }
        .sub-nav a:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #25C1FF; background: -ms-linear-gradient(left, #2378e0,#2a5aa6 100%); background: linear-gradient(left, #0075ad,#23a7a4 100%); opacity: 0; filter: alpha(opacity=0); transition: all .3s; }
        .sub-nav a:hover:after { opacity: 1; filter: alpha(opacity=100); }
        .sub-nav a.cur { color: #fff; }
        .sub-nav a:hover { color: #fff; }
        .sub-nav a.cur:before { opacity: 0; filter: alpha(opacity=0); }
        .sub-nav a.cur:after { opacity: 1; filter: alpha(opacity=100); }
.sub-body.fix .sub-nav-box { position: fixed; left: 0; top: 0px; width: 100%; background-color: #237ae4; height: 68px; box-shadow: 0 5px 20px rgba(0,0,0,.08); z-index: 10; border-bottom: 5px solid #25C1FF; }
.sub-body.fix .sub-nav { box-shadow: none; }

.page2 .sub-nav a { width: 20%; }
.page10 .sub-nav a { width: 50%; }
.page9 { padding-top: 0; }
.page0 { padding-top: 0; }
.page8 { padding-top: 0; }
.page18 .sub-nav a { width: 25%; }
.page18 { }
.page11 .sub-nav a { width: 50%; }

.page11 .sub-nav-box { display: none; }
.page9 .sub-nav-box { display: none; }
.page8 .sub-nav-box { display: none; }
.page0 .sub-nav-box { display: none; }

.contact-box1 { background-color: #f3f4f8; padding-bottom: 31px; }

.sub-box-more a { display: block; margin: 31px auto 0; width: 220px; padding-left: 50px; height: 50px; line-height: 50px; font-size: 16px; color: #fff; background-color: #2378e0; text-align: left; border-radius: 25px; background-position: 75% center; background-repeat: no-repeat; background-image: url(../img/newsmore1.png); background-size: 20px; transition: all 0.3s; }
    .sub-box-more a:hover { background-position: 85% center; }

.sub-title { font-size: 32px; color: #333; line-height: 45px; text-align: center; padding-bottom: 50px; padding-top: 60px; position: relative; margin: 0; }
    .sub-title.no-first, .page11 .sub-title { padding-bottom: 50px; padding-top: 31px; }
    .sub-title:after { position: absolute; left: 50%; transform: translateX(-50%); bottom: 35px; width: 50px; height: 2px; background-color: #237ae4; content: ""; }



.sub-tit { margin: 50px 0; text-align: center; clear: both; }
    .sub-tit i { font-style: normal; font-size: 18px; color: #666; line-height: 20px; display: block; height: 20px; letter-spacing: 0; font-weight: normal; text-transform: uppercase; }
    .sub-tit h2 { display: block; font-size: 32px; color: #333333; font-weight: bold; margin-top: 2px; letter-spacing: 2px; line-height: 45px; }

.sub_info { line-height: 30px; }
    .sub_info .sub_info_img { float: right; padding: 4px; border: 2px solid #ccc; margin: 0px 0px 20px 20px; max-width: 45%; }
.sub_culture .row { display: flex; align-items: center; }
.sub_culture .col-md-4 { text-align: center; }
    .sub_culture .col-md-4 h3 { font-size: 48px; line-height: 64px; color: #2378e0; font-weight: bold; margin-bottom: 15px; margin-top: 0; }
    .sub_culture .col-md-4 h4 { font-size: 24px; font-weight: bold; line-height: 36px; color: #4b4b4b; margin: 0; }
.sub_culture .col-md-8 { display: flex; flex-wrap: wrap; }
    .sub_culture .col-md-8 .culture_list { width: 50%; padding-left: 5%; padding-right: 0%; flex: 0 0 auto; }
        .sub_culture .col-md-8 .culture_list:first-child { margin-bottom: 40px; }
        .sub_culture .col-md-8 .culture_list:nth-child(2n+1) { padding-left: 0%; padding-right: 5%; }
    .sub_culture .col-md-8 h3 { font-size: 30px; line-height: 40px; color: #2378e0; font-weight: bold; margin: 0; }
    .sub_culture .col-md-8 h4 { font-size: 24px; font-weight: bold; line-height: 36px; color: #4b4b4b; margin: 0; }
    .sub_culture .col-md-8 p { margin-bottom: 0; }
/*    .sub_culture .col-md-8 .culture_list:last-child {width:100%; }
        .sub_culture .col-md-8 .culture_list:last-child p {width:50%;float:left; }*/
.sub_culture .culture_more { position: relative; border-radius: 5px; line-height: 42px; width: 140px; color: #fff; display: inline-block; background: #2378e0; margin-top: 30px; }
    .sub_culture .culture_more:before { content: ""; position: absolute; display: block; transition: all .6s; width: 100%; height: 0; border-radius: 50%; left: 50%; top: 50%; padding-top: 100%; transform: translateX(-50%) translateY(-50%); }
    .sub_culture .culture_more:hover:before { -webkit-animation: wave .75s; animation: wave .75s; z-index: 1; }

.abt { padding: 20px 0 20px; background: #f4f4f4; position: relative; min-width: 1200px; margin-bottom: 50px; border-top: 1px solid #fff; }
    /*    .abt:after { width: 52%; height: 172px; background: #2A59A6; left: 0; bottom: -50px; z-index: 1; content: "";position:absolute; }*/
    .abt dl { position: relative; z-index: 3; margin-left: 0; }
    .abt dt { float: left; width: 54%; margin-right: 4%; margin-top: 30px; position: relative; }
        .abt dt:before { content: ""; position: absolute; top: -10px; left: -10px; width: 100%; height: 10px; background: #2A59A6; border-radius: 0 5px 0px 0px; }
        .abt dt:after { content: ""; position: absolute; left: -10px; top: -10px; height: 100%; width: 10px; background: #2A59A6; border-radius: 0 0px 0px 5px; }
    .abt dd { width: 100%; }
        .abt dd h3 { font-weight: normal; border-bottom: 2px solid #c8c8c8; height: 80px; color: #333; padding-bottom: 20px; margin: 0; }
            .abt dd h3 b { display: block; font-size: 32px; line-height: 60px; text-transform: uppercase; }
        /*            .abt dd h3 i { display: block; font-size: 22px; line-height: 34px; font-style: normal; }*/
        .abt dd p { font-size: 16px; color: #666; line-height: 30px; }

.culture_content { margin-bottom: 50px; }
    .culture_content .w1520 { background: url(../img/culture.png) no-repeat center; min-height: 380px; padding: 20px 0; }
    .culture_content .pcfl { float: left; }
    .culture_content .pcfr { float: right; }
    .culture_content .dl { color: #617182; }
        .culture_content .dl .h4 { font-size: 18px; margin: 0; font-weight: bold; }
            .culture_content .dl .h4 span { display: inline-block; position: relative; padding-bottom: 10px; color: #333; }
                .culture_content .dl .h4 span:after { content: ''; background: #2A59A6; height: 2px; width: 27px; position: absolute; left: 0; top: 35px; display: block; }
        .culture_content .dl .con { font-size: 16px; padding: 15px 0 30px; line-height: 2.25; color: #666; }


.jd_content { background: #f4f4f4; padding-top: 10px; padding-bottom: 50px; }



.s-categories { margin: 50px 0 40px; }
    .s-categories > div { margin-bottom: 15px; }
    .s-categories a { display: block; line-height: 42px; border: 1px solid #2A59A6; font-size: 16px; border-radius: 15px; padding: 0 20px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
        .s-categories a.active, .s-categories a:hover { background: #2A59A6; color: #fff; }
/*.i-partlist { text-align: center;*/ /* border-bottom-color: rgba(222, 222, 222, 1); border-bottom-style: dashed; border-bottom-width: 1px;*/ /*}
    .i-partlist a { height: 46px; line-height: 46px; padding: 0 25px; text-align: center; margin-left: 15px; margin-right: 15px; margin-bottom: 15px; display: inline-block; font-size: 16px; background: #f5f5f5; border-radius: 2px; color: #4b4b4b; position: relative; display: inline-block; }
        .i-partlist a:hover, .i-partlist a.active { background: #2A59A6; color: #fff; }*/


.categories-con { border: 1px solid #ebebeb; box-shadow: 5px 5px 10px #f0f0f0, -5px -5px 10px #f0f0f0; padding: 0 40px 8px; margin-bottom: 30px; }
.categories-list { margin-top: -1px; }
.categories-list-one { border-top: 1px solid #e6e6e6; padding: 20px 0 10px; display: flex; }
    .categories-list-one h3 { min-width: 80px; max-width: 100%; margin-bottom: 10px; margin-top: 0px; flex: 0 0 120px; }
        .categories-list-one h3 a { display: block; line-height: 30px; height: 30px; font-size: 16px; font-weight: bold; color: #1a1a1a; }
            .categories-list-one h3 a:hover,
            .categories-list-one h3.sidenavcur a { color: #2A59A6; }
    .categories-list-one dl { margin: 0; flex: 1; }
    .categories-list-one dd { display: inline-block; position: relative; height: 40px; line-height: 30px; font-size: 14px; margin-right: 12px; padding-bottom: 10px; }
        .categories-list-one dd > a { display: block; color: #4c4c4c; padding: 0 10px; border: 1px solid transparent; border-radius: 5px; }
        .categories-list-one dd:hover > a,
        .categories-list-one dd.sidenavcur > a { border-color: #2A59A6; color: #2A59A6; }
















.join-item { display: block; padding: 28px 0 28px 28px; line-height: 30px; }
    .join-item:nth-child(2n-1) { background: #f5f5f5; }
    .join-item .item-mains { align-items: stretch; }
    .join-item .flexBox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
    .join-item .right-btn { display: inline-block; width: 114px; height: 36px; flex: 0 0 114px; height: 36px; line-height: 36px; font-size: 14px; color: #fff; background: #2A59A6; text-align: center; }
.join-name { font-size: 18px; color: #333; margin-bottom: 10px; }
.join-item .left-request { font-size: 14px; color: #666; justify-content: flex-start; }
.join-item .request-item { flex: 0 0 auto; padding-right: 20px; margin-right: 20px; position: relative; }
    .join-item .request-item .request-name { font-size: 14px; color: #666; }
    .join-item .request-item:after { position: absolute; height: 14px; width: 1px; background: #ababab; right: 0; top: 50%; margin-top: -7px; content: ""; display: block; }
    .join-item .request-item:last-child:after { display: none; }

.join-item .re_botton { display: inline-block; width: 114px; height: 36px; line-height: 36px; background: #2A59A6; text-align: center; color: white !important; margin-top: .2rem; cursor: pointer; }
.join-item .re_second { display: none; margin-top: 20px; }
    .join-item .re_second div:nth-of-type(1) { font-size: 14px; color: #666; }
.join-item .request-item .request-dt b { font-size: 14px; color: #666; }

.paginator { font: 16px Arial, Helvetica, sans-serif; padding: 30px 0px 10px 0; margin: 0px; }
    .paginator a { text-decoration: none; color: #666; background: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; padding: 10px 13px; margin-right: 3px; }
        .paginator a:visited { padding: 1px 6px; border: solid 1px #ddd; text-decoration: none; }
    .paginator .cpb { background: #2A59A6; border: 1px solid #2A59A6; color: #fff; border-radius: 50%; padding: 10px 13px; margin-right: 3px; }
    .paginator a:hover { background: #2A59A6; border: 1px solid #2A59A6; color: #fff; }


.about-con { font-size: 16px; line-height: 2.1; }
    .about-con .aboutimg { width: 570px; float: left; margin-right: 30px; }

.i-about-info { width: 100%; height: 600px; overflow: hidden; position: relative; background: url(../../img/about_bg.jpg) no-repeat center bottom; margin-top: 50px; }
    .i-about-info .sub-title { color: #fff; }

    .i-about-info ul { font-size: 0; text-align: center; margin-top: 30px; }
        .i-about-info ul li { display: inline-block; width: 25%; position: relative; vertical-align: top; transition: all 0.3s; top: 0; }
            .i-about-info ul li:hover { top: -12px; }
            .i-about-info ul li .itemli { text-align: left; padding: 0 12%; position: relative; height: 300px; }
                .i-about-info ul li .itemli:after { position: absolute; top: 50%; transform: translateY(-50%); right: 0; content: ""; width: 1px; height: 60%; background-color: rgba(255,255,255,0.6) }
                .i-about-info ul li .itemli.last:after { display: none; }
                .i-about-info ul li .itemli .ico { position: relative; font-size: 0; }
                    .i-about-info ul li .itemli .ico img { width: 60px; }
                .i-about-info ul li .itemli .name-com { margin-top: 30px; }
                    .i-about-info ul li .itemli .name-com:nth-child(5) { border-right: 0; }
                    .i-about-info ul li .itemli .name-com .name1 { font-size: 24px; line-height: 32px; color: #fff; }
                    .i-about-info ul li .itemli .name-com .smbiao { font-size: 14px; color: #fff; line-height: 30px; margin-top: 20px; }

.manage-bot { width: 100%; height: 800px; overflow: hidden; position: relative }
    .manage-bot .container { height: 100%; }
    .manage-bot .slides { float: left; height: 100%; border-right: 1px solid rgba(255, 255, 255, .25) }
        .manage-bot .slides li { width: 25%; float: left; height: 100%; border-left: 1px solid rgba(255, 255, 255, .25); padding: 136px 3% 0; position: relative; cursor: pointer; transition: width .3s }
    .manage-bot.edge .slides li { width: 16.66% }
        .manage-bot.edge .slides li.on { width: 25% }
        .manage-bot.edge .slides li.cur { width: 15% }
    .manage-bot .slides li h2 { font-size: 72px; color: #fff; font-weight: bold; line-height: 87px; margin-bottom: 28px; transition: font-size .3s; margin: 0; }
    .manage-bot .slides li h3 { font-size: 24px; color: #fff; line-height: 43px }
    .manage-bot .slides li p { font-size: 16px; color: #fff; line-height: 29px; opacity: 0; filter: alpha(opacity=0); transition: opacity .3s }
        .manage-bot .slides li p.en { font-size: 16px; color: #fff; opacity: .5; filter: alpha(opacity=50); line-height: 26px; transition: opacity .3s }
    .manage-bot .slides li i { display: block; width: 3px; height: 0; background: #fff; position: absolute; top: 158px; left: -2px; transition: height .3s, top .3s }
    .manage-bot .slides li.on { width: 40% }
    .manage-bot .slides li.cur { width: 20% }
    .manage-bot .slides li.on i { top: 142px; height: 70px }
    .manage-bot .slides li.on p { opacity: 1; filter: alpha(opacity=100) }
        .manage-bot .slides li.on p.en { opacity: 0; filter: alpha(opacity=0) }
    .manage-bot .slides li.on h3 { font-size: 42px }
.manage-bot-list { height: 0; overflow: hidden }





.sub_advantage { position: relative; white-space: nowrap; overflow: hidden; }
.sub_advantage_info { font-size: 32px; line-height: 36px; text-align: center; margin: 20px 0 40px 0; }
    .sub_advantage_info b { color: #2A59A6; }
.sub_advantage li { float: left; background-repeat: no-repeat; background-size: cover; background-position: right center; height: 286px; width: 18.9%; position: relative; cursor: pointer; transition: all 0.3s; }
    .sub_advantage li.bg1 { background: #ef380c }
    .sub_advantage li.bg2 { background: #fead04 }
    .sub_advantage li.bg3 { background: #28a983 }
    .sub_advantage li.bg4 { background: #3c79ca }
    .sub_advantage li.hover { width: 43.3%; }
    .sub_advantage li .item-jie { padding: 36px 30px; }
        .sub_advantage li .item-jie .pinbold { font-size: 24px; color: #fff; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; }
        .sub_advantage li .item-jie .en-name { font-size: 14px; color: #fff; line-height: 20px; margin-top: 10px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; white-space: normal; }
        .sub_advantage li .item-jie .name-jie { font-size: 14px; line-height: 20px; margin-top: 20px; text-align: justify; color: #fff; overflow: hidden; max-height: 120px; opacity: 0; white-space: normal; }
    .sub_advantage li .inco { position: absolute; right: 30px; top: 196px; width: 60px; height: 60px; transform: all 0.3s; font-size: 60px; color: #fff; opacity: 0.5; z-index: 10; transition: all 0.3s; }
    .sub_advantage li.hover .item-jie .en-name { font-size: 16px; line-height: 24px; }
    .sub_advantage li.hover .item-jie .name-jie { opacity: 1; transition: all 0.3s .3s; }




.sub_path ul { padding-top: 30px; position: relative; }
    .sub_path ul:after { }
    .sub_path ul li .container { position: relative; width: 1000px; }
    .sub_path ul li:after { width: 1px; position: absolute; left: 50%; top: 0; transform: translateX(-50%); height: calc(100% + 30px); content: ""; background-color: #dbe1e8; z-index: 1; }
    .sub_path ul li:nth-child(1):after { top: 30px; }
    .sub_path ul li:nth-last-child(1):after { height: calc(100% - 30px); }
    .sub_path ul li { cursor: pointer; position: relative; padding: 30px 0; }
        .sub_path ul li .after { position: absolute; width: 24px; height: 24px; top: 30px; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; background-position: center; background-size: 24px; transition: all 0.3s; z-index: 10; opacity: 1; transform: translate(-50%,-50%); top: 50%; }

        .sub_path ul li .before { width: 68px; height: 68px; background-size: 68px; opacity: 0; transition: all 0.3s; z-index: 10; }
        .sub_path ul li .left { position: absolute; top: 50%; margin-top: -22px; transform: translateY(0%); left: 0; width: 42.3%; font-size: 14px; color: #999999; text-align: right; }
            .sub_path ul li .left .shuzi { font-size: 36px; color: #666666; line-height: 40px; transition: all 0.3s; }
        .sub_path ul li .right { float: right; width: 42.3%; text-align: left; color: #666666; line-height: 40px; transition: all 0.3s; }
        .sub_path ul li:nth-child(2n) .left { left: auto; right: 0; text-align: left; }
        .sub_path ul li:nth-child(2n) .right { float: left; text-align: right; }

        .sub_path ul li:hover { background-color: #f6f6f6; }
            .sub_path ul li:hover .left .shuzi { color: #2A59A6; }
            .sub_path ul li:hover .right { color: #2A59A6; }
            .sub_path ul li:hover .after { opacity: 0; }
            .sub_path ul li:hover .before { opacity: 1; }













.pro-title { background: #2378e0; height: 80px; }
    .pro-title h3 { border-bottom: 1px solid #fff; line-height: 75px; height: 75px; font-size: 24px; color: #f1f3ef; text-align: center; margin-top: 0 }
.pro-list { background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .2); border-radius: 0 10px 10px 0; }
    .pro-list ul { width: 100% }
    .pro-list li { width: 100% }
        .pro-list li a.pro-tit-one { display: block; width: 100%; height: 50px; line-height: 50px; font-size: 16px; padding: 0 2% 0 10%; background: #fff url(../img/pro01.png) no-repeat 4% center; transition: background .3s }
        .pro-list li a.cur { color: #2A59A6; font-weight: bold; }
        .pro-list li a.pro-tit-one.cur, .pro-list li a.pro-tit-one:hover { background: #2A59A6 url(../img/pro01_h.png) no-repeat 6% center; color: #fff }
        .pro-list li .pro-con-one { display: none; background: #fafafa; }
        .pro-list li .pro-tit-two { width: 100%; height: 40px; line-height: 40px; overflow: hidden; display: block; font-size: 14px; color: #666; padding: 0 2% 0 12%; border: 1px solid #e6e6e6; transition: color .3s }
        .pro-list li .pro-con-two { width: 100%; padding: 5px 2% 5px 12%; display: none }
        .pro-list li .pro-tit-three { display: block; width: 100%; font-size: 13px; color: #666; line-height: 30px; height: 30px; overflow: hidden }
        .pro-list li .pro-con-three { width: 100%; padding: 5px 2% 5px 14%; display: none }
        .pro-list li .pro-tit-four { display: block; width: 100%; font-size: 13px; color: #666; line-height: 30px; height: 30px; overflow: hidden }

.pro_content { }
.pro-box .pro-search { margin-top: 20px; }
.pro-box .pro-search-box { background: #fff; box-shadow: 0 0 20px rgb(0 0 0 / 20%); border-radius: 0 0 10px 10px; padding: 20px 0; }
.pro-box .input-box { width: 92%; position: relative; height: 47px; margin: 0px auto; border: 1px solid #ccc; }
    .pro-box .input-box input { width: 100%; height: 45px; border: none; padding: 0px 56px 0 16px; font-size: 14px; }
    .pro-box .input-box .iconfont { position: absolute; right: 16px; top: 10px; font-size: 24px; line-height: 24px; color: #999; cursor: pointer; background: none; border: none; }
        .pro-box .input-box .iconfont:focus { outline: none; }













#joinpage1 { padding: 0px 0 31px; font-size: 18px; line-height: 2; }

#joinpage2 { background: url(/img/join_bg.jpg); font-size: 18px; }
    #joinpage2 .pagePadding { padding: 31px 0 31px; position: relative; }
.pageline { position: absolute; left: 0; top: 0; width: 8px; height: 126px; background-color: #2378e0; }
.joining-c { width: 50%; margin-left: 2%; float: left; display: block; }
.pageT { margin-bottom: 45px; }
    .pageT .zh { font-size: 36px; line-height: 1.5; margin-bottom: 20px; }
.pageC { overflow: hidden; line-height: 2; }
    .pageC p { margin-bottom: 0; }
.joining-img { float: right; width: 45%; }


#joinpage3 ul.goumai-ul { font-size: 0; margin-top: 31px; display: flex; flex-wrap: wrap; }
    #joinpage3 ul.goumai-ul li { padding-right: 3.5%; padding-left: 3.5%; text-align: center; width: 25%; vertical-align: top; margin-bottom: 30px; position: relative; }
        #joinpage3 ul.goumai-ul li:nth-last-child(1) { margin-right: 0; }
        #joinpage3 ul.goumai-ul li .gouyuan { font-size: 22px; color: #666; width: 200px; height: 150px; border: 2px solid #2378e0; border-radius: 50%; height:200px; margin-bottom: 20px; display: inline-flex;align-items:center; position: relative; }
            #joinpage3 ul.goumai-ul li .gouyuan .num { position: absolute; right: 10px; bottom: 0; width: 36px; height: 36px; background: #2378e0; border-radius: 100%; text-align: center; line-height: 36px; }
                #joinpage3 ul.goumai-ul li .gouyuan .num span { display: block; font-size: 16px; color: #fff; transform: skewX(-10deg); }
        #joinpage3 ul.goumai-ul li:after { position: absolute; top: 75px; content: ""; width: 96px; height: 10px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; background-image: url(../img/smyuan.png); right: -48px; }
        #joinpage3 ul.goumai-ul li:nth-child(4n):after { display: none; }
        #joinpage3 ul.goumai-ul li .pho-gun { width: 80%; margin: 0 auto; }
        #joinpage3 ul.goumai-ul li .gou-item { font-size: 14px; color: #666; line-height: 24px; text-align: left; }
            #joinpage3 ul.goumai-ul li .gou-item span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #2378e0; margin-right: 4px; position: relative; top: -2px; }

.join_con1 { font-size: 24px; text-align: center; padding: 0px; width: 50%; margin: 31px auto 0; }
.join_con2 { font-size: 20px; text-align: center; margin: 31px auto; line-height: 36px; }





#dd_dd { background: #dcdcdc; border-spacing: 2px 2px; border-collapse: separate; }
    #dd_dd th { background: #f5f5f5; padding: 10px; }
    #dd_dd td { padding: 10px; }


.online-tools-wrap { display: flex; justify-content: space-between; }
    .online-tools-wrap .left-box { width: 280px; flex-shrink: 0; }
.secondary-menu-wrap .menu-list { background: #ffffff; padding: 16px 0; }
    .secondary-menu-wrap .menu-list .menu-item { padding: 21px 0; transition: all 0.4s; width: 100%; min-height: 58px; }
    .secondary-menu-wrap .menu-list .menu-active { background: #f8f8f8; font-weight: 600; }
    .secondary-menu-wrap .menu-list .menu-item:hover { background: #f8f8f8; }
    .secondary-menu-wrap .menu-list .menu-item .name { display: inline-block; font-size: 16px; line-height: 22px; border-left: 4px solid #fff; padding: 0 32px; transition: all 0.4s; }
    .secondary-menu-wrap .menu-list .menu-active .name { border-left: 4px solid #2378e0; }
    .secondary-menu-wrap .menu-list .menu-item:hover .name { border-left: 4px solid #2378e0; }
.online-tools-wrap .right-box { width: calc(100% - 296px); margin-left: 16px; background: rgb(255, 255, 255); }
    .online-tools-wrap .right-box .trainingCertification { background: rgb(255, 255, 255); padding: 30px 30px }


#servicepage1 { position: relative; z-index: 1; padding: 0px 0 31px; background-color: #f6f6f6; }
.service-tab-box { position: relative; }
    .service-tab-box .service-tab { overflow: hidden; display: flex; justify-content: space-between; }
        .service-tab-box .service-tab .con-box { text-align: center; width: 23.95%; margin-right: 1.4%; background-color: #fff; padding: 70px 0 80px; }
        .service-tab-box .service-tab .icon { width: 86px; margin: 0 auto; }
            .service-tab-box .service-tab .icon img { width: 100%; }
        .service-tab-box .service-tab .tit { font-size: 28px; line-height: 32px; color: #1e1e1e; margin-top: 36px; }
        .service-tab-box .service-tab .pub-con { padding: 0 8%; margin-top: 24px;font-size: 14px; line-height: 30px; color: #4c4c4c; }




#fuwupage1 { padding: 0px 0 31px; background-color: #00114A; }
    #fuwupage1 .sub-title { color: #fff; }
.contactUs-list .item { display: inline-block; width: 48%; margin-right: 4%; }
    .contactUs-list .item:nth-child(2n) { margin-right: 0; }
    .contactUs-list .item .box-img { overflow: hidden; width: 100%; position: relative; }
        .contactUs-list .item .box-img::after { content: ""; display: inline-block; width: 100%; height: 4px; background: #05C4FF; position: absolute; left: 0; bottom: 0; }
        .contactUs-list .item .box-img img { transition: all 0.5s; width: 100%; display: inline-block; }
    .contactUs-list .item:hover .box-img img { transition: all 0.5s; transform: scale(1.1); }
    .contactUs-list .item .item-name { font-size: 18px; color: #ffffff; margin-top: 15px; margin-bottom: 10px; }
    .contactUs-list .item .item-intro { font-family: 'PingFangThin'; color: #ffffff; font-weight: lighter; margin-bottom: 20px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; }
    .contactUs-list .item .link { color: #05C4FF; font-size: 12px; display: inline-block; width: 100%; }
        .contactUs-list .item .link .iconfont { vertical-align: middle; opacity: 0; transition: all 0.5s; font-size: 14px; }
        .contactUs-list .item .link:hover .iconfont { transition: all 0.5s; opacity: 1; }
#fuwupage2, #fuwupage4 { padding: 0px 0 31px; background-color: #f3f4f8; }
#fuwupage3 { margin-bottom: 31px; }




@media (max-width: 1170px) {
}

@media (max-width: 992px) {
    .sub-nav {display:flex; }
    .sub-nav a { display: flex; align-items: center; justify-content: center; line-height: 24px; }

    .sub-title { font-size: 24px; padding: 50px 0 40px;}
        .sub-title::after { /*bottom: 10px;*/ }
    .sub_banner { height: 350px; padding-top: 0; }
    .sub_info .sub_info_img { width: 100%; float: initial; max-width: initial; margin: 0; }
    .sub_culture .row { flex-direction: column; }
    .sub_culture .col-md-4 { margin-bottom: 40px; }


    .sub_path ul { padding-top: 30px; position: relative; }
        .sub_path ul:after { }
        .sub_path ul li .container { position: relative; width: 100%; }
        .sub_path ul li:after { width: 1px; position: absolute; left: 50%; top: 0; transform: translateX(-50%); height: calc(100% + 30px); content: ""; background-color: #dbe1e8; z-index: 1; }
        .sub_path ul li:nth-child(1):after { top: 30px; }
        .sub_path ul li:nth-last-child(1):after { height: calc(100% - 30px); }
        .sub_path ul li { cursor: pointer; position: relative; padding: 30px 0; }
            .sub_path ul li .after { position: absolute; width: 24px; height: 24px; top: 30px; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; background-position: center; background-size: 24px; transition: all 0.3s; z-index: 1; opacity: 0; transform: translate(-50%,-50%); top: 50%; }
            .sub_path ul li .before { width: 48px; height: 48px; background-size: 48px; opacity: 1; transition: all 0.3s; z-index: 1; }
            .sub_path ul li .left { position: absolute; top: 50%; margin-top: -22px; transform: translateY(0%); left: 0; width: 42.3%; font-size: 14px; color: #999999; text-align: right; }
                .sub_path ul li .left .shuzi { font-size: 24px; color: #666666; line-height: 40px; transition: all 0.3s; }
            .sub_path ul li .right { float: right; width: 42.3%; text-align: left; font-size: 12px; color: #666666; line-height: 24px; transition: all 0.3s; }
            .sub_path ul li:nth-child(2n) .left { left: auto; right: 0; text-align: left; }
            .sub_path ul li:nth-child(2n) .right { float: left; text-align: right; }
            .sub_path ul li:nth-child(2n) { background-color: #f6f6f6; }


    .service-tab-box .service-tab { flex-wrap: wrap; }
        .service-tab-box .service-tab .tit { font-size: 20px; }
        .service-tab-box .service-tab .con-box { width: 49%; margin-right: 2%; margin-bottom: 2%; }
            .service-tab-box .service-tab .con-box:nth-child(2n) { margin-right: 0; }
        .service-tab-box .service-tab .pub-con { padding: 0 8%; height: 120px; font-size: 14px; line-height: 30px; color: #4c4c4c; margin-top: 12px; }

    .news-list-line .con { width: 60%; padding: 10px; }
    .news-list-line h2 { height: 32px; font-size: 18px; line-height: 32px; }
    .news-list-line .font { line-height: 24px; height: 48px; }

    #joinpage1 {font-size: 14px;}
    #joinpage2 { font-size: 14px; }
    .joining-c { width: 100%; }
    .joining-img { width: 100%;margin-top:20px; }
    .joining-img img { width: 100%; }
    #joinpage3 ul.goumai-ul li {width:33.3%; }
        #joinpage3 ul.goumai-ul li:nth-child(3n):after { display: none; }
    .join_con1 { font-size: 20px; width: 100%; }
    .join_con2{font-size:16px;}
    .pro_menu { width: 100%; float: none; display: none; }

    .info-pic {width:80%;float:initial;margin:0 auto; }
    .info-font {width:100%; }
        .info-font h2 {font-size:28px; }
        .info-font .font {padding:10px 0; }
        .info-font .info-download-list { margin-bottom: 20px; }
}

@media (max-width: 768px) {
    .sub-nav a { font-size: 14px; }
    .pic_list .g-img .ti { font-size: 14px; }
    .contactUs-list .item { display: inline-block; width: 100%; margin-right: 0; margin-bottom: 20px; }
        .contactUs-list .item:nth-child(2n) { margin-right: 0; }


    .online-tools-wrap { flex-direction: column; }
        .online-tools-wrap .left-box { width: 100%; }
    .secondary-menu-wrap .menu-list .menu-item .name { font-size: 14px; }
    .online-tools-wrap .right-box { width: 100%; margin: 16px 0 0 0; }
    .info-download-list li { height: 48px; padding: 6px 10px 6px 10px; line-height: 36px; border-bottom: 1px solid #fff; }
        .info-download-list li .lookfor { font-size: 14px; line-height: 36px; }
        .info-download-list li a { margin: 5px 0 0 5px; }
    .sub-box-more a { margin: 20px auto 0; width: 120px; padding-left: 20px; height: 30px; line-height: 30px; font-size: 14px; border-radius: 15px; background-position: 80% center; }
    .new-pic-link li img { height: 50px; }
    .news-list-line a { flex-wrap: wrap; }
    .news-list-line .pic { width: 100%; padding: 0; }
    .news-list-line img { position: initial; }
    .news-list-line .con { width: 100%; }

    #joinpage3 ul.goumai-ul li { width:50%; }
        #joinpage3 ul.goumai-ul li:nth-child(2n):after { display: none; }
}
