@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

.biaoti:hover {
    color: #036197;
}

.swiper-slide {
    filter: brightness(1);
}

#header {
    position: relative;
    height: 70px;
    z-index: 999;
    width: 100%;
    background-size: cover;
    transition: 0.4s;
}

.header_box {
    position: relative;
    z-index: 10000;
}

.header_box_li {
    height: 113px;
    position: relative;
    transition: 0.4s;
    z-index: 999;
}

.head_bottom {
    padding: 14px 0 0;
    width: 1500px;
    margin: 0 auto;
}

.head_bottom {
    padding: 1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1470px;
    margin: 0 auto;
}

.pc_top_lj {
    float: right;
    display: flex;
    align-items: center;
}

.search_btn {
    cursor: pointer;
    text-align: center;
    float: left;
    transition: .6s;
    margin: 0 0 0 15px;
    position: relative;
}

.search_btn {
    margin-left: 1rem;
    cursor: pointer;
    margin-top: -2px;
}

.search_btn img {
    margin: 0;
}

.pc_top_lj ul {
    display: flex;
    float: right;
}

.pc_top_lj ul li {
    float: left;
    margin-left: 40px;
    padding-bottom: 10px;
}

.pc_top_lj ul li a {
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
   display: flex;
    align-items: center
}

.pc_top_lj ul li > a {
    opacity: 0.66;
}

.pc_top_lj ul li > a:hover {
    opacity: 1;
}

.pc_top_lj ul li > a img {
    margin-right: 5px;
    margin-top: 3px;
}

.pc_top_lj ul li.xl_li {
    position: relative;
    padding-right: 18px;
    background: url(../images/top_lj_ico3.png) no-repeat right 5px;
}

.pc_top_lj ul li .xl_lj {
    position: absolute;
    top: 24px;
    background: rgba(255, 255, 255, 1);
    z-index: 12;
    padding: 10px 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    display: none;
}

.pc_top_lj ul li .xl_lj a {
    display: block;
    color: #000;
    padding: 10px 15px;
    width: 100%;
}

.pc_top_lj ul li .xl_lj a:hover {
    color: #fff;
    background: #036197;
}

.pc_top_lj ul li.xl_li:hover .xl_lj {
    display: block;
}

#logo {
    float: left;
    height: 100%;
    position: relative;
}


#header #logo .box_table {
    width: 383px;
    display: table;
    height: 100%;
}

#header #logo .box_table .box_table_cell {
    display: table-cell;
    vertical-align: middle;
}

#logo img {
    transition: 0.4s;
    max-width: 100%;
}

.head_bottom > .right-menu {
    width: calc(100% - 450px);
}

#nav {
    float: right;
    padding-top: 2px;
    width: 100%;
}

#nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 0;
    margin-left: 0.75rem;
}

#nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 41px;
    bottom: 0;
    transition: .6s;
}

#nav ul li a {
    display: block;
    padding: 0rem 0rem;
    transition: 0.4s;
    color: #b7b7b7;
}

#nav ul li h3 {
    font-size: 24px;
    line-height: 34px;
    position: relative;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s;
}

#nav ul li a:hover h3 {
    color: #fff;
}

#nav > ul > li h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 12px;
    left: 50%;
    margin-left: -10px;
    bottom: 10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    min-width: 180%;
    left: 70%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    padding: 10px 0;
    background: rgba(255, 255, 255, 1);
}

#nav ul li .sub .box {
    text-align: center;
}

#nav ul li .sub a {
    padding: 10px 15px;
    line-height: 26px;
    transition: .6s;
    font-size: 20px;
    color: #000;
    white-space: wrap;
    display: block;
    padding-left: 2rem;
    text-align: left;
    position: relative;
}

#nav ul li .sub a::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #036197;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 18px;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: rgba(3, 97, 151, 0.8);
}

#nav ul li .sub a:hover::after {
    background: #fff;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}


#nav > ul > li h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 12px;
    left: 50%;
    margin-left: -10px;
    bottom: 10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

#nav > ul > li:hover h3:after, #nav ul li.on h3:after {
    transform: scale(1);
}

#nav > ul > li:hover h3:before, #nav > ul > li.on h3:before {
    opacity: 1;
    visibility: visible;
    display: none;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin-top: 0px;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
}

.banner .swiper-slide a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner .swiper-slide a .bn_wz {
    width: 100%;
    position: absolute;
    bottom: 2rem;
    left: 0;
    z-index: 2;
}

.banner .swiper-slide a .bn_wz p {
    font-size: 30px;
    color: #fff;
    width: 1470px;
    padding-right: 40%;
    margin: 0 auto;
    line-height: 3rem;
    font-weight: bold;
    transition: 0.4s;
}

.banner .swiper-slide a .bn_wz:hover p {
    color: #036197;
}


.toubu_div {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 8;
    transition: 0.5s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.toubu_div_bai {
    position: fixed;
}

.toubu_div_bai .list_box0 .li > a {
    color: #000;
}

.yc_gd_dh {
    z-index: 2000;
    top: -200px;
}

.yc_gd_dh #header {
    height: 112px;
    background: #036197;
}

.yc_gd_dh .head_bottom {
    padding: 0;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.yc_gd_dh .header_top {
    transition: 0.4s;
    overflow: hidden;
}

.yc_gd_dh .header_top.lit {
    height: 0;
}

.yc_gd_dh #nav ul li h3 {
    color: #fff;
    font-size: 1.375rem;
}

.yc_gd_dh #nav ul li:hover h3 {
    color: #fff;
}

.yc_gd_dh #nav ul li .sub a:hover {
    background: #036197;
}

.yc_gd_dh #nav ul li .sub a {
    background: #fff;
}

.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: none;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: #036197;
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: #fff;
    opacity: .1;
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {


    background-color: #036197;
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
    animation: spin 8s infinite linear;
    transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: spin2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: spin-reverse 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: spin-reverse2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px;
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0;
}

.search-dialog .search-input {
    width: 561px;
    margin: 0 auto;
    padding: 0 0rem 0 1.5rem;
    background: url(../images/search_zk_bg.png) no-repeat;
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
    height: 56px;
    background-size: 100%;
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: 3.5rem;
    width: calc(100% - 5.6rem);
    background-color: transparent;
    font-size: 1.25rem;
    line-height: .5rem;
    color: #919191;
    transition: all .3s;
    outline: none;
    border: 0;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: #919191;
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: #919191;
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: #919191;
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: #919191;
}

.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 4.5rem;
    width: 3.5rem;
}

.search-dialog .search-input input[type=image] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('../images/search.png');
    background: #036197 url('../images/search.png') no-repeat center center;
    height: 3.5rem;
    width: 5.6rem;
    border-radius: 100px;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: #fff;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: .35rem;
    line-height: .5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: 51px;
    height: 52px;
    z-index: 10;
    right: 11.5rem;
    top: 4.35rem;
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;

    background-repeat: no-repeat;
    background-image: url(../images/search_close.png);
    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn);
    }
}


.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 30px 0 0;
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105%;
    top: 0;
    display: none;
    padding: 1.5rem 0 1.5rem;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #036197;
}

#m_nav .close {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    color: #fff;
    z-index: 10000;
}

#m_nav .db_kslj {
    position: relative;
    top: 0;
    left: 0;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    overflow: auto;
}

#m_nav > ul > li {
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 2.3rem;
    position: relative;
}

#m_nav > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {
    display: inline-block;
    width: calc(100% - 30px)
}

#m_nav li .a {
    line-height: 4rem;
    height: 4rem;
    color: #fff;
    padding: 0;
    font-size: 14px;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 5rem;
    height: 4rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) calc(100% - 2rem) center no-repeat;
    background-size: 13px 13px !important;
    position: absolute;
    display: block;
    right: 0;
}

#m_nav li.on i {
    background: url(../images/arrow_down_on.svg) calc(100% - 2rem) center no-repeat;
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav li {
    display: block;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #036197;
}

#m_nav .title .list a {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, .6);
    text-align: left;
    line-height: 18px;
    /* height: 40px; */
    margin-bottom: 0.8rem;
    border: 0;
    font-weight: 300;
}

/*???’??a�???a�??￠a??a?￠???’?￠a???????￠?￠a�????￠a�??￠???’??a�????￠?￠a�????…?????’?￠a??????a�????¤???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�???a�??￠a??a?￠???’?￠a??????a�????￠???’??a�???a�????￠???’???￠???￠?￠a??????????a�|???????’?￠a??????a�????????’??a�????￠?￠a�????…?????’?￠a??????a�????°???’??a�???a�??￠a??a?￠???’?￠a???????￠?￠a�????￠a�??￠???’??a�????￠?￠a�????…?????’?￠a??????a�????§???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????o???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????§???’??a�???a�??￠a??a?￠???’?￠a???????￠?￠a�????￠a�??￠???’??a�????￠?￠a�????…?????’?￠a??????a�????￥???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????ˉ???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�???a�??￠a??a?￠???’?￠a???????￠?￠a�????￠a�??￠???’??a�????￠?￠a�????…?????’?￠a??????a�????¨???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�????1???’??a�???a�????￠???’???￠???￠?￠a�????…????a�????? ???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????a ???’??a�???a�??￠a??a?￠???’?￠a???????￠?￠a�????￠a�??￠???’??a�????￠?￠a�????…?????’?￠a??????a�????￥???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�???a�??￠a??a?￠???’?￠a??????a�????￠???’??a�???a�????￠???’???￠???￠?￠a�????…????a�????????’?￠a???|??a�????????’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�???a�??￠a??a?￠???’?￠a???????￠?￠a�????￠a�??￠???’??a�????￠?￠a�????…?????’?￠a??????a�????￥???’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????§???’??a�???a�??￠a??a?￠???’?￠a??????a�????￠???’??a�???a�????￠???’???￠???￠?￠a??????????a�|???????’?￠a??????a�????????’??a�????￠?￠a�????…?????’?￠a??????a�????1*/
#m_nav .title .list .void > a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void > a:before {
    content: "???’??a�???a�??￠a??a?￠???’?￠a???????￠?￠a�????￠a�??￠???’??a�???a�????￠???’???￠???￠?￠a�????…????a�????????’?￠a???|??a�????????’??a�???a�??￠a??a?￠???’???￠???￠?￠a??????????a�|???????’??a�????￠?￠a�????…?????’?￠a??????a�????·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#m_nav .pc_top_lj {
    width: 100%;
    float: none;
}

#m_nav .pc_top_lj ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

#m_nav .pc_top_lj ul li {
    margin: 0 20px;
    width: auto;
}

#m_nav .pc_top_lj ul li a {
    font-size: 14px;
}


.m_header_box {
    transition: .6s;
    display: none;
    height: 88px;
}

#m_header #logo .box_table {
    width: auto;
    float: left;
    display: table;
    height: 100%;
}

#nav_btn_box .box_table {
    width: auto;
    float: left;
    display: table;
    height: 100%;
    height: 100%;
}

#nav_btn_box .box_table .box_table_cell {
    vertical-align: middle;
    display: table-cell;
}

#m_header #logo .box_table .box_table_cell {
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
}

#m_header #logo .box_table .box_table_cell a {
    display: block;
}

.m_header_box header {
    padding: 0 5%;
    top: 0;
    height: 88px;
    box-shadow: 0 8px 8px rgba(0, 55, 59, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #036197;
    background-size: cover;
}

#m_header #logo {
    float: left;
}

#m_header #logo img {
    max-height: 50px;
    width: auto;
}

#m_header .yuyan {
    height: 4.5rem;
    float: right;
    margin-right: 4rem;
}

#m_header .yuyan span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: .9rem;
    text-align: center;
    margin-left: 17px;
    background: rgba(255, 255, 255, .3);
}

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    float: right;
    margin-left: 28px;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn {
}

#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
    background: #fff;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.875rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {
    width: 1.75rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after, #nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.75rem;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}


.w1470 {
    width: 1490px;
    margin: 0 auto;
    padding: 0 10px;
}

.w1380 {
    width: 1380px;
    margin: 0 auto;
  
}

.w1470::after {
    clear: both;
    content: "";
    display: block;
}

.sy_tit {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    z-index: 99999;
}

.sy_tit .line {
    width: 100%;
    height: 1px;
    display: block;
    background-size: 100% 100%;
    background: #d0d6d9;
    position: relative;
}

.sy_tit .line:after {
    content: "";
    width: 20%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #036197;
}

.sy_tit .p {
    font-size: 2.25rem;
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    position: relative;
}

.sy_tit .p::after {
    content: "";
    display: block;
    width: 111px;
    height: 111px;
    background: url(../images/sy_tit_bg.png) no-repeat;
    position: absolute;
    left: 8px;
    background-size: 100%;
    top: 18px;
    z-index: 1;
}

.sy_tit .p span {
    font-size: 5rem;
    color: #036197;
}

.sy_tit > a {
    font-size: 14px;
    color: #000;
    background: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    text-align: center;
    height: 27px;
    margin-top: 3px;
    font-weight: bold;
}

.sy_tit > a:hover {
    color: #036197;
}

.sy_tit.bai {
}

.sy_tit.bai .p {
    color: #fff;
}

.sy_tit.bai .p::after {
    background: url(../images/sy_tit_bg_bai.png) no-repeat;
}

.sy_tit.bai a {
    background: url(../images/sy_more_bai.png) no-repeat;
    color: #fff;
}


.banner_sj {
    display: none;
}

.banner_sj a img {
    width: 100%;
}

.banner_sj a p {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
    padding: 0 2rem;
    width: calc(100% - 10rem);
}

.banner_sj .swiper-pagination {
    text-align: right;
    bottom: 1rem;
    right: 1rem;
    display: table;
    width: auto;
    left: auto;
}

.banner_sj .swiper-pagination span {
    width: 28px;
    height: 32px;
    border: 0px solid #fff;
    opacity: 1;
}


#dowebok {
}

#dowebok > .section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.part2 {
    background: url(../images/part01.png) no-repeat bottom right;
    padding-top: 0;
    background-size: cover;
}

.part2 .w1470 {
    padding-top: 4.5rem;
}

.db_kslj {
    width: 100%;
    margin: 15px auto 21px;
}

.db_kslj ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

.db_kslj ul li {
    width: 11.11%;
    border-left: 0px solid #bdbdbd;
}

.db_kslj ul li + li {
    border-left: 1px solid #bdbdbd;
}

.db_kslj ul li a {
    display: block;
}

.db_kslj ul li .pic {
    position: relative;
    display: table;
    margin: 5px auto 10px;
}

.db_kslj ul li .pic img {
}

.db_kslj ul li .pic img + img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}

.db_kslj ul li .pic img + img + img {
    opacity: 0;
}

.db_kslj.on ul li a .pic img {
    opacity: 0;
}

.db_kslj.on ul li a .pic img + img {
    opacity: 0;
}

.db_kslj.on ul li a .pic img + img + img {
    opacity: 1;
}

.db_kslj.on ul li p {
    color: #ddacac;
}

.db_kslj ul li p {
    font-size: 1rem;
    color: #000;
    font-family: Arial;
    text-align: center;
    transition: 0.4s;
    font-weight: bolder;
}



.db_kslj ul li a:hover p{color: #036197;font-weight: bold;}


.part2 .p2_main {
    padding: 0;
}

.part2 .p2_main .left {
    width: 58%;
    float: left;
}

.part2 .p2_main .p2_lb {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.part2 .p2_main .p2_lb .swiper-slide {
}

.part2 .p2_main .p2_lb .swiper-slide a {
    display: block;
    position: relative;
}

.part2 .p2_main .p2_lb .swiper-slide a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/part2_lb_zz.png) repeat-x bottom left;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.part2 .p2_main .p2_lb .swiper-slide .img {
    padding-bottom: 0%;
}

.part2 .p2_main .p2_lb .swiper-slide .con {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.part2 .p2_main .p2_lb .swiper-slide .con .z {
    width: 100%;
}

.part2 .p2_main .p2_lb .swiper-slide .con .z .sj {
    font-size: 1rem;
    color: #fff;
}

.part2 .p2_main .p2_lb .swiper-slide .con .z .bt {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 5px;
    font-family: Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part2 .p2_main .p2_lb .swiper-slide .con .z .zy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.part2 .p2_main .p2_lb .swiper-slide .con .y {
    width: 50px;
}

.part2 .p2_main .p2_lb .swiper-slide .con .y p {
    font-size: 14px;
    color: #036197;
    margin-bottom: 20px;
    display: none;
}

.part2 .p2_main .p2_lb .swiper-pagination {
}

.part2 .p2_main .p2_lb .swiper-pagination span {
    border: 1px solid #fff;
    opacity: 1;
    background: none;
    width: 10px;
    height: 10px;
}

.part2 .p2_main .p2_lb .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.part2 .p2_main .right {
    width: 40%;
    float: right;
}

.part2 .p2_main .right ul {
}

.part2 .p2_main .right ul li {
    margin-bottom: 2.8rem;
}

.part2 .p2_main .right ul li:last-child {
    margin-bottom: 0;
}

.part2 .p2_main .right ul li a {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.part2 .p2_main .right ul li .sj {
    width: 78px;
    height: 62px;
    background: #f4f4f4;
}

.part2 .p2_main .right ul li .sj p {
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #036197;
}

.part2 .p2_main .right ul li .sj span {
    font-size: 13px;
    color: #036197;
    display: block;
    line-height: 28px;
    text-align: center;
}

.part2 .p2_main .right ul li p.bt {
    width: calc(100% - 102px);
    font-size: 20px;
    color: #323232;
    margin-top: -5px;
    max-height: 4rem;
    overflow: hidden;
    transition: 0.4s;
    font-family: Arial;
}

.part2 .p2_main .right ul li a:hover p.bt {
    color: #036197;
}


.part3 {
    background: #f1f1f1;
}

.part3 .w1470 {
    padding-top: 4.5rem;
}

.part3 .sy_tit .p {
    margin-bottom: -5rem;
}

.part3 .sy_tit a {
    margin-bottom: -5rem;
}

.p4_main {
    width: 100%;
}

.p4_lb {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
    padding-top: 4.8125rem;
}

.p4_lb .swiper-slide {
    filter: brightness(1);
}

.p4_lb .swiper-slide:nth-child(3n-1) {
    margin-top: -4.8125rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

/*.p4_lb .swiper-slide:nth-child(3n){margin-top: -3.125rem;}*/
.p4_lb .swiper-slide a {
    display: block;
    box-shadow: 0 0 10px rgba(161, 165, 167, 0.27);
    background: #fff;
    transition: 0.4s;
    width: 100%;
}

.p4_lb .swiper-slide .img_out {
    width: 100%;
    position: relative;
}

.p4_lb .swiper-slide .img_out .img {
    padding-bottom: 0;
    height: 285px;
}

.p4_lb .swiper-slide .img_out p {
    font-size: 22px;
    color: #ffffff;
    background: #036197;
    padding: 1.25rem 6rem 1.25rem 2.5rem;
    position: absolute;
    bottom: -17.25rem;
    right: 0;
    z-index: 2;
    transition: 0.4s;
    font-weight: 600;
}

.p4_lb .swiper-slide:nth-child(3n-1) .img_out p {
    bottom: auto;
    top: -4.875rem;
}

.p4_lb .swiper-slide .con {
    padding: 1.875rem;
}

.p4_lb .swiper-slide .con .bt {
    font-size: 1.625rem;
    color: #333333;
    font-family: Arial;
    line-height: 2rem;
    height: 4rem;
    overflow: hidden;
    margin-bottom: 1rem;
    font-weight: bold;
    transition: 0.4s;
}

.p4_lb .swiper-slide .con .zy {
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    margin-bottom: 2rem;
    height: 84px;
    overflow: hidden;
    transition: 0.4s;
    text-align: justify;
    color: #4c4c4c;
}

.p4_lb .swiper-slide .con .sj {
    border-left: 5px solid #036197;
    padding-left: 9px;
    transition: 0.4s;
}

.p4_lb .swiper-slide .con .sj p {
    font-size: 20px;
    color: #036197;
    margin-bottom: 5px;
    transition: 0.4s;
}

.p4_lb .swiper-slide .con .sj span {
    display: block;
    font-size: 12px;
    color: #036197;
    transition: 0.4s;
}

.p4_lb .swiper-slide a:hover .con .bt {
    color: #036197;
}


.p4_lb .swiper-pagination {
    bottom: 1.875rem;
}

.p4_lb .swiper-pagination-bullet {
    background: white;
}

.p4_lb .swiper-pagination span {
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: 0.5s;
}

.p4_lb .swiper-pagination-bullet-active {
    background: #036197;
}

.part4 {
    background: linear-gradient(to bottom, white 0%, white 70%, #0c6ba2 70%, #0c6ba2 100%);
}

.part4 .w1470 {
    padding-top: 112px;
    height: 100%;
}

.part4-main {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.part4-left {
    width: 434px;
    height: 100%;
    background: #f8f8f8;
    padding-left: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sy_txt_more {
    width: 152px;
    height: 48px;
    margin-left: 10px;
    background: #036197;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 60px;
    color: #ffffff;
}

.p5_main {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.p5_lb {
    position: relative;
    width: 100%;
    height: 100%;
}

.p5_lb .swiper-wrapper {
    display: flex;
    align-items: center;
}

.p5_lb .swiper-slide {
    height: 80%;
}

.p5_lb .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.p5_lb .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p5_lb .video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p5_lb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s;
}

.p5_lb .play-btn img {
    width: auto;
    height: auto;
    display: block;
}

.p5_lb .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.p5_lb-nav {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 20px;
}

.p5_lb-nav .swiper-button-prev {
    background: url("../images/left.png") no-repeat !important;
    background-size: 25px 17px;
}

.p5_lb-nav .swiper-button-next {
    background: url("../images/right.png") no-repeat !important;
    background-size: 25px 17px;
}

.p5_lb-nav .swiper-button-prev,
.p5_lb-nav .swiper-button-next {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    width: 25px;
    height: 17px;
    border: none !important;
}

.p5_lb-nav .swiper-button-prev::after,
.p5_lb-nav .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.p5_lb-nav .swiper-button-prev:hover,
.p5_lb-nav .swiper-button-next:hover {
    background: #036197;
    color: #fff;
}

.p5_lb-nav .p5_lb-pagination {
    position: relative;
    width: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.p5_lb-nav .p5_lb-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    opacity: 1;
    margin: 0;
    transition: all 0.3s;
}

.p5_lb-nav .p5_lb-pagination .swiper-pagination-bullet-active {
    background: #036197;
    width: 12px;
    height: 12px;
}


.part5 {
    background: #fff url(../images/part04.png) no-repeat center -268px;
    align-items: flex-end !important;
}

.part5 .w1470 {
    padding-top: 6.5rem;
    position: relative;
    z-index: 1;
}

.part5 .sy_tit .p span {
    color: white;
}

.part5 .sy_tit .p .line:after {
    background: unset;
}

.p7_main {
    width: 100%;
    position: relative;
}

.p7_lb_out {
    width: 100%;
    position: relative;
}

.p7_lb {
    width: 90%;
    position: relative;
    padding: 60px 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
}

.p7_lb .swiper-slide a {
    display: block;
    position: relative;
    transition: 0.5s;
}

.p7_lb .swiper-slide a::after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 0rem;
    background: #fff;
    top: 100%;
    left: 50%;
    position: absolute;
    transition: 0.5s;
}

.p7_lb .swiper-slide .pic {
    max-width: 191px;
    height: 190px;
    width: 100%;
    background: url(../images/part7_li_bg.png) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.5s;
}

.p7_lb .swiper-slide .pic img {
    width: auto;
}

.p7_lb .swiper-slide .con {
}

.p7_lb .swiper-slide .con .sz {
    font-size: 48px;
    color: #ffffff;
    font-family: "impact";
    text-align: center;
}

.p7_lb .swiper-slide .con .sz p {
    font-family: "impact";
    display: inline;
}

.p7_lb .swiper-slide .con .sz span {
    font-family: "impact";
}

.p7_lb .swiper-slide .con .zy {
    font-size: 16px;
    line-height: 1.5rem;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    font-weight: bold;
    padding: 0 0.6rem;
}

.p7_lb .swiper-slide a:hover::after {
    height: 2.5rem;
}

.p7_lb .swiper-slide a:hover {
    transform: translate(0, -2.5rem);
}

.p7_lb .swiper-slide a:hover .pic {
    background: url(../images/part7_li_bg_on.png) no-repeat center center;
}


.p7_lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 10;
}

.p7_lb-nav .swiper-button-prev {
    background: url("../images/left1.png") no-repeat !important;
    background-size: 18px 34px;
}

.p7_lb-nav .swiper-button-next {
    background: url("../images/right1.png") no-repeat !important;
    background-size: 18px 34px;
}

.p7_lb-nav .swiper-button-prev,
.p7_lb-nav .swiper-button-next {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    pointer-events: auto !important;
    cursor: pointer;
    width: 18px;
    height: 34px;
    opacity: 1;
    padding: 15px;
    margin: -15px;
    background-position: center;
    background-repeat: no-repeat;
}

.p7_lb-nav .swiper-button-prev::after,
.p7_lb-nav .swiper-button-next::after {
    display: none;
}

.p7_fx {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 2px 0;
    width: auto;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
}

.p7_fx::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../images/part7_fx_bg_line.png) no-repeat;
    background-size: contain;
}

.p7_fx::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../images/part7_fx_bg_line.png) no-repeat;
    background-size: contain;
}

.p7_fx ul {
    display: flex;
    padding: 1.5rem 0;
}

.p7_fx ul li {
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 40px;
    border-radius: 50%;
    transition: 0.4s;
}

.p7_fx ul li a {
    position: relative;
    z-index: 2;
}

.p7_fx ul li img {
   
}

.p7_fx ul li.ewm {
}

.p7_fx ul li.ewm .yc_ewm {
    position: absolute;
    bottom: 13px;
    left: auto;
    width: 218px;
    height: 240px;
    background: url(../images/part7_ewm_bg.png) no-repeat;
    padding-top: 2.5rem;
    display: none;
    z-index: 1;
}

.p7_fx ul li.ewm .yc_ewm img {
    margin: 0 auto;
    display: block;
    width:142px;
}

.p7_fx ul li.ewm:hover .yc_ewm {
    display: block;
}

.p7_fx ul li:hover {
    background: #036197;
}

.p7_yqlj {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.p7_yqlj .box {
    margin-left: 1.3rem;
    margin-bottom: 1rem;
}

.p7_yqlj .box .xtit {
    font-size: 30px;
    color: #272727;
    font-family: Arial;
    display: block;
    position: relative;
    margin-bottom: 0.6rem;
    font-weight: bolder;
    text-indent: 20px;
}

.p7_yqlj .box .xtit::after {
    content: "";
    width: 15px;
    height: 3px;
    background: #036197;
    top: calc(50% - 2px);
    left: 0;
    position: absolute;
}

.p7_yqlj .box .select {
    position: relative;
    width: 262px;


}

.p7_yqlj .box .select p {
    font-size: 14px;
    color: #333333;
    border-radius: 50px;
    border: 1px solid #dbdbdb;
    padding: 12px 10px 12px 15px;
    background: rgba(0, 0, 0, 0) url(../images/part7_dblj_bg.png) no-repeat calc(94%) center;
    width: 100%;
    font-family: Arial;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: bolder;
}

.p7_yqlj .box .select .option {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #666666;
    background: #fff;
    padding: 0.6rem 0;
    z-index: 3;
    display: none;
}

.p7_yqlj .box .select .option a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    padding: 0.3rem 1rem;
}

.p7_yqlj .box .select .option a:hover {
    background: #036197;
    color: #fff;
}

.p7_yqlj .box .select.on .option {
    display: block;
}


.foot {
    width: 100%;
    height: 120px;
    background: #000000;
}

.foot-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    height: 120px;
    background: #000000;
}

@media (max-width: 1650px) {
    .w1470 {
        zoom: 0.85;
    }
}


@media (max-width: 1500px) {
    .w1470 {
        zoom: 0.75;
    }
}


.sch_pro {
}

.ej_main .ej_tit {
    font-size: 3rem;
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 1rem;
    background: url(../images/sy_tit_line.jpg) no-repeat bottom left;
    background-size: 100% 1px;
    display: table;
}

.ej_main .ej_tit span {
    font-size: 5rem;
    font-family: Arial;
}

.sch_pro_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

.sch_pro_ul li {
    width: 30.33%;
    margin: 0 1.5% 2.6rem;
}

.sch_pro_ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sch_pro_ul li .img {
    padding-bottom: 97%;
}

.sch_pro_ul li .box {
    position: absolute;
    z-index: 3;
    top: calc(100% - 6.625rem);
    left: 0;
    background: rgba(3, 97, 151, 0.8);
    transition: 0.4s;
    width: 100%;
    height: 100%;
}

.sch_pro_ul li .box .bt {
    height: 6.625rem;
    padding: 1.5rem 0;
}

.sch_pro_ul li .box .bt img {
    position: absolute;
    right: 1.6rem;
    top: -1.875rem;
}

.sch_pro_ul li .box .bt p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.875rem;
    text-align: center;
    padding: 0rem 1rem;
    height: 3.75rem;
    overflow: hidden;
    font-weight: bold;
}

.sch_pro_ul li .box .con {
    margin-top: 1rem;
    opacity: 0;
    height: calc(100% - 6.625rem);
    overflow: auto;
}

.sch_pro_ul li .box .con .con_in {
    margin-bottom: 1.5rem;
}

.sch_pro_ul li .box .con .con_in p.xbt {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: bold;
    position: relative;
}

.sch_pro_ul li .box .con .con_in p.xbt::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 10px;
}

.sch_pro_ul li .box .con .con_in p {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #fff;
    padding-left: 20px;
    font-family: Arial;
}

.sch_pro_ul li a:hover .box .con {
    animation: sch_pro_dh 0.8s linear;
    animation-fill-mode: forwards;
}

.sch_pro_ul li a:hover .box {
    top: 0;
    padding: 0 18px;
}

.sch_pro_ul li a:hover .box .bt {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.sch_pro_ul li a:hover .box .bt img {
    position: relative;
    top: 0.1rem;
    left: calc(50% - 18px);
    right: auto;
    margin: 0 auto;
    width: 36px;
}

.sch_pro_ul li .box .con::-webkit-scrollbar {
    width: 2px;
}

/* ???’??a�???a�??￠a??a?￠???’?￠a??????a�????|???’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�????￠?￠a�??????|???’?￠a??????a�????????’??a�???a�??￠a??a?￠???’?￠a??????a�????￥???’??a�????￠?￠a�??????| ???’??a�????￠?￠a�????…?????’?￠a??????a�????¨???’??a�???a�??￠a??a?￠???’?￠a??????a�????|???’??a�????￠?￠a�????…?????’?￠a??????a�????§???’??a�????￠?￠a�????…?????’?￠a??????a�????? */
.sch_pro_ul li .box .con::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* ???’??a�???a�??￠a??a?￠???’?￠a??????a�????|???’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�????￠?￠a�??????|???’?￠a??????a�????????’??a�???a�??￠a??a?￠???’?￠a??????a�????￥???’??a�????￠?￠a�??????| ???’??a�????￠?￠a�????…?????’?￠a??????a�????¨???’??a�???a�??￠a??a?￠???’?￠a??????a�????|???’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�???a�??￠a??a?￠???’?￠a??????a�????|???’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�???a�????￠???’???￠???￠?￠a�????…????a�????????’?￠a???1??a�|?￠a???“???’??a�???a�??￠a??a?￠???’?￠a??????a�????￥???’??a�????￠?￠a�????…?????’?￠a??????a�????????’??a�???a�????￠???’???￠???￠?￠a�????…????a�????????’???￠???￠?￠a??????????a�????? */
.sch_pro_ul li .box .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}

@keyframes sch_pro_dh {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.ej_gd_dh {
    top: 0 !important;
}

.ej_banner {
    position: relative;
}

.ej_banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
}

.ej_banner img {
    width: 100%;
    vertical-align: middle;
}

.ej_banner .lmmc {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.ej_banner .lmmc h2 {
    color: #fff;
    position: relative;
    display: table;
    margin: 0 auto;
    font-size: 3.75rem;
    font-weight: bold;
}

.ej_banner .lmmc h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 102%;
    top: 48%;
}

.ej_banner .lmmc h2::before {
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 102%;
    top: 48%;
}

.ej_main {
    margin-top: 3rem;
}

.ej_banner .dqwz_out {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    left: 0;
    z-index: 3;
}

.ej_banner .dqwz {
    width: 72%;
    float: right;
    font-size: 1.25rem;
    color: #fff;
}

.ej_banner .dqwz a {
    font-size: 1.25rem;
    color: #fff;
    transition: 0.4s;
}

.ej_banner .dqwz a:hover {
    color: #036197;
}

.ej_jcy_main {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
}

.ej_jcy_main > div {
}

.ej_jcy_main > div::after {
    content: "";
    display: block;
    clear: both;
}

.ej_jcy_main .ej_jcy_left {
    width: 26.913%;
    margin-top: -5.3rem;
    float: left;
}

.ej_jcy_main .ej_jcy_left .lmmc {
    background: #036197;
    font-size: 2.25rem;
    color: #fff;
    font-weight: bold;
    padding: 2.5rem 0.5rem 2.5rem 2.5rem;
    font-family: Arial;
    position: relative;
}

.ej_jcy_main .ej_jcy_left .lmmc::after {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 1.5rem;
    left: 2.5rem;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh {
    background: #036197;
    position: relative;
    z-index: 3;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul {
    padding: 1.375rem;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li {
    padding-bottom: 1.5rem;
    position: relative;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li a {
    font-size: 22px;
    color: #fff;
    display: block;
    padding-left: 1.125rem;
    position: relative;
    padding-bottom: 13px;
    width: 93%;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li span {
    position: absolute;
    right: 0;
    top: 0rem;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li.on span {
    color: #ffef65;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li.on > a, .ej_jcy_main .ej_jcy_left .ej_left_dh ul li a:hover {
    color: #ffef65;
    transition: 0.4s;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub {
    padding: 1rem 0 0;
    display: none;
    margin-left: 1.3rem;
    position: relative;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in {
    position: relative;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in > span {
    right: 1rem;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in .ssj_div {
    padding-bottom: 1rem;
    display: none;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in.on .ssj_div {
    display: block;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in .ssj_div a {
    line-height: 1.5rem;
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-top: 5px;
    background: rgba(255, 255, 255, 0.3);
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in .ssj_div a.on {
    color: #ffef65;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li.on .sj_sub {
    display: block;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub a {
    margin-bottom: 1rem;
    font-size: 20px;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in.on > a {
    color: #ffef65;
    font-weight: bold;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in > a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in.on > a::after {
    background: #ffef65;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #fadf60;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0rem;
    transition: 0.4s;
}

.ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in.on > a::before, .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in.on > a::before {
    width: 100%;
}


.ej_jcy_main .ej_jcy_right {
    width: 68%;
    margin-top: 64px;
    float: right;
}

.ej_jcy_right {
   min-height:300px;
}


.tw_list {
    min-height: 8rem;
}

.tw_list ul {
}

.tw_list ul li {
    margin-bottom: 2rem;
}

.tw_list ul li a {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 3rem;
}

.tw_list ul li .bt {
    font-size: 1.625rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #323232;
    max-height: 4.4rem;
    overflow: hidden;
    font-family: Arial;
    transition: 0.4s;
}

.tw_list ul li .sj {
    font-size: 17px;
    color: #036197;
    margin: 1rem 0;
}

.tw_list ul li .sj img {
    margin-right: 5px;
}

.tw_list ul li .con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tw_list ul li .con .img {
    width: 35.4%;
    padding-bottom: 0;
    margin-top: 0.5rem;
}

.tw_list ul li .con .zy {
    width: 60%;
}

.tw_list ul li .con .zy p {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #323232;
    max-height: 11.25rem;
    overflow: hidden;
    transition: 0.4s;
}

.tw_list ul li .con .zy p.more {
    font-size: 13px;
    color: #ffffff;
    background: #036197 url(../images/tw_list_more_jt.png) no-repeat center right;
    display: table;
    padding: 9px 50px 9px 24px;
    border-radius: 6px;
    margin-top: 1rem;
    border: 1px solid #036197;
    transition: 0.4s;
}

.tw_list ul li a:hover .bt {
    color: #036197;
}

.tw_list ul li a:hover .zy p {
    color: #036197;
}

.tw_list ul li a:hover .con .zy p.more {
    background: #fff;
    color: #000;
}


.tw_list ul li.no_img .zy {
    width: 100%;
}


.nry .box1 {
    border-bottom: 1px solid #e7e7e7;
}

.nry .box1 .bt {
    font-size: 2rem;
    color: #323232;
    line-height: 2.5rem;
    font-family: Arial;
    font-weight: bold;
}

.nry .box1 .xx {
    font-size: 17px;
    color: #036197;
    padding: 1rem 0;
}

.nry .box1 .xx img {
    margin-right: 5px;
}

.nry .con {
    padding: 2rem 0;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    overflow: auto;
}

.nry .con p {
    font-size: 1.125rem !important;
    line-height: 2.25rem !important;
    color: #323232 !important;
    font-family: Arial !important;
    margin-bottom: 0.8rem;
    text-indent: 0em !important;
}

.nry .con p span {
    font-size: 20px !important;
    line-height: 2.25rem !important;
    color: #323232 !important;
    font-family: Arial !important;
    margin-bottom: 2rem;
    text-indent: 0em !important;
}

.nry .con span {
    font-size: 1.125rem !important;
    line-height: 2.25rem !important;
    color: #323232 !important;
    font-family: Arial !important;
    margin-bottom: 2rem;
    text-indent: 0em !important;
}

.nry .con img {
    /* width: 82%; */
    height: auto;
    /* object-fit: cover; */
    margin: 0 auto;
    max-width: 100%;
}

.nry .con p.img_p {
    text-align: center;
    text-indent: 0 !important;
}


.img img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

a:hover .img img {
    transform: scale(1.05);
}


ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}