﻿@charset "utf-8";

/*公共 - start*/
body {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    background: #fff;
}

@font-face {
    font-family: "MONTSERRAT-REGULAR-8";
    src: url("../fonts/MONTSERRAT-REGULAR-8.css") format("woff2"),
        url("../fonts/MONTSERRAT-REGULAR-8.woff") format("woff"),
        url("../fonts/MONTSERRAT-REGULAR-8.ttf") format("truetype"),
        url("../fonts/MONTSERRAT-REGULAR-8.eot") format("embedded-opentype"),
        url("../fonts/MONTSERRAT-REGULAR-8.svg") format("svg");
}

@font-face {
    font-family: "MONTSERRAT-EXTRALIGHT-5";
    src: url("../fonts/MONTSERRAT-EXTRALIGHT-5.woff2") format("woff2"),
        url("../fonts/MONTSERRAT-EXTRALIGHT-5.woff") format("woff"),
        url("../fonts/MONTSERRAT-EXTRALIGHT-5.ttf") format("truetype"),
        url("../fonts/MONTSERRAT-EXTRALIGHT-5.eot") format("embedded-opentype"),
        url("../fonts/MONTSERRAT-EXTRALIGHT-5.svg") format("svg");
}

@font-face {
    font-family: "MONTSERRAT-LIGHT-6";
    src: url("../fonts/MONTSERRAT-LIGHT-6.woff2") format("woff2"),
        url("../fonts/MONTSERRAT-LIGHT-6.woff") format("woff"),
        url("../fonts/MONTSERRAT-LIGHT-6.ttf") format("truetype"),
        url("../fonts/MONTSERRAT-LIGHT-6.eot") format("embedded-opentype"),
        url("../fonts/MONTSERRAT-LIGHT-6.svg") format("svg");
}

@font-face {
    font-family: 'Conv_MONTSERRAT-MEDIUM-7';
    src: url('../fonts/fonts/MONTSERRAT-MEDIUM-7.eot');
    src: local('☺'), url('../fonts/fonts/MONTSERRAT-MEDIUM-7.woff') format('woff'), url('../fonts/fonts/MONTSERRAT-MEDIUM-7.ttf') format('truetype'), url('../fonts/fonts/MONTSERRAT-MEDIUM-7.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}

/* p {
    text-align: justify;
} */

.g_content {
    width: 1200px;
    margin: auto;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.g_comimg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.g_comimg img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .36s ease;
}

.g_comimg1 {
    position: relative;
}

.g_comimg2 {
    position: absolute;
}

.g_backgd {
    width: 100%;
    position: relative;
}

.g_backgd img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*公共 - end*/
/*规范*/
.g_word1 {
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word2 {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word3 {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word4 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word5 {
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    letter-spacing: 1px;
}

.g_parp p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/*规范*/
/*pc导航选中*/
.yxnav_active1 .g_nav1 {}

.yxnav_active2 .g_nav2 {}

/*ph导航选中*/
.yxnav_active1.g_phnav1 {
    color: #032c8d;
}

.yxnav_active2.g_phnav2 {
    color: #032c8d;
}

.yxnav_active3.g_phnav3 {
    color: #032c8d;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 300;
    padding: 0 20px;
    background-color: #f1f1f1;
    display: none;
}

.xialaph {
    display: none;
    width: 100%;
    padding-bottom: 18px;
    background-color: #f1f1f1;
}

.xialaph h4 {
    position: relative;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}

.xialaph h4 a {
    font-size: 14px;
    line-height: 40px;
    /* text-transform: uppercase; */
    color: #999;
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 15px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}

.xialaph h5 a {
    font-size: 14px;
    line-height: 40px;
    /* text-transform: uppercase; */
    color: #999;
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

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

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

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.header2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    display: none;
}

.header2 .logo {
    width: 100px;
    line-height: 64px;
}

.header2 .logo img {
    width: 100%;
}

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
    padding-top: 25px;
}

.header2 .phsearch img {
    width: 100%;
}

.ph_mea_cl {
    overflow: hidden;
    width: 28px;
    height: 100%;
}

.header2 .menuph {
    width: 28px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.header2 .menuph .point: .navbtn,
.header2 .menuph .point: .navbtn::after,
.header2 .menuph .point: .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -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;
    background: #666;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -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;
    background: #666;
}

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

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

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

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

.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}

.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}

.wj_header_i_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}

/*电话*/
.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;

}

.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 16px;
    color: #999;
}

.ph_dh_number .ph_dh_n p a {
    float: left;
    font-size: 16px;
    color: #999;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

.wj_hin_r_en a {
    color: #666;
}

.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}

.wj_hin_r_en {
    margin-right: 15px;
    display: none;
}

/*banner-start*/
.g_sybannr {
    display: none;
}

.g_sybannr.on {
    display: block;
}

.g_syhead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    overflow: hidden;
    transition: all 0.36s;
}

.g_syhdtop,
.g_syhdbot {
    transition: all .36s ease;
}

.g_syhdbot {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.g_sylogo {
    width: 384px;
    line-height: 90px;
}

.g_sysearch {
    margin-top: 30px;
    width: 235px;
    height: 34px;
    border-radius: 16.5px;
    border: 1px solid #c1c7db;
}

.g_sysearch img {
    width: 17px;
    cursor: pointer;
    display: block;
    margin-top: 8px;
    margin-right: 15px;
}

.g_sysearch input {
    display: block;
    width: calc(100% - 32px);
    padding: 0 15px;
    height: 100%;
}

.g_synavli p a {
    line-height: 70px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    display: block;
    transition: all .36s ease;
}

.g_syhdbot ul {
    width: 100%;
}

.g_synavli {
    margin-right: 58px;
}

.g_synavli:last-child {
    margin-right: 0;
}

.g_sybansk {
    overflow: hidden;
}

.g_sybantu {
    width: 100%;
    position: relative;
}

.g_sybantu img {
    width: 100%;
}

.g_sybantu video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.g_syban {
    position: relative;
}

.g_sybannr {
    position: relative;
}

/* .g_sybanwz{
    position: absolute;
    top:46%;
    left:50%;
    transform: translateX(-50%);
} */
/*banner-end*/


/* 首页 star */

.g_syhead {
    width: calc(100% - 320px);
    background: #fff;
    border-radius: 13px;
    z-index: 99;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.he_syhead {
    width: 100%;
    padding-left: 36px;
    padding-right: 29px;
    position: relative;
}

.he_sylog {
    width: 98px;
    line-height: 86px;
}

.he_sylog img {
    width: 100%;
}

.he_synavli {
    /* margin: 0 45px; */
    position: relative;
}

.he_synavli .he_ayxnv1 {
    font-size: 18px;
    line-height: 86px;
    color: #333333;
    position: relative;
    display: block;
}

.he_ayxnv1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #003775;
    transition: all 0.36s;
    opacity: 0;
    z-index: 10;
}

.he_synavli.yxnav_active1 .he_ayxnv1::after {
    width: 100%;
    opacity: 1;
}

.he_lang a {
    font-size: 16px;
    line-height: 86px;
    color: #333333;
    /*display: none;*/
    transition: all 0.36s;
}

.he_lang {
    margin: 0 45px;
}

.he_sear {
    width: 16px;
    line-height: 86px;
    cursor: pointer;
    margin-left: 19px;
    position: relative;
}

.he_sear img {
    width: 100%;
}

.he_sear::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background: #c7c7c7;
    left: -19px;
}

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

.caidansuo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    height: 46px;
    border-bottom: 1px solid #ffffff;
}

.caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #fff;
}

#buts {
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}

.guanbi {
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
}

.guanbi img {
    width: 100%;
}

.he_syntoli a {
    font-size: 16px;
    line-height: 44px;
    color: #666666;
    white-space: nowrap;
    transition: all 0.36s;
}

.he_syntoli {
    text-align: center;
}

/* .he_syntoul {
    position: absolute;
    top: 86px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    padding-bottom: 56px;
     display: none; 
} */
.he_syntoul {
    width: 16.666666%;
}

.he_syheavx {
    padding-top: 28px;
    padding-bottom: 48px;
    display: none;
    /* border-top: 1px solid #eeeeee; */
}

.he_syntoul:first-child::before {
    content: '';
    position: absolute;
    top: 86px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    border-radius: 0 0px 13px 13px;
    transition: all 0.36s;
    border-top: 1px solid #eee;
}

/* .he_syhead::before {
    content: '';
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    border-radius: 0 0px 13px 13px;
    transition: all 0.36s;
    height: 265px;
    display: none;
} */

.he_syntoli.yxnav_active2 a {
    color: #003775;
}

.he_syntoli {
    position: relative;
    z-index: 10;
}

.he_content {
    width: 1400px;
    margin: 0 auto;
}

.he_phban {
    display: none;
}

.g_sybanwz h3 {
    font-size: 56px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 69px;
}

.g_sybanwz {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
}

.he_symore .he_pulmo {
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 3px solid #fdb811;
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
}

.he_symore .he_pulmo::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #003775;
    transition: all 0.36s;
    opacity: 0;
}

.g_arrowtop {
    position: absolute;
    bottom: 64px;
    right: 250px;
}

.he_sliarr p {
    line-height: 1.75;
    font-size: 26px;
    color: #ffffff;
}

.he_sliarr p .he_slsp1 {
    font-size: 36px;
    padding-right: 8px;
    color: #f2ae00;
    transition: all 0.36s;
}

.he_slsp2 {
    padding-left: 6px;
}

.he_sliabtmi {
    width: 57px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}

.he_sliabtmi img {
    width: 100%;
    transition: all 0.36s;
}

.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.he_img1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.he_sliabtmi .he_img1 {
    opacity: 0;
}

.he_sliabt {
    margin-left: 30px;
}

.he_syp1bx {
    width: 100%;
    padding-top: 120px;
}

.he_syp1bxle {
    width: 550px;
    position: relative;
    padding-top: 68px;
}

.he_syp1bxri {
    width: calc(100% - 550px);
    padding-left: 128px;
    padding-top: 103px;
}

.he_syp1im1 {
    width: 365px;
    position: relative;
    z-index: 5;
}

.he_syp1im1 img {
    width: 100%;
}

.he_syp1im2 {
    width: 232px;
    position: absolute;
    top: 0px;
    right: 0;
    box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 3;
}

.he_syp1im2 img {
    width: 100%;
    border-radius: 20px;
}

.he_syp1im3 {
    width: 810px;
    position: absolute;
    top: 40px;
    right: -10px;
    z-index: 1;
}

.he_syp1im3 img {
    width: 100%;
}

.he_syp1sw {
    width: 100%;
}

.he_syp1swh4 {
    font-size: 34px;
    line-height: 1.75;
    color: #003775;
    font-weight: bold;
}

.he_syp1swp p {
    font-size: 16px !important;
    line-height: 1.8;
    color: #666666;
}

.he_syp1swp {
    margin-top: 28px;
}

.he_symore1 .he_pulmo {
    color: #333333;
}

.he_syp1sw .he_symore {
    margin-top: 60px;
}

.he_syp2bxri {
    width: 490px;
    position: relative;
}

.he_syp2bxri img {
    width: 100%;
}

.he_syp2bxle {
    width: calc(100% - 490px);
    padding-top: 125px;
    padding-right: 130px;
}

.he_syp2bx {
    width: 100%;
    padding-top: 178px;
}

.he_syp2bxp1 {
    width: 100%;
    position: relative;
    z-index: 10;
}

.he_syp2bxp1 img {
    width: 100%;
}

.he_syp2zs {
    width: 545px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -260px;
}

.he_syp2ljri {
    width: 115px;
}

.he_syp2ljle {
    width: calc(100% - 115px);
}

.he_syp2lnle {
    width: 57px;
    margin-top: 15px;
}

.he_syp2lnri {
    width: calc(100% - 57px);
    padding-left: 72px;
    padding-right: 20px;
}

.he_syp2ljle .he_sliabtmi:first-child {
    margin-bottom: 13px;
}

.he_syp2lj {
    margin-top: 64px;
}

.he_syp2ljle .he_sliabtmi {
    margin-left: 0;
}

.he_syp2lple {
    width: 13px;
    position: relative;
    margin-top: 6px;
}

.he_syp2lple img {
    width: 100%;
    transition: all 0.36s;
}

.he_syp2lple .he_img1 {
    opacity: 0;
}

.he_syp2lpri {
    width: calc(100% - 13px);
    padding-left: 20px;
}

.he_syp2lpri p {
    font-size: 14px;
    line-height: 1.75;
    color: #999999;
    transition: all 0.36s;
}

.he_syp2lnli {
    margin-bottom: 12px;
}

.he_syp2lnul {
    height: 145px;
    overflow: hidden;
}

.he_syp2lnul .swiper-slide {
    height: auto !important;
}

.he_syp2lnul .swiper-slide:last-child .he_syp2lnli {
    margin-bottom: 0;
}

.he_syp2lnul .swiper-slide.swiper-slide-active .he_syp2lple .he_img {
    opacity: 0;
}

.he_syp2lnul .swiper-slide.swiper-slide-active .he_syp2lple .he_img1 {
    opacity: 1;
}

.he_syp2lnul .swiper-slide.swiper-slide-active .he_syp2lpri p {
    color: #003775;
}

.he_sliabtmi {
    outline: none;
}

.he_syp2ljri .he_symore {
    margin-top: 100px;
}

.he_syp3p1le {
    width: 675px;
}

.he_syp3p1ri {
    width: calc(100% - 675px);
    padding-left: 98px;
    margin-top: 165px;
}

.he_syp3p1 {
    width: 100%;
    padding-top: 145px;
    position: relative;
    padding-bottom: 140px;
}

.he_syp3p1li {
    width: 33.333333%;
    padding: 0 12px;
    position: relative;
}

.he_syp3p1ul {
    margin: 0 -12px;
}

.he_syp3p1bx {
    width: 100%;
    border-radius: 20px;
}

.he_syp3p1nj img {
    border-radius: 20px;
    width: 100%;
}

.he_syp3p1nj {
    width: 100%;
    position: relative;
    height: 100%;
    box-shadow: 0px 5px 26px 3px rgba(217, 217, 217, 0.75);
}

.he_syp3p1li1 .he_syp3p1bx2 .he_syp3p1nj {
    background: #003a78;
}

.he_syp3p1nj {
    padding: 17px 15px;
}

.he_syp3p1li1 .he_syp3p1bx2 {
    padding-top: 296px;
}

.he_syp3p1nj {
    height: 209px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.he_syp3p1li1 .he_syp3p1bx1 {
    height: auto !important;
    position: absolute;
    top: 0px;
    left: 12px;
    width: 240px;
}

.he_syp3p {
    text-align: right;
}

.he_syp3p p {
    font-size: 18px;
    line-height: 1.75;
    color: #ffffff;
    font-family: "MONTSERRAT" !important;
}

.he_syp3pj p {
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    max-height: 78px;
    overflow: hidden;
}

.he_syp3pj {
    position: absolute;
    bottom: 36px;
    left: 0;
    padding: 0 16px;
}

.he_syp3p1bx3 .he_syp3p p {
    color: #003a78;
}

.he_syp3p1bx3 .he_syp3pj p {
    color: #003a78;
}

.he_syp3p1li1 .he_syp3p1bx1 .he_syp3p1nj {
    width: 100% !important;
}

.he_syp3p1li1 .he_syp3p1bx1 .he_syp3p1nj {
    padding: 0;
    box-shadow: none;
}

.he_syp3p1li2 .he_syp3pj p {
    color: #003a78;
}

.he_syp3p1li2 .he_syp3p1bx1 .he_syp3p1nj {
    background: #f2ae00;
}

.he_syp3p1li2 .he_syp3p1bx1 .he_syp3pj p {
    color: #fff;
}

.he_syp3p1li2 {
    margin-top: 128px;
}

.he_syp3p1li2 .he_syp3p p {
    color: #003a78;
}

.he_syp3p1li2 .he_syp3p1bx1 .he_syp3pj p {
    font-family: "MONTSERRAT" !important;
    font-weight: normal;
    font-size: 30px;
}

.he_syp3p1li2 .he_syp3pj {
    bottom: 24px;
}

.he_syp3p1li2 .he_syp3p1nj {
    border: 3px solid #003a78;
}

.he_syp3p1li2 .he_syp3p1bx1 .he_syp3p1nj {
    border: none;
}

.he_syp3p1li2 .he_syp3p1bx3 .he_syp3p1nj {
    background: #d6e9fb;
}

.he_syp3p1li3 {
    margin-top: 235px;
}

.he_syp3p1li3 .he_syp3p p {
    color: #003a78;
}

.he_syp3p1li3 .he_syp3pj p {
    color: #003a78;
}

.he_syp3p1ri .he_syp1sw .he_symore {
    margin-top: 44px;
}

.he_syp3zs {
    width: 850px;
    position: absolute;
    bottom: 0;
    right: -260px;
    z-index: -1;
}

.he_syp3zs img {
    width: 100%;
}

.he_syp4 {
    width: 100%;
    background: #f4f6fa;
    padding-top: 158px;
    padding-bottom: 110px;
}

.he_syp4ny {
    width: 100%;
}

.he_syp4nytole p {
    font-size: 42px;
    line-height: 1.75;
    color: #003775;
    font-weight: bold;
}

.he_syp4nytole {
    position: relative;
    width: calc(100% - 720px);
}

.he_syp4nytori {
    width: 720px;
    padding-top: 20px;
}

.he_syp4nytole span {
    font-size: 86px;
    line-height: 1.5;
    color: rgba(0, 58, 120, 0.05);
    font-weight: bold;
    position: absolute;
    top: -62px;
    left: 35px;
}

.he_syp4nykle p {
    font-size: 20px;
    line-height: 1.75;
    color: #666666;
}

.he_syp4nykti {
    width: 130px;
    text-align: right;
}

.he_syp4nykle {
    width: calc(100% - 130px);
    margin-top: 5px;
}

.he_syp4btli {
    border-top: 1px solid #e5e5e5;
}

.he_syp4btli:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.he_syp4btli a {
    padding: 38px 23px 34px 47px;
    display: block;
    position: relative;
}

.he_syp4bt {
    margin-top: 90px;
}

.he_syp4btliri {
    width: 28px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.he_syp4btliri img {
    width: 100%;
}

.he_syp4btlile {
    width: calc(100% - 28px);
    position: relative;
}

.he_syp4bhle {
    width: 68px;
}

.he_syp4bhri {
    width: calc(100% - 68px);
    padding-left: 145px;
    padding-right: 322px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.he_syp4bhlesp p {
    font-size: 14px;
    line-height: 20px;
    color: #003775;
    font-family: "MONTSERRAT" !important;
}

.he_syp4bhllp p {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-family: "MONTSERRAT" !important;
    text-stroke: 1px #666;
    -webkit-text-stroke: 1px #666;
    -moz-text-stroke: 1px #666;
}

.he_syp4bhri p {
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-weight: bold;
    /* max-height: 60px; */
    overflow: hidden;
    transition: all 0.36s;
}

.he_syp5bx {
    width: 100%;
}

.he_syp5gbx {
    width: 100%;
    position: relative;
}

.he_syp5bxul {
    width: 100%;
}

.he_syp5bxli {
    width: 33.333333%;
}

.he_syp5gig {
    width: 100%;
    overflow: hidden;
}

.he_syp5gig img {
    width: 100%;
    transition: all 0.36s;
}

.he_syp5gte {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 10;
    padding: 29px 50px;
}

.he_syp5gmt {
    width: 100%;
}

.he_syp5gmtti p {
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #ffffff;
    font-weight: bold;
}

.he_syp5gjp p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    height: 26px;
    overflow: hidden;
}

.he_syp5gjp {
    margin-top: 18px;
}

.he_syp5gtmo {
    margin-top: 30px;
}

.he_foot {
    width: 100%;
    position: relative;
    z-index: 2;
}

.he_fotbx {
    width: 100%;
}

.he_fotbig {
    width: 100%;
    height: 335px;
}

.he_fotbig img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

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

.he_fotebxri {
    width: 150px;
    text-align: center;
    margin-top: 20px;
}

.he_fotebxle {
    width: calc(100% - 150px);
}

.he_fotebx {
    width: 100%;
    padding-top: 68px;
}

.he_fotecod {
    width: 135px;
    display: inline-block;
}

.he_fotecod img {
    width: 100%;
}

.he_fotcote p {
    font-size: 16px;
    line-height: 1.75;
    color: #bbbbbb;
}

.he_fotcote {
    margin-top: 5px;
}

.he_fotiser {
    width: 577px;
}

.he_fotiserle {
    width: calc(100% - 55px);
}

.he_fotiseri {
    width: 55px;
    padding-left: 5px;
}

.he_fotisbt {
    width: 100%;
    height: 50px;
    position: relative;
    background: #f0f0f0;
    cursor: pointer;
}

.he_fotisbt img {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_fotiserle {
    height: 50px;
}

.he_fotiserle input {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    padding: 10px 20px;
}

.he_fotiserle input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.he_fotiserle input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.he_fotiserle input:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.he_fotiserle input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.he_fotnavli a {
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    transition: all 0.36s;
}

.he_fotnavli {
    margin-right: 90px;
}

.he_fotnavli:last-child {
    margin-right: 0;
}

.he_fotnav {
    margin-top: 68px;
}

.he_foteban p {
    font-size: 16px;
    line-height: 1.75;
    color: #cccccc;
}

.he_foteban {
    position: absolute;
    left: 0;
    bottom: 15px;
}

.he_fote .he_content {
    position: relative;
    height: 100%;
}

.he_foteban p a {
    font-size: 16px;
    line-height: 1.75;
    color: #cccccc;
}

.g_syhead.on {
    width: 100%;
    top: 0;
    border-radius: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .05);
}

/* 首页 end */





/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .he_ayxnv1:hover::after {
        width: 100%;
        opacity: 1;
    }

    .he_syntoli a:hover {
        color: #003775;
    }

    .he_symore .he_pulmo:hover::after {
        width: 100%;
        opacity: 1;
    }

    .he_syp5gbx:hover .he_pulmo::after {
        width: 100%;
        opacity: 1;
    }

    .he_sliabtmi:hover .he_img {
        opacity: 0;
    }

    .he_sliabtmi:hover .he_img1 {
        opacity: 1;
    }

    .he_syp4btli:hover .he_syp4bhri p {
        color: #333;
    }

    /* .he_syp5gbx:hover .he_syp5gig img {
        transform: scale(1.1);
    } */

    .he_fotnavli a:hover {
        color: #003775;
    }

    /* tammy start */
    .t_ming a:hover li::after {
        width: 100%;
        opacity: 1;
    }

    .t_ming a:hover li {
        color: #003775;
        ;
    }

    .t_b3wai a:hover {
        background: #fff;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    }

    .t_b3wai a:hover .t_b3xin {
        color: #003775;
    }

    .t_b3wai a:hover .t_b3jie {
        color: #003775;
    }

    .t_b4li a:hover {
        background: #fff;
        box-shadow: 0 0 27px 3px rgba(0, 0, 0, .06);
        z-index: 3;
    }

    .t_b4li a:hover .t_b4pic img {
        transition: all 0.36s;
    }

    .t_b4li a:hover .t_b4date {
        color: #003775;
    }

    .t_b4li a:hover h6 {
        color: #003775;
    }

    .t_b4li a:hover .t_b4mwen {
        opacity: 1;
    }

    .t_b4li a:hover .t_b4icon {
        left: 84px;
    }

    .t_b4li a:hover .t_b4pic img {
        transform: scale(1.05);
    }

    .t_gai a:hover .t_shows {
        display: none;
    }

    .t_gai a:hover .t_hids {
        display: block;
    }

    .t_gai a:hover span {
        color: #003775;
    }

    .t_d3li a:hover h6 {
        color: #003775;
    }

    .t_d3li a:hover .t_b4mwen {
        opacity: 1;
    }

    .t_d3li a:hover .t_b4icon {
        left: 84px;
    }

    .t_d3li a:hover .t_d3pic img {
        transform: scale(1.05);
    }

    .t_main span a:hover {
        color: #666;
    }

    .t_jiantou:hover .t_hidt {
        display: none;
    }

    .t_jiantou:hover .t_showt {
        display: block;
    }

    .t_pcfy a:hover .t_xian {
        display: none;
    }

    .t_pcfy a:hover .t_yin {
        display: block;
    }

    .t_pcfy a:hover .t_zh span {
        color: #003375;
    }

    .t_f1ns:hover img {
        transform: scale(1.05);
    }

    .t_f4go a:hover::after {
        width: 100%;
        opacity: 1;
    }

    .t_c4li a:hover {
        background: #fff;
        z-index: 3;
        box-shadow: 0 0 27px 3px rgba(0, 0, 0, .06);
    }

    .t_c4li a:hover h6 {
        color: #003775;
    }

    .t_c4li a:hover .t_b4mwen {
        opacity: 1;
    }

    .t_c4li a:hover .t_b4icon {
        left: 84px;
    }

    .t_c4li a:hover .t_c4date {
        color: #b0b0b0;
    }

    /* tammy end */
    .he_sliabtmi:hover svg {
        opacity: 1;
    }

    .he_sliabtmi:hover .st3 {
        opacity: 1;
    }

    .t_picleft:hover .t_jiantou .st1 {
        stroke: #191a1a;
        opacity: 1;
    }

    .t_picleft:hover .t_jiantou .st3 {
        fill: #191a1a;
    }

}

.t_c1s {
    position: relative;
    z-index: 10;
    /* overflow: hidden; */
}

.t_c1dua::after {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s;
}



/* tammy start */
.t_pcfy {
    padding: 72px;
}

.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    z-index: 2;
}

.pc_fenye a li {
    float: left;
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    font-size: 14px;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin: 0px 14px;
    background: transparent;
    transition: all 0.36s;
}

.pc_fenye li {
    float: left;
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    font-size: 14px;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin: 0px 14px;
    background: transparent;
    transition: all 0.36s;
    border: 1px solid transparent;
}

.pc_fenye a .t_zh {
    width: auto;
    background: transparent;
    margin: 0 20px;
}

.pc_fenye a:hover .t_zh {
    width: auto;
    background: transparent;
}

.pc_fenye li.activepage {
    color: #003775;
    /* background: #003775; */
    border: 1px solid #003775;
}

.pc_fenye a:hover li {
    color: #003775;
    /* background: #003775; */
    border: 1px solid #003775;
}

.pc_fenye a .t_zh span {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}

.t_paimg {
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_qian .t_paimg {
    left: 0;
}

.t_hou .t_paimg {
    right: 0;
}

.t_paimg img {
    width: 100%;
}

.t_phfy {
    display: none;
    padding: 30px 0;
}

.t_phfyfl a {
    font-size: 14px;
    color: #333;
}

/* .t_b4zh .t_pcfy{
    background: #fafbfc;
} */
/*  */
.t_hid {
    position: relative;
    top: 0;
    left: 0;
}

.t_show {
    position: absolute;
    top: 0;
    left: 0;
}

.t_banner {
    position: relative;
}

.t_cwen {
    position: absolute;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    z-index: 2;
    bottom: 21.4%;
    left: 18.75%;
    line-height: 116px;
}

.t_cwen::before {
    content: '';
    width: 40px;
    height: 3px;
    background: #ffc532;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.t_cwen::after {
    content: '';
    width: 107px;
    height: 3px;
    background: #003775;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.t_b1bg {
    width: 100%;
}

.t_b1bg img {
    width: 100%;
}

.t_blan {
    background: #fafbfc;
    border-bottom: 1px solid #f6f9fc;
    position: relative;
}

.t_ming ul {
    margin: 0 -58px;
}

.t_ming ul a {
    display: inline-block;
    margin: 0 58px;
}

.t_ming ul a li {
    font-size: 16px;
    line-height: 40px;
    padding: 10px 0;
    color: #666;
    transition: all .36s;
    position: relative;
}

.t_ming ul a li::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #003775;
    transition: all 0.36s;
    opacity: 0;
    z-index: 10;
}

.t_ming .on li {
    color: #003775;
    transition: all 0.36s;
}

.t_ming .on li::after {
    width: 100%;
    opacity: 1;
}

.t_shou a {
    width: 14px;
    display: inline-block;
}

.t_shou a img {
    width: 100%;
}

.t_main {
    margin: 12px -14px;
}

.t_main span a {
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
    position: relative;
    margin: 0 14px;
    transition: all 0.36s;
}

.t_main .on a {
    color: #666;
}

.t_main span a::after {
    content: '>';
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
    position: absolute;
    right: -18px;
}

.t_main .on a::after {
    content: '';
}

.t_b1dua {
    padding: 80px 0 126px;
}

.t_b1le {
    width: calc(100% - 450px);
    padding: 28px 124px 0 0;
}

.t_b1le h6 {
    font-size: 26px;
    line-height: 46px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 38px;
}

.t_b1le h6::after {
    content: '';
    height: 2px;
    width: 126px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}

.t_b1le h6::before {
    content: '';
    height: 2px;
    width: 35px;
    background: #ff9b0b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.t_b1xin {
    padding-top: 47px;
}

.t_b1xin p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 12px;
}

.t_b1tu {
    width: 450px;
}

.t_b1tu img {
    width: 100%;
}

.t_b1two {
    background: #fafbfc;
    padding-top: 54px;
    position: relative;
}

.t_b1two .t_b1tu {
    width: 680px;
    position: absolute;
    bottom: 0;
}

.t_b1two .t_b1le {
    width: calc(81.25% - 680px);
    margin-left: 680px;
    padding: 145px 0 152px 154px;
}

/* b2 */
.t_b2zhou {
    width: 100%;
    padding: 0 60px 72px;
    position: relative;
    z-index: 3;
}

.t_b2zhou::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.t_b2 {
    position: relative;
}

.t_b2::after {
    content: url(../images/b2bk1.jpg);
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.t_b2tou {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #666;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: 25px;
}

.t_b2sh {
    width: 33px;
    display: inline-block;
    padding: 24px 0;
    background: #fff;
}

.t_b2sh img {
    width: 100%;
}

.t_b2kaiz {
    position: relative;
}

.t_b2li {
    width: 50%;
    position: relative;
    /* margin-bottom: 52px; */
    float: right;
}

.t_b2hebu:first-of-type .t_b2li:first-of-type {
    margin-top: 69px;
}

.t_b2hebu:first-of-type .t_b2li.on {
    margin-top: 177px;
}

.t_b2li.on {
    margin-top: 54px;
}

.t_b2nrs {
    width: 79.629629%;
}

.t_b2tu {
    position: relative;
    width: 430px;
}

.t_b2tu img {
    width: 100%;
}

.t_b2li h6 {
    font-size: 24px;
    line-height: 32px;
    color: #003775;
    margin-bottom: 21px;
    font-family: "MONTSERRAT-REGULAR-8" !important;
}

.t_b2xiang {
    margin-bottom: 13px;
    /* max-height: 168px;
    overflow: hidden; */
}

.t_b2xiang p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.t_b2li.on {
    text-align: right;
    float: left;
}

.t_b2li .t_b2nrs {
    float: right;
}

.t_b2li.on .t_b2nrs {
    float: left;
}

.t_b2li i {
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
}

.t_b2li.on i {
    left: calc(100% - 15px);
}

.t_b2li i img {
    width: 100%;
}

/* b3 */
.t_b3peo {
    margin: 0 -20px;
    padding: 98px 0 96px;
}

.t_b3wai {
    width: calc(25% - 40px);
    margin: 0 20px 76px;
}

.t_b3pic {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 19px;
}

.t_b3pic img {
    width: 100%;
}

.t_b3xin {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    transition: all 0.36s;
    margin-bottom: 4px;
}

.t_b3xin div {
    display: inline-block;
}

.t_b3jie {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    transition: all 0.36s;
    height: 30px;
    overflow: hidden;
}

.t_b3wai a {
    display: block;
    background: transparent;
    margin: -16px;
    box-sizing: content-box;
    padding: 16px;
    border-radius: 10px;
    transition: all 0.36s;
}

/* b4 */
.t_b4shang {
    background: #fafbfc;
    padding-bottom: 41px;
}

.t_b4li:first-of-type a {
    border-top: 1px solid #eee;
}

.t_b4li a {
    border-bottom: 1px solid #eee;
    padding: 18px 0 27px;
}

.t_b4date {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-bottom: 1px;
    transition: all 0.36s;
    font-family: "MONTSERRAT-REGULAR-8" !important;
}

.t_b4nr h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1px;
    transition: all 0.36s;
    max-height: 60px;
    overflow: hidden;
}

.t_b4nr p {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    margin-bottom: 23px;
    max-height: 56px;
    overflow: hidden;
}

.t_b4nr {
    position: relative;
}

.t_b4mwen {
    opacity: 0;
    transition: all 0.36s;
}

.t_b4icon {
    width: 28px;
    transition: all 0.36s;
    position: absolute;
    left: 0;
}

.t_b4icon img {
    width: 100%;
}

.t_b4li.on .t_b4nr {
    position: relative;
}

.t_b4pic {
    position: absolute;
    width: 290px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    overflow: hidden;
}

.t_b4pic img {
    width: 100%;
    transition: all 0.36s;
}

.t_b4li.on .t_b4ws {
    width: calc(100% - 290px);
    padding-right: 133px;
}

.t_b4mwen {
    color: #003775;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.t_b4li a {
    display: block;
    transition: all 0.36s;
}

.t_b4zh .t_pcfy {
    background: #f9fafb;
    z-index: 3;
}

.t_b4zh {
    position: relative;
}

.t_b4beij {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.t_b4list {
    background: #fafbfc;
    overflow: hidden;
}

.t_b4li {
    position: relative;
    z-index: 2;
}

.t_b4beij::after {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, .65), transparent);
}

.t_pcfy a .t_zh span {
    transition: all 0.36s;
}

.t_xian {
    transition: all 0.36s;
}

.t_yin {
    display: none;
    transition: all 0.36s;
}

.t_b4more {
    position: relative;
}

/* b5 */
.t_b5dua {
    padding-top: 92px;
}

.t_b5ti {
    border-bottom: 1px solid #eee;
}

.t_b5ti h6 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #003775;
    padding-bottom: 27px;
}

.t_b5ic {
    width: 18px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.t_b5ic img {
    width: 100%;
}

.t_b5dat {
    font-size: 16px;
    line-height: 40px;
    color: #999;
}

.t_b5box {
    padding: 58px 0 60px;
    border-bottom: 1px solid #eee;
}

.t_b5box p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 14px;
}

.t_backgo {
    margin: 40px 0 98px;
}

.t_gai a {
    margin: 0 -7px;
}

.t_gai a span {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0 7px;
    transition: all 0.36s;
}

.t_shtu {
    display: inline-block;
    width: 8px;
    position: relative;
}

.t_shtu img {
    width: 100%;
    transition: all 0.36s;
    position: absolute;
    top: -4px;
    transform: translateY(-50%);
}

.t_hids {
    position: relative;
    display: none;
}

/* c1 */
.t_c1dua {
    padding: 219px 0 105px;
}

.t_c1tu {
    width: 483px;
    position: relative;
    margin-right: 18.75%;
    z-index: 2;
}

.t_c1tu::before {
    content: url(../images/0c1_03.jpg);
    position: absolute;
    width: 163px;
    top: -162px;
    right: -163px;
    z-index: 3;
}

.t_c1dua {
    position: relative;
    z-index: 2;
    padding-bottom: 104px;
}

.t_c1dua::before {
    content: url(../images/c1bk1.jpg);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.t_c1dua::after {
    content: 'ABOUT siRNA';
    font-size: 170px;
    color: #f7f7f7;
    line-height: 174px;
    position: absolute;
    bottom: 155px;
    right: 0;
    z-index: 0;
}

.t_c1z {
    position: relative;
    z-index: 2;
    background: #fafbfc;
}

.t_c1er {
    padding: 78px 0 67px;
}

.t_c1xin {
    position: relative;
    z-index: 2;
}

.t_c1xin {
    padding: 42px 94px 0 0;
}

.t_c1xin p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.t_c1tu img {
    width: 100%;
}

.t_c1le {
    width: 36.614583%;
    padding-right: 90px;
    padding: 43px 0;
    margin-left: 18.75%;
}

.t_c1le h6 {
    font-size: 32px;
    line-height: 46px;
    color: #003775;
    font-weight: bold;
    position: relative;
    padding-bottom: 38px;
}

.t_c1le h6::after {
    content: '';
    height: 2px;
    width: 126px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 11px;
}

.t_c1le h6::before {
    content: '';
    height: 2px;
    width: 35px;
    background: #ff9b0b;
    position: absolute;
    left: 0;
    bottom: 11px;
    z-index: 2;
}

.t_c1nei {
    display: none;
}

.t_c1nei.t_c1xian {
    display: block;
}

.t_c1er h6 {
    font-size: 32px;
    line-height: 60px;
    font-weight: bold;
    color: #003775;
    text-align: center;
    position: relative;
}

.t_c1er h6::before {
    content: '';
    height: 2px;
    width: 35px;
    background: #ff9b0b;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 63px);
    z-index: 3;
}

.t_c1er h6::after {
    content: '';
    height: 2px;
    width: 126px;
    background: #eee;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.t_c1er ul {
    border-bottom: 2px solid #eee;
}

.t_c1xuan {
    width: 33%;
    font-size: 30px;
    color: #afc0d3;
    line-height: 40px;
    padding: 94px 0 34px;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -2px;
    cursor: pointer;
    font-family: "MONTSERRAT-REGULAR-8" !important;
}

.t_c1xuan.on {
    color: #003775;
}

.t_c1huan {
    margin-top: 92px;
}

.t_c1imgs {
    width: 561px;
}

.t_c1imgs img {
    width: 100%;
}

.t_c1nei {
    position: relative;
}

.t_c1luo p {
    width: calc(100% - 561px);
    font-size: 16px;
    line-height: 28px;
    color: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-left: 29px;
}

.t_c1kuan {
    width: 2px;
    margin-right: 10px;
}

.t_c1xuan.on .t_hids {
    display: inline-block;
}

.t_c1xuan.on .t_shows {
    display: none;
}

.t_c1xuan.on::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: #003775;
}

.t_c1xuan::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 3px;
    background: #003775;
    transition: all 0.6s;
}

/* c2 */
.t_c2tu {
    padding: 80px 0 85px 5px;
    width: 93.75%;
}

.t_c2tu img {
    width: 100%;
}

.t_c2linr {
    display: none;
}

.t_c2li.on .t_c2linr {
    display: block;
}

.t_c2er {
    background: #fbfcfd;
}

.t_c2xsh {
    padding: 70px 48px 77px 75px;
}

.t_c2xsh p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
}

.t_c2li {
    background: #fff;
    margin-bottom: 15px;
}

.t_c2ti {
    font-size: 22px;
    line-height: 38px;
    color: #333;
    padding: 0 40px 0 43px;
}

.t_c2di {
    position: relative;
    background: #fff;
}

.t_c2biao {
    width: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_c2biao img {
    width: 100%;
}

.t_c2ic {
    box-sizing: content-box;
    width: 32px;
    padding-left: 40px;
}

.t_c2ic img {
    width: 100%;
}

.t_showa {
    display: none;
}

.t_c2litop {
    padding: 42px 56px 42px 70px;
    position: relative;
}

.t_c2litop::before {
    content: '';
    height: 1px;
    width: calc(100% - 166px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
}

.t_c2li.on .t_hida {
    display: none;
}

.t_c2li.on .t_showa {
    display: block;
}

.t_c2linr {
    padding: 0px 56px 62px 66px;
}

.t_c2linr p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.t_c2xia {
    padding-bottom: 98px;
}

/* c3 */
.t_c3 {
    position: relative;
    width: 100%;
}

.t_c3::before {
    content: url(../images/0c3_bg_03.png);
    position: absolute;
    width: 18.854166%;
    right: 0;
    top: 0;
    z-index: 1;
}

.t_c3::after {
    content: url(../images/0c3_bg_04.jpg);
    position: absolute;
    width: 74.479166%;
    z-index: 0;
    left: 0;
    bottom: -2px;
}

.t_c3p {
    padding: 129px 0 263px;
    position: relative;
    z-index: 2;
}

.t_c3p p {
    width: 89.166666%;
    font-size: 18px;
    line-height: 36px;
    color: #666;
}

.t_xu {
    position: relative;
    z-index: 1;
}

/* c4 */
.t_c4 {
    background: #fafbfc;
    position: relative;
}

.t_c4::after {
    content: url(../images/0c4bk1.jpg);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.t_c4 .pcfy,
.t_c4 .phfy {
    position: relative;
    z-index: 3;
}

.t_c4list {
    margin-top: 97px;
    border-top: 1px solid #eaeaea;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.t_c4li a {
    border-bottom: 1px solid #eaeaea;
    padding: 22px 22px 64px 34px;
}

.t_c4date {
    color: #aaa;
    transition: all 0.36s;
    margin-bottom: 6px;
}

.t_c4nian {
    font-size: 16px;
    line-height: 32px;
    margin-right: 40px;
    font-family: "MONTSERRAT-REGULAR-8" !important;
}

.t_c4jian {
    font-size: 16px;
    line-height: 32px;
    font-family: "MONTSERRAT-REGULAR-8" !important;
}

.t_c4nr h6 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 3px;
    transition: all 0.36s;
    font-family: "MONTSERRAT-REGULAR-8" !important;
    overflow: hidden;
}

.t_c4nr p {
    font-size: 16px;
    line-height: 28px;
    color: #aaa;
    margin-bottom: 16px;
    font-family: "MONTSERRAT-REGULAR-8" !important;
    overflow: hidden;
}

.t_c4nr {
    position: relative;
}

.t_c4mwen {
    opacity: 0;
    transition: all 0.36s;
}

.t_c4icon {
    width: 28px;
    transition: all 0.36s;
    position: absolute;
    left: 0;
}

.t_c4icon img {
    width: 100%;
}

.t_c4li a {
    display: block;
    background: transparent;
    transition: all 0.36s;
}

/* d1 */
.t_d1 {
    position: relative;
}

.t_d1::before {
    content: url(../images/d1bk1.png);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.t_d1_box {
    border-top: 2px solid #003775;
    margin: 86px 0 0px;
    padding-bottom: 74px;
}

.t_d1_hstab {
    border-top: 1px solid #eee;
    position: relative;
}

.t_d1_hstab:nth-of-type(2n+1) {
    background: #f6f8fa;
}

.t_d1_bg_list .t_d1_tab {
    font-size: 16px;
    line-height: 88px;
    word-break: break-all;
}

.t_d1_tab {
    min-height: 88px;
}

.t_d1_tabname {
    width: 14%;
    color: #333;
    padding-left: 8px;
}

.t_d1_tabzz {
    width: 14%;
    color: #666;
}

.t_d1_tabid {
    width: 12%;
    color: #666;
}

.t_d1_tablcq {
    width: 10%;
}

.t_d1_blod .t_d1_tab {
    font-weight: bold;
    font-size: 18px;
    line-height: 88px;
    color: #003775;
}

.t_d1_bglb {
    position: relative;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.t_d1_qq {
    width: 16px;
    position: relative;
    left: -6px;
    top: -1px;
}

.t_d1_hbg {
    width: 80%;
    position: absolute;
    top: 43.055555%;
    left: 0;
    animation: fadeInLeft 1.6s;
}

.t_d1_hbg span {
    width: calc(100% - 21px);
    height: 10px;
    border-radius: 3px;
    background: #3a96ff;
    display: inline-block;
}

/* d2 ph */
.t_d2_box {
    display: none;
}

.t_d2_hang {
    min-height: 88px;
    border-top: 2px solid #003775;
    overflow: hidden;
}

.t_d2_bglb {
    position: relative;
}

.t_d2_hbg {
    width: 80%;
    position: absolute;
    top: 43.055555%;
    left: 0;
    animation: fadeInLeft 1.6s;
}

.t_d2_tabname {
    font-weight: bold;
    width: 17%;
    color: #333;
    padding-left: 8px;
}

.t_d2_tabzz {
    width: 17%;
    color: #666;
}

.t_d2_tabid {
    width: 17%;
    color: #666;
}

.t_d2_tab {
    font-size: 16px;
    line-height: 88px;
}

.t_d2_bg {
    background: #f6f8fa;
}

.t_d2_tablcq {
    width: 16.666666%;
    padding-left: 10px;
}

.t_d2_bglb {
    position: relative;
    width: 100%;
    height: 88px;
    overflow: hidden;
}

.t_d2_hbg span {
    width: calc(100% - 21px);
    height: 10px;
    border-radius: 3px;
    background: #3a96ff;
    display: inline-block;
}

.t_d2_qq {
    display: inline-block;
    width: 16px;
    position: relative;
    left: -6px;
    top: -1px;
}

.t_d2_hstab {
    margin-bottom: 20px;
}

/* d2 */
.t_d2list {
    margin: 66px 0 0;
    padding-bottom: 57px;
}

.t_d2xing {
    font-size: 24px;
    line-height: 56px;
    color: #003775;
    position: relative;
    font-family: "MONTSERRAT-REGULAR-8" !important;
    margin-top: 6px;
}

.t_d2xing::before {
    content: '';
    height: 2px;
    width: 89px;
    background: #033977;
    position: absolute;
}

.t_d2xing::after {
    content: '';
    height: 2px;
    width: 34px;
    background: #ffc634;
    position: absolute;
    left: 0;
}

.t_d2li {
    padding: 47px 0 46px 19px;
    border-top: 1px solid #eee;
}

.t_d2duan {
    width: calc(100% - 89px);
    padding-left: 304px;
}

.t_d2duan p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

/* d3 */
.t_d3::before {
    content: url(../images/d3bk1.png);
    position: fixed;
    bottom: 0;
    width: 100%;
}

.t_d3nr {
    position: relative;
}

.t_d3pic {
    position: absolute;
    width: 605px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    overflow: hidden;
}

.t_d3pic img {
    width: 100%;
    transition: all 0.36s;
}

.t_d3ws {
    position: relative;
    padding: 76px 259px 126px 0;
}

.t_d3ws h6 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    transition: all 0.36s;
}

.t_d3li.on .t_d3ws {
    width: calc(100% - 605px);
    padding: 111px 64px 126px 0;
}

.t_d3con {
    padding-bottom: 74px;
}

.t_d3li a {
    display: block;
    border-bottom: 1px solid #ececec;
}

.t_d3li {
    overflow: hidden;
}

.t_d3li:last-of-type a {
    border: 0;
}

.t_d3ws p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 50px;
}

.t_d3li a .t_b4mwen {
    transition: all 0.36s;
}

.t_d3li a .t_b4icon {
    transition: all 0.36s;
}

/* d4 */
.t_d4con {
    margin: 92px 0 84px;
}

.t_d4zuo {
    width: 68.666666%;
    padding-right: 42px;
    border-right: 1px solid #f1f1f1;
}

.t_d4h6 {
    font-size: 24px;
    line-height: 36px;
    padding-right: 52px;
    font-weight: bold;
    color: #003775;
    position: relative;
    padding-bottom: 27px;
}

.t_d4h6::before {
    content: '';
    height: 3px;
    width: 128px;
    background: #eee;
    position: absolute;
    bottom: -2px;
}

.t_d4h6::after {
    content: '';
    height: 3px;
    width: 51px;
    background: #f2ae00;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.t_d4p {
    padding: 40px 0;
}

.t_d4p p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 52px;
    color: #666;
    margin-bottom: 15px;
}

.t_d4xu:nth-of-type(2n+1) {
    background: #fbfcfc;
}

.t_d4x {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin: 0 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_d4xu {
    padding: 26px 36px 26px 0;
    position: relative;
}

.t_d4z {
    margin-left: 88px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.t_d4hong {
    color: #f20033;
}

.t_d4zhu {
    margin-left: 44px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.t_d4lian {
    width: 31%;
    padding-left: 40px;
    position: relative;
    top: 0px;
}

.t_d4fang img {
    width: 24px;
}

.t_d4lian h6 {
    margin-bottom: 24px;
}

.t_d4lian p {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    margin-bottom: 10px;
}

.t_d4lis {
    padding: 19px 0 14px;
    border-bottom: 1px solid #eee;
}

.t_d4name {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    margin-bottom: 12px;
}

.t_d4mail {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    margin-left: 15px;
}

.t_d4 {
    position: relative;
}

.t_d4::before {
    content: url(../images/d4bk1.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 15.364583%;
}

/* e1 */
.t_e1 {
    position: relative;
    background: #e9eaea;
}

.t_e1::before {
    content: url(../images/e1bk1.jpg);
    position: absolute;
    top: 0;
    width: 100%;
}

.t_e1nian {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 101px;
}

.t_e1list {
    position: relative;
    overflow: hidden;
}

.t_e1list li {
    position: relative;
    margin-left: 24.166666%;
    padding: 0 0 0 25px;
    margin-top: 34px;
    line-height: 18px;
    border-left: 1px solid #eee;
    color: #999;
}

.t_e1list li .t_e1ic {
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}

.t_e1ic img {
    width: 100%;
}

.t_e1list li .t_e1time {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    position: absolute;
    left: -290px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
}

.t_e1yue {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    position: absolute;
    left: -148px;
    top: calc(50% + 5px);
    transform: translateY(-50%);
}

.t_e1list li .t_e1txt {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    position: relative;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 21px 0 21px 108px;
}

.t_e1bg {
    width: 100%;
}

.t_e1bg img {
    width: 100%;
}

.t_e1tou {
    position: relative;
}

.t_e1sh {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.t_e1sh h5 {
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
}

.t_e1mai {
    text-align: center;
}

.t_e1mai a {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
}

.t_e1tou::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .35);
}

/* f1 */
.t_banner {
    position: relative;
    z-index: 3;
}

.t_blan {
    position: relative;
    z-index: 3;
}

.t_f1 {
    position: relative;
}

.t_f1::before {
    content: url(../images/f1bk1.jpg);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.t_f1con {
    position: relative;
    padding: 15px 0 95px;
}

.t_f1yuan {
    border-bottom: 1px dashed #eee;
    padding: 50px 0 57px;
}

.t_f1yuan:last-of-type {
    border: 0;
}

.t_f1yuan h5 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    position: relative;
    width: 25%;
}

.t_f1yuan h5::before {
    content: '';
    height: 3px;
    width: 50px;
    background: #eee;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.t_f1yuan h5::after {
    content: '';
    height: 3px;
    width: 20px;
    background: #f2ae00;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.t_f1nr {
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.t_flpu {
    margin: 0 -22px;
}

.t_f1ns {
    position: relative;
    margin: 0 22px;
    overflow: hidden;
}

.t_f1pic {
    width: 210px;
    overflow: hidden;
}

.t_f1pic img {
    width: 100%;
    transition: all 0.36s;
}

.t_flpicnr {
    /* position: absolute; */
    font-size: 20px;
    line-height: 34px;
    color: #666;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* bottom: 30px; */
    z-index: 2;
    text-align: center;
    margin-top: 25px;
}

/* f2 */
.t_f2con {
    position: relative;
    z-index: 3;
}

.t_f2con h5 {
    font-size: 42px;
    line-height: 70px;
    font-weight: bold;
    color: #003775;
    position: relative;
}

.t_f2con h5::before {
    content: '';
    height: 3px;
    width: 128px;
    background: #eee;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.t_f2con h5::after {
    content: '';
    height: 3px;
    width: 50px;
    background: #f2ae00;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.t_f2du {
    font-size: 18px;
    line-height: 32px;
    color: #c0c0bf;
    padding: 56px 0 67px;
    overflow: hidden;
}

.t_f2list {
    width: 72%;
    margin: 0 -5px;
    padding-bottom: 130px;
}

.t_f2li {
    width: calc(33.333333% - 10px);
    padding: 24px 64px 30px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    margin: 0 5px 10px;
    background: #fafafa;
}

.t_f2ic {
    width: 50px;
    margin-bottom: 30px;
}

.t_f2ic img {
    width: 100%;
}

.t_f2li p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    position: relative;
}

.t_f2li p::before {
    content: '';
    position: absolute;
    top: -10px;
    width: 18px;
    height: 1.78px;
    background: #ffc531;
}

.t_f2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.t_f2 img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* f3 */
.t_f3nr {
    padding: 83px 0 0;
}

.t_f3nr h5 {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0;
    color: #003775;
    font-weight: bold;
    position: relative;
    width: 27.166666%;
}

.t_f3nr h5::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 128px;
    height: 3px;
    background: #eee;
}

.t_f3nr h5::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 52px;
    height: 3px;
    background: #f2ae00;
}

.t_f3ic {
    width: calc(72.833333% + 126px);
    margin: 0 -63px;
}

.t_f3icli {
    width: 20%;
    margin-bottom: 116px;
    text-align: center;
}

.t_f3icli a {
    display: inline-block;
}

.t_f3icli a img {
    width: 50px;
    margin-bottom: 20px;
}

.t_f3icli a h6 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.t_f3bg2 {
    background: #fafbfc;
    padding: 10px 0 24px;
}

.t_f3bg3 {
    margin-bottom: 118px;
    padding: 34px 0 0;
}

.t_f3shi {
    width: 65%;
    padding: 10px 0 0;
}

.t_f3shi p {
    font-size: 16px;
    line-height: 28px;
    color: #999;
}

.t_f3lis {
    width: 540px;
}

.t_f3lis img {
    width: 100%;
}

.t_f3lunbo {
    width: calc(100% + 8.333333%);
    margin-top: 76px;
}

.t_f3lis {
    margin: 0 18px;
    width: 34.615384%;
}

.t_f3box {
    margin-left: calc(18.75% - 18px);
}

.t_f3jt {
    margin-top: 70px;
}

.t_picleft {
    margin-right: 13px;
}

.t_jinxing {
    position: absolute;
    ;
}

.t_jiantou .t_showt {
    transition: all 0.36s;
}

.t_jiantou .t_hidt {
    transition: all 0.36s;
}

.t_showt {
    display: none;
}

/* f4 */
.t_f4 {
    position: relative;
}

.t_f4::before {
    content: url(../images/f4bk1.jpg);
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
}

.t_f4con {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 152px 0 210px;
    overflow: hidden;
}

.t_f4con p {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    color: #666;
    width: 66.916666%;
    margin-bottom: 62px
}

.t_f4go a {
    font-size: 18px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: 4px solid #fdb811;
    position: relative;
    display: inline-block;
}

.t_f4go a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: #003775;
    transition: all 0.36s;
    opacity: 0;
}

/* g1 */
.t_g1con {
    padding: 46px 65px 38px 76px;
    position: relative;
}

.t_g1duan p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 12px;
}

.t_g1duan {
    margin-bottom: 32px;
}

.t_g1con h6 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}

.t_g1con ul {
    padding: 34px 0;
}

.t_g1con ul li {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.t_g1con ul li img {
    width: 12px;
    margin-right: 12px;
}

.t_g1con::after {
    content: url(../images/g1bk1.png);
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

.t_g1bga {
    background: #faf9f9;
}

.t_g1con2 {
    padding: 42px 0 0;
}

.t_g1con2 h5 {
    font-size: 38px;
    font-weight: bold;
    line-height: 64px;
    color: #003775;
    text-align: center;
    position: relative;
}

.t_g1con2 h5::before {
    content: '';
    width: 128px;
    height: 3px;
    background: #eee;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.t_g1con2 h5::after {
    content: '';
    width: 51px;
    height: 3px;
    background: #f2ae00;
    position: absolute;
    left: calc(50% - 65px);
    bottom: -22px;
}

.t_g1bga {
    position: relative;
    overflow: hidden;
}

.t_g1bga::before {
    content: url(../images/g1bk2.jpg);
    position: absolute;
    bottom: 0;
}

.t_g1con2 {
    position: relative;
    z-index: 3;
}

.t_g1xian {
    width: 50%;
    position: relative;
    padding: 17.5px 70px 17.5px 12px;
    float: left;
}

.t_g1nr {
    background: #fff;
    padding: 28px 40px 35px 19px;
    position: relative;
}

.t_g1he {
    margin-top: 22px;
}

.t_g1nr h6 {
    position: relative;
    margin-bottom: 6px;
}

.t_g1nr h6 img {
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_g1time {
    font-size: 26px;
    font-weight: bold;
    color: #003775;
    line-height: 36px;
    margin-left: 26px;
}

.t_g1nr p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    max-height: 140px;
    overflow: hidden;
}

.t_g1xian .t_g1nr::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -36px;
    border-left: 18px solid #fefefe;
    border-right: 18px solid transparent;
    border-top: 13.5px solid transparent;
    border-bottom: 13.5px solid transparent;
    transform: translateY(-50%);
    z-index: 10;
}

.t_g1xian i {
    position: absolute;
    top: 50%;
    right: -15.5px;
    transform: translateY(-50%);
    z-index: 5;
}

.t_g1xian i img {
    width: 31px;
}

.t_g1xian.on .t_g1nr::before {
    right: 100%;
    border-left: 18px solid transparent;
    border-right: 18px solid #fefefe;
}

.t_g1xian.on {
    border-right: 0;
    padding: 22.5px 12px 22.5px 70px;
    float: right;
}

.t_g1xian.on i {
    left: -15.5px;
}

.t_g1xian:first-of-type {
    margin-top: 41px;
}

.t_g1xian:nth-of-type(2) {
    margin-top: 126px;
}

.t_g1he {
    position: relative;
    padding-bottom: 37.5px;
}

.t_g1he::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ededed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.t_g1left {
    width: calc(100% - 715px);
}

.t_g1left h4 {
    font-size: 38px;
    font-weight: bold;
    color: #003775;
    position: relative;
    line-height: 68px;
    padding-bottom: 19px;
}

.t_g1left h4::before {
    content: '';
    width: 128px;
    height: 3px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
}

.t_g1left h4::after {
    content: '';
    width: 51px;
    height: 3px;
    background: #f2ae00;
    position: absolute;
    bottom: 0;
    left: 0;
}

.t_g1icq {
    padding-bottom: 19px;
    padding-top: 42px;
}

.t_g1icd {
    margin-bottom: 16px;
}

.t_g1icd img {
    width: 20px;
    position: relative;
    top: 5px;
}

.t_g1names {
    width: calc(100% - 46px);
    margin-left: 26px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-right: 80px;
}

.t_g1bgb {
    padding: 99px 0 50px;
}

.t_g1map {
    width: 715px;
    height: 374px;
}

/* g2 */
.t_g2fshi {
    margin: 46px 0px 70px;
    padding: 0 10px;
}

.t_g2pho {
    width: calc(50% - 40px);
    margin: 20px;
    background: #fff;
    box-shadow: 0 3px 50px rgba(47, 85, 151, .08);
    padding: 22px 80px 27px;
}

.t_g2su {
    margin-left: 38px;
}

.t_g2ic {
    width: 30px;
    margin-top: 18px;
}

.t_g2ic img {
    width: 100%;
}

.t_g2pho h5 {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
}

.t_g2nr {
    font-size: 18px;
    line-height: 38px;
    color: #666;
    min-height: 79px;
}

.t_g2su h5 span {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 60px;
}

.t_g2tw {
    background: #fafbfc;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.t_g2huans {
    margin-top: 58px;
}

.t_g2ku {
    width: 54px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15%;
    margin-right: 12px;
    transform: translateY(-50%);
}

.t_g2ku img {
    width: 100%;
}

.t_g2huans ul li {
    width: 33.333333%;
    text-align: center;
    position: relative;
}

.t_g2huans ul {
    border-bottom: 1px solid #eee;
}

.t_g2m {
    display: inline-block;
    font-size: 24px;
    color: #666;
    line-height: 90px;
    font-weight: bold;
}

.t_hidt {
    position: relative;
    top: 0;
    left: 0;
}

.t_showt {
    display: none;
}

.t_showt {
    position: relative;
    top: 0;
    left: 0;
}

li.on .t_g2m {
    color: #003375;
}

li.on .t_hidt {
    display: none;
}

li.on .t_showt {
    display: block;
}

.t_g2map {
    width: 620px;
    height: 480px;
}

.t_g2lis {
    padding-top: 51px;
    display: none;
}

.t_g2lis.t_g2xian {
    display: block;
}

.t_g2zuo {
    width: calc(100% - 770px);
    padding-top: 46px;
    margin-right: 70px;
}

.t_g2x {
    width: 20px;
}

.t_g2x img {
    width: 100%;
}

.t_g2h {
    margin-left: 38px;
    width: calc(100% - 58px);
}

.t_g2h h6 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 11px;
}

.t_g2ceng {
    margin: 0 0 0 38px;
    padding: 28px 0 10px 10px;
    width: 100%;
    border-bottom: 1px dashed #e1e1e1;
}

.t_g2xin {
    font-size: 16px;
    line-height: 24px;
    color: #999;
}

.t_g2maps {
    position: relative;
    z-index: 2;
}

.t_g2maps {
    z-index: 2;
    width: 620px;
    height: 480px;
}

.t_g2que {
    position: relative;
}

.t_g2que.on::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #003775;
}

.t_g2que::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background: #003775;
    transition: all 0.6s;
}

.BMap_Marker:last-child {
    animation-name: p_ddd;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes p_ddd {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* xun */
.t_b2li i {
    z-index: 3;
}

/*.g_sybannr.slick-current h3 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.g_sybannr.slick-current .he_symore {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}*/

.t_g2ze .t_g2xian {
    /* -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s; */
}

.t_c1huan .t_c1xian {
    /* -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s; */
}

.t_e1 {
    background: #fafbfb;
}

.t_c1le {
    width: calc(62.5% - 483px);
}

.t_c1dua::after {
    font-family: Arial, Helvetica, sans-serif;
}

/* ji */
.t_f2du {
    font-family: "MONTSERRAT-EXTRALIGHT-5" !important;
}

.t_f2 img {
    width: 100%;
}

.t_f3jt {
    margin-left: 20px;
}

.t_jiantou {
    position: relative;
    width: 57px;
}

.t_jiantou img {
    width: 100%;
}

.t_f3lis img {
    width: 100%;
}

.t_g1con::after {
    z-index: -1;
}

.t_g2su {
    width: calc(100% - 68px);
}

.t_g2ku {
    left: 12%;
}

.t_d4x {
    font-family: "Conv_MONTSERRAT-MEDIUM-7" !important;
}

.t_d4lian {
    /* transition: all 0.36s; */
    animation-delay: 0.36s;
}

.t_c1kuan {
    display: inline-block;
    width: 5px;
}

.t_c1kuan img {
    width: 100%;
}

.t_d1_qq {
    top: -2px;
}

.t_e1 {
    background: #f1f1f1;
}

.t_f1 {
    background: #f6f6f8;
}

.t_picrig {
    position: relative;
}

.t_jinxing {
    width: 58px;
    height: 58px;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
}

.t_b1bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 2;
}

.t_gai a {
    white-space: nowrap;
}

.t_f3icli a h6 {
    max-height: 24px;
    overflow: hidden;
}

.t_f3bg {
    overflow: hidden;
}

.t_f3bg2 {
    overflow: hidden;
}

.t_g2huans ul li {
    cursor: pointer;
}

.t_c2ti {
    max-height: 38px;
    overflow: hidden;
}

.t_g2q {
    display: inline-block;
}

.t_g2que {
    text-align: center;
}
/* 
.t_c4nr h6 {
    text-align: justify;
}

.t_d3ws h6 {
    text-align: justify;
}

.t_d4mail {
    text-align: justify;
}

.t_d4h6 {
    text-align: justify;
}

.t_d4z {
    text-align: justify;
}

.t_d4zhu {
    text-align: justify;
}

.t_f1nr {
    text-align: justify;
}

.t_f2du {
    text-align: justify;
}

.t_f2con h5 {
    text-align: justify;
}

.t_g1con ul li span {
    text-align: justify;
}

.t_g1names {
    text-align: justify;
}

.t_g2nr {
    text-align: justify;
}

.t_g2xin {
    text-align: justify;
} */

body {
    position: relative;
}

.t_b3tan {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.t_b3tannr {
    position: fixed;
    z-index: 12;
    width: 700px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    display: none;
    transition: all 0.36s;
}

.t_b3shou {
    padding: 70px 60px;
}

.t_b3h {
    position: relative;
    margin-bottom: 70px;
}

.t_b3h::before {
    content: '';
    height: 2px;
    width: 78px;
    background: #eee;
    position: absolute;
    bottom: -28px;
    left: 0;
}

.t_b3h::after {
    content: '';
    height: 2px;
    width: 22px;
    background: #ff9b0b;
    position: absolute;
    bottom: -28px;
    left: 0;

}

.t_b3h h6 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    display: inline-block;
    margin-right: 4px;
}

.t_b3h span {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-right: 20px;
}

.t_b3h i {
    font-size: 16px;
    line-height: 32px;
    color: #999;
    font-style: normal;
}

.t_b3x p {
    font-size: 18px;
    line-height: 32px;
    color: #999;
}

.t_b3tan {
    position: absolute;
    width: 30px;
    right: 16px;
    top: 16px;
}

.t_b3tan img {
    width: 100%;
}

.t_b3tannr.open {
    display: block;
}

.t_b3meng {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .3;
    z-index: 100;
    display: none;
    transition: all 0.36s;
}

.t_b3tana {
    position: absolute;
    z-index: 101;

}

#pcHeadSearch {
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}

/*  */


.he_syp3p1bx1 {
    height: auto !important;
    position: absolute;
    top: 0px;
    left: 12px;
    width: 240px;
}

.he_syp3p1bx1 .he_syp3p1nj {
    padding: 0;
    box-shadow: none;
}

.he_syp3p1bx1 .he_syp3p1nj {
    width: 100% !important;
}


.he_syp3p1vh {
    width: 33.333333%;
    padding: 0 12px;
    position: relative;
}

.he_syp3p1bx {
    width: 100%;

}

.he_syp3p1bx1 .he_syp3p1bx {
    height: auto !important;
    width: 240px;
}

.he_syp3p1vh {
    position: absolute;
    top: 0px;
    left: 0px;
}

.he_syp3p1ul {
    position: relative;
}

.he_syp3p1bx2 {
    top: 130px;
    left: 230px;
}


.he_syp3p1bx2 .he_syp3p1bx .he_syp3p1nj {
    background: #f2ae00;
}

.he_syp3p1bx2 .he_syp3p p {
    color: #003a78;
}

.he_syp3p1bx3 {
    top: 240px;
    right: 0px;
    left: inherit;
}

.he_syp3p1bx4 {
    top: 285px;
    left: 0;
}

.he_syp3p1bx4 .he_syp3p1nj {
    background: #003a78;
}

.he_syp3p1bx5 {
    top: 368px;
    left: 230px;
}

.he_syp3p1le {
    height: 825px;
}

.he_syp3p1bx5 .he_syp3p1nj {
    border: 3px solid #003a78;
}

.he_syp3p1bx5 .he_syp3p p {
    color: #003a78;
}

.he_syp3p1bx5 .he_syp3pj p {
    color: #003a78;
}

.he_syp3p1bx6 {
    top: inherit;
    left: 0;
    bottom: 54px;
}

.he_syp3p1ul {
    height: 100%;
}

.he_syp3p1bx6 .he_syp3p p {
    color: #003a78;
}

.he_syp3p1bx6 .he_syp3pj p {
    color: #003a78;
}

.he_syp3p1bx7 .he_syp3p1nj {
    border: 3px solid #003a78;
    background: #d6e9fb;
}

.he_syp3p1bx7 {
    top: inherit;
    left: 230px;
    bottom: -28px;
}

.he_syp3p1bx7 .he_syp3p p {
    color: #003a78;
}

.he_syp3p1bx7 .he_syp3pj p {
    color: #003a78;
}

.g_sect1 {
    overflow: hidden;
}

.pc_fenye a li.activepage {
    color: #fff;
    background: #003775;
}

.t_c2di {
    max-width: calc(100% - 72px);
}

.t_c4jian {
    max-height: 32px;
}

.t_c4nr h6 {
    max-height: 60px;
}

.t_c4nr p {
    max-height: 56px;
}

.he_syp2lple {
    margin-top: 8px;
}

.he_syp2lple .st0 {
    fill: #b1cfef;
}

.he_syp2lnul .swiper-slide.swiper-slide-active .he_syp2lple .st0 {
    fill: #003775;
}

.he_sliabtmi svg {
    opacity: 0.7;
    transition: all 0.36s;
}

.he_sliabtmi .st3 {
    opacity: 0.7;
    transition: all 0.36s;
}

.he_nybanph {
    display: none;
}

.he_syp1 {
    overflow: hidden;
    padding-bottom: 178px;
}

.he_syp2bx {
    width: 100%;
    padding-top: 0;
}

.t_jiantou .st1 {
    stroke: #a5a5a5;
    transition: all 0.36s;
}

.t_jiantou {
    cursor: pointer;
}

.t_jiantou .st3 {
    fill: #a5a5a5;
    transition: all 0.36s;
}

.t_picrig .st1 {
    opacity: 1;
    stroke: #191a1a;
}

.t_picrig .st2 {
    stroke: #ddd;
}

.t_picrig .st3 {
    fill: #191a1a;
}

.t_c1imgs {
    width: 530px;
}

.t_c1luo {
    width: calc(100% -530px);
}

.t_g2nr span {
    padding-left: 15px;
}

.t_g2lis {
    padding-bottom: 100px;
}

.he_syp3 {
    overflow: hidden;
}

.t_b3tana {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_d1_blod.act {
    position: fixed;
    top: 86px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 10;
}

.t_b4listb {
    position: relative;
    z-index: 2;
}

.t_b3biao {
    cursor: pointer;
}

/*载入效果*/
.g_fadein1 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s;
}

.g_fadein2 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.8s;
}

.g_fadeup1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.g_fadeup2 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}

.g_fadeup3 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.g_fadeup4 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}

.g_fadeup5 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}

.g_fadeup6 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.9s;
}

.g_fadeup7 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1s;
}

.g_fadeup8 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1.1s;
}

.g_fadeup9 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1.2s;
}

.g_fadedown1 {
    -webkit-animation: fadeInDown 1s ease both;
    animation: fadeInDown 1s ease both;
    animation-delay: 0.4s;
}

.g_fadeleft1 {
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
    animation-delay: 0.4s;
}

.g_faderigth1 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.4s;
}

.g_faderigth2 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.5s;
}

.g_faderigth3 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.6s;
}

.g_faderigth4 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.7s;
}

.g_faderigth5 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.8s;
}

.g_faderigth6 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.9s;
}

.g_sybanwz h3 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.g_sybanwz .he_symore {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.t_d1_hbg span {
    height: 8px;
}

.t_d1_qq {
    top: 0px;
}

.t_d2_hbg span {
    height: 8px;
}

.t_d2_qq {
    top: 0px;
}

/* 
.t_d1_blod {
    margin: 0 -32px;
}
.t_d1_tab {
    padding: 0 32px;
} */


.t_d1_tab:nth-child(4) {
    width: 12%;
}

.t_d1_tab:nth-child(5) {
    width: 10.3%;
}

.t_d1_tab:nth-child(6) {
    width: 8.5%;
}

.t_d1_tab:nth-child(6) {
    width: 8.5%;
}

.t_d1_tab:nth-child(7) {
    width: 11%;
}

.t_d1_tab:nth-child(8) {
    width: 11%;
}

.t_d1_tab:last-child {
    width: 6.5%;
    /* text-align: right; */
}

.t_d1_tab:first-child {
    padding-left: 15px;
}

.t_f3icli a {
    cursor: inherit;
}

.t_g1nr p {
    font-size: 16px;
    line-height: 26px;
    max-height: 130px;
}

.t_g2xin {
    user-select: text;
}

.t_g2h h6 {
    user-select: text;
}

.caidansuo input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.caidansuo input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.caidansuo input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.caidansuo input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.he_syp1bxle {
    text-align: right;
}

.t_d4lian {
    display: none !important;
}

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

.he_d4 .t_d4zuo {
    width: 100%;
    padding-right: 0px;
    border-right: none;
}

.t_d4p {
    padding-top: 50px;
    padding-bottom: 0;
}

.he_d4 .t_d4p p {
    padding-right: 0 !important;
}

.t_d4con {
    position: relative;
    z-index: 10;
}

/* .t_b2li  {
    margin-top: 36px;
}
.t_b2li.on {
    margin-top: 100px;
} */
.t_b2hebu {
    margin-top: 40px;
}

.t_f1yuan h5 {
    font-size: 26px;
}

.t_f1 {
    background: rgba(250, 251, 253);
}

.g_sybanwz h3 {
    line-height: 1.5;
}

.g_sybantu::before {
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}

.he_syp2ljri {
    width: 300px;
    position: relative;
    right: -185px;
}

.he_syp2lnri {
    padding-left: 40px;
}

.he_syp2ljri .he_symore {
    margin-top: -50px;
}

.he_syp3p1vh {
    padding: 0 10px;
}

.he_syp3p1ul {
    margin: 0 -10px;
}

.he_syp3p1nj {
    margin-bottom: 20px;
}

.he_syp3p1bx2 {
    top: 138px;
}

.he_syp3p1bx7 {
    bottom: 0px;
}

.he_syp3p1bx6 {
    bottom: 80px;
}

.he_syp3pj p {
    font-size: 20px;
}

/* .he_synavli {
    margin: 0 60px;
} */

.he_syntoli a {
    font-size: 14px;
}

.caidansuo input {
    width: calc(100% - 94px);
}

.he_syp5gjp p {
    height: 52px;
}

.he_syp5gtmo {
    margin-top: 20px;
}

.t_b1two .t_b1le {
    padding: 145px 0 152px 100px;
}

@media screen and (min-width: 1200px) {
    .t_b4li a:hover .t_b4icon {
        left: 100px;
    }

    .t_d3li a:hover .t_b4icon {
        left: 100px;
    }
}

.t_gai {
    max-width: 50%;
}

.t_gai a {
    white-space: normal;
}

.t_xidown a span {
    float: left;
}

.t_shup a span {
    float: left;
}

.t_xidown .t_shtu {
    float: left;
}

.t_shup .t_shtu {
    float: left;
}

.t_gai a span {
    display: inline-block;
}

.t_gai a .t_shtu {
    margin: 0 2px;
    width: 8px;
    height: 14px;
}

.t_shtu img {
    top: 3px;
    transform: translateY(0);
}

.t_gai a span {
    padding: 0 18px;
}

.t_gai a {
    white-space: normal;
    display: block;
    zoom: 1;
    clear: both;
    position: relative;
}

.t_gai a .t_shtu {
    position: absolute;
    left: 7px;
    padding: 0;
}

.t_xidown.t_gai a .t_shtu {
    right: 7px;
    left: auto;
}

.t_f1nr {
    width: 75%;
}

.t_d1_tabname {
    width: 17%;
}

.t_d1_tabzz {
    width: 11%;
}

.t_d1_tabid {
    width: 12%;
}

.t_d3ws h6 {
    overflow: hidden;
    max-height: none !important;
}

.t_e1::before {
    transform: scale(1.5);
}

.he_foot {
    z-index: 20;
}

.t_f2li {
    padding: 24px 25px 30px 25px;
}

.t_f2li p {
    height: 120px;
    overflow: hidden;
}

.t_g2su h5 span {
    line-height: 1.5;
}

.t_g2pho h5 {
    line-height: 1.5;
}

.t_g2ic {
    margin-top: 10px;
}

.t_g2su {
    margin-top: 10px;
}

.t_g2pho h5 {
    height: 72px;
    overflow: hidden;
}

.t_g2jiali {
    position: relative;
    display: inline-block;
}

.t_g2ku {
    left: -60px;
}


.t_b3jie {
    height: 60px;
}

.t_c1s {
    display: flex;
    align-items: center;
}

.t_c1dua {
    padding: 120px 0 105px;
}


.t_g2huans .slick-dots li {
    width: 10px;
    height: 10px;
}

.t_g2huans .slick-dots {
    border-bottom: none;
}

.he_shang {
    width: 136px;
    position: absolute;
    top: -88px;
    left: 50%;
    transform: translateX(-50%);
}

.he_shang img {
    width: 100%;
    animation-name: p_ddd;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.he_dian {
    position: relative;
}

.t_f2li {
    padding: 24px 25px 13px 24px;
}

.t_g2pho {
    padding: 22px 75px 27px;
}

.he_syntoli {
    text-align: left;
    margin: 13px 0;
}

.he_syntoli a {
    white-space: inherit;
    line-height: 28px;
    display: block;
}

/* .he_synavli{
    margin-right:120px !important;
    margin-left: 0% !important;
} */

/* .he_syheavx{
    display: block !important;
} */
 /* .he_synavli:first-child{
        margin-right: 98px !important;
} */
/*
.he_synavli:nth-child(4){
    margin-right: 80px;
} */

/* .he_syntoul:nth-child(5){
    padding-left: 12px;
} */

.he_syntoul {
    /* padding-left:5px; */
    padding-right: 5px;
}
.t_b3x {
    max-height: 382px;
}


.he_synav {
    width: 81%;
}

.he_synavli {
    width: 16.666666%;
}
.he_synavul {
    width: 88%;
}

.he_synavli .he_ayxnv1{
    display: inline-block;
}

.t_f3icli a h6 {
    height: 48px;
    max-height: inherit;
}
.t_b2xiang{
    text-align: left;
}
.t_b2nrs {
    width: 90%;
}
.wj_hin_r_en {
    display: block;
    margin-right: 20px;
}
.header2{
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 5%);
}
.wj_hin_r_en a{
    font-size: 16px;
}
.he_lang {
    margin: 0 40px;
}

.he_syp4bhri{
    position: static !important;
    transform: inherit !important;
}


.he_syp4btlile {
    display: flex;
    align-items: center;
}


.he_syp4bhri p{
    max-height:inherit !important;
    height: inherit !important;
}
.ys_hengun img{
    width: 100%;
    min-width: 1120px;
}
.t_page .t_c3p p{
    width: 100%;
}
/* 5.11 */
.t_g1rg{
    width:715px;
}
.g_map1, .g_map1 a, .g_map1 img, .g_map2, .g_map2 a, .g_map2 img{
    width:100%;
}
.t_g2map{
    height: auto;
}
.t_jia3 .t_c3p{
    padding-bottom: 129px;
}
.t_jia3 .t_c3ligun .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.t_jia3 .t_c3ligun .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0px;
}
.t_jia3 .t_c3ligun.mCustomScrollbar{
    padding-bottom: 30px;
}
.t_d2duan {
    width: 66%;
    padding-left: 0;
}
.t_d2xing{
    width: 34%;
    padding-right: 20px;
}
.t_d2xing::before{
    left: 0;
    top: 0;
}
.t_d2xing::after {
    top: 0;
}
.t_c2linr img{
    width: 100%;
    max-width: 100%;
}