@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}

@font-face {
	font-family: 'rubikbold';
	src: url('../fonts/rubik/Rubik-Bold.ttf');
}

@font-face {
	font-family: 'rubikmedium';
	src: url('../fonts/rubik/Rubik-Medium.ttf');
}

@font-face {
	font-family: 'rubikregular';
	src: url('../fonts/rubik/Rubik-Regular.ttf');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 35px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border: #bf6464 2px dashed !important;
	background-color: #fdfbfb !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

label.error {
	color: #bf6464;
	padding-top: 5px;
	display: block;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #c1232c !important;
	background-color: #c1232c;
	color: #fff;
}

.float-right {
	float: right;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.color-primary {
	color: #c1232c;
}

.text-primary {
	color: #c1232c;
}

.text-warning {
	color: #ffa367;
}

.text-danger {
	color: #c1232c;
}

.text-info {
	color: #aaa;
}

.text-success {
	color: #28C445;
}

.text-default {
	color: #666;
}

.text-bai {
	color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #c1232c !important;
	background-color: #c1232c !important;
	color: #fff;
}

.line1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line10 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

body {
	color: #333;
	font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
	font-size: 16px;
	background: #fff;
}

a {
	color: #333;
}

a:hover {
	color: #00438A;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-content-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex-content-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex-items-start {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-top-130 {
	padding-top: 130px;
}

.padding-top-190 {
	padding-top: 190px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.padding-bottom-130 {
	padding-bottom: 130px;
}

.padding-bottom-190 {
	padding-bottom: 190px;
}

.padding-left-40 {
	padding-left: 40px;
}

.layui-btn {
	background-color: #00438A;
	width: 100%;
}

.layui-btn-primary {
	background-color: #fff;
}

.layui-btn-warm {
	background-color: #FFB800;
}

.alert {
	padding: 10px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid transparent;
}

.alert.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert.alert-info {
	background: #aaa;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert .close {
	float: right;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}



/* #scrolltop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	flex-direction: column;
	cursor: pointer;
}

#scrolltop .icon {
	width: 44px;
	height: 44px;
	background: #064EA2;
	color: #fff;
}

#scrolltop .icon .layui-icon {
	font-size: 40px;
} */




.img-responsive {
	width: 100%;
	display: block;
}

.hfade {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.layui-fluid {
	padding: 0;
}

.clearfix2 {
	zoom: 1;
}

.clearfix2::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix2::before {
	display: table;
	content: " ";
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.mheader,
.mnav {
	display: none;
}

.header {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	background: transparent;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.header .layui-container {
	position: static;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.6rem;
}


.header_box {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	background: linear-gradient(180deg, rgba(0, 95, 196, 0.73) 0%, rgba(0, 95, 196, 0.35) 56%, rgba(27, 111, 202, 0) 100%);
	height: 190px;
}

.header_box.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

.logo img{
	height: 68px;
}

.header_box .logo .logo_blue {
	display: none;
}

.header_box.white .header {
	background: #fff;
}

.header_box.white .logo .logo_blue {
	display: block;
}

.header_box.white .logo .logo_white {
	display: none;
}

.header_box.white .nav>ul>li>a {
	color: #333;
}

.header_box.white .nav1 .sch {
	background: #014791;
}

.header_box.white .nav1 .sch .iconfont {
	color: #fff;
}

.header_box.white .nav>ul>li:hover>a,
.header_box.white .nav>ul>li.on>a {
	border-bottom: 2px solid #014791;
	color: #014791;
}

.header_box.white .nav1 a:hover {
	color: #014791;
}


.header_box.white .nav>ul>li .sch_blue {
	display: block;
}

.header_box.white .nav>ul>li .sch {
	display: none;
}


.nav {
	position: relative;
	z-index: 20;
	margin-top: 20px;
}

.nav>ul>li {
	position: relative;
	margin-left: 60px;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}

.nav>ul>li>a::after {
	content: '';
	width: 0;
	height: 2px;
	background: #014591;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
	font-weight: bold;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.on>a::after {
	width: 100%;
}

.nav>ul>li .sub {
	position: absolute;
	width: 590px;
	left: 50%;
	transform: translateX(-50%);
	top: 150%;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	opacity: 0;
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
}

/* .nav>ul>li:nth-child(2) .sub {
	height: auto;
	opacity: 1;
} */



.nav>ul>li .sub::after{
	content: '';
	width: 2px;
	height: 0;
	background: #014188;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
}

.nav>ul>li .sub ul {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	background: #FFFFFF url(../images/top_nav_bg.png) no-repeat right bottom;
	border-top: 2px solid #014188;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 40px 40px;
	margin-top: 40px;
}

.nav>ul>li ul li {
	flex: 0 0 auto;
	width: calc(100% / 5);
}

.nav>ul>li ul li a {
	line-height: 35px;
	position: relative;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}

.nav>ul>li ul li a:hover {
	font-weight: bold;
	color: #014791;
	border-bottom: 2px solid #014791;
}

.nav>ul>li:hover .sub {
	opacity: 1;
	height: auto;
	top: 100%;
	overflow: visible;
}
.nav>ul>li:hover .sub::after{
	height: 40px;
}

.nav>ul>li .sch_blue {
	display: none;
}




.nav1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 43px;
	line-height: 43px;
	background: #014591;
	font-size: 14px;
	padding: 0 60px;
}

.nav1 a {
	color: rgba(255, 255, 255, 0.7);
	margin-left: 20px;
}

.nav1 a.en {
	margin-left: 0;
}

.nav1 .line {
	color: #fff;
	margin: 0 10px;
}

.nav1 a.xx {
	margin-left: 40px;
}

.nav1 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.nav1 .left a {
	margin-left: 0;
	margin-right: 0;
}


.nav1 .iconfont {
	font-size: 18px;
}

.nav1 .sch {
	width: 25px;
	height: 25px;
	display: flex;
	background: #fff;
	text-align: center;
	line-height: 25px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
}


.nav1 .sch .iconfont {
	font-size: 12px;
	color: #004287;
}



/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
	color: #001eb4;
}

.mc_ph_hd {
	display: none;
	position: 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: #00438A;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
	position: absolute;
	top: 8px;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #292929;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after {
	top: -8px;
	width: 30px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	top: 8px;
	width: 15px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
	background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
	width: 30px;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #00438A;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
	width: 30px;
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #00438A;
}

.mc_ph_navbar {
	position: relative;
	z-index: 999;
}

/*ph导航&下拉*/
.phxia {
	position: fixed;
	width: 100%;
	left: 0;
	top: 64px;
	z-index: 998;
	/* transform: translateX(-50%); */
	/* padding: 0 15px; */
	background-color: #fff;
	max-height: calc(100vh - 64px);
	overflow: auto;
}

.xialaph {
	display: none;
	width: 100%;
	background-color: #fff;
	font-family: '微软雅黑';
	height: calc(100vh - 64px);
	padding: 10px 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

.xialaph h4 {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
}

.xialaph h4::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h4 a {
	font-size: 18px;
	line-height: 46px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h4 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	background: #f7f8fa;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
	max-width: 100%;
	padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
	display: none;
}

.xialaph .ul1 {}


.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h5 a {
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 35px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}

.xialaph .ul3 {
	display: none;
}

.xialaph h6 a {
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph h5.active .img_s {
	transform: rotate(180deg);
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph_bot {
	margin: 20px 0;
	text-align: right;
	padding: 0 20px;
	font-size: 0;
}

.xialaph_bot>div {
	display: inline-block;
	margin-left: 15px;
}

.mc_ph_search {
	margin-right: 40px;
	margin-top: 15px;
}

.mc_ph_search .layui-icon {
	font-size: 24px;
}


.xialaph_bot>div {
	margin: 0 8px;
}

.xialaph_bot {
	text-align: center !important;
}

.tp_link {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 2;
	font-size: 14px;
	color: #fff;
}

.tp_link a {
	font-size: 14px;
	color: #fff;
}

.tp_link span {
	padding: 0 5px;
}

.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.myclass2.layui-layer-page {
	width: 700px !important;
}

.himg .pic {
	overflow: hidden;
}

.himg img {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.himg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


#colbox {
	background: #fff;
}

#colbox .layui-tab-card {
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: none;
}

#colbox .layui-tab {
	margin: 0;
}

#colbox .layui-tab-title {
	position: relative;
	border-bottom-width: 0px;
	background: none;
	height: auto;
}

#colbox .layui-tab-title li {
	padding: 0;
}

#colbox .layui-tab-title li span {
	display: inline-block;
	padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
	display: none;
}

#colbox .layui-tab-title li a {
	display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
	display: none;
}

.conent_box {
	background: #f7f7f7;
}

.conent_box .layui-row {
	overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
	overflow: hidden;
}

.leftmenu li {
	position: relative;
	float: left;
}

.leftmenu li a {
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
	border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
	z-index: 2;
}

.leftsubmenu {
	background: 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;
	min-height: 300px;
	float: left;
	width: calc((100% - 505px) / 1);
}

.page_right {
	width: 475px;
	position: relative;
	float: right;
	box-sizing: border-box;
	padding-left: 15px;
}

.page_right .right_column {
	height: 76px;
	background: url(../images/tjxw_bg.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 36px;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	padding: 14px 0 0 45px;
	font-size: 24px;
}

.right_list {
	background: #FFFFFF;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 130px 30px 30px;
}

.right_list_ul {
	border-left: 1px solid #ECECEC;
}

.right_list_ul li {
	padding-left: 20px;
	position: relative;
}

.right_list_ul li .title {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ECECEC;
	font-size: 18px;
}

.right_list_ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 2px solid #00438A;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -3px;
	background: #fff;
	border-radius: 100%;
	display: none;
}

.right_list_ul li:hover::before {
	display: block;
}

.right_list_ul li:hover .title {
	font-weight: bold;
}


.page_detail {
	padding: 0;
}


.detail-box {
	padding: 0px;
}

.col-title {
	font-size: 28px;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
}

.col-att {
	font-size: 14px;
	color: #9E9E9E;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	margin: 15px 0 0;
	padding-bottom: 15px;
}

.col-att a {
	color: #9E9E9E;
}

.col-att .linedc {
	padding: 0 5px;
}

.dtl_detail {
	line-height: 2.5em;
	font-size: 16px;
}

.dtl_detail.p1 {
	font-size: 18px;
}

.dtl_detail.p2 {
	font-size: 16px;
}

.dtl_detail.p3 {
	font-size: 14px;
}

.dtl_detail img,
.dtl_detail video {
	max-width: 100%;
}

.dtl_detail p {
	margin-bottom: 20px;
}

.pager {}

.pager li {
	width: 100%;
	margin-bottom: 30px;
}

.pager li a {
	color: #999;
	display: block;
	height: 80px;
	line-height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 0 20px;
	font-size: 18px;
}


.pager li a:hover {
	color: #00438A;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 0;
}

.pagination li a {
	display: inline-block;
	background: #fff;
	width: 33px;
	height: 33px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #595959;
	transition: All .4s ease-in;
	-webkit-transition: All .4s ease-in;
	-moz-transition: All .4s ease-in;
	-o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
	background: #00438A;
	color: #fff;
	border: solid 1px #00438A;
}

.textlist {}

.textlist li {
	border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
	position: relative;
	overflow: hidden;
}

.textlist li .shijian {
	display: block;
	float: right;
	color: #5a5a5a;
	opacity: 0.5;
}

.textlist li .title {
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}

.textlist li .desc {
	line-height: 35px;
	color: #999999;
}

.textlist li .nianyue {
	color: #999999;
	font-size: 12px;
}

.textlist li .nianyue .more {
	float: right;
	font-size: 14px;
}

.textlist li .nianyue .iconfont {
	font-size: 18px;
	margin-left: 10px;
	color: #123f79;
}

.textlist li a:hover .nianyue {
	color: #123f79;
}



.righttitle {
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.righttitle .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #123f79;
	display: inline-block;
	height: 34px;
}

.righttitle .position {
	float: right;
	font-size: 14px;
	color: #333333;
}

.piclist {}

.piclist li a {
	display: block;
	background: #fff;
	position: relative;
}



.piclist li .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	background: #f3f3f3;
	z-index: 2;
}

.piclist li a:hover .title {
	background: #1A61B8;
	color: #fff;
}




.piclist2 li a {
	display: block;
	position: relative;
}

.piclist2 li .text {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px;
}

.piclist2 li .title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.piclist2 li .time {
	font-size: 14px;
	color: #aaaaaa;
}

.piclist2 li a:hover {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
	border-bottom: 1px solid #123f79;
}

.piclist2 li a:hover .title {
	font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
	position: relative;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tuwenlist li .pic {
	flex: none;
	width: 340px;
}

.tuwenlist li .text {
	width: calc((100% - 355px));
	background-size: cover;
}

.tuwenlist li .title {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}

.tuwenlist li .desc {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	opacity: 0.5;
}

.tuwenlist li .date {
	opacity: 0.5;
	font-size: 14px;
}

.tuwenlist li .more {
	color: #00438A;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #00438A;
	padding: 10px 40px;
}

.tuwenlist li a:hover .title {
	font-weight: bold;
}

.tuwenlist li a:hover .more {
	color: #fff;
	background: #00438A;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
	color: #1B1B1B;
	opacity: .5;
}


.search_list li a {
	display: block;
	background: #fff;
	padding: 30px 40px;
}

.search_list li .title {
	font-size: 24px;
	line-height: 45px;
	height: 45px;
}

.search_list li .title .text-danger,
.search_list li .desc .text-danger {
	color: #3988EA;
}

.search_list li .desc {
	line-height: 30px;
	color: #9E9E9E;
	height: 60px;
}

.search_list li .date {
	color: #9E9E9E;
}

.search_list li .iconfont {
	font-size: 16px;
	color: #9E9E9E;
}

.search_list li .column_name {
	height: 30px;
	border-radius: 5px;
	background: #F3F3F3;
	line-height: 30px;
	padding: 0 25px;
	color: #9B9B9B;
}

/*
内容搜索页
 */
.sch-form {
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
	border: none;
	background: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	margin-left: 0;
	box-sizing: border-box;
	padding: 0 10px;
}

.sch-form .sch-type {
	position: absolute;
	left: 20px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
	cursor: pointer;
	color: #828282;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
	padding: 0 10px;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}

.sch_result_list li.no_data .text {
	border-radius: 10px;
	background: #F0EFEE;
	padding: 40px;
}

.sch_result_list li.no_data .text .text1 {
	font-size: 26px;
	font-weight: bold;
	color: #828282;
}

.sch_result_list li.no_data .text .text2 {
	font-size: 18px;
	color: #828282;
}

.loadmore {
	text-align: center;
}

.pchide {
	display: none;
}

.z_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 0;
}

.z_banner .bd li {
	width: 100%;
	overflow: hidden;
}

.z_banner .picBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.z_banner .picBox .imgbg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: ease 1s;
}

.z_banner .picBox .text {
	position: absolute;
	right: -300px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: All 0.9s 0.8s ease-out;
	-webkit-transition: All 0.9s 0.8s ease-out;
	-moz-transition: All 0.9s 0.8s ease-out;
	-o-transition: All 0.9s 0.8s ease-out;
}

.z_banner .swiper-slide-active .picBox .text {
	opacity: 1;
	height: auto;
	right: 0;
}

.z_banner .swiper-slide.text_left .picBox .text {
	right: auto;
	left: -300px;
}

.z_banner .swiper-slide-active.text_left .picBox .text {
	right: auto;
	left: 0;
}


.z_banner .swiper-button-prev,
.z_banner .swiper-button-next {
	width: 65px;
	height: 65px;
	background: rgba(43, 160, 209, 0.63);
	cursor: pointer;
	color: #fff;
	left: 60px;
	margin-top: -32.5px;
	display: none;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.63);
}

.z_banner .swiper-button-prev {
	transform: scaleX(-1);
}

.z_banner .swiper-button-next {
	left: auto;
	right: 60px;
}

.z_banner .swiper-button-prev .iconfont,
.z_banner .swiper-button-next .iconfont {
	font-size: 20px;
}

.z_banner .swiper-button-prev:hover,
.z_banner .swiper-button-next:hover {
	background: rgb(15, 112, 230, 0.63);
	color: #fff;
}

.z_banner:hover .swiper-button-prev,
.z_banner:hover .swiper-button-next {
	display: flex;
}

.z_banner .swiper-pagination {
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.z_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	margin: 0 15px;
}

.z_banner .swiper-pagination-bullet-active {
	width: 28px;
	height: 30px;
	background: url(../images/icon_banner.png) no-repeat center;
}

.z_banner .picBox .imgbg .layui-container {
	z-index: 2;
	height: 100%;
}

.z_banner .picBox .imgbg video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

#myVideo::-webkit-media-controls {
	display: none !important;
}

#myVideo {
	pointer-events: none;
	/* 防止鼠标事件触发控制条显示 */
}

.column {
	height: 42px;
}

.column .more {
	width: 86px;
	height: 42px;
	float: right;
}

.column .more .more_text {
	font-size: 14px;
	color: #999999;
}

.column .more .icon {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/hl.png) no-repeat center;
	background-size: cover;
}

.column .more:hover .more_text {
	color: #D62200;
}

.column .more:hover .icon {
	background: url(../images/hl_h.png) no-repeat center;
	background-size: cover;
}


.column .name {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.column .name img {
	position: relative;
	z-index: 2;
}

.column .name .xm {
	left: -20px;
	z-index: 1;
	top: -3px;
}

.column .name .dot {
	margin: 0 10px;
}


.llgyw_box {
	overflow: hidden;
	background-attachment: fixed;
	position: relative;
}

.llgyw_slide {
	width: 735px;
	float: left;
}


.llgyw_slide .swiper-pagination {
	bottom: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 350px;
}

.llgyw_slide .swiper-pagination-bullet {
	width: 65px;
	height: 65px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #fff;
	opacity: 1;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.llgyw_slide .swiper-pagination-bullet-active {
	width: 87px;
	height: 87px;
	border: 4px solid #fff;
}

.llgyw_slide .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0.3rem 0;
	height: 24px;
	line-height: 24px;
	position: relative;
}

.llgyw_slide .line{
	opacity: 0.2;
	position: relative;
}
.llgyw_slide .line::after{
	content: '';
	width: calc(100% - 15px);
	height: 1px;
	border-top: 1px dashed #E62903;
	position: absolute;
	left: 15px;
	top: -15px;
}
.llgyw_slide .line .dot {
	height: 5px;
	width: 5px;
	background: #E62903;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-17px);
	border-radius: 100%;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.llgyw_slide .line::before{
	content: '';
	height: 1px;
	width: 0;
	background: #E62903;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-15px);
	border-radius: 100%;
	transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
}

.llgyw_slide a:hover .line::before{
	width: calc(100% - 15px);
	height: 1px;
}

.llgyw_slide .desc {
	line-height: 30px;
	color: #999999;
	margin-bottom: 0.2rem;
	height: 60px;
}

.llgyw_slide .time {
	font-size: 14px;
	color: #999999;
}

.llgyw_slide .time .iconfont {
	font-size: 20px;
	color: #E62A03;
	margin-right: 5px;
}

.llgyw_slide .pic img {
	height: 410px;
}

.llgyw_slide .swiper-button-next,
.llgyw_slide .swiper-button-prev {
	width: 45px;
	height: 50px;
	background: rgba(1, 68, 139, 0.5);
	left: 0;
	top: 185px;
	margin-top: 0;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.llgyw_slide .swiper-button-next {
	left: auto;
	right: 0;
}

.llgyw_slide .layui-icon {
	font-size: 22px;
}

.llgyw_slide .swiper-button-next:hover,
.llgyw_slide .swiper-button-prev:hover {
	background: rgba(230, 41, 3, 0.5);
}

.llgyw_slide2 {
	width: calc((100% - 795px) / 1);
	float: right;
	height: 618px;
	overflow: hidden;
}

.llgyw_slide2 .swiper-slide {
	padding-right: 50px;
	box-sizing: border-box;
}

.llgyw_slide2 a {
	display: block;
	height: 100%;
	border-bottom: 1px dashed #D8D8D8;
	position: relative;
}

.llgyw_slide2 a::after {
	content: '';
	width: 0;
	height: 1px;
	background: #E32A05;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.llgyw_slide2 a:hover::after {
	width: 100%;
}

.llgyw_slide2 .title {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}

.llgyw_slide2 .time {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

.llgyw_slide2 .time .iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #E32A05;
}


.llgyw_slide2 .swiper_btn {
	position: absolute;
	right: 0;
	top: 220px;
	z-index: 2;
}

.llgyw_slide2 .swiper_btn .swiper-pagination1 .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(0, 67, 138, 0.48);
	margin: 10px auto;
	opacity: 1;
}

.llgyw_slide2 .swiper_btn .swiper-button-prev1,
.llgyw_slide2 .swiper_btn .swiper-button-next1 {
	width: 36px;
	height: 18px;
	background: url(../images/icon_right.png) no-repeat center;
	cursor: pointer;
	opacity: 0.5;
}

.llgyw_slide2 .swiper_btn .swiper-button-prev1 {
	transform: rotate(180deg);
}

.llgyw_slide2 .swiper_btn .swiper-pagination1 .swiper-pagination-bullet-active {
	background: #00438A;
}

.llgyw_slide2 .swiper_btn .swiper-button-prev1:hover,
.llgyw_slide2 .swiper_btn .swiper-button-next1:hover {
	opacity: 1;
}

.zhxw_box {
	overflow: hidden;
	background: url(../images/zhxw_bg.jpg) no-repeat center;
	background-size: cover;
}

.zhxw_left {
	width: calc((100% - 60px) / 2);
	float: left;
}

.zhxw_right {
	width: calc((100% - 60px) / 2);
	float: right;
}

.zhxw_hd {
	position: relative;
	height: 42px;
}

.zhxw_hd li {
	float: left;
	margin-right: 45px;
	opacity: 0.5;
}

.zhxw_hd li.on {
	opacity: 1;
}

.zhxw_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zhxw_hd .more a {
	width: 86px;
	height: 42px;
	display: none;
}

.zhxw_hd .more a.on {
	display: flex;
}

.zhxw_hd .more .more_text {
	font-size: 14px;
	color: #999999;
}

.zhxw_hd .more .icon {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/hl.png) no-repeat center;
	background-size: cover;
}

.zhxw_hd .more:hover .more_text {
	color: #D62200;
}

.zhxw_hd .more:hover .icon {
	background: url(../images/hl_h.png) no-repeat center;
	background-size: cover;
}


.zhxw_bd .box {
	position: relative;
	padding-left: 5px;
	padding-bottom: 5px;
	display: none;
}

.zhxw_bd .box::before {
	content: '';
	width: 5px;
	height: 95px;
	background: linear-gradient(201deg, #3195FF 71%, #3195FF 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.zhxw_bd .box::after {
	content: '';
	width: 80px;
	height: 5px;
	background: linear-gradient(201deg, #3195FF 71%, #3195FF 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.zhxw_bd .box ul {
	background: linear-gradient(180deg, #FFFDF5 0%, #FFFFFF 100%);
	position: relative;
	padding: 40px 0 0 65px;
	height: 440px;
	box-sizing: border-box;
}

.zhxw_bd .box ul::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 0;
	background: rgba(153, 153, 153, 0.4);
}

.zhxw_bd .box ul li {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
	padding-right: 25px;
}

.zhxw_bd .box ul li .title {
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	height: 24px;
	line-height: 24px;
}

.zhxw_bd .box ul li::after {
	content: '';
	width: 7px;
	height: 7px;
	background: #81BEFF;
	position: absolute;
	left: -33px;
	top: 9px;
	border-radius: 100%;
}

.zhxw_bd .box ul li .time {
	font-size: 14px;
	color: #1E63AB;
}

.zhxw_bd .box ul li .time .iconfont {
	font-size: 20px;
	color: #E32A05;
	margin-right: 5px;
}

.zhxw_bd .box ul li:hover::after {
	background: #01448B;
}

.zhxw_bd .box ul li a {
	display: block;
	position: relative;
}

.zhxw_bd .box ul li a::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -20px;
	border-top: 1px dashed #D8D8D8;
}

.zhxw_bd .box ul li:last-child a::before {
	display: none;
}

.zhxw_bd .box ul li a::after {
	content: '';
	width: 0;
	height: 1px;
	background: #E62903;
	position: absolute;
	left: 0;
	bottom: -19px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.zhxw_bd .box ul li:hover a::after {
	width: 100%;
}

.zhxw_bd .box ul li::before {
	content: '';
	width: 1px;
	height: 0;
	background: #E62903;
	position: absolute;
	left: -65px;
	top: 50%;
	transform: translateY(-50%);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.zhxw_bd .box ul li:hover::before {
	height: 70px;
}

.mtllg_list li a {
	display: block;
	position: relative;
	padding: 5px 5px 0 0;
}

.mtllg_list li .text {
	background: #fff;
	padding: 25px 25px 21px;
	position: relative;
	z-index: 3;
	background: linear-gradient(180deg, #FFFDF5 0%, #FFFFFF 100%);
}


.mtllg_list li:nth-child(2) .text {
	background: linear-gradient(180deg, #FFEFEB 0%, #FFFFFF 100%);
}

.mtllg_list li:nth-child(3) .text {
	background: linear-gradient(180deg, #F5FFF9 0%, #FFFFFF 100%);
}

.mtllg_list li:nth-child(4) .text {
	background: linear-gradient(180deg, #FBF5FF 0%, #FFFFFF 100%);
}

.mtllg_list li a::after {
	content: '';
	width: 95%;
	height: 90%;
	background: linear-gradient(180deg, #9CCCFF 0%, rgba(156, 204, 255, 0) 100%);
	position: absolute;
	right: 0;
	top: 0;
}

.mtllg_list li a::before {
	content: '';
	width: 0;
	height: 0;
	background: linear-gradient(180deg, #E32A05 0%, rgba(227, 47, 12, 0) 100%);
	position: absolute;
	right: 0;
	top: 0;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	z-index: 1;
}

.mtllg_list li .more {
	width: 29px;
	height: 29px;
	background: url(../images/mtllg_more.png) no-repeat center;
	background-size: cover;
}

.mtllg_list li .author {
	text-align: right;
	font-size: 14px;
	color: #999999;
	margin-top: -5px;
}

.mtllg_list li .time {
	font-size: 14px;
	color: #999999;
}

.mtllg_list li .time .iconfont {
	font-size: 20px;
	color: #E32A05;
	margin-right: 5px;
}

.mtllg_list li .title {
	font-size: 18px;
	line-height: 35px;
	height: 70px;
	margin: 10px 0 10px;
}

.mtllg_list li a:hover::before {
	background: linear-gradient(180deg, #E32A05 0%, rgba(227, 47, 12, 0) 100%);
	width: 95%;
	height: 90%;
}

.mtllg_list li a:hover .text {
	background: #fff url(../images/mtllg_bg.png) no-repeat right top;
}

.mtllg_list li a:hover .more {
	background: url(../images/mtllg_more_h.png) no-repeat center;
	background-size: cover;
}

/* .zhxw_right .column {
	margin-top: -22px;
	margin-bottom: 22px;
} */

.hlst_box {
	overflow: hidden;
	background: url(../images/hlst_bg.jpg) no-repeat center;
	background-attachment: fixed;
}

.hlst_left {
	width: 745px;
	float: left;
}

.hlst_right {
	width: calc((100% - 785px) / 1);
	float: right;
}

.hlst_hd {
	position: relative;
	height: 42px;
}

.hlst_hd li {
	float: left;
	margin-right: 45px;
	opacity: 0.5;
}

.hlst_hd li.on {
	opacity: 1;
}

.hlst_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hlst_hd .more a {
	width: 86px;
	height: 42px;
	display: none;
}

.hlst_hd .more a.on {
	display: flex;
}

.hlst_hd .more .more_text {
	font-size: 14px;
	color: #999999;
}

.hlst_hd .more .icon {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/hl.png) no-repeat center;
	background-size: cover;
}

.hlst_hd .more:hover .more_text {
	color: #D62200;
}

.hlst_hd .more:hover .icon {
	background: url(../images/hl_h.png) no-repeat center;
	background-size: cover;
}

.hlst_bd {
	position: relative;
}

.hlst_bd .box {
	position: relative;
	display: none;
}

/* .hlst_bd .box:nth-child(2){
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
} */
.hlst_bd .box.on {
	opacity: 1;
	z-index: 2;
}

.hlst_slide {
	width: 100%;
	height: 415px;
	overflow: hidden;
}

.hlst_slide li {
	float: left;
	width: 275px;
	position: relative;
}

.hlst_slide li img {
	height: 196px;
}

.hlst_slide li:nth-child(1) img {
	height: 415px;
}

.hlst_slide li:nth-child(2) {
	width: 445px;
	float: right;
	margin-bottom: 24px;
}

.hlst_slide li:nth-child(3) {
	width: 445px;
	float: right;
}

.hlst_slide li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	padding: 30px 30px 0;
	box-sizing: border-box;
}

.hlst_slide li .text .title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}




.tzgg_slide {
	height: 380px;
}

.tzgg_slide a {
	display: block;
	height: 100px;
}

.tzgg_slide .title {
	background: url(../images/tzgg_icon.png) no-repeat left center;
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 15px;
	height: 24px;
	line-height: 24px;
}

.tzgg_slide .date {
	font-size: 14px;
	color: #999999;
}

.tzgg_slide .line {
	width: calc((100% - 90px) / 1);
	height: 1px;
	border-top: 1px dashed #B4D5EE;
	position: relative;
}

.tzgg_slide .line::after {
	content: '';
	width: 0;
	height: 1px;
	background: #014188;
	position: absolute;
	left: 0;
	top: -1px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.tzgg_slide a:hover .line::after {
	width: 100%;
}

/* .hlst_right .column {
	margin-top: -25px;
} */

.tzgg_slide_btn .swiper-button-prev2,
.tzgg_slide_btn .swiper-button-next2 {
	width: 59px;
	height: 37px;
	background: url(../images/icon_right_tzgg.png) no-repeat center;
	cursor: pointer;
	opacity: 0.5;
}

.tzgg_slide_btn .swiper-button-prev2:hover,
.tzgg_slide_btn .swiper-button-next2:hover {
	opacity: 1;
}

.tzgg_slide_btn .swiper-button-prev2 {
	transform: scaleX(-1);
}

.tzgg_slide_btn .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(1, 65, 136, 0.35);
	margin: 0 8px;
}

.tzgg_slide_btn .swiper-pagination-bullet-active {
	background: #014188;
}

.tzgg_slide_btn .swiper-pagination2 {
	margin: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tsllg_box {
	overflow: hidden;
	background: url(../images/tsllg_bg.jpg) no-repeat center;
	background-size: cover;
}

.tsllg_list li {
	float: left;
	box-shadow: 0px 0px 20px 0px rgba(13, 76, 146, 0.4);
	width: 66.5%;
	position: relative;
}

.tsllg_list li:nth-child(2) {
	float: right;
	width: 32%;
}

.tsllg_list li:nth-child(3) {
	float: right;
	margin-top: 21px;
	width: 32%;
}

.tsllg_list li img {
	width: 100%;
	height: auto;
}

.tsllg_list li .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	padding: 30px 20px;
	box-sizing: border-box;
}

.tsllg_list li .text .title {
	height: 24px;
	line-height: 24px;
}

.ztwz_bg {
	overflow: hidden;
	background: #FFF5EE;
}

.ztwz_box {
	overflow: hidden;
	background-attachment: fixed;
}

/* .ztwz_list{
	margin: -30px;
}
.ztwz_list>*{
	padding: 30px;
} */
.ztwz_list li a {
	display: block;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	position: relative;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}



.ztwz_list li .pic {
	background: #fff;
	position: relative;
	z-index: 3;
}


.footer_box {
	background: linear-gradient(180deg, rgba(236, 245, 255, 0) 0%, #ECF5FF 100%);
	position: relative;
	z-index: 3;
}

.footer_box .flex-between {
	height: 231px;
}

.footer {
	background: linear-gradient(180deg, #155FB0 0%, #014188 100%);
	text-align: center;
	color: rgba(238, 238, 238, 0.6);
}

.footer .sydw {
	position: absolute;
	right: 0;
	top: 5px;
}

.footer_box .left {
	width: calc(100% - 550px - 1rem);
}

.footer_ewmlist {
	width: 550px;
}

.footer_ewmlist li {
	text-align: center;
	font-size: 14px;
}

.footer_ewmlist li .icon {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background: linear-gradient(180deg, #FFEEEE 0%, #E8F3FF 100%);
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	line-height: 60px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	border: 1px solid transparent;
}

.footer_ewmlist li .iconfont {
	font-size: 30px;
}

.footer_ewmlist li .text {
	color: rgba(153, 153, 153, 0.72);
}

.footer_ewmlist li a {
	display: block;
	position: relative;
}

.footer_ewmlist li .hover {
	position: absolute;
	left: 50%;
	bottom: 120%;
	margin-left: -50px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	display: none;
}

.footer_ewmlist li .hover::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -10px;
}

.footer_ewmlist li:hover .hover {
	display: block;
}

.footer_ewmlist li:nth-child(1) .iconfont {
	color: #0069D8;
}

.footer_ewmlist li:nth-child(2) .iconfont {
	color: #D62200;
}

.footer_ewmlist li:nth-child(3) .iconfont {
	color: #03BE00;
}

.footer_ewmlist li:nth-child(4) .iconfont {
	color: #FF7300;
}

.footer_ewmlist li:nth-child(5) .iconfont {
	color: #000000;
}

.footer_ewmlist li:hover .icon {
	transform: rotateY(360deg);
	border: 1px solid #D82300;
}

.footer_lxfslist {
	overflow: hidden;
}

.footer_lxfslist li {
	float: left;
	width: 290px;
}

.footer_lxfslist li:nth-child(2n) {
	float: right;
}

.footer_lxfslist li .icon {
	border-radius: 3px;
	border: 1px solid rgba(153, 153, 153, 0.4);
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	flex: none;
	margin-right: 15px;
}

.footer_lxfslist li .icon .iconfont {
	color: rgba(153, 153, 153, 0.9);
	font-size: 20px;
}

.footer_lxfslist li .text {
	font-size: 14px;
	color: rgba(153, 153, 153, 0.9);
}

.fjqs {
	position: absolute;
	left: 0.5rem;
	transform: translateY(-50%);
	top: 50%;
}

.right_nav {
	width: 113px;
	height: auto;
	position: fixed;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/right_nav_bg.png) no-repeat;
	background-position: 25px 0;
	padding-top: 100px;
}


.right_nav ul li {
	margin-bottom: 18px;
	height: 26px;
	background: #01448B;
	border-radius: 10000px;
}

.right_nav ul li:nth-child(2) {
	background: #C9784C;
}

.right_nav ul li:nth-child(4) {
	background: #B0280C;
}

.right_nav ul li:nth-child(6) {
	background: #74682B;
}

.right_nav ul li a {
	color: #fff;
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
}

.right_nav .btn {
	text-align: center;
}

.right_nav .name {
	height: 26px;
	line-height: 26px;
	background: #C9784C;
	border-radius: 10000px;
	color: #fff;
	font-size: 14px;
}

.right_nav .btn .icon {
	width: 31px;
	height: 31px;
	background: #C9784C;
	margin: 25px auto 10px;
	border-radius: 100%;
	color: #fff;
}

.right_nav .btn .iconfont {
	font-size: 14px;
}

.hlrw_slide1_box {
	width: 100%;
	height: 145px;
	box-sizing: border-box;
	padding: 0 31px;
	position: relative;
	box-sizing: border-box;
}

.hlrw_slide1 {
	height: 100%;
	padding: 0;
	width: calc(100% - 15px);
	box-sizing: border-box;
}


.hlrw_slide1 .swiper-slide {
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}


.hlrw_slide1 .swiper-slide img {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	background: #FDE3E3;
	padding: 5px;
}

.hlrw_slide1_box .hlrw_slide1_prev,
.hlrw_slide1_box .hlrw_slide1_next {
	width: 18px;
	height: 36px;
	position: absolute;
	left: 0;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #00438A;
	line-height: 36px;
	cursor: pointer;
}

.hlrw_slide1_box .hlrw_slide1_next {
	left: auto;
	right: 0;
	transform: rotateY(180deg) translateY(-50%);
}

.hlrw_slide1_box .hlrw_slide1_prev:hover,
.hlrw_slide1_box .hlrw_slide1_next:hover {
	color: #E32A05;
}


/* .hlrw_slide1_box .swiper-button-disabled{
	opacity: .5;
} */

.hlrw_slide1 .swiper-slide.swiper-slide-active img {
	background: linear-gradient(180deg, #FDE3E3 0%, #D8EBFF 100%);
	padding: 5px;
}

.hlrw_slide2_box {
	width: 100%;
}

.hlrw_main {
	align-items: flex-start;
}

.hlrw_slide2 .swiper-slide {
	opacity: 0 !important;
}

.hlrw_slide2 .swiper-slide-active {
	opacity: 1 !important;
}

.hlrw_slide2 .swiper-slide .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.hlrw_slide2 .swiper-slide .desc {
	line-height: 30px;
	height: 120px;
	color: #999999;
	text-indent: 2em;
}

.hlrw_slide2 .swiper-slide .more {
	display: block;
	width: 86px;
	height: 42px;
	background: url(../images/more_h.png) no-repeat center;
	margin: 30px auto 0;
}


.search-dialog-box {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
	content: "";
	position: absolute;
	top: 0px;
	height: 0px;
	background: rgba(7, 80, 158, 0.9);
	transition: all 0.6s ease 0s;
	left: 0px;
	right: 0px;
	z-index: 1;
}

.search-dialog-box.on::before {
	height: 100%;
}

.search-dialog-box .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.search-dialog-box .search-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	margin: 0px;
	background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
	transform-origin: center center;
	transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
	transform: translateY(100%);
	transition: all 0.6s ease 0s;
	max-width: 1200px;
	margin: 0px auto;
}

.search-dialog {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 94%;
	z-index: 2;
}

.search-tit {
	font-size:30px;
	line-height: 50px;
	color: rgb(255, 255, 255);
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}

.search-dialog .search-inner {
	overflow: hidden;
	margin-top: 0px;
}

.search-dialog-box.on {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .search-bg {
	height: 100vh;
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0px);
}

.pub-close {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 10;
	right: 30px;
	top: 30px;
	background-color: rgb(43, 170, 109);
	border-radius: 100%;
}

.pub-close .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(43, 170, 109);
	transform: scale(0);
	border-radius: 100%;
	transition: transform 0.3s ease 0s;
}

.pub-close i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: 18px;
	background-repeat: no-repeat;
	background-image: url("../images/close-btn.svg");
	transition: all 0.6s ease 0s;
}

.pub-close i:hover {
	transform: rotate(180deg);
}

.search_box {
	display: flex;
	width: 100%;
}

.search_box input.input {
	width: calc(100%);
	height: 60px;
	background: rgb(243, 243, 243);
	border-radius: 30px 0 0 30px;
	padding: 0px 20px;
	font-size: 20px;
	color: rgb(51, 51, 51);
	border: none;
}

.search_box input.submit {
	height: 60px;
	border-radius: 0px 30px 30px 0px;
	padding: 0px 40px;
	background: url("../images/submit.svg") no-repeat center rgb(43, 170, 109);
	border: none;
	text-align: center;
	background-size: 25px;
	cursor: pointer;
}

/* .home body {
	height: 100vh;
	overflow: hidden;
}

.body_main {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 100;
	overflow: auto;
	outline: none;
}

.body_main.fixed {
	top: 0;
}

.body_index{
	background: #94070a;
		height: 100%;
		overflow: hidden;
} */


.up_xxjj_box {
	background: url(../images/up_xxjj_bg.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}

.up_xxjj_main {
	align-items: flex-start;
}
.up_xxjj_main .mid {
	flex: none;
	width: 174px;
	margin-right: 0.4rem;
}
.up_xxjj_main .left {
	flex: 1;
	margin-right: 0.54rem;
	padding-top: 0.4rem;
}

.up_xxjj_main .left p{
	margin-bottom: 20px;
}

.up_xxjj_main .left .desc {
	line-height: 32px;
	color: #434343;
	text-indent: 2em;
}

.up_xxjj_main .left .more {
	width: 86px;
	height: 42px;
}

.up_xxjj_main .left .more .more_text {
	font-size: 14px;
	color: #999999;
}

.up_xxjj_main .left .more .icon {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/hl.png) no-repeat center;
	background-size: cover;
}

.up_xxjj_main .left .more:hover .more_text {
	color: #D62200;
}

.up_xxjj_main .left .more:hover .icon {
	background: url(../images/hl_h.png) no-repeat center;
	background-size: cover;
}

.up_xxjj_main .right {
	flex: none;
	width: 486px;
}

.up_xxjj_main .right .w1919{
	width: calc(100% + 40px);
	margin-left: -20px;
}

.up_xxjj_slide_box .swiper_btn {
	width: calc(100% - 40px);
	text-align: center;
	margin: 0 auto;
	background: linear-gradient(0deg, #EEF8FF 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	padding: 20px 0;
}

.up_xxjj_slide_box .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(1, 65, 136, 0.35);
	margin: 0 8px;
}

.up_xxjj_slide_box .swiper-pagination-bullet-active {
	background: #014188;
}

.up_xxjj_slide_box .swiper-button-prev1,
.up_xxjj_slide_box .swiper-button-next1 {
	cursor: pointer;
}

.up_xxjj_slide_box .swiper-button-next1 {
	transform: rotateY(180deg);
}

.up_xxjj_slide_box .swiper-button-prev1:hover,
.up_xxjj_slide_box .swiper-button-next1:hover {
	opacity: 0.5;
}
.up_xxjj_slide{
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}


.up_xxjj_data li .number {
	font-size: 48px;
	color: #014791;
	margin-right: 10px;
}

.up_xxjj_data li .dw {
	font-size: 20px;
	font-weight: bold;
	color: #6D6D6D;
}

.up_xxjj_data li .name {
	font-size: 18px;
	color: #6F6F6F;
}

.up_xxjj_nav{
	background: url(../images/hlst_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.up_xxjj_nav li a {
	display: block;
	position: relative;
	height: 203px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.up_xxjj_nav li .pic{
	float: left;
	margin-right: 0.3rem;
}
.up_xxjj_nav li .pic img {
	height: 203px;
	width: auto;
}

.up_xxjj_nav li .text {
	z-index: 2;
	background: #fff url(../images/up_xxjj_nav_bg.png) no-repeat right bottom;
	height: 100%;
	
}

.up_xxjj_nav li .text .title {
	margin-top: 0.25rem;
	font-size: 0.25rem;
	font-weight: bold;
}

.up_xxjj_nav li .more {
	width: 86px;
	height: 42px;
	margin-top: 0.6rem;
}

.up_xxjj_nav li .more .more_text {
	font-size: 14px;
	color: #999999;
}

.up_xxjj_nav li .more .icon {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/hl.png) no-repeat center;
	background-size: cover;
}
.up_xxjj_nav li a:hover .text{
	background: #fff url(../images/up_xxjj_nav_bg_h.png) no-repeat right bottom;
	background-position: 100% 15px;
}


.layui-col-space40 {
	margin: -20px;
}
.layui-col-space40>* {
	padding: 20px;
}

.up_fzlc_slide1_box .up_fzlc_slide1_prev,
.up_fzlc_slide1_box .up_fzlc_slide1_next {
	width: 80px;
	float: left;
	height: 120px;
	line-height: 120px;
	cursor: pointer;
	color: rgba(0, 67, 138, 0.48);
	background: url(../images/up_fzlc_dot.png) no-repeat center;
	background-position:  0 center;
	box-sizing: border-box;
	padding-left: 5px;
}
.up_fzlc_slide1_box .iconfont{
	font-size: 30px;
}
.up_fzlc_slide1_box .up_fzlc_slide1_next {
	text-align: left;
	transform: rotateY(180deg);
}
.up_fzlc_slide1_box .up_fzlc_slide1_prev:hover .iconfont,.up_fzlc_slide1_box .up_fzlc_slide1_next:hover .iconfont{
	color: #D02000;
}

.up_fzlc_slide1 {
	width: calc((100% - 160px) / 1);
	float: left;
	height: 120px;
}

.up_fzlc_slide1 .swiper-slide .year {
	width: 120px;
	height: 120px;
	background: #F0F8FF;
	border-radius: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}

.up_fzlc_slide1 .swiper-slide .year p {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 100%;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.up_fzlc_slide1 .swiper-slide .year .num {
	font-size: 24px;
}

.up_fzlc_slide1 .swiper-slide.active-nav .year p {
	background: #D02000;
	color: #fff;
}

.up_fzlc_slide1_box .up_fzlc_slide1_prev:hover,
.up_fzlc_slide1_box .up_fzlc_slide1_next:hover {
	color: #00438A;
}

.up_fzlc_slide1 .swiper-slide .year::after {
	content: '';
	width: 163px;
	height: 100px;
	background: url(../images/up_fzlc_dot.png) no-repeat center;
	position: absolute;
	left: 76%;
	top: 50%;
	margin-top: -50px;
}

.up_fzlc_slide1 .swiper-slide .year::before {
	content: '';
	width: 163px;
	height: 100px;
	background: url(../images/up_fzlc_dot.png) no-repeat center;
	position: absolute;
	right: 76%;
	top: 50%;
	margin-top: -50px;
}

.up_fzlc_slide2 {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.up_fzlc_slide2 .text {
	background: #FFFFFF url(../images/up_lsyg_bg.png) no-repeat 95% 34px;
	padding: 60px 35px 50px;
	position: relative;
}

.up_fzlc_slide2 .text .desc {
	line-height: 35px;
	height: 105px;
	font-size: 18px;
}

.up_fzlc_slide2 .text .title {
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	font-weight: 900;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	opacity: 0.1;
	position: absolute;
	left: 35px;
	top: 20px;
}

.up_fzlc_slide2 .text .title::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7),
			rgba(255, 255, 255, 1));
	z-index: 2;
}

.up_hlzg_box{
	background: url(../images/up_hlzg_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.up_hlzg_main{
	position: relative;
	overflow: hidden;
}
.up_hlzg_text{
	background: linear-gradient(180deg, #FFFDF5 0%, #FFFFFF 100%);
	width: 736px;
	height: 388px;
	padding: 0.4rem;
	margin-top: 1.5rem;
	box-sizing: border-box;
	padding-right: 3.1rem;
}
.up_hlzg_text .desc{
	line-height: 30px;
	height: 150px;
	color: #444444;
}
.up_hlzg_text .more {
	width: 86px;
	height: 42px;
}

.up_hlzg_text .more .more_text {
	font-size: 14px;
	color: #D62200;
}

.up_hlzg_text .more .icon {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/hl_h.png) no-repeat center;
	background-size: cover;
}

.up_hlzg_text .more:hover .more_text {
	color: #D62200;
}

.up_hlzg_text .more:hover .icon {
	background: url(../images/hl_h.png) no-repeat center;
	background-size: cover;
}

.up_hlzg_pic{
	width: calc(100% - 457px);
	position: absolute;
	right: 0;
	top: 0;
}

.up_xyfj_box{
	background: url(../images/up_xyfj_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.xyfj_slide{
	padding: 50px 0;
	box-sizing: border-box;
	text-align: center;
}
.xyfj_slide .pic{
	text-align: center;
	position: relative;
	display: inline-block;
}

.xyfj_slide_box{
	position: relative;
}
.xyfj_slide_box .xyfj_slide_prev,.xyfj_slide_box .xyfj_slide_next{
	width: 70px;
	height: 70px;
	background: #004898;
	border-radius: 100%;
	color: #fff;
	position: absolute;
	left: 2.1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	opacity: 0.8;
	border: 1px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.xyfj_slide_box .xyfj_slide_next{
	left: auto;
	right: 2.1rem;
	transform: rotateY(180deg) translateY(-50%);
}
.xyfj_slide .swiper-slide-active .pic img{
	box-shadow: 0px 5.05px 50px 0px rgba(0, 0, 0, 0.5);
}
.xyfj_slide .pic .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding:0  0.3rem;
	box-sizing: border-box;
	display: none;
}
.xyfj_slide .swiper-slide-active .pic .text{
	display: block;
}

.spjs_slide .swiper_btn {
	text-align: center;
	margin: 0 auto;
}

.spjs_slide .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(1, 65, 136, 0.35);
	margin: 0 8px;
}

.spjs_slide .swiper-pagination-bullet-active {
	background: #014188;
}

.spjs_slide .swiper-button-prev1,
.spjs_slide .swiper-button-next1 {
	cursor: pointer;
}

.spjs_slide .swiper-button-next1 {
	transform: rotateY(180deg);
}

.spjs_slide .swiper-button-prev1:hover,
.spjs_slide .swiper-button-next1:hover {
	opacity: 0.5;
}

.spjs_slide .pic{
	position: relative;
	padding-left: 14px;
	padding-bottom: 14px;
	aspect-ratio: 16/9;
}
.spjs_slide .pic img{
	height: 100%;
	position: relative;
	z-index: 2;
}
.spjs_slide .pic::after{
	content: '';
	width: 100%;
	height: 164px;
	background: linear-gradient(180deg, #9CCCFF 0%, rgba(156, 204, 255, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
}
.spjs_slide a:hover .pic::after{
	background: linear-gradient(180deg, #E32A05 0%, rgba(227, 47, 12, 0) 100%);
}

.spjs_slide .pic::before{
	content: '';
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	background:rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
		opacity: 1;
}
.spjs_slide .pic .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	width: 70px;
	height: 70px;
	border: 1px solid #FFFFFF;
	color: #fff;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	background: #000000;
	opacity: 0.5;
	transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
}
.spjs_slide .text .title{
	color: #444444;
	height: 24px;
	line-height: 24px;
}
.spjs_slide .text{
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 0.2rem 0;
}
.spjs_slide .text::after{
	content: '';
	width: 0;
	height: 1px;
	background: #014791;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.spjs_slide a:hover .text .title{
	color: #014791;
}
.spjs_slide a:hover .text::after{
	width: 100%;
}
.spjs_slide a:hover .pic::before{
	opacity: 0;
}
.spjs_slide a:hover .pic .icon{
	opacity: 0;
}