@charset "utf-8";

body,html{overflow-x:hidden;}
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}
*{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;  }
@font-face {
	font-family: 'sySong';
	src: url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
strong{font-weight:bold;}

.pic::before,
.pic1::before {
	content: '';
	position: absolute;
	top: 0;
	left: -86%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
}

@-webkit-keyframes shine {
	100% {
		left: 115%;
	}
}

.af:hover .pic::before,
.pic1:hover::before {
	-webkit-animation: shine .5s;
	animation: shine .5s;

}

/**ie**/
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 99999999999999999;
	display: none;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: .9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 30px;
	background-color: #fff;
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 62px;
	margin: 45px auto 30px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 40px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}

#browser-modal .browser-content .browser-item a {
	color: #921041;
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px;
}

/*
.aline_r {
	position: relative;
	background-image: linear-gradient(#19409d, #19409d);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

.alin_r:hover .aline_r {
	background-size: 100% 1px;
	color: #19409d;
}

.aline_r:hover {
	background-size: 100% 1px
}*/

body,
html {
	overflow-x: hidden;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.nav-bar.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.txt-elise2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #19409d;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.el1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.el1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1600 {
	width: 1600px;
	max-width: 94%;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic img:hover {
	transform: scale(1.1);
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes ygd {
	0% {
		left: 0;
		right: auto;
		opacity: 0;
	}

	100% {

		left: 100%;
		margin-left: -33px;
		opacity: 1;
	}
}

.wap {
	display: none !important;
}


/*头部*/

.head {
	/* position: absolute; */
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	transition: top 0.3s;
}

.head.on .head-top {
	/* background: #c30705; */
	/* box-shadow: 0 0 5px rgba(0, 0, 0, .2); */
	padding-bottom: 25px;
}

.head-top {
	position: relative;
	transition: top 0.3s;
	background: #19409d;
}

.head-top>div {
	/* padding-left: 7.13%; */
	/* padding-right: 6.25%; */
}

.head.on .logo a {
	margin-top: 25px;
}

.logo a {
	display: block;
	margin: 33px 0 33px;
	transition: top 0.3s;
}

.logo a img {
	display: block;
	width: 100%;
}

.head-r {
	display: flex;
	align-items: center;

}

.head-link {
	background: url(../images/home.png) no-repeat left center;
	padding-left: 23px;
	font-size: 16px;
	min-width: 115px;
}

.head-link a {
	color: #fff;
}

/* 搜索 */
.search-k {
	width: 100%;
}

.search {
	float: right;
	width: 320px;
	height: 52px;
	background: none;
	border: 1px solid #fff;
	border-radius: 52px;
	position: relative;
	/* margin-top: 45px; */
	transition: top 0.3s;
	/* background: #fff; */
	color: #fff;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 100%;
	padding-left: 15px;
	padding-right: 70px;
	height: 52px;
	font-size: 18px;
	background: none;
	color: #fff;
}

.search .button {
	width: 60px;
	height: 52px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	/* border-radius: 0 20px 20px 0; */
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

/*nav*/

.nav-bar {
	background: #3053a7;
	height: 78px;
	line-height: 78px;
	/* float: left; */
	/* width: 100%; */
	position: relative;
}

.nav {
	/* margin-top: 10px; */
	height: 78px;
	/* display: flex; */
	/* justify-content: space-between; */
	/* width: 100%; */
}

.nav>ul {
	font-size: 0;
	height: 100%;
	/* display: flex; */
	/* width: 100%; */
	/* justify-content: space-between; */
}

.nav>ul>li {
	float: left;
	position: relative;
	width: 12.5%;
	text-align: center;
}

.nav>ul>li>a {
	display: block;
	font-size: 24px;
	line-height: 78px;
	color: #fff;
	/* padding: 0 15px; */
	text-align: center;
	position: relative;
	transition: all 0.3s;
	/* width: 12.5%; */
	/* font-weight: bold; */
}

.nav>ul>li:first-child>a::before {
	display: none;
}

.nav>ul>li.active>a {
	/* font-weight: bold; */
	background: #00b3af;
	color: #fff;
}

.nav>ul>li:hover>a {
	/* font-weight: bold; */
}

.nav>ul>li.on>div {
	/* border-top: 3px solid #c30705; */
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	/* border-bottom: 5px solid #ffffff; */
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 120px;
	left: 50%;
	transform: translateX(-50%);
	background: #3053a7;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 18px;
	line-height: 50px;
	transition: .3s;
	color: #fff;
	text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
	background: #00b3af;
	color: #fff;
}

/*foot*/

.foot {

	color: #fff;

	background: #00b396;

	border-radius: 73px 73px 0 0;

	margin-top: -73px;
}

.foot-top {
	background: #00398f;
	/* background-size: cover; */
	border-radius: 83px 83px 0 0;
	/* padding-top: 9px; */
}

.foot-line {
	width: auto;
	height: 9px;
}


.foot-contact {
	color: #fff;
	font-size: 16px;
	line-height: 42px;

}

.foot-contact p {}

.foot-top-box {
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
	align-items: center;
}

.foot a {
	color: #fff;
	transition: all 0.3s;
}

.foot a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.foot-ewm li {
	margin-left: 10px;
	position: relative;
}

.foot-icon {}

.foot-img {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -55px;
	padding: 8px;
	border-radius: 5px;
	/* top:120%; */
	width: 110px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(10px);
	height: 110px;
	background: #fff;
	box-shadow: 0 0 5px rgba(51, 51, 51, .4);
}



.foot-img img {
	width: 100%;
	height: 100%;
}

.foot-ewm li:hover .foot-icon img {
	background: #00b396;
	border-radius: 50%;
}

.foot-ewm li:hover .foot-img {
	opacity: 1;
	visibility: visible;
	transform: translateY(-10px);
}

.slide-right {
	position: fixed;
	bottom: 50px;
	width: 100px;
	right: 0;
	z-index: 99;
	background: #124ba2;
	border-radius: 10px 0 0 10px;

}

.slide-right li {
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: 1px solid #416fb5;
	position: relative;
}

.slide-right li .slide-icon,
.slide-right li #gotop {
	text-align: center;
	cursor: pointer;
}

.slide-right li .slide-icon p,
.slide-right li #gotop p {
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}



.slide-right li .slide-img {
	position: absolute;
	/* bottom: 0%; */
	right: 120%;
	/* margin-left: -55px; */
	padding: 8px;
	border-radius: 5px;
	top: 50%;
	width: 110px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(-50%);
	height: 110px;
	background: #fff;
	box-shadow: 0 0 5px rgba(51, 51, 51, .4);
}

.slide-right li .slide-img img {
	width: 100%;
	height: 100%;
}

.slide-right li:hover .slide-img {
	opacity: 1;
	visibility: visible;
	right: 130%;
}

@media screen and (max-width:1600px) {
	.head-top>div {
		padding: 0 20px;
	}

	.search .text {
		font-size: 16px;
	}

	.nav>ul>li>a {
		font-size: 22px;
	}
}

@media screen and (max-width:1520px) {
	.px1600 {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}

}

@media screen and (max-width:1479px) {
	.nav>ul>li>a {
		font-size: 20px;
	}

	.search .text {
		font-size: 14px;
	}

}

@media screen and (max-width:1400px) {
	.logo a {
		margin-top: 25px;
	}



	.head.on .logo a {
		margin-top: 18.5px;
	}



	.foot-logo img {
		height: 60px;
	}
}

@media screen and (max-width:1279px) {
	.logo a img {
		height: 65px;
	}

	.foot-top-box {
		padding: 30px 0;
	}

	.nav>ul>li>a {
		/* padding: 0 10px; */
		font-size: 18px;
	}

	.nav>ul>li>div>ul>li a {
		font-size: 16px;
	}

	.slide-right {
		width: 80px;
	}

	.slide-right li {
		margin: 0 5px;
		padding: 15px 0;
	}

	.slide-right li .slide-icon p,
	.slide-right li #gotop p {
		font-size: 13px;
	}

	.slide-right li .slide-icon img,
	.slide-right li #gotop img {
		transform: scale(.8);
	}
.foot-logo img{height:55px;}

}

@media screen and (max-width:1100px) {
	.foot-logo img {
		height: 50px;
	}
		.foot-icon img {
			width: 45px;
			height: auto;
		}
	
		.foot-contact {
			font-size: 14px;
		}
}

@media screen and (max-width:1024px) {
	.foot-top-box {
		flex-wrap: wrap;
		text-align: center;
		width:100%;
	}

	.foot-logo,
	.foot-contact {
		width: 100%;
	}

	.foot-contact {
		margin-top: 15px;
		line-height: 30px;
	}
	.foot-ewm{
       width:100%;
	   justify-content: center;
	   margin-top: 25px;
	}
		.foot-ewm li{
		margin:0 15px;
	}

	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;
	}

	.m-top {
		/* max-width: 1920px; */
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 17.5px;
		width: 25px;
		height: 25px;
		z-index: 99999;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
		width: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.nav-bar {
		display: none !important;
	}


	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #19409d;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		z-index: 9999;
		padding: 10px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		display: inline-block;
		margin-right: 20px;
		font-size: 12px;
		color: #fff;
		line-height: 28px;
	}

	.m-nav .head-link {
		margin: 15px;
	}

	.m-nav .head-link a {
		font-size: 14px;
	}

	.m-search {
		margin: 0 15px 10px;
		padding-right: 50px;
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		border: 1px solid #fff;
		border-radius: 20px;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 9999;
		background: #1f3b72;
		 overflow-y: scroll; 
		width: 100%;
		/*max-width: 375px;*/
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.foot {
		/* padding-bottom: 20px; */

		font-size: 15px;
	}

	.foot p {
		font-size: 15px;
	}

	.foot .link h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.foot .link ul li a {
		font-size: 14px;
		line-height: 30px;
	}

	.foot .link ul li::after {
		height: 14px;
	}

	.foot .link ul li {
		margin-right: 15px;
		padding-right: 15px;
	}

	.foot .link {
		padding: 20px 0 10px 0;
	}

	.foot-d {
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.foot-d .foot-dz {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.foot-d .foot-dz p {
		font-size: 14px;
	}

	.foot-wx {
		width: 100%;
		margin-top: 20px;
	}

	.foot-wx ul {
		justify-content: center;
	}

	.foot-wx ul li p {
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {
	.foot-wx ul li img {
		max-width: 80px;
	}

	.px1600 {
		width: 100%;
		margin:0 auto;
		max-width:100%;
		padding:0 15px;
	}
		.foot-top-box{
			padding:20px 0;
		}


}

@media screen and (max-width:640px) {

		.foot-logo img{
			max-width:70%;
			height:auto;
		}
	
}

@media screen and (max-width:480px) {
	foot-contact {
		font-size: 14px;
		line-height: 1.5;
	}
.foot{
	border-radius:30px 30px 0 0;
}
.foot-top{
	border-radius: 40px 40px 0 0;
}
.foot-line{height: 5px;}
.foot-logo img{
	max-width: 85%;
}

}

@media screen and (max-width:375px) {
	.foot-wx ul li {
		margin-left: 20px;
	}
}