﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    font-family: Arial, Helvetica, sans-serif !important;
}

a {
    transition: all .5s ease;
}

body {
    float: left;
    width: 100%;
    scroll-behavior: smooth;
}

.wapshoww {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

img {
    border: 0;
}

.max-width {
    width: 1400px;
    margin: 0 auto
}

.header .max-width {
    width: 100%;
    padding: 0 50px;
}

.pcshow {
    display: block !important;
}

.wapshow {
    display: none !important;
}

@media screen and (max-width:1500px) {
    .max-width {
        width: 85%;
        margin: 0 auto
    }

    .header .max-width {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width:1024px) {
    .max-width {
        width: 100%;
        padding: 0 15px
    }

    .pcshow {
        display: none !important;
    }

    .wapshow {
        display: block !important;
    }
}

.wapshow {
    display: none;
}

._nav3 {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nbanner_box img {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.nbanner_box {
    position: relative;
    width: 100%;
    float: left;
}

.nbanner_box .nbanner_text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}

.nbanner_box .nbanner_text .tit {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 74px;
}

.nbanner_box .nbanner_text img {
    width: 20px;
    margin-right: 6px;
}

.Platform_detail .Platform_detail_box .back.wapshow {
    display: none !important
}

.nbanner_box .wz {
    display: flex;
    align-items: center;
}

.nbanner_box .nbanner_text {
    max-width:1400px;
    margin:0 auto;
    color: #fff;
}

.nbanner_box p,
.nbanner_box a {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

.nbanner_box .on {
    color: #ff8500;
    text-decoration: underline;
}

.banner .banner2 {
    display: none;
}

.contact_box {
    width: 100%;
    padding: 120px 0;
    float: left;
}

.contact_box .information_top {
    display: flex;
    justify-content: space-between;
}

.contact_box .information_top .ptext {
    width: 19.375%;
    background: #f0f9fe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.contact_box .information_top .ptext img {
    width: 100%
}

.contact_box .information_top .ptext p {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.contact_box .information_top .utext {
    width: 81.625%;
    background: url(../images/pic2.png) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 60px 60px 50px 60px;
}

.contact_box .information_top .utext .leftul {
    width: 80%;
    float: left;
}

.contact_box .information_top .utext .leftul .lt_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1500px) {
.contact_box .information_top .utext .leftul .lt_box {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
}
.contact_box .information_top .contflextext {
    display: flex;
    flex-direction: column;
}

.contact_box .information_top .contflextext .tit {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
}

.contact_box .information_top .contflextext .stit {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}
@media screen and (max-width: 1500px) {
.contact_box .information_top .contflextext .stit {
    font-size: 16px;
    line-height: 22px;
}
}
.contact_box .information_top .utext .leftul .lb_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_box .usbutton {
    display: block;
    height: 40px;
    width: 140px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}

.contact_box .usbutton p {
    position: relative;
    z-index: 2;
    transition: all .5s ease;
}

.contact_box .usbutton:hover p {
    color: #007ab5;
    transition: all .5s ease;
}

.contact_box .usbutton:hover::after {
    background: #fff;
    transition: all .5s ease;
}

.contact_box .usbutton:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: skew(-15deg);
}

.contact_box .usbutton::before {
    content: "";
    height: 29px;
    width: 12px;
    background: #ff8500;
    position: absolute;
    top: -8px;
    right: -10px;
    transform: skew(-15deg);
    z-index: 1;
}

.contact_box .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    padding-left: 80px;
    float: right;
}

.contact_box .qrcode img {
    width: 100%;
    margin-bottom: 10px;
}

.contact_box .qrcode span {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.information_bottom {
    line-height: 0;
    font-size: 0;
}

.information_bottom img {
    width: 100%;
}

.contact_box .contact_text_ul {
    margin-top: 30px;
}

.contact_box .contact_text_ul ul {
    width: calc(100% + 18px);
    margin: -9px;
}

.contact_box .contact_text_ul ul li {
    width: 50%;
    padding: 9px;
    float: left;
}

.contact_box .contact_text_ul ul li .box {
    width: 100%;
    background: #f0f9fe;
    padding: 24px 40px 0 40px;
    height: 235px;
}


.contact_box .contact_text_ul ul li .box .tit {
    line-height: 60px;
    color: #007ab6;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8e0e4;
}

.contact_box .contact_text_ul ul li .li {
    display: flex;
    align-items: flex-start;
}

.contact_box .contact_text_ul ul li .li img {
    margin-right: 10px;
    width: 20px;
    margin-top: 5px;
}

.contact_box .contact_text_ul ul li .li .strong {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    font-weight: bold;
    margin-right: 5px;
    float: left;
}

.contact_box .contact_text_ul ul li .li .cont {
    font-size: 18px;
    color: #555;
    line-height: 30px;
}

.contact_box .contact_text_ul ul li .li .text {
    font-size: 18px;
    color: #555;
    line-height: 30px;
}

.contact_box_form {
    margin-top: 120px;
    float: left;
    width: 100%;
}

.contact_box_form .form_tit {
    color: #000001;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 900;
    font-style: italic;
}

.contact_box_form form {
    background: #f0f9fe;
    width: 100%;
    padding: 69px 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_box_form form .label {
    width: calc(33.3% - 18px);
    margin-bottom: 30px;
}

.contact_box_form form input[type='text'] {
    background: #fff;
    padding: 0 20px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #333;
    width: 100%;
}

.contact_box_form form input[type='text']::placeholder {
    color: #888;
    font-size: 18px;
}

.contact_box_form form textarea {
    background: #fff;
    width: 100%;
    height: 200px;
    border: 0px;
    padding: 15px 20px;
    font-size: 18px;
    color: #333;
    margin-bottom: 30px
}

.contact_box_form form textarea::placeholder {
    color: #888;
    font-size: 18px;
}

.contact_box_form form .yzm {
    width: 100%
}

.contact_box_form form .yzmi {
    width: calc(66.6% - 18px);
    float: left;
    margin-right: 25px;
}

.contact_box_form form .yzmp {
    height: 64px;
    width:174px;
}

.contact_box_form form .submit {
    font-size: 16px;
    color: #fff;
    line-height: 64px;
    text-align: center;
    position: relative;
    width: 100%;
    float: right;
    z-index: 2;
    opacity: 0;
    font-weight: bold;
}

.contact_box_form form .submitb {
    width: calc(100% - (66.6% - 18px) - 174px - 18px - 25px - 15px);
    float: right;
    position: relative;
    margin-right: 15px;
}

.contact_box_form form .inputw {
    font-size: 16px;
    color: #fff;
    line-height: 64px;
    text-align: center;
    position: absolute;
    width: 95%;
    right: 0;
    height: 64px;
}

.contact_box_form form .inputw p {
    position: relative;
    font-weight: bold;
    z-index: 1;
}

.contact_box_form form .inputw:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-15deg);
    background: #007ab6;
}

.contact_box_form form .inputw::before {
    content: "";
    height: 29px;
    width: 12px;
    background: #ff8500;
    position: absolute;
    top: -8px;
    right: -10px;
    transform: skew(-15deg);
    z-index: 1;
}

.usplate_box {
    width: 100%;
    padding: 40px 0;
    float: left;
    background: #f0f9fe;
}

.usplate_box .flexc ul {
    display: flex;
    justify-content: center;
}

.usplate_box ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
}

.usplate_box ul li {
    width: 20%;
    padding: 0 20px;
    float: left;
}

.usplate_box ul li .box {
    width: 100%;
    float: left;
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    transition: all .5s ease
}

.usplate_box ul li .box .circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background: #eff6fe;
    margin-right: 20px;
    transition: all .5s ease
}

.usplate_box ul li .box .circle .icon2 {
    display: none;
}

.usplate_box ul li .tit {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.usplate_box ul li:hover .box,
.usplate_box ul li.on .box {
    background: #007ab6;
}

.usplate_box ul li:hover .circle,
.usplate_box ul li.on .circle {
    background: #ff8500;
}

.usplate_box ul li:hover .circle .icon2,
.usplate_box ul li.on .circle .icon2 {
    display: block;
}

.usplate_box ul li:hover .circle .icon1,
.usplate_box ul li.on .circle .icon1 {
    display: none;
}

.usplate_box ul li:hover .tit,
.usplate_box ul li.on .tit {
    color: #fff;
}

.recruit {
    width: 100%;
    float: left;
    padding: 60px 0 120px 0;
}

.recruit .recruit_top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 35px;
}

.recruit .recruit_top .tit {
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    color: #000;
    font-weight: 900;
    font-style: italic;
}

.recruit .recruit_top .form .text {
    width: 407px;
    height: 56px;
    line-height: 56px;
    color: #333;
    font-size: 16px;
    padding: 0 18px;
    border: 1px solid #eeeeee;
    float: left;
}

.recruit .recruit_top .form .submit {
    background: #ff8500;
    color: #fff;
    width: 145px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-indent: 30px;
    float: left;
    transition: all .5s ease;
    background: url(../fonts/鎼滅储_search.svg)#ff8500 left 20% top 50% no-repeat;
}

.recruit .recruit_top .form .submit:hover {
    background: url(../images/鎼滅储_search.svg)#007ab5 left 20% top 50% no-repeat;
}

.recruit .recruit_info {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px
}

.recruit_list .tabname {
    background: #007ab6;
    height: 64px;
    padding-left: 30px;
    width: 100%;
    margin-bottom: 10px;
}

.recruit_list .tabname>div {
    font-size: 18px;
    color: #fff;
    line-height: 64px;
    float: left;
    font-weight: bold;
}

.recruit_list .poname {
    width: 32%;
}

.recruit_list .depa {
    width: 32%
}

.recruit_list .quan {
    width: 14%;
    display:none;

}

.recruit_list .loca {
    width: 17%
}

.recruit_list .loca {
    width: 15%
}

.recruit_list li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.recruit_list li:last-child {
    margin-bottom: 0;
}

.recruit_list li .li_top {
    height: 64px;
    padding-left: 30px;
    width: 100%;
    background: #f0f9fe;
    position: relative
}

.recruit_list li .li_top>div {
    color: #333333;
    font-size: 18px;
    line-height: 64px;
    float: left;
}

.recruit_list li.on .li_top {
    background: #007ab6;
}

.recruit_list li.on .li_top>div {
    color: #fff;
}

.recruit_list li .li_top .arrow {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #cce6f3;
    cursor: pointer;
}

.recruit_list li .li_top .arrow .icon2 {
    display: none;
}

.recruit_list li.on .li_top .arrow {
    background: #ff8500;
    border-left: 0;
}

.recruit_list li.on .li_top .arrow .icon2 {
    display: block;
}

.recruit_list li.on .li_top .arrow .icon1 {
    display: none;
}


.recruit_list li .li_down {
    background: #f0f9fe;
    padding: 34px 28px;
    width: 100%;
    float: left;
    display: none;
}

.recruit_list li .li_down .down_w {
    padding-right: 6%;
    width: 50%;
    border-right: 1px solid #ccd4d8;
    float: left;
}

.recruit_list li .li_down .down_w:last-child {
    padding-left: 6%;
    width: 50%;
    border: 0px solid #ccd4d8;
}

.recruit_list li .li_down .tit {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}

.recruit_list li .li_down .stit {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.recruit_list {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}

.recruit_list .usbutton {
    display: block;
    height: 56px;
    width: 170px;
    text-align: center;
    line-height: 56px;
    color: #404040;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    margin-top: 85px;
}

.recruit_list .usbutton p {
    position: relative;
    z-index: 2;
}

.recruit_list .usbutton::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c0c7cb;
    transform: skew(-15deg);
}

.recruit_list .usbutton:after {
    content: "";
    height: 45px;
    width: 19px;
    background: #ff8500;
    position: absolute;
    top: -9px;
    right: -10px;
    transform: skew(-15deg);
    z-index: 1;
}

.recruit_list .usbutton:hover {
    color: #fff
}

.recruit_list .usbutton:hover:before {
    background: #007ab5;
}

.fy {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
}

.fy a {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 38px;
    margin: 0 5px;
    color: #272727;
    font-size: 14px;
    transition: all .5s ease;
}

.fy .zy {
    width: 100px
}

.fy .zy .icon2 {
    display: none;
}

.fy a:hover,
.fy a.on {
    color: #fff;
    background: #007ab6;
    border: 1px solid #007ab6;
}

.fy .zy:hover .icon2 {
    display: block;
}

.fy .zy:hover .icon1 {
    display: none;
}

.fy .zy2 img {
    transform: rotate(180deg);
}

.Careers1 {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.Careers_titbox .tit {
    color: #000000;
    font-size: 48px;
    position: relative;
    line-height: 64px;
    font-weight: bold;
    font-weight: 900;
    font-style: italic;
}

.Careers_titbox .stit {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}

.Careers1 ul {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.text_p {
    display: none;
}

.Careers1 li {
    width: 33.3%;
    float: left;
}

.Careers1 li .pic {
    width: 100%;
    height: 370px;
    transition: all .5s ease;
}

.Careers1 li .pic:hover {
    background-size: 110% 110% !important;
}

.Careers1 li .text {
    padding: 90px 58px 0 58px;
    width: 100%;
    height: 370px;
    background: #e7eff4;
}

.Careers1 li .text .ent {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.Careers1 li .text .ent p {
    z-index: 2;
    position: relative;
}

.Careers1 li .text .ent::after {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    background: #ff8500;
    left: 0;
    z-index: 1;
}

.Careers1 li .text .eninfo {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.Careers2 {
    width: 100%;
    float: left;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.Careers2 img {
    width: 100%;
}

.Careers2 .text_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.Careers2 .text_cont .tit {
    color: #fff;
}

.Careers2 .text_cont .stit {
    color: #fff;
}

.Careers3 {
    width: 100%;
    float: left;
    padding: 120px 0;
}

.Careers3 ul {
    margin-top: 40px;
    float: left;
    width: 100%;
}

.Careers3 ul li {
    width: 20%;
    float: left;
    background: #e1f2fb;
    padding: 60px 30px 0 30px;
    height: 445px;
    transition: all .5s ease;
}

.Careers3 ul li:hover {
    background: rgba(0, 122, 182, 0.6);
}

.Careers3 ul li:nth-child(2n) {
    background: #f0f9fe;
}

.Careers3 ul li:nth-child(2n):hover {
    background: rgba(0, 122, 182, 0.6);
}

.Careers3 ul li img {
    margin-bottom: 25px;
}

.Careers3 ul li:hover .tit {
    color: #fff
}

.Careers3 ul li:hover .info {
    color: #fff
}

.Careers3 ul li .tit {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}

.Careers3 ul li .info {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.Careers4 {
    float: left;
    width: 100%;
    background: #f0f9fe;
    padding: 100px 0;
}

.Careers4 .video {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.Careers4 .video video {
    width: 100%
}

.Careers4 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.Careers4 .video .play .circle {
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    transition: all .5s ease;
}

.Careers4 .video .play:hover .circle {
    transform: scale(1.1);
}

.Careers4 .video .play .circle img {
    width: 30px
}

.Careers4 .video .play span {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.newlist_box {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.newlist_top ul {
    width: calc(100% + 22px);
    margin: 0 -11px;
    float: left;
}

.newlist_top ul li {
    float: left;
    padding: 0 11px;
    width: 25%;
}

.newlist_top ul li .pic {
    width: 100%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.newlist_top ul li .pic img {
    width: 100%;
    transition: all .5s ease;
}

.newlist_top ul li:hover .pic img {
    transform: scale(1.1);
}

.newlist_top ul li .text {
    background: #f0f9fe;
    width: 100%;
    padding: 25px;
    transition: all .5s ease;
}

.newlist_top ul li .text h4 {
    color: #007ab6;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newlist_top ul li .text h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newlist_top ul li:hover .text {
    background: #007ab6;
}

.index_new .newlist_top li {
    width: 25%
}

.index_new .newlist_top li:hover h4,
.index_new .newlist_top li:hover h5 {
    color: #fff;
}

.newlist_box .newlist_down li {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.newlist_box .newlist_down li a {
    background: #f0f9fe;
    padding: 30px 26px;
    float: left;
    width: 100%;
    display: block;
    transition: all .5s ease;
}

.newlist_box .newlist_down li h4 {
    color: #007ab6;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.newlist_box .newlist_down li h5 {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}

.newlist_box .newlist_down li h6 {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newlist_box .newlist_down li:hover a {
    background: #007ab6;
}

.newlist_box li:hover h4,
.newlist_box li:hover h5,
.newlist_box li:hover h6 {
    color: #fff !important;
}

.newlist_box .newlist_down {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.newlist_detail {
    width: 100%;
    float: left;
    padding: 120px 0;
}
.newlist_detail.pagecon{padding:60px 0;}

.newlist_detail .new_detail_left {
    width: 72.75%;
   }



.newlist_detail .new_detail_left {
    position: relative;
}

/* 
.newlist_detail:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 69.75%;
    background: #d9d9d9;
} */

.newlist_detail .new_detail_right {
    width: 27.25%;
    float: right;
    padding-left: 50px;
}

.newlist_detail .new_detail_left h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #007ab6;
}

.newlist_detail .fun {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-bottom: 25px;
    border-bottom: 6px solid #f0f9fe;
    margin-bottom: 30px;
}

.nfy a:first-child img {
    transform: rotate(180deg);
}

.newlist_detail .fun>div,
.newlist_detail .fun>a {
    display: flex;
    align-items: center;
}

.newlist_detail .fun>a:hover p {
    color: #007ab6;
}

.newlist_detail .fun img {
    margin-right: 7px;
}

.newlist_detail .fun p {
    color: #000;
    font-size: 16px;
}

.newlist_detail .funl p {
    margin-right: 35px;
}

.newlist_detail .fun .funl {
    float: left;
}

.newlist_detail .content {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.newlist_detail .content img {
    max-width: 100%
}

.nfy {
    width: 100%;
    height: auto;
    background: #f0f9fe;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nfy a {
    display: flex;
    align-items: center;
}

.nfy a p {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    margin: 0 15px
}

.nfy a:hover p {
    /* font-weight: bold; */
    color: #007ab6;
}

.nfy a:last-child p {
    text-align: right;
}

.newlist_detail .nfy {
    margin-top: 35px;
}

.new_detail_right .right_top {
    text-align: left;
    line-height: 72px;
    background: #0079b5;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 30px;
}

.new_detail_right li a {
    background: #f0f9fe;
    padding: 25px 30px;
    float: left;
    width: 100%;
    margin-bottom: 3px;
    transition: all .5s ease;
}

.new_detail_right li a h4 {
    font-size: 16px;
    color: #007ab6;
    font-weight: bold;
}

.new_detail_right li a h6 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    margin-top: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_detail_right li a:hover {
    background: #007ab5;
}

.new_detail_right li a:hover h4 {
    color: #fff;
}

.new_detail_right li a:hover h6 {
    color: #fff;
}

.Publications_box {
    width: 100%;
    float: left;
    padding: 120px 0
}

.Publications_box ul {
    margin-bottom: 60px;
    width: 100%;
    float: left;
}

.Publications_box li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.Publications_box li:hover h4 {
    color: #007ab5;
}

.Publications_box li:last-child {
    margin-bottom: 0;
}

.Publications_box li a {
    width: 100%;
    float: left;
    background: #f0f9fe;
    font-size: 0;
    position: relative;
    padding: 0 34px 0 39px;
}

.Publications_box li a .label {
    font-size: 20px;
    color: #007ab6;
    font-weight: bold;
    width: 220px;
    line-height: 30px;
    display: inline-block;vertical-align: middle;
    word-wrap:break-word; word-break:normal;
    padding: 33.5px 0;
    text-align: center;
    white-space: pre-wrap;
}
.Publications_box li a .label.on{text-align: center;}

.Publications_box li a h4 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    display: inline-block;vertical-align: middle;
    word-wrap:break-word; word-break:normal;
    width: calc(100% - 220px - 72px);
    padding: 33.5px 40px;
}

.Publications_box li .time {
    height: 32px;
    width: 72px;
    background: #007ab6;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;vertical-align: middle;
    line-height: 32px;
}




.newlist_detail .new_detail_left2 {
    width: 100%;
    padding: 0;
    border: 0;
}

.newlist_detail .content .st {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.newlist_detail .content p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.Publications_list {
    float: left;
    width: 100%;
    padding: 120px 0;
}

/* .scroll_x {
    width: 1600px
}

.Pipeline_box_cont {
    overflow-x: auto;
} */

._nav3 {
    width: 100%;
    float: left;
}

._nav3 .ctext {
    width: 100%;
    float: left;
}

._nav3 .ctext .top {
    position: relative;
    z-index: 5;
}

._nav3 .ctext .menuph {
    display: block;
}

._nav3 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
}

._nav3 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
}

._nav3 .ctext .menuph .point:hover .navbtn,
._nav3 .ctext .menuph .point:hover .navbtn::after,
._nav3 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
}

._nav3 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #007ab6;
    width: 28px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

._nav3 .ctext .menuph .navbtn::after,
._nav3 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    background: #007ab6;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

._nav3 .ctext .menuph .navbtn::after {
    top: -10px;
}

._nav3 .ctext .menuph .navbtn::before {
    top: 10px;
}

._nav3 .ctext .menuph .point.active .navbtn {
    background: transparent;
}

._nav3 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

._nav3 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

._nav3 .ctext .xialaph {
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
}

._nav3 .ctext .xialaph .ul2,
._nav3 .ctext .xialaph .ul3 {
    display: none;
}

._nav3 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
}

._nav3 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
}

._nav3 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
}

._nav3 .ctext .xialaph li:last-child h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph h4:hover a,
._nav3 .ctext .xialaph h5:hover a {
    color: #007ab6;
}

._nav3 .ctext .xialaph h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}

._nav3 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
}

._nav3 .ctext .xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}

._nav3 .ctext .xialaph li:last-child h5::after {
    display: none;
}

._nav3 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
}

._nav3 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
}

._nav3 .ctext .xialaph h4.active img.img_s,
._nav3 .ctext .xialaph h5.active img.img_s {
    display: none;
}

._nav3 .ctext .xialaph h4.active img.img_d,
._nav3 .ctext .xialaph h5.active img.img_d {
    display: block;
}

._nav3 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
}

._nav3 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
}

._nav3 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}

._nav3 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
}

._nav3 .ctext .img_d,
._nav3 .ctext .disno {
    display: none;
}

._nav3 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
}

._nav3 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
}

._nav3 .ctext.sub .box .bg {
    opacity: 1;
}

._nav3 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
}

._nav3 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
}

._nav3 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
}

._nav3 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #007ab6;
}

._nav3 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
}

._nav3 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../images/ss.png) center no-repeat #007ab6;
    position: absolute;
    right: 0;
    top: 0;
}

._nav3 .ctext .dh {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
}

._nav3 .ctext .dh i {
    color: #007ab6;
    font-size: 16px;
    margin: 0 10px 0 0;
}

._nav3 .ctext .dh p {
    font-size: 14px;
    color: #6A6A6A;
    line-height: 18px;
}

.Publications_list ul {
    float: left;
    width: calc(100% + 20px);
    margin: -10px;
}

.Publications_list ul li {
    padding: 10px;
    float: left;
    width: 50%;
}

.Publications_list ul li a {
    float: left;
    width: 100%;
    background: #eef7fc;
    padding: 23px 23px 23px 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Publications_list ul li a .text {
    padding-right: 65px;
}

.Publications_list ul li a .text h4 {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    margin-bottom: 30px;
}

.Publications_list ul li a .text .button {
    display: block;
    height: 40px;
    width: 150px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    transition: all .5s ease;
}

.Publications_list ul li a .text .button p {
    position: relative;
    z-index: 2;
}

.Publications_list ul li a .text .button:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c0c7cb;
    transform: skew(-15deg);
    transition: all .5s ease;
}

.Publications_list ul li a .text .button:before {
    content: "";
    height: 29px;
    width: 12px;
    background: #ff8500;
    position: absolute;
    top: -8px;
    right: -10px;
    transform: skew(-15deg);
    z-index: 1;
}

.Publications_list ul li a .pic {
    width: 27.5%;
    font-size: 0;
    line-height: 0;
    min-width: 27.5%;
}

.Publications_list ul li:hover .button {
    color: #fff !important
}

.Publications_list ul li:hover .button:after {
    background: #007ab6;
    border: 1px solid #007ab6;
}

.Publications_list ul li a .pic img {
    width: 100%;
}

.Publications_list ul {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.Pipeline_box {
    float: left;
    width: 100%;
    padding: 100px 0
}

.Pipeline_box .Pipeline_top {
    width: 100%;
    background: #007ab6;
    float: left;
}

.Pipeline_box .tab1 {
    width: 8.625%;
    float: left;
}

.Pipeline_box .tab2 {
    width: 13.125%;
    float: left;
}

.Pipeline_box .tab3 {
    width: 28.75%;
    float: left;
}

.Pipeline_box .tab4 {
    width: 39.375%;
    float: left;
    position: relative;
}

.Pipeline_box .tab5 {
    width: 10.125%;
    float: left;
}

.Pipeline_box .Pipeline_top>div {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 72px;
    justify-content: center;
    padding-left: 0;
}

.Pipeline_box .tab1 {
    padding-left: 26px
}

.Pipeline_box .tab2 {
    padding-left: 32px
}

.Pipeline_box .tab3 {
    padding-left: 32px
}



.Pipeline_box .tab4 .li {
    width: 20%;
    float: left;
    text-align: center;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pipeline_box .tab5 {
    justify-content: center;
    border-right: 0px;
}

.Pipeline_box .Pipeline_li>div {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 72px;
    border-right: 1px solid #e4edf1;
    border-bottom: 1px solid #e4edf1;
    background: #f0f9fe;
}
.Pipeline_box .Pipeline_li>a {
    color: rgb(0,122,182);
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 72px;
    border-right: 1px solid #e4edf1;
    border-bottom: 1px solid #e4edf1;
    background: #f0f9fe;
    text-decoration:underline;
}

.Pipeline_box .Pipeline_li .tab4 .li:nth-child(1) {
    background: #ddeff8;
}

.Pipeline_box .Pipeline_li .tab4 .li:nth-child(2) {
    background: #c9e5f2;
}

.Pipeline_box .Pipeline_li .tab4 .li:nth-child(3) {
    background: #b7dbed;
}

.Pipeline_box .Pipeline_li .tab4 .li:nth-child(4) {
    background: #a3d0e7;
}

.Pipeline_box .Pipeline_li .tab4 .li:nth-child(5) {
    background: #90c6e1;
}

.Pipeline_box .Pipeline_li .tab4 .line {
    height: 28px;
    background: #ff8500;
    position: absolute;
    border-radius: 0 14px 14px 0;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

.Pipeline_detail {
    width: 100%;
    float: left;
    padding: 120px 0;
}

.Pipeline_detail .Pipeline_detail_left {
    width: 30%;
    float: left;
}

.Pipeline_detail .Pipeline_detail_left li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cde8fb;
}

.Pipeline_detail .Pipeline_detail_left li:last-child {
    border-bottom: 0px solid #cde8fb;
}

.Pipeline_detail .Pipeline_detail_left li a {
    color: #000000;
    line-height: 48px;
    font-size: 14px;
    position: relative;
    background: #f0f9fe;
    height: 48px;
    padding-left: 28px;
    display: block;
    position: relative;
}

.Pipeline_detail .Pipeline_detail_left li.on a,
.Pipeline_detail .Pipeline_detail_left li:hover a {
    background: #007ab6;
    border-bottom: 0px solid #007ab6;
    color: #fff;
}

.Pipeline_detail .Pipeline_detail_left li.on a:after,
.Pipeline_detail .Pipeline_detail_left li:hover a:after {
    height: 100%;
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff8500;
}

.Pipeline_detail .Pipeline_detail_left li.on a::before,
.Pipeline_detail .Pipeline_detail_left li:hover a::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #007ab6;
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translate(0, -50%);
}

.Pipeline_detail .Pipeline_detail_right {
    width: 70%;
    float: right;
    padding-left: 60px;
}

.Pipeline_detail .Pipeline_detail_right .tit {
    width: 100%;
    line-height: 30px;
    background: #f0f9fe;
    color: #007ab6;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    float: left;
    margin-bottom: 30px;
    padding: 21px 0;
}

.Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content img{max-width:100%;}

.Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content .bstit {
    font-weight: bold;
    margin-bottom: 10px;
}

.Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content .info {
    margin-bottom: 25px;
}

.Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content .lstit {
    color: #007ab6;
    font-weight: bold;
    margin-bottom: 15px;
}

.Platform_box .Platform_flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Platform_box li:nth-child(2n) .Platform_flex {
    flex-direction: row-reverse;
}

.Platform_box .Platform_flex .text {
    width: 50%;
    padding-right: 80px;
}

.Platform_box li:nth-child(2n) .Platform_flex .text {
    padding-left: 80px;
    padding-right: 0;
}


.Platform_box .Platform_flex .pic {
    width: 50%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.Platform_box .Platform_flex .pic img {
    width: 100%;
    transition: all .5s ease;
}

.Platform_box li:hover .Platform_flex .pic img {
    transform: scale(1.1);
}

.Platform_box ul {
    float: left;
    width: 100%;
}

.Platform_box .Platform_flex .text .tit {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 900;
}

.Platform_box .Platform_flex .text .info {
    color: #333;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 30px;
}

.Platform_box li {
    padding: 120px 0;
}

.Platform_box li:nth-child(2n) {
    background: #f0f9fe;
}

.Platform_box li .button {
    display: block;
    height: 54px;
    width: 170px;
    text-align: center;
    line-height: 56px;
    color: #404040;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.Platform_box li .button p {
    position: relative;
    z-index: 2;
    transition: all .5s ease;
}

.Platform_box li .button::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c0c7cb;
    transform: skew(-15deg);
    transition: all .5s ease;
}

.Platform_box li .button:after {
    content: "";
    height: 45px;
    width: 19px;
    background: #ff8500;
    position: absolute;
    top: -9px;
    right: -10px;
    transform: skew(-15deg);
    z-index: 1;
}

.Platform_box li .button:hover {
    color: #fff;
}

.Platform_box li .button:hover::before {
    background: #007ab6;
    border: 1px solid #007ab6;
}

.Platform_detail .Platform_detail_box .top_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Platform_detail .Platform_detail_box .top_t .tit {
    color: #007ab6;
    font-weight: bold;
    font-size: 30px;
}

.Platform_detail .Platform_detail_box .back {
    display: flex !important;
    align-items: center;
}

.Platform_detail .Platform_detail_box .back:hover p {
    color: #007ab6;
}

.Platform_detail .Platform_detail_box .back img {
    margin-right: 11px;
}

.Platform_detail .Platform_detail_box .back p {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}

.Platform_detail {
    float: left;
    width: 100%;
    padding: 120px 0 40px 0;
}

.Platform_detail .top_st {
    background: #f0f9fe;
    width: 100%;
    padding: 15px 25px;
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin: 23px 0 00px 0;
    font-weight: bold;
}

.Platform_detail .plstit {
    font-size: 20px;
    font-weight: bold;
    color: #007ab6;
    padding-bottom: 16px;
    padding-left: 18px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 12px;
    margin-top: 40px;
    float: left;
    width: 100%;
}

.Platform_detail .plstit:after {
    height: 8px;
    width: 8px;
    background: #007ab6;
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    transform: rotate(45deg);
}

.Platform_detail .wsw {
    width: 50%;
    float: left;
}

.Platform_detail .plbt {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    float: left;
    width: 100%;
}

.Platform_detail .pinfo {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    float: left;
    width: 100%;
}

.nfybg {
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #f0f9fe;
}

.ulpic {
    margin: 50px 0;
}

.ulpic ul {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.ulpic ul li {
    width: 25%;
    padding: 0 10px;
    float: left;
}

.ulpic.ulpic2 ul li {
    width: 50%;
}

.ulpic ul li .pic {
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.ulpic ul li .pic img {
    width: 100%
}

.ulpic .slick-arrow {
    height: 16px;
    width: 16px;
    border-top: 2px solid #007ab6;
    border-right: 2px solid #007ab6;
    position: absolute;
    top: 50%;
    transition: all .5s ease;
}

.ulpic .slick-arrow:hover {
    border-top: 2px solid #ff8602;
    border-right: 2px solid #ff8602;
}

.ulpic {
    float: left;
    width: 100%;
}

.ulpic .slick-prev {
    transform: translate(0, -50%)rotate(225deg);
    left: -30px;
}

.ulpic .slick-next {
    transform: translate(0, -50%)rotate(45deg);
    right: -30px;
}

.Platform_detail .wsws {
    width: 100%;
    float: left;
}

.Platform_detail .ulpic .text {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.Platform_detail .ulpic .ul2 .text {
    margin-top: 0;
    font-weight: inherit;
}

.Platform_detail .zcolor {
    color: #007ab6;
    display: inline-block;
}

.Platform_detail .dh {
    display: flex;
    align-items: center;
    padding-left: 15px;
    float: left;
    width: 100%;
}

.Platform_detail .dh p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.Platform_detail .dh img {
    margin-right: 10px;
}

.about2 {
    width: 100%;
    float: left;
}

.about2 .left,
.about2 .right {
    width: 50%;
    float: left;
    height: 650px;
}

.about2 .left {
    text-align: right;
    padding-right: 100px;
}

.about2 .right {
    padding-left: 100px;
    text-align: left;
}

.about2 .tit {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-weight: 900;
    font-style: italic;
}

.about2 .line {
    width: 100%;
    height: 1px;
    margin: 40px 0;
    position: relative;
}

.about2 .left .line {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

.about2 .left,
.about2 .right {
    transition: all .5s ease;
}

/* 
.about2 .left:hover,
.about2 .right:hover {
    background-size: 110% 110% !important;
} */

.about2 .right .line {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

.about2 .left .line:after {
    right: 0;
}

.about2 .right .line:after {
    left: 0;
}

.about2 .line:after {
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 50%;
    background: #ff8500;
    top: -6px;
    content: "";
}

.about2 .info {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.about2 .left .info {
    text-align: right;
}

.about2 .right .info {
    text-align: left;
}

.about2 .content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.about_team {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.about_tit {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    font-weight: 900;
    font-style: italic;
}

.about_team .about_tit {
    color: #000;
}

.about_team .teamlist {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.about_team ul {
    width: calc(100% + 20px);
    margin: -10px;
    float: left;
    display:flex; flex-wrap: wrap; align-items: flex-start;
}

.about_team ul li {
    width: 16.6%;
    float: left;
    padding: 10px;
}

.about_team ul li a {
    width: 100%;
    float: left;
    position: relative;
}

.about_team ul li a .wordsbox{width: 100%;padding-top: 20px;}
.about_team ul li a .wordsbox .bt1{font-size: 16px;color: #333;line-height: 22px;margin-bottom: 6px;font-weight: 700;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.about_team ul li a .wordsbox .bt2{font-size: 14px;color: #333;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
@media  screen and (max-width: 1500px){
.about_team ul li a .wordsbox .bt1{font-size: 14px;}
.about_team ul li a .wordsbox .bt2{font-size: 12px;}
}
@media  screen and (max-width: 1024px){
.about_team ul li a .wordsbox{padding-right: 0;}
.about_team ul li a .wordsbox .bt1{font-size: 16px;}
.about_team ul li a .wordsbox .bt2{font-size: 14px;}
.about_team ul li .tit{bottom: 80px!important;}
}

.about_team ul li .pic {
    width: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.about_team ul li .pic img {
    width: 100%;
    transition: all .5s ease;
}

.about_team ul li:hover .pic img {
    transform: scale(1.1);
}

.about_team ul li .tit {
    position: absolute;
    top: 260px;
    left: 10px;
    width: calc(100% - 20px);
}

.about_team ul li .name {
    width: calc(100% - 42px);
    height: 49px;
    position: relative;
    color: #000000;
    font-size: 18px;
    line-height: 49px;
    padding-left: 25px;
    float: left;
}

.about_team ul li .name p {
    position: relative;
    z-index: 2;
}

.about_team ul li .name:after {
    content: "";
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    background: #fff;
    top: 0;
    left: 0;
    transform: skew(-15deg);
    position: absolute;
}

.about_team ul li .more {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 24px;
    margin-top: 7px;
    margin-left: -11px;
    position: relative;
    float: right;
}

.about_team ul li .more p {
    position: relative;
    z-index: 2;
}

.about_team ul li .more:after {
    content: "";
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    background: #007ab6;
    top: 0;
    left: 0;
    transform: skew(-15deg);
    position: absolute;
}


.about_team ul li:hover .name {
    color: #fff;
}

.about_team ul li:hover .name:after {
    background: #0079b5;
}

.about_team ul li:hover .more {
    color: #fff;
}

.about_team ul li:hover .more:after {
    background: #ff8500;
}

.about_team ul li .post {
    display: none;
}

.about_team ul li .info {
    display: none;
}

.partner {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.about_stit {
    font-size: 18px;
    line-height: 30px;
}

.partner .about_stit {
    color: #fff;
}

.partner ul {
    width: calc(100% + 22px);
    margin: 0 -11px;
}
.partner ul .slick-track{margin:0 auto;}

.partner ul li {
    width: 14.28%;
    float: left;
    padding: 0 11px;
}

.partner ul li .box {
    width: 100%;
    float: left;
    background: #fff;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.partner ul li .box:hover img {
    transform: scale(1.1);
}

.partner ul li img {
    max-width: 50%;
    transition: all .5s ease;
}

.partner .about_tit {
    color: #fff;
    margin-bottom: 10px;
}

.partner .about_stit {
    margin-bottom: 40px;
}

.partner .partnerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner .arrow .prev,
.partner .arrow .next {
    height: 51px;
    width: 57px;
    position: relative;
    cursor: pointer;
}

.partner .arrow .prev {
    margin-right: 12px;
}

.partner .arrow .next {
    margin-top: -8px;
}

.partner .arrow {
    display: flex;
}

.partner .arrow .prev::before {
    height: 12px;
    width: 12px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%)rotate(225deg);
    top: 50%;
    left: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    margin-left: 2px;
}

.partner .arrow .next::before {
    height: 12px;
    width: 12px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%)rotate(45deg);
    top: 50%;
    left: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    margin-left: -2px;
}


.partner .arrow .prev:after {
    height: 51px;
    width: 57px;
    transform: translate(-50%, -50%)skew(-15deg);
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
}

.partner .arrow .next:after {
    height: 51px;
    width: 57px;
    transform: translate(-50%, -50%)skew(-15deg);
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
}

.partner .arrow .prev:hover:after,
.partner .arrow .next:hover:after {
    background: #ff8500;
}

.about_info {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.about_info .about_info_top {
    display: flex;
    justify-content: space-between;
}

.about_info .about_info_top .about_text {
    background: #f0f9fe;
    padding: 20px 90px 0 80px;
    width: 50%;
    text-align: justify ;
}

.about_info .about_info_top .about_text .tit {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccd4d8;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 900;
    font-style: italic;
}

.about_info .about_info_top .about_text .info {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.about_info .about_info_top .about_pic {
    width: 50%;
    font-size: 0;
    line-height: 0;
}

.about_info .about_info_top .about_pic img {
    width: 100%
}

.about_info_down li {
    width: 25%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.about_info_down li .flexc {

    display: flex;
    align-items: flex-start;
}

.about_info_down li .flexc .number {
    font-size: 48px;
    font-weight: 900;
    color: #007ab6;
    line-height: 50px;
    margin-bottom: 15px;
}

.about_info_down li .plus {
    font-size: 24px;
    color: #007ab6;
    font-weight: inherit;
    line-height: 20px;
}

.about_info_down li .text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.about_cors {
    width: 100%;
    float: left;
    padding: 120px 0;
}

.about_cors .about_tit {
    color: #000;
}

.about_cors .cors_bj {
    padding: 300px 0 150px 0;
    position: relative;
}

.about_cors .cors_box .mid {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #007ab6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.about_cors .cors_bj .li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 210px;
    height: 202px;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.about_cors .cors_bj .li img {
    transition: all .5s ease;
}

.about_cors .cors_bj .li:hover img {
    transform: rotate(360deg);
}

.about_cors .cors_bj .li img {
    margin-bottom: 12px;
}

.about_cors .cors_bj .li p {
    font-size: 20px;
    text-align: center;
    color: #007ab6;
}

.about_cors .cors_bj .li1 {
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
}

.about_cors .cors_bj .li2 {
    left: 28%;
    top: 32%;
}

.about_cors .cors_bj .li3 {
    left: 31%;
    top: 74%;
}

.about_cors .cors_bj .li4 {
    right: 28%;
    top: 32%;
}

.about_cors .cors_bj .li5 {
    right: 31%;
    top: 74%;
}

.about_cors .cors_bj .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -33%);
    width: 600px;
}

.about_cors .cors_bj .bg img {
    width: 100%
}

.partner_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    z-index: 99;
    display: none;
}

.partner_pop .left {
    width: 25%;
    font-size: 0;
    line-height: 0;
    float: left;
}

.partner_pop .left img {
    width: 100%;
}

.popbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 98;
    display: none;
}

.partner_pop .text {
    width: 75%;
    float: right;
    padding-left: 40px;
}

.partner_pop .close {
    top: -21px;
    right: -41px;
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s ease;
}

.partner_pop .close:hover {
    background: #0079b5;
}

.partner_pop .text .name {
    font-size: 28px;
    color: #000;
    font-weight: bolder;
}

.partner_pop .text .zw {
    font-size: 17px;
    color: #007ab6;
    line-height: 32px;
    margin: 10px 0 25px 0;
}
/* 20230531start */
.partner_pop .text .info {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    height: 360px;
    overflow-y: auto;
    text-align:justify;
    padding-right: 20px;
}
/* 2023053end */
.index_about {
    float: left;
    width: 100%;
    padding-top: 120px;
}

.index_about .index_about_box {
    padding: 100px 0 0 100px;
    float: left;
    width: 100%;
    position: relative;
}

.index_about .index_about_box .entit {
    height: 100%;
    position: absolute;
    width: 100px;
    background: rgb(254, 254, 254);
    top: 0px;
    left: 100%;
    font-size: 72px;
    font-weight: 900;
    color: #f8f8f8;
    writing-mode: vertical-rl;
    text-align: center;
    border-left: 1px solid #dbdcdc;
}


.index_about .index_about_box .tit {
    font-size: 48px;
    color: #000;
    font-weight: 900;
    font-style: italic;
    line-height: 52px;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #dbdcdc;
}

.index_about .index_about_box .info {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-right: 96px;
    margin-bottom: 70px;
}

.index_button {
    display: block;
    height: 56px;
    width: 170px;
    text-align: center;
    line-height: 56px;
    color: #404040;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    transition: all .5s ease;
}

.index_button p {
    transform: skew(-10deg);
    position: relative;
    z-index: 2;
}

.index_button::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c0c7cb;
    transform: skew(-15deg);
    transition: all .5s ease;
}

.index_button::after {
    content: "";
    height: 45px;
    width: 19px;
    background: #ff8500;
    position: absolute;
    top: -9px;
    right: -10px;
    transform: skew(-15deg);
    z-index: 1;
}

.index_button:hover {
    color: #fff;
}

.index_button:hover::before {
    background: #0079b5;
    border: 1px solid #0079b5;
}

.index_about_box .about_info_down li {
    width: auto
}

.index_about_box .about_info_down ul {
    display: flex;
    justify-content: space-between;
    padding-right: 96px;
}

.index_about_box .about_info_down {
    margin-bottom: 110px;
}

.index_platform {
    float: left;
    width: 100%;
    padding-top: 110px;
    background: #f0f9fe;
}

.index_platform .platform_pic_list {
    position: relative;
}

.index_platform .platform_tab:after {
    content: "";
    height: 100%;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    top: 0;
    position: absolute;
}

.index_platform .platform_tab>ul {
    z-index: 1;
}

.tit_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_ust {
    font-size: 48px;
    color: #000;
    font-weight: 900;
    font-style: italic;
    line-height: 52px;
}

.index_platform .tit_flex {
    margin-bottom: 40px;
}

.index_platform .platform_pic_list {
    width: 100%
}

.index_platform .platform_pic_list li .pic {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.index_platform .platform_pic_list li {
    width: 100%;
    position: relative;
}

.index_platform .platform_pic_list li .pic img {
    width: 100%
}

.index_platform .platform_pic_list li .arrow {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: absolute;
    right: 45px;
    bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_platform .platform_tab li {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    position: relative;
    transition: all .5s ease;
    background: #fff;
}

.index_platform .platform_tab li:hover,
.index_platform .platform_tab li.slick-current {
    background: #007ab6;
}

.index_platform .platform_tab li:hover .ent,
.index_platform .platform_tab li:hover .num,
.index_platform .platform_tab li.slick-current .ent,
.index_platform .platform_tab li.slick-current .num {
    color: #fff;
}

.index_platform .platform_tab li:after {
    content: "";
    height: 72px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #dbdcdc;
    width: 1px;
}

.index_platform .platform_tab li:hover:after,
.index_platform .platform_tab li.slick-current:after {
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    transform: translate(0, 0%);
    background: #ff8500;
}

.index_platform .platform_tab li.slick-current::before {
    content: "";
    height: 72px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #dbdcdc;
    width: 1px;
}

.index_platform .platform_tab li .ent {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    font-weight: bold;
}

.index_platform .platform_tab li .num {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.platform_tab {
    float: left;
    width: 100%;
    position: relative;
}

.platform_tab:after {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background: #dbdcdc;
}

.platform_tab::before {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background: #dbdcdc;
    z-index: 3;
}

.platform_tab::before {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background: #dbdcdc;
}

.platform_tab .slick-arrow {
    height: 14px;
    width: 14px;
    border-top: 2px solid #363636;
    border-right: 2px solid #363636;
    position: absolute;
    top: 50%;
    transition: all .5s ease;
}

.platform_tab .slick-arrow:hover {
    border-top: 2px solid #007ab6;
    border-right: 2px solid #007ab6;
}

.platform_tab .slick-prev {
    transform: translate(0, -50%)rotate(225deg);
    left: -50px;
}

.index_new_top .left .index_button:hover {
    color: #007ab5;
}

.index_new_top .left .index_button:hover::before {
    background: #fff;
}

.platform_tab .slick-next {
    transform: translate(0, -50%)rotate(45deg);
    right: -50px;
}

.usplate.slick .slick-arrow {
    height: 14px;
    width: 14px;
    border-top: 2px solid #363636;
    border-right: 2px solid #363636;
    position: absolute;
    top: 50%;
    transition: all .5s ease;
}

.usplate.slick .slick-arrow:hover {
    border-top: 2px solid #007ab6;
    border-right: 2px solid #007ab6;
}

.usplate.slick .slick-prev {
    transform: translate(0, -50%)rotate(225deg);
    left: -10px;
}

.usplate.slick .slick-next {
    transform: translate(0, -50%)rotate(45deg);
    right: -10px;
}


.index_new {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.index_new .tit_flex {
    margin-bottom: 40px;
}

.index_new_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.index_new_top .left {
    width: 43.45%;
    padding: 50px 65px 0 55px;
    background: url(../images/pic32.png) center no-repeat;
    background-size: cover;
}

.index_new_top .left h4 {
    color: #ff8500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}

.index_new_top .left h5 {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index_new_top .left .index_button,
.Careers2.index .index_button {
    color: #fff;
    margin-top: 50px;
}

.index_new_top .left .index_button::before {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.index_new_top .right {
    width: 56.55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.usplate_box ul li .box .circle img {
    width: 50%;
}

.index_new_top .right li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    padding: 58px 70px 35px 70px;
    background: #f0f9fe;
    position: relative;
    transition: all .5s ease;
}

.index_new_top .right li:last-child {
    padding: 35px 70px 58px 70px;
}

.index_new_top .right li:last-child:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 70px;
    width: calc(100% - 140px);
    background: #c0c7cb;
    top: 0;
}

.index_new_top .right li h4 {
    color: #007ab6;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    transition: all .5s ease;
}

.index_new_top .right li h5 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s ease;
}

.index_new_top .right li img {
    position: absolute;
    right: 70px;
    bottom: 70px;
}

.index_new_top .right li:last-child img {
    bottom: 90px;
}

.index_new_top .right li .icon2 {
    display: none;
}

.index_new_top .right li:hover {
    background: #007ab6;
}

.index_new_top .right li:hover .icon2 {
    display: block;
}

.index_new_top .right li:hover .icon1 {
    display: none;
}

.index_new_top .right li:hover h4,
.index_new_top .right li:hover h5 {
    color: #fff;
}

.banner li {
    line-height: 0;
    width: 100%;
    font-size: 0;
    position: relative;
}

.banner li img {
    width: 100%
}

.banner li .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner li .text h4 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.banner li .text h6 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-weight: 900;
}

.banner .curnumber {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
}

.banner .curnumber .curn {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    width: 107px;
    text-align: center;
    transform: skew(-10deg);
    text-indent: 10px;
}

.banner .curnumber .num {
    font-size: 18px;
    color: #fff;
    width: 107px;
    text-align: center;
    transform: skew(-10deg);
    text-indent: 10px;
    opacity: 0.5;
}

.banner {
    position: relative;
}

.banner .arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
    display: flex;
}

.banner .arrow .prev,
.banner .arrow .next {
    height: 65px;
    width: 72px;
    position: relative;
    cursor: pointer;
}

.banner .arrow .prev {
    margin-right: 12px;
}

.banner .arrow .next {
    margin-top: -8px;
}

.banner .arrow {
    display: flex;
}

.banner .arrow .prev::before {
    height: 12px;
    width: 12px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%)rotate(225deg);
    top: 50%;
    left: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    margin-left: 2px;
}

.banner .arrow .next::before {
    height: 12px;
    width: 12px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%)rotate(45deg);
    top: 50%;
    left: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    margin-left: -2px;
}


.banner .arrow .prev:after {
    height: 65px;
    width: 72px;
    transform: translate(-50%, -50%)skew(-15deg);
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
}

.banner .arrow .next:after {
    height: 65px;
    width: 72px;
    transform: translate(-50%, -50%)skew(-15deg);
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
}

.banner .arrow .prev:hover:after,
.banner .arrow .next:hover:after {
    background: #ff8500;
}


.banner .banner_icon_ul {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.banner .banner_icon_ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner .banner_icon_ul li .pic {
    width: 58px;
    height: 56px;
}

.banner .banner_icon_ul li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.banner .banner_icon_ul li span {
    color: #fff;
    font-size: 24px;
    margin-top: 25px;
}

.down_nav {
    float: left;
    width: 100%;
    border-top: 3px solid #007ab5;
}

.down_nav .down_nav_top {
    padding: 75px 0;
    margin:0 auto;
    width: 1400px;
}

.down_nav .down_nav_top li .tit {
    font-size: 16px;
    color: #007ab6;
    font-weight: bold;
    position: relative;
    line-height: 20px;
    padding-bottom: 16px;
}

.down_nav .down_nav_top li .tit:after {
    content: "";
    height: 2px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff8500;
}

.down_nav .down_nav_top li a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    margin-top: 15px;
}

.down_nav .down_nav_top li a:hover {
    color: #007ab6;
}

.down_nav .down_nav_top>ul {
    display: flex;
    justify-content: space-between;
}

.down_nav .down_nav_top .erul.e li {
    display: flex;
}

.down_nav .down_nav_top .erul.e li a {
    margin-right: 45px;
    min-width: 65px;
}

.down_nav .down_nav_down {
    padding: 22px 0 25px 0;
    float: left;
    width: 100%;
    position: relative;
}

.down_nav .down_nav_down:after {
    height: 1px;
    width: 100vw;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background: #d9d9d9;
}

.down_nav .down_nav_down .copyright {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
}

.down_nav .down_nav_down ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.down_nav .down_nav_down ul li .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    margin: 0 5px;
}

.down_nav .down_nav_down ul li {
    position: relative;
}

.down_nav .down_nav_down ul li .ewm {
    content: "";
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translate(-50%, 0px);
    display: none;
}

.down_nav .down_nav_down ul li:hover .ewm {
    display: block;
}


.down_nav .down_nav_down ul li .icon:hover {
    background: #ff8500;
}

.down_nav .down_nav_down ul li .icon img {
    max-width: 40%;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    transition: all .4s ease;
}

.header .header_content {
    position: relative;
    z-index: 500;
    width: 100%;
    height: 102px;
}

.header .header_content .header_logo {
    width: 10%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 11;
}

.header .header_content .header_right {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all .5s ease;
}

.header .header_nav ul li a {
    color: #fff;
    line-height: 102px;
    font-size: 18px;
    display: block;
    position: relative;
    font-weight: bold;
}

.header .header_nav ul li.on a,
.header .header_nav ul li:hover a {
    color: #ff8500 !important;
    font-weight: bold !important;
    transform: skew(-10deg) !important;
}

.header .header_nav ul li.on a:after,
.header .header_nav ul li:hover a:after {
    content: "";
    height: 3px;
    width: 64px;
    background: #ff8500;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -6px;
}

.header .header_nav ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}

.header .header_right .header_tel_search {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header .header_right .header_tel_search .telnum {
    background: #fd8300;
    padding: 5% 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    margin-top: 3%;
    position: absolute;
    width: 100%;
    left: -8px;
    top: 104%;
    overflow: hidden;
    text-align: center;
    z-index: 11;
    color: #fff;
    display: none;
}

.header .header_right .header_tel_search:hover .telnum {
    display: block;
}

.header .header_right .header_tel_search .tel {
    width: 180px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .header_right .header_tel_search .tel img {
    margin-right: 7px;
    position: relative;
    z-index: 10;
}

.header .header_right .header_tel_search .tel p {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.header .header_right .header_tel_search .tel .tel2 {
    display: none;
}

.header .header_right .header_tel_search .tel:after {
    content: '';
    width: 180px;
    height: 48px;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    transform: skewX(340deg);
    z-index: 1;
    transition: all .5s ease;
}

.header .header_right .header_tel_search .tel:hover:after {
    background: #ff8500;
    border: 1px solid #ff8500;
}

.header .header_right .header_tel_search .search {
    width: 60px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.header .header_right .header_tel_search .search img {
    position: relative;
    z-index: 10;
}

.header .header_right .header_tel_search .search .ss2 {
    display: none;
}

.header .header_right .header_tel_search .search:after {
    content: '';
    width: 60px;
    height: 48px;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    transform: skewX(340deg);
    z-index: 1;
    transition: all .5s ease;
}

.header .header_right .header_tel_search .search:hover:after {
    background: #ff8500;
    border: 1px solid #ff8500;
}

.header.on {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.on .header_nav ul li a {
    color: #1a1a1a;
}

.header.on .header_right .header_tel_search .tel .tel2 {
    display: block;
}

.header.on .header_right .header_tel_search .tel .tel1 {
    display: none;
}

.header.on .header_right .header_tel_search .search .ss1 {
    display: none;
}

.header.on .header_right .header_tel_search .search .ss2 {
    display: block;
}

.header.on .header_right .header_tel_search .search:after {
    border: 1px solid #e6e6e6;
    opacity: 1;
}

.header.on .header_right .header_tel_search .tel:after {
    border: 1px solid #e6e6e6;
    opacity: 1;
}

.header.on .header_right .header_tel_search .tel p {
    color: #1a1a1a;
}

.search_content_show {
    position: absolute;
    left: 50%;
    top: -50%;
    width: 30%;
    transform: translate(-50%, -50%);
    z-index: 511;
    transition: all .4s ease;
}

.search_content_show .submit {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/ss.png) left center no-repeat;
    margin-top: -25px;
    border: none;
    z-index: 11;
    cursor: pointer;
    filter: invert(100%);
}

.search_content_show .text {
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    height: 50px;
    display: block;
    color: #1a1a1a;
    font-size: 18px;
}

.search_content_show .text::placeholder {
    color: #1a1a1a;
    font-size: 18px;
}

.search_content_show .close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -20px;
    top: 50%;
    margin-top: -25px;
    z-index: 11;
    cursor: pointer;
    transition: all .4s ease;
    transform: rotate(45deg);
}

.search_content_show .close:after {
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

.search_content_show .close::before {
    content: '';
    width: 2px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

.search_content_show .close:hover {
    transform: rotate(315deg);
}

.header.search .header_right {
    top: -100% !important;
}

.header.search .search_content_show {
    top: 50% !important;
}

.backtop {
    position: fixed;
    height: 64px;
    width: 64px;
    right: 51px;
    bottom: 30%;
    display: none;
    cursor: pointer;
}


@keyframes typing {
    0% {
        width: 0;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.banner li .text {
    width: 75%
}



.banner .title1 {
    width: 100%;
    float: left;
}

.banner .title2 {
    width: 100%;
    float: left;
}

.banner li .text h6 {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.banner li .text h4 {
    overflow: hidden;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    height: 50px;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -60px);text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}





/* 1500 */
@media screen and (max-width: 1500px) {
    .banner li .text h6 {
        font-size: 55px;
        line-height: 50px;
    }

    .banner li .text h4 {
        transform: translate(-50%, -35px);
    }

    .index_new_top .left h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .about2 .left,
    .about2 .right {
        height: 400px;
    }

    .about2 .tit {
        font-size: 30px;
    }

    .about2 .info {
        font-size: 16px;
        line-height: 24px;
    }

    .nbanner_box .nbanner_text .tit {
        font-size: 50px;
        line-height: 60px;
    }

    .partner_pop {
        top: 60%;
    }

    .partner_pop .text .name {
        font-size: 22px;
    }

    .partner_pop .text .zw {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0 15px 0;
    }

    .partner_pop .text .info {
        font-size: 16px;
        line-height: 24px;
    }

    .about_tit {
        font-size: 30px;
        line-height: 40px;
    }

    .about2 .line {
        margin: 25px 0;
    }

    .newlist_top ul li .text h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .index_new_top .right li h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .partner_pop .text .info {
        height: 260px;
    }

    .contact_box .qrcode {
        padding-left: 50px;
    }

    .contact_box .information_top .utext {
        padding: 50px 30px 40px 30px;
    }

    .contact_box .information_top .ptext p {
        font-size: 16px
    }

    .usplate_box ul {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .usplate_box ul li {
        width: 20%;
        padding: 0 10px;
        float: left;
    }

    .usplate_box ul li .box {
        padding: 15px;
    }

    .usplate_box ul li .box .circle {
        height: 50px;
        width: 50px;
        min-width: 50px;
    }

    .usplate_box ul li .tit {
        font-size: 12px;
    }

    .usplate_box ul li .box .circle img {
        max-width: 50%;
    }

    .Careers1 li .text {
        padding-top: 40px;
    }

    .about_info .about_info_top .about_text {
        padding: 60px 60px 0 60px;
    }

    .about_info .about_info_top .about_text .tit {
        font-size: 30px;
        padding-bottom: 25px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .about_info .about_info_top .about_text .info {
        font-size: 16px;
        line-height: 24px;
    }

    .about_cors .cors_bj .bg {
        top: 45%;
    }

    .header .header_nav ul li {
        padding: 0 10px;
    }

    .about_cors .cors_bj .li2 {
        left: 24%;
        top: 29%;
    }

    .about_cors .cors_bj .li4 {
        right: 24%;
        top: 29%;
    }

    .about_cors .cors_bj .li3 {
        left: 25%;
        top: 70%;
    }

    .about_cors .cors_bj .li5 {
        right: 25%;
        top: 70%;
    }
    .about_team ul li .tit{top: 140px;}

}

/* 1300 */
@media screen and (max-width: 1300px) {

    .nfybg {
        padding: 20px 0;
    }

    .partner_pop .text .info {
        height: 230px;
        padding-right: 40px;
    }

    .about_cors .cors_bj .bg {
        width: 500px
    }

    .about_cors .cors_bj .li {
        height: 172px;
        width: 180px;
    }

    .about_cors .cors_bj .li2 {
        left: 20%;
        top: 29%;
    }

    .Pipeline_box .Pipeline_li>div {
        font-size: 14px;
        padding-left: 15px;
        height: 60px;
    }

    
    .Pipeline_box .Pipeline_li>a {
        font-size: 14px;
        padding-left: 15px;
        height: 60px;
        color: rgb(0,122,182);
    }
    .Pipeline_box .tab4 {
        padding-left: 0 !important;
    }

    .about_cors .cors_bj .li4 {
        right: 20%;
        top: 29%;
    }

    .about_cors .cors_bj .li3 {
        left: 25%;
        top: 65%;
    }

    .about_cors .cors_bj {
        padding-top: 270px;
    }

    .about_cors .cors_bj .li5 {
        right: 25%;
        top: 65%;
    }

    .banner .banner_icon_ul li span {
        font-size: 18px;
    }

    .header .header_nav ul li {
        padding: 0 5px;
    }

    .header .header_nav ul li a {
        font-size: 14px;
    }

    .about_info .about_info_top .about_text {
        padding: 40px 40px 0 40px;
    }

    .about_info .about_info_top .about_text .tit {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .about_info .about_info_top .about_text .info {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_box .contact_text_ul ul li .box {
        padding: 24px 20px 0 20px;
    }

    .newlist_detail .new_detail_left h1 br {
        display: none;
    }

    .contact_box .contact_text_ul ul li .box .tit {
        line-height: 40px;
        margin-bottom: 10px;
    }

    .contact_box_form form .yzmi {
        width: calc(60.6% - 18px);
    }

    .contact_box_form form .submitb {
        width: calc(100% - (60.6% - 18px) - 174px - 18px - 25px - 15px);
    }

    .Publications_box li a h4 {
        font-size: 16px;
    }

    .recruit_list li .li_top>div {
        font-size: 14px;
    }

    .recruit_list li .li_down .stit {
        font-size: 14px;
    }

    .usplate_box ul li .box .circle {
        margin-right: 10px;
    }

    .Careers3 ul li {
        padding-top: 30px;
    }

    .Careers3 ul li .tit {
        font-size: 18px;
        color: #000;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .Careers3 ul li img {
        margin-bottom: 15px;
    }

    .Careers3 ul li .info {
        font-size: 14px;
        line-height: 20px;
    }

    .newlist_detail .new_detail_left h1 {
        font-size: 20px;
    }

    .newlist_detail .fun img {
        width: 14px;
    }

    .Careers_titbox .tit {
        font-size: 30px;
    }

    .new_detail_right .right_top {
        font-size: 18px;
    }

    .recruit .recruit_top .tit {
        font-size: 30px;
    }

    .contact_box .contact_text_ul ul li .box .tit {
        font-size: 18px;
    }

    .contact_box .contact_text_ul ul li .box {
        height: 180px;
    }

    .contact_box .contact_text_ul ul li .li img {
        width: 15px
    }

    .contact_box .contact_text_ul ul li .li .cont,
    .contact_box .contact_text_ul ul li .li .strong {
        font-size: 14px;
        line-height: 24px;
    }

    .recruit .recruit_info {
        font-size: 14px;
        line-height: 24px;
    }

    .Careers1 li .pic,
    .Careers1 li .text {
        height: 300px;
    }

    .Careers1 li .text .eninfo {
        font-size: 16px;
        line-height: 24px;
    }

    .Careers1 li .text {
        padding: 50px 30px 0 30px;
    }

    .new_detail_right li a {
        padding: 20px;
    }

    .new_detail_right li a h6 {
        font-size: 14px;
    }

    .newlist_detail .fun p {
        font-size: 14px;
    }

    .about2 .left,
    .about2 .right {
        background-size: cover !important
    }

    .newlist_box .newlist_down li h5 {
        font-size: 16px;
        margin: 10px 0;
    }

    .newlist_box .newlist_down li h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .newlist_top ul li .text h5 {
        font-size: 14px;
    }

    .Careers_titbox .stit {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .Publications_list ul li a {
        padding: 20px 20px 20px 30px;
    }

    .Publications_list ul li a .text h4 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .Publications_list ul li a .text .button {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .Publications_list ul {
        margin: 0 !important;
    }




    .nfy a p {
        font-size: 14px;
        line-height: 30px;
    }


    .Platform_box .Platform_flex .text .info {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 24px;
    }

    .Platform_box .Platform_flex .text .tit {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .Platform_box li .button {
        height: 40px;
        width: 130px;
        line-height: 40px;
    }

    .Platform_box li .button:after {
        height: 30px;
        width: 12px;
    }

    .Platform_box li {
        padding: 30px 0;
    }




    .about_info_down li .text {
        font-size: 14px;
    }

    .about_team ul li .name {
        padding-left: 10px;
        font-size: 14px;
        width: calc(100% - 30px);
    }

    .about_team ul li .more {
        margin-left: -5px;
    }

    .Pipeline_box .Pipeline_top>div {
        font-size: 14px;
        padding-left: 15px;
        height: 60px;
    }

    .Pipeline_box .tab4 .li {
        height: 60px;
    }

    .header .header_right .header_tel_search .tel p {
        font-size: 14px;
    }

    .header .header_right .header_tel_search .telnum {
        font-size: 14px;
    }

    .header .header_right .header_tel_search .tel img,
    .header .header_right .header_tel_search .search img {
        width: 12px
    }

    .newlist_detail .content p {
        font-size: 14px;
        line-height: 24px;
    }

    .newlist_detail .content .st {
        font-size: 20px;
    }

    .header .header_right .header_tel_search .tel {
        width: 140px;
        height: 40px;
    }

    .header .header_right .header_tel_search .tel:after {
        width: 140px;
        height: 40px;
    }

    .header .header_right .header_tel_search .search {
        height: 40px;
    }

    .header .header_right .header_tel_search .search:after {
        height: 40px;
    }

    .Careers3 ul li {
        padding: 40px 15px 0 15px;
        height: 400px;
    }
}

/* 1024 */
@media screen and (max-width: 1024px) {
    .contact_box .information_top {
        flex-direction: column;
    }

    .contact_box .information_top .ptext {
        width: 100%;
        padding: 20px
    }

    .contact_box .information_top .ptext img {
        width: 50%
    }

    .contact_box .information_top .utext {
        width: 100%;
    }

    .contact_box .information_top .utext .leftul .lt_box {
        flex-direction: column;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .contact_box .information_top .contflextext {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .contact_box .information_top .contflextext .tit {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        font-weight: bold;
    }

    .contact_box .information_top .contflextext .stit {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }

    .contact_box .information_top .utext .leftul {
        width: 100%
    }



    .contact_box .qrcode {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .contact_box .qrcode img {
        width: 40%
    }

    .contact_box .information_top .utext .leftul .lb_box {
        flex-direction: column;
    }

    .contact_box .contact_text_ul ul li {
        width: 100%
    }

    .contact_box .contact_text_ul ul li .box {
        height: auto !important;
        padding: 20px;
    }

    .contact_box .contact_text_ul ul li .box .tit {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .contact_box .contact_text_ul ul li .li .cont {
        font-size: 16px;
    }

    .contact_box .contact_text_ul ul li .li .strong {
        font-size: 14px;
    }

    .contact_box .contact_text_ul ul li .li .cont {
        font-size: 14px !important
    }

    .contact_box_form {
        margin-top: 15px !important;
    }

    .contact_box_form .form_tit {
        font-size: 20px;
    }

    .contact_box_form {
        margin-top: 30px;
    }

    .contact_box_form form {
        padding: 15px 15px 25px 15px;
    }

    .contact_box_form form {
        flex-direction: column;
    }

    .contact_box_form form .label {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_box_form form input[type='text'] {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .contact_box_form form input[type='text']::placeholder {
        font-size: 16px;
    }

    .contact_box_form form textarea {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact_box_form form textarea::placeholder {
        font-size: 16px;
    }

    .contact_box_form form .yzmp {
        height: 40px;
        width: 108px;
    }

    .contact_box_form form .yzmi {
        width: calc(100% - 118px);
        margin-right: 10px;
    }

    .contact_box_form form .submitb {
        width: 100%
    }

    .contact_box_form form .inputw {
        line-height: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .contact_box_form form .submit {
        line-height: 40px;
        height: 40px;
    }

    .contact_box {
        padding: 30px 0;
    }

    .contact_box .information_top .utext {
        padding: 20px;
    }

    .nbanner_box .nbanner_text .tit {
        font-size: 30px;
        margin-bottom: 0px;
        line-height: 40px;
    }

    .nbanner_box p,
    .nbanner_box a {
        font-size: 14px;
    }

    .nbanner_box .nbanner_text {
        bottom: 20px;
    }

    .recruit {
        padding: 16px 0 30px 0;
    }

    .recruit .recruit_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .recruit .recruit_top .tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .recruit .recruit_top .form .text::placeholder {
        font-size: 14px;
    }

    .recruit .recruit_top .form .text {
        padding: 0 10px;
    }

    .recruit .recruit_top .form .text {
        height: 40px;
        line-height: 40px;
        width: calc(100% - 130px);
    }

    .recruit .recruit_top .form .submit {
        width: 130px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-indent: 20px;
        font-size: 14px;
    }

    .recruit .recruit_info {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .recruit_list .tabname {
        height: 50px;
    }

    .recruit_list .tabname>div {
        font-size: 14px;
        line-height: 50px;
    }

    .recruit_list .tabname {
        padding-left: 10px;
    }

    .recruit_list .quan {
        display: none;
    }

    .recruit_list .time {
        display: none;
    }

    .recruit_list .loca {
        display: none;
    }

    .recruit_list .poname {
        width: 90%
    }

    .recruit_list .depa {
        display: none;
    }

    .recruit_list li .li_top {
        height: 50px;
        padding-left: 10px;
        line-height: 50px;
    }

    .recruit_list li .li_top>div {
        line-height: 50px;
    }

    .recruit_list li .li_down .down_w {
        width: 100% !important;
        border-right: 0px !important;
        padding: 0 !important;
    }

    .recruit_list li .li_down {
        padding: 15px;
    }

    .recruit_list li .li_down .tit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .recruit_list li .li_down .down_w:last-child {
        margin-top: 15px;
    }

    .recruit_list .usbutton {
        height: 40px;
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .recruit_list .usbutton:after {
        content: "";
        height: 26px;
        width: 14px;
        background: #ff8500;
        position: absolute;
        top: -9px;
        right: -10px;
        transform: skew(-15deg);
        z-index: 1
    }

    .fy {
        display: none;
    }

    .text_p {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #333;
        padding: 5px 0;
        float:left; width:100%;
        margin-top:10px;
    }

    .text_p a {
        padding: 5px 25px;
        background: #007ab5;
        color: #fff;
        border: transparent;
        border-radius: 16px;
        overflow: hidden;
    }

    .recruit_list {
        margin-bottom: 30px
    }

    .text_p span {
        padding: 5px 20px;
        color: #333;
    }

    /* .usplate_box {
        display: none;
    } */

    .Careers1 {
        padding: 30px 0;
    }

    .Careers_titbox .tit {
        font-size: 24px;
        position: relative;
        line-height: 40px;
    }

    .Careers_titbox .stit {
        margin-top: 10px;
    }

    .Careers1 li {
        width: 100%
    }

    .Careers1 li .pic {
        height: 200px;
    }

    .Careers1 li .text {
        padding: 20px;
    }

    .Careers1 li .text .eninfo {
        font-size: 14px;
        line-height: 24px;
    }

    .Careers1 li .text {
        height: auto;
    }

    .Careers1 li .text .ent {
        font-size: 20px;
    }

    .Careers1 li:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }

    .Careers_titbox .stit {
        font-size: 14px;
    }

    .Careers2 img {
        height: 450px;
        object-fit: cover;
    }

    .Careers3,
    .Careers4 {
        padding: 30px 0;
    }

    .Careers3 ul {
        margin-top: 20px;
    }

    .Careers3 ul li {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .Careers3 ul li img {
        margin-bottom: 10px;
    }

    .Careers3 ul li .tit {
        margin-bottom: 10px;
    }

    .Careers4 .video {
        margin-top: 15px;
    }

    .Careers4 .video .play .circle {
        height: 50px;
        width: 50px;
        margin-bottom: 0;
    }

    .Careers4 .video .play span {
        font-size: 14px;
    }

    .newlist_detail {
        padding: 30px 0;
    }
    .newlist_detail.pagecon{padding:20px 0;}

    .newlist_detail .new_detail_left {
        width: 100%;
        padding-right: 0px;
        border-right: 0px solid #d9d9d9;
    }

    .newlist_detail .new_detail_left h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .newlist_detail .funl p {
        margin-right: 15px;
    }

    .newlist_detail .fun {
        padding-bottom: 15px;
        border-bottom: 3px solid #f0f9fe;
        margin-bottom: 20px;
    }

    .newlist_detail .content p {
        font-size: 14px;
        line-height: 24px
    }

    .nfy a p br {
        display: none;
    }
    

    .nfy a p {
        font-size: 14px;
        line-height: 20px;
    }

    .newlist_detail .new_detail_right {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }

    .new_detail_right li a {
        padding: 20px;
    }

    .newlist_detail .content p:nth-of-type(2) {
        margin-top: 10px;
    }

    .newlist_detail .content p:nth-of-type(2) br {
        display: none;
    }

    .newlist_box {
        padding: 30px 0;
    }

    .newlist_top ul li {
        width: 100%
    }

    .newlist_top ul li .text {
        padding: 15px;
    }

    .newlist_top ul li .text h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .newlist_top ul li {
        margin-bottom: 15px;
    }

    .newlist_box .newlist_down li a {
        padding: 15px;
    }

    .newlist_box .newlist_down li {
        margin-top: 15px;
    }

    .newlist_box .newlist_down li:first-child {
        margin-top: 0;
    }

    .newlist_box .newlist_down li h5 {
        font-size: 18px;
        line-height: 24px;
        margin: 5px 0;
    }

    .newlist_box .newlist_down li h6 {
        font-size: 14px;
    }

    .newlist_box .newlist_down {
        margin-bottom: 30px;
    }

    .Publications_box {
        padding: 30px 0;
    }

    .Publications_box li a {
        padding: 14px;
    }

    .Publications_box li a .label {
        font-size: 14px;
        margin-right: 10px;
        padding: 0;
        margin: 0;
        margin-bottom: 12px;
        line-height: 20px;
        width: 100%;
        text-align: left!important;
    }

    .Publications_box li a h4 {
        font-size: 14px;
        color: #333;
        line-height: 60px;
        display: none;
        width: 100%;
    }

    .Publications_box li .time {
        height: 30px;
        width: 60px;
        font-size: 14px;
        margin-top: 15px;
        line-height: 30px;
    }

    .Publications_box ul {
        margin-bottom: 30px;
    }

    .newlist_detail .content .st {
        font-size: 18px;
    }

    .Publications_list {
        padding: 30px 0;
    }

    .Publications_list ul li {
        width: 100%;
    }

    .Publications_list ul li a .text {
        padding-right: 15px;
    }

    .Publications_list ul li a {
        padding: 20px;
    }

    .Publications_list ul li a .text h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .Publications_list ul {
        margin-bottom: 30px;
    }

    .Platform_detail {
        padding: 30px 0;
    }

    .Platform_detail .Platform_detail_box .top_t .tit {
        font-size: 18px;
        white-space: nowrap;
    }

    .Platform_detail .Platform_detail_box .back img {
        margin-right: 5px;
    }

    .Platform_detail .top_st br {
        display: none;
    }

    .Platform_detail .top_st {
        font-size: 16px !important;
    }

    .ulpic ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .ulpic ul {
        display: flex;
        flex-wrap: wrap;
    }

    .Platform_detail .top_st {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
        color: #333;
        margin: 15px 0 00px 0;
    }

    .Platform_detail .plstit {
        font-size: 18px;
        padding-bottom: 12px;
        padding-left: 16px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .Platform_detail .plstit:after {
        top: 6px;
    }

    .Platform_detail .pinfo {
        font-size: 14px;
        line-height: 24px;
    }

    .Platform_detail .plbt {
        font-size: 16px;
    }

    .ulpic {
        margin: 20px 0;
    }

    /* .ulpic ul li {
        width: 50%;
    } */

    .Platform_detail .ulpic .text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .Platform_detail .dh p {
        font-size: 14px;
        line-height: 24px;
    }

    .Platform_detail .dh {
        align-items: flex-start;
    }

    .Platform_detail .dh img {
        margin-top: 6px;
    }

    .Platform_detail .Platform_detail_box .back p {
        font-size: 14px;
    }

    .Pipeline_detail .Pipeline_detail_left {
        width: 100%
    }

    .Pipeline_detail .Pipeline_detail_right {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .Pipeline_detail .Pipeline_detail_left li a {
        line-height: 40px;
        font-size: 16px;
        height: 40px;
        padding-left: 18px;

    }

    .Pipeline_detail .Pipeline_detail_left li.on a::before,
    .Pipeline_detail .Pipeline_detail_left li:hover a::before {
        display: none
    }

    .Pipeline_detail .Pipeline_detail_right .tit {
        padding: 15px;
        line-height: 32px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content .bstit {
        font-size: 16px;
        line-height: 24px;
    }

    .Platform_box .Platform_flex .text .tit {
        font-size: 18px;
    }

    .Platform_box li .button {
        font-size: 12px;
    }

    .Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content .info {
        font-size: 16px;
        line-height: 24px;
    }

    .Pipeline_detail .Pipeline_detail_right .Pipeline_detail_content .lstit {
        font-size: 16px;
        line-height: 24px;
    }

    .Pipeline_detail {
        padding: 30px 0;
    }


    .Pipeline_box {
        padding: 30px 0;
    }

    .Pipeline_box .Pipeline_top>div {
        font-size: 14px;
        height: 40px;
    }

    .scroll_x {
        width: 1200px !important
    }

    .Pipeline_box_cont {
        overflow-x: auto;
    }

    .Pipeline_box .Pipeline_li>div {
        font-size: 14px;
        height: 40px;
    }
    .Pipeline_box .Pipeline_li>a {
        font-size: 14px;
        height: 40px;
    }


    .Pipeline_box .tab4 .li {
        height: 40px;
    }

    .Pipeline_box .Pipeline_li .tab4 .line {
        height: 20px;
    }

    .about_info {
        padding: 15px 0
    }

    .about_info {
        width: 100%
    }

    .about_info_down li .plus {
        font-size: 14px;
        transform: translate(0, 0px);
    }

    .about_info .about_info_top {
        flex-direction: column;
    }

    .about_info .about_info_top .about_text {
        width: 100%;
        padding: 20px;
    }

    .about_info .about_info_top .about_text .tit {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .about_info .about_info_top .about_pic {
        width: 100%;
        margin-top: 15px;
    }

    .about_info_down li {
        width: 50% !important;
        margin-top: 15px;
    }

    .about_info_down li .number {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 6px !important;
    }

    .about_info_down li .number .plus {
        font-size: 16px;
        line-height: 20px;
        transform: translate(0, -6px);
    }

    .index_about_box .about_info_down ul {
        display: block;
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .about2 .left,
    .about2 .right {
        width: 100%;
        height: auto;
        padding: 30px 15px;
    }

    .about2 .content {
        top: 0;
        transform: translate(0, 0);
    }

    .about2 .tit {
        font-size: 22px;
    }

    .about2 .left,
    .about2 .left .info {
        text-align: left;
    }

    .about2 .info {
        font-size: 14px;
        line-height: 24px;
    }

    .about2 .line {
        margin: 12px 0;
    }

    .partner .arrow .prev,
    .partner .arrow .next {
        height: 30px;
        width: 40px;
    }

    .partner .partnerflex {
        align-items: flex-start;
    }

    .partner .slick-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 7px
    }

    .partner .slick-slide>div {
        height: 80px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        width: 100%;
    }

    .partner .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        bottom: -15px
    }

    .Pipeline_detail .Pipeline_detail_left li {
        width: 33.3%
    }

    .partner .slick-dots li {
        height: 8px;
        width: 8px;
        padding: 0;
        background-color: #fff;
        border-radius: 50%;
    }

    .partner .slick-dots li.slick-active {
        background-color: #007ab5;
    }

    .partner .slick-slide>div img {
        max-height: 50%;
        max-width: 50%;
        object-fit: contain
    }

    .partner .arrow {
        margin-top: 15px;
    }

    .partner ul li .box {
        height: 80px;
    }

    .partner ul li .box img {
        max-height: 50%;
    }

    .partner .arrow .prev::before,
    .partner .arrow .next::before {
        height: 8px;
        width: 8px;
    }

    .partner .arrow .prev:after,
    .partner .arrow .next:after {
        height: 30px;
        width: 40px;
    }

    .about2 .left .line:after {
        left: 0;
    }

    .about2 .left .line {
        background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    }

    /* .ulpic ul {
        display: flex;
        flex-wrap: wrap;
        #007ab6
    } */

    .about_team {
        padding: 30px 0;
    }

    .about_tit {
        font-size: 26px;
    }

    .about_team ul li {
        width: 50%;
    }

    .partner {
        padding: 30px 0;
    }

    .about_stit {
        font-size: 14px;
        line-height: 24px;
    }

    .partner .about_stit {
        margin-bottom: 20px;
    }

    .partner_pop {
        padding: 15px;
    }

    .partner_pop .text .info {
        font-size: 14px;
        line-height: 24px;
        height: 200px;
        overflow-y: auto;
    }

    .partner_pop .text {
        padding-left: 20px;
    }

    .partner_pop .text .name {
        font-size: 24px;
    }

    .partner_pop .text .zw {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 20px 0;
    }

    .partner_pop .close {
        top: -40px;
        right: 10px;
    }

    .header {
        display: none;
    }

    .index_about {
        padding-top: 30px;
    }

    .index_about .index_about_box {
        padding: 20px 0 20px 20px
    }

    .index_about .index_about_box .tit {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .index_button {
        font-size: 12px;
    }

    .index_button::after {
        height: 30px;
        width: 14px;
    }

    .index_about_box .about_info_down {
        padding-right: 20px;
    }

    .index_about .index_about_box .info {
        font-size: 14px;
        line-height: 24px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .index_platform .tit_flex {
        margin-bottom: 20px;
    }

    .index_ust {
        font-size: 22px !important;
    }

    .index_new_top .right li:last-child:after {
        left: 0;
        width: 100%;
    }

    .index_about .index_about_box .entit {
        display: none;
    }

    .Platform_detail .Platform_detail_box .back.wapshow {
        display: flex !important
    }

    .index_new .tit_flex {
        margin-bottom: 20px;
    }

    .index_button {
        width: 120px;
        height: 30px;
        line-height: 30px;
    }

    .index_ust {
        font-size: 26px;
    }

    .index_platform {
        padding-top: 30px
    }

    .index_platform .platform_tab li .ent,
    .index_platform .platform_tab li .num {
        font-size: 14px;
    }

    .index_platform .platform_tab li {
        height: 100px;
        padding-left: 15px;
    }

    .index_platform .platform_pic_list,
    .platform_tab {
        padding: 0 20px
    }

    .platform_tab .slick-next {
        right: -20px
    }

    .platform_tab .slick-prev {
        left: -20px
    }

    .index_new {
        padding: 30px 0;
    }

    .index_new_top {
        flex-direction: column;
    }

    .index_new_top .left {
        width: 100%;
        padding: 20px;
    }

    .index_new_top .left h5 {
        font-size: 16px;
        line-height: 30px;
    }

    .index_new_top .left .index_button,
    .Careers2.index .index_button {
        margin-top: 20px;
    }

    .index_new_top .right {
        width: 100%
    }

    .index_new_top .right li {
        padding: 15px !important;
    }

    .index_new_top .right li h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .index_new_top .right li img {
        display: none;
    }

    .usplate_box ul li .box {
        padding: 10px;
    }

    .index_new .newlist_top li {
        width: 50%
    }

    .Careers2 img {
        height: 500px;
    }

    .Careers3 ul li img {
        float: left;
        margin-right: 15px;
    }

    .down_nav .down_nav_top {
        display: none;
    }

    .banner .banner2 {
        display: block;
    }

    .banner .banner1 {
        display: none;
    }

    .banner li .text h6 {
        font-size: 24px;
        line-height: 40px;
    }

    .banner li .text h4 {
        font-size: 14px;
        margin-bottom: 10px;
        transform: translate(-50%, -20px);
    }

    .banner .curnumber .curn {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 60px;
        text-indent: 10px;
    }

    .banner .curnumber .num {
        font-size: 14px;
        width: 60px;
        text-indent: 10px;
        opacity: 0.5;
    }

    .banner .banner_icon_ul {
        width: 80%
    }

    .banner .banner_icon_ul img {
        width: 20px;

    }

    .banner .banner_icon_ul li {
        width: auto
    }

    .banner .banner_icon_ul li .pic {
        width: 20px;
        height: 30px;
    }

    .banner .banner_icon_ul li span {
        font-size: 12px;
        margin-top: 5px;
    }

    .banner .arrow {
        top: 30%;
        right: 20px;
    }

    .banner .arrow .prev,
    .banner .arrow .next {
        height: 30px;
        width: 40px;
    }

    .banner {
        margin-top: 50px;
    }

    .banner .arrow .prev:after {
        height: 30px;
        width: 40px;
    }

    .banner .arrow .prev::before,
    .banner .arrow .next::before {
        height: 8px;
        width: 8px;
    }

    .banner .arrow .next:after {
        height: 30px;
        width: 40px;
    }

    .about2 .left,
    .about2 .right {
        background-size: cover !important;
    }

    .Careers3 ul li .tit br {
        display: none;
    }

    .Publications_box li a h4 {

        padding: 0;
    }

    .about_cors {
        padding: 30px 0;
    }

    .about_cors .cors_bj .li {
        height: 92px;
        width: 110px;
    }

    .about_cors .cors_bj .li p {
        font-size: 14px;
    }

    .about_cors .cors_bj .li img {
        margin-bottom: 4px;
        max-width: 30%;
    }

    .about_cors .cors_bj .bg {
        width: 80%
    }

    .about_cors .cors_bj {
        padding: 125px 0 125px 0;
    }

    .about_cors .cors_box .mid {
        height: 100px;
        width: 100px;
    }

    .about_cors .cors_bj .li2 {
        top: 30%;
        left: 0%;
    }

    .about_cors .cors_box .mid img {
        max-width: 50%;
    }

    .about_cors .cors_bj .li4 {
        top: 30%;
        right: 0%;
    }

    .about_cors .cors_bj .li3 {
        top: 65%;
        left: 8%;
    }

    .about_team .teamlist {
        margin-top: 20px
    }

    .about_cors .cors_bj .li5 {
        top: 65%;
        right: 8%;
    }

    .about_cors .cors_bj .li1 {
        top: 0;
    }

    ._nav3 {
        display: block;
    }

    .banner {
        float: left;
        width: 100%;
    }

    ._nav3-1_bg {
        width: 100%
    }

    .banner2 {
        display: block !important;
    }

    ._nav3 {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

    ._nav3 .dh img {
        margin-right: 10px;
    }


    .usplate_box ul li {
        width: 100%
    }

    .usplate_box {
        padding: 15px
    }

    .usplate .slick-arrow {
        height: 12px;
        width: 12px;
        border-top: 2px solid #363636;
        border-right: 2px solid #363636;
        position: absolute;
        top: 50%;
        transition: all .5s ease;
    }

    .usplate .slick-arrow:hover {
        border-top: 2px solid #007ab6;
        border-right: 2px solid #007ab6;
    }

    .usplate .slick-prev {
        transform: translate(0, -50%)rotate(225deg);
        left: -6px;
    }

    .usplate .slick-next {
        transform: translate(0, -50%)rotate(45deg);
        right: -6px;
    }

    .nfybg {
        padding-bottom: 30px;
    }

    .newlist_detail .new_detail_left:after {
        display: none;
    }

    .Careers3 ul li img {
        height: 30px;
    }

    .Publications_box li a h4 {
        font-size: 12px;
        line-height: 15px !important;
    }

    .nfy a {
        width: 100%;
    }

    .nfy a:last-child {
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top:15px;
    }
    .nfy a:last-child p{text-align:left;}

    .nfy {
        flex-direction: column;
        justify-content: center;
    }

    .Publications_box li a h4 {
        width: 100%;

        line-height: 20px !important;
        line-break: anywhere;
        display: block !important;
    }

    .newlist_detail .fun>a {
        border: 1px solid #007ab6;
        padding: 5px 10px;
    }

    .newlist_box .newlist_down li h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: inherit;
    }

    .Platform_detail .Platform_detail_box .back {
        display: flex !important;
        padding: 10px;
        border: 1px solid #007ab6;
        margin-top: 30px;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        float: left;
    }

    .usplate_box ul {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .usplate_box ul li {
        padding: 0 5px;
    }

    .usplate_box ul li .box .circle img {
        height: auto;
    }

    .usplate_box ul li .box {
        height: 92px;
    }

    .Platform_box .Platform_flex {
        flex-direction: column-reverse !important;
    }

    .Platform_box .Platform_flex .pic {
        width: 100%
    }

    .Platform_box .Platform_flex .text {
        width: 100%;
        padding: 0 !important;
        margin-top: 15px;
    }

    .Platform_box .Platform_flex .text .info {
        margin-bottom: 15px;
    }

    .Platform_detail .Platform_detail_box .top_t .back {
        display: none !important;
    }

    .Platform_detail .Platform_detail_box .back img {
        width: 12px
    }
}

.newlist_detail2 .new_detail_left:after {
    display: none;
}

.Pipeline_box .popt {
    position: fixed;
    width: calc(100vw - 30px);
    overflow: auto;
    z-index: 99;
    top: 50%;
    display: none;
    left: 15px;
    transform: translate(0%, -50%);
}

.Pipeline_box .popt img {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}


.newblock{float:left; width:100%;}
.blockcon{padding:60px 0 0 0; color: #333; font-size: 18px; line-height: 30px; }
.blockcon img{max-width:100%;}
@media screen and (max-width: 1024px) {
    .blockcon{padding:30px 0 0 0;  font-size: 16px; line-height: 24px;}
    .banner .title1 div{width: 100%!important;}
}

.gsName{width: 100%;font-size: 26px;color: #fff;line-height: 40px;margin-bottom: 40px;font-weight: bolder;padding-bottom: 40px;border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
@media screen and (max-width: 1500px) {
.gsName{margin-bottom: 20px;font-weight: bolder;padding-bottom: 20px;font-size: 22px;line-height: 30px;}
}
@media screen and (max-width: 1024px) {
.gsName{font-size: 18px;line-height: 30px;margin-bottom: 14px;font-weight: bolder;padding-bottom: 14px;}
}

.back_box{width: 100%;margin-bottom: 20px;text-align: right;float: left;}
.back_box a{display: inline-block;font-size: 16px;color: #333;line-height: 20px;text-decoration:underline;font-weight: bold;}
.back_box a img{width: 20px;display: inline-block;vertical-align: middle;margin-right: 6px;}
.back_box a:hover{color: #ff8500;}
@media screen and (max-width: 1024px) {
.back_box{margin-bottom: 12px;}
}

@media screen and (max-width: 1500px) {
.contact_box .contact_text_ul ul li .box .tit{font-size: 18px;}
}


.gxxqul_section{width: 100%;}
.gxxqli_section{width: 100%;overflow: hidden;}
.gxxqli_section .dian{width: 4px;height: 4px;background: #424242;float: left;margin-right: 6px;margin-top: 13px;}
.gxxqli_section .words{font-size: 18px;color: #333;line-height: 30px;width: calc(100% - 10px);float: left;}
@media screen and (max-width: 1024px) {
.gxxqli_section .dian{margin-top: 10px;}
.gxxqli_section .words{font-size: 16px;line-height: 24px;}
.Publications_box li a .label.on{text-align: left;}
}


.down_nav .down_nav_down ul li.on .ewm { display: block;}

.header .header_right .header_tel_search .search p {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 10;
}
.header.on .header_right .header_tel_search .search p {
    color: #1a1a1a;
}

.header .header_right .header_tel_search:hover .telnum {
    display: none;
}

.header .header_right .header_tel_search .tel:hover .telnum {
    display: block;
}

@media screen and (max-width: 1024px) {
.header .header_right .header_tel_search .search p { font-size: 14px;}
}

.lange{float: right;width:32px;height: 28px; line-height:28px; cursor: pointer;text-align: center;margin: 12px 12px 12px 0;}
