@charset "UTF-8";
@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
	url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
	url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
	url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}
@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2"),
	url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype"),
	url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
	url("../fonts/SourceHanSansCN-Bold.svg") format("svg");
}
@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"),
	url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype"),
	url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
	url("../fonts/SourceHanSansCN-Medium.svg") format("svg");
}
@font-face {
	font-family: "Bebas";
	src: url("../fonts/Bebas.woff2") format("woff2"),
	url("../fonts/Bebas.woff") format("woff"),
	url("../fonts/Bebas.ttf") format("truetype"),
	url("../fonts/Bebas.eot") format("embedded-opentype"),
	url("../fonts/Bebas.svg") format("svg");
}
body {
	font-family: "微软雅黑";
	color: #000;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}

html,
body {}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

header {
	z-index: 777;
	width: 100%;
	margin: 0 auto;
	height: 72px;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
}

header h1 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	height: 72px;
}

header h1 img {
	display: inline-block;
	width: 208px;
}

header h1 img.img1 {
	display: block;
}

header h1 img.img2 {
	display: none;
}

.container {
	/* width: 83%; */
	max-width: 1110px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 0 0 .2rem;
}

nav li {
	line-height: 72px;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	height: 73px;
}

nav li a:after {
	content: "";
	width: 0;
	height: 3px;
	background: #0033A1;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	display: block;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	margin-top: -17px;
}
nav li a.cur:after {
	content: "";
	width: 18px;
	height: 3px;
	background: #0033A1;
	bottom: 0px;
	margin: 0 auto;
	border-radius: 10px;
	display: block;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	margin-top: -17px;
}
nav li.cur a:after {
	content: "";
	width: 18px;
	height: 3px;
	background: #0033A1;
	bottom: 0px;
	margin: 0 auto;
	border-radius: 10px;
	display: block;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	margin-top: -17px;
}

nav li.cur a {
	color: #ffffff;
}

nav li {
	margin: 0 17px;
	cursor: pointer;
}

nav a {
	display: block;
	font-size: 15px;
	height: auto;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
}

nav a:hover {
	color: #ffffff;
}

nav li .e_ul {
	position: absolute;
	width: 163px;
	background: url(../images/nav_bg.png) repeat-x top center #ffffff;
	padding: 10px 0 5px 0;
	margin-left: -20px;
	top: 72px;
	display: none;
}

nav li .e_ul ul li {
	margin: 0;
	height: auto;
	line-height: inherit;
	width: 100%;
	display: block;
	cursor: pointer;
}

nav li .e_ul ul li a:after {
	display: none;
}

nav li .e_ul ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding: 10px 0;
	text-align: left;
	padding-left: 20px;
	cursor: pointer;
	font-family: SourceHanSansCN-Regular;
}

nav li .e_ul ul li a:hover {
	font-size: 14px;
	color: #0033A1;
	background-color: #DFE6F2;
}

header.on {
	background: rgba(255, 255, 255, 1);
	height: 72px;
	line-height: 72px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 9999;
	position: fixed;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}

header.on nav {
	height: 72px;
}

header.on nav li {
	height: 72px;
	line-height: 72px;
}

header.on nav a {
	color: #191919;
}

header.on nav a:hover {
	color: #0033A1;
}

header.on h1 {}

header.on h1 img {
	display: inline-block;
	width: 208px;
}

.menu-controls {
	display: block;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	position: relative;
	width: 90px;
	float: right;
}

.search {
	width: 14px;
	height: 14px;
	background: url(../images/search_1.png) no-repeat;
	background-size: 100%;
	display: block;
}
.controls h3{
	font-size: 15px;
	position: relative;
}

.controls h3 .e_ul {
	position: absolute;
	width: 123px;
	background: url(../images/nav_bg.png) repeat-x top center #ffffff;
	padding: 10px 0 5px 0;
	margin-left: -20px;
	top: 72px;
	
}
.controls h3.on .e_ul{
	display:none;
}
.controls h3.e_ul ul li {
	margin: 0;
	height: auto;
	line-height: inherit;
	width: 100%;
	display: block;
	cursor: pointer;
}

.controls h3.on .e_ul ul li a:after {
	display: none;
}

.controls h3.on .e_ul ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding: 10px 0;
	text-align: left;
	padding-left: 20px;
	cursor: pointer;
	display: block;
	font-family: SourceHanSansCN-Regular;
	font-weight: normal;
}

.controls h3.on .e_ul ul li a:hover {
	font-size: 14px;
	color: #0033A1;
	background-color: #DFE6F2;
}
.cn {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	padding-left: 25px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font-weight: normal;
	position: relative;
	color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	/*background: url(../images/xl_1.png) no-repeat right center;*/
	background-size: 9px;
	padding-right: 20px;
	height: 72px;
	line-height: 72px;
}
.on .cn {
	/* background: url(../images/xl_2.png) no-repeat right center; */
	background-size: 9px;
	height: 72px;
	line-height: 72px;
}

.cn::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 12px;
	background: #999999;
	left: 13px;
	top: 2px;
}

header.on .search {
	background: url(../images/search.png) no-repeat;
	background-size: 100%;
}

header.on h1 img.img1 {
	display: none;
}

header.on h1 img.img2 {
	display: block;
}

header.on h3 a {
	color: #191919;
}

.hid {
	opacity: 0.0 !important;
	-webkit-transform: translateY(60px) !important;
	transform: translateY(60px) !important;
	-webkit-transition-timing-function: cubic-bezier(.41, .2, .38, .8) !important;
	transition-timing-function: cubic-bezier(.41, .2, .38, .8) !important;
	-webkit-transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, transform !important;
	-webkit-transition-duration: .74s !important;
	transition-duration: .74s !important
}

.hid.lz {
	opacity: 1.0 !important;
	-webkit-transform: translateY(0) translateZ(0) !important;
	transform: translateY(0) translateZ(0) !important
}

.banner {
	width: 100%;
	margin-top: 0rem;
	float: left;
	position: relative;
}

.banner img.video-logo {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-container {
	position: relative;
	height: 8.4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: all-scroll;
}

.page_1 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	text-align: left;
}

.slider-control {
	z-index: 2;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	margin-bottom: 68px;
	margin-right: 25px;
}

.slider-control.inactive:hover {
	cursor: auto;
}

.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}

.slider-control.left {
	left: 0;
	display: inline-block;
	background: url(../images/left-1.png) no-repeat center center;
	background-size: 9px;
}
.slider-control.right {
	right: 0;
	display: inline-block;
	background: url(../images/right-1.png) no-repeat center center;
	background-size: 9px;
}

.slider-pagi {
	position: absolute;
	z-index: 3;
	display: none;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}

.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}

.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}

.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	will-change: transform;
	background-size: 100% 100%!important;
}

.slide:nth-child(1) {
	left: 0;
}

.slide:nth-child(1) .slide__bg {
	left: 0;
}

.slide:nth-child(1) .slide__overlay-path {
	fill: #e99c7e;
}

.slide:nth-child(2) {
	left: 100%;
}

.slide:nth-child(2) .slide__bg {
	left: -50%;
}

.slide:nth-child(2) .slide__overlay-path {
	fill: #e1ccae;
}

.slide:nth-child(3) {
	left: 200%;
}

.slide:nth-child(3) .slide__bg {
	left: -100%;
}

.slide:nth-child(3) .slide__overlay-path {
	fill: #adc5cd;
}

.slide:nth-child(4) {
	left: 300%;
}

.slide:nth-child(4) .slide__bg {
	left: -150%;
}

.slide:nth-child(4) .slide__overlay-path {
	fill: #cbc6c3;
}

@media (max-width: 991px) {
}

.slide__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	min-height: 810px;
	-webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	opacity: 0;
}

@media (max-width: 991px) {
	.slide__overlay {
		display: none;
	}
}

.slide__overlay path {
	opacity: 0.8;
}

.slide__text {
	position: absolute;
	width: 100%;
	bottom: 140px;
	left: 0%;
	color: #fff;
	-webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	will-change: transform, opacity;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.slide__text_1 {
	max-width: 1110px;
	margin: 0 auto;
}
.slide__text_2 {
	max-width: 1110px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.slide__text {
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		-webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		padding: 0 0rem;
	}
}

.slide__text-heading {
	font-family:SourceHanSansCN-Medium;
	font-size: 32px;
	font-weight: normal;
	-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
}

@media (max-width: 991px) {
	.slide__text-heading {
		line-height: 32px;
	}
}

.slide__text-desc {
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	line-height: 34px;
	margin-top: 20px;
	display: block;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.slide__text-p {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 36px;
	margin-top: 50px;
	width: 70%;
	display: block;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.colorbg {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	z-index: -9999;
}

.profile-m {
	width: 100%;
	display: block;
	overflow: hidden;
}

.profile-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	overflow: hidden;
	padding-right: calc((100% - 1110px) / 2);
}

.profile-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.profile-img {
	width: 480px;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}

.profile-img img {
	display: block;
	width: 100%;
}

.profile-content {
	margin-left: 80px;
	width: 400px;
	position: relative;
}

.profile-content h2 {
	display: block;
	text-transform: uppercase;
	color: #0033A1;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	font-family: Roboto-regular;
	margin-top: 20px;
	-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
}

.profile-content h1 {
	display: block;
	text-transform: uppercase;
	color: #191919;
	font-size: 40px;
	line-height: 40px;
	margin-top: 20px;
	font-family: SourceHanSansCN-Bold;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
	font-weight: normal;
}

.profile-content p {
	display: block;
	text-transform: uppercase;
	color: #191919;
	font-size: 16px;
	line-height: 32px;
	font-family: SourceHanSansCN-Regular;
	text-align: justify;
	margin-top: 40px;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.profile-content span {
	display: block;
	text-transform: uppercase;
	color: #0033A1;
	font-size: 18px;
	line-height: 18px;
	text-align: justify;
	position: absolute;
	bottom: 19px;
	left: 0;
	background: url(../images/more_1.png) no-repeat right center;
	padding-right: 30px;
	background-size: 22px;
	transition: all 0.5s ease 0s;
}
.profile-content span a{
	color: #0033A1;
	font-family: Roboto-regular;
}
.profile-content span:hover{
	background: url(../images/more_1.png) no-repeat right center;
	padding-right: 38px;
	background-size: 22px;
	transition: all 0.5s ease 0s;
}
.profile-right {
	display: block;
	font-size: 28px;
	width: 42px;
	text-align: center;
	line-height: 40px;
	margin-top: 60px;
	background: url(../images/img02.png) no-repeat top center;
	background-size: 30px auto;
	padding-top: 50px;
	font-family: SourceHanSansCN-Medium;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}
.profile-right i{
	font-size: 24px;
	display: block;
	font-style: normal;
	font-family: SourceHanSansCN-Medium;
}
.m {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 90px;
	padding-bottom: 60px;
}

.m-01 {
	max-width: 1110px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}

.m-01 .m-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.m-01 .m-list .m-sm {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.m-01 .m-list .m-sm span {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	max-height: 5em;
	overflow: hidden;
}

.m-01 .m-list .m-sm h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	font-family: SourceHanSansCN-Medium;
	font-weight: normal;
}

.m-01 .m-list .m-sm p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 16px;
	line-height: 28px;
	color: #191919;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-family: SourceHanSansCN-Regular;
}

.m-01 .m-list .m-yj {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.m-01 .m-list .m-yj span {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	max-height: 5em;
	overflow: hidden;
}

.m-01 .m-list .m-yj h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	font-family: SourceHanSansCN-Medium;
	font-weight: normal;
}

.m-01 .m-list .m-yj p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 16px;
	line-height: 28px;
	color: #191919;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m-01 .m-list .m-jzg {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.m-01 .m-list .m-jzg span {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	max-height: 5em;
	overflow: hidden;
}

.m-01 .m-list .m-jzg h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	font-family: SourceHanSansCN-Medium;
	font-weight: normal;
}

.m-01 .m-list .m-jzg p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 16px;
	line-height: 28px;
	color: #191919;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m-js {
	width: 100%;
	overflow: hidden;
	margin-top: 104px;
}

.m-js .title {
	max-width: 1110px;
	overflow: hidden;
	margin: 0 auto;
}

.m-js .title h2 {
	font-size: 40px;
	line-height: 43px;
	color: #333333;
	font-family: SourceHanSansCN-Bold;
	font-weight: normal;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}

.m-js .content {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.m-js .content .js-list {
	width: 100%;
	overflow: hidden;
}

.m-js .content .js-list ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.m-js .content .js-list ul li {
	width: 100%;
	overflow: hidden;
}

.m-js .content .js-list ul li .js_list_1 {
	width: 100%;
	position: absolute;
	bottom: 80px;
	left: 0;
}

.m-js .content .js-list ul li .title {
	max-width: 1110px;
	margin: 0 auto;
}

.m-js .content .js-list ul li .title h2 {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 32px;
}

.m-js .content .js-list ul li .title span {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 34px;
	display: block;
	margin-top: 20px;
}

.m-js .content .js-list ul li .title p {
	color: #FFFFFF;
	font-size: 18px;
	width: 70%;
	line-height: 36px;
	display: block;
	margin-top: 50px;
}

.m-js .content .js-list img {
	width: 100%;
	display: block;
}

.m-cp {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.m-cp .title {
	max-width: 1110px;
	overflow: hidden;
	margin: 0 auto;
}

.m-cp .title h2 {
	font-size: 40px;
	line-height: 40px;
	color: #333333;
	font-family: SourceHanSansCN-Bold;
	font-weight: normal;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}

.m-cp .content {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.m-cp .content .cp-list {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.m-cp .content .cp-list .cp-list-01 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.m-cp .content .cp-list .cp_m {
	margin: 0 auto;
	max-width: 1110px;
	position: relative;
}

.m-cp .content .cp-list .cp-list-01 .title {
	margin-top: 110px;
	float: left;
	width: 437px;
}

.m-cp .content .cp-list .cp-list-01 .title h2 {
	font-size: 35px;
	font-weight: normal;
	-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
	font-family:SourceHanSansCN-Medium;
}

.m-cp .content .cp-list .cp-list-01 .title span {
	font-size: 22px;
	display: block;
	color: #a2a4a3;
	font-weight: normal;
	margin-top: 10px;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
	font-family: Roboto-regular;
}

.m-cp .content .cp-list .cp-list-01 .title p {
	font-size: 16px;
	font-weight: normal;
	color: #5C5C5C;
	line-height: 32px;
	text-align: justify;
	margin-top: 250px;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
	font-family: SourceHanSansCN-Regular;
}

.m-cp .content .cp-list .cp-list-01 .cp_img {
	position: absolute;
	right: 0;
	float: right;
	margin-right: 0;
	width: 590px;
	margin-top: 23px;
}

.m-cp .content .cp-list .cp-list-01 .cp_img img {
	width: 100%;
	display: block;
}
.m-cp .content .cp-list:nth-child(2) .cp-list-01 .cp_img {
	position: absolute;
	right: 0;
	float: right;
	margin-right: 0;
	height: auto;
	width: 686px;
	margin-top: -.2rem;
}
.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	margin-top: 85px;
	float: left;
	width: 437px;
}
.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p {
	font-size: 16px;
	font-weight: normal;
	color: #5C5C5C;
	line-height: 32px;
	text-align: justify;
	margin-top: 280px;
}
.m-cp .content .cp-list .cp-list-01 .cp-list-img {
	width: 100%;
	position: relative;
}
.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title {
	margin-top: 100px;
	float: left;
	width: 437px;
}
.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p {
	font-size: 16px;
	font-weight: normal;
	color: #5C5C5C;
	line-height: 32px;
	text-align: justify;
	margin-top: 290px;
}
.m-cp .content .cp-list:nth-child(3) .cp-list-01 .cp_img {
	position: absolute;
	right: 0;
	float: right;
	margin-right: 10px;
	height: auto;
	width: 520px;
	margin-top: 0;
}
.m-cp .content .cp-list .cp-list-img{
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.m-cp .content .cp-list .cp-list-img img {
	width: 100%;
	display: block;
}

.m-news {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	padding-bottom: 90px;
}

.m-news .title {
	max-width: 1110px;
	overflow: hidden;
	margin: 0 auto;
}

.m-news .title h2 {
	font-size: 40px;
	line-height: 40px;
	color: #333333;
	font-family: SourceHanSansCN-Bold;
	font-weight: normal;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}

.m-news .content {
	max-width: 1110px;
	margin: 0 auto;
	margin-top: 40px;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}

.m-news .content ul {
	position: relative;
}

.m-news .content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 30px 0px 30px 0px;
	color: #666;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.m-news .content ul li div.c{
	width: 100%;
	display: flex;
	transition: all 0.5s ease 0s;
	padding: 0 0 0 15px;
}
.m-news .content ul li:hover div.c{
	-webkit-box-shadow: 0 6px 16px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 16px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease 0s;
}
.m-news .content ul li::after{
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d7d7d7;;
}
.m-news .content ul li .n_1 {
	width: 11%;
	margin-top: 0;
}

.m-news .content ul li .n_1 h2 {
	font-size: 48px;
	line-height: 59px;
	margin-top: 2px;
	display: block;
	color: #0033A1;
	text-align: left;
	font-weight: 500;
	font-family: Bebas;
}
.m-news .content ul li .n_1 em{
	font-style: normal;
	display: none;
}
.m-news .content ul li .n_1 span {
	font-size: 21px;
	line-height: 28px;
	display: block;
	font-family: Bebas;
	margin-top: 27px;
	color: #0033A1;
	text-align: left;
	font-weight: 500;
}

.m-news .content ul li .n_2 {
	width: calc(100% - 240px);
	padding: 0 .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.m-news .content ul li .n_2 h2 {
	font-size: 24px;
	line-height: 33.6px;
	margin-top: 5px;
}

.m-news .content ul li .n_2 h2 a {
	color: #191919;
	font-family: SourceHanSansCN-Medium;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: normal;
}

.m-news .content ul li .n_2 p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 19px;
	color: #5C5C5C;
	transition: all 0.5s ease 0s;
/* 	max-width:750px; */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family:SourceHanSansCN-Regular;
}

.m-news .content ul li .n_3 {
	width: 225px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.m-news .content ul li .n_3 img {
	width: 100%;
}

.pop-ups {
	position: fixed;
	width: 100%;
	height: 74px;
	top: 72px;
	left: 0;
	z-index: 8888;
	background: rgba(255, 255, 255, 0.6);
}

.ups-search {
	margin: 0 auto;
	margin-top: 18px;
	max-width: 1110px;
	text-align: right;
}

.ups-search input {
	width: 320px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #858282;
	background: #ffffff;
	outline: none;
	border-radius: 4px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);;
}
.ups-search button {
	width: 60px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	color: #ffffff;
	background: #0033A1;
	outline: none;
	border-radius: 4px;
	margin-left: 12px;
}
.ups-search span {
	width: 100%;
	float: left;
	text-align: right;
	font-size: .14rem;
	color: #ffffff;
	margin-top: 10px;
}

.ups-search div {
	width: 100%;
	float: right;
	text-align: left;
	font-size: .14rem;
	color: #ffffff;
	margin-top: 10px;
}

.ups-search div li {
	float: left;
	width: 1rem;
	margin-top: .1rem;
}

.ups-search div li:hover {
	cursor: pointer
}

.close_x {
	color: #ffffff;
	float: right;
	padding-top: 2rem;
	padding-right: 2rem;
	font-size: 30px;
}

.close_x:hover {
	cursor: pointer
}
.asid_share {
	position: fixed;
	width: 43px;
	bottom: 180px;
	right: 5px;
	z-index: 890;
}

*html #asid_share {
	position: absolute;
	top: expression(documentElement.scrollTop + "px");
	margin: 300px 0 0 0;
}

.asid_share .asid_share_box {
	width: 100%;
	margin-bottom: 3px;
	background:url(../images/fh_1.png) no-repeat center center #121ca6;
	background-size: 100%;
	text-align: center;
	transition: all 0.5s ease 0s;
	height: 120px;
	border-radius: 3px;
}
.asid_share .asid_share_box a{
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.asid_share .asid_share_box:hover{
	background:#121ca6;
}
.asid_share .asid_share_box:hover a{
	opacity: 1;
}
.asid_share .asid_share_box:hover {
	width: 100%;
	margin-bottom: 3px;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.asid_share .asid_share_box a {
	display: inline-block;
	color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	width: 23px;
	font-size: 16px;
	margin-top: 15px;
	transition: all 0.5s ease 0s;
}

.asid_share .asid_share_box a:hover {
	text-decoration: none;
}
.none {
	display: none;
}
footer {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/h_1Vector.png) no-repeat right bottom #101c3c;
	background-size:auto 96%;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
	transition: opacity 0.5s,-webkit-transform 0.5s;
	-o-transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s;
	transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
	opacity: 0;
}

.foot-1 {
	max-width: 1110px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	color: #666;
	font-size: 16px;
	padding-top: 66px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding-bottom: 80px;
	justify-content: space-between;
	overflow: hidden;
}

.foot-1 .foot_l {
	display: block;
	position: relative;
	float: left;
}

.foot-1 .foot_l:after {
	content: "";
	width: 1px;
	height: 288px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0px;
	right: -110px;
	transition: all 0.5s ease 0s;
	display: none;
}

.foot-1 .foot_l h2 {
	width: 200px;
	margin-bottom: 35px;
}

.foot-1 .foot_l h2 img {
	width: 100%;
}

.foot-1 .foot_l p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #DFE6F2;
	margin-top: 16px;
	font-family: SourceHanSansCN-Regular;
}

.foot-1 .foot_l span {
	width: 68px;
	margin-top: 45px;
	display: block;
}

.foot-1 .foot_l span img {
	width: 68px;
}

.foot-1 .foot_r {
	float: right;
}

.foot-1 .foot_r ul {
	display: block;
}

.foot-1 .foot_r ul li {
	float: left;
	margin-right: 108px;
	position: relative;
}

.foot-1 .foot_r ul li:last-child {
	margin: 0;
}

.foot-1 .foot_r ul li:after {
	content: "";
	width: 20px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 50px;
	left: 0;
	transition: all 0.5s ease 0s;
}

.foot-1 .foot_r ul li h3 {
	display: block;
	font-family: SourceHanSansCN-Medium;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 65px;
	line-height: 25px;
}

.foot-1 .foot_r ul li a {
	display: block;
	font-family: SourceHanSansCN-Regular;
	color: #DFE6F2;
	font-size: 14px;
	width: 150px;
	line-height: 20px;
}

.foot-1 .foot_r ul li a:hover {
	color: #DFE6F2;
	transition: all 0.5s ease 0s;
}
.on .profile-img,.on .profile-content h2,.on .profile-content h1,.on .profile-content p,.on .profile-right,.on .slide__text-heading,.on .slide__text-desc,.on .slide__text-p,.on .m-01,.on .title h2,.on .content .cp-list .cp-list-01 .title h2,.on .content .cp-list .cp-list-01 .title h2,.on .content .cp-list .cp-list-01 .title span,.on .content .cp-list .cp-list-01 .title p,.on.m-news .content,.on.page-scroll{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.code {
	float: right;
}

.code img {
	width: .9rem;
}

.foot-2 {
	width: 100%;
	display: block;
	float: left;
	background-color: #0c152e;
	margin-top: 0;
	text-align: center;
	padding: .2rem 0;
}

.foot-2 span {
	color: #929292;
	font-family: SourceHanSansCN-Regular;
	font-size: .14rem;
}
@media only screen and (max-width: 3000px) {
	.profile-img{
		width: 10.4rem;
		height: 500px;
	}
	.slider-container{
		height: 13.4rem;
	}
	.container,.m-01,.m-js .title,.slide__text_2,.slide__text_1,.m-cp .title,.m-cp .content .cp-list .cp_m,.m-news .title,.m-news .content,.foot-1{
	    max-width: 83%;
	}
	.profile-list{
		padding-right: calc((100% - 83%) / 2);
	}
	nav li {
	    margin: 0 27px;
	}
	.profile-content{
		width: 550px;
	}
	.foot-1 .foot_r ul li {
	    margin-right: 208px;
	}
	.m-cp .content .cp-list .cp-list-01 .title {
	    margin-top: 2.1rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	    margin-top: 1.8rem;
	    float: left;
	    width: 437px;
	}
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 4.5rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p{
		margin-top:4.9rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title {
	    margin-top: 1.8rem;
	}	
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p{
		margin-top:4.4rem;
	}	
	.ups-search{
		max-width: 83%;
	}
}
@media only screen and (max-width: 1920px) {
	.profile-img{
		width: 7.3rem;
		height: 500px;
	}
	.slider-container{
		height: 10.4rem;
	}
	.container,.m-01,.m-js .title,.slide__text_2,.slide__text_1,.m-cp .title,.m-cp .content .cp-list .cp_m,.m-news .title,.m-news .content,.foot-1{
	    max-width: 83%;
	}
	.profile-list{
		padding-right: calc((100% - 83%) / 2);
	}
	nav li {
	    margin: 0 27px;
	}
	.m-news .content ul li .n_1 {
	    width: 8%;
	    margin-top: 0;
	}
	.foot-1 .foot_l:after {
	    right: -2.4rem;
	}
	.m-cp .content .cp-list .cp-list-01 .title {
	    margin-top: 1.4rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	    margin-top: 1.2rem;
	    float: left;
	    width: 437px;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title {
	    margin-top: 1.25rem;
	}	
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 3.8rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p{
		margin-top:4.2rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p{
		margin-top:4.2rem;
	}
}
@media only screen and (max-width: 1680px) {
	.profile-img{
		width: 6.1rem;
		height: 500px;
	}
	.slider-container{
		height: 10rem;
	}
	.foot-1 .foot_l:after {
	    right: -1.6rem;
	}
	.foot-1 .foot_r ul li {
	    margin-right: 178px;
	}
	.m-cp .content .cp-list .cp-list-01 .title {
	    margin-top: 1.25rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	    margin-top: 1rem;
	    float: left;
	    width: 437px;
	}
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 3.3rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p{
		margin-top:3.5rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p{
		margin-top:3.5rem;
	}	
}
@media only screen and (max-width: 1600px) {
	.profile-img{
		width: 570px;
		height: 457px;
	}
	.slider-container{
		height: 9.5rem;
	}
	.m-cp .content .cp-list .cp-list-01 .title {
	    margin-top: 1.2rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	    margin-top: .98rem;
	    float: left;
	    width: 437px;
	}
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 3.1rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p{
		margin-top:3.28rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p{
		margin-top:3.1rem;
	}
}
@media only screen and (max-width: 1440px) {
	.profile-img{
		width: 480px;
		height: auto;
	}
	.profile-content p{
		line-height: .34rem;
	}
	.slider-container{
		height: 8.4rem;
	}
	.container,.m-01,.m-js .title,.slide__text_2,.slide__text_1,.m-cp .title,.m-cp .content .cp-list .cp_m,.m-news .title,.m-news .content,.foot-1{
	    max-width: 1110px;
	}
	.profile-list{
		padding-right: calc((100% - 1110px) / 2);
	}
	.profile-content{
		width: 450px;
	}
	.foot-1 .foot_r ul li {
	    margin-right: 108px;
	}
	.m-news .content ul li .n_1 {
	    width: 11%;
	    margin-top: 0;
	}
	.foot-1 .foot_l:after {
	    right: -90px;
	}
	nav li {
	    margin: 0 17px;
	}
	.m-cp .content .cp-list .cp-list-01 .title {
	    margin-top: 1.2rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	    margin-top: .98rem;
	    float: left;
	    width: 437px;
	}
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 2.8rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p{
		margin-top:3.1rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p{
		margin-top:2.8rem;
	}
	.ups-search{
		max-width: 1110px;
	}
}
@media only screen and (max-width: 1366px) {
	.container,.m-01,.m-js .title,.slide__text_2,.slide__text_1,.m-cp .title,.m-cp .content .cp-list .cp_m,.m-news .title,.m-news .content,.foot-1{
	    max-width: 82%;
	}
	.profile-list{
		padding-right: calc((100% - 82%) / 2);
	}
	.m-cp .content .cp-list .cp-list-01 .cp_img{
		margin-top: 24px;
	    width: 555px;
		margin-right: 35px;	
	}
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 235px;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p{
		margin-top: 258px;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title{
		margin-top: 70px;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .cp_img{
		margin-right: 15px;
		width: 520px;
	}
	.profile-img {
	    width: 443px;
	    height: auto;
	}
	.slider-container {
	    height: 9.2rem;
	}
	.ups-search{
		max-width: 82%;
	}
}

@media only screen and (max-width: 1300px) {
.m-cp .content .cp-list .cp-list-01 .cp_img {
    margin-top: 24px;
    width: 6.5rem;
    margin-right: 0.7rem;
}
.m-cp .content .cp-list .cp-list-01 .title{
	margin-top: 95px;
}
.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title{
	margin-top: .85rem;
}
.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title {
    margin-top: 60px;
}
.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p{
	margin-top: 243px;
}
.m-cp .content .cp-list:nth-child(3) .cp-list-01 .cp_img {
    margin-right: 0.85rem;
    width: 5.7rem;
}
.m-cp .content .cp-list:nth-child(2) .cp-list-01 .cp_img {
    width: 8.5rem;
    margin-top: -0.55rem;
}
.m-cp .content .cp-list .cp-list-01 .title p {
    margin-top: 215px;
}
.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p {
    margin-top: 248px;
}
.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p {
    margin-top: 233px;
}
.foot-1 .foot_l:after{
	display: none;
}
}
@media only screen and (max-width: 1200px) {
	.container,.m-01,.m-js .title,.slide__text_2,.slide__text_1,.m-cp .title,.m-cp .content .cp-list .cp_m,.m-news .title,.m-news .content,.foot-1{
	    max-width: 82%;
	}
	.profile-list{
		padding-right: calc((100% - 82%) / 2);
		margin-top: .7rem;
	}
	nav{
		padding-left: .5rem;
	}
	nav li {
	    margin: 0 15px;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p {
	    margin-top: 200px;
	}
	.profile-img {
	    width: 39%;
	}
	.profile-content{
		width: 420px;
	}
	.profile-content p {
	    line-height: .4rem;
		margin-top: .35rem;
		font-size: 15px;
	}
	.profile-right{
		margin-top: .35rem;
		font-size:24px;
	}
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 2.6rem;
	}
	.foot-1 .foot_r ul li{
		margin-right:.8rem;
	}
	.foot-1 .foot_l:after{
		right: -1rem;
	}
	.profile-content h2{
		font-size: 16px;
	}
	.profile-content h1{
		font-size: 30px;
		margin-top: .2rem;
	}
	.profile-content span,.slide__text-p{
		font-size: 16px;
	}
	.m-cp .content .cp-list .cp-list-01 .title {
	    margin-top: 75px;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p {
	    margin-top: 224px;
	}
	.slide__text-desc{
		font-size: 18px;
		margin-top: .2rem;
	}
	.slide__text-p{
		margin-top: .5rem;
	}
	.m-js .title h2,.slide__text-heading,.m-cp .title h2,.m-cp .content .cp-list .cp-list-01 .title h2,.m-news .title h2{
		font-size: 30px;
	}
	.m-js{
		margin-top: 1rem;
	}
	.m-js .content,.m-cp .content{
		margin-top: .4rem;
	}
	.m{
		margin-top: .9rem;
		padding-bottom: .6rem;
	}
	.m-cp{
		margin-top: .8rem;
	}
	.m-cp .content .cp-list .cp-list-01 .title span{
		font-size: 18px;
	}
	.m-news{
		margin-top: .8rem;
		padding-bottom: .9rem;
	}
}
@media only screen and (max-width: 1110px) {
	.container,.m-01,.m-js .title,.slide__text_2,.slide__text_1,.m-cp .title,.m-cp .content .cp-list .cp_m,.m-news .title,.m-news .content,.foot-1{
	    max-width: 82%;
	}
	.profile-list{
		padding-right: calc((100% - 82%) / 2);
	}
	.profile-img {
	    width: 37.5%;
	}
	.profile-content{
		margin-left: 60px;
	}
	nav{
		padding-left: .4rem;
	}
	nav li {
		margin: 0 9px;
	}
	.m-01 .m-list .m-jzg{
		width: 45%;
	}
	.slider-control{
		margin-top: 45px;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p {
	    margin-top: 197px;
		font-size: 14px;
	}
	.m-cp .content .cp-list .cp-list-01 .title,.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title,.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title{
		width: 400px;
	}
	.profile-content p {
	    line-height: .42rem;
		margin-top: .35rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p{
		font-size: 14px;
		margin-top: 180px;
	}
	.profile-right{
		margin-top: .15rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .cp_img {
	    margin-right: 1.15rem;
	    width: 5.624rem;
	}
	.m-cp .content .cp-list .cp-list-01 .title p{
		margin-top: 1.7rem;
		font-size: 14px;
	}
	.m-cp .content .cp-list .cp-list-01 .cp_img {
	    margin-right: 0.9rem;
	}
	.foot-1 .foot_r ul li{
		margin-right: .3rem;
	}
	.foot-1 .foot_l:after{
		right: -1rem;
	}
}
@media only screen and (max-width: 1060px) {
	nav li {
	    margin: 0 6px;
	}
}
@media only screen and (max-width: 1024px) {
	header {
		position: relative;
		height: 55px;
	}
	.controls h3.on .e_ul{
		top: 55px;
		
	}

	.controls h3.on .e_ul ul li {
		margin: 0;
		height: auto;
		line-height: inherit;
		width: 100%;
		display: block;
		cursor: pointer;
		overflow: hidden;
		float: left;
	}
	
	.controls h3.on .e_ul ul li a:after {
		display: none;
	}
	
	.controls h3.on .e_ul ul li a {
		font-size: 14px;
		color: #666666;
		line-height: 18px;
		text-align: left;
		padding:10px 10%;
		overflow: hidden;
		cursor: pointer;
		width: 80%;
		display: block;
		font-family: SourceHanSansCN-Regular;
		font-weight: normal;
	}
	header h1{
		height: 45px;
		display: block;
		float: left;
		margin-top: 7px;
	}
	header.on{
		height: 55px;
	}
	header h3 a, .cn{
		font-size: 16px;
	}
	.controls h3 .e_ul{
		top: 55px;
	}
	.controls h3 .e_ul ul{
		display: block;
	}
	.controls h3 .e_ul ul li {
		margin: 0;
		height: auto;
		line-height: inherit;
		width: 100%;
		display: block;
		cursor: pointer;
		float: left;
	}
	
	.controls h3 .e_ul ul li a:after {
		display: none;
	}
	
	.controls h3 .e_ul ul li a {
		font-size: 14px;
		color: #666666;
		line-height: 18px;
		padding: 10px 0;
		text-align: left;
		padding-left: 20px;
		cursor: pointer;
		display: block;
		font-family: SourceHanSansCN-Regular;
		font-weight: normal;
		float: left;
		height: auto;
		width: 84%;
	}
	
	.controls h3 .e_ul ul li a:hover {
		font-size: 14px;
		color: #0033A1;
		background-color: #DFE6F2;
	}
	.cn:hover{
		color: #ffffff;
	}
	.search {
	    width: 15px;
	    height: 15px;
	    background: url(../images/search.png) no-repeat;
	    background-size: 100%;
	    display: block;
	}
	nav {
		display: none;
	}
	header h1 img.img1 {
		display: none;
	}
	header h1 img.img2 {
		display: block;
	}
	header h3 a,.cn{
		color:#191919;
		display: inline-block;
		line-height: 55px;
		height: 55px;
	}
	.on .cn{
		line-height: 55px;
		height: 55px;
	}
	header.on nav{
		display: none;
	}
	header.on h3 a{
		float: right;
	}
	.cp-list:nth-child(1),.cp-list:nth-child(2),.cp-list:nth-child(3){
		padding-bottom: 150px;
	}
	.cn::before{
		top: 22px;
	}
	.controls h3{
		height: 55px;
	}
	.controls{
		height: 55px;
		overflow-x: initial;
	}
	.container{
		float: left;
		display: block;
		width: 90%;
		margin-left: 15px;
	}
	.m-news .content ul li{
		padding: 30px 0;
	}
	.foot-1 .foot_r ul li h3{
		font-size: 16px;
	}
	.m-news .content ul li .n_1 em{
		font-style: normal;
		display: block;
		font-size: 15px;
	}
	.m-news .content ul li .n_1{
		width: 100%;
	}
	.m-news .content ul li .n_2 p{
		margin-top: 10px;
	}
	.m-news .content ul li .n_1 h2,.m-news .content ul li .n_1 span{
		display: none;
	}
	.profile-list{
		padding-right: calc((100% - 90%) / 2);
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	    margin-top: 85px;
	    float: left;
	    width: 100%;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p {
	    margin-top: 1rem;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .cp_img{
	    position: inherit;
	    width: 100%;
	    float: left;
	    height: auto;
	    margin: 0;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title {
	    margin-top: 85px;
	    float: left;
	    width: 100%;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p {
	    margin-top: 1rem;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .cp_img{
	    position: inherit;
	    width: 100%;
	    float: left;
	    height: auto;
	    margin: 0;
	}
	.m-01{
		max-width: 90%;
	}
	.m-01 .m-list .m-jzg{
		max-width:90%;
	}
	.m-js .title,.slide__text_1,.m-cp .title,.m-cp .content .cp-list .cp_m,.m-news .title,.m-news .content,.foot-1{
		max-width:90%;
	}
	.m-cp .content .cp-list .cp-list-01 .title{
		width: 45%;
	}
	.m-cp .content .cp-list .cp-list-01 .title p {
	    margin-top: 1rem;
	}
	.m-news .content ul li .n_2 h2{
		font-size: 20px;
	}
	.m-news .content ul li .n_2 p{
		font-size: 15px;
		max-width: 100%;
	}
	.foot-1 .foot_l{
		width: 28%;
	}
	.foot-1 .foot_l:after {
	    right: -22%;
	}
	.foot-1 .foot_r ul li {
	    margin-right: .5rem;
	}
	.foot-1 .foot_l h2{
		width: 2.2rem;
	}
	.slide__text_1{
		text-align: left;
		max-width:90%;
	}
	.slide__text{
		bottom: 140px;
	}
	.slide__text_2{
		max-width: 90%;
	}
	.m-01 .m-list{
		display: block;
	}
	.m-01 .m-list .m-sm,.m-yj{
		margin-bottom: 50px;
	}
	.profile-about{
		display: block;
	}
	.profile-img{
		width: 100%;
		display: block;
	}
	.profile-content{
		margin: 0 5%;
		width: 90%;
		margin-top: 30px;
	}
	.profile-content span{
		position: inherit;
		margin-top: 50px;
		float: left;
	}
	.m-cp .content .cp-list .cp-list-01 .title{
		width: 100%;
	}
	.m-cp .content .cp-list .cp-list-01 .cp_img{
		position: inherit;
		width: 100%;
		float: left;
		height: auto;
		margin: 0;
	}
	.cp-list-img{
		display: none;
	}
	.m-cp .content .cp-list .cp-list-01 .cp_img img{
		width: 100%;
		height: auto;
	}
	.m-cp .content .cp-list .cp-list-01{
		position: inherit;
	}
	.cp-list:nth-child(1){
		background: url(../images/bg-01.png) no-repeat right top;
		background-size: cover;
	}
	.cp-list:nth-child(2){
		background: url(../images/bg-02.png) no-repeat right top;
		background-size: cover;
	}
	.cp-list:nth-child(3){
		background: url(../images/bg-03.png) no-repeat right top;
		background-size: cover;
	}
	.m-news .content ul li .n_3{
		width: 100%;
	}
	.m-news .content ul li{
		display: block;
	}
	.m-news .content ul li .n_2{
		display: block;
		width: 100%;
		padding: 0 0;
		margin: 10px 0 20px 0;
	}
	.m-news .content ul li .n_1 span{
		margin-top: 10px;
	}
	.profile-right {
	    margin-top: 0.15rem;
	    margin-left: 20px;
	}
	.foot-2 span{
		padding: 0 12px;
		text-align: center;
		display: block;
	}
	.controls{
		width: 95px;
	}
	.container{
		max-width: 85%;
	}
	.cn {
	    background: url(../images/xl_2.png) no-repeat right center;
	    background-size: 9px;
	}
	.pop-ups{
		top: 55px;
	}
	header h1 img{
		width:140px;
	}
	header.on h1 img{
		width:140px;
	}
}
@media only screen and (max-width: 991px) {
	.foot-1 .foot_r ul li {
	    margin-right: 0;
	}
}
@media only screen and (max-width: 800px) {
	header{
		position: fixed;
	}
	.banner{
		overflow: hidden;
	}
	.controls{
		width: 95px;
	}
	.foot-1 .foot_r ul li {
	    margin-right: 0;
	}
	.foot-1 .foot_l {
	    width: 25%;
	}
	.foot-1 .foot_r ul li a{
		width: 2rem;
	}
	.container{
		max-width: 90%;
	}
	.slide__bg{
		background-size: 100% 100%!important;
	}
	.profile-list {
	    padding-right: calc((100% - 100%) / 2);
		display: block;
		position: relative;
	}
	.profile-img {
	    width: 72%;
	    display: block;
	}
	.profile-right i{
		font-size: 14px;
	}
	.profile-right{
		position: absolute;
		top: .6rem;
		right: 40px;
		width: 27px;
		font-size: 14px;
		padding-top: 20px;
		line-height: 24px;
		background: url(../images/img02.png) no-repeat top center;
		background-size: 15px auto;
	}
	.profile-content h2{
		font-size: 12px;
	}
	.profile-content h1{
		font-size: 18px;
		margin-top: 10px;
		line-height: 18px;
	}
	.profile-content p{
		margin-top: 20px;
		font-size: 12px;
		line-height: 24px;
	}
	.profile-content span{
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px;
		position: initial;
	}
	.m-01 .m-list .m-sm,.m-01 .m-list .m-yj,.m-01 .m-list .m-jzg{
		position: relative;
		width: 100%;
	}
	.m-01 .m-list .m-sm span,.m-01 .m-list .m-yj span,.m-01 .m-list .m-jzg span{
		width: 22px;
		float: left;
		position: absolute;
		top: 7px;
		left: 0;
		margin-bottom: 0;
	}
	.m-01 .m-list .m-sm span img,.m-01 .m-list .m-yj span img,.m-01 .m-list .m-jzg span img{
		width: 100%!important;
		height: auto!important;
	}
	.m-01 .m-list .m-sm h2,.m-01 .m-list .m-yj h2,.m-01 .m-list .m-jzg h2{
		margin-left: 45px;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 0px;
	}
	.m-01 .m-list .m-sm p,.m-01 .m-list .m-yj p,.m-01 .m-list .m-jzg p{
		margin-left: 45px;
		font-size: 14px;
		line-height: 22px;
	}
	.m-01 .m-list .m-sm,.m-01 .m-list .m-yj{
		margin-bottom: 20px;
	}
	.m {
	    margin-top: 40px;
	    padding-bottom: 30px;
	}
	.m-js .title h2,.m-cp .title h2,.m-news .title h2{
		font-size: 18px;
		line-height: 18px;
	}
	.m-js {
	    margin-top: 20px;
		padding-top: 10px;
	}
	.m-js .content{
		overflow: initial;
		min-height: 395px;
		border-bottom: 1px solid #e5e5e5;
	}
	.m-cp,.m-news {
	    margin-top:30px;
	}
	.cp-list:nth-child(1) {
	    background: url(../images/bg-01.png) no-repeat right top;
	    background-size: 100%;
	}
	.m-cp .content .cp-list .cp-list-01 .title h2{
		font-size: 16px;
		line-height: 18px;
	}
	.m-cp .content .cp-list .cp-list-01 .title span{
		font-size: 12px;
		width: 37%;
	}
	.m-cp .content .cp-list .cp-list-01 .title p {
	    margin-top: 1.6rem;
		font-size: 12px;
		line-height: 24px;
	}
	.cp-list:nth-child(1), .cp-list:nth-child(2), .cp-list:nth-child(3) {
	    padding-bottom: 30px;
	}
	.cp-list:nth-child(2) {
	    background: url(../images/bg-02.png) no-repeat right top;
	    background-size: 100% auto;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title{
		margin-top: 75px;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title p {
	    margin-top: 1.6rem;
		font-size: 12px;
		line-height: 24px;
	}
	.cp-list:nth-child(3) {
	    background: url(../images/bg-03.png) no-repeat right top;
	    background-size: 100% auto;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title p {
	    margin-top: 1.6rem;
		font-size: 12px;
		line-height: 24px;
	}
	.m-cp .content .cp-list .cp-list-01 .title{
		max-width: 100%;
	}
	.m-cp .content{
		border-bottom: 1px solid #e5e5e5;
	}
	.slider-container {
	    height:182px;
	}
	.slide__text{
		bottom:initial;
		top: 175px;
	}
	.slide__text-p {
	    margin-top: 0.8rem;
		font-size: 12px;
		line-height: 24px;
		color: #191919;
	}
	.slide__text-heading{
		font-size:16px;
		line-height: 14px;
	}
	.slide__text-desc {
	    font-size: 12px;
		line-height: 12px;
	    margin-top: 14px;
	}
	.slider-control{
		border: 1px solid #000000;
		width: 24px;
		height: 24px;
	}
	.m-js{
		
	}
	.page_1 {
	    position: absolute;
	    bottom: 129px;
	    right: 0;
	    z-index: 2;
	    width: 100%;
	    text-align: right;
	}
	.slider-control{
		margin-right: 0;
		margin-left: 20px;
	}
	.slide__bg{
		height: 240px;
	}
	.slide{
		min-height: 400px;
	}
	.m-news .content ul li div.c {
	    width: 100%;
		padding: 0;
		display: block;
	}
	.m-news .content ul li .n_1 em{
		font-size: 12px;
		line-height: 17px;
		color: #0033A1;
	}
	.m-news .content ul li .n_2 h2 {
	    font-size: 14px;
	    line-height: 22px;
	}
	.m-news .content ul li .n_2 {
	    margin: 10px 0 0px 0;
	}
	.m-news .content ul li {
	    padding: 20px 0;
	}
	.m-news .content ul li .n_2 p {
	    font-size: 12px;
	    max-width: 100%;
		line-height: 24px;
	}
	.m-news .content{
		margin-top: 0;
	}
	.m-news{
		padding-bottom: 19px;
	}
	.foot-1 .foot_l h2{
		display: none;
	}
	.foot-1 .foot_l span {
	    width: 68px;
	    margin-top: 8px;
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.foot-1 .foot_l p{
		margin-left: 90px;
		font-size: 12px;
		line-height: 17px;
		color: #DFE6F2;
	}
	.foot-1{
		padding-top: 0;
	}
	.foot-1 ul li{
		width: 100%;
	}
	.foot-1 .foot_r ul li.hide h3{
		background: url(../images/jia-1.png) no-repeat 93% center;
		background-size: 11px;
	}
	.foot-1 .foot_r ul li h3{
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 0;
		width: 90%;
		padding:16px 5%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		background: url(../images/jia-2.png) no-repeat 93% center;
		background-size: 11px;
	}
	.foot-1 .foot_r ul li a{
		font-size: 14px;
		width:100%;
		padding: 11px 0;
		line-height: 11px;
	}
	.foot-1 .foot_r ul li:after{
		display: none;
	}
	.foot-1 .foot_r ul li p{
		width: 90%;
		padding:8px 5%;
		float: left;
		background: #0C152E;
	}
	.foot-1 .foot_r ul li p br{
		display: none;
	}
	.foot-1{
		max-width: 100%;
		padding-bottom: 0;
	}
	.foot-1 .foot_l{
		width: 90%;
		margin: 0 5%;
		float: left;
		height: 80px;
		margin-top: 20px;
	}
	.foot-1 .foot_r{
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.foot-2 span{
		padding: 0 5%;
		text-align: left;
		display: block;
		color: #C5CFE4;
		font-size: 12px;
	}
	.foot-2{
		padding-bottom: 40px;
		background: none;
		margin-top: 20px;
	}
	footer{
		background: url(../images/h_1Vector.png) no-repeat center bottom #101c3c;
		background-size: 55% auto;
	}
	.slider-control.left {
		left: 0;
		display: inline-block;
		background: url(../images/left-1-1.png) no-repeat center center;
		background-size: 9px;
	}
	.slider-control.right {
		right: 0;
		display: inline-block;
		background: url(../images/right-1-1.png) no-repeat center center;
		background-size: 9px;
	}
	.foot-1 .foot_r ul li.hide p{
		display: none;
	}
	.foot-1 .foot_r ul li p{
		display: block;
	}
	#bannerVideo {
	    width: 266%!important;
	    margin-left: -84%;
	}
	.banner img.video-logo {
	    top: 10%;
	    width: 186%;
	    left: -42%;
	}
	.cn{
		background: url(../images/xl_n_1.png) no-repeat right;
		background-size: 10px;
		padding-right: 18px;
	}
	header.on a.cn{
		background: url(../images/xl_n.png) no-repeat right;
		background-size: 10px;
		padding-right: 18px;
	}
	header h1 img.img1 {
		display: block;
	}
	
	header h1 img.img2 {
		display: none;
	}
	header h3 a, .cn{
		color: #ffffff;
	}
	header.on h3 a, .on a.cn{
		color: #191919;
	}
	.search {
	    width: 15px;
	    height: 15px;
	    background: url(../images/search_1.png) no-repeat;
	    background-size: 100%;
	    display: block;
	}
	header.on .search {
	    width: 15px;
	    height: 15px;
	    background: url(../images/search.png) no-repeat;
	    background-size: 100%;
	    display: block;
	}
	.v2-burger-line{
		background: #ffffff!important;
	}
	header.on .v2-burger-line{
		background: #000000!important;
	}
}
@media only screen and (max-width: 640px) {
	.ups-search input{
		width: 70%;
	}
	.ups-search {
	    max-width: 90%;
	}
	nav {
		display: none;
	}

	header h1 {
		margin-left:0;
	}
	.container{
		width: 75%;
	}
	

	footer {
		width: 100%;
	}

	.foot-1 ul li {
		margin: 0;
	}
	.slide__text-p{
		width: 100%;
	}
	.slider-control{
		margin-top: 25px;
	}
	.foot-1 .foot_l h2{
		width: 100px;
	}
	.foot-1{
		display: block;
	}
}

@media only screen and (max-width: 375px) {
	.ups-search input {
	    width: 65%;
	}
}
@media only screen and (max-width: 320px) {
	.profile-right {
	    position: absolute;
	    top: 12px;
	    right: 30px;
	}
	header h1{
		margin-top: 12px;
	}
	header.on h1 img,header h1 img.img2{
		width: 110px;
	}
	.slider-control {
	    margin-right: 0;
	    margin-left: 10px;
	}
	.m-cp .content .cp-list .cp-list-01 .title span {
	    font-size: 12px;
	    width: 42%;
	}
	.m-cp .content .cp-list .cp-list-01 .title {
	    margin-top: 51px;
	}
	.m-cp .content .cp-list:nth-child(2) .cp-list-01 .title {
	    margin-top: 51px;
	}
	.m-cp .content .cp-list:nth-child(3) .cp-list-01 .title {
	    margin-top: 62px;
	}
	.ups-search input {
	    width: 65%;
	}
}