/* normalize begin
   ========================================================================== */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
    /*filter: grayscale(1);*/
}

body {
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-variant: normal;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

/* normalize finish
   ========================================================================== */

.container section {
    /*min-height: 950px;*/
    /*margin-top: 80px;*/
}

aside {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    transition: all .25s;
    background: transparent;
}

aside.aside_fix {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(18, 18, 18, .12);
}

aside.aside_fix .head_c .logo h1 {
    background: url(/assets/image/logo_scroll.png);
    background-size: cover;
}

aside.aside_fix .head_c ul.menus > li > a.menus_link {
    color: rgb(69, 71, 71);
}

.head_c {
    width: 1200px;
    height: 85px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.head_b {
    display: none;
}

.head_c .logo {

}

.head_c .logo h1 {
    display: block;
    background: url(/assets/image/logo_normal.png);
    height: 60px;
    width: 220px;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% 100%;

}

.head_c ul.menus {
    display: flex;
    align-items: center;
    width: 800px;
    justify-content: space-between;
}


.head_c ul.menus > li {
    position: relative;
}

.head_c ul.menus > li:nth-child(7) {
    /*display: none;*/
}

/*.head_c ul.menus > li:hover > ul.menus_sub {*/
/*    display: block;*/
/*}*/

.head_c ul.menus > li > a.menus_link {
    color: #FFFFFF;
    font-size: 16px;
    /*font-weight: 600;*/
    padding: 5px 10px;
}

.head_c ul.menus > li > ul.menus_sub {
    display: none;
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    top: 20px;
    padding: 25px 20px 15px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.head_c ul.menus > li > ul.menus_sub > li {
    font-size: 25px;
}

.head_c ul.menus > li > ul.menus_sub > li > a.menus_sub_link {
    font-size: 16px;
    color: #707070;
    transition: all .25s;
}

.head_c ul.menus > li > ul.menus_sub > li > a.menus_sub_link i {
    margin-left: 15px;
    font-weight: 600;
    margin-right: 5px;
    font-size: 18px;
}

.head_c ul.menus > li > ul.menus_sub > li > a.menus_sub_link:hover {
    color: rgb(5, 46, 88);
    text-decoration: underline;
}

.banner_video {
    display: block;
    height: 700px;
    width: 100%;
    position: relative;
    margin-top: -75px;
    overflow: hidden;
}

.banner_video .video {
    width: 2560px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
    z-index: 1;
}

.banner_video div.opa {
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .2;
}

.banner_index {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 3;
    background: #0056A0;
}

.banner_index .swiper-section {
    width: 100%;
    height: 100vh;
}

.banner_index .swiper-wrapper {
    width: 100%;
    height: 100%;
}


.swiper-slide {

}

.swiper-slide .slide_title {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    max-width: 700px;
    margin-top: 200px;
}

.swiper-slide .slide_title_line {
    margin-top: 15px;
    height: 2px;
    width: 50%;
    background: #FFFFFF;
    max-width: 700px;
}

.swiper-slide .slide_desc {
    font-size: 18px;
    margin: 15px 0 50px 0;
    max-width: 700px;

}

.swiper-slide .slide_link {
    text-align: center;
    border-radius: 20px;
    transition: all .25s;
    background: #008AD3;
    border: 1px solid #008AD3;
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide .slide_link a {
    color: #FFFFFF;
    display: block;
    transition: all .25s;
    font-size: 16px;
}

.swiper-slide .slide_link a i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: -2px;
}

.swiper-slide .slide_link:hover {
    background: #0056A0;
    border: 1px solid #FFFFFF;
}

.swiper-slide .slide_link:hover a {
}


.swiper-slide .swiper-info {
    width: 1200px;
    height: 650px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.swiper-slide .swiper-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.swiper-slide .swiper-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner_index {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.partner_index .items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.partner_index .items .item {
    width: 10%;
    overflow: hidden;
    position: relative;
    cursor: pointer;

}

.partner_index .items .item img {
    width: 100%;
    transition: all .25s;
    display: block;
}

.partner_index .items .item .opa {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: .45;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
}

.partner_index .items .item .opa:hover {
    opacity: 0;
}

.partner_index .items .item:hover img {
    transform: scale(1.2);
}

.container_index {
    margin: 100px auto 30px auto;
}

.title_index {
    width: 1200px;
    margin: 15px auto;
}

.title_index p {
    font-size: 50px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.title_index p .sub {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #555555;
    margin-top: 10px;
}

.count_num {
    width: 380px;
    height: 220px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    margin-top: -110px;
}

.count_num_num {
    display: flex;
    align-items: center;
    justify-content: center;
}

.count_num_num h2 {
    font-size: 100px;
    color: #333333;
}

.count_num_num span {
    font-size: 80px;
    font-weight: 600;
    color: #333333;
}

.count_num_desc {
    text-align: center;
    font-size: 35px;
    color: #333333;
    font-weight: 600;
}

.wrap_index {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #3E88F1;

}

.core_section_index {
    width: 1200px;
    height: 470px;
    background-image: url(/assets/image/pre-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 auto;
}

.core_section_index .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.core_section_index .items .item {
    width: 50%;
    margin-bottom: 30px;
}

.core_section_index .items .item .item_img {

}

.core_section_index .items .item .item_img img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.core_section_index .items .item .item_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.core_section_index .items .item .item_desc {
    text-align: center;
    width: 500px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 15px;
}

.section_index {
    width: 1200px;
    margin: 0 auto;
}

.about_section_index {

}

.about_section_index .section_desc {
    font-size: 18px;
    color: #8E8E8E;
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.about_section_index .items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.about_section_index .items .item {
    position: relative;
    width: 300px;
    height: 222px;
}

.about_section_index .items .item img {
    width: 100%;
    height: 100%;
    display: block;
}

.about_section_index .items .item p {
    position: absolute;
    z-index: 3;
    font-size: 20px;
    color: #FFFFFF;
    top: 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
    line-height: 222px;
}

.about_section_index .items .item .opa {
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5;
}

.footer {
    width: 100%;
    background: #F8F8F8;
    /*height: 250px;*/
    /*margin-top: 100px;*/
}

.footer .container_index {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
}

.footer .container_index .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 225px;
    color: #666666;
}

.footer .container_index .row > div {
    width: 35%;
}

.footer .container_index .row .maps {
    border-right: 2px solid #C6C6C6;
    padding-right: 25px;
}

.footer .container_index .row .maps img {
    display: block;
    border-bottom: 2px solid #C6C6C6;
    padding-bottom: 10px;
    width: 355px;
    object-fit: cover;
}

.footer .container_index .row .maps .list {
    /*display: flex;*/
    margin-top: 15px;
}

.footer .container_index .row .maps .list p {
    line-height: 30px;
    font-size: 14px;
}

.footer .container_index .row .maps .list p span {

}

.footer .container_index .row .maps .list .list_title {
    margin-right: 25px;
    font-weight: 600;
    font-size: 16px;
}

.footer .container_index .row .maps .list .list_wrap {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
}

.footer .container_index .row .maps .list .list_wrap a {
    color: #CCCCCC;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .5s;
}

.footer .container_index .row .maps .list .list_wrap a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer .container_index .row .links {
    margin-left: 25px;
    border-right: 2px solid #C6C6C6;
    padding-right: 25px;
    height: 100%;

}

.footer .container_index .row .links div {
    margin-top: 15px;
}

.footer .container_index .row .links div:first-child {
    margin-top: 50px;
}

.footer .container_index .row .links div a {
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 60px;
    color: #666666;
}

.footer .container_index .row .links div a:last-child {
    margin-right: 0;
}

.footer .container_index .row .contact {
    margin-top: 30px;
    width: 180px;
}


.footer .container_index .row .contact img {
    display: block;
    margin: 0 auto;
    width: 115px;
}

.footer .container_index .row .contact p {
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer .container_index .row .contact p i {
    font-size: 32px;
    margin-right: 10px;
}

.footer .container_index .copyright {
    text-align: center;
    margin: 0 auto;
    background: #4D4D4D;
    height: 60px;
    line-height: 60px;
    color: #FBFBFB;
}

.footer .copyright {
    text-align: center;
    margin: 0 auto;
    height: 65px;
    line-height: 65px;
    background: #0056A0;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

.footer .copyright span {

}

.footer .copyright .__copyright {
    margin-right: 5px;
}

.footer .copyright .__beian,
.footer .copyright .__gongwang {
    display: flex;
    align-items: center;
}

.footer .copyright .__beian img,
.footer .copyright .__gongwang img {
    margin-right: 2.5px;
}

.footer .copyright .__beian img {
    width: 18px;
    height: 18px;
}

.footer .copyright .__beian a,
.footer .copyright .__gongwang a {

}

.footer .copyright b {
    font-weight: normal;
    padding: 0 10px;
}

.news_section_index {
    width: 1200px;
    margin: 0 auto;
}

.news_section_index .items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news_section_index .items .item {
    width: 275px;
    padding: 5px 10px;
    box-shadow: 0 5px 11px 0 rgba(210, 210, 210, .5);
    height: 420px;
    position: relative;
}

.news_section_index .items .news_thumb {

}

.news_section_index .items .news_thumb a {
    display: block;
    width: 275px;
    height: 200px;
    overflow: hidden;
}

.news_section_index .items .news_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: cover;
}

.news_section_index .items .item:hover img {
    transform: scale(1.15);
}

.news_section_index .items .news_title {
    margin-top: 10px;
}

.news_section_index .items .news_title a {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    height: 65px;
    overflow: hidden;
    display: block;
}

.news_section_index .items .news_desc {

    line-height: 25px;
}

.news_section_index .items .news_desc a {
    color: #777777;
    font-size: 14px;
}

.news_section_index .items .news_time {
    position: absolute;
    color: #707070;
    font-size: 15px;
    bottom: 5px;
    letter-spacing: .8px;
}

:root {
    --swiper-theme-color: #FFFFFF;
}


.banner_common {
    height: 375px;
    padding: 0;
    background-image: url(/assets/image/banner_01.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    margin-top: -75px;
    overflow: hidden;
}

.banner_yw {
    background: url("/assets/image/banner_02.jpg");
    background-size: cover;

}

.banner_qywh {
    background: url("/assets/image/banner_03.jpg");
    background-size: cover;

}


.banner_stq {
    background: url("/assets/image/banner_04.jpg");
    background-size: cover;

}

.banner_news {
    background: url("/assets/image/banner_005.jpg");
    background-size: cover;
}

.banner_pi {
    background: url("/assets/image/banner_09.jpg");
    background-size: cover;
}


.banner_job {
    background: url("/assets/image/banner_06.jpg");
    background-size: cover;
}

.banner_fzlc {
    height: 550px;
    padding: 0;
    background: #003F8D;
    background-image: url(/assets/image/b3.jpg);
    display: block;
    width: 100%;
    position: relative;
    margin-top: -75px;
    overflow: hidden;
}

.banner_gszl {
    height: 550px;
    padding: 0;
    background: #003F8D;
    background-image: url(/assets/image/b4.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    margin-top: -75px;
    overflow: hidden;
}

.banner_zzjg {
    height: 550px;
    padding: 0;
    background: #003F8D;
    background-image: url(/assets/image/b4.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    margin-top: -75px;
    overflow: hidden;
}

.banner_article {
    height: 300px;
    padding: 0;
    background: #003F8D;
    background-image: url(/assets/image/b4.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    margin-top: -75px;
    overflow: hidden;
}

.banner_content {
    height: 200px;
    padding: 0;
    background: #003F8D;
    background-image: url(/assets/image/b4.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.banner_news .channel_area {
    width: 1200px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    margin-top: 125px;
    z-index: 2;
    text-align: center;
}

.banner_common .channel_area {

}

.banner_common .channel_area .channel_title {

}

.banner_common .channel_area .channel_title b {
    background: url(/assets/image/k.png);
    width: 70px;
    height: 70px;
    position: absolute;
    left: -30px;
    top: -20px;
    background-size: cover;
}

.banner_news .channel_area .channel_title {
    font-size: 37.5px;
    letter-spacing: 5px;
    position: relative;
}

.banner_news .channel_area .channel_title_line {
    margin: 0 auto;
    width: 65px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 25px;
    margin-top: 10px;
}

.banner_opa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #077DFF;
    opacity: 0;
    z-index: 1;
}

.banner_common .channel_area {
    width: 900px;
    /*height: 150px;*/
    position: absolute;
    left: 50%;
    margin-left: -450px;
    margin-top: 260px;
    z-index: 2;
    text-align: left;
}

.banner_article .channel_area {
    width: 1200px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    margin-top: 185px;
    z-index: 2;
    text-align: left;
}

.banner_common .channel_area .channel_title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 10px;
    text-shadow: 0 1px 1px #555555;
}

.banner_article .channel_area .channel_title {
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px #555555;
}

.banner_common .channel_area .channel_subtitle {
    font-size: 18px;
    text-shadow: 0 1px 2px #555555;
}

.banner_article .channel_area .channel_subtitle {
    font-size: 18px;
    text-shadow: 0 1px 2px #555555;
}

.banner_common .channel_area .channel_title_line {
    margin: 0 auto;
    width: 65px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 25px;
    margin-top: 10px;
}

.banner_content .channel_area {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
    text-align: left;
    top: 120px;
    margin-top: unset;
}

.banner_content .channel_area .channel_title {
    font-size: 30px;
    letter-spacing: 2.5px;
    text-shadow: 0 1px 2px #555555;
}

.banner_content .channel_area .channel_subtitle {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px #5555
}

.channel_block {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.page_container {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.page_container:nth-of-type(odd) {
    background: #F5F5F5;
}

.channel_block_list p {
    font-size: 16px;
    color: #595959;
    line-height: 35px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.channel_block_list p:last-child {
    margin-bottom: 0;
}

.channel_block_list b {

}

.channel_block_title {
    text-align: center;
}

.channel_block_title p {
    color: #003E8C;
    font-size: 35px;
    letter-spacing: 5px;
    font-weight: 600;
}

.channel_block_title b {
    color: #7C7C7C;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
}

.channel_block_info {

}

.channel_block_info p {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    color: #525252;
}

.channel_block_info p b {
    color: #003E8C;
    font-size: 20px;
    font-weight: 600;
}

.time_base {
    width: 900px;
    margin: 0 auto;
    color: #676767;
}

.time_base .items {
}

.time_base .items .stamp {
    width: 200px;
}

.time_base .items .stamp p {
    font-size: 30px;
}

.time_base .items .stamp p span {
    font-size: 22px;
    font-weight: 600;
    margin-left: 5px;
}

.time_base .items .stamp p:last-child {
    font-size: 20px;
    /*font-weight: 600;*/
    color: #777777;
}

.time_base .items .item {
    display: flex;
    margin-bottom: 75px;
    align-items: center;
    /*border-bottom: 1px solid #BBBBBB;*/
    /*padding-bottom: 35px;*/
    position: relative;
}

.time_base .items .item .line {
    width: 2px;
    height: calc(100% + 75px);
    background: #EFEFEF;
    position: absolute;
    left: 150px;
}

.time_base .items .item .line b {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #077DFF;
    left: 50%;
    top: 50%;
    margin-left: -7.5px;
    margin-top: -7.5px;
    border-radius: 50%;
}

.time_base .items .item:last-child {
    margin-bottom: 0;
}

.time_base .items .info {
    flex: 1;
}

.time_base .items .info p {
    font-size: 16px;
}

.news_list {
    width: 900px;
    margin: 0 auto;
    color: #333333;
}


.channel_block_container {
    display: flex;
    justify-content: space-between;
    width: 900px;
}

.channel_block_cover {

}

.channel_block_cover img {
    width: 450px;
    display: block;
}

.channel_block_cover p {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: #123D9E;
    font-weight: 600;
}

.channel_block_list {
    margin-left: 50px;
}

.manager_base {

}

.manager_base .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.manager_base .items .item {
    width: 30%;
    text-align: center;
    margin: 25px auto;
    cursor: pointer;
}

.manager_base .items .item:hover .info {
    background: rgb(34, 154, 224);
}

.manager_base .items .item:hover .info p {
    color: #FFFFFF;
}

.manager_base .items .item .img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.manager_base .items .item .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.manager_base .items .item .info {
    box-shadow: -1px 1px 3.5px 0 rgba(0, 0, 0, .2);
    margin: 0 auto;
    width: 300px;
    background: #FFFFFF;
    padding: 10px 0;
    transition: all .25s;
}

.manager_base .items .item .info p {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.manager_base .items .item .info p:last-child {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}

.structure_base {

}

.structure_base .structure {
    background: url(/assets/image/structure.png);
    width: 1000px;
    height: 1033px;
    background-size: cover;
    margin: 0 auto;
}

.channel_block .platform_cover {
    background: url(/assets/image/b5.png);
    width: 1000px;
    height: 727px;
    background-size: cover;
    margin: 0 auto;
}

.channel_block .platform_info {
    margin-top: 25px;
    margin-bottom: 25px;
}

.channel_block .platform_info p {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
}

.channel_block .platform_items {

}

.channel_block .platform_items .item {
    width: 1060px;
    height: 270px;
    margin: 55px auto;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2.5px;
}

.channel_block .platform_items .item:hover {
    transition: all .25s;
    box-shadow: 6px 2px 12px 0 rgba(130, 122, 122, .5);
    /*transform: scale(1.05)*/

}

.channel_block .platform_items .item:nth-of-type(1) {
    background: url(/assets/image/yw01.png);
    background-size: cover;
}

.channel_block .platform_items .item:nth-of-type(2) {
    background: url(/assets/image/yw02.png);
    background-size: cover;
}

.channel_block .platform_items .item:nth-of-type(3) {
    background: url(/assets/image/yw03.png);
    background-size: cover;
}

.channel_block .platform_items .item:nth-of-type(4) {
    background: url(/assets/image/yw04.png);
    background-size: cover;
}

.channel_block .platform_items .item .item_title {
    margin-top: 50px;
    margin-left: 50px;
    font-size: 35px;
}

.channel_block .platform_items .item .item_info {
    margin-left: 50px;
    margin-top: 25px;
    font-size: 16px;
    width: 450px;
}

.page_container_ssa {
    width: 100%;
    height: 100%;
    position: relative;
}

.page_container_ssa::after {
    content: "";
    background: url(/assets/image/b6.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -120px;
    right: 0;
    z-index: -1;
    opacity: .25;
}

.channel_block_fix .channel_block_info p {
    text-align: left;
    margin-top: 25px;
    text-indent: 2em;
}

.channel_block_fix .channel_block_info p b {
    margin-right: 5px;
}

.channel_block_fix .channel_block_subtitle {
    background: #003F8D;
    color: #FFFFFF;
    width: 150px;
    text-align: center;
}

.channel_block_fix .channel_block_subtitle p {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 75px;
    padding: 10px 0;
}

.channel_block_fix .channel_block_subtitle p i {
    font-size: 22px;
    font-weight: normal;
    vertical-align: -1px;
}

.channel_block_ny {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 1000px;
    margin: 55px auto 0 auto;

}


.channel_block_ny .item {
    width: 35%;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.channel_block_ny .item:nth-of-type(3),
.channel_block_ny .item:nth-of-type(4) {
    margin-bottom: 0;
}

.channel_block_ny .item .ny_num {
    background: #003F8D;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
}

.channel_block_ny .item .ny_title {
    font-size: 24px;
    color: #003E8C;
    font-weight: 600;
    margin-top: 10px;
}

.channel_block_ny .item .ny_info {
    color: rgb(60 97 136);
    font-size: 16px;
    margin-top: 10px;
    text-indent: 2em;
}

.ny_cover {
    background: url(/assets/image/b7.png);
    width: 430px;
    height: 430px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -215px;
    margin-left: -215px;
    z-index: 1;
}

.channel_block_fw {
    width: 715px;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.channel_block_fw .item {
    background: #003F8D;
    width: 350px;
    height: 350px;
    margin-top: 15px;
}


.channel_block_fw .item:nth-of-type(1) {
    border-radius: 50% 50% 0 50%;
}

.channel_block_fw .item:nth-of-type(2) {
    background: #00A0E9;
    border-radius: 50% 50% 50% 0;
}

.channel_block_fw .item:nth-of-type(3) {
    background: #00A0E9;
    border-radius: 50% 0 50% 50%;
}

.channel_block_fw .item:nth-of-type(4) {
    border-radius: 0 50% 50% 50%;

}

.channel_block_fw .item .fw_title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 85px;
    margin-left: 55px;
    width: 250px;
}

.channel_block_fw .item .fw_info {
    font-size: 16px;
    margin-top: 22px;
    margin-left: 55px;
    width: 250px;
    text-indent: 2em;
}

.channel_zh_cover {
    background: url(/assets/image/b8.png);
    width: 650px;
    height: 650px;
    background-size: cover;
    margin: 50px auto;
}

.channel_xt_cover {
    background: url(/assets/image/b9.jpg);
    width: 670px;
    height: 359px;
    background-size: cover;
    margin: 50px auto;
}

.channel_gz_cover {
    background: url(/assets/image/b1.jpg);
    width: 670px;
    height: 349px;
    background-size: cover;
    margin: 50px auto;
}

.channel_block_flex {

}

.channel_block_flex .item {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
    align-items: center;
}

.channel_block_flex .item p {
    color: #525252;
    font-size: 18px;
}

.channel_block_flex .item img {
    width: 150px;
    height: 150px;
    margin-left: 50px;
}

.channel_block_lm {
    width: 850px;
    margin: 50px auto 0 auto;
}

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

.lm_top .cover {
    border: 2px solid #4E97FF;
    border-radius: 50%;
}

.lm_top .cover img {
    width: 215px;
    height: 215px;
    display: block;
    border-radius: 50%;
    padding: 5px;
}

.lm_top .info {
    margin-left: 25px;
}

.lm_top .info p {
    color: #515151;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 30px;
}

.lm_top .info p:last-child {
    margin-bottom: 0;
}

.lm_list {

}

.lm_list .item {
    display: flex;
    position: relative;
    margin-top: 60px;
}

.lm_list .item .cover {

}

.lm_list .item .cover img {
    width: 375px;
    display: block;
}

.lm_list .item .info {
    background: #E8EEF2;
    flex-direction: row;
    flex-grow: 1;
    position: relative;
}

.lm_list .item .info p {
    width: 320px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -55px;
    font-size: 16px;
    color: #707070;
    line-height: 25px;
}

.page_container_fix {
    background-image: linear-gradient(to left, #003F8D, #005BAC) !important;

}

.items_flex {

}

.items_flex .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(72, 115, 168, .8);
}

.items_flex .item:last-child {
    margin-bottom: 0;
}

.items_flex .item .item_title {

}

.items_flex .item .item_title p {
    width: 150px;
}

.items_flex .item .item_title p span {
    width: 175px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.items_flex .item .item_info {
    margin-left: 55px;
}

.items_flex .item .item_info p {

}

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

.partners_list div {
    width: 130px;
    height: 130px;
    /*overflow: hidden;*/
    /*cursor: pointer;*/
}

.partners_list div img {
    width: 100% !important;
    height: 100%;
    display: block;
    object-fit: cover;
}

/*.partners_list div img:hover {*/
/*    transform: scale(1.2);*/
/*}*/

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

.partners_list_fix div {
    width: 200px;
    height: 149px;
    overflow: hidden;
    cursor: pointer;
}

.partners_list_fix div img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .15s;
}

.partners_list_fix div img:hover {
    /*transform: scale(1.2);*/

}


.news_list {
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
}

.news_list .items {
    width: 33%;
    margin: 20px 0;
}

.news_list .items:hover .content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.news_list .items .cover {
    width: 350px;
    height: 197px;
    overflow: hidden;
    margin: 0 auto;
}

.news_list .items .cover a {

}

.news_list .items .content .title a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 25px;
}

.news_list .items .content .desc a {
    font-size: 14px;
    color: #909090;
    margin: 10px auto;
}

.news_list .items .cover a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: cover;
}

.news_list .items .cover a img:hover {
    transform: scale(1.1);

}

.news_list .items .content {
    width: 310px;
    border: 1px solid #E6E6E6;
    border-top: none;
    padding: 10px 19px;
    height: 155px;
    margin: 0 auto;
    transition: all .25s;

}

.news_list .items .content .title {

}

.news_list .items .content .time {
    font-size: 14px;
    color: #909090;
    margin: 10px auto;
}

.news_list .items .content .desc {

}


.article_container {
    width: 900px;
}

.article_container .article {
    width: 900px;
    margin: 0 auto;

}

.article_container .article .artilce_title {

}

.article_container .article .artilce_title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    text-align: center;
}

.article_container .article .article_published {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

.article_container .article .article_published p {
    font-size: 14px;
    color: #707070;
    margin-right: 35px;
}

.article_container .article .article_published p i {
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.article_container .article .artilce_html {

}

.article_container .article .article_html img {
    max-width: 90% !important;
    height: auto !important;
    display: block;
    margin: 5px auto;
}

.article_container .article .article_html,
.article_container .article .article_html p,
.article_container .article .article_html section {
    font-size: 16px;
    color: #101010;
    line-height: 30px;
    text-indent: 2em;
    margin: 8px 0;
    text-align: justify;

}

.article_container .article .fz_small,
.article_container .article .fz_small p,
.article_container .article .fz_small section {
    font-size: 14px;
    color: #101010;
    line-height: 22px;
    text-indent: 2em;
    margin: 8px 0;
}

.article_container .article .fz_big,
.article_container .article .fz_big p,
.article_container .article .fz_big section {
    font-size: 18px;
    color: #101010;
    line-height: 35px;
    text-indent: 2em;
    margin: 10px 0;
}


.channel_block_job {

}

.channel_block_job .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.channel_block_job .items .item {
    width: 400px;
    border: 1px solid #E6E6E6;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.channel_block_job .items .item .job_l {
    width: 350px;
}

.channel_block_job .items .item .job_header {
    color: #606060;
    font-size: 16px;
    font-weight: 600;
}

.channel_block_job .items .item .job_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.channel_block_job .items .item .job_info p {
    font-size: 14px;
    color: #909090;
    text-indent: unset;
    /*margin-right: 10px;*/
}

.channel_block_job .items .item .job_info i {
    color: #B2B2B2;
    font-size: 16px;
    margin: 0 1px;
}

.channel_block_job .items .item .job_info p:last-child {
    /*margin-right: 0;*/
}

.channel_block_job .items .item .job_r {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1.5px solid #003F8D;
    border-radius: 50%;
    text-align: center;
    transition: all .25s;

}

.channel_block_job .items .item .job_r i {
    font-size: 20px;
    color: #003F8D;
}

.channel_block_job .items .item:hover .job_r {
    background: #003F8D;
}

.channel_block_job .items .item:hover .job_r i {
    color: #FFFFFF;
}


.column_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 650px;
}

.column_container > div {
    /*width: 50%;*/
    height: 100%;
    /*min-width: 650px;*/
}

.column_container > div:first-child {
    width: 45%;
    min-width: 500px;
}

.column_container > div:last-child {
    width: 55%;
    min-width: 600px;

}

.column_container .column_info {
    background: #0056A0;
}

.column_container .column_nav {
    position: relative;
}

.column_container .column_nav .column_items {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}

.column_container .column_nav .column_items .item {
    position: relative;
    width: 50%;
    height: 325px;
    cursor: pointer;
}

.column_container .column_nav .column_items .item .item_row {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 80px;
}

.column_container .column_nav .column_items .item .item_row .item_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.column_container .column_nav .column_items .item .item_row .item_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.column_container .column_nav .column_items .item .item_row .item_alias {
    color: #A0A0A0;
    margin-top: 10px;
}

.column_container .column_nav .column_items .item .item_row .item_title {
    color: #004082;
    margin-top: 5px;
    font-size: 22px;

}

/*.column_container .column_nav .column_items .item:hover .item_row .item_title,*/
.column_container .column_nav .column_items .item_current .item_row .item_title {
    font-weight: 600;
}

.column_container .column_nav .column_items .item .opa {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.column_container .column_nav .column_items .item:nth-child(1) .opa,
.column_container .column_nav .column_items .item:nth-child(4) .opa {
    background: #FFFFFF;
    opacity: .85;
}

.column_container .column_nav .column_items .item:nth-child(2) .opa,
.column_container .column_nav .column_items .item:nth-child(3) .opa {
    background: #000000;
    opacity: .05;
}

.column_container .column_nav .column_items .item:nth-child(2) .item_row .item_alias,
.column_container .column_nav .column_items .item:nth-child(3) .item_row .item_alias {
    color: #A0A0A0;
}

.column_container .column_nav .column_image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.column_container .column_nav .column_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.column_container .column_info .column_items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 50px;
}

.column_container .column_info .column_items .item {
    max-width: 550px;
    margin-top: 125px;
    margin-left: 25px;
}

.column_container .column_info .column_items .item .item_title {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}

.column_container .column_info .column_items .item .item_line {
    margin-top: 30px;
    height: 2px;
    width: 70%;
    background: #FFFFFF;
    max-width: 300px;
}

.column_container .column_info .column_items .item .item_desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    text-align: justify;
}

.column_container .column_info .column_items .item .item_link {
    text-align: center;
    border-radius: 20px;
    transition: all .25s;
    background: #008AD3;
    border: 1px solid #008AD3;
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.column_container .column_info .column_items .item .item_link a {
    color: #FFFFFF;
    display: block;
    transition: all .25s;
    font-size: 16px;
}

.column_container .column_info .column_items .item .item_link a i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: -2px;
}

.column_container .column_info .column_items .item .item_link:hover {
    background: #0056A0;
    border: 1px solid #FFFFFF;

}


.com_container {
    width: 100%;
    height: 1100px;
    position: relative;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    background-image: url("/assets/image/bg_news.png");
}

.index_container .com_title {
    width: 1200px;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 24px;
    text-align: center;
    margin-top: 50px;
}

.index_container .com_title p {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    border-bottom: 2px solid #0B589E;
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: 5px;
}

.com_container .com_center {
    width: 1200px;
    height: 750px;
    margin: 50px auto;
    position: relative;
}

.com_container .com_center .opa {
    opacity: .8;
    background: #0056A0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


.index_container .com_center {
    width: 1200px;
    height: 635px;
    margin: 0 auto;
    position: relative;
}

.index_container .com_center .opa {
    opacity: 1;
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


.index_container .com_center .news_item {
    width: 1130px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 35px 35px 50px 35px;
}

.index_container .com_center .news_item .info {
    width: 550px;
}

.index_container .com_center .news_item .info .info_cover {
    width: 550px;
    height: auto;
}

.index_container .com_center .news_item .info .info_cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.index_container .com_center .news_item .info .info_title {
    margin-top: 15px;
}

.index_container .com_center .news_item .info .info_title a {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.index_container .com_center .news_item .info .info_title a:hover,
.index_container .com_center .news_item .info .info_desc a:hover {
    color: #0056A0;
}

.index_container .com_center .news_item .info .info_desc {
    margin-top: 15px;
}

.index_container .com_center .news_item .info .info_desc a {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    text-align: justify;
}

.index_container .com_center .news_item .info .info_link {
    background: #FFFFFF;
    width: 160px;
    height: 40px;
    border-radius: 1.5px;
    margin-top: 25px;
}

.index_container .com_center .news_item .info .info_link a {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CCCCCC;
    transition: all .1s;
}

.index_container .com_center .news_item .info .info_link a:hover {
    background: #0056A0;
}

.index_container .com_center .news_item .info .info_link a span {
    font-weight: normal;
}

.index_container .com_center .news_item .info .info_link a i {
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
}

.index_container .com_center .news_item .info .info_link a i:last-child {
    margin-left: 0;
}

.index_container .com_center .news_item .list {
    width: 550px;

}

.index_container .com_center .news_item .list .item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
    padding-top: 20px;
    transition: all .1s;
}

.index_container .com_center .news_item .list .item:hover {
    background: #0056A0;
}

.index_container .com_center .news_item .list .item:hover .date,
.index_container .com_center .news_item .list .item:hover .date .year,
.index_container .com_center .news_item .list .item:hover .sub,
.index_container .com_center .news_item .list .item:hover .sub .item_title,
.index_container .com_center .news_item .list .item:hover .sub .item_desc {
    color: #FFFFFF;
}

.index_container .com_center .news_item .list .item .date {
    margin-right: 15px;
    text-align: center;
    color: #101010;
}

.index_container .com_center .news_item .list .item .date .day {
    font-size: 36px;
    font-weight: 600;
    width: 65px;
    justify-content: space-around;
    display: flex;
}

.index_container .com_center .news_item .list .item .date .year {
    font-size: 14px;
    color: #000000;
    width: 65px;
}

.index_container .com_center .news_item .list .item .sub {
    padding-right: 15px;
    color: #101010;
}

.index_container .com_center .news_item .list .item .sub .item_title {
    font-size: 18px;
    font-weight: 600;
    width: 455px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    color: #101010;
}

.index_container .com_center .news_item .list .item .sub .item_desc {
    color: #555555;
    line-height: 24px;
    font-size: 14px;
    margin-top: 5px;
}

.index_container .com_center .news_item .list .item_current {
    background: #003F82;
}

.index_container .com_center .news_item .list .item_current .date {
    color: #FFFFFF;
}

.index_container .com_center .news_item .list .item_current .date .year {
    color: #FFFFFF;
}

.index_container .com_center .news_item .list .item_current .sub .item_title {
    color: #FFFFFF;

}

.index_container .com_center .news_item .list .item_current .sub .item_desc {
    color: #FFFFFF;
}


.com_container .com_center .news_more_link {
    text-align: center;
    border-radius: 20px;
    transition: all .25s;
    background: #008AD3;
    border: 1px solid #008AD3;
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 50px;
}

.com_container .com_center .news_more_link:hover {
    background: #0056A0;
    border: 1px solid #FFFFFF;
}

.com_container .com_center .news_more_link a {
    color: #FFFFFF;
    display: block;
    transition: all .25s;
    font-size: 16px;
}

.com_container .com_center .news_more_link i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: -2px;
}

.com_container_fix {
    height: auto;
    background-image: none;
}

.com_container_fix .com_title {

}

.com_container_fix .com_title .title_text {
    color: #333333;
}

.com_container_fix .com_title .title_alias {
    color: #333333;

}

.com_container_fix .com_title .title_line {
    background: #333333;
}

.com_container_fix .com_title .title_line i {

}


.com_container_fix .com_center {
    height: auto;
    width: 100%;
    position: relative;
}

.com_container_fix .com_center .logo_wall {
    width: 100%;
    margin: 0 auto;
}

.com_container_fix .com_center .logo_wall .wall {
    display: flex;
    align-items: center;
}

.com_container_fix .com_center .logo_wall .wall img {
    width: 235px;
    object-fit: cover;
    /*filter: grayscale(100%);*/
    opacity: .85;
}

.com_container_fix .com_center .logo_desc {
    position: absolute;
    width: 680px;
    height: 210px;
    left: 50%;
    top: 50%;
    margin-left: -340px;
    margin-top: -105px;
    background: rgba(36, 71, 140, .55);
}


.com_container_fix .com_center .logo_desc p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}

.com_container_fix .com_center .logo_desc p span {
    color: #EF8200;
    font-size: 45px;
    font-weight: 600;
    margin: 0 10px;
}


.com_container_fix .com_center .logo_desc .logo_link {
    text-align: center;
    border-radius: 25px;
    transition: all .25s;
    background: #008AD3;
    border: 1px solid #008AD3;
    width: 170px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    bottom: 25px;
}

.com_container_fix .com_center .logo_desc .logo_link:hover {
    background: #0056A0;
    border: 1px solid #FFFFFF;
}

.com_container_fix .com_center .logo_desc .logo_link a {
    color: #FFFFFF;
    display: block;
    transition: all .25s;
    font-size: 16px;
}

.com_container_fix .com_center .logo_desc .logo_link i {
    font-size: 22px;
    margin-left: 10px;
    vertical-align: -2px;
}

.com_container_fix .com_center .logo_desc_border {
    width: 650px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 2px solid #24478C;
    margin-left: -325px;
    margin-top: -90px;
}

.com_container_abtout {
    background: url("/assets/image/bg_aboutus.png");
    height: 825px;
}

.com_container_abtout .com_center {
    height: auto;
    margin-top: 50px;
}

.com_container_abtout .com_center .sub_title {
    text-align: center;
    font-size: 16px;
}

.com_container_abtout .com_center .items {
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.com_container_abtout .com_center .items .opa {
    /*background: #003F8D;*/
    opacity: .5;
    position: absolute;
}

.com_container_abtout .com_center .items .item {
    width: 300px;
    height: 300px;
    position: relative;
    z-index: 2;
    border-right: 1px solid #909090;
}

.com_container_abtout .com_center .items .item:last-child {
    border-right: none;
}

.com_container_abtout .com_center .items .item .line {
    width: 50px;
    height: 3px;
    background: #EF8200;
    border-radius: 1.5px;
    margin: 100px auto 25px auto;
}

.com_container_abtout .com_center .items .item .desc {
    text-align: center;
}

.com_container_abtout .com_center .items .item .desc p {
    font-size: 18px;

}

.channel_menus {
    width: 260px;
    margin-right: 25px;
}

.channel_menus .channel_menus_title {
    color: #0056A0;
    font-size: 22px;
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.channel_menus .channel_menus_list {

}

.channel_menus .channel_menus_list a {
    color: #808080;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #D0D0D0;
    padding: 10px 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.channel_menus .channel_menus_list a i {
    margin-right: 10px;
    font-size: 14px;
}

.channel_menus .channel_menus_list a.current {
    background: #0056A0;
    color: #FFFFFF;
}

.channel_menus .channel_menus_list a.current i {
    color: #FF8A00;
}


.page_container .channel_info {
    width: 900px;
}

.page_container .channel_info .info_top {
    color: #0056A0;
    font-size: 26px;
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_container .channel_info .info_top .title {
    font-size: 22px;
}

.page_container .channel_info .info_top .crumb {
    color: #808080;
    font-size: 14px;
}


.page_container .channel_info .leader_list {

}

.page_container .channel_info .leader_list div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.page_container .channel_info .leader_list p:nth-child(1) {
    width: 60px;
}

.page_container .channel_info .leader_list p {
    color: #333;
    font-size: 16px;
}

.page_container .info_items {

}

.page_container .info_items .item {
    margin-bottom: 20px;
}

.page_container .info_items .item p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}

.page_container .info_items .item_fix_2 .descr img, .page_container .info_items .item_fix_3 .descr img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.page_container .info_items .item_fix_1 {
    display: flex;
}

.page_container .info_items .item_fix_1 p {
    margin-right: 25px;
}

.page_container .info_items .item_fix_1 img {
    display: inline;
    width: auto;
    /*object-fit: cover;*/
    height: 262.973px;
}

.page_container .info_items .item_fix_2 {
    background: #1880B7;
    padding: 30px 20px;
    color: #FFFFFF !important;
}

.page_container .info_items .item_fix_3 {
    background: #EDEDED;
    padding: 30px 20px;
    color: #666666 !important;
}

.page_container .info_items .sub {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_container .info_items .item_fix_2 p {
    color: #FFFFFF;
}

.page_container .info_items .item .sub .l {
    display: flex;
    align-items: center;
}

.page_container .info_items .item .sub .l b {

}

.page_container .info_items .item .sub span {
    margin: 0 15px;
}

.page_container .info_items .item .sub i {
    width: 290px;
    height: 2px;
    background: #FFFFFF;
    display: block;
}

.page_container .info_items .item .sub b {
    width: 2px;
    height: 10px;
    background: #FFFFFF;
    display: block;
}

.page_container .info_items .item .sub .r {
    display: flex;
    align-items: center;
}

.page_container .info_items .item_fix_3 .sub span {
    color: #1880B7;
}

.page_container .info_items .item_fix_3 .sub i,
.page_container .info_items .item_fix_3 .sub b {
    background: #B9B9B9;
}

.page_container .info_items img.fs {
    width: 900px;
    object-fit: cover;
    display: block;
}

.page_container .info_items .time_base {

}

.page_container .info_items .time_base .info p {
    text-indent: 0;
    font-size: 18px;
    color: #333333;
}


.page_container .info_items .time_base .stamp p {
    font-size: 20px;
}

.page_container .info_items .time_base .items .item {
    margin-bottom: 70px;
}

.page_container .info_items .time_base {
    margin-top: 75px;
}

.page_container .info_items .item_fix_4 {
    position: relative;
}

.page_container .info_items .item_fix_4 img {
    position: absolute;
    right: 30px;
    top: 95px;
    width: 350px;
}

.page_container .info_items .item_fix_4 p {
    color: #FFFFFF;
    font-size: 16px;
    width: 470px;
    margin-bottom: 10px;
    line-height: 25px;
}

.page_container .info_items .item_fix_5 p {
    color: #666666;
}

.page_container .info_items .item_fix_6 {
    background: #FFFFFF;
    padding: 0;
    margin-top: 50px;
}

.page_container .info_items .item_fix_6 .sub {
    align-items: center;
    justify-content: start;
}

.page_container .info_items .item_fix_6 .sub span {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.page_container .info_items .item_fix_6 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.page_container .info_items .item_fix_6 p {
    font-size: 14px;
}

.page_container .info_items .item_fix_7 p {
    font-size: 16px;
    width: 550px;
    line-height: 30px;
}

.page_container .info_items .item_fix_7 img {
    position: absolute;
    right: 30px;
    top: 65px;
    width: 235px;
    border-radius: 50%;
}

.page_container .info_items .item_fix_8 {
    margin-top: 50px;
}

.page_container .info_items .item_fix_8 .sub i {
    width: 200px;
}

.page_container .info_items .item_fix_9 {
    background: #FFFFFF;
}

.page_container .info_items .item_fix_9 .sub span {
    color: #707070;
    font-weight: normal;
}

.page_container .info_items .item_fix_9 img {
    position: static;
    right: unset;
    top: unset;
    width: unset;
}

.page_container .info_items .item_fix_10 .partners_list_fix div {
    width: 130px;
    height: 97px;
    display: flex;
    justify-content: start;
}

.page_container .info_items .item_fix_10 .partners_list_fix div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_container .info_items .item_fix_10 .partners_list_fix .p_all {
    background: url(/assets/image/ptr_all.png);
    width: 860px;
    height: 979.683px;
    background-size: cover;
    cursor: auto;
}


.page_container .info_items .item_fix_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.page_container .info_items .item_fix_area .item_fix_area_content {
    margin-right: 25px;
}

.page_container .info_items .item_fix_area .item_fix_area_content p {

}

.page_container .info_items .item_fix_area .item_fix_area_img {
}

.page_container .info_items .item_fix_area .item_fix_area_img img {
    width: 280px;
}

.channel_info .info_list {
    min-height: 475px;
}

.channel_info .info_list .item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #C0C0C0;
}

.channel_info .info_list .item:last-child {
    border-bottom: none;
}

.channel_info .info_list .item .date {
    width: 100px;
}

.channel_info .info_list .item .date .day {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    background: #BBBBBB;

}

.channel_info .info_list .item .date .year {
    background: #BBBBBB;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-size: 16px;
}

.channel_info .info_list .item .content {
    width: 750px;
}

.channel_info .info_list .item .content .title {
    margin-bottom: 10px;
}

.channel_info .info_list .item .content .title a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.channel_info .info_list .item .content .desc {

}

.channel_info .info_list .item .content .desc a {
    font-size: 14px;
    color: #707070;
}

.page_container .info_items .job_info {
    color: #333333;
    width: 800px;
    margin: 0 auto;
}

.page_container .info_items .job_info .job_info_title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.page_container .info_items .job_info .job_info_sub {
    position: relative;
}

.page_container .info_items .job_info .job_info_sub a.button {
    background: #0056A0;
    width: 125px;
    color: #FFFFFF;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
}

.page_container .info_items .job_info .job_info_sub p {
    color: #555555;
    font-size: 16px;
    margin-bottom: 5px;
}

.page_container .info_items .job_info .job_info_sub p span {

}

.page_container .info_items .job_info .job_info_line {
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.page_container .info_items .job_info .job_info_line p {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.page_container .info_items .job_info .job_info_line div {
    flex: 1;
    height: 1px;
    background: #DCDCDC;
}

.page_container .info_items .job_info .job_info_content {
    margin-top: 25px;
}

.page_container .info_items .job_info .job_info_content .sub_title {
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;

}

.page_container .info_items .job_info .job_info_content .content {
    color: #555555;
}

.page_container .info_items .job_info .job_info_content .content p {
    line-height: 30px;
    font-size: 16px;
}

.channel_menus .channel_menus_list_fix {

}

.channel_menus .channel_menus_list_fix .link_fix {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 2px;
    background: #0056A0;
    padding: 10px;
}

.channel_menus .channel_menus_list_fix .link_fix a {
    border-bottom: none;
    color: #FFFFFF;
    padding: 0;
}

.channel_menus .channel_menus_list_fix .link_fix i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-size: 22px;
    cursor: pointer;
}

.channel_menus .channel_menus_list_fix .link_unchecked {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 2px;
    background: #ECEFF6;
    padding: 10px;
}

.channel_menus .channel_menus_list_fix .link_unchecked a {
    border-bottom: none;
    color: #707070;
    padding: 0;
}

.channel_menus .channel_menus_list_fix .link_unchecked i {
    color: #0056A0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-size: 22px;
    cursor: pointer;
}


.channel_menus .channel_menus_list_job .link_fix {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 2px;
    background: #0056A0;
    padding: 10px 20px;
}

.channel_menus .channel_menus_list_job .link_fix a {
    border-bottom: none;
    color: #FFFFFF;
    padding: 0;
}

.channel_menus .channel_menus_list_job .link_fix i {
    margin-right: 14px;
    font-size: 12px;
    color: #FF8A00;
    margin-left: 0;
}

.channel_menus .channel_menus_list a {
    color: #808080;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #D0D0D0;
    padding: 10px 10px;
    font-size: 16px;
    letter-spacing: .5px;
}

.channel_menus .channel_menus_list a i {
    margin-right: 10px;
    font-size: 12px;
}

.channel_menus .channel_menus_list a.current {
    background: #0056A0;
    color: #FFFFFF;
}

.channel_menus .channel_menus_list a.current i {
    color: #FF8A00;
}


.channel_menus .channel_menus_list .sub_list {
    background: #ECEFF6;
    padding: 5px 10px;
}

.channel_menus .channel_menus_list .sub_list a {
    border-bottom: 2px solid #DEE1E6;
    font-size: 16px;
    letter-spacing: .5px;
    color: #707070;
    display: flex;
    align-items: center;

}

.channel_menus .channel_menus_list .sub_list a i {
    font-size: 12px;
}


.channel_menus .channel_menus_list .sub_list a:hover {
    background: transparent;
    color: #0E52A6;
    font-weight: 500;

}

.channel_menus .channel_menus_list .sub_list a.current {
    background: transparent;
    color: #0E52A6;
    font-weight: 600;
}

.channel_menus .channel_menus_list .sub_list a.current i {
    color: #0E52A6;
    font-weight: 500;
}

.channel_menus .channel_menus_list .sub_list a:last-child {
    border-bottom: none;
}

.info_items_swiper {
    position: relative;
}

.info_items_swiper .swiper-container {
    width: 850px;
    position: relative;
    margin: 0 auto;
    height: 160px;
}

.swiper_fix .swiper-slide {
}

.swiper_fix .swiper-slide img {
    width: 270px;
    height: 160px;
    object-fit: cover;
}

.swiper-container {
    --swiper-theme-color: #FFFFFF; /* 设置Swiper风格 */
    --swiper-navigation-color: #00FF33; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */
    height: 100vh;
}

.banner_index_ieFix,
.banner_index_ieFix .swiper-container,
.banner_index_ieFix .swiper-section {
    height: 750px;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    color: rgba(255, 255, 255, .7);
    transition: all .1s;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
    color: #FFFFFF;
    font-weight: 600;
}

.info_items_swiper .swiper-button-prev,
.info_items_swiper .swiper-button-next {
    position: absolute;
    top: 22px;
    height: 160px;
    background: #0056A0;
    width: 25px;
}

.info_items_swiper .swiper-button-prev:after,
.info_items_swiper .swiper-button-next:after {
    font-size: 22px;
    font-weight: 600;
}

.info_items_swiper .swiper-button-prev {
    left: 5px;
}

.info_items_swiper .swiper-button-next {
    right: 15px;
}

.swiper_in {
    height: 160px;
    position: relative;
}

.swiper_wall {
    width: 880px;
    /*margin: 0 auto;*/
    margin-left: 5px;
    height: 500px;
    position: relative;
    margin-bottom: 15px;
}

.swiper_wall img {
    width: 880px;
    height: 500px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.swiper_wall .title {
    color: #FFFFFF;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
    left: 0;
    bottom: 40px;
}

.swiper_wall .title p {
    position: relative;
    z-index: 2;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.swiper_wall .title .opa {
    background: #0056A0;
    width: 100%;
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.article .fz {
    color: #707070;
}

.article .fz span {

}

.article .fz .fz_resize {
    font-weight: 600;
    cursor: pointer;
    padding: 1px 2.5px;
}

.channel_menus .channel_menus_list_job .sub_list {
    background: #1A7FB3;
    padding: 0;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav {
    /*border-bottom: 1px solid rgba(255, 255, 255, .5);*/
    /*padding: 12px 0;*/
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav:first-child {
    padding-top: 0;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav:last-child {
    border-bottom: 0;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav:last-child .nav {
    border-bottom: 0;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .nav {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 0;
    width: 230px;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    margin: 0 auto;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .nav i {
    font-size: 16px;
    margin-right: 15px;
    font-weight: normal;
    color: rgba(255, 255, 255, .8);
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .nav span {
    font-size: 16px;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .list {
    display: none;
    background: #F2F2F4;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .list a {
    letter-spacing: 0;
    width: 230px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #D6D6D8;
    color: #333333;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .list a:hover,
.channel_menus .channel_menus_list_job .sub_list .sub_nav .list a.current {
    color: #0079FF;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .list a span {
    padding-left: 30px;
}

.channel_menus .channel_menus_list_job .sub_list .sub_nav .list a span.job_empty {
    color: #777777;
}

.channel_menus .channel_menus_list_job .sub_list .current {

}

.channel_menus .channel_menus_list_job .sub_list .current .nav {
    border-bottom: 0;
}

.channel_info .info_items {

}

.channel_info .info_items .department {
    margin: 0 auto;
}

.channel_info .info_items .department .dept_list {
    margin-bottom: 25px;
}

.channel_info .info_items .department .dept_list .dept_title {
    display: block;
    font-size: 18px;
    color: #0056A0;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #125AAE;
}

.channel_info .info_items .department .dept_list .dept_org {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.channel_info .info_items .department .dept_list .dept_org a {
    font-size: 14px;
    color: #333333;
    padding: 5px 10px;
}

.channel_info .info_items .department .dept_list .dept_org a:hover {
    /*font-weight: 600;*/
    color: #125AAE;
    text-decoration: underline;
}

.channel_info .info_items .filter {
    background: #F2F2F4;
    height: 45px;
    width: 100%;
    line-height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.channel_info .info_items .filter .label {
    margin-left: 100px;
    font-size: 14px;
    color: #505050;
}

.channel_info .info_items .filter .search {
    margin-left: 25px;
}

.channel_info .info_items .filter .search input[name=search] {
    width: 135px;
    height: 30px;
    line-height: 30px;
    border-radius: 2.5px;
    border: 1px solid #CFCFCF;
    padding-left: 15px;
    color: #6F6F6F;
    font-size: 14px;
}

.channel_info .info_items .filter .select {
    margin-left: 80px;
}

.channel_info .info_items .filter .select select[name=type] {
    height: 30px;
    width: 180px;
    line-height: 30px;
    border: 1px solid #CFCFCF;
    border-radius: 2.5px;
    padding-left: 15px;
    color: #6F6F6F;
}

.channel_info .info_items .filter .button {
    color: #FFFFFF;
    font-size: 14px;
    background: #0056A0;
    height: 30px;
    line-height: 30px;
    width: 50px;
    text-align: center;
    margin-left: 80px;
    cursor: pointer;
}

.channel_info .info_items .jobs_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.channel_info .info_items .jobs_list .item {
    border: 1px solid #E6E6E6;
    width: 28%;
    padding: 5px 10px;
    position: relative;
}

.channel_info .info_items .jobs_list .item .job_name {
    font-size: 14px;
    color: #606060;
    font-weight: 600;
}

.channel_info .info_items .jobs_list .item .job_department {
    font-size: 14px;
    color: #909090;
    margin-top: 10px;
}

.channel_info .info_items .jobs_list .item .job_r {
    width: 18px;
    height: 18px;
    border: 1px solid #003F8D;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -9px;
    line-height: 18px;
}

.channel_info .info_items .jobs_list .item .job_r i {
    font-size: 12px;
    color: #003F8D;
    font-weight: 600;
}

.channel_info .info_items .jobs_list .item_fix {
    border: none;
}

.channel_info .info_items .jobs_list .jobs_empty {
    color: #707070;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 75px;
    width: 100%;
}

.channel_info .info_items .article_layout_img {
}

.channel_info .info_items .article_layout_img img {
    width: 100%;
    display: block;
}

/** new index begin */
.index_container {
    width: 1200px;
    background: #FFFFFF;
    margin: 0 auto;
}

.index_container .main_container {
    width: 1200px;
    margin: 0 auto;
    background: #F8F8F8;
    padding: 50px 0;
}

.index_container .main_container .top_title {
    width: 1200px;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 20px;
    text-align: center;
}

.index_container .main_container .top_title p {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    border-bottom: 2px solid #0B589E;
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: 5px;
}

.index_container .main_container .top_business {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_container .main_container .top_business .item {
    width: 450px;
    height: 280px;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_container .main_container .top_business .item .opa {
    z-index: 1;
    background: #FFFFFF;
    opacity: .65;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .1s;
}

.index_container .main_container .top_business .item .item_row {
    position: relative;
    z-index: 2;
    text-align: center;
}

.index_container .main_container .top_business .item .item_row .item_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.index_container .main_container .top_business .item .item_row .item_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_container .main_container .top_business .item .item_row .item_alias {
    color: #6a6a6a;
    margin-top: 10px;
    font-size: 12px;
    transform: scale(.85);
    width: 100%;
}

.index_container .main_container .top_business .item .item_row .item_title {
    color: #333333;
    margin-top: 5px;
    font-size: 16px;
    transition: all .1s;
}

.index_container .main_container .top_business .item:hover .opa {
    background: #0056A0;
    opacity: .75;
}

.index_container .main_container .top_business .item:hover .item_icon,
.index_container .main_container .top_business .item:hover .item_alias {
    filter: grayscale(100%) brightness(500%);
}

.index_container .main_container .top_business .item:hover .item_title {
    color: #FFFFFF;
}


.index_container .main_container .top_business .item:nth-child(1) {
    background: url(/assets/image/bg_bs_01.png);
}

.index_container .main_container .top_business .item:nth-child(2) {
    background: url(/assets/image/bg_bs_04.png);
}

.index_container .main_container .top_business .item:nth-child(3) {
    background: url(/assets/image/bg_bs_03.png);
}

.index_container .main_container .top_business .item:nth-child(4) {
    background: url(/assets/image/bg_bs_02.png);
}

.index_container .main_container .top_business .item:nth-child(5) {
    background: url(/assets/image/bg_bs_05.png);
}

/*.index_container .main_container .top_business .item:nth-child(1) .item_alias {*/
/*	background: url(/assets/image/bs_alias_01.png);*/
/*}*/

/*.index_container .main_container .top_business .item:nth-child(2) .item_alias {*/
/*	background: url(/assets/image/bs_alias_02.png);*/
/*}*/

/*.index_container .main_container .top_business .item:nth-child(3) .item_alias {*/
/*	background: url(/assets/image/bs_alias_03.png);*/
/*}*/

/*.index_container .main_container .top_business .item:nth-child(4) .item_alias {*/
/*	background: url(/assets/image/bs_alias_04.png);*/
/*}*/

.index_container .main_container .top_business .item .item_alias {

}

.common_index {
    background: #F8F8F8;
    width: 100%;
}

.index_container .com_subtitle p {
    text-align: center;
    color: #333333;
    font-size: 16px;
}

.index_container .com_subtitle p span {
    color: #0056A0;
    font-size: 18px;
    padding: 0 5px;
}

.index_container .com_center .p_all {
    background: url(/assets/image/ptr_all.png);
    width: 1200px;
    height: 1367px;
    background-size: cover;
}

.index_container .com_center_cut .p_all {
    background: url(/assets/image/ptr_cut.png);
    width: 1200px;
    height: 400px;
    background-size: cover;
}


.swiper-pagination-bullet-active {
    background: #FFFFFF;
    opacity: .85;
}

.index_container .com_center .news_item .info .info_cover a {
    display: block;
}

.partners_title_fix {
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.com_center_cut_more {
    background: #0056A0;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 1.5px;
    margin-top: 25px;
}

.com_center_cut_more a {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CCCCCC;
    transition: all .1s;
}

.com_center_cut_more span {
    font-weight: normal;
    margin-right: 5px;
}

.com_center_cut_more a i {
    margin-left: 2.5px;
    font-weight: normal;
    font-size: 12px;
}

.com_center_cut_more a:hover {
    background: #0056A0;
    color: #FFFFFF;
}

/** new index finish */

/** pager begin */

#kkpager {
    clear: both;
    color: #999999;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
}

#kkpager a {
    float: left;
    border: 1px solid #CCCCCC;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #FFFFFF;
    text-decoration: none;
    color: #999999;
}

#kkpager span.disabled {
    float: left;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DFDFDF;
    background-color: #FFFFFF;
    color: #DFDFDF;
}

#kkpager span.curr {
    float: left;
    /* border: 1px solid #31ACE2; */
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #0056A0;
    color: #FFFFFF;
}

#kkpager a:hover {
    color: #0056A0;
}

#kkpager span.normalsize {
}

#kkpager_gopage_wrap {
    position: relative;
    left: 0;
    top: 0;
}

#kkpager_btn_go {
    width: 44px;
    height: 18px;
    border: 0;
    overflow: hidden;
    line-height: 140%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: #31ACE2;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: -2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}

#kkpager_btn_go_input {
    width: 36px;
    height: 14px;
    color: #999999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #DFDFDF;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0;
    top: 0;
    outline: none;
}

#kkpager_btn_go_input.focus {
    border-color: #31ACE2;
}

#kkpager .pageBtnWrap {
    float: left;
}

#kkpager .infoTextAndGoPageBtnWrap {
    float: right;
}

#kkpager .spanDot {
    float: left;
    margin-right: 5px;
}

#kkpager .currPageNum {
    color: #FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap {
    padding-top: 5px;
}

#kkpager .infoTextAndGoPageBtnWrap {
    display: none;
}

.pager_container {
    width: 650px;
    margin: 0 auto;
}

#kkpager span {
    font-size: 16px;
}


/** pager finish */


/** wechatBrower gix begin */
.open_brower {
    background: url(/assets/image/open_browser.png);
    width: 95vw;
    height: 86.391vw;
    position: absolute;
    left: 2.5vw;
    top: 5vw;
    z-index: 100;
    display: none;
    background-size: cover;
}

.add {
    height: 100%;
    overflow: hidden;
}

.page_container .info_items .ec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_container .info_items .ec img {
    width: 47.5%;
    margin-bottom: 20px;
}

/** wechatBrower gix finish */


/** sub-container begin **/
.page_container .info_items .item .sub-handler {
    transition: all .25s;
}

.page_container .info_items .item .sub-handler:hover {
    cursor: pointer;
    color: #1287eb;
}

.page_container .info_items .item .sub-handler i {
    margin-left: 10px;
}

.page_container .info_items .item .sub-container {
    display: none;
    background: #F3F3F3;
    padding: 15px 20px;
}

/** sub-container finish **/


.float_msg {
    position: fixed;
    right: 50px;
    z-index: 99995;
    top: 52%;
}

.float_msg a {
    /*display: flex;*/
    /*width: 260px;*/
    margin-bottom: 5px;
    display: block;
}

.float_msg a img {
    /*width: 100%;*/
    /*height: 100%;*/
    display: block;
    width: 220px;
    height: 110px;
}

.cert_search {
    color: #707070;
    width: 500px;
    min-height: calc(100vh - 835px);
}

.cert_search .title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}

.cert_search .cert_form {

}

.cert_search .cert_form .label {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.cert_search .cert_form .label div {
    width: 100px;
    text-align: right;
    margin-right: 20px;
    font-size: 16px;
    color: #505050;
}

.cert_search .cert_form .label label {

}

.cert_search .cert_form .label label input {
    width: 320px;
    padding: 11px 18px;
    background-color: #f5f7fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    line-height: 19px;
    box-sizing: border-box;
    color: #505050;
}

.cert_search .cert_form .label label select {
    width: 320px;
    padding: 11px 18px;
    background-color: #f5f7fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    line-height: 19px;
    color: #505050;
    box-sizing: border-box;
}

.cert_search .button {
    background: #415FFF;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    cursor: pointer;
}

.cert_search .tips {
    width: 100%;
    height: 30px;
    text-align: center;
}

@media screen and (max-width: 800px) {
    aside {
        z-index: 15;
    }

    .banner_index,
    .banner_index .swiper-section,
    .swiper-container {
        height: 100vw;
    }

    .head_c {
        display: none;
    }

    .common_opa {
        position: fixed;
        width: 100vh;
        height: 100%;
        background: #000000;
        opacity: .5;
        top: 0;
        left: 0;
        z-index: 10;
        transition: all .1s;
        display: none;
    }

    .head_b {
        padding: 2vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .head_b .logo {
        display: block;
    }

    .head_b .logo h1 {
        background: url(/assets/image/logo_normal.png);
        background-size: cover;
        width: 40vw;
        height: 10.927vw;
        text-indent: -9999px;
        overflow: hidden;
    }

    .head_b .menus_click {

    }

    .head_b .menus_click i {
        font-size: 7.5vw;
    }

    .head_b .menus {
        display: none;
        position: fixed;
        z-index: 11;
        top: 0;
        right: 0;
        background: #373B47;
        width: 65vw;
        height: 94vh;
        padding: 3vh 0;
    }

    .head_b .menus .close_button {
        position: absolute;
        right: 2.5vw;
        top: 2vh;
    }

    .head_b .menus .close_button i {
        padding: 1vw;
        font-size: 6vw;
    }

    .head_b .menus > li {
        margin-bottom: 1.5vh;
        border-bottom: 1px solid #505050;
        padding-bottom: 1vh;
    }

    .head_b .menus > li > a.menus_link {
        color: #FFFFFF;
        font-size: 4.5vw;
        padding-left: 6vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .head_b .menus > li > a.menus_link i {
        margin-right: 5vw;
        font-size: 3.5vw;
    }

    .head_b .menus > li ul.menus_sub {
        display: none;
        margin-top: 1vh;
    }

    .head_b .menus > li ul.menus_sub > li {
        padding-left: 11vw;
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

    .head_b .menus > li ul.menus_sub a {
        font-size: 3.5vw;
        color: #FFFFFF;
    }

    .head_b .menus > li ul.menus_sub a i {
        font-size: 3.5vw;
        margin-left: 5vw;
    }


    .common_index {
        width: 100vw;
        overflow: hidden;
    }

    .index_container {
        width: 100vw;
        overflow: hidden;
        padding-bottom: .5vh;
        margin-bottom: 0 !important;
    }

    .index_container .main_container {
        width: 100vw;
        padding: 2vh 0;
        background: transparent;
    }

    .index_container .main_container .top_title {
        width: 100vw;
        border-bottom: 2px solid #CCCCCC;
        margin-bottom: 1vh;
        text-align: center;
    }

    .index_container .main_container .top_title p {
        font-size: 4.5vw;
    }

    .index_container .main_container .top_business {
        flex-wrap: wrap;
    }

    .index_container .main_container .top_business .item {
        width: 50vw;
        height: 50vw;
    }

    .index_container .main_container .top_business .item .item_row .item_icon {
        width: 12vw;
        height: 12vw;
    }

    .index_container .main_container .top_business .item .item_row .item_alias {
        margin-top: 1.5vh;
        width: 47.5vw;
        height: 1.49vw;
        background-size: cover !important;
    }

    .index_container .main_container .top_business .item .item_row .item_title {
        margin-top: 1vh;
        font-size: 3.75vw;
    }

    /*.index_container .main_container .top_business .item .opa {*/
    /*    background: #0056A0;*/
    /*}*/
    .index_container .com_title p {
        font-size: 4.5vw;
    }

    .index_container .com_title {
        margin-top: 1vh;
        margin-bottom: 1vh;
        width: 100vw;
    }

    .index_container .com_center .news_item {
        width: 100vw;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        display: block;
        z-index: 2;
    }

    aside.aside_fix .head_b .logo h1 {
        background: url(/assets/image/logo_scroll.png);
        background-size: cover;
    }

    aside.aside_fix .head_b .menus_click i {
        color: #0056A0;
    }

    .index_container .com_center .news_item .info .info_cover {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }


    .index_container .com_center .news_item .info .info_cover img {
        height: auto;
    }

    .index_container .com_center .news_item .info {
        width: 90vw;
        padding: 1vh 5vw;
    }

    .index_container .com_center .news_item .info .info_title {
        font-size: 3.75vw;
        margin-top: 1vh;
    }

    .index_container .com_center .news_item .info .info_desc {
        font-size: 3vw;
        line-height: 175%;
        margin-top: .5vh;
    }

    .index_container .com_center .news_item .list {
        display: none;
    }

    .index_container .com_center .news_item .info .info_link {
        background: #0B589E;
        width: 100%;
        height: 6.5vh;
        margin-top: 1.5vh;
        margin-bottom: 1.5vh;
    }

    .index_container .com_center .news_item .info .info_link a {
        background: transparent;
        font-size: 3.5vw;
    }

    .index_container .com_center .news_item .info .info_link a i {
        font-size: 2vw;
    }

    .index_container .com_center .opa {
        position: absolute;
    }

    .index_container .com_center {
        width: 100%;
        height: auto !important;
    }

    .index_container .com_subtitle p {
        font-size: 3.5vw;
    }

    .index_container .com_subtitle p span {
        font-size: 5vw;
    }

    .index_container .com_center .p_all {
        width: 100vw;
        height: 113.917vw;
        margin: 0 auto;
    }

    .index_container .com_center_cut .p_all {
        width: 90vw;
        height: 30vw;
        margin: 0 auto;
    }

    .footer {
        display: none;
    }

    .footer .container_index {
        width: 94vw;
        overflow: hidden;
        padding: 2.5vh 3vw;
    }

    .footer .container_index .row .links {
        display: none;
    }

    .footer .container_index .row .maps img {
        width: 60vw;
        border: none;
        padding: 0;
    }

    .footer .container_index .row .maps {
        border: 0;
        padding: 0;
        width: 80vw;
    }

    .footer .container_index .row .maps .list p {
        line-height: 150%;
        font-size: 3.5vw;
        padding: .25vh 0;
    }

    .footer .container_index .row .maps .list p span {
        font-size: 3.5vw;
    }

    .footer .container_index .row .contact img {
        width: 25vw;
        height: 25vw;
    }

    .footer .container_index .row .contact p {
        font-size: 3vw;
    }

    .footer .container_index .row .contact p i {
        margin-right: 1vw;
        font-size: 5vw;
    }

    .footer .container_index .row .contact {
        margin-top: 7vh;
    }

    .footer .copyright {
        height: auto;
        line-height: 150%;
        padding: 2vh 2vw;
    }

    .footer .copyright span {
        display: block;
    }

    .banner_common {
        height: 75vw;
        margin-top: -20vw;
    }

    .banner_common .channel_area {
        width: 70vw;
        height: 10vw;
        margin-left: -35vw;
        margin-top: 57vw;
    }

    .banner_common .channel_area .channel_title {
        font-size: 8vw;
        letter-spacing: 1vw;
    }

    .banner_common .channel_area .channel_title b {
        width: 15vw;
        height: 15vw;
        left: -3.5vw;
        top: -3.75vw;
    }

    .page_container {
        padding: 5vw 0;
    }

    .channel_menus .channel_menus_title {
        font-size: 6vw;
        padding-bottom: 3vw;
        margin-bottom: 5vw;
    }

    .channel_menus {
        width: 30vw;
        display: none;
    }

    .page_container .channel_info .info_top {

    }

    .page_container .channel_info .info_top .crumb {
        display: none;
    }

    .channel_menus .channel_menus_list a {
        padding: 1vw;
        font-size: 4vw;
        letter-spacing: 0;
    }

    .page_container .channel_info .info_top {
        font-size: 6vw;
        padding-bottom: 3vw;
        margin-bottom: 5vw;
    }

    .page_container .channel_info {
        width: 90vw;
        /*padding: 0 5vw;*/
        margin: 0 auto;
    }

    .page_container .channel_info .leader_list {

    }

    .page_container .channel_info .leader_list div {
        display: block;
    }

    .page_container .channel_info .leader_list div p:nth-child(1) {
        font-weight: 600;
    }

    .page_container .channel_info .leader_list div p {

    }

    .page_container .info_items .item p {
        font-size: 3.75vw;
        line-height: 150%;
        margin: 0;
        width: 100%;
    }

    .page_container .info_items .item {
        /*padding: 1.5vw;*/
        margin-bottom: 3vw;
    }

    .page_container .info_items .item_fix_1 {
        display: block;
    }

    .page_container .info_items .item_fix_1 img {
        width: 100%;
        margin-top: 3vw;
    }

    .page_container .info_items .item .sub .r,
    .page_container .info_items .item .sub .l {
        display: none;
    }

    .page_container .info_items .sub {
        font-size: 6vw;
        margin-bottom: 3vw;
    }

    .page_container .info_items .item_fix_2,
    .page_container .info_items .item_fix_3 {
        padding: 5vw 3vw;
    }

    .time_base .items .stamp {
        width: 20vw;
    }

    .page_container .info_items .time_base .stamp p {
        font-size: 5vw;
        text-indent: unset;
    }

    .time_base .items .info {
        width: 70vw;
        flex: none;
        margin-left: 5vw;
    }

    .time_base .items .item {
        margin-bottom: 20vw;
        align-items: start;
    }

    .page_container .info_items .time_base {
        margin-top: 10vw;
        width: 100%;
    }

    .time_base .items .item .line {
        /*height: calc(100% + 10vw);*/
        display: none;
    }

    .page_container .info_items img.fs {
        width: 100% !important;
        margin-top: 5vw !important;
    }

    .page_container .info_items .time_base .info p {
        font-size: 4.5vw;
    }

    .page_container .info_items .item_fix_3 p img {
        width: 100%;
        margin: 2.5vw;
    }

    .page_container .info_items .item_fix_area {
        display: block;
    }

    .page_container .info_items .item_fix_area .item_fix_area_content {
        margin-right: 0;
    }

    .page_container .info_items .item_fix_area .item_fix_area_img img {
        width: 100%;
        margin-top: 2.5vw;
    }

    .swiper_wall {
        width: 90vw;
        margin: 0 auto;
        margin-left: 0;
        height: 50.625vw;
        position: relative;
        margin-bottom: 2.5vw;
    }

    .swiper_wall img {
        width: 90vw;
        height: 50.625vw;
    }

    .info_items_swiper .swiper-button-prev {
        left: 0;
    }

    .info_items_swiper .swiper-button-next {
        right: 0;
    }

    .info_items_swiper .swiper-container {
        width: 90vw;
        height: 17.7778vw;
    }

    .info_items_swiper .swiper-button-prev, .info_items_swiper .swiper-button-next {
        height: 17.7778vw;
    }

    .swiper_fix .swiper-slide img {
        width: 30vw;
        height: 17.7778vw;
    }

    .swiper_in {
        height: 17.7778vw;
    }

    .page_container .info_items .item_fix_7 img {
        position: unset;
        right: 0;
        top: 0;
        width: 100%;
        border-radius: unset;
        margin: 2.5vw auto;
    }

    .lm_list .item {
        display: block;
        margin-top: 5vw;
    }

    .lm_list .item .cover img {
        width: 100%;
    }

    .lm_list {
        /*background: #f8f8f8;*/
    }

    .lm_list .item .info p {
        width: auto;
        height: auto;
        position: unset;
        left: unset;
        top: unset;
        margin-left: unset;
        margin-top: unset;
        font-size: 3.75vw;
        color: #707070;
        line-height: 150%;
        padding: 2.5vw;
        text-align: justify;
    }

    .page_container .info_items .item_fix_8 {
        margin-top: 5vw;
    }

    .partners_list div {
        width: 25vw;
        height: 25vw;
    }

    .partners_list div:nth-last-child(1),
    .partners_list div:nth-last-child(2),
    .partners_list div:nth-last-child(3) {
        /*display: none;*/
    }

    .page_container .info_items .item_fix_10 .partners_list_fix div {
        width: 20vw;
        height: 20vw;
    }

    .page_container .info_items .item_fix_10 .partners_list_fix div img {
        object-fit: contain;
    }

    .page_container .info_items .item_fix_10 .partners_list_fix div:nth-last-child(1),
    .page_container .info_items .item_fix_10 .partners_list_fix div:nth-last-child(2),
    .page_container .info_items .item_fix_10 .partners_list_fix div:nth-last-child(3),
    .page_container .info_items .item_fix_10 .partners_list_fix div:nth-last-child(4) {
        /*display: none;*/
    }

    .page_container_job .channel_menus {
        display: block;
        width: 90vw;
        margin: 0 auto;
    }

    .page_container_job .channel_info {
        display: none;
    }

    .channel_info .info_items .filter {
        display: none;
    }

    .page_container .info_items .job_info {
        width: 90vw;
    }

    .channel_info .info_list .item .date {
        width: 13.5vw;
    }

    .channel_info .info_list .item .content {
        width: 75vw;
    }

    .channel_info .info_list .item .date .day {
        font-size: 6vw;
        height: 10vw;
        line-height: 10vw;
        margin-bottom: 1vw;
    }

    .channel_info .info_list .item .date .year {
        height: 6vw;
        line-height: 6vw;
        font-size: 3vw;
    }

    .channel_block {
        width: 90vw;
    }

    .article_container .article {
        width: 90vw;
    }

    .article_container .article .article_html img {
        max-width: 90vw !important;
    }

    .article_container .article .artilce_title h1 {
        font-size: 6vw;
        margin-bottom: 2.5vw;
        line-height: 150%;
    }

    .article_container .article .article_published p {
        font-size: 4vw;
        color: #707070;
        margin-right: auto;
    }

    .article .fz {
        font-size: 4vw;
    }

    .article_container .article .article_html, .article_container .article .article_html p, .article_container .article .article_html section {
        font-size: 4.5vw;
    }

    .article_container .article .fz_big, .article_container .article .fz_big p, .article_container .article .fz_big section {
        font-size: 5vw;
    }

    .article_container .article .fz_small, .article_container .article .fz_small p, .article_container .article .fz_small section {
        font-size: 4vw;
    }

    .swiper-slide .swiper-info {
        width: 100%;
        height: 100vw;
    }

    .channel_menus .channel_menus_list_job .sub_list .sub_nav .nav {
        width: 100%;
        padding: 3vw 0;
    }

    .channel_menus .channel_menus_list_job .link_fix {
        display: none;
    }

    .channel_menus .channel_menus_list_job .sub_list {
        background: #0056A0;
    }

    .channel_menus .channel_menus_list_job .sub_list .sub_nav .list a {
        width: 90vw;
    }

    .channel_menus .channel_menus_list_job .sub_list .sub_nav .nav i {
        margin-left: 5vw;
    }

    .page_container .info_items .item_fix_10 .partners_list_fix .p_all {
        width: 100vw;
        height: 113.917vw;
    }

    .com_center_cut_more {
        width: 90vw;
        height: 6.5vh;
        margin-top: 1.5vh;
        margin-bottom: 1.5vh;
        background: #0B589E;
    }

    .com_center_cut_more a {
        font-size: 3.5vw;
        margin-top: 25px;
        background: #0B589E;

    }

    .pager_container {
        width: 90vw;
        margin: 0 auto;
    }

    #kkpager span.disabled {
        font-size: 2vw;
    }

    #kkpager span {
        font-size: 2vw;
    }

    .page_container .channel_info .info_top .title {
        font-size: 6vw;
    }

    .page_container .info_items .job_info .job_info_title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .page_container .info_items .job_info .job_info_sub p {
        font-size: 4.5vw;
        margin-bottom: 1vw;
    }

    .page_container .info_items .job_info .job_info_sub a.button {
        width: 30vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 4.5vw;
        margin-top: -5vw;
    }

    .page_container .info_items .job_info .job_info_line p {
        font-size: 4.5vw;
    }

    .page_container .info_items .job_info .job_info_content .sub_title {
        font-size: 4.5vw;
        font-weight: 600;
    }

    .page_container .info_items .job_info .job_info_content .content p {
        font-size: 4vw;
        line-height: 7.5vw;
    }


    .float_msg {
        position: fixed;
        right: 5px;
        z-index: 10;
        top: 25vh;
    }

    .float_msg a {
        display: flex;
        width: 32.5vw;
    }

    .float_msg a img {
        width: 100%;
        height: 100%;
    }

}

