.daohang {
    padding: 0 30px 0 100px;
    line-height: 95px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    /* background: #fff; */
    /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.278);
}

.daohang.active {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    line-height: 70px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.daohang.active .daohang_en .iconfont {
    color: #acacac;
}

.daohang.active .daohang_en em {
    color: #acacac;
}

.daohang.active .daohang_crm {
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
    display: none;
}

.daohang.active .daohang_ul>li>a {
    color: #505050;
}

.daohang.active .daohang_fr a {
    color: #acacac;
}

.daohang_pa {
    position: absolute;
    left: 0;
    top: 5px;
    color: #cb3434;
    font-size: 14px;
    line-height: 18px;
}

.daohang_en em {
    font-style: initial;
    color: #fff;
    font-size: 0.875rem;
    position: relative;
    top: -2px;
}

.daohang_en .iconfont {
    color: #fff;
}
.daohang_crm{
    display: none;
}
.daohang_en {
    margin-right: 30px;
    display: none;
}

.daohang_fr a {
    color: #fff;
    font-size: 0.875rem;
}

.daohang_fr .iconfont {
    font-size: 1.25rem;
}

.daohang_crm {
    position: relative;
    top: -2px;
    /* display: inline-block; */
    margin: 0 15px;
    padding: 0 10px;
    height: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.daohang.active .daohang_cd,
.daohang.active .daohang_fr .icon-sousuo {
    color: #acacac;
}

.daohang_fl img:nth-of-type(2),
.daohang.active .daohang_fl img:nth-of-type(1) {
    display: inline-block;
}

.daohang_fl img:nth-of-type(1),
.daohang.active .daohang_fl img:nth-of-type(2) {
    display: none;
}
.daohang_cd{
    margin-left: 15px;
}
.daohang_cd,
.daohang_fr .icon-sousuo {
    color: #fff;
}

.daohang_ul>li {
    position: relative;
    float: left;
    margin-right: 0.25rem;
}

.daohang_ul>li>a {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 1.4rem;
    z-index: 55;
}


/* .daohang_ul > li > a::after {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 0;
            height: 100%;
            background: url(../img/1.jpg) no-repeat;
            background-size: 100% 100%;
            content: "";
            z-index: -1;
        }

    .daohang_ul > li:hover > a::after, .daohang_ul > li.active > a::after {
        width: 100%;
    } */

.daohang.active .daohang_ul>li:hover>a,
.daohang.active .daohang_ul>li.active>a,
.daohang_ul>li:hover>a,
.daohang_ul>li.active>a {
    color: #e60012;
}

.daohang_ul {
    margin-right: 80px;
}

.banner_size {
    position: absolute;
    left: 20%;
    left: 29%;
    top: 45%;
    transform: translateY(-50%);
    color: #fff;
    width: 26%;
}

.banner .swiper-slide:nth-child(1) .banner_size {
    width: 70%;
}

.banner .swiper-slide:nth-child(3) .banner_size {
    left: 16%;
    top: 50%;
    color: #000;
}

.banner_size p:nth-of-type(1) {
    font-size: 3.125rem;
    font-weight: bold;
}

.banner_size p:nth-of-type(2) {
    font-size: 1.375rem;
    margin: 20px 0 35px 0;
}

.banner_size_a a {
    color: #fff;
    font-size: 14px;
    background: #e70c1d;
    line-height: 48px;
    width: 135px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
}

.banner .swiper-button-white {
    display: none;
}

.about_img {
    width: 48%;
}

.about_img_more {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 55;
    display: none;
}

.about_img_more a {
    color: #fff;
    font-size: .9375rem;
    display: inline-block;
    line-height: 95px;
    padding: 0 40px;
    background: #0054a7;
    position: relative;
}

.about_img_more a:nth-of-type(1):after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-size: 100% 100%;
    background: url(../img/1.png) no-repeat;
    width: 25px;
    height: 55px;
}

.about_img_more a:nth-of-type(2) {
    background: #0760b8;
    position: relative;
    left: -5px;
}

.about_img {
    padding-bottom: 50px;
}

.about {
    padding: 95px 0;
    background: url(../img/6.jpg) no-repeat;
    background-size: cover;
}

.about_div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
}

.about_div_wid {
    width: 49%;
    float: left;
}

.title p:nth-of-type(1) {
    color: #0054a7;
    font-size: 2.8rem;
    font-weight: bold;
}

.title p:nth-of-type(2) {
    color: #000000;
    font-size: 1.875rem;
    margin: 20px 0 25px 0;
}

.title p:nth-of-type(3) {
    color: #787878;
    font-size: 1.0625rem;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.about_div_ul>li {
    width: 45%;
    padding: 20px 10px;
    border-bottom: 1px solid #cfcfcf;
}

.about_div_ul>li:nth-of-type(1),
.about_div_ul>li:nth-of-type(2) {
    border-top: 1px solid #cfcfcf;
}

.about_div_ul>li:nth-of-type(odd) {
    float: left;
}

.about_div_ul>li:nth-of-type(even) {
    float: right;
}

.about_div_ul>li .fl {
    width: 40%;
}

.about_div_ul>li .fr {
    width: 60%;
    color: #2c3136;
    font-size: .9375rem;
}

.about_div_ul>li .fr span {
    color: #2c3136;
    font-size: 2.3125rem;
    margin-right: 5px;
}

.about_div_ul {
    margin-top: 36px;
}

.counter {
    padding: 0;
}


/* .service {
    overflow: hidden;
    position: relative;
    background: url(../img/4.jpg) center/cover no-repeat;
    background-attachment: fixed;
    padding-top: 85px;
} */

.service_top {
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    /* font-weight: bold; */
    padding: 35px 0 50px 0;
}

.service .about_ti>p:nth-of-type(1) {
    color: #fff;
}

.service .about_ti>p:nth-of-type(2) {
    color: rgb(151, 151, 151);
}

.service_ul li {
    display: inline-block;
    /* background-color: rgba(255, 255, 255, 0.2); */
    width: 130px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 20px;
    /* margin-right: 30px;
        padding-top: 20px; */
}

.service_ul li:nth-of-type(1),
.service_ul li:nth-of-type(2) {
    margin-bottom: 25px;
}

.service_ul li:nth-of-type(1),
.service_ul li:nth-of-type(3) {
    margin-right: 25px;
}

.service_ul li img {
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.service_ul li p {
    font-size: 1rem;
    font-weight: bold;
    /* margin-top: 12px; */
    color: #fff;
}

.service_wid>.fl {
    margin-top: 5%;
}

.service_bott {
    background-color: rgb(0, 0, 0, 0.502);
    margin-top: 145px;
}

.service_div {
    /* padding: 30px 0; */
}

.service_div li {
    width: 33.33%;
    float: left;
    position: relative;
}


/* .service_div li>a{
        display: block;
        opacity: 0;
    } */

.service_div_size a {
    color: #fff;
    font-size: 1.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.service_div_size p {
    font-size: 1.0625rem;
    color: #fff;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.service_div_size {
    /* position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        padding: 15px 35px; */
    /* border-left: 1px solid #5a6777; */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.service_div_size::after {
    display: block;
    content: '';
    background: url(../img/1.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 55px;
}

.service_div li:nth-of-type(1) .service_div_size {
    border-left: none;
}

.service .title2{
    display: none;
}
/* .service_div li:hover>a{
        opacity: 1;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out
    }
    .service_div li:hover .service_div_size{
        background: #0054a7;
        top: -44%;
        padding: 35px ;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out
    }
    .service_div li:hover .service_div_size::after{
        opacity: 1;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out
    } */

.service .title p:nth-of-type(2),
.service .title p:nth-of-type(1) {
    color: #fff;
}

.service .title p:nth-of-type(2) {
    margin: 8px 0 0 0;
}

.service {
    padding: 0;
}

.service_img>div {
    display: none;
}

.service_pa {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.service_img>div {
    height: 641px;
}

.service_wid>div {
    width: 50%;
}

.service_div {
    background: rgba(0, 0, 0, 0.302);
    width: 80%;
    float: right;
}

.service_div li {
    width: 100%;
    float: left;
    /* height: 214px; */
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.service_div_size {
    padding: 52.5px 45px;
    width: 85%;
}

.service_div_size p {
    height: 0;
    margin-top: 0;
    line-height: 32px;
}

.service_div_a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../img/s1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    z-index: 22;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.service_div li.active .service_div_a,
.service_div li:hover .service_div_a {
    background: url(../img/s2.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.service_div_size a {
    /* padding-top: 35px; */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.service_div li.active .service_div_size a,
.service_div li:hover .service_div_size a {
    padding-top: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #0054a7;
}

.service_div li.active .service_div_size p,
.service_div li:hover .service_div_size p {
    height: auto;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-top: 15px;
    color: #393939;
}

.service_div li.active,
.service_div li:hover {
    background: rgba(255, 255, 255, 0.8);
}

.news_fl {
    width: 25%;
}

.news_fr {
    width: 75%;
}

.news_fl .title {
    padding-bottom: 160px;
}

.news {
    padding: 135px 0 135px 0;
    /* background: url(../img/8.jpg) no-repeat;
    background-size: cover; */
}

.news_fl_a a {
    color: #0054a7;
    font-size: .9375rem;
}

.news_fr_ico {
    display: inline-block;
    margin-left: 28px;
}

.news_fr_ico .bshare-custom a {
    background: none !important;
    padding-left: 0 !important;
    color: #e70c1d !important;
    position: relative;
    top: -2px;
}

.news_fr_top span {
    color: #7b7b7b;
    font-size: .9375rem;
}

.news_fr_top .iconfont {
    color: #e70c1d;
    font-size: 1.25rem;
}

.news_fr_div {
    margin-top: 15px;
}

.news_fr_div>a {
    color: #000000;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0;
}

.news_fr_div p {
    font-size: 1.0625rem;
    line-height: 35px;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_fr .swiper-button-next,
.news_fr .swiper-button-prev {
    background: none;
    bottom: 70%;
    top: auto;
    left: -33.5%;
}

.news_fr .swiper-button-next {
    right: auto;
    left: -26%;
}

.news_fr .swiper-button-next .iconfont,
.news_fr .swiper-button-prev .iconfont {
    color: #2d2c2c;
    font-size: 2.8125rem;
}

.future {
    overflow: hidden;
    z-index: -1;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(44, 45, 48, 0.0), rgba(44, 45, 48, 0.10));
}

.future2 {
    height: 500px;
    line-height: 500px;
}

.investor_back {
    padding: 90px 0 150px 0;
    background: url(../img/11.jpg) no-repeat;
    background-size: cover;
}

.future .title {
    padding-left: 135px;
}

.investor .investor_top {
    position: absolute;
    right: 0;
    top: 90px;
    left: 0;
    width: 100%;
}

.investor_div {
    padding: 40px 0 45px 95px;
    width: 65%;
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
    float: right;
    background-size: 100% 100%;
    background-color: #6f7379;
}

.investor_div p {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 300;
}

.investor_div p:nth-of-type(2) {
    margin: 10px 0 20px 0;
}

.investor_div a {
    color: #fff;
    font-size: .9375rem;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 35px;
    display: inline-block;
    text-transform: uppercase;
}

.share_ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.share_ul li .iconfont {
    font-size: 2.5625rem;
    color: #0054a7;
}

.share_ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #0054a7;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
}

.share {
    background: #dfe6e9;
    padding: 30px 0 20px 0;
}


/* 底部 */

.foot {
    background: #222222;
}

.foot_fl {
    font-size: .9375rem;
    color: #fff;
    width: 100%;
    line-height: 30px;
}

.foot_fl_div {
    border-top: 1px solid #474747;
    margin-top: 30px;
    padding: 40px 0 95px 0;
}

.foot_fl>div {
    width: 45%;
}

.foot_fl>p {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0;
}

.foot_fl>p:nth-of-type(1) {
    margin-top: 0;
}

.foot_fl>div>p .iconfont {
    margin-right: 8px;
    font-size: 1.25rem;
}

.foot_fl .bshare-custom .iconfont {
    color: #999999;
    font-size: 1.375rem;
}

.foot_fl .bshare-custom a {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 50%;
    text-align: center;
    padding-left: 0 !important;
    color: #999999;
    background: transparent;
    border: 1px solid #999999;
    position: relative !important;
    overflow: hidden !important;
    margin: 0 6px !important;
    display: inline-block !important;
}

.foot_fl .bshare-custom a:nth-of-type(1) {
    margin-left: 0 !important;
}

.foot_fl .bshare-custom a:hover {
    background-color: #0054a7;
    border: 1px solid #0054a7;
}

.foot_fl .bshare-custom a:hover i {
    color: #FFF;
}

.foot_fl .bshare-custom {
    line-height: 35px !important;
    margin-top: 15px;
}

.foot_fl_size .fr a {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    background: #383838;
    line-height: 60px;
    width: 200px;
    border: 1px solid #5d5d5d;
    text-align: center;
    border-radius: 5px;
}

.foot_fl_size .fr a span {
    color: #e60012;
}

.foot_fl .fl .fl {
    color: #999999;
}

.foot_div {
    padding: 65px 0 0 0;
}

.foot_fr {
    width: 100%;
    padding-left: 0px;
    /* border-left: 1px solid #cccdce; */
}

.foot_fr>ul {
    /* width: 25%; */
    float: left;
    color: #fff;
    font-size: .9375rem;
    line-height: 30px;
    /* height: 215px; */
    /* margin-bottom: 45px; */
    margin-left: 157px;
}

.foot_fr>ul:nth-of-type(1) {
    margin-left: 0;
}

.foot_fr>ul a {
    color: #999999;
}

.foot_fr>ul li:nth-of-type(1) a {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot_fr>ul:nth-of-type(5),
.foot_fr>ul:nth-of-type(6),
.foot_fr>ul:nth-of-type(7) {
    margin-bottom: 0;
    height: auto;
}

.foot_bor {
    background: #0054a7;
    padding: 30px 0 20px 0;
    color: #fff;
    font-size: .9375rem;
    font-weight: bold;
}

.foot_bor a {
    color: #FFF;
}


/* 产品详情 */

.picture_div {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.picture_size {
    color: #fff;
    font-size: 2.8125rem;
    font-weight: bold;
    text-align: center;
}

.picture_a {
    color: #ffffff;
}

.picture_a a {
    color: #fff;
    font-size: 1rem;
    padding: 0 5px;
    display: inline-block;
}

.picture_a a:nth-of-type(1) {
    margin-left: 0;
}

.second {
    line-height: 75px;
    background: #fff;
    text-align: center;
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
}

.second_ul li {
    display: inline-block;
    margin: 0 10px;
}

.second_ul li a {
    color: #5b5b5b;
    font-size: 1rem;
    padding: 10px;
    position: relative;
    z-index: 55;
}

.second_ul li:hover a,
.second_ul li.active a {
    color: #e61c17;
}

.second_ul li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #e61c17;
    content: "";
    z-index: -1;
}

.second_ul>li:hover>a::after,
.second_ul>li.active>a::after {
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.proxq {
    padding: 110px 0 90px 0;
    background: #fafafa;
}

.proxq .casexq_a {
    margin-bottom: 0;
    margin-top: 35px;
}

.proxq_wid {
    background: #fff;
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
}

.proxq_wid>div {
    width: 50%;
}

.proxq_wid .fl {
    border-right: 1px solid #ebebeb;
}

.proxq_fl_fd {
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.proxq_fl_fd .iconfont {
    font-size: 1.25rem;
    color: #000000;
}

.proxq_fl {
    padding: 30px;
}

.proxq_size {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 32px;
}

.proxq_size span {
    font-size: 1.125rem;
    color: #2f2f2f;
}

.proxq_size_p {
    color: #0054a7;
    font-size: 2rem;
    margin-bottom: 20px;
}

.proxq_fl_div {
    margin-top: 20px;
}

.proxq_a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: #e61c17;
    line-height: 50px;
    padding: 0 50px;
    border-radius: 24px;
    display: inline-block;
}

.proxq_fl .newsxq_fl_ico .iconfont {
    font-size: 1.575rem;
}

.proxq_fl .newsxq_fl_ico {
    margin-left: 35px;
}

.proxq_fl .newsxq_fl_ico span {
    font-size: 1rem;
}

.newsxq_fl_ico .bshare-custom a {
    background: none !important;
    padding-left: 0 !important;
}

.newsxq_fl_ico {
    display: inline-block;
}

.details {
    padding-bottom: 80px;
    background: #fafafa;
}

.details_ul {
    background: #dfdfdf;
    line-height: 65px;
    margin-bottom: 60px;
}

.details_ul li {
    font-size: 1.1875rem;
    BACKGROUND-COLOR: #dfdfdf;
    padding: 0 70px;
    border-right: 1px solid #fff;
    float: left;
    COLOR: #707070;
    cursor: pointer;
}

.details_ul li.active {
    color: #e61c17;
    background-color: #fff;
    background-size: 100% 100%;
}

.details_lb_div {
    background: #fff;
}

.details_lb_div p {
    color: #000000;
    font-size: 1.5625rem;
    margin-bottom: 15px;
}


/* .details_div > div {
    display: none;
} */

.details_div video {
    max-width: 100%;
}

.details_div>div:nth-child(2),
.details_div>div:nth-child(3),
.details_div>div:nth-child(4) {
    display: none;
}

.details_div .thumbnail img {
    width: 100%;
}

.details_lb_div>div {
    width: 47%;
}

.details_lb_size {
    color: #303030;
    font-size: 1.25rem;
    line-height: 30px;
    padding: 40px 20px 20px 0;
}

.other {
    padding: 70px 0 0px 0;
}

.other_lb .swiper-container {
    padding: 40px 5px 100px 5px;
}

.other_size a {
    color: #000000;
    font-size: 1.5625rem;
}

.other_size p {
    color: #616161;
    font-size: 1.0625rem;
    margin-top: 12px;
}

.other_size {
    padding: 35px;
    text-align: center;
}

.other_div {
    background-color: rgb(255, 255, 255);
    box-shadow: 3.83px 3.214px 20px 0px rgba(65, 65, 65, 0.1);
}

.thumbnail_top_size {
    background: #0760b8;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    padding: 15px;
}

.pcimg {
    display: block;
}

.phoneimg {
    display: none;
}


/* 产品列表 */

.prolist {
    padding: 110px 0 125px 0;
    background: #fafafa;
}

.prolist .title {
    margin-bottom: 60px;
}

.prolist .title p:nth-of-type(1) {
    font-weight: 500;
}

.prolist_size a:nth-of-type(1) {
    color: #000000;
    font-size: 1.25rem;
}

.prolist_size a:nth-of-type(2) {
    color: #002977;
    font-size: 1rem;
    border: 1px solid #002977;
    /* background: url(../img/1.jpg) no-repeat;
    background-size: 100% 100%; */
    display: inline-block;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 10px;
}

.prolist_ul li>div:hover .prolist_size a:nth-of-type(2) {
    box-shadow: inset 0 0 0 2.5rem #e61c17;
    border: 1px solid #e61c17 !important;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.prolist_size p {
    color: #000000;
    font-size: .9375rem;
    line-height: 28px;
    margin: 15px 0 35px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 55px;
}

.prolist_size {
    padding: 25px 35px;
    text-align: center;
}

.prolist_ul li>div {
    background: #e6e6e7;
}

.prolist_top>div {
    margin-top: 60px;
}

.prolist_top>div:nth-of-type(1) {
    margin-top: 0;
}


/* 关于我们简介 */

.brief {
    background: url(../img/18.jpg) no-repeat;
    background-size: cover;
    padding: 85px 0 75px 0;
}

.brief_wid>div {
    width: 49%;
}

.brief_div {
    padding: 0px 20px 20px 20px;
}

.brief_hig p {
    color: #cb3434;
    font-size: 2.25rem;
    margin-bottom: 20px;
}

.brief_hig {
    color: #3f3a39;
    font-size: 1.0625rem;
    line-height: 35px;
}

.brief_hig_div {
    height: 350px;
    overflow-y: scroll;
    padding-right: 25px;
}


/*滚动条样式*/

.brief_hig_div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.brief_hig_div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background-image: -moz-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
    background-image: -webkit-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
    background-image: -ms-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
}

.brief_hig_div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: #dfdfdf;
    width: 4px;
    height: 164px;
    position: absolute;
}

.brief_tit p {
    padding-bottom: 0;
}

.brief_tit p::after {
    width: 0;
}

.brief_wid {
    margin-top: 40px;
}

.brief_fl .swiper-button-prev,
.brief_fl .swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.brief_fl .swiper-button-prev {
    left: 0;
}

.brief_fl .swiper-button-next {
    right: 0;
}

.brief .about_div_ul li {
    width: 23%;
    margin-left: 2.66%;
    text-align: center;
    border-top: 1px solid #cfcfcf;
    float: left !important;
}

.brief .about_div_ul li:nth-of-type(1) {
    margin-left: 0;
}

.culture {
    padding: 115px 0 100px 0;
    /* overflow: hidden;
    position: relative; */
    background: url(../img/38.jpg) center/cover no-repeat;
    /* background-attachment: fixed; */
}

.culture .title p:nth-of-type(1) {
    color: #fff;
    font-weight: 500;
}

.culture_size {
    color: #fff;
    font-size: 1.3125rem;
}

.culture_size p {
    font-size: 1.5rem;
    margin: 25px 0 5px 0;
}


/* 
.course {
    padding: 90px 0 80px 0;
    background: url(../img/23.jpg) no-repeat;
    background-size: cover;
}

.course_wid {
    background: #fff;
}

.course_fl_div {
    width: 38%;
}

.course_fr_size {
    width: 60%;
}

.course_span {
    display: inline-block;
    background: #0096e0;
    color: #fff;
    line-height: 30px;
    padding: 0 15px 0 20px;
    position: absolute;
    left: 0;
    top: 10%;
    font-size: .125rem;
}

.course_fl_div .pa {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.702);
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
}

.course_fr_size > p {
    color: #0096e0;
    font-size: 1.25rem;
}

.course_fr_size {
    color: #6f6f6f;
    font-size: 1rem;
    line-height: 35px;
}

    .course_fr_size div {
        font-weight: bold;
        padding: 15px 0px 55px 0;
        margin-right: 35px;
        border-bottom: 1px solid #0096e0;
    }

.course_fr_size {
    padding-top: 55px;
}

.course_lb .swiper-button-white {
    background: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    top: 88%;
}

.course_lb .swiper-button-next {
    right: 2.6%;
}

.course_lb .swiper-button-prev {
    left: auto;
    right: 7%;
}

.course_lb .gallery-thumbs {
    font-size: 1.0625rem;
    color: #fff;
    text-align: center;
    width: 92%;
    margin: 70px auto 0 auto;
}
.course_lb .gallery-thumbs .swiper-slide-thumb-active {
    color: #e60012;
}
.course::after {
    position: absolute;
    left: 0;
    bottom: 20%;
    right: 0;
    width: 100%;
    height: 18px;
    content: "";
    background: url(../img/bg_shadow.png) no-repeat;
    background-size: 100% 100%;
    background-size: 124% 100%;
    background-position-x: -234px;
}

.course {
    position: relative;
}

.course_lb .gallery-thumbs span {
    display: block;
    margin-top: 30px;
}

.course .survey_ti {
    color: #fff;
    margin-bottom: 35px;
}

.title_ti p:nth-of-type(1) {
    font-weight: 500;
    color: #fff;
}

.course_lb {
    margin-top: 42px;
}

.honor_ul li {
    color: #4c4c4c;
    font-size: 1rem;
    display: inline-block;
    line-height: 45px;
    padding: 0 18px;
}

    .honor_ul li.active {
        background: url(../img/1.jpg) no-repeat;
        background-size: 100% 100%;
        color: #fff;
    }

.honor_ul {
    padding: 30px 0 45px 0;
    text-align: center;
}

.honor {
    background: #f4f4f4;
    padding: 85px 0 105px 0;
}

    .framework .title_ti p:nth-of-type(1), .honor .title_ti p:nth-of-type(1) {
        color: #0054a7;
    }

.honor_lb {
    padding-bottom: 50px;
}

    .honor_lb .swiper-pagination {
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

    .honor_lb .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 5px;
        background: #a5a5a5;
        opacity: 1;
    }

    .honor_lb .swiper-pagination-bullet-active {
        background: #0054a7;
    }

.honor_div > div {
    display: none;
}

.framework {
    padding: 55px 0 100px 0;
}

.framework_div {
    margin-top: 25px;
} */


/* 新增 */

.honor {
    background: #f8fbfe;
    padding: 75px 0 85px 0;
}

.honor_wid {
    margin-top: 35px;
}

.honor_wid,
.course_lb {
    margin-top: 45px;
}

.honor_wid>.fl {
    width: 22%;
    background: #fff;
}

.honor_lb {
    width: 75%;
}

.honor_fl_a a {
    display: block;
    color: #0096e0;
    font-size: 1rem;
    line-height: 52px;
    padding-left: 40px;
}

.honor_fl_ul li {
    color: #6f6f6f;
    font-size: 1rem;
    line-height: 52px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #f8fbfe;
}

.honor_fl_ul li::after {
    display: block;
    content: '';
    top: 50%;
    right: 0%;
    position: absolute;
    transform: translateY(-50%);
}

.honor_fl_ul li.active::after {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 8px solid #0081cc;
    right: -8px;
}

.honor_fl_ul li.active {
    color: #fff;
    background: #0081cc;
}

.project_ul {
    padding-left: 40px;
    /* margin-top: 45px; */
    position: relative;
    height: 520px;
}

.project_ul.active {
    height: auto;
}

.honor_span {
    text-align: center;
    margin-top: 55px;
}

.honor_span span {
    display: inline-block;
    border: 1px solid #0054a7;
    color: #0054a7;
    border-radius: 20px;
    line-height: 45px;
    padding: 0 45px;
    cursor: pointer;
}

.honor_span span:hover {
    box-shadow: inset 0 0 0 2.5rem #0054a7;
    border: 1px solid #0054a7 !important;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.project_ul::after {
    position: absolute;
    left: 10px;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #e7e7e7;
    z-index: 1;
}

.project_nian {
    color: #0096e0;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 35px;
}

.project_nian::after {
    position: absolute;
    left: -40px;
    top: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #dddddd;
    -webkit-animation: scale 3s infinite linear;
    -moz-animation: scale 3s infinite linear;
    -o-animation: scale 3s infinite linear;
    animation: scale 3s infinite linear;
    z-index: 5;
}


/* .project_jie>div:nth-of-type(1) {
    width: 6%;
    float: left;
    padding: 12px 0;
    color: #5b5b5b;
    font-size: 1rem;
    position: relative;

} */

.project_jie>div {
    position: relative;
    cursor: pointer;
}

.project_jie>div::after {
    position: absolute;
    left: -37px;
    top: 0;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #dddddd;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 55;
}

.modal_div .modal-dialog {
    margin-top: 17%;
}

.project_jie>div:nth-of-type(2) {
    width: 100%;
    float: none;
    padding: 12px 20px;
    line-height: 30px;
    color: #5b5b5b;
    font-size: .9375rem;
}

.project_jie>div:nth-of-type(2):hover {
    color: #0081cc;
}

.project_ul li .project_fd>div:nth-of-type(odd) .fr {
    background: #fff;
}

.honor_lb .swiper-button-white {
    background: none;
    opacity: 1;
    top: 0;
    width: 40px;
    height: 40px;
}

.honor_lb .swiper-button-prev {
    left: auto;
    right: 8%;
}

.honor_dis>div {
    display: none;
}


/* 结尾 */


/* 发展历程 */

.development-history {
    padding-top: 90px;
    background: url(../img/s5.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}

.development-history .talent-title {}

.development-history .talent-title p {
    color: #ffffff;
    font-weight: 500;
}

.development-history .development-history-lunbo {
    width: 56%;
    margin-top: 80px;
    padding: 30px 0 80px;
}

.development-history .development-history-lunbo::after {
    position: absolute;
    content: '';
    width: 4px;
    left: 0;
    height: 100%;
    top: 0;
    background-color: #c62d24;
}

.development-history .development-history-lunbo .development-yuan {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: #ffffff;
    border: solid 1px #c62d24;
    border-radius: 100%;
    left: -10px;
    top: -10px;
    z-index: 3;
    text-align: center;
}

.development-history .development-history-lunbo .development-yuan span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #c62d24;
    border: solid 1px #e60012;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    border-radius: 100%;
}

.development-history .swiper-container {
    height: 400px;
}

.development-history .swiper-container .swiper-slide {
    color: #ffffff;
    padding-left: 50px;
    position: relative;
}

.development-history .swiper-container .swiper-slide .fl {
    font-size: 1.3125rem;
    width: 15%;
    line-height: 47px;
}

.development-history .swiper-container .swiper-slide .fr {
    width: 85%;
    font-size: 1.3rem;
    line-height: 48px;
    /* height: 70px; */
}

.development-history .swiper-container .swiper-slide::before {
    position: absolute;
    content: '';
    left: 0;
    top: 24px;
    width: 15px;
    background-color: #c62d24;
    height: 4px;
}

.development-history .development-history-lunbo:hover {
    cursor: url(../img/s10.png), auto;
}

.development-history-lunbo .mouseIco {
    border: 2px solid #fff;
    width: 21px;
    height: 30px;
    display: block;
    margin: 0px auto;
    border-radius: 20px;
    position: absolute;
    margin-left: 0;
    bottom: 35px;
    z-index: 9;
    left: 59px;
}

.development-history-lunbo .mouseIco i {
    width: 3px;
    height: 7px;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 5px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes mouse-dot1 {
    from {
        opacity: 0;
        bottom: 60px;
    }
    33% {
        opacity: 1;
    }
    to {
        bottom: 40px;
        opacity: 0;
    }
}


/* 结尾 */


/* 组织架构 */

.framework {
    padding: 85px 0 105px 0;
}

.framework_div {
    margin-top: 50px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.framework_ul li {
    width: 25%;
    float: left;
    text-align: center;
    color: #494949;
    font-size: 1.125rem;
    line-height: 70px;
    background: #e5e5e5;
}

.framework_ul li.active {
    background: #fff;
    color: #e60012;
}

.framework_lb_div>div {
    margin-bottom: 22px;
}

.framework_lb_div>div p {
    color: #626262;
    font-size: 1.0625rem;
    line-height: 55px;
    background: #ededed;
    padding: 0 40px;
}

.framework_lb_div>div:hover p {
    background: #e60012;
    color: #fff;
}

.framework_lb_div {
    padding: 30px;
}


/* 结尾 */

.demeanor {
    /* padding: 110px 0 80px 0;
    background: #003d79; */
}

.demeanor_div {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
}

.arrow {
    display: block;
    content: '';
    border-left: 125px solid transparent;
    border-right: 0px solid transparent;
    border-top: 130px solid #e60012;
    top: 38%;
    right: 4%;
    position: absolute;
    opacity: 1;
    z-index: 6;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.demeanor_pa {
    height: 540px;
}

.arrow1 {
    display: block;
    content: '';
    border-left: 135px solid transparent;
    border-right: 0px solid transparent;
    border-top: 140px solid #e60012;
    top: 31%;
    right: 49%;
    position: absolute;
    opacity: 1;
    z-index: 6;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.arrow2 {
    display: block;
    content: '';
    border-left: 65px solid transparent;
    border-right: 0px solid transparent;
    border-top: 65px solid #e60012;
    bottom: 1%;
    right: 32%;
    position: absolute;
    opacity: 1;
    z-index: 6;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.demeanor_img {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 110px;
}

.demeanor_img img {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    width: 100%;
}


/* .demeanor:hover .demeanor_img img{
    left: 1.5%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    width: 97%;
} */

.demeanor:hover .arrow1 {
    top: 28%;
    right: 47%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.demeanor:hover .arrow2 {
    bottom: 5%;
    right: 32%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.demeanor_fl {
    position: absolute;
    left: 0;
    top: 30%;
    /* transform: translateY(-50%); */
    background: #3da8f5;
    color: #fff;
    padding: 45px 26px;
    width: 23%;
    z-index: 25;
    text-align: center;
    line-height: 30px;
}

.demeanor_fl p:nth-of-type(1) {
    font-size: 2.25rem;
}

.demeanor_fl p:nth-of-type(2) {
    font-size: 1rem;
    margin: 25px 0 60px 0;
}

.demeanor_fl a {
    display: inline-block;
    border: 1px solid #fff;
    font-size: .9375rem;
    line-height: 30px;
    padding: 0 25px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
}


/* 联系我们 */

.contasts {
    padding: 60px 0 85px 0;
}

.contasts_tit p {
    text-align: center;
    color: #0054a7;
    font-size: 2.25rem;
}

.contasts_size p:nth-of-type(1) {
    color: #2c2c2c;
    font-size: 1.4375rem;
    margin: 35px 0;
}

.contasts_size {
    color: #6b6b6b;
    font-size: 1.1875rem;
}

.contasts_size .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #0054a7;
    color: #fff;
    font-size: 1.525rem;
    margin-right: 15px;
    display: inline-block;
}

.contasts_size p {
    margin-bottom: 15px;
}

.contasts_div {
    margin-top: 35px;
}

.contasts_dt {
    background: #fafafa;
    padding: 60px 0;
}

.contasts_dt .contasts_tit {
    margin-bottom: 35px;
}

.company {
    padding-bottom: 130px;
    background: #fafafa;
}

.company_ul {
    text-align: center;
}

.company_ul li {
    position: relative;
    display: inline-block;
}

.company_ul li a {
    color: #303030;
    font-size: 1.0625rem;
    line-height: 40px;
    padding: 0 20px;
    display: block;
}

.company_ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background: #c6c6c6;
    content: "";
}

.company_ul li:nth-of-type(1)::after {
    width: 0;
}

.company_ul li.active a {
    background: #0054a7;
    color: #fff;
}

.company_ul {
    margin-bottom: 55px;
}

.company_size {
    color: #646464;
    font-size: 1rem;
    line-height: 30px;
    padding: 35px;
    border-top: 4px solid #0054a7;
    background: #ffffff;
    box-shadow: 3.83px 3.214px 20px 0px rgba(65, 65, 65, 0.1);
    margin-bottom: 30px;
    height: 172px;
    overflow: hidden;
}

.company_size p:nth-of-type(1) {
    color: #000000;
    font-size: 1.3125rem;
}

.company_size p {
    padding-bottom: 8px;
}

.company_size_div>div {
    display: none;
}

.message {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: url(../img/29.jpg) center/cover no-repeat;
    background-attachment: fixed;
    display: none;
}

.message_div {
    color: #ffffff;
    font-size: 1rem;
}

.message_div p {
    margin: 15px 0;
}

.message_inp p {
    margin-top: 0;
}

.message_inp input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #ffffff;
    background: none;
}

.message_div textarea {
    width: 100%;
    border: 1px solid #ffffff;
    height: 130px;
    padding: 10px 0 0 10px;
    background: none;
}

.message_butt button {
    width: 100%;
    color: #fff;
    font-size: 1.1875rem;
    line-height: 50px;
    background: #0054a7;
    text-align: center;
    border: none;
    background-image: url(../img/jiao.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.message_butt {
    margin: 25px 0;
}

.message .contasts_tit p {
    color: #fff;
    text-align: left;
}

.message .contasts_tit div {
    width: 65%;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}

.message_div {
    margin-top: 45px;
}

.personnel_wid {
    background: #fafafa;
}

.personnel_wid>div {
    width: 50%;
}

.personnel_size {
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 32px;
    padding: 80px 60px 40px 40px;
}

.personnel_size p {
    color: #000;
    font-size: 1.4375rem;
    margin-bottom: 20px;
}

.personnel_wid {
    margin-top: 40px;
}

.personnel {
    padding: 105px 0 95px 0;
}

.recruit {
    padding: 75px 0 120px 0;
    background: #fafafa;
}

.recruit_tit {
    color: #5e5e5e;
    font-size: 1rem;
    line-height: 32px;
}

.recruit_tit p {
    color: #2c2c2c;
    font-size: 1.4375rem;
    margin-bottom: 20px;
}


/*  */

.recruit .brief_zi {
    padding-bottom: 40px;
}

.recruit_col {
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 60px;
    font-weight: bold;
    background-color: #fff;
    margin-bottom: 10px;
}

.recruit_col span {
    width: 16.6%;
    float: left;
    text-align: center;
    display: block;
}

.recruit_quan {
    color: #4f4f4f;
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 75px;
}

.recruit_quan {
    background: #ffffff;
}

.recruit_quan.active .recruit_top {
    background: #4287cb;
    color: #fff;
}

.recruit_top {
    background-color: #ffffff;
    cursor: pointer;
}

.recruit_top>span {
    width: 16.6%;
    float: left;
    text-align: center;
    display: block;
}

.recruit_span {
    color: #002977;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
}

.recruit_span span:nth-of-type(2) {
    display: none;
}

.recruit_bott p {
    font-size: 1.125rem;
    color: #000000;
}

.recruit_bott {
    background: #fff;
    padding: 40px 70px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #4287cb;
    border-top: none;
    margin-bottom: 10px;
}

.recruit_bott p span {
    display: inline-block;
    margin-left: 90px;
}

.recruit_bott a {
    color: #fff;
    font-size: 1.0625rem;
    line-height: 40px;
    padding: 0 35px;
    background: #e60012;
    border: 1px solid #e60012;
    margin-top: 30px;
    display: inline-block;
    border-radius: 22px;
}

.recruit_bott {
    display: none;
}

.recruit_quan.active {
    margin-bottom: 0;
}

.recruit_quan.active .recruit_bott {
    display: block;
}

.recruit_quan.active .recruit_span span:nth-of-type(2) {
    display: block;
    color: #fff;
}

.recruit_quan.active .recruit_span span:nth-of-type(1) {
    display: none;
}

.joinus_top_inp {
    border: 1px solid #e5e5e5;
    line-height: 55px;
    width: 100%;
}

.joinus_top_inp input {
    width: 93%;
    float: left;
    border: none;
    padding-left: 22px;
}

.joinus_top_inp button {
    background: none;
    border: none;
    color: #989898;
    width: 7%;
}

.joinus_fen {
    border: 1px solid #e5e5e5;
    border-top: none;
    line-height: 55px;
}

.joinus_fen select {
    width: 100%;
    height: 55px;
    padding: 0 15px 0 22px;
    border: none;
}

.joinus_fen .row>div:nth-of-type(2) {
    position: relative;
}

.joinus_fen .row>div:nth-of-type(2)::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "|";
    display: block;
    transform: translateY(-50%);
    color: #e5e5e5;
}

.recruit_div {
    margin-top: 70px;
}


/* 投资者关系 */

.investor {
    padding: 110px 0 80px 0;
}

.investor_li>div:nth-of-type(1),
.investor_li>div:nth-of-type(3) {
    width: 10%;
}

.investor_li>div:nth-of-type(2) {
    width: 79.8%;
}

.investor_li>div:nth-of-type(2) a {
    color: #686868;
    font-size: 1.1875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.investor_li>div:nth-of-type(1) {
    color: #666666;
    font-size: .875rem;
    font-weight: bold;
    text-align: center;
    margin-right: 0.2%;
    padding-top: 22px;
}

.investor_li>div:nth-of-type(1) p {
    font-size: 1.875rem;
}

.investor_li>div {
    background: #fff;
    padding-top: 36px;
    height: 112px;
}

.investor_li>div:nth-of-type(3) a {
    color: #fff;
}

.investor_li>div:nth-of-type(3) {
    background: #cdcdcd;
    text-align: center;
}

.investor_li .iconfont {
    font-size: 1.875rem;
}

.investor_li_size {
    padding: 0 40px;
}

.investor_li {
    margin-bottom: 20px;
}

.investor_li:hover>div {
    background: #cdcdcd;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.investor_li:hover>div:nth-of-type(2) a,
.investor_li:hover>div:nth-of-type(1) {
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.investor_li:hover>div:nth-of-type(3) {
    background: #e60012;
}


/* 新闻列表 */

.Journalism {
    padding: 105px 0 85px 0;
    background: #fafafa;
}

.Journalism_ul .fl {
    width: 40%;
}

.Journalism_ul li {
    background: #fff;
}

.Journalism_size>a {
    color: #000000;
    font-size: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Journalism_size>p {
    color: #777777;
    font-size: 1rem;
    line-height: 32px;
    margin: 15px 0 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Journalism_size {
    padding: 30px 30px 0px 30px;
    width: 60%;
}

.Journalism_size div {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
}

.Journalism_fl_bott p,
.Journalism_size div p {
    color: #777777;
    font-size: .875rem;
}

.Journalism_fl_bott a,
.Journalism_size div a {
    color: #777777;
    font-size: .875rem;
}

.Journalism_ul li {
    margin-bottom: 30px;
}

.Journalism_ul li:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    box-shadow: 3.83px 3.214px 20px 0px rgba(65, 65, 65, 0.1);
}

.Journalism_ul li:hover div a,
.Journalism_ul li:hover>a {
    color: #cb3434;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.Journalism_top {
    border-top: 2px solid #9c9c9c;
    padding: 30px 0;
    color: #323232;
    font-size: 1.75rem;
}

.Journalism_fl_size {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.502);
    padding: 15px;
    width: 100%;
}

.Journalism_fl_size a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #fff;
    font-size: 1.3125rem;
}

.Journalism_fl_bott {
    margin-top: 50px;
}

.Journalism_fl_ul a {
    color: #959595;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}

.Journalism_fl_ul a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #959595;
}

.Journalism_fl_ul li {
    padding: 12px;
    border-bottom: 1px solid #dedede;
}

.Journalism_fl_ul li:nth-of-type(1) {
    border-top: 1px solid #dedede;
}

.Journalism_fl_ul {
    margin-top: 30px;
}

.Journalism .col-sm-4 {
    padding-left: 30px;
}

.Journalism .col-sm-8 {
    padding-right: 30px;
    border-right: 1px solid #dedede;
}


/* 新闻详情 */

.newsxq {
    background: #f6f4f5;
    padding: 115px 0 90px 0;
}

.newsxq_div {
    background: #ffffff;
    padding: 40px 25px 60px 25px;
}

.newsxq_fl_tit {
    text-align: center;
}

.newsxq_fl_tit p {
    color: #2b2b2b;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.newsxq_fl_ico {
    display: inline-block;
}

.newsxq_fl_tit span {
    color: #888888;
    font-size: .875rem;
    display: inline-block;
    margin: 0 2px;
}

.newsxq_fl_tit .iconfont {
    font-size: 1.25rem;
    position: relative;
    top: 3px;
}

.newsxq_fl_tit .icon-fenxiang {
    position: relative;
    top: -2px;
}

.newsxq_fl_ico .bshare-custom a {
    background: none !important;
    padding-left: 0 !important;
}

.newsxq_fl_size {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 36px;
}

.newsxq_fl_tit {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.newsxq_fl_tit_inp {
    display: inline-block;
    margin: 0 5px;
}

.newsxq_fl_tit_inp input {
    background-size: 100% 100%;
    width: 22px;
    height: 15px;
    border: none;
}

.newsxq_fl_tit_inp input:nth-of-type(1) {
    background: url(../img/33.jpg) no-repeat;
}

.newsxq_fl_tit_inp input:nth-of-type(2) {
    background: url(../img/34.jpg) no-repeat;
}

.newsxq_fl_tit_inp input:nth-of-type(3) {
    background: url(../img/35.jpg) no-repeat;
}

.newsxq_fr_top a {
    width: 100%;
    display: block;
    border: 1px solid #cb3434;
    line-height: 65px;
    background: #fff;
    font-size: 1.3125rem;
    color: #cb3434;
    padding: 0 40px;
}

.newsxq_fr_top span {
    float: right;
    font-size: 1.75rem;
}

.newsxq_fr_bott,
.newsxq_fr_cen {
    background: #fff;
    padding: 20px 25px;
}

.newsxq_fr_pian p:nth-of-type(1) {
    position: relative;
    color: #343434;
    font-size: 1.1875rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.newsxq_fr_pian p:nth-of-type(1)::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    content: "";
    background: #e2e2e2;
}

.newsxq_fr_pian p:nth-of-type(1) span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 5;
}

.newsxq_fr_pian a {
    color: #303030;
    font-size: 1.125rem;
}

.newsxq_fr_pian p:nth-of-type(2) span {
    position: relative;
    top: -3px;
}

.newsxq_fr_cen>div:nth-of-type(1) {
    margin-bottom: 40px;
}

.newsxq_fr_cen {
    margin: 30px 0;
}

.newsxq_fr_bott>p {
    color: #343434;
    font-size: 1.1875rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.newsxq_fr_bott_ul li a {
    width: 70%;
    color: #303030;
    font-size: 1.0625rem;
    padding-left: 15px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsxq_fr_bott_ul li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #959595;
}

.newsxq_fr_bott_ul li {
    margin-top: 18px;
}

.newsxq_fr_bott_ul li:nth-of-type(1) {
    margin-top: 0;
}

.left {
    width: 70%;
}

.right {
    width: 28%;
}

.hzkh .prolist_ul li {
    margin-bottom: 30px;
}

.hzkh .prolist_ul li a {
    border: 1px solid #e2e2e2;
}

@media(max-width:1780px) {
    .banner_size p:nth-of-type(1) {
        font-size: 2.6rem;
        font-weight: bold;
    }
    .banner_size p:nth-of-type(2) {
        font-size: 1.175rem;
        margin: 20px 0 35px 0;
    }
    .daohang_ul {
        margin-right: 12px;
    }
    .daohang_en {
        margin-right: 10px;
    }
    .daohang {
        padding: 0 30px;
    }
    .daohang_ul>li>a {
        padding: 10px 1.4rem;
    }
    /* .service_div li {
        height: 191px;
    } */
}

@media(max-width:1510px) {
    .daohang_ul>li>a {
        padding: 10px 1.1rem;
    }
}

.team-tdfc .tdfc-uls .left {
    width: 50%;
    padding: 80px;
}

.team-tdfc .tdfc-uls .right {
    width: 50%;
}

.team-tdfc .tdfc-uls li {
    background: url(../img/fc2.jpg) no-repeat;
    background-size: cover;
}

.team-tdfc .tdfc-uls li .p1 {
    color: #fff;
    font-size: 31px;
}

.team-tdfc .tdfc-uls li .div2 {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.tdfc-lunbos .swiper-button-white {
    width: 20px!important;
    height: 30px!important;
    background-size: 100% 100%!important;
}

.lunbo-fc-bot .swiper-slide .overh {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #efefef;
    overflow: hidden;
    display: inline-block;
}

.lunbo-fc-bot .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.lunbo-fc-bot {
    margin-top: 40px;
}

.lunbo-fc-bot .swiper-button-next {
    background: transparent!important;
    width: auto!important;
    height: auto!important;
}

.lunbo-fc-bot .swiper-button-prev {
    background: transparent!important;
    width: auto!important;
    height: auto!important;
}

.lunbo-fc-bot .swiper-container {
    padding: 0 4%;
}

.lunbo-fc-bot .swiper-slide.active .overh {
    border: 5px solid #e61c17;
}

.tdfc-uls li {
    display: none;
}

.tdfc-uls li.active {
    display: block;
}

.tdfc-td .pp1 {
    font-size: 22px;
    line-height: 40px;
    color: #e60012;
    text-align: center;
}

.tdfc-td .dd2 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #000000;
}

.team-tdfc {
    margin-top: 60px;
}

.zip {
    width: 70%;
}

.zzs {
    background: #fff;
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 70px 80px;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.zzs p:nth-of-type(1) {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 40px;
    position: relative;
}

.zzs p:nth-of-type(1)::after {
    position: absolute;
    content: '';
    left: 0;
    top: -10px;
    width: 25px;
    height: 3px;
    background: #e60012;
}

.zzs p {
    padding-left: 75px;
    position: relative;
    margin-bottom: 50px;
}

.zzs p img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zzs p:nth-of-type(3) {
    margin-bottom: 60px;
}

.zzs p:last-child {
    margin-bottom: 0;
}


/* 团队风采 */

.spirit {
    padding: 120px 0;
    background: #fafafa;
}

.spirit_lb_size {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    color: #fff;
    font-size: 1rem;
    padding: 0 15px;
    line-height: 45px;
    width: 100%;
    text-align: center;
}

#certify {
    position: relative;
    padding: 0 7%;
}

#certify .swiper-container {
    padding-bottom: 80px;
}

#certify .swiper-slide {
    width: 811px;
    height: auto;
    background: #fff;
    border-radius: 20px;
}

.modal_div_img .swiper-slide img {
    height: 100%;
}

.modal_div_img .swiper-button-next,
.modal_div_img .swiper-button-prev,
.spirit_lb .swiper-button-prev,
.spirit_lb .swiper-button-next {
    background: none;
}

.modal_div_img .swiper-button-prev {
    left: 10px;
}

.spirit_lb .swiper-button-prev {
    right: 0;
    left: auto;
}

.modal_div_img .swiper-button-next {
    left: auto;
    right: 10px;
}

.spirit_lb .swiper-button-next {
    left: 0;
}

.modal_div_img .swiper-button-prev .iconfont,
.modal_div_img .swiper-button-next .iconfont,
.spirit_lb .swiper-button-prev .iconfont,
.spirit_lb .swiper-button-next .iconfont {
    font-size: 35px;
    color: #000;
}

.modal_div_img img {
    width: 100%;
}

.prolist_ul li .spirit_size {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.spirit_div {
    padding-top: 50px;
}

.spirit_size_tit {
    padding: 25px;
}

.spirit_size_tit p {
    color: #e70c1d;
    font-size: 1rem;
    margin-bottom: 10px;
}

.spirit_size_tit {
    color: #000;
    font-size: 1.125rem;
}

.spirit_size_qian {
    position: relative;
    overflow: hidden;
}

.spirit_size_qian span {
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: rgba(230, 0, 18, 0.702);
    display: block;
}

.spirit_size_qian span::after {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ico.png) no-repeat;
    background-size: 100% 100%;
    content: "";
}

.spirit_size:hover .spirit_size_qian span {
    left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

@media(max-width:1440px) {
    .banner_size p:nth-of-type(1) {
        font-size: 2.4rem;
        font-weight: bold;
    }
    .banner_size p:nth-of-type(2) {
        font-size: 1.075rem;
        margin: 20px 0 35px 0;
    }
    .service_div_size {
        padding: 42.4px 45px;
    }
    .service_img>div {
        height: 534px;
    }
    /* .foot_fr {
        padding-left: 65px;
    } */
    .foot_fr>ul {
        margin-left: 122px;
    }
    .about_div_ul {
        margin-top: 20px;
    }
    .title p:nth-of-type(2) {
        margin: 15px 0;
    }
    .brief_hig_div {
        height: 310px;
    }
    .course_fr_size {
        padding-top: 25px;
    }
    .course_fr_size div {
        padding: 15px 0px 40px 0;
    }
    .prolist_size p {
        margin: 15px 0;
    }
    .personnel_size {
        line-height: 26px;
        padding: 20px;
    }
    .Journalism_size {
        padding: 15px 15px 0px 15px;
    }
    .Journalism_size>p {
        line-height: 28px;
        margin: 8px 0;
    }
    /* .service_div li.active .service_div_size, .service_div li:hover .service_div_size{
         
                padding: 35px;
       
        } */
}

@media(max-width:1320px) {
    .daohang_ul>li>a {
        padding: 10px 1rem;
    }
}

@media(max-width:1280px) {
    .service_img>div {
        height: 442px;
    }
    .service_top {
        padding: 15px 0;
    }
    .service_div_size {
        padding: 36px 35px;
    }
    .daohang_ul>li>a {
        padding: 6px 10px;
    }
    .daohang_crm {
        margin: 0 8px;
        padding: 0 8px;
    }
    .daohang_en {
        margin-right: 8px;
    }
    .about_div_ul>li .fl img {
        width: 50px;
    }
    .about_div_ul>li .fr span {
        font-size: 2rem;
    }
    .about_div_ul>li {
        padding: 15px 10px;
    }
    .about_img_more a {
        line-height: 65px;
    }
    .demeanor_fl {
        position: absolute;
        left: 0;
        top: 20%;
        padding: 25px;
    }
    .demeanor_fl p:nth-of-type(2) {
        margin: 25px 0;
    }
    .arrow1 {
        top: 24%;
        right: 47%;
    }
    .arrow2 {
        bottom: 24%;
        right: 35%;
    }
    .arrow {
        top: 28%;
        right: 10%;
    }
    .proxq_fl {
        padding: 30px;
    }
    .service_div_size a {
        font-size: 1.4rem;
    }
    .service_div li.active .service_div_size p,
    .service_div li:hover .service_div_size p {
        margin-top: 6px;
    }
}

@media(max-width:1200) {
    .development-history {
        background-size: cover;
    }
    .daohang_ul>li>a {
        padding: 6px 5px;
    }
    .tdfc-td .dd2 {
        font-size: 26px;
        line-height: 38px;
    }
    .team-tdfc .tdfc-uls .left {
        padding: 32px;
    }
    .team-tdfc .tdfc-uls li .p1 {
        font-size: 24px;
    }
}

@media(max-width:1024px) {
    .zzs {
        padding: 40px;
    }
    .zzs p img {
        width: 40px;
    }
    .zzs p {
        padding-left: 55px;
        margin-bottom: 23px;
    }
    .zzs p:nth-of-type(3) {
        margin-bottom: 32px;
    }
    .zzs p:nth-of-type(1) {
        margin-bottom: 22px;
    }
    .foot_fr>ul {
        margin-left: 88px;
    }
    .investor_div {
        padding: 25px 0 25px 35px;
    }
    .investor_div p:nth-of-type(2) {
        margin: 5px 0 10px 0;
    }
    .investor_div p {
        font-size: 1.3rem;
    }
    .investor_div a {
        line-height: 30px;
    }
    .share_ul li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .future {
        padding: 100px 0 150px 0;
    }
    .news_fr_div p {
        line-height: 28px;
        -webkit-line-clamp: 3;
    }
    .news_fr_div>a {
        font-size: 1.5rem;
        margin: 6px 0;
    }
    .news_fl .title {
        padding-bottom: 95px;
    }
    .news_fr .swiper-button-next,
    .news_fr .swiper-button-prev {
        bottom: 29%;
    }
    .investor {
        padding: 80px 0 50px 0;
    }
    .service_bott {
        margin-top: 100px;
    }
    .service_top {
        padding: 15px 0 30px 0;
    }
    .title p:nth-of-type(2) {
        font-size: 1.4rem;
    }
    .title p:nth-of-type(3) {
        line-height: 25px;
    }
    .about_div_ul>li .fr span {
        font-size: 1.6rem;
    }
    .about_div_ul>li {
        padding: 10px;
    }
    /* 
    .service_ul li {
        width: 82px;
        height: 82px;
        padding-top: 12px;
    } */
    .daohang {
        padding: 0 15px;
    }
    .daohang .fl {
        width: 15%;
    }
    .daohang_ul>li>a {
        padding: 6px 10px;
    }
    .news {
        padding: 85px 0 100px 0;
    }
    .investor_li>div {
        padding-top: 20px;
        height: 85px;
    }
    .investor_li>div {
        height: 74px;
    }
    .investor_li>div:nth-of-type(1) p {
        font-size: 1.5rem;
    }
    .investor_li>div:nth-of-type(1) {
        padding-top: 10px;
    }
    .brief_hig_div {
        height: 230px;
    }
    /* .course_fr_size div {
        padding: 15px 0px;
    }

    .honor {
        padding: 75px 0;
    } */
    .project_jie>div:nth-of-type(1) {
        width: 12%;
    }
    .project_jie>div:nth-of-type(2) {
        width: 85%;
    }
    .framework_lb_div>div p {
        padding: 0 15px;
    }
    .arrow,
    .arrow1 {
        border-left: 75px solid transparent;
        border-right: 0px solid transparent;
        border-top: 80px solid #e60012;
    }
    .arrow2 {
        border-left: 45px solid transparent;
        border-right: 0px solid transparent;
        border-top: 45px solid #e60012;
    }
    .arrow2 {
        bottom: 37%;
    }
    .demeanor_fl p:nth-of-type(1) {
        font-size: 2rem;
    }
    .contasts_dt {
        display: none;
    }
    .company {
        padding: 55px 0;
    }
    .recruit_quan {
        line-height: 60px;
    }
    .personnel {
        padding: 75px 0;
    }
    .Journalism_size {
        padding: 8px 8px 0px 8px;
    }
    .Journalism_size>p {
        line-height: 26px;
        margin: 5px 0;
    }
    .Journalism_top {
        padding: 15px 0;
    }
    .service_div_size p {
        -webkit-line-clamp: 1;
    }
    .service_div_size a {
        padding-top: 15px;
    }
    .service_div_size {
        padding: 30px;
    }
    .service_div_a {
        width: 35px;
        height: 35px;
    }
    .service_img>div {
        height: 372px;
    }
}

@media(max-width:990px) {
    .zzs {
        width: 70%;
    }
    .team-tdfc .tdfc-uls li .div2 {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }
    .about_div_wid {
        width: 100%;
    }
    .about_div {
        position: static;
        transform: translateY(0%);
        width: 100%;
    }
    .about_img {
        width: 100%;
        float: none;
        margin-bottom: 35px;
    }
    .service_div li:hover .service_div_size {
        top: -60%;
        padding: 20px;
    }
    /* .service {
        padding-top: 40px;
    } */
    .service_top {
        line-height: 25px;
        padding: 15px 0;
    }
    .brief_hig_div {
        height: 180px;
    }
    .brief_hig p {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .culture_size p {
        font-size: 1.2rem;
        margin: 10px 0 5px 0;
    }
    .culture_size {
        font-size: 1rem;
    }
    /* .course_fr_size div {
        margin-right: 10px;
    }

    .course_fr_size {
        line-height: 24px;
    }

    .course_fr_size {
        padding-top: 10px;
    }

    .course_lb .swiper-button-prev {
        right: 10%;
    }

    .course_fr_size div {
        padding: 8px 0px;
    }

    .honor_ul {
        padding: 20px 0;
    } */
    .framework_lb_div {
        padding: 15px;
    }
    .framework_ul li {
        line-height: 50px;
    }
    .honor {
        padding: 55px 0;
    }
    .framework_div {
        margin-top: 35px;
    }
    .honor_fl_ul li {
        line-height: 40px;
        padding-left: 15px;
    }
    .framework {
        padding: 75px 0;
    }
    .demeanor_img {
        top: 37px;
    }
    .arrow1 {
        top: 9%;
    }
    .arrow {
        top: 11%;
        right: 13%;
    }
    .arrow2 {
        bottom: 60%;
    }
    .demeanor_fl {
        width: 27%;
        line-height: 25px;
        padding: 10px;
        top: 9%;
    }
    .demeanor_fl p:nth-of-type(2) {
        margin: 10px 0;
    }
    .company_ul li a {
        line-height: 30px;
        padding: 0 12px;
    }
    .company_size {
        line-height: 26px;
        padding: 15px;
    }
    .second {
        display: none;
    }
    .contasts {
        padding: 75px 0;
    }
    .contasts_size p:nth-of-type(1) {
        font-size: 1.3rem;
        margin: 15px 0;
    }
    .message {
        padding: 75px 0;
    }
    .prolist .title {
        margin-bottom: 30px;
    }
    .prolist_top>div {
        margin-top: 30px;
    }
    .prolist .title p:nth-of-type(1) {
        font-size: 2rem;
    }
    .newsxq_fr_bott,
    .newsxq_fr_cen {
        padding: 15px;
    }
    .newsxq_fr_bott_ul li .fr {
        display: none;
    }
    .newsxq_fr_bott_ul li a {
        width: 100%;
    }
    .newsxq_div {
        background: #ffffff;
        padding: 25px 15px;
    }
    .newsxq {
        padding: 75px 0;
    }
    .details_lb_size {
        color: #303030;
        font-size: 1rem;
        line-height: 25px;
        padding: 15px 15px 15px 0;
    }
    .details_lb_div p {
        color: #000000;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .service_div_size {
        padding: 38px;
    }
    .service_div_size a {
        font-size: 1.3rem;
    }
    .service_div li.active .service_div_size p,
    .service_div li:hover .service_div_size p {
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    .foot_fr {
        display: none;
    }
    .foot_fl {
        width: 100%;
    }
    .foot_div {
        padding: 35px 15px;
    }
    .foot_bor {
        padding: 15px;
    }
    .share_ul li .iconfont {
        font-size: 1.8rem;
    }
    .share_ul li a img {
        width: 20px;
    }
    .share_ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .investor .investor_top {
        position: static;
    }
    .investor_div {
        width: 100%;
        float: none;
    }
    .investor {
        padding: 35px 15px;
    }
    .investor_div {
        padding: 15px;
        margin-top: 25px;
    }
    .investor_div p:nth-of-type(2) {
        font-size: 1rem;
    }
    .title p:nth-of-type(1) {
        font-size: 1.7rem;
    }
    .future .title {
        padding-left: 0px;
    }
    .future {
        padding: 45px 15px;
    }
    .news_fr,
    .news_fl {
        width: 100%;
    }
    .news_fr {
        margin-top: 25px;
    }
    .news_fr .swiper-button-next,
    .news_fr .swiper-button-prev {
        background: none;
        bottom: auto;
        top: -30%;
        left: auto;
        right: 18%;
    }
    .news_fr .swiper-button-next {
        right: 5%;
        left: auto;
    }
    .news_fl .title {
        padding-bottom: 10px;
    }
    .news_fr .swiper-button-next .iconfont,
    .news_fr .swiper-button-prev .iconfont {
        color: #2d2c2c;
        font-size: 2.2rem;
    }
    .news {
        padding: 35px 15px;
    }
    .news_fr_div p {
        line-height: 25px;
    }
    .news_fr_ico {
        margin-left: 0px;
    }
    .news_fr_div>a {
        font-size: 1.2rem;
    }
    /* 
    .service {
        padding: 35px 15px 0 15px;
    }

    .service_top {
        padding: 20px 0;
    }

    .service_ul li {
        width: 65px;
        height: 65px;
    }

    .service_ul li {
        margin-right: 15px;
        padding-top: 10px;
    }

        .service_ul li p {
            margin-top: 5px;
        }

    .service_div_size {
        padding: 0 15px;
    }

    .service_div li {
        width: 100%;
    }

    .service_div_size a {
        color: #fff;
        font-size: 1.05rem;
    }

    .service_div_size p {
        font-size: 0.85rem;
    }

    .service_div li:nth-of-type(3) .service_div_size {
        border-left: none;
    }

    .service_div li:nth-of-type(1), .service_div li:nth-of-type(2) {
        border-bottom: 1px solid #5a6777;
    }

    .service_div_size {
        border-left: none;
    }

    .service_div li:hover .service_div_size {
        top: -40%;
    }

    .service_bott {
        margin-top: 45px;
    } */
    .service_wid>div {
        width: 100%;
        float: none;
    }
    .service_pa {
        position: static;
        background: #acacac;
        padding: 25px 15px 35px 15px;
    }
    .service_div {
        width: 100%;
        margin-top: 25px;
    }
    .service_div_size {
        padding: 15px;
    }
    .service_img>div {
        height: 200px;
    }
    .about {
        padding: 35px 15px;
    }
    .about_img_more a {
        line-height: 45px;
        padding: 0 30px;
    }
    .about_img {
        padding-bottom: 25px;
    }
    .about_img {
        margin-bottom: 25px;
    }
    .about_div_ul>li .fl img {
        width: 40px;
    }
    .picture_a,
    .second {
        display: none;
    }
    .picture img {
        height: 160px;
        object-fit: cover;
    }
    .picture_size {
        font-size: 2rem;
    }
    .investor_li_size {
        padding: 0 10px;
    }
    .investor_li>div:nth-of-type(1) {
        width: 20%;
    }
    .investor_li>div:nth-of-type(3) {
        display: none;
    }
    .investor_li {
        margin-bottom: 15px;
    }
    .brief_wid>div {
        width: 100%;
    }
    .brief {
        padding: 35px 15px;
    }
    .brief_wid {
        margin-top: 0px;
    }
    .brief_div {
        padding: 0px;
        margin-top: 15px;
    }
    .brief_hig_div {
        padding-right: 15px;
    }
    .brief .about_div_ul li {
        width: 47%;
    }
    .brief .about_div_ul li:nth-of-type(1),
    .brief .about_div_ul li:nth-of-type(2) {
        border-bottom: none;
    }
    .culture {
        padding: 45px 15px;
    }
    .course {
        padding: 35px 15px;
    }
    /* 
    .course_fr_size, .course_fl_div {
        width: 100%;
    }

    .course_fr_size {
        padding: 15px;
    }

    .course_wid {
        padding-bottom: 65px;
    }

    .course_lb .swiper-button-white {
        width: 30px;
        height: 30px;
        top: 94%;
    }

    .course_lb .swiper-button-prev {
        right: 14%;
    }

    .course_lb .gallery-thumbs {
        margin: 34px auto 0 auto;
    }

        .course_lb .gallery-thumbs span {
            margin-top: 20px;
        }

    .course::after {
        bottom: 9%;
        background-size: cover;
        background-position-x: -500px;
    }

    .honor_ul li {
        line-height: 35px;
        padding: 0 15px;
    } */
    .honor_wid>.fl {
        width: 100%;
    }
    .honor_lb {
        width: 100%;
    }
    .development-history {
        padding: 35px 15px 0 15px;
    }
    .development-history .development-history-lunbo {
        width: 100%;
        margin-top: 25px;
        padding: 15px 0 15px;
    }
    .development-history .swiper-container .swiper-slide {
        padding-left: 25px;
    }
    /* .development-history .swiper-container .swiper-slide .fr {
        width: 80%;
    } */
    .development-history-lunbo .mouseIco {
        left: auto;
        right: 0px;
    }
    .development-history .swiper-container .swiper-slide .fl,
    .development-history .swiper-container .swiper-slide .fr,
    .project_jie>div:nth-of-type(2),
    .project_jie>div:nth-of-type(1) {
        width: 100%;
    }
    .project_jie>div:nth-of-type(1) {
        padding: 7px 0;
    }
    .framework_ul {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .framework_ul::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
    }
    .framework_ul::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        display: block;
        width: 10px;
        height: 35px;
        background-image: -moz-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
        background-image: -webkit-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
        background-image: -ms-linear-gradient(-51deg, #cb3434 100%, #cb3434 100%);
    }
    .framework_ul::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        background-color: #dfdfdf;
        width: 100%;
        height: 3px;
        position: absolute;
    }
    .framework_ul li {
        padding: 0 10px;
        line-height: 35px;
        font-size: 1rem;
        float: none;
        display: inline-block;
        width: auto;
    }
    .framework,
    .honor {
        padding: 35px 15px;
    }
    .honor_lb {
        padding-bottom: 42px;
    }
    .demeanor_fl {
        position: static;
        width: 100%;
        padding: 35px 15px;
    }
    .demeanor_pa {
        height: auto;
    }
    .demeanor_div {
        position: static;
    }
    .demeanor_pa {
        display: none;
    }
    /* .demeanor{
        padding: 0 15px;
    } */
    .demeanor_img {
        top: auto;
        bottom: 5%;
    }
    .message,
    .contasts {
        padding: 35px 15px;
    }
    .contasts_size .iconfont {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .company_ul li a,
    .contasts_size {
        font-size: 1rem;
    }
    .company {
        padding: 35px 15px;
    }
    .company_size {
        margin-bottom: 15px;
    }
    .message_inp input {
        height: 40px;
    }
    .message_div {
        margin-top: 15px;
    }
    .message_inp p {
        margin-top: 15px;
    }
    .prolist {
        padding: 35px 15px;
    }
    .prolist_size {
        padding: 15px;
    }
    .prolist_size a:nth-of-type(2) {
        line-height: 32px;
    }
    .prolist_size p {
        margin: 8px 0;
    }
    .prolist_ul li>div {
        margin-bottom: 15px;
    }
    .recruit_col span:nth-of-type(4),
    .recruit_col span:nth-of-type(5),
    .recruit_top>span:nth-of-type(5),
    .recruit_top>span:nth-of-type(4) {
        display: none;
    }
    .recruit_col span,
    .recruit_top>span {
        width: 25%;
    }
    .recruit_top>span:nth-of-type(3) {
        width: 30%;
    }
    .recruit_top>span:nth-of-type(2) {
        width: 20%;
    }
    .recruit {
        padding: 35px 15px;
    }
    .recruit_bott {
        padding: 15px;
    }
    .personnel {
        padding: 35px 15px;
    }
    .personnel_wid>div {
        width: 100%;
    }
    .contasts_tit p {
        font-size: 1.8rem;
    }
    .personnel_wid {
        margin-top: 25px;
    }
    .personnel_size {
        padding: 15px;
    }
    .newsxq {
        padding: 35px 15px;
    }
    .left,
    .right {
        width: 100%;
    }
    .newsxq_fr_cen {
        margin: 15px 0;
    }
    .newsxq_fr_top {
        margin-top: 25px;
    }
    .Journalism {
        padding: 35px 15px;
    }
    .Journalism_size,
    .Journalism_ul li>.fl {
        width: 100%;
    }
    .Journalism_size {
        margin-top: 15px;
        padding: 10px;
    }
    .Journalism .col-sm-4 {
        padding-left: 15px;
    }
    .Journalism .col-sm-8 {
        padding-right: 15px;
    }
    .other_size {
        padding: 15px;
    }
    .other_size p {
        font-size: 1rem;
        margin-top: 8px;
    }
    .other_size a {
        font-size: 1.3rem;
    }
    .details_lb_div>div {
        width: 100%;
    }
    .details_ul li {
        font-size: 1rem;
        padding: 0 16px;
    }
    .details_ul {
        line-height: 42px;
        margin-bottom: 20px;
    }
    .proxq {
        padding: 35px 15px;
    }
    .proxq_wid>div {
        width: 100%;
    }
    .proxq_size_p {
        color: #0054a7;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .proxq_a {
        line-height: 35px;
        padding: 0 35px;
    }
    .proxq_fl_div {
        margin-top: 25px;
    }
    .proxq_fl {
        padding: 15px;
    }
    .details {
        padding: 0 15px;
    }
    .other {
        padding: 35px 15px 0px 15px;
    }
    .other_lb .swiper-container {
        padding: 25px 5px 35px 5px;
    }
    .phone .fl {
        width: 55%;
    }
    .color_dao {
        line-height: 22px;
    }
    body {
        padding-top: 48px;
    }
    .searchbox {
        top: 48px;
    }
    /* .pcimg{
        display: none;
    }
    .phoneimg{
        display: block;
    } */
    .banner_size p:nth-of-type(1) {
        font-size: 1.7rem;
    }
    .banner_size p:nth-of-type(2) {
        font-size: 1rem;
    }
    .banner .swiper-slide .banner_size {
        width: 100% !important;
        padding: 0 15px;
        left: 0 !important;
    }
    .banner_size p:nth-of-type(2) {
        margin: 10px 0;
    }
    .banner_size_a a {
        line-height: 30px;
        width: 100px;
        border-radius: 15px;
        font-size: 12px;
    }
    .future {
        display: none;
    }
    .future2 {
        height: auto;
        line-height: 35px;
    }
    .future2 {
        padding: 65px 15px;
        overflow: hidden;
        position: relative;
        background: url(../img/9.jpg) center/cover no-repeat;
        background-attachment: fixed;
    }
}

.about_img_more a:hover {
    box-shadow: inset 0 0 0 3.5rem #fff;
    /* border: 1px solid #fff !important; */
    color: #0054a7;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.investor_div a:hover {
    box-shadow: inset 0 0 0 2.5rem #fff;
    border: 1px solid #fff !important;
    color: #0054a7;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.other_div:hover .other_size a,
.Journalism_fl_div:hover .Journalism_fl_size a,
.Journalism_fl_ul li:hover a,
.newsxq_fr_bott_ul li:hover a,
.newsxq_fr_pian:hover a,
.foot_fr>ul a:hover,
.prolist_ul li:hover .prolist_size a:nth-of-type(1),
.news_fr_div:hover>a {
    color: #0054a7;
}

.service_ul li:hover .rotateImg {
    transform: rotateY(360deg);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.share_ul li a:hover {
    background-color: #0054a7;
}

.share_ul li a:hover i {
    color: #FFF;
}

.banner .swiper-slide:nth-of-type(1) .banner_size {
    left: 15%;
    color: #b56530;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    /* background-color:#FFF; */
    padding: 34px 20px;
    /* background: none; */
}

.banner {
    position: relative;
    z-index: 1000;
}

.banner .swiper-container {
    z-index: -1;
}


/* .banner .swiper-slide>div{
		background-color:#FFF;
	}
	 */

.beautful p:nth-of-type(1) {
    color: #FFF;
}

.banner .swiper-button-next {
    right: 5%;
}

.banner .swiper-button-prev {
    left: 5%;
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page span a{
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
    display: inline-block;
}

#page li:hover {
    border: 1px solid #0054a7;
}

#page li:hover a {
    color: #0054a7
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #0054a7;
    background-color: #0054a7;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .page-num-current {
    background-color: #0054a7;
    color: #FFFFFF
}

@media(max-width:767px) {
    .beautful p:nth-of-type(1) {
        color: #0054a7 !important;
    }
    .recruit_top>span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .recruit_top {
        padding: 0 8px;
    }
    .details_lb_size {
        padding: 10px;
        height: 130px;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        width: 20px;
        height: 35px;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        padding: 15px 12px;
    }
    .foot_div {
        display: none;
    }
    .foot_fl_div {
        margin-top: 0px;
        padding: 35px 15px;
    }
    .foot_fl>div {
        width: 100%;
    }
    .foot_fl>.fl>.fl,
    .foot_fl>.fl>.fr {
        float: none;
    }
    .foot_fl>.fl>.fr {
        margin-top: 15px;
    }
    .foot_fl_size {
        display: none;
    }
    .tdfc-td .pp1 {
        font-size: 16px;
    }
    .tdfc-td .dd2 {
        margin-top: 0px;
        font-size: 20px;
        line-height: 31px;
    }
    .team-tdfc {
        margin-top: 10px;
    }
    .team-tdfc .tdfc-uls .left {
        width: 100%;
    }
    .team-tdfc .tdfc-uls .right {
        width: 100%;
    }
    .team-tdfc .tdfc-uls .left {
        padding: 20px 15px;
    }
    .team-tdfc .tdfc-uls li .p1 {
        font-size: 23px;
    }
    .zzs {
        position: relative;
        width: 100%;
        transform: translateY(0%);
        padding: 15px;
        top: auto;
    }
    .zip {
        width: 100%;
        position: relative;
        z-index: 44;
    }
    .zip img {
        padding-bottom: 10px;
    }
    .zzs {
        padding: 15px 15px 30px;
    }
    .spirit {
        padding: 35px 15px;
    }
    #certify .swiper-container {
        padding-bottom: 0;
    }
    .spirit_size_tit {
        padding: 10px;
    }
    .spirit_size_qian span::after {
        width: 35px;
        height: 35px
    }
    .message .contasts_tit div {
        width: 100%;
    }
    .stockinfo {
        display: none;
    }
    .service_pa .title{
        display: none;
    }
    .service .title2{
        display: block;
        padding: 0 15px 25px 15px;
    }
    .service .title p:nth-of-type(2),
    .service .title p:nth-of-type(1){
        color: #0054a7;
    }
}