@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #323232;
}

.text-default {
    color: #f5f6f8;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}



body {
    color: #444;
    font-family: '微软雅黑';
    font-size: 16px;
    background: #fff;
}

a {
    color: #444;
}

a:hover {
    color: #0062b2;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #0062b2;
    width: 100%;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.alert.alert-danger {
    background: #fff;
}

.alert.alert-info {
    background: #aaa;
}

.alert.alert-success {
    background: #323232;
}

.alert.alert-primary {
    background: #c1232c;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}



#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #036192;
    cursor: pointer;
}

.img-responsive {
    width: 100%;
    display: block;
}

.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;
}

.layui-fluid {
    padding: 0;
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.mheader,
.mnav {
    display: none;
}

.header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
}

.header h1 {
    width: auto;
    padding-left: 0px;
}

.header h1 img {
    height: 100px;
}

.header .cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
}

.header a {
    font-size: 16px;
}

.header .nav>ul>li {
    float: left;
    padding: 0 15px;
}

.header .nav>ul>li>a {
    height: 30px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.header .nav>ul>li>a:hover,
.header .nav>ul>li.on>a {
    font-weight: bold;
    border-bottom: 2px solid #0062b2;
    color: #0062b2;
}

.header .nav>ul>li.tp_sch {
    padding: 0;
}

.header .nav>ul>li.tp_sch>a {
    padding: 0;
    width: 15px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav>ul>li .layui-icon {
    font-size: 16px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.header .nav .submenu {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background: rgba(255, 255, 255, .9);
    border-bottom: 3px solid #3a88f8;
    display: none;
}

.header .nav>ul>li:hover .submenu {
    display: block;
}

.header .nav .submenu .body {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}

.header .nav .submenu .body .top_ad {
    float: left;
    width: 710px;
}

.header .nav .submenu .body .top_ad .pic {
    float: left;
    margin-right: 25px;
}

.header .nav .submenu .body .top_ad .title {
    font-size: 20px;
    color: #0062b2;
    margin: 20px 0 10px;
}

.header .nav .submenu .body .top_ad .desc {
    font-size: 12px;
    line-height: 25px;
    color: #969696;
}

.header .nav .submenu .body ul {
    float: right;
    width: 385px;
}

.header .nav .submenu .body ul li {
    display: inline-block;
    margin-left: 40px;
}

.header .nav .submenu .body ul li a {
    display: block;
    min-width: 150px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 40px;
    font-size: 14px;
}

.header .nav .submenu .body ul li a:hover {
    border-bottom: 1px solid #0062b2;
}

.header .nav .submenu .body img {
    width: 300px;
    height: 150px;
}

.header .nav .submenu .navli {
    padding-right: 100px;
    margin-right: 130px;
    width: 622px;
    border-right: 1px solid #cdcdce;
}

.header .nav .submenu .navli li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header .nav .submenu .navli li a {
    display: block;
    border-bottom: 1px solid #d7d7d8;
    padding: 5px 15px;
}

.header .nav .submenu .navli li a:hover {
    border-bottom: 1px solid #7292e2;
    color: #7292e2;
}

.header .hover {
    width: 100%;
    height: 0;
    background: #f7f8fa;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
    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;
    overflow: hidden;

}

.header:hover .hover {
    display: block;
    height: 250px;
}

.head_frame {
    width: 100%;
    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;
}

.opacity_head {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    z-index: 1000;
    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;

    position: fixed;
    top: 0;
    left: 0;
    /* position: relative; */
    /* transform: translateY(-100%); */
}

.top_text {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.sch_form {
    display: inline-block;
    border: 1px solid #16529a;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    padding-right: 10px;
}

.sch_form .sch_input {
    background: none;
    border: none;
    padding: 0 10px;
}

.sch_form .sch_btn {
    background: none;
    border: none;
    color: #16529a;
    cursor: pointer;
}

.top_text a {
    color: #134e93;
    margin-right: 20px;
}


.topsch .sch_q {
    width: 300px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    display: none;
}

.topsch .sch_btn {
    width: 40px;
    background: #eff2f4;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    position: relative;
    color: #1686c6;
}

.topsch .sch_btn::before {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #d8dadb;
    display: none;
}

.topsch:hover .sch_q {
    display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.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;
}

.mc_ph_hd .mc_ph_logo {
    width: 165px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 45px !important;
}

.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: 26px;
    height: 1px;
    background-color: #333;
}

.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 .nav_btn::after,
.mc_ph_hd .mc_phmenubox .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;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    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;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    /* text-transform: uppercase; */
    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 .ul1 {}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    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 a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #001eb4;
}

.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.tp_link {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.tp_link a {
    font-size: 14px;
    color: #fff;
}

.tp_link span {
    padding: 0 5px;
}


#bannerslide .swiper-button-next,
#bannerslide .swiper-button-prev {
    left: 0px;
    width: 40px;
    height: 60px;
    background-color: rgba(255, 255, 255, .7);
    font-size: 20px;
    color: #333;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#bannerslide:hover .swiper-button-next,
#bannerslide:hover .swiper-button-prev {
    opacity: 1;
}

#bannerslide .swiper-button-next {
    left: auto;
    right: 0;
}

#bannerslide .swiper-button-next:after,
#bannerslide .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    display: none;
}

#bannerslide .swiper-pagination {
    bottom: 20px;
}

#bannerslide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    border-radius: 100%;
    background: none;
    margin: 0 4px;
    box-sizing: border-box;
    opacity: 1;
}

#bannerslide .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}


.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;
}

.himg 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 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);
}

#up-banner {
    height: 400px;
    box-sizing: border-box;
    padding-top: 0;
    color: #fff;
}

#up-banner h2 {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
}

#up-banner h3 {
    font-weight: bold;
    font-size: 36px;
}

#up-banner a {
    color: #fff;
}

#up-banner .position {
    font-size: 14px;
}

#up-banner .position .cn {
    font-size: 36px;
    font-weight: bold;
}

#up-banner .position .en {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

#up-banner .layui-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#up-banner .line span {
    display: inline-block;
    width: 27px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.35;
}

.nav_box {
    background: #0062b2;
}

#colbox {
    background: #fff;
}

#colbox .layui-tab-card {
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}

#colbox .layui-tab {
    margin: 0;
}

#colbox .layui-tab-title {
    position: relative;
    border-bottom-width: 0px;
    background: none;
    height: auto;
}

#colbox .layui-tab-title li {
    padding: 0;
}

#colbox .layui-tab-title li span {
    display: inline-block;
    padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
    display: none;
}

#colbox .layui-tab-title li a {
    display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
    display: none;
}

.conent_box {
    background: url(../images/bg8.jpg) repeat-y center top;
}

.conent_box .layui-row {
    overflow: inherit;
}

.leftmenu {
    overflow: hidden;
}


.leftmenu li {
    height: 50px;
    line-height: 50px;
    position: relative;
    min-width: auto;
    z-index: 1;
    display: inline-block;
    margin-right: 0;
}

.leftmenu li a {
    display: block;
    font-size: 16px;
    padding: 0 40px;
    position: relative;
    text-align: center;
}



.leftmenu li.layui-this a,
.leftmenu li a:hover {
    color: #fff;
    font-weight: bold;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    border: 1px solid #0062b2;
    z-index: 2;
    background: #0062b2;
}

.leftsubmenu li {
    display: inline-block;
    margin-right: 10px;
}

.leftsubmenu li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: solid 1px #d8d8d8;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
    border: solid 1px #0062b2;
    font-weight: bold;
    color: #0062b2;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 50px;
    background: #fff;
}


.page_detail {
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 50px 160px;
}

.detail_box {
    padding: 0px;
    line-height: 2.5em;
    font-size: 16px;
    overflow: hidden;
}

.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}

.col-att {
    font-size: 14px;
    color: #b1b1b1;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.col-att a {
    color: #b1b1b1;
}

.col-att .linedc {
    padding: 0 5px;
}

.dtl_detail {
    line-height: 2.5em;
    font-size: 16px;
}

.dtl_detail.p1 {
    font-size: 18px;
}

.dtl_detail.p2 {
    font-size: 16px;
}

.dtl_detail.p3 {
    font-size: 14px;
}

.pager {
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
}

.pager li {
    width: 49%;
    float: left;
}

.pager li a {}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #0062b2;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #0062b2;
    color: #fff;
    border: solid 1px #0062b2;
}

.textlist {
    padding: 0px;
}

.textlist li {}

.textlist li a {
    background: #fff;
    display: block;
    padding: 27px;
}

.textlist li .time {
    color: #232c2c;
}

.textlist li .ri {
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #232c2c;
}

.textlist li .nianyue {
    line-height: 30px;
    color: #aaa;
}

.textlist li .text {
    position: relative;
}



.textlist li .text1 {
    height: 21px;
    font-size: 18px;
}

.textlist li .text2 {
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #b1b1b1;
}

.textlist li .time {
    font-size: 14px;
    color: #b1b1b1;
}

.textlist li a:hover {
    box-shadow: 0px 0px 8px 0px rgba(13, 118, 202, 0.36);
}

.textlist li a:hover .text1 {
    font-weight: bold;
    color: #0062b2;
}

.textlist li a:hover .time {
    color: #0062b2;
}


.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #0062b2;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}


.piclist li a {
    display: block;
    background: #fff;
}

.piclist li .pic {}

.piclist li .text {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    height: 65px;
    overflow: hidden;
    line-height: 65px;
    font-size: 18px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}

.piclist li .title {
    font-size: 16px;
}

.piclist li .time {
    opacity: .5;
}

.piclist li a:hover {
    font-weight: bold;
}

.piclist li a:hover .text {
    background-color: #0062b2;
    color: #fff;
}

.piclist2 li a {
    display: block;
    position: relative;
}

.piclist2 li .text {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}

.piclist2 li .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.piclist2 li .time {
    font-size: 14px;
    color: #aaaaaa;
}

.piclist2 li a:hover {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
    border-bottom: 1px solid #0062b2;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist li {}

.tuwenlist li a {
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
}

.tuwenlist li .pic {
    flex: none;
    width: 244px;
    margin-right: 25px;
}

.tuwenlist li .text {
    background: #fff;
}

.tuwenlist li .text0 {
    padding: 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.tuwenlist li .title {
    height: 28px;
    line-height: 28px;
}

.tuwenlist li .desc {
    height: 56px;
    line-height: 28px;
    color: #b1b1b1;
    font-size: 14px;
}

.tuwenlist li .time {
    font-size: 14px;
    color: #b1b1b1;
}

.tuwenlist li .more {
    font-size: 14px;
    color: #0062b2;
    width: 78px;
    height: 26px;
    border: solid 1px #0062b2;
    text-align: center;
    line-height: 26px;
}

.tuwenlist li a:hover .title,
.tuwenlist li a:hover .time {
    color: #0062b2;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.search_list .item .text {
    text-align: center;
    background: #f9f9f9;
    line-height: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
}

.search_list .item .iconfont {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 30px;
    flex: none;
    color: #0062b2;
}

.search_list .item .text1 {
    color: #333;
    font-size: 18px;
}

.search_list .item:hover .text {
    background: #0062b2;
}

.search_list .item:hover .text1 {
    color: #fff;
}

/*
内容搜索页
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.column {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column .cn {
    font-size: 36px;
    font-weight: bold;
}

.column .en {
    font-size: 24px;
    font-weight: bold;
    color: #9d9d9d;
    text-transform: uppercase;
}

.column a:hover .en {
    color: #0062b2;
}

.column .more {
    float: right;
    display: block;
    width: 160px;
    height: 50px;
    border: solid 1px #d8d8d8;
    text-align: center;
    line-height: 50px;
    color: #767676;
    text-transform: uppercase;
    font-size: 14px;
}

.column .more:hover {
    background: #0062b2;
    color: #fff;
    border: solid 1px #0062b2;
}

.bgbai {
    background: #fff;
    padding: 30px 30px 10px;
}

.infolist {}

.infolist li {
    height: 59px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 59px;
    overflow: hidden;
}

.infolist li .title {
    width: calc((100% - 100px));
    height: 59px;
    float: left;
    overflow: hidden;
    position: relative;
}

.infolist li .shijian {
    float: right;
    color: #d1d1d1;
}

.infolist li a {
    padding-left: 15px;
}

.infolist li .title::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 100%;
}

.infolist li:hover .title::before {
    background-color: #0062b2;
}

.infolist li:last-child {
    border-bottom: none;
}

.pchide {
    display: none;
}

.phhide {
    display: block;
}

.footer {
    background: #0c69b6 url(../images/bg_foot.jpg) no-repeat center;
    background-size: cover;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.footer a {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.footer .iconfont {
    opacity: .8;
}

.copyright {
    line-height: 30px;
    overflow: hidden;
}

.foot_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.foot_right .foot_erweima {
    margin-left: 20px;
    text-align: center;
}

.footer .lx_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .lx_box .icon {
    margin-right: 10px
}

.footer .lx_box .text {
    line-height: 22px;
}

.foot_nav {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.foot_nav .line {
    padding: 0 15px;
}

.foot_info {
    line-height: 2em;
}

.foot_link {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.foot_link .line {
    padding: 0 15px;
}

.top_link {
    text-align: right;
    font-size: 14px;
    color: #0062b2;
    margin-bottom: 10px;
}

.top_link a {
    font-size: 14px;
    color: #0062b2;
}

.top_link .line {
    padding: 0 5px;
}


.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.top_xg {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 2;
}

.top_xg .bg_bai {
    height: 50px;
    background: #fff;
}

.marquee {
    width: 8000%;
    height: 60px
}

.wave-list-box {
    float: left
}

.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1
}

.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none
}

.wave-box {
    position: relative;
    height: 60px;
}

.tzgg {
    background-color: #f5f7fb;
    overflow: hidden;
}

.txtScroll-left {
    width: 110%;
    overflow: hidden;
    margin-left: -100px;
}

.txtScroll-left .infoList li {
    width: 46%;
    float: left;
    line-height: 60px;
    margin-left: 50px;
}

.txtScroll-left .infoList li .date {
    float: right;
}

.txtScroll-left .infoList li:hover {
    color: #0062b2;
}

.txtScroll-left .infoList li .line1 {
    padding-right: 30px;
}

.column1 {
    line-height: 60px;
}

.column1 a {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.column1 .iconfont {
    margin-right: 10px;
}

.qyrd {
    width: 100%;
    box-shadow: 0px 0px 8px 0px rgba(13, 118, 202, 0.36);
    padding: 18px;
}

.qyrdslide {
    height: 95px;
    padding-left: 30px;
    box-sizing: border-box;
}

.qyrdslide .title {
    font-size: 24px;
    color: #0d76ca;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.qyrdslide .desc {
    color: #666666;
    clear: both;
}

.qyrdslide .swiper-pagination {
    right: 0;
}

.qyrdslide .title .new {
    display: block;
    height: 14px;
    background-color: #b40608;
    border-radius: 2px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    padding: 0 3px;
    margin-top: 0;
    float: left;
    margin-left: 10px;
}

.qyrdslide .title1 {
    max-width: calc((100% - 80px));
    float: left;
}

.column2 {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

.column2 .more {
    font-size: 14px;
    color: #0062b2;
    float: right;
}

.piclist_home dd a {
    line-height: 25px;
    color: #0062b2;
    font-weight: bold;
}

.infolist_home li {
    line-height: 55px;
    border-top: 1px solid #e7e7e7;
}

.column3 {
    text-align: center;
}

.column3 .cn {
    font-size: 30px;
}

.column3 .en {
    font-size: 16px;
    color: #8b8b8b;
}

.column3 .more {
    font-size: 14px;
    color: #0062b2;
    width: 120px;
    height: 40px;
    background-color: #f3f5f9;
    border-radius: 20px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.column3 .more:hover {
    color: #fff;
    background-color: #0062b2;
}

.gsxwslide .text {
    background-color: #f5f7fb;
    padding: 20px 30px 70px;
    text-align: center;
    position: relative;
}

.gsxwslide .text .columnname {
    background-color: #b40608;
    border-radius: 0px 0px 28px 0px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 0 15px 0 10px;
}

.gsxwslide .text .date {
    font-size: 14px;
    color: #8b8b8b;
}

.gsxwslide .text .title a {
    font-size: 20px;
    color: #0062b2;
    font-weight: bold;
}

.gsxwslide .text .desc {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 23px;
}

.gsxwslide .swiper-pagination {
    bottom: 30px;
}

.gsxwslide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: solid 1px #bebebe;
    background: none;
    opacity: 1;
}

.gsxwslide .swiper-pagination-bullet-active {
    background: #0062b2;
    border: solid 1px #0062b2;
}

.gsxwslide .swiper-button-next,
.gsxwslide .swiper-button-prev {
    background: none;
    top: auto;
    bottom: 30px;
    margin: 0;
    width: 12px;
    height: 23px;
    left: 30px;
}

.gsxwslide .swiper-button-next {
    left: auto;
    right: 30px;
}

.gsxwslide .layui-icon {
    font-size: 30px;
    color: #0062b2;
}

.jtyw {
    padding-top: 90px;
}

.qygk_text {
    color: #8b8b8b;
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px;
}

.qygk_data {
    clear: both;
    overflow: hidden;
}

.qygk_data li {
    float: left;
    width: 158px;
    height: 158px;
    background: url(../images/bg_qygk.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 152px;
    position: relative;
}

.qygk_data li:hover {
    background: url(../images/bg_qygk_h.png) no-repeat center;
}

.qygk_data li .box {
    width: 100%;
    text-align: center;
    padding-left: 0;
    box-sizing: border-box;
}

.qygk_data li .num {
    font-size: 50px;
    line-height: 36px;
}

.qygk_data li .name {
    color: #8b8b8b;
}

.qygk_data li .text {
    font-size: 16px;
    color: #8b8b8b;
    margin-left: -10px;
}

.qygk_data li .text.plus {
    font-size: 25px;
}

.qygk_data li:last-child {
    margin-right: 0;
}

.qygk_data li::after {
    content: '';
    width: 1px;
    height: 45px;
    background: #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    right: -70px;
}

.qygk_data li:hover .name,
.qygk_data li:hover .num,
.qygk_data li:hover .text {
    color: #0062b2;
}

.qyzz {
    background-image: url(../images/bg_qyzz.jpg);
    background-position: center center;
    background-size: cover;
}

.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;
}

.qyzzslide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: solid 1px #bebebe;
    background: none;
    opacity: 1;
}

.qyzzslide .swiper-pagination-bullet-active {
    background: #0062b2;
    border: solid 1px #0062b2;
}

.qyzzslide .cn {
    font-size: 22px;
    margin-bottom: 5px;
}

.qyzzslide .en {
    color: #8b8b8b;
    opacity: 0.5;
}

.qyzzslide .swiper-slide .text {
    margin-top: 15px;
}

.qyzzslide .swiper-slide:nth-child(2n) .text {
    margin-top: 0;
    margin-bottom: 15px;
}

.qyzzslide .iconfont {
    font-size: 24px;
    color: #0062b2;
    opacity: .5;
}

.qyzzslide a:hover .cn {
    font-weight: bold;
}

.qyzzslide a:hover .iconfont {
    opacity: 1;
}

.djdt {
    background-image: url(../images/bg_djdt.jpg);
    background-position: center 100%;
    background-size: cover;
}

.djdt .column3 {
    text-align: left;
}

.djdt .hd li {
    display: inline-block;
    margin-left: 20px;
}

.djdt .hd li a {
    display: inline-block;
    height: 40px;
    background-color: #f3f5f9;
    border-radius: 20px;
    padding: 0 20px;
    line-height: 40px;
}

.djdt .hd li a:hover,
.djdt .hd li.on a {
    background-color: #b40608;
    font-weight: bold;
    color: #fff;
}

.djdt .bd {
    display: none;
}

.djdt .bd li a {
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #f5f7fb;
}

.djdt .bd li .date {
    flex: none;
    text-align: center;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.djdt .bd li .date .day {
    font-size: 40px;
}

.djdt .bd li .date .year {
    color: #8b8b8b;
}

.djdt .bd li .date::after {
    content: '';
    width: 1px;
    height: 73px;
    background-color: #e3e5e8;
    position: absolute;
    top: 50%;
    margin-top: -36.5px;
    right: 0;
}

.djdt .bd li .text .desc {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 20px;
}

.djdt .bd li a:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(13, 118, 202, 0.36);
    color: #b40608;
}

.zhzq {
    background-image: url(../images/bg_zhzq.jpg);
    background-position: center 100%;
    background-size: cover;
}

.zhzq_list li a {
    display: flex;
    align-items: center;
    color: #0d76ca;
    padding: 20px;
}

.zhzq_list li .icon {
    flex: none;
    width: 89px;
    height: 84px;
    background: url(../images/bg_zhzq_item.jpg) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 10px;
    margin-right: 30px;
}

.zhzq_list li .icon .iconfont {
    font-size: 50px;
}

.zhzq_list li .cn {
    font-size: 20px;
    line-height: 28px;
}

.zhzq_list li .en {
    font-size: 14px;
}

.zhzq_list li a:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(13, 118, 202, 0.36);
}

.yjzs {
    background-image: url(../images/bg_yjzs.png);
    background-position: center 100%;
    background-repeat: no-repeat;
}

.yjzsslide .text {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
    position: absolute;
    right: 40px;
    bottom: -40px;
}

.yjzsslide .swiper-pagination {
    bottom: 0;
}

.yjzsslide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: solid 1px #bebebe;
    background: none;
    opacity: 1;
}

.yjzsslide .swiper-pagination-bullet-active {
    background: #0062b2;
    border: solid 1px #0062b2;
}

.yjzsslide .title a {
    font-size: 18px;
}

.yjzsslide .desc {
    font-size: 14px;
    line-height: 25px;
    color: #afafaf;
}

.yjzsslide .more {
    color: #3c3c3c;
    opacity: 0.5;
}

.yjzsslide .fenye {
    text-align: right;
}

.yjzsslide .fenye .big {
    font-size: 50px;
    color: #0062b2;
}

.yjzsslide .fenye .small {
    font-size: 14px;
    color: #afafaf;
}

.upgsxwslide .swiper-slide {
    background-color: #f5f7fb;
}

.upgsxwslide .pic {
    flex: none;
    width: 620px;
}

.upgsxwslide .text {
    padding: 0 35px;
}

.upgsxwslide .text .title a {
    font-size: 20px;
    color: #0062b2;
    font-weight: bold;
}

.upgsxwslide .text .desc {
    line-height: 35px;
    color: #444444;
    opacity: 0.7;
}

.upgsxwslide .text .date {
    color: #0062b2;
    font-size: 14px;
}

.upgsxwslide .swiper-pagination {
    left: auto;
    right: 35px;
    bottom: 80px;
    width: auto;
}

.upgsxwslide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: solid 1px #bebebe;
    background: none;
    opacity: 1;
}

.upgsxwslide .swiper-pagination-bullet-active {
    background: #0062b2;
    border: solid 1px #0062b2;
}

.up_jtyw {
    background: url(../images/bg_up_jtyw.jpg) no-repeat center;
    background-size: cover;
}

.upjtywslide .text {
    height: 60px;
    background-color: #ffffff;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: solid 1px #bebebe;
    background: none;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0062b2;
    border: solid 1px #0062b2;
}

.up_infolist li a {
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #f5f7fb;
}

.up_infolist li .date {
    flex: none;
    text-align: center;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.up_infolist li .date .day {
    font-size: 40px;
}

.up_infolist li .date .year {
    color: #8b8b8b;
}

.up_infolist li .date::after {
    content: '';
    width: 1px;
    height: 73px;
    background-color: #e3e5e8;
    position: absolute;
    top: 50%;
    margin-top: -36.5px;
    right: 0;
}

.up_infolist li .text .desc {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 20px;
}

.up_infolist li a:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(13, 118, 202, 0.36);
    color: #0062b2;
}

.up_infolist li a:hover .title {
    font-weight: bold;
}

.up_spzx {
    background: url(../images/bg_up_spzx.jpg) no-repeat center;
    background-size: cover;
}

.up_infolist2 a {
    display: block;
    background-color: #f5f7fb;
    padding: 40px 30px;
}

.up_infolist2 .date {
    color: #aaaaaa;
    font-size: 14px;
}

.up_infolist2 .desc {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 25px;
}

.up_infolist2 .more {
    color: #aaaaaa;
    font-size: 14px;
}

.up_infolist2 a:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(13, 118, 202, 0.36);
}

.up_infolist2 a:hover .date,
.up_infolist2 a:hover .more {
    color: #0062b2;
}

.up_infolist2 a:hover .title {
    font-weight: bold;
}

.up_hyzx {
    background-image: url(../images/bg_yjzs.png);
    background-position: center 100%;
    background-repeat: no-repeat;
}

.up_djdt_list .bd {
    flex: none;
    width: 620px;
}

.up_djdt_list .bd li {
    display: none;
}

.up_djdt_list .bd li img {
    display: block;
}

.up_djdt_list .hd li {
    margin-bottom: 10px;

}

.up_djdt_list .hd li a {
    display: block;
    background-color: #f5f7fb;
    padding: 30px;
}

.up_djdt_list .hd li a:hover,
.up_djdt_list .hd li.on a {
    background-color: #b40608;
    color: #fff;
}

.up_djdt_list .hd li a:hover .date,
.up_djdt_list .hd li.on a .date {
    color: #fff;
    opacity: 0.5;
}

.up_djdt_list .hd li .title {
    font-size: 20px;
}

.up_djdt_list .hd li .date {
    font-size: 14px;
    color: #8b8b8b;
}

.up_djdt_list .hd li:last-child {
    margin-bottom: 0;
}

.up_jjjc {
    background-color: #ffefef;
}

.upjjjcslide a {
    background-color: #fff;
}

.upjjjcslide a:hover {
    color: #b40608;
    box-shadow: none;
}

.upjjjcslide a:hover .date,
.upjjjcslide a:hover .more {
    color: #b40608;
}

.upjjjcslide .swiper-pagination-bullet-active {
    background: #b40608;
    border: solid 1px #b40608;
}

.up_qtgzlist li a:hover {
    color: #b40608;
}

.up_zjgzs .hd {
    text-align: center;
}

.up_zjgzs .hd li {
    display: inline-block;
    margin: 0 40px;
    opacity: 0.7;
}

.up_zjgzs .hd li .cn {
    font-size: 24px;
    margin-bottom: 5px;
}

.up_zjgzs .hd li .en {
    font-size: 16px;
    color: #8b8b8b;
}

.up_zjgzs .hd li.on,
.up_zjgzs .hd li:hover {
    opacity: 1;
}

.up_zjgzs .hd li.on .cn,
.up_zjgzs .hd li:hover .cn {
    font-size: 30px;
}

.up_zjgzs .bd .desc {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 23px;
    border-left: 1px solid #0062b2;
    padding-left: 10px;
}

.up_zjgzs .bd .swiper-slide:hover .title a {
    color: #0062b2;
    font-weight: bold;
}

.up_zjgzs .bd .up_zjgzs_slide {
    display: none;
}

.up_pt_xs a {
    padding: 50px 80px;
    color: #fff;
}

.up_pt_xs .cn {
    font-size: 30px;
    margin-bottom: 5px;
}

.up_pt_xs .icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    color: #0062b2;

}

.up_pt_xs .iconfont {
    font-size: 20px;
    color: #0062b2;
}

.up_pt_xs .up_ptzx a {
    background: url(../images/bg_up_ptzx.jpg) no-repeat center;
    background-size: cover;
}

.up_pt_xs .up_xsqk a {
    background: url(../images/bg_up_xsqk.jpg) no-repeat center;
    background-size: cover;
}

.up_qywh_list li {
    border-bottom: 1px solid #e5e5e5;
}

.up_qywh_list li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.up_qywh_list li .title {
    font-size: 18px;
    color: #0062b2;
    margin-bottom: 5px;
}

.up_qywh_list li .desc {
    font-size: 24px;
    font-weight: bold;
}

.up_qyjj {
    background-image: url(../images/bg_up_qyjj.jpg);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.align_left {
    text-align: left;
}

.up_qyjj_desc {
    line-height: 45px;
    color: #8b8b8b;
}

.up_qyjj_nav li {
    display: inline-block;
    margin-right: 150px;
    text-align: center;
}

.up_qyjj_nav li .name {
    font-size: 20px;
}

.up_qyjj_nav li:nth-child(1) .icon {
    color: #0062b2;
}

.up_qyjj_nav li:nth-child(2) .icon {
    color: #c0b617;
}

.up_qyjj_nav li:nth-child(3) .icon {
    color: #c06317;
}

.up_qyjj_more a {
    display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #f3f5f9;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #0062b2;
}

.up_dsj {
    background-image: url(../images/bg_up_dsj.jpg);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    background: url(../images/dot2.png) no-repeat center;
    line-height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    color: #0062b2;
    font-size: 36px;
    background: url(../images/dot3.png) no-repeat center;
    line-height: 36px;
}

.up_dsj_nianbox {
    width: 100%;
    height: 100px;
    background: url(../images/dot.jpg) repeat-x center;
}

.up_dsj_nianbox * {
    height: 100%;
}

.up_dsj_nianbox .swiper-slide {
    position: relative;
}

.up_dsj_nianbox .swiper-slide .nian {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
}

.up_dsj_nianbox .swiper-slide:nth-child(2n+1) .nian {
    top: auto;
    bottom: 0;
}

.gallery-top .swiper-slide {
    background-color: #ffffff;
    padding: 50px 115px;
    box-sizing: border-box;
}

.gallery-top .swiper-slide .text {
    line-height: 45px;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: solid 1px #d8d8d8;
    border-radius: 100%;
    color: #444;
    background: none;
    left: 28px;
}

.gallery-top .swiper-button-next {
    left: auto;
    right: 28px;
}

.gallery-top .layui-icon {
    font-size: 24px;
    color: #4e4e4e;
}

.gallery-top .swiper-button-next:hover,
.gallery-top .swiper-button-prev:hover {
    background-color: #0062b2;
    border: solid 1px #0062b2;
}

.gallery-top .swiper-button-next:hover .layui-icon,
.gallery-top .swiper-button-prev:hover .layui-icon {
    color: #fff;
}

.up_piclist .title {
    background-color: #f3f5f9;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
}

.up_piclist a:hover .title {
    background-color: #0062b2;
    color: #fff;
}

/* -------------- */

#jtywSlide .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#jtywSlide .list .himg {
    width: calc((100% - 60px) / 3);
}