@charset "utf-8";

@font-face {
	font-family: DINCond-Medium;
	src: url(../font/DINCOND-MEDIUM-WEBFONT.TTF);
}

@font-face {
	font-family: FRAMDCN;
	src: url(../font/FRAMDCN.TTF);
}

@font-face {
	font-family: BEBAS;
	src: url(../font/FBEBAS.TTF);
}

@font-face {
	font-family: Impact;
	src: url(../font/impact.ttf);
}

@font-face {
	font-family: OPPOSans;
	src: url(../font/OPPOSANS-R.TTF);
}

@font-face {
	font-family: OPPOSANS-H;
	src: url(../font/OPPOSANS-H.TTF);
}

@font-face {
	font-family: OPPOSANS-L;
	src: url(../font/OPPOSANS-L.TTF);
}

@font-face {
	font-family: OPPOSANS-B;
	src: url(../font/OPPOSANS-B.TTF);
}

@font-face {
	font-family: OPPOSANS-M;
	src: url(../font/OPPOSANS-M.TTF);
}

@font-face {
	font-family: LEMONMILK;
	src: url(../font/LEMONMILK-1.OTF);
}

@font-face {
	font-family: BarlowCondensed-Bold;
	src: url(../font/BarlowCondensed-Bold.ttf);
}

@font-face {
	font-family: BarlowCondensed-Light;
	src: url(../font/BarlowCondensed-Light.ttf);
}

@font-face {
	font-family: BarlowCondensed-Regular;
	src: url(../font/BarlowCondensed-Regular.ttf);
}

@font-face {
	font-family: BarlowCondensed-SemiBold;
	src: url(../font/BarlowCondensed-SemiBold.ttf);
}

@font-face {
	font-family: BarlowCondensed-Thin;
	src: url(../font/BarlowCondensed-Thin.ttf);
}

@media (max-width:4000px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1600px) and (max-width:1940px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	html {
		font-size: 13px;
	}
}

@media (min-width:640px) and (max-width:1399px) {
	html {
		font-size: 13px;
	}
}

@media (min-width:471px) and (max-width:639px) {
	html {
		font-size: 12px;
	}
}

@media (min-width:329px) and (max-width:470px) {
	html {
		font-size: 12px;
	}
}

@media (max-width:328px) {
	html {
		font-size: 12px;
	}
}

/*==========================================公共 开始=============================================*/
.ar_wap {
	display: none
}

.a_body {
	position: relative;
	z-index: 0;
}

.section {
	overflow: hidden;
}

header {
	height: 6.25rem;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
}

header .logo {
	line-height: 6.25rem;
}


.w1200 {
	margin: 0 auto;
	max-width: 1700px;
	padding: 0 50px
}

.header_box1 {
	position: relative;
	z-index: 100000;
	height: 6.25rem;
}

#header {
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	height: 6.25rem;
	transition: .6s;
}

#header:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	transition: .6s;
	width: 100%;
	left: 0;
	right: 0
}

#header .content {
	position: relative;
}

#header .w1200 {}

#header .logo {
	line-height: 6.25rem;
	transition: .6s;
	max-width: 17rem;
}

#header .logo img {
	transition: .6s;
	max-width: 100%;
}

#nav {
	display: inline-block;
	float: left;
	padding-right: 0;
}

#nav ul {
	float: left;
}

#nav ul li {
	float: left;
	position: relative;
	z-index: 0;
	margin-left: 0;
}

#nav ul li a {
	display: block;
	padding: 0 1.875rem;
	text-transform: uppercase;
}

#nav ul li>a {
	color: #424242;
	line-height: 6.25rem;
	position: relative;
	transition: .6s;
}

#nav ul li>a .h3 {
	position: relative;
	font-size: 1rem;
	font-weight: bold;
}

#nav ul li>a .h3 img {
	margin: -3px 1.25rem 0 0
}

#nav ul li a i {
	display: inline-block;
	background: url(../images/nav_down.png) center no-repeat;
	width: 9px;
	height: 6px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

#nav ul li .sub {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	width: 104%;
	position: absolute;
	left: 50%;
	margin-left: -52%;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 95px;
}

#nav ul li .sub .box {
	padding: 15px 10px;
	text-align: center;
}

#nav ul li .sub a {
	padding: 0;
	line-height: 2.125rem;
	transition: .3s;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	color: #454545;
	border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

#nav ul li .sub a:hover {
	color: #0097f0;
}

#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

#nav>ul>li.on>a,
#nav ul li:hover>a,
#header.xg #nav ul li.on>a,
#header.xg #nav ul li:hover>a {
	color: #0097f0;
}

#nav>ul>li .h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 7px;
	top: 0;
	left: 50%;
	border-radius: 3.5px;
	transition: .5s;
	transform: translateX(-50%);
}

#nav>ul>li:hover .h3:before,
#nav>ul>li.on .h3:before {
	width: 100%;
	background: #0097f0;
}

#header.xg #nav>ul>li .h3:after {
	background: #007f64
}


header .right .right_box {
	padding: 0;
	height: 6.25rem;
	font-size: 0;
}

header .right .circle_box {
	display: inline-block;
	border-radius: 50%;
	vertical-align: top;
	position: relative;
	margin-left: 2.75rem;
}

header .right .circle_box>a {
	display: flex;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: .9375rem;
	color: #727576;
	align-items: center;
	height: 6.25rem;
}

header .right .circle_box>a .con svg {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	fill: #656569;
}

header .right .weixin.circle_box>a .con svg {
	width: 9px;
	height: 9px;
	margin: -3px 0 0 .25rem;
}

header .right .tongdao.circle_box>a .con svg {
	width: 1.125rem;
	height: 1.125rem;
	margin: -3px 0 0 .25rem;
}

header .right .circle_box.on {
	z-index: 10;
}

header .right .circle_box .item input.text {
	padding: 0 2rem 0 1rem;
	width: 200px;
	height: 44px;
	line-height: 44px;
	/* background: rgba(0,0,0,.6); */
	color: #fff;
	font-size: 12px;
}

header .right .circle_box .item {
	position: absolute;
	top: 95px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: 0 0 0;
	transition: .5s;
}

header .right .circle_box .item.search {
	width: 120px;
	/* left:auto; */
	/* transform:translateX(0); */
	/* right:0; */
	padding: 10px;
}

header .right .circle_box .item.search img {
	width: 6.25rem;
	height: 6.25rem
}

header .right .circle_box .tijiao {
	right: .25rem;
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 50%;
	margin-top: -1rem;
	background: url(../images/tijiao.svg) center no-repeat;
	background-size: 16px 16px;
}


header .right .circle_box.on .item {
	top: 95px;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}

header .right .circle_box .item.yuyan ul {
	padding: .25rem 0
}

header .right .circle_box .item.yuyan ul li a {
	display: block;
	font-size: 12px;
	line-height: 2rem;
	color: #fff;
	transition: .5s
}

header .right .circle_box .item.yuyan {
	width: 120px;
	text-align: center;
}

header .right .circle_box .item.yuyan ul li a:hover {
	background: #0097f0;
}

.search_btn {
	cursor: pointer;
}

.search_btn svg {
	display: inline-block;
	fill: #fff;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	background: #0097f0;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1;
}

.search-dialog-box.on:before {
	height: 100%
}

.search-dialog-box .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.search-dialog-box .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0, 0, 0, .7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.search-dialog-box .wrap-inner {
	transform: translateY(100%);
	transition: .6s;
}

.header-right .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}

.search-dialog-box .bubbles-bg .bubble {
	position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
	width: 6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
	border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble2 {
	width: 12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
	background-color: #ff495f;
}

.search-dialog-box .bubbles-bg .bubble3 {
	width: 36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
	background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble4 {
	width: 56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
	background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
	width: 54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
	background-color: #fff;
	opacity: .1;
}

.search-dialog-box .bubbles-bg .bubble6 {
	width: 56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
	width: 2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {


	background-color: #ff495f;
}


.search-dialog-box .bubbles-bg .bubble8 {
	width: 1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
	border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble9 {
	width: 16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
	background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble10 {
	width: 56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
	animation: spin 8s infinite linear;
	transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
	animation: spin2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble .circle {
	animation: spin-reverse 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
	animation: spin-reverse2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .sm-bubble {
	transform-origin: 30% 30px;
}

.search-dialog {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.search-dialog .search-tit {
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}

.search-dialog .search-inner {
	overflow: hidden;
	margin-top: 0;
}

.search-dialog .search-input {
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255, 255, 255, .1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}

.search-dialog .search-input input[type=text] {
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}






























.search-dialog .search-input input[type=submit] {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search-btn.svg');
}

.search-dialog .search-input .clear-btn {
	background-color: rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}

.search-dialog .search-input.on {
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
	background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search {
	font-size: 0;
	width: 19.5rem;
	margin: .6rem auto 0;
	box-sizing: border-box;
	padding: 0 .6rem;
	overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url(../images/hot-icon.png);
}

.search-dialog .hot-link {
	margin-left: 1rem;
}


.search-dialog .hot-link a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color: #fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .3s;
}

.search-dialog-box .bottom-box {
	position: absolute;
	left: 0;
	bottom: 5.1%;
	width: 100%;
}

.search-dialog-box .bottom-box .share-box {
	overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
	font-size: .35rem;
	line-height: .5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg {
	visibility: visible;
	opacity: 1;
}

.header-right.is-open .search-btn .con-box {
	display: none;
}

.header-right.is-open .close-btn {
	display: block;
}

.header-right.is-open .item .search-bg {
	transform: scale(1);
}

.search-dialog-box.on {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .search-bg {
	height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0)
}

.pub-close {
	position: absolute;
	width: 3rem;
	height: 3rem;
	z-index: 10;
	right: 1.5rem;
	top: 1.35rem;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 100%;
}

.pub-close .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1c5ab7;
	transform: scale(0);
	border-radius: 100%;
	transition: transform .3s;
}

.pub-close i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 0.75rem;
	background-repeat: no-repeat;
	background-image: url(../images/close-btn.svg);
	transition: .6s
}

.pub-close i:hover {
	transform: rotate(180deg)
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn);
	}
}


/*顶部搜索*/
.tc_search {
	margin: 0 1.3rem;
	width: calc(100% - 2.6rem);
	position: absolute;
	bottom: 1rem;
}

.tc_search .header-search {
	height: 40px;
	border-radius: 0;
	background: rgba(255, 255, 255, .1);
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}

.tc_search #showkeycode1042934 {
	font-size: .875rem;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: 100%;
}

.tc_search .btn_blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	border: 0;
	background: url(../images/search_white.svg) center center no-repeat;
	background-size: 1.2rem;
}

.tc_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53;
}

.tc_search input::-webkit-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	c color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
	color: transparent;
	/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
	color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

/*导航按钮开始*/
#nav_btn_box {
	height: 100%;
	z-index: 999999999;
	float: right;
	margin-left: 20px;
}

#nav_btn_box.on {
	background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
	background: #fff;
}

#nav_btn {
	cursor: pointer;
	text-align: center;
	z-index: 99999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	outline: none;
	box-shadow: none;
}

#nav_btn .point {
	display: inline-block;
	width: 1.875rem;
	height: 22px;
	position: relative;
	outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
	width: 1.75rem;
}

#nav_btn .navbtn {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #000;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 1.75rem;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #000;
}

#nav_btn .navbtn::after {
	top: -8px;
}

#nav_btn .navbtn::before {
	top: 8px;
}

#nav_btn .point.on .navbtn {
	background: transparent;
}

#nav_btn .point.on .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

#nav_btn .point.on .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	overflow: auto;
	margin: 24px 0 0;
}

.m_nav_list::-webkit-scrollbar {
	display: none
}

#m_nav {
	z-index: 99999;
	position: fixed;
	width: 100%;
	height: 100vh;
	right: -105%;
	top: 0;
	display: none;
	padding: 0 0 1.5rem;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #0097f0;
}

#m_nav .close {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 28px;
	color: #fff;
	z-index: 10000;
}

#m_nav.act {
	pointer-events: auto;
	right: 0;
}

.m_nav_list>li {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 2.3rem;
	position: relative;
}

.m_nav_list>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.m_nav_list li .a {
	display: inline-block;
	width: calc(100% - 30px)
}

.m_nav_list li .a {
	line-height: 4rem;
	height: 4rem;
	color: #fff;
	padding: 0;
	font-size: 14px;
	float: left;
}

.m_nav_list li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center;
}

.m_nav_list li .a span i {
	font-size: 0;
}

.m_nav_list li i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 100%;
	height: 4rem;
	display: inline-block;
	background: url(../images/arrow_down.svg) calc(100% - 2rem) center no-repeat;
	background-size: 13px 13px !important;
	position: absolute;
	display: block;
	right: 0;
}






.m_nav_list li.on i {
	background: url(../images/arrow_down_on.svg) calc(100% - 2rem) center no-repeat;
}

.m_nav_list .on.title .a i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

.m_nav_list li {
	display: block;
	width: 100%;
}

.slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%;
}

.m_nav_list .title .list {
	display: none;
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;
	padding-bottom: 10px;
}

.m_nav_list .title .list span {
	background: none;
}

.m_nav_list .title .list span a:hover {
	color: #c21d1b;
}

.m_nav_list .title .list a {
	display: block;
	font-size: 1rem;
	color: rgba(255, 255, 255, .6);
	text-align: left;
	line-height: 40px;
	height: 40px;
	border: 0;
	font-weight: 300;
}

/*三级导航 开始*/
.m_nav_list .title .list .void>a {
	background-size: 10px;
	position: relative;
}

.m_nav_list .title .list .void>a:before {
	content: "·";
	position: absolute;
	left: -1em;
	font-size: 12px;
	font-weight: bold;
}

.m_nav_list .title .list span {
	position: relative;
	display: block;
}

.m_nav_list .title .list span .sub {
	position: static;
	width: 100%;
	display: block !important;
	overflow: hidden;
}

.m_nav_list .title .sub a {
	background: none;
	font-size: .875rem;
	opacity: .8;
	min-width: 50%;
	float: left;
	display: inline-block;
	color: #999;
}

.nav_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 888;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.m_header_box {
	transition: .6s;
	display: none;
	height: 60px;
	z-index: 1000;
}

#m_header #logo .box_table,
#nav_btn_box .box_table {
	width: auto;
	float: left;
}

.m_header_box header {
	padding: 0 15px;
	top: 0;
	height: 60px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	background-size: cover;
}

#m_header #logo {
	height: 60px;
	float: left;
}

#m_header #logo img {
	max-height: 60%;
	max-height: 38px;
}

#m_header .yuyan {
	height: 4.5rem;
	float: right;
	margin-right: 4rem;
}

#m_header .yuyan span {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: .9rem;
	text-align: center;
	margin-left: 17px;
	background: rgba(255, 255, 255, .3);
}


header .right .circle_box.weixin>a img {
	margin: 0;
}

/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.banner {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.banner ul li a .img_zd .img_hezi {
	display: block;
	padding-bottom: calc(100vh - 6.25rem) !important;
	position: relative;
}

.banner ul li a .top {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.banner ul li a .top h3 {
	font-size: 2.375em;
	color: #fff;
	font-weight: bold;
	transform: translateY(2rem);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.banner ul li a .top h2 {
	font-size: 3.875em;
	color: #fff;
	font-family: FRAMDCN;
	margin-top: .5rem;
	transform: translateY(-2rem);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.banner ul li a .top p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	opacity: .65;
	display: inline-block;
	max-width: 514px;
	margin: 2rem 0 0;
}

.banner .arrow_box {
	width: 100% !important;
	height: 4.75rem !important;
	position: absolute;
	top: 50%;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.banner .miso-dots {
	width: 100%;
	position: absolute;
	bottom: 3rem;
}

.banner .miso-dots li {
	display: inline-block;
	width: 6px;
	height: 6px;
	position: relative;
	opacity: 1 !important;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	margin: 0 3px;
}

.banner .miso-dots li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border-radius: 3px;
	background: #fff;
}

.banner .miso-dots li:after {
	content: "";
	display: block;
	width: 0;
	height: 6px;
	left: 0;
	margin-left: 0;
	position: absolute;
	top: 0;
	background: #ed8104;
	border-radius: 3px;
}

.banner .miso-dots li.miso-active {
	width: 40px;
}

.banner .miso-dots li.miso-active:before {
	background: #fff;
	width: 100%;
}

.banner .miso-dots li.miso-active:after {
	animation: anim-h 6s linear forwards;
	-webkit-animation: anim-h 6s linear forwards;
}

@-webkit-keyframes anim-h {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes anim-h {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.banner-next {
	z-index: 1000;
	position: absolute;
	bottom: 6vh;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	text-align: center;
	color: #ffffff;
}

.banner-next span {
	display: block;
}

.banner-next .next-text {
	-webkit-animation: fadeInDown 2s infinite;
	-moz-animation: fadeInDown 2s infinite;
	-o-animation: fadeInDown 2s infinite;
	-ms-animation: fadeInDown 2s infinite;
	animation: fadeInDown 2s infinite;
	position: relative;
	top: 65px;
}


.banner-next .next-icon {
	position: relative;
	width: 3.125rem;
	height: 3.125rem;
	border: rgba(255, 255, 255, .3) 1px solid;
	display: inline-block;
	margin-bottom: 1rem;
	border-radius: 50%;
	transition: .5s;
}

.banner-next .next-icon:before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	top: 50%;
	margin-top: -11.5px;
	background: url(../images/banner-next.png) center no-repeat;
	-webkit-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
	-moz-animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
	animation: scroll 1.4s cubic-bezier(.15, .41, .69, .94) infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}

	10% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-o-transform: translateY(0);
		transform: translateY(5px);
		opacity: 0;
	}
}


.banner-next .next-icon:hover {
	border: #0097f0 1px solid;
	background: #0097f0
}


.container01 {
	position: relative;
	overflow: hidden;
	background: #fcfdff;
}

.container01 .left {
	width: 50%;
	background: url(../images/container01_bg1.jpg) center no-repeat;
	background-size: cover;
	padding: 7% 10rem 0;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	text-align: center
}

.container01 .left ul {
	border: rgba(255, 255, 255, 0.2) 1px solid
}

.container01 .left ul li {
	height: 8.125rem;
	width: 50%;
	float: left;
}

.container01 .left ul li:first-child {
	border-right: rgba(255, 255, 255, 0.2) 1px solid
}

.container01 .left ul li big {
	font-size: 3.75rem;
	color: #fff;
	font-family: OPPOSANS-H
}

.container01 .left ul li small {
	font-size: 1rem;
	color: #fff;
	opacity: 0.6;
	vertical-align: top;
	margin-left: 15px;
	transform: translateY(0.375rem);
	display: inline-block;
}

.container01 .right {
	width: 50%;
	min-height: 100vh;
	background: #fcfdff url(../images/container01_bg2.png) center bottom no-repeat;
	background-size: 100% auto;
	padding: 100px 10rem 3%;
	position: relative;
	text-align: center
}

.container01 .right .top {
	height: 19.75rem;
	position: relative
}

.container01 .right .top:before {
	content: "";
	position: absolute;
	border: #dddee2 0.75rem solid;
	width: 11.5rem;
	opacity: .5;
	transition: .6s;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
}

.container01 .right .top .box_table {
	position: relative
}

.container01 .right .top .top_li {
	background: #fcfdff;
	padding: 0 0 1.625rem
}

.container01 .right .top .top_li h6 {
	font-size: .9375rem;
	color: #0097f0;
	letter-spacing: 0.5rem
}

.container01 .right .top .top_li h2 {
	font-size: 3rem;
	color: #0097f0;
	font-family: LEMONMILK;
	margin: 0.5rem 0 0.75rem
}

.container01 .right .top .top_li h4 {
	font-size: 1.125rem;
	color: #393939
}

.container01 .right .top .box01 {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: relative;
	display: none;
}

.container01 .right .top .box01 span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #0097f0;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: circleScale1 3s linear infinite;
	-moz-animation: circleScale1 3s linear infinite;
	-ms-animation: circleScale1 3s linear infinite;
	animation: circleScale1 3s linear infinite;
}

.container01 .right .top .box01 span:nth-of-type(2) {
	animation-delay: 1s;
}

.container01 .right .top .box01 span:nth-of-type(3) {
	animation-delay: 2s;
}

.container01 .right .top .box01 span:nth-of-type(4) {
	animation-delay: 3s;
}

@keyframes circleScale1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.4);
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);

		transform: scale(0.4);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.container01 .right .top .box01 .box_table {
	position: relative
}

.container01 .right .top .box01 .box02 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #0097f0;
	top: 50%;
	border-radius: 50%;
	line-height: 50px;
	position: absolute;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}

.container01 .right .top .box01 .box02 a {
	display: block;
}

.container01 .right .top .box01 .box02 svg {
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	padding-left: 0.25rem;
	vertical-align: middle;
	fill: #fff;
	transition: 0.6s;
	margin: -3px 0 0;
}

.container01 .right .center {
	margin: 2.5rem 0 10%;
	text-align: center;
}

.container01 .right .center h3 {
	font-size: 2rem;
	color: #0097f0;
	margin-bottom: 1.875rem;
}

.container01 .right .center p {
	font-size: 1.25rem;
	color: #343435;
	opacity: .8;
	line-height: 2.25rem;
	padding: 0 2rem;
	text-align: left;
}

.container01 .right .bottom ul {
	background: #ffffff;
	padding: 0 1.5rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, .054);
}

.container01 .right .bottom ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.container01 .right .bottom ul li h3 {
	height: 3rem
}

.container01 .right .bottom ul li h3 img {
	max-height: 2.375rem;
	transition: .6s
}

.container01 .right .bottom ul li a {
	display: inline-block;
	padding: 1.5rem 0;
	position: relative
}

.container01 .right .bottom ul li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	transition: .6s;
	height: 2px;
}

footer {
	padding: 4.375rem 0;
	background: #f3f4f7;
	overflow: hidden
}

footer .w1200 {
	display: flex;
	justify-content: space-between;
}

footer .left {
	display: flex;
	justify-content: space-between;
	/* flex: 1;  */
    flex-shrink: 0;
    gap: 2rem;
}

footer .left dl {
	float: left;
}

footer .left dl dt {
	font-size: 1rem;
	color: #1e1c1c;
	transition: .6s;
	margin-bottom: 2rem;
}

footer .left dl dd {
	line-height: 1.875rem;
	font-size: .9375rem;
	color: #848282;
	transition: .6s
}

footer .left dl dt:hover,
footer .left dl dd:hover {
	color: #0097f0;
}

footer .center {
	width: 20.5rem;
	margin: 0 4rem 0 6rem;
}

footer .center h3 {
	margin-bottom: 3rem
}

footer .center h3 big {
	font-size: 2.625rem;
	color: #1c1c1c;
	font-family: OPPOSANS-M;
}

footer .center h3 small {
	font-size: 1rem;
	color: #1c1c1c;
	border-left: #1c1c1c 2px solid;
	padding-left: 0.5rem;
	margin-left: 1.25rem;
	line-height: 1;
	display: inline-block;
}

footer .center ul {
	position: relative
}

footer .center ul li {
	height: 2.75rem;
	line-height: 2.75rem;
	border-bottom: #3b3b3b 2px solid;
	font-size: 1rem;
	position: relative
}

footer .center ul li a {
	display: block;
	color: #545454;
	transition: .6s
}

footer .center ul li a font {
	width: calc(100% - 2.5rem);
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer .center ul li a:hover {
	color: #0097f0
}

footer .center ul dl {
	position: absolute;
	bottom: 100%;
	background: rgba(0, 151, 240, .9);
	width: 100%;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
}

footer .center ul dl dd {}

footer .center ul dl dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 2.5;
	padding: 0 1rem;
	transition: .5s;
}

footer .center ul:hover dl {
	opacity: 1;
	visibility: visible
}

footer .center ul dl dd a:hover {
	background: rgba(0, 151, 240, 1);
}

footer .center ul li a svg {
	width: 1.75rem;
	height: 1.75rem;
	fill: #b8b8b8;
	vertical-align: middle;
	float: right;
	margin-top: 0.5rem
}

footer .right {
	display: flex;
	flex-direction: column;
	width: 32rem;
}

footer .right .top {
	padding-bottom: 1.125rem;
	border-bottom: #e0e0e0 1px solid;
	margin-bottom: 1.25rem
}

footer .right .top h4 {
	font-size: 1rem;
	color: #000000;
	font-weight: bold
}

footer .right .top h4 img {
	margin: -3px 0.5rem 0 0
}

footer .right .top h3 {
	font-size: 1.625rem;
	color: #0097f0;
	font-family: OPPOSANS-H;
	margin: 1.25rem 0 0.5rem;
}

footer .right .top h3 a {
	font-family: OPPOSANS-H;
}

footer .right .top h6 {
	font-size: 14px;
	color: #545454;
	line-height: 24px;
}

footer .right .top h6 img {
	margin: -3px .5rem 0 1rem
}

footer .right .bottom {
	display: flex;
	justify-content: center;
}

footer .right .bottom .ewm,
footer .right .bottom .ewm img {
	width: 7.5rem;
	height: 7.5rem;
}

footer .right .bottom .con {
	width: calc(100% - 7.5rem);
	padding-left: 1rem;
	height: 7.5rem;
}

footer .right .bottom .con .box_table {
	text-align: left
}

footer .right .bottom .con h6 {
	font-size: .875rem;
	line-height: 1.25;
	color: #898a8b;
}

.footer_b {
	background: #ebecef;
	padding: 1.25rem 0;
	text-align: center
}

.footer_b p {
	font-size: .9375rem;
	line-height: 1.5rem;
	color: #a0a1a2
}

.tc1 .tc {
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 99999999999;
}

.tc1 .tc.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	pointer-events: auto;
}

.tc1 .close:hover {
	transform: rotate(180deg);
}

.tc1 .close,
.tc {
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.tc1 .tc-box {
	position: absolute;
	background: #d9d9d9;
	border-radius: .5rem;
	overflow: hidden;
	top: 50%;
	z-index: 9999;
	width: 18rem;
	left: 50%;
	margin-left: -9rem;
	margin-top: -9rem;
	padding: 1rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.tc1 .tc.act .tc-box {
	transform: scale(1);
}

.tc1 .tc.act {
	display: block;
}

.tc1 .close {
	position: absolute;
	cursor: pointer;
	font-size: 20px;
	right: 30px;
	top: 30px;
}

.tc1 .tc_bg {
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.tc1 .tc-box h3 img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.tc1 .tc-box h5 {
	padding-top: 1rem;
	font-size: .875rem;
	color: #6c6c6c;
	text-align: center;
}


.container03 {
	background: url(../images/container03_bg.png) center bottom no-repeat;
	background-size: 100% auto;
	padding: 6.875rem 0 7.5rem;
	position: relative;
	overflow: hidden
}

.container03_li {
	position: relative;
}

.container03 .w1200 {
	display: flex;
	align-items: center;
}

.container03 .left {
	width: 50%;
	padding: 5.5rem 5rem 0 0;
	min-height: 46.875rem;
	float: none;
}

.title001 {
	margin-bottom: 4rem;
}

.title001 big {
	font-size: 1.875rem;
	color: #3c3c3c;
}

.title001 small {
	font-size: 1.5rem;
	color: #797a79;
	margin-left: .25rem;
	font-family: OPPOSANS-B;
	letter-spacing: -1px;
	margin: 0 0 0 .5rem;
}

.title002 {
	padding: 4rem 0 0;
	position: relative;
	margin-top: 2.25rem
}

.title002:before {
	content: "";
	position: absolute;
	width: 2.5rem;
	height: 2px;
	background: #7e7e7e;
	top: 0;
	left: 0.25rem
}

.title002 big {
	font-size: 2rem;
	color: #141414
}

.title002 small {
	font-size: 1.875rem;
	color: #0097f0;
	font-family: Franklin;
	text-transform: capitalize;
	margin-left: .5rem
}

.container03 .left .ul1 li {
	float: left;
	line-height: 5rem;
	width: 33.3333333% !important;
	font-size: 2.25rem;
	color: #d3d5da;
	transition: .6s;
	cursor: pointer;
	font-weight: bold;
}

.container03 .left .ul1 li.miso-current {
	color: #0097f0
}

.container03 .left .ul2 .p {
	font-size: 1.25rem;
	line-height: 2.25rem;
	color: #616367;
	max-height: 120px;
	margin: 3rem 0 15rem;
	text-align: justify;
}

.container03 .left .ul2 .more a {
	display: inline-block;
	line-height: 60px;
	font-size: 14px;
	color: #272727;
}

.container03 .left .ul2 .more a span {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #0097f0;
	border-radius: 50%;
	line-height: 60px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	margin-right: 1.125rem;
}

.container03 .left .ul2 .more a span i {
	display: inline-block;
	background: url(../images/jiantou02.png) center no-repeat;
	width: 25px;
	height: 7px;
	margin: 0 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -12.5px;
	transition: .6s
}

.container03 .left .ul2 .more a span i.i1 {
	position: absolute;
	margin-left: -60px;
}

.container03 .right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	overflow: hidden
}

.container03 .right ul {
	margin: 0 -3.125rem;
	margin-right: -60%
}

.container03 .right ul li {
	padding: 0 3.125rem
}

.container03 .right ul li a {
	display: block;
	position: relative
}

.container03 .right ul li .img {
	width: 100%;
	position: relative;
	padding-bottom: 108.70%;
	overflow: hidden;
	background: #000
}

.container03 .right ul li .img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: #fff 5px solid;
	opacity: 0;
	visibility: hidden;
	transition: .6s
}

.container03 .right ul li .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8
}

.container03 .right ul .miso-next {
	width: 4.625rem;
	height: 4.625rem;
	line-height: 4.625rem;
	background: #0097f0 url(../images/jiantou.svg) center no-repeat;
	right: 44.375%;
	border-radius: 50%;
}

.container03 .right ul li.miso-current .img img {
	opacity: 1
}

.container03 .right ul li.miso-current .img:after {
	opacity: 1;
	visibility: visible;
}

.container04 {
	overflow: hidden;
	padding: 6.875rem 0;
	background: #f2f6f9
}

.title004 {
	margin-bottom: 5rem;
	text-align: center
}

.title004 big {
	font-size: 2.25rem;
	color: #343434;
}

.title004 small {
	font-size: 1.5rem;
	color: #0097f0;
	margin-left: .25rem;
	font-family: OPPOSans;
	letter-spacing: -1px;
	margin: 0 0 0 .5rem;
}

.container04 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.container04 .content .left {
	width: 50%;
	padding: 0 10px 0 0
}

.list_box_02 {
	display: flex;
	margin: 0 -5px;
	flex-wrap: wrap
}

.list_box_02 li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: .625rem
}

.list_box_02 li a {
	display: block;
}

.list_box_02 li .img .img_hezi {
	padding-bottom: 64.10% !important;
	padding-bottom: 15.625rem !important
}

.list_box_02 li .con {
	display: flex;
	height: 3.75rem;
	background: #fff;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	transition: .5s;
	position: relative
}

.list_box_02 li .con:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #0097f0;
	transition: .5s
}

.list_box_02 li .con h5 {
	font-size: 1rem;
	color: #383838;
	transition: .5s;
	position: relative
}

.container04 .content .right {
	width: 50%
}

.list_box_03 li a {
	display: block;
}

.list_box_03 li .img .img_hezi {
	padding-bottom: 64.10% !important;
	padding-bottom: 32.1875rem !important
}

.list_box_03 li .con {
	display: flex;
	height: 7.1875rem;
	background: #fff;
	align-items: center;
	justify-content: center;
	padding: 0 1.875rem;
	transition: .5s;
	position: relative
}

.list_box_03 li .con:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #0097f0;
	transition: .5s
}

.list_box_03 li .con h5 {
	font-size: 1.125rem;
	color: #1e1e1e;
	transition: .5s;
	position: relative;
	width: 100%;
	padding: 0 8.75rem 0 4rem;
}

.list_box_03 li .con h5:before {
	content: "";
	width: 3.125rem;
	background: #1e1e1e;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -1px
}

.list_box_03 .miso-dots {
	height: .5rem;
	width: auto;
	right: 1.875rem;
	bottom: 3.25rem
}

.list_box_03 .miso-dots li {
	width: .5rem;
	height: .5rem;
	border: #a0a0a0 1px solid;
	border-radius: .25rem;
	transition: .5s
}

.list_box_03 .miso-dots li.miso-active {
	width: 1.875rem;
	height: .5rem;
	border: #014099 2px solid
}

.container06 {
	background: url(../images/container06_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 6.875rem 0
}

.container06 .left {
	width: 38.333333%;
	padding: 2.75rem 0 0
}

.container06 .left .titlt002 {
	text-align: left;
	display: inline-block
}

.container06 .left .titlt002 h3 {
	font-size: 2.5rem;
	color: #fff;
	position: relative;
	font-family: OPPOSANS-L;
}

.container06 .left .titlt002 h4 {
	font-size: 1.5rem;
	color: #fff;
	margin: 1rem 0;
	font-weight: bold;
}

.container06 .left .titlt002 p {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #fff;
}

.container06 .right {
	width: calc(100% - 38.333333%);
	border-left: #fff 2px solid;
	padding-left: 2.25rem;
}

.container06 .right ul {
	width: calc(100% - 10rem);
	padding-right: 10rem
}

.container06 .right ul li h2 {
	transition: .6s
}

.container06 .right ul li h2 big {
	font-size: 2.5rem;
	color: #fff
}

.container06 .right ul li h2 small {
	font-size: 1.5rem;
	color: #fff;
	opacity: .4;
	margin-left: .25rem
}

.container06 .right ul li h2 span {
	float: right;
}

.container06 .right ul li h5 {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #fff;
	margin: 3.75rem 0 1.75rem;
	transition: .6s;
}

.container06 .right ul li p {
	font-size: 0.875rem;
	color: #fff;
	line-height: 1.5rem;
	height: 3rem;
	transition: .6s;
	opacity: .8
}

.container06 .right .danjian {
	width: 10rem;
	text-align: center
}

.container06 .right .danjian .ico {
	width: 10rem;
	height: 10rem;
	line-height: 9.75rem;
	border: rgba(255, 255, 255, 0.4) 1.5px solid;
	border-radius: 50%;
}

.container06 .right .danjian .ico img {
	transition: .5s
}

.container06 .right .danjian h5 {
	font-size: 1.125rem;
	color: #fff;
	margin-top: 1.5rem;
}

.container07 {
	padding: 5rem 0 5.625rem;
	overflow: hidden;
}

.container07 .title004 {
	text-align: left;
	margin-bottom: 0
}

.container07 .miso_hd {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 34px;
	margin: -2rem 0 3rem;
}

.container07 .miso_hd li {
	font-size: 1.125rem;
	color: #939393;
	font-weight: bold;
	transition: .5s;
	position: relative;
	padding: 0 1.75rem
}

.container07 .miso_hd li a {
	display: inline-block;
	white-space: nowrap
}

.container07 .miso_hd li.miso-current {
	color: #0097f0
}

.container07 .miso_hd li:first-child:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #939393;
	border-radius: 50%;
	right: -2.5px;
	top: 50%;
	margin-top: -2.5px
}

.container07 .miso_bd1 {
	margin-left: 2rem;
	width: 76px;
}

.container07 .miso_bd1 .more001 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 34px;
	background: #0097f0;
	border-radius: 17px;
	text-align: center;
	font-size: .875rem;
	color: #fff;
	font-weight: bold;
	transition: .5s;
	text-transform: uppercase
}

.list_box_04 {
	margin: 0 -1.25rem;
	display: flex;
	/* justify-content:space-between; */
	flex-wrap: wrap;
}

.list_box_04 li {
	width: 33.333333%;
	padding: 0 1.25rem
}

.list_box_04 li a {
	display: block;
	position: relative
}

.list_box_04 li a .img .img_hezi {
	padding-bottom: 98.07% !important
}

.list_box_04 li a .img:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/list_box_04_top.png) center bottom no-repeat;
	transition: .5s;
	z-index: 1;
	background-size: 100% auto
}

.list_box_04 li a .img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0097f0;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

.list_box_04 li a .time {
	position: absolute;
	top: 15%;
	left: 2rem;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

.list_box_04 li a .time h2 {
	font-family: LEMONMILK;
	font-size: 1.875rem;
	color: #fff
}

.list_box_04 li a .time h3 {
	font-family: LEMONMILK;
	font-size: 2.25rem;
	color: #fff;
	margin: .25rem 0 0
}

.list_box_04 li a .con {
	position: absolute;
	bottom: 13%;
	left: 2rem;
	transform: translateY(65%);
	transition: .5s;
	z-index: 1;
	right: 2rem;
}

.list_box_04 li a .con h5 {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.875rem;
	transition: .5s
}

.list_box_04 li a .con h6 {
	display: flex;
	font-size: .875rem;
	color: rgba(255, 255, 255, .7);
	margin: 2rem 0 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}

.list_box_04 li a .con h6 img {
	margin: 0 0 0 .5rem
}

.list_box_04 li a:hover .img:after {
	visibility: visible;
	opacity: .9;
}

.list_box_04 li a:hover .time {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.list_box_04 li a:hover .con {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.list_box_04 li a:hover .con h6 {
	opacity: 1;
	visibility: visible
}

.list_box_04 li a:hover .img:before {
	transform: translateY(101%);
}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner {
	position: relative
}

.n_banner .img .img_hezi {
	padding-bottom: 20.3125% !important
}

.chinalist {
	overflow: hidden;
}

.chinalist.active span {
	-webkit-animation: fadeInRight 1s forwards;
	animation: fadeInRight 1s forwards;
}

.chinalist span {
	font-family: inherit;
	width: auto;
	font-size: inherit;
	color: inherit;
	opacity: 0;
	display: inline-block;
}

.uklist {
	overflow: hidden;
}

.uklist.active span {
	-webkit-animation: fadeInRight 1s forwards;
	animation: fadeInRight 1s forwards;
}

.uklist span {
	font-family: inherit;
	width: auto;
	font-size: inherit;
	color: inherit;
	opacity: 0;
	display: inline-block;
}

.n_title {
	border-bottom: #e2e4e5 1px solid;
	padding: 0;
	position: relative;
	height: 6.25rem;
}

.n_nav {
	position: relative;
}

.n_nav a {
	display: inline-block;
	height: 6.25rem;
	font-size: 1rem;
	float: left;
	line-height: 6.25rem;
	color: #101723;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 3.875rem;
}

.n_nav a strong {
	display: block;
	color: #818286;
	position: relative;
	z-index: 4;
	height: 6.25rem;
	line-height: 6.25rem;
	transition: .36s ease-in-out;
	font-weight: 600;
}

.n_nav .on,
.n_nav a:hover {
	color: #fff;
	font-size: 1.125rem;
}

.n_nav a:before {
	content: "";
	width: 0;
	height: 5px;
	position: absolute;
	top: 70%;
	left: 50%;
	transition: 0.6s ease-in-out;
	border-left: transparent 4px solid;
	border-right: transparent 4px solid;
	border-top: #0097f0 6px solid;
	opacity: 0;
	visibility: hidden;
	margin-left: -4px;
}

.n_nav .on:before,
.n_nav a:hover:before {
	opacity: 1;
	visibility: visible;
}

.n_nav .on strong,
.n_nav a:hover strong {
	height: 6.25rem;
	line-height: 6.25rem;
	color: #0097f0;
	font-weight: bold;
}

.position {
	line-height: 6.25rem;
	left: 0;
	bottom: 0;
	color: #818286;
	font-size: 14px;
}

.position span,
.position a,
.position i {
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

.position i {
	margin: 0px 6px;
	font-style: normal;
}

.position img {
	margin: 0 4px 0 0
}

.position i img {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 0;
}

.position em {
	font-style: normal;
	color: #0097f0;
}

.position a:hover {
	color: #0097f0;
}

.n_main_box .main_box {
	width: 1200px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}

/*====移动端导航====*/
#m_n_nav {
	display: none;
	line-height: 50px;
	position: relative;
	z-index: 9;
	float: left;
	width: 100%;
	background: #0097f0;
}

#bnt_back {
	position: absolute;
	left: 1rem;
	top: 0;
}

#bnt_back svg {
	fill: #fff;
	height: 30px;
	vertical-align: middle;
	width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 50px;
}

#bnt_sub_nav {
	position: absolute;
	right: 1rem;
	top: 0;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

#bnt_sub_nav svg {
	fill: #fff;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}

#bnt_sub_nav img {
	display: block;
	height: 15px;
}

#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#sub_nav_content {
	background: #f0f3f5;
	display: none;
	box-shadow: 0 0 5px #999;
	z-index: 9;
}

#sub_nav_content ul {
	padding: 10px;
}

#sub_nav_content ul li {
	display: block;
	line-height: 28px;
	margin: 1rem 0;
}

#sub_nav_content ul li a {
	display: block;
	border-left: 2px solid #ca9e4e;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	color: #535455;
}

#sub_nav_content ul li.on a {
	color: #ca9e4e;
}

#sub_nav_content dl {
	font-size: 0;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
}

#sub_nav_content dt {
	position: relative;
	background: #fff;
	z-index: 999;
	width: 33.333333%;
	display: inline-block;
	margin-bottom: 0;
	float: left;
	text-align: center;
}

#sub_nav_content dt a {
	margin: 0 20px;
	display: block;
	color: #5b5349;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	vertical-align: top;
}

#sub_nav_content dt a i {
	position: absolute;
	right: 15px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.title {
	background: #fafafb;
}

#sub_nav_content dt.title i {
	opacity: 1;
	filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
	background: #fafafb;
}

#sub_nav_content dt.title_on a {
	color: #ca9e4e;
	border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
	color: #ca9e4e;
}

#sub_nav_content dt.last a {
	border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
	color: #0097f0;
}

#sub_nav_content dd {
	display: none;
}

#sub_nav_content dd .box {
	padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
	padding: 0 25px;
	line-height: 30px;
	border-top: 1px solid #e7e7e7;
	font-size: 12px;
	color: #5b5349;
	display: block;
	height: 30px;
}

#sub_nav_content dd a.on {
	color: #ca9e4e;
}

.n_about .fl01 {
	padding: 8.125rem 0;
	overflow: hidden
}

.n_about .fl01 .w1200 {
	display: flex;
}

.n_about .fl01 .left {}

.n_about .fl01 .right {
	padding: 0 0 0 5.25rem
}

.title005 {
	margin: 3.75rem 0 3.5rem
}

.title005 h3 {
	font-size: 1.875rem;
	font-weight: bold;
	color: #000000
}

.title005 h4 {
	font-size: 1.5rem;
	color: #0097f0;
	font-family: BarlowCondensed-Light;
	margin: .5rem 0 0
}

.n_about .fl01 .right h2 {
	font-size: 3.75rem;
	color: #a0a1a2;
	line-height: 3.75rem;
	font-family: BarlowCondensed-Bold;
	text-transform: uppercase;
}

.n_about .fl01 .right .ar_article p {
	font-size: 1rem;
	color: #616367;
	line-height: 2.25rem;
	margin-bottom: 0;
	text-indent: 2rem
}

.n_about .fl02 {
	padding: 5rem 0 5.625rem;
	background: url(../images/n_about_fl02_bg.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden
}

.title006 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.75rem
}

.title006 h3 {
	font-size: 1.875rem;
	color: #fff
}

.title006 h4 {
	font-size: 1.875rem;
	color: #fff;
	font-family: BarlowCondensed-SemiBold;
	text-transform: uppercase;
	margin: 0 0 0 .375rem
}

.list_box_05 {
	display: flex
}

.list_box_05 li {
	width: 25%;
	margin: 0 -.5px
}

.list_box_05 li a {
	display: flex;
	align-items: center;
	height: 28.75rem;
	border: #399ae4 1px solid;
	padding: 0 3.125rem;
	position: relative;
	z-index: 1
}

.list_box_05 li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	right: 0;
	transition: .5s;
	z-index: -1
}

.list_box_05 li a big {
	font-family: LEMONMILK;
	font-size: 1.875rem;
	color: #fff;
	position: absolute;
	left: 1.75rem;
	bottom: 1.75rem
}

.list_box_05 li a .box {
	padding-bottom: 100%;
	position: relative;
	background: #fff;
	width: 100%;
	border-radius: 50%;
}

.list_box_05 li a .box .con {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 2.25rem;
}

.list_box_05 li a .box .con h3 {
	font-size: 1.875rem;
	color: #0097f0;
	font-weight: bold;
	margin-bottom: 2.25rem;
	position: relative
}

.list_box_05 li a .box .con h3:before {
	content: "";
	position: absolute;
	width: 1.125rem;
	background: #000000;
	height: 1px;
	left: 50%;
	bottom: -1.125rem;
	transform: translateX(-50%);
}

.list_box_05 li a .box .con p {
	font-size: .9375rem;
	color: #46474b;
	line-height: 1.5rem;
}

.n_about .title005 h3 {
	font-size: 1.75rem
}

.n_about .fl01 .con {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.n_about .fl01 .con span {
	display: inline-block;
	transform: translateY(1.125rem);
	margin: 0 .5rem 0 0;
	font-size: 1rem;
	color: #616367
}

.n_wenhua .fl01 {
	padding: 6.25rem 0 2.25rem;
	overflow: hidden
}

.n_wenhua .fl02 {
	padding: 0 0 5rem;
	overflow: hidden
}

.n_wenhua .fl01 .w1200 {
	display: flex;
}

.n_wenhua .fl01 .left {}

.n_wenhua .fl01 .right {
	padding: 3.5rem 0 0 5.25rem
}

.list_box_06 li {
	margin-bottom: 5rem;
}

.list_box_06 li .con {
	display: flex;
	align-items: flex-end
}

.list_box_06 li .con .ico {
	width: 6rem;
	font-family: BarlowCondensed-Thin;
	font-size: 6.625rem;
	color: #0097f0;
}

.list_box_06 li .con .con_li h4 {
	font-family: BarlowCondensed-Light;
	font-size: 2rem;
	color: #0097f0;
	opacity: .6
}

.list_box_06 li .con .con_li h5 {
	font-size: 1.75rem;
	color: #000000;
	line-height: 1.5;
	margin-bottom: .25rem;
}

.list_box_06 li p {
	font-size: 1.25rem;
	color: #000000;
	line-height: 1.375;
	opacity: .8;
	padding: 1.5rem 0 0 6rem;
}


#n_zizhi {
	padding: 7.5rem 0 5rem;
	overflow: hidden;
}

.list_box_zizhi {
	margin: 0 -2.125rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.list_box_zizhi li {
	float: left;
	padding: 0 2.125rem;
	width: 16.66667%;
	overflow: hidden;
	margin-bottom: 1rem;
}

.list_box_zizhi li a {
	display: block;
}

.list_box_zizhi li .pic_box {
	width: 100%;
	background: url(../images/list_box_zizhi_bg.png) center no-repeat;
	text-align: center;
	transition: .5s;
	position: relative;
	padding-bottom: 135.79%;
	background-size: cover;
}

.list_box_zizhi li .pic_box .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7%;
}

.list_box_zizhi li:hover .pic_box {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.list_box_zizhi li img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

.list_box_zizhi li h5 {
	display: block;
	font-size: 1rem;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 3px;
	transition: .5s;
	text-align: center;
	line-height: 5;
	background-size: 100% auto
}


/*====翻页====*/
.j_pages {
	padding: 0;
	overflow: hidden
}

.j_pages .box {
	display: inherit;
	width: 100%;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.j_pages a {
	padding: 0px .5rem;
	height: 2.1875rem;
	line-height: 2.0625rem;
	display: inline-block;
	margin: 0 .25rem;
	color: #66635f;
	font-size: 0.875rem;
	box-sizing: border-box;
	min-width: 2.1875rem;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	border: #dadadd 1px solid;
	border-radius: 3px;
}

.j_pages a.m_bnt {
	padding: 0 1rem
}

.j_pages a font {
	font-size: 14px;
	font-family: SimSun;
	color: #666666
}

.j_pages .on,
.j_pages a:hover {
	color: #fff;
	background: #0097f0;
	border: #0097f0 1px solid;
}

.j_pages span {}

.j_pages a.u_bnt {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s
}

.j_pages form {
	display: inline-block;
}

.j_pages span {
	display: inline-block;
	font-size: 0.875rem;
	margin: 0 0.875rem;
}

.j_pages form input {
	width: 2.75rem;
	height: 2.75rem;
	border: none;
	font-size: 1rem;
	color: #919191;
	margin: 0 0 0 10px;
	text-align: center;
	border-radius: 3px;
	border: rgba(0, 0, 0, 0.1) 1px solid;
	transition: .6s;
}

.j_pages form input[type="submit"] {
	width: 4rem;
	cursor: pointer;
}

.n_case {
	padding: 5.375rem 0 3.75rem;
	overflow: hidden
}

.list_box_case {
	margin: 0 -7px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

.list_box_case li {
	padding: 0 7px;
	width: 25%;
	margin-bottom: 2.375rem
}

.list_box_case li .img .img_hezi {
	padding-bottom: 64.10% !important
}

.list_box_case li .con {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 .5rem;
	height: 60px;
	position: relative
}

.list_box_case li .con:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .5s;
	height: 0
}

.list_box_case li .con h5 {
	position: relative;
	font-size: .9rem;
	color: #383838;
	transition: .5s
}

.list_box_case li a:hover .con:before {
	height: 100%;
	top: 0;
	background: #0097f0
}

.list_box_case li a:hover .con h5 {
	color: #fff
}

.n_case_detail {
	padding: 5rem 0 4.35rem;
	overflow: hidden
}

.n_case_detail h3 {
	text-align: center;
	font-size: 1.75rem;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3.75rem
}

.list_box_case_detail .miso-arrow {
	width: 3rem;
	height: 3rem;
	background-size: cover !important
}

.list_box_case_detail .miso-prev {
	background: url(../images/list_box_case_detail_prev.png) center no-repeat;
	left: 2.5rem
}

.list_box_case_detail .miso-next {
	background: url(../images/list_box_case_detail_next.png) center no-repeat;
	right: 2.5rem
}

.list_box_case_detail {
	margin: 0 -1.25rem;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.list_box_case_detail li {
	padding: 0 1.25rem;
	width: 50%;
	float: none;
	display: inline-block !important;
}

.list_box_case_detail li .img .img_hezi {
	padding-bottom: 64.10% !important
}

.n_fengcai {
	padding: 5.375rem 0 3.75rem;
	overflow: hidden
}

.list_box_fengcai {
	margin: 0 -.8125rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

.list_box_fengcai li {
	padding: 0 .8125rem;
	width: 25%;
	margin-bottom: 3.5rem
}

.list_box_fengcai li .img .img_hezi {
	padding-bottom: 98.68% !important
}

.list_box_fengcai li .con h5 {
	font-size: 1.125rem;
	color: #303030;
	line-height: 1.625rem;
	margin: 1.25rem 0 1.5rem;
	transition: .5s;
	min-height: 3.5rem;
}

.list_box_fengcai li .con h6 {
	font-size: 1rem;
	color: #787d81;
	font-family: LEMONMILK;
	transition: .5s
}

.n_yuangong {
	padding: 5.375rem 0 3.75rem;
	overflow: hidden
}

.list_box_yuangong {
	margin: 0 -7px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

.list_box_yuangong li {
	padding: 0 7px;
	width: 25%;
	margin-bottom: 1.75rem
}

.list_box_yuangong li .img .img_hezi {
	padding-bottom: 65.80% !important
}

.list_box_yuangong li .img .lines {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 151, 240, .85);
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}

.list_box_yuangong li .img .lines .lines1 {
	position: absolute;
	width: 1px;
	height: 5rem;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -2.5rem 0 0 -.5px;
	transform: translateY(-2.5rem);
	opacity: 0;
	visibility: hidden;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.list_box_yuangong li .img .lines .lines2 {
	position: absolute;
	width: 5rem;
	height: 1px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -.5px 0 0 -2.5rem;
	transform: translateX(-2.5rem);
	opacity: 0;
	visibility: hidden;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.list_box_yuangong li .con {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 .5rem;
	height: 60px;
	position: relative
}

.list_box_yuangong li .con h5 {
	position: relative;
	font-size: .9375rem;
	color: #616366;
	transition: .5s
}

.list_box_yuangong li a:hover .img .lines {
	opacity: 1;
	visibility: visible;
}

.list_box_yuangong li a:hover .img .lines .lines1 {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.list_box_yuangong li a:hover .img .lines .lines2 {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.n_sanji {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 4.375rem;
}

.n_sanji li {
	float: none;
	width: auto !important;
	display: inline-block !important;
	padding: 0 .625rem;
}

.n_sanji li a {
	display: flex;
	width: 10rem;
	height: 3.125rem;
	border: #e8eaef 1px solid;
	border-radius: 1.5625rem;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #000000;
	transition: .6s
}

.n_sanji li.miso-current a {
	background: #0c9cf1;
	border: #0c9cf1 1px solid;
	color: #fff
}

.n_fengcai .miso_bd .miso-slide {
	display: flex;
	/* justify-content:space-between */
	align-items: center;
}

.n_fengcai .miso_bd .miso-slide .left {
	text-align: center;
}

.n_fengcai .miso_bd .miso-slide .left h3 {
	font-size: 2.25rem;
	color: #000000;
	line-height: 1.25;
	white-space: nowrap;
	margin-bottom: 1.75rem
}

.n_fengcai .miso_bd .miso-slide .left h4 img {
	display: inline-block
}

.n_fengcai .miso_bd .miso-slide .right {
	padding: 0 0 0 10rem
}

.n_fengcai .miso_bd .miso-slide .right .ar_article p {
	font-size: 1.25rem;
	color: #616367;
	line-height: 2.25rem;
}

.n_zhuying {
	padding: 5rem 0 5rem
}

.n_contact {
	padding: 6.25rem 0 4rem
}

.title007 {
	text-align: center;
	margin-bottom: 4rem;
}

.title007 h3 {
	font-size: 1.875rem;
	color: #3b3d41;
	line-height: 1.25
}

.title007 h4 {
	font-size: .875rem;
	color: #0097f0;
	line-height: 1.25;
	text-transform: uppercase;
	margin: .5rem 0 0
}

.list_box_07 {
	margin: 0 -.625rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8rem;
}

.list_box_07 li {
	width: 33.333333%;
	padding: 0 .625rem
}

.list_box_07 li a {
	display: block;
	text-align: center;
	height: 11.875rem;
	border-radius: 4px;
	background: #eaf7ff;
	border: #ddedf7 1px solid;
	padding: 0 1rem
}

.list_box_07 li .ico {
	display: flex;
	width: 7.625rem;
	height: 7.625rem;
	background: #0097f0;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	top: -3.75rem;
	margin-bottom: -2.5rem
}

.list_box_07 li .ico img {
	transition: .5s
}

.list_box_07 li h5,
.list_box_07 li h6 {
	font-size: 1rem;
	color: #616367;
	line-height: 24px;
}

#miso_map {
	border: #e0e8f4 1px solid;
	height: 41.875rem;
	margin: 3.75rem 0 0
}

.n_news_detail {
	padding: 4rem 0 2.5rem
}

.n_news_detail .w1200 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.n_news_detail .left {
	width: calc(100% - 22.5rem)
}

.n_news_detail .left .ar_tit {
	position: relative;
	padding-bottom: 1.5rem;
}

.n_news_detail .left .ar_tit:before {
	content: "";
	width: 3.5rem;
	height: 2px;
	background: #0097f0;
	bottom: 0;
	position: absolute;
	left: 0
}

.n_news_detail .left .ar_tit h6 {
	font-family: LEMONMILK;
	font-size: .875rem;
	color: #0097f0;
}

.n_news_detail .left .ar_tit h3 {
	font-size: 1.675rem;
	color: #353535;
	line-height: 1.5;
	font-weight: bold;
	margin: .75rem 0 0
}

.n_news_detail .left .ar_bottom {
	padding: 3rem;
	background: #f8f9fc
}

.n_news_detail .left .ar_bottom .ar_article p {
	font-size: 1rem;
	color: #7d7e82;
	line-height: 2.25rem;
	margin-bottom: 2rem
}

.n_news_detail .left .ar_bottom .ar_fy {
	background: url(../images/ar_fy_bg.png) center top no-repeat;
	padding: 24px 0 0;
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
}

.n_news_detail .left .ar_bottom .ar_fy .h5 {
	max-width: 43%;
	line-height: 2;
	padding: 0 5px;
}

.n_news_detail .left .ar_bottom .ar_fy .h5 a {
	display: inline-block;
	font-size: .875rem;
	color: #191919;
	transition: .5s;
	opacity: .6
}

.n_news_detail .right {
	width: 22.5rem;
	padding: 0 0 0 4rem
}

.n_news_detail .right .sticky {
	position: sticky;
	top: 7.25rem;
}

.title008 h3 {
	font-size: 1.25rem;
	color: #4c4c4c;
	border-left: #0097f0 5px solid;
	padding: 0 0 0 .875rem;
	height: 1.0625rem;
	line-height: 1.0625rem;
	margin-bottom: 1.5rem
}

.list_box_08 li a {
	display: block;
	padding: 1.5rem 0 1rem;
	border-bottom: #787878 1px dotted;
	transition: .5s;
	position: relative
}

.list_box_08 li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 2px;
	left: 0;
	width: 0;
	transition: .5s;
	background: #0097f0
}

.list_box_08 li a h6 {
	font-size: .875rem;
	color: #5b5b5b
}

.list_box_08 li a h5 {
	font-size: 1.0625rem;
	color: #191919;
	line-height: 2rem;
	transition: .5s;
	margin: 1rem 0 0;
}

.recruit {
	padding: 5rem 0 5rem;
	overflow: hidden;
}

.rctbox {
	margin-bottom: 3rem
}

.rctbox .item {
	border: #e8eaef 1px solid;
	margin-bottom: 1rem;
	border-radius: 4px;
	padding: 2.125rem 3rem 2rem;
	transition: .5s;
	cursor: pointer;
}

.rctbox .item.on {
	box-shadow: 0px 15px 55.46px 3.54px rgba(6, 0, 1, 0.11);
	border: #fff 1px solid
}

.rctbox .item .before {
	display: flex;
	align-items: center;
}

.weui-cell__bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.rctbox .item .h1 {
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: .875rem;
}

.rctbox .item .h2 {
	font-size: .14rem;
	color: #999;
	display: flex;
	max-width: 78rem;
}

.rctbox .item .h2 span {
	flex: 1;
	font-size: 1rem;
	line-height: 1.5;
}

.rctbox .item .btn1 {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #0097f0;
	cursor: pointer;
	min-width: 6rem;
	text-align: right;
	justify-content: flex-end;
}

.rctbox .item .btn1 img {
	width: .6875rem;
	margin-left: .5rem;
}

.rctbox .item .btn1 span:nth-child(2) {
	display: none;
}

.rctbox .item .btn1.on span:nth-child(1) {
	display: none;
}

.rctbox .item .btn1.on span:nth-child(2) {
	display: block;
}

.rctbox .item .after {
	padding: 0;
	display: none;
	border-top: #f6f6f6 2px solid;
	padding: 1rem 0 1rem;
	margin-top: 1rem;
}

.rctbox .item .ar_article p {
	font-size: 1rem;
	color: #949494;
	line-height: 2.125rem;
	margin-bottom: 0 !important;
}

.rctform {
	width: 40.25rem;
	height: 40.125rem;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000005;
	padding: 4rem 5rem 0;
	display: none;
	transform: translateX(-50%) translateY(-50%);
}

.rctform .title {
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	line-height: 1;
	margin-bottom: 2.5rem;
}

.rctform .title span {
	color: #219ff1;
	margin: 0 .05rem;
}

.rctform .input1 {
	display: flex;
	align-items: center;
	margin-bottom: 1.125rem;
}

.rctform .input1 .txt1 {
	font-size: 1.125rem;
	color: #000000;
	width: 3.5rem;
	white-space: nowrap;
}

.rctform .input1 input {
	height: 3.125rem;
	font-size: 1rem;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 0 1.125rem;
	width: 100%;
	color: #444;
}

.rctform .input1 select {
	height: 3.125rem;
	font-size: 1rem;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 0 1.125rem;
	width: 100%;
	color: #000;
}

.rctform .input1 .file1 {
	text-align: center;
	position: relative;
	width: 7.5rem;
	height: 3.125rem;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	font-size: 1rem;
	color: #000;
	line-height: 3rem;
}

.rctform .input1 .file1 input {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0
}

.rctform .tips3 {
	padding-left: 3.875rem;
	font-size: .875rem;
	color: #bababa;
	margin-top: -.375rem;
	line-height: 1.5;
}

.rctform .btn1 {
	font-size: 1.125rem;
	color: #fff;
	height: 3.75rem;
	border-radius: 1.875rem;
	background: #219ff1;
	width: 100%;
	margin: 2rem 0 0;
}

.rctform .input1 input::placeholder {
	color: #bababa
}

.rctform .input1 select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/down2.png) no-repeat 95% center;
	background-size: .6875rem auto;
}

.rctform .filename {
	font-size: .14rem;
	color: #bababa;
	margin-left: .15rem
}

.rctform .close1 {
	font-size: 1.25rem;
	color: #bababa;
	top: .75rem;
	right: .75rem;
	display: block;
	position: absolute;
	line-height: 1;
	cursor: pointer;
	font-family: Arial;
}

.catertitle .cn {
	font-size: .24rem;
	line-height: 1;
	color: #333;
	margin-bottom: .06rem;
}

.catertitle .en {
	font-size: .26rem;
	line-height: .36rem;
	color: #D60A17;
}

.cater1 {
	padding: .6rem 0;
	display: flex;
	align-items: center;
}

.cater1 .imgbox {
	max-width: 47%;
}

.cater1 .txtbox {
	padding: 0 13.5vw 0 8vw
}

.cater1 .catertitle .cn {
	font-size: .2rem;
}

.cater1 .h1 {
	font-size: .16rem;
	color: #D60A17;
	margin: 3vw 0 .2rem
}

.cater1 p {
	font-size: .14rem;
	color: #444;
	line-height: 2.35
}

.cater2 {
	position: relative;
}

.cater2:before {
	content: "";
	height: 5.85rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #d60a17
}

.cater2 .catertitle .cn {
	color: #fff
}

.cater2 .catertitle .en {
	color: #fff
}

.cater2 .catertitle {
	margin-right: 3vw
}

.cater2 .title2 {
	font-size: .19rem;
	line-height: 1.857;
	color: #fff;
	opacity: .6
}

.cater2-1 {
	display: flex;
	align-items: center;
	padding: .66rem 0 .58rem;
	position: relative;
	z-index: 3
}

.cater2-2 {
	display: flex;
	align-items: center;
	box-shadow: 0px .12rem .16rem 0px rgba(0, 0, 0, 0.04);
	background: #fff;
	border-radius: .06rem;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 5.4rem
}

.cater2-2 .imgbox {
	width: 50%;
	height: 100%;
}

.cater2-2 .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cater2-2 .itembox {
	width: 50%;
	height: 100%;
}

.cater2-2 .item {
	padding: 0 3.5vw;
	display: flex;
	align-items: center;
	height: 25%;
	transition: all .3s
}

.cater2-2 .item img {
	width: .6rem;
	margin-right: 2.3vw;
}

.cater2-2 .item .h1 {
	font-size: .16rem;
	color: #333;
	line-height: 1;
	margin-bottom: .1rem;
}

.cater2-2 .item p {
	font-size: 12px;
	color: #333;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cater2-2 .item:not(:last-child) {
	border-bottom: 1px solid #EDEDED
}

.cater2-2 .item.on {
	background: rgba(214, 10, 23, 0.03);
}

.cater2-2 .swiper-container {
	height: 100%;
}

.cater3 {
	padding: 1.13rem 0 1.77rem;
}

.cater3 .cater3box {
	display: flex;
	align-items: center;
}

.cater3 .item {
	width: 41.875%;
}

.cater3 .item .box1 {
	position: relative;
}

.cater3 .catertitle {
	margin-bottom: .6rem;
	text-align: center;
}

.cater3 .item2 {
	font-size: 4.5vw;
	color: #D60A17;
	text-align: center;
	font-family: "DIN";
	margin-top: 5vw
}

.cater3 .item1 .box1 {
	background: url(../images/fealeft.jpg);
	background-size: cover;
	background-position: center;
	border-radius: .06rem;
}

.cater3 .item3 .box1 {
	background: url(../images/fearight.jpg);
	background-size: cover;
	background-position: center;
	border-radius: .06rem;
}

.cater3 .item .box1:after {
	content: "";
	position: absolute;
	top: 2.5vw;
	right: 2.5vw;
	bottom: 2.5vw;
	left: 2.5vw;
	opacity: .9;
	border-radius: .06rem
}

.cater3 .item1 .box1:after {
	background: #242222
}

.cater3 .item3 .box1:after {
	background: #D60A17;
	opacity: .85
}

.cater3 .box1 p {
	font-size: .16rem;
	color: #fff;
	line-height: .54rem;
	z-index: 5;
	text-align: center;
}

.cater3 .box1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cater3 .item3 .box1 p span {
	font-size: .24rem
}

@media (max-width: 1200px) {
	.cater3 .item {
		width: 43%;
	}

	.cater3 .item3 .box1 p span {
		font-size: 14px
	}
}

@media (max-width: 1000px) {
	.cater3 .item {
		width: 45%;
	}

	.cater3 .item3 .box1 p span {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.rctform {
		width: auto;
		left: 15px;
		right: 15px;
		margin-left: 0;
		padding: 44px 20px;
		transform: translateX(0) translateY(-50%);
		height: auto;
	}

	.rctform .title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.rctform .input1 .txt1 {
		font-size: 13px;
		width: 42px;
	}

	.rctform .input1 input {
		font-size: 13px;
		height: 36px;
	}

	.rctform .input1 select {
		font-size: 13px;
		height: 36px
	}

	.rctform .input1 .file1 {
		width: 80px;
		line-height: 36px;
		height: 36px;
		font-size: 13px
	}

	.rctform .btn1 {
		font-size: 13px;
		margin: 1rem 0 0;
	}

	.rctform .filename {
		font-size: 12px;
	}

	.rctform .tips3 {
		padding-left: 0
	}

	.cater1 {
		padding: .6rem 15px;
		display: block;
	}

	.cater1 .imgbox {
		max-width: 100%
	}

	.cater1 .txtbox {
		padding: .3rem 0 0
	}

	.cater1 p {
		font-size: 12px;
		line-height: 2
	}

	.cater1 .h1 {
		font-size: 13px;
		margin: .3rem 0 .2rem
	}

	.catertitle .cn {
		font-size: 14px;
		margin-bottom: .1rem
	}

	.catertitle .en {
		font-size: 18px
	}

	.cater1 .catertitle .cn {
		font-size: 14px;
		margin-bottom: .1rem
	}

	.cater2-1 {
		padding: .6rem 0 .4rem
	}

	.cater2-1 {
		display: block;
	}

	.cater2 .title2 {
		font-size: 12px;
	}

	.cater2 .catertitle {
		margin-bottom: .3rem
	}

	.cater3 .cater3box {
		display: block;
	}

	.cater3 .item {
		width: 100%
	}

	.cater3 .catertitle {
		margin-bottom: .3rem
	}

	.cater3 .item2 {
		font-size: 8vw;
		margin: .3rem 0
	}

	.cater3 .item .box1:after {
		left: 5vw;
		top: 5vw;
		right: 5vw;
		bottom: 5vw;
	}

	.cater3 .box1 p {
		font-size: 12px
	}

	.cater3 {
		padding: .6rem 0
	}

	.cater2-2 {
		height: auto;
		display: block;
	}

	.cater2-2 .item {
		padding: 15px 20px
	}

	.cater2-2 .item .h1 {
		font-size: 13px
	}

	.cater2-2 .item p {
		font-size: 12px
	}

	.cater2-2 .imgbox {
		height: 60vw;
		width: 100%
	}

	.cater2-2 .itembox {
		width: 100%
	}

	.cater2-2 .item img {
		margin-right: 15px
	}
}

.input2 {
	border-bottom: 1px solid #EBEBEB;
	margin-top: 0.65vw !important;
	margin-bottom: 0.65vw;
}

.item-form {
	display: flex;
	align-items: center;
}

.item-form em {
	color: #D60A17;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.btn2 {
	background: #219ff1;
	width: 13.75rem;
	height: 3.125rem;
	line-height: 3.125rem;
	border-radius: 1.625rem;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .5s
}

.btn2:hover {
	opacity: .8
}

.vwrap {
	display: none;
	z-index: 1040000;
	width: 100%;
	position: fixed;
}

.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.vwrap .videobox {
	z-index: 1200;
	width: 1000px;
	height: 560px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -280px;
	margin-left: -500px;
	object-fit: cover;
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #000;
}

#videobox_wrapper {
	height: 100% !important;
}

.vwrap .close {
	z-index: 999;
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
	text-align: center;
}

.vwrap .close i {
	display: block;
	width: 31px;
	height: 31px;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.vwrap .close i svg {
	transition: .6s
}

.vwrap .close:hover i svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
	background: none no-repeat !important;
}

.jwplayer .jwicon {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
	display: none !important;
}

.jwdisplayIcon {
	background: none no-repeat !important;
}

@media(max-width: 992px) {
	.vwrap .videobox {
		width: 94%;
		height: 200px;
		left: 3%;
		margin-left: 0;
		margin-top: -122px;
	}

	.vwrap .close {
		right: 0;
		top: -35px;
	}

	.vwrap .videobox video {}
}

#n_search {
	padding: 0 0 4rem
}

/*==========================================内页 结束=============================================*/

/*aos="zoom-in" aos-duration="1200"*/
.container04 .content .right li.miso-slide {
	display: block;
	width: 100%;
}
