@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

@font-face {
	font-family: 'sySong';
	src: url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.clear {
    clear: both;
}
/* pic */
.pic {
    padding-top: 130%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}


html,
body {
	font-family:"PingFangSC", "PingFang SC", "microsoft YaHei", "Arial", Helvetica, Arial, Tahoma;
	font-size: 16px;
	color: #333;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}
.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;

}
.slick-slider{ touch-action: auto!important; }
.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;
	-webkit-box-orient: vertical;

}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #333;
}

a:hover {
	color: #4b0c77;
}
a:link{color:#333;}
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;
}

.px1400 {
	width: 1280px;
	/* 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;
}

.aline_r {
	position: relative;
	background-image: linear-gradient(#015ea1, #015ea1);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

.aline_rw {
	position: relative;
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}
a:hover .alin_r .aline_r {
	background-size: 100% 1px;
	color: #015ea1;
}

a:hover .alin_r .aline_rw {
	background-size: 100% 1px;
	color: #fff;
}

a:hover .aline_r {
	background-size: 100% 1px
}
a:hover .aline_rw {
	background-size: 100% 1px
}
.aline_r1 {
	position: relative;
	background-image: linear-gradient(#015ea1, #015ea1);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}
.aline_rw {
	position: relative;
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

a::hover .alin_r1 .aline_r {
	background-size: 100% 1px;
	color: #aa000d;
}

a::hover .alin_r .aline_rw {
	background-size: 100% 1px;
	color: #fff;
}

a::hover .aline_r1 {
	background-size: 100% 1px
}


/**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;
}
.layer {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.layer.showdiv {
	opacity: 1;
	visibility: visible;
	z-index: 10000000;
}

.layer .close {
	font-size: 60px;
	position: absolute;
	right: 40px;
	top: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	color: #ccc;
}

.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 750px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	/* margin-top:-100px; */
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}

.layer .search_box .kw {
	background: #fff;
	border: none;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer .search_box .ok {
	background: #015ea1;
	color: #fff;
	box-shadow: none;
	border: none;
	width: 80px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer .search_box .ok input {
	margin-top: 8px;
}

.layer.active {
	opacity: 1;
	z-index: 1000000;
}

img {
	max-width: 100%;
	vertical-align: middle;
}


/*头部*/

.container-top {
	width: 100%;
	background: url(../images/head-bg-1.png) repeat-x left 0;
	background-size: 100%;
	height: 260px;
	/* padding-top: 50%; */
	position: relative;
    background: url(../images/b_bg.png) repeat-x left 0;
height:352px;
}
.container-top:before{content:"";position:absolute;width:100%;left:0;right:0;top:132px;height:1px;background:rgba(255,255,255,.15);}


.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	

}

.header.act-on {
	z-index: 999999;
}

.header.act-on .nav-list {
	display: none !important;
}

.logo {
	padding: 30px 0;
}

.logo img {
	display: block;
}

.header-right {
	padding-top: 30px;
	flex: 1;
	margin-left: 80px;
}

.container {
	width: 1600px;
	padding: 0;
}



.header.one{background:#015ea1;}
.header.one .container-top {
	height: 132px;
	background: none;
}
.header-link{color:#fff;}
.header-link span{margin:0 5px;display: inline-block;font-size: 15px;}
.header-link span.h-line{background:url(../images/h-line.png) no-repeat left center;width:1px;height:12px;}

.header-link a {
	color: #fff !important;
	font-size: 15px;
}
.header-link .sc{margin-left:5px;cursor:pointer;}
.header-link a:hover {
	color: #fff;
}
/*nav*/

.nav-bar {
	background: #4b0c77;
	height: 62px;
	line-height: 62px;
	/* float: left; */
	/* width: 100%; */
	position: relative;
}
.nav-list{/* width: 90%; *//* display: flex; *//* justify-content: right; */}
.nav {
	/* margin-top: 10px; */
	height: 62px;
	/* display: flex; */
	/* justify-content: space-between; */
	/* width: 100%; */
}

.nav>ul {
	font-size: 0;
	height: 100%;
	display: flex;
	/* width: 100%; */
	justify-content: right;
}

.nav>ul>li {
	float: left;
	position: relative;
	/* width: 12.5%; */
	text-align: center;
	margin-left: 18px;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	font-weight: bold;
}

.nav>ul>li:first-child>a::before {
	display: none;
}

.nav>ul>li.active>a {
	/* font-weight: bold; */
	/* background: #6b3392; */
	color: #fff;
}

.nav>ul>li:hover>a {
	color: #fff;
}



.nav>ul>li.active>a::after,
.nav>ul>li:hover>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 16px;
	height: 9px;
}

.nav>ul>li.on>a::after {
	/* border-bottom: 5px solid #ffffff; */
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 140px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border-top: 6px solid #015ea1;
	border-radius: 8px;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	/* line-height: 45px; */
	transition: .3s;
	color: #333;
	text-align: center;
	padding: 8px 5px;
}

.nav>ul>li>div>ul>li a:hover {
	background: #015ea1;
	color: #fff;
}

/*foot*/

.foot {

color: #fff;

background: url(../images/foot-bg.png) no-repeat;

background-size: cover;

margin-top: -260px;

padding-top: 120px;
}

.foot-top {
	
	background-size: cover;
}

.copy {
	background: rgba(1,94,161,.85);
	padding: 20px 10px;
	align-items: center;
	justify-content: center;
}

.foot-contact {
	color: #fff;
	font-size: 16px;
	line-height: 34px;
}

.foot .copy p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.foot .copy p span {
	display: inline-block;
	margin: 0 5px;
}

.foot-top-box {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	align-items: center;
}

.foot a {
	color: #fff;
	transition: all 0.3s;
}
.foot-xx{margin-top:24px;}

.foot a:hover {
	color: #015ea1;
}

.foot .link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	padding: 20px 0;
}

.copy a:hover{color:#fff !important;}

.foot .link h3 {
	float: left;
	font-size: 18px;
	line-height: 36px;
	margin-right: 25px;
}

.foot .link ul {
	overflow: hidden;
}

.foot .link ul li {
	float: left;
	line-height: 36px;
	margin-right: 25px;
	padding-right: 25px;
	position: relative;
}

.foot .link ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.foot .link ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #fff;
}

.foot .link ul li:last-child:after {
	display: none;
}

.foot .link ul li a {
	font-size: 16px;
	display: block;
}

.foot-d {
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 20px;
}

.foot-d .foot-dz p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 8px;
}

.foot-wx ul li {
	margin-left: 25px;
	text-align: center;
}

.foot-wx ul li:first-child {
	margin-left: 0;
}

.foot-wx ul li img {
	display: block;
	max-width: 99px;
}

.foot-wx ul li p {
	margin-top: 10px;
}


.select {
	width: 100%;
	position: relative;
	margin-bottom: 0;
	/* line-height: 50px; */
}

.select dt {
	width: 100%;
	display: inline-block;
	background: #417ba7;
	font-size: 15px;
	line-height: 36px;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	text-indent: 1em;
	font-weight: 400;
	text-align:left;
}

.select dt img {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.select dt.cur img {
	transform: translateY(-50%) rotate(180deg);
}

.select dd {
	position: absolute;
	left: 0;
	bottom: 49px;
	border: 1px solid #4784b2;
	background: #fff;
	display: none;
	font-size: 15px;

	width: 100%;
}

.select dd ul {
	height: 200px;
	background: #fff;
	overflow-y: scroll;
}

.select dd ul li a {
	display: block;
	color: #666;
	padding: 4px 10px;
	line-height: 1.4;
	text-align: left;
}

.select dd ul li a:hover {
	background: #f3f3f3;
	color: #015ea1 !important;
}
.links {
	width: 190px;
	position: relative;
	height: 38px;
	/* padding-left:20px; */
	border: 1px solid #4784b2;
	/* border-radius: 5px; */
	line-height: 36px;
	z-index:99999;
	margin-left: 40px;
}


.f-ewm{
	/* margin-left: 15px; */
	position: relative;
	cursor:pointer;
}
.f-ewm>.ewm-box{

	width: 110px;
	height: 110px;
	/* border:1px solid #ad8380; */
	/* border-radius:5px; */
	text-align: center;
	margin-left: 30px;
}
.f-ewm>.ewm-box>img{
	/* margin:13px auto; */
	display:block;
}
.f-ewm>.ewm-box p{line-height:32px;}
.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%;
}


.f-ewm:hover .foot-img {
	opacity: 1;
	visibility: visible;
	transform: translateY(-10px);
}




.foot-left{margin-top:10px;}
.foot-left p{line-height: 36px;}
.foot-logo{text-align:center;}

@media screen and (max-width:1600px) {
	.head-top>div {
		padding: 0 20px;
	}
}


@media screen and (max-width:1520px) {
	.px1400 {
		/* width: auto; */
		/* margin-left: 40px; */
		/* margin-right: 40px; */
	}
	.foot-logo img{max-height:60px;}
		.logo a img{max-height:60px;}
		
		

}


@media screen and (max-width:1400px) {
	.logo a {
		margin-top: 25px;
	}

	.logo a img {
		height: 50px;
	}

	.head.on .logo a {
		margin-top: 18.5px;
	}

	.logo a img{max-height:50px;}

	.foot-logo img {
		/* max-width: 80%; */
		max-height: 60px;
	}
}

@media screen and (max-width:1200px) {
	.px1400 {
		 width: auto; 
		margin-left: 40px; 
		margin-right: 40px;
	}
	.f-ewm>.ewm-box{width:80px;height:80px;margin-left:15px;}
	.f-ewm>.ewm-box img{width:80px;height:80px;}
	.logo a img {
		height: 35px;
	}
.foot-logo img {
		/* max-width: 80%; */
		max-height:40px;
	}
	.foot-top-box {
		padding: 30px 0;
	}

	.nav>ul>li>a {
		/* padding: 0 10px; */
		font-size: 13px;
	}

	.head.on .logo a {
		margin-top: 23.5px;
	}
	.foot .copy p{font-size:14px;}
	
	.foot-left p{font-size:14px;}
		.links>ul li,.f-ewm>.ewm-box p{font-size:14px;}
		.links{/* width:35%; *//* padding:0 30px; */}
	
	
}