input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border: #bf6464 2px dashed !important;
	background-color: #fdfbfb !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

label.error {
	color: #bf6464;
	padding-top: 5px;
	display: block;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #c1232c !important;
	background-color: #c1232c;
	color: #fff;
}

.float-right {
	float: right;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.color-primary {
	color: #c1232c;
}

.text-primary {
	color: #c1232c;
}

.text-warning {
	color: #ffa367;
}

.text-danger {
	color: #c1232c;
}

.text-info {
	color: #aaa;
}

.text-success {
	color: #28C445;
}

.text-default {
	color: #666;
}

.text-bai {
	color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #c1232c !important;
	background-color: #c1232c !important;
	color: #fff;
}

.line1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line10 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

body {
	color: #000;
	font-family: Arial, 'Microsoft YaHei', '微软雅黑', PingFang SC, SimSun, sans-serif;
	font-size: 16px;
	background: #fff;
}

a {
	color: #000;
}

a:hover {
	color: #11ded5;
}

.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;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-top-130 {
	padding-top: 130px;
}

.padding-top-190 {
	padding-top: 190px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.padding-bottom-130 {
	padding-bottom: 130px;
}

.padding-bottom-190 {
	padding-bottom: 190px;
}

.padding-left-40 {
	padding-left: 40px;
}

.layui-btn {
	background-color: #25506b;
	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;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: #11ded5;
	color: #fff;
}

#scrolltop .layui-icon {
	font-size: 40px;
}



.img-responsive {
	height: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
        image-rendering: auto;
}

.hfade {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.layui-fluid {
	padding: 0;
}

.clearfix2 {
	zoom: 1;
}

.clearfix2::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix2::before {
	display: table;
	content: " ";
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.mheader,
.mnav {
	display: none;
}

.header {
	width: 100%;
	height: auto;
	z-index: 200;
	box-sizing: border-box;
	position: relative;
}

.header .layui-container {
	width: 100%;
	box-sizing: border-box;
	padding: 0 42px;
}

.header h1.logo {
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

.header h1.logo a {
	color: #fff;
}

.header h1.logo img {
	height: 100px;
}

.header .link {
	text-align: right;
	margin-bottom: 17px;
	font-size: 15px;
	text-transform: uppercase;
}

.header .link span {
	padding: 0 5px;
}


.header .nav>div>ul>li {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-left: 25px;
	height: 30px;
}


.header .nav>div>ul>li>a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
	font-size: 18px;
	font-weight: bold;
}

.header .nav>div>ul>li>a .icon {
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url(../images/icon1.png) no-repeat center;
	margin-left: 2px;
}


.header .nav .submenu {
	position: absolute;
	min-width: 100px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	padding: 10px;
	z-index: 10;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

.header .nav .li1 .submenu {
	width: 170px;
	margin-left: -85px;
}


.header .nav>div>ul>li:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 30px;
}

.header .nav>div>ul>li:hover .icon {
	transform: scaleY(-1);
}

.header .nav .submenu ul li {
	text-align: center;
}

.header .nav .submenu ul li a {
	display: block;
	height: 45px;
	white-space:nowrap;
	line-height: 45px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	font-size: 17px;
}




.head_frame {
	width: 100%;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
	transition: .8s cubic-bezier(.19, 1, .22, 1);
	position: fixed;
	z-index: 1000;
}

.head_frame .logo .pic1 {
	display: block;
}

.head_frame .logo .pic2 {
	display: none;
}

.opacity_head {
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
	z-index: 1000;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	/* position: relative; */
	/* transform: translateY(-100%); */
}

.header.opacity_head .nav>div>ul>li>a {
	color: #333;
}

.opacity_head .logo .pic1 {
	display: none;
}

.opacity_head .logo .pic2 {
	display: block;
}

.modal-open .mc_ph_hd {
	position: fixed;
}

.top_text {
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0;
}


.top_text a {
	color: #134e93;
	margin-right: 20px;
}

.top_sch {
	position: absolute;
	right: 250px;
	top: 33px;
}

.top_sch .sch-input {
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 0 10px;
}

.top_sch .sch-btn {
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	border: none;
	cursor: pointer;
}

.topsch .sch_q {
	width: 300px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	display: none;
}

.topsch .sch_btn {
	width: 40px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	cursor: pointer;
	position: relative;
	color: #1686c6;
}

.topsch .sch_btn::before {
	content: '';
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: #d8dadb;
	display: none;
}

.topsch:hover .sch_q {
	display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
	color: #001eb4;
}

.mc_ph_hd {
	display: none;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 64px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
	top: 0;
}


.mc_ph_navbar {
	padding: 0 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
}

.mc_language_ph a {
	line-height: 64px;
	color: #333;
	margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
	line-height: 64px;
	margin-right: 20px;
	color: #333;
}

.mc_ph_hd .mc_ph_logo a {
	line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {}

.mc_ph_hd .mc_ph_en {
	margin-top: 20px;
	margin-right: 20px;
}

.mc_ph_logo img {
	width: auto !important;
	height: 40px !important;
}

.mc_ph_menu {
	overflow: hidden;
	width: 26px;
	height: 50px;
}

.mc_ph_hd .mc_phmenubox {
	width: 26px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 22px;
	margin-top: 15px;
	transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #25506b;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
	position: absolute;
	top: 8px;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #292929;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after {
	top: -8px;
	width: 30px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	top: 8px;
	width: 15px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
	background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
	width: 30px;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #25506b;
}

.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: #25506b;
}

.mc_ph_navbar {
	position: relative;
	z-index: 999;
}

/*ph导航&下拉*/
.phxia {
	position: fixed;
	width: 100%;
	left: 0;
	top: 64px;
	z-index: 998;
	/* transform: translateX(-50%); */
	/* padding: 0 15px; */
	background-color: #fff;
	max-height: calc(100vh - 64px);
	overflow: auto;
}

.xialaph {
	display: none;
	width: 100%;
	background-color: #fff;
	font-family: '微软雅黑';
	height: calc(100vh - 64px);
	padding: 10px 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

.xialaph h4 {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
}

.xialaph h4::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h4 a {
	font-size: 18px;
	line-height: 46px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h4 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	background: #f7f8fa;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
	max-width: 100%;
	padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
	display: none;
}

.xialaph .ul1 {}


.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h5 a {
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 35px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}

.xialaph .ul3 {
	display: none;
}

.xialaph h6 a {
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph h5.active .img_s {
	transform: rotate(180deg);
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph_bot {
	margin: 20px 0;
	text-align: right;
	padding: 0 20px;
	font-size: 0;
}

.xialaph_bot>div {
	display: inline-block;
	margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
	font-size: 16px;
	color: #666;
	line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
	font-size: 18px;
	color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
	color: #001eb4;
}

.xialaph_bot>div {
	margin: 0 8px;
}

.xialaph_bot {
	text-align: center !important;
}

.tp_link {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 2;
	font-size: 14px;
	color: #fff;
}

.tp_link a {
	font-size: 14px;
	color: #fff;
}

.tp_link span {
	padding: 0 5px;
}

.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.myclass2.layui-layer-page {
	width: 700px !important;
}

.himg .pic {
	overflow: hidden;
}

.himg img {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.himg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.nav_box {
	background: #123f79;
}

#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: url(../images/bg28.jpg) no-repeat center;
	background-size: cover;
	padding-left: 20px;
}

.leftsubmenu li {
	display: inline-block;
	margin-right: 10px;
}

.leftsubmenu li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: solid 1px #d8d8d8;
	background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
	border: solid 1px #123f79;
	font-weight: bold;
	color: #123f79;
}



.layui-tab-bar {
	height: 48px;
	line-height: 48px;
}

.page_main {
	padding: 0px;
	border: 1px solid #E1E1E1;
}


.page_detail {
	padding: 40px 184px;
}


.detail-box {
	padding: 0px;
}

.col-title {
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

.col-att {
	font-size: 14px;
	color: #9E9E9E;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
	margin: 15px 0 0;
	padding-bottom: 15px;
}

.col-att a {
	color: #9E9E9E;
}

.col-att .linedc {
	padding: 0 5px;
}

.dtl_detail {
	line-height: 2.5em;
	font-size: 16px;
}

.dtl_detail.p1 {
	font-size: 18px;
}

.dtl_detail.p2 {
	font-size: 16px;
}

.dtl_detail.p3 {
	font-size: 14px;
}

.dtl_detail img,
.dtl_detail video {
	max-width: 100%;
}

.pager {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
}

.pager li {
	width: 49%;
	float: left;
}

.pager li a {
	color: #999;
}

.pager li:last-child {
	float: right;
}

.pager li a:hover {
	color: #3F7C65;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 0;
}

.pagination li a {
	display: inline-block;
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 2px;
	border: solid 1px #000;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #000;
	transition: All .4s ease-in;
	-webkit-transition: All .4s ease-in;
	-moz-transition: All .4s ease-in;
	-o-transition: All .4s ease-in;
	border-radius: 100%;
}

.pagination li a:hover,
.pagination li.active a {
	background: #11ded5;
	color: #000;
	border: solid 1px #11ded5;
}

.textlist {}

.textlist li {
	border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
	position: relative;
	overflow: hidden;
}

.textlist li .shijian {
	display: block;
	float: right;
	color: #5a5a5a;
	opacity: 0.5;
}

.textlist li .title {
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}

.textlist li .desc {
	line-height: 35px;
	color: #999999;
}

.textlist li .nianyue {
	color: #999999;
	font-size: 12px;
}

.textlist li .nianyue .more {
	float: right;
	font-size: 14px;
}

.textlist li .nianyue .iconfont {
	font-size: 18px;
	margin-left: 10px;
	color: #123f79;
}

.textlist li a:hover .nianyue {
	color: #123f79;
}



.righttitle {
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.righttitle .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #123f79;
	display: inline-block;
	height: 34px;
}

.righttitle .position {
	float: right;
	font-size: 14px;
	color: #333333;
}

.piclist {}

.piclist li a {
	display: block;
	background: #fff;
	position: relative;
}



.piclist li .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	background: #f3f3f3;
	z-index: 2;
}

.piclist li a:hover .title {
	background: #3F7C65;
	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: #25506b;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #25506b;
	padding: 10px 40px;
}

.tuwenlist li a:hover .title {
	font-weight: bold;
}

.tuwenlist li a:hover .more {
	color: #fff;
	background: #25506b;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
	color: #1B1B1B;
	opacity: .5;
}


.search_list .item .text {
	text-align: center;
	background: #f9f9f9;
	line-height: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 30px;
}

.search_list .item .iconfont {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-size: 30px;
	flex: none;
	color: #123f79;
}

.search_list .item .text1 {
	color: #333;
	font-size: 18px;
}

.search_list .item:hover .text {
	background: #123f79;
}

.search_list .item:hover .text1 {
	color: #fff;
}

/*
内容搜索页
 */
.sch-form {
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
	border: none;
	background: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #aaa;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}

.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;
}

.banner_slide_box {
	background: #11ded554;
	padding: 3vw 0 8.5vw 10vw;
	position: relative;
	overflow: hidden;
}

.banner_slide_box .en1 {
	position: absolute;
	left: 2vw;
	top: 10vw;
	z-index: 2;
}

.banner_slide_box .en2 {
	position: absolute;
	bottom: 2.6vw;
	right: 0;
	z-index: 2;
}

.banner_slide {
	height: auto;
	border-radius: 200px 0 0 0;
}

.banner_slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}


.banner_slide .swiper-slide img {
	width: 100%;
	height: auto;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
	border-radius: 200px 0 0 0;
}

.banner_slide .swiper-slide-active img,
.banner_slide .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}


.banner_slide .swiper-button-next,
.banner_slide .swiper-button-prev {
	display: none;
}

.banner_slide_box .swiper-pagination1 {
	position: absolute;
	left: 9.5vw;
	bottom: 5vw;
	z-index: 2;
}

.banner_slide_box .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	margin: 0 8px !important;
}

.banner_slide_box .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
}

.swiper_pagination_box {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	z-index: 2;
}


.banner_slide .swiper-button-prev1,
.banner_slide .swiper-button-next1 {
	position: absolute;
	right: 5vw;
	bottom: 15vh;
	width: 56px;
	height: 56px;
	background: url(../images/icon_left.png) no-repeat center;
	cursor: pointer;
	z-index: 2;
}

.banner_slide .swiper-button-next1 {
	background: url(../images/icon_right.png) no-repeat center;
	bottom: 23vh;
}


.banner_slide .swiper-button-prev1:hover {
	background: url(../images/icon_left_h.png) no-repeat center;
}

.banner_slide .swiper-button-next1:hover {
	background: url(../images/icon_right_h.png) no-repeat center;
}


.header_box {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 20;
}

.header_box.fiexd {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}


.pchide {
	display: none;
}

.gyxx_box {
	padding-bottom: 100px;
        padding-top: 190px;
	background: url(../images/gyxx_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.column2 {
	text-align: center;
	position: relative;
}

.column2 .cn {
	font-size: 38px;
	color: #0f69b8;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.column2 .en {
	font-size: 72px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	top: -16px;
	width: 100%;
}

.gyxx_main {
	width: 594px;
	text-indent: 2em;
	font-size: 18px;
	line-height: 2em;
	margin: 35px auto;
	font-weight: bold;
	text-align: justify;
}

.gyxx_more {
	text-align: center;
}

.gyxx_more .more {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.gyxx_more .more .line {
	display: inline-block;
	width: 32px;
	height: 9px;
	background-color: #11ded5;
	position: absolute;
	top: 50%;
	margin-right: 15px;
	margin-top: -5px;
	right: 100%;
}

.gyxx_more a:hover .more .line {
	width: 52px;
}

.tzgg_box {
	overflow: hidden;
	position: relative;
	background: url(../images/tzgg_bg.jpg) repeat center;
	padding: 200px 70px 20px;
}

.column {
	display: inline-block;
	text-align: right;
	position: relative;
	margin-bottom: 30px;
}

.column a {
	display: block;
	position: relative;
	z-index: 2;
}

.column .cn {
	font-size: 59px;
	font-weight: bold;
	margin-bottom: 15px;
}

.column .cn span {
	color: #283238;
}

.column .more {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
}

.column .more .line {
	display: inline-block;
	width: 32px;
	height: 9px;
	background-color: #11ded5;
	position: relative;
	top: -2px;
	margin-right: 15px;
}

.column a:hover .more .line {
	width: 52px;
}

.column .en {
	font-size: 110px;
	color: #edeeee;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	writing-mode: vertical-rl;
	left: -25px;
	white-space: nowrap;
	top: -80px;
	z-index: 1;
}

.tzgg_main {
	align-items: flex-start;
	padding-left: 4.1vw;
	position: relative;
	z-index: 2;
}

.tzgg_main .left {
	width: 50vw;
}

.tzgg_main .mid {
	width: 25vw;
	margin: 0 3vw;
}

.tzgg_main .right {
	width: 25vw;
}

.tzgg_main .pic {
	margin-bottom: 30px;
}

.tzgg_main .date {
	font-size: 14px;
	color: #888888;
	margin-bottom: 30px;
}

.tzgg_main .title {
	font-size: 32px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 25px;
}

.tzgg_main .desc {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.tzgg_main li {
	border-bottom: solid 1px #25506b;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.tzgg_main li a:hover .pic {
	box-shadow: 9px 15px 14px 4px rgba(0, 0, 0, 0.43);
}

.xygk_box {
	overflow: hidden;
}

.xygk_box .top .left {
	width: 40vw;
	height: 463px;
	background-color: #11ded5;
	position: relative;
}

.xygk_box .top .left .column {
	position: absolute;
	right: 15%;
	top: 15%;
}

.xygk_box .top .left .column .cn {
	font-size: 37px;
	color: #fff;
	margin-bottom: 15px;
}

.xygk_box .top .left .column .more .line {
	background-color: #25506b;
}

.xygk_box .top .left .column a:hover {
	color: #000;
}

.xygk_box .top .right {
	width: 60vw;
	height: 463px;
	position: relative;
	overflow: hidden;
}

.xygk_box .top .right img {
	min-width: 100%;
	min-height: 100%;
}

.xygk_box .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.xygk_box .hover a {
	width: 244px;
	height: 244px;
	background-color: #11ded5;
	border-radius: 100%;
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	position: relative;
	top: -20px;
}

.xygk_box .foot .left {
	width: 60vw;
	height: 590px;
	position: relative;
	overflow: hidden;
}

.xygk_box .foot .right {
	width: 40vw;
	height: 590px;
	position: relative;
	overflow: hidden;
}

.xygk_box .foot img {
	min-width: 100%;
	min-height: 100%;
}

.xygk_box .left:hover .hover a,
.xygk_box .right:hover .hover a {
	opacity: 1;
	top: 0px;
}

.gzdt_box {
	padding: 100px 70px;
	overflow: hidden;
        background-image: url(../images/dongtaiBG.png);
       background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.gzdt_box .column {
	float: right;
	margin-top: 20px;
}

.gzdt_box .column .en {
	left: auto;
	right: -20px;
}

.gzdt_box .column .more .line {
	background-color: #25506b;
}

.infolist {
	overflow: hidden;
	float: right;
	margin-right: 25px;
}

.infolist li {
	overflow: hidden;
	width: 934px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}

.infolist li .pic {
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.infolist li .pic img {
	min-height: 100%;
	min-width: 100%;
}

.infolist li a {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 30px 30px 30px 60px;
}

.infolist li .text {
	width: 100%;
}

.infolist li .title {
	font-weight: bold;
	text-align: right;
        font-size: 20px;
}

.infolist li .line {
	text-align: right;
	margin: 12px 0 22px;
}

.infolist li .line span {
	display: inline-block;
	width: 98px;
	height: 1px;
	background: #11ded5;
}

.infolist li .desc {
	line-height: 2em;
	font-size: 18px;
	color: #494949;
	text-align: justify;
}

.infolist li .date {
	width: 85px;
	flex: none;
	margin-left: 35px;
	height: 100%;
	position: relative;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
}

.infolist li .date .month {
	font-size: 16px;
	position: absolute;
	right: 2px;
	top: 10px;
}

.infolist li .date .day1 {
	font-size: 120px;
	line-height: 100px;
	color: #959595;
}

.infolist li .date .day2 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 60px;
	line-height: 60px;
	color: #959595;
}

.infolist li:hover .pic {
	opacity: 1;
	top: 0;
}

.infolist li:hover .title,
.infolist li:hover .desc,
.infolist li:hover .date .day1,
.infolist li:hover .date .day2,
.infolist li:hover .date .month {
	color: #fff;
}

.infolist li:hover a {
	background: rgba(0, 0, 0, 0.5);
}

.footer {
	background: url(../images/footer_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding: 50px 0;
}

.footer_nav {
	text-align: center;
	margin: 55px 0 75px;
}

.footer_nav li {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 22px;
}

.copyright {
	font-size: 14px;
	line-height: 3em;
	text-align: center;
	font-weight: bold;
}

.banner_nei {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.banner_nei .cn {
	font-size: 66px;
	line-height: 66px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 20vw;
	bottom: 3vw;
}

.banner_nei .en {
	font-size: 100px;
	line-height: 120px;
	color: #fff;
	font-weight: bold;
	opacity: 0.27;
	position: absolute;
	left: 10vw;
	bottom: 3vw;
}

.banner_nei .position {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 40vw;
	bottom: 0.6vw;
}

.banner_nei .position a {
	color: #fff;
}

.banner_nei .position span {
	padding: 0 10px;
}

.nav_nei {
	background: #F6F6F6;
	padding: 15px 0;
	overflow: hidden;
	padding-left: 9vw;
}

.nav_nei li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 40px;
	margin-right: 40px;
	position: relative;
}

.nav_nei li::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #25506b;
}

.nav_nei li:last-child::after {
	display: none;
}

.nav_nei li a:hover,
.nav_nei li.on a {
	display: inline-block;
	border-bottom: 2px solid #11ded5;
}

.content_box {
	width: 1040px;
	margin: 0 auto;
}

.infolist_nei li {
	border-bottom: solid 1px #27516c;
}

.infolist_nei li .date {
	text-align: center;
	margin-right: 40px;
}

.infolist_nei li .day {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 5px;
}

.infolist_nei li .year {
	height: 19px;
	background-color: #11ded5;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
}

.infolist_nei li .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.infolist_nei li .desc {
	font-size: 14px;
	line-height: 2em;
	color: rgba(0, 0, 0, 0.8);
}

.infolist_nei li a:hover {
	color: #25506b;
}

.detail_box {
	background: #F6F6F6;
	align-items: flex-start;
	padding-right: 8vw;
	overflow: hidden;
}

.detail_box .detail_left {
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 4vw;
}

.detail_box .detail_right {
	flex: none;
	width: 388px;
	margin-left: 3vw;
}

.detail_box .detail_left .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
}

.detail_box .detail_left .date_box {
	padding-left: 15px;
	font-size: 14px;
}

.detail_box .detail_left .date_box span {
	padding: 0 10px;
}

.detail_box .detail_left .detail {
	line-height: 2.2em;
	padding-top: 40px;
}

.detail_box .detail_left .detail img,
.detail_box .detail_left .detail video {
	max-width: 100%;
}

.page_detail_box {
	padding-left: 9vw;
	padding-right: 9vw;
}

.page_detail_box .detail_left .detail {
	padding-top: 0;
}

/*分享*/
.share_box {
	font-size: 14px;
	color: #999;
}

.m-share {
	position: relative;
	border-bottom: 1px solid #27516c;
	line-height: 43px;
}

.m-share::before {
	content: '';
	width: 3px;
	height: 43px;
	background: #11ded5;
	position: absolute;
	left: 0;
	top: 0;
}

.m-share .fl {
	float: left;
}

.share {
	zoom: 1;
	display: inline-block;
}

.share:after {
	content: "";
	display: block;
	clear: both;
}

.share a {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-left: 15px;
	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;
	border: 1px solid #FAC003;
}

.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;
	border: 1px solid #09BB07;
}

.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;
	border: 1px solid #EC514C;
}

.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 .qrcode {
	position: absolute;
	top: 36px;
	padding: 5px;
	background: #fff;
	display: none;
	left: -100%;
	z-index: 11;
	width: 90px;
	height: 90px;
}

.col_prev_next {
	border-top: 1px solid #27516c;
	position: relative;
}

.col_prev_next li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	width: 25vw;
}

.col_prev_next li .layui-icon {
	color: #11ded5;
}

.col_prev_next li:last-child a {
	text-align: right;
}

.col_prev_next .back {
	display: inline-block;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #11ded5;
	border-radius: 5px;
	line-height: 24px;
	padding: 0 15px;
	position: absolute;
	left: 50%;
	margin-left: -43px;
}

.detail_right .zytj {
	background: #fff;
	padding: 25px;
}

.column_nei .cn {
	font-size: 22px;
	color: #27516c;
	font-weight: bold;
	line-height: 22px;
}

.column_nei .line {
	display: block;
	width: 43px;
	height: 3px;
	background: #11ded5;
	margin-top: 10px;
}

.infolist_right li {
	overflow: hidden;
	border-bottom: solid 1px #27516c;
	font-size: 13px;
}

.infolist_right li .date {
	color: #11ded5;
	margin-left: 15px;
}

.pic_info_box {
	overflow: hidden;
	padding-left: 5vw;
	padding-right: 5vw;
	background: url(../images/tzgg_bg.jpg);
}

.picinfolist_nei li a {
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	box-shadow: 0 0 15px #eee;
}

.picinfolist_nei li .text {
	background: #fff;
	padding: 35px;
}

.picinfolist_nei li .title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

.picinfolist_nei li .desc {
	font-size: 14px;
	line-height: 26px;
}

.picinfolist_nei li .hover {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 0;
	background: #E2BF2A;
	box-sizing: border-box;
	padding: 50px;
	color: #fff;
	opacity: 0;
}

.picinfolist_nei li .hover .text {
	background: none;
	padding: 0;
}

.picinfolist_nei li .hover .day {
	font-size: 16px;
}

.picinfolist_nei li .hover .year {
	font-size: 14px;
}

.picinfolist_nei li .hover .more {
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-size: 14px;
}

.picinfolist_nei li .hover .layui-icon {
	margin-left: 15px;
}

.picinfolist_nei li:hover .hover {
	opacity: 1;
	height: 100%;
}

.layui-col-space70 {
	margin: -35px;
}

.layui-col-space70>* {
	padding: 35px;
}

.piclist_nei li {
	text-align: center;
}

.piclist_nei li .title {
	font-size: 20px;
	font-weight: bold;
}

.piclist_nei li .pic_box {
	position: relative;
}

.piclist_nei li .pic {
	position: relative;
	z-index: 2;
}

.piclist_nei li .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #25506B;
	opacity: 0;
}

.piclist_nei li:hover .hover {
	opacity: 1;
	left: 14px;
	top: 13px;
}

.pic_info_box2 {
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	background: url(../images/tzgg_bg.jpg);
}

.picinfolist_nei2 {
	border-top: solid 1px #25506b;
}

.picinfolist_nei2 li {
	border-bottom: solid 1px #25506b;
	padding-left: 20vw;
	padding-right: 20vw;
}

.picinfolist_nei2 li a {
	background: #fff;
	padding: 30px;
}

.picinfolist_nei2 li a:hover {
	box-shadow: 4px 7px 8px 5px rgba(0, 0, 0, 0.35);
}

.picinfolist_nei2 li .pic {
	flex: none;
	width: 10vw;
}

.picinfolist_nei2 li .text {
	margin: 0 30px;
	width: 100%;
}

.picinfolist_nei2 li .date {
	flex: none;
	border: solid 1px #11ded5;
	width: 87px;
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
	font-weight: bold;
}

.picinfolist_nei2 li .year {
	font-size: 14px;
}

.picinfolist_nei2 li .day {
	font-size: 24px;
	color: #25506b;
}

.picinfolist_nei2 li .title {
	font-weight: bold;
}

.picinfolist_nei2 li .desc {
	font-size: 14px;
	line-height: 24px;
}

.picinfolist_nei2 li a:hover {
	color: #25506b;
}

.infolist_nei .padding-top-30 {
	display: flex;
}

#wp_paging_w4 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages_count {
	display: none;
}

.pages_jump {
	display: none;
}

.footer_logo img {
	width: 35vw;
	height: auto;
}

.footer-scan {
           height: 140px;
    display: flex;
    justify-content: center;
}

.scan-box {
      height: 140px;
    width: 140px;
    background-image: url(../images/scan.png);
    background-size: 100%;
}