﻿@import url(news.css);
@import url(feedback.css);
@import url(products.css);
@import url(download.css);
@import url(honor.css);






.sub_banner
.sub_banner .sub_banner_img { }
.sub_banner .sub_banner_text { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: -ms-flexbox; display: flex; align-items: center; color: #f2f2f2; }
    .sub_banner .sub_banner_text h1 { font-weight: bold; font-family: 'Jost'; color: #fff; text-transform: uppercase; }
    .sub_banner .sub_banner_text a { color: #fff; }
.page-title .breadcrumb { justify-content: flex-start; padding: 0; background: none; line-height: 24px; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.7); font-family: iconfont; content: "\e667"; font-size: 10px; }
.page-title .breadcrumb:before { font-family: iconfont; content: "\e674"; margin-right: 0.25rem; color: rgba(255, 255, 255, 0.7); }

@media(max-width:768px) {
    .page-title { width: 100%; position: relative; top: inherit; display: none; }
        .page-title .breadcrumb { justify-content: center; }
    .wznav .breadcrumb-item + .breadcrumb-item::before { content: ''; display: inline-block; width: 0; height: 0; overflow: hidden; border: .55em solid #fff; border-top-width: .3em; border-bottom-width: .3em; border-right: 0; border-top-color: transparent; border-bottom-color: transparent; vertical-align: middle; margin-right: .4em; margin-left: 0.4em; border-left-color: #fff; }
}

@media(max-width:768px) {
    .sub_banner .page-title { display: none; }
    .sub_banner .sub_banner_text h1 { font-size: 26px; margin-bottom: 0; text-align: center; }
    .sub_banner { margin-top: 0px; height: 100px; }
        .sub_banner img { height: 100%; width: auto; }
}



.sub-feedback { background: #f9f9fc; padding: 55px 0; }
    .sub-feedback .t1 { font-size: 24px; color: #303f5f; font-weight: bold; margin-bottom: 25px; text-align: center; font-family: 'Jost', sans-serif; }
    .sub-feedback p { font-size: 14px; line-height: 21px; color: #666666; margin-bottom: 35px; text-align: center; }










section.sub-section { padding: 1px 0 0; }

/*@media (max-width: 1199px) {
    section.sub-section { padding: 16px 0rem; }
}*/

.sub-nav { position: absolute; z-index: 2; width: 100%; bottom: 60px; left: 0; font-size: 1rem; color: #fff; line-height: 30px; border-top: 1px rgba(255,255,255,.4) solid; padding: 10px 0px 0px 2px; text-transform: uppercase; }
    .sub-nav:after { content: ""; display: block; width: 50px; height: 3px; background: #fff; position: absolute; top: -2px; left: 0; }
    .sub-nav .iconbox { margin-right: 5px; }
        .sub-nav .iconbox i { color: #fff; margin-right: 5px; }
.breadcrumbs { list-style: none; margin: 0 }
    .breadcrumbs > li, .g-breadcrumbs > span { display: inline-block; vertical-align: top; margin-bottom: 0; margin-right: 5px; }
        .breadcrumbs > li a { color: #fff; }
.breadcrumbs-separator { margin: 0px }
    .breadcrumbs-separator i { font-size: 1rem; }
.breadcrumbs.hide_current .breadcrumbs-item:last-child, .breadcrumbs.hide_current .breadcrumbs-separator:nth-last-child(2) { display: none }
.breadcrumbs.has_text_color a { color: inherit }

@media (max-width: 1199px) {
    .sub-nav { display: none; }
}

.sortnav { position: relative; top: -35px; padding: 0; }
    .sortnav ul { box-shadow: 0 10px 25px -4px rgb(127,127,127,.18); }
        /*.categoriesnav ul {box-shadow:none; }*/
        .sortnav ul:after { display: none; }
        .sortnav ul li { -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
            .sortnav ul li a { display: block; position: relative; height: 100%; text-align: center; height: 4.25rem; line-height: 4.25rem; background: #fff; color: #2e2d3c; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
                .sortnav ul li a::after { position: absolute; content: ''; display: block; width: 1px; height: 30%; background: #ccc; right: 0; top: 35%; }
            .sortnav ul li:last-child a::after { display: none; }
            .sortnav ul li.active a, .sortnav ul li:hover a { color: #fff; background: #1f5fb9; }


/*.sortnav ul li a:before { position: absolute; content: ""; width: 0%; height: 4px; background-color: #1f5fb9; left: 50%; transform: translateX(-50%); bottom: 0; opacity: 0; transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1); }
            .sortnav ul li:hover a:before { opacity: 1; width: 80%; }
            .sortnav ul li.active a:before { opacity: 1; width: 40%; }
            .sortnav ul li.active:hover a:before { opacity: 1; width: 80%; }*/





.categoriesnav { top: 0px; padding-top: 1rem; margin-bottom: 2rem; }
    .categoriesnav ul { flex-wrap: wrap; box-shadow: none; }
        .categoriesnav ul li { width: 20%; padding: 0px 5px; margin: 0.5rem 0; -webkit-flex-grow: 0; -moz-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
            .categoriesnav ul li a { box-shadow: 0px 0px 5px rgb(11 11 11 / 10%); font-size: 16px; }
                .categoriesnav ul li a::after { display: none; }

/*.categoriesnav ul { flex-wrap: wrap; justify-content: flex-start; }
    .categoriesnav ul li { -webkit-flex-grow: 0; -moz-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; width: 20%; }*/
@media (max-width: 1440px) {
    .categoriesnav { top: 0; padding-top: 1rem; }
        .categoriesnav ul { flex-wrap: wrap; box-shadow: none; }
            .categoriesnav ul li { width: 25%; padding: 0px 5px; margin: 0.5rem 0; }
                .categoriesnav ul li a { box-shadow: 0px 0px 5px rgb(11 11 11 / 10%); font-size: 16px; }
                    .categoriesnav ul li a::after { display: none; }
}

@media (max-width: 1199px) {
    .sortnav { top: 0; padding-top: 1rem; }
        .sortnav ul { flex-wrap: wrap; box-shadow: none; }
            .sortnav ul li { width: 50%; padding: 0px 5px; margin: 0.5rem 0; }
                .sortnav ul li a { box-shadow: 0px 0px 5px rgb(11 11 11 / 10%); font-size: 16px; }
                    .sortnav ul li a::after { display: none; }
}





.sub_info { line-height: 26px; }
    .sub_info p { margin-bottom: 10px; }

/*.about-con p { margin-bottom: 1.875rem; }*/



.sub_about { }
    .sub_about img { height: 100%; object-fit: cover; object-position: center; }
    /*.sub_about .bg-map { padding: 40px; }*/
    .sub_about .about-con { }
        .sub_about .about-con h2 { font-weight: bold; padding-bottom: 30px; }
        .sub_about .about-con .about-con-info { color: #666; margin: 0; line-height: 2; }




@media (max-width: 1199px) {
    .sub_about .bg-map { padding: 10px; }
}

.sub_about .num-box { text-align: center; }
    .sub_about .num-box .num-title { font-weight: bold; position: relative; }
        .sub_about .num-box .num-title i { content: ""; font-size: 16px; font-style: normal; line-height: 24px; display: inline-block; position: absolute; top: 0; }
    .sub_about .num-box .num { position: relative; }
        .sub_about .num-box .num:after { content: ""; width: 1px; height: 50px; background: #d6d6d6; right: 0; top: 20px; display: block; position: absolute; }
    .sub_about .num-box .col-md-3:last-child .num:after { display: none; }

.sub-about-honor { margin-bottom: 30px; }
    .sub-about-honor .on { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(202, 62, 54, 0.6); opacity: 0; z-index: 5; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; }
        .sub-about-honor .on i { width: 40px; height: 40px; background: #fff; border-radius: 50%; color: #1f5fb9; text-align: center; line-height: 40px; font-size: 16px; }
    .sub-about-honor:hover .on { opacity: 1; transition: all 0.6s; }







.about-con ul.row { text-align: center }
    .about-con ul.row li { -o-transition: all .3s ease; transition: all .3s ease }
        .about-con ul.row li a { display: flex; flex-direction: column; align-items: center; }
        .about-con ul.row li img { padding: 18px 20px; border: 1px solid #9A9A9A; border-radius: 10px; max-width: 80px; }
        .about-con ul.row li span { margin-top: 11px; font-size: 14px; line-height: 100%; color: rgba(0, 0, 0, .75); -o-transition: all .3s ease; transition: all .3s ease }
        .about-con ul.row li:last-child { margin-right: 0 }
        .about-con ul.row li:hover { margin-top: -6px }
            .about-con ul.row li:hover span { color: #1f5fb9 }



.sub_partner { background: #f5f5f5; margin-top: 50px; padding-bottom: 50px; }
    .sub_partner .ulbox { background: #fff; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; margin-bottom: 30px; }
    .sub_partner .itemli { width: 20%; background: #fff; height: 150px; border: 1px solid #eaeaea; border-right: none; border-bottom: none; transition: all .4s; position: relative; }
        .sub_partner .itemli img { transition: all .4s; }
        .sub_partner .itemli img { display: block; max-width: 80%; max-height: 80%; }

        .sub_partner .itemli .img01 { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
        .sub_partner .itemli .img02 { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotateY(180deg); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; z-index: 1; }
        .sub_partner .itemli:hover .img01 { transform: rotateY(180deg); z-index: 1; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; transform: translate(-50%,-50%) rotateY(180deg); }
        .sub_partner .itemli:hover .img02 { transform: rotateY(360deg); z-index: 2; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; transform: translate(-50%,-50%) rotateY(360deg); }
        .sub_partner .itemli:hover .img02 { z-index: 2; }

    .sub_partner .tit3 { margin-bottom: 1.25rem; }

@media (max-width: 1024px) {
    .sub_partner .ulbox .itemli { height: 100px; }
}

@media (max-width: 768px) {
    .sub_partner .ulbox .itemli { height: 80px; }

    .sub_partner .ulbox .swiper-pagination span { width: 8px; height: 8px; }
}

@media (max-width: 767px) {
    .sub_partner .ulbox .itemli { width: 33.3%; }
    .sub_partner .ulbox { margin-top: 1rem; }
        .sub_partner .ulbox .swiper-pagination span { width: 6px; height: 6px; }
        .sub_partner .ulbox .itemli img { max-height: 80%; }
}













.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: #1f5fb9; 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: #1f5fb9; text-align: center; color: white !important; margin-top: .5rem; 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: 20px 0px 20px 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: #1f5fb9; border: 1px solid #1f5fb9; color: #fff; border-radius: 50%; padding: 10px 13px; margin-right: 3px; }
    .paginator a:hover { background: #1f5fb9; border: 1px solid #1f5fb9; color: #fff; }


.contact_info { line-height: 2; }
    .contact_info h3 { color: #1f5fb9; font-weight: bold; margin: 20px 0; }
    .contact_info p.icon-contact { display: flex; align-items: center; line-height: 30px; margin-bottom: 10px; }
        .contact_info p.icon-contact i.iconfont { background: #1f5fb9; color: #fff; margin-right: 10px; font-size: 28px; width: 40px; height: 40px; line-height: 40px; border-radius: 5px; text-align: center; flex: 0 0 40px; }




.wrap_contact { position: relative; margin-bottom: -20px; }
    .wrap_contact .map #gdmap { height: 20rem; }
    .wrap_contact .map .icon { background: url(/controls/img/marker.png) no-repeat; }
    .wrap_contact .map .icon-cir { height: 31px; width: 28px; }
    .wrap_contact .map .icon-cir-red { background-position: -11px -5px; }
.amap-container { height: 100%; }
.myinfowindow { width: 300px; min-height: 50px; }
    .myinfowindow h5 { height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 100%; word-break: break-all; }
    .myinfowindow div { margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }







.manage-bot { width: 100%; height: 20rem; overflow: hidden; position: relative; margin-top: 1rem; }
    .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: 20%; float: left; height: 100%; border-left: 1px solid rgba(255, 255, 255, .25); padding: 2rem 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: 1.8rem; color: #fff; font-weight: bold; line-height: 2rem; margin-bottom: 0.7rem; transition: font-size .3s; margin: 0; }
    .manage-bot .slides li h3 { font-size: 0.6rem; color: #fff; line-height: 1.1rem }
    .manage-bot .slides li p { font-size: 0.4rem; color: #fff; line-height: 0.7rem; opacity: 0; filter: alpha(opacity=0); transition: opacity .3s }
        .manage-bot .slides li p.en { font-size: 0.4rem; color: #fff; opacity: .5; filter: alpha(opacity=50); line-height: 0.65rem; transition: opacity .3s }
    .manage-bot .slides li i { display: block; width: 3px; height: 0; background: #fff; position: absolute; top: 3.95rem; left: -2px; transition: height .3s, top .3s }
    .manage-bot .slides li.on { width: 40% }
    .manage-bot .slides li.cur { width: 15% }
    .manage-bot .slides li.on i { top: 3.55rem; height: 1.75rem }
    .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: 1rem }
.manage-bot-list { height: 0; overflow: hidden }









.bg-white { padding-bottom: 60px; }
.sb-1 { display: flex; align-items: center; justify-content: center; }
    .sb-1 img { width: 80%; max-width: 400px; }
.sb-2 .tit-24 { margin-top: 1rem; }
.sb-2 .tit-16 { margin-top: 1rem; margin-bottom: 1.25rem; }

@media (max-width: 767px) {
    .sb-1 img { max-width: 300px; }
}




.about-wrapper { background: #fff; }
    .about-wrapper .t1 { font-size: 24px; color: #303f5f; font-weight: bold; margin-bottom: 35px; }
    .about-wrapper p { font-size: 14px; line-height: 24px; margin-bottom: 20px; }

    .about-wrapper h5 { font-size: 16px; line-height: 24px; margin-bottom: 15px; margin-top: 30px; font-weight: bold; }
    .about-wrapper .num { border-right: 1px solid #d6d6d6; text-align: center; margin-top: 50px; }
    .about-wrapper .col-6:last-child .num { border-right: 0; }
    .about-wrapper .num .num-title { font-size: 48px; font-weight: bold; color: #164a96; position: relative; display: flex; justify-content: center; }
    .about-wrapper .num .num-subtitle { font-size: 14px; line-height: 24px; }
    .about-wrapper .num .num-title sub { content: ""; font-size: 16px; color: #164a96; display: inline-block; margin-left: 5px; line-height: 25px; }
.about-culture { background: #e7e7f2; }
    .about-culture .t1 { font-size: 24px; color: #303f5f; font-weight: bold; margin-bottom: 35px; }

.culture-list .row { margin: 0 -1px; }
.culture-list .item { box-sizing: border-box; padding: 0 1px; }
.culture-list .con-box { position: relative; }
.culture-list .init-box { background-color: #fff; box-shadow: 0 0 5em rgba(40,40,40,.02); border-radius: 2px; text-align: center; }
.culture-list .icon { margin: 0 auto; }
.culture-list .con { display: none; }
.culture-list .hover-box { box-sizing: initial; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 100%; padding: 3em 0; background-repeat: no-repeat; background-position: center; background: #1f5fb9; border-radius: 2px; text-align: center; opacity: 0; filter: alpha(opacity=0); transition: all .3s; }
    .culture-list .hover-box .tit { color: #fff; }
.culture-list .line { height: 2px; background-color: #fff; width: 30px; margin: 0 auto; }
.culture-list .con { color: #fff; padding: 0 8%; }
.culture-list .hover-box .con { display: block; }

.culture-list .con-box.cur .hover-box { opacity: 1; filter: alpha(opacity=100); }
.culture-list i { font-size: 5rem; display: block; color: #59bcdb; }
.culture-list .hover-box i { color: #fff; }

/*@media (min-width: 767px) {
    .culture-list .con-box:hover .hover-box { opacity: 1; filter: alpha(opacity=100); }
}*/

@media (max-width: 767px) {
    .culture-list .con { display: block; color: #333; }
    .culture-list .con-box.cur .con { color: #fff; }
}


.about-map { }
    .about-map .t1 { font-size: 24px; line-height: 50px; font-weight: bold; margin-bottom: 15px; }
    .about-map p { font-size: 14px; line-height: 24px; }
    .about-map .img { margin-top: 35px; }


@media(max-width:768px) {
    .about-wrapper .t1 { margin-bottom: 20px; }
    .about-wrapper p { margin-bottom: 15px; }

    .about-wrapper .num .num-title { font-size: 26px; justify-content: flex-start }
    .about-wrapper .col-6:nth-child(2n) .num { border-right: 0; }
    .about-wrapper .num .num-title:after { font-size: 12px; }
    .about-wrapper .num { margin-top: 20px; text-align: left; }
}