@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: #0068B7;
}

.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: #0068B7;
	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%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	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;
	overflow: hidden;
}


.header_box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	padding-bottom: 50px;
}

.header_box.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

.header_box.fixed .header {
	height: 0;
}

.header_box.fixed .header_white {
	height: auto;
}


.header_white {
	background: #fff;
	padding: 0 100px;
	height: 0;

}

.header_white .nav {
	padding-right: 0;
}

.header_white .nav li {
	display: inline-block;
	padding-top: 0;
	margin-left: 30px;
}

.header_white .nav li a {
	font-size: 18px;
	color: #2B2B2B;
	display: block;
	height: 48px;
}

.header_white .nav li a::after {
	background: #0068B7;
	bottom: 0;
}
.header_white .nav li.on a,.header_white .nav li a:hover{
	color: #0068B7;
}

.sch_white {
	overflow: hidden;
}

.sch_white form {
	float: right;
	height: 26px;
	border-radius: 13px;
	background: rgba(0, 0, 0, .1);
}

.sch_white .sch_input {
	width: 124px;
	height: 26px;
	line-height: 26px;
	background: none;
	border: none;
	padding-left: 20px;
	font-size: 14px;
}

.sch_white .sch_btn {
	width: 50px;
	height: 26px;
	background: none;
	border: none;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.sch_white .sch_btn .iconfont {
	font-size: 16px;
}

.nav {
	position: relative;
	padding-right: 50px;
}

.nav li {
	padding-top: 50px;
}

.nav li a {
	font-size: 18px;
	color: #fff;
	position: relative;
}

.nav li a::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -15px;
	display: none;
}

.nav li.logo {
	padding-top: 0;
}

.nav li.logo a:hover::after {
	display: none;
}

.nav li a:hover::after,
.nav li.on a::after {
	display: block;
}

.nav li a:hover,
.nav li.on a {
	display: block;
	font-weight: bold;
}

.nav .sch {
	position: absolute;
	right: 0;
	top: 53px;
	font-size: 18px;
	z-index: 2;
}

.nav .sch .iconfont {
	font-size: 18px;
	color: #fff;
}


/* 手机导航 */
.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: #0068B7;
}

.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: #0068B7;
}

.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: #0068B7;
}

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


.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;
	background: #FFFFFF;
	min-height: 300px;
	border: 1px solid rgba(0, 0, 0, .06);
}


.page_detail {
	padding: 40px 185px;
}


.detail-box {
	padding: 0px;
}

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

.col-att {
	font-size: 14px;
	color: #9E9E9E;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	margin: 15px 0 0;
	padding-bottom: 10px;
}

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

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

/*分享*/
.m-share {
	position: relative;
	line-height: 24px;
}


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

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

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

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

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

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

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

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

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

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

.share .qrcode {
	position: absolute;
	top: 36px;
	padding: 5px;
	background: #fff;
	display: none;
	left: -100%;
	z-index: 11;
}

.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 {
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .06);
}

.pager li {
	width: 49%;
	float: left;
}

.pager li a {
	color: #999;
}

.pager li:last-child {
	float: right;
	text-align: right;
}

.pager li a:hover {
	color: #1A61B8;
}

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

.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 {
	overflow: hidden;
	position: relative;
}

.piclist li {
	width: calc((100% - 60px) / 3);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.piclist li:nth-child(3n) {
	margin-right: 0;
}

.piclist li a {
	display: block;
	background: #fff;
	position: relative;
}

.piclist li .pic img {
	width: 100%;
	height: auto;
}

.piclist li .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	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;
	z-index: 2;
	background: #f3f3f3;
}

.piclist li a:hover .title {
	background-color: #0072BE;
	color: #fff;
}

.piclist li:nth-child(1),
.piclist li:nth-child(4) {
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	position: relative;
}

.piclist li:nth-child(4) {
	margin-right: 0;
}

.piclist li:nth-child(1) .title,
.piclist li:nth-child(4) .title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.piclist li:nth-child(1) .pic img,
.piclist li:nth-child(4) .pic img {
	height: auto;
}

.piclist li:nth-child(2),
.piclist li:nth-child(3),
.piclist li:nth-child(5),
.piclist li:nth-child(6) {
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.piclist li:nth-child(3) {
	margin-right: 0;
}

.piclist li:nth-child(5) {
	position: absolute;
	left: 0;
	top: 388px;
}

.piclist li:nth-child(6) {
	position: absolute;
	left: calc((100% - 30px) / 4 + 10px);
	top: 388px;
	margin-right: 0;
}


.piclist li:nth-child(2) .pic img,
.piclist li:nth-child(3) .pic img,
.piclist li:nth-child(5) .pic img,
.piclist li:nth-child(6) .pic img {
	height: auto;
}

.piclist li:nth-child(2) .title,
.piclist li:nth-child(3) .title,
.piclist li:nth-child(5) .title,
.piclist li:nth-child(6) .title {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	background: none;
	color: #fff;
	line-height: 28px;
	height: 56px;
	margin-top: -28px;
	-webkit-line-clamp: 2;
	display: none;
}

.piclist li:nth-child(2)::after,
.piclist li:nth-child(3)::after,
.piclist li:nth-child(5)::after,
.piclist li:nth-child(6)::after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 103, 184,0.7);
	display: none;
}

.piclist li:nth-child(2):hover .title,
.piclist li:nth-child(3):hover .title,
.piclist li:nth-child(5):hover .title,
.piclist li:nth-child(6):hover .title {
	display: -webkit-box;
	background: none;
}

.piclist li:nth-child(2):hover::after,
.piclist li:nth-child(3):hover::after,
.piclist li:nth-child(5):hover::after,
.piclist li:nth-child(6):hover::after {
	display: block;
}

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

.piclist2 li {
	width: calc((100% - 80px) / 5);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.piclist2 li:nth-child(5n) {
	margin-right: 0;
}

.piclist2 li a {
	display: block;
	background: #fff;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.piclist2 li .pic img {
	width: 100%;
	height: auto;
}


.picinfolist li {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
}
.picinfolist li a{
	display: block;
	position: relative;
}

.picinfolist li .pic {
	float: left;
	margin-right: 25px;
}

.picinfolist li .pic img {
	width: 395px;
	height: 222px;
	display: block;
}

.picinfolist li .text {
	height: 222px;
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
	padding: 35px 25px 0 0;
}

.picinfolist li .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
}

.picinfolist li .desc {
	font-size: 14px;
	line-height: 27px;
	color: #2a2a2a;
	opacity: 0.5;
	height: 81px;
	margin: 15px 0 10px;
}

.picinfolist li .date {
	font-size: 14px;
	color: #2a2a2a;
	opacity: 0.5;
}

.picinfolist li:hover {
	box-shadow: -3px -1px 43px 0px rgba(0, 0, 0, 0.1);
}

.picinfolist li:hover .date {
	color: #0171B9;
	opacity: 1;
}

.picinfolist li a .border {
	position: absolute;
	background: none;
	transition: all .5s ease-in-out;
	z-index: 2;
}

.picinfolist li a .border:nth-of-type(1) {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 1px solid #0072BA;
}

.picinfolist li a .border:nth-of-type(2) {
	top: 0;
	right: 0;
	width: 10px;
	height: 0;
	border-right: 1px solid #0072BA;
}

.picinfolist li a .border:nth-of-type(3) {
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 1px solid #0072BA;
}

.picinfolist li a .border:nth-of-type(4) {
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 1px solid #0072BA;
}

.picinfolist li a:hover .border:nth-of-type(1) {
	width: 100%;
}

.picinfolist li a:hover .border:nth-of-type(2) {
	height: 100%;
}

.picinfolist li a:hover .border:nth-of-type(3) {
	width: 100%;
}

.picinfolist li a:hover .border:nth-of-type(4) {
	height: 100%;
}

.infolist li {
	margin-bottom: 30px;
}

.infolist li a {
	display: block;
	background-color: #fefefe;
	border: solid 1px #d8d8d8;
	padding: 23px;
	overflow: hidden;
}

.infolist li .date {
	float: left;
	border-right: solid 1px #d8d8d8;
	text-align: center;
	margin-right: 20px;
	padding-right: 20px;
	color: #0072BB;
}

.infolist li .date .day {
	font-size: 30px;
	font-weight: bold;
}

.infolist li .date .year {
	font-size: 14px;
}

.infolist li .title {
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 3px;
}

.infolist li .desc {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #2a2a2a;
	opacity: 0.5;
}
.infolist li .desc .text-danger,.infolist li .title .text-danger{
	color: #0072BB;
}

.infolist li a:hover {
	box-shadow: -3px -1px 43px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #0072BB;
	background: #0072BB;
	color: #fff;
}
.infolist li a:hover .date{
	color: #fff;
	border-right: solid 1px rgba(216, 216, 216, 0.15);
}
.infolist li a:hover .desc{
	color: #fff;
}
.infolist li a:hover .title{
	font-weight: bold;
}
.infolist li a:hover .title .text-danger,.infolist li a:hover .desc .text-danger{
	color: #fff;
}

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

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

.tuwenlist li a:hover .more {
	color: #fff;
	background: #0068B7;
}

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

/**
 * 留言表单
 */
.lxwm_form {
	height: 430px;
	background: #FFFFFF;
	box-shadow: 0px 15px 23px 6px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 40px;
}

.lxwm_form .layui-input{
	height: 50px;
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
}
.lxwm_form .layui-textarea{
	height: 115px;
}
.lxwm_form .textarea_tips{
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
}
.lxwm_form #captcha{
	width: 160px;
	float: left;
	margin-right: 15px;
}
.lxwm_form .layui-btn-primary{
	border: none;
	height: 50px;
	background: #0172BA;
	color: #fff;
	font-size: 16px;
}
/*
内容搜索页
 */
.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: 920px;
}

.z_banner .picBox .imgbg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: ease 1s;
}

.z_banner .swiper-button-prev,
.z_banner .swiper-button-next {
	width: 36px;
	height: 65px;
	background: #0068b7;
	cursor: pointer;
	color: #fff;
	left: 0;
	margin-top: -32.5px;
	display: none;
}


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


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

.data_box {
	background: url(../images/data_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.data_box .text {
	font-weight: bold;
	font-size: 50px;
}

.date_main li {
	display: inline-block;
	margin-left: 130px;
	text-align: center;
	width: 120px;
}

.date_main li .num_box {
	font-size: 40px;
}

.date_main li .num {
	font-size: 40px;
	font-family: 'rubikmedium';
}

.date_main li .letter {
	font-family: 'rubikmedium';
}

.date_main li .plus {
	font-size: 20px;
	font-weight: normal;
}

.date_main li .title {
	color: rgba(255, 255, 255, .8);
}

.gsjj_box {
	background: url(../images/gsjj_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.gsjj_box .title {
	font-weight: bold;
	font-size: 40px;
}

.gsjj_box .desc {
	line-height: 42px;
	padding: 0 40px;
	height: 168px;
}

.gsjj_box .more a {
	display: inline-block;
	width: 269px;
	height: 72px;
	background: url(../images/more_bg.png) no-repeat center;
	line-height: 72px;
	text-align: center;
	color: #fff;
}

.gsjj_box .bg_right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.gsjj_box .layui-container {
	z-index: 2;
}

.column {
	text-align: center;
}

.column a {
	font-weight: bold;
	font-size: 40px;
}

.mtzs_main .item {
	width: 170px;
	flex: none;
	height: 750px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: All 0.6s ease-in-out;
		-webkit-transition: All 0.6s ease-in-out;
		-moz-transition: All 0.6s ease-in-out;
		-o-transition: All 0.6s ease-in-out;
}
.mtzs_main .item::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}
.mtzs_main .item.on::after{
	display: none;
}
.mtzs_main .item::before{
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}


.mtzs_main .item.on {
	width: calc((100% - 510px) / 1);
	flex: none;
}

.mtzs_main .item .text {
	position: absolute;
	bottom: -100%;
	right: 0;
	width: 85%;
	background: rgba(0, 104, 183, 0.8);
	padding: 25px;
	box-sizing: border-box;
	opacity: 0;
	z-index: 2;
}

.mtzs_main .item .text .title {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	height: 30px;
}

.mtzs_main .item .text .desc {
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	line-height: 25px;
	height: 50px;
}

.mtzs_main .item.on .text {
	opacity: 1;
	bottom: 0;
}

.mtys_box {
	position: relative;
	overflow: hidden;
	background: url(../images/mtys_bg.png) no-repeat center 110%;
}

.mtys_box .layui-container {
	z-index: 2;
}

.mtys_bg {
	background: url(../images/mtys_bg2.png) no-repeat center bottom;
	height: 820px;
	position: relative;
	background-size: 100% auto;
}

.mtys_main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
}

.mtys_main .desc {
	font-size: 16px;
	color: #232323;
	line-height: 35px;
	height: 70px;
	padding: 0 460px;
}

.mtys_left_text {
	position: absolute;
	left: 0;
	top: 124px;
	z-index: 3;
	line-height: 40px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.mtys_left_text li {
	margin-bottom: 55px;
}

.mtys_right_text {
	position: absolute;
	right: 0;
	top: 124px;
	z-index: 3;
	line-height: 40px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.mtys_right_text li {
	margin-bottom: 110px;
	text-align: right;
}

.mtys_bg_img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transform: scaleX(-1);
}

.hzal_slide .swiper-pagination {
	display: none;
}
.hzal_slide a{
	display: block;
	position: relative;
}
.hzal_slide .title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(rgba(0, 104, 183, 0.9), rgba(0, 104, 183, 0));
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.hzal_slide a:hover .title{
	background: rgba(0, 104, 183,.4);
}

.hzkh_box {
	position: relative;
	overflow: hidden;
	background: url(../images/hzkh_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.hzkh_box .hzkh_bg_img {
	position: absolute;
	right: 0;
	top: 0;
}

.hzkh_box .layui-container {
	z-index: 2;
}

.hzkh_slide .swiper-slide {
	overflow: hidden;
}

.hzkh_slide .swiper-slide a {
	display: block;
	width: calc((100% - 80px) / 5);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #FFFFFF;
	overflow: hidden;
}

.hzkh_slide .swiper-slide a:nth-child(5n) {
	margin-right: 0;
}

.hzkh_slide .swiper-pagination {
	bottom: 0;
}

.hzkh_slide .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #0068b7;
	border-radius: 50%;
}

.hzkh_slide .tips {
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	z-index: 2;
	text-align: center;
	font-size: 14px;
	color: rgba(35, 35, 35, .5);
}

.footer {
	background: url(../images/footer_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: rgba(255, 255, 255, .7);
}

.footer_nav li {
	display: inline-block;
	margin-left: 60px;
}

.footer_mid {
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer_bottom {
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}

.footer_bottom a {
	color: rgba(255, 255, 255, .5);
}

.footer_mid .left {
	line-height: 34px;
}

.footer_mid .left .dz {
	display: block;
}

.footer_mid .right a {
	height: 60px;
	border: 1px solid #fff;
	padding: 0 30px;
	border-radius: 30px;
}

.footer_mid .right .iconfont {
	font-size: 20px;
	margin-right: 15px;
}

.header_box_nei {
	padding: 0;
	box-shadow: 0 0 50px rgba(0, 0, 0, .5);
	position: relative !important;
}

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



.banner_nei .text {
	width: 520px;
	height: 130px;
	position: absolute;
	left: 50%;
	margin-left: -260px;
	bottom: 0;
	background: url(../images/banner_nei_bg.png) no-repeat center;
	flex-direction: column;
}

.banner_nei .text .name {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}

.banner_nei .text .position {
	font-size: 14px;
	opacity: 0.5;
	color: #FFFFFF;
}

.banner_nei .text .position a {
	color: #FFFFFF;
}

.lxwm_list li .item {
	box-shadow: 0px 15px 23px 6px rgba(0, 0, 0, 0.1);
	height: 210px;
	flex-direction: column;
	background: #fff;
	text-align: center;
}

.lxwm_list li .title {
	color: #4B4B4B;
}

.lxwm_list li .desc {
	font-size: 18px;
	padding: 0 3vw;
}

.lxwm_list li .icon {
	color: #0172BA;
}

.lxwm_list li .item:hover {
	color: #fff;
	background: url(../images/lxwm_h.jpg) no-repeat center;
	background-size: cover;
}

.lxwm_list li .item:hover .icon {
	color: #fff;
}

.up_mtzs_slide_box{
	overflow: hidden;
}
.up_mtzs_slide .swiper-slide {
	width: 1400px;
	opacity: 0.8;
}
.up_mtzs_slide .swiper-slide.swiper-slide-active{
	opacity: 1;
}
.up_mtzs_slide .swiper-slide .text{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 35px;
	box-sizing: border-box;
	display: none;
}
.up_mtzs_slide .swiper-slide .text .title{
	font-size: 24px;
	font-weight: bold;
}
.up_mtzs_slide .swiper-slide.swiper-slide-active .text{
	display: block;
}

.up_mtzs_slide .swiper-button-prev,
.up_mtzs_slide .swiper-button-next {
	width: 36px;
	height: 65px;
	background: #0068b7;
	cursor: pointer;
	color: #fff;
	left: 0;
	margin-top: -32.5px;
	display: none;
}


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


.up_mtzs_slide .swiper-button-prev:hover,
.up_mtzs_slide .swiper-button-next:hover {
	background: rgb(15, 112, 230, 0.63);
	color: #fff;
}
.up_mtzs_slide:hover .swiper-button-prev,
.up_mtzs_slide:hover .swiper-button-next {
	display: flex;
}

.col_1 .page_main{
	border: none;
	background: none;
}
.col_1 .page_detail{
	padding: 0;
}
.content_box{
	background: url(../images/page_one_bg.jpg) no-repeat bottom;
	position: relative;
	background-size: 100% auto;
}
.content_box .layui-container{
	z-index: 2;
}

.content_box .bg_left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transform: scaleX(-1);
	display: block!important;
}
.content_box .bg_right {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block !important;
	transform: scaleY(-1);
}

.up_gsjj .left{
	width: 52%;
	float: left;
}
.up_gsjj .left img{
	width: 100%;
	margin-top: 20px;
}
.up_gsjj .right {
	width: 44%;
	float: right;
}
.up_gsjj .title{
	font-size: 30px;
	font-weight: bold;
	color: #0068b7;
}
.up_gsjj .desc{
	line-height: 2em;
}