@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Microsoft YaHei", sans-serif;
}

html,
body {
	color: #333;
	font-size: 0.16rem;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

i,
em,
b {
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus,
div:focus {
	border: none;
	outline: none;
}

img,
input {
	border: 0;
}

input,
button {
	border: none;
	outline: none;
	color: inherit;
	background-color: transparent;
}

.f0 {
	font-size: 0;
}

input[type='text']:focus-visible {
	outline: none;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.pic {
	/*padding-top: 75%;*/
	position: relative;
	overflow: hidden;
}

.icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: all 0.3s ease-in;
}

.pic .a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in;
}

.bg-mask:hover .pic .a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pic img:hover,
.bg-mask:hover .cover_img .a {
	transform: scale(1.05);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left;
}

.eclip {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.l2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pore {
	position: relative
}

.aline_r {
	position: relative;
	background-image: linear-gradient(#63065F, #63065F);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
}

.alin_r:hover .aline_r {
	background-size: 100% 1px;
	color: #63065F
}

html::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}

.zi3 {
	position: relative;
	z-index: 3
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 90px !important;
	}
}

@media screen and (max-width: 900px) {
	html {
		font-size: 85px !important;
	}
}

@media screen and (max-width: 640px) {
	body {
		font-size: .18rem
	}
}

@media screen and (max-width: 480px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (max-width: 375px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (max-width: 360px) {
	html {
		font-size: 70px !important;
	}
}

.wp {
	width: 16rem;
	margin: 0 auto;
	max-width: 94%;
}

@media(min-width: 1940px) {
	.wp {
		width: 17.6rem;
		padding: 0;
		margin: 0 auto;
		max-width: 94%;
	}
}

/*=============================公共 开始===================================*/
.head .wp {
	display: flex;
	align-items: flex-start;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.logo img {
	width: 100%;
}

.head .logo {
/* 	position: relative; */
/* 	padding-top: .26rem;
	padding-right: .18rem;
	margin-bottom: -.03rem; */
	width: 29.5%;
}

.head .logo a {
	display: block;
/* 	transform: translateX(0rem); */
}
/* 
.head .logo:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: -.28rem;
	right: 0;
	width: 15.76rem;
	background: url("../images/header.png") no-repeat bottom center;
	background-size: 100% 100%;
}

.head .logo:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: -.28rem;
	right: 1.1rem;
	width: 100vw;
	background: #63065F;
}
 */
.header_right {
	display: flex;
	align-items: center;
}

#nav li {
	position: relative;
	margin-left: .35rem;
}

#nav li:first-child {
	margin-left: 0;
}

#nav li h2 {
	font-size: .18rem;
	color: #0061ae;
	line-height: .95rem;
	font-weight: bold;
}

#nav ul li h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: .6s;
	width: 0;
	height: .05rem;
	background: #E6C390;
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
}

#nav ul li.on h2:after,
#nav ul li:hover h2:after {
	opacity: 1;
	visibility: visible;
	width: 1.31rem;
	margin-left: -.655rem;
}

/*#nav ul li.on h2, #nav ul li:hover h2{    color: #63065F;}*/
#nav ul li .sub {
	position: absolute;
	top: 100%;
	background: rgba(0, 97, 174, 0.8);
	min-width: 1.31rem;
	left: 50%;
	z-index: 10000;
	transform: translateX(-50%) scaleY(0);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .25s;
	transform-origin: top;
}

#nav ul li .sub .box {
	padding: .08rem 0 0;
	text-align: center;
	/*box-shadow: 0 0 60px rgba(0,0,0,.1);*/
}

#nav ul li .sub a {
	padding: .05rem .1rem;
	line-height: 2;
	transition: .6s;
	font-size: .18rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	display: block;
	width: 100%;
}

#nav ul li .sub a:hover {
	background: #0170df;
}

#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}

.head {
	position: fixed;
/* 	background: url(../images/header.png) top center repeat-y; */

	  background: linear-gradient(to right, #0061ae 34%, white 34%);

	height: 105px;
	z-index: 999;
	width: 100%;
	display: flex;
	align-items: center;
}

.xg {
	 background: linear-gradient(to right, #0061ae 34%, white 34%);height: 105px;width: 100%;
}
/* 
.xg #nav li h2 {
	color: #fff;
}
 */
.xg .logo:after {
	bottom: 0rem;
	background: none;
}

.xg .logo:before {
	background: none;
}

.xg .logo {
/* 	padding-top: .13rem;
	; */
	margin-bottom: 0rem;
}

.xg .search .form .serbtn input {
	position: absolute;
	top: 0;
	left: 0;
	width: .24rem;
	height: .4rem;
	z-index: 3;
	background: url("../images/search1.png") no-repeat 50%;
	background-size: .24rem .24rem;
	border: 0
}

.search {
	position: relative;
	padding-left: .32rem
}

.search .form {
	display: block !important;
	position: relative;
}

.search .form .serinp {
	width: 0;
	position: absolute;
	top: 0;
	right: -.08rem;
	transition: .3s;
	opacity: 0;
	visibility: hidden
}

.search .form .serbtn {
	width: .24rem;
	height: .4rem;
	position: relative;
	text-align: center;
	line-height: .4rem;
	font-size: .22rem;
	color: #fff
}

.search .form .serbtn input {
	position: absolute;
	top: 0;
	left: 0;
	width: .24rem;
	height: .4rem;
	z-index: 3;
	background: url("../images/search1.png") no-repeat 50%;
	background-size: .24rem .24rem;
	border: 0
}

.search .form .serinp input {
	width: 100%;
	height: .4rem;
	line-height: .4rem;
	background: #fff;
	font-size: .15rem;
	border-radius: .03rem;
	color: #333;
	border: 1px solid #63065F
}

.search .form:hover .serinp {
	width: 2.6rem;
	opacity: 1;
	visibility: inherit
}

.search .form:hover .serinp input {
	padding: 0 .4rem 0 .1rem
}

.ft1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-top: .57rem;
}

/* .ftleft {
	width: 69.875%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
 */
/* .ftlogo {
	text-align: center;
}

.ftlogo img {
	display: block;
	height: .72rem;
	margin-bottom: .22rem;
}

.ftico h4 {
	display: inline-block;
	border-radius: .5rem;
}

.ftico h4 a {
	display: flex;
	font-size: .2rem;
	line-height: .4rem;
	color: #FAFAFA;
	position: relative;
	padding: 0 0.14rem;
}

.ftico h4 a:before {
	position: absolute;
	content: '';
	width: .04rem;
	height: .04rem;
	background: #C39FC2;
	border-radius: 50%;
	left: -.04rem;
	top: 50%;
	transform: translateY(-50%);
}

.ftico {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ftico .li {
	position: relative;
	margin-left: .18rem;
}

.ftico .li a {
	display: block;
}

.ftico .li a img {
	display: block;
	width: .56rem;
}

.ftico .li .code {
	width: .95rem;
	height: .95rem;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 0.1rem);
	transform: translateX(-50%);
	transition: .5s;
	background: #fff;
	box-shadow: 0 .04rem 0.1rem rgba(0, 0, 0, 0.1);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: .05rem;
	opacity: 0;
	visibility: hidden;
	padding: .05rem;
	z-index: 3;
}

.ftico .li .code img {
	display: block;
	width: 100%;
}

.ftico .li .code:after {
	position: absolute;
	left: 50%;
	content: '';
	bottom: 0;
	transform: translate(-50%, 100%);
	border: 0.05rem solid #fff;
	border-color: #fff transparent transparent;
}

.ftico .li:hover .code {
	opacity: 1;
	visibility: visible;
}
 */
/* .ftright p {
	font-size: .2rem;
	color: #fff;
	line-height: .36rem;
}
 */
.bq {
	display: flex;flex-direction: column;
	justify-content: center;align-items: center;
	padding: 2rem 0px 0px 0rem;font-size: .16rem;
}

.bq p {
	font-size: .16rem;
	color: #fff;
	line-height: .3rem;
}

.bq a {
	/* display: block; */
}

.bq span {
	display: flex;
	font-size: .2rem;
	line-height: .36rem;
	color: #fff;
}

.bq span img {
	display: block;
	width: .28rem;
	height: .28rem;
	margin-right: .1rem;
	margin-top: .03rem;
}

.foot {
	background: url("../images/foot.png") no-repeat top center;width: 100%;
background-size: 100% 100%;padding-bottom: .2rem;float: left;
/* 	background-size: cover; */
}
.footsj{
	background: url("../images/footsj.png") no-repeat top center;width: 100%;
	background-size: 100% 100%;padding-bottom: .2rem;float: left;
}
.footny {
	background: url("../images/footny.png") no-repeat top center;width: 100%;
background-size: 100% 100%;padding-bottom: .2rem;float: left;
/* 	background-size: cover; */
}

.footsj .bq{
	padding-top: .5rem;
}
.ar_wap {
	display: none
}
.shouji{
	display: none;
}

/*=================================响应开始========================================*/
/*wap*/
.wap-head {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding-right: 15px;
	padding-left: 15px;
	background: url(../images/header.png) top center repeat-y #f00;
	background:#0061ae;
	height: 1rem;
	background-size: 100% 100%;width: 100%;float: left;
}

.big-nav {
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 100vh;
	right: -105vw;
	top: 0;
	padding: .9rem 20px 30px;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.3s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: linear-gradient(90deg, #0061ae 0%, #0170df 100%);
	;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

body.navShow .big-nav {
	pointer-events: auto;
	right: 0;
	opacity: 1;
	visibility: visible;
}

.big-nav .list_box0 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.big-nav .list_box0 .li {
	margin: 0 .05rem;
	font-size: 14px;
	color: #e8e8e8;
	display: inline-block;
	transition: .6s;
	position: relative;
	line-height: .4rem;
	min-width: 1rem;
	padding: 0 .2rem;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: .05rem;
}

.big-nav .list_box0 .li a {
	color: #fff;
}

.big-nav .scroll {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 1.04rem;
	bottom: 0;
	overflow-y: auto;
}

.list_box_nav_mobile {
	width: 100%;
/* 	height: 100%; */
	padding: 0 0 10px;
/* 	overflow: hidden;
	overflow-y: scroll; */
	margin: 0;
/* 	flex: 1; */
}

.list_box_nav_mobile>li {
	width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 auto;
}

.list_box_nav_mobile>li .con {
	position: relative
}

.list_box_nav_mobile>li .a {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	line-height: .64rem;
	color: rgba(255, 255, 255, .8);
	padding: 0;
	font-size: .2rem;
	display: flex;
	position: relative;
	transition: .5s;
}

.list_box_nav_mobile>li i {
	opacity: 1;
	filter: alpha(opacity=100);
	width: .64rem;
	height: .64rem;
	background: url('../images/nav-icon.png') center no-repeat;
	background-size: auto .12rem !important;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}

.list_box_nav_mobile>li.on1 i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
	color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: none
}

.list_box_nav_mobile>li .list a {
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
	line-height: 2.5;
}

.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;
}

.wap_search {
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	overflow: hidden;
	width: 100%;
	height: 60px;
	display: none;
}

.wap_search .header-search {
	height: 40px;
	border-radius: 0;
	background: rgb(255 255 255);
	position: relative;
	width: 100%;
	margin: 10px auto;
}

.wap_search .input {
	font-size: 14px;
	color: #646464;
	height: 40px;
	line-height: 40px;
	padding: 0 .24rem;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
	width: calc(100% - 40px);
}

.wap_search .btn_blue {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: url("../images/search2.png") center no-repeat #e6c390;
	background-size: .2rem;
	border-radius: 0;
}

.wap_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53;
}
.f9f7fa{
	background: #f9f7fa;
}
.diannao{display: block;}
.shouji{
	display: none
}
















@media (max-width: 1600px) {
	.head .logo{width: 25%;}
	#nav li {
		margin-left: .2rem;
	}
}

@media (max-width: 1199px) {

	html,
	body {
		overflow-x: hidden !important;
	}
.head .logo{width: 20%;}
	.head {
		display: none
	}

	.ar_web {
		display: none
	}

	.ar_wap,.shouji {
		display: block
	}
	.mtsj{
		padding-top: .3rem;
	}
	.wp {
		width: 100%;
		padding: 0 15px;
		max-width: 100%;
	}

	.wap-head {
		display: flex;
		z-index: 11111;
	}

	.wap-head .logo img {
		width: 5.5rem;
	}

	.wap-head .navbtnm {
		width: 1.2rem;
		height:1rem;
		background-size: cover;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		color: #fff;
		text-align: center;
	}

	.wap-head .navbtnm i {
		display: block;
		width: 100%;
		height:1rem;
		background: url("../images/menu.png") no-repeat 50%;
		background-size: 0.45rem;
		transition: all .3s;
		position: relative;
		z-index: 3;
	}

	.wap-head .navbtnm:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background:url(../images/menu_bj.png) top center no-repeat ;width: 100%;
		background-size: 100% 100%;
	}
/* 
	.wap-head .navbtnm:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: -6px;
		border-right: #e6c390 6px solid;
		border-bottom: transparent 0.75rem solid;
	} */

	.navShow .navbtnm i {
		background-image: url("../images/close-menu.png");
	}

	.list_box0 .li {
		border: none;
	}
}

@media (max-width: 1025px) {
/* 	.ftleft {
		width: 100%;
		margin-bottom: .3rem;
	}
 */
/* 	.ftlogo {
		width: 100%;
		margin-bottom: .3rem;
	}

	.ftlogo img {
		height: auto;
		max-height: .68rem;
		max-width: 100%;
		margin: 0 auto .25rem;
	}

	.ftico {
		width: 100%;
		justify-content: center;
	}

	.ftico .li {
		margin: 0 .1rem;
	} */

/* 	.ftright {
		width: 100%;
		text-align: center;
	} */

/* 	.ft1 {
		padding-top: .3rem;
	}
 */
.wap-head .logo img {
		width: 4.5rem;
	}
	.bq {
		width: 100%;
		text-align: center;
		
	}

	.bq p {
		width: 100%;text-align: center;
		justify-content: center;
	}

/* 	.ftright p,
	.bq p {
		font-size: .18rem;
	} */
}

@media (max-width: 960px) {}

@media (max-width: 481px) {

	.inner {padding:15px 0 15px;width: 100%;float: left;}
	
	.wap-head .logo img {
		width: 3rem;
	}
.wap-head{
	height: .8rem;
}
	.wap-head .navbtnm {
		width: 1rem;
		height:.8rem;
		background-size: cover;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		color: #fff;
		text-align: center;
	}

	.wap-head .navbtnm i {
		display: block;
		width: 100%;
		height:.8rem;
		background: url("../images/menu.png") no-repeat 60%;
		background-size: 0.34rem;
		transition: all .3s;
		position: relative;
		z-index: 3;
	}

	.wap-head .navbtnm:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background:url(../images/menu_bj.png) top center no-repeat ;width: 100%;
		background-size: 100% 100%;
	}
	.ftlogo h4 a {
		width: 50%;
		padding: 0;
	}

	.ftlogo h4 a:nth-of-type(3):before {
		display: none;
	}

	.ftlogo h4 {
		display: flex;
		flex-wrap: wrap;
	}

	.ftico .li a img {
		width: .45rem;
	}
}