@charset "utf-8";

html {
    font-size: 100px;
}

body {
    color: #2F2F2F;
    font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
    font-size: 0.16rem;
    background: #fff;
}

a {
    color: #2F2F2F;
}

a:hover {
    color: #004680;
}

.layui-container {
    width: 14.3rem;
    margin: 0 auto;
}

.fs-12 {
    font-size: 0.12rem;
}

.fs-14 {
    font-size: 0.14rem;
}

.fs-15 {
    font-size: 0.15rem;
}

.fs-16 {
    font-size: 0.16rem;
}

.fs-18 {
    font-size: 0.18rem;
}

.fs-20 {
    font-size: 0.2rem;
}

.fs-21 {
    font-size: 0.21rem;
}

.fs-24 {
    font-size: 0.24rem;
}

.fs-28 {
    font-size: 0.28rem;
}

.fs-30 {
    font-size: 0.3rem;
}

.fs-36 {
    font-size: 0.36rem;
}

.fs-40 {
    font-size: 0.4rem;
}

.fs-45 {
    font-size: 0.45rem;
}

.fs-50 {
    font-size: 0.5rem;
}

.fs-60 {
    font-size: 0.6rem;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
}


.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-content-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-items-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mt-20 {
    margin-top: 0.2rem;
}

.mt-25 {
    margin-top: 0.25rem;
}

.mt-30 {
    margin-top: 0.3rem;
}

.mt-35 {
    margin-top: 0.35rem;
}

.mt-40 {
    margin-top: 0.4rem;
}

.mt-50 {
    margin-top: 0.5rem;
}

.mt-55 {
    margin-top: 0.55rem;
}

.mt-60 {
    margin-top: 0.6rem;
}

.mt-70 {
    margin-top: 0.7rem;
}

.mt-80 {
    margin-top: 0.8rem;
}

.mt-90 {
    margin-top: 0.9rem;
}

.mt-100 {
    margin-top: 1rem;
}

.mb-10 {
    margin-bottom: 0.1rem;
}

.mb-20 {
    margin-bottom: 0.2rem;
}

.mb-25 {
    margin-bottom: 0.25rem;
}

.mb-30 {
    margin-bottom: 0.3rem;
}

.mb-40 {
    margin-bottom: 0.4rem;
}

.mb-50 {
    margin-bottom: 0.5rem;
}

.mb-60 {
    margin-bottom: 0.6rem;
}

.mb-70 {
    margin-bottom: 0.7rem;
}

.mb-80 {
    margin-bottom: 0.8rem;
}

.mb-90 {
    margin-bottom: 0.9rem;
}

.mb-100 {
    margin-bottom: 1rem;
}

.pt-30 {
    padding-top: 0.3rem;
}

.pt-40 {
    padding-top: 0.4rem;
}

.pt-50 {
    padding-top: 0.5rem;
}

.pt-55 {
    padding-top: 0.55rem;
}

.pt-60 {
    padding-top: 0.6rem;
}

.pt-70 {
    padding-top: 0.7rem;
}

.pt-80 {
    padding-top: 0.8rem;
}

.pt-90 {
    padding-top: 0.9rem;
}

.pt-100 {
    padding-top: 1rem;
}

.pb-30 {
    padding-bottom: 0.3rem;
}

.pb-40 {
    padding-bottom: 0.4rem;
}

.pb-50 {
    padding-bottom: 0.5rem;
}

.pb-60 {
    padding-bottom: 0.6rem;
}

.pb-70 {
    padding-bottom: 0.7rem;
}

.pb-80 {
    padding-bottom: 0.8rem;
}

.pb-90 {
    padding-bottom: 0.9rem;
}

.pb-100 {
    padding-bottom: 1rem;
}

.strong {
    font-weight: bold;
}

.img-responsive {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.mheader,
.mnav {
    display: none;
}

.header_box {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    color: #fff;
}

.header {
    height: 1.2rem;
}

.header .logo {
    position: relative;
    z-index: 2;
}

.header .logo img {
    width: auto;
    height: 0.91rem;
}

.header .right .top_sch {
    width: 2.6rem;
    height: 0.4rem;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #EE1C25;
    overflow: hidden;
    box-sizing: border-box;
}

.header .right .top_sch .sch_input {
    height: 0.4rem;
    line-height: 0.4rem;
    border: none;
    border-radius: 5px;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: none;
    flex: 1;
    width: 100%;
}

.header .right .top_sch .sch_input::placeholder {
    color: #999999;
    font-size: 0.16rem;
}

.header .right .top_sch .sch_btn {
    flex: none;
    width: 0.8rem;
    line-height: 0.4rem;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #EE1C25;
    color: #fff;
}


.header .right .link {
    text-align: right;
    margin-bottom: 5px;
    line-height: 0.28rem;
}

.header .right .link a {
    color: #fff;
}

.header .right .link a.toSearch{
    margin-left: 0.15rem;
}

.header .right .link .line {
    padding: 0 0.05rem;
}

.nav {
    z-index: 20;
}

.nav>ul {
    z-index: 2;
}

.nav>ul>li {
    margin-left: 0.25rem;
    position: relative;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
}

.nav>ul>li>a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .3s;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {}

.nav>ul>li .hover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 1.1rem;
    display: none;
    padding-top: 0.1rem;
}

.nav>ul>li .hover ul {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.nav>ul>li .hover li a {
    display: block;
    line-height: 0.4rem;
    text-align: center;
}

.nav>ul>li .hover ul li a:hover {
    color: #fff;
    background: #004680;
}


.nav>ul>li:hover .hover {
    display: block;
}

.search_popup {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 4.2rem;
    height: 0;
    transition: all 0.8s ease-in-out;
    backdrop-filter: saturate(180%) blur(20px);
    z-index: -1;
    overflow: hidden;
}

.search_popup.on {
    z-index: 99990;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    overflow: visible;
}

.search_popup .con {
    padding: 0.2rem;
    background: #fdfdfd;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.search_popup .close {
    text-align: center;
    position: absolute;
    right: 0.05rem;
    cursor: pointer;
    top: 0.05rem;
    transition: transform .4s ease-out;
    color: #333;
}

.search_popup .close:hover {
    transform: rotate(360deg);
}

.search_box {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 70, 128, 0.5);
}

.search_box .searchKeyword {
    flex: 1;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-right: 0.5rem;
    padding-left: 0.1rem;
    background: none;
    border: 0;
    box-sizing: border-box;
    outline: unset;
}

.search_box .serachSubmit {
    flex: none;
    background: #004680;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    outline: 0;
    background: #82b6e3;
    cursor: pointer;
}


/* 手机导航 */

.mc_ph_hd {
    display: none;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 64px;
    top: 0;
}

.mc_ph_hd.fixed {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}


.mc_ph_navbar {
    padding: 0 0.2rem 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    background: #004680;
}

.mc_ph_hd.fixed .mc_ph_navbar {
    background: #fff;
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
    height: 64px;
}

.mc_ph_hd .mc_ph_en {
    margin-top: 20px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 60px !important;
}

.mc_ph_logo .text {
    font-size: 14px;
    margin-left: 10px;
    color: #EE1C25;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -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;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -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;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after {
    top: -8px;
    width: 30px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    top: 8px;
    width: 15px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    width: 30px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    width: 30px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
    display: none;
}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search {
    margin-right: 40px;
    margin-top: 15px;
}

.mc_ph_search .layui-icon {
    font-size: 24px;
}


.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.himg .pic {
    overflow: hidden;
    position: relative;
}

.himg .pic img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.himg .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3
}

.himg:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.layui-col-space24 {
    margin: -0.12rem;
}

.layui-col-space24>* {
    padding: 0.12rem;
}

.layui-col-space25 {
    margin: -0.125rem;
}

.layui-col-space25>* {
    padding: 0.125rem;
}

.layui-col-space40 {
    margin: -0.2rem;
}

.layui-col-space40>* {
    padding: 0.2rem;
}

.layui-col-space60 {
    margin: -0.3rem;
}

.layui-col-space60>* {
    padding: 0.3rem;
}

.pchide {
    display: none !important;
}

.phhide {
    display: block !important;
}


/**
 * 栏目标题样式
 */
.column {}

.column .title .cn {
    line-height: 0.5rem;
    margin-bottom: 0.07rem;
}

.column .title .en {
    line-height: 0.24rem;
    background: url(../images/column_en.png) no-repeat left top;
    box-sizing: border-box;
    padding-top: 0.05rem;
    color: #898D92;
    background-size: 100% auto;
}

.column .more a {
    display: block;
    height: 0.28rem;
    line-height: 0.28rem;
    background: url(../images/more.svg) no-repeat center right;
    color: #004680;
    position: relative;
    transition: all .36s;
    padding-right: 0.7rem;
}



/*首页banner轮播*/
.banner_slide .swiper-slide {
    opacity: 0 !important;
}

.banner_slide .swiper-slide-active {
    opacity: 1 !important;
}

.banner_slide .pic {
    position: relative;
    height: 100vh;
}

.banner_slide .swiper-button-next,
.banner_slide .swiper-button-prev {
    width: 0.34rem;
    height: 0.58rem;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    color: #fff;
    display: none;
    box-sizing: border-box;
    padding-right: 0.03rem;
}

.banner_slide .swiper-button-next {
    left: auto;
    right: 0;
    padding-right: 0;
    padding-left: 0.03rem;
}

.banner_slide:hover .swiper-button-next,
.banner_slide:hover .swiper-button-prev {
    display: flex;
}

.banner_slide .swiper-button-next:hover,
.banner_slide .swiper-button-prev:hover {
    background: #004680;
}

.banner_slide .swiper-button-next:hover .layui-icon,
.banner_slide .swiper-button-prev:hover .layui-icon {
    color: #fff;
}

.banner_slide .swiper-pagination {
    bottom: 0.4rem;
}

.banner_slide .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.67);
    opacity: 1;
    margin: 0 0.07rem;
    cursor: pointer;
}

.banner_slide .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.banner_slide video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/**
 * 页脚样式
 */
.footer {
    width: 100%;
    background: #004680;
    box-sizing: border-box;
    padding-top: 0.3rem;
}

.ftlogo {
    margin-bottom: 0.3rem;
}

.ftlogo img {
    width: 3.3rem;
    height: auto;
}

.foot {
    display: flex;
    justify-content: space-between;
}

.foot .fleft {
    width: 7.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot .fleft .box {
    width: 100%;
    color: #fff;
}


.foot .fright {
    width: auto;
    flex: 1;
    box-sizing: border-box;
}

.ftCode {
    display: flex;
    box-sizing: border-box;
    padding: 0.25rem 0;
}

.ftCode .item1{
    margin-right: 0.6rem;
}

.ftCode .item h3 {
    color: #fff;
    display: inline-block;
    padding-bottom: 0.1rem;
    border-bottom: 0.02rem solid #fff;
}

.ftCode .item li {
    margin-top: 0.15rem;
    position: relative;
}

.ftCode .item li a {
    color: #fff;
    display: flex;
    align-items: center;
}

.ftCode .item li a .iconfont {
    margin-right: 0.1rem;
}

.ftCode .item li .code_img {
    position: absolute;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.05rem;
    border-radius: 0.05rem;
    display: none;
}

.ftCode .item li .code_img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.ftCode .item li:hover .code_img {
    display: block;
}

.contact {
    margin: 0.1rem 0 0.25rem 0;
}

.contact p {
    color: #Fff;
    line-height: 0.33rem;
}

.contact p br {
    display: none;
}

.foot .fright {
    padding-top: 0.2rem;
    text-align: right;
}

.foot .fright img {
    /* height: 110px; */
    object-fit: contain;
    max-width: 100%;
}

.banq {
    width: 100%;
    border-top: 1px solid #BFD5E3;
    box-sizing: border-box;
    padding: 0.2rem 0;
    position: relative;
}

.banq::before {
    content: '';
    width: 7.0rem;
    height: 1.14rem;
    background: url(../images/footer-mask.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.8rem;
    bottom: 100%;
}

.banq p {
    color: #fff;
    text-align: center;
}

.banq a {
    color: #fff;
}

/**
 * 友情链接
 */
.yqlj {
    position: relative;
    width: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.yqlj .item {
    height: 0.5rem;
    position: relative;
}

.yqlj .item .title {
    line-height: 0.5rem;
    position: relative;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
}

.yqlj .item .title .layui-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
}

.yqlj .item.on {
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.yqlj .item.on .title .layui-icon {
    transform: translateY(-50%) rotate(180deg);
}

.yqlj .item .hover {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 10;
    line-height: 2em;
    display: none;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
}

.yqlj .item .hover::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

.yqlj .item .hover::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.yqlj .item .hover::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

.yqlj .item ul {
    overflow: hidden;
    padding: 10px 0;
}

.yqlj .item ul li {
    padding: 0 20px;
    box-sizing: border-box;
}

.yqlj .item ul li a {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 5px 0;
}

.yqlj .item ul li:last-of-type a {
    border-bottom: none;
}

.yqlj .item ul li .title2 {
    height: 40px;
    line-height: 40px;
}

.yqlj .item ul li .layui-icon {
    color: #bfbfbf;
}

.yqlj .item ul::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

.yqlj .item ul::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.yqlj .item ul::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}



/**
 * 内页样式
 */
.banner_nei {
    height: 4.15rem;
    position: relative;
    overflow: hidden;
}

.banner_nei .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
}

.banner_nei .text h2 {
    background: rgba(0, 70, 128, 0.9);
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.6rem;
}

.banner_nei .pic{
    width:100%;
    height:100%;
}



.content_box {}

.column_nei {
    position: relative;
    border-bottom: 2px solid rgba(238, 28, 37, 0.1);
    padding-bottom: 0.2rem;
    width: 100%;
    line-height: 0.4rem;
}

.column_nei::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0.04rem;
    height: 0.29rem;
    background: #EE1C25;
    top: 0.06rem;
    border-radius: 10000px;
}

.banner_nei .position,
.banner_nei .position a {
    color: #fff;
}

.column_nei .position img {
    position: relative;
    top: -0.02rem;
}

.column_nei .name {
    font-weight: bold;
    padding-left: 0.16rem;
    flex: 1;
    position: relative;
}

.column_nei .name::after {
    content: '';
    position: absolute;
    bottom: -0.27rem;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #EE1C25;
}

.col_nav_box {
    background: linear-gradient(180deg, #ffffff 0%, rgba(0, 70, 128, 0.1) 100%);
}

.col_nav {}

.col_nav li {
    display: inline-block;
    margin-right: 0.5rem;
}

.col_nav li a {
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    position: relative;
    transition: all .3s;
}

.col_nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.02rem;
    background: #004680;
    transition: all 0.3s;
}

.col_nav li.on a,
.col_nav li a:hover {
    font-weight: bold;
    color: #004680;
}

.col_nav li.on a::after,
.col_nav li a:hover::after {
    width: 100%;
}

.col_nav2 {
    margin-top: 0.2rem;
}

.col_nav2 li {
    float: left;
    margin-right: 0.4rem;
}

.col_nav2 li a {
    display: block;
    padding: 0.1rem 0.0;
    color: #727272;
    border-bottom: 2px solid transparent;
}

.col_nav2 li a:hover,
.col_nav2 li.on a {
    color: #EE1C25;
    border-bottom: 2px solid #EE1C25;
    font-weight: bold;
}

/*分页*/

.pagination ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.pagination ul li {
    height: 0.3rem;
    margin: 0 0.07rem;
}

.pagination ul li a {
    color: #2C2C2C;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid #E8E8E8;
    padding: 0 0.1rem;
    transition: all 0.3s;
}

.pagination ul li.active a,
.pagination ul li a:hover {
    color: #fff;
    background-color: #004680;
    border: 1px solid #004680;
}

.pagination ul li a .layui-icon-prev:before {
    content: "上页";
}

.pagination ul li a .layui-icon-next:before {
    content: "下页";
}

/**
 * 信息列表
 */
.infolist_nei li {
    position: relative;
    padding-bottom: 0.1rem;
}

.infolist_nei li a {
    display: block;
    position: relative;
    background: #FFFFFF;
    padding: 0.2rem 0.35rem;
    box-shadow: 0px 0px 0.18rem 0px rgba(38, 38, 38, 0.2);
}

.infolist_nei li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004680;
    transition: all 0.3s;
}

.infolist_nei li a:hover::after {
    width: 100%;
}

.infolist_nei li .date {
    color: #B6B6B6;
    line-height: 0.25rem;
}

.infolist_nei li .date .iconfont {
    margin-right: 0.05rem;
    color: #004680;
}

.infolist_nei li .title {
    height: 0.35rem;
    line-height: 0.35rem;
    position: relative;
    margin-bottom: 5px;
}

.infolist_nei li .desc {
    height: 0.6rem;
    line-height: 0.3rem;
    color: #9E9E9E;
    margin-bottom: 0.3rem;
}

.infolist_nei li a:hover .title {
    font-weight: bold;
}

.infolist_nei li a:hover .date {
    color: #004680;
}



/**
 * 图文列表
 */
.picinfolist_nei li a {
    box-shadow: 0px 0px 0.18rem 0px rgba(38, 38, 38, 0.1);
    background: #fff;
    position: relative;
    padding: 0.25rem;
}

.picinfolist_nei li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004680;
    transition: all 0.3s;
}

.picinfolist_nei li a:hover::after {
    width: 100%;
}
.picinfolist_nei li .pic_box {
    width: 2.5rem;
    margin-right: 0.3rem;
}
.picinfolist_nei li .pic {
    position: relative;
    padding-top: 78.67%;
}

.picinfolist_nei li .text {
    flex: 1;
}

.picinfolist_nei li .title {
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}

.picinfolist_nei li .desc {
    line-height: 0.3rem;
    height: 0.6rem;
    color: #9E9E9E;
    margin-bottom: 0.2rem;
}

.picinfolist_nei li .date {
    color: #B6B6B6;
}

.picinfolist_nei li .date .iconfont {
    margin-right: 0.05rem;
    color: #004680;
}

.picinfolist_nei li a:hover .title {
    font-weight: bold;
}

.picinfolist_nei li a:hover .date {
    color: #004680;
}

/**
 * 图片列表
 */

.piclist_nei li a {
    display: block;
    position: relative;
}

.piclist_nei li a .pic {
    position: relative;
    padding-top: 74.39%;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.piclist_nei li a .title {
    position: absolute;
    width: 100%;
    height: 0.55rem;
    line-height: 0.55rem;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    padding: 0 0.2rem;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s;
    left: 0;
    bottom: 0;
    color: #fff;
}


.piclist_nei li {
    width: calc((100% - 2 * 0.1rem)/3);
    float: left;
    margin-right: 0.1rem;
}

.piclist_nei .list1 {
    margin-bottom: 0.1rem;
    overflow: hidden;
}

.piclist_nei .list1 li:nth-child(1) {
    width: calc(((100% - 2 * 0.1rem)/3) * 2 + 0.1rem);
    margin-bottom: 0.1rem;
}

.piclist_nei .list1 li:nth-child(1) .pic {
    padding-top: 74.5%;
}

.piclist_nei .list1 li:nth-child(2) {
    margin-bottom: 0.1rem;
    margin-right: 0;
}

.piclist_nei .list1 li:nth-child(3) {
    margin-bottom: 0.1rem;
    margin-right: 0;
}
.piclist_nei .list1 li:nth-child(6) {
    margin-right: 0;
}

.piclist_nei .list2 {
    width: calc((100% - 2 * 0.1rem)/3);
    float: left;
}

.piclist_nei .list2 li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.1rem;
}
.piclist_nei .list2 li:last-child{
    margin-bottom: 0;
}


.piclist_nei .list3 {
     width: calc(((100% - 2 * 0.1rem)/3) * 2 + 0.11rem);
    float: right;
    margin-bottom: 0.1rem;
}
.piclist_nei .list3 li{
    width: 100%;
    margin-right: 0;
}
.piclist_nei .list3 li:nth-child(1) .pic {
    padding-top: 74.6%;
}

.piclist_nei .list4{
    clear: both;
}
.piclist_nei .list4 li:last-child{
    margin-right: 0;
}

/**
 * 详情页
 */
.content_main {
    position: relative;
}

.page_detail {
    
}

.page_top {
    text-align: center;
    margin-bottom: 0.3rem;
}

.col-title {
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.col-att {
    color: #9E9E9E;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    padding-bottom: 0.15rem;
}

.col-att a {
    color: #9E9E9E;
}

.col-att .linedc {
    padding: 0 0.1rem;
}

.dtl_detail {
    line-height: 2.2em !important;
}

.dtl_detail img,
.dtl_detail video {
    max-width: 100% !important;
    height: auto !important;
}

.dtl_detail p {
    margin-bottom: 0.3rem;
    line-height: 2.2em !important;
}

.dtl_detail iframe {
    width: 100% !important;
    min-height: 1200px !important;
}

.dtl_detail .img-responsive {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
}

.pager {
    margin-top: 0.4rem;
}

.pager li {
    margin-bottom: 0.27rem;
}

.pager li a {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.1);
    padding: 0.05rem 0.2rem;
    color: #9E9E9E;
    transition: all 0.3s;
}

.pager li a:hover {
    color: #004680;
    font-weight: bold;
}

.page_right {
    width: 4.58rem;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 1.2rem;
}

.page_right h2 {
    width: 4.43rem;
    height: 0.76rem;
    background: url(../images/tjxw_bg.png) no-repeat left center;
    position: absolute;
    top: 0.36rem;
    right: 0.3rem;
    line-height: 0.64rem;
    color: #fff;
    padding-left: 0.45rem;
    box-sizing: border-box;
    background-size: cover;
}

.page_right ul {
    box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.1);
    padding: 1.17rem 0.3rem 0.3rem 0.52rem;
    position: relative;
}

.page_right ul::before {
    content: '';
    position: absolute;
    top: 1.17rem;
    left: 0.3rem;
    width: 1px;
    height: calc(100% - 1.17rem - 0.3rem);
    background: #ECECEC;
}

.page_right ul li {
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    margin-bottom: 0.13rem;
    padding-bottom: 0.13rem;
    position: relative;
}

.page_right ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004680;
    transition: all 0.3s;
}

.page_right ul li:hover::after {
    width: 100%;
}

.page_right ul li:last-child {
    margin-bottom: 0;
}

.page_right ul li .title {
    height: 0.4rem;
    line-height: 0.4rem;
    position: relative;
}

.page_right ul li a {
    display: block;
    position: relative;
}

.page_right ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.29rem;
    width: 0.1rem;
    height: 0.1rem;
    border: 3px solid #004680;
    transition: all 0.3s;
    border-radius: 100%;
    background: #fff;
    display: none;
}

.page_right ul li a:hover::before {
    display: block;
}

/*
内容搜索页
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0.1rem #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #aaa;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 0.1rem;
}

.sch-form .sch-btn {
    position: absolute;
    right: 0.2rem;
    background: none;
    border: none;
    line-height: 0.6rem;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
    padding: 0 0.1rem;
}

/**
 * 回到顶部
 */
#goTop {
    text-align: center;
    position: fixed;
    right: 0.5rem;
    z-index: 100;
    bottom: 0.5rem;
    cursor: pointer;
    display: none;
}

#goTop .icon {
    width: 0.4rem;
    height: 0.3rem;
    border-radius: 0.2rem 0.2rem 0 0;
    background: #004898;
    line-height: 0.3rem;
    color: #fff;
}

#goTop .text {
    font-weight: bold;
    line-height: 0.3rem;
    color: #004898;
}


/**
 * 自定义css
 */

.sjmy_box {
    overflow: hidden;
}

.sjmy_main {
    background: url(../images/sjmy_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 0.5rem 1rem;
}

.column_sjmy {
    text-align: center;
    color: #004680;
}

.sjmy_main .left {
    flex: none;
    width: 5.32rem;
}

.sjmy_main .left .title {
    height: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 0.08rem;
}

.sjmy_main .left .desc {
    line-height: 0.26rem;
    color: #666666;
}

.sjmy_main .right li {
    text-align: center;
    margin-left: 0.8rem;
}

.sjmy_main .right li .icon {
    color: #B0B0B0;
}

.sjmy_main .right li .num_box {
    color: #004680;
    position: relative;
    display: inline-block;
}

.sjmy_main .right li .num_box .num {
    display: inline-block;
}

.sjmy_main .right li .num_box .dw {
    position: absolute;
    top: 0.1rem;
    right: -0.2rem;
}

.sjmy_main .right li .text {
    color: #666666;
}

.sjmy_main .right li:hover .icon {
    color: #004680;
}
.sjmy_main .right li:hover .text {
    color: #333;
}

.mstj_box {
    background: url(../images/mstj_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.mstj_list ul {
    overflow: hidden;
}

.mstj_list li {
    float: left;
}

.mstj_list li:nth-child(1) {
    width: 4.62rem;
}

.mstj_list li:nth-child(1) .pic {
    position: relative;
    padding-top: 129.26%;
}

.mstj_list li a {
    display: block;
    position: relative;
}

.mstj_list li .text {
    width: 100%;
    background: linear-gradient(0deg, #2e2e2e 0%, #2e2e2e00 100%);
    height: 0.9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0.25rem 0.2rem 0;
    box-sizing: border-box;
}

.mstj_list li .info_title {
    line-height: 0.26rem;
    height: 0.26rem;
}

.mstj_list li .more img {
    margin-left: 0.1rem;
    width: auto;
    height: 0.09rem;
    vertical-align: middle;
}

.mstj_list li:nth-child(2),
.mstj_list li:nth-child(3) {
    width: calc((100% - 4.62rem - 0.28rem)/2);
    margin-left: 0.14rem;
}

.mstj_list li:nth-child(2) .pic,
.mstj_list li:nth-child(3) .pic {
    position: relative;
    padding-top: 56.29%;
}

.mstj_list li:nth-child(4) {
    width: calc(100% - 4.62rem - 0.14rem);
    margin-left: 0.14rem;
    margin-top: 0.14rem;
}

.mstj_list li:nth-child(4) .pic {
    position: relative;
    padding-top: 35.45%;
}

.jczn_list{
    width: calc(100% + 0.2rem);
    margin-left: -0.1rem;
    padding: 0 0.1rem 0.1rem;
    box-sizing: border-box;
    
}

.jczn_list .swiper-pagination{
    position: relative;
    bottom: auto;
    margin-top: 0.3rem;
}

.jczn_list .swiper-button-prev,
.jczn_list .swiper-button-next{
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    margin: 0.3rem 0.1rem 0;
    background: none;
}

.jczn_list li .pic {
    position: relative;
    padding-top: 78.67%;
}

.jczn_list li .text {
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.08);
    padding: 0.25rem 0.25rem 0.3rem;
}

.jczn_list li .info_title {
    line-height: 0.26rem;
    height: 0.52rem;
}

.jczn_list li .info_desc {
    line-height: 0.25rem;
    height: 0.75rem;
    color: #999999;
    margin-top: 0.2rem;
}

.pphj_box {
    overflow: hidden;
    background: url(../images/pphj_bg.jpg) no-repeat center;
    background-size: cover;
}

.pphj_box .column .title .en {
    width: 1.72rem;
    background: url(../images/column_en2.png) no-repeat left top;
    background-size: 100% auto;
}

.pphj_hd {
    width: 3.72rem;
    float: right;
}

.pphj_hd li {
    margin-bottom: 0.17rem;
}

.pphj_hd li a {
    background: #FFFFFF;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
}

.pphj_hd li a:hover,
.pphj_hd li.on a {
    color: #fff;
    background: #004680;
}

.pphj_hd li .name {
    flex: 1;
}

.pphj_hd li .icon {
    flex: none;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 100%;
    border: 1px solid #A2A2A2;
    color: #A2A2A2;
}

.pphj_hd li .icon .layui-icon {
    display: inline-block;
    position: relative;
    right: -1px;
}

.pphj_hd ul {
    height: 5.99rem;
    overflow-y: auto;
}

.pphj_hd ul::-webkit-scrollbar {
    width: 5px;
}

.pphj_hd ul::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.pphj_hd ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.pphj_hd ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


.pphj_bd {
    width: calc(100% - 3.72rem - 0.2rem);
    float: left;
    background: #FFFFFF;
    padding: 0.28rem 0.26rem;
    box-sizing: border-box;
}

.pphj_bd .pic {
    position: relative;
    padding-top: 56.75%;
}

.pphj_bd .box {
    display: none;
}

.pphj_bd .box.on {
    display: block;
}

.sabz_box {
    overflow: hidden;
}

.sabz_list li a {
    background: #FAFAFC;
    padding: 0.2rem;
}

.sabz_list li .pic_box {
    width: 2.4rem;
    margin-right: 0.18rem;
    flex: none;
}

.sabz_list li .pic {
    position: relative;
    padding-top: 78.67%;
}

.sabz_list li .text {
    flex: 1;
}

.sabz_list li .info_title {
    height: 0.52rem;
    line-height: 0.26rem;
}

.sabz_list li .info_desc {
    height: 0.75rem;
    line-height: 0.25rem;
    color: #666666;
    margin-top: 0.2rem;
}