@charset "utf-8";
	/* CSS Document */
html {
   font-size: 22.2222vw;
}
@media screen and (min-width: 451px) {
  html {
    font-size: 100px;
  }
}
body{
	font-size:20px;
	font-family:"微软雅黑";
	color:#333;
	overflow-x:hidden;
}
@media screen and (max-width: 1600px) and (min-width: 1441px) {
  body {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 0.16rem;
    font-family: "华文细黑";
  }
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
li {
	list-style:none;
}
ul li a {
	display:block;
}
a{
  color: #333;
}
a:hover {
  color: #009944;
}
i,em{
  font-style: normal;
}
a:hover,
a:focus {
  text-decoration: none;
}
input {
	border:1px solid #ccc;
	outline:none;
}
textarea {
	border:1px solid #ccc;
	outline:none;
}
form {
	margin:0px;
	padding:0px;
}
table {
	cellspacing:0px;
	cellpadding:0px;
}
img {
	border:none;
}
a,img {
	border:0;
}
.clear {
	clear:both;
}
.clearfix {
	*zoom:1;
}
.clearfix:after {
	content:'';
	display:block;
	clear:both;
}
a {
	outline:none !important;
}
img {
	border:0 none;
}
[v-cloak] {
	display:none;
}
::-webkit-scrollbar-track-piece {
	width:10px;
	background-color:#000;
}
::-webkit-scrollbar {
	width:8px;
	height:6px
}
::-webkit-scrollbar-thumb {
	height:50px;
	background-color:#666;
}
::-webkit-scrollbar-thumb:hover {
	background:#666;
}
::selection {
	background:#000;
	color:#fff;
}



@font-face {
	font-family:'Titillium Web';
	src:url('/fonts/TitilliumWeb-Regular.ttf') format('truetype');
}
body,p,h1,h2,h3,h4,h5,h6 {
	font-family:"Microsoft YaHei",微软雅黑,STHeiti !important;
	margin:0;
	padding:0;
}
a:hover {
	text-decoration:none;
}
.swiper-banner .swiper-slide {
	position:relative;
}
#intro-video {
	object-fit:cover;
	width:100%;
	height:100vh;
	height:100%;
}
.foot_nav .foot_tit a {
	font-size:16px;
	color:#666;
}
/*****header*******/
.header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:999;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	height:90px;
	background:rgba(103,103,103,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
}
.header.active {
	top:0;
	-webkit-box-shadow:0 2px 41px rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 41px rgba(0,0,0,0.1);
	box-shadow:0 2px 41px rgba(0,0,0,0.1);
}
.header:hover, .header.noshow{
	background: #fff;
}
.header_box {
	margin:0 auto;
	/* background:#fff;
	*/
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	position:relative;
}
.header.active .header_box {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-khtml-border-radius:0px;
}
.header_bg {
	height:86px;
	width:86%;
	max-width: 1400px;
	margin:0 auto;
}
.header_bg .logo {
	float:left;
	padding:0 37px 0 0;
}
.header_bg .logo img {
	/*width:264px;*/
	height: 85px;
}
.header_bg .logo span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 85px;
	color: #fff;
	font-weight: bold;
	font-family: "宋体";
}
.header_bg .header_menu {
	float:right;
	margin-right:30px;
}
.header_bg .header_menu>li {
	float:left;
	padding:0 15px;
}
.header_bg .header_menu>li>a {
	display:block;
	font-size:16px;
	font-weight:400;
	line-height:86px;
	color:#fff;
	color:#333;
	letter-spacing:1px;
	position: relative;
}
.header_bg .header_menu>li>a:hover{
	color: #009944;
}
.header_bg .header_menu>li>a.on{
	color: #009944;
}
.header_tool {
	float:right;
}
.header_tool .header_language {
	float:left;
	padding-right:26px;
	margin-top:13px;
}
.header_tool .header_icon {
	float:left;
	height:24px;
	font-size:0;
	/*line-height:50px;*/
	margin-top:30px;
}
.header_tool .header_icon span {
	overflow:hidden;
	height:24px;
	font-size:0;
	display:inline-block;
	cursor:pointer;
}
.header_tool span a {
	float:left;
	font-size:14px;
	line-height:62px;
	color:#ffffff;
	padding:0 6px;
	letter-spacing:0px;
	font-family:'Titillium Web';
}
.header_tool span.active a {
	color:#86daf7;
}
.header_tool span img {
	width:24px;
}
.header_share {
	margin-right:30px;
}
.header_language span a:hover {
	color:#1c5cb0;
}
.header_menu>li>a:hover {
	color:#1c5cb0;
}
.nav_list {
	position:absolute;
	background:#ececec;
	width:100%;
	left:0;
	top:100%;
	display:none;
	z-index:14;
}
.nav_top {
	background:#adaeaf;
	padding:15px 0;
}
.nav_left {
	float:left;
	width:15%;
	padding:20px 20px 0 0px;
}
.nav_menu {
	float:right;
	width:78%;
	/* iOS 6-,Safari 3.1-6 */
	 /* Chrome */
	     /* Firefox 19 */
	  /*flex容器*/
	margin-top:15px;
}
.nav_type {
	}.nav_type img {
	width:100%;
}
.nav_type h4 {
	font-size:14px;
	color:#fff;
	font-family:'Microsoft YaHei','Nanum Barun Gothic',Arial,sans-serif!important;
	letter-spacing:1px;
}
.nav_type h4 a {
	color:#fff;
}
.nav_type h4 a i {
	margin-left:7px;
}
.nav_left h3 {
	color:#000000;
	font-size:28px;
	margin-top:0px;
	margin-bottom:16px;
	letter-spacing:5px;
}
.nav_left .nav_bt {
	width:100px;
	/* background:#0e0e0e;
	*/
	font-size: 12px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-family:'Microsoft YaHei','Nanum Barun Gothic',Arial,sans-serif!important;
	text-transform:capitalize;
	border:#333 1px solid;
}
.nav_left .nav_bt a {
	color:#333;
	font-family:'Titillium Web'!important;
}
.nav_left .nav_bt a i {
	margin-left:8px;
}
.nav_left .nav_bt:hover {
	background:#1c5aad;
	border:1px solid #1c5aad;
}
.nav_left .nav_bt:hover a {
	color:#fff;
}
.nav_type ul {
	}.nav_type ul li {
	font-size:14px;
	line-height:29px;
	font-family:'Microsoft YaHei','Nanum Barun Gothic',Arial,sans-serif!important;
}
.nav_type ul li a {
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	line-height:30px;
}
.nav_type ul li a:hover {
	color:#1c5cb0;
	margin-left:15px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.nav_bot {
	padding:20px 0 40px;
	background:#ececec;
	width: 86%;
	max-width: 1400px;
	margin: 0 auto;
}
.share_box {
	position:absolute;
	width:100%;
	background:#eeeeef;
	padding:50px 0;
	top:100%;
	left:0;
	display:none;
}
.share_list {
	text-align:center;
}
.share_list ul {
	}.share_list ul li {
	display:inline-block;
	line-height:40px;
	text-align:center;
	margin:0 50px;
}
.share_list ul li a {
	}.share_list ul li a i {
	color:#b4b4b5;
	line-height:61px;
	font-size:25px;
}
.search_box {
	position:absolute;
	top:100%;
	width:100%;
	background:#eeeeef;
	padding:80px 0;
	display:none;
}
.search_input {
	width:45%;
	margin:0 auto;
}
.search_input input {
	display:block;
	width:100%;
	background:transparent;
	border:none;
	border-bottom:1px solid #ccc;
	height:45px;
	font-size:18px;
	color:#999;
	letter-spacing:1px;
	text-transform:capitalize;
	font-family:'Titillium Web';
}
.search_input img {
	width:30px;
	position:absolute;
	right:29%;
	top:85px;
}
.header_share.active img,.header_search.active img {
	margin-top:-20px;
}
.som_nav{
	width: 86%;
	max-width: 1400px;
	margin: 0 auto;
}
.som_nav h3 {
	font-size:15px;
	letter-spacing:1px;
	color:#f5f5f5;
}

.som_nav h3 span {
	width:35px;
	height:1px;
	background:#f5f5f5;
	display:block;
	float:left;
	margin-top:8px;
	margin-right:10px;
}
/*****header*******/	
/* 线 */
.body_line {
	position:absolute;
	width:1200px;
	left:50%;
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	top:0;
	z-index:3;
}
.line {
	position:absolute;
	width:1px;
	background:#fff;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
}
.line_1 {
	left:0;
}
.line_2 {
	left:33.33%;
}
.line_3 {
	left:66.66%;
}
.line_4 {
	right:0;
}
.body_nav {
	width:1200px;
	position:fixed;
	left:50%;
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	top:50%;
	z-index:99999;
}
.body_nav ul {
	position:absolute;
	right:-3px;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	width:6px;
	z-index:9999;
}
.body_nav ul li {
	width:6px;
	height:6px;
	background:#e8e8e8;
	margin:20px 0;
	cursor:pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-khtml-border-radius:50%;
	position:relative;
}
.body_nav ul li.active {
	background:#273896;
}
/* 线 */
/*****banner*******/
.banner {
	position:relative;
}
.swiper-banner {
	position:relative;
	z-index:9;
}
.banner_zz {
	width:100%;
	height:100%;
	background:url(../images/dot-pattern-dark.png) repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
}
.banCon {
	width:80%;
	position:relative;
	text-align:center;
	z-index:91;
	height:100%;
	margin:0 auto;
}
.banCTxt {
	position:absolute;
	top:50%;
	width:710px;
	left:50%;
	transform:translate(-50%,-50%);
}
.banCTxt h3 {
	color:#333;
	margin:0;
	text-transform:uppercase;
	font-family:'Titillium Web'!important;
	/* white-space:nowrap;
	*/
	font-size:18px;
	letter-spacing:3px;
	font-weight:100;
	line-height:28px;
}
.banCTxt h6 {
	margin:0px 0 0;
	letter-spacing:2px;
	font-size:32px;
	color:#333;
	line-height:55px;
	margin-bottom:17px;
}
.banScorll {
	width:100%;
	position:absolute;
	left:0;
	bottom:30px;
	z-index:999;
	text-align:center;
	cursor:pointer;
}
.banScorll img {
	width:40px!important;
	display:inline-block;
	cursor:pointer;
}
/*****banner*******/
	
	
/***footer***/
.footer_top {
	background:#333;
}
.footer_bot {
	background:#242424;
	padding: 13px 0;
}
.IndexCon {
	width:86%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.copy {
	font-size:16px;
	line-height:26px;
	color: rgba(255,255,255,0.8);
	margin:0 25px 0 0;
	font-family:Arial,Helvetica,sans-serif;
}
.copy a{
	display: inline-block;
}
.copy a.gawb{
	display: inline-block;
	padding-left: 25px;
	background: url(/Img/images/foot-icon01.png) no-repeat left top 2px;
	background-size: 20px;
	margin-left: 5px;
}
.copy span {
	font-family:"Microsoft YaHei","微软雅黑";
}
/***footer***/
.foot-support{
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	color: rgba(255,255,255,0.8);
	overflow: hidden;
}
.foot-support .title{
	float: left;
}
.foot-support .foot-jszc{
	float: left;
	overflow: hidden;
}
.foot-support .foot-jszc a{
	display: inline-block;
}
.footer_bot a{
	color: rgba(255,255,255,0.8);
}
.footer_bot a:hover{
	color: #009944;
}
.ft-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0 10px;
	min-height: 100px;
}
.ft-box ul li{
	float: left;
	font-size: 18px;
	line-height: 28px;
	margin-right: 48px;
}
.ft-box ul li:last-child{
	margin-right: 0;
}
.ft-box ul li a{
	color: #fff;
}
.ft-box ul li a:hover{
	color: #009944;
}
.ft-box .code img{
	display: block;
	height: 97px;
}
.ft-box .code .code-txt{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-top: 6px;
	color: #fff;
}
.navbar-nav>li>a{
	width: 50%;
	background-color: #fff !important;
}
.collapse_lis{
	background-color: #f9f9f9;
}
.collapse_lis li{
	border-top: 1px dotted #e5e5e5;    
	border-bottom: none !important;
}
.collapse_lis li a{
	font-size: 12px;
}
@media(max-width:1440px) {
	.header_bg .header_menu>li {
		padding:0px 12px;
	}
	.header_tool .header_icon {
		height:20px;
		margin-top:27px;
	}
	.header_tool .header_icon span {
		height:20px;
	}
	.header_tool span img {
		width:20px;
	}
	.header_bg .logo {
		padding:0 25px 0 30px;
	}
	.ind_sec1_left h4 {
		padding-top:20px;
	}
	.ind_sec1_left h6 {
		top:55px;
	}
	.nav_left {
		padding:20px 20px 0 2px;
	}
	.nav_type {
		/* width:25%;
		*/
	}
	.nav_imgtype {
		/* width:30%;
		*/
	}
	.header_bg .header_menu {
		margin-right:20px;
	}
	.header_bg .header_menu>li>a {
		font-size:15px;
	}
}
@media(max-width:1360px) {
	.header_share {
		margin-right:20px;
	}
	.header_tool .header_language {
		padding-right:20px;
	}
	.header_bg .header_menu {
		float:right;
		margin-right:20px;
	}
	.header_bg .logo {
		padding:0 20px 0 30px;
	}
	.header_bg .header_menu>li>a {
		padding:0 13px;
	}
	.header_bg .logo img {
		/*width:226px;*/
		/*height: 72px;*/
	}
	/*.header_bg .logo span{
		font-size: 16px;
		line-height: 72px;
	}
	.header_bg .header_menu>li>a {
		line-height:72px;
	}*/
	/*.header_bg {
		height:72px;
	}*/
	/*.header_tool .header_language {
		margin-top:7px;
	}
	.header_tool .header_icon {
		margin-top:21px;
	}*/
	/*.header {
		height:72px;
	}*/
	.header_share {
		margin-right:15px;
	}
	.header_bg .header_menu>li>a {
		padding:0 10px;
	}
	.header_bg .header_menu {
		margin-right:10px;
	}
}
@media(max-width:1280px) {
	.header_bg .logo img {
		/*width:175px;*/
		height: 72px;
	}
	.header_bg .logo span{
		line-height: 72px;
	}
	.header_bg .header_menu {
		margin-right:18px;
	}
	.header_bg .header_menu>li>a {
		padding:0 11px;
	}
	.header_bg .logo {
		padding:0;
		/*margin-top:13px;*/
	}
}
@media(max-width:1200px) {
	.header_bg .logo {
		padding:0 10px 0 25px;
	}
	.header_share {
		margin-right:20px;
	}
	.header_tool .header_language {
		padding-right:20px;
	}
}
@media screen and (min-width: 1121px){
	.navbar-header{
		float: left;
	}
}
@media(max-width:1120px) {
	.navbar-header{
		float: none;
	}
	.navbar-nav>li{
		float: none;
	}
	.navbar-collapse.collapse{
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important;
	    padding: 0 !important;
	}
	.navbar-nav {
		width:100%;
		margin-left:0px;
		text-transform:uppercase;
	}
	.navbar-nav li {
		text-align:left;
		border-bottom:1px dotted #e5e5e5;
		line-height:40px;
	}
	.navbar-nav li a {
		color:#666;
		font-size:13px;
		padding-left: 15px;
	}
	.navbar-nav li.active:before{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		z-index: 10;
		background: url(../../Img/images/lv3-a-hoverb.png) no-repeat center;
		background-size: 7px auto;
	}
	.navbar-nav li a:hover {
		color:#0752a4;
	}
	.headerbg {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		z-index:999999;
		background:#fff;
		-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
		-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
		box-shadow:0 5px 10px rgba(0,0,0,0.2);
	}
	.logo_boxlist {
		float:left;
		/*margin-top:7px;*/
	}
	.navbar-toggle {
		margin-top: 16px;
		margin-right:0;
		padding-right:0;
		display: block;
	}
	.navbar-toggle .icon-bar {
		background-color:#000;
	}
	.navbar-collapse {
		border-top:1px solid #e5e5e5;
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color:#000;
	}
	.navbar-collapse {
		border-top:1px solid #e5e5e5;
	}
	.header_icon {
		padding:10px 0;
		margin:auto;
		width:100px;
	}
	.header_icon a {
		float:left;
		width:50px;
	}
	.collapse_lis {
		display:none;
	}
	.phone .headerbg .menu_box .container {
		padding:0;
		width:94%;
		margin:0 auto;
	}
	.logo_boxlist{
		padding: 10px 0;
	}
	.logo_boxlist a img {
		height: 52px;
	}
	.logo_boxlist a span{
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		line-height: 52px;
		color: #000;
		font-family: "宋体";
		font-weight: bold;
	}
	.IndexCon {
		width:94%;
		margin:0 auto;
		position:relative;
		padding-top:2px;
	}
	.banner {
		margin-top:72px;
	}
	.foot-support{
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}
	.foot-support .title{
		display: none;
	}
	.copy{
		line-height: 20px;
		padding-top: 10px;
	}
	.copy a{
		display: block;
	}
}

.header_language{
	display: none !important;
}
.header_share{
	display: none !important;
}
.foot_right .foot_nav li:nth-child(3){
	display: none;
}
.foot_right .foot_nav li:nth-child(4){
	display: none;
}
.footBot{
	display: none;
}
.foot_line{
	display: none;
}

.header{
	background: none;
}
.header_bg{
	height: 90px;
}
.header_bg .logo{
	padding: 17px 0 16px;
}
.header_bg .logo img{
	height: 57px;
}
.header_bg .header_menu>li>a{
	line-height: 90px;
}
.header_tool .header_icon{
	margin-top: 32px;
}
.detail .header{
	background: #fff;
}
.header.is-fixed{
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

@media screen and (max-width: 1100px){
	.ft-box ul li{
		font-size: 16px;
		line-height: 24px;
		margin-right: 20px;
	}
	.copy{
		font-size: 14px;
	}
	.foot-support{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.copy{
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1120px){
	.header{
		display: none !important;
	}
	.phone{
		display: block !important;
	}
}
@media screen and (min-width: 1121px){
	.navbar-collapse.collapse{
		display:block!important;
	}
}

@media screen and (max-width: 767px){
	.ft-box{
		flex-wrap: wrap;
	}
	.ft-box ul{
		width: 100%;
	}
	.ft-box .code{
		margin: 0.2rem auto 0;
	}
	.ft-box ul li{
		font-size: 0.16rem;
		line-height: 0.28rem;
		margin-bottom: 0.05rem;
		margin-right: 0.15rem;
	}
	.ft-box ul li:nth-child(1){
		display: none;
	}
	.footercopy{
		text-align: center;
	}
	#footer_unohacha{
		float: none !important;
	}
	.foot-support .foot-jszc{
		float: none;
	}
	.foot-support{
		font-size: 12px;
	}
	.copy a.gawb{
		background: url(/Img/images/foot-icon01.png) no-repeat left top;
    	background-size: 20px;
	}
}


.pclv-list{
	display: none;
    position: fixed;
    top: 90px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    letter-spacing: 0;
}
.pclv-list .l-list{
	width: 86%;
    max-width: 1400px;
    margin: 0 auto;
}
.header_bg .header_menu li:nth-child(2) .item:nth-child(1){
	margin-left: 51.5%;
}
.header_bg .header_menu li:nth-child(3) .item:nth-child(1){
	margin-left: 51%;
}
.pclv-list .l-list .item{
	width: auto;
    display: inline-block;
    line-height: 50px;
    margin: 0 40px 0 0;
    text-align: center;
}
.pclv-list .l-list .item a{
	text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    height: 50px;
}
.header_bg .header_menu>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    width: 0px;
    height: 2px;
    background-color: #009944;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.header_bg .header_menu>li:hover a::after{
	width: 100%;
}
.pclv-list .l-list .item a:hover{
  color: #009944;
}

