/*
@file main.css
@desc 网站主样式文件
@charset utf-8
@author tianwen@zhangyue.com
@version 0.01
@last modified 2015-07-08
*/
html { height: 100% }
body { height: 100%; min-width: 1004px; overflow-x: hidden; font-family: "Microsoft YaHei", "Arial", "Helvetica", "sans-serif"; color: #131313; font-size: 14px; }

/*clear float*/
.clear { clear: both; }
.clearfix::after { content: ''; display: block; clear: both }

/*reset*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
ul, ol { list-style: none; }
a { text-decoration: none; }
legend { color: #000; }
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }

/*header*/
.fixed { position: fixed; left: 0; }
.header { width:1350px; margin: 0 auto; height: 11%; min-height: 100px; position: relative; z-index: 1; }
.header_wrap { position: relative; height: 100%; }
.header a.logo {position: fixed; top: 0.2em; display: block; width:220px; height: 43px;left: 3px}
.header a.logo .logo1{position:relative;top:5px;right:10px;}
.header a.logo .logo2{position:relative;top:5px;right:10px;}
.header .nav { position: absolute; top: -1.5em; right: 10px; z-index: 18; }
.header .nav ul { float: right; position: relative;}
.header .nav ul .arr { width: 31px; height170: 127px; margin-left: 18px; background-image: url(/public/img/nav_hover.png?v=1); background-repeat: no-repeat; position: absolute; top: 0; left: 0; z-index: -1 }
.header .nav li { width: 60px; height: 127px; margin: 0 10px; text-align: center; line-height: 127px; color: #fff; cursor: pointer; text-shadow: 0 0 1px #000; float: left; position: relative }
.header .nav li a { color: #fff; }
.header .nav li .icon_flag { position: absolute; top: 58px; right: -18px }
.sub_nav { height: 36px; padding-right: 12%; background: #e8e8e8 }
.sub_nav li { height: 36px; padding: 0 23px; line-height: 36px; color: #333; float: right; cursor: pointer; }
.sub_nav li.cur { background: url(/public/img/nav_hover2.png?v=1) no-repeat bottom center; }
.nav_cur { background: url(/public/img/nav_hover3.png?v=1) no-repeat bottom center; }

/*Menu*/
.pagenav { width: 300px; margin: 0 auto; text-align: center; position: fixed; bottom: 13%; left: 0; right: 0; z-index: 10; -webkit-transition: opacity 0.5s 0s; transition: opacity 0.5s 0s; _position: absolute; _right: 20px; _top: 50%; _width: 5px; }
.pagenav li { height: 12px; width: 12px; margin: 12px; text-indent: -9999px; border: 1px solid #fff; border-color: rgba(255, 255, 255, .3); border-radius: 6px; background: none; -webkit-transition: all .5s 0s; transition: all .5s 0s; overflow: hidden; display: inline-block; _margin: 16px; _width: 5px; _text-indent: -9999px }
.pagenav li.active { border: 1px solid #fff; background: #fff; filter: alpha(opacity=50); opacity: 0.5; -webkit-transform: scale(1.1); transform: scale(1.1); }
.action .pagenav li.active { filter: alpha(opacity=50); opacity: 0.5; }
.icon_arr_prev, .icon_arr_next {width:33px; height:62px; margin-top:-31px; cursor:pointer; background-repeat: no-repeat; position: absolute; top:50%; z-index:100;}
.icon_arr_prev { background-image: url(/public/img/icon_arr_prev.png); left: 25px; }
.icon_arr_next { background-image: url(/public/img/icon_arr_next.png); right: 25px; }

/*Section*/
.section { width: 100%; height: 100%; opacity: 0; text-align: center; overflow: hidden; position: absolute; top: 0; left: 0; -webkit-transition: opacity .5s; transition: opacity .5s; }
.status0, .status2, .status0 .slow, .status2 .slow { opacity: 0 !important; }
.status1 { opacity: 1 !important; }
.row { position: absolute; top: 14%; left: 0; width: 100%; z-index: 10; }
#section1 { background: url(/public/img/banner7_bg.png) repeat; }
#section2 { background: url(/public/img/banner2_bg.png) repeat; }
#section3 { background: url(/public/img/banner3_bg.png) repeat; }
#section4 { background: url(/public/img/banner4_bg.png) repeat; }
#section5 { background: url(/public/img/banner5_bg.png) repeat; }
#section6 { background: url(/public/img/banner6_bg.png) repeat; }
#section7 { background: url(/public/img/banner7_bg.png) repeat; }
.status1 .content_cn { position: relative; top: 0px; opacity: 1; -webkit-animation: add 0.7s ease; animation: add 0.7s ease; }
@-webkit-keyframes add {
	0% { top: -78px; }
	100% { top: 0px; }
}
@keyframes add {
	0% { top: -78px; }
	100% { top: 0px; }
}
.homebg01, .homebg02, .homebg03, .homebg04, .homebg05, .homebg06 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: all 1s; }
.homebg01 { position: relative; opacity: 1; font-size: 0; }
.homebg01 img { position: relative; top: 33%; width: auto; }
@-webkit-keyframes banner_img1 {
	0% { top: 50px; }
	100% { top: 0; }
}
@keyframes banner_img1 {
	0% { top: 50px; }
	100% { top: 0; }
}
.status1 .homebg01 { -webkit-animation: banner_img1 0.7s ease; animation: banner_img1 0.7s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.homebg02 { background-position: center 58%; position: relative; opacity: 1; }
.homebg02 img { width: auto; position: relative; top: 33%; }
@-webkit-keyframes banner_img2 {
	0% { top: 50px; }
	100% { top: 0; }
}
@keyframes banner_img2 {
	0% { top: 50px; }
	100% { top: 0; }
}
.status1 .homebg02 { -webkit-animation: banner_img2 0.7s ease; animation: banner_img2 0.7s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.homebg03 { position: relative; opacity: 1; }
.homebg03 img { width: auto; position: relative; top: 33%; }
@-webkit-keyframes banner_img3 {
	0% { top: 50px; }
	100% { top: 0; }
}
@keyframes banner_img3 {
	0% { top: 50px; }
	100% { top: 0; }
}
.status1 .homebg03 { -webkit-animation: banner_img3 0.7s ease; animation: banner_img3 0.7s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.homebg04 { position: relative; opacity: 1; }
.homebg04 img { width: auto; position: relative; top: 33%; }
@-webkit-keyframes banner_img4 {
	0% { top: 50px; }
	100% { top: 0; }
}
@keyframes banner_img4 {
	0% { top: 50px; }
	100% { top: 0; }
}
.status1 .homebg04 { -webkit-animation: banner_img4 0.7s ease; animation: banner_img4 0.7s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.homebg05 { position: relative; opacity: 1; }
.homebg05 img { width: auto; position: relative; top: 33%; }
@-webkit-keyframes banner_img5 {
	0% { top: 50px; }
	100% { top: 0; }
}
@keyframes banner_img5 {
	0% { top: 50px; }
	100% { top: 0; }
}
.status1 .homebg05 { -webkit-animation: banner_img5 0.7s ease; animation: banner_img5 0.7s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.homebg06 { position: relative; opacity: 1; }
.homebg06 img { width: auto; position: relative; top: 33%; }
@-webkit-keyframes banner_img6 {
	0% { top: 50px; }
	100% { top: 0; }
}
@keyframes banner_img6 {
	0% { top: 50px; }
	100% { top: 0; }
}
.status1 .homebg06 { -webkit-animation: banner_img6 0.7s ease; animation: banner_img6 0.7s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards }
.active .homebg01, .active .homebg02, .active .homebg03, .active .homebg04, .active .homebg05 { background-position: center 85%; opacity: 1; transition-delay: 0.7s; }
.banner1 { background: #e74d4d; height: 667px; position: absolute; height: 100%; }
.content_cn h1, .content_cn h2 { color: #fff; font-weight: normal; padding-top: 5px; }
.content_cn h1 { font-size: 48px; }
.content_cn h2 { font-size: 18px; margin-top: 1% }
.content_cn h1.color0, .content_cn h2.color0 { color: #000; }
.active div.homebg06 { background-position: center 55%; opacity: 1; transition-delay: 0.7s; }

/*Button*/
.download_button { width: 100%; position: fixed; bottom: 20%; z-index: 10 }
.down_button_con { overflow: hidden; width: 100%; margin: 0 auto; height: 49px; text-align: center; }
.download_button a, .r_g_t a { height: 40px; line-height: 40px; color: #fff; font-size: 18px; vertical-align: middle; border: 1px solid #fff; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 30px; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; display: inline-block; }
.download_button a:hover { background-color: #fff; color: #000; border-color: #fff; }
.download_button a.googleplay { height: 45px; line-height: 45px; width: 115px; padding-left: 50px; background-image: url(/public/img/googleplay_hover.png); background-position: 15px center; background-repeat: no-repeat; text-align: left; margin-left: 15px; }
.download_button a.download { height: 45px; line-height: 45px; width: 100px; padding: 0 14px 0 45px; text-align: center; background-image: url(/public/img/down_load.png); background-position: 25px center; background-repeat: no-repeat; }
.download_button a.download:hover { background-image: url(/public/img/down_load_hover.png) }
.download_button a.appgallery { height: 45px; line-height: 45px; width: 115px; padding-left: 60px; background-image: url(/public/img/AppGalleryLogo_Red.png); background-position: 15px center; background-repeat: no-repeat; text-align: left; margin-left: 15px; }
.download_button a.appstore { height: 45px; line-height: 45px; width: 115px; padding-left: 60px; background-image: url(/public/img/appstore.png); background-position: 15px center; background-repeat: no-repeat; text-align: left; margin-left: 15px; }
.download_button a.app_icon { width: 48px; height: 48px; margin-left: 15px; vertical-align: middle; }
.download_button a.play { background: url('/public/img/play.png') 0 0 no-repeat; }
.download_button a.play:hover, .download_button a.paly.grey:hover { background: url(/public/img/play_hover.png) no-repeat; }
.download_button a.code_button { background-image: url(/public/img/qr.png); background-repeat: no-repeat; }
.download_button a.code_button:hover, .download_button a.code_button.grey:hover { background-image: url('/public/img/qr_hover.png'); }
.footer { width: 100%; min-width: 1004px; /*height:72px;*/ font-size: 14px; z-index: 1; color: #fff; position: fixed; bottom: 0; }
.copyright { position: absolute; bottom: 17px; left: 8%; }
.copyright p {line-height: 26px;}
.copyright a { color: #fff; }
.footlink { position: absolute; bottom: 17px; right:10%; }
.footlink p {line-height: 35px;}
.footlink a { color: #fff; margin-left: 30px; cursor: pointer; }
.footlink a img, #language a img { margin-left: 10px; }
#language_layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: 1005; }
#language { position: fixed; right: 10.2%; bottom: 40px; height: 0; text-align: right; overflow: hidden; z-index: 1006; }
#language a { display: block; height: 25px; line-height: 25px; padding: 0 17px; color: #fff; }

/* QR Code */
.qr_modal, .step_modal { position: fixed; top: 50%; left: 50%; height: auto; z-index: 1200; visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
.qr_modal { margin-top: -170px; margin-left: -150px; }
.step_modal { margin-top: -200px; margin-left: -265px; }
.qr_show, .step_show { visibility: visible; }
.qr_effect.qr_modal, .step_effect.step_modal { -webkit-perspective: 1300px; -moz-perspective: 1300px; perspective: 1300px; }
.qr_effect .qr_content, .step_effect .step_content { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateX(-70deg); -moz-transform: rotateX(-70deg); -ms-transform: rotateX(-70deg); transform: rotateX(-70deg); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; transition: all .3s; opacity: 0; }
.qr_show.qr_effect .qr_content, .step_show.step_effect .step_content { -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); transform: rotateX(0); opacity: 1; }
.qr_overlay, .step_overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; top: 0; left: 0; z-index: 1100; opacity: 0; background-color: rgba(0, 0, 0, .8); -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.qr_show.qr_overlay, .step_show.step_overlay { opacity: 1; visibility: visible; }
.qr_layer, .wifi_step { background: white; z-index: 1100; }
.qr_layer { padding: 0 35px 25px; }
.wifi_step { padding: 0 35px 25px 300px; }
.qr_layer .close_qr, .wifi_step .close_step { position: relative; top: 0; right: 0; height: 35px; }
.qr_layer .close_qr .close, .wifi_step .close_step a { position: absolute; top: 0; right: -35px; *right: -160px; display: block; width: 35px; height: 35px; background: url(/public/img/close_qr.png) no-repeat center center; text-indent: -99999px; }
.qr_layer .close_qr .close:hover, .wifi_step .close_step a:hover { cursor: pointer; }
.wifi_step .step_title { height: 24px; line-height: 24px; margin: 33px 0 15px; padding-left: 25px; background: url("../image/mobile_step.png") no-repeat; background-position: left center; font-size: 17px; color: #999; }
.step_pic img { width: 195px; }
.disc { line-height: 28px; padding-bottom: 15px; }
.disc li em { width: 5px; height: 5px; border-radius: 5px; background: #999; display: inline-block; vertical-align: middle; margin-right: 5px; }
.hidden { display: none; }
.homebg01 img, .homebg02 img, .homebg03 img, .homebg04 img, .homebg05 img, .homebg06 img { height: 35%; }
.header .nav_a li a { color: #333; text-shadow: none; }
.header .nav_a li a.cur { color: #e8554d; }
.page { border-top: 1px solid #e8e8e8; }
.con { width:1350px; margin: 0 auto; padding-top: 30px; color: #555; text-align: justify; overflow: hidden; padding-bottom: 80px; }
.con .about h1, .con .lxwm h1 { font-size: 36px; color: #333; padding: 10px 0 36px; font-weight: normal; }
.con .about p { padding-bottom: 15px; line-height: 28px; }
.lxwm { /*border-top:1px solid #e8e8e8;*/ padding-top: 30px; }
.lxwm ul { padding: 55px 0 0; }
.lxwm ul li { float: left; background: #e8554d; border: 1px solid #eb6962; border-radius: 2px; padding: 10px; margin-right: 10px; }
.lxwm ul li img, .lxwm ul li div { float: left; color: #fff; font-size: 16px }
.lxwm ul li div a { color: #fff; font-size: 14px; }
.lxwm ul li img { padding: 8px 10px 0 0; }
.img { text-align: center; padding: 76px 0 0; }
.img img { width: 100%; }
.ej_a { border-top: 1px solid #E5E5E5; height: 50px; background: #fff; }
.ej_a .copyright a, .ej_a .footlink a { color: #666; }
.p_l { padding-left: 15px; }
.con .about h2 { font-size: 16px; }
.disc ul li { list-style-type: circle; margin-left: 30px; }



.hcenter{margin:10px auto 0;padding:20px 0;width:1200px;background-color:#fff;color:#000;text-align:center;}
.hcenter h2{position:relative;display:inline-block;padding:0 15px;color:#333;font-weight:400;font-size:30px;}
.hcenter h2:after,.hcenter h2:before{position:absolute;top:60%;right:-198px;width:198px;height:1px;background:url(/public/img/line.png) no-repeat 0 -1px;content:"";}
.hcenter h2:before{left:-198px;background-position:0 0;}

.fwxm{width:1250px;height:240px;margin:20px auto 0;overflow:hidden;padding:0 15px;}
.fwxm a{display:block;float:left; width:224px;height:200px;margin:15px; box-shadow:0px 10px 30px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;}
.fwxm a:nth-child(1){background:#00000000 url(/public/img/fwxm1.png) no-repeat;background-size:100% 200px;margin-left:0;}
.fwxm a:nth-child(2){background:#00000000 url(/public/img/fwxm2.png) no-repeat;background-size:100% 200px;}
.fwxm a:nth-child(3){background:#00000000 url(/public/img/fwxm3.png) no-repeat;background-size:100% 200px;}
.fwxm a:nth-child(4){background:#00000000 url(/public/img/fwxm4.png) no-repeat;background-size:100% 200px;}
.fwxm a:nth-child(5){background:#00000000 url(/public/img/fwxm5.png) no-repeat;background-size:100% 200px;margin-right:0;}
.fwxm a .pic{width:92px;height:52px;margin:45px auto 20px;text-align:center;}
.fwxm a h3{width:100%; height:35px;line-height:35px; font-size:22px;color:#fff;text-align:center; margin:0;border:none;}
.fwxm a h5{width:100%; height:30px;line-height:30px; font-size:16px;font-weight:400; color:#fff;text-align:center; margin:0;border:none;}
.fwxm a:hover {box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);margin-top:-0px;}


@media (max-width:1400px) {
	.header {width:1200px; }
	.con { width:1200px; margin: 0 auto; padding-top: 30px; color: #555; text-align: justify; overflow: hidden; padding-bottom: 80px; }
	.hcenter{margin:10px auto 0;padding:20px 0;width:1000px;}
	.fwxm{width:1150px;height:240px;margin:15px auto 0;overflow:hidden;}
	.fwxm a{display:block;float:left; width:210px;height:190px;margin:10px; box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;}
  	.fwxm a h3{width:100%; height:35px;line-height:35px; font-size:20px;color:#fff;text-align:center; margin:0;border:none;}
	.fwxm a h5{width:100%; height:30px;line-height:30px; font-size:14px;font-weight:400; color:#fff;text-align:center; margin:0;border:none;}
	.fwxm a:hover {box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);margin-top:-0px;}
}
@media (max-width:1200px) {
	.header {width:1050px; }
	.con { width:1050px; margin: 0 auto; padding-top: 30px; color: #555; text-align: justify; overflow: hidden; padding-bottom: 80px; }

	.hcenter{margin:10px auto 0;padding:20px 0;width:1000px;}
	.fwxm{width:1000px;height:240px;margin:15px auto 0;overflow:hidden;padding:0 15px;}
	.fwxm a{display:block;float:left; width:180px;height:180px;margin:10px; box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;}
  	.fwxm a h3{width:100%; height:30px;line-height:30px; font-size:18px;color:#fff;text-align:center; margin:0;border:none;}
	.fwxm a h5{width:100%; height:25px;line-height:25px; font-size:13px;font-weight:400; color:#fff;text-align:center; margin:0;border:none;}
	.fwxm a:hover {box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);margin-top:-0px;}
}
