@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}

@font-face {
	font-family: 'rubikbold';
	src: url('../fonts/rubik/Rubik-Bold.ttf');
}

@font-face {
	font-family: 'rubikmedium';
	src: url('../fonts/rubik/Rubik-Medium.ttf');
}

@font-face {
	font-family: 'rubikregular';
	src: url('../fonts/rubik/Rubik-Regular.ttf');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 35px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border: #bf6464 2px dashed !important;
	background-color: #fdfbfb !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

label.error {
	color: #bf6464;
	padding-top: 5px;
	display: block;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #c1232c !important;
	background-color: #c1232c;
	color: #fff;
}

.float-right {
	float: right;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.color-primary {
	color: #c1232c;
}

.text-primary {
	color: #c1232c;
}

.text-warning {
	color: #ffa367;
}

.text-danger {
	color: #c1232c;
}

.text-info {
	color: #aaa;
}

.text-success {
	color: #28C445;
}

.text-default {
	color: #666;
}

.text-bai {
	color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #c1232c !important;
	background-color: #c1232c !important;
	color: #fff;
}

.line1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line10 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

body {
	color: #333;
	font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
	font-size: 16px;
	background: #fff;
}

a {
	color: #333;
}

a:hover {
	color: #0D59AA;
}

.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: #0D59AA;
	width: 100%;
}

.layui-btn-primary {
	background-color: #fff;
}

.layui-btn-warm {
	background-color: #FFB800;
}

.alert {
	padding: 10px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid transparent;
}

.alert.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert.alert-info {
	background: #aaa;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert .close {
	float: right;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}



#scrolltop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	flex-direction: column;
	cursor: pointer;
}

#scrolltop .icon {
	width: 44px;
	height: 44px;
	background: #064EA2;
	color: #fff;
}

#scrolltop .icon .layui-icon {
	font-size: 40px;
}




.img-responsive {
	width: 100%;
	display: block;
}

.hfade {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.layui-fluid {
	padding: 0;
}

.clearfix2 {
	zoom: 1;
}

.clearfix2::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix2::before {
	display: table;
	content: " ";
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.mheader,
.mnav {
	display: none;
}

.header {
	width: 100%;
	height: auto;
	z-index: 200;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	height: 105px;
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
	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: none;
}

.header h1.logo {
	position: absolute;
	left: 85px;
	bottom: 12px;
}

.header h1.logo img {
	height: 75px;
}

.header .nav {
	position: absolute;
	right: 85px;
	bottom: -2px;
}

.header .nav>ul>li {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-left: 45px;
}

.header .nav>ul>li:last-child a {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	color: #0D59AA;
	display: flex;
	margin-top: -5px;
	border: 1px solid #fff;
}

.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-size: 18px;
	width: 80px;
}

.header .nav>ul>li>a .iconfont {
	font-size: 14px;
	font-weight: normal;
	margin-left: 0;
	color: #FFFFFF;
}

.header .nav>ul>li>a .cn {
	display: inline-block;
	border-bottom: 3px solid rgba(255, 255, 255, 0);
	padding-bottom: 30px;
}

.header .nav>ul>li>a:hover .cn,
.header .nav>ul>li.on>a .cn,
.header .nav>ul>li:hover a .cn {
	border-bottom: 3px solid rgba(255, 255, 255, 1);
	font-weight: bold;
	font-size: 20px;
}

.header .nav>ul>li .layui-icon {
	font-size: 18px;
	color: #0D59AA;
}

.header .nav .submenu {
	position: absolute;
	width: 200px;
	top: 50px;
	left: 50%;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	margin-left: -100px;
	text-align: left;
	padding: 20px 0;
}

.header .nav .submenu ul {
	background: rgba(255, 255, 255, .9);
	padding: 15px 15px 1px;
	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: 39px;
}

.header .nav .submenu ul li {
	display: block;
	float: none;
	margin-bottom: 15px;
	text-align: center;
}

.header .nav .submenu ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #414141;
	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
	width: 100%;
	padding: 0 10px;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

.header .nav .submenu ul li a:hover {
	color: #fff;
	background: #0D59AA;
}


.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;
}

.header_box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background: linear-gradient(180deg, rgba(6, 78, 162, 0.665) 0%, rgba(0, 75, 129, 0.3453) 80%, rgba(0, 68, 168, 0) 99%);
	padding-bottom: 50px;
}
.header_box.fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

.header_box.white,.header_box.fixed {
	background: none;
}

.header_box.white .header,.header_box.fixed .header {
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.header_box.white .logo1,.header_box.fixed .logo1 {
	display: none;
}

.header_box.white .logo2,.header_box.fixed .logo2 {
	display: block;
}

.header_box .logo1 {
	display: block;
}

.header_box .logo2 {
	display: none;
}

.header_box.white .header .nav>ul>li>a,.header_box.fixed .header .nav>ul>li>a {
	color: #2c2c2c;
}

.header_box.white .header .nav,.header_box.fixed .header .nav {
	bottom: -1px;
}

.header_box.white .header .nav>ul>li>a:hover .cn,
.header_box.white .header .nav>ul>li.on>a .cn,
.header_box.white .header .nav>ul>li:hover a .cn,.header_box.fixed .header .nav>ul>li>a:hover .cn,
.header_box.fixed .header .nav>ul>li.on>a .cn,
.header_box.fixed .header .nav>ul>li:hover a .cn {
	border-bottom: 3px solid #064EA2;
}

.header_box.white .header .nav>ul>li:last-child a,.header_box.fixed .header .nav>ul>li:last-child a {
	border: 1px solid #0D59AA;
}

.header_box.white .header .nav>ul>li>a .iconfont,.header_box.fixed .header .nav>ul>li>a .iconfont {
	color: #0D59AA;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
	color: #001eb4;
}

.mc_ph_hd {
	display: none;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 64px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
	top: 0;
}


.mc_ph_navbar {
	padding: 0 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
}

.mc_language_ph a {
	line-height: 64px;
	color: #333;
	margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
	line-height: 64px;
	margin-right: 20px;
	color: #333;
}

.mc_ph_hd .mc_ph_logo a {
	line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {}

.mc_ph_hd .mc_ph_en {
	margin-top: 20px;
	margin-right: 20px;
}

.mc_ph_logo img {
	width: auto !important;
	height: 40px !important;
}

.mc_ph_menu {
	overflow: hidden;
	width: 26px;
	height: 50px;
}

.mc_ph_hd .mc_phmenubox {
	width: 26px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 22px;
	margin-top: 15px;
	transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #0D59AA;
}

.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: #0D59AA;
}

.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: #0D59AA;
}

.mc_ph_navbar {
	position: relative;
	z-index: 999;
}

/*ph导航&下拉*/
.phxia {
	position: fixed;
	width: 100%;
	left: 0;
	top: 64px;
	z-index: 998;
	/* transform: translateX(-50%); */
	/* padding: 0 15px; */
	background-color: #fff;
	max-height: calc(100vh - 64px);
	overflow: auto;
}

.xialaph {
	display: none;
	width: 100%;
	background-color: #fff;
	font-family: '微软雅黑';
	height: calc(100vh - 64px);
	padding: 10px 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

.xialaph h4 {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
}

.xialaph h4::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h4 a {
	font-size: 18px;
	line-height: 46px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h4 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	background: #f7f8fa;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
	max-width: 100%;
	padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
	display: none;
}

.xialaph .ul1 {}


.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h5 a {
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 35px;
	/* text-transform: uppercase; */
	color: #999;
	max-width: calc(100% - 36px);
}

.xialaph h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}

.xialaph .ul3 {
	display: none;
}

.xialaph h6 a {
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph h5.active .img_s {
	transform: rotate(180deg);
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph_bot {
	margin: 20px 0;
	text-align: right;
	padding: 0 20px;
	font-size: 0;
}

.xialaph_bot>div {
	display: inline-block;
	margin-left: 15px;
}

.mc_ph_search {
	margin-right: 40px;
	margin-top: 15px;
}

.mc_ph_search .layui-icon {
	font-size: 24px;
}


.xialaph_bot>div {
	margin: 0 8px;
}

.xialaph_bot {
	text-align: center !important;
}

.tp_link {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 2;
	font-size: 14px;
	color: #fff;
}

.tp_link a {
	font-size: 14px;
	color: #fff;
}

.tp_link span {
	padding: 0 5px;
}

.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.myclass2.layui-layer-page {
	width: 700px !important;
}

.himg .pic {
	overflow: hidden;
}

.himg img {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.himg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.nav_box {
	background: #123f79;
}

#colbox {
	background: #fff;
}

#colbox .layui-tab-card {
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: none;
}

#colbox .layui-tab {
	margin: 0;
}

#colbox .layui-tab-title {
	position: relative;
	border-bottom-width: 0px;
	background: none;
	height: auto;
}

#colbox .layui-tab-title li {
	padding: 0;
}

#colbox .layui-tab-title li span {
	display: inline-block;
	padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
	display: none;
}

#colbox .layui-tab-title li a {
	display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
	display: none;
}

.conent_box {
	background: #f7f7f7;
}

.conent_box .layui-row {
	overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
	overflow: hidden;
}

.leftmenu li {
	position: relative;
	float: left;
}

.leftmenu li a {
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
	border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
	z-index: 2;
}

.leftsubmenu {
	background: url(../images/bg28.jpg) no-repeat center;
	background-size: cover;
	padding-left: 20px;
}

.leftsubmenu li {
	display: inline-block;
	margin-right: 10px;
}

.leftsubmenu li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: solid 1px #d8d8d8;
	background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
	border: solid 1px #123f79;
	font-weight: bold;
	color: #123f79;
}



.layui-tab-bar {
	height: 48px;
	line-height: 48px;
}

.page_main {
	padding: 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(6, 78, 162, 0.2);
	min-height: 300px;
}


.page_detail {
	padding: 40px 184px;
}


.detail-box {
	padding: 0px;
}

.col-title {
	font-size: 28px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

.col-att {
	font-size: 14px;
	color: #9E9E9E;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	margin: 15px 0 0;
	padding-bottom: 15px;
}

.col-att a {
	color: #9E9E9E;
}

.col-att .linedc {
	padding: 0 5px;
}

.dtl_detail {
	line-height: 2.5em;
	font-size: 16px;
}

.dtl_detail.p1 {
	font-size: 18px;
}

.dtl_detail.p2 {
	font-size: 16px;
}

.dtl_detail.p3 {
	font-size: 14px;
}

.dtl_detail img,
.dtl_detail video {
	max-width: 100%;
}

.dtl_detail p{
	margin-bottom: 20px;
}

.pager {
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
}

.pager li {
	width: 49%;
	float: left;
}

.pager li a {
	color: #999;
}

.pager li:last-child {
	float: right;
	text-align: right;
}

.pager li a:hover {
	color: #1A61B8;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 0;
}

.pagination li a {
	display: inline-block;
	background: #fff;
	width: 33px;
	height: 33px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #595959;
	transition: All .4s ease-in;
	-webkit-transition: All .4s ease-in;
	-moz-transition: All .4s ease-in;
	-o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
	background: #0D59AA;
	color: #fff;
	border: solid 1px #0D59AA;
}

.textlist {}

.textlist li {
	border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
	position: relative;
	overflow: hidden;
}

.textlist li .shijian {
	display: block;
	float: right;
	color: #5a5a5a;
	opacity: 0.5;
}

.textlist li .title {
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}

.textlist li .desc {
	line-height: 35px;
	color: #999999;
}

.textlist li .nianyue {
	color: #999999;
	font-size: 12px;
}

.textlist li .nianyue .more {
	float: right;
	font-size: 14px;
}

.textlist li .nianyue .iconfont {
	font-size: 18px;
	margin-left: 10px;
	color: #123f79;
}

.textlist li a:hover .nianyue {
	color: #123f79;
}



.righttitle {
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.righttitle .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #123f79;
	display: inline-block;
	height: 34px;
}

.righttitle .position {
	float: right;
	font-size: 14px;
	color: #333333;
}

.piclist {}

.piclist li a {
	display: block;
	background: #fff;
	position: relative;
}



.piclist li .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	background: #f3f3f3;
	z-index: 2;
}

.piclist li a:hover .title {
	background: #1A61B8;
	color: #fff;
}




.piclist2 li a {
	display: block;
	position: relative;
}

.piclist2 li .text {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px;
}

.piclist2 li .title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.piclist2 li .time {
	font-size: 14px;
	color: #aaaaaa;
}

.piclist2 li a:hover {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
	border-bottom: 1px solid #123f79;
}

.piclist2 li a:hover .title {
	font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
	position: relative;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tuwenlist li .pic {
	flex: none;
	width: 340px;
}

.tuwenlist li .text {
	width: calc((100% - 355px));
	background-size: cover;
}

.tuwenlist li .title {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}

.tuwenlist li .desc {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	opacity: 0.5;
}

.tuwenlist li .date {
	opacity: 0.5;
	font-size: 14px;
}

.tuwenlist li .more {
	color: #0D59AA;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #0D59AA;
	padding: 10px 40px;
}

.tuwenlist li a:hover .title {
	font-weight: bold;
}

.tuwenlist li a:hover .more {
	color: #fff;
	background: #0D59AA;
}

.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;
	margin-left: 0;
	box-sizing: border-box;
	padding: 0 10px;
}

.sch-form .sch-type {
	position: absolute;
	left: 20px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
	cursor: pointer;
	color: #828282;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
	padding: 0 10px;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}

.sch_result_list li.no_data .text {
	border-radius: 10px;
	background: #F0EFEE;
	padding: 40px;
}

.sch_result_list li.no_data .text .text1 {
	font-size: 26px;
	font-weight: bold;
	color: #828282;
}

.sch_result_list li.no_data .text .text2 {
	font-size: 18px;
	color: #828282;
}

.loadmore {
	text-align: center;
}

.banner_slide {
	height: auto;
}

.banner_slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}


.banner_slide .swiper-slide img {
	width: 100%;
	transition: 1s linear 2s;
	transform: scale(1.05, 1.05);
}

.banner_slide .swiper-slide-active img,
.banner_slide .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.banner_slide .swiper-button-prev,
.banner_slide .swiper-button-next {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	color: #0D59AA;
	left: 25px;
	margin-top: 20px;
	display: none;
}

.banner_slide .swiper-button-next {
	left: auto;
	right: 25px;
}

.banner_slide .swiper-button-prev .iconfont,
.banner_slide .swiper-button-next .iconfont {
	font-size: 30px;
}

.banner_slide .swiper-button-prev:hover,
.banner_slide .swiper-button-next:hover {
	background: #064EA2;
	color: #fff;
}

.banner_slide:hover .swiper-button-prev,
.banner_slide:hover .swiper-button-next{
	display: flex;
}




.pchide {
	display: none;
}



.gsxw_box {
	background: url(../images/gsxw_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}

.gsxw_slide{
	display: none;
}

.gsxw_slide a {
	display: block;
	position: relative;
}

.gsxw_slide a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 95px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
	box-sizing: border-box;
	padding: 35px 150px 0 34px;
}

.gsxw_slide a .text .title {
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}

.gsxw_slide .swiper-pagination {
	width: auto;
	left: auto;
	right: 34px;
	bottom: 28px;
}

.gsxw_slide .swiper-pagination .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.67);
	opacity: 1;
	margin: 0 0 0 15px;
}

.gsxw_slide .swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	position: relative;
}

.gsxw_slide .swiper-pagination .swiper-pagination-bullet-active::after {
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: -4px;
	top: -4px;
}

.gsxw_main {
	position: relative;
}

.gsxw_more {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 2;
}

.gsxw_more li {
	display: none;
}

.gsxw_more li .iconfont {
	color: #064EA2;
	font-size: 14px;
}


.gsxw_hd {
	border-bottom: 1px solid #EEEEEE;
}

.gsxw_hd li {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 33px;
}

.gsxw_hd li.on {
	background: #F7F5F8;
	border-top: 3px solid #064EA2;
}

.gsxw_hd li.on a {
	font-size: 18px;
	font-weight: bold;
	color: #064EA2;
}

.gsxw_bd .box {
	display: none;
}

.infolist li {
	border-bottom: 1px dashed #D8D8D8;
	position: relative;
	padding-left: 20px;
}

.infolist li:last-child {
	border-bottom: none;
}

.infolist li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	width: 5.71px;
	height: 5px;
	background: #DBDBDB;
}

.infolist li .title {
	padding-right: 20px;
	height: 59px;
	line-height: 59px;
	font-size: 18px;
}

.infolist li .date {
	line-height: 59px;
	float: right;
	color: rgba(153, 153, 153, 0.8);
	font-size: 14px;
}

.infolist li:hover {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	border-left: 2px solid #064EA2;
	padding: 0 20px;
	border-bottom: none;
}

.infolist li:hover a {
	font-weight: bold;
}

.infolist li:hover::before {
	display: none;
}

.zctj_box {
	background: url(../images/zctj_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}

.zctj_box .infolist2 {
	height: 337px;
}

.column {
	text-align: center;
}

.column a {
	font-size: 36px;
	font-weight: bold;
	color: #064EA2;
}

.column2 {
	height: 40px;
	border-bottom: 1px solid #fff;
	line-height: 24px;
}

.column2 .more {
	float: right;
}

.column2 .more .iconfont {
	color: #064EA2;
	font-size: 14px;
}

.column2 .title {
	font-size: 18px;
	font-weight: bold;
	color: #064EA2;
	display: inline-block;
	border-bottom: 3px solid #064EA2;
	height: 36px;
}

.infolist2 {
	background: #fff;
	padding: 10px 20px;
}

.infolist2 li {
	height: 42px;
	line-height: 42px;
	position: relative;
	padding-left: 20px;
}

.infolist2 li:last-child {
	border-bottom: none;
}

.infolist2 li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	width: 5.71px;
	height: 5px;
	background: #DBDBDB;
}

.infolist2 li .title {
	padding-right: 20px;
	height: 42px;
	line-height: 42px;
}

.infolist2 li .date {
	float: right;
	color: rgba(153, 153, 153, 0.8);
	font-size: 14px;
}

.table_responsive {
	width: 100%;
}

.tjxx_table table {
	width: 100%;
}

.tjxx_table th {
	background: rgba(202, 233, 255, 0.8);
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 75, 129, 0.8);
}

.tjxx_table th.mc {
	text-align: left;
	padding-left: 15px;
}

/* .tjxx_table th.je{
	width: 90px;
}
.tjxx_table th.dq {
	width: 80px;
}
.tjxx_table th.zclb {
	width: 80px;
} */
.tjxx_table td {
	font-size: 14px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.tjxx_table td .line1{
	height: 40px;
}

.tjxx_table tbody {
	padding: 15px;
}

.tjxx_table tbody tr td:first-child {
	padding-left: 15px;
	text-align: left;
}

.tjxx_table tbody tr td:last-child {
	padding-right: 15px;
	text-align: right;
}

.tjxx_table tbody tr:nth-child(2n) td {
	background: #F4FAFF;
	height: 45px;
	line-height: 45px;
}

.tjxx_table tbody tr:nth-child(2n) td .line1{
	height: 45px;
}

.tjxx_table tbody tr:first-child td {
	padding-top: 8px;
}

.tjxx_table tbody tr:last-child td {
	padding-bottom: 8px;
}

.tjxx_table th.je{
	width: 100px;
}
.tjxx_table th.dq {
	width: 100px;
}
.tjxx_table th.zclb {
	width: 100px;
}
.tjxx_table th.sj {
	width: 70px;
}

.gsyw_box {
	background: url(../images/gsyw_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}

.gsyw_list li .text {
	padding: 18px 0;
	position: relative;
}

.gsyw_list li .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.gsyw_list li .desc {
	font-size: 14px;
	line-height: 23px;
	color: #9E9E9E;
	height: 92px;
}

.gsyw_list li:hover .text {
	padding: 18px 22px;
	background: #064EA2;
}

.gsyw_list li:hover .desc {
	color: #fff;
	opacity: .5;
}

.gsyw_list li:hover .title {
	color: #fff;
}

.gsyw_list li .text .more {
	position: absolute;
	right: 20px;
	top: 15px;
	background: #FFFFFF;
	font-size: 12px;
	color: #064EA2;
	padding: 3px 5px;
	opacity: 0;
}

.gsyw_list li:hover .text .more {
	opacity: 1;
}

.ztzl_box {
	clear: both;
}

.footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	background-size: cover;
	z-index: 10;
	position: relative;
}

.footer_main {
	align-items: flex-start;
}

.footer_main .right a {
	display: block;
	text-align: center;
	font-size: 16px;
	margin-left: 40px;
	line-height: 2em;
}

.footer_main .right img {
	width: 95px;
	height: 95px;
}

.footer_main,
.footer_main a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.footer_main .iconfont {
	font-size: 14px;
	margin-right: 10px;
}

.footer_main .left {
	line-height: 2.8em;
}


.yqlj_box {
	width: 160px;
	position: relative;
}

.yqlj_box .title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: 40px;
	font-size: 16px;
	cursor: pointer;
}

.yqlj_box ul {
	overflow-x: hidden;
	max-height: 300px;
	width: 300px;
	box-shadow: 0px 0px 10px -2px #95b1d4;
	overflow: overlay;
	position: absolute;
	left: 0;
	bottom: 40px;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	display: none;
}

.yqlj_box ul li a {
	color: #333;
	white-space: normal;
	line-height: 40px;
	height: 40px;
}

/*滚动条自定义样式*/

.yqlj_box ul::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	background: transparent;
}

.yqlj_box ul::-webkit-scrollbar-track-piece {
	background: rgba(221, 221, 221, 0.2);
}

.yqlj_box ul::-webkit-scrollbar-thumb {
	background-color: #727272;
	border-radius: 5px;
}

.yqlj_box ul::-webkit-scrollbar-thumb:hover {
	background-color: #0d59a7;
}

.header_nei {
	position: relative;
	padding: 0;
}

.banner_nei {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_nei .text {
	text-align: center;
	color: #fff;
}

.banner_nei .text .name {
	font-size: 40px;
	font-weight: bold;
}

.banner_nei .text .position {
	font-size: 14px;
}

.banner_nei .text .position .iconfont {
	font-size: 14px;
	margin-right: 5px;
}

.banner_nei .text .position a {
	color: #fff;
}

.banner_nei .text .position .jt {
	margin: 0 5px;
}

.content_box {
	background: #F7FAFD;
	position: relative;
	z-index: 2;
}

.col_nav {
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	background: #FFFFFF;
	margin-top: -50px;
	width: 100%;
	float: left;
}

.col_nav li {
	display: inline-block;
	padding: 0 60px;
	position: relative;
}

.col_nav li a {
	font-size: 18px;
	position: relative;
	text-align: center;
}

.col_nav li.on .name {
	color: #064EA2;
	font-weight: bold;
}

.col_nav li .icon_box {
	width: 56px;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

.col_nav li .icon_box .icon {
	width: 30px;
	height: 30px;
	background: #064EA2;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 11px;
	top: 12px;
	z-index: 2;
}

.col_nav li .icon_box .icon_bg {
	width: 30px;
	height: 30px;
	background: #CAE9FF;
	position: absolute;
	right: 11px;
	bottom: 12px;
	border-radius: 100%;
}

.col_nav li .icon_box .iconfont {
	font-size: 16px;
	color: #fff;
}

.infolist_nei li .title {
	height: 35px;
	line-height: 35px;
}

.infolist_nei li .date {
	font-size: 12px;
	color: #999999;
}

.infolist_nei li a {
	display: block;
	border-left: 5px solid #BEBEBE;
	background: #fff;
	padding: 20px 40px 25px;
	box-shadow: 0px 0px 10px 0px rgba(6, 78, 162, 0.2);
}

.infolist_nei li a:hover {
	border-left: 5px solid #064EA2;
}

.infolist_nei li a:hover .title {
	font-weight: bold;
}

.piclist_nei li a {
	display: block;
	position: relative;
}

.piclist_nei li .text {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 30px 0 15px;
}

.piclist_nei li .text .title {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 20px;
	text-align: center;
}

.picinfolist_nei li a {
	border-left: 5px solid #BEBEBE;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(6, 78, 162, 0.2);
	overflow: hidden;
	padding: 30px;
	display: block;
}

.picinfolist_nei li .pic {
	width: 330px;
	float: left;
	margin-right: 30px;
}

.picinfolist_nei li .title {
	height: 35px;
	line-height: 35px;
}

.picinfolist_nei li .desc {
	line-height: 30px;
	height: 90px;
	color: #999999;
	font-size: 14px;
}

.picinfolist_nei li .date {
	font-size: 12px;
	color: #999999;
}

.picinfolist_nei li a:hover .title {
	font-weight: bold;
}

.picinfolist_nei li a:hover {
	border-left: 5px solid #064EA2;
}

.lxwm_box {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(6, 78, 162, 0.2);
	padding: 60px 100px;
}

.lxwm_list{
	overflow: hidden;
}
.lxwm_list li {
	text-align: center;
	position: relative;
}

.lxwm_list li::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #D6D6D6;
	position: absolute;
	right: 0px;
	top: 0;
}

.lxwm_list li:last-child::after {
	display: none;
}

.lxwm_list li .iconfont {
	font-size: 30px;
	color: #064EA2;
}

.lxwm_list li .desc {
	color: #999;
}

/* .lxwm_list li .box{
	
}
.lxwm_list li:first-child .box {
	float: left;
}
.lxwm_list li:last-child .box{
	float: right;
} */

#messageform {
	border-top: 1px solid #EBEBEB;
}

#messageform .layui-input {
	height: 70px;
	line-height: 70px;
	background: rgba(238, 247, 255, 0.949);
	border: none;
}

#messageform .layui-textarea {
	height: 250px;
	background: rgba(238, 247, 255, 0.949);
	border: none;
}

#messageform #captcha {
	width: 300px;
	float: left;
	margin-right: 10px;
}

#messageform .layui-btn {
	height: 70px;
	background: #3356A5;
	color: #fff;
	border: none;
}

.textarea_box {
	position: relative;
}

.textarea_box .textarea_tips {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}

.gsyw_box_up {
	overflow: hidden;
}

.gsyw_box_up .box {
	float: left;
}

.gsyw_box_up .box1,
.gsyw_box_up .box2 {
	width: 385px;
}

.gsyw_box_up .box2 {
	margin: 0 30px;
}

.gsyw_box_up .box3 {
	width: calc((100% - 830px));
	
}

.gsyw_box_up .box a {
	display: block;
	position: relative;
}

.gsyw_box_up .box .text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	padding: 0 0 35px 32px;
}

.gsyw_box_up .box .text .icon {
	width: 62px;
	height: 62px;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 2px;
}

.gsyw_box_up .box .text .icon_bg {
	background: rgba(255, 255, 255, 0.22);
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.gsyw_box_up .box .text .name {
	font-size: 24px;
	font-weight: bold;
}

.gsyw_box_up .box .mid1 {
	margin-bottom: 30px;
}

.search_list li .title,
.search_list li .desc {
	height: auto;
}


.tjxx_title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #064EA2;
}

.tjxx_box {
	border: 8px solid #DDF1FF;
	background: #FFFFFF;
	padding: 50px;
}

.tjxx_search {
	overflow: hidden;
}

.tjxx_search .item {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tjxx_search .item:last-child {
	margin-right: 0;
}

.tjxx_search .item input,
.tjxx_search .item select {
	width: 222px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	padding: 0 10px;
}

.tjxx_search .item button {
	width: 149px;
	height: 50px;
	line-height: 50px;
	background: #064EA2;
	border: none;
	color: #fff;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.tjxx_search .item button:last-child{
	margin-right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5804) 0%, rgba(0, 0, 0, 0.5804) 99%);
}
.tjxx_search .item button .iconfont{
	font-size: 16px;
	margin-left: 5px;
}

.tjxx_table_nei table td{
	height: 55px;
	line-height: 55px;
}
.tjxx_table_nei table td .line1{
	height: 55px;
}
.tjxx_table_nei tbody tr:nth-child(2n) td {
	background: #FAFAFA;
	height: 55px;
	line-height: 55px;
}
.tjxx_table_nei tbody tr:nth-child(2n) td .line1{
	height: 55px;
}
.tjxx_table_nei thead{
	border: 1px solid #DBDBDB;
}
.tjxx_table_nei th{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
}

.tjxx_table_nei th.je {
	width: 150px;
}

.tjxx_table_nei th.dq {
	width: 150px;
}

.tjxx_table_nei th.zclb {
	width: 150px;
}

.tjxx_table_nei th.sj {
	width: 100px;
}