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: #005BBF;
}

.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-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.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-25 {
    padding-top: 25px;
}

.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-55 {
    padding-bottom: 55px;
}

.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: #005BBF;
    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;
}

.header {
    height: 170px;
    background: url(../images/header_bg.jpg) no-repeat center;
    background-size: cover;
}

.header .layui-container {
    height: 100%;
}

.header .logo {
    position: relative;
    z-index: 2;
}

.header .logo img {
    width: auto;
    height: 85px;
}

.header .right .shoucang {
    text-align: right;
    color: #9E9E9E;
}

.header .right .shoucang a {
    color: #9E9E9E;
    text-decoration: none;
}

.header .right .top_sch {
    width: 300px;
    height: 53px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 79, 167, 0.2);
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.header .right .top_sch .sch_input {
    height: 53px;
    line-height: 53px;
    border: none;
    border-radius: 5px;
    padding: 0 0 0 18px;
    box-sizing: border-box;
    background: none;
    flex: 1;
    width: 100%;
}

input[type="text"]:focus {
    outline: none;
}

.sch_input::-ms-clear {
    display: none;
}

.sch_input::-webkit-search-cancel-button {
    display: none;
}

.sch_input::-webkit-search-decoration,
.sch_input::-webkit-search-results-button,
.sch_input::-webkit-search-results-decoration {
    display: none;
}

.header .right .top_sch .sch_input::placeholder {
    color: #9E9E9E;
    font-size: 16px;
}

.header .right .top_sch .sch_btn {
    flex: none;
    width: 55px;
    line-height: 55px;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
}

.header .right .top_sch .sch_btn .iconfont {
    font-size: 22px;
    color: #005BBF;
}

.header .right .link {
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.header .right .link a {
    color: rgba(255, 255, 255, 0.6);
}

.header .right .link a.sch {
    display: inline-block;
    color: #fff;
    width: 36px;
    height: 23px;
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 23px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header .right .link a.sch .iconfont {
    font-size: 14px;
}

.header .right .line {
    padding: 0 15px;
}

.header .right .xiaoxun {
    margin-right: 75px;
}


.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 {
    background: #005BBF;
}


.nav {
    position: relative;
    z-index: 20;
}

.nav>ul>li {
    position: relative;
    height: 68px;
    line-height: 68px;
}

.nav>ul>li::marker {
    content: none;
    display: none;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-decoration: none;

}

.nav>ul>li>a .cn {
    display: block;
    font-weight: bold;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    font-weight: bold;
    background: rgba(0, 98, 161, 0.14);
}


.nav>ul>li .hover {
    width: calc(100% + 100px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
    padding: 0 0 0;
    display: none;
}

/* .nav>ul>li:nth-child(3) .hover {
    width: calc(100% + 50px);
} */

.nav>ul>li .hover ul {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 10px 0;
    border-top: 3px solid #F06A33;
}

.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;
    text-decoration: none;
}

.nav>ul>li .hover li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #0062A1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .3s;
}

.nav>ul>li .hover li a:hover::after {
    width: 100%;
}

.nav>ul>li .hover li a:hover {
    font-weight: bold;
    color: #005BBF;
}

.nav>ul>li:hover .hover {
    display: block;
}



/* 手机导航 */
.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: #005BBF;
}

.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: #005BBF;
}

.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: #005BBF;
}

.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: #005BBF;
}

.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: #005BBF;
}

.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;
    font-weight: 400;
}

.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 .ul1 li {
    list-style: none;
}

.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);
    padding-left: 0;
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
    display: none;
}

.xialaph .ul1 {
    padding-left: 0;
}


.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;
    font-weight: 400;
    margin: 0;
}

.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 50px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.5);
    padding: 50px 140px 70px;
}

.page_disp {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    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 * {
    font-size: 20px !important;
}

.dtl_detail.big * {
    font-size: 22px !important;
}

.dtl_detail.big2 * {
    font-size: 24px !important;
}

.dtl_detail img,
.dtl_detail video {
    max-width: 80% !important;
    height: auto !important;
}

.dtl_detail p {
    margin-bottom: 20px;
}

.zihao {
    float: right;
    margin-right: 5px;
}

.zihao span {
    margin-right: 25px;
    cursor: pointer;
}

.zihao span.on {
    color: #005BBF;
    font-weight: bold;
}

.pager {}

.pager li {
    width: 100%;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

.pager li a {
    display: block;
    color: #9E9E9E;
    line-height: 1.5em;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    position: relative;
}

.pager li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #005BBF;
    transition: All .4s ease-in;
}

.pager li a:hover::after {
    width: 100%;
}

.pager li a:hover {
    color: #fff;
    background: #005BBF;
}



.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: #006934;
    color: #fff;
    border: solid 1px #006934;
}

.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 #005BBF;
}

.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: #005BBF;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #005BBF;
    padding: 10px 40px;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.tuwenlist li a:hover .more {
    color: #fff;
    background: #005BBF;
}

.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;
    margin-top: 10px !important;
}

.banner_img {
    display: block;
    width: 100%;
}


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E1E1E1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #005BBF;
}


.footer {
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}

.footer_main {
    position: relative;
}

.footer_logo {}

.footer_logo img {
    width: auto;
    height: 53.82px;
}

.footer_logo {
    flex: none;
}

.erweima {
    text-align: center;
}

.erweima .title {
    height: 30px;
    line-height: 30px;
    color: #39608A;
    margin-top: 10px;
}

.erweima img.pic {
    width: 110px;
    height: 110px;
}

.erweima .item {
    margin-left: 30px;
}

.copyright {
    line-height: 35px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

.copyright a {
    color: rgba(255, 255, 255, 0.6);
}

.copyright span {
    padding: 0 7px;
}

.copyright br {
    display: none;
}

.footer_contact {}

.footer_contact li {
    margin-right: 40px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.footer_contact li .iconfont {
    margin-right: 5px;
}



.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::marker {
    content: none;
    display: none;
}

.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: #196BC5;
    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: #005BBF;
    line-height: 29px;
    color: #fff;
}

#goTop .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    color: #005BBF;
}

.content_main {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    padding: 40px;
}

.content_box {
    overflow: hidden;
}

.content_left {
    width: 254px;
    float: left;
    background: #005BBF;
    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: #005BBF;
}

.infolist_nei li {
    position: relative;
}

.infolist_nei li a {
    position: relative;
    z-index: 2;
    height: 120px;
    padding: 0 26px 0 16px;
    border: 1px solid #DCEDFF;
}

.infolist_nei li .text {
    flex: 1;
}

.infolist_nei li .title {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.infolist_nei li .desc {
    height: 25px;
    line-height: 25px;
    position: relative;
    font-size: 14px;
    color: #9E9E9E;
    margin-top: 3px;
}

.infolist_nei li .date {
    text-align: center;
    color: #1F51B8;
    margin-right: 10px;
    position: relative;
    width: 108px;
    height: 68px;
    background: url(../images/infolist_nei_date.svg) no-repeat center;
    box-sizing: border-box;
    padding: 8px 5px 0 0;
    font-style: italic;
}

.infolist_nei li .date .year {
    font-size: 14px;
    margin-top: 3px;
}

.infolist_nei li a:hover {
    background: #005BBF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.infolist_nei li a:hover .title {
    font-weight: bold;
    color: #fff;
}

.infolist_nei li a:hover .desc {
    color: #fff;
}

.infolist_nei li a:hover .date {
    background: url(../images/infolist_nei_date_h.svg) no-repeat center;
}




.picinfolist_nei li {}

.picinfolist_nei li a {
    display: flex;
    width: 100%;
    position: relative;
}

.picinfolist_nei li .pic {
    flex: none;
    width: 350px;
    height: 195px;
    position: relative;
}

.picinfolist_nei li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 25px 30px;
    height: 195px;
    box-sizing: border-box;
}

.picinfolist_nei li a:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}


.picinfolist_nei li a:hover .title {
    font-weight: bold;
}

.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: #005BBF;
}

.picinfolist_nei li a:hover .title {
    color: #005BBF !important;
}


.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: #005BBF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.picinfolist_nei li a:hover::after {
    width: 100%;
}





.piclist_nei li a {
    display: block;
    position: relative;
    background: #FFFFFF;
    top: 0;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}

.piclist_nei li a .pic {
    position: relative;
    padding-top: 56.29%;
    z-index: 2;
}

.piclist_nei2 li a .pic {
    padding-top: 133.3%;
}

.piclist_nei li a .title {
    position: relative;
    height: 24px;
    line-height: 24px;
    z-index: 2;
    margin-top: 16px;
}

.piclist_nei li a:hover {
    top: -10px;
}

.piclist_nei li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #005BBF;
    transition: all 0.3s;
}

.piclist_nei li a:hover::after {
    width: 100%;
}


/*分享*/
.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 .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: #005BBF;
    border: 1px solid #005BBF;
}

#page_div .zxfokbtn {
    color: #fff;
    background: #005BBF;
    cursor: pointer;
    border: 1px solid #005BBF;
}

.font45 {
    font-size: 45px;
}

.font40 {
    font-size: 40px;
}

.font36 {
    font-size: 36px;
}

.font34 {
    font-size: 34px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font26 {
    font-size: 26px;
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font20 {
    font-size: 20px;
}

.font19 {
    font-size: 19px;
}

.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 .bd li {
    width: 100%;
    overflow: hidden;
}

.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;
    transition: ease 1s;
    /* padding-top: 34.11%; */
    transform: scale(1);
}

.banner_slide a .pic img {
    width: 100%;
    height: 100%;
}

.banner_slide .swiper-slide-active a .pic {
    animation: img_scale linear 8s
}

@keyframes img_scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1.1)
    }
}


.banner_slide .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 10;
}

.banner_slide .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #DCDADA;
    opacity: 1;
    margin: 0 4px;
    cursor: pointer;
}

.banner_slide .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-radius: 0;
}

.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: #F06A33;
    left: 0;
    color: #fff;
    display: none;
}

.banner_slide .swiper-button-next {
    left: auto;
    right: 0;
}

.banner_slide .layui-icon {
    font-size: 22px;
}

.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: #005BBF;
}

.banner_slide .swiper-button-next:hover .layui-icon,
.banner_slide .swiper-button-prev:hover .layui-icon {
    color: #fff;
}

/* 设计提供的新样式 */
.yq {
    margin-left: 120px;
    border-top: 1px solid transparent;
}

.yq .box {
    width: 260px;
    height: 45px;
    position: relative;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.yq .box:hover {
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #005BBF;
}

.yq .box h3 {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yq .box li a .arrow {
    width: 6px;
    height: 13px;
    position: relative;
    margin-right: 15px;
}

.yq .box li:hover a .arrow {
    background: url(../images/yq-arrow-shu-hover.png) no-repeat center;
    background-size: cover;
}


.yq .box li a .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.yq .box li:hover a .arrow img {
    display: none;
}

.yq .box h3 .disc {
    line-height: 45px;
    font-size: 16px;
    /* color: #fff; */
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.8);
}

.yq .box:hover h3 .disc {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #005BBF;
    opacity: 1;
}

.yq .box h3 .himg {
    width: 16px;
    height: 7px;
    position: relative;
}

.yq .box h3 .himg {
    background: url(../images/yq-arrow.png) no-repeat center;
    background-size: cover;
}

.yq .box h3 .himg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.yq .box:hover h3 .himg img {
    display: none;
}

.yq .box ul {
    display: none;
    height: auto;
    overflow-y: scroll;
    max-height: 260px;
    position: absolute;
    bottom: 101%;
    left: -1px;
    width: 100.7%;
    border-radius: 5px 5px 0px 0px;
}

.yq .box:hover ul {
    display: block;
    z-index: 99;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15);

}

.yq .box ul li {
    width: 100%;
    height: auto;
    line-height: 20px;
    text-align: left;
    color: #000;
    background: #F4FAFF;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.yq .box ul li:last-of-type {
    border-bottom: none;
}

.yq .box ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(145, 35, 37, 0.05);
}


.yq .box ul a {
    width: calc(100% - 10px - 7px);
    color: #1E1E1E;
    font-size: 15px;
}

.yq .box ul li:hover a {
    /* color: #811D1F; */
    color: #005BBF;
}


.yqlj {
    position: relative;
    margin-left: 120px;
}

.yqlj .item {
    width: 260px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 10000px;
}

.yqlj .title {
    line-height: 45px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 0 25px;
}

.yqlj .title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 16px;
    transform: translateY(-50%);
    background: url(../images/icon_down.svg) no-repeat center;
}

.yqlj .item.on .title::after {
    transform: translateY(-50%) rotate(180deg);
}

.yqlj .item .hover {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 0px 10px 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;
}

.yqlj .item ul li {
    padding: 0;
    box-sizing: border-box;
}

.yqlj .item ul li::marker {
    content: none;
    display: none;
}

.yqlj .item ul li a {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 5px 20px;
    color: #333;
}

.yqlj .item ul li a:hover {
    color: #005BBF;
}

.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;
}

.yqlj .item ul li .line1 {
    height: 40px;
    line-height: 40px;
}

.banner_nei {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_nei .layui-container {
    position: relative;
    height: 100%;
}

.banner_nei .position {
    position: absolute;
    right: 15px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 13px 20px;
    font-size: 14px;

}

.banner_nei .position a {
    color: #fff;
}

.column_nei {
    position: absolute;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    background: rgba(0, 91, 191, 0.7);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    left: 15px;
    bottom: 0;
    padding: 30px 120px 30px 40px;
    color: #fff;
}

.col_nav_box {
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF9FF 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.col_nav_box .position {
    font-size: 14px;
    color: #757575;
}

.col_nav_box .position a {
    color: #757575;
}

.col_nav_box .position a.on {
    color: #F06A33;
}




.col_nav {
    flex: 1;
}

.col_nav>ul>li {
    display: inline-block;
    margin-right: 60px;
}

.col_nav>ul>li>a {
    position: relative;
    padding: 20px 0;
    line-height: 26px;
    width: 100%;
    display: block;
}

.col_nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 3px;
    background: #F06A33;
    transition: all .3s;
}

.col_nav>ul>li.on>a,
.col_nav>ul>li:hover>a {
    font-weight: bold;
    color: #005BBF;
}

.col_nav>ul>li.on>a::after,
.col_nav>ul>li:hover>a::after {
    width: 100%;
}

.col_nav>ul>li.on>a,
.col_nav>ul>li:hover>a {
    color: #005BBF;
    font-weight: bold;
}


.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: #005BBF;
    color: #FFFFFF;
}

.column {
    position: relative;
    overflow: hidden;
}

.column::after {
    content: '';
    width: 100%;
    height: 34px;
    background: url(../images/column_bg2.svg) no-repeat left center;
    position: absolute;
    left: 185px;
    bottom: 0;
    z-index: 1;
}

.column .title {
    display: block;
    background: url(../images/column_bg.svg) no-repeat right center;
    padding: 0 40px 0 22px;
    height: 60px;
    line-height: 60px;
    color: #1464C0;
    position: relative;
    z-index: 2;
}

.column .cn {
    font-weight: bold;
}


.column .more {
    display: inline-block;
    width: 94.28px;
    height: 25px;
    background: url(../images/more.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

.column .more:hover {
    background: url(../images/more_h.svg) no-repeat center;
}

.bmdt_box {
    overflow: hidden;
}

.bmdt_slide {
    width: 735px;
    float: left;
}

.bmdt_slide a {
    display: block;
    position: relative;
}

.bmdt_slide .pic {
    position: relative;
    padding-top: 55.78%;
    z-index: 2;
}

.bmdt_slide .text {
    position: relative;
    background: #fff;
}


.bmdt_slide .title {
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}

.bmdt_slide .desc {
    line-height: 30px;
    height: 60px;
    margin-top: 10px;
    color: #999;
}

.bmdt_slide .date {
    color: #fff;
    width: 75px;
    height: 75px;
    background: #F06A33;
    border: 1.5px solid #FFFFFF;
    flex-direction: column;
    border-radius: 100%;
    left: 20px;
    top: -60px;
    z-index: 2;
    position: absolute;
}

.bmdt_slide .date .year {
    font-size: 14px;
    opacity: 0.5;
}


.bmdt_slide .swiper-pagination {
    left: auto;
    bottom: 50px;
    width: auto;
    height: auto;
    right: 50px;
}

.bmdt_slide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #D8D8D8;
    opacity: 1;
}

.bmdt_slide .swiper-pagination-bullet-active {
    background: #005BBF;
}

.bmdt_slide .swiper-button-next,
.bmdt_slide .swiper-button-prev {
    width: 45px;
    height: 50px;
    background: rgba(240, 106, 51, .5);
    left: 0;
    color: #fff;
    display: none;
    margin: 0;
    top: 180px;
}

.bmdt_slide .swiper-button-next {
    left: auto;
    right: 0;
}

.bmdt_slide .layui-icon {
    font-size: 22px;
}

.bmdt_slide:hover .swiper-button-next,
.bmdt_slide:hover .swiper-button-prev {
    display: flex;
}

.bmdt_slide .swiper-button-next:hover,
.bmdt_slide .swiper-button-prev:hover {
    background: rgba(0, 91, 191, .5);
}

.bmdt_slide .swiper-button-next:hover .layui-icon,
.bmdt_slide .swiper-button-prev:hover .layui-icon {
    color: #fff;
}

.bmdt_list {
    width: calc(100% - 735px - 30px);
    float: right;
}

.bmdt_list li {
    margin-bottom: 34px;
}

.bmdt_list li:last-child {
    margin-bottom: 0;
}

.bmdt_list li .text {
    flex: 1;
}

.bmdt_list li .title {
    line-height: 30px;
    max-height: 30px;
}

.bmdt_list li .line {
    height: 1px;
    background: #E8E8E8;
    margin: 8px 0 3px;
    position: relative;
}

.bmdt_list li .line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #005BBF;
    transition: all .3s;
}

.bmdt_list li:hover .line::after {
    width: 100%;
}

.bmdt_list li .desc {
    line-height: 30px;
    max-height: 30px;
    color: #9E9E9E;
    font-size: 14px;
}

.bmdt_list li .date {
    flex: none;
    width: 91px;
    height: 77px;
    margin-right: 20px;
    color: #9E9E9E;
    text-align: center;
    font-size: 14px;
    flex-direction: column;
    border: 1px solid #E8E8E8;
}

.bmdt_list li .day {
    color: #005BBF;
}

.bmdt_list li a:hover .title {
    font-weight: bold;
}

.bmdt_list li a:hover .date {
    background: #005BBF;
}

.bmdt_list li a:hover .day {
    color: #fff;
}

.bmdt_list li a:hover .year {
    color: #FFFFFF;
}

.tzgg_box {
    overflow: hidden;
    background: url(../images/tzgg_bg.png) no-repeat center top;
}

.tzgg_box .column .more {
    background: url(../images/more_w.svg) no-repeat center;
    opacity: 0.8;
}

.tzgg_box .column::after {
    opacity: 0.3;
}

.tzgg_box .column .more:hover {
    opacity: 1;
}

.tzgg_list li a {
    display: block;
    text-align: center;
    padding: 0 38px;
}

.tzgg_list li .date {
    width: 75px;
    height: 75px;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    color: #fff;
}

.tzgg_list li .date::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px dashed #FFFFFF;
    border-radius: 100%;
    transition: all .3s;
    z-index: 0;
    animation: rotate 15s linear infinite;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.tzgg_list li .date .day {
    position: relative;
    z-index: 2;
}

.tzgg_list li .date .year {
    opacity: 0.5;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.tzgg_list li .line {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}

.tzgg_list li .line::before {
    content: '';
    width: 77px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #FFFFFF;
    transition: all .3s;
}

.tzgg_list li .line::after {
    content: '';
    width: 1px;
    height: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.tzgg_list li .title {
    height: 60px;
    line-height: 30px;
    color: #FFFFFF;
}

.tzgg_list li .text {
    height: 175px;
    position: relative;
}

.tzgg_list li .text::after {
    content: '';
    width: calc(100% + 38px * 2);
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
    opacity: 0.35;
    transition: all .3s;
}

.tzgg_list li .text .more {
    opacity: 0;
}

.tzgg_list li:hover .text .more {
    opacity: 1;
}

.tzgg_list li:hover .text::after {
    height: 100%;
}

.tzgg_list li:hover .line::before {
    width: calc(100% + 38px * 2);
}

.tzgg_list li:hover .title {
    font-weight: bold;
}

.tzgg_list li:hover .date::after {
    background: #FFFFFF;
}

.tzgg_list li:hover .date {
    color: #005BBF;
}

.tzgg_list li:hover .date .year {
    opacity: 1;
}

.djgz_slide_box {
    width: 644px;
}

.djgz_left {
    width: calc(100% - 644px - 10px);
}

.djgz_list {
    background: #FFFFFF;
    padding: 6px 25px 0;
}

.djgz_list li .title {
    flex: 1;
    line-height: 69px;
    height: 69px;
}

.djgz_list li {
    position: relative;
}

.djgz_list li .date {
    color: #333333;
    opacity: 0.5;
}

.djgz_list li::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(216, 216, 216, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.djgz_list li::before {
    content: '';
    width: 0;
    height: 1px;
    background: rgba(0, 91, 191, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all .3s;
}

.djgz_list li:hover::before {
    width: 100%;
}

.djgz_list li:last-child::after {
    display: none;
}

.djgz_list li a:hover .title {
    font-weight: bold;
}

.djgz_slide_box {
    position: relative;
    padding: 20px 20px 0;
    box-sizing: border-box;
    position: relative;
}

.djgz_slide_box::after {
    content: '';
    width: calc(100% - 40px);
    height: 363px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.djgz_slide {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.djgz_slide .swiper-slide {
    opacity: 0 !important;
}

.djgz_slide .swiper-slide-active {
    opacity: 1 !important;
}

.djgz_slide a {
    display: block;
    padding: 0 20px 20px;
}

.djgz_slide .pic {
    position: relative;
    padding-top: 55.79%;
    z-index: 2;
}

.djgz_slide .text {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 18px 23px;
    position: relative;
}

.djgz_slide .text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: all .3s;
    background: rgba(0, 91, 191, 0.7);
}

.djgz_slide a:hover .text::after {
    width: 100%;
}

.djgz_slide .text .title {
    font-weight: bold;
    line-height: 26px;
    height: 26px;
}

.djgz_slide .text .desc {
    color: #999;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.djgz_slide .text .date {
    line-height: 30px;
    height: 30px;
    color: #999999;
}

.djgz_slide .text .iconfont {
    margin-right: 5px;
    color: #EE9640;
    font-size: 18px;
}

.djgz_slide .swiper-pagination {
    width: auto;
    left: auto;
    right: 43px;
    bottom: 46px;
}

.djgz_slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3.5px !important;
    background: #D8D8D8;
}

.djgz_slide .swiper-pagination-bullet-active {
    background: #EE9640;
}

.ztzl_slide .pic {
    position: relative;
    padding-top: 8.92%;
}

.ztzl_slide_mbi .pic {
    position: relative;
    padding-top: 10.25%;
}

.jscs_box {
    overflow: hidden;
    background: url(../images/jscs_bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.jscs_list dl dt {
    width: 275px;
    height: 152px;
    flex: none;
}

.jscs_list dl dt .pic {
    position: relative;
    /* padding-top: 55.27%; */
    width: 100%;
    height: 100%;
}

.jscs_list dl dt .pic img {
    width: 100%;
    height: 100%;
}

.jscs_list dl dd {
    width: calc(100% - 275px);
    /* flex: 1; */
    height: 152px;
    background: #FFF5ED;
    padding: 20px;
    box-sizing: border-box;
}

.jscs_list dl dd .title {
    height: 30px;
    line-height: 30px;
}

.jscs_list dl dd .desc {
    height: 50px;
    line-height: 25px;
    margin-top: 3px;
    font-size: 14px;
    color: #9E9E9E;
}

.jscs_list dl dd .date {
    font-size: 14px;
    color: #9E9E9E;
    line-height: 25px;
    margin-top: 10px;
}

.jscs_list dl dd:hover .title {
    font-weight: bold;
}

.jscs_list ul {
    margin-top: 10px;
}

.jscs_list li .title {
    flex: 1;
    line-height: 65px;
    height: 65px;
}

.jscs_list li {
    position: relative;
}

.jscs_list li .date {
    color: #333333;
    opacity: 0.5;
}

.jscs_list li::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(216, 216, 216, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.jscs_list li::before {
    content: '';
    width: 0;
    height: 1px;
    background: rgba(0, 91, 191, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all .3s;
}

.jscs_list li:last-of-type:before {
    display: none;
}

.jscs_list li:hover::before {
    width: 100%;
}

.jscs_list li:last-child::after {
    display: none;
}

.jscs_list li:last-of-type:after {
    display: none;
}

.jscs_list li a:hover .title {
    font-weight: bold;
}

.qtjs_piclist {
    overflow: hidden;
}

.qtjs_piclist li .pic {
    position: relative;
    padding-top: 55.27%;
}

.qtjs_piclist li .title {
    height: 45px;
    line-height: 45px;
    background: #005BBF;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.qtjs_piclist li a:hover .title {
    background: #F06A33;
}

.qtjs_infolist ul {
    margin-top: -10px;
}

.hdfc_slide_box {
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin-left: 15px;
    position: relative;
    background: #fff;
}

.hdfc_slide_box::before {
    content: '';
    width: 16px;
    height: 260px;
    background: #005BBF;
    position: absolute;
    left: -15px;
    top: -5px;
    z-index: 1;
}

.hdfc_slide_box::after {
    content: '';
    width: 366px;
    height: 260px;
    background: #005BBF;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
}

.hdfc_slide {
    position: relative;
    z-index: 10;
    border: 1px solid #005BBF;
    background: #fff;
    padding: 30px 27px;
    border-bottom: 15px solid #005BBF;
}

.hdfc_slide .pic {
    position: relative;
    padding-top: 56.41%;
}

.hdfc_slide .title {
    height: 26px;
    line-height: 26px;
    position: relative;
    margin-top: 18px;
}

.hdfc_slide a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.hdfc_slide a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #005BBF;
    left: 0;
    bottom: 0px;
    transition: all 0.3s;
}

.hdfc_slide a:hover::after {
    width: 100%;
}

.hdfc_slide a:hover .title {
    font-weight: bold;
}

.hdfc_slide .swiper-pagination {
    bottom: auto;
    left: auto;
    position: relative;
}

.hdfc_slide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #005BBF;
    opacity: 0.2;
    margin: 0 5px;
}

.hdfc_slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F06A33;
}

/* 内页大图 */
.nydt {
    width: 100%;
}

.nydt img {
    width: 100%;
    display: block;
}

.nydt .crumb {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.nydt .crumb .path {
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

.nydt .crumb .path span:last-of-type {
    display: none;
}

.nydt .curcrumb .layui-container {

    position: relative;
}

.curcrumb .position {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

.curcrumb .current {
    font-size: 34px;
    font-weight: bold;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
    width: auto;
    height: 105px;
    padding: 0 40px;
    box-sizing: border-box;
    min-width: 300px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 15px 15px 0px 0px;
    background: rgba(0, 91, 191, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #FFFFFF;
}

.erjinav .path a,
.erjinav .path span {
    font-size: 14px;
    color: #757575;
}

.erjinav .path a:last-of-type {
    color: #F06A33;
}

.erjinav .path span {
    margin: 0 5px;
}

.erjinav .path span:last-of-type {
    display: none;
}


a {
    text-decoration: none;
}

.nynavul {
    padding: 0;
    margin-bottom: 0;
}

.footul {
    padding: 0;
}

.erjinav {
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, #FFFFFF 0%, #EBF9FF 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.erjinav ul li {
    list-style: none;
}

li {
    list-style: none;
}

.erjinav ul li.on a {
    font-weight: bold;
    color: #005BBF;
    border-bottom: 3px solid #F06A33;
}

.erjinav .layui-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.erjinav ul li::marker {
    content: none;
    display: none;
}

.erjinav ul {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
}

.erjinav ul li a {
    font-size: 18px;
    color: #2C2C2C;
    list-style: none;
    text-decoration: none;
    margin-right: 65px;
    padding: 16px 0;
}

.erjinav ul li:hover a {
    font-weight: bold;
    color: #005BBF;
}

.nmain {
    margin-top: 50px;
    margin-bottom: 80px;
}

.listbox {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.listbox .box {
    background: #FFFFFF;
    padding: 30px 15px;
    box-sizing: border-box;
    border: 1px solid #DCEDFF;
    margin-bottom: 30px;
}

.listbox .box:hover {
    background: #005BBF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.listbox .box .time {
    width: 105px;
    height: 70px;
    background: url(../images/list-time-bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listbox .box:hover .time {
    background: url(../images/list-time-bg-hover.png) no-repeat center;
    background-size: cover;
}

.listbox .box .time .day {
    font-size: 24px;
    font-weight: bold;
    color: #005BBF;
}

.listbox .box .time .year {
    color: #005BBF;
}

.listbox .box .text {
    width: calc(100% - 105px - 10px);
}

.listbox .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listbox .box .text .title {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    color: #333333;
}

.listbox .box:hover .text .title {
    font-weight: bold;
    color: #FFFFFF;
}

.listbox .box .text .disc {
    line-height: 25px;
    color: #9E9E9E;
    height: 25px;
}

.listbox .box:hover .text .disc {
    font-size: 14px;
    color: #FFFFFF;
}

.page-box {
    margin: 10px 0 0 0;
}

div.Section0 {
    width: 100%;
    overflow-x: scroll;
}

.picconbox .box {
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
    position: relative;
}

.picconbox .box:hover {
    background: linear-gradient(180deg, #EFF5FF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.picconbox .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #F06A33;
    transition: width .5s ease-in-out;
}

.picconbox .box:hover::before {
    width: 100%;
}

.picconbox {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    box-sizing: border-box;
}

.picconbox .box a {
    display: flex;
    justify-content: space-between;
}

.picconbox .box .img {
    width: 300px;
    height: 160px;
    overflow: hidden;
}

.picconbox .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

.picconbox .box:hover .img img {
    transform: scale(1.1);
}

.picconbox .box .text {
    width: calc(100% - 300px - 20px);
    padding: 20px 20px 15px 0;
    box-sizing: border-box;
}

.picconbox .box .text .title {
    font-size: 18px;
    color: #353535;
}

.picconbox .box:hover .text .title {
    font-weight: bold;
    color: #005BBF;
}

.picconbox .box .text .disc {
    font-size: 14px;
    line-height: 25px;
    color: #A4A4A4;
    margin-top: 12px;
}

.picconbox .box .text .time {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.picconbox .box .text .time .clockimg {
    width: 12px;
    height: 12px;
    position: relative;
}

.picconbox .box .text .time .clockimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.picconbox .box .text .time .date {
    line-height: 25px;
    color: #B9B9B9;
    margin-left: 5px;
}

/* detail页面 */
.detail {
    padding: 70px 105px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.detail .titletop {
    background: #FFF4F4;
    padding: 20px 30px;
    border-left: 4px solid #F06A33;
}

.detail .titletop .title {
    font-size: 33px;
    font-weight: bold;
    line-height: 50.56px;
    color: #292929;
}

.detail .titletop .detail-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.detail .titletop .detail-share .detail-size {
    display: flex;
    align-items: center;
}

.detail .titletop .detail-share .info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail .titletop .detail-share .info div {
    margin-left: 50px;
    color: #9C9C9C;
}

.detail .titletop .detail-share .info div:first-of-type {
    margin-left: 0;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 50px;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #F06A33;
    font-weight: bold;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -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: 26px;
    height: 26px;
    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 .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.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;
}

.detail .content .text.big p,
.detail .content .text.big p span {
    font-size: 28px !important;
    line-height: 55px !important;
}

.detail .content .text.large p,
.detail .content .text.large p span {
    font-size: 32px !important;
    line-height: 60px !important;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.detail .content .text {
    font-size: 18px;
    line-height: 40px;
    color: #292929;
    margin-top: 30px;
    /* overflow-x: scroll; */
}

.detail .content .text p {
    margin-bottom: 30px;
}
.detail p {
    margin-bottom: 30px;
}
.pb_sys_style1 .p_no_d{
    border: 1px solid #F06A33 !important;
    background: #F06A33 !important;
}

.detail-page .box {
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    margin-bottom: 20px;
    height: 70px;
    overflow: hidden;
}

.detail-page .box:hover {
    background: #144EBD;
    border: 1px solid #FFFFFF;
}

.detail-page .box a {
    font-size: 18px;
    line-height: 45px;
    color: #9E9E9E;
}

.detail-page .box:hover a {
    color: #FFFFFF;
}

.footer .layui-container {
    position: relative;
}

/* picture */
.picturebox {
    background: #FFFFFF;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.picturebox .toptwo {
    display: flex;
    justify-content: space-between;
}

.picturebox .toptwo .box {
    width: calc(50% - 20px);
}

.picturebox .toptwo .box .img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.picturebox .toptwo .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.picturebox .toptwo .box:hover .img img {
    transform: scale(1.1);
}

.picturebox .toptwo .box .title {
    font-size: 18px;
    line-height: 45.35px;
    color: #272727;
    display: flex;
    align-items: center;
    background: #EDEDED;
    height: 65px;
    padding: 0 20px;
    box-sizing: border-box;
}

.picturebox .toptwo .box:hover .title,
.picturelist .box:hover .title {
    background: #005BBF;
    color: #FFFFFF;
}

.picturebox .toptwo .box .title span {
    width: 100%;
    text-align: center;
}

/* 下面的 */
.picturelist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.picturelist .box {
    width: calc((100% - 81px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
}

.picturelist .box:nth-child(3n) {
    margin-right: 0;
}

.picturelist .box .img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.picturelist .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.picturelist .box:hover .img img {
    transform: scale(1.1);
}

.picturelist .box .title {
    font-size: 18px;
    line-height: 45.35px;
    color: #272727;
    display: flex;
    align-items: center;
    background: #EDEDED;
    height: 65px;
    padding: 0 20px;
    box-sizing: border-box;
}

.picturelist .box .title span {
    width: 100%;
    text-align: center;
}

/* tea页面 */
.teabox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.teabox .box {
    width: 220px;
    height: 106px;
    border-radius: 0px 50px 50px 0px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 15px 5px 15px 15px;
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 50px;
}

.teabox .box:nth-child(5n) {
    margin-right: 0;
}

.teabox .box:hover {
    background: #005BBF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.teabox .box .name {
    font-size: 20px;
    color: #272727;
    border-bottom: 1px solid rgba(0, 91, 191, 0.1);
    padding-bottom: 10px;
    box-sizing: border-box;
}

.teabox .box:hover .name {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
}

.teabox .box .name span {
    position: relative;
}

.teabox .box .name span .drivder {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -13px;
    border-bottom: 1px solid #005BBF;
}

.teabox .box:hover .name span .drivder {
    bottom: -13px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.teabox .box .job {
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    box-sizing: border-box;
    color: #F06A33;
    margin-top: 13px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teabox .box .job .dep {
    padding: 0 5px;
    background: #FFF0EA;
}

.teabox .box:hover .job .dep {
    background: #003D80;
    color: rgba(255, 255, 255, 0.8);
}

.teabox .box .job .jobhover {
    display: none;
}

.teabox .box:hover .job .jobhover {
    display: flex;
}

.teabox .box .job .xylogo {
    width: 70px;
    height: 17px;
}

.teabox .box .job .xylogo img {
    width: 100%;
    height: 100%;
}

.teabox .box .job .department {
    font-size: 10px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
}

/* teadetail */
.teadetail {
    padding: 50px 125px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    min-height: 450px;
}

.teadetail .name {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #005BBF;
    padding-bottom: 25px;
    border-bottom: 1px solid #005BBF;
}



.grxx {
    /* display: flex;
    justify-content: space-between; */
    margin-top: 40px;
    position: relative;
}

.grxx .namesex .title {
    color: #F06A33;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.grxx-grjl {
    width: 100%;
}

.grxx .namesex div {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.grjjbottom {
    margin-top: 45px;
}

.grxx .img {
    width: 200px;
    height: 303px;
    /* position: absolute;
    top: 0;
    right: 0; */
    float: right;
    margin-left: 20px;
}

.grxx .img img {
    width: 100%;
    height: 100%;
}

.grjj {
    margin-top: 30px;
}

.grjj:first-of-type {
    margin-top: 0;
}

.grjj .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #F06A33;
}

.grjj .info {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
}

/* 搜索结果页 */
#newskeycode252830 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 3px;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 30px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 136px;
    border-radius: 5px 10px 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 30px;
}

.textlist .box:hover .title {
    color: #dd4b39;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E5EC1;
    margin-right: 30px;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 24px;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 16px;
    margin-top: 5px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist .box .title span {
    font-size: 18px;
    color: #dd4b39;
}

.textlist .box .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    margin-top: 7px;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 7px;
}

.detail .content .text table {
    width: 100%;
    overflow-x: scroll;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    padding: 5px 10px !important;
    margin: 0px 7px 0px 7px !important;
    height: 30px !important;
    width: auto !important;
    line-height: 20px !important;
}