﻿@charset "utf-8";
/* CSS Document */
/******* 引入字体 *******/
@font-face {font-family: "Brown Light";
  src: url("../fonts/2a519bb6f5e4ea9e564f95816353a1c8.eot"); /* IE9*/
  src: url("../fonts/2a519bb6f5e4ea9e564f95816353a1c8.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/2a519bb6f5e4ea9e564f95816353a1c8.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/2a519bb6f5e4ea9e564f95816353a1c8.woff") format("woff"), /* chrome、firefox */
  url("../fonts/2a519bb6f5e4ea9e564f95816353a1c8.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/2a519bb6f5e4ea9e564f95816353a1c8.svg#Brown Light") format("svg"); /* iOS 4.1- */
}

/******** reset ******/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, select, input, textarea,main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
li {
	list-style: none outside none;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,main {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select, textarea {
	vertical-align: middle;
	outline: none;
	box-sizing: border-box;
	font-family:"Brown Light",'Open Sans',"Noto sans sc", "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
textarea {
	outline: none;
}

button{
	border: none;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border-radius: 0;
	background: none;
}

img{
	width: auto;
	max-width: 100%;
}

body {
	font-family:"Brown Light",'Open Sans',"Noto sans sc", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}
:-ms-input-placeholder {
 color: #888;
}
::-webkit-input-placeholder {
 color: #888;
}
::-moz-placeholder {
 color: #888;
 opacity: 1!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.fixit {
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	visibility: hidden!important;
}

.overflow {
	overflow: hidden;
}
.dis-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.dis-tablerow {
	display: table-row;
}
.dis-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.dis-block {
	display: block;
}
.dis-inlineblock {
	display: inline-block;
	vertical-align: top;
}
.dis-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.dis-none {
	display: none;
}
.body-wrap {
	width: 100%;
	max-width: 1920px;
	min-width: 1340px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.w1340{
	width: 1340px;
	margin: 0 auto;
 }

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fullwidth {
	width: 100%;
}

.halfwidth{
	width: 50%;
}

/*****************************************

       		网站公共部分

*****************************************/
/*********** 首页头部 ***********/
.index-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-image: url(../images/top-bg.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-color: rgba(255, 255, 255, .7);
	height: 120px;
}

.index-header .header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 5%;
}

.index-header .header-logo {
	width: 194px;
	height: 67px;
	font-size: 0;
}

.index-header .header-logo .img {
	line-height: 67px;
	height: 100%;
}

.index-header .header-logo .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.index-header .header-gongneng {
	height: 67px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	width: calc(100% - 194px);
}

.index-header .header-gongneng .gongneng {
	font-size: 0;
	text-align: right;
}

.index-header .header-gongneng .gongneng .flink {
	color: #000;
	font-size: 14px;
	line-height: 1;
	margin-right: 40px;
}

.index-header .header-gongneng .gongneng .header-lang {
	display: inline-block;
	vertical-align: top;
}

.index-header .header-gongneng .gongneng .header-lang .lang-item {
	color: rgba(0, 0, 0, .75);
	font-size: 14px;
	line-height: 1;
}

.index-header .header-gongneng .gongneng .header-lang .lang-item.on {
	color: rgba(0, 0, 0, 1);
}

.index-header .header-gongneng .gongneng .header-lang .line {
	width: 0;
	height: 14px;
	border-left: 1px rgba(0, 0, 0, .75) solid;
	margin: 0 15px;
}

.index-header .header-gongneng .heaer-nav {
	font-size: 0;
	text-align: right;
	width: 100%;
}

.index-header .header-gongneng .heaer-nav .nav-item {
	color: #111;
	font-size: 16px;
	line-height: 36px;
	padding: 0 15px;
	margin-left: 15px;
	font-weight: bold;
	cursor: pointer;
}

.index-header .header-gongneng .heaer-nav .nav-item:first-child {
	margin-left: 0;
}

.index-header .header-gongneng .heaer-nav .nav-item.on,
.index-header .header-gongneng .heaer-nav .nav-item:hover {
	color: #0670dc;
}

/*.index-header .header-gongneng .heaer-nav .nav-item:last-child{
	color: #fff;
	background: #0670dc;
}*/

/************ 页脚 *************/
.index-footer{
	height: 5.2vw;
	background: rgba(255,255,255,.63);
	padding: 0 5.7%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.index-footer .footer-info{
	color: #000;
	font-size: 0.729vw;
	line-height: 1.4;
}
	.index-footer .footer-info a{
		color: #000;
	}
.index-footer .footer-link{
	display: flex;
	justify-content:flex-end;
	align-items: center;
}

.index-footer .footer-link .footer-menu{
	font-size: 0;
}

.index-footer .footer-link .footer-menu .menu-item{
	color: #000;
	font-size: 0.729vw;
	line-height:1;
	letter-spacing: 1px;
	margin-right: 1.04vw;
}

.index-footer .footer-link .footer-share{
	font-size: 0;
}

.index-footer .footer-link .footer-share .icon{
	color: #202d3d;
	font-size: 0.833vw;
	margin-left: 0.78125vw;
}

/************ 中小屏菜单 ****************/
.index-header .top-menu-button {
	width: 30px;
	height: 30px;
	box-sizing: content-box;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: rgba(221, 221, 221, 0);
	/*padding: 0.15rem 0.2rem 0.1rem;*/
	cursor: pointer;
	z-index: 1;
	display: none;
}
.index-header .top-menu-button .menu-button-container {
	position: relative;
	display: block;
	margin-top: 15px;
}
.index-header .top-menu-button .menu-button-container:before, 
.index-header .top-menu-button .menu-button-container:after {
	position: absolute;
	top: -6px;
	left: 0;
	content: "";
}
.index-header .top-menu-button .menu-button-container:after {
	top: 6px;
}
.index-header .top-menu-button .menu-button-container, 
.index-header .top-menu-button .menu-button-container:before, 
.index-header .top-menu-button .menu-button-container:after {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #454545;
}

.index-header.menu-open .top-menu-button {
	/*height: 0.17rem;*/
}
.index-header.menu-open .top-menu-button .menu-button-container:before, 
.index-header.menu-open .top-menu-button .menu-button-container:after {
	top: 0;
}
.index-header.menu-open .top-menu-button .menu-button-container:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #454545;
}
.index-header.menu-open .top-menu-button .menu-button-container:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #454545
}
.index-header.menu-open .top-menu-button .menu-button-container {
	background-color: transparent;
}


.side-menu{
	position: absolute;
	right:0;
	top:70px;
	width: 0;
	height: calc(100vh - 70px);
	overflow: hidden;
	transition: all .4s ease;
	background: #0b4da1;
}


.side-menu .side-nav{
	width: 100%;
	padding: 20px 20px 0 0;
}

.side-menu .side-nav .menu-item{
	position: relative;
}

.side-menu .side-nav .menu-item .link{
	width: 100%;
	position: relative;
	z-index: 0;
	height: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 50px;
}

.side-menu .side-nav .menu-item .menu-click{
	position: absolute;
	right: 0;
	top:0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	z-index: 1;
	cursor: pointer;
}

.side-menu .side-nav .sub-menu{
	padding: 0 0 0 70px;
	display: none;
}

.side-menu .side-nav .sub-menu .sub-item{
	
}

.side-menu .side-nav .sub-menu .sub-item .sub-link{
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 30px;
}


.index-header.menu-open .side-menu{
	width: 40vw;
}


.side-menu .side-hezuo{
	padding: 20px;
		text-align: center;
		color: #fff;
}

.side-menu .side-hezuo .top-hezuo{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.side-menu .side-hezuo .top-hezuo .icon{
	margin-right: 10px;
}

.side-menu .side-zhandian{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px;
}

.side-menu .side-zhandian .select-zhandian{
	width: 100%;
	position: relative;
	z-index: 1;
	
}

.side-menu .side-zhandian .select-zhandian .selected-wenzi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.side-menu .side-zhandian .select-zhandian .zhandian-list{
	display: none;
}

.side-menu .side-zhandian .select-zhandian .zhandian-list .list-item{
	
}

.side-menu .side-zhandian .select-zhandian .zhandian-list .list-item .link{
	color: #fff;
	font-size: 14px;
	line-height: 2;
}

.side-menu .side-lang{
	text-align: center;
	padding: 0 20px;
}

.side-menu .side-lang .top-lang{
	
}

.side-menu .side-lang .top-lang .lang-item{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	padding: 0 10px;
}

/***************** 未知弹窗 *********************/
.popup-unknow{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 999;
	display: none;
}

.popup-unknow .popup-container{
	background: rgba(0,0,0,.15);
	width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
}

.popup-unknow .popup-box{
	background:#fff;
	width: 50vw;
	padding: 3.125vw 10.9375vw 5.2vw 10.9375vw;
}

.popup-unknow .popup-box .closeit{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: -4.6875vw;
	margin-bottom: 1.82vw;
	cursor: pointer;
}

.popup-unknow .popup-box .closeit .icon{
	font-size: 0;
	width: 1.35vw;
}

.popup-unknow .popup-box .closeit .icon img{
	width: 100%;
}

.popup-unknow .popup-box .closeit .wenzi{
	padding-left: 0.52vw;
	font-size: 0.9375vw;
	line-height: 1;
	color:#0b4da1;
	font-weight: lighter;
}

.popup-unknow .popup-box .mt{
	text-align: center;
	margin-bottom: 2.6vw;
	color: #111;
	font-size: 1.5625vw;
	line-height: 1;
	font-weight: bolder;
}

.popup-unknow .popup-box .contact-bd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.popup-unknow .popup-box .contact-bd .fs-wrap{
	width: 100%;
	position: relative;
	margin-bottom: 1.04vw;
}

.popup-unknow .popup-box .contact-bd .fs-label-wrap{
	border:1px #ddd solid;
	border-radius: 0.52vw;
}

.popup-unknow .popup-box .contact-bd .fs-label-wrap .fs-label{
	padding: 0 2.08vw 0 1.04vw;
	height: 2.6vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	color: #666;
	font-size: 0.9375vw;
}

.popup-unknow .popup-box .contact-bd .fs-arrow{
	border-left: 0.46875vw transparent solid;
	border-right: 0.46875vw transparent solid;
	border-top: 0.46875vw #aaa solid;
	right: 1.04vw;
}

.popup-unknow .popup-box .contact-bd .fs-dropdown{
	width: 100%;
		margin-top: 0;
}

.popup-unknow .popup-box .contact-bd .fs-option, 
.popup-unknow .popup-box .contact-bd .fs-search, 
.popup-unknow .popup-box .contact-bd .fs-optgroup-label{
	font-size: 0.9375vw;
	line-height: 1.5625vw;
	padding: 0.52vw 1.04vw;
	color:#666;
}

.popup-unknow .popup-box .contact-bd .text{
	background: #fff;
	height: 2.6vw;
	line-height: 2.6vw;
	padding:0 20px;
	color: #666;
	font-size: 0.9375vw;
	margin-bottom: 1.04vw;
	border:1px #ddd solid;
	border-radius: 0.52vw;
}

.popup-unknow .popup-box .contact-bd .text.short{
	width: 48%;
}

.popup-unknow .popup-box .contact-bd .textarea{
	background:#fff;
	width:100%;
	height: 7.8125vw;
	color: #666;
	font-size: 0.9375vw;
	line-height: 1.5625vw;
	padding: 0.52vw 1.04vw;
	margin-bottom: 1.04vw;
	border:1px #ddd solid;
	border-radius: 0.52vw;
}

.popup-unknow .popup-box .contact-bd .link{
	width: 100%;
	height: 2.6vw;
	background: #eb3e4f;
	color: #fff;
	font-size: 1.04vw;
	border: 2px #eb3e4f solid;
	transition: all .4s ease;
	border-radius: 5px;
	border-radius: 0.52vw;
}

.popup-unknow .popup-box .contact-bd .link:hover{
	background: #fff;
	color: #eb3e4f;
}

.error {
	border: 2px #eb3e4f solid;
}