body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
figure,
figcaption,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a,
input,
button,
select,
textarea {
    outline: none;
}

.pse {
    position: relative;
}

.pse:before,
.pse:after {
    content: "";
    position: absolute;
}

abbr,
acronym {
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
    /* cursor: pointer !important; */
}

i {
    font-style: normal;
}

a:focus,
a:hover {
    text-decoration: none;
}

img {
    display: block;
}

body {
    font-family: Arial, "PingFang SC";
}

.wcent {
    max-width: 1778px;
    width: 90%;
    margin: 0 auto;
}

.inner {
    max-width: 1778px;
    width: 90%;
    margin: 0 auto;
}

@font-face {
    font-family: "hb";
    src: url("../font/hmos_b.woff2") format("woff2"),
    url("../font/hmos_b.woff") format("woff"),
    url("../font/hmos_b.ttf") format("truetype"),
    url("../font/hmos_b.eot") format("embedded-opentype"),
    url("../font/hmos_b.svg") format("svg");
}

@font-face {
    font-family: "hl";
    src: url("../font/hmos_l.woff2") format("woff2"),
    url("../font/hmos_l.woff") format("woff"),
    url("../font/hmos_l.ttf") format("truetype"),
    url("../font/hmos_l.eot") format("embedded-opentype"),
    url("../font/hmos_l.svg") format("svg");
}

@font-face {
    font-family: "hr";
    src: url("../font/hmos_r.woff2") format("woff2"),
    url("../font/hmos_r.woff") format("woff"),
    url("../font/hmos_r.ttf") format("truetype"),
    url("../font/hmos_r.eot") format("embedded-opentype"),
    url("../font/hmos_r.svg") format("svg");
}

@font-face {
    font-family: "br";
    src: url("../font/bebas_r.woff2") format("woff2"),
    url("../font/bebas_r.woff") format("woff"),
    url("../font/bebas_r.ttf") format("truetype"),
    url("../font/bebas_r.eot") format("embedded-opentype"),
    url("../font/bebas_r.svg") format("svg");
}

@font-face {
    font-family: "imp";
    src: url("../font/Impact.woff2") format("woff2"),
    url("../font/Impact.woff") format("woff"),
    url("../font/Impact.ttf") format("truetype"),
    url("../font/Impact.eot") format("embedded-opentype"),
    url("../font/Impact.svg") format("svg");
}

/* header */
.top_bc {background: #f6f6f6;}

.top_c {display: flex;justify-content: space-between;height: 40px;align-items: center;}

.top_l {font-size: 15px;color: #666;}

.top_l>i {margin-right: 6px;}

.top_r>a {color: #666;line-height: 100%;font-size: 14px;}

.top_r>a+a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.nav_con>ul>li:hover>a {color: #3d6db8;}

.logo_dh:after {position: absolute;content: "";width: 300px;height: 100%;background: #3d6db8;right: -300px;top: 0;}

.header {overflow: hidden;}

.logo_box {
    display: flex;
    justify-content: space-between;
}

.logo_box img {
    width: 100%;
}

.logo_l {
    display: flex;
    align-items: center;
    padding: 34px 0 40px;}

.logo_l>p {
    width: 74px;
    margin-right: 12px;
    position: relative;
    top: 3px;
}

.logo_ewm>p {
    width: 98px;
    margin: 0 3px 0 5px;
    border: 1px solid #ddd;
    padding: 2px;
}

.logo_mnwz {
    display: none;
}

.logo_wz h1 {
    font-size: 28px;
    color: #333;
}

.logo_wz h1:nth-child(2) {
    /*letter-spacing: 0.5px;*/
    margin-top: 2px;
    color: #e50012;
}

.logo_ewm em {
    font-size: 12px;
    writing-mode: vertical-lr;
    color: #666;
    transform: scale(.9);}

.logo_ewm {
    display: flex;
    align-items: center;
    padding: 0;}

.logo_dh>p b {
    font-size: 22px;
    color: #0a2f8f;
    font-family: imp;
    font-weight: normal;
}

.logo_dh>p {
    font-size: 16px;
    margin-left: 11px;
    color: #fff;}

.logo_dh>p em {

    font-size: 36px;
    display: block;
    font-weight: bold;}

.logo_dh>p i {
    font-size: 22px;
    margin-right: 10px;
}

.logo_wz h1+h1 {
    font-size: 26px;
}

/* nav */
.menu_con {
    transform-origin: top;
    transform: rotateX(90deg);
    position: absolute;
    left: 0;
    top: 76px;
    background: #f8f8f8;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 2.2% 5% 2.5%;
    transition: all 0.3s;
    z-index: 999;
    justify-content: flex-start;}

.nav_con>ul {
    display: flex;
    justify-content: space-between;
}

.nav_box {
    position: relative;
    /* background: #3d6db8; */
    border-top: 1px solid #eaeaea;}

.nav_con>ul>li>a {
    font-size: 18px;
    color: #333;
    display: flex;
    height: 76px;
    align-items: center;
    position: relative;
}

.menu_con h3 {
    color: #333;
    font-weight: normal;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 21px;
    z-index: 3;
    left: 0;
    width: 100%;
    padding: 0 20px;
}

.menu_con li {
    width: 19%;margin: 0 .5%;
}

.menu_con li a {
    display: block;
    position: relative;}

.menu_con li a img {
    width: 100%;
}
.menu_con li:nth-child(n+6) {margin-top: 16px;}
.nav_con>ul li:hover .menu_con {
    transform: rotateX(0deg);
}

.nav_con>ul>li>a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #3d6db8;
    bottom: 0;
    left: 50%;
    transition: all .3s;
    width: 0;
    transform: translateX(-50%);
}

.nav_con>ul>li:hover>a:after {
    width: 100%;
}
.logo_dh img {width: 56px;}

.logo_wz>ul {display: flex;justify-content: space-between;margin-top: 10px;}

.logo_wz>ul li {background: #3d6db8;color: #fff;width: 13.8%;border-radius: 34px;padding: 2px 10px 4px;text-align: center;font-size: 18px;}

.logo_wz h1 em {font-weight: bold;color: #ff8f46;}

.logo_dh {display: flex;align-items: center;position: relative;background: #3d6db8;padding-left: 72px;border-radius: 500px 0 0 500px;}
.nav_con>ul>li:nth-child(8) .menu_con h3,.nav_con>ul>li:nth-child(9) .menu_con h3 {
    position: relative;
    bottom: auto;
    padding: 0;
}
/* banner */
.sw_btn>span {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 24px;
    color: #fff;
    transform: translateY(-50%);
}

.bann_c {
    position: relative;
    overflow: hidden;
}

.sw_prev {
    left: 2%;
    display: block;
    transform: translateY(-50%) rotate(180deg) !important;
}


.sw_next {
    right: 2%;
}


.bann_c .swiper-pagination {
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.bann_c .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.bann_c .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px;
}

.bann_c .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.bann_c .swiper-pagination-bullet-active {
    background: #fff;
}

.bann_c img {
    width: 100%;
}
/* products */
.prod_tit {text-align: center;}

.big_c {padding: 90px 0;}

.prod_tit h1 {font-size: 40px;color: #333;line-height: 180%;}
.prod_tit h1 span {color: #ff8f46;}
.prod_tit h2 {font-size: 20px;color: #555;font-weight: normal;line-height: 180%;}

.prod_bc {padding-top: 76px;overflow: hidden;}

.prod_ic {display: flex;margin-top: 46px;}

.prod_l {width: 50%;background: url(../images/prodl-bg.jpg) no-repeat center;position: relative;padding: 76px;}

.prod_r {width: 50%;display: flex;flex-wrap: wrap;}
.prod_r>a {width: 50%;position: relative;display: block;}

.prod_r>a>p {position: absolute;top: 77px;left: 50%;transform: translateX(-50%);z-index: 3;}

.prod_r>a>h1 {position: absolute;bottom: 32px;text-align: center;width: 100%;font-size: 20px;z-index: 3;}

.prod_wz {display: flex;align-items: center;justify-content: space-between;}

.prod_wz img {width: 40px;}

.prod_wz h1 {font-size: 28px;color: #fff;}

.prod_wz h1 em {display: block;font-size: 18px;line-height: 180%;margin-top: 4px;}

.prod_r>a:after {content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s all ease;}

.prod_r>a:hover:after {opacity: 0.07;}

.prod_l>a {display: block;width: 550px;margin: 80px auto 0;}

.prod_l>a img {width: 100%;}

.prod_l>h2 {text-align: center;font-size: 30px;color: #fff;margin-top: 36px;letter-spacing: 2px;font-weight: normal;}

.prod_l>h2 span {color: #ff8f46;}

/*  */
.saa_bc {background: #f2f8ff;padding: 60px 0 80px;}

.saa_t {background: #fff;padding: 60px 66px 70px;display: flex;justify-content: space-between;position: relative;overflow: hidden;}

.saa_b {background: #fff;margin-top: 40px;padding: 60px;display: flex;justify-content: space-between;}

.saa_l {width: 53%;position: relative;z-index: 2;}

.saa_t>p img {width: 100%;}

.saa_t>p {position: absolute;right: 5%;top: 8%;width: 44%;}

.saa_l h1 {font-size: 28px;}
.saa_l h1 span {
    color: #ff8f46;
}

.saa_l h2 {color: #3d6db8;font-size: 26px;margin-top: 14px;}

.saa_l h3 {font-weight: normal;color: #666;width: 78%;line-height: 180%;margin: 24px 0;font-size: 18px;}

.saa_l>ul {display: flex;}

.saa_l li {border: 1px solid #666;color: #666;border-radius: 100px;padding: 2px 15px;font-size: 17px;}

.saa_l li+li {margin-left: 8px;}

.saa_l>a {display: inline-block;background: #ff8f46;color: #fff;border-radius: 200px;padding: 10px 70px;font-size: 22px;margin-top: 46px;font-weight: bold;}

.saa_b img {width: 100%;}

.saa_b>p {width: 40%;}

.saa_br {width: 53%;position: relative;top: -6px;}

.saa_br>p {font-size: 18px;color: #666;line-height: 200%;margin-top: 15px;padding-top: 20px;position: relative;text-align: justify;}

.saa_br>p:after {position: absolute;content: "";width: 40px;height: 2px;background: #ff8f46;left: 0;top: 0;}
.saa_br h1 {font-size: 26px;line-height: 166%;letter-spacing: 1px;}
.saa_br h1 span {color: #3d6db8;}
.saa_br h1 i {display: none;}
.saa_br>a {background: #ff8f46;color: #fff;font-size: 22px;font-weight: bold;border-radius: 200px;padding: 10px 70px;margin-top: 25px;display: inline-block;}

/*  */
.ydb_bc {background: url(../images/ydb-bg.jpg) no-repeat center;padding:74px 0 80px;}

.ydb_c {display: flex;justify-content: space-between;position: relative;}

.ydb_l {width: 46%;color: #fff;margin-left: 2%;min-width: 787px;}

.ydb_c>p {width: 40%;position: absolute;right: 5%;bottom: -18%;}

.ydb_c>p img {width: 100%;}

.ydb_l>h1 {font-size: 42px;line-height: 154%;}

.ydb_l>ul {display: flex;margin: 28px 0 16px;}

.ydb_l>ul li {background: #ff8f46;color: #fff;font-size: 24px;padding: 6px 40px;border-radius: 200px;}

.ydb_l>ul li+li {margin-left: 15px;}

.ydb_l>h2 {font-size: 22px;line-height: 160%;font-weight: normal;letter-spacing: -0.5px;}

.ydb_l>h3 {font-size: 30px;
    margin-top: 28px;
    color: #ff8f46;
    letter-spacing: 1.4px;
    display: inline-block;
    padding: 8px 25px 6px;
    border: 1px solid #ff8f46;
    position: relative;}
.ydb_l>h3:after {position: absolute;content: "";width: 100%;height: 100%;border: 1px solid #ff8f46;top: 3px;left: 3px;}
.ydb_l>h1 span {display: block;letter-spacing: 2px;}
.ydb_pho {font-size: 18px;margin-top: 40px;display: flex;align-items: center;}

.ydb_pho b {font-size: 37px;}

.ydb_pho i {font-size: 26px;margin-right: 10px;}

/*  */
.zsm_bc {padding: 80px 0 90px;background: #f2f8ff;}

.zsm_tit {text-align: center;}

.zsm_tit h1 {font-size: 38px;line-height: 160%;}

.zsm_tit h1 span {color: #ff8f46;}

.zsm_tit p {font-size: 20px;color: #555;line-height: 180%;margin-top: 5px;}

.zsm_ic {margin-top: 50px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}

.zsm_item {width: 100%;background: #fff;padding: 30px 36px;position: relative;}

.zsm_item img {width: 100%;}

.zsm_il>em {font-size: 24px;font-weight: bold;margin-bottom: 16px;display: block;}

.zsm_wz>p {position: relative;color: #666;font-size: 17px;line-height: 180%;padding-left: 16px;}

.zsm_l .zsm_wz>p+p {margin-top: 8px;}
.zsm_item .zsm_wz>p+p {margin-top: 5px;}
.zsm_wz>p:after {position: absolute;content: "";width: 6px;height: 6px;background: #ff8f46;transform: rotate(45deg);left: 0;top: 12px;}
.zsm_l {width: 40%;background: #fff;padding: 40px;}

.zsm_r {width: 58.6%;}

.zsm_item+.zsm_item {margin-top: 16px;}

.zsm_l>p {width: 100%;margin-top: 30px;}

.zsm_l>p img {width: 100%;}

/*  */
.gsx_bc {background: url(../images/gsx-bg.jpg) no-repeat center;color: #fff;padding: 80px 0;position: relative;overflow: hidden;background-size: cover;}

.gsx_c {display: flex;justify-content: space-between;}

.gsx_l {width: 39%;min-width: 668px;}

.gsx_r {width: 58.5%;display: flex;align-items: center;}

.gsx_r ul {width: 61%;display: flex;flex-wrap: wrap;background: rgba(255,255,255,0.2);padding: 24px 22px 24px 26px;}

.gsx_r>p img {width: 100%;}

.gsx_r>p {width: 28%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 2;}

.gsx_l>h1 {font-size: 39px;letter-spacing: 6.5px;}

.gsx_l>h1 span {display: block;margin-top: 7px;letter-spacing: 2.4px;}

.gsx_l>em {background: #ff8f46;display: block;padding: 4px 20px 7px;font-size: 26px;margin: 25px 0 23px;text-align: center;border-radius: 200px;}

.gsx_l>p {font-size: 18px;line-height: 180%;}

.gsx_l>ul {display: flex;justify-content: space-between;margin-top: 26px;}

.gsx_l li {width: 24.4%;font-size: 18px;text-align: center;line-height: 40px;position: relative;z-index: 2;}

.gsx_l li:after {position: absolute;content: "";width: 100%;height: 100%;background: #ff8f46;transform: skewX(-18deg);left: 0;top: 0;z-index: -1;}

.gsx_l li:nth-child(1):after {width: 60%;right: 0;left: auto;}

.gsx_l li:nth-child(4):after {width: 60%;}

.gsx_l li:nth-child(1):before, .gsx_l li:nth-child(4):before {position: absolute;content: "";width: 45%;background: #ff8f46;height: 100%;z-index: -1;left: 0;top: 0;}

.gsx_l li:nth-child(4):before {left: auto;right: 0;}

.gsx_r ul li {background: #24549f;margin: 3px;text-align: center;padding: 4px 10px;border: 1px solid #fff;}
/*  */
.yyj_bc {padding: 80px 0 90px;}

.yyj_tt {text-align: center;}

.yyj_tt h1 {font-size: 38px;line-height: 160%;}

.yyj_tt ul {display: flex;justify-content: center;margin-top: 12px;}

.yyj_tt li {background: #3d6db8;color: #fff;font-size: 22px;padding: 7px 34px 8px;border-radius: 200px;}

.yyj_tt li+li {margin-left: 10px;}

.yyj_item {display: flex;justify-content: space-between;position: relative;}

.yyj_item>p img {width: 100%;}

.yyj_item>p {width: 47%;}

.yyj_l {width: 47%;padding: 50px 0;}

.yyj_item:nth-child(even) {flex-direction: row-reverse;}

.yyj_ic {margin-top: 56px;}

.yyj_icon {display: flex;align-items: center;}

.yyj_icon>i {font-size: 54px;}

.yyj_lt>em {font-weight: bold;font-size: 36px;display: block;}

.yyj_lt>i {display: block;color: #555;font-size: 14px;text-transform: uppercase;}

.yyj_lt {margin-left: 22px;padding-left: 28px;position: relative;}

.yyj_lt:after {position: absolute;content: "";width: 1px;height: 88%;background: #cfcfcf;left: 0;top: 50%;transform: translateY(-50%);}

.yyj_l>h1 {font-size: 24px;margin-top: 28px;line-height: 160%;border-bottom: 1px solid #d1d1d1;padding-bottom: 18px;font-weight: normal;}

.yyj_wz {margin-top: 32px;}

.yyj_wz>p {line-height: 200%;position: relative;color: #555;padding-left: 22px;text-align: justify;}

.yyj_wz>p+p {margin-top: 12px;}

.yyj_wz>p:after {position: absolute;content: "";width: 6px;height: 6px;border-radius: 100%;border: 3px solid #3d6db8;left: 0;top: 10px;}

.yyj_item:nth-child(1) .yyj_l {padding-top: 10px;}

.yyj_yd {display: block;width: 32px;height: 32px;border-radius: 100%;position: relative;z-index: 2;border: 1px solid #ddd;background: #fff;top: -17px}

.yyj_yd:after {position: absolute;content: "";width: 8px;height: 8px;border-radius: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);border: 5px solid #3d6db8;}

.yyj_item:after {position: absolute;content: "";width: 2px;height: 100%;background: #ddd;left: 50%;transform: translateX(-50%);}
.yyj_lt>em span {color: #3d6db8;}
.yyj_tt h1 span {color: #ff8f46;}
.yyj_wz>p b {font-size: 26px;color: #3d6db8;}
.yyj_item:last-child .yyj_l {padding-bottom: 15px;}
.yyj_item:nth-child(1) .yyj_yd {top: 0;}
/*  */
.djj_tc {background: url(../images/djj-bg.jpg) no-repeat center;text-align: center;color: #fff;padding: 74px 0 100px;background-size: cover;}

.djj_tt h1 {font-size: 38px;line-height: 160%;}
.djj_tt h1 span {color: #ff8f46;}

.djj_tt p {font-size: 20px;margin-top: 8px;}

.djj_ic {display: flex;margin-top: -52px;}

.djj_ic>p {width: 50%;}

.djj_ic>p img {width: 100%;}

.djj_r {width: 50%;padding: 46px 28px 44px 46px;background: #fff;}

.djj_cc {margin-top: 34px;position: relative;}

.djj_r>b {font-size: 30px;color: #ff8f46;}

.djj_r>h1 {font-size: 26px;line-height: 160%;margin: 8px 0 16px;}

.djj_wz>p {color: #555;line-height: 190%;position: relative;font-size: 17px;}

.djj_wz>p+p {margin-top: 6px;}

.djj_r>ul {margin-top: 32px;display: flex;flex-wrap: wrap;justify-content: space-between;}

.djj_r>ul li {background: #3d6db7;color: #fff;font-size: 22px;padding: 6px 30px;width: 49%;border-radius: 200px;text-align: center;}

.djj_r>ul li:nth-child(n+3) {margin-top: 12px;}

.djj_pho {margin-top: 36px;font-size: 18px;display: flex;align-items: center;}

.djj_pho i {font-size: 28px;margin-right: 8px;color: #ff8f46;}

.djj_pho b {font-size: 36px;color: #ff8f46;}

.djj_item img {width: 100%;}
.djj_item {margin: 0 2%;display: block;position: relative;}

.djj_prev {position: absolute;left: 0;top: 50%;transform: translateY(-50%) rotate(180deg);z-index: 2;display: block;width: 34px;height: 34px;text-align: center;line-height: 34px;color: #fff;background: #3d6db8;}

.djj_next {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 2;display: block;width: 34px;height: 34px;text-align: center;line-height: 34px;color: #fff;background: #3d6db8;}

.djj_item>em {position: absolute;left: 50%;top: 50%;color: #ff8f46;font-size: 18px;transition: .3s;opacity: 0;transform: translate(-50%,-50%);z-index: 2;white-space: nowrap;}

.djj_item:hover>em {opacity: 1;}

.djj_item>em:after {position: absolute;content: "";width: 0;background: #ff8f46;height: 1px;left: 0;bottom: -10px;transition: .8s;}

.djj_c {padding-bottom: 90px;}

.djj_item:hover>em:after {width: 100%;}

.djj_item:after {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.6);top: 0;left: 0;opacity: 0;transition: .3s;}

.djj_item:hover:after {opacity: 1;}
/*  */
.zwj_tt>h1 {
    font-size: 38px;
    font-weight: bold;
}

.zwj_tt>em {
    font-size: 28px;
    background: #ff8f46;
    color: #fff;
    padding: 5px 12px 6px;
    display: inline-block;
    margin: 15px 0 20px;
    position: relative;
}
.zwj_tt {text-align: center;}
.zwj_tt>p {
    font-size: 18px;
    color: #666;
}
.zwj_tt>em:after,.zwj_tt>em:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.zwj_tt>em:after {
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    border-left: 20px solid #ff8f46;
    top: 0;
    right: -20px;
}

.zwj_tt>em:before {
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    border-right: 20px solid #ff8f46;
    top: 0;
    left: -20px;
}
/*  */
.zwj_ic {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}

.zwj_item {width: 24.3%;position: relative;padding: 60px 60px 60px 94px;}

.zwj_item:nth-child(n+2) {border: 1px solid #f2f2f2;background: #fff;}

.zwj_item:nth-child(n+5) {margin-top: 16px;}

.zwj_item>i {width: 52px;height: 52px;display: block;font-size: 22px;border-radius: 100%;
    background: -moz-linear-gradient(45deg,#254cb3 0%,#3974cd 100%);
    background: -webkit-linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    background: linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254cb3',endColorstr='#3974cd',GradientType=1 );
    box-shadow: 0 0 0 10px rgba(47, 96, 192, 0.15);
    position: relative;text-align: center;line-height: 52px;color: #fff;}

.zwj_item>i:after {content: '';
    position: absolute;
    z-index: 1;
    background: rgba(47, 96, 192, 0.05);
    width: 92px;
    height: 92px;
    left: -20px;
    border-radius: 92px;
    top: -20px;}

.zwj_item>em {display: block;font-size: 24px;color: #2d5bbd;margin-top: 34px;font-weight: bold;}

.zwj_item li {color: #555;font-size: 18px;padding-left: 14px;position: relative;}

.zwj_item ul {margin-top: 16px;}

.zwj_item li+li {margin-top: 10px;}

.zwj_item li:after {position: absolute;content: "";width: 6px;height: 6px;background: #ff8f46;border-radius: 100%;left: 0;top: 9px;}

.zwj_bc {background: #f2f8ff;padding: 74px 0 90px;}
.zwj_item>p img {width: 100%;}

.zwj_item>p {position: absolute;left: 0;top: 0;width: 123%;z-index: 2;}

/*  */
.kdj_tt {text-align: center;}

.kdj_bc {padding: 80px 0;}

.kdj_tt h1 {font-size: 38px;line-height: 160%;}

.kdj_tt h1 span {color: #ff8f46;}

.kdj_tt p {font-size: 18px;color: #555;line-height: 180%;margin-top: 5px;}

.kdj_ic {margin-top: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;}

.kdj_ic img {width: 100%;}

.kdj_ic a {width: 24%;text-align: center;}

.kdj_ic a:nth-child(n+5) {margin-top: 24px;}

.kdj_ic a em {display: block;font-size: 18px;background: #f6f6f6;padding:18px 20px;transition: .3s;}

.kdj_ic a:hover em {background: #3d6db8;color: #fff;}

.kdj_btn {background: #3d6db8;color: #fff;width: 220px;height: 54px;display: flex;margin: 40px auto 0;align-items: center;justify-content: center;font-size: 20px;position: relative;transition: .5s;}
.kdj_btn:hover{width: 280px;}

/*  */
.hzl_bc {background: url(../images/hzl-bg.jpg) no-repeat center;padding: 76px 0 92px;background-size: cover;}

.hzl_tit {color: #fff;text-align: center;}

.hzl_tit h1 {font-size: 34px;line-height: 150%;}
.hzl_tit h1 span{color: #ff8f46;}
.hzl_tit p {font-size: 18px;margin-top: 12px;}

.hzl_ic {width: 88%;margin: 66px auto 0;display: flex;justify-content: space-between;}

.hzl_item {text-align: center;color: #fff;position: relative;}
.hzl_item:after{position: absolute;content: "";background: url(../images/hzl-fx.png) no-repeat center;width: 24px;height: 24px;right: -74px;top: 16px;background-size: contain;}

.hzl_item>p img {width: 34px;}

.hzl_item>p {box-shadow: 0 0 0 7px rgba(255,143,70,0.25);background: #ff8f46;border-radius: 100%;width: 66px;height: 66px;display: flex;align-items: center;justify-content: center;margin: 0 auto;position: relative;z-index: 2;}

.hzl_wz {margin-top: 28px;}

.hzl_wz>em {display: block;font-size: 22px;font-weight: bold;}

.hzl_wz>p {margin-top: 6px;}
.hzl_item>p:after {
    content: '';
    position: absolute;
    background: rgba(255,143,70,0.16);
    width: 145%;
    height: 145%;
    left: 50%;
    border-radius: 92px;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}
.hzl_item:last-child:after {display: none;}
.hzl_c {
    position: relative;
}

.hzl_gg {
    position: absolute;
    right: 2%;
    top: 65px;
    width: 17%;
    display: none;
}

.hzl_gg img {
    width: 100%;
}

/*  */
.zjq_bc {padding: 80px 0 90px;}

.zjq_tt {text-align: center;}

.zjq_tt h1 {font-size: 38px;}

.zjq_tt p {font-size: 26px;
    display: flex;
    color: #fff;
    margin-top: 16px;
    justify-content: center;}
.zjq_tt p span {background: #3d6db8;width: 48px;height: 48px;border-radius: 100%;line-height: 48px;}

.zjq_tt p span+span {margin-left: 6px;}

.zjq_ic {display: flex;margin-top: 60px;justify-content: space-between;}

.zjq_l {width: 48%;}

.zjq_r {width: 48%;}

.zjq_l h2 {font-size: 34px;color: #3d6db8;}

.zjq_l>p {font-size: 26px;color: #ff8f46;margin-top: 10px;}

.zjq_l h3 {font-weight: normal;line-height: 200%;color: #555;margin-top: 28px;font-size: 18px;text-align: justify;}

.zjq_r img {width: 100%;}

.zjq_l>a {display: inline-block;font-size: 20px;background: #3d6db8;color: #fff;padding: 12px 54px;margin-top: 44px;}

.zjq_wz {background: #3d6db8;color: #fff;padding: 26px 34px;margin-top: 36px;display: flex;align-items: center;justify-content: space-between;}

.zjq_wz p {font-weight: bold;font-size: 26px;}

.zjq_wz em {font-size: 18px;margin-top: 8px;display: block;}
.zjq_wz a {background: #ff8f46;color: #fff;font-size: 20px;padding: 6px 36px;border-radius: 200px;}
/*  */
.lsj_bc {background: #3d6db8;padding: 80px 0;color: #fff;overflow:hidden;}

.lsj_tt {display: flex;align-items: center;position: relative;}

.lsj_tt em {background: #fff;color: #3d6db8;font-weight: bold;font-size: 30px;border-radius: 100px 80px 0 100px;padding: 6px 18px;}

.lsj_l {width: 48.6%;min-width: 833px;position: relative;z-index: 2;}

.lsj_tt p {font-size: 24px;padding-left: 14px;;letter-spacing: 2px;}
.lsj_tt p span{color: #ff8f46;}

.lsj_tt:after {position: absolute;content: "";width: 75%;height: 1px;background: #fff;bottom: 0;right: 0;}

.lsj_l>h1 {font-size: 42px;line-height: 150%;margin: 26px 0;letter-spacing: 4.2px;}

.lsj_l>h1 span {display: block;letter-spacing: 10px;}

.lsj_l>ul {display: flex;justify-content: space-between;padding-bottom: 24px;border-bottom: 1px solid #f5af82;}

.lsj_l li {font-size: 20px;position: relative;padding-left: 16px;}

.lsj_l li:after {position: absolute;content: "";width: 7px;height: 7px;background: #ff8f46;left: 0;top: 11px;transform: rotate(45deg);}

.lsj_jg {display: flex;justify-content: space-between;margin: 30px 0 40px;align-items: center;}

.lsj_jg>em {background: #ff8f46;padding: 10px 30px;font-size: 22px;position: relative;}

.lsj_jg>em i {font-size: 34px;font-weight: bold;position: relative;top: 2px;}

.lsj_jg>p {font-size: 26px;letter-spacing: 4px;}

.lsj_jg>em:after {position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 59px solid transparent;
    border-left: 26px solid #ff8f46;
    right: -26px;
    top: 0;}

.lsj_pho {font-size: 18px;}

.lsj_pho i {font-size: 26px;margin-right: 8px;}

.lsj_pho b {font-size: 36px;color: #ff8f46;}
.lsj_c {
    position: relative;
}

.lsj_c>p img {
    width: 100%;
}

.lsj_c>p {
    position: absolute;
    right: -160px;
    top: 0;
    width: 64.6%;
}
/*  */
.fwd_tt {text-align: center;}

.fwd_c {padding: 80px 0 104px;}

.fwd_tt>h1 {font-size: 40px;line-height: 160%;}

.fwd_tt>p {font-size: 20px;color: #666;line-height: 160%;margin-top: 6px;}

.fwd_pk {display: flex;justify-content: space-between;align-items: center;margin: 50px 0 60px;position: relative;}

.fwd_pk>p {font-size: 32px;font-weight: bold;color: #3d6db8;}

.fwd_pk>p span {font-size: 20px;display: block;font-weight: normal;color: #333;margin-top: 8px;}

.fwd_pk>i {font-size: 48px;font-style: italic;font-weight: bold;color: #ff8f46;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.fwd_pk>p:last-child {color: #888;text-align: right;}

.fwd_item {display: flex;justify-content: space-between;position: relative;}

.fwd_l {width: 50%;display: flex;align-items: center;background: #3d6db8;color: #fff;padding: 30px 90px 30px 48px;position: relative;z-index: 2;}

.fwd_r {width: 50%;background: #e6e6e7;display: flex;align-items: center;padding: 30px 46px 30px 100px;position: relative;}

.fwd_z {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #fff;z-index: 2;display: flex;align-items: center;width: 110px;justify-content: space-between;height: 40px;}

.fwd_l>i {width: 40px;height: 40px;background: #ff8f46;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin-right: 12px;flex-shrink:0;}

.fwd_l:after,.fwd_r:after {position: absolute;content: "";width: 82%;height: 1px;background: rgba(255,255,255,0.1);bottom: 0;left: 54px;}

.fwd_l>p,.fwd_r>p {font-size: 18px;line-height: 180%;}

.fwd_r>p {color: #888;}

.fwd_ic {border-radius: 14px;/* overflow: hidden; */position: relative;}

.fwd_z>i {width: 40px;height: 40px;background: #ff8f46;color: #fff;font-size: 24px;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin-left: -21px;}

.fwd_z>span {font-size: 24px;line-height: 106%;}

.fwd_z>i:last-child {margin-left: 0;margin-right: -21px;background: #aaa;}

.fwd_r:after {background: #ddd;left: 100px;}
.fwd_ic:after {position: absolute;width: 100%;height: 110%;background: #3d6db8;content:'';top: 50%;left: 0;width: 50%;border-radius: 14px;transform: translateY(-50%);box-shadow: 10px 0 12px rgba(0,0,0,.15);}

.fwd_item:last-child .fwd_l:after {opacity: 0;}

.fwd_ic:before {position: absolute;
    width: 100%;
    height: 104%;
    background: #e6e6e7;
    content: '';
    top: 50%;
    right: 0;
    width: 50%;
    border-radius: 0 14px 14px 0;
    transform: translateY(-50%);
}
.fwd_pk>p:last-child span {color: #888;}

/*  */
.bdf_tt {text-align: center;}

.bdf_tt h1 {font-size: 38px;line-height: 160%;}

.bdf_tt h2 {font-weight: normal;font-size: 18px;color: #555;line-height: 160%;margin-top: 5px;}

.bdf_ic {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}

.bdf_item {width: 48.5%;display: flex;background: #f2f8ff;position: relative;overflow: hidden;justify-content: flex-end;}

.bdf_item>p img {width: 100%;}

.bdf_item>p {width: 41%;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

.bdf_wz {width: 60%;background: #fff;margin: 16px;padding: 30px 34px;position: relative;z-index: 2;}

.bdf_item:nth-child(n+3) {margin-top: 28px;}

.bdf_wz em {font-size: 24px;font-weight: bold;}

.bdf_wz p {color: #666;line-height: 190%;font-size: 18px;margin-top: 12px;}
/*.bdf_item:nth-child(1)>p,.bdf_item:nth-child(2)>p {height: 282px;}*/
.bdf_tt h1 span {color: #ff8f46;font-size: 50px;position: relative;top: 5px;}
.bdf_bc {
    padding-bottom: 90px;
}
/*  */
.bdf_bc {padding-bottom: 90px;}

.bsy_bc {background: url(../images/bsy-bg.jpg) no-repeat center;padding: 80px 0;color: #fff;}

.bsy_l h1 {font-size: 40px;letter-spacing: 5px;}

.bsy_l h2 {font-size: 35px;margin: 8px 0 25px;color: #ff8f46;letter-spacing: 0.4px;}

.bsy_l em {font-size: 32px;display: block;letter-spacing: 2.3px;color: #3d6db8;}

.bsy_ww>b {font-size: 44px;display: block;letter-spacing: 11px;margin-top: 3px;color: #ff8f46;}

.bsy_l {width: 45%;min-width: 770px;margin-left: 3%;}

.bsy_l ul {display: flex;margin: 32px 0 18px;}

.bsy_l li+li {margin-left: 7px;}

.bsy_l li {background: #ff8f46;font-size: 21px;padding: 6px 22px;border-radius: 140px;}

.bsy_l p {font-size: 24px;letter-spacing: 2px;}

.bsy_pho {font-size: 18px;margin-top: 36px;}

.bsy_pho i {font-size: 26px;margin-right: 8px;position: relative;top: 2px;}

.bsy_pho b {font-size: 40px;color: #ff8f46;}
.bsy_ww {background: #fff;padding: 16px 40px 16px 50px;width: 98%;border-radius: 0 20px 0 20px;}
.bsy_c {
    position: relative;
}

.bsy_c>p img {
    width: 100%;
}

.bsy_c>p {
    position: absolute;
    top: -42px;
    right: 4%;
    width: 42.5%;
}
/*  */
.mxz_bc {padding: 76px 0 90px;}

.mxz_tt {text-align: center;}

.mxz_tt h1 {font-size: 40px;line-height: 160%;}

.mxz_tt p {font-size: 22px;color: #555;line-height: 160%;margin-top: 6px;}

.mxz_item {background: #fff;text-align: center;padding: 40px 20px;box-shadow: 0 0 13px rgba(0,0,0,0.06);width: 13.2%;}

.mxz_ic {display: flex;justify-content: space-between;margin-top: 46px;}

.mxz_item>p img {margin: 0 auto;height: 88px;}

.mxz_wz {margin-top: 22px;}

.mxz_wz>b {display: block;font-size: 22px;}

.mxz_wz>p {font-size: 16px;color: #666;margin-top: 8px;line-height: 166%;}
/*  */
.qyj_bc {background: #f2f8ff;padding: 80px 0;position: relative;}

.qyj_c ul {display: flex;flex-direction: column;}

.qyj_c li em {font-size: 46px;font-weight: bold;display: inline-block;position: relative;}

.qyj_c li i {position: absolute;font-weight: normal;font-size: 22px;background: #ff8f46;width: 24px;height: 24px;border-radius: 100%;color: #fff;text-align: center;line-height: 25px;top: 3px;right: -30px;}

.qyj_c li em b {font-size: 36px;position: relative;top: -4px;margin-left: 3px;}

.qyj_c li+li {margin-top: 20px;}

.qyj_c li p {font-size: 16px;line-height: 180%;color: #555;}

.qyj_c ul li {text-align: center;}

.qyj_c>p {line-height: 216%;color: #333;font-size: 17px;width: 56%;background: #fff;padding: 40px 52px;text-align: justify;margin-left: 2.5%;}

.qyj_c {display: flex;align-items: center;}

.qyj_c ul {width: 20%;}
.qyj_c>div {
    position: absolute;
    right: 5%;
    bottom: -33px;
    width: 17.5%;
}

.qyj_c>div img {
    width: 100%;
}
/**/
.fc_tt {
    text-align: center;
}

.fc_bc {
    padding: 0 0 90px;
}

.fc_ic {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.fc_tt h1 {
    font-size: 40px;
}

.fc_tt h1 span {
    color: #3d6db8;
}

.fc_tt>p {
    font-size: 20px;
    margin-top: 16px;
    color: #555;
}
.fc_item {
    /* margin: 0 2%; */
    width: 32%;
    background: #f2f8ff;
}

.fc_item img {
    width: 100%;
}

.fc_wz {
    background: #f2f8ff;
    padding: 34px 40px 46px;
    position: relative;
}

.fc_wz>h1 {
    font-size: 30px;
    background: #3d6db8;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    position: absolute;
    top: -60px;
    left: 0;
}

.fc_wz>h3 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 34px;
    margin-top: 12px;
    text-align: justify;
}

.fc_wz>h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 160%;
}
.fc_wz>h2 span{
    color: #ff8f46;
}
/* news */
.new_bc {
    padding: 90px 0 100px;
    background: #f2f8ff;
}

.new_ic {
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
}

.new_l {
    width: 34%;
    z-index: 2;
    background: #fff;
}

.new_r {
    width: 64.3%;
}

.new_l>p img {
    width: 100%;
}

.new_l>i {
    background: #3d6db8;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    align-items: center;
    padding: 0 30px;
    position: relative;
    display: flex;
    width: 240px;
    margin-top: -30px;
}
.new_l>i:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 26px solid #3d6db8;
    right: -26px;
    top: 0;
}
.new_l>em {
    color: #333;
    line-height: 32px;
    display: block;
    padding: 26px 38px 32px;
    text-align: justify;
}

.new_to>ul {
    display: flex;
}

.new_to>ul>li+li {
    margin-left: 5%;
}

.new_to>ul a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    padding-bottom: 8px;
}
.new_bo {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.new_bo>div {
    width: 49%;
}

.new_item {
    background: #fff;
    padding: 6% 7% 6%;
}

.new_item>a>i {
    font-size: 18px;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.new_item>a>p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 12px;
    height: 92px;
    overflow: hidden;
}
.new_date {
    border-top: 1px solid #ddd;
    margin-top: 4.4%;
    padding-top: 3%;
}

.new_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_date i {
    font-weight: bold;
    color: #333;
    font-size: 30px;
    display: block;
}

.new_date>p {
    text-align: center;
    font-family: 'hr';
}

.new_date em {
    color: #666;
}

.new_date>span {
    font-size: 30px;
    color: #999;
}

.new_item+.new_item {
    margin-top: 2.8%;
}

.new_rit {
    background: #fff;
}
.new_rit>a{
    display: flex;
    justify-content: space-between;
    padding: 6.6% 5% 4.5%;
}

.new_rid>b {
    color: #333;
    font-size: 30px;
}

.new_rid {
    text-align: center;
    width: 18%;
    font-family: 'hr';
}

.new_rir {
    width: 80%;
}

.new_rit+.new_rit {
    margin-top: 2.6%;
}

.new_rid>em {
    color: #666;
}

.new_rir>i {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.new_rir>p {
    font-size: 16px;
    color: #666;
    margin-top: 9px;
    line-height: 31px;
    height: 64px;
    overflow: hidden;
}

.new_rir>span {
    display: block;
    text-align: right;
    padding-right: 6%;
    margin-top: 2%;
    font-size: 24px;
    color: #999;
}
.new_t {
    text-align: center;
}

.new_t>h1 {
    font-size: 40px;
}

.new_t>h1 span {
    color: #022581;
}

.new_t>p {
    color: #333;
    font-size: 20px;
    margin-top: 12px;
}

.new_to>ul a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #3d6db8;
    bottom: 0;
    transition: all .5s;
}

.new_to>ul li.on a:after {
    width: 30%;
}
/* tg_bc */
.tg_bc {
    padding-top: 80px;
}
.tg_tit h1 {
    font-size: 38px;
}

.tg_tit h1 span {
    color:#ff8f46;
}

.tg_tit p {
    font-size: 20px;
    margin-top: 14px;
}
.tg_tit {
    text-align: center;
    padding: 0 0 56px;
}
.tg_small span{color:#cc0001;}
.tg_bc2 {
    padding-top: 0 ;
}
.tg_bc3 {
    padding-bottom: 3.4%;
}
.tg_bc4 {
    padding: 3% 0 0;
}
.tg_tit>b {
    font-size: 34px;
    font-family: "hb";
}

.tg_tit>b span {
    color: #cc0001;
}
.tg_bc6 .tg_tit>b span:nth-child(1) {
    font-size: 34px;
}

.tg_bc6 .tg_tit>b span:nth-child(2) {
    font-size: 28px;
    color: #FF9800;
}
.tg_tit>i {
    font-size: 18px;
    color: #666;
    width: 92%;
    margin: 10px auto 0;
}
.tg_tit2>b {
    font-size: 28px;
    line-height: 46px;
}
.tg_ic {
    /* margin-top: 2.2%; */
    position: relative;
}

.tg_ic ul {
    display: flex;
}

.tg_ic li {
    background: #333;
    position: relative;
}
.tg_ic li a{
    display: block;
    color: #fff;
    position: relative;
}

.tg_text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .5s;
    width: 100%;
    padding: 0 20px;
}
.tg_ic li a:hover .tg_text{
    margin-top: -10px;
}
.tg_ic li img {
    width: 100%;
}

.tg_text i {
    font-size: 50px;
}
.tg_text2 i {
    font-size: 34px;
}
.tg_text em {
    font-size: 22px;
    margin-top: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.tg_text2 em{font-size: 20px;padding: 0 3%;}
.tg_ic li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #071231;
    opacity: .5;
}
.tg_ic li:nth-child(5) .tg_text i{
    font-size: 50px;
}
.tg_ic li:nth-child(5) .tg_text em {
    margin-top: 8%;
}
.tg_ic li:nth-child(6) .tg_text i{
    font-size: 40px;
}
.tg_ic .swiper-pagination {
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.tg_ic .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.tg_ic .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 8px;
}

.tg_ic .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.tg_ic .swiper-pagination-bullet-active {
    background: #fff;
}
/**/
.bq_ic {
    display: flex;
    position: relative;
    z-index: 2;
}

.bq_l {
    width: 33%;
    background: #3d6db8;
    padding: 4.4% 0 2% 3%;
}

.bq_r {
    width: 67%;
    padding: 3.5% 1% 2% 0;
}

.bq_r * {
    color: #fff;
}

.bq_ic:before {
    position: absolute;
    content: "";
    width: 200px;
    right: -199px;
    top: 0;
    height: 100%;
    background: #3d6db8;
    z-index: -1;
}


.bq_l>p span{
    color: #FFEB3B;
}
.bq_icc {
    background: #162c4e;
}

.bq_l>p img {margin: 0 auto;}

.bqx_it>p {
    display: flex;
    /* align-items: center; */
    font-size: 17px;
}

.bqx_it>p i {
    font-size: 22px;
    margin-right: 8px;
    color: #fff;
}

.bqx_it>b {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'hb';
    display: block;
}

.bqx_it+.bqx_it {
    margin-top: 16px;
}

.bqx_it:nth-child(1)>b,.bqx_it:nth-child(2)>b,.bqx_it:nth-child(3)>b {
    font-size: 25px;
    margin-top: 0;
}

.bq_code {
    display: flex;
    margin: 5% 0 6%;
}

.bq_code img {
    width: 100%;
}

.bq_cit {
    width: 27%;
    text-align: center;
    min-width: 127px;
}

.bq_cit i {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.bq_cit p {
    background: #fff;
    padding: 4%;
    margin: 3px 0;
}
.bqr_item>a {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
    display: block;
}

.bqr_item>ul {
    display: flex;
    flex-wrap: wrap;
}
.bqr_item>a:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 67%;
    background: #fff;
    left: 0;
    top: 59%;
    transform: translateY(-50%);
}

.bqr_item+.bqr_item {
    margin-top: 22px;
}

.bqr_item:nth-child(1) li {font-size: 15px;}

.bqr_item:nth-child(1) li {
    width: 20%;
}
.bqr_item:nth-child(1) li{
    margin-bottom: 1%;
}
.bqr_item:nth-child(2) li {
    width: 20%;
    font-size: 15px;
    margin-bottom: 1%;
}
.bqr_item:nth-child(4) li {
    width: 20%;
}

.bq_bo {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2%;
    margin-top: 2%;
    font-size: 15px;
}

.bq_bo ul {
    display: flex;
    margin-top: 10px;
}

.bqr_item:nth-child(4) li {
    margin-bottom: 12px;
    font-size: 15px;
}

.bqr_item li a{
    position: relative;
    display: block;
    padding-left: 16px;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bq_bo>em,.bq_bo ul li a{
    color: rgba(255,255,255,0.9);
}

.bqr_item li a:after{
    position: absolute;
    content: "\e63a";
    font-family: "iconfont";
    top: 48%;
    left: 0;
    font-size: 12px;
    transform: scale(.8) translateY(-50%);
    color: rgba(255,255,255,0.7);
}
.bq_xx {
    color: #fff;
}
.bq_rt img {
    width: 60px;
}

.bq_bc {
    overflow: hidden;
}

.bq_rt {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.bq_rt h1 {
    font-size: 32px;
    margin-left: 18px;
}

.bqr_item:nth-child(3)>ul li {
    width: 20%;
    margin-bottom: 1%;
}

.bq_dws>p {
    color: #fff;
    line-height: 30px;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 2px;
}

.bq_dws>p span {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #ff8f46;
}
.bq_xx {
    display: flex;
    flex-wrap: wrap;
}

.bq_cit+.bq_cit {
    margin-left: 22px;
}

.bqx_it:nth-child(3)>p i {
    font-size: 20px;
}
.bqx_it{
    width: 100%;
}
.bq_rt h1 span{color: #5a88e5;}
.bq_dws>p strong {
    color: #FFC107;
}
.bq_lmt {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.bq_lmt a {
    font-weight: bold;
    font-size: 20px;
}

.bq_lmt h1 {
    font-size: 17px;
    margin-left: 10px;
    color: #ff8f46;
}

.bq_dws>p i {
    display: block;
    margin-top: 3px;
}

.bqx_it:nth-child(2), .bqx_it:nth-child(1), .bqx_it:nth-child(3) {
    display: flex;
    align-items: center;
}

.bqx_it:nth-child(4)>b {
    margin-top: 10px;
}

.bqx_it:nth-child(4) {
    margin-top: 24px;
}
.bqx_it:nth-child(4) i {
    font-size: 20px;
    margin-right: 5px;
}
.bqr_item li {
    margin-right: 10px;
    width: 19% !important;
}
/**/
.link_l ul {
    display: flex;
}

.link_l {
    display: flex;
    margin-top: 15px;
    opacity: .9;
}

.link_l li {
    font-size: 15px;
}

.link_l li+li {
    margin-left: 15px;
}

/*内页banner*/
.nban {
    overflow: hidden;
}
.nban img{
    width: auto;
    max-width: none;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
/*  */
.nsf_c {display: flex;justify-content: space-between;align-items: center;}

.nsf_c>p img {width: 100%;}

.nsf_c>p {width: 13%;margin-left: 3%;}

.nsf_l {width: 79%;}

.nsf_l>b {display: block;font-size: 34px;}

.nsf_l>b span {color: #ff8f46;}

.nsf_l>ul {margin-top: 38px;display: flex;flex-wrap: wrap;justify-content: space-between;}

.nsf_l li:nth-child(n+3) {margin-top: 22px;}

.nsf_l li {font-size: 18px;color: #444;display: flex;align-items: center;border-radius: 100px;width: 48.5%;background: #f2f8ff;padding: 8px 10px;}

.nsf_l li i {width: 36px;height: 36px;background: #3d6db8;color: #fff;border-radius: 100%;text-align: center;line-height: 36px;margin-right: 10px;font-size: 16px;flex-shrink: 0;}
/*  */
.xzj_bc {background: url(../images/xzj-bg.jpg) no-repeat center;padding: 80px 0;color: #fff;}

.xzj_l>h1 {font-size: 34px;display: flex;align-items: center;}
.xzj_l>h1 span {width: 58px;height: 58px;background: #ff8f46;border-radius: 100%;text-align: center;line-height: 58px;}

.xzj_l>h1 span+span {margin-left: 11px;}

.xzj_l>em {font-size: 34px;font-weight: bold;margin-top: 16px;display: block;}

.xzj_l {width: 48%;min-width: 822px;}

.xzj_c>p img {width: 100%;}

.xzj_c>p {width: 41%;position: absolute;right: 3%;top: 48%;transform: translateY(-50%);}

.xzj_c {position: relative;}

.xzj_l>p {font-size: 20px;line-height: 36px;margin: 26px 0;background: #fff;color: #3d6db8;padding: 16px 30px;}

.xzj_l>h2 {font-weight: normal;font-size: 21px;letter-spacing: 0.7px;}

.xzj_l>h2 span {color: #ff8f46;display: block;font-weight: bold;margin-top: 16px;font-size: 42px;letter-spacing: 1px;}

.xzj_pho {display: flex;align-items: center;font-size: 18px;margin-top: 34px;}

.xzj_pho>i {font-size: 24px;margin-right: 6px;}

.xzj_pho>b {font-size: 38px;color: #fff;}
/*  */
.zgg_bc {/* padding: 90px 0 0; */overflow: hidden;}

.zgg_c {display: flex;flex-wrap: wrap;justify-content: space-between;}

.zgg_item {width: 50%;padding: 3.5% 2% 3% 5%;background: #f2f8ff;}

.zgg_c>a {width: 25%;position: relative;display: block;}

.zgg_c>a>h1 {position: absolute;bottom: 32px;text-align: center;width: 100%;font-size: 20px;z-index: 3;}
.zgg_c>a p {position: relative;}
.zgg_c>a:nth-child(3) p:after, .zgg_c>a:nth-child(4) p:after, .zgg_c>a:nth-child(6) p:after, .zgg_c>a:nth-child(9) p:after,.zgg_c>a:nth-child(11) p:after {position: absolute;content: "";width: 100%;height: 100%;background: #111;top: 0;left: 0;opacity: 0.026;}
.zgg_c>a:nth-child(3) p img,.zgg_c>a:nth-child(4) p img,.zgg_c>a:nth-child(6) p img,.zgg_c>a:nth-child(9) p img,.zgg_c>a:nth-child(11) p img {opacity: 0.98;}
.zgg_item>h1 {font-size: 40px;}

.zgg_item>em {display: block;font-size: 34px;margin-top: 14px;letter-spacing: 3px;font-weight: bold;color: #ff8f46;}

.zgg_item>p {font-size: 19px;margin-top: 27px;position: relative;color: #555;}

.zgg_item>p:after {position: absolute;content: "";width: 36px;height: 2px;background: #ff8f46;left: 0;top: 0;opacity: 0;}
.zgg_item>a {background: #ff8f46;color: #fff;padding: 12px 38px;display: inline-block;font-size: 18px;margin-top: 50px;}
/*  */
.bdh_bc {padding: 74px 0 80px;}

.bdh_c>h1 {text-align: center;font-size: 38px;}

.bdh_c>h1 i {color: #ff8f46;}

.bdh_c>h1 span {font-size: 46px;top: 3px;position: relative;margin: 0 2px;color: #ff8f46;}

.bdh_ic {margin-top: 60px;display: flex;justify-content: space-between;align-items:center;}

.bdh_ic>p img {width: 100%;}

.bdh_ic>p {width: 30%;}

.bdh_ic>ul {width: 67%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.bdh_ic li {display: flex;align-items: flex-start;width: 48%;}

.bdh_ic li i {width: 54px;height: 54px;background: #3d6db8;color: #fff;border-radius: 100%;flex-shrink: 0;text-align: center;line-height: 54px;font-size: 22px;margin-right: 16px;position: relative;top: 4px;}

.bdh_ic li:nth-child(n+3) {margin-top: 26px;}

.bdh_wz>em {font-size: 22px;font-weight: bold;}

.bdh_wz>p {color: #555;font-size: 17px;line-height: 200%;margin-top: 8px;}
.bdh_ic li:nth-child(odd) {
    width: 47%;
}
/*  */
.sxz_bc {padding: 80px 0;background: #3d6db8;color: #fff;}

.sxz_l {width: 48.4%;min-width: 829px;}

.sxz_tt>h1 {font-size: 44px;line-height: 160%;letter-spacing: 2px;}

.sxz_tt>p span {font-size: 34px;transform: scaleY(1.1);color: #ff8f46;}

.sxz_tt>p em {font-size: 26px;
    padding: 4px 14px 6px;
    position: relative;
    z-index: 2;
    margin-left: 10px;
    top: 1px;
    background: #ff8f46;}

.sxz_tt>p {font-weight: bold;position: relative;display: flex;align-items: center;margin-top: 12px;}

.sxz_l ul {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 38px 0;}

.sxz_l li {width: 32%;display: flex;align-items: center;background: #fff;border-radius: 120px;padding: 8px 24px;font-size: 20px;color: #3d6db8;}

.sxz_l li img {width: 26px;margin-right: 8px;}

.sxz_l li:nth-child(n+4) {margin-top: 11px;}

.sxz_l>h2 {font-size: 31px;font-weight: normal;letter-spacing: 5px;}

.sxz_l>h3 {font-size: 26px;margin-top: 15px;display: flex;align-items: center;font-weight: normal;}
.sxz_l>h2 span {color: #ff8f46;font-weight: bold;}

.sxz_l li>p {position: relative;top: -2px;}

.sxz_l li>p:after {position: absolute;content: "";width: 15px;height: 15px;border: 1px solid #3d6db8;top: 8px;left: 0;}
.sxz_l>h3 img {
    margin-left: 32px;
}
.sxz_c>p {position: absolute;right: 3%;top: 50%;width: 40%;transform: translateY(-50%);}

.sxz_c>p img {width: 100%;}

.sxz_c {position: relative;}
/*  */
.sed_c h1 {font-size: 38px;color: #fff;margin-left: 68px;}

.sed_c h1 span {color: #ff8f46;}

.sed_bc {background: url(../images/sed-bg.jpg) no-repeat center;padding: 80px 0;background-size: cover;}

.sed_ic {display: flex;}

.sed_ic>p img {width: 100%;}

.sed_ic>p {width: 38%;position: relative;z-index: 2;}

.sed_ic ul {background: rgba(255,255,255,0.2);padding: 40px 50px 40px 61px;display: flex;flex-wrap: wrap;margin-top: 26px;}

.sed_ic ul li {margin: 0 .8%;width: 31.7%;background: #2055a7;color: #fff;padding: 10px 26px;font-size: 18px;display: flex;align-items: center;border-radius: 200px;}

.sed_ic ul li:nth-child(n+4) {margin-top: 12px;}
.sed_r {width: 66%;margin-left: -4%;margin-top: 34px;}
.sed_ic ul li img {width: 30px;}

.sed_ic ul li p {margin-right: 10px;position: relative;top: -3px;}

.sed_ic ul li p:after {position: absolute;content: "";width: 18px;height: 18px;border: 1px solid #fff;top: 9px;left: 0;}
/*  */
.gsx_l2>h1,.gsx_l2>h1 span{font-size: 38px;letter-spacing: 3.6px;}
/*  */
.qdg_bc {padding: 80px 0 90px;}

.qdg_tt {text-align: center;}

.qdg_tt h1 {font-size: 38px;line-height: 160%;}

.qdg_tt h1 span {color: #3d6db8;}

.qdg_tt p {font-size: 20px;color: #555;margin-top: 8px;}

.qdg_item {display: flex;align-items: center;justify-content: space-between;}

.qdg_lc {width: 50%;/* padding: 60px; *//* background: #f2f8ff; */}

.qdg_item>p {width: 49.5%;border: 5px solid #d2e4fc;border-radius: 6px;}

.qdg_item>p img {width: 100%;}

.qdg_item:nth-child(even) {flex-direction: row-reverse;}

.qdg_ic {margin-top: 54px;}

.qdg_ti {position: relative;display: flex;align-items: center;/* margin-top: -72px; */}

.qdg_lt {/* background: #3d6db8; *//* display: flex; *//* flex-direction: column; *//* text-align: center; *//* color: #fff; *//* padding: 22px 26px; *//* position: relative; */}

.qdg_lt i {font-size: 24px;display: none;}

.qdg_lt span {font-size: 40px;font-family: 'imp';width: 74px;display: block;height: 68px;line-height: 68px;border-radius: 20px 0 20px 0;background: #3d6db8;color: #fff;text-align: center;}

.qdg_lt:after {position: absolute;content: "";width: 0;height: 0;border-top: 12px solid transparent;border-left: 8px solid #305184;right: -8px;top: 0;opacity: 0;}

.qdg_ti>p {font-size: 32px;font-weight: bold;margin-left: 22px;/* margin-top: 12px; */}

.qdg_ti>p i {font-weight: normal;font-size: 14px;color: #999;display: block;margin-top: 6px;text-transform: uppercase;}

.qdg_lc>ul {margin-top: 30px;}

.qdg_lc>ul li+li {margin-top: 10px;}

.qdg_lc>ul li {color: #555;line-height: 200%;position: relative;padding-left: 18px;}

.qdg_lc>ul li:after {position: absolute;content: "";width: 6px;height: 6px;left: 0;transform: rotate(45deg);top: 12px;background: #3d6db8;}
.qdg_item:nth-child(odd) .qdg_lc {padding-right: 80px;}

.qdg_item:nth-child(even) .qdg_lc {padding-left: 80px;}

.qdg_item+.qdg_item {margin-top: 80px;}
/*  */
.qdj_c>h1 {text-align: center;font-size: 40px;}

.qdj_bc {padding: 80px 0 90px;}

.qdj_c>h1 span {color: #3d6db8;}

.qdj_tc {display: flex;justify-content: space-between;}

.qdj_tc>p img {width: 100%;}

.qdj_tc>p {width: 49.2%;background: #333;}

.qdj_ic {margin-top: 50px;}

.qdj_tc>ul {width: 49.2%;}

.qdj_tc li {background: #f2f8ff;padding: 36px;display: flex;align-items: center;}

.qdj_tc li+li {margin-top: 18px;}

.qdj_tc li i {width: 52px;
    height: 52px;
    display: block;
    font-size: 24px;
    border-radius: 100%;
    background: -moz-linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    background: -webkit-linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    background: linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254cb3',endColorstr='#3974cd',GradientType=1 );
    box-shadow: 0 0 0 8px rgb(47 96 192 / 18%);
    position: relative;
    text-align: center;
    line-height: 52px;
    color: #fff;z-index: 2;flex-shrink: 0;}

.qdj_tc li i:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: rgba(47, 96, 192, 0.05);
    width: 84px;
    height: 84px;
    left: -16px;
    border-radius: 92px;
    top: -16px;
}

.qdj_wz {margin-left: 32px;}

.qdj_wz h1 {font-size: 24px;}

.qdj_wz p {color: #555;line-height: 180%;margin-top: 8px;font-size: 17px;}

.qdj_cc ul {display: flex;justify-content: space-between;}

.qdj_cc li {width: 24%;background: #f2f8ff;padding: 36px;}

.qdj_cc {margin-top: 25px;}

.qdj_cc li h1 {font-size: 24px;}

.qdj_cc li p {line-height: 180%;font-size: 17px;color: #555;margin-top: 8px;}

.qdj_cc li i,.qdj_cc li i{width: 52px;
    height: 52px;
    display: block;
    font-size: 24px;
    border-radius: 100%;
    background: -moz-linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    background: -webkit-linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    background: linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254cb3',endColorstr='#3974cd',GradientType=1 );
    box-shadow: 0 0 0 8px rgb(47 96 192 / 18%);
    position: relative;
    text-align: center;
    line-height: 52px;
    color: #fff;z-index: 2;flex-shrink:0;}

.qdj_cc li i:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: rgba(47, 96, 192, 0.05);
    width: 84px;
    height: 84px;
    left: -16px;
    border-radius: 92px;
    top: -16px;
}

.qdj_ww {margin-top: 28px;}
/*  */
.lsj_jg2>em:after {border-top: 49px solid transparent;}
/*  */
.qdt_c {
    position: relative;
}

.qdt_c>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
    padding-top: 26px;
}

.qdt_c li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 70px;
    align-items: flex-start;
    position: relative;
}

.qdt_c>h1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    padding-bottom: 28px;
    z-index: 2;
    line-height: 170%;}

.qdt_c>h1 span {
    color: #3d6db8;
    display: block;
    font-size: 40px;
}

.qdt_c>h1 i {
    color: #ff8f46;
    font-size: 44px;
}


.qdt_c li:nth-child(even) {
    padding: 0 60px 70px 0;
    top: 230px;
}
.qdt_c li:nth-child(6){
    border-bottom: 0;
}
.qdt_c li i {
    color: #fff;
    background-color: #3d6db8;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    font-size: 20px;
    line-height: 100%;
    width: 44px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.qdt_c li:nth-child(odd) {padding: 0 0 70px 60px;}

.qdt_wz{
    width: 47%;
    padding-top: 15px;
}

.qdt_wz p {
    font-size: 18px;
    line-height: 200%;
    padding-top: 22px;
    color: #555;text-align: justify;}

.qdt_c li>p {width: 48%;}
.qdt_c li>p img{
    width: 100%;
}
.qdt_c li:last-child {border-bottom: 0;margin-bottom: 0;}

.qdt_c>ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    left: 50%;
    top: 0;
}

.qdt_c>ul:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.qdt_bc {
    padding-top: 90px;
}

.qdt_c>h1:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #ff8f46;
    left: 4px;
    bottom: 0;
}
.qdt_wt {display: flex;align-items: center;}

.qdt_wt h1 {font-size: 24px;margin-left: 16px;}
/*  */
.eck_bc {padding: 80px 0;background: #3d6db8;color: #fff;}

.eck_l>h1 {font-size: 34px;}

.eck_l ul li {font-size: 18px;line-height: 180%;position: relative;padding-left: 18px;}

.eck_l ul li:after {position: absolute;content: "";width: 7px;height: 7px;background: #ff8f46;transform: rotate(45deg);left: 0;top: 12px;}

.eck_l ul {margin: 28px 0;}

.eck_l ul li+li {margin-top: 8px;}

.eck_l {width: 56.2%;min-width: 962px;}

.eck_l>em {font-size: 23px;font-weight: bold;}

.eck_l>em span {color: #ff8f46;font-size: 25px;}

.eck_l>p {line-height: 200%;margin-top: 30px;font-size: 16px;background: #ff8f46;padding: 16px 24px;}
.eck_c {display: flex;justify-content: space-between;}
.eck_c>p img {width: 100%;}
.eck_c>p {width: 39%;}
/*  */
.xtt_c>h1 {font-size: 40px;text-align: center;}

.xtt_bc {padding: 80px 0 90px;}

.xtt_ic {margin-top: 50px;display: flex;flex-wrap: wrap;justify-content: space-between;}

.xtt_item {width: 49%;display: flex;flex-direction: row-reverse;}

.xtt_item>p img {width: 100%;}

.xtt_item>p {width: 40%;}

.xtt_wz {width: 60%;position: relative;padding: 40px 48px;background: #f2f8ff;}

.xtt_item:nth-child(n+3) {margin-top: 28px;}

.xtt_wz>i {font-size: 32px;color: #3d6db8;border-radius: 100%;display: block;line-height: 60px;position: absolute;right: 40px;top: 27px;font-family: 'imp';}

.xtt_wz>h1 {font-size: 28px;}

.xtt_wz>p {line-height: 200%;color: #444;font-size: 17px;margin-top: 16px;text-align: justify;}
/*  */
.zxb_bc {background: #3d6db8;padding: 80px 0;color: #fff;}
.zxb_l{margin-left: 3%;}
.zxb_c {position: relative;}

.zxb_c>p img {width: 100%;}

.zxb_c>p {width: 40%;right: 6%;top: -39px;position: absolute;}

.zxb_l>h1 {font-size: 28px;font-weight: normal;letter-spacing: 2px;}

.zxb_l>h2 span {width: 52px;height: 52px;border: 1px solid #fff;border-radius: 100%;text-align: center;line-height: 52px;box-sizing: border-box;font-weight: normal;}

.zxb_l>h2 {font-size: 30px;display: flex;align-items: center;margin-top: 22px;}

.zxb_l>h2 span+span {margin-left: 11px;}

.zxb_l {width: 44%;min-width: 770px;}

.zxb_w {background: #fff;display: inline-block;padding: 20px 28px;color: #3d6db8;font-weight: bold;font-size: 30px;margin: 28px 0 36px;}

.zxb_w p+p {color: #ff8f46;margin-top: 4px;}

.zxb_l>ul {display: flex;}

.zxb_l>ul li i {display: block;width: 52px;height: 52px;font-size: 26px;border-radius: 100%;text-align: center;line-height: 52px;background: #ff8f46;}

.zxb_l>ul li {display: flex;align-items: center;}

.zxb_l>ul li em {display: block;margin-left: 14px;font-size: 18px;}

.zxb_l>ul li+li {margin-left: 55px;}

.zxb_l>ul li em span {display: block;margin-top: 4px;}

.zxb_pho {margin-top: 40px;font-size: 18px;}

.zxb_pho i {font-size: 22px;margin-right: 8px;}

.zxb_pho b {font-size: 36px;color: #ff8f46;}
/*  */
.kqj_bc {padding: 90px 0;}

.kqj_c {display: flex;justify-content: space-between;}

.kqj_l>h1 {font-size: 38px;line-height: 152%;}
.kqj_l>h1 span{display: block;letter-spacing: 1px;color: #ff8f46;}

.kqj_l {width: 48%;}

.kqj_c>p img {width: 100%;}

.kqj_c>p {width: 48%;}

.kqj_l ul {display: flex;margin-top: 18px;}

.kqj_l li {background: #3d6db8;color: #fff;font-size: 18px;padding: 6px 14px;border-radius: 200px;text-align: center;width: 14%;}

.kqj_l li+li {margin-left: 5px;}

.kqj_wz {margin-top: 38px;}

.kqj_wz>p {color: #555;line-height: 200%;padding-left: 22px;font-size: 17px;position: relative;text-align: justify;}

.kqj_wz>p+p {margin-top: 14px;}

.kqj_wz>p:after {position: absolute;content: "";width: 7px;height: 7px;background: #ff8f46;transform: rotate(45deg);left: 0;top: 13px;}

.kqj_wwz {display: flex;justify-content: space-between;margin-top: 34px;}

.kqj_item {background: #f2f8ff;padding: 28px 30px;width: 32%;text-align: center;}

.kqj_item>em {font-size: 42px;
    font-weight: bold;
    display: inline-block;
    position: relative;}

.kqj_item>em b {font-size: 34px;
    position: relative;
    top: -4px;
    margin-left: 3px;}

.kqj_item>em i {position: absolute;
    font-weight: normal;
    font-size: 22px;
    background: #ff8f46;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    top: 3px;
    right: -30px;}

.kqj_item>p {font-size: 17px;color: #444;margin-top: 4px;}
/*  */
.wjc_bc {background: #3d6db8;padding: 80px 0;color: #fff;}

.wjc_c {display: flex;justify-content: space-between;align-items: center;position: relative;}

.wjc_l>em {font-size: 32px;font-weight: bold;color: #ff8f46;}

.wjc_l>p {font-size: 30px;margin: 18px 0 26px;font-weight: bold;}

.wjc_l>span {display: inline-block;font-size: 26px;background: #ff8f46;padding: 6px 20px;letter-spacing: 2.7px;}

.wjc_r>h1 {font-size: 32px;}
.wjc_r>h1 span{color: #ff8f46;}

.wjc_r>h2 {font-size: 30px;margin-top: 16px;}

.wjc_r>ul {display: flex;margin-top: 32px;}

.wjc_r>ul li {background: #ff8f46;border-radius: 200px;padding: 4px 20px;font-size: 20px;}

.wjc_r>ul li+li {margin-left: 10px;}
.wjc_c>p img {width: 100%;}

.wjc_c>p {width: 21%;position: absolute;left: 48%;transform: translateX(-50%);top: -44px;}

.wjc_l {width: 34%;min-width: 582px;}

.wjc_r {width: 39%;min-width: 668px;}
.wjc_ii{display:none;}
/*  */
.rkh_c {padding: 70px 0;position: relative;}

.rkh_c>p {position: absolute;right: 4%;bottom: -52px;width: 19%;}

.rkh_c>p img {width: 100%;}

.rkh_l {width: 70%;}

.rkh_bc {overflow: hidden;}

.rkh_l>h1 {font-size: 34px;}

.rkh_l>em {font-size: 24px;color: #ff8f46;margin-top: 12px;display: block;}

.rkh_l>p {color: #444;line-height: 38px;margin-top: 28px;font-size: 18px;position: relative;padding-top: 26px;text-align: justify;}

.rkh_l>p:after {position: absolute;content: "";width: 38px;height: 2px;background: #ff8f46;left: 0;top: 0;}
/*  */
.cck_c>h1 {font-size: 34px;}

.cck_c>h1 strong {color: #3d6db8;}

.cck_c>h2 {font-size: 26px;margin-top: 16px;position: relative;padding-bottom: 26px;}

.cck_wz>p {font-size: 17px;color: #444;line-height: 200%;text-align: justify;}

.cck_wz>p+p {margin-top: 14px;}

.cck_wz {margin-top: 30px;}

.cck_c>h2:after {position: absolute;content: "";width: 36px;height: 2px;background: #ff8f46;left: 0;bottom: 0;}

.cck_wi {display: flex;margin-top: 34px;justify-content: space-between;align-items: flex-end;flex-direction: row-reverse;}

.cck_wi ul {width: 54%;}

.cck_wi>p {width: 42%;}

.cck_wi>p img {width: 100%;}

.cck_wi li {color: #444;font-size: 17px;}

.cck_wi li span {font-weight: bold;font-size: 17px;color: #333;}

.cck_wi li+li {margin-top: 18px;}

.cck_bc {padding: 80px 0;}
.cck_c>h2 span {
    color: #ff8f46;
}
/*  */
.esd_bc {background: #3d6db8;color: #fff;padding: 80px 0;}

.esd_l {width: 50%;min-width: 857px;}

.esd_l>h1 {font-size: 36px;line-height: 154%;margin-top: 22px;letter-spacing: 1px;}

.esd_l>h1 strong {color: #ff8f46;font-size: 52px;letter-spacing: 6.5px;display: block;margin-top: 10px;}

.esd_l>p {font-size: 21px;line-height: 172%;margin: 34px 0 32px;background: #fff;color: #3d6db8;padding: 14px 30px;}

.esd_l>h2 {font-size: 23px;letter-spacing: 0.8px;}

.esd_l>h2 span {display: block;color: #ff8f46;font-size: 30px;margin-top: 14px;}
.esd_pho {margin-top: 38px;font-size: 18px;}

.esd_pho i {font-size: 24px;margin-right: 8px;}

.esd_pho b {font-size: 38px;}
.esd_es {display: flex;}

.esd_es span {width: 56px;height: 56px;font-size: 28px;background: #ff8f46;border-radius: 100%;line-height: 57px;text-align: center;flex-shrink: 0;}

.esd_es span+span {margin-left: 10px;}
.esd_c {display: flex;justify-content: space-between;align-items: center;}
.esd_c>p img {width: 100%;}
.esd_c>p {width: 45%;margin-left: 10px;}
/*  */
.wsd_bc {padding: 80px 0 90px;}

.wsd_c>h1 {text-align: center;font-size: 38px;}

.wsd_c>h1 span {color: #ff8f46;}

.wsd_ic {margin-top: 50px;display: flex;justify-content: space-between;}

.wsd_ic>p img {width: 100%;}

.wsd_ic>p {width: 30.5%;}

.wsd_r {width: 68%;display: flex;flex-wrap: wrap;justify-content: space-between;}

.wsd_item {width: 49%;background: #f2f8ff;padding: 50px 40px;position: relative;overflow: hidden;}

.wsd_item:nth-child(n+3) {margin-top: 24px;}

.wsd_item em {font-weight: bold;font-size: 24px;display: block;}

.wsd_item i {position: absolute;right: 40px;top: 32px;background: #3d6db8;color: #fff;display: block;font-size: 22px;width: 44px;height: 44px;line-height: 44px;text-align: center;border-radius: 100%;}

.wsd_item p {font-size: 18px;color: #555;line-height: 180%;margin-top: 10px;}

.wsd_item i:after {position: absolute;content: "";width: 1px;height: 70px;background: #3d6db8;top: -38px;left: 50%;}
/*  */
.gdz_tt {text-align: center;}

.gdz_bc {padding: 90px 0;}

.gdz_ic {margin-top: 50px;display: flex;justify-content: space-between;}

.gdz_tt>h1 {font-size: 38px;}

.gdz_tt>p {color: #555;font-size: 18px;margin-top: 10px;line-height: 180%;}

.gdz_ic>p img {width: 100%;}

.gdz_ic>p {width: 48.5%;}

.gdz_ic>ul {width: 48.5%;}

.gdz_ic>ul li {background: #f2f8ff;display: flex;align-items: center;border-radius: 100px 0 0 100px;padding: 10px 40px 10px 14px;}

.gdz_ic>ul li+li {margin-top: 20px;}

.gdz_ic li i {width: 90px;height: 90px;border-radius: 100%;background: #3d6db8;display: flex;align-items: center;justify-content: center;font-size: 40px;color: #fff;flex-shrink: 0;}

.gdz_wz>h1 {font-size: 22px;}

.gdz_wz>h2 {font-weight: normal;line-height: 170%;margin-top: 6px;color: #444;font-size: 17px;}

.gdz_wz {margin-left: 18px;}
/*  */
.een_bc {background: #3d6db8;color: #fff;padding: 80px 0;}

.een_l>b {font-size: 30px;font-weight: normal;position: relative;font-style: italic;z-index: 2;}
.een_l>b:after {position: absolute;content: "";width: 100%;height: 5px;background: #fff;left: 0;bottom: -1px;z-index: -1;opacity: 0.7;}

.een_l>em {font-size: 40px;display: block;font-weight: bold;margin-top: 12px;letter-spacing: 1px;}

.een_l>b span {color: #ff8f46;font-size: 44px;position: relative;top: 3px;margin-right: 3px;font-weight: bold;}

.een_l {width: 41%;min-width: 703px;margin-left: 5%;}

.een_l li {font-size: 20px;line-height: 180%;}

.een_l ul {margin: 25px 0 22px;background: #fff;color: #3d6db8;padding: 14px 22px;}

.een_l h1 {font-size: 28px;letter-spacing: 2.8px;color: #ff8f46;}

.een_l>p {font-size: 30px;margin-top: 10px;font-weight: bold;letter-spacing: 3.2px;}
.een_sp {margin-top: 18px;}

.een_sp span {width: 52px;height: 52px;display: inline-block;border-radius: 100%;text-align: center;line-height: 52px;font-size: 28px;background: #ff8f46;}

.een_sp span+span {margin-left: 13px;}
.een_pho {font-size: 18px;margin-top: 30px;}

.een_pho i {font-size: 26px;margin-right: 8px;}

.een_pho b {font-size: 36px;color: #ff8f46;}
.een_c>p img {width: 100%;}

.een_c>p {width: 44%;margin-right: 3%;margin-left: 10px;}

.een_c {display: flex;justify-content: space-between;align-items: center;}

/*  */
.gqs_bc {background: #3d6db8;color: #fff;padding: 80px 0;}

.gqs_c {display: flex;position: relative;justify-content: space-between;align-items: center;}

.gqs_l {width: 38%;}

.gqs_r {width: 61%;}

.gqs_r>ul {width: 58%;display: flex;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.2);
    padding: 24px 22px 24px 26px;}

.gqs_r>p img {width: 100%;}

.gqs_r>p {width: 30%;position: absolute;right: -1.5%;top: 50%;
    transform: translateY(-50%);
    z-index: 2;}

.gqs_r>ul li {background: #24549f;
    margin: 2px;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #fff;}

.gqs_l>h1 {font-size: 32px;}

.gqs_l>h2 {font-size: 28px;margin: 22px 0 34px;}

.gqs_l>h3 {font-size: 24px;background: #ff8f46;display: inline-block;padding: 10px 24px;}
.gqs_l>h1 span {color: #ff8f46;}
.gqs_pho {font-size: 18px;margin-top: 46px;}

.gqs_pho i {font-size: 24px;margin-right: 8px;}

.gqs_pho b {font-size: 38px;color: #ff8f46;}
/*  */
.xtg_bc {padding: 80px 0;}

.xtg_c>h1 {font-size: 38px;text-align: center;}

.xtg_ic {position: relative;margin-top: 56px;}

.xtg_cc {display: flex;justify-content: space-between;}

.xtg_cc ul {width: 32%;}

.xtg_cc li {display: flex;align-items: center;}

.xtg_cc li i {font-size: 30px;width: 60px;height: 60px;flex-shrink: 0;background: #3d6db8;color: #fff;border-radius: 100%;display: flex;align-items: center;justify-content: center;}

.xtg_cc li h1 {font-size: 24px;}

.xtg_cc li h3 {font-weight: normal;font-size: 17px;line-height: 178%;color: #555;margin-top: 10px;}

.xtg_cc li+li {margin-top: 28px;}

.xtg_wz {margin-left: 20px;}

.xtg_ic>p {position: absolute;top: 50%;left: 49.5%;transform: translate(-50%,-50%);width: 31%;}

.xtg_ic>p img {width: 100%;}
.xtg_c>h1 span{color: #ff8f46;}
/*  */
.syx_c>h1 {font-size: 38px;text-align: center;}
.syx_c>h1 span{color: #ff8f46;}
.syx_ic {display: flex;justify-content: space-between;margin-top: 50px;}

.syx_ic>p img {width: 100%;}

.syx_ic>p {width: 36%;}

.syx_r {width: 64%;padding: 50px;background: #f2f8ff;}

.syx_item>em {display: flex;align-items: center;}

.syx_item>em i {background: #3d6db8;color: #fff;font-size: 26px;width: 44px;height: 44px;text-align: center;line-height: 46px;border-radius: 4px;}

.syx_item>em span {font-size: 30px;font-weight: bold;margin-left: 14px;}

.syx_item>ul {margin-top: 25px;color: #444;}

.syx_item>ul li {font-size: 17px;line-height: 200%;position: relative;padding-left: 20px;}

.syx_item>ul li:after {position: absolute;content: "";left: 0;top: 14px;width: 7px;height: 7px;background-color: #3d6db8;transform: rotate(45deg);}

.syx_item+.syx_item {margin-top: 32px;}

.syx_item>ul li+li {margin-top: 10px;}

/*  */
.dmk_bc{padding: 90px 0;}
.dmk_ic {display: flex;justify-content: space-around;align-items: center;position: relative;}

.dmk_ic>p {position: relative;z-index: 2;}

.dmk_ic>p img {width: 100%;}


.dmk_l h1 {font-size: 30px;}

.dmk_l h1 span {color: #ff8f46;}

.dmk_l li {display: flex;align-items: center;}

.dmk_l li i {width: 38px;height: 38px;background: #3d6db8;border-radius: 100%;color: #fff;line-height: 38px;text-align: center;flex-shrink: 0;font-size: 16px;margin-right: 15px;}

.dmk_l li+li {margin-top: 16px;}

.dmk_l li p {font-size: 17px;line-height: 190%;}

.dmk_l ul {margin-top: 35px;}

.dmk_ic+.dmk_ic {margin-top: 70px;}
.dmk_ic:nth-child(1):after {position: absolute;content: "";width: 21%;height: 100%;background: #3d6db8;right: 0;top: 0;}

.dmk_ic:nth-child(1)>p {width: 31%;margin-right: 50px;}


.dmk_ic:nth-child(1) .dmk_l {width: 56%;}

.dmk_ic:nth-child(2):after {position: absolute;content: "";width: 21%;height: 100%;background: #3d6db8;left: 0;top: 0;}

.dmk_ic:nth-child(2)>p {width: 31%;margin-left: 50px;}

.dmk_ic:nth-child(2) .dmk_l {width: 56%;}
.dmk_l {
    padding-bottom: 16px;
}
.dmk_ic:nth-child(1) .dmk_l li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*  */
.ggf_bc {background: #3d6db8;padding: 80px 0;color: #fff;}

.ggf_c>h1 {font-size: 38px;text-align: center;}

.ggf_c>h1 span {color: #ff8f46;}

.ggf_c>ul {display: flex;justify-content: space-between;margin-top: 56px;}

.ggf_c>ul li {text-align: center;width: 24%;}

.ggf_c li i {font-size: 30px;background: #ff8f46;display: inline-block;width: 68px;height: 68px;border-radius: 100%;text-align: center;line-height: 68px;position: relative;box-shadow: 0 0 0 7px rgb(255 143 70 / 35%);z-index: 2;}

.ggf_c li h1 {font-size: 24px;margin-top: 30px;}

.ggf_c li p {font-size: 18px;line-height: 180%;margin-top: 8px;}
.ggf_c li i:after {content: '';
    position: absolute;
    z-index: -1;
    background: rgba(255,143,70,0.2);
    width: 144%;
    height: 144%;
    left: 50%;
    border-radius: 150px;
    top: 50%;transform: translate(-50%,-50%);}
/*  */
.smz_c {display: flex;justify-content: space-between;}

.smz_bc {padding: 90px 0;}

.smz_l>ul li {display: flex;width: 49.3%;background: #f2f8ff;padding: 28px 34px;}

.smz_l li>i {background: #3d6db8;color: #fff;width: 32px;height: 32px;flex-shrink: 0;text-align: center;line-height: 32px;border-radius: 4px;margin-right: 15px;position: relative;top: 5px;}

.smz_l li p {font-size: 17px;color: #555;line-height: 190%;}

.smz_l li+li {margin-top: 12px;}

.smz_l>ul {display: flex;flex-wrap: wrap;justify-content: space-between;}

.smz_l {width: 64%;}

.smz_l li:nth-child(2) {margin-top: 0;}

.smz_r {width: 35%;}

.smz_r img {width: 100%;}

.smz_r p+p {margin-top: 16px;}
/*  */
.dzq_bc {background: #3d6db8;color: #fff;padding: 80px 0;}
.dzq_c>p {width: 44%;margin-right: 4%;}
.dzq_c{align-items: center;}
.dzq_l>h1 {font-size: 40px;line-height: 160%;letter-spacing: 9px;}

.dzq_l>h1 span {display: block;letter-spacing: 0.5px;}

.dzq_l {width: 43%;min-width: 736px;margin-left: 4%;}

.dzq_c {position: relative;display: flex;justify-content: space-between;}
.dzq_c>p img {width: 100%;}
.dzq_l>ul {display: flex;margin: 30px 0 20px;}

.dzq_l>ul li {background: #ff8f46;padding: 6px 46px;font-size: 22px;border-radius: 200px;}

.dzq_l>ul li+li {margin-left: 15px;}

.dzq_l>p {font-size: 20px;}

.dzq_l>h2 {font-size: 26px;line-height: 180%;letter-spacing: .6px;color: #ff8f46;margin-top: 28px;}

.dzq_l>h2 span {display: block;}
.dzq_pho {font-size: 18px;margin-top: 30px;}

.dzq_pho i {font-size: 26px;margin-right: 8px;}

.dzq_pho b {font-size: 36px;}
/*  */
.clg_bc {padding: 80px 0 90px;}

.clg_tt {text-align: center;}

.clg_tt>b {font-size: 40px;}

.clg_tt>ul {display: flex;justify-content: center;margin-top: 20px;}

.clg_tt li {background: #3d6db8;color: #fff;padding: 8px 22px;border-radius: 120px;font-size: 20px;}

.clg_tt li+li {margin-left: 10px;}

.clg_cc {display: flex;justify-content: space-between;margin-bottom: 16px;}

.clg_ic {margin-top: 54px;}

.clg_cc>p {width: 49.4%;}

.clg_cc>p img {width: 100%;}

.clg_cc .clg_ul {width: 49.4%;}

.clg_ul {display: flex;flex-wrap: wrap;justify-content: space-between;}

.clg_cc .clg_ul li {width: 49%;}

.clg_ul li {background: #f2f8ff;padding: 40px;text-align: center;}

.clg_cc .clg_ul li:nth-child(n+3) {margin-top: 16px;}

.clg_ic>.clg_ul li {width: 24.2%;}

.clg_ul li i {font-size: 32px;width: 60px;height: 60px;margin: 0 auto;background: #3d6db8;color: #fff;border-radius: 100%;display: flex;align-items: center;justify-content: center;background: -moz-linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    background: -webkit-linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    background: linear-gradient(45deg, #254cb3 0%, #3974cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254cb3',endColorstr='#3974cd',GradientType=1 );
    box-shadow: 0 0 0 7px rgba(47,96,192,0.18);position: relative;z-index: 2;}

.clg_ul li em {font-size: 24px;font-weight: bold;margin-top: 25px;display: block;}

.clg_ul li p {font-size: 18px;color: #555;margin-top: 10px;}

.clg_ul li i:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: rgba(47, 96, 192, 0.08);
    width: 90px;
    height: 90px;
    left: 50%;
    border-radius: 92px;
    top: 50%;
    transform: translate(-50%,-50%);
}
/*  */
.bj_ic {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.bj_l {
    width: 47.5%;
}

.bj_r {
    width: 47.5%;
    position: relative;
    margin-top: -10px;
}

.bj_tt>h1 {
    font-size: 33px;
    line-height: 164%;
}
.bj_tt>h1 i {
    color: #cc0001;
}
.bj_tt>p {
    font-size: 18px;
    margin-top: 16px;
    color: #444;
}

.bj_item {
    margin-bottom: 50px;
}

.bj_img {
    display: flex;
    justify-content: space-between;
    background: #f2f8ff;
    padding: 8px;
    align-items: center;
    position: relative;
}

.bj_it {
    width: 30%;
    text-align: center;
    padding: 8px;
}

.bj_img>p {
    width: 70%;
    height: 268px;
    background: #333;
}

.bj_img>p img {
    width: 100%;
}

.bj_it>span {
    font-size: 46px;
    font-family: 'imp';
    color: #3d6db8;
}

.bj_it>h1 {
    font-size: 26px;
    margin-top: 10px;
}

.bj_wz {
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    margin-top: 18px;
    color: #444;
}

.bj_bc {
    padding: 120px 0 0;
}
.bj_dh img {
    width: 30px;
    margin-right: 10px;
}

.bj_dh {
    display: flex;
    align-items: center;
}

.bj_pho {
    background: #0a2f8f;
    color: #fff;
    padding: 30px 44px;
}

.bj_pho>h1 {
    font-size: 30px;
}

.bj_pho>h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    margin: 12px 0;
}

.bj_dh b {
    font-size: 36px;
    color: #FFC107;
}

.bj_tt {
    margin-bottom: 96px;
    position: relative;
    top: -16px;
}

.bj_ic:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100.4%;
    background: #f5f5f5;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.bj_r .bj_img:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #3d6db8;
    border-radius: 100%;
    left: -54px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.bj_l .bj_img:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #3d6db8;
    border-radius: 100%;
    right: -54px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.bj_r .bj_img:before {
    position:absolute;
    content:"";
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    border-right: 22px solid #f2f8ff;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.bj_l .bj_img:before {
    position:absolute;
    content:"";
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    border-left: 22px solid #f2f8ff;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
}
.bj_tt>h1 span {
    color: #3d6db8;
}
/*  */
.jjw_bc {padding: 80px 0;background: #3d6db8;color: #fff;position:relative;overflow: hidden;}

.jjw_l>h1 {font-size: 38px;}
.jjw_wl {
    padding-bottom: 10px;
}
.jjw_wl>p {margin-top: 20px;}

.jjw_wl>p span {width: 56px;height: 56px;background: #ff8f46;color: #fff;border-radius: 100%;font-size: 32px;display: inline-block;text-align: center;line-height: 56px;}

.jjw_wl>p span+span {margin-left: 11px;}
.jjw_l ul {display: flex;margin-left: 30px;}

.jjw_l ul li {background: #fff;color: #333;padding: 18px 48px;text-align: center;border-radius: 0 0 10px 10px;border-top: 4px solid #ff8f46;}

.jjw_l ul li+li {margin-left: 12px;}

.jjw_l ul li i {display: block;font-size: 40px;color: #3d6db8;}

.jjw_l ul li em {margin-top: 10px;display: block;color: #3d6db8;line-height: 150%;font-size: 19px;}

.jjw_l h3 {font-size: 32px;margin-top: 30px;line-height: 160%;letter-spacing: 3px;}

.jjw_l h3 span {color: #ff8f46;}
.jjw_ww {display: flex;align-items: center;margin-top: 36px;}
.jjw_pho {margin-top: 20px;font-size: 18px;}

.jjw_pho i {font-size: 24px;margin-right: 8px;}

.jjw_pho b {font-size: 38px;color: #ff8f46;}
.jjw_l>h1 span {color: #ff8f46;}
.jjw_c {position: relative;}

.jjw_c>p {position: absolute;right: 4%;width: 23%;bottom: -144px;}

.jjw_c>p img {width: 100%;}
/**/
.zxb_l2>h1{font-size: 27px;letter-spacing: 0;}
.zxb_l2 .zxb_w{padding: 20px 32px;}
.zxb_l2>h2 span+span {margin-left: 12px;}

/**/
.esd_l.dygz>p {
    font-size: 20px;
    letter-spacing: 0.3px;
}
.dzq_l.dygz>h1 {
    letter-spacing: 6px;
}
.bj_tt.dygz>h1 {
    font-size: 32px;
}
.zxb_l.zxb_l2.dygz>h1 {
    font-size: 26px;
}
.gqs_l.dygz>h1 {font-size: 30px;letter-spacing: .2px;}
.gqs_l.sygz>h1 {letter-spacing: 1.6px;}
.dzq_l.sygz>h1 {letter-spacing: 12.6px;}
.bj_tt.sygz>h1 {font-size: 34px;}
.zxb_l.zxb_l2.sygz>h1 {font-size: 28px;}

/* 公司简介 */
.gsj_c {display: flex;justify-content: space-between;}

.gsj_c>p {width: 46%;}

.gsj_r {width: 51%;}

.gsj_c>p img {width: 100%;}

.gsj_r>i {display: block;text-transform: uppercase;font-size: 28px;color: #3d6db8;}

.gsj_r>b {font-size: 34px;color: #3d6db8;}

.gsj_r h2 {font-size: 17px;font-weight: normal;line-height: 200%;margin-top: 18px;color: #555;text-align: justify;}
.gsj_bc {padding: 90px 0;}
/*  */
.fwl_c {display: flex;justify-content: space-between;}

.fwl_l>em {display: block;font-size: 19px;color: #fff;}

.fwl_l {width: 20%;}

.fwl_c>h3 {width: 58%;font-weight: normal;line-height: 220%;font-size: 18px;color: #fff;text-align: justify;}

.fwl_r {width: 12%;text-align: center;position: relative;}

.fwl_l>i {display: block;text-transform: uppercase;font-size: 32px;margin-top: 12px;}

.fwl_l>b {font-size: 32px;font-weight: normal;margin-top: 6px;display: block;letter-spacing: 3px;}

.fwl_bc {padding: 80px 0;background: #3d6db8;color: #fff;}

.fwl_r>p {font-family: 'imp';font-size: 60px;color: #ff8f46;}

.fwl_r>i {text-transform: uppercase;font-size: 18px;}
/*  */
.nrw_c {display: flex;justify-content: space-between;}

.nrw_bc {padding: 80px 0 90px;}

.nrw_l {width: 51%;}

.nrw_c>p {width: 46%;}

.nrw_c>p img {width: 100%;}

.nrw_l>h1 {font-size: 34px;line-height: 154%;}

.nrw_l>h1 strong {color: #3d6db8;display: block;font-size: 30px;}

.nrw_l>ul {margin-top: 24px;}

.nrw_l>ul li {position: relative;padding-left: 20px;font-size: 18px;line-height: 190%;color: #444;}

.nrw_l>ul li:after {position: absolute;content: "";width: 7px;height: 7px;background: #3d6db8;transform: rotate(45deg);left: 0;top: 14px;}

.nrw_l>ul li+li {margin-top: 16px;}

.nrw_wwz {display: flex;justify-content: space-between;margin-top: 34px;}

.nrw_item {background: #f2f8ff;padding: 28px 30px;width: 32%;text-align: center;}

.nrw_item>em {font-size: 42px;
    font-weight: bold;
    display: inline-block;
    position: relative;}

.nrw_item>em b {font-size: 34px;
    position: relative;
    top: -4px;
    margin-left: 3px;}

.nrw_item>em i {position: absolute;
    font-weight: normal;
    font-size: 22px;
    background: #ff8f46;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    top: 3px;
    right: -30px;}

.nrw_item>p {font-size: 17px;color: #444;margin-top: 4px;}
/**/
.bzt_bc {padding: 80px 0 90px;}

.bzt_tt {text-align: center;}

.bzt_tt>h1 {font-size: 40px;}

.bzt_tt>em {font-size: 32px;font-weight: bold;color: #ff8f46;display: inline-block;border-radius: 200px;margin: 12px 0 18px;}

.bzt_tt>p {font-size: 18px;color: #666;}

.bzt_item>p img {height: 88px;margin: 0 auto;}

.bzt_ic {display: flex;justify-content: space-between;margin-top: 52px;}

.bzt_item {text-align: center;width: 15.5%;background: #f2f8ff;padding: 50px 40px;}

.bzt_wz {margin-top: 24px;}

.bzt_wz>b {font-size: 24px;}

.bzt_wz>p {color: #555;font-size: 17px;line-height: 180%;margin-top: 8px;}
/**/
.rkh_about>p {width: 17%;bottom: -55px;right: 5%;}
.rkh_about .rkh_l>em {font-size: 26px;}
/*  */
.qyw_tt{background: url(../images/qyw.png) no-repeat -38px top;}
.qyw_c {display: flex;justify-content: space-between;}

.qyw_l {width: 54%;}

.qyw_c>p img {width: 100%;}

.qyw_c>p {width: 40%;}

.qyw_tt>em {display: block;font-size: 40px;font-weight: bold;letter-spacing: 2px;}

.qyw_tt>i {font-size: 20px;text-transform: uppercase;color: #888;display: block;margin-top: 8px;}

.qyw_l>h3 {font-weight: normal;line-height: 220%;color: #444;font-size: 17px;margin-top: 32px;text-align: justify;}

.qyw_bc {padding: 80px 0 90px;}
/*  */
.gss_bc {background: url(../images/gss-bg.jpg) no-repeat center;color: #fff;padding: 80px 0;}
.gss_c {display: flex;justify-content: space-between;}

.gss_r {display: flex;width: 69%;justify-content: space-between;}

.gss_l {width: 23%;padding-top: 10px;}

.gss_tt>em {display: block;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;}

.gss_tt>i {font-size: 22px;
    text-transform: uppercase;
    color: #555;
    display: block;
    margin-top: 14px;font-weight: bold;margin-bottom: 55px;}

.gss_tt {background: url(../images/qyw.png) no-repeat -38px top;}
.gss_wz>p {line-height: 200%;font-size: 17px;color: #ddd;}

.gss_wz>p+p {margin-top: 22px;}

.gss_item {width: 18.8%;}

.gss_item>em {background: #3d6db8;display: block;text-align: center;font-size: 26px;font-weight: bold;padding: 24px 16px;line-height: 134%;}

.gss_item>p img {width: 100%;}

.gss_item>h3 {font-weight: normal;text-align: center;color: #ddd;margin-top: 20px;line-height: 170%;}
/*  */

.fwx_l {position: relative;display: flex;justify-content: space-between;align-items: center;}

.fwx_l img {width: 100%;}

.fwx_l>p,.fwx_ci>p{width: 48%;}

.fwx_wz {width: 47%;}

.fwx_ci img {width: 100%;}

.fwx_ci {position: relative;display: flex;justify-content: space-between;align-items: center;}

.fwx_wz>em {font-size: 32px;font-weight: bold;position: relative;padding-bottom: 20px;margin-bottom: 22px;display: block;}

.fwx_wz>p {font-size: 18px;line-height: 200%;color: #444;margin-top: 18px;}

.fwx_ci+.fwx_ci {margin-top: 20px;}

.fwx_l+.fwx_l {margin-top: 20px;flex-direction: row-reverse;}

.fwx_bc {padding: 90px 0;}
.fwx_wz>em br {display: none;}

.fwx_ci:nth-child(2) {flex-direction: row-reverse;}

.fwx_wz>em:after {position: absolute;content: "";width: 34px;height: 2px;background: #3d6db8;left: 0;bottom: 0;}
/*  */
.qys_bc {padding: 80px 0;background: #3d6db8;color: #fff;}

.qys_c {display: flex;justify-content: space-between;align-items: flex-end;}

.qys_l {width: 28%;min-width: 460px;}

.qys_r {width: 69%;display: flex;justify-content: space-between;}

.qys_tt {background: url(../images/qyw-1.png) no-repeat -38px top;}

.qys_tt>em {display: block;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;}

.qys_tt>i {font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-top: 14px;
    font-weight: bold;
    margin-bottom: 20px;}
.qys_wz>p {font-size: 17px;}

.qys_wz>p+p {margin-top: 8px;}

.qys_wz>ul {margin-top: 42px;display: flex;flex-wrap: wrap;justify-content: space-between;}

.qys_wz li {display: flex;align-items: center;font-size: 17px;width: 48%;}

.qys_wz li i {width: 40px;height: 40px;flex-shrink: 0;background: #ff8f46;border-radius: 100%;text-align: center;line-height: 40px;font-size: 22px;margin-right: 10px;}

.qys_wz li:nth-child(n+3) {margin-top: 14px;}

.qys_item {width: 49.4%;background: #fff;color: #333;padding: 36px 40px;}

.qys_item>em {font-size: 30px;font-weight: bold;position: relative;display: block;padding-bottom: 20px;}

.qys_item ul {margin-top: 24px;color: #555;}

.qys_item li {line-height: 190%;font-size: 16px;padding-left: 17px;position: relative;}

.qys_item li+li {margin-top: 10px;}

.qys_item>em:after {position: absolute;content: "";width: 36px;height: 2px;background: #3d6db8;left: 0;bottom: 0;}
.qys_item li:after {position: absolute;content: "";width: 6px;height: 6px;background: #3d6db8;left: 0;top: 13px;transform: rotate(45deg);}
/*  */
.xyw_c {display: flex;justify-content: space-between;align-items: center;}

.xyw_c ul {width: 32%;}
.xyw-i{display:none;}
.xyw_c>p img,.xyw-i img{width: 100%;}

.xyw_c>p {width: 29%;}

.xyw_bc {padding: 80px 0;}

.xyw_c li {background: #fff;}

.xyw_c li h1 {font-size: 24px;}

.xyw_c li p {color: #444;line-height: 200%;margin-top: 13px;font-size: 17px;}

.xyw_c li+li {margin-top: 38px;}
/*  */
.zzl_bc {padding: 80px 0;background: #f2f8ff;}

.zzl_ic {position: relative;margin-top: 50px;}

.zzl_tt {text-align: center;}

.zzl_tt h1 {font-size: 40px;}

.zzl_tt p {font-size: 20px;color: #555;margin-top: 18px;}

.zzl_wz {position: absolute;left: 20px;top: 0;letter-spacing: 2px;}

.zzl_ic>p img {width: 100%;}

.zzl_wz>b {font-size: 32px;color: #3d6db8;}

.zzl_wz>p {font-size: 28px;margin-top: 15px;font-weight: bold;color: #ff8f46;line-height: 150%;}

.zzl_ww {margin-top: 26px;display: flex;}

.zzl_ww em {display: block;font-size: 20px;color: #444;}

.zzl_ww em+em {margin-top: 10px;}
.zzl_wz>p span {display: block;}
.zzl_ww i {font-size: 58px;margin-right: 15px;}
/*  */
.zly_bc {padding: 80px 0;}

.zly_c ul {display: flex;flex-wrap: wrap;justify-content: space-between;}

.zly_c li {width: 31%;}

.zly_c li h5 {font-size: 30px;position: relative;padding: 10px;}

.zly_c li p {font-size: 18px;
    letter-spacing: 2px;
    text-align: justify;
    color: #666;line-height: 200%;margin-top: 6px;}

.zly_c li:nth-child(n+4) {margin-top: 46px;}

.zly_c li h5:before {content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3d6db8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;}

.zly_c li h5:after {content: "";
    width: 30px;
    height: 2px;
    background: #ff8f46;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;}
/**/
.rkh_qywh>p {width: 18%;}
.rkh_qywh .rkh_l>p {margin-top: 24px;}
/**/
/* 招商加盟 */
.zsj_c>h1 {text-align: center;font-size: 40px;}

.zsj_c>h1 span {color: #ff8f46;}

.zsj_c>ul {display: flex;justify-content: space-between;}

.zsj_c li {width: 32%;border: 1px solid #ddd;padding: 40px 52px;text-align: center;}

.zsj_c li i {border: 1px solid #ddd;font-size: 34px;display: inline-block;width: 68px;height: 68px;border-radius: 100%;text-align: center;line-height: 68px;color: #ff8f46;}

.zsj_c li p {line-height: 180%;font-size: 17px;margin-top: 17px;color: #555;}

.zsj_bc {padding: 80px 0;}
.zsj_c li b {display: block;font-size: 26px;margin-top: 22px;}

/*  */
.hyq_c>h1 {text-align: center;font-size: 38px;}

.hyq_c>h1 span {color: #3d6db8;}

.hyq_bc {position: relative;padding-bottom: 322px;overflow: hidden;padding-top: 88px}

.hyq_bc>p {position: absolute;bottom: 0;left: 0;}

.hyq_ic {margin-top: 60px;}

.hyq_c {position: relative;z-index: 2;}

.hyq_ic ul {display: flex;justify-content: space-between;}

.hyq_ic li {width: 19.2%;position: relative;padding-left: 20px;}

.hyq_ic li i {display: block;font-size: 36px;font-family: 'impact';}

.hyq_ic li em {display: block;font-size: 24px;color: #3d6db8;font-weight: bold;position: relative;padding-bottom: 20px;margin-top: 70px;}

.hyq_ic li p {margin-top: 30px;}

.hyq_ic li em:after {position: absolute;content: "";width: 26px;height: 2px;background: #333;left: 0;bottom: 0;}

.hyq_ic li p img {width: 100%;}

.hyq_ic li h1 {font-weight: normal;line-height: 190%;color: #444;margin-top: 20px;}

.hyq_ic li:after {position: absolute;content: "";width: 1px;height: 94%;background: #ddd;left: 0;top: 22px;}

.hyq_ic li:before {position: absolute;content: "";width: 7px;height: 7px;background: #333;border-radius: 100%;top: 20px;left: -3px;z-index: 2;}

.hyq_ic li:nth-child(2),.hyq_ic li:nth-child(4){top: 25px;}

.hyq_ic a {text-align: center;display: block;width: 150px;height: 46px;background: #ff8f46;color: #fff;margin: 50px auto 0;line-height: 46px;border-radius: 4px;}
/*  */
.gmq_bc {background: #3d6db8;color: #fff;padding: 80px 0;}
.gmq_c {display: flex;justify-content: space-between;}
.gmq_c>p {margin-right: 6%;margin-left: 14px;}
.gmq_l>h1 {font-size: 40px;display: inline-block;line-height: 158%;letter-spacing: 0.7px;}

.gmq_l>h1 span {display: block;letter-spacing: 6.9px;}

.gmq_ww>p span {display: inline-block;width: 56px;height: 56px;font-size: 30px;background: #ff8f46;border-radius: 100%;text-align: center;line-height: 56px;}

.gmq_ww>p span+span {margin-left: 10px;}

.gmq_wz em {display: flex;font-size: 28px;align-items: center;color: #3d6db8;justify-content: center;position: relative;}

.gmq_wz em+em {margin-top: 8px;}

.gmq_wz em i {display: inline-block;width: 8px;height: 8px;background: #ff8f46;transform: rotate(45deg);margin-right: 16px;}

.gmq_l>h2 {font-size: 36px;letter-spacing: 4.4px;color: #ff8f46;margin: 24px 0 36px;}

.gmq_pho {font-size: 18px;}

.gmq_pho b {font-size: 38px;}
.gmq_pho>i {font-size: 24px;margin-right: 10px;}
.gmq_l {width: 43%;min-width: 738px;margin-left: 4%;}

.gmq_wz {padding: 45px 30px 20px;position: relative;margin-top: -28px;background: #fff;border-radius: 4px;width: 99%;}

.gmq_ww>p {text-align: center;position: relative;z-index: 2;}

.gmq_ww {margin-top: 20px;}

.gmq_wz em:nth-child(1) {letter-spacing: 10px;right: -5px;}
.gmq_c>p img {
    width: 100%;
}
/* 6大实力优势 */
.lds_bc {padding: 80px 0 90px;background: #f2f8ff;}

.lds_tt {text-align: center;}

.lds_tt h1 {font-size: 40px;}

.lds_tt h1 i {color: #ff8f46;font-size: 48px;position: relative;top: 3px;}

.lds_tt p {font-size: 18px;color: #444;margin-top: 14px;}

.lds_ic {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 52px;}

.lds_item {width: 32%;background: #fff;}

.lds_item>p img {width: 100%;}

.lds_wz {background: #fff;padding: 40px;}

.lds_item:nth-child(n+4) {margin-top: 34px;}

.lds_wz>h1 {font-size: 28px;position: relative;padding-bottom: 20px;}

.lds_wz>h3 {font-weight: normal;font-size: 17px;line-height: 200%;color: #555;margin-top: 18px;}

.lds_wz>h1:after {position: absolute;content: "";}

.lds_wz>h1:after {position: absolute;content: "";width: 34px;height: 2px;background: #3d6db8;left: 0;bottom: 0;}
.lds_tt h1 span {color: #3d6db8;}
/*  */
.gnl_bc {background: #3d6db8;padding: 80px 0;color: #fff;}

.gnl_l>h1 {font-size: 40px;line-height: 160%;color: #ff8f46;}

.gnl_l>h1 span {display: block;letter-spacing: 12.5px;color: #fff;}

.gnl_wc>p img {width: 66px;position: relative;top: 3px;}

.gnl_wc {display: flex;align-items: center;margin: 24px 0;}

.gnl_wc>p {margin-right: 10px;}

.gnl_ww>em {font-size: 31px;letter-spacing: 3.3px;}

.gnl_ww>p {font-size: 22px;margin-top: 5px;}

.gnl_wz {display: flex;align-items: center;}

.gnl_wz>h4 {font-size: 32px;margin-left: 16px;color: #fff;padding: 9px 21px 10px;position: relative;top: 3px;background: #ff8f46;}

.gnl_l {width: 55.2%;min-width: 946px;}

.gnl_l>p {font-size: 32px;letter-spacing: 3.1px;margin-top: 10px;}

.gnl_l h5 span {width: 55px;height: 55px;background: #ff8f46;display: inline-block;border-radius: 100%;font-size: 30px;font-weight: normal;text-align: center;line-height: 55px;}

.gnl_l h5 span+span {margin-left: 9px;}
.gnl_hh {display: flex;align-items: center;margin-top: 34px;justify-content: space-between;}

.gnl_pho>i {font-size: 24px;margin-right: 8px;}

.gnl_pho>b {font-size: 36px;padding-right: 16px;color: #ff8f46;}

.gnl_pho {font-size: 20px;}
.gnl_c>p img {width: 100%;}

.gnl_c>p {width: 38%;margin-right: 2%;margin-left: 12px;}

.gnl_c {display: flex;align-items: center;justify-content: space-between;}
/*  */
.zmg_bc {padding: 80px 0 90px;}

.zmg_tt>h1 {font-size: 38px;}

.zmg_tt {text-align: center;}

.zmg_tt>h1 span {color: #ff8f46;}

.zmg_tt>p {font-size: 20px;color: #555;margin-top: 16px;}

.zmg_ic {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}

.zmg_item {width: 32.3%;text-align: center;background: #f2f8ff;padding: 50px;}

.zmg_item>i {display: block;background: #3d6db8;width: 64px;height: 64px;color: #fff;border-radius: 100%;text-align: center;line-height: 64px;font-size: 38px;margin: 0 auto;}

.zmg_item em {font-size: 28px;margin: 16px 0 12px;display: block;}

.zmg_item:nth-child(n+4) {margin-top: 26px;}

.zmg_item p {font-size: 18px;line-height: 180%;color: #555;}
/*  */
.jml_bc {background: #3d6db8;padding: 80px 0 0;color: #fff;}

.jml_r {display: flex;justify-content: space-between;top: 70px;position: relative;z-index: 2;}

.jml_l>h1 {font-size: 38px;line-height: 160%;color: #fff;}

.jml_l>h1 span {color: #ff8f46;}

.jml_l li {font-size: 18px;line-height: 180%;position: relative;padding-left: 18px;}

.jml_l li:after {position: absolute;content: "";width: 8px;height: 8px;background: #ff8f46;transform: rotate(45deg);left: 0;top: 12px;}

.jml_l li+li {margin-top: 16px;}

.jml_l>ul {margin-top: 27px;}

.jml_item {width: 32%;background: #fff;padding: 34px 40px;color: #333;box-shadow: 0 0 15px rgba(0,0,0,0.08);}

.jml_item>em {font-size: 24px;font-weight: bold;color: #3d6db8;}

.jml_item>p {line-height: 200%;color: #555;margin-top: 14px;font-size: 17px;text-align: justify;}
.jml_c {position: relative;}

.jml_c>p {position: absolute;right: 6%;top: -38px;width: 17%;}

.jml_c>p img {width: 100%;}
/*  */
.jms_c {padding: 148px 0 120px;}

.jms_tt {text-align: center;}

.jms_tt>h1 {font-size: 40px;}

.jms_tt>h1 span {color: #ff8f46;}

.jms_tt>p {color: #444;font-size: 20px;margin-top: 14px;}

.jms_cc {display: flex;flex-wrap: wrap;justify-content: space-between;}

.jms_ic {margin-top: 88px;position: relative;}

.jms_item {width: 39%;display: flex;align-items: center;padding: 22px 48px;box-shadow: 0 0 15px rgba(0,0,0,0.08);border-radius: 200px;}

.jms_item img {width: 84px;}

.jms_wz {margin-left: 26px;}

.jms_wz>em {font-size: 24px;font-weight: bold;}

.jms_wz>p {color: #555;line-height: 190%;font-size: 16px;margin-top: 10px;}

.jms_item:nth-child(n+3) {margin-top: 32px;}
.jms_ic>p {position: absolute;top: 49%;left: 50%;transform: translate(-50%,-50%);width: 29%;}

.jms_ic>p img {width: 100%;}
/*  */
.yzs_bc {background: #3d6db8;color: #fff;padding: 80px 0;}

.yzs_l {width: 50%;min-width: 858px;}

.yzs_l>h1 {font-size: 44px;letter-spacing: 7px;line-height: 150%;}

.yzs_l>h1 em {display: block;font-weight: bold;color: #ff8f46;}

.yzs_l>h1 span {letter-spacing: 13px;}

.yzs_ww>p span {width: 50px;height: 50px;background: #ff8f46;display: inline-block;font-size: 28px;border-radius: 100%;text-align: center;line-height: 52px;}

.yzs_ww>p span+span {margin-left: 10px;}

.yzs_ww>h1 {font-size: 26px;margin-top: 8px;}

.yzs_wz {display: flex;align-items: center;margin: 24px 0 32px;}

.yzs_wz>b {font-size: 48px;margin-left: 16px;font-style: italic;transform: scaleY(1.1);}

.yzs_l>em {background: #ff8f46;font-size: 21px;padding: 10px 21px;display: inline-block;}

.yzs_pc {display: flex;margin-top: 34px;align-items: center;}

.yzs_pc>p {font-size: 26px;}

.yzs_pho>i {font-size: 26px;margin-right: 10px;}

.yzs_pho {font-size: 18px;margin-left: 34px;}

.yzs_pho>b {font-size: 38px;}
.yzs_c {display: flex;justify-content: space-between;align-items: center;}
.yzs_c>p {margin-right: 4%;margin-left: 15px;}
.yzs_c>p img {width: 100%;}
/*  */
.hrj_item {width: 49%;background: #f2f8ff;}

.hrj_bc {padding: 90px 0;}

.hrj_l {background: #f2f8ff;padding: 54px;}

.hrj_item>p img {width: 100%;}

.hrj_l h1 {font-size: 32px;line-height: 160%;position: relative;padding-bottom: 16px;margin-bottom: 25px;color: #3d6db8;}

.hrj_item:nth-child(n+3) {margin-top: 36px;}

.hrj_l h1 span {display: block;}

.hrj_wz>p {color: #555;font-size: 18px;line-height: 200%;}

.hrj_l h1:after {position: absolute;content: "";width: 32px;height: 2px;background: #ff8f46;left: 0;bottom: 0;}

.hrj_wz>p+p {margin-top: 4px;}
.hrj_c {display: flex;flex-wrap: wrap;justify-content: space-between;}
/*  */
.xfk_bc {padding: 80px 0;background: #3d6db8;color: #fff;}

.xfk_l {width: 53%;min-width: 908px;}

.xfk_l>h1 {font-size: 40px;color: #ff8f46;}

.xfk_l>h2 {font-size: 37px;margin: 14px 0 30px;letter-spacing: 0.3px;}

.xfk_l>p {font-size: 22px;letter-spacing: 1px;}

.xfk_wz {display: flex;align-items: center;background: #fff;margin-top: 32px;}

.xfk_wz em {background: #ff8f46;font-size: 26px;font-weight: bold;padding: 6px 20px;}

.xfk_wz h3 {color: #3d6db8;font-size: 20px;padding-left: 15px;}

.xfk_pho {margin-top: 43px;font-size: 18px;}

.xfk_pho i {font-size: 26px;margin-right: 8px;}

.xfk_pho b {font-size: 36px;}
.xfk_c {display: flex;align-items: center;justify-content: space-between;}

.xfk_c>p img {width: 100%;}

.xfk_c>p {margin-right: 2%;margin-left: 14px;}
/*  */
.zlb_bc {padding: 80px 0 90px;}

.zlb_tt {text-align: center;}

.zlb_tt h1 {font-size: 38px;}

.zlb_tt h1 span {color: #ff8f46;}

.zlb_tt p {font-size: 20px;color: #555;margin-top: 14px;}

.zlb_ic {display: flex;justify-content: space-between;margin-top: 60px;align-items: center;}

.zlb_cc {width: 45%;}

.zlb_cc table {width: 100%;}

.zlb_cc table td:nth-child(1) {width: 11%;text-align: center;font-weight: bold;}

.zlb_cc table td:nth-child(2) {width: 89%;}

.zlb_cc table td {padding: 4px 16px;}
.zlb_wwz {display: flex;
    justify-content: space-between;
    margin-top: 62px;}

.zlb_l {width: 51.1%;}
.zlb_l img {
    width: 100%;
}
.zlb_item>em {font-size: 42px;
    font-weight: bold;
    display: inline-block;
    position: relative;}

.zlb_item>em i {position: absolute;
    font-weight: normal;
    font-size: 22px;
    background: #ff8f46;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    top: 3px;
    right: -30px;}

.zlb_item>p {font-size: 17px;
    color: #444;
    margin-top: 4px;}

.zlb_item {width: 22%;padding-left: 40px;}
/*  */
.dzx_bc {background: #3d6db8;color: #fff;padding: 80px 0;}
.dzx_l {width: 46%;min-width: 788px;margin-left: 2%;}
.dzx_l>h1 {font-size: 40px;line-height: 154%;letter-spacing: 3.5px;}

.dzx_l>h1 span {display: block;letter-spacing: 4.5px;color: #ff8f46;}

.dzx_l>ul {display: flex;margin: 18px 0 20px;}

.dzx_l>ul li {font-size: 22px;display: flex;align-items: center;}

.dzx_l li i {text-align: center;line-height: 46px;font-size: 28px;margin-right: 7px;}

.dzx_l li+li {margin-left: 26px;}

.dzx_l>h2 {background: #ff8f46;display: inline-flex;font-size: 26px;align-items: center;padding-left: 22px;}

.dzx_l>h2 span {background: #fff;color: #3d6db8;padding: 8px 18px 8px 20px;margin-left: 10px;}

.dzx_l>p {font-size: 28px;margin: 32px 0 40px;}

.dzx_l>p span {width: 50px;height: 50px;background: #ff8f46;display: inline-block;border-radius: 100%;text-align: center;line-height: 52px;}

.dzx_l>p span+span {margin-left: 10px;}

.dzx_pho {font-size: 18px;}

.dzx_pho i {font-size: 24px;margin-right: 8px;}

.dzx_pho b {font-size: 38px;}
.dzx_c {display: flex;justify-content: space-between;align-items: center;}

.dzx_c>p {margin-right: 4.5%;margin-left: 15px;}
.dzx_c>p img {
    width: 100%;
}
/*  */
.xzf_bc {padding: 80px 0 90px;}

.xzf_tt {text-align: center;}

.xzf_tt h1 {font-size: 38px;}

.xzf_tt h1 span {color: #3d6db8;}

.xzf_tt p {font-size: 20px;color: #555;margin-top: 12px;}

.xzf_ic {margin-top: 50px;display: flex;justify-content: space-between;}

.xzf_ic>p img {width: 100%;}

.xzf_ic>p {width: 31%;}

.xzf_r {width: 67.5%;display: flex;flex-wrap: wrap;justify-content: space-between;}

.xzf_item {width: 49%;background: #f2f8ff;padding: 40px;}

.xzf_item:nth-child(n+3) {margin-top: 16px;}

.xzf_item>h2 {font-size: 24px;position: relative;padding-bottom: 15px;margin-bottom: 17px;}

.xzf_item>h4 {font-size: 18px;color: #444;font-weight: normal;margin-top: 12px;line-height: 180%;}

.xzf_item>h2:after {position: absolute;content: "";width: 30px;height: 2px;background: #3d6db8;left: 0;bottom: 0;}
/*  */
.xsy_bc {background: #3d6db8;color: #fff;padding: 80px 0;}

.xsy_lt>b {display: block;font-size: 42px;letter-spacing: 6px;}

.xsy_lt>b span {color: #ff8f46;font-size: 48px;font-style: italic;margin-right: 8px;}

.xsy_l>h1 {font-size: 32px;background: #ff8f46;display: inline-block;padding: 6px 35px 7px;letter-spacing: 4px;margin: 26px 0 24px;}

.xsy_l {width: 42%;margin-left: 3%;min-width: 728px;}

.xsy_lt>em span {display: inline-block;width: 50px;height: 50px;border-radius: 100%;font-size: 28px;text-align: center;line-height: 50px;border: 1px solid #fff;}

.xsy_lt>em span+span {margin-left: 8px;}

.xsy_lt>em {display: block;margin-top: 20px;}

.xsy_l>h2 {font-size: 40px;line-height: 152%;}

.xsy_l>h2 span {display: block;letter-spacing: 6.2px;}

.xsy_l>ul {display: flex;margin: 26px 0 0;}

.xsy_l li i {font-size: 22px;margin-right: 12px;width: 44px;height: 44px;background: #ff8f46;color: #fff;border-radius: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);line-height: 44px;}

.xsy_l li {text-align: center;font-size: 20px;display: flex;align-items: center;background: #fff;color: #3d6db8;position: relative;padding: 8px 24px 8px 53px;border-radius: 60px;}

.xsy_l li+li {margin-left: 30px;}

.xsy_pho {font-size: 18px;margin-top: 36px;}

.xsy_pho i {font-size: 26px;margin-right: 10px;}

.xsy_pho span {font-size: 22px;font-weight: bold;}

.xsy_pho>b {font-size: 40px;color: #ff8f46;}
.xsy_lt>em span:nth-child(n+7) {border-color: #ff8f46;background: #ff8f46;}
.xsy_c {display: flex;justify-content: space-between;align-items: center;}
.xsy_c>p img {width: 100%;}
.xsy_c>p {margin-right: 5%;width: 43%;}
/*  */
.xyz_c {display: flex;flex-wrap: wrap;justify-content: space-between;}

.xyz_item {width: 49%;}

.xyz_bc {padding: 90px 0;}

.xyz_item>h1 {font-size: 38px;line-height: 150%;letter-spacing: 2px;}

.xyz_item>h1 span {display: block;letter-spacing: 3.4px;color: #ff8f46;}

.xyz_item>i {font-size: 18px;color: #555;margin-top: 15px;display: block;}

.xyz_item:nth-child(n+3) {margin-top: 30px;}

.xyz_img>p img {width: 100%;}

.xyz_img {position: relative;}

.xyz_img>i {width: 60px;height: 60px;border-radius: 100%;display: block;background: #3d6db8;text-align: center;line-height: 60px;font-size: 28px;color: #fff;margin-right: 18px;position: relative;top: 6px;}

.xyz_img>p {background: #333;height: 250px;display: none;}

.xyz_item+.xyz_item {display: flex;background: #f2f8ff;padding: 50px;}

.xyz_wz>h2 {font-size: 24px;}

.xyz_wz>p {color: #555;line-height: 180%;margin-top: 10px;font-size: 17px;}
/*  */
.ldy_c>h1 {text-align: center;font-size: 38px;}

.ldy_c>h1 span {color: #ff8f46;}

.ldy_ic {margin-top: 54px;display: flex;flex-wrap: wrap;justify-content: space-between;}

.ldy_item {width: 49%;display: flex;}

.ldy_img {display: flex;width: 49%;position: relative;}

.ldy_img img {width: 100%;}

.ldy_il {width: 106px;height: 115px;background: #3d6db8;text-align: center;color: #fff;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 14px;position: absolute;left: 17px;top: -15px;}
.ldy_il:after {position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 8px solid #234881;
    right: -8px;
    top: 0;}

.ldy_il i {font-size: 30px;font-weight: bold;}

.ldy_il em {font-size: 18px;font-weight: bold;}

.ldy_bc {padding: 80px 0 90px;}

.ldy_item:nth-child(n+3) {margin-top: 34px;}

.ldy_wz li {font-size: 17px;line-height: 180%;position: relative;padding-left: 18px;color: #555;}

.ldy_wz li+li {margin-top: 5px;}
.ldy_wz>ul {margin-top: 14px;}

.ldy_wz li:after {position: absolute;content: "";width: 7px;height: 7px;background: #ff8f46;left: 0;top: 12px;transform: rotate(45deg);}

.ldy_wz {width: 51%;padding: 30px 34px;background: #f2f8ff;}

.ldy_wz>h1 {font-size: 24px;font-weight: normal;color: #3d6db8;}

.ldy_wz>p {font-size: 17px;color: #555;line-height: 200%;margin-top: 14px;text-align: justify;}
/*  */
.tyh_bc {background: #3d6db8;color: #fff;padding: 80px 0;}
.tyh_l {width: 51%;min-width: 860px;}
.tyh_l>h1 {font-size: 31px;}

.tyh_l>ul {display: flex;margin: 32px 0 36px;}

.tyh_l li {font-size: 26px;background: #fff;color: #3d6db8;position: relative;padding: 4px 49px 7px 60px;margin-left: 16px;border-radius: 200px;letter-spacing: 2px;}

.tyh_l li+li {margin-left: 58px;}

.tyh_l li i {width: 56px;height: 56px;border-radius: 100%;background: #ff8f46;color: #fff;font-size: 28px;display: inline-block;margin-right: 12px;position: absolute;left: -15px;top: 50%;transform: translateY(-50%);text-align: center;line-height: 56px;}

.tyh_l>h2 {font-size: 26px;background: #ff8f46;display: inline-block;padding: 8px 38px;letter-spacing: 3px;font-weight: normal;border-radius: 200px;}

.tyh_wz h3 {font-size: 30px;letter-spacing: 2.6px;}

.tyh_wz {display: flex;align-items: center;margin: 33px 0 0;}

.tyh_wz p {font-size: 26px;font-weight: bold;margin-top: 3px;}

.tyh_wz em {font-size: 32px;margin-left: 20px;font-style: italic;color: #ff8f46;font-weight: bold;transform: scaleY(1.1);}

.tyh_pho i {font-size: 26px;margin-right: 8px;}

.tyh_pho {font-size: 18px;margin-top: 34px;}

.tyh_pho b {font-size: 38px;color: #ff8f46;}
.tyh_c {display: flex;justify-content: space-between;align-items: center;}

.tyh_c>p img {width: 100%;}

.tyh_c>p {width: 39.7%;margin-right: 4%;}
/**/
.zxb_l.zsjm_l>h1 {
    letter-spacing: 0.7px;
    font-size: 27px;
}
/**/
.jhq_bc {padding: 90px 0 0;}

.inner.jhq_c {display: flex;}

.jhq_l {position: relative;width: 55%;padding: 55px 60px 50px;background: #f2f8ff;}

.jhq_l>p {position: absolute;right: 79px;bottom: 0;width: 25%;}

.jhq_l>p img {width: 100%;}

.jhq_r {width: 45%;background: #3d6db8;color: #fff;padding: 50px 56px;}

.jhq_l>b {display: block;font-size: 40px;}

.jhq_l>em {font-size: 27px;margin-top: 20px;background: #ff8f46;display: inline-block;color: #fff;padding: 8px 26px;}

.jhq_wz {margin-top: 38px;font-size: 27px;color: #3d6db8;}

.jhq_wz>p+p {margin-top: 14px;}

.jhq_l>ul {margin-top: 46px;}

.jhq_l li {font-size: 18px;}

.jhq_l li b {font-size: 32px;color: #ff8f46;}

.jhq_l li+li {margin-top: 15px;}

.jhq_l li i {font-size: 22px;margin-right: 12px;}

.jhq_r h1 {font-size: 28px;line-height: 152%;}

.jhq_r h1 span {color: #ff8f46;}

.jhq_r h1 em {display: block;font-weight: bold;}

.jhq_r>p {font-size: 26px;margin: 12px 0 26px;letter-spacing: 3px;color: #ff8f46;}

.jhq_r ul {display: flex;flex-wrap: wrap;justify-content: space-between;}

.jhq_r li {width: 49%;position: relative;}

.jhq_r li:last-child {width: 100%;margin-top: 11px;}

.jhq_r li input {background: #fff;

    padding-left: 40px;
    border-radius: 0;height: 42px;width: 100%;border: none;}

.jhq_r li i {color: #555;
    position: absolute;
    top: 49%;
    left: 20px;
    transform: translateY(-50%);}

.jhq_r li em {color: red;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);}

.jhq_r li textarea {background: #fff;

    border: none;

    width: 100%;
    height: 68px;

    font-size: 15px;
    font-family: "Microsoft YaHei";padding: 11px 0 0 40px;}


.jhq_r li:last-child i {top: 22px;
    left: 20px;}

.jhq_r>i {display: block;font-size: 18px;margin-bottom: 14px;}

.jhq_btn input {border: none;background: #fff;

    border-radius: 0;

    font-size: 18px;padding: 8px 54px;}

input.jhq_submit {background: #ff8f46;color: #fff;}

.jhq_btn {margin-top: 12px;}

.jhq_r>span {display: block;font-size: 18px;margin-top: 19px;}
input.jhq_reset {
    margin-left: 6px;
}
/**/
.rkh_zsjm>p {width: 15%;}
/**/
/*  */
.kkz_bc {padding: 80px 0 90px;}

.kkz_tt {text-align: center;}

.kkz_tt b {font-size: 38px;line-height: 160%;}

.kkz_tt b span {color: #ff8f46;}

.kkz_tt p {color: #555;font-size: 20px;margin-top: 8px;}

.kkz_ic ul {width: 36%;}

.kkz_ic {display: flex;align-items: center;justify-content: space-between;position: relative;margin-top: 66px;}

.kkz_ic>p {position: absolute;left: 50%;transform: translateX(-50%);top: 0;width: 13.2%;}

.kkz_ic>p img {width: 100%;}

.kkz_ic li {display: flex;width: 100%;}

.kkz_ic li img {width: 42px;}

.kkz_wz>b {display: block;font-size: 28px;}

.kkz_wz>p {font-size: 17px;color: #444;line-height: 200%;margin-top: 14px;}

.kkz_l .kkz_wz {text-align: right;margin-right: 20px;}

.kkz_ic li+li {margin-top: 50px;}

.kkz_l li {justify-content: flex-end;}

.kkz_r .kkz_wz {margin-left: 20px;}
.kkz_l li>i,.kkz_r li>i {display: none;}
/*  */
.xsh_bc {background: #3d6db8;color: #fff;padding: 80px 0;}

.xsh_tt {display: flex;align-items: center;margin-bottom: 28px;}

.xsh_tt span {width: 58px;height: 58px;display: inline-block;font-size: 32px;background: #ff8f46;text-align: center;line-height: 58px;border-radius: 100%;}

.xsh_tt span+span {margin-left: 10px;}

.xsh_tt>i {font-size: 38px;margin-left: 20px;letter-spacing: 14.2px;}

.xsh_l>p {font-size: 22px;margin-bottom: 26px;}

.xsh_l>p span {font-size: 34px;font-weight: bold;}

.xsh_l {width: 50%;min-width: 858px;}

.xsh_l>h1 {font-size: 40px;line-height: 158%;margin-top: 30px;letter-spacing: 5px;}

.xsh_l>h1 span {display: block;letter-spacing: 5.8px;}

.xsh_pho i {font-size: 26px;margin-right: 8px;}

.xsh_pho {font-size: 20px;margin-top: 30px;}

.xsh_pho b {font-size: 38px;color: #ff8f46;}

.xsh_p {background: #ff8f46;font-size: 26px;padding: 8px 24px;display: inline-block;}
.xsh_p span{font-weight: bold;}
.xsh_c {display: flex;justify-content: space-between;align-items: center;}
.xsh_c>p img {width: 100%;}
.xsh_c>p {width: 40.3%;margin-right: 3%;}
/*  */
.gjd_bc {padding: 90px 0;background: #f2f8ff;}

.gjd_c {display: flex;align-items: center;justify-content: space-between;padding: 0 2%;}

.gjd_l>h1 {font-size: 38px;line-height: 160%;position: relative;padding-bottom: 30px;}

.gjd_l>h1 span {display: block;color: #3d6db8;}

.gjd_wz {margin-top: 42px;}

.gjd_wz h2 {font-weight: normal;font-size: 18px;line-height: 180%;}

.gjd_wz h2+h2 {margin-top: 10px;}

.gjd_pho {margin-top: 50px;font-size: 18px;}

.gjd_pho i {font-size: 24px;margin-right: 8px;}

.gjd_pho b {font-size: 38px;color: #ff8f46;}

.gjd_l {width: 43%;}

.gjd_l>h1:after {position: absolute;content: "";width: 34px;height: 2px;background: #3d6db8;left: 0;bottom: 0;}

.gjd_r {width: 46%;}

.gjd_item {display: flex;align-items: center;background: #fff;padding: 30px 38px;justify-content: space-between;}

.gjd_il h1 {font-size: 24px;}

.gjd_il p {font-size: 17px;color: #555;line-height: 180%;margin-top: 10px;}

.gjd_item+.gjd_item {margin-top: 32px;}

.gjd_item>i {width: 74px;height: 74px;background: #3d6db8;color: #fff;border-radius: 100%;text-align: center;line-height: 74px;flex-shrink: 0;font-size: 40px;}

.gjd_il {margin-right: 36px;}

.gjd_item:nth-child(odd) {position: relative;left: -100px;}

/*  */
.ygp_bc {padding: 90px 0;}

.ygp_tt {font-size: 36px;font-weight: bold;text-align: center;}

.ygp_tt span {color: #ff8f46;}

.ygp_ic {margin-top: 60px;}

.ygp_item {display: flex;justify-content: space-between;align-items: center;}

.ygp_l {width: 47%;}

.ygp_item>p img {width: 100%;}

.ygp_item>p {width: 47%;}

.ygp_item:nth-child(2) {flex-direction: row-reverse;}

.ygp_l>i {font-size: 48px;color: #333;}

.ygp_l>h1 {font-size: 28px;padding-bottom: 24px;margin-bottom: 30px;position: relative;margin-top: 20px;}

.ygp_l>h3 {font-weight: normal;font-size: 17px;line-height: 200%;text-align: justify;}

.ygp_item+.ygp_item {margin-top: 60px;}

.ygp_l>h1:after {position: absolute;content: "";width: 34px;height: 2px;background: #3d6db8;left: 0;bottom: 0;}
/*  */
.bzs_bc {padding: 80px 0 90px;}

.bzs_tt {text-align: center;}

.bzs_tt>h1 {font-size: 38px;line-height: 160%;}

.bzs_tt>h1 span {color: #3d6db8;}

.bzs_tt>h1 i {font-size: 44px;position: relative;top: 2px;color: #ff8f46;}

.bzs_tt>p {color: #555;font-size: 18px;margin-top: 8px;}

.bzs_ic {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}

.bzs_item {width: 32%;background: #f2f8ff;}

.bzs_item p img {width: 100%;}

.bzs_wz {background: #f2f8ff;padding: 44px;}

.bzs_item:nth-child(n+4) {margin-top: 40px;}

.bzs_ti {display: flex;align-items: center;}

.bzs_ti i {width: 58px;height: 54px;background: #3d6db8;color: #fff;font-size: 34px;font-weight: bold;text-align: center;line-height: 54px;border-radius: 16px 0 16px 0;flex-shrink: 0;}

.bzs_ti h1 {font-size: 30px;margin-left: 16px;}

.bzs_ti h1 span {font-weight: normal;font-size: 14px;display: block;color: #666;margin-top: 5px;text-transform: uppercase;}

.bzs_wz h4 {color: #333;font-weight: normal;font-size: 17px;line-height: 200%;margin-top: 19px;}
/*  */
.cyy_bc {padding: 80px 0 90px;}

.cyy_tt {text-align: center;}

.cyy_tt h1 {font-size: 40px;line-height: 160%;}

.cyy_tt h1 i {color: #ff8f46;font-size: 46px;position: relative;top: 3px;}

.cyy_tt h1 span {color: #3d6db8;}

.cyy_tt p {font-size: 18px;color: #555;line-height: 180%;margin-top: 2px;}

.cyy_ic {margin-top: 60px;}

.cyy_item {display: flex;justify-content: space-between;align-items: center;}

.cyy_l {width: 48%;}

.cyy_item>p img {width: 100%;}

.cyy_item>p {width: 47.55%;}

.cyy_item:nth-child(even) {flex-direction: row-reverse;}

.cyy_item+.cyy_item {margin-top: 70px;}

.cyy_ti {display: flex;align-items: center;}

.cyy_ti>i {width: 58px;height: 56px;background: #3d6db8;text-align: center;line-height: 56px;color: #fff;font-size: 36px;font-weight: bold;border-radius: 16px 0 16px 0;margin-right: 20px;}

.cyy_ti h1 {font-size: 34px;position: relative;top: -3px;}

.cyy_ti h1 span {font-weight: normal;font-size: 12px;text-transform: uppercase;color: #888;display: block;margin-top: 5px;}

.cyy_l>ul {margin-top: 40px;}

.cyy_l li {line-height: 200%;color: #333;position: relative;padding-left: 20px;font-size: 18px;}

.cyy_l li:after {position: absolute;content: "";width: 7px;height: 7px;transform: rotate(45deg);background: #3d6db8;left: 0;top: 12px;}

.cyy_l li+li {margin-top: 12px;}
.cyy_item:nth-child(even) .cyy_l {padding: 0 50px 0 62px;}

.cyy_item:nth-child(odd) .cyy_l {padding: 0 50px 0 62px;}
/*  */
.hzg_bc {padding: 80px 0 0;}

.hzg_tt {text-align: center;}

.hzg_tt h1 {font-size: 38px;line-height: 160%;}

.hzg_tt h1 span {color: #ff8f46;}

.hzg_tt p {font-size: 18px;color: #666;margin-top: 8px;}

.hzg_ic {margin-top: 50px;display: flex;justify-content: space-between;}

.hzg_ic>p img {width: 100%;}

.hzg_ic>p {width: 29%;}

.hzg_ic>ul {width: 69.4%;display: flex;flex-wrap: wrap;justify-content: space-between;}

.hzg_ic>ul li {width: 49%;background: #f2f8ff;padding: 38px 40px;position: relative;overflow: hidden;}

.hzg_ic>ul li:nth-child(n+3) {margin-top: 24px;}

.hzg_ic li i {position: absolute;right: 34px;top: 36px;width: 46px;height: 46px;background: #3d6db8;color: #fff;border-radius: 100%;text-align: center;line-height: 46px;font-size: 24px;font-weight: bold;}

.hzg_ic li i:after {position: absolute;content: "";width: 1px;height: 40px;background: #3d6db8;left: 50%;bottom: 45px;}

.hzg_ic li em {font-size: 28px;font-weight: bold;position: relative;display: block;padding-bottom: 20px;margin-bottom: 18px;}

.hzg_ic li p {color: #555;font-size: 18px;line-height: 180%;}

.hzg_ic li em:after {position: absolute;content: "";width: 30px;height: 2px;background: #3d6db8;left: 0;bottom: 0;}
/*  */
.txz_bc {background: #f2f8ff;padding: 80px 0 90px;}

.txz_tt {text-align: center;}

.txz_tt h1 {font-size: 40px;line-height: 160%;}

.txz_tt h1 span {color: #3d6db8;}

.txz_tt p {font-size: 28px;margin: 14px 0 18px;display: inline-block;background: #ff8f46;padding: 6px 36px 8px;color: #fff;border-radius: 300px;}

.txz_yx span {display: inline-block;font-size: 28px;text-align: center;}

.txz_yx span+span {margin-left: 8px;}

.txz_c ul {display: flex;justify-content: space-between;margin-top: 60px;position: relative;}

.txz_pho {text-align: center;margin-top: 56px;font-size: 20px;}

.txz_c li {text-align: center;width: 126px;height: 126px;background: #3d6db8;border-radius: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #fff;position: relative;z-index: 2;}

.txz_c li i {font-size: 44px;}

.txz_c li em {font-size: 20px;margin-top: 4px;}

.txz_pho i {font-size: 28px;margin-right: 10px;position: relative;top: 2px;}

.txz_pho b {font-size: 40px;color: #ff8f46;}

.txz_c ul:after {position: absolute;content: "";width: 100%;height: 1px;border-top: 1px dashed #214e94;top: 49.6%;}

.txz_c li:after {position: absolute;content: "";width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #063c91;top: 50%;transform: translateY(-50%);right: -38px;}

.txz_c li:last-child:after {display: none;}
/*  */
.rjd_bc {padding: 80px 0 90px;}

.rjd_tt {text-align: center;}

.rjd_tt h1 {font-size: 38px;line-height: 160%;}

.rjd_tt p {font-size: 20px;color: #555;margin-top: 4px;}

.rjd_tt h1 span {color: #3d6db8;}

.rjd_ic {margin-top: 50px;}

.rjd_tc {display: flex;justify-content: space-between;}

.rjd_tl {width: 32.8%;}

.rjd_tl img {width: 100%;}

.rjd_tr {width: 66.3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.rjd_item {background: #f2f8ff;
    position: relative;display: flex;align-items: flex-start;}

.rjd_tr .rjd_item {padding: 40px;
    width: 49.3%;}

.rjd_tb {display: flex;
    justify-content: space-between;
    margin-top: 16px;}

.rjd_tb .rjd_item {width: 32.8%;
    padding: 40px 38px;}

.rjd_tr .rjd_item:nth-child(n+3) {margin-top: 16px;}

.rjd_img i {width: 60px;height: 60px;background: #3d6db8;display: block;color: #fff;border-radius: 100%;text-align: center;line-height: 60px;font-size: 30px;margin-right: 18px;}

.rjd_wz h2 {font-size: 24px;}

.rjd_wz p {line-height: 200%;font-size: 17px;margin-top: 10px;color: #555;text-align: justify;}
/*  */
.jtz_bc {padding: 80px 0;background: #f2f8ff;position: relative;}

.jtz_c {display: flex;align-items: center;justify-content: space-between;padding-left: 2%;padding-right: 9%;}

.jtz_l>b {font-size: 40px;}

.jtz_l li {font-size: 24px;}

.jtz_l li i {font-size: 26px;margin-right: 13px;}

.jtz_l li+li {margin-top: 24px;}

.jtz_l li p {display: inline;}

.jtz_l li b {font-size: 30px;}

.jtz_l>ul {margin-top: 44px;}

.jtz_l>b span {color: #ff8f46;}

.jtz_ewm img {width: 100%;}

.jtz_ewm {width: 11%;text-align: center;min-width: 164px;}

.jtz_ewm>p {background: #fff;padding: 6px;margin: 4px 0;}

.jtz_ewm>i:first-child {letter-spacing: 2px;}

.jtz_ewm>i {font-size: 19px;}

.jtz_c>p {position: absolute;left: 60%;width: 10.5%;bottom: 0;}

.jtz_c>p img {width: 100%;}
.jtz_l {letter-spacing: 1px;}
/*Mobile navigation*/
.burger {display: none;}
.burger{width: 36px;height: 28px;position: absolute;cursor: pointer;right: 0;top: 50%;transform: translateY(-50%);z-index: 100;}
.burger:before,.burger:after,.burger i{content: '';width: 100%;height: 3px;background-color: #020202;position: absolute;left: 50%;transform: translateX(-50%);}
.burger:before,.burger:after{transition: all 0.3s ease-in-out;transform-origin: center;}
.burger:before{top: 0;}
.burger:after{bottom: 0;}
.burger i{top: 13px;}
.mn_bc {
    position: fixed;
    right: 0;
    top: 0;
    background: #020202;
    z-index: 999;
    /* padding: 5%; */
    width: 31%;
    height: 100%;
    transition: all .5s;
    transform-origin: right;
    transform: rotateY(90deg);
}
.mn_bc.on{
    transform: rotateY(0);
}
.mn_bg{
    transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
}
.mn_bg.on {
    z-index: 998;
    opacity: 1;
}
.mn_btn {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.mn_btn span {
    font-size: 28px;
    background: #cc0001;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    display: none;
}
.mn_tit {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.mn_tit img {
    width: 100%;
}

.mn_tit>p {
    width: 82%;
}

.mn_tit span {
    font-size: 24px;
    color: #333;
}

.mn_nav>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}
.mn_nav>li ul{
    /* display: none; */
    /* padding: 15px 0; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mn_nav>li>p a {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    line-height: 70px;
    padding-left: 30px;
    font-size: 17px;
}

.mn_nav>li>p span {
    font-size: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    display: none;
}
.mn_nav>li:last-child>p span {
    display: none;
}
.mn_nav ul a {
    font-size: 15px;
    /* padding: 18px 0 18px 34px; */
    display: block;
    /* border-bottom: 1px solid rgba(255,255,255,0.1); */
    color: rgba(255,255,255,0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 200%;
    padding-left: 30px;
}
.iconjia:before{
    transition: all .5s;
}
.cas_cc .iconjia:before{transition: all 0s;}
.mn_nav>li.active>p span:before {
    transform: rotate(45deg);
}
.mn_c{height: 100%;overflow: auto;}
.abo_bc .ser_tit>p {line-height: 100%;}
/*Mobile bottomnav*/
.mbn_bc ul {
    display: flex;
    justify-content: space-around;
}

.mbn_bc ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 100%;
    padding: 12px 0;
}

.mbn_bc li a {
    text-align: center;
}
.mbn_bc li a *{color:#fff;}

.mbn_bc li i {
    margin-top: 3px;
    font-size: 16px;
}

.mbn_bc li span {
    font-size: 20px;
}
.mbn_bc {
    box-shadow: 0px -6px 7px -8px rgba(0,0,0,0.1);
    position: fixed;
    bottom: 0;
    background: #cc0001;
    left: 0;
    width: 100%;
    z-index: 98;
    display: none;
    border-top: 1px solid #eb8383;
}
.mbn_bc li.on i,.mbn_bc li.on span {
    color: #fff;
}
.mbn_bc li.on{
    background: #FF9800;
}

.logo_mnwz>h1 {
    font-size: 22px;
    color: #3d6db8;
}

.logo_mnwz>h2 {
    font-size: 18px;
    font-weight: normal;
}

.mn_nav>li>p:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 12px;
    top: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
    transform: translateY(-50%);
}

.mn_nav>li ul li:first-child {
    margin-top: 15px;
}

.mn_nav>li ul li:last-child {
    margin-bottom: 15px;
}

.mn_nav>li:nth-child(1) p:after {
    opacity: 0;
}

.mn_nav>li:hover>p a, .mn_nav>li ul li:hover a {
    color: #fff;
}
.mn_nav li i {
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.mn_nav li+li {
    margin-top: 2px;
}
.mn_nav li {
    position: relative;
}