@charset "utf-8";
@import url(w.css);

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

#bsWXBox {
	box-sizing: content-box;
}

ul {
	list-style: none;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

html {
	font-size: 1px;
}

body {
	font-family: 'Microsoft YaHei', arial;
	font-size: 14rem;
	color: #666666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #666666;
}

a:hover,
a:active,
a:focus {
	color: #666666;
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0;
	color: #888;
	outline: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
	-webkit-appearance: none;
}

input,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: #adadad;
}

:-moz-placeholder {
	color: #adadad;
	opacity: 1;
}

::-moz-placeholder {
	color: #adadad;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #adadad;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: '';
	line-height: 0;
	font-size: 0;
	display: block;
}

/*图片垂直水平居中*/
.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pic img {
	transition: 0.5s;
}

.pic:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1440rem;
}

@media (max-width: 1600px) {
	.container {
		width: 1214px;
	}
}

@media (max-width: 1440px) {
	.container {
		width: 1100px;
		padding: 0 15px !important;
	}
}

#container {
	overflow: hidden;
}

.inmain {
	padding-top: 122px;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80;
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666666;
}

.prompt span a {
	text-decoration: underline;
}

.prompt .prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer;
}

#Privacy {
	z-index: 6669999;
	position: fixed;
	width: 600px;
	background: #fff;
	border: 4px solid rgba(0, 0, 0, 0.15);
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -300px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#Privacy .dialog_header {
	width: 100%;
	position: relative;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f3;
}

#Privacy .dialog_header .title {
	width: 100%;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
}

#Privacy .dialog_header .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #c5c5c5;
	cursor: pointer;
}

#Privacy .privacy_policy_title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#Privacy .p-1 {
	font-size: 20px;
}

#Privacy .p-2 {
	font-size: 16px;
}

#Privacy .privacy_content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 380px;
	padding: 20px 30px;
	overflow: auto;
}

#Privacy .privacy_footer {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

#Privacy .close_btn {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	min-width: 200px;
	height: 40px;
	background: #017cc4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

@media (max-width: 768px) {
	#Privacy {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
}

#liuyan {
	background: #fff;
	border-radius: 8px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	text-align: left;
	padding-bottom: 0 !important;
}

#liuyan .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 26px;
	right: 26px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	color: #c5c5c5;
	font-weight: lighter;
	cursor: pointer;
}

#liuyan .bt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;
	color: #1461a9;
	border-bottom: 1px solid #e8e8e8;
}

.layui-layer-btn-submit {
	padding: 0 20rem 30rem 20rem !important;
}

.layui-layer-btn-submit a {
	width: 100%;
	margin: 0 !important;
	margin-top: 0 !important;
}

.gongyongbiaodan {
	padding: 19px 0;
}

.gongyongbiaodan li {
	margin-bottom: 14px;
	position: relative;
}

.gongyongbiaodan li .selectric-items,
.gongyongbiaodan li .selectric,
.gongyongbiaodan li .selectric-input {
	display: none;
}

.gongyongbiaodan li select {
	display: block;
}

.gongyongbiaodan li input,
.gongyongbiaodan li select,
.gongyongbiaodan li textarea {
	height: 42px;
	border: solid 1px #e7e7e7;
	width: 100%;
	background: none;
	padding: 0 13px;
	font-size: 14px;
	border-radius: 5rem;
	color: #adadad;
}

.gongyongbiaodan li input:focus,
.gongyongbiaodan li select:focus,
.gongyongbiaodan li textarea:focus {
	border-color: #1781c6;
	-webkit-box-shadow: 0 0 10rem 0 rgba(23, 129, 198, 0.1);
	box-shadow: 0 0 10rem 0 rgba(23, 129, 198, 0.1);
}

.gongyongbiaodan li textarea {
	padding: 10px 12px;
	height: 152px;
}

.gongyongbiaodan li .doce {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 100%;
	border-left: solid 1px #e7e7e7;
}

.gongyongbiaodan li select::-ms-expand {
	display: none;
}

.gongyongbiaodan li select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url(../images/xiala.png) no-repeat scroll 95% center;
	background-size: 17px;
	background: #ffffff\9\0;
}

.gongyongbiaodan li .submit {
	font-size: 14px;
	display: block;
	line-height: 42px;
	background-color: #2986d2;
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.gongyongbiaodan li .submit:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: linear-gradient(77deg, #2dad69 0%, #5fc974 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transition: 0.5s;
	z-index: -1;
}

@media (min-width: 1025px) {
	.gongyongbiaodan li .submit:hover:after {
		width: 500px;
		height: 500px;
		border-radius: 0;
		transform: translate(-50%, -50%);
	}
}

#liuyan1 {
	width: 1000rem;
}

.txlist li {
	width: 14.28571429%;
	float: left;
	padding: 0 10rem;
	margin-bottom: 20rem;
}

.txlist li .pic:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

@media (min-width: 1025px) {
	.txlist li:hover .pic:before {
		border: 1px solid #247ac2;
	}
}

.txlist .active .pic:before {
	border: 5px solid #247ac2;
}

@media (max-width: 768px) {
	#liuyan1 {
		width: 320px;
	}

	.txlist li {
		width: 33.33333333%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

#dingyue {
	background: #fff;
	background-size: 100%;
	border-radius: 8px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	width: 500rem;
}

#dingyue .bt {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 4px;
	color: #1461a9;
}

#dingyue .p {
	font-size: 14px;
	color: #adadad;
	padding-bottom: 29px;
	text-align: center;
}

#dingyue .input {
	position: relative;
}

#dingyue .input input {
	width: 100%;
	height: 42px;
	border-radius: 8px;
	padding: 0 112px 0 12px;
	background: none;
	border: solid 1px #e7e7e7;
}

#dingyue .input a {
	width: 101px;
	line-height: 42px;
	background-color: #2986d2;
	border-radius: 8px;
	border: solid 1px #e7e7e7;
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	color: #fff;
	text-align: center;
}

@media (min-width: 1025px) {
	#dingyue .input a:hover {
		background-color: #2dad69;
	}
}

.top1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1212;
	transition: 0.7s;
	background: #fff;
}

.top {
	border-bottom: 1px solid rgba(182, 198, 210, 0.29);
	height: 54px;
}

.top .logo {
	padding: 0;
	float: left;
	margin-top: 5px;
}

.top .logo a {
	display: block;
	position: relative;
}

.top .logo a img {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	z-index: 5;
	transition: 0.5s;
}

.top .right {
	float: right;
	line-height: 30px;
	padding-top: 12px;
}

.top .right .login {
	float: right;
	margin-right: 36px;
	position: relative;
}

.top .right .login .avatar {
	overflow: hidden;
	height: 30px;
	display: block;
	background: url(../images/login.png) no-repeat center left;
	background-size: 16px;
	padding-left: 21px;
	color: #8294a3;
}

@media (min-width: 1025px) {
	.top .right .login a:hover {
		color: #017cc4;
	}
}

.top .right .login .header-sign {
	position: absolute;
	top: 30px;
	left: -163px;
	padding-top: 10px;
	opacity: 0;
	display: none;
	z-index: 55555;
}

@media (min-width: 1025px) {
	.top .right .login:hover .header-sign {
		display: block;
		opacity: 1;
	}
}

.top .right .login .header-sign.active {
	opacity: 1;
	display: block;
	z-index: 1001;
}

.top .right .login .drop-down-sign {
	background: #eef4fa;
	border-radius: 8px;
	display: flex;
	display: -webkit-flex;
	padding: 32px 12px;
	width: 407px;
	font-family: arial;
	box-sizing: border-box;
}

.top .right .login .drop-down-sign-item {
	flex: 1;
	text-align: center;
	padding: 0 10px;
}

.top .right .login .drop-down-sign-item:nth-child(1) {
	border-right: 1px solid #e1e8eb;
}

.top .right .login .drop-down-sign-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #4e5861;
}

.top .right .login .drop-down-sign-btn {
	display: inline-block;
	color: #ffffff !important;
	padding: 0 20px;
	background: #017cc4;
	margin-top: 15px;
	border-radius: 3px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.top .right .login .drop-down-sign-btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: linear-gradient(90deg, #2dad69, #34c778);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transition: 0.5s;
	z-index: -1;
}

.top .right .login .drop-down-sign-btn:hover {
	color: #fff;
}

.top .right .login .drop-down-sign-btn:hover:after {
	width: 800px;
	height: 800px;
	border-radius: 0;
	transform: translate(-50%, -50%);
}

.top .right .login .arrow {
	position: absolute;
	left: 170px;
	overflow: hidden;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid dashed dashed dashed;
}

.top .right .login .arrow-border {
	top: -10px;
	border-color: transparent transparent #ffffff white;
	opacity: 0;
}

.top .right .login .arrow-background {
	top: -9px;
	border-color: transparent transparent #ecf3fa transparent;
}

.top .right .login.active {
	display: none;
}

.top .right .login.active a {
	max-width: 106px;
	position: relative;
	padding-left: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.top .right .login.active a .pic {
	width: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.top .right .phone {
	float: right;
}

.top .right .phone a {
	overflow: hidden;
	display: block;
	background: url(../images/phone.png) no-repeat center left;
	padding-left: 20px;
	color: #8294a3;
	background-size: 14px;
}

@media (min-width: 1025px) {
	.top .right .phone a:hover {
		color: #017cc4;
	}
}

.top .right .en {
	float: right;
	margin-right: 32px;
}

.top .right .en a {
	overflow: hidden;
	height: 30px;
	display: block;
	color: #8294a3;
	background: url(../images/en.png) no-repeat center left;
	background-size: 15px;
	padding-left: 22px;
}

@media (min-width: 1025px) {
	.top .right .en a:hover {
		color: #017cc4;
	}
}

.top .header-search1 {
	float: right;
	display: none;
	/*搜索*/
}

.top .header-search1 .pull-right {
	position: relative;
	z-index: 778;
}

.top .header-search1 .pull-right a {
	display: block;
	width: 27px;
	overflow: hidden;
	height: 27px;
	background: url(../images/search1.png) no-repeat center center;
	background-size: 20px;
}

.top .header-search1 .search .search-main {
	top: 51px;
	right: 10px;
	z-index: 777;
	width: 300px;
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.top .header-search1 .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 14px;
	color: #666;
	height: 50px;
	vertical-align: top;
	padding: 0 40px 0 20px;
	-webkit-appearance: none;
	background: none;
}

.top .header-search1 .btn {
	top: 0;
	border: 0;
	right: 0;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	background: url(../images/search1.png) no-repeat center center;
	background-size: 15px;
}

.top .header-search {
	float: left;
	position: relative;
	margin-right: 187rem;
}

.top .header-search .layui-form {
	cursor: pointer;
	width: 150px;
	line-height: 33px;
	float: left;
	position: relative;
	display: block;
	font-size: 14px;
	letter-spacing: -1px;
	color: #8294a3;
	border-right: solid 1px #b6c5d2;
}

.top .header-search .layui-input,
.top .header-search .layui-select {
	height: 33px;
	border: 0;
	padding-left: 10px;
}

.top .header-search .search {
	width: 693px;
	height: 35px;
	border-radius: 4px;
	border: solid 1px #b6c5d2;
	float: left;
	margin-right: 2px;
}

.top .header-search .search select {
	display: none;
}

.top .header-search .search .select_showbox {
	background: url(../images/drop_black.png) no-repeat 90% center;
	background-size: 8px;
	padding-left: 10px;
	width: 90px;
	height: 33px;
}

.top .header-search .search .select_option {
	border: 1px solid #b6c5d2;
	border-top: none;
	display: none;
	left: -2px;
	top: 33px;
	position: absolute;
	z-index: 9999;
	border-radius: 4px;
	background: #fff;
}

.top .header-search .search .select_option li {
	width: 90px;
	line-height: 33px;
	cursor: pointer;
	padding-left: 10px;
}

.top .header-search .search .select_option li.selected {
	background-color: #b6c5d2;
	color: #017cc4;
}

.top .header-search .search .select_option li.hover {
	background: #b6c5d2;
	color: #fff;
}

.top .header-search .search input.inp_srh,
.top .header-search .search input.btn_srh {
	background: none;
	border: 0;
	padding-left: 10px;
	font-size: 12px;
	color: #888;
	height: 33px;
	line-height: 33px;
	width: 66%;
}

.top .header-search .btn_srh {
	width: 93px;
	height: 35px;
	background: #2dad69 url(../images/search.png) no-repeat center center;
	border-radius: 4px;
	position: absolute;
	transition: 0.5s;
	border: 0;
	top: 0;
	right: 0;
}

.top .header-search .btn_srh:hover {
	background: #017cc4 url(../images/search.png) no-repeat center center;
}

.top .daogou {
	display: none;
	float: right;
}

.top .daogou a {
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 5px;
	background: url(../images/gouw.png) no-repeat center center;
	background-size: 20px;
}

.top .menu {
	float: right;
	position: relative;
	width: 36px;
	height: 36px;
	display: none;
}

.top .menu .navPhoneBtn {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	text-align: right;
}

.top .menu .navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #017cc4;
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.top .menu .navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.top .menu .navPhoneBtn span:last-child {
	margin-bottom: 0;
}

.top .menu a {
	display: block;
}

.top .menu a svg {
	width: 30px;
	margin-top: 15px;
	fill: #017cc4;
	vertical-align: middle;
	transform: rotate(180deg);
}

.header {
	height: 68px;
	width: 100%;
	z-index: 777;
	transition: 0.3s;
	position: relative;
	background-color: #fff;
}

.header .header-right .daogou {
	float: right;
	padding-top: 14px;
}

.header .header-right .daogou a {
	display: block;
	font-size: 15px;
	color: #fff;
	width: 93px;
	line-height: 42px;
	text-align: center;
	background-image: linear-gradient(77deg, #0760b0 0%, #1ca8e3 100%);
	transition: 0.3s;
}

@media (min-width: 1025px) {
	.header .header-right .daogou a:hover {
		box-shadow: 0 0 0 3px rgba(40, 138, 189, 0.3);
	}
}

.nav {
	float: left;
}

.nav ul li {
	float: left;
	margin-right: 80px;
}

.nav ul li a {
	display: inline-block;
	font-size: 18px;
	color: #225f90;
	line-height: 68px;
	text-align: center;
	position: relative;
}

.nav ul li a i {
	display: block;
	width: 100%;
	height: 22rem;
	right: 0;
	transition: 0.5s;
	background: #fff;
	background-size: 27rem;
	position: absolute;
	top: 0;
	z-index: 4;
}

.nav ul li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 22rem;
	left: 0;
	transition: 0.5s;
	background: url(../images/wan.png) no-repeat center center;
	background-size: 27rem;
	position: absolute;
	top: 0;
}

.nav ul li a:after {
	content: '';
	display: none;
	width: 100%;
	background: url(../images/jt.png) no-repeat center center;
	background-size: 15px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 6;
}

.nav ul li .subnav {
	position: absolute;
	top: 68px;
	left: 0;
	width: 100%;
	background: #eef4fa;
	z-index: 5;
	display: none;
}

.nav ul li .subnav a:before {
	display: none !important;
}

.nav ul li .subnav .subleft {
	float: left;
	width: 26.2%;
	border-right: 1px solid #e1e8eb;
	padding: 32rem 59rem;
	min-height: 309rem;
}

.nav ul li .subnav .subleft .he {
	font-size: 16rem;
	margin-bottom: 21rem;
	color: #017cc4;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nav ul li .subnav .subleft .p {
	font-size: 16rem;
	color: #8294a3;
	letter-spacing: 0.5rem;
	line-height: 24rem;
	overflow: hidden;
	height: 96rem;
	margin-bottom: 16rem;
}

.nav ul li .subnav .subleft .more2 a {
	color: #0074ad !important;
	font-size: 14rem;
}

@media (min-width: 1025px) {
	.nav ul li .subnav .subleft .more2 a:hover {
		color: #2dad69 !important;
	}
}

.nav ul li .subnav .subleft .more2 a:after {
	display: none !important;
}

.nav ul li .subnav .subcenter {
	float: left;
	width: 17.5%;
	padding: 22rem 0;
}

.nav ul li .subnav .subcenter .list .li a {
	display: block;
	line-height: 44rem;
	color: #8294a3;
	font-size: 14rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 49rem;
	padding-right: 30rem;
	position: relative;
}

.nav ul li .subnav .subcenter .list .li a:after {
	content: '';
	display: block !important;
	top: 0;
	left: 0;
	width: 0;
	transition: 0.3s;
	position: absolute;
	height: 2rem;
	background: #017cc4;
	z-index: 2;
}

.nav ul li .subnav .subcenter .list .li a .pic {
	width: 20rem;
	position: absolute;
	left: 25rem;
	top: 14rem;
	border-radius: 0;
}

.nav ul li .subnav .subcenter .list .li a .pic img {
	transform: scale(1) !important;
}

.nav ul li .subnav .subcenter .list .li a .pic:after {
	padding-bottom: 100%;
}

@media (min-width: 1025px) {
	.nav ul li .subnav .subcenter .list .li:hover a {
		background: #e1ecf8 url(../images/jian.png) no-repeat 93% center;
		background-size: 7rem;
		color: #017cc4;
	}

	.nav ul li .subnav .subcenter .list .li:hover a:after {
		width: 100% !important;
	}
}

.nav ul li .subnav .subshow {
	float: left;
	width: 25.6%;
	padding: 20rem 28rem;
	min-height: 352rem;
	background-color: #ebeff5;
}

.nav ul li .subnav .subshow .info {
	display: none;
}

.nav ul li .subnav .subshow .ul .li a {
	display: block;
	line-height: 32rem;
	color: #8294a3;
	font-size: 14rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.nav ul li .subnav .subshow .ul .li a:after {
	display: none !important;
}

@media (min-width: 1025px) {
	.nav ul li .subnav .subshow .ul .li a:hover {
		color: #017cc4;
	}
}

.nav ul li .subnav .subwenzhang {
	float: left;
	width: 20%;
	padding: 22rem 31rem;
}

.nav ul li .subnav .list a:after {
	display: none !important;
}

.nav ul li .subnav .list .pic {
	border-radius: 12rem;
}

.nav ul li .subnav .list .pic:after {
	padding-bottom: 61.60714286%;
}

.nav ul li .subnav .list .text {
	padding: 8rem 0;
}

.nav ul li .subnav .list .text .bt {
	display: block;
	line-height: 32rem;
	color: #017cc4;
	font-weight: bold;
	font-size: 16rem;
	margin-bottom: 3rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.nav ul li .subnav .list .text .jsh {
	font-size: 14rem;
	color: #8294a3;
	line-height: 20rem;
	overflow: hidden;
	height: 40rem;
	text-align: left;
}

@media (min-width: 1025px) {
	.nav ul li .subnav .list:hover .pic img {
		transform: scale(1.1);
	}

	.nav ul li .subnav .list:hover .text .bt {
		color: #2dad69;
	}
}

.nav ul li .subnav .sublist {
	float: left;
	width: 28%;
	padding: 22rem 21rem;
}

.nav ul li .subnav .sublist .li a {
	display: block;
	padding: 10rem;
	background-color: #fff;
}

.nav ul li .subnav .sublist .li a:after {
	display: none !important;
}

.nav ul li .subnav .sublist .li .pic {
	position: absolute;
	top: 10rem;
	right: 10rem;
	width: 100rem;
	border-radius: 8rem;
}

.nav ul li .subnav .sublist .li .pic:after {
	padding-bottom: 61.60714286%;
}

.nav ul li .subnav .sublist .li .text {
	padding: 4rem 130rem 4rem 10rem;
}

.nav ul li .subnav .sublist .li .text .bt {
	display: block;
	line-height: 32rem;
	color: #017cc4;
	font-weight: bold;
	font-size: 14rem;
	margin-bottom: 3rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.nav ul li .subnav .sublist .li .text .jsh {
	font-size: 13rem;
	color: #8294a3;
	line-height: 20rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

@media (min-width: 1025px) {
	.nav ul li .subnav .sublist .li:hover .pic img {
		transform: scale(1.1);
	}

	.nav ul li .subnav .sublist .li:hover .text .bt {
		color: #2dad69;
	}
}

.nav ul li .subnav .sublist .li:nth-child(2n) a {
	background: none;
}

.nav ul li:hover a {
	color: #2dad69;
}

.nav ul li:hover a:after {
	display: block;
}

.nav ul li:hover a i {
	width: 0;
}

.nav ul .active a {
	color: #2dad69;
}

.nav ul .active a i {
	width: 0;
}

.nav ul li:nth-last-child(1) a:after {
	display: none;
}

.headerFixed,
.header2 {
	background-color: #ffffff;
	box-shadow: 2rem 4rem 8rem 0rem rgba(6, 5, 0, 0.08);
}

.headerFixed .nav ul li a,
.header2 .nav ul li a {
	color: #333333;
}

.headerFixed .header .header-right .login a,
.header2 .header .header-right .login a {
	background: url(../images/login1.png) no-repeat center center;
	background-size: 22rem;
}

.headerFixed .header .header-right .phone a,
.header2 .header .header-right .phone a {
	background: url(../images/phone1.png) no-repeat center center;
	background-size: 25rem;
}

.headerFixed .header .header-right .email a,
.header2 .header .header-right .email a {
	background: url(../images/email1.png) no-repeat center center;
	background-size: 26rem;
}

.headerFixed .header .header-right .header-search .pull-right a,
.header2 .header .header-right .header-search .pull-right a {
	background: url(../images/search1.png) no-repeat center center;
	background-size: 24rem;
}

.headerFixed .header .header-right .login.active a,
.header2 .header .header-right .login.active a {
	background: url(../images/login1.png) no-repeat center left;
	background-size: 22rem;
	color: #333;
}

.headerFixed .header .header-right .login.active a span,
.header2 .header .header-right .login.active a span {
	background: url(../images/down1.png) no-repeat center center;
	background-size: 11rem;
}

#menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 9999;
	height: 100%;
	transition: 0.5s;
	overflow: auto;
	padding: 60px 15px;
}

#menu ul {
	overflow: hidden;
	padding: 0 20px;
}

#menu ul li {
	position: relative;
}

#menu ul li a {
	font-size: 18px;
	color: #000;
	display: block;
	line-height: 48px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

#menu ul li i {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	color: #017cc4;
	text-align: center;
	background: url(../images/arrow1.png) no-repeat center center;
	background-size: 15px;
}

#menu ul li ul {
	display: none;
	padding: 10px 0;
}

#menu ul li ul li a {
	font-size: 15px;
	line-height: 40px;
	color: #333;
	border: 0;
	font-weight: normal;
}

#menu ul li ul li:before {
	display: none;
}

#menu ul li ul ul {
	display: block;
	padding: 0 10px;
}

#menu ul li ul ul li a {
	font-size: 14px;
	color: #666;
}

#menu ul .active i:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu ul li:nth-child(1):before {
	display: none;
}

#menu .close {
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	right: 20px;
	top: 14px;
	border-radius: 50%;
	background: url(../images/closed.png) no-repeat center center;
	background-size: 15px;
}

#menu.show1 {
	right: 0;
}

.banner {
	color: #fff;
	text-align: left;
	position: relative;
	margin-top: 122px !important;
}

.banner .banner-slick {
	position: relative;
}

.banner .item {
	position: relative;
}

.banner .img {
	position: relative;
	z-index: 1;
	height: calc(100vh - 122px);
}

.banner .img img {
	display: none;
}

.banner .banner-hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 6;
	transform: translateY(-66%);
}

.banner .banner-hover .span {
	font-size: 50rem;
	color: #fff;
	margin-bottom: 73rem;
	line-height: 78rem;
}

.banner .swiper-slide-active .span {
	animation: 2.5s fadeInUp2 alternate;
}

.banner .swiper-slide-active .more {
	animation: 3s fadeInUp2 alternate;
}

.banner .slick-dots {
	bottom: 10px;
	margin: 0;
	padding: 0;
}

.banner .slick-dots li {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 0;
	margin: 0 5px;
	padding: 0;
}

.banner .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.banner .slick-dots li button:before {
	width: 10px;
	height: 10px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
}

.banner .slick-dots li.slick-active button:before {
	background: #fff;
}

.home-list {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home-list ul {
	border-radius: 12rem 12rem 0rem 0rem;
	overflow: hidden;
}

.home-list ul li {
	width: 25%;
	float: left;
}

.home-list ul li a {
	font-size: 16rem;
	line-height: 22rem;
	display: block;
	padding: 35rem 37rem 30rem 37rem;
	color: #ffffff;
	background-image: linear-gradient(77deg, #0760b0 0%, #1ca8e3 100%);
}

.home-list ul li .bt {
	padding-bottom: 29rem;
	transition: 0.5s;
	background: url(../images/more.png) no-repeat bottom left;
	background-size: 24rem;
}

@media (min-width: 1025px) {
	.home-list ul li:hover .bt {
		background: url(../images/more.png) no-repeat 10rem bottom;
		background-size: 24rem;
	}
}

.home-list ul .swiper-slide-thumb-active a {
	background: #2dad69;
}

.more a {
	width: 178rem;
	line-height: 38rem;
	border-radius: 30rem;
	background-color: #2dad69;
	display: block;
	text-align: center;
	font-size: 14rem;
	color: #fcfefb;
	border: 0;
	transition: all 0.2s;
	position: relative;
}

.more a span {
	width: 33rem;
	height: 1rem;
	background-color: #fff;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10rem;
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 2s linear infinite;
}

.more a:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.more a:active {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.more a::after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
}

.more a::after {
	background-color: #2dad69;
}

.more a:hover::after {
	transform: scaleX(1.4) scaleY(1.6);
	opacity: 0;
}

.home-cro {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 71rem 0 97rem 0;
}

.home-cro .home-bottom {
	padding-top: 44rem;
}

.crolist {
	overflow: hidden;
}

.crolist li {
	width: 33.33333333%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 0 112rem;
	padding-top: 10rem;
	transition: 0.5s;
	position: relative;
}

.crolist li .info {
	position: relative;
	height: 193rem;
	padding: 1px;
	border-radius: 8rem;
	overflow: hidden;
	border: solid 1px #32aeff;
}

.crolist li .box {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background: none;
	padding: 28rem 10rem;
	transition: 0.5s;
	overflow: hidden;
}

.crolist li .bt {
	font-family: 'Montserrat-Regular';
	font-size: 48rem;
	letter-spacing: 2rem;
	font-weight: normal;
	margin-bottom: 9rem;
	line-height: 72rem;
	color: #17fffb;
}

.crolist li .span {
	font-size: 16rem;
	line-height: 34rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.crolist li .box1 {
	background: #fff;
	transition: 0.5s;
	overflow: hidden;
	transform: rotateX(-180deg);
}

.crolist li .box1 .p {
	color: #017cc4;
	padding: 0 20rem;
	position: absolute;
	top: 26%;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 30rem;
	font-size: 20rem;
	height: 90rem;
	overflow: hidden;
}

.crolist li .box,
.crolist li .box1 {
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: ease-in-out 600ms;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}

.crolist li:hover .info {
	border: 0;
}

.crolist li:hover .box {
	transform: rotateX(180deg);
}

.crolist li:hover .box1 {
	transform: rotateX(0deg);
}

.home-title {
	text-align: center;
	font-size: 42rem;
	color: #17fffb;
}

.home-product {
	padding: 84rem 0 0 0;
}

.home-product .home-title {
	color: #017cc4;
	font-weight: bold;
}

.home-product .list-one {
	padding-top: 44rem;
}

.list-one .list li {
	width: 22.46%;
	float: left;
	margin-left: -5%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	overflow: hidden;
	cursor: pointer;
}

.list-one .list li .box {
	height: 517rem;
	background-repeat: no-repeat;
	background-position: center left;
	position: relative;
	border-radius: 12rem;
	overflow: hidden;
	padding: 75rem 50rem;
}

.list-one .list li .title {
	font-size: 32rem;
	font-weight: bold;
	line-height: 48rem;
	margin-bottom: 11rem;
	color: #2986d2;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-one .list li .title a {
	color: #2986d2;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

@media (min-width: 1025px) {
	.list-one .list li .title:hover a {
		color: #2dad69;
		opacity: 0.7;
	}
}

.list-one .list li .ul {
	opacity: 0;
	transition: 0.5s;
	height: 270rem;
	margin-bottom: 18rem;
	overflow: hidden;
}

.list-one .list li .ul p a {
	display: block;
	font-size: 18rem;
	line-height: 45rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10rem;
	transition: 0.5s;
	color: #626f7a;
	position: relative;
}

.list-one .list li .ul p a:after {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2rem;
	background-color: #626f7a;
}

@media (min-width: 1025px) {
	.list-one .list li .ul p a:hover {
		color: #2dad69;
		padding-left: 15rem;
	}

	.list-one .list li .ul p a:hover:after {
		background-color: #2dad69;
	}
}

.list-one .list li .more1 {
	opacity: 0;
	transition: 0.5s;
	border-top: solid 1px rgba(255, 255, 255, 0.21);
}

.list-one .list li .more1 a {
	font-size: 14rem;
	line-height: 52rem;
	letter-spacing: 1rem;
	color: #2986d2;
	display: block;
	background: url(../images/more1.png) no-repeat center right;
	background-size: 24rem;
	transition: 0.5s;
}

@media (min-width: 1025px) {
	.list-one .list li .more1 a:hover {
		color: #2dad69;
		background: url(../images/more2.png) no-repeat 95% center;
		background-size: 24rem;
	}
}

.list-one .list li:nth-child(1) {
	margin-left: 0;
}

.list-one .list li:nth-last-child(1) {
	width: 47.59% !important;
}

.list-one .list li.other {
	width: 16.7%;
}

.list-one .list li.active {
	width: 34%;
}

.list-one .list li.active .box {
	padding: 75rem 123rem 75rem 50rem;
}

.list-one .list li.active .ul {
	opacity: 1;
}

.list-one .list li.active .more1 {
	opacity: 1;
}

.list-two {
	overflow: hidden;
}

.list-two .swiper-wrapper {
	transition-timing-function: linear;
}

.list-two ul li {
	float: left;
	margin: 26rem 0;
	transition: 0.5s;
}

.list-two ul li a {
	display: block;
	position: relative;
}

.list-two ul li .box {
	width: 100%;
	transition: 600ms;
	border-radius: 12rem;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 7rem 0 rgba(6, 29, 51, 0.44);
}

.list-two ul li .box1 {
	display: none;
	background: #017cc4;
}

.list-two ul li .box1 .p {
	color: #fff;
	padding: 0 20rem;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	line-height: 25rem;
	font-size: 14rem;
	height: 50rem;
	overflow: hidden;
}

.list-two ul li .bt {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 10rem;
	transform: translateY(-50%);
	font-size: 30rem;
	font-weight: bold;
	line-height: 40rem;
	max-height: 80rem;
	overflow: hidden;
	text-align: center;
	color: #2986d2;
}

.list-two ul .swiper-slide-active {
	transform: scale(1.09);
}

.topLoop {
	position: relative;
	width: 1427px;
}

.topLoop .swiper-button-prev,
.topLoop .swiper-button-next {
	width: 40px;
	height: 64px;
	z-index: 44;
	margin-top: -32px;
	background: rgba(255, 255, 255, 0.5) url(../images/left.png) no-repeat center center !important;
	background-size: 12px !important;
}

@media (min-width: 1025px) {

	.topLoop .swiper-button-prev:hover,
	.topLoop .swiper-button-next:hover {
		background: #017cc4 url(../images/lefth.png) no-repeat center center !important;
		background-size: 12px !important;
	}
}

.topLoop .swiper-button-prev:before,
.topLoop .swiper-button-next:before {
	content: '';
}

.topLoop .swiper-button-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}

.topLoop .swiper-button-next {
	right: 0;
	border-radius: 10px 0 0 10px;
	background: rgba(255, 255, 255, 0.5) url(../images/right.png) no-repeat center center !important;
	background-size: 12px !important;
}

@media (min-width: 1025px) {
	.topLoop .swiper-button-next:hover {
		background: #017cc4 url(../images/righth.png) no-repeat center center !important;
		background-size: 12px !important;
	}
}

.biaoqian {
	/*position: absolute;*/
	/*top: 18rem;*/
	/*left: 0;*/
	/*width: 82rem;*/
	/*line-height: 30rem;*/
	/*color: #fff;*/
	/*font-size: 12rem;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*padding-right: 5rem;*/
	/*background: url(../images/span.png) no-repeat top left;*/
	/*background-size: 100% !important;*/
	/*padding-left: 11rem;*/
	position: absolute;
	top: 18rem;
	left: 0;
	width: 82rem;
	line-height: 25rem;
	color: #fff;
	font-size: 12rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5rem;
	background: url(../images/span.png) no-repeat top left;
	background-size: 100% !important;
	padding-left: 11rem;
}

.home-adv {
	padding-bottom: 50rem;
}

.home-adv .container {
	position: relative;
}

.home-adv .swiper-container {
	position: relative;
	border-radius: 12rem;
	width: 100%;
	box-shadow: 0px 0px 20rem 0 rgba(6, 29, 51, 0.12);
}

.home-adv ul {
	position: relative;
	width: 100% ! !important;
	border-radius: 12rem;
}

.home-adv ul li {
	position: relative;
	border-radius: 12rem;
	overflow: hidden;
	width: 100% ! !important;
}

.home-adv ul li .pic {
	border-radius: 12rem;
}

.home-adv ul li .pic img {
	display: block;
}

.home-adv ul li .pic:after {
	padding-bottom: 20.83333333%;
}

.home-adv ul li .pp {
	display: none;
}

.home-adv ul li .pp:after {
	padding-bottom: 33.33333333%;
}

.home-adv ul li .box {
	padding-left: 25%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 64rem;
	width: 100%;
	padding-right: 20%;
}

.home-adv ul li .box .bt {
	font-size: 36rem;
	font-weight: bold;
	line-height: 48rem;
	margin-bottom: 14rem;
	overflow: hidden;
	max-height: 96rem;
	color: #2986d2;
}

.home-adv ul li .box .p {
	font-size: 18rem;
	line-height: 30rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 13rem;
	color: #626f7a;
}

.home-adv ul li .box span {
	font-size: 24rem;
	font-weight: bold;
	line-height: 30rem;
	color: #2986d2;
	position: absolute;
	top: 89rem;
	left: 14%;
}

.home-adv ul li .box p {
	font-size: 18rem;
	font-weight: bold;
	line-height: 22rem;
	color: #ffffff;
	position: absolute;
	top: 143rem;
	left: 10.2%;
}

.home-adv ul li .box .more2 a {
	font-size: 14rem;
	color: #2986d2;
	position: relative;
	display: block;
	line-height: 20px;
}

.home-adv ul li .box .more2 a b {
	transform: translateX(0%);
	transition: 0.6s linear;
	animation: attention 1.2s linear infinite;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}

@media (min-width: 1025px) {
	.home-adv ul li .box .more2 a:hover {
		color: #2dad69;
	}
}

.home-adv ul li.qita1 .box p {
	top: 152rem;
}

.home-adv ul .slick-list {
	padding-bottom: 33rem;
}

.home-adv .swiper-button-prev,
.home-adv .swiper-button-next {
	width: 40px;
	height: 64px;
	z-index: 44;
	margin-top: -54px;
	background: rgba(255, 255, 255, 0.5) url(../images/left.png) no-repeat center center !important;
	background-size: 12px !important;
}

@media (min-width: 1025px) {

	.home-adv .swiper-button-prev:hover,
	.home-adv .swiper-button-next:hover {
		background: #017cc4 url(../images/lefth.png) no-repeat center center !important;
		background-size: 12px !important;
	}
}

.home-adv .swiper-button-prev:before,
.home-adv .swiper-button-next:before {
	content: '';
}

.home-adv .swiper-button-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}

.home-adv .swiper-button-next {
	right: 0;
	border-radius: 10px 0 0 10px;
	background: rgba(255, 255, 255, 0.5) url(../images/right.png) no-repeat center center !important;
	background-size: 12px !important;
}

@media (min-width: 1025px) {
	.home-adv .swiper-button-next:hover {
		background: #017cc4 url(../images/righth.png) no-repeat center center !important;
		background-size: 12px !important;
	}
}

.home-adv .swiper-pagination {
	bottom: 0;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 20rem;
}

.home-adv .swiper-pagination .swiper-pagination-bullet {
	width: 32rem;
	height: 4rem;
	border: 0;
	padding: 0;
	border-radius: 0;
	margin: 0 4rem;
	opacity: 1;
	background-color: rgba(180, 222, 234, 0.5);
}

.home-adv .swiper-pagination .swiper-pagination-bullet-active {
	background: #0092ff;
	border: 0;
}

.home-ziyuan {
	padding: 61rem 0;
	overflow: hidden;
}

.home-ziyuan .home-title {
	color: #fff;
	font-weight: bold;
}

.home-ziyuan .home-bottom {
	padding-top: 48rem;
}

.home-ziyuan #funnyNewsTicker2 {
	position: relative;
	width: 800px;
}

.home-ziyuan #funnyNewsTicker1 {
	display: none;
}

.home-ziyuan .funnyNewsTicker {
	height: 700px;
	padding: 20px;
}

.home-ziyuan .funnyNewsTicker .swiper-slide {
	border-radius: 12rem;
	overflow: hidden;
	width: 100%;
	height: 260px;
	z-index: 3;
	position: relative;
	padding: 10rem;
	box-shadow: 0px 0px 5px 4rem rgba(0, 178, 255, 0.5);
}

.home-ziyuan .funnyNewsTicker .swiper-slide .box,
.home-ziyuan .funnyNewsTicker .swiper-slide .box1 {
	padding: 36rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: 600ms;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	transform: rotateX(0deg);
	justify-content: center;
	align-items: center;
}

.home-ziyuan .funnyNewsTicker .swiper-slide .box {
	background-image: linear-gradient(90deg, #0760b0 0%, #1ca8e3 100%) !important;
}

.home-ziyuan .funnyNewsTicker .swiper-slide .box1 {
	background: #fff;
	transform: rotateX(-180deg);
	border-radius: 12rem;
	overflow: hidden;
}

.home-ziyuan .funnyNewsTicker .swiper-slide .bt {
	font-size: 24rem;
	font-weight: bold;
	line-height: 34rem;
	margin-bottom: 21rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #00b2ff;
}

.home-ziyuan .funnyNewsTicker .swiper-slide .jsh {
	color: #fff;
	font-size: 16rem;
	line-height: 24rem;
	height: 48rem;
	overflow: hidden;
	color: #ffffff;
}

.home-ziyuan .funnyNewsTicker .swiper-slide .more2 {
	font-size: 14rem;
	margin-top: 30rem;
	color: #00fb39;
}

.home-ziyuan .funnyNewsTicker .swiper-slide .more2 a {
	color: #00fb39;
	position: relative;
}

.home-ziyuan .funnyNewsTicker .swiper-slide-active {
	box-shadow: 0px 0px 5px 4rem #00b2ff;
}

.home-ziyuan .funnyNewsTicker .swiper-slide-active .box,
.home-ziyuan .funnyNewsTicker .swiper-slide-active .box1 {
	padding: 50rem 60rem;
}

.home-ziyuan .funnyNewsTicker .swiper-slide-active .box .more2 a span,
.home-ziyuan .funnyNewsTicker .swiper-slide-active .box1 .more2 a span {
	display: inline-block;
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
}

@media (min-width: 1025px) {
	.home-ziyuan .funnyNewsTicker .swiper-slide-active:hover {
		box-shadow: 0px 0px 5px 4rem #2dad69;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide-active:hover .box {
		transform: rotateX(180deg);
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide-active:hover .box1 {
		transform: rotateX(0deg);
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide-active:hover .jsh {
		color: #626f7a;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide-active:hover .more2 {
		display: block;
		color: #2dad69;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide-active:hover .more2 a {
		color: #2dad69;
	}
}

.footer {
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
}

.footer-list {
	padding: 40rem 0;
	background-color: #265d99;
}

.footer-list ul li {
	margin-right: 130rem;
	float: left;
}

.footer-list ul li a {
	display: block;
	position: relative;
	font-size: 18rem;
	line-height: 80px;
	letter-spacing: 1rem;
	padding-left: 90rem;
	color: #f9f9f9;
}

.footer-list ul li a b {
	letter-spacing: -5rem;
	font-weight: normal;
	display: inline-block;
	color: #2dad69;
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
}

.footer-list ul li a .girl {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

@media (min-width: 1025px) {
	.footer-list ul li:hover a {
		color: #2dad69;
	}
}

.footer-list ul li:nth-last-child(1) {
	margin-right: 0;
}

@keyframes attention {
	0% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(30%);
	}
}

.footer-top .left {
	float: left;
	width: 22.9%;
	background: url(../images/line.png) no-repeat top right;
	background-size: 10rem;
	padding: 55rem 15rem 53rem 0;
}

.footer-top .left .img {
	width: 137rem;
}

.footer-top .left .share-h3 {
	font-size: 16rem;
	color: #ffffff;
	float: left;
	line-height: 42rem;
	margin-right: 26rem;
}

.footer-top .left .share {
	padding-top: 10rem;
}

.footer-top .left .share a {
	display: block;
	border-radius: 4rem;
	margin-right: 7rem;
	width: 34rem;
	height: 34rem;
	padding: 0;
	float: left;
	position: relative;
	transition: 0.5s;
	background-color: #1461a9;
}

.footer-top .left .share a img:nth-child(2) {
	display: none;
	position: absolute;
	bottom: 35rem;
	left: 50%;
	width: 97px;
	padding: 10px;
	max-width: 162rem;
	transform: translateX(-50%);
}

.footer-top .left .share a:hover {
	opacity: 1;
	background-color: #2dad69;
	margin-top: -5rem;
}

.footer-top .left .share a:hover img:nth-child(2) {
	display: block;
}

.footer-top .left .right-bottom {
	padding-top: 19rem;
	margin-bottom: 22rem;
	overflow: hidden;
}

.footer-top .left .right-bottom a {
	color: rgba(246, 246, 246, 0.6);
}

@media (min-width: 1025px) {
	.footer-top .left .right-bottom a:hover {
		color: #2dad69;
	}
}

.footer-top .left .right-bottom p {
	font-size: 16rem;
	line-height: 34rem;
	position: relative;
	padding-left: 48rem;
	color: rgba(246, 246, 246, 0.6);
}

.footer-top .left .right-bottom p span {
	color: rgba(246, 246, 246, 0.32);
	position: absolute;
	top: 0;
	left: 0;
}

.footer-top .fr {
	width: 74.5%;
	padding-top: 57rem;
}

.footer-top .center ul li {
	float: left;
	width: 14%;
	margin-right: 2%;
}

.footer-top .center ul li a {
	display: block;
	font-size: 20rem;
	letter-spacing: 1rem;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10rem;
	margin-bottom: 22rem;
}

.footer-top .center ul li a:hover {
	color: #00fb39;
	opacity: 0.8;
}

.footer-top .center ul li ul li {
	width: 100% !important;
	float: none;
	padding: 0;
	margin: 0;
}

.footer-top .center ul li ul li a {
	font-size: 16rem;
	font-weight: normal;
	line-height: 36rem;
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
	position: relative;
}

.footer-top .center ul li ul li a:hover {
	opacity: 1;
}

.footer-top .center ul li:nth-child(4) {
	width: 17%;
}

.footer-top .center ul li:nth-child(5) {
	margin: 0;
	width: 12%;
}

.footer-top .center ul li:nth-child(6) {
	margin: 0;
	width: 11%;
}

.footer-top .center ul li:nth-child(7) {
	margin: 0;
	width: 10%;
}

.footer-bottom {
	font-size: 13rem;
	line-height: 42rem;
	color: rgba(255, 255, 255, 0.4);
	background-color: #1a65ab;
	padding: 6rem 0;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.4);
}

.footer-bottom a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.transparent {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 6669998;
}

.transparent1 {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 6669999;
}

.transparent.active {
	display: block;
}

.sitemap li {
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 20rem;
	margin-bottom: 20rem;
	overflow: hidden;
}

.sitemap li a {
	font-size: 20rem;
	color: #017cc4;
	font-weight: bold;
}

.sitemap li a:hover {
	color: #2dad69;
}

.sitemap li ul {
	margin-top: 15rem;
}

.sitemap li ul li {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
	float: left;
}

.sitemap li ul li a {
	float: left;
	font-size: 16rem;
	color: #8294a3;
	font-weight: normal;
	margin-right: 20rem;
}

.sitemap li ul li a:hover {
	color: #017cc4;
}

.home-news {
	padding: 104rem 0 66rem 0;
}

.home-news .home-top {
	margin-bottom: 75rem;
}

.home-news .home-top .list {
	float: left;
}

.home-news .home-top .list ul li {
	float: left;
	margin-right: 40rem;
}

.home-news .home-top .list ul li a {
	display: block;
	width: 200rem;
	line-height: 61rem;
	border-radius: 8rem;
	font-size: 30rem;
	color: #225f90;
	border: solid 1rem #2986d2;
	text-align: center;
	transition: 0.5s;
}

@media (min-width: 1025px) {
	.home-news .home-top .list ul li a:hover {
		box-shadow: 0 0 0 4px rgba(41, 134, 210, 0.3);
	}
}

.home-news .home-top .list ul .active a {
	background-color: #2986d2;
	color: #fff;
}

.home-news .home-top .dingyue {
	float: right;
}

.home-news .home-top .dingyue a {
	width: 166rem;
	line-height: 63rem;
	font-size: 20rem;
	padding-left: 87rem;
	color: #ffffff;
	background: #2dad69 url(../images/email.png) no-repeat 48rem center;
	background-size: 28rem;
	border-radius: 8rem;
	display: block;
	transition: 0.3s;
}

@media (min-width: 1025px) {
	.home-news .home-top .dingyue a:hover {
		box-shadow: 0 0 0 4px rgba(40, 165, 117, 0.3);
	}
}

.home-news .home-bottom .info {
	display: none;
}

.home-news .home-bottom .pic:after {
	padding-bottom: 62%;
}

.home-news .text {
	padding: 21rem 25rem 28rem 25rem;
}

.ndate {
	font-size: 14rem;
	letter-spacing: 1rem;
	color: #a4adb7;
	background: url(../images/date.png) no-repeat center left;
	background-size: 17rem !important;
	padding-left: 24rem;
}

.nbt {
	font-size: 20rem;
	font-weight: bold;
	color: #225f90;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.np {
	font-size: 16rem;
	line-height: 25rem;
	position: relative;
	color: #626f7a;
}

.np p {
	height: 50rem;
	overflow: hidden;
}

.np span {
	font-size: 14rem;
	letter-spacing: 1rem;
	display: block;
	line-height: 20rem;
	color: #a4adb7;
}

.np span b {
	font-weight: normal;
	color: #2dad69;
	letter-spacing: -4rem;
	margin-left: 7rem;
	margin-right: 5rem;
	display: inline-block;
	vertical-align: top;
}

.hnews .pic:after {
	padding-bottom: 62.4%;
}

.hnews .text {
	padding: 21rem 25rem 34rem 25rem;
}

.hnews .news-one {
	float: left;
	width: 41.4%;
}

.hnews .news-one .box {
	box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	border-radius: 12rem;
	overflow: hidden;
	background-color: #fff;
	transition: 0.5s;
}

.hnews .news-one .biaoqian {
	background: url(../images/span1.png) no-repeat top left;
}

.hnews .news-one .ndate {
	margin-bottom: 11rem;
}

.hnews .news-one .nbt {
	margin-bottom: 11rem;
}

.hnews .news-one .np span {
	position: absolute;
	bottom: -23rem;
	right: 0;
}

.hnews .news-one .np span b {
	display: inline-block;
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
}

@media (min-width: 1025px) {
	.hnews .news-one:hover .box {
		position: relative;
		overflow: hidden;
		box-shadow: 0rem 0rem 28rem 0rem rgba(45, 173, 105, 0.23);
	}

	.hnews .news-one:hover .box:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: 4rem solid #2dad69;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-radius: 12rem;
	}

	.hnews .news-one:hover .pic img {
		transform: scale(1.1);
	}

	.hnews .news-one:hover .nbt {
		color: #2dad69;
	}

	.hnews .news-one:hover .np span {
		color: #2dad69;
	}
}

.hnews ul {
	float: right;
	width: 55%;
}

.hnews ul li {
	margin-bottom: 39rem;
}

.hnews ul li .box {
	box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	border-radius: 12rem;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	height: 156rem;
	transition: 0.5s;
	padding-right: 250rem;
}

.hnews ul li .biaoqian {
	background: url(../images/span2.png) no-repeat top left;
	padding-left: 28rem;
	left: auto;
	right: 0;
}

.hnews ul li .pic {
	width: 250rem;
	position: absolute;
	top: 0;
	right: 0;
}

.hnews ul li .ndate {
	margin-bottom: 9rem;
}

.hnews ul li .np p {
	margin-bottom: 14rem;
}

.hnews ul li .np span b {
	display: inline-block;
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
}

@media (min-width: 1025px) {
	.hnews ul li:hover .box {
		position: relative;
		overflow: hidden;
		box-shadow: 0rem 0rem 28rem 0rem rgba(45, 173, 105, 0.23);
	}

	.hnews ul li:hover .box:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: 4rem solid #2dad69;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-radius: 12rem;
	}

	.hnews ul li:hover .pic img {
		transform: scale(1.1);
	}

	.hnews ul li:hover .nbt {
		color: #2dad69;
	}

	.hnews ul li:hover .np span {
		color: #2dad69;
	}
}

.hnews1 .pic:after {
	padding-bottom: 62.4%;
}

.hnews1 ul {
	margin: 0 -23rem;
}

.hnews1 ul li {
	width: 20%;
	float: left;
	padding: 0 23rem;
}

.hnews1 ul li .box {
	box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	border-radius: 12rem;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.hnews1 ul li .biaoqian {
	background: url(../images/span1.png) no-repeat top left;
}

.hnews1 ul li .text {
	padding: 28rem 22rem 20rem 22rem;
}

.hnews1 ul li .ndate {
	margin-bottom: 14rem;
}

.hnews1 ul li .nbt {
	color: #1c2516;
	font-size: 18rem;
	margin-bottom: 12rem;
	font-weight: normal;
}

.hnews1 ul li .more1 {
	font-size: 14rem;
	line-height: 52rem;
	letter-spacing: 1rem;
	color: #b8b8b8;
	display: block;
}

.hnews1 ul li .more1 span {
	font-size: 14rem;
	letter-spacing: 1rem;
	display: block;
	line-height: 20rem;
	color: #a4adb7;
}

.hnews1 ul li .more1 span b {
	font-weight: normal;
	color: #2dad69;
	letter-spacing: -4rem;
	margin-left: 7rem;
	margin-right: 5rem;
}

.hnews1 ul li .more1 span b {
	display: inline-block;
	vertical-align: top;
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
}

@media (min-width: 1025px) {
	.hnews1 ul li:hover .biaoqian {
		background: url(../images/span.png) no-repeat top left;
	}

	.hnews1 ul li:hover .box {
		position: relative;
		overflow: hidden;
		box-shadow: 0rem 0rem 28rem 0rem rgba(45, 173, 105, 0.23);
		background-color: #2dad69;
	}

	.hnews1 ul li:hover .box:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: 4rem solid #2dad69;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-radius: 12rem;
	}

	.hnews1 ul li:hover .pic img {
		transform: scale(1.1);
	}

	.hnews1 ul li:hover .ndate {
		color: #fff;
		background: url(../images/date1.png) no-repeat center left;
	}

	.hnews1 ul li:hover .nbt {
		color: #fff;
	}

	.hnews1 ul li:hover .more1 {
		color: #fff;
	}

	.hnews1 ul li:hover .more1 span {
		color: #fff;
	}

	.hnews1 ul li:hover .more1 span b {
		color: #fff;
	}
}

.home-ganyan {
	padding: 88rem 0 97rem 0;
	background-color: #eef4fa;
}

.home-ganyan .home-title {
	font-weight: bold;
	color: #2984d1;
}

.home-ganyan .home-bottom {
	padding-top: 45rem;
	position: relative;
	padding-bottom: 40rem;
}

.ganyanlist li .box {
	box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	border-radius: 12rem;
	padding: 40rem 40rem 44rem 40rem;
	background-color: #fff;
}

.ganyanlist li .gtop {
	position: relative;
	height: 105rem;
	padding-left: 126rem;
	padding-top: 25rem;
	margin-bottom: 5rem;
}

.ganyanlist li .gtop .pic {
	width: 105rem;
	border-radius: 50%;
	background-color: #eff1f1;
	position: absolute;
	top: 0;
	left: 0;
}

.ganyanlist li .gtop .bt {
	font-size: 20rem;
	font-weight: bold;
	line-height: 28rem;
	letter-spacing: 1rem;
	color: #225f90;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ganyanlist li .gtop .span {
	font-size: 16rem;
	line-height: 28rem;
	color: #225f90;
}

.ganyanlist li .p {
	font-size: 16rem;
	line-height: 28rem;
	overflow: hidden;
	height: 84rem;
	text-align: justify;
	color: #626f7a;
}

@media (min-width: 1025px) {
	.ganyanlist li:hover .box {
		box-shadow: 0rem 0rem 28rem 0rem rgba(45, 173, 105, 0.33);
	}
}

.ganyanlist .slick-list {
	padding-bottom: 33rem;
}

.ganyanlist .slick-dots {
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
}

.ganyanlist .slick-dots li {
	width: 32rem;
	height: 4rem;
	border: 0;
	border-radius: 0;
	margin: 0 4rem;
	padding: 0;
	float: none;
}

.ganyanlist .slick-dots li button {
	width: 32rem;
	height: 4rem;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.ganyanlist .slick-dots li button:before {
	width: 32rem;
	height: 4rem;
	border: 0;
	padding: 0;
	border-radius: 0;
	background-color: #fff;
}

.ganyanlist .slick-dots li.slick-active button:before {
	background: #0092ff;
	border: 0;
}

#certify .home-bottom {
	position: relative;
	width: 1440px;
	left: 50%;
	margin-left: -720px;
}

#certify .swiper-slide {
	width: 720px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 32rem;
	height: 4rem;
	background-color: #fff;
	opacity: 1;
	border-radius: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #0092ff;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	z-index: 10;
	margin-top: -25rem;
	cursor: pointer;
	font-size: 0;
	text-align: center;
	border-radius: 50%;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50rem;
	height: 50rem;
	z-index: 10;
	margin-top: -25rem;
	cursor: pointer;
	font-size: 0;
	text-align: center;
	border-radius: 50%;
}

#certify .swiper-button-prev {
	left: 11%;
	background: #2dad69 url('../images/jtl-fcro.png') center no-repeat;
}

#certify .swiper-button-next {
	right: 11%;
	background: #2dad69 url('../images/jtr-fcro.png') center no-repeat;
}

#certify .swiper-button-next:hover,
#certify .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

#certify .swiper-button-next:before,
#certify .swiper-button-prev:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(45, 173, 105, 0.1);
	-webkit-animation: circlepulse 1.5s ease 0s infinite;
	animation: circlepulse 1.5s ease 0s infinite;
}

#certify .swiper-button-next:after,
#certify .swiper-button-prev:after {
	display: none;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
	-webkit-animation: pin02 3s ease-in-out 0s infinite;
	animation: pin02 3s ease-in-out 0s infinite;
}

@-webkit-keyframes pin02 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(45, 173, 105, 0.2);
		box-shadow: 0px 0px 0 0px rgba(45, 173, 105, 0.2);
	}

	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(45, 173, 105, 0.2);
		box-shadow: 0px 0px 0 20px rgba(45, 173, 105, 0.2);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(45, 173, 105, 0.2);
		box-shadow: 0px 0px 0 0px rgba(45, 173, 105, 0.2);
	}
}

.headerFixed .header {
	height: 0;
	overflow: hidden;
}

.float {
	position: fixed;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	z-index: 200;
	animation: sonarEffect-data-v-36cbca12 1.3s;
}

.float ul {
	position: relative;
	z-index: 1;
}

@-webkit-keyframes sonarEffect-data-v-36cbca12 {
	0% {
		opacity: 0.3;
		top: 20%;
	}

	to {
		top: 50%;
		opacity: 1;
	}
}

.float ul li {
	width: 61px;
	height: 61px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: center;
	position: relative;
	background: #2986d2;
	border-radius: 4rem;
	z-index: 1;
	transition: transform 0.1s ease-out, background 0.2s;
}

.float ul li .girl {
	height: 40px;
	width: 40px;
	margin: 0 auto;
}

.float ul li .bt {
	color: #fff;
	margin-top: -3px;
}

.fangda {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}

.suoxiao {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.float ul li .hover {
	position: absolute;
	top: 0;
	right: 61px;
	width: 371px;
	font-size: 14px;
	display: none;
	text-align: left;
	background: url(../images/hover1.png) no-repeat top left;
	background-size: 100%;
	height: 538px;
	padding: 23px 36px;
}

.float ul li .hover .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 26px;
	right: 26px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	color: #c5c5c5;
	font-weight: lighter;
	cursor: pointer;
}

.float ul li .hover .bt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;
	color: #1461a9;
	border-bottom: 1px solid #e8e8e8;
}

.float ul li .hover .bt img {
	display: block;
}

.float ul li .hover .span {
	font-size: 18px;
	margin-bottom: 11px;
	font-weight: bold;
	margin-top: 25px;
	color: #4e5861;
}

.float ul li .hover .item {
	margin-bottom: 24px;
}

.float ul li .hover .h3 {
	color: #4e5861;
	margin-bottom: 6px;
	font-weight: bold;
}

.float ul li .hover .more2 a {
	color: #0094d3;
}

@media (min-width: 1025px) {
	.float ul li .hover .more2 a:hover {
		color: #2dad69;
	}
}

.float ul li .hover .p p {
	color: #626f7a;
	padding-left: 29px;
	line-height: 20px;
	position: relative;
	margin-bottom: 8px;
}

.float ul li .hover .p p a {
	color: #626f7a;
}

@media (min-width: 1025px) {
	.float ul li .hover .p p a:hover {
		color: #2dad69;
	}
}

.float ul li .hover .p p:nth-child(1) {
	background: url(../images/fl1.png) no-repeat left 6px;
}

.float ul li .hover .p p:nth-child(2) {
	background: url(../images/fl2.png) no-repeat left 2px;
}

.float ul li .hover .p p:nth-last-child(1) {
	background: url(../images/fl3.png) no-repeat left 2px;
}

.float ul li .hover .list {
	padding-top: 12px;
	padding-right: 42px;
}

.float ul li .hover .list p {
	margin-bottom: 10px;
}

.float ul li .hover .list p a {
	display: block;
	line-height: 44px;
	border: solid 1px #e7e7e7;
	text-align: left;
	padding: 0 55px 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.float ul li .hover .list p a:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	transition: 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #2dad69;
}

.float ul li .hover .list p a:after {
	content: '';
	display: block;
	width: 27px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 2;
	background: url(../images/you.png) no-repeat center center;
}

@media (min-width: 1025px) {
	.float ul li .hover .list p a:hover {
		border: solid 1px #fff;
		color: #fff;
	}

	.float ul li .hover .list p a:hover:before {
		width: 100%;
	}

	.float ul li .hover .list p a:hover:after {
		background: url(../images/you1.png) no-repeat center center;
	}
}

.float ul li .hover2 {
	top: 50%;
	background: url(../images/hover4.png) no-repeat top left;
	background-size: 100%;
	transform: translateY(-49%);
	height: 598px;
}

.float ul li .hover3 {
	top: 50%;
	background: url(../images/hover3.png) no-repeat top left;
	background-size: 100%;
	transform: translateY(-41%);
}

@media (min-width: 1025px) {
	.float ul li:hover .hover {
		display: block;
	}
}

.float ul li:nth-last-child(1) {
	height: 47px;
	padding-top: 4px;
}

.float ul li:hover {
	background: #2dad69;
}

.float ul li:hover .bt {
	text-decoration: underline;
}

.cursor-dot {
	position: fixed;
	top: 50%;
	left: 50%;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0;
	width: 8px;
	height: 8px;
	background-color: rgba(23, 255, 251, 0.5);
	z-index: 999999999;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url(../font/Montserrat-Regular.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype'), url('../font/Montserrat-Bold.eot') format('embedded-opentype'), url('../font/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url('../font/Oswald-Bold.ttf');
	src: url('../font/Oswald-Bold.eot');
	src: url('../font/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.svg#Oswald-Bold') format('svg'), url('../font/Oswald-Bold.otf');
	font-weight: normal;
	font-style: normal;
}

.tanchu .hover {
	font-size: 14px;
	display: none;
	text-align: left;
	background: #fff;
	border-radius: 8px;
	background-size: 100%;
	z-index: 66699997;
}

.tanchu .hover .bt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;
	color: #1461a9;
	border-bottom: 1px solid #e8e8e8;
}

.tanchu .hover .bt img {
	display: block;
}

.tanchu .hover .span {
	font-size: 18px;
	margin-bottom: 11px;
	font-weight: bold;
	margin-top: 25px;
	color: #4e5861;
}

.tanchu .hover .item {
	margin-bottom: 24px;
}

.tanchu .hover .h3 {
	color: #4e5861;
	margin-bottom: 6px;
	font-weight: bold;
}

.tanchu .hover .more2 a {
	color: #0094d3;
}

@media (min-width: 1025px) {
	.tanchu .hover .more2 a:hover {
		color: #2dad69;
	}
}

.tanchu .hover .p p {
	color: #626f7a;
	padding-left: 29px;
	line-height: 20px;
	position: relative;
	margin-bottom: 6px;
}

.tanchu .hover .p p a {
	color: #626f7a;
}

@media (min-width: 1025px) {
	.tanchu .hover .p p a:hover {
		color: #2dad69;
	}
}

.tanchu .hover .p p:nth-child(1) {
	background: url(../images/fl1.png) no-repeat left 6px;
}

.tanchu .hover .p p:nth-child(2) {
	background: url(../images/fl2.png) no-repeat left 2px;
}

.tanchu .hover .p p:nth-last-child(1) {
	background: url(../images/fl3.png) no-repeat left 2px;
}

.tanchu .hover .list {
	padding-top: 12px;
}

.tanchu .hover .list p {
	margin-bottom: 13px;
}

.tanchu .hover .list p a {
	display: block;
	line-height: 42px;
	border: solid 1px #e7e7e7;
	text-align: left;
	padding: 0 55px 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/you.png) no-repeat 90% center;
}

@media (min-width: 1025px) {
	.tanchu .hover .list p a:hover {
		border: solid 1px #2dad69;
		color: #fff;
		background: #2dad69 url(../images/you1.png) no-repeat 90% center;
	}
}

@media (max-width: 1600px) {
	.topLoop {
		width: 1214px;
	}
}

@media (max-width: 1440px) {
	.topLoop {
		width: 100%;
	}
}

.float1 {
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	width: 100%;
	z-index: 200;
}

.float1 ul li {
	width: 25%;
	height: 60px;
	float: left;
	font-size: 12px;
	text-align: center;
	position: relative;
	background: #2986d2;
}

.float1 ul li .girl {
	height: 40px;
	width: 40px;
	margin: 0 auto;
}

.float1 ul li .bt {
	color: #fff;
	margin-top: -3px;
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#section-footer .fp-tableCell {
	display: block;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 55%;
	opacity: 1;
	width: 50px;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 70px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 50px;
	height: 30px;
	text-align: center;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
	content: '';
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 5px;
	display: none;
	background: #fff;
	position: absolute;
	transition: all 334ms ease;
	-webkit-transition: all 334ms ease;
}

#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
	width: 20px;
	left: 24px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #fff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	position: absolute;
	z-index: 1;
	border: 0;
	color: #fff;
	font-size: 0;
	font-family: arial;
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: solid 2px #fff;
	border-radius: 100%;
}

#fp-nav ul li:last-child {
	display: none;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	background: #fff;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important;
}

.slick-slider {
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

.slick-dots {
	position: absolute;
	bottom: 46px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 20px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	text-align: center;
	color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@keyframes zhuanquan {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes flipOutYtest {
	from {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
	}

	40% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}

	to {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		opacity: 0;
	}
}

.test {
	-webkit-animation: flipOutYtest 0.75s linear;
	animation: flipOutYtest 0.75s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes flipInYtest {
	from {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}

	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		transform: translate3d(-70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	0% {
		opacity: 0;
		transform: translate3d(70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	0% {
		opacity: 0;
		transform: translate3d(0, -70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

/*
.funnyNewsTicker {
	width: 100%;
	position: relative;
	padding: 0 5px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 700rem !important;
}
.funnyNewsTicker > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}
.funnyNewsTicker > ul > li {
	display: none;
	width: 100%;
	height: 263rem !important;
	background: none !important;
	border: none !important;
	position: absolute;
	overflow: hidden;
}
.funnyNewsTicker > ul > li > .fnt-content {
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding: 5%;
	overflow: hidden;
}
.funnyNewsTicker > ul > li > .fnt-content a {
	text-decoration: none;
}
.funnyNewsTicker > ul > li > .fnt-content a:hover {
	text-decoration: underline;
}
.funnyNewsTicker > ul > li > .fnt-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	padding: 5px;
	border-top: solid 1px #ddd;
}
.funnyNewsTicker > ul > li > .fnt-info a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #0f0;
	opacity: 0.2;
	cursor: pointer;
}
.funnyNewsTicker > ul > li > .fnt-info a:hover {
	opacity: 1;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-facebook-black {
	background: url(../img/fnt-buttons-black.png) 0 0 no-repeat;
	float: left;
	margin-right: 5px;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-twitter-black {
	background: url(../img/fnt-buttons-black.png) -20px 0 no-repeat;
	float: left;
	margin-right: 5px;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-google-black {
	background: url(../img/fnt-buttons-black.png) -40px 0 no-repeat;
	float: left;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-link-black {
	background: url(../img/fnt-buttons-black.png) -60px 0 no-repeat;
	float: right;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-facebook-white {
	background: url(../img/fnt-buttons-white.png) 0 0 no-repeat;
	float: left;
	margin-right: 5px;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-twitter-white {
	background: url(../img/fnt-buttons-white.png) -20px 0 no-repeat;
	float: left;
	margin-right: 5px;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-google-white {
	background: url(../img/fnt-buttons-white.png) -40px 0 no-repeat;
	float: left;
}
.funnyNewsTicker > ul > li > .fnt-info a.fnt-link-white {
	background: url(../img/fnt-buttons-white.png) -60px 0 no-repeat;
	float: right;
}
.funnyNewsTicker > ul > li > .fnt-info span {
	position: absolute;
	left: 80px;
	right: 30px;
	text-align: center;
	opacity: 0.4;
	z-index: 0;
	font-size: 13px;
	cursor: default;
}
.funnyNewsTicker > div {
	width: 50px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	opacity: 0.3;
}
.funnyNewsTicker > div:hover {
	opacity: 1;
}
.funnyNewsTicker > div.fnt-top-arrow {
	top: 0;
	background: url(../img/fnt-arrows-black.png) top no-repeat;
}
.funnyNewsTicker > div.fnt-bottom-arrow {
	bottom: 0;
	background: url(../img/fnt-arrows-black.png) bottom no-repeat;
}

.funnyNewsTicker .fnt-top0 {
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.85;
	top: -80rem;
	z-index: 1;
	display: block;
}
.funnyNewsTicker .fnt-top1 {
	-ms-transform: scale(0.77);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.9;
	top: 0;
	z-index: 2;
	display: block;
}
.funnyNewsTicker .fnt-top2 {
	-ms-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.95;
	top: 100rem;
	z-index: 3;
	display: block;
}
.funnyNewsTicker .fnt-active {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	top: 200rem;
	z-index: 10;
	display: block;
}
.funnyNewsTicker .fnt-bottom2 {
	-ms-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.95;
	top: 280rem;
	z-index: 6;
	display: block;
}
.funnyNewsTicker .fnt-bottom1 {
	-ms-transform: scale(0.77);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.9;
	top: 360rem;
	z-index: 5;
	display: block;
}
.funnyNewsTicker .fnt-bottom0 {
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.85;
	top: 440rem;
	z-index: 4;
	display: block;
}
*/
.fnt-easing2 {
	transition: 0.25s linear;
	-moz-transition: 0.25s linear;
	-webkit-transition: 0.25s linear;
}

.fnt-easing li {
	transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}

.fnt-radius li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.fnt-radius2 li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fnt-shadow li {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.3);
}

.fnt-shadow-big {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}

.top {
	font-size: 14px;
}

@media (max-width: 1600px) {
	.top .header-search {
		margin-right: 72px;
	}

	.nav ul li {
		margin-right: 60px;
	}

	.nav ul li a {
		font-size: 16px;
	}

	#certify .home-bottom {
		width: 1214px;
		margin-left: -607px;
	}

	#certify .swiper-slide {
		width: 600px;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide {
		height: 230px;
	}
}

.personal .list-1 .info {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 1440px) {
	.footer-list ul li {
		margin-right: 126px;
	}

	.home-ziyuan #funnyNewsTicker2 {
		width: 640px;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide {
		height: 220px;
	}

	.home-ziyuan .funnyNewsTicker {
		height: 600px;
	}

	.float ul {
		transform: scale(0.75);
	}

	#certify .home-bottom {
		width: 1100px;
		margin-left: -550px;
	}

	#certify .swiper-slide {
		width: 550px;
	}

	.home-adv ul li .box p {
		top: 107px;
	}

	.home-adv ul li.qita1 .box p {
		top: 114px;
	}

	.hnews .news-one .nbt {
		margin-bottom: 5rem;
	}

	.hnews ul li .box {
		height: 115px;
		padding-right: 210px;
	}

	.hnews ul li .pic {
		width: 185px;
	}

	.top .header-search .search {
		width: 570px;
	}

	.nav ul li {
		margin-right: 40px;
	}

	.nav ul li a {
		font-size: 14px;
	}

	.header {
		height: 50px;
	}

	.nav ul li a {
		line-height: 50px;
	}

	.nav ul li .subnav {
		top: 50px;
	}

	.header .header-right .daogou a {
		font-size: 13px;
		width: 80px;
		line-height: 32px;
	}

	.header .header-right .daogou {
		padding-top: 9px;
	}

	.nav ul li a i {
		height: 14px;
	}

	.nav ul li a:before {
		height: 14px;
	}

	.banner {
		margin-top: 104px !important;
	}

	.inmain {
		padding-top: 104px;
	}

	.banner .img {
		height: calc(100vh - 104px);
	}

	.biaoqian {
		width: 75px;
		line-height: 23px;
		font-size: 12px;
	}

	.gongyongbiaodan li textarea {
		height: 131px;
	}

	.more a {
		width: 140px;
		line-height: 34px;
		border-radius: 30px;
		font-size: 12px;
	}

	.banner .banner-hover .span {
		font-size: 30px;
		margin-bottom: 30px;
		line-height: 50px;
	}
}

.inside-2 .leftAside {
	z-index: 999999;
}

.inside-2 .switchAside {
	max-height: inherit;
}

@media (max-width: 1200px) {
	.sitemap li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.sitemap li a {
		font-size: 16px;
	}

	.sitemap li ul {
		margin-top: 5px;
	}

	.sitemap li ul li a {
		font-size: 14px;
		margin-right: 10px;
	}

	.crolist li .box1 .p {
		padding: 0 10px;
		top: 16%;
		line-height: 25px;
		font-size: 14px;
		height: 75px;
	}

	.home-ziyuan #funnyNewsTicker1 {
		display: block;
	}

	.home-ziyuan #funnyNewsTicker2 {
		display: none;
	}

	.gongyongbiaodan li .doce {
		position: relative;
		top: auto;
		right: auto;
		border-left: none;
	}

	.layui-layer-btn-submit {
		padding: 0 20px 20px 20px !important;
	}

	.banner {
		margin-top: 51px !important;
	}

	.inmain {
		padding-top: 51px;
	}

	.gongyongbiaodan li textarea {
		height: 99px;
	}

	.float1 {
		display: block;
	}

	.footer {
		margin-bottom: 60px;
	}

	.top .header-search {
		display: none;
	}

	.top .header-search1 {
		display: block;
		margin: 0 5px;
	}

	body {
		font-size: 12px;
	}

	.container {
		width: 100%;
		padding: 0 15px;
		max-width: 750px;
	}

	.header {
		height: 50px;
	}

	.top .right {
		line-height: 27px;
		padding-top: 12px;
	}

	.top .daogou {
		display: block;
	}

	.top .daogou a {
		font-size: 0;
	}

	.top {
		height: 51px;
	}

	.top .logo a img {
		width: 76px;
	}

	.top .logo {
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.top .right .login a {
		height: 27px;
		background-size: 16px;
		padding-left: 16px;
		width: 27px;
		font-size: 0;
		background-position: center center !important;
	}

	.top .right .en {
		margin-right: 0;
	}

	.top .right .login.active a {
		background: none;
	}

	.top .right .login.active a .pic {
		width: 27px;
	}

	.top .right .login.active a {
		max-width: 130px;
		padding-left: 27px;
	}

	.nav {
		display: none;
	}

	.top .right .login {
		margin: 0;
		display: none;
	}

	.top .right .menu {
		display: block;
	}

	.top .menu .navPhoneBtn {
		padding: 5px;
	}

	.top .right .en a {
		height: 27px;
		background: url(../images/en1.png) no-repeat center left;
		background-size: 19px;
		padding-left: 0;
		width: 27px;
		font-size: 0;
		margin: 0 5px;
		background-position: center center !important;
	}

	.header .header-right .menu {
		display: block;
	}

	.top .right .phone a {
		font-size: 0;
		height: 27px;
		width: 27px;
		padding: 0;
		margin: 0 5px;
		background: url(../images/phone1.png) no-repeat center left;
		background-size: 20px;
		background-position: center center !important;
	}

	.banner .img {
		background: none !important;
		height: auto;
	}

	.banner .img img {
		display: block;
		width: 100%;
	}

	.header {
		display: none;
	}

	.home-list {
		bottom: 10px;
		text-align: center;
	}

	.home-list .swiper-wrapper {
		width: 100px;
	}

	.home-list ul li {
		width: 10px !important;
		height: 10px;
		font-size: 0;
		border-radius: 50%;
		overflow: hidden;
		float: none !important;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}

	.banner .banner-hover .bt {
		font-size: 16px;
	}

	.banner .banner-hover .span {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.banner .banner-hover .p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.banner .img1 {
		display: block;
	}

	.crolist li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.crolist li .box {
		border-radius: 10px;
		padding: 15px;
		position: relative;
		left: auto;
		top: auto;
	}

	.crolist li .info {
		height: auto;
	}

	.float ul li {
		display: none;
	}

	.float ul li:nth-last-child(1) {
		display: block;
	}

	.float {
		/*bottom: 70px;*/
		/*top: auto;*/
		bottom: 80px;
		top: auto;
	}

	.float {
		transform: scale(1);
	}

	.float ul li:nth-last-child(1) {
		height: 40px;
		padding: 0;
		width: 40px;
		border-radius: 5px;
	}

	.more a {
		width: 120px;
		line-height: 30px;
		font-size: 12px;
	}

	.more a img {
		width: 17px;
		margin-top: 12px;
		margin-left: 5px;
	}

	.banner .custom_paging li {
		font-size: 12px;
		line-height: 25px;
	}

	.footer-top {
		padding: 20px 0;
	}

	.footer-top .left {
		width: 100%;
	}

	.footer-top .left .img {
		width: 100%;
	}

	.footer-top .left .share-h3 {
		font-size: 14px;
		line-height: 30px;
		margin-right: 10px;
	}

	.footer-top .left .share {
		padding-top: 10px;
	}

	.footer-top .left .share a {
		margin-right: 5px;
		width: 30px;
		height: 30px;
	}

	.footer-top .left .share a img:nth-child(2) {
		bottom: 30px;
		width: 100px;
		max-width: 100px;
	}

	.footer-top .left .right-bottom {
		padding-top: 10px;
		margin-bottom: 10px;
	}

	.footer-top .fr {
		display: none;
	}

	.footer-bottom {
		font-size: 12px;
		line-height: 24px;
		padding: 10px 0;
		text-align: center;
	}

	.footer-bottom span {
		float: none;
		display: block;
	}

	.footer-top .left .right-bottom p {
		font-size: 13px;
		line-height: 24px;
		padding-left: 35px;
	}

	.footer-top .left {
		background: none;
		padding: 0;
	}

	.footer-list {
		/*padding: 10px 0;*/
		padding: 0 0 6px 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		width: 100%;
	}


	.footer-list ul li a {
		/*font-size: 14px;*/
		/*line-height: 30px;*/
		/*letter-spacing: 0;*/
		/*padding-left: 0;*/
		/*font-size: 0;*/
		line-height: 20px;
		padding-left: 0;
		font-size: 14px;
		text-align: center;
	}

	.footer-list ul li {
		margin-right: 0;
		height: 40px;
	}

	.footer-list ul li a .girl {
		width: 40px;
		height: 40px;
		top: auto;
		position: relative;
		left: auto;
		margin: 0 auto;
	}

	.home-news .home-top .list ul li {
		margin-right: 10px;
	}

	.home-title {
		font-size: 24px;
	}

	.ganyanlist li {
		width: 100%;
	}

	.ganyanlist li .box {
		border-radius: 10px;
		padding: 17px;
	}

	.ganyanlist li .gtop {
		height: 60px;
		padding-left: 70px;
		padding-top: 5px;
		margin-bottom: 5px;
	}

	.ganyanlist li .gtop .pic {
		width: 60px;
	}

	.ganyanlist li .gtop .bt {
		font-size: 16px;
		line-height: 26px;
	}

	.footer-top .left .share a {
		border-radius: 5px;
	}

	.ganyanlist li .gtop .span {
		font-size: 14px;
		line-height: 20px;
	}

	.ganyanlist li .p {
		font-size: 14px;
		line-height: 22px;
		height: 154px;
		text-align: justify;
	}

	.home-ganyan .home-bottom {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.ganyanlist .slick-dots li {
		width: 20px;
		height: 2px;
		margin: 0 3px;
	}

	.ganyanlist .slick-dots li button {
		width: 20px;
		height: 2px;
	}

	.ganyanlist .slick-dots li button:before {
		width: 20px;
		height: 2px;
	}

	.ganyanlist li {
		padding-top: 10px;
	}

	.home-ganyan {
		padding: 40px 0;
		overflow: hidden;
	}

	.home-product {
		padding: 40px 0 20px 0;
	}

	.home-news .home-top {
		margin-bottom: 20px;
	}

	.home-news {
		padding: 40px 0;
	}

	.home-news .home-top .dingyue a {
		width: 70px;
		line-height: 30px;
		font-size: 14px;
		padding-left: 32px;
		background: #2dad69 url(../images/email.png) no-repeat 10px center;
		background-size: 16px;
		border-radius: 5px;
	}

	.home-news .home-top .list ul li a {
		width: 100px;
		line-height: 28px;
		border-radius: 5px;
		font-size: 14px;
	}

	.ndate {
		font-size: 12px;
		letter-spacing: 0;
		background: url(../images/date.png) no-repeat center left;
		background-size: 17px !important;
		padding-left: 23px;
	}

	.nbt {
		font-size: 16px;
	}

	.hnews .news-one .ndate {
		margin-bottom: 5px;
	}

	.home-news .text {
		padding: 12px;
	}

	.hnews .news-one .nbt {
		margin-bottom: 5px;
	}

	.np {
		font-size: 15px;
		line-height: 24px;
	}

	.hnews1 ul li .ndate {
		margin-bottom: 5px;
	}

	.np p {
		height: 48px;
	}

	.hnews .news-one .box {
		border-radius: 10px 10px;
	}

	.hnews .news-one .np span {
		position: relative;
		bottom: auto;
		right: auto;
	}

	.np span {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 20px;
		display: block;
	}

	.np span b {
		vertical-align: top;
	}

	.hnews ul li .pic {
		width: 170px !important;
	}

	.hnews ul li .box {
		border-radius: 5px;
		height: 106px;
		padding-right: 175px;
	}

	.biaoqian {
		top: 5px;
		left: 0;
		width: 75px;
		line-height: 24px;
		font-size: 12px;
		padding-right: 5px;
		padding-left: 9px;
	}

	.hnews ul li .biaoqian {
		padding-left: 18px;
	}

	.home-news ul li .text {
		padding: 10px;
	}

	.hnews1 ul li .nbt {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.hnews1 ul li .more1 {
		line-height: 30px;
		font-size: 12px;
		background-size: 16px;
	}

	.hnews1 ul li .more1 span {
		font-size: 12px;
		letter-spacing: 0;
	}

	.hnews1 ul {
		margin: 0 -6px;
	}

	.hnews1 ul li {
		padding: 0 6px;
		margin-bottom: 0;
	}

	.hnews1 ul li .text {
		padding: 15px;
	}

	.home-ziyuan .home-bottom {
		padding-top: 0;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide {
		border-radius: 10px;
		overflow: hidden;
		height: auto;
		padding: 0;
		margin-top: 20px;
	}

	.home-ziyuan .funnyNewsTicker {
		padding: 5px;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide .box,
	.home-ziyuan .funnyNewsTicker .swiper-slide .box1 {
		padding: 20px;
		border: 0;
		position: relative;
		left: auto;
		top: auto;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide .box1 {
		display: none;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide .jsh {
		font-size: 14px;
		line-height: 24px;
		height: auto;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide .bt {
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		margin-bottom: 0;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide .box1 {
		display: none;
	}

	.home-ziyuan .funnyNewsTicker .swiper-slide .more2 {
		font-size: 12px;
		margin-top: 20px;
	}

	.home-ziyuan .funnyNewsTicker .swiper-wrapper {
		display: block;
	}

	.home-ziyuan {
		padding: 40px 0;
	}

	.home-list ul li .bt {
		padding-bottom: 20px;
		background-size: 24px;
	}

	.home-list ul li a {
		font-size: 14px;
		line-height: 22px;
		padding: 12px;
	}

	.more a span {
		width: 15px;
		height: 1px;
		margin-left: 5px;
	}

	.home-cro {
		padding: 40px 0;
	}

	.home-cro .home-bottom {
		padding-top: 20px;
	}

	.crolist li .bt {
		font-size: 30px;
		margin-bottom: 5px;
		line-height: 40px;
	}

	.crolist {
		height: auto;
	}

	.crolist li .box {
		min-height: 0;
	}

	.crolist li .span {
		font-size: 14px;
		line-height: 30px;
	}

	.list-two ul li .bt {
		padding: 0 10px;
		font-size: 16px;
		line-height: 30px;
		max-height: 60px;
	}

	.list-two ul li .box,
	.list-two ul li .box1 {
		border-radius: 10px;
	}

	.home-product .list-one {
		padding-top: 20px;
	}

	.list-one .list li .box {
		height: auto;
		border-radius: 10px;
		padding: 20px;
		background-size: cover;
	}

	.list-one .list li .box1 {
		background-image: url(../images/pic-1.png) !important;
	}

	.list-one .list li .box2 {
		background-image: url(../images/pic-2.png) !important;
	}

	.list-one .list li .box3 {
		background-image: url(../images/pic-3.png) !important;
	}

	.home-adv ul li {
		border-radius: 10px;
	}

	.list-one .list li {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}

	.list-one .list li .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.list-one .list li .ul {
		opacity: 1;
		height: auto;
		margin-bottom: 20px;
	}

	.list-one .list li .ul p a {
		font-size: 14px;
		line-height: 30px;
		padding-left: 15px;
	}

	.list-one .list li .ul p a:after {
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}

	.list-one .list li .more1 {
		opacity: 1;
	}

	.list-one .list li .more1 a {
		font-size: 12px;
		line-height: 35px;
		background-size: 24px;
	}

	.list-one .list li:nth-last-child(1) {
		width: 100% !important;
		display: none;
	}

	.list-one .list li:nth-last-child(1) .box {
		min-height: 300px;
	}

	.footer-list ul li {
		width: 20%;
	}

	.funnyNewsTicker {
		height: auto !important;
	}

	.home-ziyuan .funnyNewsTicker {
		width: 100% !important;
		margin-top: 20px !important;
	}

	.funnyNewsTicker>ul>li {
		display: block;
		height: auto !important;
		border-radius: 10px;
		position: relative !important;
		margin-bottom: 20px;
	}

	.home-ziyuan .funnyNewsTicker ul li .box,
	.home-ziyuan .funnyNewsTicker ul li .box1 {
		padding: 20px;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		border-radius: 10px;
		height: auto;
	}

	.home-ziyuan .funnyNewsTicker ul li .more2 {
		font-size: 12px;
		display: block;
		margin-top: 20px;
		color: #2dad69;
	}

	.list-two ul {
		margin: 0 -6px;
	}

	.list-two ul li {
		margin: 10px 0;
		overflow: hidden;
		border-radius: 10px;
	}

	.home-adv ul li .p {
		display: none;
	}

	.home-adv ul li .pp {
		display: block;
	}

	.home-adv ul li .box .p {
		display: block;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 3px;
	}

	.home-adv .swiper-container {
		border-radius: 10px;
	}

	.home-adv ul li .box .bt {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
		max-height: 48px;
	}

	.home-adv ul li .box span {
		font-size: 20px;
		line-height: 30px;
		top: 36%;
		left: 13%;
	}

	.home-adv ul li .box p {
		font-size: 14px;
		line-height: 18px;
		color: #333;
		top: 61%;
		left: 5%;
	}

	.home-adv ul li .box {
		padding-left: 30%;
		padding-top: 10%;
		width: 100%;
		height: 100%;
		padding-right: 10px;
		border-radius: 10px;
		overflow: hidden;
	}

	.home-adv ul li .box .more2 a {
		font-size: 12px;
	}

	.home-adv .swiper-pagination {
		margin-top: 10px;
	}

	.home-adv .swiper-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 2px;
		margin: 0 3px;
	}

	.home-adv {
		padding-bottom: 20px;
	}

	.list-two {
		position: relative;
	}

	.list-two .prev,
	.list-two .next {
		width: 20px;
		height: 44px;
		z-index: 44;
		margin-top: -22px;
		background: rgba(255, 255, 255, 0.5) url(../images/left.png) no-repeat center center;
		background-size: 6px !important;
	}

	.list-two .prev:before,
	.list-two .next:before {
		content: '';
	}

	.list-two .prev {
		left: 0;
		border-radius: 0 10px 10px 0;
	}

	.list-two .next {
		right: 0;
		border-radius: 10px 0 0 10px;
		background: rgba(255, 255, 255, 0.5) url(../images/right.png) no-repeat center center;
	}

	.hnews .news-one {
		width: 100%;
	}

	.hnews ul {
		width: 100%;
		margin-top: 15px;
	}

	.hnews1 ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.hnews .text {
		padding: 7px;
	}
}

@media (max-width: 500px) {
	.home-adv ul li .box {
		padding-top: 6%;
	}

	.home-adv ul li .box span {
		font-size: 18px;
		top: 32%;
		left: 11%;
	}

	.home-adv .swiper-button-prev,
	.home-adv .swiper-button-next {
		width: 20px;
		height: 34px;
		z-index: 44;
		left: 15px;
		margin-top: -34px;
		background: rgba(255, 255, 255, 0.5) url(../images/left.png) no-repeat center center !important;
		background-size: 6px !important;
	}

	.home-adv .swiper-button-next {
		background: rgba(255, 255, 255, 0.5) url(../images/right.png) no-repeat center center !important;
		background-size: 6px !important;
		right: 15px;
		left: auto;
	}

	.topLoop .swiper-button-prev,
	.topLoop .swiper-button-next {
		width: 20px;
		height: 34px;
		z-index: 44;
		left: 0;
		margin-top: -17px;
		background: rgba(255, 255, 255, 0.5) url(../images/left.png) no-repeat center center !important;
		background-size: 6px !important;
	}

	.topLoop .swiper-button-next {
		background: rgba(255, 255, 255, 0.5) url(../images/right.png) no-repeat center center !important;
		background-size: 6px !important;
		right: 0;
		left: auto;
	}

	.home-adv ul li .box p {
		font-size: 12px;
		line-height: 15px;
		top: 57%;
		left: 4%;
	}

	.home-adv ul li.qita1 .box p {
		top: 80px;
	}
}

@media (max-width: 375px) {
	.home-adv ul li .box {
		padding-top: 3%;
	}

	.home-adv ul li .box span {
		font-size: 15px;
		top: 30%;
	}

	.home-adv ul li .box p {
		left: 3.4%;
	}

	.home-adv ul li .box .bt br {
		display: none;
	}

	.home-adv ul li.qita1 .box p {
		top: 71px;
	}
}

.inside-banner {
	position: relative;
}

.inside-banner .img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: 16s forwards zoomScale;
	animation: 16s forwards zoomScale;
}

.inside-banner img {
	display: block;
	width: 100%;
}

.inside-banner .img1 {
	display: none;
}

.inside-banner .banner-hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	transform: translateY(-51%);
}

.inside-banner .text {
	width: 48%;
}

.inside-banner .text1 {
	width: 100%;
}

.inside-banner .bt {
	margin-bottom: 42rem;
}

.inside-banner .bt span {
	font-size: 42rem;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/wan.png) no-repeat top right;
	background-size: 54rem;
	padding-top: 14rem;
	display: inline-block;
}

.inside-banner .p {
	font-size: 16rem;
	line-height: 32rem;
	color: #ffffff;
}

.inside-banner .p1 {
	font-size: 20rem;
}

.current2 {
	padding: 18rem 0 12rem 0;
	border-bottom: 1px solid #ebebeb;
}

.current2 .span {
	font-size: 14rem;
	line-height: 24rem;
	color: #8294a3;
	background: url(../images/home1.png) no-repeat left 5rem;
	background-size: 17rem;
	padding-left: 22rem;
}

.current2 .span a {
	color: #8294a3;
}

.current2 .span span {
	color: #2590d7;
}

.content1 {
	padding: 77rem 0 82rem 0;
}

.yanfalist {
	margin: 0 -13rem;
	padding-bottom: 36rem;
}

.yanfalist li {
	width: 20%;
	float: left;
	padding: 0 13rem;
}

.yanfalist li .box {
	border-radius: 12rem;
	overflow: hidden;
	position: relative;
}

.yanfalist li .pic:after {
	padding-bottom: 169.17293233%;
}

.yanfalist li .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 46rem 32rem;
	z-index: 2;
}

.yanfalist li .text .bt {
	margin-bottom: 18rem;
	font-size: 30rem;
	font-weight: bold;
	color: #2986d2;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.yanfalist li .text .bt a {
	color: #2986d2;
}

@media (min-width: 1025px) {
	.yanfalist li .text .bt:hover {
		color: #2dad69;
		text-decoration: underline;
	}

	.yanfalist li .text .bt:hover a {
		color: #2dad69;
	}
}

.yanfalist li .text .jsh p a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18rem;
	line-height: 35rem;
	color: #626f7a;
	padding-left: 15rem;
	position: relative;
	transition: 0.5s;
}

.yanfalist li .text .jsh p a:after {
	content: '';
	display: block;
	width: 5rem;
	height: 5rem;
	background-color: #626f7a;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.yanfalist li .text .jsh p a:hover {
		color: #2dad69;
		text-decoration: underline;
		padding-left: 25rem;
	}

	.yanfalist li .text .jsh p a:hover:after {
		background-color: #2dad69;
	}
}

a.btn1 {
	display: block;
	width: 150rem;
	line-height: 48rem;
	background-color: #1781c6;
	border-radius: 4rem;
	border: solid 1rem #1781c6;
	font-size: 18rem;
	color: #ffffff;
	transition: 0.5s;
	text-align: center;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: none;
}

a.btn1:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

@media (min-width: 1025px) {
	a.btn1:hover {
		background-color: #2dad69;
		border: solid 1rem #2dad69;
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-name: hover;
		animation-name: hover;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}

	a.btn1:hover:before {
		opacity: 0.4;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		-webkit-animation-name: hover-shadow;
		animation-name: hover-shadow;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}
}

@-webkit-keyframes hover {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hover {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-webkit-keyframes hover-shadow {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		opacity: 0.4;
	}

	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		opacity: 0.4;
	}
}

@keyframes hover-shadow {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		opacity: 0.4;
	}

	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		opacity: 0.4;
	}
}

@-webkit-keyframes wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

a.btn2 {
	display: block;
	width: 150rem;
	line-height: 48rem;
	background-color: #fff;
	border-radius: 4rem;
	border: solid 1rem #1781c6;
	font-size: 18rem;
	color: #1781c6;
	transition: 0.5s;
	text-align: center;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: none;
}

a.btn2:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

@media (min-width: 1025px) {
	a.btn2:hover {
		background-color: #1781c6;
		color: #fff;
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-name: hover;
		animation-name: hover;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}

	a.btn2:hover:before {
		opacity: 0.4;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		-webkit-animation-name: hover-shadow;
		animation-name: hover-shadow;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}
}

a.btn3 {
	display: block;
	width: 192rem;
	line-height: 46rem;
	background-color: #1781c6;
	border-radius: 4rem;
	border: solid 1rem #1781c6;
	font-size: 18rem;
	color: #ffffff;
	transition: 0.5s;
	text-align: center;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: none;
}

a.btn3:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

@media (min-width: 1025px) {
	a.btn3:hover {
		background-color: #2dad69;
		border: solid 1rem #2dad69;
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-name: hover;
		animation-name: hover;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}

	a.btn3:hover:before {
		opacity: 0.4;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		-webkit-animation-name: hover-shadow;
		animation-name: hover-shadow;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}
}

a.btn4 {
	display: block;
	width: 270rem;
	line-height: 46rem;
	background-color: #1781c6;
	border-radius: 4rem;
	border: solid 1rem #1781c6;
	font-size: 18rem;
	color: #ffffff;
	transition: 0.5s;
	text-align: center;
}

@media (min-width: 1025px) {
	a.btn4:hover {
		background-color: #2dad69;
		border: solid 1rem #2dad69;
	}
}

.btn_linxi {
	text-align: center;
	font-size: 0;
}

.btn_linxi>a {
	display: inline-block;
	margin: 0 20rem;
	vertical-align: top;
}

.inmain-title {
	text-align: center;
}

.inmain-title .h3 {
	font-size: 40rem;
	margin-bottom: 15rem;
	font-weight: bold;
	color: #225f90;
}

.inmain-title .p {
	font-size: 16rem;
	color: #8294a3;
}

.yanfa-ziyuan {
	padding: 67rem 0 0 0;
}

.yfzy-info {
	background-color: #eff9ff;
	border-radius: 12rem;
	overflow: hidden;
	margin-bottom: 81rem;
	margin-top: 58rem;
}

.yf-list ul li {
	width: 16.666667%;
	float: left;
	border-right: 1px solid #fff;
}

.yf-list ul li a {
	height: 126rem;
	background-color: #2986d2;
	display: block;
	font-size: 30rem;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.yf-list ul li a span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 10rem;
	transform: translateY(-50%);
	line-height: 40rem;
	max-height: 80rem;
	overflow: hidden;
	z-index: 2;
}

.yf-list ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	transform: rotate(100deg);
	background: rgba(255, 255, 255, 0.4);
	filter: blur(40px);
	transition: 0.6s ease-in-out;
}

@media (min-width: 1025px) {
	.yf-list ul li a:hover:after {
		left: 100%;
	}
}

.yf-list ul li:nth-last-child(1) {
	border-right: 0;
}

.yf-list ul .active a {
	background-color: #2dad69;
}

.yz-show {
	padding: 46rem 48rem;
	overflow: hidden;
}

.yz-show .yz-info {
	display: none;
}

.yz-show .yz-info .pic {
	float: left;
	width: 450rem;
	border-radius: 12rem;
}

.yz-show .yz-info .pic:after {
	padding-bottom: 62.66666667%;
}

.yz-show .yz-info .text {
	float: right;
	width: 61%;
	padding-top: 10rem;
}

.yz-show .yz-info .text .bt {
	margin-bottom: 27rem;
}

.yz-show .yz-info .text .bt a {
	font-size: 24rem;
	font-weight: bold;
	color: #2986d2;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.yz-show .yz-info .text .bt a:hover {
		color: #2dad69;
	}
}

.yz-show .yz-info .text .p p {
	width: 50%;
	float: left;
}

.yz-show .yz-info .text .p p a {
	display: block;
	font-size: 18rem;
	line-height: 45rem;
	color: #626f7a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 20rem;
	position: relative;
	transition: 0.5s;
}

.yz-show .yz-info .text .p p a:after {
	content: '';
	display: block;
	width: 5rem;
	height: 5rem;
	background-color: #626f7a;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.yz-show .yz-info .text .p p a:hover {
		color: #2dad69;
		padding-left: 30rem;
	}

	.yz-show .yz-info .text .p p a:hover:after {
		background-color: #2dad69;
	}
}

.zhengzhan-contact p {
	margin-bottom: 22rem;
}

.zhengzhan-contact p a {
	color: #017cc4;
	font-size: 20rem;
	font-weight: bold;
	line-height: 65rem;
	background-color: #eff9ff;
	border-radius: 12rem;
	display: block;
	padding-left: 79rem;
}

.zhengzhan-contact p a span {
	color: #626f7a;
}

@media (min-width: 1025px) {
	.zhengzhan-contact p a:hover {
		color: #2dad69;
	}

	.zhengzhan-contact p a:hover span {
		color: #2dad69;
	}
}

.zhengzhan-contact p.zc1 a {
	background: #eff9ff url(../images/c1.png) no-repeat 29rem 16rem;
	background-size: 26rem;
}

.zhengzhan-contact p.zc2 a {
	background: #eff9ff url(../images/c2.png) no-repeat 32rem 11rem;
	background-size: 21rem;
}

.zhengzhan-contact p.zc3 a {
	background: #eff9ff url(../images/c3.png) no-repeat 29rem 17rem;
	background-size: 28rem;
}

.zhengzhan-contact p.zc4 a {
	background: #eff9ff url(../images/c4.png) no-repeat 29rem 17rem;
	background-size: 28rem;
}

.yf-contact {
	padding-bottom: 20rem;
}

.no-border-b {
	border-bottom: 0;
}

.yanfa02 {
	padding: 49rem 0 82rem 0;
}

.y-nr01 {
	background-color: #e8f7ff;
	border-radius: 12rem;
	overflow: hidden;
	margin-bottom: 36rem;
}

.y-nr01 .img {
	float: left;
	width: 25.5%;
}

.y-nr01 .img img {
	display: block;
}

.y-nr01 .text {
	float: right;
	width: 74%;
	padding: 44rem 89rem 44rem 27rem;
}

.y-nr01 .bt {
	font-size: 36rem;
	font-weight: bold;
	color: #225f90;
	margin-bottom: 20rem;
}

.y-nr01 .p {
	font-size: 16rem;
	line-height: 32rem;
	color: #8294a3;
	text-align: left;
}

.y-nr02 .text {
	text-align: center;
	width: 100%;
	padding: 50rem 89rem 84rem 87rem;
}

.yf-list1 ul li {
	width: 25%;
}

.yf-list1 ul li a {
	font-size: 22rem;
}

.yf-list1 ul li a span {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	transform: none;
	line-height: 126rem;
	max-height: initial;
	max-width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}

.yf-list1 ul li .girl {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
}

.yf-list2 ul li {
	width: 50%;
}

.yf-list2 ul li a {
	font-size: 30rem;
}

.yf-list2 ul li a span {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	transform: none;
	line-height: 126rem;
	max-height: initial;
	max-width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}

.yf-list2 ul li .girl {
	display: inline-block;
	vertical-align: middle;
}

.yz-show1 {
	padding: 26rem 48rem 59rem 48rem;
}

.yf2-list ul {
	margin: 0 -32rem;
}

.yf2-list li {
	width: 25%;
	float: left;
	padding: 0 63rem;
}

.yf2-list li a {
	display: block;
	font-size: 18rem;
	line-height: 86rem;
	color: #8294a3;
	border-bottom: 1px solid rgba(173, 173, 173, 0.2);
	background: url(../images/jto.png) no-repeat center right;
	background-size: 16rem;
	padding-right: 20rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.yf2-list li a:hover {
		color: #2dad69;
	}
}

.muxinglist li {
	width: 25%;
}

.muxinglist li .pic:after {
	padding-bottom: 155.45454545%;
}

.mx-list ul li {
	width: 25%;
}

.yanfa06 {
	padding: 52rem 0 82rem 0;
}

.yanfa06 .container {
	padding: 0 !important;
	background: none;
}

.yanfa06 .leftAside {
	width: 20.5%;
}

.yanfa06 .rightCon {
	width: 77%;
	float: right;
}

.yanfa06 .rightCon .btn_linxi {
	margin-bottom: 48rem;
}

.y-title {
	font-size: 30rem;
	font-weight: bold;
	color: #225f90;
	padding-bottom: 7rem;
	margin-bottom: 38rem;
	border-bottom: 1px solid rgba(173, 173, 173, 0.2);
}

.yf-item {
	margin-bottom: 57rem;
}

.yf-item .yf-h3 {
	font-size: 26rem;
	font-weight: bold;
	line-height: 29rem;
	margin-bottom: 24rem;
	color: #225f90;
}

.yf-item .yf-h3 img {
	height: 29rem;
	display: inline-block;
	vertical-align: top;
}

.yf-item .yf-nr {
	padding: 36rem 40rem;
	border-radius: 20rem;
	overflow: hidden;
	background-color: #ecf5ff;
	font-size: 16rem;
	line-height: 32rem;
	color: #8294a3;
}

.yf-item .yf-table {
	overflow: hidden;
	border-radius: 12rem 12rem 0 0;
}

.yf-item .yf-table table {
	overflow: hidden;
	border-radius: 12rem 12rem 0 0;
}

.yf-item .yf-table table td {
	border: solid 1rem rgba(173, 173, 173, 0.2);
	font-size: 18rem;
	color: #8294a3;
	padding: 12rem 26rem;
}

.yf-item .yf-table table tr:nth-child(1) {
	border-radius: 12rem 12rem 0 0;
	overflow: hidden;
}

.yf-item .yf-table table tr:nth-child(1) td {
	background: #2986d2;
	border-right: solid 1rem #d5dbe2;
	color: #fff;
	font-weight: bold;
}

.yf-item .yf-table table tr:nth-child(1) td:nth-last-child(1) {
	border-right: solid 1rem #2986d2;
}

.mx-item {
	padding: 56rem 48rem;
	background-color: #e8f7ff;
	border-radius: 12rem;
	margin-bottom: 60rem;
	overflow: hidden;
}

.mx-item .mx-title {
	font-size: 36rem;
	font-weight: bold;
	line-height: 32rem;
	margin-bottom: 31rem;
	color: #225f90;
}

.mx-item .mx-nr {
	font-size: 16rem;
	line-height: 32rem;
	color: #8294a3;
}

.mux-list ul {
	margin: 0 -12rem;
}

.mux-list li {
	width: 25%;
	float: left;
	padding: 0 12rem;
	margin-bottom: 25rem;
}

.mux-list li .pic:after {
	padding-bottom: 165.2%;
}

.mux-list li .box {
	position: relative;
}

.mux-list li .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 55rem 24rem;
}

.mux-list li .bt {
	font-size: 22rem;
	margin-bottom: 23rem;
	font-weight: bold;
	color: #225f90;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mux-list li .p {
	height: 175rem;
	overflow: auto;
}

.mux-list li .p p a {
	display: block;
	font-size: 18rem;
	line-height: 35rem;
	color: #62707a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 20rem;
	transition: 0.5s;
}

.mux-list li .p p a:after {
	content: '';
	display: block;
	width: 5rem;
	height: 5rem;
	background-color: #62707a;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.mux-list li .p p a:hover {
		color: #017cc4;
		text-decoration: underline;
		padding-left: 25rem;
	}

	.mux-list li .p p a:hover:after {
		background-color: #017cc4;
	}
}

.bjsz {
	color: #017cc4;
	font-size: 40rem;
	line-height: 1;
	margin-bottom: 20rem;
}

.bjwei {
	line-height: 1;
}

.bjwei .bjsz {
	filter: blur(8px);
}

.bjwei a {
	color: #2dad69;
}

@media (min-width: 1025px) {
	.bjwei a:hover {
		color: #017cc4;
		text-decoration: underline;
	}
}

.bjdeng {
	display: none;
}

.news {
	padding: 85rem 0 82rem 0;
}

.news .n-p {
	font-size: 18rem;
	line-height: 26rem;
	color: #595e61;
}

.news .hnews .news-one .nbt {
	font-weight: normal;
}

.news .hnews .news-one .text {
	height: 189rem;
}

.news .hnews .news-one .text {
	padding: 32rem 25rem 28rem 25rem;
}

.news .hnews .news-one .np span {
	left: 0;
	right: auto;
}

.news .hnews .news-one .nbt {
	margin-bottom: 40rem;
}

.nlist {
	padding: 19rem 0 33rem 0;
}

.nlist ul {
	margin: 0 -20rem;
}

.nlist ul li {
	float: left;
	width: 50%;
	padding: 0 20rem;
}

.nlist ul li .box {
	position: relative;
	border-radius: 8rem;
	overflow: hidden;
}

.nlist ul li .pic:after {
	padding-bottom: 64.90196078%;
}

.nlist ul li .bt {
	position: absolute;
	top: 50%;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 0 10rem;
	font-size: 30rem;
	color: #ffffff;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.nlist ul li:hover .pic img {
		transform: scale(1.08);
	}

	.nlist ul li:hover .bt {
		text-decoration: underline;
	}
}

.aside-contact {
	border-radius: 0rem 0rem 12rem 12rem;
	border: solid 1rem #cacade;
	border-top: 2px solid #248cd4;
	padding: 19rem 24rem 36rem 24rem;
}

.aside-contact .bt {
	font-size: 22rem;
	font-weight: bold;
	margin-bottom: 9rem;
	color: #247bc3;
}

.aside-contact .p p a {
	display: block;
	font-size: 14rem;
	line-height: 40rem;
	padding-left: 30rem;
	color: #238ad3;
}

@media (min-width: 1025px) {
	.aside-contact .p p a:hover {
		color: #2dad69;
		text-decoration: underline;
	}
}

.aside-contact .p .lx1 a {
	background: url(../images/lx1.png) no-repeat center left;
}

.aside-contact .p .lx2 a {
	background: url(../images/lx2.png) no-repeat center left;
}

.aside-contact .p .lx3 a {
	background: url(../images/lx3.png) no-repeat center left;
}

.aside-contact .p .lx4 a {
	background: url(../images/lx4.png) no-repeat center left;
}

.gongsinewslist ul {
	margin: 0;
	padding-bottom: 30rem;
	overflow: hidden;
}

.gongsinewslist ul li {
	width: 100%;
	padding: 0;
	padding-bottom: 30rem;
	margin-bottom: 30px;
	border-bottom: 1px solid #d3e9f7;
}

.gongsinewslist ul li .box {
	box-shadow: none !important;
	height: 256rem;
	padding-left: 454rem;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0);
}

.gongsinewslist ul li .box:after {
	display: none !important;
}

.gongsinewslist ul li .text {
	padding: 0;
}

.gongsinewslist ul li .pic {
	width: 402rem;
	box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	border-radius: 8rem;
	position: absolute;
	top: 0;
	left: 0;
}

.gongsinewslist ul li .ndate {
	margin-bottom: 24rem;
}

.gongsinewslist ul li .nbt {
	font-size: 30rem;
	font-weight: lighter;
	line-height: 42rem;
	margin-bottom: 9rem;
	color: #2986d2;
}

.gongsinewslist ul li .nbt a {
	color: #2986d2;
}

.gongsinewslist ul li .np {
	font-size: 14rem;
	line-height: 25rem;
	margin-bottom: 20rem;
	height: 50rem;
	overflow: hidden;
}

.gongsinewslist ul li .span {
	font-size: 14rem;
	line-height: 25rem;
	margin-bottom: 30rem;
	overflow: hidden;
	height: 25rem;
	color: #626f7a;
}

.gongsinewslist ul li .span a {
	max-width: 124rem;
	background-color: rgba(37, 144, 215, 0.1);
	border-radius: 4rem;
	text-align: center;
	padding: 0 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #626f7a;
	transition: 0.5s;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 1025px) {
	.gongsinewslist ul li .span a:hover {
		color: #fff;
		background-color: #2dad69;
	}
}

.gongsinewslist ul li .more1 {
	width: 124rem;
	line-height: 34rem;
	background-color: #2590d7;
	border-radius: 8rem;
	text-align: center;
	color: #fff;
	transition: 0.5s;
}

.gongsinewslist ul li .more1 span {
	color: #fff;
	line-height: 34rem;
}

.gongsinewslist ul li .more1 span a {
	color: #fff;
	display: block;
}

@media (min-width: 1025px) {
	.gongsinewslist ul li:hover .box {
		border: 0;
		background: none;
	}

	.gongsinewslist ul li:hover .nbt {
		color: #2dad69;
		font-weight: bold;
	}

	.gongsinewslist ul li:hover .nbt a {
		color: #2dad69;
	}

	.gongsinewslist ul li:hover .ndate {
		color: #a4adb7;
		background: url(../images/date.png) no-repeat center left;
	}

	.gongsinewslist ul li:hover .more1 {
		box-shadow: 0 0 0 3px rgba(45, 173, 105, 0.3);
		background-color: #2dad69;
	}
}

.hangyezixunlist {
	margin-bottom: 51rem;
}

.hangyezixunlist .news-one {
	float: left;
	width: 47.6%;
}

.hangyezixunlist ul {
	width: 49.4%;
}

.hangyezixunlist ul li {
	margin-bottom: 18rem;
}

.hangyezixunlist ul li .pic {
	width: 253rem;
}

.page {
	clear: both;
	text-align: center;
	font-size: 0;
	color: #947d58;
}

.page em {
	font-style: normal;
	font-size: 18px;
}

.page a {
	color: #202020;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 40px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	border-radius: 40px;
	margin: 0 8px;
	padding: 0 5px;
	vertical-align: top;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-box-shadow: 0 0 0 1px #e2ebf1;
}

.page a span {
	display: block;
}

.page a.cur,
.page a:hover {
	background-color: #2590d7;
	-webkit-box-shadow: 0 0 0 1px #fff;
	color: #fff;
}

.page a.prev,
.page a.next {
	color: #666666;
}

.page a.prev {
	padding-left: 24px;
	margin-right: 5px;
	width: 106px;
}

.page a.prev span {
	background: url(../images/prev-01.png) no-repeat left center;
	background-size: 4px;
}

.page a.prev:hover {
	color: #fff;
}

.page a.prev:hover span {
	background: url(../images/prev-02.png) no-repeat left center;
	background-size: 4px;
}

.page a.next {
	padding-right: 24px;
	margin-left: 5px;
	width: 106px;
}

.page a.next span {
	background: url(../images/next-01.png) no-repeat right center;
	background-size: 4px;
}

.page a.next:hover {
	color: #fff;
}

.page a.next:hover span {
	background: url(../images/next-02.png) no-repeat right center;
	background-size: 4px;
}

@media (max-width: 768px) {

	.page a,
	.page em {
		display: none;
	}

	.page a.prev,
	.page a.next {
		display: inline-block;
	}
}

.page1 {
	clear: both;
	font-size: 0;
	color: #626f7a;
}

.page1 a,
.page1 span,
.page1 em {
	color: #626f7a;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	font-style: normal;
	text-transform: uppercase;
	height: 40px;
	padding: 0 3px;
	vertical-align: top;
}

.page1 a.cur,
.page1 a:hover {
	color: #2dad69;
}

.page1 em {
	color: #2dad69;
}

.news-show {
	padding: 38rem 0 82rem 0;
}

.h1 {
	text-align: center;
	font-size: 32rem;
	color: #333333;
}

.h2 {
	text-align: center;
	font-size: 14rem;
	color: #686a6f;
	padding-top: 3rem;
	padding-bottom: 34rem;
	background: url(../images/line1.png) no-repeat bottom center;
}

.h2 span {
	margin: 0 39rem;
	padding-left: 20rem;
}

.h2 .fc {
	background: url(../images/fl.png) no-repeat center left;
	background-size: 15rem;
}

.h2 .rl {
	background: url(../images/rl.png) no-repeat center left;
	background-size: 16rem;
}

.news-info {
	font-size: 18rem;
	line-height: 28rem;
	color: #292e33;
	padding: 46rem 0 81rem 0;
}

.news-info p {
	margin-bottom: 10rem;
}

.news-info .h3 {
	font-size: 24rem;
	font-weight: bold;
	color: #2986d2;
}

.prev-next-return {
	overflow: hidden;
	position: relative;
	font-size: 16px;
}

.prev-next-return a {
	color: #333333;
	display: block;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
}

.prev-next-return em {
	font-style: initial;
}

.prev-next-return .prev,
.prev-next-return .next {
	width: 40%;
	float: left;
	transition: all 0.5s;
	overflow: hidden;
	background-image: linear-gradient(77deg, #1c79c6 0%, #2294db 100%);
}

.prev-next-return .prev a,
.prev-next-return .next a {
	color: #fff;
	padding: 0 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.prev-next-return .prev:hover a,
.prev-next-return .next:hover a {
	color: #fff;
	text-decoration: underline;
}

.prev-next-return .prev {
	padding-right: 2px;
	text-align: left;
}

.prev-next-return .prev a {
	padding-left: 80px;
	background: url(../images/arrow-left-02.png) no-repeat 7% center;
	background-size: 12rem;
}

.prev-next-return .next {
	padding-left: 2px;
	text-align: right;
}

.prev-next-return .next a {
	padding-right: 80px;
	background: url(../images/arrow-right-02.png) no-repeat 93% center;
	background-size: 12rem;
}

.prev-next-return .return {
	width: 20%;
	float: left;
	background-image: linear-gradient(77deg, #1c79c6 0%, #2294db 100%);
}

.prev-next-return .return a {
	display: block;
	background: url(../images/return.png) no-repeat 31% center;
	background-size: 18rem;
	text-align: center;
	color: #fff;
}

.prev-next-return .return a:hover {
	color: #fff;
	text-decoration: underline;
}

.related {
	padding: 52rem 0;
}

.related .related-title {
	font-size: 42rem;
	font-weight: bold;
	color: #017cc4;
	position: relative;
}

.related .related-title:after {
	content: '';
	display: block;
	width: 78rem;
	height: 8rem;
	margin-top: 10rem;
	margin-bottom: 44rem;
	background-color: #017cc4;
}

.ziyuanlist ul li .ndate {
	margin-bottom: 10rem;
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translate(0px, 0px);
	}

	25% {
		-webkit-transform: translate(0px, -3px);
	}

	50% {
		-webkit-transform: translate(0px, 0px);
	}

	75% {
		-webkit-transform: translate(0px, 3px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

@-moz-keyframes updown {
	0% {
		-moz-transform: translate(0px, 0px);
	}

	25% {
		-moz-transform: translate(0px, -3px);
	}

	50% {
		-moz-transform: translate(0px, 0px);
	}

	75% {
		-moz-transform: translate(0px, 3px);
	}

	100% {
		-moz-transform: translate(0px, 0px);
	}
}

@keyframes updown {
	0% {
		transform: translate(0px, 0px);
	}

	25% {
		transform: translate(0px, -3px);
	}

	50% {
		transform: translate(0px, 0px);
	}

	75% {
		transform: translate(0px, 3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@media screen and (max-width: 1599px) {
	.prev-next-return {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
	.prev-next-return {
		font-size: 14px;
	}

	.prev-next-return a {
		height: 40px;
		line-height: 40px;
	}

	.prev-next-return .prev,
	.prev-next-return .next {
		height: 40px;
		line-height: 40px;
		width: 33.33333333%;
	}

	.prev-next-return .prev a,
	.prev-next-return .next a {
		padding: 0 15px;
		text-align: center;
	}

	.prev-next-return .prev .iconfont,
	.prev-next-return .next .iconfont {
		font-size: 16px;
		position: static;
		vertical-align: top;
		margin-right: 5px;
	}

	.prev-next-return .prev em,
	.prev-next-return .next em {
		display: none;
	}

	.prev-next-return .prev a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.prev-next-return .next a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.prev-next-return .return {
		height: 40px;
		line-height: 40px;
		width: 33.33333333%;
	}

	.prev-next-return .return a {
		height: 40px;
		line-height: 40px;
	}

	.prev-next-return .return .icon-caidan {
		font-size: 14px;
	}
}

.ziyuanlist1 {
	padding: 27rem 0 68rem 0;
}

.ziyuanlist1 ul {
	margin: 0 -15rem;
}

.ziyuanlist1 ul li {
	width: 16.66666667%;
	float: left;
	padding: 0 15rem;
}

.ziyuanlist1 ul li a {
	position: relative;
	display: block;
	border-radius: 8rem;
	overflow: hidden;
}

.ziyuanlist1 ul li .pic:after {
	padding-bottom: 76.27906977%;
}

.ziyuanlist1 ul li .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
	padding: 25rem 18rem;
	transition: 0.5s;
	background: url(../images/j.png) no-repeat 18rem 78%;
}

.ziyuanlist1 ul li .text .bt {
	font-size: 22rem;
	font-weight: bold;
	line-height: 38rem;
	height: 76rem;
	overflow: hidden;
	color: #225f90;
}

@media (min-width: 1025px) {
	.ziyuanlist1 ul li:hover a {
		box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	}

	.ziyuanlist1 ul li:hover .pic img {
		transform: scale(1.05);
	}

	.ziyuanlist1 ul li:hover .text {
		background: url(../images/j.png) no-repeat 28rem 78%;
	}
}

.ziyuan-item {
	margin-bottom: 52rem;
}

.zi-title {
	font-size: 22rem;
	font-weight: bold;
	line-height: 36rem;
	color: #394147;
	padding-left: 22rem;
	margin-bottom: 25rem;
	border-left: 4rem solid #247ac2;
}

.ziyuan-p ul {
	font-size: 0;
}

.ziyuan-p ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 10rem;
}

.ziyuan-p ul li .text {
	padding-top: 15rem;
}

.ziyuan-p ul li .bt {
	font-size: 18rem;
	line-height: 36rem;
	color: #1b79d2;
	position: relative;
	margin-bottom: 6rem;
}

.ziyuan-p ul li .bt span {
	font-family: Roboto-Regular;
	font-size: 12rem;
	font-style: italic;
	line-height: 24rem;
	display: inline-block;
	color: #31c275;
	vertical-align: top;
}

.ziyuan-p ul li .p {
	font-size: 14rem;
	line-height: 21rem;
	color: #a0a7ad;
}

.ziyuan-p ul li .pic {
	margin: 0 auto;
	width: 162rem;
	border: solid 1rem #d1d1d1;
}

.ziyuan-p ul li .pic:after {
	padding-bottom: 133.125%;
}

@media (min-width: 1025px) {
	.ziyuan-p ul li:hover .bt {
		color: #31c275;
	}

	.ziyuan-p ul li:hover .pic img {
		transform: scale(1.04);
	}
}

.second-nav {
	background-image: linear-gradient(77deg, #0760b0 0%, #1ca8e3 100%);
}

.second-nav ul {
	border-left: 1rem solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.second-nav ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.second-nav ul li a {
	display: block;
	font-size: 18rem;
	line-height: 68rem;
	color: #ffffff;
	border-right: 1rem solid rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10rem;
}

.second-nav ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: linear-gradient(77deg, #2dad69 0%, #5fc974 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transition: 0.5s;
	z-index: -1;
}

@media (min-width: 1025px) {
	.second-nav ul li:hover a:after {
		width: 500px;
		height: 500px;
		border-radius: 0;
		transform: translate(-50%, -50%);
	}
}

.second-nav ul .active a:after {
	width: 500px;
	height: 500px;
	border-radius: 0;
	transform: translate(-50%, -50%);
}

.about {
	padding: 0 !important;
}

.about01 {
	padding-top: 77rem;
	padding-bottom: 87rem;
	background: url(../images/abg.jpg) no-repeat top center;
	background-size: cover;
}

.about01 .about-img img {
	display: block;
	width: 649rem;
}

.about01 .about-title {
	background: url(../images/a3.png) no-repeat bottom left;
	background-size: 173rem;
	font-size: 22rem;
	line-height: 27rem;
	color: #172026;
	padding-left: 83rem;
	margin-top: -10rem;
	margin-bottom: 49rem;
	z-index: 5;
	position: relative;
}

.about01 .about-title:after {
	content: '';
	display: block;
	width: 74rem;
	height: 2rem;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 13rem;
}

.about01 .about-text .img {
	float: left;
	width: 35%;
}

.about01 .about-text .p {
	float: right;
	width: 58.6%;
	padding-right: 44rem;
	padding-top: 53rem;
	font-size: 16rem;
	line-height: 30rem;
	letter-spacing: 2rem;
	color: #172026;
	font-weight: lighter;
}

.about01 .about-text .p p {
	margin-bottom: 11rem;
}

.about01 .about-text .p .img1 {
	text-align: center;
	padding: 12rem 10rem;
	margin-bottom: 54rem;
	background-color: #168ed4;
}

.about01 .about-text .p .img1 img {
	display: block;
	margin: 0 auto;
}

.about01 .about-text .p .about-btn span {
	-webkit-animation: updown 2s linear infinite;
	animation: updown 2s linear infinite;
	display: block;
	margin-top: 10rem;
}

.a-title {
	text-align: center;
	font-size: 42rem;
	font-weight: bold;
	color: #2984d1;
}

.about02 {
	padding: 67rem 0;
}

.about02 .a-bottom {
	font-size: 18rem;
	line-height: 28rem;
	padding-top: 32rem;
	color: #8294a3;
}

.about02 .a-list {
	padding: 43rem 0;
}

.about02 .a-list ul {
	margin: 0 -26rem;
}

.about02 .a-list ul li {
	width: 50%;
	float: left;
	padding: 0 26rem;
	margin-bottom: 50rem;
}

.about02 .a-list ul li .box {
	position: relative;
	border-radius: 12rem;
	overflow: hidden;
}

.about02 .a-list ul li .pic:after {
	padding-bottom: 37.46397695%;
}

.about02 .a-list ul li .bt {
	color: #fff;
	font-size: 24rem;
	line-height: 31rem;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 10rem;
	text-align: center;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.about02 .a-list ul li:hover .pic img {
		transform: scale(1.05);
	}
}

.about03 {
	padding: 98rem 0 89rem 0;
	background: url(../images/abg2.png) no-repeat top center;
	background-size: cover;
}

.about03 .a-title {
	color: #fff;
}

.about03 .a-list {
	padding-top: 44rem;
}

.about03 .a-list ul {
	margin: 0 -21rem;
}

.about03 .a-list ul li {
	width: 25%;
	float: left;
	padding: 0 21rem;
}

.about03 .a-list ul li .box {
	padding: 44rem 29rem;
	background-color: #017cc4;
	border-radius: 12rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: solid 1rem #1aa7ff;
}

.about03 .a-list ul li .box:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: #2dad69 !important;
	position: absolute;
	z-index: 0;
	top: -100%;
	left: -100%;
	border-radius: 50%;
	transition: all 0.3s ease-out;
}

.about03 .a-list ul li .img {
	line-height: 100rem;
	font-size: 30rem;
	font-weight: bold;
	letter-spacing: 1rem;
	padding-top: 18rem;
	margin-bottom: 43rem;
	position: relative;
	z-index: 2;
	color: #f7fbff;
	background: url(../images/line2.png) no-repeat top left;
}

.about03 .a-list ul li .img .pic {
	width: 100rem;
	float: left;
	border-radius: 50%;
	margin-right: 18rem;
	background-color: rgba(255, 255, 255, 0.27);
	transition: 0.5s;
}

.about03 .a-list ul li .img .pic:before {
	content: '';
	display: block;
	position: absolute;
	top: 9%;
	left: 9%;
	width: 82%;
	height: 82%;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 1;
}

.about03 .a-list ul li .img .pic img {
	z-index: 44444;
}

.about03 .a-list ul li .p {
	color: #fff;
	font-size: 18rem;
	line-height: 30rem;
	height: 90rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding-left: 49rem;
	color: #f7fbff;
}

@media (min-width: 1025px) {
	.about03 .a-list ul li:hover .box {
		border: solid 1rem #34c176;
	}

	.about03 .a-list ul li:hover .box:after {
		top: 0;
		left: 0;
		border-radius: 0;
	}

	.about03 .a-list ul li:hover .box .img .pic {
		transform: rotateY(180deg);
	}
}

.honor-list {
	position: relative;
	padding-bottom: 39rem;
	margin-bottom: 53rem;
}

.honor-list .slick-list {
	box-shadow: 0rem 0rem 28rem 0rem rgba(215, 220, 224, 0.33);
	border-radius: 24rem;
	overflow: hidden;
}

.honor-list .item {
	position: relative;
	border-radius: 24rem;
	overflow: hidden;
}

.honor-list .img {
	height: 461rem;
}

.honor-list .img img {
	display: block;
}

.honor-list .img1 {
	display: none;
}

.honor-list .img1 img {
	display: block;
}

.honor-list .honor-hover {
	position: absolute;
	top: 70rem;
	left: 0;
	width: 46%;
	padding: 0 73rem;
}

.honor-list .honor-hover .bt {
	font-size: 36rem;
	margin-bottom: 17rem;
	font-weight: bold;
	color: #2984d1;
}

.honor-list .honor-hover .p {
	font-size: 16rem;
	line-height: 28rem;
	margin-bottom: 58rem;
	color: #7a8b99;
}

.honor-list .honor-hover .h3 {
	font-size: 20rem;
	font-weight: bold;
	padding-left: 11rem;
	letter-spacing: 1rem;
	margin-bottom: 7rem;
	color: #2a3a47;
	position: relative;
}

.honor-list .honor-hover .h3:after {
	content: '';
	display: block;
	width: 3rem;
	height: 16rem;
	background-color: #2984d1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.honor-list .honor-hover .span {
	font-size: 18rem;
	line-height: 24rem;
	padding-left: 11rem;
	letter-spacing: 1rem;
	color: #666666;
}

.honor-list .slick-current .honor-hover .bt {
	animation: 2s fadeInLeft2 alternate;
}

.honor-list .slick-current .honor-hover .span {
	animation: 2.5s fadeInUp2 alternate;
}

.honor-list .slick-current .honor-hover .h3 {
	animation: 3s fadeInUp2 alternate;
}

.honor-list .slick-current .honor-hover .p {
	animation: 3s fadeInUp2 alternate;
}

.honor-list .slick-dots {
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
}

.honor-list .slick-dots li {
	width: 32rem;
	height: 4rem;
	border: 0;
	border-radius: 0;
	margin: 0 4rem;
	padding: 0;
	float: none;
}

.honor-list .slick-dots li button {
	width: 32rem;
	height: 4rem;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.honor-list .slick-dots li button:before {
	width: 32rem;
	height: 4rem;
	border: 0;
	padding: 0;
	border-radius: 0;
	background-color: rgba(180, 222, 234, 0.5);
}

.honor-list .slick-dots li.slick-active button:before {
	background: #0092ff;
	border: 0;
}

.honor-list .slick-next,
.honor-list .slick-prev {
	width: 40px;
	height: 64px;
	z-index: 44;
	margin-top: -64px;
	background: rgba(255, 255, 255, 0.5) url(../images/left.png) no-repeat center center !important;
	background-size: 12px !important;
}

@media (min-width: 1025px) {

	.honor-list .slick-next:hover,
	.honor-list .slick-prev:hover {
		background: #017cc4 url(../images/lefth.png) no-repeat center center !important;
		background-size: 12px !important;
	}
}

.honor-list .slick-next:before,
.honor-list .slick-prev:before {
	content: '';
}

.honor-list .slick-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}

.honor-list .slick-next {
	right: 0;
	border-radius: 10px 0 0 10px;
	background: rgba(255, 255, 255, 0.5) url(../images/right.png) no-repeat center center !important;
	background-size: 12px !important;
}

@media (min-width: 1025px) {
	.honor-list .slick-next:hover {
		background: #017cc4 url(../images/righth.png) no-repeat center center !important;
		background-size: 12px !important;
	}
}

.honor-list1 {
	padding-bottom: 35rem;
}

.honor-list1 ul li {
	margin-bottom: 38rem;
}

.honor-list1 ul li .box {
	background-color: #ffffff;
	box-shadow: 0rem 0rem 28rem 0rem rgba(215, 220, 224, 0.33);
	border-radius: 24rem;
	padding: 20rem 50rem;
	position: relative;
}

.honor-list1 ul li .box .pic {
	width: 336rem;
	background-color: #eef4fa;
	border-radius: 24rem;
	position: absolute;
	top: 20rem;
	left: 50rem;
}

.honor-list1 ul li .box .pic:after {
	padding-bottom: 74.10714286%;
}

.honor-list1 ul li .box .text {
	padding-left: 394rem;
	min-height: 249rem;
	padding-top: 23rem;
}

.honor-list1 ul li .box .text .bt {
	font-size: 24rem;
	font-weight: bold;
	color: #225f90;
}

.honor-list1 ul li .box .text .ndate {
	margin-top: 4rem;
	margin-bottom: 39rem;
}

.honor-list1 ul li .box .text .p {
	font-size: 14rem;
	line-height: 24rem;
	color: #626f7a;
}

@media (min-width: 1025px) {
	.honor-list1 ul li:hover .box .pic img {
		transform: scale(1.05);
	}

	.honor-list1 ul li:hover .box .text .bt {
		color: #2dad69;
	}

	.honor-list1 ul li:hover .box:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: 4rem solid #2dad69;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-radius: 12rem;
	}
}

.contact-info .lxfs {
	width: 36%;
	box-shadow: 0rem 0rem 20rem 0rem rgba(179, 202, 224, 0.44);
	border-radius: 8rem;
	background-position: left top;
	background-size: cover;
	float: left;
	font-size: 15rem;
	padding: 68rem 30rem 64rem 50rem;
	background-color: #fff;
}

.contact-info .lxfs .titleBig {
	font-size: 30rem;
	font-weight: 700;
	line-height: 1;
	color: #2986d2;
	margin-bottom: 38rem;
}

.contact-info .lxfs .list {
	margin-bottom: 0;
	padding: 0;
}

.contact-info .lxfs .list li {
	padding-bottom: 11rem;
}

.contact-info .lxfs .list .box {
	display: block;
	padding-left: 36rem;
	position: relative;
	font-size: 15rem;
	line-height: 24rem;
	color: #8294a3;
}

.contact-info .lxfs .list .icon {
	display: block;
	width: 20rem;
	position: absolute;
	top: 2rem;
	left: 4rem;
}

.contact-info .lxfs .list .text {
	flex: 1;
}

.contact-info .lxfs .img img {
	display: block;
	width: 148px;
}

.contact-info .message1 {
	position: relative;
	float: right;
	border-radius: 8rem;
	box-shadow: 0rem 0rem 20rem 0rem rgba(179, 202, 224, 0.44);
	width: 61%;
	padding: 53rem 59rem 71rem 59rem;
	background-color: #fff;
}

.contact-info .message1 #messageA {
	position: absolute;
	top: 0;
}

.contact-info .message1 .titleBig .title {
	font-size: 30rem;
	font-weight: bold;
	color: #2986d2;
	line-height: 2;
	margin-bottom: 17rem;
}

.contact-info .message1 .titleBig .info {
	color: #8294a3;
	font-size: 16rem;
}

.contact-info .message1 .red {
	position: absolute;
	z-index: 9;
	left: 5rem;
	top: 15rem;
	color: #c60410;
}

.contact-info .message1 .gongyongbiaodan {
	padding: 15rem 0;
}

.contact-info .message1 .gongyongbiaodan ul {
	margin: 0 -20rem;
}

.contact-info .message1 .gongyongbiaodan li {
	margin-bottom: 16rem;
	width: 50%;
	float: left;
	padding: 0 20rem;
}

.contact-info .message1 .gongyongbiaodan li .box {
	position: relative;
}

.contact-info .message1 .gongyongbiaodan li input,
.contact-info .message1 .gongyongbiaodan li select,
.contact-info .message1 .gongyongbiaodan li textarea {
	height: 52rem;
	border: 1px solid #f2f5f7;
	width: 100%;
	background-color: #f2f5f7;
	border-radius: 5rem;
	padding: 0 17rem;
	font-size: 14rem;
	color: #adadad;
}

.contact-info .message1 .gongyongbiaodan li input:focus,
.contact-info .message1 .gongyongbiaodan li select:focus,
.contact-info .message1 .gongyongbiaodan li textarea:focus {
	border-color: #1781c6;
	-webkit-box-shadow: 0 0 10rem 0 rgba(23, 129, 198, 0.1);
	box-shadow: 0 0 10rem 0 rgba(23, 129, 198, 0.1);
}

.contact-info .message1 .gongyongbiaodan li textarea {
	padding: 13rem;
	height: 147rem;
}

.contact-info .message1 .gongyongbiaodan li select {
	background: #f2f5f7 url(../images/xiala.png) no-repeat scroll 95% center;
	background-size: 14rem;
	background: #f2f5f7\9\0;
}

.contact-info .message1 .gongyongbiaodan li .verifyDiv {
	width: 66%;
	vertical-align: middle;
	float: left;
	position: relative;
}

.contact-info .message1 .gongyongbiaodan li .verify {
	height: 56rem;
	background-color: #e5e5e5;
	font-size: 16rem;
	position: relative;
}

.contact-info .message1 .gongyongbiaodan li .verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 56rem;
	height: 56rem;
	border: 1px #e5e5e5 solid;
	background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
	background-size: 20rem 20rem;
	z-index: 2;
	cursor: move;
}

.contact-info .message1 .gongyongbiaodan li .verify .suc-drag-btn {
	background: #ffffff url(../images/drag-success.svg) no-repeat center center;
	background-size: 20rem 20rem;
}

.contact-info .message1 .gongyongbiaodan li .verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 56rem;
	line-height: 54rem;
	width: 0;
	background-color: #017cc4;
	color: #fff;
	font-size: 18rem;
	text-align: center;
}

.contact-info .message1 .gongyongbiaodan li .verify .fix-tips,
.contact-info .message1 .gongyongbiaodan li .verify .verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #8294a3;
	z-index: 1;
	line-height: 56rem;
	padding-left: 50rem;
	text-align: center;
}

.contact-info .message1 .gongyongbiaodan li .verify .verify-msg {
	padding-left: 0;
	padding-right: 50rem;
}

.contact-info .message1 .gongyongbiaodan li .verify .verify-msg {
	background-color: #017cc4;
	color: #fff;
	display: none;
}

.contact-info .message1 .gongyongbiaodan li .submit {
	font-size: 14rem;
	font-weight: bold;
	display: block;
	line-height: 56rem;
	background-color: #247ac2;
	border-radius: 8rem;
	color: #ffffff;
	text-align: center;
	float: right;
	transition: 0.5s;
	width: 27%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.contact-info .message1 .gongyongbiaodan li .submit:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: linear-gradient(77deg, #2dad69 0%, #5fc974 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transition: 0.5s;
	z-index: -1;
}

@media (min-width: 1025px) {
	.contact-info .message1 .gongyongbiaodan li .submit:hover:after {
		width: 500px;
		height: 500px;
		border-radius: 0;
		transform: translate(-50%, -50%);
	}
}

.contact {
	padding-bottom: 0 !important;
}

#allmap {
	height: 540rem;
	width: 100%;
	margin-top: 77rem;
	position: relative;
}

#allmap:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/Rectangle16.png) no-repeat top center;
	background-size: 100%;
	z-index: 44;
	position: absolute;
	top: 0;
	left: 0;
}

#allmap img {
	max-width: initial;
	max-height: inherit;
}

#allmap .anchorBL {
	display: none;
}

.join {
	padding: 0 !important;
}

.job02 {
	padding: 69rem 0 101rem 0;
	background: url('../images/bg3.jpg') no-repeat bottom center;
	background-size: cover;
}

.job02 .job-bottom {
	padding-top: 62rem;
}

.job02 .job-bottom .left {
	float: left;
	width: 58.2%;
}

.job02 .job-bottom .left ul li {
	width: 33.33333333%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 18rem;
	border: solid 1rem rgba(255, 255, 255, 0.58);
	background: rgba(0, 96, 176, 0.58);
	margin-top: -1rem;
	margin-left: -1rem;
}

.job02 .job-bottom .left ul li .pic {
	width: 70rem;
	margin: 0 auto;
	transition: 0.5s;
}

.job02 .job-bottom .left ul li .bt {
	margin-top: 14rem;
}

.job02 .job-bottom .left ul li .box {
	padding: 29rem 22rem;
	height: 176rem;
}

@media (min-width: 1025px) {
	.job02 .job-bottom .left ul li:hover {
		background-image: linear-gradient(45deg, rgba(52, 199, 120, 0.82) 0%, rgba(22, 142, 212, 0.82) 100%);
		border: solid 1rem #dadada;
	}

	.job02 .job-bottom .left ul li:hover .pic {
		margin-top: -5px;
	}
}

.job02 .job-bottom .left ul li:nth-child(4) .bt {
	margin-top: 0;
}

.job02 .job-bottom .right {
	font-size: 16rem;
	line-height: 32rem;
	color: #225f90;
	width: 35%;
	float: right;
	padding-top: 78rem;
}

.job04 {
	padding: 111rem 0;
	background-color: #f1f8ff;
}

.job2 .info {
	width: 77.2%;
	float: left;
	padding: 0 30rem 45rem 30rem;
	background: #ffffff;
}

.job2 span {
	position: relative;
	z-index: 2;
}

.job2 .span-01 {
	display: block;
	width: 37%;
	float: left;
	padding-left: 80rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.job2 .span-02 {
	display: block;
	width: 25%;
	float: left;
}

.job2 .span-03 {
	display: block;
	width: 24%;
	float: left;
}

.job2 .span-04 {
	display: block;
	width: 14%;
	float: left;
}

@media (min-width: 1025px) {
	.job2 .span-04 a:hover {
		color: #017cc4;
	}
}

.job2 .title {
	color: #333333;
	font-weight: bold;
	line-height: 40rem;
	padding: 26rem 0;
	font-size: 18rem;
	overflow: hidden;
}

.job2 dl {
	margin-bottom: 13rem;
	background: #fbfbfb;
}

.job2 dt {
	background: #fbfbfb;
	border-radius: 6rem;
	overflow: hidden;
	padding: 15rem 0;
	cursor: pointer;
	font-size: 16rem;
	line-height: 30rem;
	color: #333333;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.job2 dt::after {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s;
	background-color: #f1f8ff;
}

.job2 dt:hover:after {
	width: 100%;
}

.job2 dd {
	height: 0;
	font-size: 16rem;
	color: #666666;
	line-height: 2;
	overflow: hidden;
}

.job2 dd .nr {
	padding: 33rem 30rem 50rem 80rem;
	position: relative;
	overflow: hidden;
}

.job2 .cur dt {
	background: #f1f8ff;
}

.job2 .cur dt span {
	color: #017cc4;
}

.job2 .cur dt .span-01 {
	font-weight: bold;
}

.job2 .cur dd {
	height: auto;
}

.job2 .p-01 {
	font-weight: 700;
	color: #225f90;
	margin-bottom: 3rem;
}

.job2 .red {
	color: #ff0000;
}

.job2 .send {
	padding-top: 21rem;
}

@media (min-width: 1025px) {
	.job2 .send:hover a {
		background: #017cc4;
		color: #fff;
		box-shadow: 0 0 0 5px rgba(40, 138, 189, 0.3);
	}

	.job2 .send:hover a i {
		background: url(../images/tubiao1.png) no-repeat center center;
		background-size: 100%;
	}

	.job2 .send1:hover a i {
		background: url(../images/tubiao3.png) no-repeat center center;
		background-size: 100%;
	}
}

.job2 .send {
	float: left;
	margin-right: 20rem;
}

.job2 .send a {
	display: inline-block;
	padding: 0 10rem;
	min-width: 178rem;
	line-height: 42rem;
	text-align: center;
	color: #225f90;
	font-size: 14rem;
	-webkit-box-shadow: 0 0 0 1px #017cc4;
	box-shadow: 0 0 0 1px #017cc4;
	border-radius: 30rem;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.job2 .send i {
	margin-left: 5rem;
	vertical-align: top;
	display: inline-block;
	background: url(../images/tubiao.png) no-repeat center center;
	background-size: 100%;
	width: 22rem;
	height: 42rem;
}

.job2 .send1 i {
	background: url(../images/tubiao2.png) no-repeat center center;
	background-size: 100%;
}

.job2 .con {
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 4rem;
	padding: 37rem 26rem 20rem 30rem;
	color: #001d33;
	float: right;
	width: 20%;
}

.job2 .gg .titleBig {
	color: #017cc4;
	font-weight: 700;
	line-height: 1;
	border-left: 4rem #017cc4 solid;
	padding-left: 10rem;
	margin-bottom: 27rem;
	font-size: 24rem;
}

.job2 .gg .lc {
	border-bottom: 1rem #f2f2f2 solid;
	padding-bottom: 20rem;
}

.job2 .gg .title-1 {
	color: #001d33;
	margin-bottom: 12rem;
	font-size: 16rem;
}

.job2 .gg .p-2 {
	line-height: 24rem;
}

.job2 .gg .p-2 span {
	display: inline-block;
}

.job2 .gg .wx {
	padding: 21rem 0;
	line-height: 32rem;
	border-top: 1rem solid #eeeeee;
}

.job2 .gg .wx a {
	color: #017cc4;
}

@media (min-width: 1025px) {
	.job2 .gg .wx a:hover {
		color: #2dad69;
		text-decoration: underline;
	}
}

.job2 .gg .title-2 {
	font-weight: 700;
	color: #017cc4;
	font-size: 18rem;
	margin-bottom: 7rem;
}

.job2 .gg .title-2 .span-1 {
	color: #333333;
}

.job2 .gg .div-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.job2 .gg .div-1 .img {
	border: 0.01rem solid #f2f2f2;
	max-width: 120rem;
	padding: 10rem;
	float: left;
}

.job2 .gg .div-1 img {
	vertical-align: middle;
}

.job2 .gg .div-1 .txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #666666;
	line-height: 24rem;
	padding-left: 30rem;
}

.huanjing {
	background-color: #fff;
	padding-top: 97rem;
	padding-bottom: 93rem;
}

.huanjing img {
	vertical-align: top;
}

.huanjing .list {
	margin-left: -4rem;
	margin-right: -4rem;
}

.huanjing .list li {
	width: 25%;
	float: left;
	padding: 0 4rem 8rem 4rem;
}

.huanjing .list .div-1 {
	padding-bottom: 8rem;
}

.huanjing .list .div-1:last-child {
	padding-bottom: 0;
}

.huanjing .list .box {
	position: relative;
}

.huanjing .list .pic {
	overflow: hidden;
	border-radius: 8rem;
}

.huanjing .list .pic:after {
	padding-bottom: initial;
}

.huanjing .list .pic img {
	transition: all 0.5s;
}

.huanjing .list .text {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 30rem;
	padding-right: 30rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #247ac2;
	border-radius: 8rem;
}

.huanjing .list .text a {
	color: #fff;
}

.huanjing .list .title {
	font-size: 24rem;
	font-weight: 700;
	color: #17fffb;
	margin-bottom: 20rem;
}

.huanjing .list .info {
	font-size: 16rem;
	line-height: 30rem;
}

.huanjing .list .box:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
	.huanjing {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.huanjing .nr {
		margin-top: 30px;
	}

	.huanjing .list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.huanjing .list li {
		width: 50%;
		padding: 0 5px 10px 5px;
	}

	.huanjing .list .div-1 {
		padding-bottom: 10px;
	}

	.huanjing .list .div-1:last-child {
		padding-bottom: 0;
	}

	.huanjing .list .pic {
		border-radius: 10px;
	}

	.huanjing .list .title {
		font-size: 18px;
	}

	.huanjing .list .info {
		font-size: 14px;
		line-height: 24px;
	}

	.huanjing .list .text {
		border-radius: 10px;
	}
}

@media screen and (max-width: 414px) {
	.huanjing .list li {
		width: 100%;
	}
}

.yuangong {
	padding: 80rem 0;
	position: relative;
	overflow: hidden;
	background: #f1f8ff;
}

#carousel {
	position: relative;
	z-index: 2; 
	margin-top:77rem;
	padding-bottom: 70rem;
}

#carousel1 {
	display: none;
}

#carousel .item { 
	width: 830px; 
	border-radius: 24rem; 
	overflow: hidden;
	box-shadow: 0rem 12rem 28rem 0rem rgba(145, 165, 181, 0.5);
	transition: transform 0.5s ease-in-out;
}

#carousel .item .pic:after {
	padding-bottom: 61.81384248%;
}

#carousel .item .text {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10rem 10rem;
	background: #1d8ac9; 
	border: 0;
	display: none;
	position: absolute;
	bottom:0;
}

#carousel .item .text .bt {
	font-size: 20rem;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#carousel .item .text .p {
	font-size: 16rem;
	line-height: 30rem;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#carousel .item .hover {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	color: #fff;
	font-size: 18rem;
	padding: 70rem 60rem;
	transition: 0.5s;
	background: rgba(29, 138, 201, 0.9);
}

#carousel .swiper-slide-active .text {
	display: block;
}

@media (min-width: 1025px) {
	#carousel .swiper-slide-active:hover .hover {
		top: 0;
	}
}

@media (max-width: 1600px) {
	#carousel {
		transform: scale(0.9);
	}
}

@media (max-width: 1440px) {
	.contact-info .lxfs {
		padding: 68rem 30rem 31rem 50rem;
	}

	.footer-list ul li a .girl {
		width: 40px;
		height: 40px;
	}

	.footer-list ul li a {
		line-height: 40px;
		padding-left: 60rem;
	}

	.hangyezixunlist ul li {
		margin-bottom: 10px;
	}

	.hangyezixunlist .news-one .text {
		height: 125px;
	}

	#carousel {
		transform: scale(0.8);
	}
}

.lpthlc1 {
	display: none;
}

.signin .menuTabs .list .box {
	height: 40rem;
}

@media (max-width: 1200px) {
	.gongsinewslist ul li .span a {
		max-width: 120px;
		border-radius: 5px;
	}

	.gongsinewslist ul li .span {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
		height: 22px;
	}

	.signin .menuTabs .list .box {
		height: 40px;
	}

	.lpthlc1 {
		display: block;
	}

	.lpthlc {
		display: none;
	}

	#dingyue {
		width: 300px;
	}

	#dingyue .input a {
		width: 70px;
	}

	.honor-list .slick-next,
	.honor-list .slick-prev {
		width: 20px;
		height: 44px;
		margin-top: 0;
		background-size: 6px !important;
		top: 16%;
	}

	.honor-list .slick-next {
		background-size: 6px !important;
	}

	#certify .home-bottom {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	#certify .swiper-slide {
		width: 300px;
	}

	.yuangong {
		padding: 40px 0;
	}

	#certify .swiper-button-next,
	#certify .swiper-button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	#certify .swiper-button-prev {
		left: 5%;
	}

	#certify .swiper-button-next {
		right: 5%;
	}

	#certify .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px;
		height: 2px;
	}

	#carousel {
		display: none;
	}

	#carousel1 {
		display: block;
		margin: 0 auto;
		padding: 0 15px;
		margin-top: 20px;
		max-width: 750px;
		width: 100%;
	}

	#carousel1 .item {
		border-radius: 12px;
		overflow: hidden;
	}

	#carousel1 .item .pic:after {
		padding-bottom: 61.81384248%;
	}

	#carousel1 .item .text {
		width: 100%;
		color: #fff;
		padding: 10px;
		background: #1d8ac9;
		border: 0;
	}

	#carousel1 .item .text .bt {
		font-size: 16px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#carousel1 .item .text .p {
		font-size: 12px;
		line-height: 22px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#carousel1 .item .hover {
		padding: 10px;
		font-size: 14px;
		line-height: 23px;
	}

	.job02 {
		padding: 40px 0;
	}

	.job02 .job-bottom .right {
		font-size: 14px;
		line-height: 25px;
		width: 100%;
		padding-top: 20px;
		color: #fff;
	}

	.job02 .job-bottom .left ul li .box {
		padding: 20px;
		height: 120px;
	}

	.job02 .job-bottom .left ul li .pic {
		width: 45px;
	}

	.job02 .job-bottom .left ul li {
		font-size: 14px;
	}

	.job02 .job-bottom .left {
		width: 100%;
	}

	.job04 {
		padding: 40px 0;
	}

	.job2 .info {
		width: 100%;
		padding: 0 20px 20px 20px;
	}

	.job2 .span-01 {
		padding-left: 20px;
	}

	.job2 .title {
		line-height: 30px;
		padding: 10px 0;
		font-size: 16px;
	}

	.job2 dl {
		margin-bottom: 10px;
	}

	.job2 dt {
		border-radius: 5px;
		padding: 10px 0;
		font-size: 14px;
		line-height: 24px;
	}

	.job2 dd {
		font-size: 14px;
	}

	.job2 dd .nr {
		padding: 20px;
	}

	.job2 .p-01 {
		margin-bottom: 5px;
	}

	.job2 .send {
		padding-top: 20px;
	}

	.job2 .send a {
		padding: 0 10px;
		min-width: 140px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 30px;
	}

	.job2 .send i {
		margin-left: 5px;
		width: 22px;
		height: 30px;
	}

	.job2 .con {
		border-radius: 5px;
		padding: 20px;
		width: 100%;
		margin-top: 20px;
		display: none;
	}

	.contact-info .lxfs {
		width: 100%;
		border-radius: 5px;
		font-size: 15px;
		padding: 20px;
		margin-bottom: 20px;
	}

	.contact-info .message1 {
		border-radius: 5px;
		width: 100%;
		padding: 20px;
	}

	.contact-info .lxfs .titleBig {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.contact-info .lxfs .list .box {
		padding-left: 30px;
		font-size: 15px;
		line-height: 26px;
	}

	.contact-info .lxfs .list .icon {
		width: 20px;
		top: 3px;
		left: 0;
	}

	.contact-info .lxfs .img img {
		width: 148px;
	}

	.contact-info .lxfs .list li {
		padding-bottom: 5px;
	}

	.contact-info .message1 .titleBig .title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.contact-info .message1 .titleBig .info {
		font-size: 15px;
	}

	.contact-info .message1 .gongyongbiaodan {
		padding: 14px 0;
	}

	.contact-info .message1 .gongyongbiaodan li {
		margin-bottom: 10px;
		width: 100%;
	}

	.contact-info .message1 .gongyongbiaodan li input,
	.contact-info .message1 .gongyongbiaodan li select,
	.contact-info .message1 .gongyongbiaodan li textarea {
		height: 40px;
		width: 100%;
		border-radius: 2px;
		padding: 0 15px;
		font-size: 14px;
	}

	.contact-info .message1 .gongyongbiaodan li textarea {
		padding: 15px;
		height: 100px;
	}

	.contact-info .message1 .red {
		left: 4px;
		top: 10px;
	}

	.contact-info .message1 .gongyongbiaodan li .verifyDiv {
		margin-bottom: 10px;
		width: 100%;
	}

	.contact-info .message1 .gongyongbiaodan li .verify {
		height: 40px;
		font-size: 14px;
	}

	.contact-info .message1 .gongyongbiaodan li .verify .drag-btn {
		width: 40px;
		height: 40px;
		background-size: 20px 20px;
	}

	.contact-info .message1 .gongyongbiaodan li .verify .suc-drag-btn {
		background-size: 20px 20px;
	}

	.contact-info .message1 .gongyongbiaodan li .verify .drag-progress {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.contact-info .message1 .gongyongbiaodan li .verify .fix-tips,
	.contact-info .message1 .gongyongbiaodan li .verify .verify-msg {
		line-height: 40px;
		padding-left: 40px;
	}

	.contact-info .message1 .gongyongbiaodan li .verify .verify-msg {
		padding-right: 40px;
	}

	.contact-info .message1 .gongyongbiaodan li .submit {
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
		width: 140px;
		float: left;
	}

	#allmap {
		height: 400px;
		margin-top: 40px;
	}

	.contact-info .message1 .gongyongbiaodan li select {
		background-size: 9px;
	}

	.content1 {
		padding: 40px 0;
	}

	.honor-list .img1 {
		display: block;
	}

	.honor-list .slick-list {
		border-radius: 10px;
	}

	.honor-list .honor-hover .bt {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.honor-list .honor-hover .bt {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: bold;
		color: #2984d1;
	}

	.honor-list .honor-hover .p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.honor-list .honor-hover {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		padding: 20px;
	}

	.honor-list .honor-hover .h3 {
		font-size: 18px;
		padding-left: 10px;
		margin-bottom: 5px;
	}

	.honor-list .honor-hover .span {
		font-size: 14px;
		line-height: 24px;
		padding-left: 10px;
	}

	.honor-list .honor-hover .h3:after {
		width: 2px;
		height: 14px;
	}

	.honor-list .slick-dots li {
		width: 20px;
		height: 2px;
		margin: 0 3px;
	}

	.honor-list .slick-dots li button {
		width: 20px;
		height: 2px;
	}

	.honor-list .slick-dots li button:before {
		width: 20px;
		height: 2px;
	}

	.honor-list {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}

	.honor-list .img {
		display: none;
	}

	.honor-list1 ul li .box {
		border-radius: 10px;
		padding: 20px;
	}

	.honor-list1 ul li .box .pic {
		width: 100%;
		border-radius: 10px;
		position: relative;
		top: auto;
		left: auto;
	}

	.honor-list1 {
		padding-bottom: 20px;
	}

	.honor-list1 ul li .box .text {
		padding-left: 0;
		min-height: 0;
		padding-top: 20px;
	}

	.honor-list1 ul li .box .text .bt {
		font-size: 18px;
	}

	.honor-list1 ul li .box .text .ndate {
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.honor-list1 ul li .box .text .p {
		font-size: 14px;
		line-height: 24px;
	}

	.second-nav .container {
		padding: 0;
	}

	.second-nav ul li a {
		font-size: 16px;
		line-height: 40px;
	}

	.second-nav ul li {
		width: 50%;
	}

	.about01 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.about01 .about-title {
		background-size: 100px;
		font-size: 20px;
		line-height: 30px;
		padding-left: 40px;
		margin-top: -10px;
		margin-bottom: 20px;
	}

	.about01 .about-title:after {
		width: 30px;
		height: 2px;
		top: 10px;
	}

	.about01 .about-text .p {
		width: 100%;
		padding-right: 0;
		padding-top: 20px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.about01 .about-text .p .img1 {
		padding: 10px;
		margin-bottom: 20px;
	}

	.about01 .about-text .img {
		width: 100%;
	}

	.about02 {
		padding: 40px 0;
	}

	.about02 .a-bottom {
		font-size: 14px;
		line-height: 24px;
		padding-top: 20px;
	}

	.about02 .a-list ul li .bt {
		font-size: 16px;
		line-height: 30px;
		padding: 0 10px;
	}

	.about02 .a-list ul li {
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.about02 .a-list ul {
		margin: 0 -6px;
	}

	.about03 .a-list {
		padding-top: 20px;
	}

	.about03 .a-list ul li {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.about03 .a-list ul {
		margin: 0 -6px;
	}

	.about03 .a-list ul li .img .pic {
		width: 50px;
		margin-right: 5px;
	}

	.about03 .a-list ul li .img {
		line-height: 50px;
		font-size: 18px;
		letter-spacing: 1px;
		padding-top: 14px;
		margin-bottom: 20px;
	}

	.about03 .a-list ul li .p {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
		padding-left: 20px;
	}

	.about03 {
		padding: 40px 0;
	}

	.about03 .a-list ul li .box {
		padding: 25px;
		border-radius: 10px;
	}

	.a-title {
		font-size: 24px;
	}

	.zi-title {
		font-size: 18px;
		line-height: 26px;
		padding-left: 10px;
		margin-bottom: 10px;
		border-left: 2px solid #247ac2;
	}

	.ziyuan-p ul {
		margin: 0 -10px;
	}

	.ziyuan-p ul li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.ziyuan-p ul li .bt {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.ziyuan-p ul li .bt span {
		font-size: 12px;
		line-height: 20px;
	}

	.ziyuan-p ul li .p {
		font-size: 12px;
		line-height: 20px;
	}

	.ziyuan-p ul li .pic {
		width: 100px;
	}

	.ziyuanlist1 {
		padding: 0;
	}

	.ziyuanlist1 ul {
		margin: 0 -6px;
	}

	.ziyuanlist1 ul li {
		width: 33.3333333%;
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.ziyuanlist1 ul li a {
		border-radius: 10px;
	}

	.ziyuanlist1 ul li .text {
		padding: 20px;
		background: url(../images/j.png) no-repeat 20px 78%;
	}

	.ziyuanlist1 ul li .text .bt {
		font-size: 18px;
		line-height: 30px;
		height: 60px;
	}

	.h1 {
		font-size: 24px;
	}

	.h2 {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 16px;
	}

	.news-info {
		font-size: 14px;
		padding: 20px 0;
		line-height: 24px;
	}

	.h2 span {
		margin: 0 10px;
		padding-left: 20px;
	}

	.news-info p {
		margin-bottom: 5px;
	}

	.news-info .h3 {
		font-size: 18px;
	}

	.h2 .rl {
		background-size: 16px;
	}

	.h2 .fc {
		background-size: 15px;
	}

	.related .related-title {
		font-size: 24px;
	}

	.related {
		padding: 30px 0 10px 0;
	}

	.related .related-title:after {
		width: 30px;
		height: 2px;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.prev-next-return .next a {
		background-size: 6px;
	}

	.prev-next-return .return a {
		background: none;
	}

	.prev-next-return .prev a {
		background-size: 6px;
	}

	.hangyezixunlist ul {
		width: 100%;
	}

	.hangyezixunlist .news-one {
		width: 100%;
	}

	.hangyezixunlist .news-one .text {
		height: auto !important;
	}

	.hangyezixunlist ul li .pic {
		border-radius: 10px;
	}

	.hangyezixunlist ul li .pic .biaoqian {
		display: none;
	}

	.hangyezixunlist ul li .box {
		border-radius: 10px;
	}

	.hnews1 ul li .box {
		border-radius: 10px;
	}

	.about01 .about-img img {
		width: 268px;
	}

	.huanjing .list .text {
		padding: 20px;
	}

	.inside-banner .img1 {
		display: block;
	}

	.inside-banner .img1 img {
		width: 100%;
	}

	.inside-banner .img {
		display: none;
	}

	.inside-banner .bt {
		margin-bottom: 10px;
	}

	.inside-banner .bt span {
		font-size: 22px;
		background-size: 27px;
		padding-top: 10px;
	}

	.inside-banner .p {
		font-size: 14px;
		line-height: 24px;
		display: none;
	}

	.inside-banner .p p {
		margin-bottom: 3px;
	}

	.inside-banner .text {
		width: 93%;
	}

	.inside-banner .text br {
		display: none;
	}

	.current2 {
		padding: 7px 0;
	}

	.current2 .span {
		font-size: 13px;
		line-height: 20px;
		background: url(../images/home1.png) no-repeat left 2px;
		background-size: 17px;
		padding-left: 22px;
	}

	.yanfalist li .text .bt {
		font-size: 20px;
	}

	.yanfalist li .text .bt {
		margin-bottom: 10px;
	}

	.yanfalist li .text .jsh p a {
		font-size: 16px;
		line-height: 30px;
		padding-left: 10px;
	}

	.yanfalist li .text .jsh p a:after {
		width: 4px;
		height: 4px;
	}

	.yanfalist li .box {
		border-radius: 10px;
	}

	.yanfalist {
		margin: 0 -6px;
		padding-bottom: 15px;
	}

	.yanfalist li .text {
		padding: 30px 20px 30px 30px;
	}

	.yanfalist li {
		width: 170px;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	a.btn1 {
		width: 100px;
		line-height: 30px;
		border-radius: 5px;
		border: solid 1rem #1781c6;
		font-size: 14px;
	}

	a.btn2 {
		width: 100px;
		line-height: 30px;
		border-radius: 5px;
		font-size: 14px;
	}

	.btn_linxi a {
		margin: 0 5px;
	}

	.yanfa-ziyuan {
		padding: 30px 0 0 0;
	}

	.inmain-title .h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.inmain-title .p {
		font-size: 14px;
	}

	.yf-list ul li a span {
		padding: 0 5px;
		line-height: 20px;
		max-height: 40px;
	}

	.yf-list ul li a {
		height: 50px;
		font-size: 14px;
	}

	.yfzy-info {
		border-radius: 10px;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.yz-show .yz-info .pic {
		width: 300px;
		border-radius: 10px;
	}

	.yz-show .yz-info .text .bt a {
		font-size: 20px;
	}

	.yz-show .yz-info .text {
		width: 100%;
		padding-top: 10px;
	}

	.yz-show .yz-info .text .p p a {
		font-size: 16px;
		line-height: 30px;
		padding: 0 10px;
	}

	.yz-show .yz-info .text .p p a:after {
		width: 4px;
		height: 4px;
	}

	.yz-show {
		padding: 20px;
	}

	.zhengzhan-contact p a {
		font-size: 16px;
		line-height: 40px;
		border-radius: 6px;
		padding-left: 47px;
	}

	.yf-contact {
		padding-bottom: 15px;
	}

	.zhengzhan-contact p.zc1 a {
		background: #eff9ff url(../images/c1.png) no-repeat 17px 13px;
		background-size: 13px;
	}

	.zhengzhan-contact p {
		margin-bottom: 12px;
	}

	.zhengzhan-contact p.zc2 a {
		background: #eff9ff url(../images/c2.png) no-repeat 20px 11px;
		background-size: 10px;
	}

	.zhengzhan-contact p.zc3 a {
		background: #eff9ff url(../images/c3.png) no-repeat 20px 15px;
		background-size: 14px;
	}

	.yf-list ul li {
		width: 33.333333333%;
		margin-bottom: 1px;
	}

	.yf-list ul li:nth-child(3n) {
		border-right: 0;
	}

	.yf-list ul li:nth-last-child(1) {
		width: 50%;
	}

	.yf-list ul li:nth-last-child(2) {
		width: 50%;
	}

	.y-nr01 {
		margin-bottom: 20px;
	}

	.y-nr01 .bt {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.y-nr01 .p {
		font-size: 15px;
		line-height: 27px;
	}

	.y-nr01 .text {
		padding: 20px;
		text-align: justify;
	}

	.yf-list1 ul li {
		width: 50%;
	}

	.yf-list1 ul li .pic {
		width: 35px;
	}

	.yf-list1 ul li:nth-child(3n) {
		border-right: 1px solid #fff;
	}

	.yf-list1 ul li a span {
		line-height: 50px;
		max-height: initial;
	}

	.yf-list1 ul li a span {
		max-width: 66%;
	}

	.yf2-list li {
		width: 50%;
		padding: 0 10px;
	}

	.yf2-list ul {
		margin: 0 -10px;
	}

	.yf2-list li a {
		font-size: 15px;
		line-height: 40px;
		background-size: 16px;
		padding-right: 20px;
	}

	.y-nr01 {
		border-radius: 10px;
	}

	.yanfa06 .leftAside {
		width: 270px;
	}

	.yanfa06 .rightCon {
		width: 100%;
		padding-top: 20px;
	}

	.yanfa06 .container {
		padding: 0 15px !important;
	}

	.y-title {
		font-size: 20px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

	.yanfa06 .rightCon .btn_linxi {
		margin-bottom: 20px;
	}

	.yf-item {
		margin-bottom: 20px;
	}

	.yf-item .yf-h3 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.yf-item .yf-h3 img {
		height: 29px;
	}

	.yf-item .yf-nr {
		padding: 20px;
		border-radius: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.yf-item .yf-table table {
		border-radius: 10px 10px 0 0;
	}

	.yf-item .yf-table table td {
		font-size: 14px;
		padding: 8px;
	}

	.yf-item .yf-table table tr:nth-child(1) {
		border-radius: 10px 10px 0 0;
	}

	.zhengzhan-contact p.zc4 a {
		background: #eff9ff url(../images/c4.png) no-repeat 18px 14px;
		background-size: 15px;
	}

	a.btn3 {
		width: 120px;
		line-height: 30px;
		border-radius: 5px;
		font-size: 14px;
	}

	a.btn4 {
		width: 180px;
		line-height: 30px;
		border-radius: 5px;
		font-size: 14px;
	}

	.mx-list ul li {
		width: 50%;
	}

	.yf-list ul li:nth-child(3) {
		border-right: 1px solid #fff;
	}

	.mx-item {
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.mx-item .mx-title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.mx-item .mx-nr {
		font-size: 14px;
		line-height: 24px;
	}

	.mux-list ul {
		margin: 0 -6px;
	}

	.mux-list li {
		width: 33.333333%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.mux-list li .text {
		padding: 20px;
	}

	.mux-list li .bt {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.mux-list li .p {
		height: 240px;
	}

	.mux-list li .p p a {
		font-size: 16px;
		line-height: 30px;
		padding-left: 10px;
	}

	.mux-list li .p p a:after {
		width: 4px;
		height: 4px;
	}

	.yanfa06 {
		padding: 40px 0;
	}

	.bjsz {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.yanfalist li .pic:after {
		padding-bottom: 125%;
	}

	.yanfalist li .pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news .n-p {
		font-size: 14px;
		line-height: 24px;
	}

	.nlist ul li .box {
		border-radius: 5px;
	}

	.nlist {
		padding: 20px 0;
	}

	.nlist ul {
		margin: 0 -6px;
	}

	.nlist ul li {
		padding: 0 6px;
	}

	.nlist ul li .bt {
		padding: 0 10px;
		font-size: 20px;
	}

	.gongsinewslist ul {
		padding-bottom: 20px;
	}

	.gongsinewslist ul li .box {
		height: 137px;
		padding-left: 240px;
	}

	.gongsinewslist ul li .pic {
		width: 220px;
		border-radius: 10px;
	}

	.gongsinewslist ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.gongsinewslist ul li .nbt {
		/*font-size: 18px;*/
		/*line-height: 30px;*/
		/*margin-bottom: 5px;*/
		/*font-weight: bold;*/
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.gongsinewslist ul li .more1 {
		width: 100px;
		line-height: 30px;
		border-radius: 5px;
	}

	.gongsinewslist ul li .more1 span {
		line-height: 30px;
	}

	.gongsinewslist ul li .ndate {
		margin-bottom: 5px;
	}

	.gongsinewslist ul li .np {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0;
		display: none;
	}

	.news-show {
		padding: 40px 0;
	}

	.y1 .text {
		background: url(../images/y2-phone.png) no-repeat top right;
		background-size: 100%;
	}

	.y2 .text {
		background: url(../images/y1-phone.png) no-repeat top right;
		background-size: 100%;
	}

	.y3 .text {
		background: url(../images/y3-phone.png) no-repeat top right;
		background-size: 100%;
	}

	.y4 .text {
		background: url(../images/y6-phone.png) no-repeat top right;
		background-size: 100%;
	}

	.y5 .text {
		background: url(../images/y4-phone.png) no-repeat top right;
		background-size: 100%;
	}

	.y6 .text {
		background: url(../images/y5-phone.png) no-repeat top right;
		background-size: 100%;
	}

	.y-nr01 .img {
		display: none;
	}

	.y-nr01 .text {
		width: 100%;
	}
}

.f18 {
	font-size: 18rem;
}

@media(max-width:768px) {
	.job2 span {
		padding: 0 10px !important;
		width: 50% !important;
	}
}

@media (max-width: 500px) {
	#certify .swiper-slide {
		width: 280px;
	}

	.job02 .job-bottom .left ul li {
		width: 50%;
	}

	.job02 .job-bottom .left ul li:nth-last-child(1) {
		width: 100%;
	}

	.job2 {
		overflow: auto;
	}

	.job2 .info {
		width: 768px;
	}

	.huanjing .list li {
		width: 100%;
	}

	.huanjing .list li img {
		width: 100%;
	}

	.yf-list ul li a {
		font-size: 14px;
	}

	.yz-show .yz-info .pic {
		width: 100%;
	}

	.yz-show .yz-info .text .p p {
		width: 100%;
	}

	.y-nr01 .img {
		width: 100%;
	}

	.mux-list li {
		width: 50%;
	}

	.mux-list li .p {
		height: 168px;
	}

	.ziyuanlist1 ul li {
		width: 50%;
	}

	.about02 .a-list ul li {
		width: 100%;
	}

	.about03 .a-list ul li {
		width: 100%;
	}

	.about03 .a-list ul li .p {
		height: auto;
	}
}

.shejilist {
	padding-bottom: 0;
}

.shejilist li {
	width: 20%;
	margin-bottom: 36rem;
}

.shejilist li .pic:after {
	padding-bottom: 138.25757576%;
}

.shejilist li a {
	display: block;
}

.shejilist li a:hover .bt {
	color: #2dad69;
	text-decoration: underline;
}

.shejilist li.hou {
	width: 50%;
	margin-bottom: 0;
}

.shejilist li.hou .pic:after {
	padding-bottom: 33.09859155%;
}

.shejilist li.hou .text .jsh p {
	float: left;
	margin-right: 18rem;
}

.shejilist li.hou .pp1 {
	display: none;
}

.shejilist li.hou .pp1:after {
	padding-bottom: 138.25757576%;
}

@media (max-width: 1200px) {
	.home-ziyuan #funnyNewsTicker2 {
		width: 100%;
	}

	.shejilist li {
		width: 50%;
		margin-bottom: 12px;
	}

	.shejilist li.hou {
		width: 50%;
		margin-bottom: 12px;
	}

	.shejilist li.hou .pp0 {
		display: none;
	}

	.shejilist li.hou .text .jsh p {
		float: none;
		margin-right: 0;
	}

	.shejilist li.hou .pp1 {
		display: block;
	}

	.shejilist li.hou:nth-last-child(1) {
		width: 100%;
	}

	.shejilist li.hou:nth-last-child(1) .pp0 {
		display: block;
	}

	.shejilist li.hou:nth-last-child(1) .pp1 {
		display: none;
	}
}

.zhichi-biaodan .titleBig {
	margin-bottom: 10rem;
}

.zhichi-biaodan .p {
	font-size: 14rem;
	margin-bottom: 40rem;
}

.zhichi-biaodan .zhichi-bottom {
	background: url(../images/zhibg.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	padding: 32rem 49rem;
	border-radius: 8rem;
	box-shadow: 0 0 18rem 0 rgba(36, 122, 195, 0.33);
}

.zhichi-biaodan .zhichi-bottom .bt {
	float: left;
	font-size: 17rem;
	color: #626f7a;
	width: 40%;
	padding-top: 24rem;
	padding-left: 38rem;
}

.zhichi-biaodan .zhichi-bottom .form {
	float: right;
	width: 49%;
}

.zhichi-biaodan .zhichi-bottom .form ul li .box {
	position: relative;
}

.zhichi-biaodan .zhichi-bottom .form ul li .box span {
	color: #ff0000;
	position: absolute;
	top: 7rem;
	left: 5rem;
}

.zhichi-biaodan .zhichi-bottom .form ul li .box input,
.zhichi-biaodan .zhichi-bottom .form ul li .box textarea {
	background: #fff;
}

.zhichi-biaodan .zhichi-bottom .form ul li .box textarea {
	height: 121px;
}

.zhichi-biaodan .zhichi-bottom .form ul li a.submit,
.zhichi-biaodan .zhichi-bottom .form ul li a.chongzhi {
	width: 141rem;
	line-height: 42rem;
	display: inline-block;
	vertical-align: top;
	font-size: 14rem;
	margin: 0 15rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.zhichi-biaodan .zhichi-bottom .form ul li a.submit:after,
.zhichi-biaodan .zhichi-bottom .form ul li a.chongzhi:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: linear-gradient(77deg, #2dad69 0%, #5fc974 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transition: 0.5s;
	z-index: -1;
}

@media (min-width: 1025px) {

	.zhichi-biaodan .zhichi-bottom .form ul li a.submit:hover,
	.zhichi-biaodan .zhichi-bottom .form ul li a.chongzhi:hover {
		color: #2dad69;
		border: solid 1rem #2dad69;
	}

	.zhichi-biaodan .zhichi-bottom .form ul li a.submit:hover:after,
	.zhichi-biaodan .zhichi-bottom .form ul li a.chongzhi:hover:after {
		top: 0;
		left: 0;
		width: 300px;
		height: 300px;
		margin-left: -150px;
		margin-top: -150px;
	}
}

.zhichi-biaodan .zhichi-bottom .form ul li a.submit {
	background-color: #ffffff;
	border: solid 1rem #e7e7e7;
	color: #626f7a;
}

.zhichi-biaodan .zhichi-bottom .form ul li a.chongzhi {
	background-color: #247ac2;
	border: solid 1rem #247ac2;
	color: #fff;
}

@media (max-width: 1200px) {
	.zhichi-biaodan .titleBig {
		margin-bottom: 5px;
	}

	.zhichi-biaodan .p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.zhichi-biaodan .zhichi-bottom {
		padding: 20px;
		border-radius: 8px;
	}

	.zhichi-biaodan .zhichi-bottom .bt {
		font-size: 16px;
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}

	.zhichi-biaodan .zhichi-bottom .form {
		width: 100%;
	}

	.zhichi-biaodan .zhichi-bottom .form ul li .box span {
		top: 5px;
		left: 5px;
	}

	.zhichi-biaodan .zhichi-bottom .form ul li a.submit,
	.zhichi-biaodan .zhichi-bottom .form ul li a.chongzhi {
		width: 100px;
		line-height: 30px;
		font-size: 14px;
		margin: 0 10px;
	}
}

.zxdg .list-2 .img {
	width: 54px;
	height: 54px;
}

.zxdg .list-2 .img .girl {
	width: 54px;
	height: 54px;
}

.personal .list-1 .more span {
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
	display: inline-block;
}

.zxdg .list-2 li.last {
	display: none;
}

.qita {
	margin: 0 -10rem;
}

.qita .qtfw {
	width: 50%;
	float: left;
	padding: 0 10rem;
}

.qita .qtfw .box {
	position: relative;
}

.qita .qtfw .box .pic:after {
	padding-bottom: 33.25842697%;
}

.qita .qtfw .box .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 28rem 35rem;
}

@media (max-width: 768px) {
	.zxdg .list-2 li.last {
		display: block;
	}

	.qita .qtfw {
		width: 100%;
	}

	.qita .qtfw.g1 {
		display: none;
	}

	.qita .qtfw .box .text {
		padding: 0 24px;
		height: auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.zxdg .qtfw .titleBig {
		margin-bottom: 0;
	}
}

.signin .conTabs .list .fangshi a {
	width: 25px !important;
	height: 25px !important;
}

.forget {
	padding: 10% 0;
}

.forget .pwd-main {
	min-height: 100px;
	border: 0;
	width: 650px;
	margin: 0 auto;
}

.forget .pwd-main .pwd-box {
	border-radius: 4px 4px 4px 4px;
	background-color: #ffffff;
	padding: 65px;
}

.forget .pwd-main .pwd-box h1 {
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
	font-weight: 700;
}

.forget .name-label {
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	width: 360px;
	display: block;
	margin-bottom: 5px;
	line-height: 18px;
	color: #444444;
	clear: left;
}

.forget .tipRed {
	color: red;
	font-style: normal;
}

.forget .pwd-p .form-input {
	width: 100%;
	height: 42px;
	/*line-height: 42px;*/
	padding: 11px 8px 11px 8px;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	text-indent: 4px;
	vertical-align: baseline;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
}

.forget .input-p .btn-blue {
	background-color: #017cc4;
	color: #ffffff;
	font-size: 14px;
	border: 0;
	padding: 10px 30px;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 4px 4px 4px 4px;
}

.forget .input-p .btn-blue:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: linear-gradient(77deg, #2dad69 0%, #5fc974 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transition: 0.5s;
	z-index: -1;
}

.forget .input-p .btn-blue:hover {
	text-decoration: none;
	outline: none;
}

.forget .input-p .btn-blue:hover:after {
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	margin-left: -150px;
	margin-top: -150px;
}

.forget .btn-right {
	float: right !important;
}

.forget .field-validation-error {
	background-color: #fbf6f5 !important;
}

.forget .field-validation-show {
	background-color: #f2f2f2 !important;
}

.forget .displayH {
	display: none;
}

.forget .addressN {
	line-height: 1.4em;
	margin: 5px 0;
	background-color: #ffffff;
	display: inline-block;
	font-size: 14px;
}

.forget .pwd-p {
	margin-bottom: 12px;
	position: relative;
	clear: both;
	min-height: 3.2em;
}

.forget .name-control {
	width: 68px;
	display: inline-block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.forget .pwd-p .width-control {
	width: 82.5%;
	position: relative;
}

.forget .phone-control {
	min-width: 200px;
	height: 42px;
	line-height: 42px;
	float: left;
}

.faqs .faqsList .more em {
	font-style: normal;
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
	display: inline-block;
}

@media (max-width: 1200px) {
	.forget .pwd-main {
		width: 100%;
	}

	.forget .pwd-main .pwd-box {
		padding: 20px;
	}

	.faqs-show .list .wen {
		font-size: 12px;
	}

	.faqs .faqsList .img {
		height: 50px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.faqs .faqsList .more {
		line-height: 20px;
	}

	.faqs .faqsList .box {
		padding: 15px 10px;
	}

	.inside-2 {
		padding-top: 0;
	}

	.ziyuan01 {
		padding: 30px 0;
	}

	.personal .list-2 .box {
		font-size: 14px;
	}

	.lpth .jpth-hd .info {
		max-width: 60%;
	}

	.lpth .jpth-hd .btns .view {
		font-size: 14px;
	}

	.jfgl .jfmx-hd .num {
		font-size: 16px;
	}

	.jfgl .jfmx-hd {
		padding: 11px;
		overflow: hidden;
	}

	.jfgl .jfmx-hd .btns {
		display: inline-block;
		clear: inherit;
		float: right;
		padding-top: 0;
	}

	.order .tw-btn-primary,
	.order .tw-btn-secondary {
		min-width: 50px;
		font-size: 12px;
	}

	.lpth img {
		width: 178px;
	}

	.reduceAdd input {
		font-size: 14px;
		line-height: 30px;
	}

	.lpth .jpth-hd {
		background-position: 73% top;
	}

	.jfgl .div-1 .div-1-2 .title {
		font-size: 14px;
	}

	.khfw-hd-title {
		background-position: 73% center;
	}

	.personal .wdzxDiv {
		background-position: 79% center;
	}

	.order .ts-btns {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.order .ts-btns .ts {
		padding-bottom: 20px;
	}

	.xxzxRight .list .box {
		border-bottom: 1px solid #f5f5f5;
	}

	.xxzx-show {
		padding: 20px 0 0 0;
		font-size: 14px;
		line-height: 24px;
	}

	.xxzx-show .titleBig .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.xxzx-show .titleBig .date {
		background-size: 17px !important;
		padding-left: 24px;
	}

	.xxzx-show .titleBig {
		padding: 0 10px 10px 10px;
	}

	#allmap:after {
		display: none;
	}

	.successPopup,
	.lpjsPopup,
	.twPopup {
		padding: 35px 20px 20px 20px;
	}

	.yf-list1 ul li .girl {
		width: 50px;
		height: 50px;
	}

	.yf-list2 ul li .girl {
		width: 50px;
	}

	.zxdg .list-2 .btns a,
	.zxdg .list-2 .btns span {
		font-size: 14px;
	}

	.wytj .cyfs .ts {
		font-size: 14px;
	}
}

.ghtx {
	width: 540px;
	padding: 30px 30px 30px 30px;
}

.ghtx .layui-btn {
	background: #017cc4;
	color: #fff;
	border: 1px solid #017cc4;
	overflow: hidden;
	position: relative;
}

.ghtx .layui-btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#2dad69), to(#34c778));
	background-image: linear-gradient(90deg, #2dad69, #34c778);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}

.ghtx .layui-btn:hover:after {
	width: 800px;
	height: 800px;
	border-radius: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ghtx .layui-col-space15>* {
	padding: 0;
}

.ghtx .layui-col-xs9 {
	padding-right: 20px !important;
	margin-bottom: 20px;
}

.ghtx .layui-col-space15 {
	margin: 0;
}

.inside-2 .classifyAside .titleBig-2 .img {
	padding: 0;
	border: 0;
	position: relative;
}

.inside-2 .classifyAside .titleBig-2 .img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../images/viewfinder.png) no-repeat center center;
	background-size: 80%;
	display: none;
}

.inside-2 .classifyAside .titleBig-2 .img:hover {
	opacity: 1;
}

.inside-2 .classifyAside .titleBig-2 .img:hover img {
	opacity: 0.7;
}

.inside-2 .classifyAside .titleBig-2 .img:hover:after {
	display: block;
}

@media (max-width: 768px) {

	.jfgl .table-1 .laytable-cell-1-0-3,
	.jfgl .table-1 .laytable-cell-1-0-4 {
		width: auto !important;
	}

	.ghtx {
		width: 320px;
		padding: 15px;
	}

	.ghtx .layui-col-xs9>div {
		height: 200px !important;
	}

	.ghtx .layui-col-xs9 .layui-row {
		height: auto !important;
	}

	.ghtx .layui-col-xs3 #croppereditimgPreview {
		width: 100% !important;
		height: 72px !important;
	}

	.ghtx .layui-form-item .layui-input-inline {
		margin: 0;
	}

	.ghtx .layui-form-item .layui-input-inline+.layui-form-mid {
		margin-left: 0;
	}
}

@media (max-width: 749px) {
	.signin {
		padding: 15px 15px 30px 15px !important;
	}

	.signin .right {
		padding: 25px !important;
	}

	.layui-form-checkbox span {
		white-space: inherit;
		text-overflow: inherit;
	}

	.signin .conTabs .list .btns .tw-btn-primary {
		font-size: 14px !important;
	}

	.register {
		padding: 15px !important;
	}

	.registerWrap {
		padding-bottom: 40px !important;
	}

	.registerWrap {
		min-height: 0 !important;
	}

	.footer-bottom-register {
		position: relative !important;
		bottom: auto !important;
	}
}

@media (max-width: 500px) {
	.order .date-form-groups {
		width: 100%;
	}
}

.yxxdingzhi .steps {
	max-width: 600px;
}

.help .menuTabs .list {
	margin: 0 -11rem;
}

.help .menuTabs .list li {
	width: 14.28571429%;
	padding: 0 11rem;
}

.help .helplist ul li {
	margin-bottom: 21rem;
}

.help .helplist ul li .box {
	position: relative;
	background: #ffffff url(../images/helpbg.jpg) no-repeat top center;
	overflow: hidden;
	background-size: cover;
	box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	border-radius: 24rem;
	padding: 55rem 71rem 21rem 44rem;
}

.help .helplist ul li .box:after {
	content: '';
	display: none;
	width: 100%;
	height: 100%;
	border: 3rem solid #2dad69;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 24rem;
}

.help .helplist ul li .box .span {
	width: 120rem;
	text-align: center;
	line-height: 40rem;
	box-shadow: 0rem 0rem 28rem 0rem rgba(181, 181, 181, 0.33);
	border-radius: 24rem 0rem 10rem 0rem;
	position: absolute;
	top: 0;
	left: 0;
	color: #247ac2;
	font-size: 16rem;
}

.help .helplist ul li .box .p {
	font-size: 16rem;
	line-height: 24rem;
	height: 96rem;
	color: #626f7a;
	overflow: hidden;
	margin-bottom: 20rem;
}

.help .helplist ul li .box .more {
	font-size: 14rem;
	line-height: 23rem;
	color: #31c275;
}

.help .helplist ul li .box .more span {
	transform: translateX(0%);
	transition: 0.2s linear;
	animation: attention 1.2s linear infinite;
	display: inline-block;
}

@media (min-width: 1025px) {
	.help .helplist ul li:hover .box:after {
		display: block;
	}
}

.hqzc img {
	display: block;
}

@media (max-width: 1200px) {
	.help .menuTabs .list li {
		width: 25%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.help .menuTabs .list {
		margin: 0 -5px;
	}

	.help .helplist ul li .box .span {
		width: 100px;
		line-height: 40px;
		border-radius: 12px 0rem 5px 0rem;
		font-size: 14px;
	}

	.help .helplist ul li .box .p {
		font-size: 14px;
		line-height: 24px;
		height: 96px;
		margin-bottom: 10px;
	}

	.help .helplist ul li .box {
		border-radius: 12px;
		padding: 55px 20px 20px 20px;
	}

	.help .helplist ul li {
		margin-bottom: 20px;
	}

	.help .helplist ul li .box .more {
		font-size: 12px;
		line-height: 24px;
	}
}

.yxx-part .div-3 {
	text-align: center;
}

.yxx-part .layui-form-item {
	margin: 0 -37rem;
	margin-bottom: 20rem;
}

.yxx-part .layui-form-item .layui-input-inline {
	width: 33.333333%;
	margin-right: 0;
	padding: 0 37rem;
	position: relative;
}

.yxx-part .layui-form-item .layui-input-inline .bt {
	font-size: 16rem;
	line-height: 36rem;
	color: #626f7a;
	padding-bottom: 10rem;
}

.yxx-part .layui-form-item .layui-input-inline .select {
	background-color: #d1e4f3;
	border-radius: 12rem;
	padding: 17rem;
	position: relative;
}

.yxx-part .layui-form-item .layui-input-inline .select:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -58rem;
	width: 41rem;
	height: 100%;
	background: url(../images/guanlian.png) no-repeat center center;
	background-size: 100%;
}

.yxx-part .layui-form-item .layui-input-inline .layui-form-select .layui-input {
	height: 33rem;
	background-color: #fcfeff;
	border-radius: 8rem;
	border: solid 1rem #cacade;
	font-size: 14rem;
	color: #626f7a;
	padding: 0 13rem;
}

.yxx-part .layui-form-item .layui-input-inline:nth-last-child(1) .select:after {
	display: none;
}

.yxx-table-2 {
	color: #626f7a;
	width: 100%;
	background-color: #d1e4f3;
	border-radius: 12rem;
	padding: 17rem;
	margin-bottom: 25rem;
}

.yxx-table-2 .table {
	position: relative;
	overflow: auto;
}

.yxx-table-2 table {
	background-color: #f0f8ff;
}

.yxx-table-2 thead th {
	background-color: #fff;
	overflow: hidden;
	height: 48rem;
	color: #626f7a;
	font-weight: 700;
	font-size: 16rem;
	text-align: left;
	line-height: 18rem;
	padding-left: 20rem;
	padding-right: 20rem;
}

.yxx-table-2 thead th i {
	font-weight: 400;
	font-size: 14rem;
	display: block;
	font-style: initial;
}

.yxx-table-2 th,
.yxx-table-2 td {
	border: 1px #c3d3e0 solid;
	padding-top: 0;
	padding-bottom: 0px;
	min-width: 100rem;
	font-size: 14rem;
	padding-left: 20rem;
	padding-right: 20rem;
}

.yxx-table-2 select {
	color: #626f7a;
	border: none;
	background: none;
	appearance: auto;
}

.yxx-table-2 select option {
	color: #626f7a;
}

.yxx-table-2 .editDiv {
	padding: 10px 0;
}

.yxx-table-2 .shm {
	padding: 10rem 10rem;
}

@media (max-width: 1200px) {
	.yxx-table-2 {
		border-radius: 10px;
		padding: 7px;
		margin-bottom: 16px;
	}

	.yxx-table-2 .table {
		max-height: 450px;
	}

	.yxx-table-2 table {
		width: 1000px;
	}

	.yxx-table-2 th {
		height: 40px !important;
		padding: 0 0;
		font-size: 14px !important;
	}

	.yxx-table-2 th i {
		font-size: 14px !important;
	}

	.yxx-table-2 th:nth-child(1) {
		width: 70px;
	}

	.yxx-table-2 .th-shangchuan {
		width: 100px;
	}

	.yxx-table-2 .title-1 {
		line-height: 20px;
		font-size: 14px;
	}

	.yxx-table-2 .uploadFile-2:before {
		width: 20px;
		height: 20px;
	}
}

.yxx-part1 .menuTabs .list {
	width: 100%;
}

.yxx-part1 .menuTabs .list .liDiv {}

.yxx-part1 .menuTabs .list li {
	width: 10%;
	margin-right: 0;
	margin-left: -20rem;
	position: relative;
	z-index: 0;
}

.yxx-part1 .menuTabs .list li:nth-child(9n) {
	margin-left: 0;
}

.yxx-part1 .menuTabs .list .box {
	box-shadow: 0rem 4rem 8rem 0rem rgba(2, 2, 2, 0.4);
	background-color: #c6e0f3;
	color: #626f7a;
	min-width: 120rem;
}

.yxx-part1 .menuTabs .list li a .box {
	background-color: #ffffff;
	color: #626f7a;
}

.yxx-part1 .menuTabs .list li.active {
	z-index: 3;
}

.yxx-part1 .menuTabs .list li.active .box {
	color: #fff;
}

.yxx-part1 .menuTabs .list li:hover .box {
	color: #fff;
}

.yxx-part1 .menuTabs .list li:nth-child(1) {
	margin-left: 0;
}

.yxx-part1 .conTabs {
	background: #fff;
	z-index: 5;
	position: relative;
}

.lianglist input:focus {
	border: solid 1rem #017cc4 !important;
}

.lianglist ul li {
	margin-bottom: 28rem;
	overflow: hidden;
}

.lianglist ul li .box {
	position: relative;
	line-height: 36rem;
	padding-left: 120rem;
}

.lianglist ul li .span {
	font-size: 20rem;
	font-weight: bold;
	color: #626f7a;
	width: 100rem;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.lianglist ul li .input {
	float: left;
}

.lianglist ul li .input input {
	width: 80rem;
	height: 36rem;
	background-color: #ffffff;
	border-radius: 4rem;
	border: solid 1rem #d4d4d4;
	padding: 0 10rem;
}

.lianglist ul li .input input:disabled {
	color: #626f7a !important;
	opacity: 1;
	-webkit-text-fill-color: #626f7a !important;
}

.lianglist ul li .input1 input {
	width: 140rem;
}

.lianglist ul li .reduceAdd {
	background: none;
	float: left;
}

.lianglist ul li .reduceAdd .add,
.lianglist ul li .reduceAdd .reduce {
	width: 36rem;
	height: 36rem;
	border-radius: 4rem;
	top: 0;
	border: solid 1rem #d4d4d4;
}

.lianglist ul li .reduceAdd .add:before,
.lianglist ul li .reduceAdd .reduce:before,
.lianglist ul li .reduceAdd .add:before,
.lianglist ul li .reduceAdd .reduce:before,
.lianglist ul li .reduceAdd .add:after,
.lianglist ul li .reduceAdd .reduce:after,
.lianglist ul li .reduceAdd .add:after,
.lianglist ul li .reduceAdd .reduce:after {
	background-color: #d4d4d4;
}

.lianglist ul li .reduceAdd input {
	font-size: 14rem;
	line-height: 36rem;
	font-weight: normal;
	/*color: #d4d4d4;*/
	color: black;
}

.lianglist ul li .reduceAdd input:focus {
	border: solid 1rem #d4d4d4 !important;
}

.lianglist ul li .reduceAdd .xininput {
	width: 80rem;
	height: 36rem;
	border-radius: 4rem;
	background-color: #ffffff;
	border: solid 1rem #d4d4d4 !important;
	padding: 0 10rem;
	vertical-align: top;
}

.lianglist ul li .xinred {
	width: 164rem;
	line-height: 36rem;
	height: 36rem;
	border-radius: 4rem;
	padding-left: 42rem;
	padding-right: 42rem;
}

.lianglist ul li .xinred:focus {
	border: solid 1rem #d4d4d4 !important;
}

.lianglist ul li .zi {
	float: left;
	color: #394147;
	padding-left: 10rem;
}

.lianglist ul li .nr {
	width: 62%;
	float: right;
}

.lianglist ul li .nr .p-1 {
	padding-left: 26rem;
	position: relative;
}

.lianglist ul li .nr .p-1 .icon {
	height: 20rem;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5rem;
	position: absolute;
	left: 0;
	top: 10rem;
}

.lianglist ul li .label {
	background-color: #ffffff;
	border-radius: 4rem;
	border: solid 1rem #d4d4d4;
	padding: 18rem;
}

.lianglist ul li .label .box1 {
	float: left;
	min-width: 160rem;
	padding-right: 5rem;
}

.lianglist ul li .label .checkboxDiv .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #2986d2;
}

.lianglist ul li .label .checkboxDiv .layui-form-checked[lay-skin=primary] i {
	border-color: #2986d2 !important;
	background-color: #2986d2;
}

.lianglist ul li .label .checkboxDiv em {
	font-style: initial;
}

.lianglist ul li .input2 input {
	width: 100%;
	height: 36rem;
	background-color: #ffffff;
	border-radius: 4rem;
	border: solid 1rem #d4d4d4;
	padding: 0 10rem;
}

.lianglist ul .bg1 {
	background-color: #f3f3f3;
	border-top: 1px dashed #d9e5ee;
	border-bottom: 1px dashed #d9e5ee;
	padding-top: 28rem;
	margin-bottom: 28rem;
}

.yxx-yl01 .table-4 thead {
	text-align: left;
}

.yxx-yl01 .table-4 td {
	text-align: left;
}

.yxx-yl01 .table-4 .title-1 {
	text-align: left;
	padding: 0 10rem;
}

.yxx-yl01 .table-4-2 th:nth-child(2) {
	width: auto;
}

.yxx-yl01 .tw-table th:nth-child(1) {
	width: auto;
	text-align: center;
}

.yxx-yl01 .table-4 th {
	min-width: 10rem;
}

.yxx-yl01 .item1 {
	padding-bottom: 20rem;
	margin-bottom: 20rem;
	border-bottom: 1px dashed #ebf5fb;
}

.yxx-yl01 .item1 .item-title {
	padding: 0 28rem;
	margin-bottom: 10rem;
}

.yxx-yl01 .item1 .item-title .h3 {
	font-size: 18rem;
	font-weight: bold;
	line-height: 36rem;
	color: #2dad69;
	padding-left: 24rem;
	background: url(../images/dot.png) no-repeat center left;
	background-size: 13rem;
}

.yxx-yl01 .item1 .item-title .span {
	position: relative;
	line-height: 36rem;
	padding-left: 120rem;
}

.yxx-yl01 .item1 .item-title .span span {
	font-size: 16rem;
	font-weight: bold;
	display: block;
	color: #626f7a;
	width: 95rem;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.yxx-yl01 .item1 .item-title .span b {
	color: #2dad69;
	font-weight: normal;
}

.yxx-yl01 .item1:nth-last-child(1) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.yxx-yl02 .table-4-2 tr td:nth-child(1) {
	text-align: center;
}

.yxx-moxing {
	color: #626f7a;
	font-size: 16rem;
	line-height: 30rem;
	margin-bottom: 15rem;
}

.yxx-moxing p {
	float: left;
	margin-right: 60rem;
}

.yxx-moxing span {
	color: #31c275;
}

.adme-part1 .conTabs {
	background: #fff;
	z-index: 5;
	position: relative;
	border-top-right-radius: 0;
}

.adme-part1 .conTabs .item {
	padding: 38rem;
}

.adme-part1 .div-1 {
	border-bottom: dashed 1rem #e0eef9;
	padding-bottom: 10rem;
	margin-bottom: 30rem;
}

.adme-part1 .div-1 .h3 {
	font-size: 24rem;
	font-weight: bold;
	line-height: 36rem;
	color: #2dad69;
	padding-left: 24rem;
	background: url(../images/dot.png) no-repeat center left;
	background-size: 13rem;
}

.adme-part1 .lianglist ul li {
	padding: 0 40rem;
}

.adme-part1 .lianglist ul li .zi1 {
	padding-left: 0;
}

.adme-part1 .lianglist ul li .zi1 a {
	color: #31c275;
	text-decoration: underline;
}

.adme-part1 .lianglist ul li .uploadFile {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 13rem 42rem;
	background-color: #ffffff;
	border-radius: 8rem;
	border: solid 1rem #d4d4d4;
	overflow: hidden;
	z-index: 1;
}

.adme-part1 .lianglist ul li .uploadFile:before {
	content: '';
	display: inline-block;
	background: url(../images/icon/file-1.png) no-repeat center center;
	width: 20rem;
	height: 20rem;
	background-size: cover;
	vertical-align: middle;
	margin-top: -3px;
}

.adme-part1 .lianglist ul li .uploadFile:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#2dad69), to(#34c778));
	background-image: linear-gradient(90deg, #2dad69, #34c778);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}

.adme-part1 .lianglist ul li .uploadFile input[type='file'] {
	font-size: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 1025px) {
	.adme-part1 .lianglist ul li .uploadFile:hover {
		color: #fff;
	}

	.adme-part1 .lianglist ul li .uploadFile:hover:before {
		background-image: url(../images/icon/file-4.png);
	}

	.adme-part1 .lianglist ul li .uploadFile:hover:after {
		width: 800px;
		height: 800px;
		border-radius: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.adme-part1 .lianglist ul li .input1 textarea {
	width: 100%;
	height: 64rem;
	background-color: #ffffff;
	border-radius: 8rem;
	border: solid 1rem #d4d4d4;
	padding: 10rem;
}

.dingzhi .yulan .yulanList .adme01 {
	padding: 30rem 38rem;
}

.dingzhi .yulan .yulanList .adme01 .item1 .item-title {
	padding-bottom: 20rem;
	margin-bottom: 20rem;
	border-bottom: 1px dashed #ebf5fb;
}

.dingzhi .yulan .yulanList .adme01 .item1 .span {
	position: relative;
	line-height: 25rem;
	padding-left: 120rem;
	margin: 7rem 50rem;
	min-height: 25rem;
}

.dingzhi .yulan .yulanList .adme01 .item1 .span span {
	font-size: 16rem;
	font-weight: bold;
	display: block;
	color: #626f7a;
	width: 95rem;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.dingzhi .yulan .yulanList .adme01 .item1 .span b {
	color: #2dad69;
	font-weight: normal;
}

.dingzhi .yulan .yulanList .adme01 .item1 .span b a {
	color: #2dad69;
	text-decoration: underline;
}

.dingzhi .yulan .yulanList .adme01 .item1 .span p {
	line-height: 25rem;
}

.dingzhi .yulan .yulanList .adme01 .item1 .span .uploadFile-3 {
	position: relative;
	cursor: initial;
	display: inline-block;
	color: #2dad69 !important;
}

.dingzhi .yulan .yulanList .adme01 .item1 .span .uploadFile-3:before {
	content: '';
	display: inline-block;
	background: url(../images/icon/file-3.png) no-repeat center center;
	width: 20rem;
	height: 20rem;
	background-size: cover;
	vertical-align: middle;
	margin-top: -3px;
}

.dingzhi .yulan .yulanList .adme01 .item1 .bg1 {
	background-color: #f6f8f9;
	border-top: 1px dashed #ebf5fb;
	border-bottom: 1px dashed #ebf5fb;
	padding: 20rem 0;
	margin: 20rem 0;
}

.xa-list {
	padding: 0 20rem;
	color: #626f7a;
	font-size: 16rem;
	font-weight: bold;
	line-height: 36rem;
}

.xa-list p span {
	font-size: 14rem;
	color: #2dad69;
	font-weight: normal;
}

.dingzhi .yulan .yulanList .adme01 .item1 .xiaozu {
	padding: 21rem 48rem;
}

.dingzhi .yulan .yulanList .adme01 .item1 .xiaozu .zu1 {
	background-color: #ffffff;
	border-radius: 32rem;
	border: solid 1rem #ebf5fb;
	padding: 15rem 30rem;
	margin-bottom: 17rem;
}

.dingzhi .yulan .yulanList .adme01 .item1 .xiaozu .zu1 .item-title {
	padding-bottom: 5rem;
}

.dingzhi .yulan .yulanList .adme01 .item1 .xiaozu .zu1 .item-title .h3 {
	background: none;
	padding: 0;
}

.dingzhi .yulan .yulanList .adme01 .item1 .xiaozu .zu1 .span {
	margin-left: 0;
	margin-right: 0;
	color: #626f7a;
}

.inp {
	width: auto;
	height: 36rem;
	background-color: #ffffff;
	border-radius: 4rem;
	border: solid 1rem #d4d4d4;
	padding: 0 10rem !important;
}

.pk-list .xztw-title {
	font-size: 20rem;
	font-weight: bold;
	line-height: 36rem;
	color: #626f7a;
	margin-bottom: 5rem;
}

.pk-list .list {
	padding-left: 25rem;
	margin-bottom: 20rem;
}

.pk-list .list .layui-form-radio:hover *,
.pk-list .list .layui-form-radioed,
.pk-list .list .layui-form-radioed>i {
	color: #2986d2;
}

.pk-list .list .layui-form-radio {
	max-width: 100%;
	margin-top: 0;
	padding-left: 25rem;
	color: #394147;
	position: relative;
}

.pk-list .list .layui-form-radio * {
	font-size: 18rem;
}

.pk-list .list .layui-form-radio>i {
	width: 16rem;
	height: 16rem;
	background: #fff;
	border-radius: 50%;
	border: 1px #d4d4d4 solid;
	font-size: 0;
	position: absolute;
	top: 5rem;
	left: 0;
}

.pk-list .list .layui-form-radio>i:before {
	content: '';
	display: block;
	width: 8rem;
	height: 8rem;
	background: #fff;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pk-list .list .layui-form-radio>div {
	max-width: 100%;
	display: block;
	height: 26rem;
	line-height: 26rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pk-list .list .layui-form-radioed>i {
	border-color: #2986d2;
	background: #fff;
}

.pk-list .list .layui-form-radioed>i:before {
	background: #2986d2;
}

.pk-list .list li {
	width: 25%;
	float: left;
}

.ablist {
	padding: 0 28rem;
}

.lianglist ul li .label .box1 {
	min-width: 25% !important;
}

@media (max-width: 1200px) {
	.lianglist ul li .label .box1:nth-last-child(1) {
		width: 100% !important;
	}

	.yxx-moxing {
		font-size: 14px;
		line-height: 25px;
		padding: 10px;
		margin: 0;
	}

	.yxx-moxing p {
		margin-right: 10px;
	}

	.yxx-yl01 .item1 .item-title {
		padding: 10px;
		margin-bottom: 0;
	}

	.yxx-yl01 .item1 .item-title .h3 {
		font-size: 16px;
		line-height: 30px;
		padding-left: 20px;
		background-size: 13px;
	}

	.yxx-yl01 .item1 .item-title .span {
		line-height: 25px;
		padding-left: 100px;
	}

	.yxx-yl01 .item1 .item-title .span span {
		font-size: 14px;
		width: 83px;
	}

	.yxx-yl01 .item1 {
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	.yxx-part .layui-form-item .layui-input-inline {
		width: 100%;
		padding: 0 37rem;
		margin: 0;
	}

	.yxx-part .layui-form-item .layui-input-inline .bt {
		font-size: 15px;
		line-height: 30px;
		padding-bottom: 5px;
	}

	.yxx-part .layui-form-item .layui-input-inline .select {
		border-radius: 10px;
		padding: 7px;
	}

	.yxx-part .layui-form-item .layui-input-inline .layui-form-select .layui-input {
		height: 35px;
		border-radius: 5px;
		font-size: 14px;
		padding: 0 26px 0 10px;
	}

	.yxx-part .layui-form-item .layui-input-inline .select:after {
		display: none;
	}

	.yxx-table-2 th,
	.yxx-table-2 td {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.lianglist ul li {
		margin-bottom: 10px;
	}

	.lianglist ul li .box {
		line-height: 35px;
		padding-left: 100px;
	}

	.lianglist ul li .span {
		font-size: 15px;
	}

	.lianglist ul li .input input {
		width: 80px;
		height: 35px;
		border-radius: 5px;
		padding: 0 10px;
	}

	.lianglist ul li .reduceAdd {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.lianglist ul li .reduceAdd .add,
	.lianglist ul li .reduceAdd .reduce {
		width: 35px;
		height: 35px;
		border-radius: 3px;
	}

	.lianglist ul li .reduceAdd .xininput {
		width: 100%;
		height: 35px;
		border-radius: 3px;
		padding: 0 10px;
	}

	.lianglist ul li .zi {
		padding-left: 5px;
	}

	.lianglist ul li .nr {
		width: 100%;
		margin-top: 5px;
	}

	.lianglist ul li .nr .p-1 {
		padding-left: 24px;
		line-height: 25px;
	}

	.lianglist ul li .nr .p-1 .icon {
		height: 20px;
		margin-top: 0;
		margin-right: 4px;
		top: 2px;
	}

	.yxx-part1 .menuTabs .list .box {
		min-width: 80px;
	}

	.yxx-part1 .menuTabs .list {
		margin-bottom: 0;
	}

	.lianglist ul li .input1 input {
		width: 100%;
	}

	.adme-part1 .lianglist ul li {
		padding: 0 10px;
	}

	.lianglist ul li .span {
		width: 100%;
		text-align: left;
		position: relative;
		top: auto;
		left: auto;
	}

	.lianglist ul li .box {
		padding-left: 0;
	}

	.adme-part1 .div-1 .h3 {
		font-size: 18px;
		line-height: 36px;
		padding-left: 20px;
		background-size: 13px;
	}

	.adme-part1 .conTabs .item {
		padding: 10px;
	}

	.dingzhi .yulan .yulanList .adme01 {
		padding: 10px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .item-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .span {
		line-height: 24px;
		padding-left: 100px;
		margin: 5px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .span span {
		font-size: 14px;
		width: 83px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .span p {
		line-height: 22px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .span .uploadFile-3:before {
		width: 20px;
		height: 20px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .bg1 {
		padding: 10px 0;
		margin: 10px 0;
	}

	.lianglist ul li .input2 input {
		height: 35px;
		border-radius: 5px;
		padding: 0 10px;
	}

	.lianglist ul li .label .box1 {
		width: 50%;
		min-width: 0;
	}

	.lianglist ul li .label {
		border-radius: 5px;
		padding: 0 10px 5px 10px;
	}

	.xa-list {
		padding: 0 10px;
		font-size: 16px;
		line-height: 35px;
	}

	.xa-list p span {
		font-size: 14px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .xiaozu {
		padding: 10px 10px;
	}

	.dingzhi .yulan .yulanList .adme01 .item1 .xiaozu .zu1 {
		border-radius: 15px;
		padding: 0 10px 10px 10px;
		margin-bottom: 15px;
	}

	.inp {
		height: 35px;
		border-radius: 5px;
		padding: 0 10px !important;
	}

	.pk-list .xztw-title {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.pk-list .xztw-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.pk-list .list {
		padding-left: 0;
		margin-bottom: 10px;
	}

	.pk-list .list li {
		width: 50%;
	}

	.pk-list .list .layui-form-radio>div {
		height: 26px;
		line-height: 26px;
	}

	.pk-list .list .layui-form-radio {
		padding-left: 25px;
	}

	.pk-list .list .layui-form-radio * {
		font-size: 14px;
	}

	.pk-list .list .layui-form-radio>i {
		width: 16px;
		height: 16px;
		top: 5px;
	}

	.pk-list .list .layui-form-radio>i:before {
		width: 8px;
		height: 8px;
	}

	.pk-list .list .layui-form-radio>div {
		height: 26px;
		line-height: 26px;
	}
}

.mfsylist li:hover .bt {
	color: #2dad69;
	text-decoration: underline;
}

.mfsy01 .btn_linxi {
	margin-bottom: 48rem;
}

.adme-part1 .ablist .lianglist ul li {
	padding: 0;
}

@media (max-width: 1200px) {
	.mfsy01 .btn_linxi {
		margin-bottom: 20px;
	}

	.lianglist ul li .label .box1 .radioDiv2 .layui-form-radio>div {
		font-size: 14px;
	}

	.dingzhi .conTabs .div-3 {
		padding-top: 20px;
	}

	.dingzhi .menuTabs .dyfzBtns {
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 0;
		left: 0;
	}

	.dingzhi .menuTabs .btns {
		float: right;
		position: absolute;
		top: 0;
		right: 0;
	}

	.dingzhi .menuTabs {
		position: relative;
		padding-top: 40px;
	}

	.dingzhi .menuTabs .list {
		margin-bottom: 0;
	}

	.dingzhi .part-1 .conTabs {
		border-radius: 10px;
		border-top-left-radius: 0;
	}

	.dingzhi .menuTabs .tishi {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 14px;
	}

	.dingzhi .conTabs.tR-radius-0 {
		border-top-right-radius: 0;
	}

	.dingzhi .adme-part1 .conTabs {
		border-top-right-radius: 0;
	}

	.dingzhi .tabs-2 .menuTabs {
		padding-top: 0;
	}

	.dingzhi .yulan .menuTabs {
		padding-top: 0;
	}

	.dingzhi .adme-part1 .menuTabs {
		padding-top: 0;
	}

	.adme-part1 .lianglist ul li .input1 textarea {
		height: 64px;
		border-radius: 5px;
		padding: 10px;
		display: block;
	}

	.adme-part1 .lianglist ul li .uploadFile:before {
		width: 20px;
		height: 20px;
	}

	.adme-part1 .lianglist ul li .uploadFile {
		padding: 3px 15px;
		border-radius: 5px;
	}

	.dingzhi .conTabs .tips .p-1 {
		padding-left: 24px;
	}

	.dingzhi .conTabs .tips .p-1 .icon {
		height: 20px;
		top: 4px;
	}

	.dingzhi .ljdz .tips .p-1 {
		position: relative;
		padding-left: 25px;
	}

	.dingzhi .ljdz .tips .icon {
		position: absolute;
		top: 2px;
		left: 0;
	}

	.dingzhi .yxx-part1 .menuTabs {
		padding-top: 0;
	}

	.dingzhi .yulan .menuTabs .btns {
		margin-right: 0;
		margin-top: 7px;
	}

	.lianglist ul li .reduceAdd input {
		font-size: 14px;
		line-height: 36px;
	}

	.table-4 .title-1 i {
		font-size: 14px !important;
	}

	.successPopup .title,
	.lpjsPopup .title,
	.twPopup .title {
		font-size: 16px;
		line-height: 30px;
	}

	.successPopup .title span,
	.lpjsPopup .title span,
	.twPopup .title span {
		display: block;
	}

	.successPopup .zhuC,
	.lpjsPopup .zhuC,
	.twPopup .zhuC {
		font-size: 13px;
	}

	.successPopup .zhuC br,
	.lpjsPopup .zhuC br,
	.twPopup .zhuC br {
		display: none;
	}

	.successPopup .zhuC i,
	.lpjsPopup .zhuC i,
	.twPopup .zhuC i {
		display: block;
	}

	.successPopup .zhu,
	.lpjsPopup .zhu,
	.twPopup .zhu {
		font-size: 13px;
	}

	.successPopup .zhu br,
	.lpjsPopup .zhu br,
	.twPopup .zhu br {
		display: none;
	}

	.successPopup .zhu i,
	.lpjsPopup .zhu i,
	.twPopup .zhu i {
		display: block;
	}

	.successPopup .zhu .icon,
	.lpjsPopup .zhu .icon,
	.twPopup .zhu .icon {
		top: 5px;
	}

	.successPopup .zhuC .icon,
	.lpjsPopup .zhuC .icon,
	.twPopup .zhuC .icon {
		top: 5px;
	}

	.successPopup .btns a,
	.lpjsPopup .btns a,
	.twPopup .btns a {
		margin: 0 5px;
	}

	.dingzhi .yulan .titleBig-3-1 {
		font-size: 16px;
		line-height: 35px;
		padding: 0 20px;
	}

	.lianglist ul li .label .box1 {
		min-width: 50% !important;
	}
}

.successPopup .zhuC i,
.lpjsPopup .zhuC i,
.twPopup .zhuC i {
	font-style: initial;
}

.successPopup .zhu i,
.lpjsPopup .zhu i,
.twPopup .zhu i {
	font-style: initial;
}

.tipstanchu {
	display: none;
	position: absolute;
	margin-left: 0;
	bottom: 23px;
	padding: 10px 20px 10px 10px;
	color: #fff;
	left: -8px;
	z-index: 34;
	background-color: #017cc4;
	border-radius: 4px;
	width: 800rem;
	font-weight: normal;
	text-align: left;
}

.tipstanchu:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -8px;
	border-width: 8px;
	left: 0;
	border-color: transparent;
	border-style: dashed;
	border-right-color: #017cc4;
}

.tipstanchu i {
	font-size: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-style: inherit;
	font-weight: normal;
}

.icon1 {
	color: #1361a9;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	font-style: initial;
	vertical-align: top;
	margin-left: 10rem;
	cursor: pointer;
	position: relative;
}

.icon1 a {
	display: block;
	margin-top: 5rem;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #1361a9;
	border: 1px #1361a9 solid;
	background-color: #e7eff5;
}

.inside-2 .classifyAside .list .child {
	display: none;
}

.dingzhi .titleBig .title {
	position: relative;
}

.quan {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	color: #1361a9;
	border: 1px #1361a9 solid;
	background-color: #e7eff5;
}



.yxx-part1 .menuTabs .list li {
	z-index: initial;
}

.yxx-part1 .menuTabs .list li:nth-child(2) {
	z-index: initial;
}

.yxx-part1 .menuTabs .list li:nth-child(3) {
	z-index: initial;
}

.yxx-part1 .menuTabs .list li.active {
	z-index: 1000000;
}


.yxx-part1 .menuTabs .list .addZs {
	/* z-index: 999999; */
	width: 10%;
}


@media (max-width: 1200px) {
	.yxx-part1 .menuTabs .list li {
		width: 12.5%;
	}

	.yxx-part1 .menuTabs .list .addZs {
		width: 12.5%;
	}

}

table th,
table td {
	background-clip: padding-box;
}

.addZs {
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 0;
	z-index: 0;
}



.zsTabs .menuTabs .list li {
	margin-left: 0 !important;
}

@media screen and (min-width: 1920px) {
	html {
		font-size: 1px !important;
	}
}

.mux-list li .p::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

/* 滑块样式 */
.mux-list li .p::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #aacde5;
}

/* 滚动条轨道样式 */
.mux-list li .p::-webkit-scrollbar-track {
	background-color: #d3e4f0;
	border-radius: 8px;
}



@media(max-width:1200px) {
	.footer-list ul li a {
		line-height: 30px;
		padding-left: 0;
		font-size: 14px;
		text-align: center;
	}

	.footer-list ul li a b {
		display: none;
	}

	.footer-list ul li {
		height: auto;
		width: 25%;
	}

	.footer-list ul li:nth-child(4) {
		display: none;
	}

	.float1 {
		display: none;
	}

	.footer {
		margin-bottom: 0;
	}

	.float ul li {
		display: block;
	}

	.float ul li .bt {
		display: none;
	}

	.float ul li .girl {
		height: 30px;
		width: 30px;
	}

	.float ul li {
		width: 30px;
		height: 30px;
		border-radius: 5px;
	}

	.float ul {
		transform: scale(1);
	}

	.float ul li:nth-last-child(1) {
		height: 30px;
		padding: 0;
		width: 30px;
		border-radius: 5px;
	}

	.dingzhi .ljdz .title-1 {
		font-size: 20px !important;
	}

	.bjsz {
		font-size: 30px !important;
		margin-bottom: 10px !important;
	}

	.gongsinewslist ul li .box {
		height: 100px;
		padding-left: 157px;
	}

	.gongsinewslist ul li .pic {
		width: 140px;
	}

	.footer-list {
		padding: 0 0 6px 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.footer {
		margin-bottom: 90px;
	}



}

.gongsinewslist ul li .np p {
	height: auto;
}

.hnews1 ul .col-3{    width: 33.33333%;}

.hqzc .conTabs .hqzc_div {
	overflow: hidden;
	background-color: #fff;
	background: url(../images/hqzc-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 0 28rem 0 rgba(181, 181, 181, 0.33);
	box-shadow: 0 0 28rem 0 rgba(181, 181, 181, 0.33);
	margin-bottom: 20rem;
}
.hqzc .conTabs .hqzc_div:last-child {
	margin-bottom: 0;
}

.hqzc .conTabs .item {
	background: none;
	box-shadow: none;
}

@media screen and (max-width: 1023px) {
	.hqzc .conTabs .hqzc_div {
		margin-bottom: 20px;
	}
	.hqzc .conTabs .hqzc_div:last-child {
		margin-bottom: 0;
	}
}

.drag_textarea {
	width: 180rem;
	height: 36rem;
	background-color: #ffffff;
	border-radius: 4rem;
	border: solid 1rem #d4d4d4;
	padding: 0 10rem;
	line-height: 36rem;
	font-size: 18rem;
	
}

@media (max-width: 1200px) {
	.drag_textarea {
		width: 80px;
		height: 35px;
		border-radius: 5px;
		padding: 0 10px;
		font-size: 14px;
	}
}



.lianglist ul li .span {
	font-size: 20rem;
}
.lianglist ul li .label .box1 .radioDiv2 .layui-form-radio > div {
	font-size: 18rem;
}

.lianglist .layui-form-checkbox span {
	font-size: 18rem;
}
.pk-list .drag_textarea {
	font-size: 18rem;
}
.lianglist ul li .input input {
	font-size: 18rem;
}
.adme-part1 .lianglist ul li .input1 textarea {
	font-size: 18rem;
}
.dingzhi .xzwz .list .layui-form-radio * {
	font-size: 18rem;
}
.adme-part1 .lianglist ul li .uploadFile {
	
}
.lianglist ul li .input1 input {
	width: 200rem;
}
.lianglist ul li .reduceAdd .xininput {
	font-size: 18rem;
}

.pk-list .layui-form-checkbox[lay-skin=primary] span {
	font-size: 18rem;
}
.pk-list .radioDiv2 .inp {
	font-size: 18rem;
}
.pk-list .input-form.xininput {
	font-size: 18rem;
}
.dingzhi  .dlx_px_input {
	width: 100rem;
}


.yxx-part .layui-form-select dl {
	font-size: 16px;
}


.dingzhi .titleBig .title {
	font-size: 20rem;
}
.yxx-part .layui-form-item .layui-input-inline .bt {
	font-size: 18rem;
}
.yxx-part .layui-form-item .layui-input-inline .layui-form-select .layui-input {
	font-size: 18rem;
}
@media (max-width: 1200px) {
	.lianglist ul li .label .box1 .radioDiv2 .layui-form-radio > div {
		font-size: 14px;
	}
	.lianglist ul li .input input {
		font-size: 14px;
	}
	.lianglist .layui-form-checkbox span {
		font-size: 14px;
	}
	.pk-list .drag_textarea {
		font-size: 14px;
	}
	.dingzhi .xzwz .list .layui-form-radio * {
		font-size: 14px;
	}
	.adme-part1 .lianglist ul li .input1 textarea {
		font-size: 14px;
	}
	.adme-part1 .lianglist ul li .uploadFile {
		font-size: 14px;
	}
	.lianglist ul li .reduceAdd .xininput {
		font-size: 14px;
	}
	
	.pk-list .layui-form-checkbox[lay-skin=primary] span {
		font-size: 14px;
	}
	
	.pk-list .radioDiv2 .inp {
		font-size: 14px;
	}
	.pk-list .input-form.xininput {
		font-size: 14px;
	}
	.dingzhi  .dlx_px_input {
		width: 80px;
	}
	
	
	
	.dingzhi .titleBig .title {
		font-size: 14px;
	}
	.yxx-part .layui-form-item .layui-input-inline .bt {
		font-size: 14px;
	}
	.yxx-part .layui-form-item .layui-input-inline .layui-form-select .layui-input {
		font-size: 14px;
	}
	.yxx-part .layui-form-select dl {
		font-size: 14px;
	}
	
}

.table-2-3 th:nth-child(1) {
	width: 60rem;
	 min-width: 60rem;
}