@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0;}
@font-face {
    font-family: 'me';    
    src: url('../images/me.woff') format('woff'),
	 url('../images/me.ttf') format('truetype');	
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shs'; 
	   
    src:url('../images/SourceHanSansCN-ExtraLight.eot?#iefix') format('embedded-opentype'),
	 url('../images/SourceHanSansCN-ExtraLight.ttf') format('truetype');	
    font-weight: normal;
    font-style: normal;
}
body{ background:#f3f3f3; color:#666; font-size:; font-family:shs,'微软雅黑', Verdana, Geneva, sans-serif; /*font-weight:bold;*/}
ul{ list-style:none;}
h3,h5{ font-weight:normal;}
a{ text-decoration:none;}
img{ border:none;}
.header{ height:100px; background:#2080d2; color:#9fd0f9; font-family:shs,'微软雅黑', Verdana, Geneva, sans-serif ;}
.footer{ /*height:430px;*/ background:#1b1d1f; font-family: shs,'微软雅黑', Verdana, Geneva, sans-serif ;}
.footer .rlinks a{ color:#777777; display:block; /*line-height:3em;*/ margin: 0 0 2em 0;}
.footer .rlinks a.active{ color:#fff;}
.footer .rlinks a:before{ content:" "; display:inline-block; border-radius:5px; width:10px; height:10px; background:#1b1d1f; margin-right:10px;}
.footer .rlinks a.active:before{ background:#fff;}
.footer .rlinks li{ float:left; width:190px; margin:0 50px;}
.footer .rlinks{ padding-top:80px;}
.header_inner,.container_inner,.footer_inner{ width:1160px; margin:0 auto;}
.header_inner{ position:relative;}
.header .menu{ position:absolute; right:0; top:0; width:80%}
.header .menu >ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display: flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;position: relative;} 
.header .menu ul li a{ float:left; display:block; color:#9fd0f9; /*margin-left:80px;*/ padding:40px 19px;}
.header .menu ul li .lang-zh{border: 1px solid #288EE5;border-radius: 6px;float: left;display: inline-block;width: 36px;height: 22px;margin-top: 40px;outline: none;color: #9fd0f9;letter-spacing: 1.8px;background-color: #2080d2;cursor: pointer;position: absolute;right: 136px;}
.header .menu ul li .lang-en{border-radius: 6px;border: 1px solid #288EE5;float: left;display: inline-block;width: 36px;height: 22px;margin-top: 40px;outline: none;color: #9fd0f9;letter-spacing: 1.8px;background-color: #2080d2;cursor: pointer;position: absolute;right: 100px;}
.header .menu ul li >.lan{color: #E6E6E6;background-color: #288EE5;}
.header .menu ul li > .login{position: absolute;right: 0;}
.header .menu ul li>span{float:left; display:block; color:#9fd0f9; /*margin-left:80px;*/ padding:40px 22px;cursor: pointer;}
.header .menu ul li>span>span{display: inline-block;max-width: 105px;text-align: right;overflow: hidden;height: 22px;}
.header .menu ul li>span>img{height: 20px;width: 27.3px;display: inline-block;margin-left: 5px;}
.banner{width: 100%;height: 100%;z-index: 999;background-color: rgba(0,0,0,0.7);position: fixed;top:0;right: 0;bottom: 0;left: 0;}
.banner>img{display: block;width: 1100px;margin:10% auto;}
.adwa{width:100%;height: 100%;position: fixed;top:0;bottom:0;right: 0;left: 0;background-color: rgba(0,0,0,0.7);z-index: 9999;display: none;}
.adwa-outer{width: 1100px;height: 553px;margin: 5% auto;background-color: #ffffff;}
.adwa-tip{height: 90px;width: 100%;background-color: #F5F5F5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display: flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.adwa-tip>h2{font-size: 30px;line-height: 90px;padding-left: 40px;color: #191919;}
.adwa-tip>a{margin: 15px;text-decoration: none;color: #4A4A4A;}
.adwa-content{width: 628px;height: 289px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display: flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.adwa-content>p{margin-top:41px;margin-bottom: 65px;font-size: 20px;color: #191919;}
.adwa-content>input{width: 380px;height: 49px;padding-left: 10px;border: 1px solid #979797;font-size: 16px;color: #9B9B9B;}
.adwa-content>span{display: block;width: 380px;font-size: 16px;color: #9B9B9B;margin-top: 10px;}
.adwa-content>.red{color:red;}
.adwa-content>button{width: 161px;height: 41px;background-color: #1DA8FF;border:0;font-size: 16px;color: #FFFFFF;margin-top: 40px;}
.sucess{list-style: none;width: 100px;text-align: center;position: absolute;background-color: #fff;top:70px;color: #4A4A4A;right: 27px;z-index: 9;display: none;cursor: pointer;}
.sucess>li{height: 30px;line-height: 30px;}
.sucess>li:hover{color: #2080D2;}
.sucess> .blue{color: #2080D2;}
.header .menu ul li .active{ color:#fff;}
.lang{ display:block; padding:0 6px; font-size:12px; color:#fff; position:absolute; right:0; top:5px; z-index:999; border:1px solid #eee; border-radius:.5em;}

/*===========================================index=============================================*/
.logo{ width:170px; height:96px; background:url(../images/logo.png) no-repeat;}
.logo a{ width:170px; height:96px; display:block;}
.demo-in-in{ position:relative; overflow:hidden;}

/*slider*/
		.touchslider-demo .touchslider-viewport {
			/*border: 5px solid #fff1e0;
			background: #fff1e0;
			-webkit-border-radius: 6px;
			        border-radius: 6px;*/			
		}
		.touchslider-demo .touchslider-item {
			/*height: 918px;*/
			overflow: hidden;
		}
		.touchslider-demo .touchslider-item img{
			width:100%;
		}
		.touchslider-demo .touchslider-nav {
			text-align: center;
			margin-top: 16px;
			position:absolute;
			bottom:100px;
			width:100%;
		}
		.touchslider-demo .touchslider-nav a {
			cursor: pointer;
			color: #000;
		}
		.touchslider-demo .touchslider-nav a:active {
			background: #689db2;
		}

		.touchslider-nav {
			font: bold 16px/16px Georgia;
		}
		.touchslider-demo .touchslider-prev {
			position:absolute;
			top:400px;
			left:50px;
			background:#eee; 
			padding:10px;
			font-size:8px;
			color:#a3a3a5;
			cursor:pointer;
			opacity:.5;
		}
		.touchslider-demo .touchslider-next {
			position:absolute;
			top:400px;
			right:50px;
			background:#eee; 
			padding:10px;
			font-size:8px;
			color:#a3a3a5;
			cursor:pointer;
		}
		.touchslider-demo .touchslider-next-in {
			width:11px;
			height:20px;
			display:block;
			margin:0 auto 10px;
			background:url(../images/icon_arrow.png) no-repeat -11px 0;
		}
		.touchslider-demo .touchslider-prev-in {
			width:11px;
			height:20px;
			display:block;
			margin:0 auto 10px;
			background:url(../images/icon_arrow.png) no-repeat 0 0;			
		}
		.touchslider-demo .touchslider-nav-item {
			width: 10px;
			height: 10px;
			background: #666;
			margin: 0 16px;
			display: inline-block;
			border-radius: 5px;
			}
		.touchslider-demo .touchslider-nav-item-current {
			background: #fff;
			border:1px solid #666
		}

		/* social slider */
		.section-download {
			position: relative;
			padding-right: 230px;
		}
		.social {
			width: 200px;
			position: absolute;
			right: 20px;
			top: 0;
		}
		.touchslider-social .touchslider-nav {
			text-align: center;
			margin-bottom: 6px;
		}
		.touchslider-social .touchslider-nav-item {
			opacity: .5;
			padding: 0 2px;
		}
		.touchslider-social .touchslider-nav-item-current {
			opacity: 1;
		}
/*slider*/
.swipe {  
  overflow:hidden;
  position:relative;
  width:100%;
}
.swipe ul{
    overflow:hidden;
}
.swipe li div, .swipe div div div {  
  background:#1db1ff;
  font-weight:bold;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.swipe li img{	
  display:block;
  width:100%;
}
#pagenavi{
  text-align: center;
  margin-top: 16px;
  position:absolute;
  bottom:100px;
  width:100%;
}
#pagenavi a{
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #666;
  margin: 0 16px;
  display: inline-block;
		border-radius: 5px;
}
#pagenavi .active{ 
  background: #fff;
  border:1px solid #666;
}
.swipe .btn_prev {
	position:absolute;
	top:400px;
	left:50px;
	background:#000; 
	padding:10px;
	font-size:8px;
	color:#a3a3a5;
	cursor:pointer;
	opacity:.3;
}
.swipe .btn_next {
	position:absolute;
	top:400px;
	right:50px;
	background:#000; 
	padding:10px;
	font-size:8px;
	color:#a3a3a5;
	cursor:pointer;
	opacity:.3;
}
.btn_next .btn_next_in {
	width:11px;
	height:20px;
	display:block;
	margin:0 auto 10px;
	background:url(../images/icon_arrow.png) no-repeat -11px 0;
}
.btn_prev .btn_prev_in {
	width:11px;
	height:20px;
	display:block;
	margin:0 auto 10px;
	background:url(../images/icon_arrow.png) no-repeat 0 0;			
}
@media screen and (max-device-width:1440px){
	.swipe .btn_prev,.swipe .btn_next{ top:300px;}
	#pagenavi{ bottom:70px;}
}
.icpinfo{ font-size:14px; text-align:center; padding:60px 0; line-height:3em}
/*-- 下拉菜单 --*/
.dropMenu {	position:absolute;top: 0;z-index:100;width: 100px;visibility: hidden; margin-top: -2px; margin-left:0px;}
.dropMenu li { background:#2080d2;}
.dropMenu li a { display: block; text-align:center;	color: black;padding: 5px 0 5px 0px; color:#9fd0f9; line-height:2.5em;}
.dropMenu a:hover { color:#fff;}
/*===========================================company=============================================*/
.container_inner2{ color:#fff; text-align:center; background:rgba(0,0,0,.3); padding:50px 20px;}
.wrap:before{ content:""; display:block; height:240px;}
.container_inner2 h3{ font-size:38px; padding-bottom:60px;}
.container_inner2 p{ line-height:3em; text-align:left; text-indent:2em;}
.wrap{ height:946px;background:url(../images/pic2.jpg) no-repeat center top;}
/*===========================================download=============================================*/
.container_inner3{ padding:40px 0;}
.container_inner3 h3{ font-size:20px; color:#000; font-weight:bold; padding:15px 0 15px 50px;}
.mlist{ width:1170px;}
.mlist li{ background:#fff; width:358px; padding:40px 10px; margin:0 12px 12px 0; float:left; position:relative;}
.clearfix:after{ content:"."; height:0; display:block; visibility:hidden; clear:both;}
.mlist li img{ float:left; margin-right:20px;}
.app_info .name{ font-size:16px; margin-top:-3px; color:#000;}
.app_info .xz{ font-size:12px; padding:10px 0 15px; color:#666;}
.app_info .stars_box{ width:80px; height:12px; margin-left:-2px; overflow:hidden; background:url(../images/stars.png) no-repeat -32px 0;}
.mlist .ios{ display:block; width:26px; height:26px; background:url(../images/ios.png) no-repeat; position:absolute; right:85px; top:40px;}
.mlist .android{ display:block; width:26px; height:26px; background:url(../images/android.png) no-repeat; position:absolute; right:50px; top:40px;}
.c2d{ background:#fff; padding:30px 0 60px;}
.c2d>li:first-child div{ border-right:1px solid #e2e2e2;}
.c2d>li:last-child div{ margin-top:60px;}
.c2d li>div a{ display:block; text-align:center; color:#fff; line-height:3.5em; width:210px; border-radius:.5em; background:#50a9f4; margin:30px auto 0;}
.c2d li>div a:nth-child(1) i{ width:30px; height:30px; display:inline-block; background:url(../images/icon_dl.png) no-repeat; margin-left:6px; vertical-align:middle; padding-bottom:10px;}
.c2d li>div p{ text-align:center; color:#333;}
.c2d li{ float:left; /*padding:0 130px;*/ width:50%;}
.c2d li h5{ text-align:center; font-size:16px; margin-top:20px; color:#2e3133;}
.c2d_box li{ text-align:center;}
.c2d_box li img{ width:120px;}
.plus div{ width:188px; margin:0 auto;}
.plus h5{ text-align:center; font-size:24px; margin-top:20px; color:#2e3133;}
/*===========================================news=============================================*/
.container_inner4{ margin-bottom:180px;}
.container_inner4 h3{ font-size:18px; color:#000; font-weight:bold; padding:15px 0;}
.focus_list{ font-family: '微软雅黑', Verdana, Geneva, sans-serif ;}
.focus_list h5{ font-size:18px; font-weight:normal; color:#666; line-height:1.5em; padding:25px 0;}
.focus_list li{ float:left; width:268px; height:350px; overflow:hidden; margin:15px 29px 15px 0;}
.focus_list li:nth-child(4n){ margin-right:0;}
/*.focus_list li:last-child{ margin:0;}*/
.focus_list li p{ color:#888; font-size:12px; line-height:1.5em;}
.focus_list li img{ width:268px; height:190px;}
/*.col_left{ float:left;}*/
.col_left h3{ padding-top:50px; width:855px;}
.history_list .l,.history_list .r{ float:left;}
.history_list .l li{ border-bottom:1px solid #d8d8d8; width:255px;}
.history_list .l li:last-child{ border:none;}
.history_list .l a{  display:block; color:#888; font-size:12px; line-height:1.5em; padding:16px 0;}
.history_list .r{ margin-left:40px;}
.history_list .r li{ float:left; width:170px; margin-right:25px;}
.history_list .r li:last-child{ margin:0;}
.history_list .r li h5,.comment_list li p{ color:#888; font-size:12px; line-height:1.5em; padding:15px 0;}
.comment_list li p{ padding:5px 0 15px;}
.col_right{ float:right; width:175px; margin-top:75px;}
.comment_list li h5{ color:#666; font-size:16px; font-weight:bold; padding-top:15px; border-top:1px solid #d8d8d8;}
.morebtn{ display:block; line-height:5em; color:#888; font-size:12px; border-top:1px solid #d8d8d8;}
/*========================================newsdetail===========================================*/
.container_inner18 .txtP{ font-family: '微软雅黑', Verdana, Geneva, sans-serif ; background:#fff; padding:20px; margin:30px 0;}
.txtP h3{ color:#292828; font-size:22px; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #d8d8d8;}
.txtP p{ color:#5e5e5e; line-height:2em; white-space:pre-wrap;}
.txtP img{ margin:20px auto; display:inherit;}
/*===================================customer=================================================*/
.fl{float: left;}
.fr{float: right;}
.clearfix:after{
	content: '.';
	clear: both;
	overflow: hidden;
	display: block;
}




/*===================================service==================================================*/
.container_inner6{ height:820px; background:url(../images/pic6.jpg) no-repeat;background-size: 100%;}
.container_inner6:before{ content:""; display:block; height:330px;}
.container_inner6 .cont a{ display:block; text-align:center; width:160px; margin:0 auto; color:#1074c2; font-size:22px;}
.container_inner6 .cont a{ color:#34b477;}
.container_inner6 .cont a span{ display:block; font-size:16px; line-height:3em;}

/*===================================customer & service=======================================*/
/*.container_inner5{ height:820px; background:url(../images/pic5.jpg) no-repeat;}
.container_inner6{ height:820px; background:url(../images/pic6.jpg) no-repeat;}
.container_inner5:before,.container_inner6:before{ content:""; display:block; height:330px;}
.container_inner5 .cont a,.container_inner6 .cont a{ display:block; text-align:center; width:160px; margin:0 auto; color:#1074c2; font-size:22px;}
.container_inner6 .cont a{ color:#34b477;}
.container_inner5 .cont a span,.container_inner6 .cont a span{ display:block; font-size:16px; line-height:3em;}*/
/*===========================================transvr=============================================*/
.container7 .section:nth-child(1){ height:744px; background:url(../images/pic7_1.jpg) no-repeat center top;}
.container7 .section:nth-child(2){ height:560px; background:url(../images/pic7_2.jpg) no-repeat center top;}
.container7 .section:nth-child(3){ height:924px; background:url(../images/pic7_3.jpg) no-repeat center top;}
.container7 .section:nth-child(4){ height:785px; background:url(../images/pic7_4.jpg) no-repeat center top;}
.container7 .section:nth-child(5){ height:1075px; background:url(../images/pic7_5.jpg) no-repeat center top;}
.container7 .section:nth-child(6){ height:810px; background:url(../images/pic7_6.jpg) no-repeat center top;}
/*.container7 .section:nth-child(7){ height:736px; background:url(../images/pic7_7.jpg) no-repeat center top;}*/
.container7 .section:nth-child(7){ height:720px; background:url(../images/pic7_7.jpg) no-repeat center top;}
.container7 .container_inner{ position:relative;}
.container7 .section:nth-child(1) .txt{ position:absolute; left:0; top:240px;}
.container7 .section:nth-child(1) .c_box{ position:absolute; left:0; top:600px;}
.container7 .section:nth-child(1) .c_box img{ float:left;}
.container7 .section:nth-child(1) .c_box p{ margin:60px 0 0 134px; line-height:2em;}
.container7 .section:nth-child(2) .txt{ position:absolute; right:0; top:260px;}
.container7 .section:nth-child(3) .txt{ position:absolute; left:0; top:260px;}
.container7 .section:nth-child(4) .txt{ position:absolute; right:0; top:295px;}
.container7 .section:nth-child(5) .txt{ text-align:center; padding-top:150px; }
.container7 .section:nth-child(6) .txt{ position:absolute; left:80; top:290px;}
/*.container7 .section:nth-child(7) .txt{ position:absolute; right:0; top:250px;}*/
.container7 .section:nth-child(1) .txt p,
.container7 .section:nth-child(2) .txt p,
.container7 .section:nth-child(3) .txt p,
.container7 .section:nth-child(4) .txt p,
.container7 .section:nth-child(6) .txt p
/*.container7 .section:nth-child(7) .txt p*/
{ line-height:2.75em;}
.container7 .section:nth-child(1) .txt p{ margin-left:35px;}
/*.container7 .section:nth-child(7) .txt p{ margin-left:35px;}*/
.container7 .section:nth-child(6) .txt p{ margin-left:35px; color:#6d7179;}
.container7 .section:nth-child(4) .txt p{ margin-left:35px; color:#fff;}
.container7 .section:nth-child(6) .txt h3{ color:#32373f;}
.container7 .container_inner h3{ color:#fff; font-size:36px; margin-bottom:25px; line-height:54px;}
.container7 .container_inner p{ color:#9399a3; font-size:18px;}
@media screen and (max-device-width:1440px){
	.container7 .section:nth-child(7){ height:540px; background:url(../images/pic7_7.jpg) no-repeat center top; background-size:100% 100%;}
}
/*===========================================htcvive============================================*/
.container17 .section:nth-child(1){ height:1203px; background:url(../images/pic17_1.jpg) no-repeat center top;}
.container17 .section:nth-child(2){ height:1205px; background:url(../images/pic17_2.jpg) no-repeat center top;}
.container17 .section:nth-child(3){ height:1203px; background:url(../images/pic17_3.jpg) no-repeat center top;}
.container17 .section:nth-child(4){ height:1203px; background:url(../images/pic17_4.jpg) no-repeat center top;}
.container17 .section:nth-child(5){ background:#fff;}

.container17 .container_inner{ position:relative;}
.container17 .section:nth-child(1) .txt{ position:absolute; left:60px; top:140px;}
.container17 .section:nth-child(5) .txt{ text-align:center; padding:100px 0;}
.container17 .section:nth-child(1) .txt p,
.container17 .section:nth-child(4) .txt p
{ line-height:2.75em;}
.container17 .section:nth-child(2) .txt,
.container17 .section:nth-child(3) .txt,
.container17 .section:nth-child(4) .txt
{ text-align:center; padding-top:140px;}
.container17 .section:nth-child(2) .txt h3,
.container17 .section:nth-child(4) .txt h3,
.container17 .section:nth-child(5) .txt h3
{color:#191919;}
.container17 .section:nth-child(2) .txt p,
.container17 .section:nth-child(4) .txt p,
.container17 .section:nth-child(5) .txt p
{color:#373737;}
.container17 .container_inner h3{ color:#fff; font-size:36px; margin-bottom:25px; line-height:54px;}
.container17 .container_inner p{ color:#b7b7b7; font-size:18px;}
.container17 .section:nth-child(1) .txt{ width:648px; text-align:justify;}
.container17 .section:nth-child(1) .txt .htcbtn,.container17 .section:nth-child(1) .txt .d-btn,.container17 .section:nth-child(1) .txt .a-btn{ color:#ffffff; font-size:24px; display:inline-block; line-height:2em; padding:0 1em; margin:50px 30px 0 0px; border-radius:.3em;background-color: #1DA8FF;}
.container17 .section:nth-child(1) .txt .htcbtn1{ color:#ffffff; font-size:24px; display:inline-block; line-height:2em; padding:0 1em; margin:50px 0 0 30px; border-radius:.3em;margin-left:0;background-color: #999999;}
.container17 .section:nth-child(5) .txt ul{ color:#2882cf; font-size:30px; padding-top:50px; width:100%; display:table; /*display:-webkit-box;*/}
.container17 .section:nth-child(5) .txt ul li{ width:33.33%; text-align:center; display:table-cell; /*-webkit-box-flex:1.0;*/}
/*===========================================transq=============================================*/
.container8 .section:nth-child(1){ height:1071px; background:url(../images/pic8_1.jpg) no-repeat center top; position: relative;}
.container8 .section:nth-child(2){ height:1025px; background:url(../images/pic8_2.jpg) no-repeat center top;}
.container8 .section:nth-child(3){ height:1315px; background:url(../images/pic8_3.jpg) no-repeat center top;}
.container8 .section:nth-child(4){ height:1319px; background:url(../images/pic8_4.jpg) no-repeat center top;}
.container8 .section:nth-child(5){ height:934px; background:url(../images/pic8_5.jpg) no-repeat center top;}
.container8 .section:nth-child(6){ height:812px; background:url(../images/pic8_6.jpg) no-repeat center top;}
.container8 .section:nth-child(7){ height:1080px; background:url(../images/pic8_7.jpg) no-repeat center top;}
.container8 .section:nth-child(8){ height:1000px; background:url(../images/pic8_8.jpg) no-repeat center top;}
.container8 .section:nth-child(9){ height:848px; background:url(../images/pic8_9.jpg) no-repeat center top;}
.container8 .section:nth-child(10){ height:1156px; background:url(../images/pic8_10.jpg) no-repeat center top;}
.container8 .section:nth-child(11){ height:809px; background:url(../images/pic8_11.jpg) no-repeat center top;}
.container8 .section:nth-child(12){ height:1076px; background:url(../images/pic8_12.jpg) no-repeat center top;}
.container8 .section:nth-child(13){ height:1024px; background:url(../images/pic8_13.jpg) no-repeat center top;}
.container8 .section:nth-child(14){ height:1000px; background:url(../images/pic8_14.jpg) no-repeat center top;}

.container8 .container_inner{ position:relative;}
.container8 .section:nth-child(1) .txt{ text-align:center; padding-top:860px;}
.container8 .section:nth-child(2) .txt{ position:absolute; left:-100px; top:720px;}
.container8 .section:nth-child(3) .txt{ text-align:center; padding-top:60px;}
.container8 .section:nth-child(4) .txt{ text-align:center; padding-top:750px;}
.container8 .section:nth-child(5) .txt{ position:absolute; right:0; top:330px;}
.container8 .section:nth-child(6) .txt{ text-align:center; padding-top:150px;}
.container8 .section:nth-child(6) .txt2{ text-align:center; padding-top:400px;}
.container8 .section:nth-child(7) .txt{ position:absolute; left:-240px; top:460px;}
.container8 .section:nth-child(8) .txt{ text-align:center; padding-top:150px;}
.container8 .section:nth-child(9) .txt{ text-align:center; padding-top:100px;}
.container8 .section:nth-child(10) .txt{ text-align:center; padding-top:930px;}
.container8 .section:nth-child(11) .txt{ position:absolute; right:-160px; top:460px;}
.container8 .section:nth-child(13) .txt{ position:absolute; right:100px; top:300px;}
.container8 .section:nth-child(14) .txt{ position:absolute; left:240px; top:280px;}
@media screen and (max-device-width:1440px){
  .container8 .section:nth-child(1) .txt .tpqbtn{ color:#2F3237; font-size:24px; display:inline-block; line-height:2em; padding:0 1em; margin:50px 0 0 30px; border-radius:.3em; border:1px solid #2F3237;position: absolute;top: 710px;right: 100px;}
  .container8 .section:nth-child(2){ height:769px; background:url(../images/pic8_2.jpg) no-repeat center top; background-size:100% 100%;}
  .container8 .section:nth-child(2) .txt{ position:absolute; left:50px; top:550px;}	
  .container8 .section:nth-child(6){ height:609px; background:url(../images/pic8_6.jpg) no-repeat center top; background-size:100% 100%;}
  .container8 .section:nth-child(6) .txt2{ padding-top:240px;}
  .container8 .section:nth-child(7){ height:810px; background:url(../images/pic8_7.jpg) no-repeat center top; background-size:100% 100%;}
  .container8 .section:nth-child(7) .txt{ position:absolute; left:0; top:300px;}
  .container8 .section:nth-child(8){ height:750px; background:url(../images/pic8_8.jpg) no-repeat center top; background-size:100% 100%;}
  .container8 .section:nth-child(8) .txt{ text-align:center; padding-top:100px;}
  .container8 .section:nth-child(10){ height:867px; background:url(../images/pic8_10.jpg) no-repeat center top; background-size:100% 100%;}
  .container8 .section:nth-child(10) .txt{ text-align:center; padding-top:700px;}  
  .container8 .section:nth-child(11) .txt{ position:absolute; right:-50px; top:460px;}
  .container8 .section:nth-child(12){ height:807px; background:url(../images/pic8_12.jpg) no-repeat center top; background-size:100% 100%;}
}
.container8 .section:nth-child(1) .txt p,
.container8 .section:nth-child(2) .txt p,
.container8 .section:nth-child(3) .txt p,
.container8 .section:nth-child(4) .txt p,
.container8 .section:nth-child(6) .txt p,
.container8 .section:nth-child(11) .txt p,
.container8 .section:nth-child(13) .txt p
{ line-height:2.75em;}
.container8 .section:nth-child(1) .txt p,
.container8 .section:nth-child(4) .txt p,
.container8 .section:nth-child(6) .txt p,
.container8 .section:nth-child(9) .txt p,
.container8 .section:nth-child(11) .txt p,
.container8 .section:nth-child(13) .txt p
{ color:#373737;}
.container8 .section:nth-child(1) .txt h3,
.container8 .section:nth-child(4) .txt h3,
.container8 .section:nth-child(5) .txt h3,
.container8 .section:nth-child(6) .txt h3,
.container8 .section:nth-child(8) .txt h3,
.container8 .section:nth-child(9) .txt h3,
.container8 .section:nth-child(11) .txt h3,
.container8 .section:nth-child(13) .txt h3
{ color:#32373f;}
.container8 .section:nth-child(2) .txt h3,.container8 .section:nth-child(3) .txt h3,.container8 .section:nth-child(4) .txt h3,.container8 .section:nth-child(6) .txt h3{ margin-top:25px;}
.container8 .section:nth-child(13) .txt h3{ line-height:90px;}
.container8 .section:nth-child(14) .txt h3{ line-height:80px; margin-top:25px;}
.container8 .section:nth-child(14) .txt .tpqbtn{ color:#b7b7b7; font-size:24px; display:inline-block; line-height:2em; padding:0 1em; margin:50px 0 0 30px; border-radius:.3em; border:1px solid #b7b7b7;}
.container8 .container_inner h3{ color:#fff; font-size:36px; margin-bottom:25px; line-height:54px;}
.container8 .container_inner p{ color:#fff; font-size:18px;}
/*===========================================transbns=============================================*/
.tabnav{max-width: 1725px; margin:0 auto; position:relative; margin:50px auto;height: 585px;}
.tab9{width:100%;margin:auto;}
.tab9 li a{ display:block; text-align:center; color:#fff; float:left; /*width:575px;*/width:50%; height:585px; }
.tab9 li a:before{ content:""; display:block; background:rgba(0,0,0,.5); position:absolute; width:50%; height:100%;}
.tab9 li:nth-child(1) a{ background:url(../images/tab9_1.jpg) no-repeat center top;}
.tab9 li:nth-child(2) a{ background:url(../images/tab9_2.jpg) no-repeat center top;}
.tab9 li:nth-child(3) a{ background:url(../images/tab9_3.jpg) no-repeat; background-size:100%;}
.tab9 li a span{ display:block; line-height:60px; background:rgba(45,45,45,.7);}
/*.tab9 li a.current{ color:#fff;}*/
.tab9 li a.current:before{ background:rgba(0,0,0,0)}
.tab9 li a:hover:before{ background:rgba(0,0,0,0)}

.container9_3 .section:nth-child(1){ height:1080px; background:url(../images/pic9_3_1.jpg) no-repeat center top;}
.container9_3 .section:nth-child(2){ height:919px; background:url(../images/pic9_3_2.jpg) no-repeat center top;}
.container9_3 .section:nth-child(3){ height:1059px; background:url(../images/pic9_3_3.jpg) no-repeat center top;}
.container9_3 .section:nth-child(4){ height:888px; background:url(../images/pic9_3_4.jpg) no-repeat center top;}
.container9_3 .section:nth-child(5){ height:977px; background:url(../images/pic9_3_5.jpg) no-repeat center top;}
.container9_3 .section:nth-child(6){ height:1080px; background:url(../images/pic9_3_6.jpg) no-repeat center top;}
.container9_2 .section:nth-child(1){ height:875px; background:url(../images/pic9_2_1.jpg) no-repeat center top;}
.container9_2 .section:nth-child(2){ height:1273px; background:url(../images/pic9_2_2.jpg) no-repeat center top;}
.container9_2 .section:nth-child(3){ height:915px; background:url(../images/pic9_2_3.jpg) no-repeat center top;}

.div .container_inner{ position:relative;}
.container9_3 .section:nth-child(1) .txt{ position:absolute; left:-60px; top:720px;}
.container9_3 .section:nth-child(2) .txt{ position:absolute; left:-60px; top:680px;}
.container9_3 .section:nth-child(3) .txt{ text-align:center; padding-top:150px;}
.container9_3 .section:nth-child(4) .txt{ text-align:center; padding-top:630px;}
.container9_3 .section:nth-child(5) .txt{ position:absolute; right:-200px; top:450px;}
.container9_3 .section:nth-child(6) .txt{ position:absolute; left:-60px; top:680px;}
.container9_2 .section:nth-child(1) .txt{ position:absolute; left:0; top:220px;}
.container9_2 .section:nth-child(2) .txt{ text-align:center; padding-top:630px;}
.container9_2 .section:nth-child(3) .txt{ text-align:center; padding-top:100px;}

@media screen and (max-device-width:1440px){
  /*.tabnav{ width:1305px;}*/
  /*.tab9 li a{ width:652.5px; height:440px;}*/
  /*.tab9 li a:before{ width:652.5px; height:440px;}*/
  .container9_3 .section:nth-child(5){ height:733px; background-size:100% 100%;}
  .container9_3 .section:nth-child(5) .txt{ position:absolute; right:-80px; top:350px;}
  .container9_3 .section:nth-child(6){ height:810px; background-size:100% 100%;}
  .container9_3 .section:nth-child(6) .txt{ position:absolute; left:80px; top:550px;}
}


.container9_2 .section:nth-child(3) .txt p
{ color:#373737;}

.container9_2 .section:nth-child(3) .txt h3
{ color:#32373f;}
.div{ display:none;}
.div.show{ display:block;}
.div .container_inner h3{ color:#fff; font-size:36px; margin-bottom:25px; line-height:54px;}
.div .container_inner p{ color:#fff; font-size:18px; line-height:2em;}
.paradata p{ text-align:center; font-size:38px; color:#000; padding:120px 0 0;}
.paradata table{ margin:100px auto; width:1330px;}
.paradata table tr td{ width:105px; height:220px; padding:0 100px; vertical-align:top; font-size:28px; color:#000;}
.paradata table tr td span{ display:block; font-size:18px; line-height:1.8em; color:#949494; margin-top:25px;}
.contp{ text-align:center;}
.contp h3{ color:#32373f; font-size:38px; padding:110px 0 50px;}
.contp p{ color:#373737; font-size:18px;}
.contp ul{ margin:140px auto 0; width:1200px;}
.contp ul li:nth-child(1){ background:url(../images/pic9_2_41.png) no-repeat 0 10px;}
.contp ul li:nth-child(2){ background:url(../images/pic9_2_42.png) no-repeat 0 10px;}
.contp ul li:nth-child(3){ background:url(../images/pic9_2_43.png) no-repeat 0 10px;}
.contp ul li:nth-child(4){ background:url(../images/pic9_2_44.png) no-repeat 0 10px;}
.contp ul li{ float:left; padding:0 0 90px 120px; width:480px;}
.rtxt{ text-align:left; color:}
.rtxt h3{ padding:0 0 25px; font-size:26px;}
.rtxt p{ line-height:1.8em;}
/*===========================================corporate=============================================*/
.container10 .section{ height:809px; background:url(../images/pic10.jpg) no-repeat center top;}
.container10 .container_inner{ position:relative;}
.container10 .section .txt{ text-align:center; padding-top:150px;}
.container10 .section .txt h3{ color:#32373f;}
.container10 .container_inner h3{ color:#fff; font-size:36px; margin-bottom:25px; line-height:54px;}
/*==============================corpmedia & corbusiness & joinus===================================*/
.container11 .section{}
.container11 .section .txt,
.container12 .section .txt,
.container13 .section .txt
{ padding-left:140px; margin:320px auto 360px;  width:340px; background:url(../images/pic11_1.png) no-repeat;}
.container12 .section .txt {background:url(../images/pic12_1.png) no-repeat}
.container13 .section .txt {background:url(../images/pic13_1.png) no-repeat}
.container11 .section .txt p,
.container12 .section .txt p,
.container13 .section .txt p
{ color:#7b7872; font-size:32px; line-height:54px;}
.container_inner13{ font-family: '微软雅黑', Verdana, Geneva, sans-serif ; background:#fff; padding:20px; margin:30px auto; font-size:14px; line-height:1.8em;}
.container_inner13>p{ color:#292828; font-size:22px; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #d8d8d8;}
.jobpin li{ padding-bottom:30px;}
.jobpin li a{ color:#1e6eb3; font-size:14px; padding-right:20px;}
.jobpin li h3{ font-size:14px; color:#666;}
.jobcont{ margin-top:50px;}
.jobcont section{ padding:20px 0;}
.jobcont section h3{ font-size:14px; color:#1e6eb3; font-weight:bold;}
.jobcont section p{ white-space:pre;}
.contactinfo{ white-space:pre; padding-top:20px;}
/*===========================================tpcast=============================================*/
.container14{ background:#fff;}
.container14 .section:last-child{ padding-bottom:150px;}
.container14 .section:last-child .txt{ background:url(../images/pic14_2.png) no-repeat 0 220px;}
.container14 .section:last-child .txt p{ padding-left:50px; line-height:66px;}
.container14 .container_inner h3{ color:#373737; font-size:32px; padding-top:150px; margin-bottom:25px; line-height:;}
.container14 .container_inner p{ color:#32373f; font-size:16px; line-height:2.75em;}
/*========================================officevedio===========================================*/
.container15 .section{ height:1072px; background:url(../images/pic15.jpg) no-repeat;}
.videobox{ text-align:center; padding-top:240px;}
/*=========================================contactus============================================*/
.container16 { width: 1160px; margin: 0 auto;padding: 40px 0;}
.container16 .section { background: #fff; padding: 30px 0 60px;}
.container16 .section .txt{ padding-top: 55px;padding-left: 300px;}
.container16 .section .txt a{ color:#fff; display:block; text-decoration:underline;}
.container16 .section .txt h3{ font-size:38px;color: black;}
.container16 .section .txt p{ line-height:2em; font-size:18px; padding-top:50px;}
.container16 .section .txt span{ display:block; text-decoration:underline;}
/*=========================================job============================================*/
.select{padding:5px 10px;}
.select li{list-style:none;padding:10px 0 5px 60px}
.select .select-list:nth-child(2){border-bottom:#eee 1px dashed}
.select dl{zoom:1;position:relative;line-height:24px;}
.select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.select dt{width:100px;margin-bottom:5px;position:absolute;top:0;left:-100px;text-align:right;color:#666;height:24px;line-height:24px}
.select dd{float:left;display:inline;margin:0 0 5px 5px;}
.select a{display:inline-block;white-space:nowrap;height:24px;padding:0 10px;text-decoration:none;color:#666;border-radius:2px;}
.select a:hover{color:#0d82e7;background-color:#cce1f3}
.select .selected a{color:#fff;background-color:#2080d2}
.select-result dt{font-weight:bold}
.select-no{color:#999}
.select .select-result a{padding-right:20px;background:#2080d2 url("../images/close.gif") right 9px no-repeat}
.select .select-result a:hover{background-position:right -15px}
.tb{ width:100%; text-align:left;line-height:3em; margin-top:20px;}
.data-container ul li{ display:table; width:100%;}
.data-container ul li span,.tb tr th,.tb tr td{ display:table-cell; width:17.5%; text-align:center;}
.data-container ul li span:first-child,.tb tr th:first-child,.tb tr td:first-child{ width:30%; text-align:left;}
.tb tr td a{ color:#2080d2;}
.container13 dl{ line-height:2em;}
.addr dt,.num dt{ float:left; padding-right:10px;}
.addr dd,.num dd{color:#2080d2;}
.joinfomasker{ width:100%; height:100%; background:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:1000; display:none;}
.joinfomasker a{ color:#2080d2; position:absolute; right:20px; top:20px;}
.joinfomasker .container_inner13{ margin-top:80px; position:relative;height: 80%;overflow: auto}
.jobinfo dd,.jobreq dd{ white-space:pre-wrap;}
.joinfomasker dl{ padding-bottom:10px;}
.jobinfo,.jobreq{ line-height:1.8em;}
.continfo{ color:#9b9b9b; margin:30px 0 10px;}
/*=========================================install============================================*/
.tab18cont {background: #fff;}
.container18 .tab18 {background: #f3f3f3;}
.tab18cont > div.show {display: block;}
.tab18cont > div {display: none;}
.container18 .tab18 ul {width: 494px;margin: 0px auto;}
.container18 .tab18 li a {float: left; text-align: center; color: #fff; padding: 30px 40px; margin: 50px 160px 50px 0px; background: #7f7f7f;}
.container18 .tab18 li:first-child i { background: url("../images/pic18_1.png") no-repeat;}
.container18 .tab18 li:last-child i { background: url("../images/pic18_2.png") no-repeat;}
.container18 .tab18 li i { width: 87px; height: 78px; display: block;}
.container18 .tab18 li:last-child a {margin-right: 0px;}
.container18 .tab18 li a.current { background: #3b96e4;}
.guidVideoBox {text-align: center; padding: 50px 0px;}
.insdec {padding: 100px 0px;}
.coverimg {float: left; margin: 0px 100px;}
.insdec p {font-weight: bold; font-size: 24px; padding: 50px 0px 20px;}
.insdec dl {line-height: 2em;}
.insdec dl dt {float: left; /*padding-right: 50px;*/ width:100px;}
.insdec .btn { margin-top: 200px;}
.insdec .btn a { color: #55a4e8; text-align:center; display: block; width: 120px; padding: 10px 80px; border:1px solid #4ea0e7; border-radius: 0.5em; margin: 0px 0px 20px 670px;}
.insdec .btn a i {  display: inline-block; width: 31px; height: 27px; vertical-align:middle;}
.insdec .btn a:nth-child(1) i { background: url("../images/pic18_icon_1.png") no-repeat;}
.insdec .btn a:nth-child(2) i { background: url("../images/pic18_icon_2.png") no-repeat;}
.lightbox{position: fixed;top: 0px;	left: 0px;height: 100%;	width: 100%;z-index: 7;	opacity: 0.3;display: block;background-color: rgb(0, 0, 0);	display: none;}
.container18 .pop,.container18 iframe{position: fixed;top:0;width: 100%;	height: 100%; z-index: 9991;}
.hid{ position: absolute;top:50px;right: 50px;display: inline-block;width: 80px;height: 30px;z-index:9992;color:#fff;}