body {
    min-width: 1200px;
    padding-top: 80px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.justify {
    text-align: justify;
}

/* index */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 80px;
    width: 100%;
    padding: 0 4%;
    background-color: #fff;
}

.header span {
    font-size: 18px;
}

.header .line {
    margin-top: 5px;
    width: 100%;
    background: #1D577D;
    height: 1px;
    opacity: 0;
}

.header .line1 {
    margin-top: 5px;
    width: 100%;
    background: #1D577D;
    height: 1px;
    opacity: 0;
}

.active span {
    color: #1D577D;
}

.active .line {
    opacity: 1;
}

.active1 .line1 {
    opacity: 1;
}

.active1 p {
    color: #1D577D;
}

.logo {
    height: 80px;

}

.nav {
    width: 50%;
    margin-top: 12px;
    margin-right: 10%;
}

.subnav {
    position: absolute;
    top: 40px;
    left: -63px;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
}

.item1 {
    margin-top: 10px;
}

.item1 p {
    font-size: 18px;
}

.about {
    padding-top: 50px;
    background: url('../images/about_bg.png') no-repeat;
    background-size: cover;
}

.about .line {
    width: 60px;
    height: 2px;
    background: #042842;
    position: absolute;
    left: 1px;
}

.about .about_l {
    width: 760px;
    height: 465px;
    font-size: 18px;
    color: #070707;
    line-height: 34px;
}

.about .about_r img {
    width: 375px;
    height: 525px;
    position: absolute;
    right: 0;
    top: 0;
}

.about .about_l {
    width: 760px;
    height: 465px;
    font-size: 18px;
    color: #070707;
    line-height: 34px;
}

.about .about_l .zhin .item {
    width: 200px;
    text-align: center;
    align-self: start;
}

.about .about_l .zhin .item div {
    font-size: 36px;
    color: #042842;
}

.about .about_l .zhin .item p {
    margin-top: 10px;
    line-height: normal;
    font-size: 15px;
    color: #595757;
}

.about .about_l button.btn {
    width: 190px;
    height: 52px;
    background: #042842;
    line-height: 52px;
    color: #fff;
    border: 0;
    margin-top: 10px;
    font-size: 20px;
}

.about h1,
.box2 h1,
.box1 h1,
.box3 h1,
.box4 h1,
.box5 h1 {
    width: 1200px;
    height: 90px;
    font-size: 50px;
    font-family: Arial;
    font-weight: 900;
    color: #042842;
    line-height: 90px;
    text-transform: uppercase;
}

.about h2,
.box2 h2,
.box1 h2,
.box3 h2,
.box4 h2,
.box5 h2 {
    height: 60px;
    line-height: 48px;
    font-size: 38px;
    font-family: FZZHJW;
    font-weight: normal;
    color: #042842;
}

.box2,
.box3,
.box4,
.box5 {
    padding-top: 70px;
}

.box4 {
    height: 861px;
    background-color: rgba(160, 210, 234, 0.20);
}

.box4 .box4_Q {
    position: absolute;
    top: 200px;
    left: -35px;
    width: 198px;
    height: 198px;
    background: linear-gradient(140deg, #5FB7DF 0%, #A0D2EA 100%);
    border-radius: 50%;
    z-index: 1;
}

.box4 .box4_Q .box4_q {
    width: 80px;
    height: 80px;
    margin: 59px auto;
    background-color: #fff;
    border-radius: 50%;
}

.box4 .box4_cont {
    position: relative;
    height: 437px;
    margin-top: 130px;
    padding: 39px 0 58px 34px;
    background-color: #1D577D;
    border-radius: 15px;
    z-index: 2;
}

.box4 .box4_cont .cont_l {
    width: 383px;
    height: 340px;
    background: rgba(255, 255, 255, 0.25);
    font-size: 22px;
}

.box4 .box4_cont .cont_l .item {
    position: relative;
    cursor: pointer;
}

.box4 .box4_cont .cont_l .item_b {
    height: 85px;
    padding: 0 32px;
    line-height: 85px;
    color: #fff;
    border-top: 1px dashed #fff;
}

.box4 .box4_cont .cont_l .item_bb {
    padding-top: 15px;
    line-height: 1.4;
    border-top: none;
}

.box4 .box4_cont .cont_l .item_t {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 412px;
    height: 86px;
    background: linear-gradient(90deg, #5FB7DF 0%, #A0D2EA 100%);
    z-index: 3;
}

.box4 .box4_cont .cont_l .item_t p {
    height: 85px;
    padding: 0 62px 0 32px;
    line-height: 85px;
    color: #042842;
}

.box4 .box4_cont .cont_l .item_t .pp {
    padding-top: 15px;
    line-height: 1.4;
}

.box4 .box4_cont .cont_l .item_t span {
    position: absolute;
    top: 23px;
    right: -39px;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #A0D2EA;
}

.box4 .box4_cont .cont_r {
    position: absolute;
    top: -53px;
    right: 39px;
    width: 683px;
    height: 432px;
    padding: 28px 50px 35px;
    background: #FFFFFF;
    border-radius: 20px;
}

.box4 .box4_cont .cont_r .cont_r_line {
    width: 30px;
    height: 4px;
    background: #1D577D;
}

.box4 .box4_cont .cont_r .item {
    display: none;
    font-size: 18px;
}

.box4 .box4_cont .cont_r .item .item_t {
    margin-top: 5px;
    line-height: 1.5;
    font-weight: bold;
}

.box4 .box4_cont .cont_r .item .item_b {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.box4 .box4_cont .cont_r .item .item_b p {
    width: 390px;
    line-height: 1.8;
}

.box4 .box4_cont .cont_r .item .item_b img {
    width: 167px;
}

.box5 .s_logo {
    width: 1200px;
    margin-top: 12px;
}

.box5 .s_logo li {
    width: 135px;
    height: 135px;
    margin-right: 15px;
}

.box5 .s_logo li img {
    width: 100%;
}

.section__brand {
    position: relative;
    margin-top: 30px;
}

.gradual {
    position: absolute;
    top: 0;
    width: 130px;
    height: 100%;
}

.left-gradual {
    left: 0;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.right-gradual {
    right: 0;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}


.jyz_box1,
.jyz_box2,
.jyz_box3,
.jf_box1,
.jf_box2,
.jf_box3,
.jf_box4,
.jf_box5,
.zy_box1,
.zd_box1,
.zd_box2 {
    padding: 70px 0;
    letter-spacing: 2px;
}

.jyz_box1 {
    background-color: #F5F6F9;
}


.jyz_box1 h1,
.jyz_box2 h1,
.jyz_box3 h1,
.jyz_box4 h1,
.jf_box1 h1,
.jf_box2 h1,
.jf_box3 h1,
.jf_box4 h1,
.jf_box5 h1,
.zy_box1 h1,
.zd_box1 h1,
.zd_box2 h1 {
    height: 80px;
    font-size: 32px;
    color: #042842;
    text-align: center;
}

.jyz_box1 .jyz_box1_cont1 {
    background: url(../images/jyz_box1_bg.png) no-repeat;
    background-size: cover;
    padding: 60px 55px;
    height: 400px;
}

.jyz_box1 .jyz_box1_cont1 .cont1_t {
    width: 234px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.jyz_box1 .jyz_box1_cont1 p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.jyz_box1 .jyz_box1_cont1 p img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: bottom;
}

.jyz_box1 .jyz_box1_cont2 {
    display: flex;
    margin-top: 16px;
}

.jyz_box1 .jyz_box1_cont2 .cont2_l {
    width: 870px;
    background: url('../images/jyz_box1_cont2_bg.png') no-repeat;
    background-size: cover;
    padding: 38px 45px 0 18px;
}

.jyz_box1 .jyz_box1_cont2 .cont2_l .cont2_item {
    display: none;
}

.jyz_box1 .jyz_box1_cont2 .cont2_l .cont2_item div {
    font-size: 18px;
    color: #070707;
    font-weight: 600;
}

.jyz_box1 .jyz_box1_cont2 .cont2_l .cont2_item div span {
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 10px;
    background: #005880;
    vertical-align: text-top;
}

.jyz_box1 .jyz_box1_cont2 .cont2_l .cont2_item p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.jyz_box1 .jyz_box1_cont2 .cont2_r {
    width: 330px;
}

.jyz_box1 .jyz_box1_cont2 .cont2_r div {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 55px;
    background-color: #fff;
    height: 95px;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-top: 1px dashed #005880;
    cursor: pointer;
}

.jyz_box1 .jyz_box1_cont2 .cont2_r div:nth-child(1) {
    border-top: none;
    color: #fff;
    border-radius: 0 20px 0 0;
    background: linear-gradient(270deg, #5FB7DF 0%, #A0D2EA 100%);
}

.jyz_box1 .jyz_box1_cont2 .cont2_r div img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.jyz_box1 .jyz_box1_cont2 .cont2_r div span {
    display: none;
    position: absolute;
    top: 27px;
    left: -40px;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-right: 20px solid #A0D2EA;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.jyz_box1 .jyz_box1_cont2 .cont2_r div:nth-child(1) span {
    display: block;
}

.jyz_box1 .jyz_box1_cont3 {
    display: flex;
    align-items: center;
    height: 46px;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.jyz_box1 .jyz_box1_cont3 div {
    margin-right: 32px;
    font-size: 12px;
    color: #005880;
    line-height: 46px;
}

.jyz_box1 .jyz_box1_cont3 div img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.jyz_box2 .jyz_box2_cont1 {
    background: url(../images/jyz_box2_1.png) no-repeat;
    background-size: cover;
    padding: 60px 55px;
    height: 400px;
    color: #fff;
}

.jyz_box2 .jyz_box2_cont1 .cont1_t {
    width: 392px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}

.jyz_box2 .jyz_box2_cont1 p {
    width: 722px;
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 1.8;
    text-align: justify;
}

.jyz_box2 .jyz_box2_cont2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.jyz_box2 .jyz_box2_cont2 div {
    position: relative;
    width: 221px;
    height: 279px;
}

.jyz_box2 .jyz_box2_cont2 div img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.jyz_box2 .jyz_box2_cont2 div span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: linear-gradient(180deg, rgba(0, 88, 128, 0.7) 0%, #005880 100%);
    border-radius: 0px 0px 20px 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 88px;
}

.jyz_box2 .jyz_box2_cont3 img {
    display: block;
    width: 920px;
    margin: 20px auto 0;
}

.jyz_box3 {
    background: url('../images/jyz_box3.png') no-repeat;
    background-size: cover;
}

.jyz_box3 .jyz_box3_cont {
    display: flex;
    justify-content: space-between;
}

.jyz_box3 .item {
    position: relative;
    width: 724px;
    height: 578px;
    background-image: url('../images/jyz_box3_bg.png');
    background-color: #ECF6FB;
    background-size: cover;
    padding: 30px 0 0 52px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.jyz_box3 .item .tImg img {
    width: 114px;
}

.jyz_box3 .item .tText {
    width: 724px;
    margin-top: 40px;
    font-size: 24px;
}

.jyz_box3 .item .ttText {
    width: 724px;
    margin-top: 15px;
    font-size: 18px;
}

.jyz_box3 .item .bImg img {
    margin-top: 40px;
    width: 643px;
    margin-left: 29px;
}

.jyz_box3 .item .item_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 88, 128, 0.13);
    border-radius: 20px;
}

.jyz_box4 .jyz_box4_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jyz_box4 .jyz_box4_cont img {
    width: 450px;
    height: 290px;
    margin-bottom: 20px;
}

.jf_box1 {
    background-color: #F5F6F9;
}

.jf_box1 .jf_box1_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.jf_box1 .jf_box1_cont .cont_l img {
    width: 571px;
    margin-left: 34px;
}

.jf_box1 .jf_box1_cont .cont_r .cont_rt {
    width: 473px;
    font-size: 32px;
}

.jf_box1 .jf_box1_cont .cont_r .cont_rt span {
    font-size: 14px;
    color: rgba(7, 7, 7, 0.5);
}

.jf_box1 .jf_box1_cont .cont_r .cont_rc {
    width: 473px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.6;
}

.jf_box1 .jf_box1_cont .cont_r .cont_rb img {
    width: 226px;
    margin-top: 22px;
}

.jf_box2 {
    background: url('../images/jf_box2_bg1.png') no-repeat;
    background-size: cover;
}

.jf_box2 .jf_box2_contt {
    background: url('../images/jf_box2_bg2.png') no-repeat;
    background-size: cover;
    height: 408px;
    padding: 55px;
}

.jf_box2 .jf_box2_contt .cont {
    width: 613px;
    height: 298px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    color: rgba(255, 255, 255, 0.85);
}

.jf_box2 .jf_box2_contt .cont_t {
    display: flex;
    justify-content: space-between;
    padding: 8px 23px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 12px 6px rgba(255, 255, 255, 0.16);
}

.jf_box2 .jf_box2_contt .cont_t div {
    width: 132px;
    height: 32px;
    background: rgba(0, 88, 128, 0.95);
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
}

.jf_box2 .jf_box2_contt .cont_b {
    padding: 17px 23px;
    line-height: 1.6;
}

.jf_box2 .jf_box2_contb {
    display: flex;
    height: 94px;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.jf_box2 .jf_box2_contb .contb_l {
    width: 232px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    background: #005880;
    text-align: center;
    line-height: 94px;
}

.jf_box2 .jf_box2_contb .contb_r {
    display: flex;
    align-items: center;
    background: rgba(153, 209, 237, 0.35);
}

.jf_box2 .jf_box2_contb .contb_r .item {
    width: 162px;
    font-size: 13px;
    color: #005880;
    text-align: center;
    letter-spacing: 0;
}

.jf_box2 .jf_box2_contb .contb_r img {
    display: block;
    width: 48px;
    margin: 0 auto 8px;
}

.jf_box4 {
    background: url('../images/jf_box4_bg.png') no-repeat;
    background-size: cover;
}

.jf_box4 .jf_box4_cont {
    height: 504px;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 36px 35px;
}

.jf_box5 .jf_box5_contt {
    background: url('../images/jf_box5-1.png') no-repeat;
    background-size: cover;
    height: 180px;
    padding: 32px;
    padding-right: 457px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.jf_box5 .jf_box5_contb1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    margin-top: 20px;
    padding: 0 66px;
    background: url('../images/jf_box5-2.png') no-repeat;
    background-size: cover;
    font-size: 22px;
    color: #FFFFFF;
}

.jf_box5 .jf_box5_contb2 {
    display: flex;
    justify-content: space-between;
}

.jf_box5 .jf_box5_contb2 .item {
    width: 226px;
    height: 209px;
    padding: 10px 16px;
    background: rgba(153, 211, 231, 0.1);
    border-radius: 0 0 20px 20px;
    border: 1px solid #005880;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.zy_box1,
.zd_box1 {
    background-color: #F5F6F9;
}

.zd_box1 .zd_box1_contt {
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.zd_box1 .zd_box1_contt .cont_l {
    width: 335px;
    margin-left: 27px;
    margin-right: 38px;
}

.zd_box1 .zd_box1_contt .cont_l .cont_lx {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(7, 7, 7, 0.5);
}

.zd_box1 .zd_box1_contt .cont_l .cont_lt {
    font-size: 32px;
}

.zd_box1 .zd_box1_contt .cont_l .cont_lc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.zd_box1 .zd_box1_contt .cont_r {
    width: 752px;
    height: 384px;
    background: #FBFBFB;
    border-radius: 5px;
}

.zd_box1 .zd_box1_contt .cont_r img {
    display: block;
    width: 667px;
    margin: 82px auto;
}

.zd_box1 .zd_box1_contb {
    margin-top: 25px;
}

.zd_box1 .zd_box1_contb .cont_t {
    font-size: 24px;
    color: #000;
}

.zd_box1 .zd_box1_contb .cont_b {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.zd_box1 .zd_box1_contb .cont_b .item {
    position: relative;
    padding-top: 32px;
    width: 288px;
    height: 220px;
    padding-right: 26px;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    letter-spacing: 1px;
}

.zd_box1 .zd_box1_contb .cont_b .item .num {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 61px;
    height: 28px;
    padding-top: 6px;
    background: #005880;
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.zd_box1 .zd_box1_contb .cont_b .item .item_t {
    margin-left: 24px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #005880;
    font-weight: bold;
}

.zd_box1 .zd_box1_contb .cont_b .item p {
    margin-left: 33px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.5;
}

.zd_box1 .zd_box1_contb .cont_b .item p .item_q {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #005880;
}

.zd_box1 .zd_box1_contb .cont_b .item p .item_q span {
    display: block;
    width: 6px;
    height: 6px;
    background: #005880;
    border-radius: 50%;
    margin: 1px auto;
}

.zd_box2 {
    background: url('../images/zd_box2_bg1.png') no-repeat;
    background-size: cover;
}

.zd_box2 .zd_box2_contt {
    display: flex;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.zd_box2 .zd_box2_contt .cont_l {
    width: 690px;
    height: 497px;
    background: #FBFBFB;
    border-radius: 5px;
}

.zd_box2 .zd_box2_contt .cont_l img {
    display: block;
    width: 563px;
    margin: 46px auto;
}

.zd_box2 .zd_box2_contt .cont_r {
    width: 375px;
    padding-left: 32px;
}

.zd_box2 .zd_box2_contt .cont_r .cont_r_t {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
}

.zd_box2 .zd_box2_contt .cont_r .item_t {
    margin-bottom: 20px;
    font-size: 18px;
}

.zd_box2 .zd_box2_contt .cont_r p {
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.5;
}

.zd_box2 .zd_box2_contt .cont_r p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-top: 6px;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 50%;
    vertical-align: top;
}

.zd_box2 .zd_box2_contt .cont_r p i {
    display: inline-block;
    width: 324px;
}

.zd_box2 .zd_box2_contb {
    position: relative;
    height: 235px;
    margin-top: 25px;
    padding: 33px 25px;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
}

.zd_box2 .zd_box2_contb img {
    position: absolute;
    top: -10px;
    right: -17px;
    width: 1213px;
    z-index: 1;
}

.zd_box2 .zd_box2_contb .contb_t {
    margin-bottom: 20px;
    font-size: 18px;
}

.zd_box2 .zd_box2_contb p {
    margin-bottom: 6px;
    letter-spacing: 1px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.8)
}

.zd_box2 .zd_box2_contb p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.8);
}

.zy_box1 .zy_box1_cont {
    height: 500px;
    padding-top: 48px;
    border-radius: 20px;
    background: url('../images/zy_img1.png') no-repeat;
    background-size: cover;
    padding-left: 51px;
}

.zy_box1 .zy_box1_cont .cont_tx {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.zy_box1 .zy_box1_cont .cont_tt {
    font-size: 32px;
    color: #fff;
}

.zy_box1 .zy_box1_cont .cont_tc {
    width: 613px;
    height: 210px;
    margin-top: 24px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.zy_box1 .zy_box1_cont .cont_tc .tc_t {
    display: flex;
    height: 48px;
    font-size: 14px;
    color: #005880;
}

.zy_box1 .zy_box1_cont .cont_tc .tc_t .tc_tl {
    width: 72px;
    padding: 5px 20px;
    background-color: #fff;
}

.zy_box1 .zy_box1_cont .cont_tc .tc_t .tc_tr {
    flex: 1;
    padding: 5px 24px 5px 15px;
    background-color: rgba(255, 255, 255, 0.8);
}

.zy_box1 .zy_box1_cont .cont_tc .tc_b {
    padding: 20px 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}
.zy_box1 img {
    width: 100%;
    margin-top: 20px;
}
























.mb40 {
    margin-bottom: 40px;
}

.clear {
    clear: both;
}

.bus_con {
    width: 1200px;
    height: 478px;
}

.pic_con {
    width: 1200px;
    height: 520px;
}

.bus_con_l {
    width: 996px;
    height: 428px;
    float: left;
    margin-top: 50px;
    overflow: hidden;
}

.bus_con_l .con_b {
    width: 383px;
    height: 428px;
    float: left;
    margin-right: 7px;
    overflow: hidden;
}

.con_b dt,
.con_b dt img {
    width: 383px;
    height: 294px;
}

.con_b dd {
    width: 383px;
    height: 134px;
    background-color: #1D577D;
    overflow: hidden;
}

.bus_con_l .con_s {
    width: 296px;
    height: 400px;
    float: left;
    margin-right: 7px;
    overflow: hidden;
    margin-top: 28px;
}

.con_s dt,
.con_s dt img {
    width: 296px;
    height: 276px;
}

.con_s dd {
    width: 296px;
    height: 124px;
    background-color: rgb(44, 44, 44);
}

.con_s dd p.con_s_t,
.con_b dd p.con_s_t {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 50px;
}

.con_s dd p.con_s_c,
.con_b dd p.con_s_c {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
    padding: 0 21px;
}

.con_b dd p.con_s_c {
    padding: 0 60px;
}

.con_b dd p.con_s_i {
    text-align: center;
    margin-top: 4px;
    height: 50px;
}

.bus_con_r {
    float: right;
    width: 190px;
    height: 181px;
    line-height: 181px;
    text-align: center;
    background: #5FA2C1;
    font-size: 35px;
    font-family: FZZHJW;
    font-weight: normal;
    color: #fff;
    margin-top: 138px;
}

.line {
    width: 23px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fr .con_s,
.fr .con_b {
    margin-left: 7px;
    margin-right: 0;
}

.pic {
    margin-top: 150px;
}

.pic_t {
    height: 55px;
    font-size: 48px;
    font-family: FZZHJW;
    font-weight: normal;
    color: #070707;
    line-height: 55px;
    text-align: center;
}

.pic_img {
    margin-top: 60px;
    width: 100%;
    background: url('../images/index_05.png') no-repeat;
    background-size: contain;
    height: 542px;
}

.logo_swiper {
    width: 1200px;
    height: 520px;
}

.banner_swiper {
    width: 100%;
}

.banner1 {
    width: 100%;
    height: 561px;
    background: #F0F6FC url(../images/index-banner-2.png) no-repeat top center;

}

.banner4 {
    background-image: url(../images/index-banner-4.png);
}

.banner5 {
    background-image: url(../images/index-banner-5.png);
}

.banner {
    background-image: url(../images/banner.jpg);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1 !important;
    background-color: #fff !important;
}

.swiper-pagination-bullet-active {
    background: #388BB1 !important;
}

.banner_back_img {
    margin-bottom: 15px;
}

.pic_logo {
    width: 1200px;
    height: 470px;
    display: flex;
    flex-direction: column;
}

.col1,
.col2,
.col3 {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
}

.pic_logo .item {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_swiper .swiper-pagination {
    bottom: 0px;
}

.logo_swiper .swiper-pagination .swiper-pagination-bullet {
    background: #999 !important;
}

.logo_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #388BB1 !important;
}

.pic_logo .nbr {
    border-right: none;
}

.pic_logo .nbb {
    border-bottom: none;
}

.pic_logo .item img {
    width: 110px;
    height: 60px;
    object-fit: contain;
}

.footer_con {
    background: #18597B url(/images/footer-bg.png) 100% 100%;
    background-position: top center;
    height: 570px;
    overflow: hidden;
}

#footer {
    margin-top: 50px;
}

.footer {
    height: 100px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 100px;
}

.footer span {
    display: block;
    float: left;
}

.footer span.sl {
    width: 315px;
}

.footer span.s2 {
    width: 560px;
}

.footer span.s3 {
    width: 325px;
    text-align: right;
}

.call {
    height: 520px;
}

.call .call_l {
    width: 160px;
    height: 520px;
    float: left;
    margin-top: 60px;
}

.call .call_l h1 {
    width: 50px;
    font-size: 50px;
    font-family: Arial;
    font-weight: 900;
    color: #fff;
    line-height: 67px;
    writing-mode: vertical-lr;
    float: left;
}

.call .call_l h2 {
    width: 50px;
    height: 520px;
    writing-mode: vertical-lr;
    float: left;
    font-size: 28px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #fff;
    line-height: 51px;
    padding-left: 10px;
}

.call .call_c {
    width: 535px;
    height: 226px;
    float: left;
    border-right: 1px solid #fff;
    margin-top: 200px;
}

.call .call_c li {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.call .call_c li img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
    padding: 3px;
}

.call .call_r {
    float: right;
    width: 505px;
    height: 226px;
    padding-left: 80px;
    margin-top: 200px;
}

.call .call_r dl {
    width: 178px;
    height: 185px;
    margin-left: 69px;
    float: left;
}

.call .call_r dt {
    width: 184px;
    height: 191px;
}

.call .call_r dt img {
    padding: 3px;
}

.call .call_r dd {
    width: 170px;
    margin-top: 10px;
    height: 20px;
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box_swiper .swiper-slide {
    width: 296px !important;
}

.box_swiper .swiper-slide-active {
    width: 383px !important;
    margin-right: 7px !important;
}

.app_swiper .swiper-slide {
    width: 296px !important;
}

.app_swiper .swiper-slide-active {
    width: 383px !important;
    margin-left: 7px !important;
}