html{
  margin: 0;
  padding: 0;
}
body{
    font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif !important;
  background-color: #efefef !important;
  text-decoration: none;
}
ul{
    padding: 0;
  list-style: none;
}
img{
  margin: 0 auto;
    display: block;
}
a{
    color: #666;
}
.footer a:focus, .footer a:hover{
  color: #1aacff;
}
/*重复使用*/
.bgfff{
  background: #fff;
}
.bgred{
    background: #e56065 !important;
}
.bgorange{
    background: #fd6553;
}
.pd50{
  padding: 20px 0;
}
.mg10{
  margin: 10px 0;
}
.no-margin{
  margin-left: -15px;
  margin-right: -15px;
}
.blue{
  color: #1aacff;
}
.red{
    color: #e56065;
}
.orange{
    color:#ff823f;
}
.white{
    color: #fff !important;
}
.clear-both{
    clear: both;
}
.header h3{
    font-size: 36px;
    font-weight: 900;
}
.header > p{
    font-size: 16px;
} 
.header > div{
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.header > div::before{ 
    content: "";
    background: #d2d2d2;
    width: 50px;
    height: 1px;
    position: absolute;
    left: -60px;
    top: 50px;
}
.header > div::after{ 
    content: "";
    background: #d2d2d2;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -60px;
    top: 50px;
}
.header > div h3{
    font-weight: 900;
    font-size: 36px;
}
.header > div h6{
    font-size: 16px;
}
.jz-header > p{
    font-size: 20px;
}
.jz-header > h3{
    font-size: 38px;
    font-weight: 900;
}
#right-side{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9;
    background: #1aacff;
    padding: 0;
}
#right-side li{
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#right-side li a{
    height: 45px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 140px;
    background: #1aacff;
    color: #fff;
    padding-left: 45px;
    background-position: left top;
    background-repeat: no-repeat;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 12px;
    -o-transition: all 0.3s;
}
#right-side li a:hover,
#right-side li a:focus{
    left: -105px;
    width: 150px;
}
#right-side li a.side-qq{
    background: url(../images/qq.png) no-repeat;
}
#right-side li a.side-qq:hover,
#right-side li a.side-qq:focus{
    background: url(../images/qq.png) no-repeat #333;
}
#right-side li a.side-phone{
    background: url(../images/phone.png)no-repeat;
}
#right-side li a.side-phone:hover,
#right-side li a.side-phone:focus{
    background: url(../images/phone.png)no-repeat #333;
}
#right-side li.side-top{
    background: url(../images/top.png)no-repeat #888;
}
/*END*/
/*全屏滚动*/
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 16px;
    height: 16px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}
/*END*/
/*横向轮播*/
.carousel {
  margin: 0 30px;
  width: calc(100% - ($button-spacing * 2));
  margin: 0 auto;
}
.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.carousel .carousel-inner > .item.row {
    margin: 0;
    padding: 20px;
}
.carousel .carousel-inner > .item.row
.carousel-inner ul{
    padding: 0;
}
.carousel-inner ul div > img{
    max-width: 260px;
    width: 100%;
}
.carousel-inner ul div > div{
    margin: 10px auto;
    max-width: 260px;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
}
.carousel-inner ul div > div:hover a,
.carousel-inner ul div > div:focus a{
    top: 0;
}
.carousel-inner ul div > div > div{
    background: #f4f4f4;
    padding: 20px;
    height: 109px;
    max-width: 260px;
    margin: 0 auto;
}
.carousel-inner ul div > div > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -130%;
    z-index: 99;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: url(../images/jianzhan/contact.png)rgba(0,0,0,0.3) center no-repeat;
}
.carousel-inner ul div > div h5{
    margin-top: 0;
    color: #fd6c01;
    font-weight: 900;
    font-size: 16px;
}
.carousel-inner ul div > div p{
    font-size: 12px;
}
.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 30px;
}
.carousel .carousel-control:before {
  color: #444;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
.carousel .carousel-control:after {
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}
.carousel .carousel-control:hover:after {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.carousel .carousel-control.left {
  left: 0px;
  background: none;
}
.carousel .carousel-control.left:before {
  content: '\e079';
}
.carousel .carousel-control.left:after {
  right: -100%;
}
.carousel .carousel-control.right {
  right: 0px;
  background: none;
}
.carousel .carousel-control.right:before {
  content: '\e080';
}
.carousel .carousel-control.right:after {
  left: -100%;
}
/*END*/
/*首页*/
.index-nav{
  min-height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
    z-index: 999;
    position: fixed;
}
.index-nav > ul{
    margin: 0 auto;
    color: #fff;
    display: block;
    height: 50px;
}
.index-nav > ul .nav-login{
    float: left;
    margin-right: 16px;
}
.index-nav > ul .nav-register{
    float: left;
    margin-right: 16px;
    background: #fff;
    line-height: 30px;
    margin-top: 10px;
    color: #666;
    padding: 0 10px;
    border-radius: 3px;
}
.index-nav > ul .nav-user{
    float: left;
    margin-right: 16px;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #efefef;
    padding: 0 10px;
    border-radius: 3px;
}
.index-nav > ul > li{
  float: left;
    line-height: 50px;
    text-align: center;
    padding: 0 16px;
}
.index-nav ul li div.nav-bottom-u{
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 6px;
    margin-top: -10px;
    opacity: 0;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.index-nav ul li:hover div.nav-bottom-u{
    opacity: 1;
}
.index-nav ul li:hover div.m-menu{
    display: block;
}
.index-nav ul li > ul{
    /*display: none;*/
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    padding: 0;
    left: -40px;
    width: 150px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    color: #666;
}
.m-menu{
    display: none;
    height: auto;
    position: absolute;
    background-color: #fff;
    left: 0;
    padding: 40px 0 20px 60px;
    transition: height .5s;
    filter: Alpha(opacity=0);
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    font-size: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    border: 1px solid #efefef;
    max-width: 96%;
}
.m-mu-item {
    width: 100px;
    margin-right: 36px;
    margin-bottom: 20px;
    float: left;
    text-align: left;
}
.m-mu-pro3{
    width: 300px;
}
.m-mu-pro5{
    width: 200px;
}
.f-fl {
    float: left;
}
.m-mu-td {
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    color: #595961;
    font-size: 14px;
}
.m-mu-lst{
    display: table-row;
    width: 100%;
}
.m-mu-lst > li > a {
    color: #595961;
}
.m-mu-lst > li {
    min-width: 100px;
    float: left;
    line-height: 40px;
    text-align: left;
}
.index-nav .product ul li{
    background: #fff;
    z-index: 999;
}
.index-nav .product ul li a{
    color: #666;
    font-size: 12px;
}
.index-nav > ul > li > a{
    color: #fff;
    font-size:14px;
}
.index-nav ul li div a:focus,
.index-nav ul li div a:hover{
    color: #1aacff;
}
.index-nav ul li:first-child img{
  margin-top: 6px;
}
.index-phone-nav{
  display: none;
  height: 50px;
    background: #333;
    width: 100%;
    z-index: 999;
}
.index-phone-nav img{
  width: 28px;
    margin: 11px;
    float: left;
}
.index-phone-nav i{
    font-size: 23px;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    float: right;
}
.menu-bg{
    display: none;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
.list-menu{
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -80%;
    background: #fff;
    z-index: 9999999;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.list-menu ul{
    padding: 0;
}
.list-menu ul li{
    line-height: 50px;
    text-align: center;
}
.list-menu ul li a{
    color: #333;
    display: block;
    border-bottom: 1px solid #efefef;
}
.list-menu ul li a:hover,
.list-menu ul li a:focus{
    background: #1aacff;
    color: #fff;
}
.index-trait > div > div{
  height: 60px;
}
.index-trait > div > h5{
  font-size: 16px;
}
.index-trait img{
  width: 100%;
    max-width:62px;
    display: block;
    margin: 0 auto;
}
.index-serve{
    
}
.index-serve > div > div:first-child {
  height: 60px;
}
.index-serve > div > div:last-child p{
    font-size: 16px;
}
.index-serve > div > div h1 {
    float: left;
    margin: -6px 10px;
    font-size: 50px;
}
.index-serve > div > div > div span:first-child{
  color: #000;
    font-size: 26px;
    margin-top: 10px;
    line-height: 30px;
}
.index-serve > div > div > div span:last-child{
  color: #999;
}
.advantage > div{
    padding: 20px 0;
    height: 278px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.advantage > div:hover,
.advantage > div:focus{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.advantage > div > div{
  max-width: 170px;
    margin: 0 auto;
}
.advantage > div > div h6{
  line-height: 18px;
}
.index-partner a > div{
    width: 80%;
    margin: 0 auto;
}
.index-partner a > div > div{
    background: #53a9f2;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.index-partner img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.index-case > a{
  margin-top: 20px;
}
.index-case img{
  width: 100%;
  max-width: 295px;
}
.index-case > a span{
    display: block;
    width: 100%;
    max-width: 295px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    margin-top: -30px;
    position: relative;
    margin: 0 auto;
    margin-top: -30px;
}
.index-news > div{
  background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.index-news header{
  width: 100%;
    height: 50px;
    border-bottom: 1px solid #efefef;
}
.index-news header h3{
  font-size: 16px;
    float: left;
    margin: 0;
    line-height: 50px;
}
.index-news header a{
  float: right;
    line-height: 50px;
}
.index-news .content{
    padding: 10px 0;
}
.index-news .content > a{
    padding: 10px 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
}
.index-news .content > a:hover,
.index-news .content > a:focus{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.index-news .content > a img{
  float: left;
    height: 100px;
    width: 100px;
    margin-left: 6px;
}
.index-news .content > a > div{
  height: 100px;
    margin-left: 6px;
}
.index-news .content > a > div h6{
    font-size: 15px;
    height: 16px;
    overflow: hidden;
    font-weight: 900;
}
.index-news .content > a > div span{
  font-size: 12px;
    color: #999;
    height: 36px;
    display: block;
    overflow: hidden;
}
.index-news .content > a > div span:last-child{
  margin-top: -14px;
    height: 20px;
    color: #d2d2d2;
}
.index-generalize ul{
    display: inline-block;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
}
.index-generalize ul li{
    float: left;
    padding: 16px 20px;
    background: #fff;
}
.tabli{
    background:#1aacff !important;
    color:#fff;
}
.index-generalize h3{
    margin-top: 70px;
    font-size: 32px;
}
.index-generalize h5{
    margin-bottom: 50px;
}
.index-generalize img{
    max-width: 100%;
}
/*END*/
/*91call*/
.call-core{
    margin-bottom: 30px;
}
.call-core > a{
    min-height: 115px;
}
.call-core > a > div{
    width: 90%;
    margin: 10px auto;
    padding-bottom: 10px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
}
.call-core > a:nth-child(-n+3) > div{
    border-bottom: 1px solid #e5e5e5;
}
.call-core > a h3{
    font-size: 18px;
    color: #000;
    font-weight: 900;
    margin:10px 0;
}
.call-core > a > div > div:last-child{
    margin-left: 20px;
}
.call-core > a img{
    margin-top: 20px;
}
.call-core > a p{
    font-size: 14px;
    color: #808286;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.call-trait > a{
    padding: 30px 0;
}
.call-trait h3{
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
}
.call-trait p{
    display: block;
    max-width: 160px;
    font-size: 14px;
    margin: 0 auto;
    color: #999;
    height: 60px;
}
.call-info{
    overflow-x: scroll;
    padding: 0;
    background: #1aacff;
    color: #fff;
}
.call-info > div{
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
}
.call-info > div > div{
    width: 20%;
    height: 250px;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 80px 0;
    position: relative;
}
.call-info > div > div > div.call-info-one{
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s; 
}
.call-info > div > div > div.call-info-one > h1{
    font-size: 60px;
    font-weight: 900;
}
.call-info > div > div > > div.call-info-one > div{
    font-size: 20px;
}
.call-info > div > div > div.call-info-two{
    position: absolute;
    top: 270px;
    font-size: 16px;
    padding: 66px 30px;
}
.call-info > div > div:hover{
    background: #629ff9;
}
.call-info > div > div:hover div.call-info-one{
    top: -270px;
        transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.call-info > div > div:hover div.call-info-two{
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.call-info span{
    font-size: 16px;
}
.call-advantage > div{
    margin-top: 30px;
    overflow: hidden;
}
.call-advantage > div > a{
    height: 240px;
    display: block;
    position: relative;
    background: #fff;
}
.call-advantage > div > a:hover > div:nth-child(2){
    top: -110px;
}
.call-advantage > div > a > div:nth-child(1){
    position: absolute;
    top: 0;
    height: 30px;
    width: 100%;
    background: #fff;
    z-index: 2;
}
.call-advantage > div > a > div:nth-child(2){
    position: absolute;
    top: 0;
    display: block;
    height: 260px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.call-advantage > div > a > div:nth-child(3){
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: #fff;
    z-index: 2;
}
.call-advantage > div > a > div > div{
    height: 125px;
}
.call-advantage > div > a > div > h5{
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    height: 50px;
}
.call-advantage > div > a > div > p{
    font-size: 16px;
    color: #808286;
    width: 310px;
    max-width: 90%;
    line-height: 25px;
    margin: 0px auto;
}
.call-advantage img{
    max-width: 160px;
    display: block;
    margin: 30px auto;
}
.product-superiority >div:last-child{
    margin-top: 100px;
}
.product-superiority > div > div{
    margin-bottom: 40px;
}
.product-superiority img{
    max-height: 500px;
    float: right;
    max-width: 100%;
}
.product-superiority h3{
    font-size: 20px;
    color: #000;
    font-weight: 900;
}
.product-superiority h6{
    color: #373737;
    font-size: 14px;
    width: 80%;
}
.product-superiority > div h3::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    background: #1aacff;
}
.scheme h5{
    font-size: 20px;
}
.scheme > a{
    padding: 10px;
    width: 31.3%;
    margin: 1%;
    display: block;
    float: left;
    transition: all 0.3s;
    -o-transition:all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.scheme > a:hover,
.scheme > a:focus{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.scheme > a div{
    font-size: 14px;
    color: #999;
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
}
.scheme > a span{
    font-size: 14px;
}
footer.pcfoot{
    min-height: 200px;
    background: #101429;
    padding: 30px;
}
.footer{
    margin: 0 auto;
    color: #fff;
}
.footer > div:first-child{
    height: 200px;
}
.footer > div:last-child{
    margin-top: 30px;
    text-align: center;
}
.footer > div > div{
    width: 12%;
    float: left;
}
.footer > div > div:first-child{
    width: 26%;
    margin-left: 7%;
}
.footer > div > div h3{
    font-size: 14px;
    color: #fff;
}
.footer > div > div a{
    display: block;
    line-height: 26px;
    font-size: 12px;
    color: #999;
}
.footer .contact > img{
    float: left;
    margin-right: 30px;
    margin-top: 26px;
    float: left;
}
.footer .contact > div{
    float: left;
}
.footer .contact p{
    font-size: 24px;
}
.footer .contact a{
    border: 1px solid #4c4e59;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.footer .contact a:hover{
    background: #fff;
    color: #333;
}
.footer > div:last-child p{
    font-size: 12px;
    color: #999;
}
.footer > div:last-child p img{
    display: inline;
    margin: 0 10px;
}
.footer .ewm img{
    width: 100%;
    max-width: 120px;
    margin: 0;
}
.gongan a:last-child{
    float: left;
    margin-top: -3px;
    margin-left: 10px;
}
.phonefoot{
    display: none;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
}
.m-ft-nav-box{
    text-align: center;
    margin-top: 50px;
    padding-top: 32px;
    border-top: 1px solid #262836;
}
.m-ft-nav>li {
    display: inline-block;
}
.m-ft-nav>li>a {
    padding: 0 25px;
    color: #999;
    font-size: 12px;
}
/*END*/
/*weicheng*/
.wc-schema > a{
    width: 19%;
    margin: 0.5%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wc-schema > a:hover{
    margin-top: -10px;
}
.wc-schema > a h3{
    font-size: 20px;
    text-align: center;
    padding: 20px;
    font-weight: 900;
    color: #333;
}
.wc-schema > a img{
    height: 70px;
}
.wc-schema > a p{
    font-size: 16px;
    padding: 10px 10px 0;
    height: 66px;
    text-align: center;
}
.wc-schema > a span{
    display: block;
    width: 88px;
    text-align: center;
    padding: 3px 10px;
    background: #f1c40f;
    color: #fff;
    margin: 20px auto;
}
.wc-system{
    display: inline-block;
    width: 96%;
}
.wc-system > a{
    position: relative;
    color: #fff;
    width: 19%;
    margin: 0.5%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    overflow: hidden;
}
.wc-system > a .top{
    width: 100%;
    position: absolute;
    top: -270px;
    height: 64%;
    background: rgba(0,0,0,0.5);
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wc-system > a .top > img{
    margin-top: 30px;
}
.wc-system > a .top > h3{
    margin-top: 30px;
    font-size: 20px;
}
.wc-system > a .bottom{
    position: absolute;
    bottom: -270px;
    width: 100%;
    height: 36%;
    background: rgba(0,0,0,0.5);
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wc-system > a .bottom h3{
    font-size: 20px;
}
.wc-system > a:hover .top{
    top: 0;
}
.wc-system > a:hover .bottom{
    bottom: 0;
}
.wc-system > a:nth-child(1){
    background: #3ec282;
}
.wc-system > a:nth-child(2){
    background: #3297de;
}
.wc-system > a:nth-child(3){
    background: #db4d4d;
}
.wc-system > a:nth-child(4){
    background: #2e82ff;
}
.wc-system > a:nth-child(5){
    background: #d4237a;
}
.wc-system > a > img{
    margin: 30px auto;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
}
.wc-system > a > h3{
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #efefef;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.wc-system > a > p{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 60px;
    font-size: 14px;
}
.wc-why{
    padding: 20px 10px;
}
.wc-why h3{
    font-weight: 900;
    padding: 10px 0;
    font-size: 36px;
}
.wc-why p{
    font-size: 16px;
}
.wc-why > img{
    width: 90%;
    margin: 30px auto 0;
}
.wc-why > p span{
    color: #e67728;
    font-weight: 900;
}
.wc-market > a{
    margin: 20px auto;
    padding: 10px 0;
}
.wc-market p{
    min-height: 37.78px;
}
.wc-market > a:hover,
.wc-market > a:focus{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    transition: all 0.5s;
}
.wc-market > a h3{
    font-size: 18px;
    font-weight: 900;
}
.wc-market > a img{
    max-width: 120px;
    border-radius: 8px;
    background: #fff;
}
.wc-market > a p{
    min-height: 40px;
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto;
}
.wc-set > a{
    width: 19%;
    margin: 0.5%;
    float: left;
}
.wc-set > a p{
    font-size: 16px;
    margin: 10px 0 0 0;
}
.wc-set > a img{
    max-width: 130px;
}
.wc-set > a img:hover,
.wc-set > a img:focus{
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wc-teamwork > div a{
    padding: 20px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wc-teamwork > div a:hover{
    margin-top: -10px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.wc-teamwork > div a:nth-child(2) h5{
    color: #91c519;
}
.wc-teamwork > div a:nth-child(3) h5{
    color: #03c4af;
}
.wc-teamwork > div a:nth-child(4) h5{
    color: #ff9d00;
}
.wc-teamwork > div a img{
    max-width: 130px;
}
.wc-teamwork > div a h5{
    font-size: 20px;
    color: #fc6964;
}
.wc-teamwork > div a p{
    font-size: 14px;
    min-height: 80px;
}
.wc-vs h3{
    font-size: 60px;
    line-height: 270px;
    color: #ccd1d7;
}
.wc-vs p{
    line-height: 32px;
    font-size: 16px;
    margin-top: 30px;
    width: 70%;
    margin: 40px auto;
}
.wc-vs img{
    width: 90px;
    margin-top: -40px;
    background: #576379;
    border-radius: 50%;
    padding: 10px;
    border: 6px solid #ccd1d7;
}
.wc-vs h5{
    font-size: 24px;
}
.wc-custom img{
    max-width: 1100px;
}
.wc-hezuo img{
    width: 100%;
    max-width: 1000px;
}
.wuwang{ background: url(/images/fenxiao/indexnav/wuwang_bg.jpg) no-repeat;background-size: cover;}
.wuwang .tab{ overflow:hidden;}
.wuwang .tab a:nth-child(1){background: url(/images/fenxiao/indexnav/wuwang01.png)no-repeat center;}
.wuwang .tab a:nth-child(2){background: url(/images/fenxiao/indexnav/wuwang02.png)no-repeat center;}
.wuwang .tab a:nth-child(3){background: url(/images/fenxiao/indexnav/wuwang04.png)no-repeat center;}
.wuwang .tab a:nth-child(4){background: url(/images/fenxiao/indexnav/wuwang03.png)no-repeat center;}
.wuwang .tab a:nth-child(5){background: url(/images/fenxiao/indexnav/wuwang05.png)no-repeat center;}
.wuwang .tab a{ display:block; width: 20%; height: 80px;text-align: center; float:left;}
.wuwang .tab a:hover{ border-bottom: 2px solid #F3684B;}
.wuwang .tab a.on{ border-bottom: 2px solid #F3684B;}
.wuwang .content{ overflow:hidden; width:100%;height: 467px; position:relative;margin: 0 auto;}
.wuwang .content ul{ position:absolute; left:0; top:0;}
.wuwang .content li{ width:20%; float:left;padding: 22px 0;}
.wuwang .content li p{ padding:10px;}
/*建站*/
.jz-trait > a img{
    width: 100%;
    max-width: 100px;
}
.jz-trait > a{
    width: 19%;
    margin: 0.5%;
    float: left;
    background: #fff;
    border: 2px solid #fff;
    padding: 20px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.jz-trait > a:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.jz-trait > a p{
    height: 68px;
    margin: 10px auto;
    font-size: 14px;
}
.jz-case{
    background: url(../images/jianzhan/case/casebg.jpg)center no-repeat;
    background-size: cover;
}
.jz-case-left{
    max-width: 400px;
    margin: 0 auto;
}
.jz-case-left img{
    width: 100%;
    padding: 20px 0;
    border-bottom: 4px solid #fff;
    max-width: 400px;
}
.jz-case-left h3{
    color: #ffea00;
    font-size: 45px;
    font-weight: normal;
}
.jz-case-left h5{
    font-size: 24px;
    line-height: 50px;
    border-bottom: 4px solid #fff;
}
.jz-case-left p{
    font-size: 18px;
}
.jz-case-right{
    background: url(../images/jianzhan/case/ourcase.png)center no-repeat;
    height: 490px;
}
.jz-case-right > div{
    max-width: 613px;
    height: 357px;
    margin: 0 auto;
    overflow: hidden;
}
#pbSliderWrap1 a{
    width: 20% !important;
}
.jz-case2 > div{
    max-height: 400px;
    overflow: hidden;
    margin:20px auto;
}
.jz-case2 > div > div{
    max-height: 400px;
    margin: 0 auto;
    position: relative;
}
.jz-case2 > div > div a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -130%;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: url(../images/jianzhan/contact.png)rgba(0,0,0,0.5) center no-repeat;
}
.jz-case2 > div > div:hover a{
    top: 0;
}
.jz-case2 > div img{
    width: 100%;
}
.jz-hengfu1 > div{
    min-height: 150px;
    background: url(../images/jianzhan/hengfu1.png)center;
    background-size: cover;
}
.jz-hengfu2{
    background: url(../images/jianzhan/hengfu2.jpg)center;
    background-size: cover;
}
.jz-hengfu2 h3{
    font-weight: 900;
    margin: 30px 0;
}
.jz-hengfu3 > div{
    min-height: 150px;
    background: url(../images/jianzhan/hengfu3.png)center;
    background-size: cover;
}
.jz-partner img{
    width: 100%;
    max-width: 160px;
    margin: 10px auto;
}
/*END*/
/*联系我们*/
.lx-head{
    position: relative;
}
.lx-head h3{
    position: absolute;
    left: 30px;
    padding: 30px 30px 0;
    margin: 0;
    background: #349fd7;
    color: #fff;
    bottom: 0;
    font-size: 36px;
    width: 40%;
    line-height: 50px;
}
.lx-head p{
    font-size: 43px;
    font-weight: 900;
    margin: 20px 0;
}
.lx-content{
    padding: 50px 20px;
    max-width: 1100px;
    margin: 0 auto !important;
}
.lx-content div:last-child > div{
    text-align: center;
    background: #349fd7;
    padding: 50px 80px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 1.5em;
}
.lx-content div:last-child > div p{
    color: #fff;
    margin-top: 20px;
}
.lx-content h3{
    font-size: 36px;
    margin: 30px 0;
    color: #ff823f;
}
.lx-content p{
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}
/*END*/
.text-slider-left .row > a{
    height: 106px;
}
.text-slider-left .row > a.wenti img{
    max-width: 502px;
    margin: 0;
}
.text-slider-left .row > a h3{
    font-weight: 900;
    margin-top: 10px;
}
.text-slider-left .row > a img{
    width: 100%;
    max-width: 106px;
    border-radius: 4px;
}
.text-slider-left .row > a:last-child img{
    max-width: 346px;
}
.text-slider-left img.text{
    max-width: 700px;
    width: 100%;
}
.text-slider-right{
    border: 1px solid #d6d6d6;
}
.text-slider-right h3{
    text-align: left;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-size: 23px;
    margin-bottom: 0;
}
.text-slider-right h3 span{
    font-size: 14px;
    margin-left: 10px;
}
.list_lh{ 
    height:360px; overflow:hidden;
}
.list_lh ul{
    padding: 0;
}
.list_lh li{ 
    padding:10px;
    border-bottom: 1px solid #efefef;
}
.list_lh li p{ 
    line-height:24px;
    font-size: 14px;
}
.list_lh li p a{
    float:left;
}
.list_lh li p em{
    width:80px; 
    font:normal 12px/24px Arial; 
    color:#FF3300; 
    float:right; 
    display:inline-block;
}
.list_lh li p span{
    color:#999; float:right;
}
.list_lh li p a.btn_lh{
    background:#28BD19;
     height:17px; 
     line-height:17px; 
     color:#fff; 
     padding:0 5px; 
     margin-top:4px; 
     display:inline-block; 
     float:right;
}
.btn_lh:hover{
    color:#fff; 
    text-decoration:none;
}
.al-header{
    background: #e9e7e2;
}
.al-header .row{
    width: 100%;
    padding: 50px 0 0;
    position: relative;
    margin: 0 auto;
    display: flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.al-header .row > div{
    position: relative;
}
.al-header .row > div img{
    width: 100%;
}
.al-phone{
    z-index: 10;
}
.al-phone > img{
    margin-right: -80%;
    margin-top: 178%;
}
.al-ipad{
    z-index: 9;
}
.al-ipad > img{
    margin-right: -70%;
    margin-top: 50%;
}
.al-imac{
    z-index: 8;
}
.al-imac > img{
    width: 110%;
}
.al-macbook{
    z-index: 7;
}
.al-macbook img{
    margin-left: -40%;
    margin-top: 25%;
}
.al-ipad{
    z-index: 10;
}
.al-nav ul{
    width: 80%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    padding: 0;
    margin: 0 auto 20px;
    border-bottom: 1px solid #bfbfbf;
}
.al-nav ul a{
    width: 25%;
    text-align: center;
    color: #373737;
    padding: 26px 0;
}
.al-nav ul a:first-child{
    border-bottom: 3px solid;
}
.al-nav ul a h5{
    font-size: 20px;
}
.al-nav ul a img{
    width: 100%;
    max-width: 118px;
    margin: 40px auto;
}
.al-content{
    width: 86%;
    margin: 0 auto;
}
.al-content > div{
    margin: 10px auto;
}
.al-content a{
    display: block;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.al-content a:hover div{
    background: #1aacff;
    color: #fff;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.al-content a:hover div h3,
.al-content a:hover div p{
    color: #fff;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.al-content a h3{
    font-size: 18px;
    font-weight: 900;
    color: #333;
}
.al-content a h3 > span{
    float: right;
    color: #d2d2d2;
    font-size: 14px;
}
.al-content a img{
    width: 100%;
    margin: 0px auto;
}
.al-content a > div{
    padding: 10px;
}
.al-content a > div p{
    color: #737373;
}
.al-number{
    display: inline-block;
    padding: 0;
    margin: 50px auto;
}
.al-number li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: white;
    border-radius: 50%;
    margin: 0 6px;
    float: left;
    color: #707070;
    transition: all 0.3s;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.al-number li:hover{
    background: #1aacff;
    color: #fff;
}
.ct-gg{
    text-align: center;
    background: #5f55ce;
    color: #fff;
}
.ct-gg > div{
    margin: 20px 0;
}
.ct-gg ul{
    padding: 0;
}
.ct-gg ul li{
    width: 50%;
    float: left;
    margin: 6px 0;
}
.ct-gg ul li a{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 6px 0;
    border: 1px solid #fff;
    color: #fff;
}
.ct-text{
    color: #fff;
    background: url(../chunmao/images/content/ctbg.jpg);
    background-color: #2b2b2b;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.ct-intro{
    max-width: 600px;
    margin: 10px 0;
    line-height: 26px;
}
.ct-title{
    font-size: 32px;
}
.ct-text img{
    width: 100%;
}
.ct-cover img{
    width: 100%;
}
/*END*/
/*投票*/
.tp-versions a{
    display: block;
    background: #fff;
    padding: 10px;
    margin: 20px 0;
}
.tp-versions a:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    border: 1px solid #d2d2d2;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.tp-versions .content{
    margin: 20px 0;
    color: #989898;
}
.tp-versions h3{
    margin-top: -36px;
    background: #0ECC1B;
    color: #fff;
    padding: 20px 0;
}
.tp-versions a h5{
    font-size: 18px;
    font-weight: 900;
}
.tp-versions-btn{
    width: 90%;
    margin: 20px auto;
    border: 1px solid #efefef;
    padding: 10px;
}
/*END*/
/*新闻样式*/
.new-left header{
    background: #009eff;
    color: #fff;
}
.new-left header ul{
    margin: 0;
    display: inline-block;
    font-size: 18px;
}
.new-left header ul li{
    float: left;
    padding: 16px;
    margin-bottom: -5px;
}
.new-left .new-body{
    padding: 20px;
}
.new-left .new-body ul li{
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
}
.new-left .new-body ul li a{
    display: inline-block;
    width: 100%;
}
.new-left .new-body ul li a p{
    margin: 0;
    font-size: 16px;
}
.new-left .new-body ul li a p span{
    float: right;
    font-size: 12px;
    color: #999;
}
.new-left .new-body ul li:first-child a{
    display: inline-block;
    padding: 20px 0px;
}
.new-left .new-body ul li:first-child a img{
    width: 30%;
    float: left;
}
.new-left .new-body ul li:first-child a > div{
    float: left;
    width: 70%;
    padding: 0 20px;
    line-height: 26px;
}
.new-left .new-body ul li:first-child a > div h3{
    margin: 10px 0;
    font-size: 20px;
}
.new-left .new-body ul li:first-child a > div p{
    color: #808286;
    font-size: 14px;
}
.new-right header{
    background: #009eff;
    color: #fff;
}
.new-right header ul{
    margin: 0;
    display: inline-block;
    font-size: 18px;
}
.new-right header ul li{
    float: left;
    padding: 16px;
    margin-bottom: -6px;
}
.new-right .new-body li{
    padding: 10px 20px;
}
.new-right .new-body li a{
    display: inline-block;
    height: 50px;
    width: 100%;
    line-height: 50px;
}
.new-right .new-body li a i{
    background: #0097ff;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-style: normal;
    margin-right: 10px;
}
.new-right .new-body li a:last-child{
    border-bottom: 1px solid #efefef;
}
.new-right .new-body li a:last-child i{
    background: #999;
}
.new-left header nav > a,
.new-right header nav > a{
    float: right;
    line-height: 56px;
    margin-right: 10px;
    color: #fff;
}
.new-left,
.new-right{
    margin-bottom: 20px;
}
.new-body a:hover,
.new-body a:hover{
    color:#0097ff;
}
.new-nav-hover{
    border-bottom: 6px solid #fff;
}
/*END*/
/*关于我们*/
.gy-1200{
    width: 1100px;
    margin: 0 auto !important;
}
.gy-header > div{
    display: inline-block;
    margin: 20px;
}
.gy-header > div > h3{
    float: left;
    font-size: 50px;
    margin: 0;
    position: relative;
}
.gy-header > div > div{
    float: left;
    margin-left: 10px;
}
.gy-header > div > div h5{
    margin: 0;
    font-size: 40px;
    color: #ff823f;
    font-weight: 900;
}
.gy-header > div > div p{
    margin-top: 10px;
}
.gy-core > div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 10px 0;
}
.gy-core > div h3{
    min-width: 90px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    background: #72badc;
    color: #fff;
    float: left;
}
.gy-core > div p{
    margin: 0;
    padding: 0 10px;
    line-height: 18px;
}
.gy-core > div:nth-child(2) h3{
    background: #8fc31f;
}
.gy-core > div:nth-child(3) h3{
    background: #84ccc9;
}
.gy-core > div:nth-child(4) h3{
    background: #f19149;
}
.gy-core > div:nth-child(1){
    background: #f2fafe;
}
.gy-core > div:nth-child(2){
    background: #fbfff2;
}
.gy-core > div:nth-child(3){
    background: #effffe;
}
.gy-core > div:nth-child(4){
    background: #fff2e8;
}
.gy-core-blue{
    color: #72badc !important;
}
.gy-core-orange{
    color: #f19149 !important;
}
.gy-core-green{
    color: #8fc31f !important;
}
.gy-infocm p{
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
    text-indent: 2em;
}
.gy-infocm img{
    float: right;
    max-width: 100%;
}
/*END*/
/*招聘*/
.zp-people{
    text-align: center;
}
#zp-people-one{
    display: block;
}
#zp-people-two{
    display: none;
}
.zp-nav{
    margin-top: 30px;
}
.zp-nav img{
    max-width: 200px;
    width: 80%;
}
.zp-people h3{
    font-size: 36px;
    margin: 20px 0;
    font-weight: 900;
}
.zp-people h5{
    font-size: 22px;
}
.zp-people p{
    font-size: 16px;
    color: #999;
}
.zp-people img{
    max-width: 100%;
}
.zp-people > div:nth-child(1) h3{
    color: #ffca04;
}
.zp-people > div:nth-child(2) h3{
    color: #ed767a;
}
.zp-people > div:nth-child(3) h3{
    color: #3f73a1;
}
.zp-people > div:nth-child(4) h3{
    color: #68bb39;
}
.zp-people > div{
    display: inline-block;
}
.zp-people > div > div{
    text-align: left;
}
/*END*/
/*支付页面*/
.pay-head{
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    font-weight: 600;
    color: #ff823f;
}
.pay-head p{
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    color: #333;
}
.pay-table{
    padding: 30px 0;
}
.pay-table > div{
    display: inline-block;
    text-align: left;
    width: 900px;
    border: 1px solid #ccc;
    margin-bottom: -8px;
    border-bottom: none;
}
.pay-table > div:last-child{
    border-bottom: 1px solid #ccc;
}
.pay-table > div > div:last-child{
    border-left: 1px solid #ccc;
    color: #333;
}
.pay-table > div > div{
    padding: 20px 10px;
}
.pay-ewm{
    margin-bottom: 2px;
}
.pay-banner{
    background: url(/images/pay/bobanner.jpg) center;
}
.pay-banner > div{
    width: 300px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.pay-banner > div p{
    font-size: 23px;
}
.pay-banner > div p:last-child{
    padding: 6px;
    border: 2px solid #fff;
}
.pay-ewm > img{
    width: 300px;
}
/*END*/
/*时间轴*/
#cd-timeline {
  position: relative;
  padding: 20px;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 20px;
    padding-top: 10px;
    background: #75ce66;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;  
}
a.cd-read-more:hover{text-decoration:none; background-color: #424242;  }
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
  font-size: 16px;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.cd-container{
    padding: 20px;
}
#dsj-timeline2{
    display: none;
}
.timeline {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.timeline .year {
    width: 1000px;
    margin: 0 auto;
}
.timeline .year .year-title {
  width: 500px;
  margin-left: 9px;
  margin-bottom: 37px;
  font-size: 26px;
  line-height: 72px;
  height: 72px;
  font-weight: bold;
}
.timeline .year .year-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 492px;
    height: 37px;
    background-image: url(https://p0.ssl.qhimg.com/d/inn/5a5c3c49/year-line.png);
}
.timeline .year .year-content {
  position: relative;
}
.timeline .year .year-content .timeline-left,
.timeline .year .year-content .timeline-right {
  width: 500px;
  box-sizing: border-box;
}
.timeline .year .year-content .timeline-left {
  float: left;
}
.timeline .year .year-content .timeline-right {
  float: right;
}
.timeline .year .year-content .timeline-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
}
.timeline .year .year-content .month-block {
  margin-top: 50px;
  width: 500px;
  box-sizing: border-box;
}
.timeline .year .year-content .month-block .month-title {
  position: relative;
  width: 100%;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
}
.timeline .year .year-content .month-block .month-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 68px;
  height: 9px;
  top: 3.5px;
  background-image: url(https://p2.ssl.qhimg.com/d/inn/35503c40/month-line.png);
}
.timeline .year .year-content .month-block .month-content {
  margin-top: 25px;
}
.timeline .year .year-content .month-block .month-content p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.timeline .year .year-content .timeline-left .month-block {
  float: right;
  padding-right: 70px;
}
.timeline .year .year-content .timeline-left .month-block .month-title {
  text-align: right;
}
.timeline .year .year-content .timeline-left .month-block .month-title::before {
  right: -76px;
  background-position: 0 0;
}
.timeline .year .year-content .timeline-right .month-block {
  float: left;
  padding-left: 70px;
}
.timeline .year .year-content .timeline-right .month-block .month-title {
  text-align: left;
}
.timeline .year .year-content .timeline-right .month-block .month-title::before {
  left: -75px;
  background-position: -68px 0;
}
.timeline .year .year-content::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  bottom: 0;
  width: 0px;
  border-left: 1px solid #d9d9d9;
}
.timeline .year .year-content::after {
  content: "";
  display: block;
  clear: both;
}
.timeline-invisible {
  display: none;
}
/*END*/
/*文化*/
.wh-head{
    text-align: center;
    padding: 50px 0;
}
.wh-head h3{
    font-size: 36px;
    color: #ff823f;
}
.wh-head p{
    font-size: 16px;
}
.wh-shiming{
    margin: 50px 0 130px; 
}
.wh-jiazhi{
    max-width: 1260px;
    margin-bottom: 50px;
}
.wh-jingshen{
    max-width: 912px;
    margin-bottom: 50px;
}
.wh-yj{
    margin-bottom: 150px;
}
/*END*/
/*底部获取电话*/
.get-money-input{
    height: 300px;
    background: url(/images/call/index_footer.jpg);
}
.get-money-input h3{
    text-align: center;
    color: #fff;
    margin: 70px auto;
    font-size: 30px;
}
.index_footer_form {
    background: url(/images/call/index_footer_form.png) no-repeat top center;
    width: 380px;
    height: 52px;
    margin: 0px auto;
}
.index_footer_form input {
    background: none;
    height: 40px;
    line-height: 40px;
    border: 0px;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 5px;
}
.index_footer_form input.txt {
    width: 270px;
    text-indent: 12px;
}
.index_footer_form input.submit {
    width: 100px;
    text-align: center;
    color: #3186e4;
    cursor: pointer;
    padding: 0;
}
/*END*/
/*媒体报道*/
.lx-reports{
    padding: 30px 0;
    margin: 0 auto !important;
}
.lx-reports > a{
    background: #fff;
    width: 500px;
    padding: 20px;
    margin:10px;
}
.lx-reports > a:hover{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);

}
.lx-reports > a img{
    float: left;
}
.lx-reports > a > div{
    float: left;
    text-align: left;
    margin-left: 10px;
}
.lx-reports > a > div h6{
    font-size: 20px;
}
/*END*/
@media screen and (max-width: 1200px){
    .gy-1200{
        width: auto;
    }
}
@media screen and (min-width: 1100px){
    .jz-hengfu1 > div{
        width: 1100px;
        margin: 0 auto;
        height: 230px;
    }
    .jz-hengfu3 > div{
        width: 1100px;
        margin: 0 auto;
        height: 180px;
    }
    .zp-nav{
        width: 1100px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .zp-people > div{
        width: 1100px;
    }
    #cd-timeline {
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
    .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 20px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
  .lx-reports{
    width: 1049px;
  }
}
@media screen and (max-width: 1100px){
    .cd-timeline-img{
        font-size: 16px;
        line-height: 16px;
        padding-top: 4px;
    }
    .lx-reports{
        width: 100%;
    }
    .lx-reports > a{
        width: 100%;
        margin: 10px 0;
    }
}
@media screen and (max-width: 1000px){
    #dsj-timeline1{
        display: none;
    }
    #dsj-timeline2{
        display: block;
    }
}
@media screen and (min-width: 1000px){
    .jz-hengfu1 > div{
        width: 1000px;
        margin: 0 auto;
        height: 230px;
    }
    .jz-hengfu3 > div{
        width: 1000px;
        margin: 0 auto;
        height: 180px;
    }
    .lx-reports > a p{
        width: 260px;
    }
    .ct-text{
        padding: 50px;
    }
}
@media screen and (min-width: 900px){
    .jz-hengfu1 > div{
        width: 900px;
        margin: 0 auto;
        height: 230px;
    }
    .jz-hengfu3 > div{
        width: 900px;
        margin: 0 auto;
        height: 180px;
    }
}
@media screen and (max-width: 900px){
    .pay-table > div{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    #zp-people-one{
        display: none;
    }
    #zp-people-two{
        display: block;
    }
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 770px){
    .product-superiority img{
        float: none;
    }
    .wc-schema > a{
        width: 47%;
        margin: 10px 1.5%;
    }
    .wc-system > a{
        width: 47%;
        margin: 10px 1.5%;
    }
    .wc-set > a{
        width: 47%;
        margin: 10px 1.5%;
    }
    .jz-trait > a{
        width: 47%;
        margin: 10px 1.5%; 
    }
    .jz-hengfu1 > div{
        min-height: 120px;
    }
    .jz-hengfu3 > div{
        min-height: 100px;
    }
    .wc-vs img{
        margin-top: 0px;
    }
    .lx-reports > a h6{
        font-size: 16px;
    }
    #full1{
        display: none;
    }
    #full2{
        display: block;
    }
    .al-nav ul a h5{
        font-size: 15px;
    }
    .orderdiv{
        text-align: center;
    }
    .index-generalize h3{
        margin-top: 10px;
    }
    .tp-versions .content{
        text-align: center;
    }
    .tp-versions a{
        margin: 50px 0;
    }
    .call-core > a:nth-child(-n+3) > div{
        border: none;
    }
    .wh-yj > div > div{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 770px){
    .index-news > div{
        background: #fff;
        width: 31.3%;
        margin: 1%;
    }
    #full1{
        display: block;
    }
    #full2{
        display: none;
    }
}
@media screen and (max-width: 850px){
    .pcfoot{
        display: none;
    }
    .phonefoot{
        display: block;
    }
    .gy-infocm p,
    .gy-infocm img{
        float: none;
        margin: 10px auto;
    }
    .lx-head h3{
        position: initial;
        width:100%;
        padding: 20px 10px;
    }
    .lx-content div:last-child > div{
        position: initial;
    }
    .lx-content {
        padding: 50px 6px;
    }
}
@media screen and (max-width: 500px){
    .pd50{
        padding: 10px 0;
    }
    .index-nav{
        display: none;
    }
    .index-phone-nav{
        display: block;
    }
    .product-superiority img{
        width: 100%;
        max-height: 100%;
    }
    .scheme > a{
    padding: 10px;
    width: 80%;
    margin: 20px auto;
    float: none;
    }
    .wc-market > a h3{
        height: 30px;
    }
    .jz-hengfu1 > div{
        min-height: 80px;
    }
    .jz-hengfu3 > div{
        min-height: 80px;
    }
    .jz-trait > a{
        padding: 0;
    }
    .call-trait p{
        font-size: 12px;
    }
    .product-superiority >div:last-child{
        margin-top: 10px;
    }
    .call-advantage > div > a > div > h5{
        font-size: 14px;
    }
    .call-advantage > div > a > div{
        height: 200px;
    }
}
