*{font-size: 13px; padding:0; margin:0 ; text-decoration: none; list-style:none;outline: none;font-family:Verdana !important;}
img,video{display: block;} /*解决4PX问题*/
/*统一字体大小*/
.fz_max{font-size: 32px !important;}
.fz_big{font-size: 18px !important; }
.fz_normal{font-size: 12px !important; }
.fz_min{font-size: 10px !important;}
.fw_bold{font-weight: bold !important;}

.mg_b_max{ margin-bottom: 100px  !important;}
.mg_b_big{ margin-bottom: 50px  !important;}
.mg_b_normal{ margin-bottom: 20px  !important;}
.mg_b_min{ margin-bottom: 10px  !important;}

.col_main{ color: #6c4ccb;}

h1{  text-align: center; display: inline-block; line-height:50px; height:50px; width: auto; margin-top:80px; font-size: 30px; background-image: -webkit-linear-gradient(left,#4e23ca,#8b1893);-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
h2{font-size: 14px; line-height:26px; padding:5px 0 30px 0; color: #a09aa6; text-align: center;font-weight: normal; }
a{color: #6c4ccb; cursor: pointer;}

/*按钮 圆角*/
.btn_big{position: relative;z-index: 0; display: inline-block; height:45px; line-height:45px; padding: 0 36px; text-indent: 30px; color:#fff; background:linear-gradient(to right,#4e23ca, #8b1893);  -moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;}
.btn_big::before,.btn::before{content:'';position: absolute;left: 0; top: 0; right: 0; bottom: 0;background:linear-gradient(to right, #711c77,#3f1f9a); opacity: 0;transition: opacity .5s;z-index: -1; -moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;}
.btn_big:hover::before,.btn:hover::before{opacity: 1;}

.btn_big svg{position: absolute; top: 16px; left: 36px;filter:alpha(opacity=.8);-moz-opacity:.8;opacity:.8;}
.btn{position: relative;z-index: 0; display: inline-block; height:32px; line-height:32px; width: auto; padding: 0 30px; text-align: center; color:#fff; background:linear-gradient(to right,#4e23ca, #8b1893);  -moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;}


.opacity05{filter:alpha(opacity=.5);-moz-opacity:.5;opacity:.5;}

@keyframes fadeInOut {
	0% {filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}
	50% {filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}
    50.1% {filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
    99% {filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
}

@keyframes opacityChange{
	0% {filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}
	50% {filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}
    50.1% {filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
    100% {filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
}
@keyframes opacityChange2{
	0% {filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
	50% {filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
    50.1% {filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}
    100% {filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}
}

/*首页客户logo动*/
@keyframes customer_logo{
    0%{background-position-x:0}
    to{background-position-x:-2000px}
}

/*公用部分-------------------------*/
/*顶部菜单*/
.menu_top_box{ width:100%; padding:20px 0; margin: 0 auto; height: 42px; background:url(../images/bg_topbar.png) repeat-x; position: fixed;top:0; left: 0; z-index: 9;  -webkit-transition:all .3s ;-o-transition: all .3s ;transition:all .3s ;}
.menu_top_box .box_center{width: 1280px; margin: 0 auto; position: relative;}
.menu_top_box .logo{ float: left; display: block; padding-top:5px;}
.menu_top_box .nav{float: right; padding-top:4px;}
.menu_top_box .nav li{ display: block; position: relative;float: left;}
.menu_top_box .nav li:not(.btn_login_li):after{content: ''; display: block; position: absolute; width:0; height:1px; background: #fff; bottom:0; left:50%; }
.menu_top_box .nav li:hover:after{width: 20%; left:40% ; transition:all .5s ;-moz-transition:all .5s ;	/* Firefox 4 */-webkit-transition:all .5s ;	/* Safari 和 Chrome */-o-transition:all .5s  ;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.menu_top_box .nav li a{  display: block;color: #ccc; padding:7px 15px;  float: left; height: 16px; line-height: 16px; }
.menu2{background:#111; padding:10px 0; -webkit-transition:all .6s;-o-transition: all .6s ;transition:all .6s ; z-index: 99;}
.menu_top_box .btn_lang_li svg{position: absolute; top:7px; left:12px;}
.menu_top_box .btn_lang{margin-left: 20px;}
.menu_top_box .btn_login{transition:border 0.3s ease;border: 1px solid #ccc; margin-left: 12px; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.menu_top_box .btn_login:hover{border: 1px solid #6c4ccb;}

.menu_top_box .lag_select_box{position: absolute;display: none; top:48px; right:-8px; width: 120px; height: auto;padding: 5px 0; overflow: auto; color: #fff; background-color: rgba(0, 0, 0, 0.7); -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.menu_top_box .lag_select_box li{display: block;width:120px; height: 25px; line-height: 25px; text-align: center; cursor:pointer;}

/*footer*/
.footer{width:100%; height: auto; overflow: auto;  background:#0e0d10;}
.footer ul{ width: 1280px; height: auto; overflow: auto; margin:50px auto; position: relative;}
.footer ul li{width: 320px; float: left; height: auto; overflow: auto;   color: #a09aa6; }
.footer ul li p{color: #a09aa6; font-size:15px; margin-bottom:10px; font-weight: bold;filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;}
.footer ul li a{display:block; clear: both;float: left; margin-top:15px; font-size: 12px; color: #a09aa6;}
.footer ul li span{ display: block; clear: both; float: left; color: #666;}
.footer .copyright{clear: both; text-align: center; text-indent: 30px; color: #a09aa6;filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5; padding-bottom:20px;}
.footer .copyright a{color: #a09aa6;}

.footer ul .line_1{position: absolute; top:-5px; left:200px; width: 1px; height: 30px; background: #222; z-index: 989;}
.footer ul .line_2{position: absolute; top:-5px; left:520px; width: 1px; height: 30px; background: #222; z-index: 989;}
.footer ul .line_3{position: absolute; top:-5px; left:840px; width: 1px; height: 30px; background: #222; z-index: 989;}
/*页面右下角弹出的联系电话 与回到顶部*/
.contact_box{position: fixed; right: 30px; bottom:8%; text-align: center; background: #fff;  z-index:9; box-shadow:0 0 10px rgba(0, 0, 0, 0.2);z-index: 999; border-radius:4px;}
.contact_box li{cursor: pointer;}
.contact_box li.information{padding:15px;  position: relative;}
.contact_box .go_top{ display: none; padding-bottom: 15px; font-weight: bold;}
.contact_box .QR_box{position: absolute;right:45px; top:0; z-index: 99; display: none; background: #fff;margin-right: 10px; padding:12px;border-radius:4px; box-shadow:0 0 10px rgba(0, 0, 0, 0.2);}

/*首页------------------------*/
/*banner*/
.banner_box{ width: 100%; height:650px; background:#000 url(/images/banner_bg.jpg) no-repeat; background-size: cover; margin-bottom:180px;}
.banner_box .center_box{ width: 1280px; margin: 0 auto; height: auto;overflow: visible; position: relative;}
.banner_box .slogan_box{float: left; width:40%; margin-top: 190px; color: #fff;}
.banner_box .slogan_box .other_ver{text-indent:15px; margin-top: 10px;}
.banner_box .slogan_box .other_ver a{color: #fff; }
.banner_box .img{ float: right; margin-top:100px; width:55%;}
.banner_box .function_box{position:absolute; top:540px; left:0; width: 100%; height:180px; padding:50px 0;  background: linear-gradient( #fff,#f2ecec);border: 1px #fcfcfc;box-shadow:0 0 10px rgba(0, 0, 0, 0.2);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; }
.banner_box .function_box ul{display: block;height: auto; overflow: auto;}
.banner_box .function_box ul li{display: block;width:20%;float: left; text-align: center;}
.banner_box .function_box ul li>:nth-child(1){width:40px; height:40px; margin: 0 auto;}
.banner_box .function_box ul li>:nth-child(2){font-size: 14px; font-weight: bold; margin:20px 0 10px 0;}
.banner_box .function_box ul li>:nth-child(3){ color: #a09aa6;margin-bottom:15px;}
.icon_raw{background:url(../images/icon_all.png);  background-size:1200%;}
.icon_quick{background:url(../images/icon_all.png) -40px 0;  background-size:1200%;}
.icon_HD{background:url(../images/icon_all.png) -80px 0;  background-size:1200%;}
.icon_team{background:url(../images/icon_all.png) -120px 0;  background-size:1200%;}
.icon_factory{background:url(../images/icon_all.png) -160px 0;  background-size:1200%;}
.function_box .more{display: block; color: #666; clear: both;margin: 20px auto; border: 1px solid #ccc; width:20%; height: 30px; line-height: 30px;text-align: center;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;}
/*一键精修部分*/

.bigimg_box{width: 100%; padding-bottom: 60px; background-image: linear-gradient(#fff,#fff, #eee);}
.bigimg_box .cover{  position: relative; cursor:ew-resize;width: 1280px;; height:600px;overflow: hidden; margin: 0 auto;  -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; }
.before-image{position:absolute;top:0;left:0;z-index:1;width:50%; height: 100%; overflow: hidden; } 
.after-image{position:absolute;top:0;left:0;z-index:0;width:100%; height: 100%;}

.divider-bar{position:absolute;width:1px;left:50%;top:0;bottom:0;background:white;height:100%;display:block;z-index:2;box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.3);}
.divider-bar .text_before{ position: absolute; bottom:20px; left:-50px; color: #fff; text-shadow:0 0 6px #333;}
.divider-bar .text_after{ position: absolute; bottom:20px; left:12px; color: #fff;text-shadow:0 0 6px #333;}
/*功能说明*/
.function_content_box{width: 1280px;height: auto; overflow: auto; margin: 0 auto; }
.function_content_box .function_card{float: left; height:370px; border-radius:6px; margin-bottom:30px; position: relative; z-index: 0;overflow: hidden;}
.function_content_box .function_card::before{content:'';position: absolute;left: 0; top: 0; right: 0; bottom: 0;background:linear-gradient(135deg, #3a2745,#060517); opacity: 0;transition:opacity .5s;z-index: -1; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.function_content_box .function_card:hover::before{opacity: 1;}

.function_content_box .card1{ width: 100%; clear: both; background-color: #e0eff1;background-image: none;}
.function_content_box .card2{ width:35%; background-color: #f0e6f0;}
.function_content_box .card3{ width:62%; float: right; background-color: #eef0e6;}
.function_content_box .card4{ width:62%; float: left; background-color: #f7f3d6;}
.function_content_box .card5{ width:35%; float: right; background-color: #e3eae5;}
.function_content_box .function_card h3{position: absolute;z-index: 6; top:50px; left:40px; color:#0e0d10;font-size:22px; }
.function_content_box .function_card h4{position: absolute;z-index: 6; top:100px; left:40px; font-weight: normal;color:#0e0d10; line-height: 30px; font-size: 16px;}
.function_content_box .function_card ul{position: absolute;z-index: 6; top: 200px; left: 40px; color:#0e0d10; width:70%; max-width: 700px; height: auto; overflow: visible;}
.function_content_box .function_card ul li{ display: block; float: left; padding-right:40px; line-height:25px; height: 25px;}
.function_content_box .function_card img.banner{position: absolute; top: 0; right: 0; bottom: 0; height:370px; opacity: 0.8;}

.function_content_box .function_hover h3{color: #fff !important; }
.function_content_box .function_hover h4{color: #fff !important;}
.function_content_box .function_hover ul{color: #fff !important;}
/*客户logo*/
.customer_box{max-width: 1280px; width:89%; height:470px; margin:10px auto; border: 1px #fcfcfc;box-shadow:0 0 10px rgba(0, 0, 0, 0.1); position: relative;overflow: hidden; }
.customer_box .run_box{ width: 960px; height: 280px; margin: 0 auto; overflow: hidden; position: relative;}
.customer_box .run_box ul{width: 6666px; height: 200px;  text-align: center; position: absolute; top:60px; left:0;}
.customer_box .run_box ul li{ display: block; width: 960px; height: 320px; float: left;}
.customer_box .run_box ul li>:nth-child(1){width:70px; height: 70px; margin:0 auto;background-size:100% !important;} /*头像*/
.customer_box .run_box ul li>:nth-child(2){font-size: 14px; line-height:26px; padding:10px 0; color: #a09aa6; text-align: center;font-weight: normal;}
.customer_box .run_box ul li>:nth-child(3){padding:5px 0; font-weight: bold; color:#060517; font-size:16px; line-height:30px;}
.customer_box .run_box ul li .head1{background: url(../images/customer_say_head.png); }
.customer_box .run_box ul li .head2{background: url(../images/customer_say_head.png) 0 -70px; }
.customer_box .run_box ul li .head3{background: url(../images/customer_say_head.png) 0 -140px; }
.customer_box .run_box ol{position: absolute;width: 100%;bottom:0;left: 0;text-align: center;font-size: 0px;}
.customer_box .run_box ol li{cursor: pointer; width: 5px;height: 5px;border-radius: 50%;background-color: #aaa;display: inline-block;margin: 0 6px}
.customer_box .run_box ol li.on{background-color:#333;}
.customer_box .logo_box{ position: absolute; bottom:10px; left: 0; width: 100%; height:140px; background: url(../images/logo_customer_bg.jpg); background-position:0 0; background-size:80%; opacity: 0.2; -webkit-animation:customer_logo 120s linear infinite;animation:customer_logo 120s linear infinite;}
.box_start_here{width: 100%; padding:60px 0 180px 0; background: linear-gradient( #fff,#f2ecec);}

/*代理弹框*/
.agent_box{ display:none; position: fixed;top: 0; right: 0; left: 0; bottom: 0; background:rgba(0, 0, 0, 0.8); z-index:999; padding-top: 10%;}
.agent_box .content_box{ position: relative; margin: 0 auto; width:900px; height: 420px;  background-image: linear-gradient(to right,#000,#fff, #eee);  -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;overflow: hidden;}
.agent_box .content_box .agent_close_btn{ display: block; position: absolute; top:20px; right:20px; }
.agent_box .content_box .p1{ position: absolute; top: 60px; left:380px; padding-right: 35px;}
.agent_box .content_box .p2{ position: absolute; top: 160px; left:380px; color: #333; line-height: 30px; font-size: 14px; padding-right: 35px;}


/*关于我们-------------------------------*/
.about_advantage{ width: 100%; background: #fff;}
.about_advantage ul{ width: 1200px; margin: 0 auto; padding: 100px 0; height: auto; overflow: auto;}
.about_advantage ul li{ display: block; float: left; width: 333px; margin-right: 100px; text-align: center;}
.about_advantage  h1{color: #6c4bcb}
.about_company_add{width: 100%; background: #f7f7f7;}
.about_company_add ul{ width: 1200px; margin: 0 auto; padding: 100px 0; height: auto; overflow: auto;}
.about_company_add ul li{display: block; float: left; }
.about_company_add h1{ position: relative; text-indent: 40px;}
.about_company_add h1 span{display: block; position: absolute; top: 0; left: 0; width: 26px; height: 26px; overflow: hidden;}
.about_company_add .i_location{ background: url(../images/icon_all.png) 0 -122px;}
.about_company_add .i_boat{ background: url(../images/icon_all.png) -27px -122px;}
.about_company_add h2{ line-height: 26px;}


/*软件下载-------------------------------*/
.download_body_bg{background: #000 url(../images/download_bg.jpg) 0 30% fixed; background-size: cover !important;}
.download_box{width: 100%; height:800px;}
.download_box .center{ width: 1280px; margin: 0 auto; position: relative;}
.download_box .center .mac_box{position: absolute; width:46%; height: 380px;  background: #eee; right:0; top:200px; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.download_box .center .win_box{position: absolute; width:46%; height: 380px; background: #eee;left:0; top: 200px; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}

.win_box ul,.mac_box ul{text-align: center; padding:40px 0;}
.win_box ul li,.mac_box ul li{color: #666; display: block; height: auto; overflow: auto;}
.win_box ul li.title,.mac_box ul li.title{ color: #111;}
.win_box ul li.describe,.mac_box ul li.describe{ text-align: left; padding:25px; line-height:25px;}
.download_box .center .download_unable{position: absolute; top:620px; left: 0; width: 100%; text-align: center; color: #fff;}
.download_box .center .download_unable a{font-weight: bold; color: #fff; }
.download_box .icon{height: 40px;}

.download_apple_link_box{line-height:22px; }

/*教程文档-------------------------------*/
.docs_center_box{ width: 1280px; height: auto; overflow: auto; margin:40px auto; position: relative;}
.docs_center_box .menu_box{position: absolute; width:15%; height: auto; overflow: auto; top: 0; left: 0;overflow-y: auto;background:#f2ecec; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; }
.docs_center_box .menu_box::-webkit-scrollbar{width:10px; }
.docs_center_box .menu_box::-webkit-scrollbar-thumb{border-radius: 5px; background: #ccc; border: 2px solid #f2ecec;}
.docs_center_box .menu_box::-webkit-scrollbar-thumb:hover{background: #bbb;}
.docs_center_box .menu_box p{ padding: 15px;}
.docs_center_box .menu_box p a{ font-size: 13px; display: block; clear: both; padding: 10px;  color: #111;}
.docs_content_box{float: right; width:80%;min-height:1000px;height: auto; overflow-y: hidden !important;}
.docs_content_box .page_name{ font-size:18px; height: 40px; line-height: 40px; border-bottom: 1px solid #dedede; margin-bottom: 15px;}
.docs_content_box .page_title{ width: 100%; font-size: 15px; color: #111;  height: 30px; margin: 20px 0 5px 0; line-height: 30px; clear: both; }
.docs_content_box .text_box{ width: 100%; height: auto; overflow: visible; font-size: 14px;  line-height: 30px; color: #666;clear: both;}
.docs_content_box .text_box img{ margin:10px auto; clear: both; display: block; width: 80%;}
.docs_content_box .explain{height: auto; overflow: auto;  background:#fafafa; color: #666; width: 97%; padding:8px 1.5%; margin:10px 0; line-height:20px; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}

.docs_banner_bg{ background: #000 url(../images/banner_docs.jpg)  bottom !important;background-size: cover !important; }

/*常见问题-------------------------------*/
.faqs_banner_box{width: 100%; height:200px; background: #000 url(../images/banner_product.jpg) bottom; background-size: cover !important;}
.faqs_banner_box .p1{ color:#fff; text-align: center; font-size: 16px; font-weight: bold; padding-top: 100px; clear: both;}

.faqs_class_box{ width: 1280px; margin:40px auto; background:#fff; border: 1px #fcfcfc;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);  -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.faqs_class_box .class_name{margin: 20px; font-size: 16px; width: auto; display: inline-block; font-weight: bold; background-image: -webkit-linear-gradient(left,#4e23ca,#8b1893);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.faqs_one_box{ border-top: 1px solid #eee; width: 94%; height: auto; overflow: auto; padding:25px 3%; position: relative;}
.faqs_one_box .title{font-size:14px;width: 100%; cursor: pointer; clear: both; color: #333;}
.faqs_one_box:before{ content: '» '; opacity: 0;position: absolute; top:23px; left:12px; font-size:18px;}
.faqs_one_box:hover:before{  opacity: 100; transition: all 1s; text-indent: 10px;}
.faqs_one_box .content{ font-size:14px; line-height: 30px; padding: 20px 0 0 20px; color: #666; display: none;}


/*法律声明与使用条款-----------------*/
.legalStatement{ width:50%; margin:50px auto;}
.legalStatement p.page_name{ font-size: 20px; text-align: center; font-weight: bold;}
.legalStatement p.title{ font-size: 16px; padding: 15px 0;}
.legalStatement p.content{ font-size: 14px; padding-bottom:20px; line-height:30px; color: #666; text-align: justify;}
.legalStatement h3{color: #999;}

/*404---------*/
.page404{margin: 100px auto; margin-bottom: 20px; text-align: center;color: #333; font-size: 15px;}