@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
		url('../fonts/SourceSansPro-Bold.woff') format('woff'),
		url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
		url('../fonts/SourceSansPro-Regular.woff') format('woff'),
		url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url('../fonts/PlayfairDisplay.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlayfairDisplay.woff') format('woff'),
		url('../fonts/PlayfairDisplay.woff2') format('woff2'),
		url('../fonts/PlayfairDisplay.ttf') format('truetype'),
		url('../fonts/PlayfairDisplay.svg#PlayfairDisplay') format('svg');
}

/* black */
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto.woff') format('woff'),
		url('../fonts/Roboto.woff2') format('woff2'),
		url('../fonts/Roboto.ttf') format('truetype'),
		url('../fonts/Roboto.svg#Roboto') format('svg');
}

/* regular */
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular-14.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular-14.woff2') format('woff2'),
		url('../fonts/Roboto-Regular-14.woff') format('woff'),
		url('../fonts/Roboto-Regular-14.ttf') format('truetype'),
		url('../fonts/Roboto-Regular-14.svg#Roboto-Regular-14') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* @font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/RobotoMono-Regular.eot');
    src: url('../fonts/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoMono-Regular.woff2') format('woff2'),
        url('../fonts/RobotoMono-Regular.woff') format('woff'),
        url('../fonts/RobotoMono-Regular.ttf') format('truetype'),
        url('../fonts/RobotoMono-Regular.svg#RobotoMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
	font-family: 'index042';
	src: url('../fonts/index042.eot?#iefix') format('embedded-opentype'),
		url('../fonts/index042.woff') format('woff'),
		url('../fonts/index042.woff2') format('woff2'),
		url('../fonts/index042.ttf') format('truetype'),
		url('../fonts/index042.svg#index042') format('svg');
}

@font-face {
	font-family: 'mode05title';
	src: url('../fonts/mode05title.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mode05title.woff') format('woff'),
		url('../fonts/mode05title.woff2') format('woff2'),
		url('../fonts/mode05title.ttf') format('truetype'),
		url('../fonts/mode05title.svg#mode05title') format('svg');
}

body {
	width: 100%;
	overflow-x: hidden;
}

/*置顶*/
.gp-goTop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2.5rem;
	transition: all 0.3s ease-in-out;
	color: #fff !important;
	background: #0a46a9;
}

.gp-goTop-fixed {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 800;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.gp-goTop-fixed.bottom {
	bottom: 150px;
}


.header {
	width: 100%;
	min-width: 300px;
	z-index: 10;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

.header .wrapTop {}

.header .top {
	padding: 0;
}

.logo {
	width: 537px;
	overflow: hidden;
	position: relative;
}

.logo a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.logo img {
	width: 100%;
	display: block;
}

.logo .logo1 {
	right: 100%;
}

/* .logo .logo2{left: 61.4%;} */

/* .top_nav{width: auto;color: #fff;top: 50%;transform: translateY(-50%);}
.top_nav .cn{width: 30px;height: 30px;border: 1px solid #fff;display: inline-block;line-height: 30px;text-align: center;margin: 0 6px 0 0;vertical-align: middle;color: #fff;} */

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 8888;
}

.header::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 280px;
	height: 110px;
	background: #0a46a9;
	transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}

.header .logo {
	position: absolute;
	width: 207px;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -104px;
	z-index: 10;
	transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}

.header .top {
	position: absolute;
	right: 3.1vw;
	top: 50px;
	opacity: 0;
	width: auto;
	transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	font-size: 0;
}

.header .top a {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	border: 1px solid rgba(235, 247, 248, 0.3);
	font-size: 17px;
	padding: 0 20px;
	color: #fff;
	position: relative;
}

.header .top img {
	max-height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.header .top .searchBtn {
	margin-right: 120px;
	font-size: 18px;
	margin-left: 30px;
}

.header .top a:first-child {
	border-right: none;
	display: none;
}

.header .top a::after {
	content: '';
	background-color: #0a46a9;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: height 0.35s ease-out;
	z-index: -1;
}

.header .top a:hover::after {
	height: 100%;
}

.header .top a:hover {
	border-color: #0a46a9;
}

.header .top .top_btn {
	position: absolute;
	right: 0;
	top: -10px;
	width: 70px;
	height: 70px;
	background: #0a46a9;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	display: none;
}

.header .top .top_btn.on {
	background: #fff;
}

.header .top .top_btn::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #fff;
	background: #0a46a9;
	border-radius: 50%;
	position: absolute;
	left: 24px;
	transform: translateX(-50%);
	top: 23px;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	z-index: 10;
}

.header .top .top_btn:hover::before {
	left: 50%;
}

.header .top .top_btn::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #fff;
	background: #0a46a9;
	border-radius: 50%;
	position: absolute;
	right: 24px;
	transform: translateX(50%);
	bottom: 23px;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	z-index: 10;
}

.header .top .top_btn:hover::after {
	right: 50%;
}

.header .top .top_btn.on::after {
	right: 50%;
	top: 50%;
	transform: translateX(50%) translateY(-50%);
}

.header .top .top_btn.on::before {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.gp-search {
	max-width: 460px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.35s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.502);
	width: 80%;
}

.gp-ser {
	width: 100%;
	height: 60px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.gp-search input, .gp-search button {
	position: absolute;
	height: 60px;
	line-height: 60px;
	border: none;
	background: none;
	top: 0px;
	overflow: hidden;
}

.gp-search input.notxt {
	color: rgba(255, 255, 255, 0.65);
	width: 82%;
	left: 0;
	padding-left: 2%;
	font-size: 17px;
}

.gp-search .notxt1 {
	position: absolute;
	width: 15%;
	right: 0;
	cursor: pointer;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.502);
	;
	font-size: 24px;
}

.gp-search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Webkit browsers*/
.gp-search input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Mozilla Firefox 4 to 18 */
.gp-search input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Mozilla Firefox 19+ */
.gp-search input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Internet Explorer 10+ */





.header.on::before {
	width: 100%;
	height: 6px;
}

.header.on .logo {
	left: 4.1vw;
	top: 30px;
	margin: 0;
	width: 385px;
}

.header.on .top {
	opacity: 1;
}

.first_cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100vh;
	z-index: 3;
	box-sizing: border-box;
	overflow: hidden;
}

.first_cover::before {
	content: '';
	background: url(../images/first.png) bottom center no-repeat #f5f5e9;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(1);
	transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-o-transition: all ease-in-out .8s;
}

.first_cover.on::before {
	transform: scale(10);
}

/* .ser{width: 217px;height: 42px;z-index:600;overflow: hidden;display: inline-block;vertical-align: middle;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;border: 1px solid rgba(255,255,255,.2);}
.search{width: 100%;height: 100%;position: relative;float:right;z-index: 3; background: rgba(0,0,0,0);}
.search input.notxt{position:absolute;width: calc(100% - 74px);height: 100%;color: rgba(255,255,255,.5);border:none;background: transparent;left: 24px;top:0px;padding:0px;margin:0px;outline: none;}
.search input.notxt1{position:absolute;width: 40px;height: 42px;border:none;background: url(../images/search_btn.png) center center no-repeat #fff;right: 0;cursor: pointer;} */

.nav_box {
	position: relative;
	z-index: 100;
}

.nav_box .row {}

.nav {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
	position: relative;
}

.nav_logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}

.nav_logo img {
	height: 0;
}

.nav ul {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: visible !important;
}

.nav ul::after {
	content: '';
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 0;
}

.nav ul>li {
	position: relative;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);
	line-height: 66px;
	padding: 0;
}

.nav ul li>a {
	font-size: 18px;
	display: block;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}

.nav ul li:hover>a, .nav ul li:hover>a {}

.nav ul li:hover .subNav {
	display: block;
}

.subNav {
	background: #a6050b;
	white-space: normal;
	left: -20px;
	position: absolute;
	top: 100%;
	display: none;
	padding: 10px;
}

.subNav:before {
	width: 0;
	height: 0;
	content: '';
	border-bottom: 11px solid #a6050b;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: 22px;
}

.subNav dd {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.subNav dd:first-child {
	border: none;
}

.subNav a {
	color: #fff;
	padding: 10px 15px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	white-space: nowrap;
	text-align: left;
	border-radius: 3px;
}

.subNav a:hover {
	background-color: rgba(0, 0, 0, .2);
}

/* .header.currents{position: fixed;left: 0;top: 0;background-image: url(../images/header2.png);} */
/* .header.currents{background:none;background-color: #ab0a10;} */
.header.currents .nav_logo img {
	height: 50px;
}

.header.currents .ser, .header.currents .top {
	display: none;
}

.header.currents .nav ul {
	width: auto;
	text-align: right;
}

.header.currents .nav li {
	background: none;
	height: 80px;
	line-height: 80px;
	padding: 0 0 0 36px;
}

/* .header.currents .subNav{top:48px;} */
/* .header.currents .nav-wrapper{height: 56px;} */
.header.currents .nav ul li>a {}

.header.currents .nav ul li.on>a, .header.currents .nav ul li:hover>a {}

/* .header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)} */

.nav ul li:hover .subNav {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

/* --------------------------------- */

/* .menu_cover{position: fixed;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;z-index: -1;visibility: hidden;} */
.menu_cover {
	transition: -webkit-clip-path .6s, clip-path .6s;
	clip-path: circle(26px at calc(100% - 65px) 82px);
	backface-visibility: hidden;
	-webkit-clip-path: circle(26px at calc(100% - 5vw) 82px);
	-webkit-transition: -webkit-clip-path .6s, clip-path .6s;
	-webkit-backface-visibility: hidden;
	color: rgba(0, 0, 0, .87);
	width: 100%;
	position: absolute;
	right: 0;
	float: right;
	height: 100vh;
	top: 0;
	opacity: 0;
	display: none;
	animation-delay: 2.2s;
	background: url(../images/menu_cover.png) no-repeat center;
	background-size: cover;
}

/* .menu_cover.on{display: block;z-index: 1;visibility: visible;} */
.menu_cover.on {
	transition-timing-function: ease;
	transition-duration: .6s;
	clip-path: circle(200vw at 0% 0%);
	-webkit-transition-timing-function: ease;
	-webkit-transition-duration: .6s;
	-webkit-clip-path: circle(200vw at 0% 0%);
	z-index: 1;
	display: block;
	opacity: 1;
	max-width: 550px;
	width: 50%;
}

/* .menu_cover .bg{position: absolute;right: 95px;top: 95px;background: #0a46a9;width: 0;height: 0;transform:translateX(0) translateY(0);border-radius: 50%;
	transition: all ease-in-out .8s;-ms-transition: all ease-in-out .8s;-moz-transition: all ease-in-out .8s;-webkit-transition: all ease-in-out .8s;-o-transition: all ease-in-out .8s;
	
} */
/* .menu_cover.on .bg{width: 250vw;height: 250vw;transform:translateX(125vw) translateY(-125vw);} */
.animate__fadeInOpacity {
	opacity: 0;
	visibility: hidden
}

.menu_cover {
	visibility: visible !important;
	opacity: 1;
	/* animation-name: fadeInOpacity; */
	/* animation-fill-mode: forwards */
}



@keyframes fadeInOpacity {
	0% {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.cover_img {
	width: 58.3%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding-left: 10.42%;
	box-sizing: border-box;
	height: 100vh;
}

.cover_img span {
	display: block;
	width: 100%;
	transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	float: right;
	border-radius: 50%;
	background-size: cover !important;
	height: 100%;
}

.menu_cover.on .cover_img {
	width: 58.33%;
	display: none;
}

/* .menu_cover.on .cover_img img{width: 100vh;} */

.cover_con {
	position: relative;
	z-index: 2;
	padding: 15vh 0 0;
	box-sizing: border-box;
	padding-left: 6.77%;
	margin-left: 0%;
	display: none;
}

/* .index_c{display: none;} */
.index_c ul {
	margin: 8vh 0 0;
}

.index_c li {
	opacity: 0;
	transform: translateY(-70px);
	transition: all ease-out .5s;
	-ms-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-webkit-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
}

.index_c .item {
	margin: 0 0 2vh;
	font-family: 'SourceSansPro-Regular';
	;
	color: #fff;
	line-height: 1.5em;
	position: relative;
	left: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.index_c .item::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 11px;
	background: url(../images/cover_arrow.png) center no-repeat;
	position: relative;
	opacity: 0;
	right: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.index_c.on li {
	transform: translateY(0);
	opacity: 1;
}

/* .index_c .item:hover{left: -50px;} */
.index_c .item:hover::after {
	right: -80px;
	opacity: 1;
}

.top_btn span {
	position: absolute;
	left: calc((100% - 30px) / 2);
	top: calc((100% - 2px) / 2);
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}

.top_btn.off span:nth-child(1) {
	transform: translateY(8px) rotate(0deg);
}

.top_btn.off span:nth-child(2) {
	transform: translateY(0px) rotate(0deg);
	opacity: 1;
}

.top_btn.off span:nth-child(3) {
	transform: translateY(-8px) rotate(0deg);
}

.top_btn.on span {
	background: #0a46a9;
}

.top_btn.on span:nth-child(1) {
	transform: translateY(0) rotate(315deg);
}

.top_btn.on span:nth-child(2) {
	transform: rotate(180deg);
	opacity: 0;
}

.top_btn.on span:nth-child(3) {
	transform: translateY(0) rotate(225deg);
}


/* -------------------- */

.mobile-header {
	width: calc(100% - 100px);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	overflow: auto;
	background: #a6050b;
	padding: 100px 33px 24px;
	display: none;
}

.mobile-header.on {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: y_scale;
	display: block;
}

.mob_nav_btn {
	height: 37px;
	width: 37px;
	z-index: 999;
	position: absolute;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/m_nav1.png) center no-repeat;
	background-size: 100% 100%;
	border: 1px solid #fff;
}

.mob_nav_btn:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mob_nav_btn.on {
	background-image: url(../images/m_nav2.png);
	/* width: 30px; */
	/* height: 31px; */
	/* top: 18px; */
}

.mobile-nav {
	width: 100%;
	padding: 0 0 10px;
}

.mobile-nav a {
	display: inline-block;
	line-height: 48px;
	text-decoration: none;
	width: 100%;
	font-size: 1.4rem;
	color: #fff;
	border-top: solid 1px rgba(255, 255, 255, .35);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-nav a:hover {
	color: #fff;
}

.mobile-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile-nav li {
	position: relative;
}

.mobile-nav li strong {
	color: #fff;
	position: absolute;
	right: -16px;
	top: 0;
	font-size: 0;
	cursor: pointer;
	width: 40px;
	height: 49px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: url(../images/mobile_arrow1.png) center no-repeat;
}

.mobile-nav li strong.on {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.mobile-nav li>a {
	font-weight: bold;
}

.mobile-nav .mobile_subNav {
	display: none;
	padding-left: 10px;
}

.mobile-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
	font-size: 1.2rem;
}

/* .mob_cn{float: left;width: 32px;height: 32px;text-align: center;color: #fff;border: 1px solid rgba(255,255,255,.35);line-height: 32px;} */

.mobile_search {
	position: relative;
	overflow: hidden;
}

.mobile_search .search {
	width: 100%;
	height: 32px;
	z-index: 999;
	border: 1px solid rgba(255, 255, 255, .2);
	float: none;
}

.mobile_search .search input.notxt {
	position: absolute;
	height: 100%;
	color: #eee;
	left: 0px;
	top: 0;
	padding: 0;
	margin: 0px;
	outline: none;
	font-size: 14px;
	z-index: 3;
	padding: 0 0 0 12px;
	background: transparent;
	border: 0;
}

.mobile_search .search input.notxt1 {
	position: absolute;
	width: 40px;
	height: 100%;
	border: none;
	right: 0;
	cursor: pointer;
	z-index: 4;
	font-size: 0;
	bottom: 0;
	background: url(../images/search_btn.png) no-repeat center center #fff;
	padding: 0;
}

/* -------------------- */
.wrap_footer {
	background-color: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 50;
}

.wrap_footer>.gp-container {
	max-width: 1200px;
	position: relative;
}

.link-list {
	float: left;
	width: 220px;
}

.link-list li {
	margin-right: 20px;
	margin-bottom: 15px;
	width: auto;
	position: relative;
}

.link-list li a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #3cb035;
	color: #fff;
	line-height: 50px;
	display: block;
	text-align: center;
}

.link-list li a i {
	font-size: 28px;
}

.link-list li:nth-child(2) a {
	background-color: #d52b2a;
}

.link-list li:nth-child(3) a {
	background-color: #3b5999;
}

.link-list li:nth-child(4) a {
	background-color: #0b7cb7;
}

.link-list li:nth-child(5) a {
	background-color: #913bb8;
}

.link-list li:nth-child(6) a {
	background-color: #28a9e0;
}

.link-list li.imgSlide a:hover .codeImg {
	display: block;
}

.codeImg {
	border: 1px solid #ddd;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	width: 100px;
	line-height: 1;
	z-index: 500;
	display: none;
}

.footer_md {
	margin-left: 235px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding-left: 3.5%;
	box-sizing: border-box;
	width: 53.08%;
	padding-right: 2%;
}

.footer_md li {
	line-height: 1.5;
	position: relative;
	min-height: 30px;
	padding-left: 45px;
	margin-bottom: 10px;
	padding-top: 3px;
}

.footer_md li:nth-child(2) {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding-left: 0;
}

.footer_md li:nth-child(2) dd {
	position: relative;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.footer_md li:nth-child(2) .icon-dd {
	padding-left: 45px;
	margin-bottom: 20px;
}
.footer_md li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	color: #fff;
}

.footer_rt {
	width: 21%;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 32px;
	color: #666;
}


@media screen and (max-width:1640px) {}

@media screen and (max-width:1480px) {

	/* .top_nav{padding-top: 30px;} */
	.logo {
		width: 420px;
	}
}

@media screen and (max-width:1240px) {
	.header {
		height: auto;
	}

	.nav ul li>a {
		font-size: 15px;
	}

	.address {
		margin: 0 20px 0 0;
		padding: 0 80px 0 0;
	}

	.footer_md {
		padding-left: 4%;
	}

}

@media screen and (max-width:1160px) {
	.menu_cover {
		-webkit-clip-path: circle(26px at calc(100% - 6.5vw) 82px)
	}
	.footer_md li:nth-child(2) {
		flex-direction: column;
	}
}

@media screen and (max-width:996px) {
	.header {
		position: relative;
	}

	.header.currents {
		display: none !important;
	}

	/* .header .top{border: none;} */
	.top_nav, .nav_box {
		display: none;
	}

	.header .top {
		top: 15px;
		right: 15px;
	}

	.header .top a {
		display: none;
	}

	.header .top .top_btn {
		transform: scale(0.7);
	}

	.menu_cover {
		top: 0;
	}

	.menu_cover {
		-webkit-clip-path: circle(15px at calc(100% - 50px) 45px)
	}

	.header.on .logo {
		top: 15px;
	}

	.menu_cover .cover_img {
		display: none !important;
	}

	.cover_con {
		margin-left: 0;
		padding-top: 110px;
	}

	.menu_cover {
		min-height: 100vh;
		height: auto;
	}

	.index_c .item:hover {
		left: -5px;
	}

	.index_c ul {
		padding-bottom: 20px;
	}

	.link-list {
		float: none;
		width: 100%;
		clear: both;
	}

	.footer_md {
		padding-left: 0;
		margin-left: 0;
		border: none;
		width: 100%;
		padding-right: 0;
	}

	.footer_rt {
		position: relative;
		width: 100%;
	}

	.wrap_footer {
		padding: 30px 0;
	}

	.menu_cover.on {
		width: 400px;
	}

}

@media screen and (max-width:767px) {
	.header .top {
		padding: 10px 0;
	}

	.header.on .logo {
		width: 80%;
		max-width: 200px;
	}

	.gp-search input, .gp-search button {
		height: 45px;
		line-height: 45px;
	}

	.gp-ser {
		height: 45px;
	}

	.footer_logo {
		width: 80%;
	}
}

@media screen and (max-width:479px) {
	.copy_right p {
		display: block;
		text-align: center;
	}

	.menu_cover.on {
		width: 90%;
	}

}

@media screen and (max-width:640px) {}


.search_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
	display: none;
}

.search_box.on {
	display: block;
}

.search_box .close {
	background: url(../images/close2.png) center no-repeat;
	background-size: 60%;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 50px;
	top: 50px;
}

.ser {
	height: 45px;
	z-index: 600;
	width: 500px;
	position: absolute;
	margin: 0 13px 0 20px;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.ser .search {
	width: 500px;
	height: 45px;
	background: #fff;
	position: absolute;
	/* top: 40px; */
	right: 0;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.ser .search input.notxt {
	position: absolute;
	width: calc(100% - 150px);
	height: 100%;
	color: #999;
	left: 0px;
	top: 1px;
	padding: 0;
	margin: 0px;
	outline: none;
	font-size: 14px;
	z-index: 3;
	padding: 0 0 0 20px;
	background: transparent;
	border: 0;
}

.ser .search input.notxt1 {
	position: absolute;
	width: 120px;
	height: 100%;
	border: none;
	background: none;
	right: 0;
	cursor: pointer;
	z-index: 3;
	font-size: 0;
	bottom: 0;
	background: url(../images/search_btn2.png) center no-repeat #1c4b90;
}

.ser.on .search {
	display: block;
}
