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;
    position: relative;
}


.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;
}

.line7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -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;
}

html {
    font-size: 100px;
}

body {
    color: #333;
    font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
    font-size: 16px;
    background: #fff;
}

a {
    color: #333;
}

a:hover {
    color: #0054B0;
}

.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-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.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: 15px;
}

.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-35 {
    padding-top: 35px;
}

.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-35 {
    padding-bottom: 35px;
}

.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-140 {
    padding-bottom: 140px;
}

.padding-bottom-160 {
    padding-bottom: 160px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #0054B0;
    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 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.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_box {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}

.header_box.fixed {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

body.fixed_body {
    padding-top: 100px;
}

.header {
    height: 100px;
    padding: 0 60px;
}

.header .layui-container {
    height: 100%;
}

.header .logo {
    position: relative;
    z-index: 2;
    float: left;
    margin-top: 15px;
}

.header .logo img {
    width: auto;
    height: 65px;
}

.header .right .top_sch {
    width: 260px;
    height: 45px;
    border-radius: 10000px;
    background: #fff;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    box-sizing: border-box;
}

.header .right .top_sch .sch_input {
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    background: none;
    flex: 1;
    width: 100%;
}

.header .right .top_sch .sch_input::placeholder {
    color: #9E9E9E;
    font-size: 16px;
}

.header .right .top_sch .sch_btn {
    flex: none;
    width: 45px;
    line-height: 45px;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
}

.header .right .top_sch .sch_btn .iconfont {
    font-size: 26px;
    color: #9E9E9E;
}

.header .right .school_home {
    margin-right: 28px;
}

.header .right .school_home a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 1200px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.3);
}






.menu_btn {
    width: 76px;
    height: 69px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 5px;
}

.menu_btn .iconfont {
    color: #fff;
    font-size: 24px;
}

.fixbox {
    position: fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 0;
    clip-path: circle(32px at 110% 0);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 200;
    transition: all .5s;
}

.fixbox.on {
    clip-path: circle(2362px at 100% 55px);
}

.fixbox .header .right a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    height: 39px;
    line-height: 39px;
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 23px;
    margin-left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.fixbox .header_box {
    position: relative;
}

.fixnav {
    padding: 3% 3% 0 13.54%;
    position: relative;
    z-index: 110;
}

.fixnav ul {
    margin-bottom: 40px;
}

.fixnav>ul>li {
    width: 25%;
}

.fixnav ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
}

.fixnav>ul>li>a {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.fixnav>ul>li>a::after {
    content: '';
    display: block;
    width: 43px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
}

.fixnav ul li li {
    line-height: 50px;
}

.nav_box {}


.nav {
    position: relative;
    z-index: 20;
    float: right;
    width: auto;
    margin-top: 25px;
    }

.nav>ul {
    float: left;
}

.nav>ul>li {
    position: relative;
    height: 55px;
    line-height: 55px;
    float: left;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 18px;
}

.nav>ul>li>a .cn {
    display: block;
    font-weight: bold;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    color: #0054B0;
}

/* .nav>ul>li>a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #0054B0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all .3s;
}

.nav>ul>li.on>a::after,
.nav>ul>li:hover>a::after {
    width: 100%;
} */


.nav>ul>li .hover {
    width: calc(100% + 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 0 0 0;
    display: none;
}

.nav>ul>li:nth-child(5) .hover {
    width: calc(100% + 85px);
    display: none!important;
}

.nav>ul>li .hover ul {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 10px 0;
    border-top: 3px solid #0054B0;
}

.nav>ul>li .hover li {
    text-align: center;
    line-height: normal;
}

.nav>ul>li .hover li a {
    color: #6C6C6C;
    line-height: 1.5em;
    display: inline-block;
    padding: 10px;
    position: relative;}

.nav>ul>li .hover li a:hover {
    color: #0054B0;
    font-weight: bold;
}

.nav>ul>li:hover .hover {
    display: block;
}

.nav .top_sch {
    width: 44px;
    height: 29px;
    border-radius: 1000px;
    border: 0.5px solid #c1c1c1;
    text-align: center;
    line-height: 29px;
    margin-left: 20px;
    float: right;
    margin-top: 10px;
}




/* 手机导航 */
.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;
    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_logo .text {
    font-size: 14px;
    margin-left: 10px;
    color: #0054B0;
}

.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: #0054B0;
}

.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: #0054B0;
}

.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: #0054B0;
}

.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: #0054B0;
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 63px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 63px);
    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;
    position: relative;
}

.himg .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3
}

.himg:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.himg .pic img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


#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-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 {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 55px 160px;
}

.page_disp {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.5);
    padding: 50px;
}

.infodisp.page_main {
    padding: 50px;
}

.infodisp .dtl_detail {
    padding: 0px;
}

.detail-box {
    padding: 0px;
}

.page_top {
    padding: 0;
}

.col-title {
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}

.col-att {
    font-size: 14px;
    color: #9E9E9E;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaebeb;
    padding-bottom: 5px;
}

.col-att a {
    color: #9E9E9E;
}

.col-att .linedc {
    padding: 0 10px;
}

.dtl_detail {
    line-height: 2em;
    border-top: none;
}

.dtl_detail.normal,
.dtl_detail.normal * {
    font-size: 18px !important;
}

.dtl_detail.big,
.dtl_detail.big * {
    font-size: 20px !important;
}

.dtl_detail.big2,
.dtl_detail.big2 * {
    font-size: 22px !important;
}

.dtl_detail img,
.dtl_detail video {
    max-width: 100% !important;
    height: auto !important;
}

.dtl_detail p {
    margin-bottom: 20px;
    line-height: 2em;
}

.zihao {
    float: right;
    margin-right: 5px;
}

.zihao span {
    margin-right: 25px;
    cursor: pointer;
}

.zihao span.on {
    color: #0054B0;
    font-weight: bold;
}

.pager {
    border-top: 1px solid #ebebeb;
}

.pager li {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    width: calc((100% - 80px)/2);
}

.pager li a {
    color: #3D3D3D;
    line-height: 1.5em;
    background: #FFFFFF;
    position: relative;
    font-size: 16px;
}

.pager li a:hover {
    font-weight: bold;
    color: #0054B0;
}



.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: #0054B0;
    color: #fff;
    border: solid 1px #0054B0;
}

.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: 50px;
    border-bottom: 1px solid #D9C7A0;
}

.righttitle .title {
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    height: 49px;
    border-bottom: 3px solid #0054B0;
}

.righttitle .position {
    float: right;
    color: #999999;
}

.righttitle .position a {
    color: #999999;
}

.righttitle .position .iconfont {
    color: #D1BD90;
}

.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: #0054B0;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #0054B0;
    padding: 10px 40px;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.tuwenlist li a:hover .more {
    color: #fff;
    background: #0054B0;
}

.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: 50px;
    line-height: 50px;
    color: #aaa;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.sch-form .sch-type {
    position: absolute;
    left: 20px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
    color: #828282;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    line-height: 50px;
    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;
}

.banner_img {
    display: block;
    width: 100%;
}


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E1E1E1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0054B0;
}


.footer {}

.footer_main {
    position: relative;
}

.footer_logo {}

.footer_logo img {
    width: auto;
    height: 57px;
}

.footer_logo {
    flex: none;
}

.footer_line {
    height: 180px;
    width: 1px;
    background: #E5E5E5;
    margin: 0 100px;
}

.erweima {
    text-align: center;
}

.erweima .title {
    height: 25px;
    line-height: 25px;
    color: #646464;
    margin-top: 5px;
}

.erweima .pic img {
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 8px;
}

.erweima .item {
    margin-left: 30px;
}

.copyright {
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #0054B0;
    font-size: 14px;
}

.copyright br {
    display: none;
}

.copyright a {
    color: #fff;
}

.copyright span {
    padding: 0 7px;
}

.copyright br {
    display: none;
}

.footer_left {
    flex: 1;
}

.footer_right {
    flex: none;
    width: 230px;
}

.footer_contact {}

.footer_contact .item {}

.footer_contact .item .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #0054B0;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #0054B0;
    margin-right: 15px;
}

.footer_contact .item .iconfont {
    font-size: 22px;
}

.footer_contact .item .title {
    font-size: 14px;
    color: rgba(61, 61, 61, 0.8);
    line-height: 22px;
}

.footer_contact .item .desc {
    font-size: 14px;
    color: rgba(61, 61, 61, 0.8);
    line-height: 22px;
}



.footer_contact .item.dz {
    flex: none;
    width: 273px;
}


.footer_nav>ul {
    align-items: flex-start;
}

.footer_nav>ul>li {
    margin: 0 50px;
    color: #666666;
}

.footer_nav>ul>li ul {
    margin-top: 15px;
}

.footer_nav>ul>li li a {
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}

.footer_ewm {
    position: absolute;
    right: 0;
    top: 0;
}

.footer_ewm li {
    margin-left: 20px;
}

.footer_ewm li a {
    display: block;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
}

.footer_ewm li img {
    width: 90px;
    height: 90px;
}

.footer_ewm li .title {
    height: 23px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    background: #0054B0;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
    border-radius: 3px;
}

#goTop {
    text-align: center;
    position: fixed;
    right: 110px;
    z-index: 100;
    bottom: 100px;
    cursor: pointer;
    display: none;
}

#goTop .icon {
    width: 40px;
    height: 29px;
    border-radius: 20px 20px 0 0;
    background: #0054B0;
    line-height: 29px;
    color: #fff;
}

#goTop .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    color: #0054B0;
}


.content_box {
    border-bottom: 1px solid #0054B0;
}

.content_left {
    width: 254px;
    float: left;
    background: #0054B0;
    box-sizing: border-box;
    padding: 10px;
}

.content_left.fixed {
    position: fixed;
    top: 100px;
    z-index: 10;
}

.content_right {
    width: calc(100% - 254px - 40px);
    float: right;
}


.left_menu {
    background-size: cover;
}

.left_menu>li {}

.left_menu>li>a {
    display: block;
    line-height: 2em;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #D9C7A0;
}

.left_menu>li:last-child a {
    border-bottom: none;
}


.left_menu>li>a:hover,
.left_menu>li.on>a {
    font-weight: bold;
    color: #0054B0;
}

.infolist_nei li {}

.infolist_nei li:last-child {
    margin-bottom: 0;
}

.infolist_nei li a {
    background: #FFFFFF;
    padding: 25px;
    border: 1px solid #d5d5d5;
    position: relative;
    overflow: hidden;
}

.infolist_nei li .text {
    flex: 1;
}

.infolist_nei li .title {
    line-height: 30px;
    max-height: 30px;
}

.infolist_nei li .desc {
    line-height: 25px;
    max-height: 50px;
    font-size: 14px;
    color: #999999;
}

.infolist_nei li .date {
    flex: none;
    margin-right: 20px;
    color: #A7A7A7;
    text-align: center;
    flex-direction: column;
    transition: all .3s;
    border-right: 1px solid #E5E5E5;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.infolist_nei li .day {
    color: #014591;
    margin-bottom: 5px;
}

.infolist_nei li a:hover {
    border: 1px solid #014591;
    color: #014591;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.infolist_nei li a:hover .title {
    font-weight: bold;
}

.infolist_nei li a:hover .year {
    color: #014591;
}



.picinfolist_nei li {}

.picinfolist_nei li a {
    display: flex;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.picinfolist_nei li a::before {
    content: "";
    width: 158.4px;
    height: 44px;
    background: url(../images/picinfolist_h.png) no-repeat center;
    position: absolute;
    right: 117px;
    bottom: 32px;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

.picinfolist_nei li a:hover::before {
    opacity: 1;
}

.picinfolist_nei li .pic {
    flex: none;
    width: 400px;
    height: 215px;
    position: relative;
}

.picinfolist_nei li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 40px 30px;
    height: 215px;
    box-sizing: border-box;
    position: relative;
}

.picinfolist_nei li .text::after {
    content: "";
    width: 1px;
    height: calc(100% - 80px);
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all .3s;
}

.picinfolist_nei li .more {
    flex: none;
    width: 39px;
    height: 39px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    margin-left: 30px;
    text-align: center;
    line-height: 39px;
    color: #C0C0C0;
    margin-right: 20px;
    transition: all .3s;
}


.picinfolist_nei li .title {
    height: 26px;
    line-height: 26px;
}

.picinfolist_nei li .desc {
    line-height: 25px;
    height: 50px;
    color: #9E9E9E;
    font-size: 14px;
}

.picinfolist_nei li .date {
    font-size: 14px;
    color: #AFAFAF;
}

.picinfolist_nei li .date .iconfont {
    margin-right: 5px;
    color: #0054B0;
}

.picinfolist_nei li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.picinfolist_nei li a:hover .text {
    padding-right: 30px;
}

.picinfolist_nei li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #0054B0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.picinfolist_nei li a:hover::after {
    width: 100%;
}

.picinfolist_nei li a:hover .more {
    background: #0054B0;
    color: #fff;
}

.picinfolist_nei li a:hover .date {
    color: #0054B0;
}





.piclist_nei li a {
    display: block;
    position: relative;
    background: #FFFFFF;
    top: 0;
}

.piclist_nei li a .pic_box {
    padding: 0 0 14px 14px;
    position: relative;
}

.piclist_nei li a .pic_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 14px;
    height: 164px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.piclist_nei li a .pic_box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 14px);
    height: 14px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.piclist_nei li a:hover .pic_box::before {
    background: #0054B0;
}

.piclist_nei li a:hover .pic_box::after {
    background: #0054B0;
}

.piclist_nei li a .pic {
    position: relative;
    padding-top: 56.4%;
    z-index: 2;
}

.piclist_nei2 li a .pic {
    padding-top: 133.3%;
}

.piclist_nei li a .title {
    position: relative;
    height: 60px;
    line-height: 60px;
    z-index: 2;
    padding: 0 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.piclist_nei li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0054B0;
    transition: all 0.3s;
}

.piclist_nei li a:hover::after {
    width: 100%;
}

.piclist_nei li a:hover .title {
    font-weight: bold;
}


/*分享*/
.m-share {
    margin-top: 5px;
    line-height: 28px;
    position: relative;
    float: right;
}


.m-share .fl {
    float: left;
}

.share {
    zoom: 1;
    display: inline-block;
    margin-left: 10px;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 20px;
    height: 20px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../images/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../images/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../images/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .share-qq:hover {
    background-color: #27a8f2;
}



.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.share .qrcode canvas {
    display: block;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

#page_div {}

#page_div span,
#page_div a {
    display: inline-block;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 5px;
    background: #fff;
}

.zxfinput {
    border: none;
    width: 40px;
    text-align: center;
    background: #E8E8E8;
    margin: 0 5px;
}

#page_div span.disabled {
    color: #999999;
}

#page_div span.current,
#page_div a:hover {
    color: #fff;
    background: #0054B0;
    border: 1px solid #0054B0;
}

#page_div .zxfokbtn {
    color: #fff;
    background: #0054B0;
    cursor: pointer;
    border: 1px solid #0054B0;
}

.font45 {
    font-size: 45px;
}

.font40 {
    font-size: 40px;
}

.font36 {
    font-size: 36px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font28 {
    font-size: 28px;
}

.font26 {
    font-size: 26px;
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.layui-col-space40 {
    margin: -20px;
}

.layui-col-space40>* {
    padding: 20px;
}

.layui-col-space50 {
    margin: -25px;
}

.layui-col-space50>* {
    padding: 25px;
}

.layui-col-space60 {
    margin: -30px;
}

.layui-col-space60>* {
    padding: 30px;
}


.banner {
    position: relative;
    overflow: hidden;
}

.banner_slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

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

.banner_slide a .pic {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 42.7%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.banner_slide .swiper-slide-active a .pic {
    transform: scale(1);
}

@keyframes img_scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1.1)
    }
}


.banner_slide .swiper-pagination {
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10000px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 15px;
    backdrop-filter: blur(20px);
}

.banner_slide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    background: #fff;
    opacity: 1;
    margin: 0 4.1px;
    cursor: pointer;
}

.banner_slide .swiper-pagination-bullet-active {
    background: #0054B0;
}

.banner_slide .picBox .imgbg .layui-container {
    z-index: 2;
    height: 100%;
}



.banner_slide .swiper-button-next,
.banner_slide .swiper-button-prev {
    width: 34px;
    height: 58px;
    background: rgba(0, 84, 176, .6);
    left: 0;
    color: #fff;
    display: none;
}

.banner_slide .swiper-button-next {
    left: auto;
    right: 0;
}

.banner_slide .iconfont {
    font-size: 20px;
}

.banner_slide:hover .swiper-button-next,
.banner_slide:hover .swiper-button-prev {
    display: flex;
}

.banner_slide .swiper-button-next:hover,
.banner_slide .swiper-button-prev:hover {
    background: rgba(0, 84, 176, .7);
}

.banner_slide .swiper-button-next:hover .iconfont,
.banner_slide .swiper-button-prev:hover .iconfont {
    color: #fff;
}




.yqlj {
    position: relative;
}

.yqlj .item {
    height: 37px;
    position: relative;
    background: rgba(0, 0, 0, 0.05);
}

.yqlj .item .title {
    line-height: 37px;
    position: relative;
    color: #6C6C6C;
    cursor: pointer;
    padding: 0 15px;
}

.yqlj .item .title .layui-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.yqlj .item.on {
    background: #EFF7FF;
}

.yqlj .item.on .title {
    color: #0054B0;
}

.yqlj .item.on .title .layui-icon {
    transform: translateY(-50%) rotate(180deg);
}

.yqlj .item .hover {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 10;
    line-height: 2em;
    display: none;
    box-sizing: border-box;
}

.yqlj .item .hover::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

.yqlj .item .hover::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.yqlj .item .hover::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

.yqlj .item ul {
    overflow: hidden;
    padding: 10px 0;
}

.yqlj .item ul li {
    padding: 0 20px;
    box-sizing: border-box;
}

.yqlj .item ul li a {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    padding: 5px 0;
    color: #333;
}

.yqlj .item ul li:last-of-type a {
    border-bottom: none;
}

.yqlj .item ul li a:hover {
    color: #0054B0;
}

.yqlj .item ul li .title2 {
    height: 40px;
    line-height: 40px;
}

.yqlj .item ul li .layui-icon {
    color: #bfbfbf;
}

.yqlj .item ul li a:hover .layui-icon {
    color: #0054B0;
}

.yqlj .item ul::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

.yqlj .item ul::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.yqlj .item ul::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}


.banner_nei {
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_nei .layui-container {
    position: relative;
    height: 100%;
}

.banner_nei .column_yiji_position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: flex-end;
}

.banner_nei .column_yiji {
    border-radius: 15px 15px 0px 0px;
    background: rgba(0, 84, 176, 0.5);
    padding: 30px 50px;
    color: #fff;
    margin-right: 45px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.banner_nei .position {
    color: #fff;
    flex: 1;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    height: 65px;
    padding-top: 15px;
    box-sizing: border-box;
    opacity: 0.8;
}


.banner_nei .position a {
    color: #fff;
}

.column_nei {
    position: relative;
    text-align: center;
}

.column_nei .position {
    font-size: 14px;
    opacity: 0.5;
    width: auto;
    text-align: right;
}

.column_nei .position span {
    color: #0054B0;
}

.column_nei a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 15px 0;
}

.col_nav_box {
    padding: 0;
}

.col_nav {}

.col_nav>ul>li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.col_nav>ul>li>a {
    display: block;
    position: relative;
    line-height: 60px;
    background: #F1F1F1;
    padding: 0 40px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.col_nav>ul>li.on>a,
.col_nav>ul>li:hover>a {
    color: #fff;
    background: #014591;
}

.col_nav>ul>li:last-child {
    margin-bottom: 0;
}

.col_nav>ul>li.on>a::after,
.col_nav>ul>li:hover>a::after {
    width: 100%;
}

.col_nav>ul>li .layui-icon {
    color: #B6B6B6;
}

.col_nav>ul>li:hover>a .layui-icon,
.col_nav>ul>li.on>a .layui-icon {
    color: #0054B0;
}

.col_nav>ul>li .name {
    flex: 1;
}

.col_nav>ul>li ul {
    padding: 10px 0 10px 10px;
    line-height: 35px;
    border-bottom: 1px solid #ebebeb;
    display: none;
}

.col_nav>ul>li li.on a {
    color: #0054B0;
}

.col_nav>ul>li .icon {
    width: 20px;
    height: 20px;
    background: #FFF2E5;
    text-align: center;
    line-height: 20px;
    color: #EE9640;
    display: none;
}

.col_nav>ul>li.has_sub .icon {
    display: block;
}

.col_nav>ul>li.has_sub .layui-icon {
    display: none;
}

.col_nav>ul>li.has_sub li .layui-icon {
    display: block;
}

.ywly .col_nav>ul>li>a{
    padding: 0 25px;
}


.col_nav2 li {
    float: left;
    margin-right: 20px;
}

.col_nav2 li a {
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #EAF4FD;
}

.col_nav2 li a:hover,
.col_nav2 li.on a {
    background: #0054B0;
    color: #FFFFFF;
}

.column {
    position: relative;
}

.column .name {
    position: relative;
}

.column .name::before {
    content: "";
    width: 72px;
    height: 4px;
    background: #0054B0;
    position: absolute;
    left: 0;
    top: -12px;
}

.column .name .ys {
    color: #0054B0;
}

.column .more {
    height: 30px;
    line-height: 30px;
    border-radius: 10000px;
    border: 1px solid #0054B0;
    font-size: 15px;
    padding: 0 10px;
    color: #0054B0;
}

.column .more .icon {
    width: 20px;
    height: 20px;
    background: #0054B0;
    border-radius: 100%;
    margin-left: 7px;
    position: relative;
}

.column .more .icon img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.column .more .icon .hover {
    display: none;
}

.column .more:hover {
    border: 1px solid #242946;
    color: #242946;
}

.column .more:hover .icon {
    background: #242946;
}


.gyxd_left {
    flex: 1;
    margin-right: 50px;
}

.gyxd_right {
    width: 686px;
}

.gyxd_right .pic {
    position: relative;
    padding-top: 69.83%;
}

.gyxd_left .desc {
    line-height: 43px;
    color: #838383;
    height: calc(43px * 7);
}

.gyxd_box {
    overflow: hidden;
}

.ywly_box {
    background: url(../images/ywly_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.ywly_box .column .name {
    color: #fff;
}

.ywly_box .column .name .ys {
    color: #fff;
}

.ywly_box .column .name::before {
    background: #fff;
}

.ywly_box .column .more {
    color: #fff;
    border-color: #fff;
}

.ywly_box .column .more .icon {
    background: #fff;
}

.ywly_box .column .more:hover {
    border: 1px solid #242946;
        color: #242946;
}

.ywly_box .column .more:hover .icon {
    background: #242946;
}

.ywly_list li a {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 35px 0 30px;
    position: relative;
}

.ywly_list li .iconfont {
    font-size: 55px;
    color: #0054B0;
}

.ywly_list li .title {
    height: 32px;
    line-height: 32px;
}

.ywly_list li a:hover {
    background: rgba(255, 255, 255, 1);
}

.ywly_list li a:hover .title {
    font-weight: bold;
}

.ywly_list li .line {
    background: #0054B0;
    position: absolute;
    transition: all .3s;
}

.ywly_list li .line_t {
    width: 0;
    height: 3px;
    left: 20px;
    top: 20px;
}

.ywly_list li .line_l {
    width: 3px;
    height: 0;
    left: 20px;
    top: 20px;
}

.ywly_list li .line_r {
    width: 3px;
    height: 0;
    right: 20px;
    bottom: 20px;
}

.ywly_list li .line_b {
    width: 0;
    height: 3px;
    right: 20px;
    bottom: 20px;
}

.ywly_list li a:hover .line_t {
    width: 35px;
}

.ywly_list li a:hover .line_l {
    height: 35px;
}

.ywly_list li a:hover .line_r {
    height: 35px;
}

.ywly_list li a:hover .line_b {
    width: 35px;
}

.lsxw_box {
    overflow: hidden;
}

.lsxw_slide .pic {
    position: relative;
    padding-top: 56.2%;
}

.lsxw_slide .text_box {
    background: #F7F7F7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.lsxw_slide .text_box .text {
    flex: 1;
}

.lsxw_slide .text_box .date {
    width: 98px;
    height: 95px;
    background: #0054B0;
    flex-direction: column;
    margin-right: 20px;
    color: #fff;
}

.lsxw_slide .text_box .title {
    color: #0054B0;
}

.lsxw_slide .text_box .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
}

.lsxw_slide a {
    display: block;
    position: relative;
}

.lsxw_slide a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0054B0;
    transition: all .3s;
}

.lsxw_slide a:hover::after {
    width: 100%;
}

.lsxw_piclist li .pic {
    position: relative;
    padding-top: 56.2%;
}

.lsxw_piclist li a {
    position: relative;
    display: block;
}

.lsxw_piclist li .date {
    width: 56px;
    height: 55px;
    background: rgba(0, 84, 176, 0.5);
    backdrop-filter: blur(10px);
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}

.lsxw_piclist li .date .year {
    font-size: 12px;
}

.lsxw_piclist li .date .day {
    font-size: 19px;
}

.lsxw_piclist li .title {
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.lsxw_piclist li a:hover .title {
    background: rgba(0, 84, 176, 0.5);
    backdrop-filter: blur(10px);
    font-weight: bold;
}

.lsxw_list li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.lsxw_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.lsxw_list li .title {
    flex: 1;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
    position: relative;
    padding-left: 18px;
}

.lsxw_list li .title::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lsxw_list li .date {
    color: #a8a8a8;
    line-height: 24px;
}

.lsfc_box {
    background: url(../images/lsfc_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.lsfc_slide .swiper-slide {
    width: 220px;
    height: 535px;
    box-sizing: border-box;
    padding-top: 163px;
    text-align: center;
}

.lsfc_slide .swiper-slide img {
    padding: 4px;
    background: #fff;
    box-sizing: border-box;
}

.lsfc_slide .swiper-slide .title {
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.lsfc_slide .swiper-slide .desc {
    display: none;
}



.lsfc_slide .swiper-slide.swiper-slide-active a {
    border: 1px dashed #0054B0;
    padding: 0 44px 44px;
    position: relative;
    display: block;
}

.lsfc_slide .swiper-slide.swiper-slide-active a::after {
    content: "";
    background: #FFFFFF;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    left: 8px;
    top: 8px;
    transition: all .3s;
    z-index: 1;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.lsfc_slide .swiper-slide.swiper-slide-active .pic {
    margin-top: -90px;
    z-index: 2;
}

.lsfc_slide .swiper-slide.swiper-slide-active img {
    padding: 0;
}

.lsfc_slide .swiper-slide.swiper-slide-active .title {
    font-size: 20px;
    font-weight: bold;
    color: #0054B0;
    margin: 15px 0 10px;
    z-index: 2;
    position: relative;
}

.lsfc_slide .swiper-slide.swiper-slide-active .desc {
    display: block;
    line-height: 25px;
    height: 100px;
    color: #9E9E9E;
    z-index: 2;
    position: relative;
    font-size: 14px;
}

.lsfc_slide .swiper-button-next,
.lsfc_slide .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: none;
    left: auto;
    position: relative;
    border: 1px solid #0054B0;
    border-radius: 8000px;
    top: auto;
    margin: 0 26px;
    right: auto;
    color: #0054B0;
}

.lsfc_slide .swiper-button-next:hover,
.lsfc_slide .swiper-button-prev:hover {
    background: #0054B0;
    color: #fff;
}

.lsfc_slide .pic {
    position: relative;
    padding-top: 130.9%;
}

.lsfclist_nei li .pic_box {
    width: 251.25px;
}

.lsfclist_nei li .pic {
    position: relative;
    padding-top: 130.35%;
}

.lsfclist_nei li .text {
    flex: 1;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    height: 327.5px;
    box-sizing: border-box;
    padding: 25px 30px 0;
    position: relative;
}
.lsfclist_nei li .text::after{
    content: "";
    width: 0;
    height: 1px;
    background: #0054B0;
    transition: all .3s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.lsfclist_nei li a:hover .text::after{
    width: 100%;
}
.lsfclist_nei li .text .title{
    height: 40px;
    line-height: 40px;
}
.lsfclist_nei li .text .zc {
    font-size: 14px;
    color: #0054B0;
    height: 30px;
    line-height: 30px;
}

.lsfclist_nei li .text .desc {
    line-height: 30px;
    height: 90px;
    color: #8D8D8D;
}

.lsfclist_nei li .text .tel {
    font-size: 14px;
    color: #8D8D8D;
    line-height: 25px;
    border-top: 1px solid #ebebeb;
}

.lsfclist_nei li a {
    position: relative;
}

.lsfclist_nei li a::before {
    content: "";
    width: 158.4px;
    height: 44px;
    background: url(../images/picinfolist_h.png) no-repeat center;
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

.lsfclist_nei li a:hover::before {
    opacity: 1;
}

.lsfclist_nei li a:hover .text {
    background: linear-gradient(0deg, #FFFFFF 0%, #E7F3FF 100%);
}

.lxwm_box {
    padding: 30px;
    background: url(../images/lxwm_bg.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.lxwm_box .item{
    position: relative;
}
.lxwm_box .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #0054B0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-right: 15px;
}

.lxwm_box .icon .iconfont {
    font-size: 24px;
}
.lxwm_box .desc{
    margin-top: 5px;
}
.lxwm_box .item a{
    display: block;
    height: 45px;
    border-radius: 10000px;
    border: 1px solid #0054B0;
    line-height: 45px;
    padding: 0 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #0054B0;
}
.lxwm_box .item a:hover{
    background: #0054B0;
    color: #fff;
}
.lxwm_box .item:hover{
    color: #0054B0;
}
.ywly_hd{
    flex: 1;
}
.ywly_hd li a{
    flex-direction: column;
    height: 230px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 0 50px;
    text-align: center;
    position: relative;
}
.ywly_hd li .iconfont{
    font-size: 50px;
    color: #0054B0;
}
.ywly_hd li .title{
    height: 64px;
    line-height: 32px;
}
.ywly_hd li .line {
    background: #fff;
    position: absolute;
    transition: all .3s;
}

.ywly_hd li .line_t {
    width: 0;
    height: 3px;
    left: 20px;
    top: 20px;
}

.ywly_hd li .line_l {
    width: 3px;
    height: 0;
    left: 20px;
    top: 20px;
}

.ywly_hd li .line_r {
    width: 3px;
    height: 0;
    right: 20px;
    bottom: 20px;
}

.ywly_hd li .line_b {
    width: 0;
    height: 3px;
    right: 20px;
    bottom: 20px;
}

.ywly_hd li a:hover .line_t {
    width: 35px;
}

.ywly_hd li a:hover .line_l {
    height: 35px;
}

.ywly_hd li a:hover .line_r {
    height: 35px;
}

.ywly_hd li a:hover .line_b {
    width: 35px;
}

.ywly_hd li a:hover,.ywly_hd li.on a{
    background: #0054B0;
    color: #fff;
}
.ywly_hd li a:hover .iconfont,.ywly_hd li.on a .iconfont{
    color: #fff;
}

.ywly_bd{
    width: 560px;
    height: 750px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-top: 5px solid #0054B0;
    margin-left: 30px;
    margin-top: -15px;
    overflow: hidden;
}
.ywly_bd .box{
    padding: 40px 45px 55px;
    display: none;
}
.ywly_bd .box .icon{
    text-align: center;
    color: #004693;
}
.ywly_bd .box .iconfont{
    font-size: 50px;
}
.ywly_bd .box .title{
    text-align: center;
    color: #004693;
}
.ywly_bd .box .line{
    border-top: 1px solid #E2E2E2;
}
.ywly_bd .box .desc{
    color: #575757;
    line-height: 40px;
    text-align: justify;
    overflow-y: auto;
    height: 390px;
    padding-right: 10px;
}
.ywly_bd .box .ywly_logo{
    text-align: center;
}
.ywly_bd .box .desc::-webkit-scrollbar {
    width: 5px;
}

.ywly_bd .box .desc::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.ywly_bd .box .desc::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.ywly_bd .box .desc::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.lshj_box{
    overflow: hidden;
    background: url(../images/lshj_bg.jpg) no-repeat center;
    background-size: cover;
}

.lshj_slide{
    padding: 30px 0;
    width: calc(100% - 60px);
}
.lshj_slide .pic {
    position: relative;
    padding-top: 55.14%;
}

.lshj_slide {
    position: relative;
}

.lshj_slide .swiper-slide {
    width: 807px;
    border-radius: 0px 0px 10.72px 10.72px;
}
.lshj_slide .swiper-slide.swiper-slide-active{
    box-shadow: 0px 5.78px 30px 0px rgba(0, 0, 0, 0.3);
}
.lshj_slide .swiper-slide.swiper-slide-next,.lshj_slide .swiper-slide.swiper-slide-prev{
    box-shadow: 0px 5.78px 30px 0px rgba(0, 0, 0, 0.3);
}
.lshj_slide a{
    display: block;
    border-radius: 10.72px;
    overflow: hidden;
}
.lshj_slide .title{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 85px;
    line-height: 85px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 0px 0px 10.72px 10.72px;
    display: none;
}
.lshj_slide .swiper-slide.swiper-slide-active .title{
    display: block;
}

.lshj_slide_box{
    position: relative;
}
.lshj_slide_box .swiper-button-prev-lshj,.lshj_slide_box .swiper-button-next-lshj{
    position: absolute;
    width: 63.88px;
        height: 63.88px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 0;
    background: rgba(0, 84, 176,0.9);
    box-sizing: border-box;
    border: 1.59px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 63.88px;
    color: #fff;
}
.lshj_slide_box .swiper-button-next-lshj{
    right: 0;
    left: auto;
}
.lshj_slide_box .iconfont{
    font-size: 22px;
}
.lshj_slide_box .swiper-button-prev-lshj:hover,.lshj_slide_box .swiper-button-next-lshj:hover{
    background: rgba(0, 84, 176,1);
}

.ryzz_box{
    overflow: hidden;
    border-bottom: 1px solid #0054B0;
}

.ryzz_slide a {
    display: block;
    position: relative;
    background: #FFFFFF;
    top: 0;
}

.ryzz_slide a .pic_box {
    padding: 0 0 14px 14px;
    position: relative;
}

.ryzz_slide a .pic_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 14px;
    height: 164px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.ryzz_slide a .pic_box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 14px);
    height: 14px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.ryzz_slide a:hover .pic_box::before {
    background: #0054B0;
}

.ryzz_slide a:hover .pic_box::after {
    background: #0054B0;
}

.ryzz_slide a .pic {
    position: relative;
    padding-top: 56.4%;
    z-index: 2;
}

.ryzz_slide a .title {
    position: relative;
    height: 60px;
    line-height: 60px;
    z-index: 2;
    padding: 0 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ryzz_slide a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0054B0;
    transition: all 0.3s;
}

.ryzz_slide a:hover::after {
    width: 100%;
}

.ryzz_slide a:hover .title {
    font-weight: bold;
}
.ryzz_slide .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(175, 175, 175, 0.5);
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10000px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 15px;
    backdrop-filter: blur(20px);
}

.ryzz_slide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    background: #fff;
    opacity: 1;
    margin: 0 4.1px;
    cursor: pointer;
}

.ryzz_slide .swiper-pagination-bullet-active {
    background: #0054B0;
}
