/*==============reset==============*/
* {
    margin: 0;
    font-family: "pingfang", "pingfang sc", "microsoft yahei", "helvetica neue", arial, \5b8b\4f53, helvetica, stheiti, sans-serif;
    font-size: 15px;
}

td, th, div,p {
    word-break: break-all;
    word-wrap: break-word;
}

p, span {
    font-family: "pingfang", "pingfang sc", "microsoft yahei", "helvetica neue", arial, \5b8b\4f53, helvetica, stheiti, sans-serif !important;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #383c87;
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

a:hover, header .part_link a:hover {
    color: #5e6199;
}

.align-middle {
    vertical-align: middle;
}

.color-primary {
    color: #353a80 !important;
}

.page a.active {
    color: #ffffff;
    background: #353a80;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h3, h5 {
    margin: 0;
    font-style: normal;
    font-weight: normal;
}

p {
    margin: 0;
}

input, textarea {
    background: none;
    border: 0;
    outline: none;
    font-family: "microsoft yahei";
}

/*
@media screen and (min-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 28px;
  }
}*/
/*==============reset==============*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    position: relative;
}

header .top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: solid 1px #ececec;
    height: 70px;
}

header .sctop {
    /*background: rgba(40,40,40,.8)*/
    background: #ffffff;
}

header .nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 168px;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
    transition: all .5s ease-in-out;
}

header .nav.on, header .nav.navshow {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

header .part_link {
    float: right;
    height: 70px;
}

header .part_link li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: 5px;
    transition: all .5s ease-in-out;
    height: 70px;
}

.part_link > li {
    padding-top: 20px;
}

.part_link li a, .part_link li span {
    font-size: 18px;
    color: #333;
}

.part_link li:hover {
    border-bottom: solid 2px #353a80;
    z-index: 100;
}

.part_link li:hover span.part_link_title {
    color: #353a80 !important;
}

header .part_link .nav_item {
    position: fixed;
    width: 100%;
    top: 71px;
    left: 0;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-bottom: solid 1px #ececec;
    box-shadow: 0 16px 16px rgb(0 0 0 / 10%);
    line-height: unset !important;
}

header .part_link .nav_item .nav_item_child {
    display: inline-block;
    margin:10px;
    vertical-align: middle;
}

header .part_link .nav_item .nav_item_child img {
    width: 100%;
    height: 100%;
}


/*header .part_link a:hover{
    transform: translatex(5px) scale(1.02);
    text-shadow: 3px 3px 3px #000;
}*/
header .part_link a.home_link {
    padding-left: 30px;
    background: url(/uploads/image/pwimages/icon1.png) no-repeat left center;
}

header .part_link a.community_link {
    padding-left: 35px;
    background: url(/uploads/image/pwimages/icon2.png) no-repeat left center;
}

header.else_header {
    background: #282828;
    border-bottom: 1px solid #efefef;
}

header.else_header .top {
    position: relative;
}

header.else_header .part_link .home_link {
    color: #fff;
    padding-left: 30px;
    background: url(/uploads/image/pwimages/icon1.png) no-repeat left center;
}

header.else_header .part_link .community_link {
    color: #fff;
    padding-left: 35px;
    background: url(/uploads/image/pwimages/icon2.png) no-repeat left center;
}

header.else_header .nav {
    background: #282828;
    top: 0;
    min-height: 400px;
}

header.else_header .nav .nav_bar {
    border: 2px solid #fff;
}

header.else_header .nav_list a {
    color: rgba(255, 255, 255, .8);
}

header.else_header .active a {
    color: #fff;
}

.page_content {
    margin-top: 71px;
    height: 430px;
    overflow: hidden;
}

.page_top_txt{
    position: absolute;
    bottom: 225px;
    left:20%;
    color:#fff;
    font-size:36px;
    letter-spacing:3px;
}

.page_content img {
}

.scroll_banner {
    position: relative;
    width: 100%;
    margin-top: 71px;
}

.scroll_banner li {
    position: relative;
    overflow: hidden;
}

.scroll_banner .bannerclick {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.scroll_banner .bannerclick ul {
    display: inline-block;
}

.scroll_banner .bannerclick li {
    display: inline-block;
    background: #fff;
    opacity: .5;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    border-radius: 50%;
}

.scroll_banner .bannerclick li.on {
    opacity: 1;
}

.scroll_banner img {
    display: block;
    width: 100%;
}

.scroll_banner img.isauto {
    display: inline-block;
    width: auto;
    margin: 0 10px;
}

.scroll_banner img.aplay, .scroll_banner img.astop {
    display: none;
}

.scroll_banner img.play {
    /*display: inline-block;*/
}

/*banner_btn*/
.opt_btn {
    position: absolute;
    bottom: 30%;
}

.opt_btn a {
    display: inline-block;
    width: 166px;
    height: 54px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
}

.kf_down {
    background: #7a06b6;
}

.free_down {
    background: #31b3bc;
}

.see_video {
    background: #0090ff;
}

.opt_btn i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-left: 3px;
}

.free_down i {
    background: url(/uploads/image/pwimages/banner_icon1.png) no-repeat center center;
    background-size: 100%;
}

.see_video i {
    background: url(/uploads/image/pwimages/banner_icon2.png) no-repeat center center;
    background-size: 100% 100%;
}

.banner_slogon {
    position: absolute;
    left: 0;
    z-index: 9999;
    color: #fff;
}

.bannercenter {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.banner_slogon1 {
    bottom: 43%;
}

.banner_slogon1 h3 {
    font-size: 50px;
}

.banner_slogon1 h5 {
    font-size: 80px;
}

.banner_slogon2 {
    bottom: 0%;
}

.banner_slogon3 {
    width: 100%;
    bottom: 26%;
}

.scroll_banner .banner_slogon2 img {
    width: 60%;
    margin-left: -10%;
}

.scroll_banner .banner_slogon3 img {
    width: 55%;
}

.scroll_banner .banner_slogon3 .slogon1366 {
    display: none;
}

.banner_slogon4 {
    bottom: 43%;
}

.banner_slogon4 h3 {
    font-size: 70px;
}

.banner_slogon4 h5 {
    font-size: 30px;
}

.banner_slogon5 {
    bottom: 43%;
}

.banner_slogon5 h3 {
    font-size: 30px;
}

.banner_slogon5 h5 {
    font-size: 70px;
}

.pc_main {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    padding: 15px 20px;
    color: #fff;
}

.nav_bar {
    position: fixed;
    right: 20px;
    top: 15px;
    width: 128px;
    height: 45px;
    border: 2px solid transparent;
    font-size: 16px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    transition: all .5s ease-in-out;
}

.nav_bar.on {
    border: 2px solid #a0a0a0;
    background: rgba(0, 0, 0, 0.35);
}

.nav_bar i {
    display: inline-block;
    width: 25px;
    height: 21px;
    background: url(/uploads/image/pwimages/icon3.png);
    vertical-align: -4px;
    margin-right: 5px;
}

.nav .nav_list {
    font-size: 18px;
    margin-top: 65px;
}

.nav .nav_list li {
    padding-left: 22px;
    line-height: 58px;
}

.nav .nav_list a {
    color: #8f8f8f;
}

.nav .nav_list a:hover {
    color: #fff;
}

.nav .active {
    background: url(/uploads/image/pwimages/dot.png) no-repeat 12px center;
}

.nav .active a {
    color: #fff;
}

.navbar-top{
	clear:both;
	width:1200px;
	text-align:center;
	margin:0 auto;
}

.footer {
    clear: both;
    background: #282828;
    color: #fff;
    padding: 40px 0;
    margin-top: 30px;
}

.footer .link_list {
    display: inline-block;
    vertical-align: top;
}

.footer .link_list a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    margin-right: 45px;
}


.weui-navs-footer a{
	color: #fff !important;
    padding: 20px !important;
}
.weui-navs-footer a:hover{
	color: #fff !important;
}

.weui-navs-footer .nav-item{
    margin: 30px 0;
}

.weui-navs-footer .two a{
    padding: 0px !important;
}

/*.footer a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  border-bottom: 1px solid #707070;
}*/

.right_service {
    float: right;
}

.right_service img {
    display: inline-block;
    vertical-align: top;
}

.right_service span {
    display: inline-block;
    vertical-align: top;
}

.right_service .call_title {
    font-size: 14px;
    color: #a4a4a4;
}

.right_service .call_num {
    font-size: 24px;
    color: #fff;
}

.right_service .cmp_info {
    width: 230px;
    position: relative;
    padding-left: 25px;
    margin-left: 15px;
    line-height: 18px;
}

.right_service .cmp_info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 42px;
    border-left: 1px solid #393939;
}

.right_service .cmp_name {
    font-size: 14px;
    color: #fff;
}

.right_service .cmp_pos {
    font-size: 12px;
    color: #a4a4a4;
}

.copyright {
    clear: both;
    font-size: 14px;
    color: #686868;
    text-align: center;
    margin-top: 50px;
}

.mobile_nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 45px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6) url(/uploads/image/pwimages/icon3.png) no-repeat center center;
    z-index: 9999;
    border: 1px solid #a0a0a0;
    display: none;
}

.mobile_link {
    display: none;
    position: absolute;
    bottom: 15px;
}

.mt0 {
    margin-top: 0 !important;
}

.scroll_banner img.banner1366 {
    display: none;
}

.h3-bar {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2147483584;
    width: 40px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    border-radius: .3em;
}

.h3-bar.left {
    left: 10px;
    right: auto;
}

.h3-btn {
    display: block;
    height: 38px;
    float: left;
    cursor: pointer;
    clear: both;
    width: 40px;
    line-height: 38px;
    text-align: center;
    color: white;
    border-radius: .2em;
    position: relative;
    overflow: visible;
    background: #4a4a48;
    *background-color: #4a4a48;
    background-color: #4a4a48;
    background-color: #4a4a48;
    margin-bottom: 3px;
}

.h3-btn.hide {
    display: none;
}

.h3-btn:hover {
}

.h3-btn-img, .h3-btn-txt {
    width: 24px;
    font-style: normal;
    display: inline-block;
}

.h3-btn-txt {
    display: none;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    *margin-top: 1px;
    color: #ddd;
}

.h3-btn:hover .h3-btn-img {
    display: none;
}

.h3-btn:hover .h3-btn-txt {
    display: inline-block;
}

.h3-btn-img {
    width: 35px;
    margin-top: 2px;
}

.h3-btn-pnl {
    font-size: 12px;
    display: none;
    position: absolute;
    right: 100%;
    bottom: -1em;
    width: 300px;
    padding: 1em;
    overflow: hidden;
    cursor: auto;
}

.left .h3-btn-pnl {
    right: auto;
    left: 100%;
}

.h3-btn:hover .h3-btn-pnl {
    display: block;
}

.h3-pnl-box {
    min-height: 4em;
    background-color: white;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 1em;
    *border: 1px solid #aaa;
    border: 1px solid #aaa9;
    text-align: left;
    overflow: hidden;
    color: #333;
}

.h3-pnl-box::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8px;
    bottom: 30px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.11);
    transform: rotate(-45deg);
    background: white;
}

.left .h3-pnl-box::after {
    right: auto;
    left: 8px;
    box-shadow: -2px -2px 5px 0 rgba(0, 0, 0, 0.11);
    transform: rotate(-45deg);
}

.h3-pnl-lbl {
    float: left;
    width: 4.5em;
    text-align: center;
    margin: 1em 0;
    line-height: 2.7;
}

.h3-pnl-links {
    overflow: hidden;
    padding: 1em 2em 0 1em;
    margin-bottom: 2em;
}

.h3-pnl-links:last-child {
    margin-bottom: 1em;
}

.h3-pnl-img {
    float: left;
    width: 2.5em;
    height: auto;
    margin: 1em;
}

.h3-pnl-list {
    overflow: hidden;
    padding: 1em 2em 1em 1em;
}

.h3-pnl-link {
    display: inline-block;
    line-height: 2.5;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    background-color: #2dc462;
    border-radius: .3em;
    margin-bottom: 1em;
    color: white;
}

.h3-pnl-link.off {
    background-color: #aaa;
    cursor: auto;
}

.h3-pnl-link.h3-qq {
    background-color: #369ce3;
}

.h3-pnl-link.ww {
    background-color: #4fb9ee;
}

.h3-pnl-link:last-child {
    margin-bottom: 0;
}

.h3-pnl-qrbox {
    width: 50%;
    float: left;
    overflow: hidden;
    margin: .5em 0;
}

.h3-pnl-qr {
    width: 90%;
    margin: 0 5%;
    vertical-align: middle;
}

.h3-pnl-qrtxt {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    color: #333;
    line-height: 1;
}

.h3-pnl-tr {
    position: relative;
    margin: 1em .5em 0 .5em;
}

.h3-pnl-span {
    position: absolute;
    top: .5em;
    left: .5em;
    color: #969696;
    line-height: 22px;
}

.h3-pnl-tr.fold .h3-pnl-span {
    display: none;
}

.h3-pnl-input, .h3-pnl-text {
    padding: .5em 5px;
    background-color: #eef2f3;
    border-radius: .3em;
    display: block;
    border: 0px;
    width: 100%;
    line-height: 1.6;
    outline: none;
}

.h3-pnl-text {
    height: 5em;
}

.h3-pnl-btn {
    width: 7em;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    background-color: #56595a;
    color: white;
    margin: 1em auto;
    border-radius: .3em;
    font-size: 14px;
}

#h3totop {
    display: none;
}

.phone_top {
    text-align: center;
    font-size: 0;
    position: relative;
}

/*底部导航*/
.footer-nav {
    width: 1200px;
    margin: 0 auto;
}

.footer-nav ul {
    overflow: hidden;
}

.footer-nav ul li {
    float: left;
    width: 10.5%;
    text-align: left;
}

.footer-nav ul li a {
    color: #999;
    font-size: 12px;
}

.nav-img {
    margin-bottom: 10px;
}

.footer-nav {
    color: #f0dc9f;
    padding-bottom: 30px;
    border-bottom: solid 1px #555;
}

.footer-nav ul span a {
    font-size: 12px;
    color: #f0dc9f;
}

.footer-nav ul a:hover {
    color: #fff;
}

.two p {
    font-size: 12px;
    margin: 0;
}

.footer-nav ul .two {
    width: 25%;
    padding-left: 20px;
}

.two h3 {
    margin: 0;
    font-weight: bold;
    margin-bottom: 50px;
}

.two .tixie a {
    padding: 8px 25px;
    background: #e71232;
    color: #f0dc9f;
    border-radius: 5px;
}

.two .tixie a:hover {
    color: #fff;
}

.footer-nav .one {
    color: #ffffff;
    font-size: 14px;
}

.footer-copy {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    color: #777;
}

.footer-copy a {
    color: #777;
}

/*footer结束*/
/*置顶*/
.zd {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 99999;
}

.zd:hover {
    cursor: pointer;
}

.footer-mobile {
    display: none;
}

.top_product_nav {
    text-align: center;
}

.top_product_nav_item a img {
    opacity: 0.4;
    width: 30px;
}

.top_product_nav_item a.active img, .top_product_nav_item a:hover img {
    opacity: 1;
}

.top_product_nav_item {
    margin: 30px 0;
}

.top_product_nav_item a span {
    margin-left: 10px;
    color: #c4c4c4 !important;
}

.top_product_nav_item a.active span, .top_product_nav_item a:hover span {
    color: #8c8d91 !important;
}

.top_product_list_item {
    margin: 10px 15px;
    padding: 10px;
}

.top_product_list_item a img {
    border: solid 1px #f2f2f2;
    padding: 0px;
    border-radius: 5px;
}

.top_product_list_item a img:hover {
    transform: scale(1.1);
}

.top_product_list_item_title {
    color: #666;
    font-size: 13px;
    margin-top: 10px;
}

.tag_list {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
}

.tag_list .tag_item {
    display: inline-block;
    width: 130px;
    border: solid 1px #ececec;
    padding: 20px 10px;
    margin: 10px 20px;
    border-radius: 5px;
}

.tag_list2 {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
}

.tag_list2 .tag_item2 {
    display: inline-block;
    width: 150px;
    border: solid 2px #ececec;
    padding: 20px 10px;
    margin: 0 10px;
    border-radius: 5px;
}

.scenario_part {
    margin: 20px 0;
    width: 100%;
    height: 700px;
    clear: both;
    z-index: 10;
    background-image: ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scenario_title {
    position: relative;
    z-index: 1000;
}

.scenario_title_txt {
    position: absolute;
    top: 100px;
    left: 44.7%;
    color: #fff;
    font-size: 34px;
    text-align: center;
}

.scenario_content {
    width: 100%;
    height: 100%;
}

.scenario_item {
    position: relative;
    display: inline-block;
    width: 25%;
    background: #000;
    opacity: 0.5;
    height: 100%;
    margin: 0;
    padding: 0;
    border-left:solid 1px #333;
}

.scenario_item:hover{
    opacity: 0.2;
    transition: all 1s ease;
}

.scenario_item:hover .scenario_item_add{
    /*transform: scale(1.1);*/
    background: #ffffff;
    color: #000;
    transform: translatey(-20px);
}

.scenario_item:hover .scenario_item_txt{
    /*transform: scale(1.1);*/
    transform: translatey(-20px);
    color: #ffffff;
}

.scenario_item2{
    width: 55px;
    opacity: 1;
}

.scenario_item2:hover{
    opacity: 0.8;
}

.scenario_item_child {
    position: absolute;
    top: 45%;
    left: 40%;
    color: #fff;
    vertical-align: middle;
    align-items: center;
}

.scenario_item_add {
    font-size: 28px;
    border: solid 2px #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    transition: all .2s ease;
    color: #fff;
}

.scenario_item_close{
    background-position: 50%;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 48px;
    font-weight: 300;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: rotate(45deg);
    width: 30px;
    z-index: 5;
    line-height: 22px;
    transition: all .3s ease;
}
.scenario_item_close:hover{
    background: #ffffff;
    color: #000;
}
.scenario_item_close:before{
    transform: translate(-50%,-50%) rotate(90deg);
}
.scenario_item_close:after{
    transform: translate(-50%,-50%);
    background-color: #f8f8f8;
}

.scenario_item_txt {
    font-size: 26px;
    margin-top: 20px;
    color: #fff;
}

.scenario_item_1{
    font-size: 23px;
    opacity: 1;
    display: block;
}

.scenario_item_child2{
    left: 30%;
    top: 10%;
}

.scenario_item_child3{
    left: 0;
    top: 0;
}

.search-input{
    border: solid 1px #ccc;
    padding: 10px 10px;
    width: 30%;
    border-radius: 4px;
}

.search-btn{
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 4px;
    background: #ececec;
}

.search-btn:hover{
    background: #353a80;
    color: #ffffff;
}

#screenshot{
    position:absolute;
    border:1px solid #ccc;
    background:#fff;
    border-radius: 4px;
    padding: 5px;
    display: block;
    z-index: 99999;
    color: #fff;
    width: 170px;
    height: 170px;
    overflow: hidden;
}
#screenshot img{
    width: 160px;
    height: 160px;
}

#share-page{
    margin-top: 5px;
}


.bread_crumb {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    color: #666
}

.bread_crumb.gap {
    padding: 0!important
}

.bread_crumb_list {
    display: flex;
    flex-wrap: wrap;
    padding: 2.4305555556vw 3.4722222222vw
}

@media screen and (max-width: 767px) {
    .bread_crumb_list {
        padding-bottom:6.6666666667vw;
        padding-left: 4vw;
        padding-right: 4vw;
        padding-top: 6.6666666667vw
    }
}

.bread_crumb_item {
    align-items: center;
    display: flex;
    position: relative
}

.bread_crumb_item a{
    font-size: 18px;
}

.bread_crumb_item:last-child:after {
    display: none
}

.bread_crumb_item:after {
    content: ">";
    display: inline-block;
    margin-left: .6944444444vw;
    margin-right: .6944444444vw
}

@media screen and (max-width: 767px) {
    .bread_crumb_item:after {
        margin-left:2.6666666667vw;
        margin-right: 2.6666666667vw
    }
}

