@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: #0072BB !important;
	background-color: #0072BB !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: #0072BB;
}

.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-content-item-start {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.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: #0072BB;
	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;
}

.outlink {
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.outlink h2 {
	font-size: 24px;
}

.outlink .layui-btn {
	width: auto;
}

.outlink .layui-elem-quote {
	display: inline-block;
}


.mheader,
.mnav {
	display: none;
}


.nav_box {
	height: 65px;
	background: #0072BB;
	position: relative;
	z-index: 10;
}

.nav {
	position: relative;
	z-index: 20;
}

.nav>ul>li {
	position: relative;
	float: left;
}

.nav>ul>li::before {
	content: '';
	width: 1px;
	height: 23px;
	background: #fff;
	position: absolute;
	right: 0;
	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;
}


.nav>ul>li:last-child::before {
	display: none;
}

.nav>ul>li>a {
	font-size: 20px;
	color: #fff;
	position: relative;
	display: block;
	line-height: 65px;
	padding: 0 63px;
	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>a .iconfont {
	font-size: 24px;
	margin-right: 10px;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
	background: #fff;
	color: #0072BB;
}

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

.nav>ul>li .sub {
	position: absolute;
	width: 180px;
	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;
	text-align: center;
	padding: 10px;
	display: none;
}

.nav>ul>li ul {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}

.nav>ul>li:hover .sub {
	opacity: 1;
	height: auto;
	top: 100%;
	display: block;
}

.nav>ul>li:hover .sub::after {
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.3);
	z-index: 1;
	transform: rotate(45deg);
}

.nav>ul>li ul::after {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	z-index: 1;
	transform: rotate(45deg);
	background: #fff;
}

.nav>ul>li ul li {
	position: relative;
	z-index: 2;
}

.nav>ul>li ul li:first-child {
	margin-top: 10px;
}

.nav>ul>li ul li:last-child {
	margin-bottom: 10px;
}

.nav>ul>li ul li a {
	font-size: 18px;
	line-height: 47px;
	position: relative;
	display: block;
	text-align: center;
}

.nav>ul>li ul li a:hover {
	font-weight: bold;
	background: #E7F6FF;
}





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

.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: #0072BB;
}

.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: #0072BB;
}

.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: #0072BB;
}

.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-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: 60px 70px;
	min-height: 300px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.page_right {
	width: 360px;
	position: relative;
	float: right;
	box-sizing: border-box;
	padding-left: 15px;
}

.page_right .right_column {
	background: linear-gradient(90deg, #005DAA -5%, #8B00A4 108%);
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	padding: 35px;
	font-size: 24px;
}

.page_right .right_column .en {
	opacity: 0.5;
	font-size: 14px;
}

.page_right .right_column .refresh {
	font-size: 14px;
	color: #fff;
}

.page_right .right_column .refresh .iconfont {
	font-size: 16px;
	margin-right: 7px;
}

.right_list {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}


.right_list_ul {
	padding: 30px 40px 10px;
}

.right_list_ul li {
	position: relative;
}

.right_list_ul li .title {
	height: 60px;
	line-height: 30px;
}

.right_list_ul li .date {
	font-size: 14px;
	color: #3A79CB;
	margin-top: 10px;
}


.page_detail {
	padding: 0;
}


.detail-box {
	padding: 0px;
}

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

.col-sub-title {
	line-height: 1.5em;
	font-size: 18px;
	font-family: '宋体';
	text-align: center;
	margin-top: 10px;
}

.col-att {
	font-size: 14px;
	color: #9E9E9E;
	text-align: center;
	border-bottom: 1px solid #ECECEC;
	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: 18px;
	font-family: '宋体';
}

.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: 800px;
	height: auto;
}

.dtl_detail p {
	margin-bottom: 20px;
	text-align: justify;
}

.pager {
	border-top: 1px solid #ECECEC;
	overflow: hidden;
}

.pager li {
	width: 50%;
	margin-bottom: 20px;
	float: left;
}

.pager li a {
	color: #9E9E9E;
	font-size: 14px;
}


.pager li a:hover {
	color: #0072BB;
}

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



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


.search_list li a {
	display: block;
	background: #fff;
	padding: 30px 40px;
	box-shadow: 0 0 30px #ddd;
}

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

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

.z_banner::after {
	content: '';
	width: 100%;
	height: 435px;
	background: linear-gradient(180deg, #0072BB 0%, #0072BB 45%, rgba(30, 46, 107, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}


.z_banner .bd li {
	width: 100%;
	overflow: hidden;
}

.z_banner .picBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 870px;
}

.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: 105px;
	height: auto;
	cursor: pointer;
	left: 60px;
	margin-top: 0;
	display: none;
	background: none;
	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_banner .swiper-button-next {
	left: auto;
	right: 60px;
}


.z_banner .swiper-button-prev:hover,
.z_banner .swiper-button-next:hover {
	margin-top: -10px;
}

.z_banner:hover .swiper-button-prev,
.z_banner:hover .swiper-button-next {
	display: block;
}

.z_banner .picBox .layui-container {
	height: 100%;
}

.z_banner .picBox .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -30%);
	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;
	transform: translate(-50%, -40%);
}

.pchide {
	display: none;
}


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

.banner_nei a {
	color: #fff;
}

.banner_nei::after {
	content: '';
	width: 100%;
	height: 227px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.7;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.banner_nei .layui-container {
	height: 100%;
	z-index: 2;
}

.banner_nei .en {
	font-size: 14px;
	text-transform: capitalize;
}

.banner_nei .cn {
	font-size: 40px;
	font-weight: bold;
}

.banner_nei .position {
	position: relative;
	top: 20px;
}

.banner_nei .position .iconfont {
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.content_box {
	width: 100%;
	background: linear-gradient(180deg, rgba(212, 238, 255, 0.3) 0%, rgba(225, 243, 255, 0) 80%);
	min-height: 500px;
	overflow: hidden;
}

.col_nav_box {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #D8D8D8;
}

.col_nav {
	box-sizing: border-box;
	width: 100%;
}

.col_nav li {
	float: left;
	margin-right: 60px;
}

.col_nav li>a {
	font-size: 18px;
	color: #2B2B2B;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #fff;
	height: 60px;
	line-height: 60px;
}

.col_nav li>a>.iconfont {
	font-size: 18px;
	position: absolute;
	right: -25px;
	bottom: 3px;
	z-index: 2;
	display: none;
}

.col_nav li:hover>a,
.col_nav li.on>a {
	border-bottom: 2px solid #0072BB;
	font-weight: bold;
	color: #0072BB;
}

.col_nav li:hover>a>.iconfont,
.col_nav li.on>a>.iconfont {
	display: block;
}

.infolist_nei {
	margin-top: 20px;
}

.infolist_nei li a {
	height: 65px;
	line-height: 65px;
	display: block;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px dashed #D8D8D8;
}

.infolist_nei li a::after {
	content: '';
	width: 6.44px;
	height: 6.44px;
	transform: rotate(47.16deg);
	background: #0072BB;
	position: absolute;
	left: 0;
	top: 28px;
}

.infolist_nei li .title {
	height: 65px;
	font-size: 18px;
	padding-right: 20px;
}

.infolist_nei li .date {
	float: right;
	font-size: 14px;
	color: #999999;
}

.infolist_nei li br {
	display: none;
}


.picinfolist_nei li a {
	display: block;
	background: #FFFFFF;
	height: auto;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.picinfolist_nei li .pic {
	float: left;
	width: 237px;
	margin-right: 30px;
	height: 177px;
	overflow: hidden;
}

.picinfolist_nei li .text {
	height: 177px;
	border: 1px solid rgba(203, 203, 203, 0.5);
	box-sizing: border-box;
	padding-top: 25px;
	padding-right: 20px;
}

.picinfolist_nei li .title {
	font-size: 18px;
}

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

.picinfolist_nei li .date {
	color: rgba(153, 153, 153, 0.6);
}


.picinfolist_nei li a:hover .title {
	color: #0072BB;
	font-weight: bold;
}

.picinfolist_nei li a:hover .date {
	color: #0072BB;
}

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

.piclist_nei li a .text {
	position: relative;
	border: 1px solid #D9D9D9;
	padding: 0 15px;
}

.piclist_nei li a .text .title {
	line-height: 50px;
	height: 50px;
	font-size: 18px;
}


.piclist_nei li a:hover .title {
	font-weight: bold;
	color: #0072BB;
}


/* .page_main_one {
	padding-top: 50px;
} */

.page_main_one .page_detail {
	padding: 40px;
}

.lxwm_list {}

.lxwm_list li a {
	display: block;
	position: relative;
	height: 198px;
	box-sizing: border-box;
	background: url(../images/lxwm_bg.png) no-repeat center;
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	border: 1px solid #E0EAFF;
}

.lxwm_list li .pic img {
	height: 65px;
	width: auto;
}

.lxwm_list li .desc {
	color: #353535;
}

.lxwm_list li .name {
	color: #767676;
}

#messageform {
	background: #fff;
	padding: 33px 33px 42px;
}

#messageform .layui-input {
	height: 70px;
	background: #F3F3F3;
	border: none;
	padding: 0 30px;
	line-height: 70px;
	color: #9E9E9E;
}

#messageform .layui-input::placeholder {
	color: #9E9E9E;
}

#messageform .layui-radio {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 2;
}

#messageform .layui-form-radio>i:hover,
#messageform .layui-form-radioed>i {
	color: #0072BB;
}

#messageform .layui-form-radio {
	color: #9E9E9E;
}

#messageform .captchamessage {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2;
}

#messageform .layui-btn-primary {
	height: 70px;
	background: #19C462;
	border: none;
	color: #fff;
	font-size: 18px;
}

#messageform .layui-form-checkbox {
	padding: 0;
	height: 37px;
	line-height: 37px;
}

#messageform .layui-form-checkbox span {
	padding: 0 15px;
	border-radius: 0;
	background: #fff;
	color: #9E9E9E;
}

#messageform .layui-form-checkbox i {
	display: none;
}

#messageform .layui-checkbox {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 2;
	line-height: normal;
}

#messageform .layui-form-checked span,
#messageform .layui-form-checked:hover span {
	background: #0072BB;
	color: #fff;
}

.col_nav2 {
	position: relative;
	height: 200px;
}

.col_nav2 li {
	width: 907px;
	height: 250px;
	position: absolute;
	left: -60px;
	top: -60px;
	box-sizing: border-box;
	padding: 60px 0 0 60px;
}

.col_nav2 li:last-child {
	left: auto;
	right: -60px;
}

.col_nav2 li a {
	color: #0072BB;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-right: 270px;
	text-align: center;
	box-sizing: border-box;
}

.col_nav2 li .cn {
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	width: 100%;
}

.col_nav2 li .en {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.col_nav2 li:last-child a {
	padding-right: 0;
	padding-left: 130px;
}


.col_nav2 li:hover a,
.col_nav2 li.on a {
	color: #fff;
}

.shoucang {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 50px;
}

.shoucang a {
	color: #FFFFFF;
}

.shoucang .line {
	padding: 0 20px;
}

.top_sch {
	overflow: hidden;
	padding-top: 10px;
}

.top_sch form {
	border: 1px solid #1A61B8;
	height: 40px;
	width: 228px;
	background: #fff;
	float: right;
	border-radius: 90px;
	overflow: hidden;
}


.top_sch .sch_input {
	background: none;
	border: none;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	width: 156px;
	height: 40px;
	line-height: 40px;
	float: left;
	line-height: 40px;
}

.top_sch .sch_input::placeholder {
	color: #999;
}

.top_sch .sch_input:focus {
	background-color: transparent;
	outline: none;
}

.top_sch .sch_btn {
	background: none;
	border: none;
	width: 72px;
	cursor: pointer;
	line-height: 40px;
	background: #1A61B8;
	color: #fff;
	font-size: 14px;
	border-radius: 90px 0 0 90px;
}

.header .right .fanjian {
	float: left;
	margin-right: 20px;
	line-height: 40px;
}

.header .right .fanjian a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	color: #0072BB;
}


.banner_slide {
	width: 100%;
	height: 510px;
	position: relative;
}

.banner_slide li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 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;
}

.banner_slide li.on {
	opacity: 1;
}

.header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.header .logo {
	float: left;
}

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

.header .right {
	float: right;
}

.header .right .fanjian {
	float: left;
	margin-top: 10px;
}

.tjxw_slide {
	height: 85px;
	position: relative;
	text-align: center;
	padding: 0 50px;
}

.tjxw_slide .title {
	font-size: 34px;
	font-weight: bold;
	color: #0072BB;
	height: 45px;
	line-height: 45px;
}

.tjxw_slide .desc {
	color: #999999;
	height: 21px;
	line-height: 21px;
}

.pagination_swiper {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.pagination_swiper .swiper-pagination-switch {
	display: block;
	width: 8px;
	height: 8px;
	opacity: 1;
	background: rgba(0, 114, 187, 0.3);
	border-radius: 100%;
	margin: 7px 0;
	cursor: pointer;
}

.pagination_swiper .swiper-active-switch {
	background: #0072BB;
}

.szyw_pic {
	width: 685px;
	float: left;
}

.szyw_slide {
	width: 100%;
	position: relative;
	height: 510px;
	display: none;
}

.szyw_slide0 {
	display: block;
}

.szyw_slide .arrow-left,
.szyw_slide .arrow-right {
	display: block;
	position: absolute;
	width: 50px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.szyw_slide .arrow-right {
	left: auto;
	right: 0;
}

.szyw_slide .layui-icon {
	font-size: 24px;
}

.szyw_slide .arrow-left:hover,
.szyw_slide .arrow-right:hover {
	background: rgba(0, 114, 187, 0.6);
}

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

.szyw_slide .text {
	height: 99px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 20px 0;
}

.szyw_slide .text .title {
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.szyw_text {
	width: calc((100% - 685px) / 1);
	float: right;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	height: 510px;
	box-sizing: border-box;
	padding: 30px 30px 0 40px;
}

.szyw_hd {
	height: 52px;
	position: relative;
}

.szyw_hd li {
	float: left;
	margin-right: 30px;
}

.szyw_hd li:last-child {
	margin-right: 0;
}

.szyw_hd li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
}

.szyw_hd li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: none;
}

.szyw_hd li.on a {
	background: #0072BB;
	color: #fff;
}

.szyw_hd li.on a::after {
	border-top: 10px solid #0072BB;
	display: block;
}

.szyw_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
}

.szyw_hd .more a {
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
	display: none;
}

.szyw_hd .more a.on {
	display: inline-block;
}

.szyw_bd .box {
	display: none;
}

.infolist li a {
	height: 84px;
	line-height: 84px;
	border-bottom: 1px dashed #CBCBCB;
	display: block;
	font-size: 18px;
	position: relative;
	padding-left: 20px;
}

.infolist li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #D8D8D8;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

.infolist li .title {
	height: 84px;
	line-height: 84px;
}

.infolist li .title br {
	display: none;
}

.infolist li .date {
	float: right;
	font-size: 14px;
	color: #999999;
}

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

.infolist li a:hover .date {
	color: #0072BB;
}

.infolist li a:hover::before {
	width: 12px;
	background: #0072BB;
	border-radius: 5px;
}

.indexad_slide {
	height: 140px;
	position: relative;
}

.pagination_indexad {
	width: auto !important;
	left: auto !important;
	top: auto;
	transform: none;
	bottom: 15px;
	right: 5px;
}

.pagination_indexad .swiper-pagination-switch {
	display: inline-block;
	margin: 0;
	margin-right: 12px;
	background: rgba(255, 255, 255, 0.35);
}

.pagination_indexad .swiper-active-switch {
	background: rgba(255, 255, 255, 1);
}

.pagination_indexad .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

.gszx {
	width: calc((100% - 45px) / 2);
	float: left;
}

.tzgg {
	width: calc((100% - 45px) / 2);
	float: right;
}

.gszx_hd {
	height: 52px;
	position: relative;
}

.gszx_hd li {
	float: left;
	margin-right: 30px;
}

.gszx_hd li:last-child {
	margin-right: 0;
}

.gszx_hd li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
}

.gszx_hd li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: none;
}

.gszx_hd li.on a {
	background: #0072BB;
	color: #fff;
}

.gszx_hd li.on a::after {
	border-top: 10px solid #0072BB;
	display: block;
}

.gszx_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
}

.gszx_hd .more a {
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
	display: none;
}

.gszx_hd .more a.on {
	display: inline-block;
}

.gszx_bd .box {
	display: none;
}

.infolist2 {
	padding-top: 20px;
}

.infolist2 li {
	margin-bottom: 40px;
}

.infolist2 li .title {
	font-size: 18px;
	margin-bottom: 18px;
	height: 24px;
	line-height: 24px;
}

.infolist2 li .date {
	font-size: 14px;
	color: #0072BB;
}


.tzgg_hd {
	height: 52px;
	position: relative;
}

.tzgg_hd li {
	float: left;
	margin-right: 30px;
}

.tzgg_hd li:last-child {
	margin-right: 0;
}

.tzgg_hd li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
}

.tzgg_hd li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: none;
}

.tzgg_hd li.on a {
	background: #0072BB;
	color: #fff;
}

.tzgg_hd li.on a::after {
	border-top: 10px solid #0072BB;
	display: block;
}

.tzgg_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
}

.tzgg_hd .more a {
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
	display: none;
}

.tzgg_hd .more a.on {
	display: inline-block;
}

.tzgg_bd .box {
	display: none;
}

.infolist3 li a {
	border-bottom: none;
	padding-left: 15px;
	height: 65px;
	line-height: 65px;
}

.infolist3 li .title {
	height: 65px;
	line-height: 65px;
}

.infolist3 li a:hover::before {
	width: 6px;
}

.ztzl_box {
	overflow: hidden;
}

.ztzl_slide {
	height: 130px;
	width: calc(100% + 40px);
	margin-left: -20px;
}

.ztzl_slide a {
	display: block;
	padding: 0 20px;
}

.ztzl_slide .pic {
	border-radius: 10px;
	overflow: hidden;
}

.pagination_ztzl {
	width: 100%;
	position: relative;
	right: auto;
	top: auto;
	transform: none;
	text-align: center;
}

.pagination_ztzl .swiper-pagination-switch {
	display: inline-block;
	margin: 0 7px;
	width: 10px;
	height: 10px;
	display: none;
}

.pagination_ztzl .swiper-active-switch {
	display: inline-block;
}

.pagination_ztzl .swiper-pagination-switch:nth-child(3n+1) {
	display: inline-block;
}

.pagination_ztzl .swiper-pagination-bullet {
	margin: 0 7px;
}


.jmhz {
	width: calc((100% - 45px) / 2);
	float: left;
}

.jgdj {
	width: calc((100% - 45px) / 2);
	float: right;
}

.jmhz_hd {
	height: 52px;
	position: relative;
}

.jmhz_hd li {
	float: left;
	margin-right: 30px;
}

.jmhz_hd li:last-child {
	margin-right: 0;
}

.jmhz_hd li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
}

.jmhz_hd li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: none;
}

.jmhz_hd li.on a {
	background: #0072BB;
	color: #fff;
}

.jmhz_hd li.on a::after {
	border-top: 10px solid #0072BB;
	display: block;
}

.jmhz_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
}

.jmhz_hd .more a {
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
	display: none;
}

.jmhz_hd .more a.on {
	display: inline-block;
}

.jmhz_bd .box {
	display: none;
}


.jgdj_hd {
	height: 52px;
	position: relative;
}

.jgdj_hd li {
	float: left;
	margin-right: 30px;
}

.jgdj_hd li:last-child {
	margin-right: 0;
}

.jgdj_hd li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
}

.jgdj_hd li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: none;
}

.jgdj_hd li.on a {
	background: #0072BB;
	color: #fff;
}

.jgdj_hd li.on a::after {
	border-top: 10px solid #0072BB;
	display: block;
}

.jgdj_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
}

.jgdj_hd .more a {
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
	display: none;
}

.jgdj_hd .more a.on {
	display: inline-block;
}

.jgdj_bd .box {
	display: none;
}

.infolist5 {
	padding-top: 23px;
}

.infolist5 li {
	height: 95px;
	margin-bottom: 30px;
}

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

.infolist5 li .date {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	width: 93px;
	height: 95px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.infolist5 li .date .day {
	font-size: 24px;
	color: #1269CA;
	margin: 20px 0 5px;
}

.infolist5 li .date .year {
	font-size: 14px;
	color: #999999;
}

.infolist5 li .title {
	font-size: 18px;
	margin-bottom: 10px;
	height: 24px;
	line-height: 24px;
}

.infolist5 li .title br {
	display: none;
}

.infolist5 li .desc {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 60px;
}

.jmhz_bd dl {
	padding-top: 23px;
	overflow: hidden;
}

.jmhz_bd dl dt {
	width: 241px;
	float: left;
	margin-right: 35px;
}

.jmhz_bd dl .title {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}

.jmhz_bd dl .desc {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	height: 90px;
	margin: 10px 0 20px;
}

.jmhz_bd dl .date_box {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.jmhz_bd dl .date_box .date {
	float: left;
	margin-right: 20px;
}

.jmhz_bd dl .date_box .iconfont {
	font-size: 20px;
	float: left;
	margin-right: 5px;
	color: rgba(20, 114, 217, 0.6);
}

.infolist4 {
	margin-top: 20px;
}

.infolist4 li a {
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 20px;
}

.infolist4 li a::after {
	content: '';
	width: 6.44px;
	height: 6.44px;
	transform: rotate(47.16deg);
	background: #0072BB;
	position: absolute;
	left: 0;
	top: 23px;
}

.infolist4 li .title {
	height: 50px;
	font-size: 18px;
}

.infolist4 li .date {
	float: right;
	font-size: 14px;
	color: #999999;
}

.sp_hd {
	height: 52px;
	position: relative;
}

.sp_hd li {
	float: left;
	margin-right: 30px;
}

.sp_hd li:last-child {
	margin-right: 0;
}

.sp_hd li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
}

.sp_hd li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}

.sp_hd li.on a {
	background: #0072BB;
	color: #fff;
}

.sp_hd li.on a::after {
	border-top: 10px solid #0072BB;
}

.sp_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
}

.sp_hd .more a {
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
}

.sp_hd .more a.on {
	display: inline-block;
}


.sp_slide {
	height: 245px;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.sp_slide a {
	display: block;
	padding: 0 15px;
	position: relative;
}

.sp_slide a .text {
	width: calc(100% - 30px);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	height: 94px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 50px 15px 0;
	color: #fff;
}

.sp_slide a .text .title {
	height: 22px;
	line-height: 22px;
}

.pagination_sp {
	width: 100%;
	position: relative;
	right: auto;
	top: auto;
	transform: none;
	text-align: center;
}

.pagination_sp .swiper-pagination-switch {
	display: inline-block;
	margin: 0 7px;
	width: 10px;
	height: 10px;
	display: none;
}

.pagination_sp .swiper-pagination-switch:nth-child(4n+1) {
	display: inline-block;
}

.pagination_sp .swiper-pagination-bullet {
	margin: 0 7px;
}

.yqlj_box {
	height: 65px;
	background: #E4F3FD;
	position: relative;
	z-index: 2;
}

.yqlj .item {
	float: left;
	width: 90px;
	position: relative;
	margin-right: 237px;
}

.yqlj .item:nth-child(5) {
	margin-right: 0;
}

.yqlj .item:nth-child(5) ul {
	left: auto;
	right: 0;
}

.yqlj .title {
	line-height: 65px;
	position: relative;
	color: #666666;
	cursor: pointer;
}

.yqlj .title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #AEDFFF;
}

.yqlj .item.on .title::after {
	border-bottom: 7px solid #AEDFFF;
	border-top: none;
}

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

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

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

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

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

.footer {
	background: #0072BB;
}

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

.copyright {
	line-height: 35px;
}

.footer_main {
	position: relative;
}

.footer_main .erweima {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}

.footer_main .zfzc {
	position: absolute;
	right: 110px;
	top: 10px;
}

.header_nei .banner_slide {
	height: 400px;
}

.content_left {
	width: 220px;
	float: left;
}

.content_left h2 {
	border-radius: 10px 10px 0px 0px;
	background: #0072BB;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.content_left ul {
	position: relative;
	padding-left: 8px;
}

.content_left ul::after {
	content: '';
	width: 8px;
	height: 73%;
	background: #0072BB;
	position: absolute;
	left: 0;
	top: 0;
}

.content_left ul li a {
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #D8D8D8;
	font-size: 18px;
	border-top: none;
	background: #fff;
}

.content_left ul li.on a,
.content_left ul li a:hover {
	background: rgba(71, 164, 225, 0.76);
	color: #fff;
	font-weight: bold;
}

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

.right_top {
	height: 50px;
	background: #fff;
	position: relative;
}

.right_top .title {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	background: #0072BB;
	color: #fff;
}

.right_top .title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0072BB;
}

.right_top .position {
	position: absolute;
	right: 30px;
	top: 0;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
}

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

.right_top .position .iconfont {
	font-size: 14px;
	margin-right: 5px;
	color: #0072BB;
}


.up_column {
	height: 52px;
	position: relative;
}

.up_column .title {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 20px;
	position: relative;
	background: #0072BB;
	color: #fff;
	font-weight: bold;
}


.up_column .title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0072BB;
}

.up_column .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
}

.up_zccs_list li a {
	background: url(../images/up_zccs_bg.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 115px;
	text-align: center;
	padding: 0 40px;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
	line-height: 25px;
	font-size: 20px;
	text-shadow: 0px 2px 3px #4B638A;
	display: table;
	box-sizing: border-box;
	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;
}

.up_zccs_list li a:hover {
	background: linear-gradient(180deg, #019CFF 2%, #004DAC 100%);
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.up_zccs_list li:first-child a {
	font-size: 16px;
}

.up_bszn_list li a {
	display: block;
	text-align: center;
	padding: 20px 15px;
	background: linear-gradient(180deg, #D8F0FF 0%, rgba(216, 240, 255, 0) 100%);
	border-radius: 10px;
}

.up_bszn_list li .bg {
	margin: 13px 0 5px;
}

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

.up_bszn_list li .icon img {
	width: 74px;
	transition: transform 0.5s ease-in-out;
}

.up_bszn_list li a:hover .icon img {
	transform: rotate(360deg);
}

.up_szyw {
	width: calc((100% - 50px)/2);
	float: left;
}

.up_qwfb {
	width: calc((100% - 50px)/2);
	float: right;
}

.up_picinfolist {
	overflow: hidden;
}

.up_picinfolist dt {
	width: 241px;
	float: left;
	margin-right: 35px;
}

.up_picinfolist .title {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}

.up_picinfolist .desc {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	height: 90px;
	margin: 10px 0 20px;
}

.up_picinfolist .date_box {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.up_picinfolist .date_box .date {
	float: left;
	margin-right: 20px;
}

.up_picinfolist .date_box .iconfont {
	font-size: 20px;
	float: left;
	margin-right: 5px;
	color: rgba(20, 114, 217, 0.6);
}

.up_tzgg_box {
	background: url(../images/up_tzgg_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.infolist6 {
	padding-top: 23px;
}

.infolist6 li {
	height: 68px;
	margin-bottom: 24px;
}

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

.infolist6 li .date {
	width: 70px;
	height: 68px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.infolist6 li .date .day {
	font-size: 22px;
	color: #1E63AB;
	height: 38px;
	line-height: 38px;
	border: 1px solid #1E63AB;
	box-sizing: border-box;
}

.infolist6 li .date .year {
	font-size: 14px;
	color: #fff;
	background: #1E63AB;
	height: 30px;
	line-height: 30px;
}

.infolist6 li .title {
	font-size: 18px;
	margin-bottom: 15px;
	height: 24px;
	line-height: 24px;
}

.infolist6 li .desc {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	height: 30px;
}

.up_szxx_box {
	background: url(../images/up_szxx_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.up_szxx_hd {
	height: 52px;
	position: relative;
}

.up_szxx_hd li {
	float: left;
	margin-right: 30px;
}

.up_szxx_hd li:last-child {
	margin-right: 0;
}

.up_szxx_hd li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
}

.up_szxx_hd li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: none;
}

.up_szxx_hd li.on a {
	background: #0072BB;
	color: #fff;
}

.up_szxx_hd li.on a::after {
	border-top: 10px solid #0072BB;
	display: block;
}

.up_szxx_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%);
}

.up_szxx_hd .more a {
	display: inline-block;
	border-radius: 3px;
	width: 52px;
	height: 27px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 27px;
	display: none;
}

.up_szxx_hd .more a.on {
	display: inline-block;
}

.up_szxx_bd .box {
	display: none;
}

.picinfolist2 li a {
	display: block;
	background: #fff;
	padding: 30px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	border-right: none;
}

.picinfolist2 li:last-child a {
	border-right: 1px solid #E4E4E4;
}

.picinfolist2 li .title {
	font-size: 18px;
	line-height: 35px;
	height: 70px;
}

.picinfolist2 li .desc {
	font-size: 14px;
	color: #9E9E9E;
	line-height: 35px;
	height: 35px;
}

.picinfolist2 li .date {
	color: #9E9E9E;
	font-size: 14px;
}

.flex-center {
	text-align: center;
	display: block;
}

.flex-center nav {
	display: inline-block;
	margin: 0 auto;
}

.zccs_5 .right_top {
	padding-left: 20px;
}

.zccs_5 .right_top .position {
	position: relative;
	right: auto;
}

.up_ztzl_list li a {
	display: table;
	background: rgba(205, 240, 255, 0.3) url(../images/bg_up_ztzl.svg) no-repeat right bottom;
	width: 100%;
	height: 112px;
	text-align: center;
	font-size: 20px;
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
	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;
}

.up_ztzl_list li a::before {
	content: '';
	width: 64px;
	height: 41.12px;
	border-radius: 5px;
	background: #0072BB url(../images/icon_up_ztzl.svg) no-repeat center;
	position: absolute;
	left: 0;
	top: -12px;
	z-index: 2;
}

.up_ztzl_list li a:hover {
	background: linear-gradient(180deg, rgba(160, 227, 255, 0.5) 0%, #F1FBFF 100%);
}

.up_zylszl_box {
	background: rgba(244, 252, 255, 0.7);
}

.up_zylszl_list li a {
	display: table;
	background: #E7F8FF url(../images/bg_up_ztzl2.png) no-repeat right bottom;
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 20px;
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
}

.up_zylszl_list li a:hover {
	background: #CDF0FF url(../images/bg_up_ztzl2_h.png) no-repeat right bottom;
}

.up_djzt_box {
	width: 100%;
	overflow: hidden;
}

.ztzl_slide_up {
	height: 130px;
	width: calc(100% + 40px);
	margin-left: -20px;
}

.ztzl_slide_up a {
	display: block;
	padding: 0 20px;
}

.ztzl_slide_up .pic {
	border-radius: 10px;
	overflow: hidden;
}

.pagination_ztzl_up {
	width: 100%;
	position: relative;
	right: auto;
	top: auto;
	transform: none;
	text-align: center;
}

.pagination_ztzl_up .swiper-pagination-switch {
	display: inline-block;
	margin: 0 7px;
	width: 10px;
	height: 10px;
	display: none;
}

.pagination_ztzl_up .swiper-active-switch {
	display: inline-block;
}

.pagination_ztzl_up .swiper-pagination-switch:nth-child(3n+1) {
	display: inline-block;
}

.up_jgsz_bg,
.up_szyw_box,
.up_zccs_box,
.up_ztzl_box {
	background: linear-gradient(180deg, rgba(212, 238, 255, 0.3) 0%, rgba(225, 243, 255, 0) 80%);
}

.up_ldjs_list {
	text-align: center;
	width: 100%;
}

.up_ldjs_list li {
	display: inline-block;
	font-size: 20px;
}

.up_ldjs_list li:first-child {
	display: block;
}

.up_ldjs_list li .zc {
	font-weight: bold;
}

.up_ldjs_list li:nth-child(3) {
	margin: 0 120px;
}

.up_ldjs_list li img {
	width: 139px;
	height: auto;
}

.up_ldjs_list2 li .box {
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 20px;
}

.up_ldjs_list2 li .box .desc {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* .up_ldjs_box .up_column{
	position: absolute;
	left: 15px;
	top: 0;
} */
.up_column2 {
	height: 60px;
	background: #0072BB;
	box-shadow: 0px 0px 15.34px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 60px;
}

.up_column2 a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.up_column2 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.up_column2 span {
	vertical-align: middle;
}

.up_gzzn_list {
	line-height: 2.2em;
	padding: 20px 40px;
	background: url(../images/bg_up_gzzn.jpg) no-repeat center;
	background-size: cover;
}

.up_jgsz_list li .title {
	height: 60px;
	background: #0072BB;
	box-shadow: 0px 0px 15.34px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}

.up_jgsz_list li .text {
	background: rgba(237, 248, 255, 0.8);
	padding: 25px;
}

.up_jgsz_list li .desc {
	height: 253px;
	box-sizing: border-box;
	line-height: 2em;
	overflow-y: auto;
}

.up_jgsz_list li .desc::-webkit-scrollbar {
	width: 5px;
	height: 100%;
}

.up_jgsz_list li .desc::-webkit-scrollbar-thumb {
	background-color: #a6a6a6;
}

.up_jgsz_list li .desc::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.up_jgsz_list li .tel {
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: rgba(222, 242, 255, 0.8);
	overflow: hidden;
}

.up_jgsz_list li .tel>* {
	display: inline-block;
	vertical-align: middle;
}

.up_jgsz_list li .tel img {
	margin-right: 5px;
}

.index_bg {
	width: 100%;
	background: url(../images/index_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.up_wzdt_bg {
	background: #f8fdff;
}

.up_wzdt_bg .up_column {
	background: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0, 114, 187, 0.1);
	height: 50px;
}

.up_wzdt_bg .up_column .title {
	height: 50px;
	line-height: 50px;
}

.wzdt_list li a {
	display: block;
	height: 60px;
	line-height: 60px;
	background: #E2F4FF;
	text-align: center;
	padding: 0 10px;
}

.wzdt_list li span {
	font-weight: bold;
	margin-right: 3px;
}

.message_box .title {
	height: 60px;
	background: #0072BB;
	box-shadow: 0px 0px 15.34px 0px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 42px;
}

.message_box .title img {
	margin-right: 11px;
}

#fm_message {
	background: linear-gradient(180deg, #EDF8FF 0%, #EDF8FF 100%);
	padding: 40px;
}

#fm_message .form_label {
	font-size: 20px;
	font-weight: bold;
}

#fm_message .input {
	flex: 1;
	padding-left: 10px;
}

#fm_message .input label{
	margin-right: 30px;
	font-size: 18px;
	cursor: pointer;
}

#fm_message .form_input {
	height: 60px;
	line-height: 60px;
	background: #D9EEFC;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

#fm_message .textarea_box {
	align-items: flex-start;
}

#fm_message .textarea_box .form_label {
	padding-top: 20px;
}

#fm_message .form_textarea {
	height: 199px;
	background: #D9EEFC;
	width: 100%;
	border: none;
	box-sizing: border-box;
	padding: 20px;
}

#fm_message .captcha_box input {
	width: 100%;
}

#fm_message .form_reset {
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	border: none;
	width: 48%;
	font-size: 20px;
	cursor: pointer;
}

#fm_message .form_submit {
	height: 60px;
	line-height: 60px;
	background: #0072BB;
	border: none;
	width: 48%;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
#fm_message .captcha_btn{
	position: absolute;
		right: -140px;
		top: 25px;
}