@charset "UTF-8";
/*******/

html,
body {
	-ms-overflow-style: scrollbar;
	color: #333333;
}

html {
	font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
	html {
		font-size: 19px;
	}
}

@media screen and (max-width: 1660px) and (min-width: 1441px) {
	html {
		font-size: 18px;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1241px) {
	html {
		font-size: 17px;
	}
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
	html {
		font-size: 16px;
	}
}

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
	html {
		font-size: 60px;
	}
}

@media screen and (max-width: 450px) {
	html {
		font-size: 13.3333333vw;
	}
}

body {
	width: 100%;
	font-size: 1em;
	line-height: 1;
	background: #fff;
	color: #333;
	font-family: "微软雅黑", "Microsoft YaHei";
	position: relative;
	white-space: normal;
	word-wrap: break-word;
}

@media screen and (max-width: 991.98px) {
	body {
		font-size: 0.25rem;
		font-family: "华文细黑";
	}
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: none;
}

::-webkit-scrollbar-thumb {
	background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
	margin: 0;
	padding: 0;
	font-family: inherit;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 1em;
	line-height: inherit;
	resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
	outline: none;
	box-shadow: none;
}

div:focus,
span:focus,
i:focus {
	outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
	outline: none;
	box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
	outline: none;
	box-shadow: none;
}

button {
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	outline: none;
	border: none;
	background: transparent;
}

button:focus {
	outline: none;
}

a {
	color: inherit;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a.btn-white {
	display: block;
	position: relative;
	color: #222;
	background: transparent;
	overflow: hidden;
	border: solid 1px #222;
	text-align: center;
}

a.btn-white:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -101%;
	background: #222;
	transition: left .4s ease-out;
	z-index: 1;
}

a.btn-white span {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 992px) {
	a.btn-white:hover {
		color: #fff !important;
		border-color: #222 !important;
	}

	a.btn-white:hover:before {
		left: 0;
	}
}

a.btn-bwhite {
	display: block;
	position: relative;
	background: transparent;
	overflow: hidden;
	border: solid 1px #fff;
	text-align: center;
}

a.btn-bwhite:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -101%;
	background: #fff;
	transition: left .4s ease-out;
	z-index: 1;
}

a.btn-bwhite span {
	position: relative;
	z-index: 2;
}

.main-box {
	min-height: 600px;
}

.codeText {
	font-size: 16px;
	margin-top: 40px;
	float: left;
	margin-left: 20px;
}

.codeText p+p {
	margin-top: 10px;
}

.footRight {
	margin: 37px 0 0 0%;
	padding-left: 5%;
	position: relative;
	height: 100%;

}

.footer {
	overflow: hidden;
}

.overhidden {
	overflow: hidden;
}

.footLogo {
	width: 35%;
	height: 90px;
	background-color: #004f84;
}

@media screen and (min-width: 992px) {
	a.btn-bwhite:hover {
		color: #222 !important;
		border-color: #fff !important;
	}

	a.btn-bwhite:hover:before {
		left: 0;
	}
}

a.btn-black {
	display: block;
	position: relative;
	color: #fff;
	background: #222;
	overflow: hidden;
	border: solid 1px #222;
	text-align: center;
}

a.btn-black:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -101%;
	background: #fff;
	transition: left .4s ease-out;
	z-index: 1;
}

a.btn-black span {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 992px) {
	a.btn-black:hover {
		color: #222 !important;
	}

	a.btn-black:hover:before {
		left: 0;
	}
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	vertical-align: middle;
}

table {
	border: solid 1px #ededed;
	border-collapse: collapse;
}

th,
td {
	font-weight: normal;
	padding: 5px;
	border: solid 1px #ededed;
	word-break: break-all;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.row {
	margin: 0 auto;
	position: relative;
}

.row:before,
.row:after {
	display: none;
}

.lg-inner {
	width: 99%;
	max-width: 1880px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}

.lg-inner:before,
.lg-inner:after {
	content: '';
	display: table;
	clear: both;
}

.global-inner {
	width: 87.5%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}

.global-inner:before,
.global-inner:after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 991.98px) {

	.lg-inner,
	.global-inner {
		width: 100% !important;
		max-width: 100%;
		padding: 0 0.3rem;
		margin: 0 auto;
	}
}

.table-cell {
	display: table-cell;
	vertical-align: top;
}

.en {
	font-family: "Arial";
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.swiper-pagination-bullet {
	opacity: 1;
}

.fa {
	display: inline-block;
	line-height: inherit;
	font-size: 1em;
	vertical-align: middle;
	font-style: normal;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.padding-0 {
	padding: 0 !important;
}

.padding-top-0 {
	padding-top: 0 !important;
}

@media (min-width: 1600px) {
	.hidden-xxl-up {
		display: none !important;
	}

	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 1599.98px) {
	.hidden-xxl-down {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.visible-sm-down {
		display: none !important;
	}

	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-xs-up {
		display: none !important;
	}
}

@media (max-width: 575.98px) {
	.hidden-xs-down {
		display: none !important;
	}
}

/***** 滚动条 *****/
.mCSB_inside>.mCSB_container {
	margin: 0;
}

.mCSB_scrollTools {
	width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	border-radius: 0;
	background: transparent;
	transition: all 1.5s easeInOut;
	-webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	border-radius: 4px;
	background: #adadad;
}

/**** modal ***/
.modal-backdrop {
	display: none !important;
}

#modalDiv {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: scroll;
	z-index: -1;
}

.modal {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	position: fixed !important;
	background: rgba(0, 0, 0, 0.8);
}

.modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	pointer-events: auto;
}

.modal .modal-content {
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
	border: none;
	padding: 0;
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.modal-close {
	width: 1.12rem;
	height: 1rem;
	display: block;
	border-radius: 0;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	cursor: pointer;
	background: url("/Img/images/close2.png") no-repeat center center;
	background-size: 0.34rem;
	z-index: 1030;
}

/**** animate ***/
.animated {
	animation-delay: .1s;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
		-webkit-transform: translate3d(0, 50px, 0);
	}

	to {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes fadeInUp3 {
	0% {
		opacity: 0;
		transform: translate3d(0, 300px, 0);
		-webkit-transform: translate3d(0, 300px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}
}

@-webkit-keyframes fadeInUp3 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 300px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

.fadeInUp2 {
	animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
	animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
	position: relative;
}

.video-box .adjust {
	width: 100%;
	max-width: 100%;
	display: block;
}

.video-js {
	width: 100% !important;
	height: 100% !important;
	display: block;
	overflow: hidden;
	background-color: #000;
	position: absolute !important;
	left: 0;
	top: 0;
	z-index: 20;
}

.video-js:hover .vjs-big-play-button {
	background-color: transparent;
	opacity: 1;
}

.video-js .vjs-big-play-button {
	width: 60px;
	height: 60px;
	background: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border: none;
	border-radius: 100%;
	z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
	width: 100%;
	height: 100%;
	display: block;
	background: url("/Img/images/video_play.png") no-repeat center center transparent;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border: none;
	z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	display: none;
}

.video-js .vjs-poster {
	background-size: cover;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
	display: none !important;
}

@media (max-width: 1199.98px) {
	.video-js .vjs-big-play-button {
		width: 0.6rem;
		height: 0.6rem;
	}
}

.video-play {
	width: 3.7em;
	height: 4.3em;
	display: block;
	background: url("/Img/images/video_play.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2.15em 0 0 -1.85em;
	z-index: 50;
}

.modal-video video {
	object-fit: fill;
}

@media screen and (max-width: 991.98px) {
	.modal-video video {
		object-fit: contain;
	}
}

.heightImg {
	opacity: 0;
	width: 100%;
}

/* 头部 */
.header {
	height: 90px;
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #e6e6e6;
}

.logo {
	background: #004f84;
	width: 300px;
/*	height: 100%;*/
	height: 90px;

}

.logo img {
	display: block;
	margin: 10px auto;
}

.headNav .item {
	float: left;
	padding-right: 43px;
	font-size: 18px;
	line-height: 90px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}

.headNav .item:hover {
	color: #004f84;
}

.headNav .item:last-child {
	margin-right: 0;
}

.headNav {
	margin-left: 10%;
}
@media(min-width: 1890px){
	.headNav {
	margin-left: 13%;
}
}
.headRight li{
	float: left;
	margin-right: 50px;
	margin-top: 33px;
	background-image: url(/Img/images/oa.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.headRight li+li {
	background-image: url(/Img/images/chat.png);
}
.headRight li+li+li{
	background-image: url(/Img/images/search.png);
}
.whiteHead .headRight li{
	background-image: url(/Img/images/oa2.png);
}
.whiteHead .headRight li+li{
	background-image: url(/Img/images/chat3.png);
}
.whiteHead .headRight li+li+li{
	background-image: url(/Img/images/sea2.png);
}
.headRight {
	height: 100%;
	padding-left: 60px;
	border-left: 1px solid #dcdcdc;
}

.searchBox {
	position: absolute;
	right: 30px;
	width: 300px;
	padding: 15px 20px;
	top: 110px;
	background-color: #fff;
	border-radius: 3px;
	display: none;
	z-index: 999;
	box-shadow: 3px 2px 10px rgb(0 0 0 / 20%);
}

.innerBanner {
	position: relative;
}

.innerBText {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #fff;
	font-size: 2.4em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.headRight .show{
	opacity: 1;
	top: 70px;
	z-index: 99999;
	display: block;
}
.pcBanner {
	height: 19.5em;
}
.headRight li{
	position: relative;
}
.topImg{
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -5px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.backTop:hover .topImg {
top: 5px;
}
.chatShow{
	position: absolute;
	left: -50px;
	top: 60px;
	box-shadow: 5px 0 15px rgba(0,0,0,.2);
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	z-index: -1;
	display: none;
}
.searchBox img {
	margin-right: 10px;
}

.searchBox input {
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
	padding: 4px 0;
}

.footer {
	background-color: #f4f4f4;
}

.footNav .item {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.footNav .item+.item {
	margin-left: 5%;
}

.footLeft {
	width: 65%;

	border-right: 1px solid #dcdcdc;
}

.footNav {
	padding: 70px 0;
	overflow: hidden;
	padding-left: 10%;
}

.firendLink span {
	font-size: 16px;
	color: #555;
	display: block;
	width: 31.9em;
	line-height: 60px;
	border-right: 1px solid #dcdcdc;
}

.firendLink {
	padding-left: 10%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.firendLink ul {
	position: absolute;
	left: 10%;
	top: -123px;
	font-size: 16px;
	background-color: #fff;
	z-index: 999;
	border: 1px solid #dcdcdc;
	display: none;
	opacity: 0;
	max-height: 162px;
	overflow-y: scroll;
}

.firendLink ul li {
	line-height: 40px;
	padding: 0 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
@media(min-width: 992px){
	.firendLink li:hover{
		background: #004f84;
	}
	.firendLink li:hover a{
		color: #fff;
	}
}
.firendLink img {
	margin: 28px 30px 0 0;
}

.foot-swiper {
	height: 30px;
}

.beian .item {
	height: 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	float: left;
	border-right: 1px solid #717171;
	padding-right: 40px;
	margin-right: 40px;
}

.beian .item:last-child {
	border-right: 0px solid #717171;
}

.beian .item span {
	font-family: arial;
}

.beian {
	padding-left: 6.8%;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #555555;
	overflow: hidden;
	width: 65%;
}

.footLogo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footRight {
	width: 35%;
}

.bannerNav {
	position: absolute;
	bottom: 4.4em;
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.bannerNav img{
	margin-left: 5px; 
	margin-right: 5px; 
}
.bannerSeach {
	width: 960px;
	height: 90px;
	box-shadow: 10px 0 20px rgba(0, 0, 0, .2);
	background-color: #f8f8f8;
	padding-top: 20px;
	position: relative;
	margin-top: -43px;

}

.sBoxInput {
	font-size: 16px;
	width: 88%;
}

.sBox {
	background-color: #fff;
	width: 440px;
	height: 53px;
	padding-left: 20px;
	padding-top: 10px;
	border: 1px solid #e6e6e6;
}

.headtab {
	position: fixed;
	z-index: 999999;
	background-color: #f9f9f9;
	width: 100%;

	left: 0;
    top: 90px;
	padding: 20px 0 100px;
	display: none;

}

.headplace {
	height: 90px;
}

.headtab li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 115px
}

.headtab ul {
	margin-right: 0%;
}

.headtabBox {
	display: flex;
/*	justify-content: center;*/
	margin-left: 8.2%
}

.firA {
	display: inline-block;
	height: 100%;
	position: relative;
}

.firA::after {

	height: 2px;
	background-color: #004F84;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}

.firA:hover::after {
	width: 100%;
}
.headNav .active a::after{
	width: 100%
}
.headNav .active a{
	color: #004F84;
}
@media(max-width:1660px) {
	.headNav {
		margin-left: 50px;
	}

	.headRight {
		padding-left: 20px;
	}
	.headtabBox{
	   margin-left: 430px;
	}
	.headtab li{
		width: 115px;
	}
	.headtab ul{
		margin-right: 0;
	}
}
@media(max-width:1500px) {
	.beian .item{
		margin-right: 30px;
		padding-right: 30px;
	}
	.headNav .item{
		padding-right: 34px;
	}
	.headNav {
		margin-left: 3%;
	}
  
	.headRight {
		padding-left: 20px;
	}

	.headRight li {
		margin-right: 30px;
	}

	.footNav {
		padding-left: 5%;
	}

	.firendLink {
		padding-left: 5%;
	}

	.beian {
		padding-left: 2.8%;
	}
	.headtabBox{
        margin-left: 417px;
	}
	.headtab li{
		width: 105px;
	}
}
.footNav .item a:hover {
    color: #004F84;
}
@media(max-width:1366px) {
	.headNav .item {
		padding-right: 25px;
	}
	.beian .item{
		margin-right: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 1290px){
	.beian .item{
		font-size: 14px;
	}
}
@media (max-width:1279px) {
	.beian .item{
		margin-right: 25px;
		padding-right: 25px;
	}
	.headRight li {
		margin-right: 20px;
	}
}
@media(max-width:1230px) {
	.logo {
		width: 225px;
	}

	.headNav .item {
		font-size: 14px;
	}
	.headNav .item{
		padding-right: 15px;
	}
	.footNav .item+.item{
		margin-left: 2%
	}
}

@media(max-width:992px) {
    body{
		font-size: .28rem;
	}
	.backTop {
		display: none !important;
	}

	.footer {
		padding-top: 0;
	}

	.header {
		position: fixed;
		left: 50%;
		top: 0;
		display: block;
		width: 100%;
		height: 1.1rem;
		transform: translateX(-50%);
		overflow: hidden;
		background: #fff;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		z-index: 9999999;
	}

	.header .global-inner {
		display: table;
		padding-top: 0.22rem;
		overflow: hidden;
	}

	.header .logo {
		float: left;
	}

	.header .logo a {
		display: block;
		height: 0.66rem;
	}

	.header .logo img {
		display: block;
		height: 0.7rem;
	}

	.hd-sch {
		float: right;
		width: 0.39rem;
		padding-top: 0.12rem;
	}

	.hd-sch a {
		display: block;
	}

	.hd-sch img {
		width: 100%;
		display: block;
	}

	.ph-nav-btn {
		float: right;
		margin-left: 0.48rem;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
		margin-top: 0.15rem;
	}

	.header .nav_btn {
		cursor: pointer;
		height: 0.32rem;
		width: 0.51rem;
		position: relative;
		z-index: 2;
	}

	.header .nav_btn span {
		display: inline-block;
		width: 0.51rem;
		height: 0.04rem;
		background-color: #262626;
		position: absolute;
		top: 0.14rem;
		left: 0px;
		-webkit-transition: background-color 0.1s ease-out 0s;
		-moz-transition: background-color 0.1s ease-out 0s;
		-o-transition: background-color 0.1s ease-out 0s;
		-ms-transition: background-color 0.1s ease-out 0s;
		transition: background-color 0.1s ease-out 0s;
	}

	.header .nav_btn.open span {
		background-color: transparent;
		z-index: 9;
	}

	.header .nav_btn span:before {
		content: '';
		display: inline-block;
		width: 0.51rem;
		height: 0.04rem;
		background-color: #262626;
		position: absolute;
		top: -0.14rem;
		right: 0px;
		-webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
		-moz-transition: transform 0.1s ease-out, top 0.3s ease 0.1s;
		-o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
		-ms-transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
		transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.header .nav_btn.open span:before {
		-webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-webkit-transform: rotate(45deg);
		top: 0px;
		-moz-transform: rotate(45deg);
		top: 0px;
		-o-transform: rotate(45deg);
		top: 0px;
		-ms-transform: rotate(45deg);
		top: 0px;
		transform: rotate(45deg);
		top: 0px;
	}

	.header .nav_btn span:after {
		content: '';
		display: inline-block;
		width: 0.51rem;
		height: 0.04rem;
		background-color: #262626;
		position: absolute;
		top: 0.14rem;
		right: 0px;
		-webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
		-moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
		-o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
		-ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
		transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.header .nav_btn.open span:after {
		-webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
		-webkit-transform: rotate(-45deg);
		top: 0px;
		-moz-transform: rotate(-45deg);
		top: 0px;
		-o-transform: rotate(-45deg);
		top: 0px;
		-ms-transform: rotate(-45deg);
		top: 0px;
		transform: rotate(-45deg);
		top: 0px;
	}

	.ph-nav-box {
		position: fixed;
		z-index: 9999999999999999;
		z-index: 1000;
		width: 100%;
		height: 100%;
		left: 0;
		top: 1.1rem;
		/*background: rgba(0,0,0,.3);*/
		opacity: 0;
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-o-transform: scaleX(0);
		transition: all 0.3s ease-in-out;
	}

	.ph-nav-box.on {
		opacity: 1;
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-o-transform: scaleX(1);
	}

	.ph-nav-box .ph-nav-pop {
		border-top: 1px solid #e9edf1;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background: #fff;
		z-index: 10;
		-webkit-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		transition: all 0.5s linear;
		padding-bottom: 1.1rem;
	}

	.nav-main {
		height: 100%;
		overflow: hidden;
	}

	.nav-main ul {
		padding: 0rem 0.3rem 0;
	}

	.nav-main em {
		float: right;
		width: 30%;
		height: 1.02rem;
		margin-top: 0.06rem;
		position: relative;
	}

	.nav-main em:before {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -1px;
		width: 22px;
		height: 2px;
		background-color: #ccc;
		transition: all .3s;
		z-index: 10;
	}

	.bgCode {
		padding: .14rem;
		background-color: #fff;
		display: inline-block;
	}

	.nav-main em:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -11px;
		width: 2px;
		height: 22px;
		background-color: #ccc;
	}

	@media screen and (max-width: 450px) {
		.nav-main em:before {
			width: 14px;
		}

		.nav-main em:after {
			right: 6px;
			margin-top: -7px;
			height: 14px;
		}
	}

	.nav-main .on em:before {
		background-color: #014da1;
	}

	.nav-main .on em:after {
		display: none;
	}

	.nav-main .lv4pop .lv1 em,
	.nav-main .lv4pop .lv2 em,
	.nav-main .lv4pop .lv3 em,
	.nav-main .lv3pop .lv1 em,
	.nav-main .lv3pop .lv2 em,
	.nav-main .lv2pop .lv1 em {
		display: block;
	}

	.nav-main .lv2box,
	.nav-main .lv3box,
	.nav-main .lv4box {
		display: none;
	}

	.nav-main .lv1,
	.nav-main .lv2,
	.nav-main .lv3,
	.nav-main .lv4 {
		overflow: hidden;
		border-bottom: 1px solid #dcdcdc;
	}

	.nav-main .lv1 a {
		float: left;
		display: block;
		font-size: 0.3rem;
		line-height: 0.42rem;
		color: #333;
		min-width: 50%;
		padding: 0.35rem 0 0.35rem;
		transition: all .3s;
	}

	.nav-main .lv2 a {
		float: left;
		display: block;
		font-size: 0.28rem;
		line-height: 0.42rem;
		color: #262626;
		min-width: 50%;
		padding: 0.35rem 0 0.35rem 0;
		transition: all .3s;
	}

	.nav-main .lv3 a {
		float: left;
		display: block;
		font-size: 0.28rem;
		line-height: 0.42rem;
		color: #262626;
		min-width: 50%;
		padding: 0.35rem 0 0.35rem 0rem;
		transition: all .3s;
	}

	.nav-main .lv4 a {
		float: left;
		display: block;
		font-size: 0.28rem;
		line-height: 0.42rem;
		color: #666;
		min-width: 50%;
		padding: 0.22rem 0 0.22rem 0rem;
	}

	/* 	.nav-main .lv1.on a{
		  color: #014da1;
		}
		.nav-main .lv2.on a{
		  color: #014da1;
		}
		.nav-main .lv3.on a{
		  color: #406cae;
		}
		.nav-main .lv4.on a{
		  color: #406cae;
		} */


	/*** main-box ***/
	.main-box {
		width: 100%;
		margin: 0 auto;

		position: relative;
		z-index: 10;
		font-size: 0.26rem;
		min-height: 5rem;
	}

	/**** footer ***/
	.foot-menu {
		width: 100%;
		height: 0.98rem;
		overflow: hidden;
		background: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1000;
		box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
	}

	/**** popver: 弹出层 ***/
	.popover-box {
		width: 100%;
		height: 100%;
		display: none;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1020;
	}

	.popover-zhe {
		width: 100%;
		height: 120%;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.3);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1021;
	}

	.popover-inner {
		background: #fff;
		position: absolute;
		z-index: 1030;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.popover-close {
		width: 0.5rem;
		height: 0.5rem;
		display: block;
		overflow: hidden;
		background: url(../../I../../Img/images/close_01.png) no-repeat center center;
		background-size: 0.3rem auto;
		position: absolute;
		z-index: 1031;
	}

	.popover-bd {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.header {
		padding: 0;
	}

	.wap-language {
		float: right;
	}

	.wap-language {
		font-size: .28rem;
		color: #262626;
		margin-top: .2rem;
		font-family: arial;
	}

	.lv1 a {
		font-size: .3rem;
	}

	.lv em::after {
		display: none;
	}

	.lv em::before {
		display: none;
	}

	.lv em {
		background-image: url(/Img/images/topic2.png);
		background-position: center right;
		background-repeat: no-repeat;
		background-size: .27rem;
	}

	li .on em {
		background-image: url(/Img/images/bottomic2.png);
	}

	.nav-main .lv2 {
		margin-left: .60rem;
	}

	.nav-main .lv3 {
		margin-left: 1.2rem;
	}

	.nav-main .lv4 {
		margin-left: 1.8rem;
	}
	.logo{
		background-color: transparent;
	}
	.logo img{
		margin: 0 ;
	}
	.wapSeach {
	   background-color: #fff;
	   border: 1px solid #e6e6e6;
	}
	.wapInput{
		height: 1rem;
		line-height: 1rem;
		font-size: .28rem;
		padding-left: .35rem;
		width: 75%;
	}
	.paddingNUm{
		padding-top:.4rem ;
		padding-bottom:.4rem ;
	}
	.wapSeach .fr{
		margin: .28rem .35rem;
	}
	.oa{
		height: 1rem;
		width: 100%;
		line-height: 1rem;
		background-color: #004f84;
		text-align: center;
		color: #fff;
		font-size: .28rem;
		margin-top: .6rem;
	}
	.oa img{
		width: .3rem;
		margin-right: .37rem;
	}
	.firendWap span{
		line-height: 1rem;
		width: 100%;
		display: inline-block;
		border-bottom: 2px solid #333333;
		font-weight: bold;
	}
	.firendWap span img{
		width: .2rem;
		margin:.5rem .2rem 0 0 ;
	}
	.firendWap{
		position: relative;
	}
	.firendWapB{
		position: absolute;
		top: 1rem;
		width: 100%;
		background-color: #fff;
		z-index: 9999;
		padding-left: .3rem;
		padding-bottom: .2rem;
		display: none;
	}
	.ph-nav-box{
		overflow-x: scroll; 
	}
	.firendWapB a{
		display: block;
		line-height: .7rem;
	}
	.wapCode div{
		width: 50%;
	}
	.wapCode1{
		color: #555;
	}
	.wapCode1 span{
		display: block;
		
	}
	.wapCode1 span+span{
		margin-top: .35rem;
	}
	.wapCode1{
		padding-top: .85rem;
	}
	.wapCode2 img{
		width: 1.4rem;
		margin-top: .55rem;
	}
	.wapNav li{
		float: left;
		width: 50%;
		margin-bottom: .5rem;
	}
	.wapNav{
		
		padding-top: .6rem;
		margin-top: .57rem;
		border-top: 1px solid #dcdcdc;
	}
	.wapNav ul{
		overflow: hidden;
	}
	.wapCode{
		overflow: hidden;
	}
	.beianWap{
		background-color: #004f84;
		color: #fff;
		padding:.5rem 0 ;
	}
	.beianWap .item{
		margin-bottom: .3rem;
	}
	.beianWap .item:last-child{
		margin-bottom: 0;
	}
	.foot-swiper{
		height: .3rem;
	}
	.wapfoot {
		padding-top: .5rem;
	}
	.beianWap span{
		font-family: arial;
	}
	.wapBanner{
		height: 3.92rem;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.head-place{
		height: .55rem;
		
	}
	.sBox{
		width: 100%;
		margin-left: 0!important;
	}
	.bannerSeach{
		padding-left: .4rem;
		padding-right: .4rem;
	}
	.innerBText{
		font-size: .6rem;
		
	}
	.innerBText h1{
		font-weight: bold;
	}
	.bannerNav{
		bottom: .4rem;
		font-size: .28rem;
	}
	.bannerSeach{
		box-shadow: 0px 0px 0px #000!important;
	}
	
}
.modal-open .modal{
	z-index: 9999999!important;
}
.p-join .det_inner{
	z-index: 1
}
.backTop{
	width: 60px;
    position: fixed;
    right: 6em;
    z-index: 999;
    bottom: 14%;
    cursor: pointer; 
}
@media(min-width: 1662px){
  .headNav{
    margin-left: 170px;
  }
}
@media(min-width: 1662px){
  .headtabBox{
    margin-left: 553px;
  }
}
@media(min-width: 1822px){
  .headNav{
    margin-left: 205px;
  }
}
@media(min-width: 1822px){
  .headtabBox{
    margin-left: 588px;
  }
}
@media(min-width: 1661px){
	/*.headtabBox{
		justify-content: center;
	}*/
}
@media(max-width: 1230px){
	.headtabBox{
		justify-content: center;
		margin-left: 0px;
	}
}


