@font-face {
    font-family: 'iconfont';
    src: ;
    src:  format('embedded-opentype'),
         format('woff'),
         format('truetype');
}

@font-face {
    font-family: 'rubikbold';
    src: ;
}

@font-face {
    font-family: 'rubikmedium';
    src: ;
}

@font-face {
    font-family: 'rubikregular';
    src: ;
}

.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: #28c445;
}

.text-default {
    color: #666;
}

.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;
}

.line10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -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: #000;
    font-family: arial, microsoft yahei, pingfang sc, simsun, sans-serif;
    font-size: 16px;
    background: #fff;
}

a {
    color: #000;
}

a:hover {
    color: #00438a;
}

.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;
}

.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-25 {
    margin-bottom: 25px;
}

.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-80 {
    margin-bottom: 80px;
}

.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-130 {
    padding-top: 130px;
}

.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-130 {
    padding-bottom: 130px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #00438a;
    width: 100%;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #ffb800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid transparent;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-info {
    background: #aaa;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}



/* #scrolltop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	flex-direction: column;
	cursor: pointer;
}

#scrolltop .icon {
	width: 44px;
	height: 44px;
	background: #064ea2;
	color: #fff;
}

#scrolltop .icon .layui-icon {
	font-size: 40px;
} */




.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%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    background: transparent;
    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;
}

.header .layui-container {
    position: static;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
}


.header_box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: linear-gradient(180deg, rgba(0, 95, 196, 0.73) 0%, rgba(0, 95, 196, 0.35) 56%, rgba(27, 111, 202, 0) 100%);
    height: 190px;
}

.header_box.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}

.logo img {
    height: 68px;
}

.header_box .logo .logo_blue {
    display: none;
}

.header_box.white .header {
    background: #fff;
}

.header_box.white .logo .logo_blue {
    display: block;
}

.header_box.white .logo .logo_white {
    display: none;
}

.header_box.white .nav>ul>li>a {
    color: #333;
}

.header_box.white .nav1 .sch {
    background: #014791;
}

.header_box.white .nav1 .sch .iconfont {
    color: #fff;
}

.header_box.white .nav>ul>li:hover>a,
.header_box.white .nav>ul>li.on>a {
    border-bottom: 2px solid #014791;
    color: #014791;
}

.header_box.white .nav1 a:hover {
    color: #014791;
}


.header_box.white .nav>ul>li .sch_blue {
    display: block;
}

.header_box.white .nav>ul>li .sch {
    display: none;
}


.nav {
    position: relative;
    z-index: 20;
    margin-top: 20px;
}

.nav>ul>li {
    position: relative;
    margin-left: 60px;
}

.nav>ul>li:nth-child(1) .sub {
    display: none !important;
}

.nav>ul>li:nth-child(8) .sub {
    transform: translatex(-60%);
}

.nav>ul>li:nth-child(8) .sub::after {
    left: 60%;
    transform: translatex(-60%);
}

.nav>ul>li:nth-child(9) .sub {
    width: 300px;
}

.nav>ul>li:nth-child(9) .sub ul {
    padding: 20px;
}

.nav>ul>li:nth-child(9) .sub ul li {
    width: 100%;
}

.nav>ul>li:nth-child(4) .sub ul li {
    width: auto;
    margin-right:30px;
}
.nav>ul>li:nth-child(5) .sub ul li,.nav>ul>li:nth-child(6) .sub ul li, .nav>ul>li:nth-child(7) .sub ul li, .nav>ul>li:nth-child(8) .sub ul li {
    width: auto;
    margin-right:30px;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}

.nav>ul>li>a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #014591;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -2px;
    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;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    font-weight: bold;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li .sub {
    position: absolute;
    width: 590px;
    left: 50%;
    transform: translatex(-50%);
    top: 150%;
    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;
    opacity: 0;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* .nav>ul>li:nth-child(2) .sub {
	height: auto;
	opacity: 1;
} */

.nav>ul>li .sub::after {
    content: '';
    width: 2px;
    height: 0;
    background: #014188;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 0px;
    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;
}

.nav>ul>li .sub ul {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    background: #ffffff url(/uploads/image/2images/top_nav_bg.png) no-repeat right bottom;
    border-top: 2px solid #014188;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-top: 40px;
}

.nav>ul>li ul li {
    flex: 0 0 auto;
    width: calc(100% / 5);
    text-align: center;
}

.nav li.li8 ul li{
   width: calc(100% / 4);
}

.nav>ul>li ul li a {
    line-height: 35px;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.nav>ul>li ul li a:hover {
    font-weight: bold;
    color: #014791;
    border-bottom: 2px solid #014791;
}

.nav>ul>li:hover .sub {
    opacity: 1;
    height: auto;
    top: 100%;
    overflow: visible;
}

.nav>ul>li:hover .sub::after {
    height: 40px;
}

.nav>ul>li .sch_blue {
    display: none;
}




.nav1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 43px;
    line-height: 43px;
    background: #014591;
    font-size: 14px;
    padding: 0 60px;
}

.nav1 a {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 20px;
    line-height: 40px;
}

.nav1 a.en {
    margin-left: 0;
}

.nav1 .line {
    color: #fff;
    margin: 0 10px;
}

.nav1 a.xx {
    margin-left: 40px;
}

.nav1 a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.nav1 .left a {
    margin-left: 0;
    margin-right: 0;
}


.nav1 .iconfont {
    font-size: 20px;
    margin-right: 5px;
}

.nav1 .sch {
    width: 25px;
    height: 25px;
    display: flex;
    background: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}


.nav1 .sch .iconfont {
    font-size: 12px;
    color: #004287;
}



/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 64px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    top: 0;
}


.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    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;
}

.mc_ph_hd .mc_ph_logo {}

.mc_ph_hd .mc_ph_en {
    margin-top: 20px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 40px !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: 20px;
    height: 2px;
    background: #00438a;
}

.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: #292929;
}

.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: #00438a;
}

.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: #00438a;
}

.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;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.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 .ul2 .container_s .yinyan {
    display: none;
}

.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 {
    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;
}

.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;
}

.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.myclass2.layui-layer-page {
    width: 700px !important;
}

.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);
}


#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: #f7f7f7;
}

.conent_box .layui-row {
    overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
    overflow: hidden;
}

.leftmenu li {
    position: relative;
    float: left;
}

.leftmenu li a {
    display: block;
    position: relative;
    text-align: center;
    color: #333333;
    line-height: 45px;
    padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
    border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
    z-index: 2;
}

.leftsubmenu {
    background:  no-repeat center;
    background-size: cover;
    padding-left: 20px;
}

.leftsubmenu li {
    display: inline-block;
    margin-right: 10px;
}

.leftsubmenu li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
    border: solid 1px #123f79;
    font-weight: bold;
    color: #123f79;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}

.page_main {
    padding: 0px;
    min-height: 300px;
    float: left;
    width: calc((100% - 505px) / 1);
}

.page_right {
    width: 475px;
    position: relative;
    float: right;
    box-sizing: border-box;
    padding-left: 15px;
}

.page_right .right_column {
    height: 76px;
    background:  no-repeat left center;
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 14px 0 0 45px;
    font-size: 24px;
}

.right_list {
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 130px 30px 30px;
}

.right_list_ul {
    border-left: 1px solid #ececec;
}

.right_list_ul li {
    padding-left: 20px;
    position: relative;
}

.right_list_ul li .title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ececec;
    font-size: 18px;
}

.right_list_ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid #00438a;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -3px;
    background: #fff;
    border-radius: 100%;
    display: none;
}

.right_list_ul li:hover::before {
    display: block;
}

.right_list_ul li:hover .title {
    font-weight: bold;
}


.page_detail {
    padding: 0;
}


.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 28px;
    line-height: 1.5em;
    text-align: left;
    font-weight: bold;
}

.col-att {
    font-size: 14px;
    color: #9e9e9e;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    margin: 15px 0 0;
    padding-bottom: 15px;
}

.col-att a {
    color: #9e9e9e;
}

.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;
}

.dtl_detail img,
.dtl_detail video {
    max-width: 100%;
}

.dtl_detail p {
    margin-bottom: 20px;
}

.pager {}

.pager li {
    width: 100%;
    margin-bottom: 30px;
}

.pager li a {
    color: #999;
    display: block;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    font-size: 18px;
}


.pager li a:hover {
    color: #00438a;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 0;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 33px;
    height: 33px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 33px;
    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: #00438a;
    color: #fff;
    border: solid 1px #00438a;
}

.textlist {}

.textlist li {
    border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
    position: relative;
    overflow: hidden;
}

.textlist li .shijian {
    display: block;
    float: right;
    color: #5a5a5a;
    opacity: 0.5;
}

.textlist li .title {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
}

.textlist li .desc {
    line-height: 35px;
    color: #999999;
}

.textlist li .nianyue {
    color: #999999;
    font-size: 12px;
}

.textlist li .nianyue .more {
    float: right;
    font-size: 14px;
}

.textlist li .nianyue .iconfont {
    font-size: 18px;
    margin-left: 10px;
    color: #123f79;
}

.textlist li a:hover .nianyue {
    color: #123f79;
}



.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #123f79;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}

.piclist {}

.piclist li a {
    display: block;
    background: #fff;
    position: relative;
}



.piclist li .title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    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;
    background: #f3f3f3;
    z-index: 2;
}

.piclist li a:hover .title {
    background: #1a61b8;
    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 #123f79;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tuwenlist li .pic {
    flex: none;
    width: 340px;
}

.tuwenlist li .text {
    width: calc((100% - 355px));
    background-size: cover;
}

.tuwenlist li .title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.tuwenlist li .desc {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.5;
}

.tuwenlist li .date {
    opacity: 0.5;
    font-size: 14px;
}

.tuwenlist li .more {
    color: #00438a;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #00438a;
    padding: 10px 40px;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.tuwenlist li a:hover .more {
    color: #fff;
    background: #00438a;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
    color: #1b1b1b;
    opacity: .5;
}


.search_list li a {
    display: block;
    background: #fff;
    padding: 30px 40px;
}

.search_list li .title {
    font-size: 24px;
    line-height: 45px;
    height: 45px;
}

.search_list li .title .text-danger,
.search_list li .desc .text-danger {
    color: #3988ea;
}

.search_list li .desc {
    line-height: 30px;
    color: #9e9e9e;
    height: 60px;
}

.search_list li .date {
    color: #9e9e9e;
}

.search_list li .iconfont {
    font-size: 16px;
    color: #9e9e9e;
}

.search_list li .column_name {
    height: 30px;
    border-radius: 5px;
    background: #f3f3f3;
    line-height: 30px;
    padding: 0 25px;
    color: #9b9b9b;
}

/*
内容搜索页
 */
.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;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.sch-form .sch-type {
    position: absolute;
    left: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
    color: #828282;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
    padding: 0 10px;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.sch_result_list li.no_data .text {
    border-radius: 10px;
    background: #f0efee;
    padding: 40px;
}

.sch_result_list li.no_data .text .text1 {
    font-size: 26px;
    font-weight: bold;
    color: #828282;
}

.sch_result_list li.no_data .text .text2 {
    font-size: 18px;
    color: #828282;
}

.loadmore {
    text-align: center;
}

.pchide {
    display: none;
}

.z_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.z_banner .bd li {
    width: 100%;
    overflow: hidden;
}

.z_banner .picbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.z_banner .picbox .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}

.z_banner .picbox .text {
    position: absolute;
    right: -300px;
    top: 50%;
    transform: translatey(-50%);
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.9s 0.8s ease-out;
    -webkit-transition: all 0.9s 0.8s ease-out;
    -moz-transition: all 0.9s 0.8s ease-out;
    -o-transition: all 0.9s 0.8s ease-out;
}

.z_banner .swiper-slide-active .picbox .text {
    opacity: 1;
    height: auto;
    right: 0;
}

.z_banner .swiper-slide.text_left .picbox .text {
    right: auto;
    left: -300px;
}

.z_banner .swiper-slide-active.text_left .picbox .text {
    right: auto;
    left: 0;
}


.z_banner .swiper-button-prev,
.z_banner .swiper-button-next {
    width: 65px;
    height: 65px;
    background: rgba(43, 160, 209, 0.63);
    cursor: pointer;
    color: #fff;
    left: 60px;
    margin-top: -32.5px;
    display: none;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.63);
}

.z_banner .swiper-button-prev {
    transform: scalex(-1);
}

.z_banner .swiper-button-next {
    left: auto;
    right: 60px;
}

.z_banner .swiper-button-prev .iconfont,
.z_banner .swiper-button-next .iconfont {
    font-size: 20px;
}

.z_banner .swiper-button-prev:hover,
.z_banner .swiper-button-next:hover {
    background: rgb(15, 112, 230, 0.63);
    color: #fff;
}

.z_banner:hover .swiper-button-prev,
.z_banner:hover .swiper-button-next {
    display: flex;
}

.z_banner .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 15px;
}

.z_banner .swiper-pagination-bullet-active {
    width: 28px;
    height: 30px;
    background: url(/uploads/image/2images/icon_banner.png) no-repeat center;
}

.z_banner .picbox .imgbg .layui-container {
    z-index: 2;
    height: 100%;
}

.z_banner .picbox .imgbg video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#myvideo::-webkit-media-controls {
    display: none !important;
}

#myvideo {
    pointer-events: none;
    /* 防止鼠标事件触发控制条显示 */
}

.column {
    height: 42px;
    overflow: hidden;
}

.column .more {
    width: 86px;
    height: 42px;
    float: right;
}

.column .more .more_text {
    font-size: 14px;
    color: #999999;
}

.column .more .icon {
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/uploads/image/2images/hl.png) no-repeat center;
    background-size: cover;
}

.column .more:hover .more_text {
    color: #d62200;
}

.column .more:hover .icon {
    background: url(/uploads/image/2images/hl_h.png) no-repeat center;
    background-size: cover;
}


.column .name {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.column .name img {
    position: relative;
    z-index: 2;
}

.column .name .xm {
    left: -20px;
    z-index: 1;
    top: -3px;
}

.column .name .dot {
    margin: 0 10px;
}


.llgyw_box {
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
}

.llgyw_slide {
    width: 760px;
    float: left;
}


.llgyw_slide .swiper-pagination {
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 350px;
}

.llgyw_slide .swiper-pagination-bullet {
    width: 65px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    opacity: 1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.llgyw_slide .swiper-pagination-bullet-active {
    width: 87px;
    height: 87px;
    border: 4px solid #fff;
}

.llgyw_slide .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0.3rem 0;
    height: 24px;
    line-height: 25px;
    position: relative;
}

.llgyw_slide .line {
    opacity: 0.2;
    position: relative;
}

.llgyw_slide .line::after {
    content: '';
    width: calc(100% - 15px);
    height: 1px;
    border-top: 1px dashed #e62903;
    position: absolute;
    left: 15px;
    top: -15px;
}

.llgyw_slide .line .dot {
    height: 5px;
    width: 5px;
    background: #e62903;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-17px);
    border-radius: 100%;
    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;
}

.llgyw_slide .line::before {
    content: '';
    height: 1px;
    width: 0;
    background: #e62903;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translatey(-15px);
    border-radius: 100%;
    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;
}

.llgyw_slide a:hover .line::before {
    width: calc(100% - 15px);
    height: 1px;
}

.llgyw_slide .desc {
    line-height: 30px;
    color: #999999;
    margin-bottom: 0.2rem;
    height: 60px;
}

.llgyw_slide .time {
    font-size: 14px;
    color: #999999;
}

.llgyw_slide .time .iconfont {
    font-size: 20px;
    color: #e62a03;
    margin-right: 5px;
}

.llgyw_slide .pic img {
    height: 424px;
}

.llgyw_slide .swiper-button-next,
.llgyw_slide .swiper-button-prev {
    width: 45px;
    height: 50px;
    background: rgba(1, 68, 139, 0.5);
    left: 0;
    top: 185px;
    margin-top: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.llgyw_slide .swiper-button-next {
    left: auto;
    right: 0;
}

.llgyw_slide .layui-icon {
    font-size: 22px;
}

.llgyw_slide .swiper-button-next:hover,
.llgyw_slide .swiper-button-prev:hover {
    background: rgba(230, 41, 3, 0.5);
}

.llgyw_slide2 {
    width: calc((100% - 790px) / 1);
    float: right;
    height: 530px;
    overflow: hidden;
}

.llgyw_slide2 .swiper-slide {
    padding-right: 50px;
    box-sizing: border-box;
}

.llgyw_slide2 a {
    display: block;
    height: 100%;
    border-bottom: 1px dashed #d8d8d8;
    position: relative;
}

.llgyw_slide2 a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #e32a05;
    position: absolute;
    left: 0;
    bottom: -1px;
    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;
}

.llgyw_slide2 a:hover::after {
    width: 100%;
}

.llgyw_slide2 .title {
    font-size: 18px;
    height: 60px;
    line-height: 30px;
}

.llgyw_slide2 .time {
    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.llgyw_slide2 .time .iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #e32a05;
}


.llgyw_slide2 .swiper_btn {
    position: absolute;
    right: 0;
    top: 220px;
    z-index: 2;
}

.llgyw_slide2 .swiper_btn .swiper-pagination1 .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(0, 67, 138, 0.48);
    margin: 10px auto;
    opacity: 1;
}

.llgyw_slide2 .swiper_btn .swiper-button-prev1,
.llgyw_slide2 .swiper_btn .swiper-button-next1 {
    width: 36px;
    height: 18px;
    background: url(/uploads/image/2images/icon_right.png) no-repeat center;
    cursor: pointer;
    opacity: 0.5;
}

.llgyw_slide2 .swiper_btn .swiper-button-prev1 {
    transform: rotate(180deg);
}

.llgyw_slide2 .swiper_btn .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #00438a;
}

.llgyw_slide2 .swiper_btn .swiper-button-prev1:hover,
.llgyw_slide2 .swiper_btn .swiper-button-next1:hover {
    opacity: 1;
}

.zhxw_box {
    overflow: hidden;
    background: url(/uploads/image/2images/zhxw_bg.jpg) no-repeat center;
    background-size: cover;
}

.zhxw_left {
    width: calc((100% - 60px) / 2);
    float: left;
}

.zhxw_right {
    width: calc((100% - 60px) / 2);
    float: right;
}

.zhxw_hd {
    position: relative;
    height: 42px;
}

.zhxw_hd li {
    float: left;
    margin-right: 45px;
    opacity: 0.5;
}

.zhxw_hd li.on {
    opacity: 1;
}

.zhxw_hd li .name {
    font-size: 34px;
}

.zhxw_hd .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.zhxw_hd .more a {
    width: 86px;
    height: 42px;
    display: none;
}

.zhxw_hd .more a.on {
    display: flex;
}

.zhxw_hd .more .more_text {
    font-size: 14px;
    color: #999999;
}

.zhxw_hd .more .icon {
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/uploads/image/2images/hl.png) no-repeat center;
    background-size: cover;
}

.zhxw_hd .more:hover .more_text {
    color: #d62200;
}

.zhxw_hd .more:hover .icon {
    background: url(/uploads/image/2images/hl_h.png) no-repeat center;
    background-size: cover;
}


.zhxw_bd .box {
    position: relative;
    padding-left: 5px;
    padding-bottom: 5px;
    display: none;
}

.zhxw_bd .box::before {
    content: '';
    width: 5px;
    height: 95px;
    background: linear-gradient(201deg, #3195ff 71%, #3195ff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.zhxw_bd .box::after {
    content: '';
    width: 80px;
    height: 5px;
    background: linear-gradient(201deg, #3195ff 71%, #3195ff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.zhxw_bd .box ul {
    background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%);
    position: relative;
    padding: 40px 0 0 65px;
    height: 433px;
    box-sizing: border-box;
}

.zhxw_bd .box ul::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 35px;
    top: 0;
    background: rgba(153, 153, 153, 0.4);
}

.zhxw_bd .box ul li {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    padding-right: 25px;
}

.zhxw_bd .box ul li .title {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    height: 24px;
    line-height: 25px;
}

.zhxw_bd .box ul li::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #81beff;
    position: absolute;
    left: -33px;
    top: 9px;
    border-radius: 100%;
}

.zhxw_bd .box ul li .time {
    font-size: 14px;
    color: #1e63ab;
}

.zhxw_bd .box ul li .time .iconfont {
    font-size: 20px;
    color: #e32a05;
    margin-right: 5px;
}

.zhxw_bd .box ul li:hover::after {
    background: #01448b;
}

.zhxw_bd .box ul li a {
    display: block;
    position: relative;
    color: #000;
}

.zhxw_bd .box ul li a:hover {
    color: #01448b;
}

.zhxw_bd .box ul li a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -20px;
    border-top: 1px dashed #d8d8d8;
}

.zhxw_bd .box ul li:nth-child(4) a::before {
    display: none;
}

.zhxw_bd .box ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #e62903;
    position: absolute;
    left: 0;
    bottom: -19px;
    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;
}

.zhxw_bd .box ul li:hover a::after {
    width: 100%;
}

.zhxw_bd .box ul li::before {
    content: '';
    width: 1px;
    height: 0;
    background: #e62903;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translatey(-50%);
    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;
}

.zhxw_bd .box ul li:hover::before {
    height: 70px;
}

.mtllg_list li a {
    display: block;
    position: relative;
    padding: 5px 5px 0 0;
}

.mtllg_list li .text {
    background: #fff;
    padding: 25px 25px 21px;
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%);
}


.mtllg_list li:nth-child(2) .text {
    background: linear-gradient(180deg, #ffefeb 0%, #ffffff 100%);
}

.mtllg_list li:nth-child(3) .text {
    background: linear-gradient(180deg, #f5fff9 0%, #ffffff 100%);
}

.mtllg_list li:nth-child(4) .text {
    background: linear-gradient(180deg, #fbf5ff 0%, #ffffff 100%);
}

.mtllg_list li a::after {
    content: '';
    width: 95%;
    height: 90%;
    background: linear-gradient(180deg, #9cccff 0%, rgba(156, 204, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.mtllg_list li a::before {
    content: '';
    width: 0;
    height: 0;
    background: linear-gradient(180deg, #e32a05 0%, rgba(227, 47, 12, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    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;
    z-index: 1;
}

.mtllg_list li .more {
    width: 29px;
    height: 29px;
    background: url(/uploads/image/2images/mtllg_more.png) no-repeat center;
    background-size: cover;
}

.mtllg_list li .author {
    text-align: right;
    font-size: 14px;
    color: #999999;
    margin-top: -5px;
    height: 19px;
    line-height: 19px;
}

.mtllg_list li .time {
    font-size: 14px;
    color: #999999;
}

.mtllg_list li .time .iconfont {
    font-size: 20px;
    color: #e32a05;
    margin-right: 5px;
}

.mtllg_list li .title {
    font-size: 18px;
    line-height: 35px;
    height: 66px;
    margin: 10px 0 10px;
}

.mtllg_list li a:hover::before {
    background: linear-gradient(180deg, #e32a05 0%, rgba(227, 47, 12, 0) 100%);
    width: 95%;
    height: 90%;
}

.mtllg_list li a:hover .text {
    background: #fff url(/uploads/image/2images/mtllg_bg.png) no-repeat right top;
}

.mtllg_list li a:hover .more {
    background: url(/uploads/image/2images/mtllg_more_h.png) no-repeat center;
    background-size: cover;
}

/* .zhxw_right .column {
	margin-top: -22px;
	margin-bottom: 22px;
} */

.hlst_box {
    overflow: hidden;
    background: url(/uploads/image/2images/hlst_bg.jpg) no-repeat center;
    background-attachment: fixed;
}

.hlst_left {
    width: 745px;
    float: left;
}

.hlst_right {
    width: calc((100% - 785px) / 1);
    float: right;
}

.hlst_hd {
    position: relative;
    height: 42px;
}

.hlst_hd li {
    float: left;
    margin-right: 45px;
    opacity: 0.5;
}

.hlst_hd li.on {
    opacity: 1;
}

.hlst_hd .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.hlst_hd .more a {
    width: 86px;
    height: 42px;
    display: none;
}

.hlst_hd .more a.on {
    display: flex;
}

.hlst_hd .more .more_text {
    font-size: 14px;
    color: #999999;
}

.hlst_hd .more .icon {
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/uploads/image/2images/hl.png) no-repeat center;
    background-size: cover;
}

.hlst_hd .more:hover .more_text {
    color: #d62200;
}

.hlst_hd .more:hover .icon {
    background: url(/uploads/image/2images/hl_h.png) no-repeat center;
    background-size: cover;
}

.hlst_bd {
    position: relative;
}

.hlst_bd .box {
    position: relative;
    opacity: 0;
}

.hlst_bd .box:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.hlst_bd .box.on {
    opacity: 1;
    z-index: 2;
}

.hlst_slide {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.hlst_slide li {
    float: right;
    width: 340px;
    position: relative;
}

.hlst_slide li .pic {
    position: relative;
}

.hlst_slide li img {
    height: 203px;
}

.hlst_slide li.hlst_li1 {
    padding: 0 33px;
    box-sizing: border-box;
    background: #fff7f6;
}

.hlst_slide li.hlst_li1 img {
    height: 430px;
}

.hlst_slide li.hlst_li2_1 {
    width: 365px;
    float: left;
    margin-bottom: 24px;
}

.hlst_slide li.hlst_li2_2 {
    width: 365px;
    float: left;
}

.hlst_slide li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 30px 20px 0;
    box-sizing: border-box;
    width: 100%;
}

.hlst_slide li .text .title {
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

.hlst_slide li .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    color: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    background: #000000;
    opacity: 0.5;
    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;
}

.hlst_slide li.hlst_li2_1 .pic,
.hlst_slide li.hlst_li2_2 .pic {
    position: relative;
}

.hlst_slide li.hlst_li2_1 .pic::before,
.hlst_slide li.hlst_li2_2 .pic::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    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;
    opacity: 1;
}

.hlst_slide li:hover .pic::before {
    opacity: 0;
}

.hlst_slide li:hover .icon {
    opacity: 0;
}




.tzgg_slide {
    height: 400px;
}

.tzgg_slide a {
    display: block;
    height: 100px;
}

.tzgg_slide .title {
    background: url(/uploads/image/2images/tzgg_icon.png) no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 15px;
    height: 24px;
    line-height: 25px;
}

.tzgg_slide .date {
    font-size: 14px;
    color: #999999;
}

.tzgg_slide .line {
    width: calc((100% - 90px) / 1);
    height: 1px;
    border-top: 1px dashed #b4d5ee;
    position: relative;
}

.tzgg_slide .line::after {
    content: '';
    width: 0;
    height: 1px;
    background: #014188;
    position: absolute;
    left: 0;
    top: -1px;
    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;
}

.tzgg_slide a:hover .line::after {
    width: 100%;
}

/* .hlst_right .column {
	margin-top: -25px;
} */

.tzgg_slide_btn .swiper-button-prev2,
.tzgg_slide_btn .swiper-button-next2 {
    width: 59px;
    height: 37px;
    background: url(/uploads/image/2images/icon_right_tzgg.png) no-repeat center;
    cursor: pointer;
    opacity: 0.5;
}

.tzgg_slide_btn .swiper-button-prev2:hover,
.tzgg_slide_btn .swiper-button-next2:hover {
    opacity: 1;
}

.tzgg_slide_btn .swiper-button-prev2 {
    transform: scalex(-1);
}

.tzgg_slide_btn .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(1, 65, 136, 0.35);
    margin: 0 8px;
}

.tzgg_slide_btn .swiper-pagination-bullet-active {
    background: #014188;
}

.tzgg_slide_btn .swiper-pagination2 {
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsllg_box {
    overflow: hidden;
    background: url(/uploads/image/2images/tsllg_bg.jpg) no-repeat center;
    background-size: cover;
}

.tsllg_list li {
    float: left;
    box-shadow: 0px 0px 20px 0px rgba(13, 76, 146, 0.4);
    width: 66.5%;
    position: relative;
}

.tsllg_list li.tsllg_li2_1 {
    float: right;
    width: 32%;
}

.tsllg_list li.tsllg_li2_2 {
    float: right;
    margin-top: 21px;
    width: 32%;
}

.tsllg_list li img {
    width: 100%;
    height: 515px;
}

.tsllg_list li .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 30px 20px;
    box-sizing: border-box;
}

.tsllg_list li .text .title {
    height: 24px;
    line-height: 24px;
}

.tsllg_list li.tsllg_li2_1 img,
.tsllg_list li.tsllg_li2_2 img {
    height: 247px;
}

.ztwz_bg {
    overflow: hidden;
    background: #fff5ee;
}

.ztwz_box {
    overflow: hidden;
    background-attachment: fixed;
}

/* .ztwz_list{
	margin: -30px;
}
.ztwz_list>*{
	padding: 30px;
} */
.ztwz_list li a {
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}



.ztwz_list li .pic {
    background: #fff;
    position: relative;
    z-index: 3;
}

.ztwz_list li .pic img {
    height: 173px;
}


.footer_box {
    background: linear-gradient(180deg, rgba(236, 245, 255, 0) 0%, #ecf5ff 100%);
    position: relative;
    z-index: 30;
}

.footer_box .flex-between {
    height: 231px;
}

.footer {
    background: linear-gradient(180deg, #155fb0 0%, #014188 100%);
    text-align: center;
    color: rgba(238, 238, 238, 0.6);
}

.footer a {
    color: rgba(238, 238, 238, 0.6);
}

.footer .sydw {
    position: absolute;
    right: 0;
    top: 5px;
}

.footer .sydw img {
    width: 66px;
    height: 66px;
}

.footer_box .left {
    width: calc(100% - 550px - 1rem);
}

.footer_ewmlist {
    width: 550px;
}

.footer_ewmlist li {
    text-align: center;
    font-size: 14px;
}

.footer_ewmlist li .icon {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background: linear-gradient(180deg, #ffeeee 0%, #e8f3ff 100%);
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    line-height: 60px;
    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;
    border: 1px solid transparent;
}

.footer_ewmlist li .iconfont {
    font-size: 30px;
}

.footer_ewmlist li .text {
    color: rgba(153, 153, 153, 0.72);
}

.footer_ewmlist li a {
    display: block;
    position: relative;
}

.footer_ewmlist li .hover {
    position: absolute;
    left: 50%;
    bottom: 120%;
    margin-left: -50px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.footer_ewmlist li .hover::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
}

.footer_ewmlist li .hover img {
    width: 100px;
    height: 100px;
}

.footer_ewmlist li:hover .hover {
    display: block;
}

.footer_ewmlist li:nth-child(1) .iconfont {
    color: #0069d8;
}

.footer_ewmlist li:nth-child(2) .iconfont {
    color: #d62200;
}

.footer_ewmlist li:nth-child(3) .iconfont {
    color: #03be00;
}

.footer_ewmlist li:nth-child(4) .iconfont {
    color: #ff7300;
}

.footer_ewmlist li:nth-child(5) .iconfont {
    color: #000000;
}

.footer_ewmlist li:hover .icon {
    transform: rotatey(360deg);
    border: 1px solid #d82300;
}

.footer_lxfslist {
    overflow: hidden;
}

.footer_lxfslist li {
    float: left;
    width: 290px;
}

.footer_lxfslist li:nth-child(2n) {
    float: right;
}

.footer_lxfslist li .icon {
    border-radius: 3px;
    border: 1px solid rgba(153, 153, 153, 0.4);
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    flex: none;
    margin-right: 15px;
}

.footer_lxfslist li .icon .iconfont {
    color: rgba(153, 153, 153, 0.9);
    font-size: 20px;
}

.footer_lxfslist li .text {
    font-size: 14px;
    color: rgba(153, 153, 153, 0.9);
}

.fjqs {
    position: absolute;
    left: 0.5rem;
    transform: translatey(-50%);
    top: 50%;
}

.right_nav {
    width: 113px;
    height: auto;
    position: fixed;
    right: 50px;
    top: 50%;
    transform: translatey(-50%);
    background: url(/uploads/image/2images/right_nav_bg.png) no-repeat;
    background-position: 25px 0;
    padding-top: 100px;
    z-index: 99;
    display: none;
}


.right_nav ul li {
    margin-bottom: 18px;
    height: 26px;
    background: #01448b;
    border-radius: 10000px;
}

.right_nav ul li:nth-child(2) {
    background: #c9784c;
}

.right_nav ul li:nth-child(4) {
    background: #b0280c;
}

.right_nav ul li:nth-child(6) {
    background: #74682b;
}

.right_nav ul li a {
    color: #fff;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}

.right_nav .btn {
    text-align: center;
}

.right_nav .name {
    height: 26px;
    line-height: 26px;
    background: #c9784c;
    border-radius: 10000px;
    color: #fff;
    font-size: 14px;
}

.right_nav .btn .icon {
    width: 31px;
    height: 31px;
    background: #c9784c;
    margin: 25px auto 10px;
    border-radius: 100%;
    color: #fff;
}

.right_nav .btn .iconfont {
    font-size: 14px;
}

.hlrw_slide1_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0;
    position: relative;
    box-sizing: border-box;
}

.hlrw_slide1 {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}


.hlrw_slide1 .swiper-slide {
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}


.hlrw_slide1 .swiper-slide img {
    height: 306.81px;
}

.hlrw_slide1 .swiper-slide a {
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.hlrw_slide1 .text {
    background: rgba(1, 68, 139, 0.8);
    width: 70%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    z-index: 2;
    border-bottom: 2px solid #d62200;
    font-size: 20px;
}

.hlrw_slide1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(1, 65, 136, 0.35);
    margin: 0 8px;
}

.hlrw_slide1 .swiper-pagination-bullet-active {
    background: #014188;
}

.hlrw_slide1 .swiper-pagination1 {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.search-dialog-box.on::before {
    height: 100%;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.5);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translatey(100%);
    transition: all 0.6s ease 0s;
    max-width: 1200px;
    margin: 0px auto;
}

.search-dialog {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translatey(-50%);
    width: 94%;
    z-index: 2;
}

.search-tit {
    font-size: 30px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .wrap-inner {
    transform: translatey(0px);
}

.pub-close {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 10;
    right: 30px;
    top: 30px;
    background-color: #d62200;
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #d62200;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: ;
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

.search_box {
    display: flex;
    width: 100%;
}

.search_box input.input {
    width: calc(100%);
    height: 60px;
    background: rgb(243, 243, 243);
    border-radius: 30px 0 0 30px;
    padding: 0px 20px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    border: none;
}

.search_box input.submit {
    height: 60px;
    border-radius: 0px 30px 30px 0px;
    padding: 0px 40px;
    background:  no-repeat center #d62200;
    border: none;
    text-align: center;
    background-size: 25px;
    cursor: pointer;
}

/* .home body {
	height: 100vh;
	overflow: hidden;
}

.body_main {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 100;
	overflow: auto;
	outline: none;
}

.body_main.fixed {
	top: 0;
}

.body_index{
	background: #94070a;
		height: 100%;
		overflow: hidden;
} */


.up_xxjj_box {
    background: url(/uploads/image/2images/up_xxjj_bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.up_xxjj_main {
    align-items: flex-start;
}

.up_xxjj_main .mid {
    flex: none;
    width: 174px;
    margin-right: 0.4rem;
}

.up_xxjj_main .mid img {
    width: 135px;
}

.up_xxjj_main .left {
    flex: 1;
    margin-right: 0.54rem;
    padding-top: 0.4rem;
}

.up_xxjj_main .left p {
    margin-bottom: 20px;
}

.up_xxjj_main .left .desc {
    line-height: 32px;
    color: #434343;
    text-indent: 2em;
}

.up_xxjj_main .left .more {
    width: 86px;
    height: 42px;
}

.up_xxjj_main .left .more .more_text {
    font-size: 14px;
    color: #999999;
}

.up_xxjj_main .left .more .icon {
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/uploads/image/2images/hl.png) no-repeat center;
    background-size: cover;
}

.up_xxjj_main .left .more:hover .more_text {
    color: #d62200;
}

.up_xxjj_main .left .more:hover .icon {
    background: url(/uploads/image/2images/hl_h.png) no-repeat center;
    background-size: cover;
}

.up_xxjj_main .right {
    flex: none;
    width: 486px;
}

.up_xxjj_main .right .w1919 {
    width: calc(100%   40px);
    margin-left: -20px;
    display: none;
}

.up_xxjj_slide_box .swiper_btn {
    width: calc(100% - 40px);
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(0deg, #eef8ff 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

.up_xxjj_slide_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(1, 65, 136, 0.35);
    margin: 0 8px;
}

.up_xxjj_slide_box .swiper-pagination-bullet-active {
    background: #014188;
}

.up_xxjj_slide_box .swiper-button-prev1,
.up_xxjj_slide_box .swiper-button-next1 {
    cursor: pointer;
    color: #014188;
}

.up_xxjj_slide_box .swiper-button-next1 {
    transform: rotatey(180deg);
}

.up_xxjj_slide_box .swiper-button-prev1:hover,
.up_xxjj_slide_box .swiper-button-next1:hover {
    opacity: 0.5;
}

.up_xxjj_slide {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}

.up_xxjj_slide .pic img {
    height: 270px;
}


.up_xxjj_data li .number {
    font-size: 48px;
    color: #014791;
    margin-right: 10px;
}

.up_xxjj_data li .dw {
    font-size: 20px;
    font-weight: bold;
    color: #6d6d6d;
}

.up_xxjj_data li .name {
    font-size: 18px;
    color: #6f6f6f;
}

.up_xxjj_nav {
    background: url(/uploads/image/2images/hlst_bg.jpg) no-repeat center;
    overflow: hidden;
}

.up_xxjj_nav li a {
    display: block;
    position: relative;
    height: 203px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-left: 0.3rem;
    box-sizing: border-box;
}

.up_xxjj_nav li .pic {
    float: left;
    margin-right: 0.3rem;
}

.up_xxjj_nav li .pic img {
    height: 203px;
    width: auto;
    display: none;
}

.up_xxjj_nav li .text {
    z-index: 2;
    background: #fff url(/uploads/image/2images/up_xxjj_nav_bg.png) no-repeat right bottom;
    height: 100%;

}

.up_xxjj_nav li .text .title {
    margin-top: 0.25rem;
    font-size: 0.25rem;
    font-weight: bold;
}

.up_xxjj_nav li .more {
    width: 86px;
    height: 42px;
    margin-top: 0.6rem;
}

.up_xxjj_nav li .more .more_text {
    font-size: 14px;
    color: #999999;
}

.up_xxjj_nav li .more .icon {
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/uploads/image/2images/hl.png) no-repeat center;
    background-size: cover;
}

.up_xxjj_nav li a:hover .text {
    background: #fff url(/uploads/image/2images/up_xxjj_nav_bg_h.png) no-repeat right bottom;
    background-position: 100% 15px;
}


.layui-col-space40 {
    margin: -20px;
}

.layui-col-space40>* {
    padding: 20px;
}

.up_fzlc_slide1_box .up_fzlc_slide1_prev,
.up_fzlc_slide1_box .up_fzlc_slide1_next {
    width: 80px;
    float: left;
    height: 120px;
    line-height: 120px;
    cursor: pointer;
    color: rgba(0, 67, 138, 0.48);
    background: url(/uploads/image/2images/up_fzlc_dot.png) no-repeat center;
    background-position: 0 center;
    box-sizing: border-box;
    padding-left: 5px;
}

.up_fzlc_slide1_box .iconfont {
    font-size: 30px;
}

.up_fzlc_slide1_box .up_fzlc_slide1_next {
    text-align: left;
    transform: rotatey(180deg);
}

.up_fzlc_slide1_box .up_fzlc_slide1_prev:hover .iconfont,
.up_fzlc_slide1_box .up_fzlc_slide1_next:hover .iconfont {
    color: #d02000;
}

.up_fzlc_slide1 {
    width: calc((100% - 160px) / 1);
    float: left;
    height: 120px;
}

.up_fzlc_slide1 .swiper-slide .year {
    width: 120px;
    height: 120px;
    background: #f0f8ff;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.up_fzlc_slide1 .swiper-slide .year p {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.up_fzlc_slide1 .swiper-slide .year .num {
    font-size: 24px;
}

.up_fzlc_slide1 .swiper-slide.active-nav .year p {
    background: #d02000;
    color: #fff;
}

.up_fzlc_slide1_box .up_fzlc_slide1_prev:hover,
.up_fzlc_slide1_box .up_fzlc_slide1_next:hover {
    color: #00438a;
}

.up_fzlc_slide1 .swiper-slide .year::after {
    content: '';
    width: 163px;
    height: 100px;
    background: url(/uploads/image/2images/up_fzlc_dot.png) no-repeat center;
    position: absolute;
    left: 76%;
    top: 50%;
    margin-top: -50px;
}

.up_fzlc_slide1 .swiper-slide .year::before {
    content: '';
    width: 163px;
    height: 100px;
    background: url(/uploads/image/2images/up_fzlc_dot.png) no-repeat center;
    position: absolute;
    right: 76%;
    top: 50%;
    margin-top: -50px;
}

.up_fzlc_slide2 {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.up_fzlc_slide2 .text {
    background: #ffffff url(/uploads/image/2images/up_lsyg_bg.png) no-repeat 95% 34px;
    padding: 60px 35px 50px;
    position: relative;
}

.up_fzlc_slide2 .text .desc {
    line-height: 35px;
    height: 105px;
    font-size: 18px;
}

.up_fzlc_slide2 .text .title {
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    opacity: 0.1;
    position: absolute;
    left: 35px;
    top: 20px;
}

.up_fzlc_slide2 .text .title::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 1));
    z-index: 2;
}

.up_hlzg_box {
    background: url(/uploads/image/2images/up_hlzg_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.up_hlzg_main {
    position: relative;
    overflow: hidden;
}

.up_hlzg_text {
    background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%);
    width: 736px;
    height: 388px;
    padding: 0.4rem;
    margin-top: 1.5rem;
    box-sizing: border-box;
    padding-right: 3.1rem;
}

.up_hlzg_text .desc {
    line-height: 30px;
    height: 150px;
    color: #444444;
}

.up_hlzg_text .more {
    width: 86px;
    height: 42px;
}

.up_hlzg_text .more .more_text {
    font-size: 14px;
    color: #d62200;
}

.up_hlzg_text .more .icon {
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/uploads/image/2images/hl_h.png) no-repeat center;
    background-size: cover;
}

.up_hlzg_text .more:hover .more_text {
    color: #d62200;
}

.up_hlzg_text .more:hover .icon {
    background: url(/uploads/image/2images/hl_h.png) no-repeat center;
    background-size: cover;
}

.up_hlzg_pic {
    width: calc(100% - 457px);
    position: absolute;
    right: 0;
    top: 0;
}

.up_hlzg_pic .pic img {
    height: 490px;
}

.up_xyfj_box {
    background: url(/uploads/image/2images/up_xyfj_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.xyfj_slide {
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
}

.xyfj_slide .pic {
    text-align: center;
    position: relative;
    display: inline-block;
}

.xyfj_slide .pic img {
    width: 940px;
    height: 523px;
}

.xyfj_slide_box {
    position: relative;
}

.xyfj_slide_box .xyfj_slide_prev,
.xyfj_slide_box .xyfj_slide_next {
    width: 70px;
    height: 70px;
    background: #004898;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: 2.1rem;
    top: 50%;
    transform: translatey(-50%);
    z-index: 2;
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.xyfj_slide_box .xyfj_slide_next {
    left: auto;
    right: 2.1rem;
    transform: rotatey(180deg) translatey(-50%);
}

.xyfj_slide .swiper-slide-active .pic img {
    box-shadow: 0px 5.05px 50px 0px rgba(0, 0, 0, 0.5);
}

.xyfj_slide .pic .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0.3rem;
    box-sizing: border-box;
    display: none;
}

.xyfj_slide .swiper-slide-active .pic .text {
    display: none;
}

.spjs_slide .swiper_btn {
    text-align: center;
    margin: 0 auto;
}

.spjs_slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(1, 65, 136, 0.35);
    margin: 0 8px;
}

.spjs_slide .swiper-pagination-bullet-active {
    background: #014188;
}

.spjs_slide .swiper-button-prev1,
.spjs_slide .swiper-button-next1 {
    cursor: pointer;
    color: #014188;
}

.spjs_slide .swiper-button-next1 {
    transform: rotatey(180deg);
}

.spjs_slide .swiper-button-prev1:hover,
.spjs_slide .swiper-button-next1:hover {
    opacity: 0.5;
}

.spjs_slide .pic {
    position: relative;
    padding-left: 14px;
    padding-bottom: 14px;
}

.spjs_slide .pic img {
    height: 245px;
    position: relative;
    z-index: 2;
}

.spjs_slide .pic::after {
    content: '';
    width: 100%;
    height: 164px;
    background: linear-gradient(180deg, #9cccff 0%, rgba(156, 204, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    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;
}

.spjs_slide a:hover .pic::after {
    background: linear-gradient(180deg, #e32a05 0%, rgba(227, 47, 12, 0) 100%);
}

.spjs_slide .pic::before {
    content: '';
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    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;
    opacity: 1;
}

.spjs_slide .pic .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    color: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    background: #000000;
    opacity: 0.5;
    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;
}

.spjs_slide .text .title {
    color: #444444;
    height: 24px;
    line-height: 24px;
}

.spjs_slide .text {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0.2rem 0;
}

.spjs_slide .text::after {
    content: '';
    width: 0;
    height: 1px;
    background: #014791;
    position: absolute;
    left: 0;
    bottom: 0;
    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;
}

.spjs_slide a:hover .text .title {
    color: #014791;
}

.spjs_slide a:hover .text::after {
    width: 100%;
}

.spjs_slide a:hover .pic::before {
    opacity: 0;
}

.spjs_slide a:hover .pic .icon {
    opacity: 0;
}

.detail-left .dtl img,
.detail-left .dtl video,
.danye .detail-left img,
.danye .detail-left video,
.danye .detail-left object {
    max-width: 100%;
    height: auto !important;
}

#vsb_content_2 .vsbcontent_video {
    overflow: hidden;
}

.detail-left .dtl,
.danye .detail-left {
    line-height: 2em;
}

.detail-left .dtl p,
.danye .detail-left p {
    margin-bottom: 15px;
}

.hlrw_list .box img {
    height: 444px;
}

.hlrw_list .box a {
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.hlrw_list .box .text {
    background: rgba(1, 68, 139, 0.8);
    width: 70%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    z-index: 2;
    border-bottom: 2px solid #d62200;
    font-size: 20px;
    padding: 0 15px;
    text-align: center;
}