@font-face {
	font-family: 'iconfont';
	src: url('/static/www/fonts/iconfont.eot');
	src: url('/static/www/fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('/static/www/fonts/iconfont.woff') format('woff'),
		url('/static/www/fonts/iconfont.ttf') format('truetype');
}

@font-face {
	font-family: 'rubikbold';
	src: url('/static/www/fonts/rubik/Rubik-Bold.ttf');
}

@font-face {
	font-family: 'rubikmedium';
	src: url('/static/www/fonts/rubik/Rubik-Medium.ttf');
}

@font-face {
	font-family: 'rubikregular';
	src: url('/static/www/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: #585858;
	font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
	font-size: 16px;
	background: #fff;
}

a {
	color: #585858;
}

a:hover {
	color: #DF6217;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-content-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex-content-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-top-130 {
	padding-top: 130px;
}

.padding-top-190 {
	padding-top: 190px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.padding-bottom-130 {
	padding-bottom: 130px;
}

.padding-bottom-190 {
	padding-bottom: 190px;
}

.padding-left-40 {
	padding-left: 40px;
}

.layui-btn {
	background-color: #DF6217;
	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 {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
}

#scrolltop .layui-icon {
	font-size: 42px;
	color: #036192;
	cursor: pointer;
}

.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;
	z-index: 200;
	box-sizing: border-box;
	position: relative;
	padding: 0 60px;
}

.header h1.logo {
	text-align: center;
	color: #fff;
	margin-top: 35px;
}

.header h1.logo a {
	color: #fff;
}


.header .nav {
	margin-top: 20px;
}

.header .nav>ul>li {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-left: 80px;
}

.header .nav>ul>li>a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
	color: #FFFFFF;
	font-weight: bold;
}

.header .nav>ul>li>a .iconfont {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

.header .nav>ul>li>a .cn {
	display: inline-block;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	padding-bottom: 10px;
}

.header .nav>ul>li>a:hover .cn,
.header .nav>ul>li.on>a .cn,
.header .nav>ul>li:hover a .cn {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.header .nav>ul>li .layui-icon {
	font-size: 18px;
	color: #DF6217;
}

.header .nav .submenu {
	position: absolute;
	width: 370px;
	top: 50px;
	left: 50%;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	margin-left: -185px;
	text-align: left;
	padding: 20px 0;
}

.header .nav .submenu ul {
	background: rgba(255, 255, 255, .8);
	padding: 20px 10px 0;
	border-radius: 10px;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
}

.header .nav>ul>li:last-child .submenu {
	left: auto;
	right: 0;
	margin: 0;
}

.header .nav>ul>li:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 33px;
}

.header .nav .submenu ul li {
	display: inline-block;
	float: none;
	margin-bottom: 20px;
	text-align: center;
}

.header .nav .submenu ul li a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #414141;
	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
	width: 150px;
	margin: 0 10px;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
}

.header .nav .submenu ul li a:hover {
	color: #fff;
	background: #DF6217;
}


.header .nav .submenu .body img {
	width: 300px;
	height: 150px;
}

.header .nav .submenu .navli {
	padding-right: 100px;
	margin-right: 130px;
	width: 622px;
	border-right: 1px solid #cdcdce;
}

.header .nav .submenu .navli li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.header .nav .submenu .navli li a {
	display: block;
	border-bottom: 1px solid #d7d7d8;
	padding: 5px 15px;
}

.header .nav .submenu .navli li a:hover {
	border-bottom: 1px solid #7292e2;
	color: #7292e2;
}

.header .hover {
	width: 100%;
	height: 0;
	background: #f7f8fa;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
	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:hover .hover {
	display: block;
	height: 250px;
}


.head_frame {
	width: 100%;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
	transition: .8s cubic-bezier(.19, 1, .22, 1);
	position: fixed;
	z-index: 1000;
}

.head_frame .logo .pic1 {
	display: block;
}

.head_frame .logo .pic2 {
	display: none;
}

.opacity_head {
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
	z-index: 1000;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	/* position: relative; */
	/* transform: translateY(-100%); */
}

.header.opacity_head .nav>ul>li>a {
	color: #333;
}

.opacity_head .logo .pic1 {
	display: none;
}

.opacity_head .logo .pic2 {
	display: block;
}

.modal-open .mc_ph_hd {
	position: fixed;
}

.top_text {
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0;
}


.top_text a {
	color: #134e93;
	margin-right: 20px;
}


.topsch .sch_q {
	width: 300px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	display: none;
}

.topsch .sch_btn {
	width: 40px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	cursor: pointer;
	position: relative;
	color: #1686c6;
}

.topsch .sch_btn::before {
	content: '';
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: #d8dadb;
	display: none;
}

.topsch:hover .sch_q {
	display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
	color: #001eb4;
}

.mc_ph_hd {
	display: none;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 64px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
	top: 0;
}

.modal-open .mc_ph_hd {
	border-top: 2px solid #e06218;
}

.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: #DF6217;
}

.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: #DF6217;
}

.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: #DF6217;
}

.mc_ph_navbar {
	position: relative;
	z-index: 999;
}

/*ph导航&下拉*/
.phxia {
	position: fixed;
	width: 100%;
	left: 0;
	top: 64px;
	z-index: 998;
	/* transform: translateX(-50%); */
	/* padding: 0 15px; */
	background-color: #fff;
	max-height: calc(100vh - 64px);
	overflow: auto;
}

.xialaph {
	display: none;
	width: 100%;
	background-color: #fff;
	font-family: '微软雅黑';
	height: calc(100vh - 64px);
	padding: 10px 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

.xialaph h4 {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
}

.xialaph h4::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h4 a {
	font-size: 18px;
	line-height: 46px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h4 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	background: #f7f8fa;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
	max-width: 100%;
	padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
	display: none;
}

.xialaph .ul1 {}


.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h5 a {
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 35px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}

.xialaph .ul3 {
	display: none;
}

.xialaph h6 a {
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph h5.active .img_s {
	transform: rotate(180deg);
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph_bot {
	margin: 20px 0;
	text-align: right;
	padding: 0 20px;
	font-size: 0;
}

.xialaph_bot>div {
	display: inline-block;
	margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
	font-size: 16px;
	color: #666;
	line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
	font-size: 18px;
	color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
	color: #001eb4;
}

.xialaph_bot>div {
	margin: 0 8px;
}

.xialaph_bot {
	text-align: center !important;
}

.tp_link {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 2;
	font-size: 14px;
	color: #fff;
}

.tp_link a {
	font-size: 14px;
	color: #fff;
}

.tp_link span {
	padding: 0 5px;
}

.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.myclass2.layui-layer-page {
	width: 700px !important;
}

.himg .pic {
	overflow: hidden;
}

.himg img {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.himg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.nav_box {
	background: #123f79;
}

#colbox {
	background: #fff;
}

#colbox .layui-tab-card {
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: none;
}

#colbox .layui-tab {
	margin: 0;
}

#colbox .layui-tab-title {
	position: relative;
	border-bottom-width: 0px;
	background: none;
	height: auto;
}

#colbox .layui-tab-title li {
	padding: 0;
}

#colbox .layui-tab-title li span {
	display: inline-block;
	padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
	display: none;
}

#colbox .layui-tab-title li a {
	display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
	display: none;
}

.conent_box {
	background: #f7f7f7;
}

.conent_box .layui-row {
	overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
	overflow: hidden;
}

.leftmenu li {
	position: relative;
	float: left;
}

.leftmenu li a {
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
	border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
	z-index: 2;
}

.leftsubmenu {
	background: url(/static/www/images/bg28.jpg) no-repeat center;
	background-size: cover;
	padding-left: 20px;
}

.leftsubmenu li {
	display: inline-block;
	margin-right: 10px;
}

.leftsubmenu li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: solid 1px #d8d8d8;
	background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
	border: solid 1px #123f79;
	font-weight: bold;
	color: #123f79;
}



.layui-tab-bar {
	height: 48px;
	line-height: 48px;
}

.page_main {
	padding: 0px;
	border: 1px solid #DBDBDB;
}


.page_detail {
	padding: 40px 147px;
	background: #fff;
}


.detail-box {
	padding: 0px;
}

.col-title {
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

.col-att {
	font-size: 14px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
}

.col-att a {
	color: #999;
}

.col-att .linedc {
	padding: 0 5px;
}

.dtl_detail {
	line-height: 2.5em;
	font-size: 16px;
}

.dtl_detail.p1 {
	font-size: 18px;
}

.dtl_detail.p2 {
	font-size: 16px;
}

.dtl_detail.p3 {
	font-size: 14px;
}

.pager {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
}

.pager li {
	width: 49%;
	float: left;
}

.pager li a {
	color: #999;
}

.pager li:last-child {
	float: right;
}

.pager li a:hover {
	color: #123f79;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;
}

.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: #DF6217;
	color: #fff;
	border: solid 1px #DF6217;
}

.textlist {}

.textlist li {
	border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
	position: relative;
	overflow: hidden;
}

.textlist li .shijian {
	display: block;
	float: right;
	color: #5a5a5a;
	opacity: 0.5;
}

.textlist li .title {
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}

.textlist li .desc {
	line-height: 35px;
	color: #999999;
}

.textlist li .nianyue {
	color: #999999;
	font-size: 12px;
}

.textlist li .nianyue .more {
	float: right;
	font-size: 14px;
}

.textlist li .nianyue .iconfont {
	font-size: 18px;
	margin-left: 10px;
	color: #123f79;
}

.textlist li a:hover .nianyue {
	color: #123f79;
}



.righttitle {
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.righttitle .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #123f79;
	display: inline-block;
	height: 34px;
}

.righttitle .position {
	float: right;
	font-size: 14px;
	color: #333333;
}

.piclist {}

.piclist li a {
	display: block;
	background: #fff;
	position: relative;
}

.piclist li .pic img {
	height: 235px;
}

.piclist li .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	background: #f3f3f3;
	z-index: 2;
}

.piclist li a:hover .title {
	background: #245399;
	color: #fff;
}




.piclist2 li a {
	display: block;
	position: relative;
}

.piclist2 li .text {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px;
}

.piclist2 li .title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.piclist2 li .time {
	font-size: 14px;
	color: #aaaaaa;
}

.piclist2 li a:hover {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
	border-bottom: 1px solid #123f79;
}

.piclist2 li a:hover .title {
	font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
	position: relative;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tuwenlist li .pic {
	flex: none;
	width: 340px;
}

.tuwenlist li .text {
	width: calc((100% - 355px));
	background-size: cover;
}

.tuwenlist li .title {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}

.tuwenlist li .desc {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	opacity: 0.5;
}

.tuwenlist li .date {
	opacity: 0.5;
	font-size: 14px;
}

.tuwenlist li .more {
	color: #DF6217;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #DF6217;
	padding: 10px 40px;
}

.tuwenlist li a:hover .title {
	font-weight: bold;
}

.tuwenlist li a:hover .more {
	color: #fff;
	background: #DF6217;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
	color: #1B1B1B;
	opacity: .5;
}


.search_list .item .text {
	text-align: center;
	background: #f9f9f9;
	line-height: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 30px;
}

.search_list .item .iconfont {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-size: 30px;
	flex: none;
	color: #123f79;
}

.search_list .item .text1 {
	color: #333;
	font-size: 18px;
}

.search_list .item:hover .text {
	background: #123f79;
}

.search_list .item:hover .text1 {
	color: #fff;
}

/*
内容搜索页
 */
.sch-form {
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
	border: none;
	background: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #aaa;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}
.banner_slide_box{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.banner_slide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0, 0, 0, .25);
}
.banner_video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}
.banner_video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
}

.banner_slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
    height: 100%;
}

.banner_slide .slide-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.banner_slide .swiper-slide img {
	width: 100%;
	height: 100vh;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.banner_slide .swiper-slide-active img,
.banner_slide .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.banner_slide .slide-text {
	width: auto;
	text-align: center;
	color: #fff;
}

.banner_slide .slide-text .text1 {
	font-size: 60px;
}

.banner_slide .slide-text .text2 {
	font-size: 18px;
	letter-spacing: 35px;
	margin-top: 20px;
}


.banner_slide .swiper-button-next,
.banner_slide .swiper-button-prev {
	display: none;
}

.banner_slide .swiper-pagination {
	bottom: 20px;
}

.banner_slide .swiper-pagination-bullet {
	width: 30px;
	height: 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5);
	opacity: 1;
}

.banner_slide .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-scroll-btn {
	z-index: 56;
	position: absolute;
	left: 50%;
	width: 44px;
	height: 44px;
	margin-left: -22px;
	border: 1px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	bottom: 100px;
}

.swiper-scroll-btn .swiper-scroll-btn-icon {
	position: absolute;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	background: url(/static/www/images/down-icon2.png) no-repeat center center;
	cursor: pointer;
	animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 50%;
		opacity: 0;
	}

	65% {
		top: -50%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

.header_box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}

.header_index .header_box {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	padding-bottom: 70px;
	border-top: 2px solid #e06218;
}

.header_index .top_link a {
	color: #fff;
	font-family: rubikregular;
}

.header_index .top_link a:hover {
	color: #fff;
}

.header_index .header .nav>ul>li>a {
	color: #fff;
}

.header_index .header .nav>ul>li>a:hover .cn,
.header_index .header .nav>ul>li.on>a .cn,
.header_index .header .nav>ul>li:hover a .cn {
	border-bottom: 2px solid #fff;
}

.header_index h1.logo .logo_index {
	display: block;
}

.header_index h1.logo .logo_nei {
	display: none;
}

.header_index .top_link .line {
	background: rgba(255, 255, 255, .5);
}

.header_index.fiexd .header_box {
	background: #fff;
	padding-bottom: 30px;
	border-top: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.header_index.fiexd .top_link a {
	color: #3B3B3B;
}


.header_index.fiexd .header .nav>ul>li>a {
	color: #3B3B3B;
}

.header_index.fiexd .header .nav>ul>li>a:hover .cn,
.header_index.fiexd .header .nav>ul>li.on>a .cn,
.header_index.fiexd .header .nav>ul>li:hover a .cn {
	border-bottom: 2px solid #3B3B3B;
}

.header_index.fiexd h1.logo .logo_index {
	display: none;
}

.header_index.fiexd h1.logo .logo_nei {
	display: block;
}

.header_index.fiexd .top_link .line {
	background: rgba(0, 0, 0, .5);
}

.top_link {
	color: #fff;
	padding-top: 37px;
}

.top_link .iconfont {
	font-size: 16px;
}

.top_link .line {
	margin: 0 25px;
	display: block;
	width: 1px;
	height: 9px;
	background: rgba(0, 0, 0, .5);
}

.top_link img {
	width: 26px;
	height: 26px;
	border-radius: 100%;
}

.pchide {
	display: none;
}

.column {
	text-align: center;
}

.column .desc {
	font-size: 52px;
	font-weight: bold;
	color: #DF6217;
}

.column .title {
	font-size: 24px;
	color: #535353;
}

.column_white .desc {
	color: #fff;
}

.column_white .title {
	color: #E1E1E1;
}

.column_white .title a {
	color: #E1E1E1;
}

.column.column_fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 100px;
}

.column.column_bottom {
	display: none;
}

.wsmxzwm_box {
	position: relative;
	overflow: hidden;
	background: #FAFEFE;
}

.wsmxzwm_box .layui-container {
	z-index: 2;
}

.wsmxzwm_box .wsmxzwm_bg {
	animation: maskRun2 20s linear infinite;
	background: radial-gradient(50% 50% at 50% 50%, #FFD9C5 38%, rgba(186, 253, 255, 0.34) 100%);
	width: 1922px;
	height: 590px;
	filter: blur(327px);
	position: absolute;
	top: -100px;
	left: -100px;
	opacity: 0.8;
	border-radius: 100%;
}

.wsmxzwm_box .layui-container {
	z-index: 2;
}

.wsmxzwm_data li .num {
	font-size: 42px;
	color: #DF6217;
	font-weight: 500;
	font-family: rubikmedium;
}

.wsmxzwm_data li .dw_box {
	margin-left: 5px;
	margin-top: -5px;
}

.wsmxzwm_data li .jia {
	font-size: 18px;
	color: #DF6217;
	line-height: 20px;
	font-weight: 500;
}

.wsmxzwm_data li .dw {
	font-size: 12px;
	color: #A0A0A0;
}

.wsmxzwm_data li .title {
	font-size: 20px;
	color: #A0A0A0;
}


@keyframes maskRun1 {
	0% {
		transform: translate3d(-25%, -25%, 0)
	}

	25% {
		transform: translate3d(0, 25%, 0)
	}

	50% {
		transform: translate3d(60%, 25%, 0)
	}

	75% {
		transform: translate3d(60%, -25%, 0)
	}

	to {
		transform: translate3d(-25%, -25%, 0)
	}
}

@keyframes maskRun2 {
	0% {
		transform: translate3d(-25%, -25%, 0)
	}

	25% {
		transform: translate3d(0, 25%, 0)
	}

	75% {
		transform: translate3d(60%, 25%, 0)
	}

	50% {
		transform: translate3d(60%, -25%, 0)
	}

	to {
		transform: translate3d(-25%, -25%, 0)
	}
}

@keyframes maskRun3 {
	0% {
		transform: translate3d(-10%, 0, 0)
	}

	10% {
		transform: translate3d(0, 10%, 0)
	}

	50% {
		transform: translate3d(10%, 0, 0)
	}

	75% {
		transform: translate3d(20%, 10%, 0)
	}

	to {
		transform: translate3d(-10%, 0, 0)
	}
}

.hxyw_box {
	position: relative;
	overflow: hidden;
	background: #F8F9FC;
}

.hxyw_box .layui-container {
	z-index: 2;
}

.hxyw_box .more {
	text-align: center;
}

.hxyw_box .more a {
	color: #9E9E9E;
}

.hxyw_box .more a:hover {
	color: #DF6217;
}

.hxyw_bg1 {
	position: absolute;
	left: -464px;
	top: 200.91px;
	width: 1262px;
	height: 1262px;
	opacity: 0.04;
	box-sizing: border-box;
	border: 120px solid #DF6217;
	border-radius: 100%;
	animation: maskRun2 70s linear infinite;
}

.hxyw_bg2 {
	position: absolute;
	left: 1126px;
	top: -759.01px;
	width: 1262px;
	height: 1262px;
	opacity: 0.04;
	box-sizing: border-box;
	border: 120px solid #DF6217;
	border-radius: 100%;
	animation: maskRun2 70s linear infinite;
}

.hxyw_list .item_bg {
	padding: 1px;
	border-radius: 10px;
	-webkit-transition: top .3s ease,
		-webkit-box-shadow .3s ease;
	transition: top .3s ease,
		-webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease, top .3s ease;
	transition: box-shadow .3s ease, top .3s ease,
		-webkit-box-shadow .3s ease;
	position: relative;
	top: 0;

}

.hxyw_list .item_bg:hover {
	background-image: linear-gradient(180deg, #FFA233, #FFA233, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	top: -20px;
	-webkit-box-shadow: 0 20px 60px rgb(168 91 0 / 20%);
	box-shadow: 0 20px 60px rgb(168 91 0 / 20%);
}

.hxyw_list .item_bg2:hover {
	background-image: linear-gradient(180deg, #9171FF, #9171FF, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.hxyw_list .item_bg3:hover {
	background-image: linear-gradient(180deg, #6D9FFA, #6D9FFA, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.hxyw_list .item_bg4:hover {
	background-image: linear-gradient(180deg, #75efb4, #75efb4, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.hxyw_list .item_box {
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 30px;
	height: 558px;
	position: relative;
	overflow: hidden;
}

.hxyw_list .item_box>a {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAEAE9;
	position: relative;
	z-index: 2;
}

.hxyw_list .item_box .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}

.hxyw_list .item_box .desc {
	font-size: 12px;
	line-height: 18px;
	color: #A0A0A0;
	height: 36px;
}

.hxyw_list .item_box .sub_box {
	position: relative;
	z-index: 2;
}

.hxyw_list .item_box .sub_box li {
	margin-top: 25px;
	cursor: pointer;
}

.hxyw_list .item_box .sub_box li .sub_title {
	font-size: 18px;
	color: #737373;
	margin-bottom: 10px;
}

.hxyw_list .item_box .sub_box li .sub_desc {
	font-size: 12px;
	color: #9E9E9E;
	line-height: 18px;
	display: none;
}

.hxyw_list .item_box .sub_box li.on {
	border-bottom: 1px solid #EAEAE9;
	padding-bottom: 30px;
}

.hxyw_list .item_box .sub_box li.on .sub_title {
	color: #DF6217;
}

.hxyw_list .item_box .icon_bg {
	position: absolute;
	opacity: .2;
}

.hxyw_list .item_box .icon_bg1 {
	right: -40px;
	bottom: -70px;
}

.hxyw_list .item_box .icon_bg2 {
	right: -90px;
	bottom: -100px;
	opacity: .3;
}

.hxyw_list .item_box .icon_bg3 {
	right: -50px;
	bottom: -70px;
}

.hxyw_list .item_box .icon_bg4 {
	right: -50px;
	bottom: -90px;
}

.hxyw_list .item_box .bg {
	width: 554px;
	height: 778.67px;
	opacity: 1;
	background: linear-gradient(180deg, rgba(255, 162, 51, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
	box-sizing: border-box;
	filter: blur(100px);
	position: absolute;
	left: -22px;
	bottom: 125px;
	animation: maskRun1 20s linear infinite;
}

.hxyw_list .item_box .bg2 {
	background: linear-gradient(180deg, rgba(145, 113, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.hxyw_list .item_box .bg3 {
	background: linear-gradient(180deg, rgba(110, 159, 250, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.hxyw_list .item_box .bg4 {
	background: linear-gradient(180deg, rgba(117, 239, 180, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.hxyw_list .item_box .business_item_bg {
	position: absolute;
	bottom: 0;
	right: calc(-25% - 415px);
	-webkit-transition: right .4s ease;
	transition: right .4s ease;
}

.hxyw_list .item_bg:hover .item_box .business_item_bg {
	right: -25%;
}

.introduction {
	position: relative;
	overflow: hidden;
	background: url(/static/www/images/jjfa_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.introduction_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #383838;
}

.introduction_bg li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(20px);
	background-attachment: fixed;
	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;
}

.introduction_bg li.active {
	opacity: .3;
}

.introduction .layui-container {
	z-index: 2;
}

.introduction .intro-left__top {
	z-index: 20;
}

.introduction .intro-left__bottom {
	position: absolute;
	top: auto;
	bottom: 0;
	height: calc((100vh - 320px));
	z-index: 20;
}

.introduction .intro-left__fixed {
	position: fixed;
	top: 320px;
	bottom: auto;
	height: calc((100vh - 320px));
	z-index: 20;
}

.introduction .pic-box-item {
	position: absolute;
	opacity: 0;
	transition: opacity .4s ease-in;
}

.introduction .active.pic-box-item {
	opacity: 1;
	transition: opacity .4s ease-in-out;
	z-index: 2;
}

.introduction .pic-box-item img {
	width: 772px;
	height: 513px;
	border-radius: 10px;
}

.introduction .pic-box-item .pic {
	border-radius: 10px;
}

.introduction .jjfa_box .intro-right {
	float: right;
	width: 580px;
}

.introduction .intro-content {
	height: calc((100vh - 320px));
	opacity: .1;
}

.introduction .intro-content.active {
	opacity: 1;
}

.introduction .intro-content .intro-title a {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.introduction .intro-content .intro-desc {
	line-height: 25px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin: 15px 0 30px;
}

.introduction .intro-content .intro_nav {
	height: 195px;
	overflow: hidden;
}

.introduction .intro-content .intro_nav li {
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 10px;
}

.introduction .intro-content .intro_nav li a {
	display: inline-block;
	border: 0.5px solid #FFF3F3;
	height: 39px;
	border-radius: 5px;
	line-height: 39px;
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	opacity: 0.7;
}

.introduction .intro-content .more {
	margin-top: 30px;
}

.introduction .intro-content .more a {
	display: inline-block;
	border-radius: 10px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	background: #DF6217;
	width: 150px;
	text-align: center;
	font-size: 14px;
}

.control_box {
	background: #414141;
	height: 173px;
	position: absolute;
	left: -260px;
	bottom: 0;
	width: 1920px;
	z-index: 20;
	display: none;
}

.control_box .control .control-item {
	width: calc(100% / 6);
	height: 173px;
	position: relative;
}

.control_box .control .control-item a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	flex-direction: column;
}

.control_box .control .control-item.active a {
	background: #DF6217;
}

.control_box .control .control-item a .name {
	font-size: 20px;
	margin-top: 10px;
}

.control_box .control .control-item::after {
	content: '';
	width: 1px;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
}

.control_box .control .control-item:last-child::after {
	display: none;
}

.xmal_box {
	position: relative;
	overflow: hidden;
}

.xmal_box .layui-container {
	z-index: 2;
}

.xmal_bg {
	width: 1922px;
	height: 1312px;
	transform: rotate(-180deg);
	opacity: 0.9;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 221, 197, 0.4) 41%, rgba(255, 186, 186, 0.136) 100%);
	filter: blur(327px);
	position: absolute;
	animation: maskRun1 20s linear infinite;
	left: -300px;
	top: -300px;
	border-radius: 100%;
}

.xmal_hd {
	box-shadow: inset 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	border-radius: 31px;
	position: relative;
	z-index: 2;
}

.xmal_hd li {
	position: relative;
	z-index: 2;
}

.xmal_hd li a {
	display: inline-block;
	font-size: 21px;
	border-radius: 31px;
	width: 213px;
	box-sizing: border-box;
	text-align: center;
	height: 62px;
	line-height: 62px;
}

.xmal_hd li.on a {
	color: #FFFFFF;
	font-size: 21px;
}

.xmal_hd .active_tab {
	position: absolute;
	width: 213px;
	height: 62px;
	background: #DF6217;
	left: 0;
	top: 0;
	border-radius: 31px;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.4);
}

.xmal_hd li:nth-child(1).on~.active_tab {
	left: calc((100% / 5) * 0);
}

.xmal_hd li:nth-child(2).on~.active_tab {
	left: calc((100% / 5) * 1);
}

.xmal_hd li:nth-child(3).on~.active_tab {
	left: calc((100% / 5) * 2);
}

.xmal_hd li:nth-child(4).on~.active_tab {
	left: calc((100% / 5) * 3);
}

.xmal_hd li:nth-child(5).on~.active_tab {
	left: calc((100% / 5) * 4);
}

.xmal_bd {
	position: relative;
	z-index: 2;
}

.xmal_bd .box {
	display: none;
}

.xmal_row {
	will-change: transform;
}

.to_left {
	width: calc(395px * 15 + 14 * 22px);
	animation: left-effect 30s linear infinite;
	margin-top: 33px;
	height: 296px;
}

.to_right {
	width: calc(395px * 15 + 14 * 22px);
	animation: right-effect 30s linear infinite;
	margin-top: 78px;
	height: 296px;
}

.up_jjfa_to_left {
	width: auto;
	animation: left-effect 10s linear infinite;
	height: auto;
}

@keyframes left-effect {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

@keyframes right-effect {
	0% {
		transform: translateX(-50%)
	}

	100% {
		transform: translateX(0)
	}
}

.xmal_item {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 11px;
	text-align: center;
	background-color: #e7e8ea;
	will-change: transform;
	transition: transform .4s ease-out;
	width: 395px;
}

.xmal_item:hover {
	transform: scale(1.05)
}

.xmal_bd .box .xmal_row:hover {
	animation-play-state: paused
}

.xmal_bd .box .more {
	text-align: center;
	font-size: 16px;
	margin-top: 45px;
}

.xmal_bd .box .more a {
	color: #9E9E9E;
}

.xmal_bd .box .more a:hover {
	color: #DF6217;
}

.zmkh_box {
	position: relative;
	overflow: hidden;
	background: url(/static/www/images/zmkh_bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.up_zmkh_box {
	background: url(/static/www/images/zmkh_bg2.jpg) no-repeat center;
	background-size: cover;
}

.zmkh_hd {
	box-shadow: inset 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
	background: #202661;
	border-radius: 31px;
	position: relative;
	z-index: 2;
}

.zmkh_hd li {
	position: relative;
	z-index: 2;
}

.zmkh_hd li a {
	display: inline-block;
	font-size: 21px;
	border-radius: 31px;
	width: 213px;
	box-sizing: border-box;
	text-align: center;
	height: 62px;
	line-height: 62px;
	color: #FFFFFF;
}

.zmkh_hd li.on a {
	font-size: 21px;
}

.zmkh_hd .active_tab {
	position: absolute;
	width: 213px;
	height: 62px;
	background: #3D5DEB;
	left: 0;
	top: 0;
	border-radius: 31px;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.4);
}

.zmkh_hd li:nth-child(1).on~.active_tab {
	left: calc((100% / 6) * 0);
}

.zmkh_hd li:nth-child(2).on~.active_tab {
	left: calc((100% / 6) * 1);
}

.zmkh_hd li:nth-child(3).on~.active_tab {
	left: calc((100% / 6) * 2);
}

.zmkh_hd li:nth-child(4).on~.active_tab {
	left: calc((100% / 6) * 3);
}

.zmkh_hd li:nth-child(5).on~.active_tab {
	left: calc((100% / 6) * 4);
}

.zmkh_hd li:nth-child(6).on~.active_tab {
	left: calc((100% / 6) * 5);
}

.zmkh_bd {
	position: relative;
	z-index: 2;
	margin-top: 80px;
}

.zmkh_bd .box {
	display: none;
}

.zmkh_bd .box .more {
	text-align: center;
	margin-top: 30px;
}

.zmkh_bd .box .more a {
	color: #fff;
	font-size: 14px;
}

.zmkh_bd .box .more a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.zmkh_slide {
	width: 100%;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
}

.zmkh_slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: rgba(22, 43, 137, 0.5);
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}

.zmkh_slide .swiper-slide a {
	display: block;
	width: 100%;
}

.zmkh_slide .swiper-slide img {
	height: 100%;
}

.zmkh_slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #FFFFFF;
	margin: 0 6px !important;
}

.zmkh_slide .swiper-pagination-bullet-active {
	background: #DF6217;
}

.khpj_box {
	position: relative;
	overflow: hidden;
}

.khpj_box .layui-container {
	z-index: 2;
}

.khpj_bg {
	width: 1922px;
	height: 1067px;
	opacity: 0.4;
	background: radial-gradient(50% 50% at 50% 50%, #FFD9C5 38%, rgba(186, 253, 255, 0.34) 100%);
	filter: blur(327px);
	position: absolute;
	animation: maskRun2 20s linear infinite;
	left: -300px;
	top: -300px;
	border-radius: 100%;
}

.khpj_slide {
	width: 100%;
	padding: 60px 50px 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

.khpj_slide .swiper-slide {
	width: 903px;
	text-align: center;
	opacity: 0;
}

.khpj_slide .swiper-slide .pic {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background: #F9F9F7;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #9E9E9E;
	margin-left: auto;
	margin-right: auto;
}

.khpj_slide .swiper-slide img {
	width: 80px;
	height: 80px;
	padding: 15px;
	background: #F9F9F7;
	border-radius: 100%;
}

.khpj_slide .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.khpj_slide .swiper-slide.swiper-slide-prev,
.khpj_slide .swiper-slide.swiper-slide-next {
	opacity: 0.5;
}



.khpj_slide .swiper-pagination {
	position: relative;
	left: auto;
	top: auto;
	margin-top: 50px;
}


.khpj_slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #BFBFBF;
	margin: 0 6px !important;
	color: #fff;
	opacity: 1;
	border-radius: 100%;
}

.khpj_slide .swiper-pagination-bullet-active {
	background: #ff7e00;
}

.khpj_slide a {
	display: block;
	border-radius: 30px;
	padding: 60px 125px 80px;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	background: #FFFFFF;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.khpj_slide .text .title {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.khpj_slide .text .desc {
	font-size: 16px;
	height: 128px;
	line-height: 32px;
	color: #999999;
}

.khpj_slide .swiper-slide-active .text {
	display: block;
}

.khpj_box .more {
	text-align: center;
	font-size: 16px;
}

.khpj_box .more a {
	color: #9E9E9E;
}

.khpj_box .more a:hover {
	color: #DF6217;
}

.khpj_bg1 {
	position: absolute;
	left: -312px;
	top: 217px;
	width: 572px;
	height: 572px;
	opacity: 0.02;
	box-sizing: border-box;
	border: 70px solid #DF6217;
	border-radius: 100%;
	animation: maskRun2 20s linear infinite;
}

.khpj_bg2 {
	position: absolute;
	left: 538px;
	top: -224px;
	width: 572px;
	height: 572px;
	opacity: 0.02;
	box-sizing: border-box;
	border: 70px solid #DF6217;
	border-radius: 100%;
	animation: maskRun2 20s linear infinite;
}

.khpj_slide .swiper-slide .khpj_bg1,
.khpj_slide .swiper-slide .khpj_bg2 {
	opacity: 0;
}

.khpj_slide .swiper-slide.swiper-slide-active .khpj_bg1,
.khpj_slide .swiper-slide.swiper-slide-active .khpj_bg2 {
	opacity: 0.02;
}

.khpj_slide .swiper-slide .pic,
.khpj_slide .swiper-slide .text {
	position: relative;
	z-index: 2;
}

.shfw_box {
	background: #F4F4F4;
	overflow: hidden;
	width: 100%;
}

.shfw_box .more {
	text-align: center;
	font-size: 16px;
}

.shfw_box .more a {
	color: #9E9E9E;
}

.shfw_box .more a:hover {
	color: #DF6217;
}

.shfw .item {
	width: 28.5%;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	height: 574px;
	overflow: hidden;
	position: relative;
}

.shfw .item.on {
	width: 38%;
}

.shfw .item .item_text {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.shfw .item .item_text.text1 {
	padding: 75px 20px;
	text-align: center;
	z-index: 2;
}

.shfw .item .item_text.text1 .text_box {
	padding: 0 45px;
}

.shfw .item .item_text.text1 .text_box .title {
	font-size: 28px;
	font-weight: bold;
	color: #414141;
}

.shfw .item .item_text.text1 .text_box .desc {
	font-size: 12px;
	color: #A0A0A0;
	line-height: 20px;
}

.shfw .item .item_text.text1 .text_box .line {
	width: 100%;
	height: 1px;
	background: #D8D8D8;
	opacity: .5;
}

.shfw .item .item_text.text2 {
	z-index: 1;
}

.shfw .item .item_text.text2 .iconfont {
	color: #DF6217;
	opacity: 0.02;
	font-size: 400px;
}

.shfw .item .item_text.text3 {
	z-index: 3;
	padding: 0 45px;
	opacity: 0;
	left: -100px;
	top: 200px;
}

.shfw .item .item_text.text3 .title {
	font-size: 28px;
	color: #414141;
	font-weight: bold;
	margin-bottom: 10px;
}

.shfw .item .item_text.text3 .desc {
	font-size: 12px;
	line-height: 20px;
	color: #A0A0A0;
	height: 40px;
}

.shfw .item .item_text.text3 .shfw_list {
	border-top: 1px solid rgba(216, 216, 216, .5);
	margin-top: 15px;
}

.shfw .item .item_text.text3 .shfw_list li {
	margin-top: 20px;
}

.shfw .item .item_text.text3 .shfw_list li .sub_title {
	color: #DF6217;
	font-weight: bold;
	margin-bottom: 10px;
}

.shfw .item .item_text.text3 .shfw_list li .sub_desc {
	font-size: 12px;
	color: #9E9E9E;
	line-height: 24px;
	height: 24px;
}

.shfw .item.on .item_text.text1 {
	opacity: 0;
}

.shfw .item.on .item_text.text2 {
	top: -200px;
}

.shfw .item.on .item_text.text3 {
	opacity: 1;
	left: 0;
	top: 0;
}

.shfw .item .item_bg {
	width: 677.68px;
	height: 690.76px;
	opacity: 0.8;
	background: linear-gradient(180deg, rgba(234, 255, 221, 0.5) 22%, rgba(249, 237, 228, 0.5) 100%);
	filter: blur(100px);
	position: absolute;
	left: -26.91px;
	top: -306.73px;
	border-radius: 100%;
	animation: maskRun1 20s linear infinite;
}

.shfw .item .item_bg2 {
	background: linear-gradient(180deg, rgba(204, 247, 255, 0.5) 22%, rgba(249, 237, 228, 0.5) 100%);
}

.shfw .item .item_bg3 {
	background: linear-gradient(180deg, rgba(250, 231, 207, 0.5) 22%, rgba(249, 237, 228, 0.5) 100%);
}

.hsbk_box {
	position: relative;
	overflow: hidden;
}

.hsbk_bg {
	position: absolute;
	width: 1922px;
	height: 1192px;
	transform: rotate(180deg);
	opacity: 1;
	background: radial-gradient(49% 49% at 50% 50%, rgba(197, 255, 198, 0.23) 41%, rgba(186, 211, 255, 0.115) 100%);
	filter: blur(327px);
	animation: maskRun2 20s linear infinite;
	left: -300px;
	top: -300px;
	border-radius: 100%;
}

.hsbk_box .more {
	text-align: center;
	font-size: 16px;
}

.hsbk_box .more a {
	color: #9E9E9E;
}

.hsbk_box .more a:hover {
	color: #DF6217;
}

.hsbk_box .layui-container {
	z-index: 2;
}

.layui-col-space40 {
	margin: -20px;
}

.layui-col-space40>* {
	padding: 20px;
}

.hsbk_list li a {
	display: block;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	padding: 40px 35px;
	position: relative;
	top: 0;
	-webkit-transition: top .3s ease,
		-webkit-box-shadow .3s ease;
	transition: top .3s ease,
		-webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease, top .3s ease;
	transition: box-shadow .3s ease, top .3s ease,
		-webkit-box-shadow .3s ease;
}

.hsbk_list li .title {
	font-size: 28px;
	line-height: 50px;
	height: 100px;
}

.col_hsbk_list li .title {
	height: auto;
}

.hsbk_list li .desc {
	font-size: 16px;
	line-height: 28px;
	color: #9E9E9E;
}

.hsbk_list li .date_box {
	color: #9E9E9E;
	font-family: rubikregular;
}

.hsbk_list li .iconfont {
	font-size: 16px;
	margin-right: 5px;
}

.hsbk_list li .read {
	margin: 0 15px;
}
.hsbk_list li .like{
	display:none;
}
.hsbk_list li .pic {
	border-radius: 20px;
	height: 190px;
}

.hsbk_list li .pic.hide {
	display: none;
}

.hsbk_list li a:hover {
	top: -20px;
	-webkit-box-shadow: 0 20px 60px rgb(168 91 0 / 20%);
	box-shadow: 0 20px 60px rgb(168 91 0 / 20%);
}

.hsbk_list li a .right {
	height: 29px;
	border-radius: 5px;
	background: #FFF3ED;
	color: #DF6217;
	line-height: 29px;
	font-size: 14px;
	padding: 0 18px;
}

.col_54 .hsbk_list li a .right {
	background: #E3FFFF;
	color: #00B2B2;
}

.col_55 .hsbk_list li a .right {
	background: #F9F7CC;
	color: #A79F00;
}

.gstd_box {
	position: relative;
	overflow: hidden;
	background: url(/static/www/images/gstd_bg.jpg) no-repeat center;
	padding: 404px 0 160px;
	background-size: cover;
}

.gstd .desc {
	font-size: 16px;
	line-height: 30px;
	width: 645px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .5);
	text-align: center;
}

.gstd .btn a {
	width: 197.85px;
	height: 68px;
	border-radius: 13.19px;
	opacity: 1;
	background: #FFFFFF;
	display: block;
	text-align: center;
	line-height: 68px;
	color: #DA631D;
	font-size: 18.47px;
	margin: 0 25px;
}

.gstd .btn a:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.gstd_box .more {
	text-align: center;
	font-size: 16px;
}

.gstd_box .more a {
	color: #fff;
}

.gstd_box .more a:hover {
	opacity: .8;
}

.gstd_pic {
	position: relative;
}

.gstd_pic .pic_box {
	position: absolute;
	animation: infinite upDown 4s linear;
	left: -84px;
	top: -109px;
}

.gstd_pic .pic_box i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.7);
	opacity: 0;
	transform: scale(0);
	animation: o-scale1 1.1s linear infinite;
	display: none;
}

.gstd_pic .pic_box i:nth-of-type(2) {
	animation-delay: .7s;
}

.gstd_pic .pic_box i:nth-of-type(3) {
	animation-delay: 1.4s;
}

.gstd_pic .pic_box:hover i {
	display: block;
}

.gstd_pic .pic_box .pic {
	width: 100%;
	height: 100%;
	position: relative;
}

.gstd_pic .pic_box .pic img {
	width: 100%;
	height: 100%;
	background: #B35117;
	border-radius: 100%;
	position: relative;
	z-index: 2;
}

.gstd_pic .pic_box:nth-child(2) {
	animation-delay: 1s;
	left: 352px;
	top: -253px;
}

.gstd_pic .pic_box:nth-child(3) {
	animation-delay: 2s;
	left: auto;
	top: -226px;
	right: 177px;
}

.gstd_pic .pic_box:nth-child(4) {
	animation-delay: 1s;
	left: auto;
	top: -192px;
	right: -100px;
}

.gstd_pic .pic_box:nth-child(5) {
	animation-delay: 2s;
	left: 60px;
	top: 219px;
}

.gstd_pic .pic_box:nth-child(6) {
	animation-delay: 1s;
	left: auto;
	top: 138px;
	right: -10px;
}

.gstd_pic .pic_box:nth-child(7) {
	animation-delay: 2s;
	left: -10px;
	top: 410px;
}

.gstd_pic .pic_box:nth-child(8) {
	animation-delay: 1s;
	left: auto;
	top: 355px;
	right: -60px;
}

@keyframes upDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes o-scale1 {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: scale(1.8);
	}
}

.footer {
	background: #414141;
}

.footer_nav {
	align-items: flex-start;
}

.footer_nav>li {
	position: relative;
}

.footer_nav>li>a {
	color: #DBDBDB;
	font-size: 18px;
	font-weight: bold;
}

.footer_nav>li>a:hover {
	color: #fff;
}

.footer_nav>li li a {
	font-size: 15px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.7);
}

.footer_nav>li li a:hover {
	color: #fff;
}

.footer_nav>li::after {
	content: '';
	width: 1px;
	height: 230px;
	background: rgba(95, 95, 95, 0.5);
	position: absolute;
	top: 10px;
	left: 160px;
}

.footer_nav>li:last-child::after {
	display: none;
}

.footer_info {
	border-top: 1px solid #505050;
	color: rgba(158, 158, 158, 0.8);
	font-size: 14px;
}

.footer_info a {
	color: rgba(158, 158, 158, 0.8);
}

.footer_info2 {
	border-top: none;
}

.copyright {
	line-height: 22px;
	text-transform: capitalize;
}

.erweima {
	text-align: right;
}

.erweima li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.erweima li .iconfont {
	font-size: 18px;
}

.erweima li a {
	border: 1px solid rgba(158, 158, 158, 0.8);
	border-radius: 100%;
	width: 30px;
	height: 30px;
}

.erweima li a:hover {
	background: #DD6620;
	border: 1px solid #DD6620;
	color: #fff;
}


.erweima li .hover {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -140px;
	display: none;
	background: #fff;
	box-shadow: 5px 8px 27px 3px rgb(0 0 0 / 10%);
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	padding: 5px;
}

.erweima li:hover .hover {
	display: block;
}

.erweima li .hover::after {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}

.system_info {
	line-height: 22px;
	text-align: right;
}

.footer2 {
	background: #2B2B2B;
	line-height: 33px;
	font-size: 12px;
	color: rgba(158, 158, 158, 0.5);
}

.footer2 a {
	color: rgba(158, 158, 158, 0.5);
}

.footer2 .right img {
	margin-right: 5px;
}

#scrolltop {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: #DD6620;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	font-size: 20px;
	flex-direction: column;
	color: #fff;
	cursor: pointer;
	line-height: 25px;
	font-family: rubikmedium;
}

#scrolltop .iconfont {
	font-size: 14px;
	text-align: center;
}

.sch_box {
	background: #414141;
	width: 100%;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

html.fixed {
	overflow: hidden;
}

.sch_box.on {
	height: 100%;
}

.sch_box .layui-container {
	z-index: 2;
}

.sch_bg1 {
	position: absolute;
	left: 1318px;
	top: -543px;
	width: 1300px;
	height: 1300px;
	opacity: 0.01;
	box-sizing: border-box;
	border: 120px solid #FFFFFF;
	border-radius: 100%;
	animation: maskRun2 20s linear infinite;
}

.sch_bg2 {
	position: absolute;
	left: -680px;
	top: 560px;
	width: 1300px;
	height: 1300px;
	opacity: 0.01;
	box-sizing: border-box;
	border: 120px solid #FFFFFF;
	border-radius: 100%;
	animation: maskRun2 20s linear infinite;
}

.sch_top {
	padding: 35px 60px;
	position: relative;
	z-index: 2;
}

.sch_top .iconfont {
	color: #fff;
}

.sch_form {
	position: relative;
}

.sch_form::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #DF6217;
	transition: width 0.5s;
}

.sch_form.selected::after {
	width: 100%;
}

.sch_input {
	width: 0;
	height: 100px;
	color: #fff;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: 20px;
	position: relative;
}

.sch_box.on .sch_input {
	width: 100%;
}


.sch_btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 2;
}

.sch_btn .iconfont {
	color: #fff;
}

.sch_lishi {
	color: #D8D8D8;
}

.sch_lishi .title {
	font-size: 20px;
}


.sch_lishi .title a .iconfont {
	font-size: 30px;
	color: #D8D8D8;
}

.sch_lishi .title .name .iconfont {
	font-size: 16px;
	color: #DF6217;
}

.sch_lishi ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	position: relative;
}

.sch_lishi ul li a {
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	border-radius: 5px;
	opacity: 1;
	background: #373737;
	color: #9E9E9E;
	font-size: 18px;
}

.sch_lishi ul li .delete-btn {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 2;
	cursor: pointer;
}

.sch_lishi ul li .delete-btn .layui-icon {
	font-size: 26px;
}

.sch_tel {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 2;
}

.sch_tel .phone {
	font-family: rubikregular;
	font-size: 50px;
	color: #DF6217;
}

.sch_tel .phone_text {
	font-size: 20px;
	color: #6F6F6F;
}


.top_link a {
	color: #3B3B3B;
	font-family: rubikregular;
}

.top_link a:hover {
	color: #DF6217;
}

.header .nav>ul>li>a {
	color: #3B3B3B;
}

.header .nav>ul>li>a:hover .cn,
.header .nav>ul>li.on>a .cn,
.header .nav>ul>li:hover a .cn {
	border-bottom: 2px solid #3B3B3B;
}

h1.logo .logo_index {
	display: none;
}

h1.logo .logo_nei {
	display: block;
}

.banner_nei {
	height: 640px;
	text-align: center;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner_nei .title {
	font-size: 52px;
	font-weight: bold;
	color: #DF6217;
}

.banner_nei .desc {
	font-size: 24px;
	color: #535353;
}

.banner_nei .position {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100px;
	text-align: left;
	opacity: 0.7;
	color: #414141;
}

.banner_nei .position a {
	color: #414141;
}

.banner_404{
	height: 70px;
}

.column_nei .title {
	font-size: 45px;
}

.up_xmal_list li img {
	border-radius: 10px;
}

.up_xmal_list li .title {
	font-size: 20px;
	height: 26px;
}

.up_xmal_list li .visit {
	color: #9E9E9E;
}

.up_xmal_list li .iconfont {
	font-size: 16px;
}

.up_xmal_list li .num {
	font-size: 14px;
}

.up_xmal_list li .name {
	display: inline-block;
	height: 29px;
	border-radius: 5px;
	background: #FFF3ED;
	padding: 0 8px;
	line-height: 29px;
	font-size: 14px;
	color: #DF6217;
}

.up_gstd_box {
	overflow: hidden;
	position: relative;
	background: #FEFBF9;
}
.up_gstd_box .layui-container{
	position: relative;
	z-index: 2;
}

.up_gstd_main {
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	padding: 80px;
}
.up_gstd_jjbox{
	border-radius: 10px;
	background: #F9F9F9;
	padding: 40px;
}
.up_gstd_jjbox .up_gstd_text .desc{
	font-size: 16px;
}
.up_gstd_jjbox .pic{
	border-radius: 15px;
}
.up_gstd_jjbox .pic img{
	border-radius: 15px;
}
.up_gstd_slide .swiper-pagination {
	position: relative;
	top: auto;
	bottom: auto;
}

.up_gstd_slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #BFBFBF;
	margin: 0 6px;
}

.up_gstd_slide .swiper-pagination-bullet-active {
	background: #DF6217;
}

.up_gstd_slide img {
	border-radius: 20px;
}

.up_gstd_text .title {
	font-size: 18px;
	color: #7E7E7E;
}

.up_gstd_text .desc {
	font-size: 18px;
	color: #585858;
	line-height: 45px;
}

.up_gstd_text .desc2 {
	font-size: 30px;
	color: #535353;
	font-weight: bold;
}

.up_gstd_text .desc3 {
	font-size: 16px;
	color: #8F8F8F;
	line-height: 33px;
}

.up_gstd_pic {
	border-radius: 10px;
	overflow: hidden;
}

.up_wsmxzwm_box {
	background: #FDFFFD;
}

.up_wsmxzwm_box .column .desc {
	color: #535353;
}

.up_jrwm_box {
	background: #F4F4F4;
}

.up_jrwm_box .column .desc {
	color: #535353;
}

.up_jrwm_slide a {
	display: block;
	text-align: center;
	border-radius: 30px;
	padding: 200px 200px 100px;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.up_jrwm_slide .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	color: #414141;
}

.up_jrwm_slide .desc {
	font-size: 16px;
	line-height: 32px;
	color: #9E9E9E;
}

.up_jrwm_slide .more {
	display: inline-block;
	width: 200px;
	height: 60px;
	border-radius: 5px;
	background: #DF6217;
	color: #fff;
	line-height: 60px;
	font-size: 25px;
}

.up_jrwm_slide .swiper-pagination {
	position: relative;
	top: auto;
	bottom: auto;
}

.up_jrwm_slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #BFBFBF;
	margin: 0 6px;
}

.up_jrwm_slide .swiper-pagination-bullet-active {
	background: #DF6217;
}

.up_lnwm_box {
	padding-bottom: 1000px;
	background-size: cover;
	background-repeat: no-repeat;
}

.up_lnwm_main {
	overflow: hidden;
	color: #fff;
	font-family: rubikregular;
}

.up_lnwm_main .left {
	width: 650px;
	float: left;
}

.up_lnwm_main .left .title {
	font-size: 45px;
}

.up_lnwm_main .left .title1 {
	font-size: 30px;
}

.up_lnwm_main .left .desc1 {
	font-size: 16px;
	opacity: 0.7;
	margin-bottom: 5px;
}

.up_lnwm_main .left .desc2 {
	font-size: 12px;
	opacity: 0.5;
}

.up_lnwm_main .left li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.up_lnwm_main .left li:last-child {
	border-bottom: none;
}

.up_lnwm_main .right {
	width: 587px;
	float: right;
}

.up_lnwm_main .right .layui-input {
	height: 69px;
	line-height: 69px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	padding: 0 24px;
	color: #fff;
}

.up_lnwm_main .right .layui-input::placeholder {
	color: #fff;
}

.up_lnwm_main .right .layui-textarea {
	height: 139px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	padding: 24px;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
}

.up_lnwm_main .right .layui-textarea::placeholder {
	color: #fff;
}

.up_lnwm_main .right .layui-btn {
	height: 69px;
	line-height: 69px;
	border-radius: 10px;
	background: #FFFFFF;
	font-size: 20px;
}

.textarea_box {
	position: relative;
}

.textarea_tips {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	color: #333;
}

.up_shfw_sch_box {
	position: relative;
	overflow: hidden;
}

.up_column {
	height: 199px;
	text-align: center;
	background: url(/static/www/images/up_column_bg.png) no-repeat center;
	box-sizing: border-box;
	padding-top: 110px;
	font-size: 30px;
}

.up_column span {
	color: #DF6217;
}

.up_shfw_sch_box .layui-container {
	z-index: 2;
}

.up_shfw_sch .sch_input {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	height: 79px;
	line-height: 79px;
	border: none;
	padding: 0 27px;
	box-sizing: border-box;
	color: #9E9E9E;
}

.up_shfw_sch .sch_input::placeholder {
	color: #9E9E9E;
	font-size: 18px;
}

.up_shfw_sch .sch_btn .iconfont {
	color: #DF6217;
	font-size: 26px;
}

.up_shfw_sch .sch_btn {
	right: 27px;
	margin-top: -13px;
}

.up_shfw_sch .sch_lishi {
	color: #343434;
}

.up_shfw_sch .sch_lishi .title a .iconfont {
	font-size: 25px;
	color: #ADA6A1;
}

.up_shfw_sch .sch_lishi ul li a {
	padding: 0 15px;
	background: #FFFFFF;
	color: #9E9E9E;
}

.up_shfw_nav {
	background: #F4F4F4;
	overflow: hidden;
}

.up_shfw_nav li a {
	border-radius: 15px;
	background: #FFFFFF;
	padding: 40px;
	position: relative;
	height: 177px;
	box-sizing: border-box;
}

.up_shfw_nav li a .hover {
	position: absolute;
	right: 30px;
	top: 50%;
	display: none;
	margin-top: -60px;
	background: #fff;
}

.up_shfw_nav li a .hover img {
	width: 120px;
	height: 120px;
}

.up_shfw_nav li a:hover .hover {
	display: block;
}

.up_shfw_nav li a .hover2 {
	background: #FFF3ED;
	height: 60px;
	border-radius: 5px;
	padding: 0 25px;
	line-height: 60px;
	color: #DF6217;
	display: none;
}

.up_shfw_nav li a .hover2 .iconfont {
	font-size: 30px;
}

.up_shfw_nav li a .hover2 .tel {
	font-size: 36px;
	font-family: rubikmedium;
}

.up_shfw_nav li a:hover .hover2 {
	display: flex;
}

.up_shfw_nav li:nth-child(1) a:hover .text,
.up_shfw_nav li:nth-child(2) a:hover .text,
.up_shfw_nav li:nth-child(3) a:hover .text {
	width: 100%;
}

.up_shfw_nav li:nth-child(1) a:hover .line,
.up_shfw_nav li:nth-child(2) a:hover .line,
.up_shfw_nav li:nth-child(3) a:hover .line {
	display: none;
}

.up_shfw_nav li:nth-child(1) a:hover .pic,
.up_shfw_nav li:nth-child(2) a:hover .pic,
.up_shfw_nav li:nth-child(3) a:hover .pic {
	display: none;
}

.up_shfw_nav li a .hover2 form {
	width: 100%;
	height: 100%;
	position: relative;
}

.up_shfw_nav li a .hover2 input {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
}

.up_shfw_nav li a .hover2 button {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 2;
	background: none;
	border: none;
	cursor: pointer;
	margin-top: -15px;
}

.up_shfw_nav li a .hover2 button .iconfont {
	font-size: 30px;
	color: #DF6217;
}

.up_shfw_nav li .cn {
	font-size: 30px;
}

.up_shfw_nav li .en {
	font-size: 14px;
	color: #535353;
	font-family: rubikregular;
	opacity: 0.5;
}

.up_shfw_nav li .line {
	width: 44px;
	height: 3px;
	opacity: 0.15;
	background: #535353;
}

.up_cjwt_box {
	position: relative;
	overflow: hidden;
	background: #FCFCFB;
}

.up_cjwt_box .layui-container {
	z-index: 2;
}

.up_column1 {
	text-align: center;
	font-size: 45px;
}

.up_column1 .desc {
	font-size: 16px;
	opacity: 0.6;
}

.cjwt_hd_box {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.cjwt_hd {
	position: relative;
	z-index: 2;
}

.cjwt_hd li {
	position: relative;
	z-index: 2;
	padding: 0 15px;
}

.cjwt_hd li a {
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	width: 108px;
	box-sizing: border-box;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #fff;
}

.cjwt_hd li.on a {
	background: #DF6217;
	color: #fff;
}


.cjwt_bd {
	position: relative;
	z-index: 2;
}

.cjwt_bd .box {
	display: none;
}

.cjwt_slide {
	width: 100%;
	height: 830px;
	margin-left: auto;
	margin-right: auto;
}

.cjwt_slide .swiper-slide {
	height: 343px;
}

.cjwt_slide .swiper-slide a:hover {
	top: -20px;
}

.cjwt_slide .swiper-slide a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	position: relative;
	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;
	top: 0;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 1);
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.cjwt_slide .swiper-slide a .title {
	font-size: 24px;
	line-height: 40px;
}

.cjwt_slide .swiper-slide a .desc {
	font-size: 16px;
	line-height: 29px;
	color: #9E9E9E;
}

.cjwt_slide .swiper-slide a .date_box {
	color: #9E9E9E;
	font-family: rubikregular;
}

.cjwt_slide .swiper-slide a .iconfont {
	font-size: 16px;
	margin-right: 5px;
}

.cjwt_slide .swiper-slide a .read {
	margin: 0 15px;
}

.cjwt_slide .swiper-slide a .like {
	display: none;
}

.cjwt_slide .swiper-slide a .right {
	height: 29px;
	border-radius: 5px;
	background: #FFF3ED;
	color: #DF6217;
	line-height: 29px;
	font-size: 14px;
	padding: 0 18px;
}

.cjwt_slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #BFBFBF;
	margin: 0 6px !important;
}

.cjwt_slide .swiper-pagination-bullet-active {
	background: #DF6217;
}

.up_zlbz_box {
	overflow: hidden;
	background: url(/static/www/images/zlbz_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.up_zlbz_main {
	border-radius: 20px;
	background: #fff;
	padding: 60px;
	position: relative;
	overflow: hidden;
}

.up_column2 {
	overflow: hidden;
}

.up_column2 a {
	float: left;
}

.up_column2 .desc {
	float: right;
	height: 74px;
	border-radius: 10px;
	line-height: 74px;
	background: rgba(235, 235, 235, 0.8);
	color: #9E9E9E;
	font-size: 16px;
	padding: 0 20px;
}

.up_column2 .cn {
	font-size: 40px;
	color: #DF6217;
}

.up_column2 .en {
	font-size: 30px;
	color: #232323;
	opacity: 0.5;
	font-family: rubikregular;
}

.up_zlbz_main li {
	margin-bottom: 20px;
}

.up_zlbz_main li .title {
	font-size: 30px;
}

.up_zlbz_main li .desc {
	font-size: 20px;
	color: #727272;
	line-height: 35px;
	height: auto;
	height: 70px;
}

.up_zlbz_main li a {
	display: block;
	padding-right: 30px;
}

.up_zlbz_main li:nth-child(2n) a {
	padding-right: 0;
	padding-left: 30px;
}

.up_zlbz_main .up_column2 {
	position: relative;
	z-index: 2;
}

.up_zlbz_main ul {
	position: relative;
	z-index: 2;
}

.up_zlbz_main .up_zlbz_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.up_zlbz_main .up_zlbz_icon .iconfont {
	font-size: 700px;
	color: #DF6217;
	opacity: 0.05;
}

.col_zlbz_main .up_zlbz_icon .iconfont {
	font-size: 600px;
}

.up_zxfw_box {
	overflow: hidden;
	background: conic-gradient(from 180deg at 50% 50%, rgba(186, 253, 255, 0.2) 0deg, rgba(255, 217, 197, 0.2) 147deg, rgba(186, 253, 255, 0.2) 360deg, rgba(255, 217, 197, 0.2) 507deg);
}

.up_fwqd li a {
	display: block;
	position: relative;
}

.up_fwqd li a .pic {
	border-radius: 10px;
}

.up_fwqd li .slog {
	position: absolute;
	right: -6px;
	top: 25px;
	width: 50px;
	height: 23px;
	line-height: 20px;
	padding-top: 3px;
	box-sizing: border-box;
	padding-left: 8px;
	color: #fff;
	font-size: 12px;
	background: url(/static/www/images/fwqd_sh.png) no-repeat center;
}

.up_fwqd li .slog.slog1 {
	background: url(/static/www/images/fwqd_sq.png) no-repeat center;
}

.up_jjfa_nav {
	width: 100%;
	position: relative;
	left: auto;
}

.up_jjfa_box {
	position: relative;
	overflow: hidden;
	background: #FDFCFA;
}

.up_jjfa_box .layui-container {
	z-index: 2;
}

.up_jjfa_item {
	position: relative;
}

.up_jjfa_item .bg_white {
	width: 813px;
	height: 629px;
	border-radius: 10px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

.up_jjfa_item .picinfo {
	align-items: flex-start;
	position: relative;
	z-index: 2;
	padding-left: 70px;
}

.up_jjfa_item .pic {
	flex: none;
	width: 770px;
	margin-left: 60px;
}

.up_jjfa_item .pic img {
	border-radius: 10px;
	height: 513px;
}

.up_jjfa_item .title .num_name {
	position: relative;
}

.up_jjfa_item .title .num {
	opacity: 0.05;
	font-family: rubikregular;
	font-size: 200px;
	background: linear-gradient(180deg, #414141 0%, rgba(65, 65, 65, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 160px;
}

.up_jjfa_item .title .name {
	font-size: 50px;
	font-weight: bold;
	color: #DF6217;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.up_jjfa_item .title .icon .iconfont {
	font-size: 100px;
	color: #DF6217;
	opacity: 0.1;
}

.up_jjfa_item .desc {
	font-size: 16px;
	color: #9E9E9E;
	line-height: 37px;
	height: 186px;
	overflow: auto;
	padding-right: 10px;
}

.up_jjfa_item .desc::-webkit-scrollbar {
	background-color: #D8D8D8;
	width: 2px;
}

.up_jjfa_item .desc::-webkit-scrollbar-thumb {
	background-color: #DF6217;
}

.up_jjfa_item .info {
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
	width: 93%;
	border-radius: 10px;
	margin: -30px auto 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}

.up_jjfa_item .info a {
	background: rgba(202, 202, 202, 0.2);
	display: inline-block;
	margin: 15px 10px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 20px;
}

.up_jjfa_item li {
	display: inline-block;
	width: auto !important;
}

.scroll-container {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.scroll-wrapper {
	animation: left-effect 20s linear infinite;
}

.scroll-container .scroll-wrapper:nth-child(2n) {
	animation: right-effect 20s linear infinite;
}

.scroll-content {
	display: inline-block;
	white-space: nowrap;
}

.scroll-fade {
	pointer-events: none;
	background: linear-gradient(90deg, #fff, rgba(255, 255, 255, .5), transparent 40%, transparent 60%, rgba(255, 255, 255, .5),
			#fff);
	position: absolute;
	inset: 0;
	border-radius: 10px;
}

.up_jjfa_box:nth-child(2n) {
	background: #F4F4F4;
}

.up_jjfa_box:nth-child(2n) .khpj_bg {
	display: none;
}

.up_jjfa_nav2 {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -163px;
	z-index: 1000;
	display: none;
}

.up_jjfa_nav2.show {
	display: block;
}

.up_jjfa_nav2 .line {
	width: 50px;
	height: 1px;
	background: #D8D8D8;
}

.up_jjfa_nav2 .nav-item {
	margin-bottom: 40px;
}

.up_jjfa_nav2 .nav-item:last-child {
	margin-bottom: 0;
}

.up_jjfa_nav2 .nav-item.active a {
	color: #DF6217;
}

.up_jjfa_nav2 .nav-item.active .line {
	background: #DF6217;
}

.up_hxyw_nav {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -101px;
	z-index: 1000;
	display: none;
}

.up_hxyw_nav.show {
	display: block;
}

.up_hxyw_nav .line {
	width: 50px;
	height: 1px;
	background: #D8D8D8;
}

.up_hxyw_nav .nav-item {
	margin-bottom: 40px;
}

.up_hxyw_nav .nav-item:last-child {
	margin-bottom: 0;
}

.up_hxyw_nav .nav-item.active a {
	color: #DF6217;
}

.up_hxyw_nav .nav-item.active .line {
	background: #DF6217;
}

.up_hxyw {
	position: relative;
	overflow: hidden;
}

.up_hxyw .layui-container {
	z-index: 2;
}

.up_hxyw_item {
	border-radius: 20px 20px 200px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.2);
	padding: 80px;
	position: relative;
	overflow: hidden;
}

.up_hxyw_item .up_column2,
.up_hxyw_item ul {
	position: relative;
	z-index: 2;
}

.up_hxyw_item .up_column2 .cn {
	font-size: 70px;
	font-weight: bold;
	color: #414141;
}

.up_hxyw_item .up_column2 .desc {
	height: auto;
	border-radius: 0;
	line-height: 34px;
	background: none;
	color: #DF6217;
	font-size: 18px;
	padding: 0;
	text-align: right;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 0;
}

.up_hxyw_item ul {
	width: 50%;
	padding-left: 40px;
}

.up_hxyw_item ul li .title {
	font-size: 30px;
	color: #232323;
}

.up_hxyw_item ul li .desc {
	font-size: 18px;
	opacity: 0.65;
	line-height: 30px;
}

.up_hxyw_item .icon_img {
	position: absolute;
	right: -150px;
	bottom: -150px;
	opacity: 0.15;
}

.up_hxyw_item .icon_img img {
	width: 1000px;
}

.up_hxyw_item .khpj_bgx1 {
	background: linear-gradient(180deg, rgba(255, 162, 51, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.up_hxyw_item .khpj_bgx2 {
	background: linear-gradient(180deg, rgba(145, 113, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.up_hxyw_item .khpj_bgx3 {
	background: linear-gradient(180deg, rgba(110, 159, 250, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.up_hxyw_item .khpj_bgx4 {
	background: linear-gradient(180deg, rgba(117, 239, 180, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.up_hxyw_box {
	position: relative;
}

.up_hxyw_box .bg_white {
	width: 960px;
	height: 1078px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 0;
}

.up_hxyw_box:nth-child(2) .bg_white {
	background: #414141;
	left: auto;
	right: 0;
	top: -570px;
}

.up_hxyw_box:nth-child(3) .bg_white {
	background: #414141;
	position: absolute;
	left: 0;
	top: -570px;
}

.up_hxyw_box:nth-child(4) .bg_white {
	background: #414141;
	left: auto;
	right: 0;
	top: -570px;
}

.up_hxyw_box:hover .bg_white {
	background: #DF6217;
}



.col_box {
	overflow: hidden;
	position: relative;
	background: #FFFBF8;
}

.col_box .layui-container,
.col_zmkh_box {
	position: relative;
	z-index: 2;
}

.col_nav li {
	display: inline-block;
	margin-right: 10px;
}

.col_nav li a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	background: #414141;
	padding: 0 35px;
	font-size: 18px;
	color: #fff;
}

.col_nav li.on a,
.col_nav li a:hover {
	background: #DF6217;
}

.col_main {
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 80px;
}

.col_main .col_title {
	font-size: 36px;
	font-weight: bold;
}

/*分享*/
.m-share {
	position: relative;
	border-bottom: 1px solid rgba(216, 216, 216, 0.3);
	padding-bottom: 10px;
}


.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("/static/www/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("/static/www/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("/static/www/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;
}

.col_main .col_desc {
	border-radius: 10px;
	background: #F9F9F9;
	padding: 30px 50px;
	font-size: 18px;
	line-height: 45px;
}

.col_hxyw_list li .title {
	font-size: 24px;
	font-weight: bold;
}

.col_hxyw_list li .title_en {
	font-size: 20px;
	color: #414141;
	opacity: .5;
}

.col_hxyw_list li .desc {
	font-size: 18px;
	color: #505050;
	line-height: 30px;
}

.col_hxyw_list li .desc_en {
	font-size: 18px;
	color: #9E9E9E;
	line-height: 28px;
}

.col_hxyw_list li:last-child {
	margin-bottom: 0;
}

.col_jjfa_list li {
	display: inline-block;
	margin-right: 20px;
}

.col_jjfa_list li a {
	display: inline-block;
	border: 1px solid rgba(82, 82, 82, 0.1);
	border-radius: 4.67px;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 16.81px;
	color: #3E3E3E;
}

.col_nav2 li {
	height: 27px;
	line-height: 27px;
	white-space: nowrap;
}

.col_nav2 li a {
	display: inline-block;
	border-radius: 5px;
	padding: 0 10px;
}

.col_nav2 li a:hover,
.col_nav2 li.on a {
	background: #DF6217;
	color: #fff;
}

.col_nav2 li span {
	padding: 0 5px;
}

.col_nav2 li:last-child span {
	display: none;
}

.col_zmkh_box {
	background: url(/static/www/images/zmkh_bg.jpg) no-repeat center;
	background-size: cover;
}

.col_zmkh_slide {
	width: 100%;
	height: 820px;
	margin-left: auto;
	margin-right: auto;
}

.col_zmkh_slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: rgba(22, 43, 137, 0.5);
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}

.col_zmkh_slide .swiper-slide a {
	display: block;
	width: 100%;
}

.col_zmkh_slide .swiper-slide img {
	height: 100%;
}

.col_zmkh_slide .swiper-pagination {
	bottom: 0px;
}

.col_zmkh_slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #FFFFFF;
	margin: 0 6px !important;
}

.col_zmkh_slide .swiper-pagination-bullet-active {
	background: #DF6217;
}

.col_zmkh_bd .box {
	display: none;
}

.col_khpj_list li a {
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
	padding: 40px;
	align-items: flex-start;
}

.col_khpj_list li .pic {
	flex: none;
	width: 80px;
	margin-right: 20px;
	height: 80px;
	border-radius: 100%;
	background: #F9F9F7;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #9E9E9E;
}

.col_khpj_list li .pic img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #F9F9F7;
	padding: 10px;
	box-sizing: border-box;
}

.col_khpj_list li .title {
	font-size: 24px;
}

.col_khpj_list li .desc {
	font-size: 16px;
	line-height: 30px;
	color: #9E9E9E;
}

.col_khpj_list li .date_box {
	color: #9E9E9E;
	font-family: rubikregular;
}

.col_khpj_list li .iconfont {
	font-size: 16px;
	margin-right: 5px;
}

.col_khpj_list li .read {
	margin: 0 15px;
}

.col_cjwt_list a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
	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;
	position: relative;
	top: 0;
}

.col_cjwt_list a:hover {
	top: -20px;
}

.col_cjwt_list a .title {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
}

.col_cjwt_list a .desc {
	font-size: 16px;
	line-height: 29px;
	color: #9E9E9E;
	height: 60px;
}

.col_cjwt_list a .date_box {
	color: #9E9E9E;
	font-family: rubikregular;
}

.col_cjwt_list a .iconfont {
	font-size: 16px;
	margin-right: 5px;
}

.col_cjwt_list a .read {
	margin: 0 15px;
}

.col_cjwt_list a .like {
	display: none;
}

.col_cjwt_list a .right {
	height: 29px;
	border-radius: 5px;
	background: #EDFFF4;
	color: #0BAA4A;
	line-height: 29px;
	font-size: 14px;
	padding: 0 18px;
}

.col_cjwt_sch_form {
	position: relative;
}

.col_cjwt_sch_form .col_cjwt_sch_input {
	width: 330px;
	height: 51px;
	border-radius: 6.39px;
	background: #FFFFFF;
	box-shadow: 0px 2.55px 31.93px 0px rgba(0, 0, 0, 0.05);
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
}

.col_cjwt_sch_form .col_cjwt_sch_btn {
	position: absolute;
	right: 15px;
	color: #DF6217;
	background: none;
	border: none;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

.col_cjwt_sch_form .col_cjwt_sch_btn .iconfont {
	font-size: 20px;
}

.col_wsmxzwm_data li {
	text-align: center;
}

.col_wsmxzwm_data li .title {
	font-size: 22px;
	color: #4D4D4D;
}

.col_wsmxzwm_data li .desc1 {
	font-size: 15px;
	color: #9E9E9E;
}

.col_wsmxzwm_data li .desc2 {
	font-size: 14px;
	color: #9E9E9E;
	line-height: 24px;
	width: 210px;
	margin: 0 auto;
}

.col_wsmxzwm_data li:nth-child(4),
.col_wsmxzwm_data li:nth-child(5),
.col_wsmxzwm_data li:nth-child(6) {
	margin-bottom: 0;
}

.col_wsmxzwm_data li .num {
	font-size: 65px;
}

.col_jrwm_list li a {
	display: block;
	text-align: center;
	border-radius: 30px;
	padding: 200px 200px 100px;
}

.col_jrwm_list li .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	color: #414141;
}

.col_jrwm_list li .desc {
	font-size: 16px;
	line-height: 32px;
	color: #9E9E9E;
}

.col_jrwm_list li .more {
	display: inline-block;
	width: 200px;
	height: 60px;
	border-radius: 5px;
	background: #414141;
	color: #fff;
	line-height: 60px;
	font-size: 25px;
}

.col_jrwm_list li a:hover .more {
	background: #DF6217;
}

.col_lnwm_list li .box {
	border-radius: 10px;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
	background: #FFFFFF;
}

.col_lnwm_list li:nth-child(1) .box {
	padding: 70px 40px;
}

.col_lnwm_list li:nth-child(1) .box .icon {
	width: 98px;
	height: 98px;
	background: #535353;
	border-radius: 100%;
	margin-right: 35px;
	flex: none;
}

.col_lnwm_list li:nth-child(1) .box .icon .iconfont {
	color: #fff;
	font-size: 50px;
}

.col_lnwm_list li:nth-child(1) .box .title {
	font-size: 16px;
	color: #9E9E9E
}

.col_lnwm_list li:nth-child(1) .box .desc {
	font-size: 16px;
	color: #535353
}

.col_lnwm_list li:nth-child(1) .box .desc2 {
	font-size: 30px;
	color: #535353;
	font-family: rubikregular;
}

.col_lnwm_list li:nth-child(1) .box .right a {
	border-radius: 6.71px;
	background: #DF6217;
	display: inline-block;
	color: #fff;
	font-size: 18.78px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.col_lnwm_list li .box {
	padding: 40px;
}

.col_lnwm_list li .box .icon {
	width: 70px;
	height: 70px;
	background: #535353;
	border-radius: 100%;
	margin-right: 25px;
	flex: none;
}

.col_lnwm_list li .box .icon .iconfont {
	color: #fff;
	font-size: 40px;
}

.col_lnwm_list li .box .title {
	font-size: 16px;
	color: #9E9E9E
}

.col_lnwm_list li .box .desc {
	font-size: 30px;
	color: #535353;
	font-family: rubikregular;
}

.col_lnwm_list li .box .left {
	height: 118px;
}

.col_lnwm_list li .box .right .iconfont {
	font-size: 100px;
}

.col_lnwm_list li .box .right img {
	width: 118px;
	height: 118px;
}

.col_lnwm_list li:hover .icon,
.col_lnwm_list li:nth-child(1):hover .icon {
	background: #DF6217;
}

.col_lnwm_list li:nth-child(3) .box .icon .iconfont {
	color: #fff;
	font-size: 30px;
}

.col_xqd_box {
	background: #fff;
	border-radius: 10px;
	padding: 60px 40px;
}

.col_xqd_box .title {
	font-size: 50px;
	color: #535353;
}

.col_xqd_box .desc {
	font-size: 28px;
	color: #9E9E9E;
}

.col_xqd_box .input_box {
	position: relative;
}

.col_xqd_box .input_box .layui-input {
	height: 60px;
	border: none;
	border-bottom: 1px solid rgba(216, 216, 216, 0.5);
	padding-left: 165px;
}

.col_xqd_box .input_box .layui-input::placeholder {
	font-size: 18px;
	color: #535353;
	opacity: .5;
}

.col_xqd_box .input_box .input_name {
	position: absolute;
	left: 20px;
	top: 30px;
	font-size: 24px;
	color: #535353;
}

.col_xqd_box .input_box .input_name span {
	color: #FA1616;
}

.col_xqd_box .textarea_box .layui-textarea {
	height: 460px;
	border-radius: 10px;
	border: 1px solid rgba(216, 216, 216, 0.5);
	padding: 30px;
}

.col_xqd_box .textarea_box .layui-textarea::placeholder {
	font-size: 18px;
	color: #535353;
	opacity: .5;
}

.col_xqd_box .button_box {
	text-align: right;
}

.col_xqd_box .button_box .layui-btn {
	width: 315px;
	height: 60px;
	border-radius: 5px;
	opacity: 1;
	background: #DF6217;
	font-size: 25px;
	color: #fff;
	border: none;
	display: inline-block;
}

.col_xqd_box .login_show {
	text-align: center;
}

.col_xqd_box .login_show .text {
	font-size: 18px;
	position: relative;
	z-index: 2;
	top: -20px;
}

.col_xqd_box .login_show .text a {
	color: #DF6217
}

.col_hsbk_list {
	align-items: flex-start;
}

.col_hsbk_list ul {
	width: calc((100% - 40px) / 2);
}

.col_hsbk_list li {
	margin-bottom: 40px;
}


.m-share .date_box {
	color: #9E9E9E;
	font-family: rubikregular;
}

.m-share .iconfont {
	font-size: 16px;
	margin-right: 5px;
}

.m-share .read {
	margin: 0 15px;
}

.col_detail {
	font-size: 18px;
	color: #585858;
	line-height: 2.5em;
}

.col_detail img {
	max-width: 100%;
}

.col_detail video {
	max-width: 100%;
}

.col_author {
	background: #F9F9F9;
	border-radius: 10px;
	height: 52px;
	line-height: 52px;
	padding: 0 25px;
	color: #9E9E9E;
	font-size: 14px;
}

.col_prev_next li a {
	display: block;
	border-radius: 10px;
	background: #F9F9F9;
	padding: 60px;
	line-height: 35px;
	box-sizing: border-box;
}

.col_prev_next li a p:first-child {
	font-size: 14px;
	color: #9E9E9E;
}

.col_prev_next li a p:last-child {
	font-size: 18px;
}

.col_pl_top .left {
	font-size: 20px;
	color: #5E5E5E;
	font-family: rubikregular;
}

.col_pl_top .right {
	font-size: 14px;
	color: #9E9E9E;
}

.col_pl_form {
	overflow: hidden;
	border-bottom: 1px solid #EBEBEB;
}

.col_pl_form textarea {
	width: 100%;
	height: 163px;
	border-radius: 10px;
	background: #F9F9F9;
	border: none;
	padding: 30px;
	box-sizing: border-box;
}

.col_pl_form button {
	height: 52px;
	border-radius: 10px;
	background: #E1E1E1;
	line-height: 52px;
	border: none;
	padding: 0 35px;
	color: #767676;
	float: right;
	cursor: pointer;
}

.no_login{
	background: #F9F9F9;
	text-align: center;
	padding: 30px;
	border-radius: 10px;
}
.no_login a{
	color: #ff7e00;
}

.col_pl_list li .avatar .pic img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.col_pl_list li .avatar .pic {
	margin-right: 15px;
}

.col_pl_list li .avatar .name {
	color: #818181;
}

.col_pl_list li .content {
	margin-left: 30px;
	border-bottom: 1px solid #EBEBEB;
}

.col_pl_list li .content .desc {
	line-height: 30px;
	color: #5D5D5D;
}

.col_pl_list li .content .date {
	font-size: 14px;
	color: #9F9D9D;
}

.col_pl_list li .reply .content {
	border: none;
	border-left: 4px solid #D8D8D8;
	padding-left: 15px;
}

.col_pl_list li .reply .content .name {
	font-weight: bold;
}

.loadmore {
	text-align: center;
	margin-top: 30px;
}


.col_cjwt_list a .right {
	background: #FFF3ED;
	color: #DF6217;
}

.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;
}

.sch_result_list a .title {
	height: auto;
}

.sch_result_list a .desc {
	height: auto;
}

#hdmanadd {
	display: inline-block;
	width: 315px;
	height: 75px;
	line-height: 75px;
	border-radius: 5px;
	background: #DF6217;
	font-size: 25px;
}

.hdmanadd_layer {
	width: 800px !important;
}

.hdmanadd_layer .layui-layer-content {
	padding: 30px;
}

.col_jjfa_pic .pic {
	border-radius: 10px;
}
.home .right_fiexd{
	display: none;
}
.right_fiexd {
	position: fixed;
	right: 15px;
	top: 50%;
	margin-top: -132.5px;
	width: 48px;
	height: 265px;
	background: #FFFFFF;
	box-shadow: 0px 4.57px 34.29px 0px rgba(0, 0, 0, 0.05);
	border-radius: 24px;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 20px;
}

.right_fiexd li {
	text-align: center;
	font-size: 12px;
	margin-bottom: 23px;
	position: relative;
}

.right_fiexd li .iconfont {
	font-size: 20px;
	margin-bottom: 2px;
}

.right_fiexd li:last-child {
	margin-bottom: 0;
}

.right_fiexd li a {
	color: #9E9E9E;
}

.right_fiexd li a:hover {
	color: #DF6217;
}

.right_fiexd li .hover {
	width: 133px;
	position: absolute;
	right: 48px;
	top: -20px;
	display: none;
	padding-right: 20px;
}

.right_fiexd li .hover .box {
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
}

.right_fiexd li .hover::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	right: 5px;
	top: 20px;
}

.right_fiexd li .hover.hover1 .box {
	float: left;
}

.right_fiexd li .hover.hover1 .kflist .pic1 img {
	width: 120px;
	height: 120px;
	border-radius: 5px;
}

.right_fiexd li .hover.hover1 .kflist .pic2 {
	display: none;
	position: absolute;
	left: 7px;
	top: 0;
	z-index: 2;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 5px;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding-top: 5px;
	font-size: 12px;
	color: #9E9E9E;
}

.right_fiexd li .hover.hover1 .kflist .pic2 img {
	width: 95px;
	height: 95px;
}

.right_fiexd li .hover.hover1 .kflist .item {
	margin-bottom: 7px;
	position: relative;
	cursor: pointer;
}

.right_fiexd li .hover.hover1 .title {
	height: 25px;
	border-radius: 5px;
	background: #CE5F54;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
	margin: 7px;
	line-height: 25px;
	color: #fff;
}

.right_fiexd li .hover.hover1 .title2 {
	background: #1EBAA2;
	margin-top: 10px;
}

.right_fiexd li .hover.hover1 .kflist .item:hover .pic2 {
	display: block;
}

.right_fiexd li .hover.hover2 {
	width: 162px;
	height: 67px;
	text-align: left;
}

.right_fiexd li .hover.hover2 .telbox {
	padding-left: 17px;
}

.right_fiexd li .hover.hover2 .telbox .tel {
	font-size: 18px;
	color: #555555
}

.right_fiexd li .hover.hover2 .telbox .text {
	font-size: 12px;
	color: #9E9E9E;
	margin-top: 2px;
}

.right_fiexd li .hover.hover3 {
	top: -20px;
	width: 139px;
	height: 142px;
	text-align: center;
}

.right_fiexd li .hover.hover3 .ewmbox {
	color: #9E9E9E;
	font-size: 12px;
	line-height: 20px;
}

.right_fiexd li .hover.hover3 .ewmbox img {
	width: 96px;
	height: 96px;
}

.right_fiexd li .hover.hover4 {
	top: -20px;
	width: 108px;
	height: 134px;
	text-align: center;
}

.right_fiexd li .hover.hover4 .linkbox a {
	display: block;
	width: 70px;
	height: 27px;
	border-radius: 5.96px;
	background: #FFFFFF;
	box-shadow: 0px 2.39px 17.89px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 27px;
	font-size: 12px;
}

.right_fiexd li .hover.hover4 .linkbox a:nth-child(2) {
	margin: 11px 0;
}

.right_fiexd li .hover.hover4 .linkbox a:hover {
	background: #DF6217;
	color: #fff;
}

.right_fiexd li:hover .hover {
	display: flex;
}

.right_fiexd li:hover .hover1 {
	display: block;
}

.col_up_14 .right_fiexd,
.col_up_15 .right_fiexd {
	display: none;
}

.license_box {
	width: 658px;
	height: auto;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	padding: 50px;
	margin: 0 auto;
	font-family: rubikregular;
}
.license_box .top{
	border-bottom: 1px solid #D8D8D8;
}
.license_box .top .title{
	font-size: 40px;
	color: #3C3736;
	line-height: 45px;
}
.license_box .top .sqm{
	text-align: right;
	font-size: 14px;
}
.license_box .top .sqm span{
	font-size: 20px;
	color: #DF6217;
	margin-left: 12px;
}
.license_box ul li{
	align-items: flex-start;
}
.license_box ul li .item_name{
	font-size: 14px;
	flex: none;
	width: 90px;
	margin-right: 12px;
	text-align: right;
	line-height: 30px;
}
.license_box ul li .text .title{
	font-size: 20px;
	color: #DF6217;
	margin-bottom: 5px;
}
.license_box ul li .text .title2{
	font-size: 14px;
	color: #9D9B9A;
	line-height: 25px;
}
.license_box .foot{
	border-bottom: 1px solid #D8D8D8;
	font-size: 14px;
}
.license_box .foot span{
	font-size: 16px;
	color: #DF6217;
	margin-left:10px;
}

.coupon_box li{
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
	padding: 40px;
	font-family: rubikregular;
	position: relative;
}
.coupon_box li .left{
	flex: none;
	width: 250px;
	border-right: 1px dashed #BEBEBE;
}
.coupon_box li .left .num{
	font-size: 40px;
	color: #0BAA4A;
	font-weight: bold;
}
.coupon_box li .left .num span{
	font-size: 16px;
	font-weight: normal;
}
.coupon_box li .left .man{
	font-size: 14px;
	color: #9E9E9E;
	margin-bottom: 5px;
}
.coupon_box li .left .text {
	font-size: 14px;
	color: #0BAA4A;
}
.coupon_box li .mid{
	flex: none;
	width: 650px;
}
.coupon_box li .mid .title{
	font-size: 26px;
}
.coupon_box li .mid .title2 {
	font-size: 20px;
}
.coupon_box li .mid .date {
	font-size: 16px;
	color: #9E9E9E;
}
.coupon_box li .right .ma{
	height: 90px;
	background: #EDFFF4;
	border-radius: 5px;
	padding: 0 30px;
	font-size: 45px;
	color: #0BAA4A;
	line-height: 90px;
}
.coupon_box li .right .num{
	font-size: 14px;
	color: #9E9E9E;
	text-align: right;
}
.coupon_box li .status{
	border-radius: 10px 0px 30px 0;
	background: #0BAA4A;
	height: 32px;
	line-height: 32px;
	padding: 0 30px 0 12px;
	color: #fff;
	font-size: 19px;
	position: absolute;
	left: 0;
	top: 0;
}
.coupon_box li.danger .left .num,.coupon_box li.danger .left .text,.coupon_box li.danger .right .ma {
	color: #DF6217;
}
.coupon_box li.danger .right .ma{
	background: #FFF3ED;
}
.coupon_box li.danger .status{
	background: #DF6217;
}
.text404{
	text-align: right;
}
.text404 .num{
	font-size: 150px;
	font-family: rubikregular;
}
.text404 .desc1{
	font-size: 36px;
	color: #9E9E9E;
}
.text404 .desc2 {
	font-size: 18px;
	color: #9E9E9E;
}
.up_shfw_sch_404 .sch_lishi ul li a{
	background: #F4F4F4;
	color: #9E9E9E;
}

.sysm_list .title{
	font-size: 30px;
	font-weight: bold;
	color: #4C4C4C;
}
.sysm_list li{
	font-size: 16px;
	line-height: 35px;
	color: #6A6A6A;
}