/*bootstrop*/
@media screen and (min-width: 1600px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 1599px) {
	html {
		font-size: 94px;
	}
}

@media screen and (max-width: 1574px) {
	html {
		font-size: 92px;
	}
}

@media screen and (max-width: 1549px) {
	html {
		font-size: 91px;
	}
}

@media screen and (max-width: 1524px) {
	html {
		font-size: 89px;
	}
}

@media screen and (max-width: 1499px) {
	html {
		font-size: 88px;
	}
}

@media screen and (max-width: 1474px) {
	html {
		font-size: 86px;
	}
}

@media screen and (max-width: 1449px) {
	html {
		font-size: 85px;
	}
}

@media screen and (max-width: 1424px) {
	html {
		font-size: 83px;
	}
}

@media screen and (max-width: 1399px) {
	html {
		font-size: 82px;
	}
}

@media screen and (max-width: 1374px) {
	html {
		font-size: 80px;
	}
}

@media screen and (max-width: 1349px) {
	html {
		font-size: 79px;
	}
}

@media screen and (max-width: 1324px) {
	html {
		font-size: 77px;
	}
}

@media screen and (max-width: 1299px) {
	html {
		font-size: 76px;
	}
}

@media screen and (max-width: 1274px) {
	html {
		font-size: 74px;
	}
}

@media screen and (max-width: 1249px) {
	html {
		font-size: 73px;
	}
}

@media screen and (max-width: 1224px) {
	html {
		font-size: 72px;
	}
}

@media screen and (max-width: 1199px) {
	html {
		font-size: 70px;
	}
}

@media screen and (max-width: 1174px) {
	html {
		font-size: 69px;
	}
}

@media screen and (max-width: 1149px) {
	html {
		font-size: 67px;
	}
}

@media screen and (max-width: 1124px) {
	html {
		font-size: 66px;
	}
}

@media screen and (max-width: 1099px) {
	html {
		font-size: 64px;
	}
}

@media screen and (max-width: 1074px) {
	html {
		font-size: 63px;
	}
}

@media screen and (max-width: 1049px) {
	html {
		font-size: 61px;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 60px;
	}
}

@media screen and (max-width: 992px) {
	html {
		font-size: 70px;
	}
}

@media screen and (max-width: 769px) {
	html {
		font-size: 80px;
	}
}


.row {
	margin-right: -0.15rem;
	margin-left: -0.15rem;
}

.input-group {
	display: table;
	position: relative;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}


/* @media screen and (max-width: 992px)  {.container{max-width: 100%;padding: 0 3%;}} */
/* @media screen and (max-width: 769px)  {.container{padding-left: .15rem; padding-right: .15rem;}} */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

/* BODY */
* {
	outline: none !important;
	list-style: none;
	padding: 0;
	margin: 0;
}


/* html{overflow-x: hidden;} */
body {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', Helvetica, sans-serif;
	color: #666;
	overflow-x: hidden;
	font-size: 14px
}

@media screen and (max-width: 1400px) {
	body {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 15px;
	}
}

/*reset*/
body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0;
	min-height: 1px;
}

*,
::after,
::before {
	box-sizing: border-box;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	line-height: 0;
	display: taFble;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.page ul {
	padding-left: .16rem;
}

table td {
	padding: .05rem;
}

.table-responsive ul li {
	list-style-position: inside !important;
}

.table-responsive td {
	padding-left: .08rem
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.cform-item__wrap {
	display: flex;
	align-items: center;
	font-size: .12rem;
}

.cform-item__wrap input {
	width: .96rem !important;
	padding: 0 .05rem !important;
}

.cform-item__wrap img {
	height: auto;
	display: inline-block;
	margin: 0 .05rem !important;
	max-width: 1rem;
}

#powerby,
#powerby a {
	display: inline-block;
	color: #c9c9c9;
	font-size: .13rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	padding: 0;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

iframe,
video {
	max-width: 100%;
}

.hidden {
	display: none !important;
}

.hidden_web {
	display: none;
}

@media screen and (max-width:992px) {
	.hidden_mob {
		display: none !important;
	}

	.hidden_web {
		display: block !important;


	}

	.main h1{display: none}
}

@media screen and (max-width:768px) {
	iframe {
		height: auto;
	}

}










img {
	max-width: 100%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	height: auto;
}

label,
button,
a {
	cursor: pointer;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img[src=""],
img:not([src]) {
	opacity: 0;
}

font {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	text-transform: inherit;
}


/* LINKS */
a {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
	text-decoration: none;
}

/*用来解决在安卓上的点击出现蓝框问题*/
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img[src=""],
img:not([src]) {
	opacity: 0;
}

.container {
	max-width: 1500px;
	width: 100%;
	position: relative;
	margin:0  auto;
}


@media(max-width:1024px) {
	body.menu-show {
		overflow: hidden;
	}

	.open-menu {
		z-index: 10;
		width: 40px;
		height: 40px;
	}

	.open-menu[rel="relative"] {
		position: relative;
	}

	.open-menu[rel="absolute"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.open-menu i {
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		top: 50%;
		margin-top: -1.5px;
		transition: 0.3s;
	}

	/* .open-menu:not(.on) i:nth-child(1){margin-top: -10px;} */
	.open-menu:not(.on) i:nth-child(3) {
		margin-top: 8px;
	}

	.open-menu.on i:nth-child(2) {
		opacity: 0;
	}

	.open-menu.on i:nth-child(1) {
		transform: rotate(-45deg);
	}

	.open-menu.on i:nth-child(3) {
		transform: rotate(45deg);
	}
}


header {
	width: 100%;
	z-index: 999999;
	padding: 0;
	position: fixed;
	transition: 0.5s all;
	background: #fff;
	top: 0;
}

header.small {
	left: 0;
	top: 0;
	position: fixed;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	font-size: 100%;
	background: #fff;
}

.height {
	height:134px;
}

.nav_section {
	position: relative;width: 100%



}
.main h1{float: left;}
.nav_section .main{background: #fff;
	max-width: 1500px;
	width: 100%;
	margin: auto; height: 90px;padding:0px 10px; clear: both}

.nav_r_b{background: #0376d0; height: 50px;clear: both}
.nav_section .nav_r {
		max-width: 1500px;
	width: 100%;
	margin: auto;
}

.nav_section #logo {
	display: inline-block;

	padding: 18px 0;
}

.nav_section #logo img {
	max-height: 100%;
	width: auto;
}



.nav_npage .main-menu>li>a {
	color: #333;
}

.main-menu>li>a {
	font-size: 16px;
	color: #fff;
	line-height:50px;

	position: relative;

	text-transform: uppercase;
}





.mob-dl {
	display: none
}

.pc-dl{float: right; margin-top: 3%}
.denglu-zhuce a.denglu {

	color: #484849;
	float: left;
	line-height: 30px;
}

.denglu-zhuce a.zhuce {

	color: #484849;

	float: left;
	line-height: 30px;
}
.denglu-zhuce a.prevision {

	color: #484849;

	float: left;
	line-height: 30px;
}
.denglu-zhuce a{ margin-right: 20px;}


.denglu-zhuce a.denglu p {

	background: url(../images/log-in.png) left center no-repeat;
	padding-left: 38px;
	margin: auto;
}

.denglu-zhuce a.zhuce p {

	background: url(../images/write.png) left center no-repeat;
	padding-left: 38px;
	margin: auto;
}
.denglu-zhuce a.prevision p {

	background: url(../images/dz.png) left center no-repeat;
	padding-left: 38px;
	margin: auto;
}

/*nav*/
.main-menu ul li {
	list-style: none;
	margin: 0;
}

@media screen and (min-width:1020px) {


	.main-menu>li{margin: 0px 0.2rem}

}
@media screen and (max-width:1000px){.nav_r_b{background: none; height: 100%}}

@media screen and (min-width:992px) {
	.main-menu {
		list-style: none;
		margin: 0;
		padding: 0
	}

	.main-menu li {
		position: relative;
		list-style: none
	}

	.main-menu li a {
		display: block;
		-webkit-transition: all 300ms linear 0ms !important;
		-khtml-transition: all 300ms linear 0ms !important;
		-moz-transition: all 300ms linear 0ms !important;
		-ms-transition: all 300ms linear 0ms !important;
		-o-transition: all 300ms linear 0ms !important;
		transition: all 300ms linear 0ms !important;
	}

	.main-menu li .menu-toggle {
		display: none
	}

	.main-menu>li {
		display: inline-block;
		vertical-align: middle;
		float: left;
		margin:0px 0.2rem
	}

	.main-menu>li:first-child {
		padding-left: 0;
	}

	.main-menu>li:last-child {
		padding-right: 0;
	}

	.main-menu>li>a {
		position: relative;
	}

	.main-menu>li.active>a,
	.main-menu>li:hover>a,
	header.small .main-menu>li.active>a,
	header.small .main-menu>li:hover>a {
		color: #fff !important;
		text-decoration: 2px solid #fff;

	}

	.main-menu>li.menu-children>a:after,
	.main-menu>li.page_item_has_children>a:after {
		content: "\f107";
		font-family: FontAwesome;
		margin-left: 4px;
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 50px;
	}

	.main-menu .sub-menu,
	.main-menu .children {
		position: absolute;
		background: #fff;
		padding: 5px 0;
		top: 100%;
		left: 0;
		margin-top: 0;
		margin-bottom: 0;
		min-width: 235px;
		z-index: 99;
		visibility: hidden;
		opacity: 1;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		-khtml-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		-o-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%)
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-transform: scaleY(0);
		-khtml-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: 0 0 0;
		-webkit-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		box-shadow: rgba(0, 0, 0, 0.2);
		border-radius: 0;
		font-size: 14px;
	}

	.main-menu .sub-menu>li,
	.main-menu .children>li {
		padding: 4px 8px;
	}
	/* .menu-children>a{ border-bottom: 1px solid #e5e5e5} */
	.main-menu .sub-menu li a,
	.main-menu .children li a {
		color: #333;
		font-size: 16px;
		line-height: normal;
		padding:8px 4px;
		position: relative;
	}

	.main-menu .sub-menu li>a:hover,
	.main-menu .children li a:hover {
		color: #004098;
	}

	.main-menu .sub-menu li.menu-children>a:after,
	.main-menu .children li.menu-children>a:after,
	.main-menu .sub-menu li.page_item_has_children>a:after,
	.main-menu .children li.page_item_has_children>a:after {
		content: "\f105";
		font-family: "FontAwesome";
		position: absolute;
		right: 6px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-khtml-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 18px;
		color: #aaa;
	}

	.main-menu .sub-menu .sub-menu,
	.main-menu .children .sub-menu,
	.main-menu .sub-menu .children,
	.main-menu .children .children {
		top: -5px;
		left: 100%;
	}

	.main-menu li:hover,
	.main-menu li.focus {
		overflow: visible
	}

	.main-menu li:hover>.sub-menu,
	.main-menu li.focus>.sub-menu,
	.main-menu li:hover>.children,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);

	}

/*.sub-menu .sub-menu{height:280px;overflow-y: scroll}*/

	.main-menu li.megamenu {
		position: static
	}

	.main-menu li.megamenu .sub-menu,
	.main-menu li.megamenu .children {
		width: 13.6rem;
		max-width: 100%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0 !important;
		right: 0 !important
	}

	.megamenu .sub-menu .nav_li {
		overflow-x: auto;
		padding-bottom: 0.2rem;
		padding-top: 0.2rem;
	}

	.megamenu .sub-menu .nav_li .img {
		max-width: 1.6rem;
	}

	.megamenu .sub-menu .nav_li .title {
		display: flex;
		font-size: 0.16rem;
		line-height: 0.2rem;
		padding: 0px;
		color: #333;
		align-items: center;
		margin-bottom: 0.15rem;
		font-family: "Termina";
	}

	.megamenu .sub-menu .nav_li>li {
		float: left;
		width: 20%;
		padding: 0px 15px;
		margin-bottom: 0.15rem;
	}

	.megamenu .sub-menu .nav_li>li:last-child {
		border-right: none;
	}

	.megamenu .sub-menu .nav_li>li>ul {
		top: 0;
	}

	.megamenu .sub-menu .nav_li>li>a {
		color: #666;
	}

	.megamenu .sub-menu .nav_li>li>ul>li>a {
		color: #666;
		width: 100%;
		display: block;
		padding-left: 0px;
		font-size: 0.14rem;
		padding: 0.02rem 0;
	}

	.megamenu .sub-menu .nav_li a:hover {
		color: #004098;
	}

	.megamenu>.sub-menu>li .img img {
		width: 100%;
	}

	.megamenu .sub-menu ul {
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		height: 100%;
		padding: 0px;
	}

	.megamenu .sub-menu ul li,
	.megamenu .sub-menu ul {
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		padding: 0;
	}

	.megamenu .sub-menu ul.sub-menu,
	.main-menu li.focus>.sub-menu,
	.main-menu li>.children,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		clip: inherit;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		box-shadow: none;
		background: none;
	}

	.main-menu .megamenu a:after {
		display: none;
	}

	.main-menu ul li .icon {
		max-width: 100px;
	}

	.menu-children .sub-menu li a {
		font-size: 14px !important;
	}

	.zhanhui-menu .sub-menu {
		background: none;
		box-shadow: none !important;
	}
}

@media only screen and (min-width:992px) {
	header.small #logo {
		margin-top: 0;
	}

	header.small #logo img {
		max-width: 2rem;
	}

	.zhanhui-menu {
		width: 1055px;
		left: -470px !important;
		overflow: hidden;
	}


	.zhanhui-menu li.menu-children {
		float: left;
		width: 25%;
	}

	.zhanhui-menu li a.title {
		font-size: 18px !important;
		font-weight: bold;
		border-bottom: 1px solid #e5e5e5;
	}

	.zhanhui-menu li a.title img {
		margin-bottom: .1rem;
	}

	.zhanhui-menu li .sub-menu {
		position: initial;
		transform: scaleY(1);
		visibility: visible;
		background: none;

		min-width: auto;
	}

	.zhanhui-menu li .sub-menu a {
		position: relative;
		padding-left: 20px;
	}

	.zhanhui-menu li .sub-menu a::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 12px;
		width: 8px;
		height: 16px;
		background: url(../images/right-t.png) left center no-repeat;
	}
}


@media screen and (max-width:1600px) {


	.main-menu>li>a {
		font-size: 16px;
	}

	.nav_quote a {
		padding: 0 0.3rem 0 0.5rem;
	}

	.zhanhui-menu {
		width: 940px;
		left: -410px !important;
	}

}

@media (max-width:1366px) {



	.denglu-zhuce a {
		font-size: 14px;
	}



	.zhanhui-menu {
		width: 820px;
		left: -350px !important;
	}
}

@media screen and (max-width:1260px) {


	.denglu-zhuce a.denglu p {

		background: url(../images/log-in.png) left center no-repeat;
		padding-left: 25px;
		margin: auto;
		background-size: 22px;
	}

	.denglu-zhuce a.zhuce p {

		background: url(../images/write.png) left center no-repeat;
		padding-left: 25px;
		margin: auto;
		background-size: 22px;
	}


}

@media (max-width:1110px) {
	.zhanhui-menu {
		width: 785px;
		left: -340px !important;
	}
}

@media (max-width:992px) {
	.zhanhui-menu li a.title img {
		display: none;
	}

	.pc-dl {
		display: none;
	}

	.mob-dl {
		position: initial;
	}

	.denglu-zhuce {
		width: auto;
		margin-top: .25rem;
		height: auto;

	}
	.mob-dl{display: block; padding-left: 10px;}

	.denglu-zhuce a.denglu,
	.denglu-zhuce a.zhuce {
		width: 105px !important;
		height: .9rem;
	}

	.height {
		height: 60px;
	}

	.megamenu>.sub-menu>li.img {
		display: none;
	}

	.header-navigation {
		position: absolute;
		height: 100vh;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0 !important;
		overflow: hidden;
		visibility: hidden;
		z-index: 9999999
	}

	.header-navigation .main-navigation {
		overflow: hidden;
		width: 100%;
		background: #f1f0f0;
		padding: 0;
		position: fixed;
		z-index: 9999999;
		top: 0;
		height: 100%;
		left: 0;
		right: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-transform: translateY(-100%);
		-khtml-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-khtml-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-ms-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		-o-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
		box-shadow: 0 0 12px rgba(0, 0, 0, .22)
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 10px 20px 10px 10px;
		margin-right: -10px
	}

	.header-navigation.navigation-open {
		z-index: 9;
		visibility: visible
	}

	.header-navigation.navigation-open .main-navigation {
		-webkit-transform: translateY(0%);
		-khtml-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}

	.main-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #fff;
		box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 15%);
		margin-top: 103px;
	}

	.main-menu .sub-menu ul {
		background: #fff;
		padding: 10px;
	}

	.main-menu li {
		position: relative;
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	.main-menu>li>a {
		padding: 0 !important;
		margin: 0 !important;
		border-left: none !important;
	}

	.main-menu li a {
		display: block;
		padding: 0;
		line-height: 50px;
		text-transform: capitalize;
		color: #444 !important;
		font-size: 16px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin: 0;
		line-height: 20px !important;
		padding: 15px !important;
		border-bottom: 1px solid #eee;
	}

	.main-menu li .img {
		display: none !important;
	}

	.main-menu>li>a.onepage-active,
	.main-menu>li>a:hover,
	.main-menu>li>a.current,
	.main-menu>li.current_page_item>a,
	.main-menu>li.current-menu-item>a,
	.main-menu>li.current_page_ancestor>a,
	.main-menu>li.current-menu-ancestor>a {
		color: #a67410
	}

	.main-menu li .icon {
		display: none;
	}

	.main-menu>li>.sub-menu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding-left: 15px;
		background: #fafafa;
	}

	.main-menu .sub-menu,
	.main-menu .children {
		position: relative;
		display: none;
		width: 100%;
		left: 0 !important;
		background: #fff;
	}

	.main-menu .sub-menu li a,
	.main-menu .children li a {
		padding: 10px 24px 10px 6px !important;
		line-height: 24px !important;
		font-size: 15px !important;
		border: none
	}

	.main-menu .sub-menu li>a:hover,
	.main-menu .children li>a:hover,
	.main-menu .sub-menu li>a.current,
	.main-menu .children li>a.current,
	.main-menu .sub-menu li.current_page_item>a,
	.main-menu .children li.current_page_item>a,
	.main-menu .sub-menu li.current-menu-item>a,
	.main-menu .children li.current-menu-item>a,
	.main-menu .sub-menu li.current_page_ancestor>a,
	.main-menu .children li.current_page_ancestor>a,
	.main-menu .sub-menu li.current-menu-ancestor>a,
	.main-menu .children li.current-menu-ancestor>a {
		color: #a67410
	}

	.main-menu .sub-menu li .menu-toggle,
	.main-menu .children li .menu-toggle {
		top: 2px
	}

	.main-menu .sub-menu .sub-menu li a,
	.main-menu .children .sub-menu li a {
		padding: 0 0 0 20px
	}

	.main-menu .sub-menu .sub-menu li .sub-menu li a,
	.main-menu .children .sub-menu li .sub-menu li a {
		padding: 0 0 0 30px
	}

	.main-menu li.focus>.sub-menu,
	.main-menu li.focus>.children {
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 0 20px 10px 10px;
		margin-right: -10px
	}

	.menu-toggle {
		position: absolute;
		top: 10px;
		height: 30px;
		right: 6px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		width: 30px;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		font-family: FontAwesome;
		font-size: 20px
	}

	.menu-toggle:before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	.menu-toggle.toggle-open:before {
		content: '\f106'
	}

	#menu-mobile {
		width: 100%;
		height: 90px;
		display: flex !important;
		justify-content: flex-end;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
		background: rgba(255, 255, 255, 1);
		transition: 0.5s all;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: saturate(180%) blur(10px);
		backdrop-filter: saturate(180%) blur(10px);
		align-items: center;
	}

	#menu-mobile .btn-nav-mobile {
		color: #fff;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		z-index: 8888888;
		height: 16px;
		position: absolute;
		width: 100%;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}

	#menu-mobile .btn-nav-mobile:before,
	#menu-mobile .btn-nav-mobile:after,
	#menu-mobile .btn-nav-mobile span {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		content: "";
		background-color: #004098;
		display: block;
		height: 2px;
		margin: auto;
		position: absolute;
		left: 15px;
		width: 0.25rem;
		top: 5px;
	}

	#menu-mobile .btn-nav-mobile:before {
		top: 0
	}

	#menu-mobile .btn-nav-mobile span {
		bottom: -1px;
	}

	#menu-mobile .btn-nav-mobile.opened:before {
		top: 8px;
		background: #004098;
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#menu-mobile .btn-nav-mobile.opened:after {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 8px;
		background: #004098;
	}

	#menu-mobile .btn-nav-mobile.opened span {
		display: none
	}

	li.megamenu .container {
		padding: 0
	}

	li.megamenu .container .elementor-column-wrap {
		padding: 0 !important
	}

	li.megamenu .elementor-row {
		display: block
	}

	li.megamenu .elementor-row>.elementor-element {
		width: 100% !important
	}

	li.megamenu .elementor-element-populated {
		padding: 0 !important
	}


	.nav_con {
		margin-top: 60px;
		display: flex;
		color: #333;
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.nav_con a {
		color: #333;
		line-height: 36px;
	}

	.nav_con .email_btn {
		display: inline-block;
		border-radius: 5px;
		background: #004098;
		color: #fff;
		line-height: 36px;
		padding: 0 10px;
		float: right;
		font-family: "Termina";
	}
}

.header-navigation.navigation-open .nav_overly {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

@media screen and (max-width:300px) {
	.header-navigation .main-navigation {
		width: 100%;
	}

	#menu-mobile .btn-nav-mobile.opened:before,
	#menu-mobile .btn-nav-mobile.opened:after {
		background: #333;
	}
}
@media screen and (max-width:600px){.mob_logo a img{max-width: 360px;} #menu-mobile{height:60px}.height{height: 22px;}.nav_section .main{height: 100%} .main-menu{margin-top:76px}}
@media screen and (max-width:446px){.mob_logo a img{max-width: 260px;}#menu-mobile{height:60px}.nav_section #logo{ padding: 0px}.main-menu{margin-top:76px}}



@media screen and (max-width:1500px){
	
.nav_section .main{ padding: 0px 0.5rem}	
.nav_section .nav_r{ padding: 0px 0.5rem}
	
	
}










/* banner */
.swiper-banner {
	position: relative;
	overflow: hidden;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	background:rgba(0, 0, 0, .3);
	border-radius: 50%; width:30px;
}


.swiper-banner .swiper-pagination {
	position: absolute;
	bottom: 0.25rem;
	margin-top: 0;
}

.swiper-banner .swiper-slide {
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-zixun .swiper-wrapper {
	/* overflow: hidden; */
}

@media screen and (max-width:768px){.swiper-button-next, .swiper-button-prev{width: 30px;height: 30px;margin-top: -10px;}
	
	
	
}
/* 咨询 */
.zixun_index {
	padding: .4rem 0 .5rem 0;
	background: url(../images/zi-bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.title-top {
	text-align: center;
}

.title-top h5 {
	display: inline-block;
	font-size: 50px;
	color: #1e1f1f;
	text-align: center;
	letter-spacing: 10px;
	position: relative;
	margin: auto;
	padding-top: 25px;
}

.title-top h5::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/title.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: -35px;
}

.title-top p {
	width: 80%;
	margin: auto;
	font-size: 26px;
	color: #192537;
	margin-top: .15rem;
	letter-spacing: 10px;
	font-weight: 300;
}

.swiper-zixun {
	margin-top: .3rem;
	position: relative;
	overflow: hidden;
}

.zixun-list {
	display: flex;
	align-items: center;
	background: #fff;
	padding: .35rem;
	box-shadow: 0 0 10px rgba(30, 30, 30, .07);
}

.zixun-left {
	float: left;
	width: 50%;
	overflow: hidden;
}
.zixun-left a{display:block; height: 376px; overflow: hidden}

.zixun-left a img { width: 100%;-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;height: 100%;}

@media only screen and (max-width:1260px){.zixun-left a{height: 260px}}
@media only screen and (max-width:998px){.zixun-left a{height: 230px}}
@media only screen and (max-width:786px){.zixun-left a{height: 280px}}
@media only screen and (max-width:550px){.zixun-left a{height: 170px}}
.zixun-left img {
	transition: all .8s;
}

.zixun-left img:hover {
	transform: scale(1.05);
	transition: all .8s;
}

.zixun-right {
	float: right;
	width: 50%;
	padding-left: .4rem;
}

.zixun-right h6 a {
	font-size: 30px;
	color: #1e1f1f;
}

.zixun-right h6 a:hover {
	color: #0376d0;
}

.zixun-right time {
	display: block;
	font-size: 18px;
	color: #5b5c5c;
	margin: .3rem 0 .25rem 0;
}

.zixun-right p {
	font-size: 18px;
	line-height: 36px;
	color: #5b5c5c;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; height: 108px; overflow: hidden
}

.swiper-zixun .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0.3rem;
	text-align: right;
	padding-right: .35rem;
}

@media only screen and (max-width:768px){.swiper-zixun .swiper-pagination{bottom: 0.15rem;}}


.swiper-zixun .swiper-pagination-bullet {
	background: rgba(48, 48, 48, .3);
}

.swiper-zixun .swiper-pagination-bullet-active {
	background: rgba(3, 118, 208, 1);
}

.zixun-bottom {
	display: flex;
	justify-content: space-between;
}

.zixun-pro {
	width: 32%;
	background: #fff;
	padding: .2rem;
	margin-top: .2rem;
	box-shadow: 0 0 10px rgba(30, 30, 30, .07);
}

.zixun-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .15rem;
	align-items: center;
}

.zixun-title h6 {
	font-size: 24px;
	color: #1e1f1f;
}

.zixun-title a {
	font-size: 14px;
	color: #1e1f1f;
}

.zixun-title a:hover {
	color: #0376d0;
}

.images {
	overflow: hidden;
	width: 100%;
	transition: all .8s;
}

.zixun-pro:hover .images img {
	transform: scale(1.05);
	transition: all .8s;
}

.neir-list li a {
	display: block;
	font-size: 16px;
	color: #454545;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px;
	background: url(../images/right-t.png) left center no-repeat;
	margin-top: .25rem;
	transition: all .8s;
}

.neir-list li a:hover {
	color: #0376d0;
	padding-left: 25px;
	transition: all .8s;
}

@media (max-width:1366px) {
	.zixun-title h6 {
		font-size: 20px;
	}

	.neir-list li a {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.zixun-list {
		display: block;
	}

	.zixun-left,
	.zixun-right {
		float: none;
		width: 100%;
	}

	.zixun-right {
		padding-left: 0;
		margin-top: .15rem;
	}
}


/* 展览信息 */
.zhanlan_index {
	padding: .4rem 0 .7rem 0;
}

.zhanlan-left {
	float: left;
	width: 48%;
	overflow: hidden;
	background: #fff;
	padding: .25rem;
	box-shadow: 0 0 10px rgba(30, 30, 30, .07);
}

.zhanlan-wrap {
	margin-top: .45rem;
}

.cat_scroll {
	position: relative;
}

.column a .wenzi {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	padding: .6rem 1rem .1rem .15rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cat_scroll .swiper-slide .column:hover img {
	transform: scale(1.05);
	transition: all .8s;
}

.zhanlan-hot {
	padding: .25rem 0;
}

.zhanlan-hot h5 {
	font-size: 24px;
	color: #1e1f1f;
}

.zhanlan-hot .hot-tit {
	display: block;
	font-size: 18px;
	color: #424343;
	margin: .2rem 0;
	padding-bottom: .25rem;
	border-bottom: 1px solid #e0e0e1;
}

.zhanlan-hot .hot-tit a {
	color: #424343;
}

.zhanlan-hot .hot-tit a:hover {
	color: #0376d0;
}

.zhanlan-hot p {
	font-size: 14px;
	color: #424343;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zhanlan-hot .more-ti {
	display: inline-block;
	font-size: 14px;
	color: #0376d0;
	background: url(../images/right-more.png) right center no-repeat;
	padding-right: 10px;
	margin-right: 15px;
	margin-top: .25rem;
}

.zhanlan-hot .more-ti:hover {
	text-decoration: underline;
}

.zhanlan-right {
	float: right;
	width: 50%;
	padding: .25rem .3rem .45rem .3rem;
	background: #0376d0;
}

.tab-content {
	background: url(../images/bg-rn.png) bottom right no-repeat;
}

.zhanlan-tab {
	display: flex;
	justify-content: space-between;
	padding-bottom: .15rem;
	border-bottom: 1px solid #fff;
}

.tab-list dd {
	float: left;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-right: .25rem;
	padding-left: .22rem;
	cursor: pointer;
}

.tab-list dd:last-child {
	margin-right: 0;
}

.tab-list dd.active {
	background: url(../images/lx.png) left center no-repeat;
}

.zhanlan-tab .more {
	font-size: 16px;
	color: #fff;
}

.zhanlan-list li a {
	display: block;
	padding: .2rem 0;
	border-bottom: 1px solid rgba(229, 229, 229, .3);
	padding-left: 15px;
}

.zhanlan-list li a h6 {
	font-size: 17px;
	color: #fff;
	position: relative;
}

.zhanlan-list li a h6::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 6px;
	left: -15px;
}

.zhanlan-list li a time {
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
	display: inline-block;
	margin: .11rem 0;
}

.zhanlan-list li a p {
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	line-height: 26px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zhanlan-left .swiper-pagination {
	position: absolute;
	bottom: 15px;
	text-align: right;
	padding-right: 10px;
}

@media (max-width:1600px) {
	.tab-list dd {
		font-size: 18px;
	}

	.zhanlan-list li a h6 {
		font-size: 16px;
	}

	.zhanlan-list li a time {
		font-size: 15px;
		margin: .1rem 0;
	}

	/* .zhanlan-list li a {
		padding: .15rem 0;
	} */
}

@media (max-width:1366px) {
	.zhanlan-list li a {padding: .15rem 0;}
}

@media (max-width:1024px) {

	.zhanlan-left,
	.zhanlan-right {
		float: none;
		width: 100%;
	}

	.zhanlan-list li a {
		padding: 0.3rem 0;
	}
}


/* 申报服务 */
.service_index {
	padding: .45rem 0 1rem 0;
	background: #e4ecf9;
}

.service-list {
	display: flex;
	justify-content: space-between;
	margin-top: .65rem;
}

.service-list li a {
	display: block;
	width: 2.6rem;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(138, 185, 245, .47);
	text-align: center;
	padding: .25rem 0;
	font-size: 22px;
	color:#515354;
}

.service-list li a p {
	font-weight: bold;
	margin-top: .15rem;
}

.service-list li a img {
	transform: rotateY(0);
	transition: all .8s;
	width: 1.3rem;
}

.service-list li a:hover img {
	transform: rotateY(360deg);
	transition: all .8s;
}

@media (max-width:1366px) {
	.service-list li a {
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	.service-list li a {
		font-size: 18px;
	}
}

@media (max-width:992px) {
	.service-list li a {
		font-size: 16px;
		width: 2.5rem;
	}

	.service-list li a img {
		width: 1rem;
	}
}

@media (max-width:910px) {
	.service-list {
		display: inherit;
		overflow: hidden;
	}

	.service-list li a {
		float: left;
		width: 32.6%;
		margin-bottom: .1rem;
		margin-right: 1%;
	}

	.service-list li:nth-child(3n) a {
		margin-right: 0;
	}
}

/* 部门网站 */
.bumen_index {
	padding: .2rem 0;
	background: #0376d0;
}

.bumen-wrap {
	position: relative;
}
.bumen-wrap em{font-size: 20px; margin: 0px 3px }

.bumen-wrap span {
	font-size: 26px;
	color: #fff;
	font-weight: bold;

	position: absolute;
}
.bumen-wrap p {
	padding-left: 181px;
}
.bumen-wrap p a,
.bumen-wrap p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 34px;
}

.bumen-wrap p a {
	display: inline-block;
	margin: 0 .05rem;
}

.bumen-wrap p a:hover {
	text-decoration: underline;
}

@media (max-width:1366px) {
	.bumen-wrap span {
		font-size: 24px;
	}

	.bumen-wrap p a,
	.bumen-wrap p {
		font-size: 18px;
	}
}

@media (max-width:992px) {
	.bumen-wrap span {
		font-size: 20px;
	}
}

/* foot */
.foot_index {
	padding: .5rem 0 0.3rem 0;
	background: url(../images/b-bg.jpg) center center no-repeat;
	background-size: cover;
}

.foot-left {
	float: left;
}

.foot-top {
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
}

.foot-top .foot-logo {
	margin-right: .35rem;
}

.foot-top a {
	font-size: 16px;
	color: #626161;
	margin-right: .3rem;
}

.foot-top a:hover {
	color: #0376d0;
}

.foot-contact p {
	font-size: 16px;
	color: #555657;
	float: left;
	margin-right: .4rem;
	padding: 6px 0 6px 45px; line-height: 30px
}

.foot-contact p a {
	color: #555657;
}

.foot-contact p a:hover {
	color: #0376D0;
}

.foot-contact p.dizhi {
	background: url(../images/dz.png) left center no-repeat;
}

.foot-contact p.phone {
	background: url(../images/dh.png) left center no-repeat;
}

.foot-contact p.email {
	background: url(../images/email-b.png) left center no-repeat;
}

.foot-ewm {
	float: right;
}

.foot-copy {
	padding: .15rem 0;
	background: #4f5050;
	position: relative;
	overflow: hidden;
}

.copy-left {
	float: left;
	padding-right: 85px;
}

.copy-left p a {
	display: inline-block;
	font-size: 14px;
	color: #bdbaba;
	padding: 0 .2rem;
}

.copy-left p {
	color:#bdbaba;
}

.copy-left p a:first-child {
	padding-left: 0;
}

.copy-left p a:hover {
	color: #fff;
}

.copy-left span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #bdbaba;
}

.copy-top {
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	top: -.15rem;
	width: 83px;
	height: 83px;
	background: #0376d0;
	text-align: center;
	cursor: pointer;
}

.copy-top img {
	margin: .15rem 0 .1rem 0;
}

@media (max-width:1600px) {
	.service_index {
		padding: .45rem 2% 1rem 2%;
	}



	.zixun_index {
		padding: .4rem 2% .5rem 2%;
	}

	.zhanlan_index {
		padding: .4rem 2% .7rem 2%;
	}

	.bumen_index {
		padding: .3rem 2%;
	}

	.foot_index {
		padding: .8rem 2%;
	}

	.foot-copy {
		padding: .15rem 2%;
	}
}

@media (max-width:1366px) {
	.title-top h5 {
		font-size: 56px;
	}

	.title-top p {
		font-size: 26px;
	}

	.foot-top a,
	.foot-contact p {
		font-size: 14px;
	}
}

@media (max-width:1100px) {
	.foot-top a {
		margin-right: .3rem;
	}
}

@media (max-width:1024px) {
	.title-top h5 {
		font-size: 42px;
	}

	.title-top p {
		font-size: 20px;
	}

	.zixun-right h6 a {
		font-size: 24px;
	}

	.zixun-right time {
		font-size: 16px;
	}

	.zixun-right p {
		font-size: 16px;
		line-height: 30px;
		height: 120px;
	}

	.foot-top a {
		margin-right: .35rem;
	}

	.foot-ewm img {
		width: 120px;
	}
}

@media (max-width:992px) {
	.foot-top a {
		display: none;
	}

	.foot-top .foot-logo {
		margin: auto;
	}

	.foot-left,
	.foot-ewm {
		float: none;
		width: 100%;
		text-align: center;
	}

	.foot-contact {
		display:block;
		justify-content: space-between;
		margin-bottom: .1rem;
		padding: 0px 0.2rem
	}






}

@media (max-width:895px) {
	.foot-top a {
		margin-right: .15rem;
	}


}

@media (max-width:768px) {
	.title-top h5 {
		font-size: 26px;

	}
	.zixun-list{padding: 0.2rem;}
	.swiper-zixun{margin-top:0.2rem}
	.zhanlan-wrap{margin-top:0.2rem}
	.service-list{margin-top:0.2rem}
	.service-list li a{box-shadow:none}

	.title-top p {
		font-size: 16px;
		margin-top: 0.2rem;
	}

	.title-top h5::before {
		background-size: 30px;
	}

	.zixun_index,
	.zhanlan_index,
	.service_index {
		padding-top: .2rem;padding-bottom: .2rem;
	}


	.zixun-right h6 a {
		font-size: 20px;
	}

	.zixun-right time {
		font-size: 14px;
		margin: .2rem 0;
	}

	.zixun-right p {
		font-size: 16px;
		line-height: 30px; height: 150px;
	}

	.zixun-title h6 {
		font-size: 18px;
	}

	.zixun-title a,
	.neir-list li a {
		font-size: 14px;
	}

	.bumen-wrap span {
		font-size: 18px;
		width: 130px;
	}

	.bumen-wrap p a,
	.bumen-wrap p {
		font-size: 14px;
		line-height: 30px;
	}
	.bumen-wrap p {
	    padding-left: 130px;
	}
}

@media (max-width:658px){

	.bumen-wrap span{ position: inherit; float: left;}
	.bumen-wrap p{padding-left: 0px;float: left; }
	.bumen-wrap p a{margin: 0 0.1rem 0px 0px}




}






@media (max-width:550px) {
	.zixun-bottom {
		display: block;
	}

	.zixun-pro {
		width: 100%;
	}

	.service-list li a {
		width: 49.5%;
	}

	.service-list li:nth-child(3n) a {
		margin-right: 1%;
	}

	.service-list li:nth-child(2n) a {
		margin-right: 0;
	}

	.service-list li:last-child a {
		width: 100%;
		margin-right: 0;
	}

	.foot-contact p.dizhi,
	.foot-contact p.phone,


	.copy-left span,
	.copy-left p a {
		font-size: 14px; text-align: left;
	}

	.copy-left p a {
		padding: 0 .1rem;
	}

	.copy-top {
		width: 75px;
		font-size: 14px;
	}
}
@media(max-width: 448px){ .zixun-right h6 a{font-size: 18px }}

/* 弹框登录 */
.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 50%;
	height: auto;
	z-index: 99999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.select-show {visibility: visible;transition:all .5s;}
.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	filter:alpha(opacity=0);
	background: rgba(1,1,1,0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.select-show ~ .select-overlay {opacity: 1;visibility: visible;filter:alpha(opacity=100);}
.select-modal .select-content{
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
	margin-top: 10%;
}
.select-modal.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	filter:alpha(opacity=100);
}
.select-content {
	color: #5b5b5b;
	background:#fff url(../images/yx.png) no-repeat right bottom;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	filter:alpha(opacity=0);
}
.select-content .select-close {position:absolute;right:10px;top:10px;border:none;background-color:transparent;}
.select-content .select-close i{width:30px;height:30px;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;}
.select-content .select-close i:before,
.select-content .select-close i:after{
content:'';display:inline-block;background:#4d4d4d;width:20px;height:2px;margin:2px 0;
}
.select-content .select-close i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.select-content .select-close i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}

.select-content .top{text-align: center;padding-top: 30px;}
.select-content .autologin{}
.select-content .autologin .find_pwd{float: right;color: #e54649;text-decoration: underline;}
.select-content .autologin .checkbox{display: flex; padding:0; align-items: center; float:left;overflow: hidden;position: relative;margin: 0;}
.select-content .autologin .checkbox input {
	position: absolute;opacity: 0;margin: 0;background-color:transparent;display: block;width: 100%;height: 15px;outline:none;transform:scale(2);transition:opacity .3s,transform .3s;z-index: 3;left: 0;cursor: pointer;
}
.select-content .autologin .checkbox label{margin: 0;padding-left: 25px;font-weight: normal;line-height: 20px;text-transform: capitalize;font-size: 14px;color: #808080;position: relative;cursor: pointer;}
.select-content .autologin .checkbox label:before{content:'';display: inline-block;width: 15px;height: 15px;border: 1px solid #d0d0d0;border-radius: 3px;position: absolute;left: 0;top: 2px;box-sizing:border-box;background: #fff;}
.select-content .autologin .checkbox input:checked+label::before, .select-content .autologin .checkbox input:checked+input[type="hidden"]+label::before{
	border-color: #0376d0;background-color: #23509b;
}
.select-content .autologin .checkbox input:checked+label, .select-content .autologin .checkbox input:checked+input[type="hidden"]+label{
	color: #23509b;
}
.select-content .autologin .checkbox:hover label{color: #23509b;}
.select-content .autologin .checkbox input:checked+label::after, .select-content .autologin .checkbox input:checked+input[type="hidden"]+label::after{
	content:'';display: inline-block;position: absolute;top: 1px;left: 0;width: 8px;height: 14px;transform:translate(5px,-1px) rotate(45deg);border:solid 2px #fff;border-left: none;border-top: none;box-sizing:border-box;
}

.select-content .main{padding: 40px 10%;}
.select-content .main .send_column{background: none;box-shadow: none;padding: 0;}
.select-content .main .send_column li{padding: 0;}
.select-content .bottom{margin-top: 30px;margin-right: -1%;margin-left: -1%;}
.select-content .bottom .main_more{width: 48%;margin: 0;margin: 0 1%;float: left;height: 40px;border-radius: 5px;background: #0376d0;cursor: pointer;color: #fff;}
.select-content .bottom .more{display: inline-block;width: 48%;margin: 0 1%;border-radius: 5px;background: #e54649;color: #fff;text-align: center;font-size: 14px;height: 40px;line-height: 40px;float: left;}
.select-content .bottom .main_more:hover,.select-content .bottom .more:hover {opacity: .9;}

.select-show .select-content::-webkit-scrollbar {width: 5px;}
.select-show .select-content::-webkit-scrollbar-track {
	background-color:#f2f2f2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	opacity: 0.5
}
.select-show .select-content::-webkit-scrollbar-thumb {
	background-color:#004082;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
}

.select-content .select-close {position:absolute;right:20px;top:20px;border:none;background-color:transparent;}
.select-content .select-close i{width:30px;height:30px;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;}
.select-content .select-close i:before,
.select-content .select-close i:after{
content:'';display:inline-block;background:#808080;width:20px;height:2px;margin:2px 0;
}
.select-content .select-close i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.select-content .select-close i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}

@-webkit-keyframes animate-btn-line{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}51%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}}
@keyframes animate-btn-line{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}51%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}}

.select-show .select-content::-webkit-scrollbar {width: 3px;}
.select-show .select-content::-webkit-scrollbar-track {
	background-color:#f2f2f2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.select-show .select-content::-webkit-scrollbar-thumb {
	background-color:#ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.send_column ul {
    list-style: none;
    max-width: 100%;
    padding-top: 0;
}
.send_column ul li {margin-bottom: 20px;}
.send_column ul li span {
    display: block;
    position: relative;
}
.send_column ul li span:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.send_column ul li span.ms_n:before {
	background: url(../images/name.png) center center no-repeat;
}
.send_column ul li span.ms_pass:before {
	background: url(../images/password.png) center center no-repeat;
}
.send_column ul li span.ms_com:before {
	background: url(../images/company.png) center center no-repeat;
}
.send_column ul li span.ms_dz:before {
	background: url(../images/adrress.png) center center no-repeat;
}
.send_column ul li span.ms_hg:before {
	background: url(../images/hg.png) center center no-repeat;
}
.send_column ul li span.ms_dh:before {
	background: url(../images/phone.png) center center no-repeat;
}
.send_column ul li span.ms_cz:before {
	background: url(../images/fax.png) center center no-repeat;
}
.send_column ul li span.ms_email:before {
	background: url(../images/email.png) center center no-repeat;
}
.send_column ul li span.ms_yb:before {
	background: url(../images/yb.png) center center no-repeat;
}
.send_column ul li span.ms_zjl:before {
	background: url(../images/jlr.png) center center no-repeat;
}
.send_column ul li span.ms_lxr:before {
	background: url(../images/lxr.png) center center no-repeat;
}
.send_column ul li span.ms_con:before {
	background: url(../images/lxrsj.png) center center no-repeat;
}
.send_column ul li span.ms_net:before {
	background: url(../images/net.png) center center no-repeat;
}
.send_column ul li input {
    background: none;
    height: 50px;
    width: 100%;
    line-height: 46px;
    padding-left: 42px;
    padding-right: 15px;
    font-size: 14px;
    color: #808080;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    transition: all .5s;
    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.05) inset;
}

@media only screen and (max-width: 768px) {
	.select-modal {
	    width: 90%;
	    height: 90%;
	    top: 5%;
	}
	
	
}



/* 注册 */
.zhuce_index,.jingmao_index {
	background:#eff1f3;
	padding-bottom: .5rem;
}
.zhuce-wrap {
	max-width: 1400px;
	width: 100%;
	padding: 0 8%;
	margin: auto;
}
.zhuce-wrap .register_column {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    position: relative;
    z-index: 99;
    margin-top: -70px;
}
.zhuce-wrap .main_title {
    margin-bottom: 0;
}
.zhuce-wrap .main_title em {
    font-size: 32px;
	color: #333333;
	text-transform: uppercase;
	line-height: 120%;
	margin: 0;
	position: relative;
	z-index: 2;
	display: block;
	font-weight: bold;
	letter-spacing: 8px;
	text-align: center;
	font-style: normal;
}
.zhuce-wrap .send_column {
	position: relative;
	z-index: 10;
	bottom: 0;
	border-radius: 5px;
	background: #fff;
    box-shadow: none;
    padding: 50px 0;
    margin: auto;
    max-width: 80%;
}
.zhuce-wrap #email_form .list li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}
.zhuce-wrap #email_form .list li label.title {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
    line-height: 20px;
    display: block;
  
    background: #fff; margin-bottom: 8px;
   
  

    z-index: 5;
    font-weight: bold;
}
.zhuce-wrap #email_form .list li label i{ color: #F80105; font-style: normal; font-size: 14px}
    display: block;
    position: relative;
}
.send_column ul li span:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}
.send_column ul li span.ms_login:before {
   background: url(../images/password_mima.png)no-repeat ;
}
.zhuce-wrap #email_form .list li span:before {
    right: 10px;
    top: 13px;
    left: auto;
}
.send_column ul li input {
    background: none;
    height: 50px;
    width: 100%;
    line-height: 46px;
    padding-left: 42px;
    padding-right: 15px;
    font-size: 14px;
    color: #808080;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    transition: all .5s;
    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.05) inset;
}
.zhuce-wrap #email_form .list li input {
    padding-left: 20px;
    padding-right: 40px;
}
.send_column ul li textarea {
    height: 100px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    max-height: 100px;
    padding-left: 15px;
    font-size: 14px;
    padding: 10px 10px 10px 42px;
    color: #808080;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all .5s;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
}
.zhuce-wrap #email_form .list li textarea {
    padding-left: 20px;
    padding-right: 40px;
}
.send_column .send {
    position: relative;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    background: #0376d0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 5px;
    margin-top: 10px;
}
#email_form .send {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
}
.send_column .send input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
    background: none;
    border: none; cursor: pointer
}
.send_column .send:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -2px;
    background: url(../images/icon.png) no-repeat;
    background-position: -211px -103px;
}
.zixun-phone {
	float: right;

}


@media only screen and (max-width: 768px){.zhuce-wrap .main_title em { font-size:22px}
	.zhuce-wrap .register_column{padding:20px 10px;} 
	.zhuce-wrap .send_column{max-width: 100%}
	.zhuce-wrap .send_column{padding-top:15px;
	}


}



/* 经贸咨询 */
.jingmao-container {
	background: #fff;
	padding: .4rem .3rem;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	position: relative;
	z-index: 99;
	margin-top: -70px;
    min-height: 450px;
}
.jingmao-title {
	padding-bottom: .2rem;
	border-bottom: 1px solid #e0e0e1;
	margin-bottom: .2rem;
}
.jingmao-title .home {
	float: left;
}
.jingmao-title .home a {
	font-size: 15px;
	color: #666;
}
.jingmao-title .home a span {
	color: #0376D0;
}
.jingmao-title .home i {
    color: #0376D0;
    margin: 0 0.1rem;
}
.jingmao-title .home p {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	display: inline-block;
}

.jingmao-title .tip-right {
	float: right;
	color: #333;
	font-size: 24px;
	line-height: 30px;
	z-index: 999;
	font-weight: bold;
}


.modules {
	float: left;
	width: 25%;
}

.serch-wrap {
	width: 100%;
	float: none;
	margin-bottom: .2rem;
	position: relative;
}
.serch-wrap input {
	height: 45px;
	color: #999999;
	line-height: 46px;
	width: 100%;
	padding-left: 25px;
	padding-right: 60px;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 30px;
}
.serch-wrap span {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
	margin: 0;
	background: #0376d0 url(../images/icon.png) no-repeat;
	background-position: -287px 0px;
	border-radius: 0 30px 30px 0;
}
.left_nav {
    background: #fff;
    border-radius: 0;
	padding: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.left_nav .nav_h4 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	position: relative;
	padding: 0 0 .2rem 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.left_nav .nav_h4::before {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 5px;left: 0;
	background: #0376d0;
}
ul.mtree>li>a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: flex;
    align-items: center;
    height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
ul.mtree>li {
	position: relative;
}
ul.mtree ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
ul.mtree li ul a {
    line-height: 48px;
    padding: 0 12px;
    padding-right: 24px;
    font-weight: normal;
    color: #fff;
}
ul.mtree>li.mtree-open {
    color: #0376d0;
    padding-bottom: 0;
}
.mtree-level-1 {
	background: #f6fbff;
}
.mtree-level-2 {
	background-color: #fff;
}
.mtree-level-2 li a {
	font-size: 14px;
}
ul.mtree>li.mtree-open>a {
    color: #0376d0;
}

ul.mtree li>span:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 0.05rem;
    float: right;
    font-size: 20px;
    font-style: normal;
    height: 46px;
    line-height: 46px;
    /* width: 0.3rem; */
    position: absolute;
    right: 5px;
    top: 0;
    color: #0376d0;
}
/* ul.mtree li.mtree-open>span:before {
	content: "\f107";
} */
ul.mtree ul li a {
    display: block;
    color: #666;
}
ul.mtree li.mtree-closed>span:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 0.05rem;
    float: right;
    font-size: 20px;
    font-style: normal;
    height: 46px;
    line-height: 46px;
    /* width: 0.3rem; */
    position: absolute;
    right: 0;
    top: 0;
    color: #0376d0;
}
ul.mtree .mtree-level-1 li.mtree-closed>span:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 0.05rem;
    float: right;
    font-size: 20px;
    font-style: normal;
    height: 46px;
    /* width: 0.3rem; */
    line-height: 46px;
    background: none;
    position: absolute;
    right: 5px;
    top: 0;
    border-left: none;
    color: #0376d0;
}

.jingmao-right {
	float: right;
	width: 73%;
	padding:0rem 0.2rem;
	background: #fff;
}
.zixun-top {
    background: #f7f7f7;
    padding: .2rem;
    margin-bottom: .2rem;
    display: flex;
    align-items: flex-start;
}
.zixun-top .zinxun-images {
    width: 40%;
    margin-right: .25rem;
    display: inline-block;
}
.zixun-top .zinxun-right {
    width: 60%;
}
.zixun-top .zinxun-right .title-z {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: .1rem;
    display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.zixun-top .zinxun-right .title-z:hover {
	color: #0376d0;
}
.zixun-top .zinxun-right time {
    margin-bottom: .1rem;
    color: #808080;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.zixun-top .zinxun-right time:before {
    content: '';
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 16px;
    background-position: 0 -56px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}
.zixun-top .zinxun-right p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.zixun-top .more-ti {
	float: right;
    display: inline-block;
    font-size: 14px;
    color: #0376d0;
    background: url(../images/right-more.png) right center no-repeat;
    padding-right: 15px;
    margin-right: 15px;
    margin-top: 0.25rem;
}
.zixun-top .more-ti:hover {
	text-decoration: underline;
}
.jmzixun-list li {
	margin-bottom: .15rem;
	padding: 0.15rem 0 0.5rem 0;
	border-bottom: 1px solid rgba(0, 0,0,.05);
	position: relative;
}
.jmzixun-list li .date {
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	float: left;
	width: 100px;
	height: 100px;
	background: #e1e1e1;
	color: #626262;
	text-align: center;
	padding: 25px 5px;
	transition: all .5s;
	position: absolute;
}
.jmzixun-list li .date em {
	font-style: normal;
	font-size: 30px;
	line-height: 100%;
}
.date-right {
	float:left;
	max-width: 100%;
	padding-left: 120px;
}
.date-right a {
	display: block;
	font-size: 18px;
	color: #333;
	margin: .15rem 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; font-weight: 600
}
.date-right p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.jmzixun-list li:hover .date {
	background: #0376d0;
	color: #fff;
}
.jmzixun-list li:hover .date-right a {
	color: #0376d0;
}

@media (max-width:992px) {
	.jingmao-title .tip-right {display: none;}
	.nav_h4:after, .left_h4:after {
	    display: block;
	    content: "\f107";
	    font-family: "FontAwesome";
	    position: absolute;
	    right: 0.15rem;
	    cursor: pointer;
	    font-size: 20px;
	    top: 0;
	    color: #0376d0 ;
	}
	.left_nav .nav_h4 {font-size: 18px;}
	.modules,.jingmao-right {float: none;width: 100%;padding: 0;}
	.zixun-top .zinxun-right .title-z {font-size: 20px;}
}

@media (max-width:768px) {
	.zixun-top {display: block;}
	.zixun-top .zinxun-images,.zixun-top .zinxun-right {width: 100%;}
	.zixun-top .zinxun-images {margin-right: 0;margin-bottom: .15rem;}
}


/* 国际商机页面 */
.table-top dd {
	display: inline-block;
	float: left;
	padding: .15rem 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #f5f5f5;
	width: 18%;
	color: #333;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.table-top dd:first-child {
	width: 46%;
}
.table-childer dd {
	font-weight: normal;
	font-size: 14px;
}
.table-list li:nth-of-type(even) dd {
	background: #fff;
}
.table-list li:nth-of-type(odd) dd {
	background: #e7f4ff;
}

@media (max-width:675px) {
	.table-childer dd {font-size: 13px;}
}

/* 自贸区 */
.zone-wrap {
	margin-bottom: .15rem;
}
.zone-wrap .zone-title {
	margin-bottom: .15rem;
	border-bottom: 1px dotted rgba(0,0,0,.05);
}
.zone-wrap .zone-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zone-wrap .zone-title p {
	color: #0376d0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #0376d0;
	padding-bottom: .15rem;
}
.zone-wrap .zone-title a {
	font-size: 12px;
	color: #0376d0;
	padding: 0.05rem 0.15rem;
	background: #e8f5ff;
	border-radius: 20px;
}
.zone-list li a {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	padding: .1rem 0;
}
.zone-list li a:hover p{ color: #0376d0; text-decoration: underline}
.zone-list li a p {
	float: left;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 80%;
	position: relative;
}
.zone-list li a p::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
	position: absolute;
	left: 0;top: 7px;
}
.zone-list li a time {
	float: right;
	font-size: 14px;
	color: #666;
}

@media (max-width:550px) {
	.zone-list li a p {max-width: 70%;}
}
@media (max-width:375px) {
	.zone-wrap .zone-title p {font-size: 16px;}
	.zone-list li a p {font-size: 15px;}
	.zone-list li a time {font-size: 13px;}
}

/* 单页面 */
.danye-wrap .danye-tip {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: .1rem;
}

.danye-wrap {
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.danye-wrap img {
	display: block;
	margin:.1rem auto;
}

/* 流程 */
.liucheng-tips {
	text-align: center;
}
.liucheng-tips dd {
	display: inline-block;
	margin-bottom: .15rem;
}
.liucheng-tips dd a {
	display: inline-block;
	padding: .1rem .25rem;
	background: #ededed;
	color: #333;
	margin: 0 0.05rem .05rem .05rem;
}
.liucheng-tips dd.active a,.liucheng-tips dd:hover a{
	background: #0376D0;
	color: #fff;
}
.liucheng-top {
	margin-bottom: .1rem;
}
.liucheng-top .top-tips {
	background: #e9f5ff;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
	line-height: 40px;
	position: relative;
	margin-bottom: .15rem;
}
.liucheng-top .top-tips::before {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background: #0376D0;
	position: absolute;
	left: 0;top: 9px;
}
.liucheng-table li {
	float: left;
	width: 48%;
	padding: .15rem 0 .15rem .2rem;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	position: relative;
}
.liucheng-table li:nth-of-type(even) {
	float: right;
}
.liucheng-table li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #0376D0;
	transform: rotate(45deg);
	position: absolute;
	left: 0;top: 21px;
}
.liucheng-table li a {
	font-size: 14px;
	color: #333;
}

@media (max-width:430px) {
	.liucheng-tips dd a {padding: .1rem .2rem;}
}

/* 展览信息 */
.xinxi-list li {
	float: left;
	width: 32%;
	background: #fff;
	padding: .15rem;
	margin-right:2%;
	margin-bottom: .2rem;
}
.xinxi-list li:nth-child(3n) {
	margin-right: 0;
}

.xinxi-list li:nth-child(3n+1) {
	clear:both;
}


.xinxi-list li .images {
	overflow: hidden;
	transition: all .8s;
}
.xinxi-list li .zhanlan-wenzi a {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: .2rem 0;
}
.xinxi-list li .zhanlan-wenzi time {
    margin-bottom: 0.1rem;
    color: #808080;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    display: inline-block; margin-top: 15px;
}
.xinxi-list li .zhanlan-wenzi time:before {
    content: '';
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 16px;
    background-position: 0 -56px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}
.xinxi-list li:hover img {
	transform: scale(1.05);
	transition: all .8s;
}
.xinxi-list li:hover .zhanlan-wenzi a {
	color: #0376D0;
}

@media (max-width:768px) {
	.xinxi-list li {width: 49%;}
	.xinxi-list li:nth-child(3n) {margin-right: 2%;}
	.xinxi-list li:nth-child(2n) {margin-right: 0;}
}
@media (max-width:450px) {
	.xinxi-list li {width: 100%;float: none;}
	.xinxi-list li {margin-right: 0;}
}

/* 招聘 */
.zhaopin-wrap .fabu {
	display: inline-block;
	padding: .1rem .4rem;
	background: #0376D0;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin: .2rem 0;
	position: relative;
}
.zhaop-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .1rem 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.zhaop-list li a {
	font-weight: bold;
	color: #333;
}
.zhaop-list li:hover a {
	color: #0376D0;
}
.zhaopin-wrap .fabu:before {
    content: '';
    position: absolute;
    background: #fff;
    opacity: 0;
    height: 100%;
    display: block;
    width: 0;
    transition: all .5s;
    left: 0;
    top: 0;
}
.zhaopin-wrap .fabu:after {
    content: "";
    transition: 0.5s all;
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../images/icon.png) no-repeat;
    background-position: -117px -327px;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
}
.zhaopin-wrap .fabu:hover:before{width: 100%;opacity: 0.1;}
.zhaopin-wrap .fabu:hover:after{animation: scroll_right_anim 1.5s infinite;opacity: 1;right: 16px;}

.zhaop-list li .date {
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	float: left;
	width: 70px;
	height: 70px;
	background: #e1e1e1;
	color: #626262;
	text-align: center;
	padding: 17px 5px;
	transition: all .5s;
}
.zhaop-list li .date em {
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
}
.zhaop-list li:hover .date {
	background: #0376D0;
	color: #fff;
}

@media (max-width:750px) {
	.zhaop-list li {display: block;}
	.zhaop-list li p {margin: .1rem 0;}
	.zhaop-list li .date {float: none;}
}

/* 招聘详情 */
.zhaopin-wrap .zpdetail-title {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}
.zhaopin-wrap .zpdetail-title em {
    color: #333;
    font-size: 32px;
    line-height: 150%;
    display: block;
    font-weight: bold;
    margin-bottom: .1rem;
	font-style: normal;
}
.zhaopin-wrap .zpdetail-title p {
    border: 1px solid #0376D0;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    color: #0376D0;
}
.zhaopin-wrap .recru_wrap_title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    line-height: 24px;
    margin-top: .3rem;
    margin-bottom: .1rem;
}
.zhaopin-wrap .recru_wrap_title:before {
    content: '[';
    margin-right: 5px;
}
.zhaopin-wrap .recru_wrap_title:after {
    content: ']';
    margin-left: 5px;
}
.zhaopin-wrap .wrap .text {
    font-size: 16px;
    line-height: 200%;
}
.zhaopin-wrap .recru_wrap_title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    line-height: 24px;
    margin-top: .3rem;
    margin-bottom: .1rem;
	font-style: normal;
}
.zhaopin-wrap .recru_contanct {
    border-top: 1px solid #e5e5e5;
    margin-top: .3rem;
}
.zhaopin-wrap .wrap div {
    padding-left: 0;
}
.zhaopin-wrap .recru_contanct .recru_wrap_title {
    color: #23509b;
}

/* 联系我们 */
.contact_info {
    position: relative;
    padding-top: 0;

}
.contact_info ul {
    list-style: none;
    padding: 0;
    
    margin-right: -10px;
    margin-left: -10px;
}
.contact_info ul li {
    padding: 0 10px;
    position: relative;
    z-index: 2;
    text-align: center;
	margin-bottom: .2rem;
}
.contact_info ul li .column {
    background:#edeff1;
    padding: 20px 40px 20px 40px;
    min-height: 260px;
    text-align: center;
}
.contact_text{background:#edeff1; padding: 20px;}
.contact_info ul li .icon {
    position: relative;
    width: 70px;
    height: 70px;
    background: #23509b;
    margin-bottom: 10px;
    text-align: center;
    display: inline-flex;
    padding: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.contact_info ul li:hover .icon{
	transform:translate3d(0,-5px,0);-webkit-transform:translate3d(0,-5px,0);
}
.contact_info ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    transition: all .5s;
    background-image: url(../images/icon.png);
}
.contact_info ul li em {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 24px;
    position: relative;
    display: block;
    letter-spacing: 4px;
	font-style: normal;
}
.contact_info ul li p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 5px;
}

.page_title {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
	font-style: normal;
	padding-left: 15px;
	border-left: 2px solid #0376D0;
}

.contact_text .contact_right_center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.contact_text .contact_right_center .text {
    /* width: 90%; */
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-bottom: .1rem;
}
.contact_text .contact_right_center img {
    max-width: 160px;
	float: right;
}
.map-images {
	margin-top: .3rem;
}
@media only screen and (max-width: 768px) {
	.contact_text .contact_right_center {
	    display: block;
	}
	.contact_text .contact_right_center img {max-width: 120px;}
	
	.contact_info ul li .icon {
	    width: 50px;
	    height: 50px;
	}
	.contact_info ul li em {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 10px;
	    margin-top: -5px;
	    font-weight: bold;
	}
	.contact_info ul li .column {
	    min-height: inherit;
	    padding: 10px;
	    padding-bottom: 20px;
	}
}

@media (max-width:580px) {
	.contact_text .contact_right_center .text,.contact_text .contact_right_center img {float: none;}
}


/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;list-style:none;margin-bottom: 0.15rem;background:#fff;border-radius: 0;overflow: hidden;}
.stp-top{width:100%;background:#eee;}
.stp-top .page_info_title{font-size:0.16rem;line-height:0.24rem;text-transform:uppercase;display:block; padding:0;padding:0.15rem 0.2rem;transition:all .5s; color: #333;font-family: "Termina"; }
.stp-top .page_info_title:hover{text-decoration:none;color:#004098;}
.stp-top .page_info_title i{padding-left:0.05rem;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.stp-top .page_info_title:hover i{padding-left:0.08rem;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.stp-listB{display:block;padding:0.15rem;border:1px solid #eee;border-top:none;padding:0.3rem 0.2rem;list-style:none;margin-top:-1px;background:#fff;border-radius:0;}
.stp-listB>li{width:25%;padding:0.08rem 0.1rem;float:left;overflow:hidden;}
.stp-listB>li>a{line-height:0.22rem;display:block;color:#4d4d4d;}
.stp-listB>li>a i{padding-right:0.05rem;}
.stp-listB>li:hover>a{color:#004098 ;}
.stp-listB>li:nth-child(4n+1){clear: both;}
.stp-pro .stp-listB>li{width: 100%;margin-bottom:0.2rem;padding-bottom:0.2rem;border-bottom:1px solid #eee;}
.stp-pro .stp-listB>li:last-child{border-bottom:none;padding-bottom:0;}
.stp-pro .stp-listB>li .top{display: flex;align-items: flex-end;}
.stp-pro .stp-listB>li .image{max-width:0.48rem;min-width:0.48rem;}
.stp-pro .stp-listB>li .title{line-height:0.24rem;text-transform:capitalize;display:block;}
.stp-pro .stp-listB>li .title:after{content:"\f105";font-family:'FontAwesome';padding-left:0.06rem;color:#ccc;}
.stp-pro .stp-listB>li .title:hover{color:#004098 ;text-decoration:none;}
.stp-pro .stp-listB>li .title:hover:after{color:#004098 ;}
.stp-listB li .stp-listC{width:100%; padding-top:0.2rem;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:0.08rem;float:left;}
.stp-listB li .stp-listC li a{ font-size:0.16rem;-webkit-transition:all var(--transition-time,500ms);-o-transition:all var(--transition-time,500ms);transition:all var(--transition-time,500ms);}.stp-listB li .stp-listC li a i{padding-right:0.05rem;}
.stp-listB li .stp-listC li a:hover{color:#004098 ;}


@media only screen and (max-width: 768px){
	.stp-listA{padding: 0;}
	.stp-listB>li{width:50%;padding:4px 0;}
	.stp-listB>li:nth-child(2n+1){clear: both;}
	.stp-listB{border-width:1px;padding:15px;}
	.stp-pro .stp-listB>li .image{max-width:32px;min-width:32px;}
	.stp-listB li .stp-listC li{width: 100%;}
	.stp-listB>li>a{font-size:14px;}
	.stp-top .page_info_title{font-size:14px;padding:10px 10px;}
	.stp-listB li .stp-listC li a{font-size: 13px;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}


/*fixed-contact*/
.fixed-contact {
	z-index: 999999;
	position: fixed;
	right: 0;
	top: 20%;
	width: 50px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}

.fixed-contact.show {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fixed-contact.active {
	width: 260px;
}

.fixed-contact li {
	position: relative;
	height: 50px;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
	background: #0376d0;
	background-size: cover;
	margin-bottom: 1px;
}

.fixed-contact.active li a {
	opacity: 1;
}

.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}

.fixed-contact li i {
	z-index: 1000;
	position: absolute;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon.png);
}

.fixed-contact.active li:last-child:after {
	display: none;
}

.fixed-contact li:hover i,
.fixed-contact li:hover a {
	color: #fff;
}

.fixed-contact .online_p i {
	background-position: 0 -262px;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}

.fixed-contact .online_e i {
	background-position: -50px -262px;
}

.fixed-contact .online_w i {
	background-position: -150px -262px;
}

.fixed-contact .online_s i {
	background-position: -100px -262px;
}

.fixed-contact .online_f i {
	background-position: -250px -262px;
}

.fixed-contact .online_i i {
	background-position: -300px -262px;
}

.fixed-contact .online_code i {
	background-position: -200px -262px;
}

.fixed-contact li a {
	position: absolute;
	top: 0;
	right: -135px;
	display: block;
	width: 210px;
	line-height: 110%;
	padding: 18px 0 0 50px;
	color: #fff;
	white-space: nowrap;
	transition: all .4s;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	opacity: 0;
	font-weight: 400;

}

.fixed-contact.active li a {
	right: 50px;
}

.fixed-contact .online_code a img {
	max-width: .8rem;
	margin-right: 0.1rem;
}

.fixed-contact.active .online_code {
	height: 1.3rem;
}

.fixed-contact.active .online_code a p {
	margin: 0;
	margin-bottom: .05rem;
}

.fixed-contact li.online_code:hover a {
	opacity: 1;
	right: auto;
	left: 0;
}

@media only screen and (max-width: 992px) {
	.fixed-contact {
		display: none !important;
	}

	.fixed-contact.show {
		opacity: 0;
	}
}

/* 报名页面 */
.zhanhui-baom{padding: 0px 14%}
.zhanhui-baom .danye-tip {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin: 20px 0;
	

}
.zhanhui-baom .form-list li {
	margin-bottom: 10px;
	overflow: hidden;
}
.zhanhui-baom .form-list li label {
	font-size: 15px;
	color: #333; font-weight: bold;
	margin-right: 10px;
	text-align:left;
	width: 224px;
	display: inline-block;
	float: left;
	margin-top: 5px; margin-bottom: 10px;
}


.zhanhui-baom .form-list li .input-right {
	float: left;
	width: 85%;
}
.zhanhui-baom .form-list li .input-right input{ margin-bottom: 10px;}

.radio{ margin-bottom: 0px !important}
.zhanhui-baom .form-list li label i {
	color: #ea6e2d;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.zhanhui-baom .form-list li input {
	width: 100%;
	font-size: 14px;
	color: #666;
	padding:8px 10px;
	border: 1px solid #ebebeb;
}
.zhanhui-baom .form-list li input:-ms-input-placeholder {
	font-size: 14px;
	color: #666;
}
.selct-wrap select {
	width: 35%;
	font-size: 14px;
	color: #666;
	padding:5px 10px;
	border: 1px solid #ebebeb;
	margin-right: 10px;
}
.zhanhui-baom .form-list li.selct-wrap input {
	width: 100%;
	margin-top: 10px;
}
.zhanhui-baom .form-list li.selct-wrap input.city {
	width: 35%;
}
.zhanhui-baom .form-list li.name input {
	width: 35%;
	margin-right: 20px;
}
.zhanhui-baom .form-list li.name .radio {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
}
.zhanhui-baom .form-list li textarea {
	font-size: 14px;
	color: #666;
	padding:5px 10px;
	border: 1px solid #ebebeb;
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	width: 100%;
}
.submit {
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	background: #faa707;
	cursor: pointer;

}
.submit:hover {
	opacity: .9;
}

.zhanhui-baom .form-list li label.xieyi{ width:100%;}
.zhanhui-baom .form-list li label.xieyi span{ float: left}
.zhanhui-baom .form-list li label.xieyi a{ float: left;color: #faa707}
.zhanhui-baom .form-list li label.xieyi a:hover {text-decoration: underline}
.zhanhui-baom .form-list li label.xieyi input{text-align: left; width: auto; float: left; margin-right: 10px; width: 16px; height: 16px}
.zhanhui-baom .form-list li label.xieyi{height: 20px; line-height: 14px;}

@media (max-width:768px) {
	.zhanhui-baom .form-list li .input-right {width: 75%;}

	.jingmao-container{padding: 0.2rem .2rem}
	.foot_index{padding: .3rem 0 0.3rem 0}
	.foot-top{margin-bottom:.2rem}
	.foot-ewm img{width: 80px}
	.zhanhui-baom{padding: 0px 2%}

}
@media (max-width:600px) {
	.zhanhui-baom .form-list li .input-right {width: 70%;}
}
@media (max-width:575px) {
	.zhanhui-baom .form-list li.name input {width: 100%;margin-bottom: 10px;}
	.zhanhui-baom .form-list li.name input.radio {margin-bottom: 0;}
}
@media (max-width:520px) {
	.zhanhui-baom .form-list li .input-right {width: 100%;}
	.selct-wrap select,.zhanhui-baom .form-list li.selct-wrap input.city {width: 100%;}
}
@media (max-width:450px) {
	.zhanhui-baom .form-list li label {text-align: left;margin-bottom: 15px;}
	.zhanhui-baom .form-list li .input-right {width: 100%;}
	
	.zhanhui-baom .danye-tip{font-size: 16px}
	.zhanhui-baom .form-list li { margin-bottom: 0px}
	.zhanhui-baom .danye-tip{margin:10px 0px}
}

/* 会员中心 */
.jingmao-right .user_main > .name {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.jingmao-right .user_main > .name .icon {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.jingmao-right .user_main > .name .icon img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}
.jingmao-right .user_main > .name em {
	font-style: normal;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
    line-height: 24px;
}
.jingmao-right .user_main > .text {
    padding: 20px 0;
}
.jingmao-right .user_main .text > .title {
	font-style: normal;
    display: block;
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    letter-spacing: 2px;
}
.jingmao-right .user_main .text ul {
    list-style: none;
    padding-top: 20px;
}
.jingmao-right .user_main .text ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
}
.jingmao-right .user_main .text ul li p {
    margin: 0;
    min-width: 20%;
    font-size: 14px;
    letter-spacing: 2px;
    color: #808080;
    margin-right: 15px;
    line-height: 24px;
}
.jingmao-right .user_main .text ul li span {
    width: 70%;
    line-height: 24px;
}

.jingmao-right .user_main .text ul li .user_Input {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    box-shadow: 0 2px 4px 0px rgb(0,0,0,0.05) inset;
    padding: 5px;
    color: #333;
    background: #fff;
}
.jingmao-right .user_main .text ul li textarea {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    box-shadow: 0 2px 4px 0px rgb(0,0,0,0.05) inset;
    padding: 5px;
    color: #333;
    background: #fff;
    height: 60px;
    max-width: 100%;
}
.jingmao-right .user_main .user_send {
    position: relative;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    background: #faa707;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 5px;
    margin-top: 10px;
}
.jingmao-right .user_main .user_send input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
    background: none;
    border: none;
	cursor: pointer;
}
.jingmao-right .user_main .user_send:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -2px;
    background: url(../images/icon.png) no-repeat;
    background-position: -211px -103px;
}
.jingmao-right .user_main .user_send input:hover {
	opacity: .9;
}

.jingmao-right .user_main .recru_add {
    margin-top: 15px;
}
.jingmao-right .user_main .main_more {
    position: relative;
    display: inline-block;
    transition: all .5s;
    z-index: 3;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #0376d0;
    border: 1px solid #0376d0;
}
.jingmao-right .user_main .main_more:before {
    content: '';
    position: absolute;
    background: #fff;
    opacity: 0;
    height: 100%;
    display: block;
    width: 0;
    transition: all .5s;
    left: 0;
    top: 0;
}
.jingmao-right .user_main .main_more:after {
    content: "";
    transition: 0.5s all;
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../images/icon.png) no-repeat;
    background-position: -117px -327px;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
}
.jingmao-right .user_main .main_more:hover:before{width: 100%;opacity: 0.1;}
.jingmao-right .user_main .main_more:hover:after{animation: scroll_right_anim 1.5s infinite;opacity: 1;right: 16px;}
@keyframes scroll_right_anim {
0% {
transform: translateX(-3px); }
50% {
transform: translateX(3px); }
100% {
transform: translateX(-3px); }
}
.recruitment_list li {
	display: flex;
	justify-content: space-between;
}
.recruitment_list li a {
	color: #333;
}
.recruitment_list li time {
	font-size: 14px;
}

@media (max-width:520px) {
	.jingmao-right .user_main .text ul li {display: block;}
	.jingmao-right .user_main .text ul li p {margin-bottom: 15px;}
	.jingmao-right .user_main .text ul.recruitment_list li {display: flex;}
}

.baom-list li {
	padding: 20px 0;
}

/*  data_service  */

.search-data_bg .container{

	
}

.search-data_bg_w p{ text-align: center; font-size: 0.36rem; color: #0376d0; line-height: 0.4rem; padding:5px 0px}
.search-data_bg_w p span{ font-size: 0.18rem}
.search-data_bg_w{padding: 2% 0px 1% 0px}


.search-data_bg{background: #e6f4ff}

.remind_day {
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.18);
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.4s ease 0s;
    background: #FFFFFF;
    color: #2C2C2C;
}
.remind_day .container .day_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 100px;
}
.service_section {
    padding: 0px 0px 50px; width: 60%; margin: 0 auto;
}

@media (max-width:768px){.service_section{ width:80%
	}}



.service_section .service_title {
    font-weight: 400;
    color: #0376d0;
    line-height: 50px;
    font-size: 34px;
    margin-bottom: .4rem;
}
.form_lest ul li {
    display: inline-block;
    margin-right: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 33px;
    cursor: pointer;
    margin-bottom: 10px;
}
.form_lest ul li.alive {
    color: #0376d0;
}
.form_input input[type="text"] {
    width: 90%;
    height:56px;
    border: 1px solid #D8E0F0;
    border-radius: 4px;
    padding-left: 20px;
    color: #8C93AF;
}
.form_input input[type="submit"] {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 33px;
    background: #0376d0;
    border-radius: 4px;
    height: 54px;
    width: 9%;
	cursor: pointer;
}
.search_records {
    padding-top: 10px;
}
.search_records ul li {
    display: inline-block;
    cursor: pointer;
}
.search_records ul li a {
	font-size: 14px;
    color: #2C2C2C;
}


.data-display .container {
	padding: 0 3%;
}

.data-display .statistics {
    border-bottom: 2px solid #EAECEF;
    padding: 0 0 30px;
}
.data-display .title {
    font-size: 18px;
    position: relative;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 33px;
    padding-left: 10px;
    margin: 20px 0;
}
.data-display .title::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 3px;
    height: 30px;
    background: #0376d0;
}
.data-display .statistics ul {
    overflow: hidden;
}
.data-display .statistics ul li {
	float: left;
    width: 19%;
    height: 130px;
    padding: 26px 0 0 24px;
    position: relative;
	background-size: 100% 100%!important;
	margin-right: 1%;
}
.data-display .statistics ul li:nth-child(1) {
    background: url(../images//icon1.png)no-repeat;
    color: #6E84FA;
}
.data-display .statistics ul li:nth-child(2) {
    background: url(../images//icon2.png)no-repeat;
    color: #FA996E;
}
.data-display .statistics ul li:nth-child(3) {
    background: url(../images//icon3.png)no-repeat;
    color: #F6AB3C;
}
.data-display .statistics ul li:nth-child(4) {
    background: url(../images//icon4.png)no-repeat;
    color: #70BDA3;
}
.data-display .statistics ul li:nth-child(5) {
    background: url(../images//icon5.png)no-repeat;
    color: #8A65F1;
}
.data-display .statistics ul li .statistics_tab {
    font-size: 16px;
}
.data-display .statistics ul li .statistics_tab span {
    font-size: 30px;
    font-weight: bold;
}
.data-display .statistics ul li .statistics_tab p {
    color: #8C93AF;
    font-size: 16px;
}
.data-display .statistics ul li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.data-display .title {
    font-size: 18px;
    position: relative;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 33px;
    padding-left: 10px;
    margin: 20px 0;
}
.analysis_tabs {
    display: block;
    padding: 20px 0;
}
.tabs_clc {
    background-color: #0376d0;
    color: #ffffff !important;
}
.analysis_tabs .tabs_item {
    display: inline-block;
    padding: 0 5px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #0376d0;
    color: #0376d0;
	width: 2rem;
	text-align: center;
	margin-bottom: 10px;
}
.echarts_item {
    display: none;
	/* overflow-x: auto; */
}
.echarts_item::-webkit-scrollbar {
    width: 4px;
	height: 6px;
}
.echarts_item::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
}
.echarts_item::-webkit-scrollbar-track {
	height: 4px;
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}




@media (max-width:1366px) {
	.data-display .statistics ul li {width: 19%;margin-right: 1%;}
}

@media (max-width:992px) {
	.data-display .statistics ul li{width: 32%;margin-right: 2%;height: 2rem;margin-bottom: 10px;}
	.data-display .statistics ul li:nth-child(3n) {margin-right: 0;}
	
	.service_section .service_title {font-size: 28px; margin-bottom: .3rem;}
	.form_input input[type="text"] {height: 50px;}
	.form_input input[type="submit"] {height: 48px;}
}
@media (max-width:768px) {
	.data-display .statistics ul li{width: 49%;margin-right: 1%;height: 1.8rem;}
	.data-display .statistics ul li .statistics_tab span {font-size: 24px;}
	.data-display .statistics ul li:nth-child(3n) {margin-right: 1%;}
	.data-display .statistics ul li:nth-child(2n) {margin-right: 0;}
	.form_input input[type="text"] {width: 80%;height: 46px;}
	.form_input input[type="submit"] {width: 14%;height: 44px;}
	.service_section .service_title {
	    font-size: 24px;
	    margin-bottom: 0.1rem;
	}
	.analysis_tabs .tabs_item {width: 1.5rem;font-size: 14px;}
	.analysis_tabs {padding-top: 0;}
	
	.search-data_bg_w p{ font-size: 0.3rem;}
	
	.search-data_bg_w{padding: 4% 0px 1% 0px}
}

@media (max-width:475px) {
	.form_input input[type="text"] {width: 75%;}
	.form_input input[type="submit"] {width: 23%;}
	.service_section .service_title {font-size: 22px;}
	.search-data_bg_w{padding: 6% 0px 1% 0px}
	.form_lest ul li{margin-right:15px}
}

@media (max-width:415px) {
	.data-display .statistics ul li {width: 100%;background-size: 100% 100%!important;margin-bottom: 10px;height: 1.5rem;}
}

@media (max-width:395px) {
	.analysis_tabs .tabs_item {width: 1.3rem;}
}
@media (max-width:345px) {
	.analysis_tabs .tabs_item {width: 1.2rem;}
}


.Datedetails-index .container {
	max-width: 1600px;
}
.search-index {
	padding: .3rem 0;
}
.Datedetails-index {
	padding: .5rem 0 .3rem 0;
}
.table-tips dl dd {
	float: left;
	font-size: 14px;
	padding: .15rem;
	border: 1px solid #eee;
	width: 15%;
	text-align: left;
	border-right: 0;
	border-bottom: 0;
	border-bottom: 1px solid #eee;
	background: #0376d0;
	color: #fff;
	font-weight: bold;
}
.table-tips dl dd:last-child {
	border-right: 1px solid #eee;
}

.table-center li dl {
	border-bottom: 1px solid #eee;
}
.table-center li dl dd {
	float: left;
	width: 15%;
	font-size: 14px;
	padding: .2rem .15rem;
	color: #2C2C2C;
}
.table-center li dl dd a {
	color: #0376D0;
}
.table-tips dl dd.e-w,.table-center li dl dd.e-w {
	width: 8%;
}
.table-tips dl dd.s-w,.table-center li dl dd.s-w {
	width: 7%;
}
.table-tips dl dd.z-w,.table-center li dl dd.z-w {
	width: 8%;
}

.table-center li:nth-of-type(odd) {
	background: #fbfbfb;
}
.table-center li dl:hover {
	background: #f5fbff;
}

@media (max-width:1600px) {
	.Datedetails-index .container {padding: 0 3%;}
}

@media (max-width:1110px) {
	.table-tips dl dd,.table-center li dl dd {width: 15%;}
	.table-tips dl dd.z-w,.table-center li dl dd.z-w {
		width: 8%;
	}
	.table-tips dl dd.e-w, .table-center li dl dd.e-w
}

@media (max-width:992px) {
	.table-wrap {overflow-x: auto;}
	.table-tips,.table-center {width: 990px;}
	/*.coun-tips,.coun-center {width: auto;}*/
}
.coun-tips dl dd,.coun-center dl dd {
	width: 33.33%!important;
}
.form_input_one>div, .form_input_two>div {
	width: 24%;
	display: inline-block;
}
.Datedetails-index form label {
	display: inline-block;
    width: 75px;
    text-align: center;
}

.Datedetails-index .layui-form-select,.Purchaser input,.form_input_two input {
	display: inline-block;
	width: 75%;
}
.form_input_one input, .form_input_two input {
    height: 40px;
    border: 1px solid #D8E0F0;
    border-radius: 4px;
    padding-left: 20px;
}
.layui-form .layui-form-select dl dd.layui-this {
    background-color: #0376d0;
}
.Datedetails-index form .form_input_two {
    padding-top: 20px;
}
.Datedetails-index form .but {
    text-align: center;
    display: block;
    margin: .3rem 0;
}
.Datedetails-index form .but input{
    background: #0376d0;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    color: #FFFFFF;
    margin: 0 10px;
}

.Datedetails-index form .but button {
    background: #DCEBFF;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    color: #0376d0;
    margin: 0 10px;
}

.layui-form-select dl::-webkit-scrollbar {width: 3px;}
.layui-form-select dl::-webkit-scrollbar-track {
	background-color:#f2f2f2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	opacity: 0.5
}
.layui-form-select dl::-webkit-scrollbar-thumb {
	background-color:#ebebeb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
}

@media (max-width:1366px) {
	.Datedetails-index form label {display: block;text-align: left;margin-bottom: 10px;}
	.Datedetails-index .layui-form-select, .Purchaser input, .form_input_two input {width: 95%;}
}

@media (max-width:768px) {
	.form_input_one>div, .form_input_two>div {width: 49.5%;margin-bottom: 10px;}
	.Datedetails-index .layui-form-select, .Purchaser input, .form_input_two input {
	    width: 100%;
	}
	.table-center li dl dd {padding: .2rem 0 .2rem .1rem;}
	.table-tips dl dd {padding: .15rem 0 .15rem .1rem;}
}

@media (max-width:415px) {
	.form_input_one>div, .form_input_two>div {width: 100%;}
	.Datedetails-index form .form_input_two {padding-top: 0;}
}

/* 数据详情 */
.details-tips {
	color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
	text-align: center;
}
.wyg-modular {
    max-width: 1020px;
    height: auto;
    margin: auto auto 60px auto;
}
.wyg-modular .title {
    display: block;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-left: 25px;
}
.wyg-modular .modular-warp {
    background: #f7f7f7;
    width: 100%;
    height: auto;
    padding: .25rem;
    border-radius: 4px;
	box-shadow: 0 0 3px 0px rgba(0,0,0,.1);
}

.modular-list li dl {
	display: inline-block;
}
.modular-list li {
	overflow: hidden; margin: 10px 0px
}
.modular-list li dl {
	float: left;
	width: 50%

}
.modular-list li dl dd {
	padding: .15rem;
	font-size: 14px; float: left
}
.modular-list li dl.five-w {
	width: 50%;
}
.modular-list li dl.five-w dd:nth-child(2){
	width: 50%
}
.modular-list li dl dd.label {
	width: 20%;
	text-align:left;
	font-size: 14px;
	color: #fff;
}


.title-color-qd {
    background: #3486c0;
}
.wyg-modular .title-color {
    background: #4599d5;
}
.wyg-modular .title-color-hy {
    background: #3bafa6;
}
.wyg-modular .title-color-bz {
    background: #e86199;
}
.wyg-modular .title-color-cy {
    background: #807ec9;
}
.wyg-modular .title-color-jzx {
    background: #47a782;
}

.wyg-one .label {
	background: #3486c0;
}
.wyg-two .label {
	background: #4599d5;
}
.wyg-three .label {
	background: #3bafa6;
}
.wyg-four .label {
	background: #e86199;
}
.wyg-five .label {
	background: #807ec9;
}
.wyg-six .label {
	background: #47a782;
}

@media (max-width:768px) {
	.modular-list li dl.five-w {width: 100%;}
	.modular-list li dl {width: 100%;display: block;overflow: hidden;}
	.modular-list li dl dd {float: left;width: 70%;}
	.layui-laypage-limits,.layui-laypage-count {display: none!important;}
}
@media (max-width:540px) {
	.modular-list li dl dd {width: 60%;}
}
@media (max-width:415px) {
	.modular-list li dl dd {float: inherit;width: 100%!important;text-align: left;}
	.modular-list li dl dd.label {text-align: left;}
}

.table-center li.error {
	text-align: center;
	padding: .2rem 0;
	border-bottom: 1px solid #eee;
}

.Datedetails-index .layui-table-page {
    text-align: center;
    padding: 20px 0;
}

@media (max-width:375px) {
	.layui-laypage-skip {display: none!important;}
}
/*分页*/
/*page-number*/
.page_num{width:100%;margin:auto;text-align:center;margin-top:0.2rem;}
.page_num span{display:inline-flex;color:#fff;font-size:0.14rem;text-transform:capitalize;padding:0;vertical-align:middle;width:36px;height:36px;line-height:100%;transition:all .5s;position:relative;text-align: center;border-radius:0;border:2px solid #0376d0;align-items: center;justify-content: center;background: #0376d0;border-radius: 0 0.1rem 0 0.1rem;}
.page_num a{background:#fff;padding:0;display:inline-flex;text-transform:capitalize;font-size:0.12rem;position: relative;z-index: 0; vertical-align:middle;line-height:100%;transition:all .5s;color:#555;border-radius:0;width:36px;height:36px;text-align: center;border:1px solid #e5e5e5;align-items: center;justify-content: center;}
.page_num a:hover{text-decoration:none;color:#fff;border-color:#f3871e;border-radius:0px;background: #f3871e;}
.page_num a i{line-height:32px;}
.page_num p{display:block;font-size:0.14rem;margin:0;margin-top:15px;color:#808080;}
.page_num p:before{content:'[';padding-right:3px;}
.page_num p:after{content:']';padding-left:3px;}
.page_num p strong{display:inline-block;margin:0 5px; color:#333;}

@media only screen and (max-width: 768px) {
	.page_num{border-radius: 0;text-align: center;padding:0;margin-top:10px;border-radius:5px;}
	.page_num a , .page_num span{width: 30px;height:30px;line-height:30px;font-size:0.12rem;}
	.page_num a i{line-height: 30px;}
	.page_num p{float: none;display: block;font-size: 0.14rem;}
}




.page_date:before {
    content: '';
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../images/data_img.png) no-repeat;
    width: 15px;
    height: 15px;

}
.danye-tip-p{ text-align: center;border-bottom:1px dashed #e1dede; margin-bottom: 20px; padding-bottom: 10px;}

/*page-turning*/
.navigation{width:100%;list-style:none;margin-top:0.2rem;padding-top:10px;border-top:1px solid #e5e5e5;}
.navigation li{width:calc(100% - 0px);float:left;text-align:left;margin-bottom:10px;}
/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a{padding-top:5px;padding-bottom:5px;position:relative;display:block;transition:all .5s;padding-left:65px;background:#fff;border-radius: 0; }
.navigation li a:hover{text-decoration:none;border-color:#333333;border-radius: 0;}
/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before{
	font-family:'FontAwesome';font-size:24px;position:absolute;top:50%;width:40px;height:40px;line-height:39px;border-radius:0;text-align:center;transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .5s;background-color:#fff;}
.navigation li.prev_post a:before{left:10px;content:"\f106";}
.navigation li.next_post a:before{left:10px;content:"\f107";}
.navigation li a:hover:before{color:#fff;background: #f3871e;}

.navigation li a .meta_nav{display:inline-block;font-size:0.18rem;text-transform:capitalize;color:#333;margin-bottom:0.05rem;line-height:0.2rem;transition:all .5s; }
.navigation li a:hover .meta_nav{color:#f3871e;opacity: 1;}
.navigation li a .post_title{font-size:0.14rem;overflow:hidden;line-height:0.2rem;max-height:40px;margin:0;transition:all .5s;font-weight: normal;color: #808080;   }
.navigation li a:hover .post_title{color:#f3871e;}


.navigation.news_navigation{ border-top: none  }
.navigation.news_navigation li a{ background:#f7f7f7}
@media only screen and (max-width: 768px) {
	.navigation{margin-bottom:0;}
	.navigation li{width:100%;border-radius:0;padding:0;margin-bottom:15px;}
	.navigation li.prev_post a{padding-left:50px;border-radius: 5px;}
	.navigation li.next_post a{padding-left:50px;border-radius: 5px;}
	.navigation li.prev_post a:before{left:0;}
	.navigation li.next_post a:before{left:0;}
	.navigation li a:before{width:40px;height:40px;line-height:40px;}
	.navigation li a .meta_nav{ color:#333;margin-bottom: 0;}
	.navigation li a{padding-top:0;padding-bottom:0;padding-right:10px;}
	.navigation li a .post_title{font-size:0.12rem;}
}



.news-detail-download{list-style:none;margin-top: 30px;border-top: 1px solid #f7f7f7;padding-top: 20px;}
.news-detail-download li{margin-bottom: 15px;}
.news-detail-download li.title{display: block;background: none;padding:0;margin-bottom: 15px;font-size: 20px;font-weight: bold;color: #4d4d4d;box-shadow: none;line-height: 120%;}
.news-detail-download li a{display: flex;align-items: center;color: #23509b;background: #f7f7f7;padding:8px 10px;transition:all .5s;}
.news-detail-download li:hover a{transform:translate3d(0,-1px,0);-webkit-transform:translate3d(0,-1px,0);background: #fff;box-shadow:0 5px 9px rgba(0,0,0,0.08);}
.news-detail-download li a em{color: #23509b;font-size: 14px;line-height: 20px;margin-left: 10px; font-style: normal}
.news-detail-download li a .down_icon{min-width:27px;height: 30px;background: url(../images/icon_down.png) no-repeat;max-width: 27px;}
.news-detail-download li a .down_icon.down_docx{background-position: -141px 0;}
.news-detail-download li a .down_icon.down_pdf{background-position: -70px 0;}
.news-detail-download li a .down_icon.down_zip{background-position: -35px 0;}

@media only screen and (max-width: 768px) {
	.news_detail_info .news_detail_title{display: block;}
	.news_detail_info .news_detail_title em.title{font-size: 18px;padding-right: 0;}
	.news_detail_info .txt{font-size: 14px;}
	.news-detail-download li a em{font-size: 12px;}
	.news-detail-download li.title{font-size: 18px;}
}







/* 政府申报 */
.apply-wrap .layui-table-page {
	text-align: center;
}
.apply-list {margin-top: 15px;}
.apply-wrap li {
	display: flex;

	padding: 15px 0;
	margin-bottom: 15px;
	padding: 20px;
	background: #f4fdff;
}
.apply-wrap li:last-child {border-bottom: 0;}
.apply-wrap li:hover {

	background:#e5f9fd
}
.apply-wrap li .apply-left {
	padding-right: 20px; width: 100%
}
.apply-wrap li .apply-left h2 a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	color: #333;
	margin-bottom: 10px;
}
.apply-wrap li .apply-left h2 a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #0376D0;
	border-radius: 50%;
	position: absolute;
	left: 0;top: 7px;
}
.apply-wrap li .apply-left h2 a:hover {
	color: #0376D0;
}
.apply-wrap li .apply-left p.text-l {
	font-size: 14px;
	line-height: 24px;
	
	transition: height 1s ease-out;
}
.zkmore{
	text-align:center;
	padding-top: 10px;
	width: 70px;
	margin: auto;
}
.zkmore .sm_open,.zkmore .sm_close{
	position:relative;
	cursor: pointer;
	color: #0376d0;
}
.zkmore .sm_open i{
	position:absolute;
	width:10px;
	height:14px;
	background: url(../images/down.png) center center no-repeat;
	top:3px;
	margin-left: 5px;
}
.zkmore .sm_close i{
	position:absolute;
	width:10px;
	height:14px;
	background: url(../images/top-l.png) center center no-repeat;
	top: 3px;
	margin-left: 5px;
}
.apply-wrap li .apply-left p.text-l.on{height: auto;transition: height 1s ease-out;}
.zkmore .sm_close{display:none}
.zkmore.on .sm_close{display:block;}
.zkmore.on .sm_open{display:none;}

.apply-anniu {
	display: flex;
	align-items: center;
	justify-content: center;
}
.apply-anniu a {
	display: inline-block;
	width: 1.5rem;
	height: 1.1rem;
	background:#3ed0f1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-left: 10px;
}
.apply-anniu a.zixun {
	background:#0376d0;
}
.apply-anniu a:hover {
	color: #fff;
}
.date {
	margin-left: 10px;
	color: #333;
	line-height: 22px;
	margin-top: 10px;
	font-weight: bold;
}

@media (max-width:992px) {
	.apply-wrap li {display: block;}
	.apply-anniu {justify-content: flex-start;}
}

/* 入网申请 */
.network-list {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.network-list li {
	width: 390px;
	float: left;
	padding: 0 20px;
}
.network-list li h4 {
	font-size: 16px;
	color: #333;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	min-height: 45px;
}
.network-list li h4::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #0376d0;
	border-radius: 50%;
	position: absolute;
	top: 6px;left: 0;
}
.network-list li dd {
	max-width: 350px;
	height: 40px;
	background: #0376d0;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	margin: 10px 0;
}
.network-list li dd a {
	display: block;
	color: #fff;
}
.network-list li>dl>i {
	display: block;
	width: 15px;
	height: 25px;
	margin: auto;
	background: url(../images/lc.png) center center no-repeat;
}
.network-list li p {
	color: #333;
	font-weight: bold;
	margin-top: 20px;
}

.banli-wrap {
	border-radius: 10px;
	padding: 50px;
	max-width: 990px;
	background: #fff;
	position: absolute;
	top:25%;left: 0;right: 0;
	margin: auto;
	z-index: 999999;
	display: none;
}
.banli-wrap i {
	float: right;
}
.banli-wrap h2 {
	margin: 50px 0 30px 0;
	text-align: center;
	font-size: 18px;
}
.btn-list {
	display: flex;
	justify-content: center;
}
.banli-wrap a {
	display: inline-block;
	width: 1.6rem;
	height: 40px;
	line-height: 40px;
	background: #01AAED;
	text-align: center;
	border-radius: 5px;
	margin: 0 10px;
	color: #fff;
}
.top_overly {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
    backdrop-filter: blur(40px);
}

@media (max-width:992px) {
	.network-list li {width: 300px;}
}

@media (max-width:550px) {
	.network-list {display: block;}
	.network-list li {margin-bottom: 20px;padding: 0;}
	.network-list li,.network-list li dd {width: 100%;max-width: 100%;}
}


/* 招聘信息 */
.zhaox-wrap .send_column{
    box-shadow: none;
    margin: auto;max-width: 1000px;
    /*border: 2px solid #eee;*/
    padding: 20px 0px;
    /*background:#eee*/
}
.zhaox-wrap_p {font-size: 32px;
    color: #333333;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    position: relative;
    z-index: 2;
    display: block;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    font-style: normal;}
.send_column ul li {
    margin-bottom: 20px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.zhaox-wrap .send_column ul li span:before{ background-image:none}

.zhaox-wrap #email_form .list li label.title{background:none}
.zhaox-wrap .send_column ul li .title{font-weight: normal;font-size: 15px;line-height: 20px;display: block;position: inherit!important;left: 0!important;padding: 0!important; margin-bottom: 10px; color: #222}
.zhaox-wrap .send_column ul li .title i{color: red;font-style: normal;}
.zhaox-wrap .send_column ul li textarea{padding-left: 10px;box-shadow: none;}
.zhaox-wrap .send_column ul li input{padding-left: 10px;height: 36px;line-height: 34px;box-shadow: none;}
.zhaox-wrap .send_column ul li span{display: inline-block;color: #808080;font-size: 14px;line-height: 20px;margin-top: 5px;}
.zhaox-wrap .send_column ul li span i{font-style: normal;color: #23509b;}
.zhaox-wrap .send_column ul li .form_select{position:relative;display: block;width: 100%;z-index: 5;background:#fff;margin: 0;}
.zhaox-wrap .send_column ul li .form_select:before{display: none;}
.zhaox-wrap .send_column ul li select{border:1px solid #ccc;height: 36px;line-height: 34px;width: 100%;background-color:transparent;padding-left:10px;color:#808080;Appearance:none;-webkit-appearance:none;font-size: 14px;border-radius: 5px;}
.zhaox-wrap .send_column ul li .form_select:after{content:"\f107";font-family:'FontAwesome';position:absolute;right:10px;line-height:16px;font-size:20px;color:#808080;top:11px;z-index:-1;}
.zhaox-wrap .recru_content_list{border-top: 1px solid #eee;padding-top: 20px;margin-top: 10px;}
.zhaox-wrap .recru_content_list li.title{font-size: 20px;font-weight: bold; color:#333}

.recru_add{margin-bottom: 30px;}
.recru_add .main_more{margin:0;padding-left: 40px;padding-right: 40px;}

@media only screen and (max-width: 768px){
	.zhaox-wrap .send_column{padding:30px 10px;border-width: 1px;}
	.zhaox-wrap .send_column ul li{padding: 0 5px;}
	.zhaox-wrap .send_column ul li .title{font-size: 14px;font-weight: bold;}
	.zhaox-wrap .main_title em{font-size: 24px;}
	.zhaox-wrap #email_form .send{margin-top: 10px;}
}


.forgeign-tips dl dd,.table-forgeign li dl dd{
	width: 12.5%;
}
.forgeign-tips dl dd.w-s {
	width: 14.5%;
}
.forgeign-tips dl dd.w-y {
	width: 11.5%;
}
/* 预报名弹出框*/
.theme-popbod {text-align: center; padding: 20px;}
.theme-popbod em{font-size: 26px; text-align: center; color: #222; font-weight: bold;font-style: normal; margin: 20px 0px}
.theme-popover-mask {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  display: none;
}


.theme-popover{
        border: 3px solid rgba(255,255,255,.5);
        z-index:99999999999999;
        position:fixed;
        top:50%;
        left:50%;
        width:800px;
        max-width: 90%;

        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display:none;
        background:#fff;
        padding:10px 30px 30px 30px;
        background:#fff no-repeat center;
        -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;
    }

.tc-dy-search * {
  transition: all 0.3s ease 0s;
}
.theme-poptit {


  margin:20px 0 0 5px;
  vertical-align: top; text-align: center;
}
.tc-dy-search-c{font-size:14px; line-height:26px; max-height: 500px; overflow-y: scroll}
.theme-poptit a{ color:#222; display:block; text-align:center; margin:0 auto}

#closeModal {background:#e1e1e1; color: #222; font-weight: bold; font-size: 16px;width: 100%; padding: 8px 0px}
.successfully{margin:2% 0px}
.successfully p{ text-align: center; margin: 20px 0px; font-size: 18px}
.successfully p span{ font-weight: 700}
.successfully p a{padding: 10px 20px;

    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #0376d0;
    cursor: pointer;
}


/*chatgpt*/
.chat_question_2{ background: #fff; border-radius: 20px; box-shadow: -6px 7px 29px 0px rgb(54 72 108 / 8%); padding:2%; margin: 2% 0px; }
.chat_question_2>p{text-align: center}

.chat_question_u{ font-size:30px; color:#222; margin-bottom: 1%}
.chat_question_p{font-size:20px; color:#454343}
.chat_question_p a{color: #0376d0}
.chat_question_p span{margin: 0px 10px;}
@media only screen and (max-width: 680px){

	.chat_question_u{ font-size: 24px}
	.chat_question_p span{display: block}
	.chat_question_2{margin: 4% 0px;}

}
@media only screen and (max-width: 580px){

	.chat_question_u{ font-size: 18px}
	.chat_question_p span{display: block}
	.chat_question_2{margin: 4% 0px;}

}

/*海关数据搜索页面*/
.data_service_section { background:linear-gradient(0deg, #E6F4FF, #F6FBFF); padding-top: 2%}
.search-data_bg .form_lest li{font-size: 16px}
.search-data_bg .form_lest ul li.alive{color: #0376d0}



.register_now{width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #faa707;
    cursor: pointer; display: block; margin: 20px auto}

.remind{ color:#F80105; margin-top: 5px; font-size: 14px}

.jilu-center .remind_2{width:70%; margin: 0 auto;
}



/*温馨提示*/
.register_email_column{ text-align: center}
.register_email_column .icon {
    opacity: 0.3; 
}
.register_email_column em {
    color: #333;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 28px;
    margin-top: 10px;
    line-height: 140%; font-style: normal
}

.register_email_column p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
}

/*展会预报名列表*/
.pre_registration .table-tips dl dd{ padding: .1rem; background:#ececf1; color: #222 }
.pre_registration .table-center li dl dd a{color: #2C2C2C}
.pre_registration .table-center li dl dd{padding: 0.1rem }
.pre_registration .table-tips dl dd.e-w{width:15%!important; text-align: center}
.pre_registration .table-tips dl dd.s-w{width:40%!important;text-align: center}
.pre_registration .coun-center dl dd.e-w{width:15%!important;text-align: center}
.pre_registration .coun-center dl dd.s-w{width:40%!important;text-align: center}

/*展会预报名伸缩列表*/
/*FAQ*/
.page_faq_l{list-style:none;}
.page_faq_l li.question{position:relative;}
.page_faq_l li.question .column{overflow:hidden;padding:5px 0px;cursor: pointer; border-bottom: 1px dashed #E7E7E7}
.page_faq_l li.question .column > i{display:inline-flex;width:32px;height:32px;margin-right:10px;float:right;border-radius:50%;position:relative;text-align:center;margin-top:1px;font-style:normal;background:#e5e5e5;align-items: center;justify-content: center;}
.page_faq_l li.question .column > i:before{content:'';display: inline-block;background:url(../images/faq_icon1.png) no-repeat; width: 14px;height: 14px;}
.page_faq_l li.question .column > em{margin:0;display:inline-block;max-width:80%;line-height:24px;margin-top:5px;float:left;color:#333333;font-size:16px; font-weight: bold; font-style: normal}
.page_faq_l li.answer{color:#808080;font-size:14px;line-height:24px;overflow:hidden;padding:8px 0px;display:none;}
.page_faq_l li.answer a{text-decoration:underline;}
.page_faq_l li.answer a:hover{color:#ff5e10;}
.page_faq_l div.clearfix{height:15px;display:block;}
.single-page .text ul {
    padding-left: 20px;
}

.page_faq_l li .column.rotate > i:before{background:url(../images/faq_icon2.png) no-repeat;}
@media only screen and (max-width: 768px) {
	.page_faq_l li.question .column > em{font-size:14px;margin-top:4px;line-height:20px;}
	.page_faq_l li.question .column > i{width:28px;height:28px;}
	.page_faq_l li.question .column > i:before{line-height:28px;}
}
@media only screen and (max-width: 480px) {
	.page_faq_l li.question{background-image:none;padding:0;}
	.page_faq_l li.question .column{border-radius:10px}
	.page_faq_l li.answer{padding:15px 0 10px 0;font-size: 13px;}
	.page_faq_l li.question .column > em{max-width:82%;font-size: 14px;font-family:Arial, Helvetica, sans-serif; }
}

.question_content li {
   
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f7f7f7;
 padding: 5px 0px; color: #222
}


.question_content{
    list-style: none;
   
}

.question_content li p {
    margin: 0;
    min-width: 20%;
    font-size: 14px;
    letter-spacing: 2px;
    color: #222;
    margin-right: 15px;
    line-height: 24px;
}


.question_content li span {
    width: 70%;
    line-height: 24px;
}

/*8月9日 添加留言相关页面*/
/* user-wrap */
.user-wrap {
	font-size: 16px;
	color: #333;
}
.user-wrap .user-title {
	margin-bottom: 10px;
}
.user-wrap p {
	text-indent: 2em;
	line-height: 30px;
}
.zixun-wrap {
	margin-top: .3rem;
}
.zixun-wrap .zx-wt {
	font-weight: bold;
	color: #333;
}
.zixun-wrap .form-list li label {
	color: #333;
	margin-top: 0;
}
.zixun-wrap .form-list li {
	display: flex;
	align-items: center;
}
.zixun-wrap .form-list li .title-one {
	color: #333;
}
.zixun-wrap .form-list li input.radio {
	width: 40px;
}
.zixun-wrap .form-list li .wenjian {
	display: inline-block;
	color: #0376d0;
}
.zixun-wrap .form-list li .file-list {
	display: flex;
	align-items: center;
}
.zixun-wrap .form-list li .file-list .file-input {
	border: none;
	padding-left: 0;
}
.zixun-wrap .form-list li .file-list label {
	text-align: left;
	width: 80px;
}

@media screen and (max-width:450px) {
	.zixun-wrap .form-list li {display: block;}
}
.problem-wrap .form_input_one>div,.problem-wrap .form_input_two>div {width: 100%;margin-top: 10px;}

.problem-wrap .layui-form-select {
	display: inline-block;
	width: 22%;
}
/* .problem-wrap .form_input_one .Year {
	width: 75%!important;
}
.problem-wrap .form_input_one .but {
	width: 24%!important;
} */
.problem-wrap .form_input_one .but input,.problem-wrap .form_input_one input.cx {
	background: #0376d0;
	border-radius: 4px;
	width: 1.2rem;
	height: 40px;
	color: #FFFFFF;
	margin: 0 .1rem;
	padding: 0;
}
.problem-wrap .form_input_one input.cx {margin: 0;}
.problem-wrap .form_input_one .but button,.problem-wrap .form_input_one .but .zixun-bt,.problem-wrap .form_input_one .but .sc {
	display: inline-block;
	background: #DCEBFF;
	border-radius: 4px;
	width: 1.2rem;
	height: 40px;
	line-height: 40px;
	color: #0376d0;
	margin: 0 .1rem;
	text-align: center;
}
.problem-wrap .tips-p {
	text-align: center;
	line-height: 30px;
	margin: 20px 0;
}
.problem-center {
	padding: 15px;
	
	margin-top: 20px;
}

.problem-list {
	display: flex;
}

.problem-bg{background:#eff3f8; padding: 10px; margin-bottom: 15px }
.problem-list p {
	width: 33.33%;

}
.problem-list a {color: #0376d0;}
.problem-huifu {
	margin: 10px 0;
}
.problem-huifu p.text {
	line-height: 24px;
}
.zixzhan-wrap_i{ padding: 0px 15px}
.huifu-center {margin: 10px 0;line-height: 24px;word-break:break-word}
.huifu-center label,.canyue label {display: block; color: #0376d0;}
.canyue p {line-height: 24px;margin-top: 5px;}
.problem-wrap .layui-form {text-align: center;}

@media screen and (max-width:1200px) {
	.problem-wrap .form_input_one .Year,.problem-wrap .form_input_one .but {width: 100%!important;text-align: center;}
	.problem-wrap .form_input_one .but input,.problem-wrap .form_input_one .but button,.problem-wrap .form_input_one .but .zixun-bt,.problem-wrap .form_input_one .but .sc {width: 85px;margin-top: 10px;}
}

@media screen and (max-width:992px) {
	.problem-list {display: block;}
	.problem-list p {display: inline-block;width: 49%;}
}

@media screen and (max-width:895px) {
	.problem-wrap .layui-form-select {width: 18%;}
}
@media screen and (max-width:675px) {
	.problem-wrap .form_input_one .Year, .problem-wrap .form_input_one .but {text-align: left;}
	.problem-wrap .layui-form-select,.problem-wrap .form_input_one input {width: 100%;margin-top: 5px;}
	.problem-wrap .form_input_one input.cx,.gj {display: block; margin-top: 5px;}
}
@media screen and (max-width:600px) {
	.problem-list p {width: 100%;}
}

.tishi {text-align: center;margin: 10px 0;}
.tishi label {color: #0376d0;}
.chaxun-liet {
	display: flex;
	justify-content: space-between;
	padding:8px;
	border-bottom: 1px solid #eee;
	margin-bottom: 2px;
	background: #d1d9e2
}
.liuyan {
	text-align: right;
}
.liuyan a {
	color: #0376d0;
}


.bianma-table {margin-top: 20px;}
.bianma-table dd {
	text-align: center!important;
}
.bianma-table dd.bm-t {
	width: 20%;
}
.bianma-table dd.bm-s {
	width: 30%;
}
.problem-wrap .layui-table-page {
    text-align: center;
    padding: 20px 0;
}
.bianma-tips {
	line-height: 28px;
}
.bianma-tips a {margin-right: 5px; color: #0376d0; text-decoration: underline}
.bianma-tips a:hover {
	text-decoration: underline;
	color: #f30202;
}
.bianma-tips label {
	color: #0376d0;
}
.bianma-table .table-tips dl dd span {
	color: #faa707;
}
.direc-table dd.di-six {
	width: 6%;
}
.direc-table dd.di-tt {
	width: 22%;
}
.direc-table dd.di-ten {
	width: 10%;
}

.chemistry-wrap em {
	display: block;
	text-align: center;
	font-style: normal;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
.chemistry-wrap .chemistry-tips {
	font-size: 16px;
	padding: 8px 15px;
	background: #e5f2ff;
	font-weight: bold;
	margin: 10px 0;
}
.chemistry-wrap p {
	line-height: 34px;
	margin: 5px 0;
}
.chemistry-wrap p label {
	display: inline-block;
	width: 115px;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
}

@media screen and (max-width:410px) {
	.chemistry-wrap p label {display: block;text-align: left;}
}

.wenda-center p {font-size: 14px;}
.wenda-center .problem-list p {width: 100%;font-size:14px;color: #333;}
.wenda-center .problem-huifu {margin-bottom: 10px;border-bottom: 1px solid #eee;padding-bottom: 10px;}

.ly-jilu {
	margin: 20px 0;
}
.ly-jilu .jilu-tips {
	color: #0376d0;
}
.ly-jilu .ly-tips {
	margin: 10px 0;
	text-align: center;
}
.jilu-center {
	width: 90%;
	margin: auto;
	background: #f3f9ff;
	padding: .15rem;
}
.jilu-wrap {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jilu-wrap label {
	width: 90px;
	color: #0376d0;
	margin-right: .2rem;
}
.jilu-wrap p {
	margin-left: .3rem;
	display: flex;
	align-items: center;
}
.jilu-wrap p input.text-input {
	padding:5px 10px;
	margin-right: .2rem;
}
.jilu-wrap p input.radio {width: 40px;}
.jilu-center .liuy {
	display: block;
	width: 70%;
	min-height: 2rem;
	margin:15px auto;
}
.jilu-center .user_send {
	position: relative;
	height: 42px;
	display: block;
	line-height: 42px;
	background: #faa707;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 5px;
	margin-top: 10px;
	text-align: center;
	width: 90px;
	margin: auto;
}
.jilu-center .user_send input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
}
.jilu-center .user_send:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -2px;
    background: url(../images/icon.png) no-repeat;
    background-position: -211px -103px;
}

.wenda-wrap .jilu-center {
	width: 100%;
}


@media screen and (max-width:992px) {
	.jilu-center {width: 100%;}
	.jilu-wrap {display: block;text-align: center;}
	.jilu-wrap p {justify-content: center;margin-top: 10px;margin-left: 0;}
	.jilu-center .liuy {width: 90%;}
}

@media screen and (max-width:510px) {
	.jilu-wrap p {display: block;}
	.jilu-wrap p input.text-input {display: block;margin:10px auto;width: 80%;}
}

.zixzhan-wrap label {
	display: block;
	color: #0376d0;
	margin: 20px 0 10px 0;
}
.zhan-center {
	background:#eff3f8;
	padding: 10px;
	font-size: 14px;
}
.zhan-list {
	padding: 10px;
	color: #333;
	line-height: 26px;
}
.zhan-text {
	padding: 10px;
	background: #fff;
	line-height: 26px;
	color: #333;
}
.wenda-wrap .problem-center{margin-top:0px; padding:0px}
.problem-wenda {background:#eff3f8; padding: 15px}
.problem-wenda  .problem-list{background:#d1d9e2;padding:8px; margin-bottom:5px}
.chemistry-wrap table{width:100%!important}
.jingmao-right table {width:100%!important; word-wrap: break-word}
.Datedetails_spe {max-width: 1300px; margin:0 auto}