@charset "utf-8";
@font-face {
  font-family: 'Base-font';
  src: url('futurademic.eot');
  src: local('apple Regular'), local('apple'), url('futurademic.woff') format('woff'), url('futurademic.ttf') format('truetype'), url('futurademic.svg#apple') format('svg');
}
@font-face {
  font-family: 'Trump';
  src: url('TrumpGothicEast_bold.eot');
  src: local('apple Regular'), local('apple'), url('TrumpGothicEast_bold.woff') format('woff'), url('TrumpGothicEast_bold.ttf') format('truetype'), url('TrumpGothicEast_bold.svg#apple') format('svg');
}
html {
  font-size: 14px;
  min-height: 100%;
}
body {
  color: #333333;
  font: 14px/1.5 "microsoft yahei", "黑体", arial, sans-serif;
  cursor: default;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  background: #ededed;
}
/*默认:#3399FF*/
::-moz-selection {
  background: #2f2f2f;
  color: #fff;
}
::selection {
  background: #2f2f2f;
  color: #fff;
}
a {
  color: #333333;
}
a:hover {
  color: #999;
}
.text-center {
  text-align: center;
}
.ver-a-m,
.message .list span {
  vertical-align: middle;
}
.ver-a-t {
  vertical-align: top;
}
.ver-a-b {
  vertical-align: bottom;
}
.ver-a-s {
  vertical-align: sub;
}
.display-b,
.d_b {
  display: block;
}
.display-i,
.d_i {
  display: inline;
}
.display-ib,
.d_ib,
.header .top-other .lang span,
.header .top-other .server-detail span,
.header .nav ul li a,
.p_btn.btn_list a,
.works ul li .text div,
.footer .news-c a,
.case_mobile_show .r .online a span,
.case_mobile_show .r .tips a,
.services_list .li em span.ic,
.services_list .li:hover em span,
.banner .ssl-info .banner-btn .apply-btn,
.ssl-content .ssl-introduce .si-title:before,
.ssl-content .ssl-introduce .si-partner .sp-title span,
.ssl-content .ssl-introduce .si-partner .sp-title span:before,
.ssl-content .ssl-introduce .si-partner .sp-title span:after,
.ssl-content .ssl-title span,
.ssl-content .ssl-title span:before,
.ssl-content .ssl-title span:after,
.ssl-content .ssl-edition .se-list .se-btn,
.ssl-content .ssl-edition .se-list .se-txt p:before,
.ssl-content .ssl-scene .ss-list .ss-img i,
.message .list span,
.solution-ys .a a,
.team .team-img .btn a,
.playZizhi .list span,
.services-contact .time span,
.picture h3,
.title_wrp .s-nav ul li a,
.case_web .li .text .t {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.opacity-0,
.banner .easy_touch_list .text p,
.banner .btn,
#show_map_container,
.case_web .li .bg,
.case_web .li .text,
.animate .plytext p,
.animate .plytext .btn,
.plytext .hide,
.services_list .li .bg img,
.solution-works .text,
.animate.about-star h3 span,
.about-b.animate .ease,
.team .team-list.animate,
.team .team-img .text,
.team .team-count .detail .info,
.team .team-count .detail .b,
.about-future.animate,
.our_services.hide .r p,
.our_services.hide .c,
.our_services.hide h1,
.animate.bate .left,
.animate.project_info .right,
.animate.h-title h1,
.case_mobile_show .animate.title h1,
.animate.h-title p,
.case_mobile_show .animate.title p,
.animate.navigator .fl,
.animate.top-nav,
.animate.s-nav {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.opacity-1,
.banner .easy_touch_list.act .text p,
.banner .easy_touch_list.act .btn,
#show_map_container.show,
.case_web .li .l:hover .text,
.services_list .li:hover .bg img,
.solution-works li:hover .text,
.team .team-img:hover .text,
.team .team-count:hover .detail .info,
.team .team-count:hover .detail .b {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@-webkit-keyframes about_bg {
  
    0% {background-position: 0px 0px;}
    100% {background-position: 0px -980px;}

}
@-moz-keyframes about_bg {
  
    0% {background-position: 0px 0px;}
    100% {background-position: 0px -980px;}

}
@-ms-keyframes about_bg {
  
    0% {background-position: 0px 0px;}
    100% {background-position: 0px -980px;}

}
@-o-keyframes about_bg {
  
    0% {background-position: 0px 0px;}
    100% {background-position: 0px -980px;}

}
@keyframes about_bg {
  
    0% {background-position: 0px 0px;}
    100% {background-position: 0px -980px;}

}
/*.loop_an_create(line1,'
    0% {left: -101%;}
    20% {left: 0%;}
    40% {left: 101%;}
    60% {left: 101%;}
    80% {left: 101%;}
    100% {left: 101%;}
');*/
@-webkit-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@-moz-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@-ms-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@-o-keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
@keyframes banner_loop {
  
    0% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    

}
.trans_3,
.header .nav ul li a,
.p-more i,
.works .navigator .fl a,
.box-btn h1,
.box-btn a,
.address .btns a,
.address .btns a span,
.pages a,
.pages span,
.title_wrp .s-nav ul li:after,
.case_mobile .li,
.flip_over a,
.services_list .play-btn,
.child-nav a:after,
.solution-icon-list li .img,
.solution-icon-list li h3,
.solution-icon-list li p,
.server-lc .icon,
.team .team-img .text,
.team .team-img .btn a,
.playZizhi .wrp,
.playZizhi .wrp img,
.playZizhi .close,
.playZizhi .prev,
.playZizhi .next,
.playZizhi .list span,
.countact_info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container {
  width: 81.25%;
  margin-left: auto;
  margin-right: auto;
}
.container_parent {
  left: 0;
  top: 0;
}
.header_fix {
  height: 75px;
  padding-top: 25px;
}
.header {
  width: 100%;
  height: 75px;
  padding-top: 25px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.98);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.header .top-other {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.header .top-other .fr {
  background-color: #FE0000;
  color: #fff;
  margin: 0 1px;
  cursor: pointer;
  font-size: 13px;
}
.header .top-other .lang span {
  background: url("yyan.png") no-repeat right center;
  padding-left: 10px;
  padding-right: 36px;
  height: 25px;
}
.header .top-other .server-detail {
  padding-left: 50px;
  padding-right: 60px;
}
.header .top-other .server-detail span {
  height: 25px;
  padding-left: 26px;
  background: url("diqiu.png") no-repeat left center;
}
.header .logo {
  display: block;
  float: left;
}
.header .logo img {
  display: block;
}
.header .nav ul {
  padding-left: 120px;
}
.header .nav ul li {
  line-height: 40px;
  height: 40px;
  padding-left: 36px;
  padding-top: 17.5px;
}
.header .nav ul li a {
  font-size: 18px;
  line-height: 40px;
  color: #525252;
  height: 40px;
  padding-left: 4px;
  padding-right: 4px;
}
.header .nav ul li a:hover,
.header .nav ul li a.act {
  color: #FE0000;
}
.header .nav ul .x {
  background-image: url("icon_1.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.header .nav .m_search_btn {
  display: none;
  background-color: #333333;
  height: 60px;
  line-height: 60px;
  color: #acacac;
  font-weight: bold;
}
.header .nav .m_search_btn span {
  display: block;
}
.header .nav .m_search_btn .txt {
  float: left;
  cursor: text;
}
.header .nav .m_search_btn .btn {
  float: right;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.header .nav .icon {
  margin-top: 17.5px;
}
.header .nav .icon a {
  display: block;
  float: left;
  margin-left: 15px;
  height: 40px;
  width: 22px;
}
.header .nav .icon a span {
  display: none;
}
.header .nav .icon a img {
  height: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  margin-top: -8px;
}
.header .m-btn {
  width: 22px;
  height: 20px;
  padding: 12px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
}
.header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
.header .m-btn .line1 {
  width: 12px;
  top: 0;
}
.header .m-btn .line2 {
  width: 20px;
  top: 6px;
}
.header .m-btn .line3 {
  width: 16px;
  top: 13px;
}
.header .m-btn.act .line1,
.header .m-btn.act .line2,
.header .m-btn.act .line3 {
  width: 100%;
}
.search_inner {
  background-color: #007FE0;
  color: #555555;
  position: fixed;
  z-index: 10000 ;
}

.search_inner .close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 2%;
  top: 0;
  margin-top: 2%;
  cursor: pointer;
  background: url(xxx.png) no-repeat center center;
}
.banner {
  width: 100%;
  height: 800px;
}
.banner.c-banner {
  height: 640px;
}
.banner.c-banner img {
  display: block;
  height: 100%;
  position: relative;
}
.banner.ssl-banner {
  height: auto;
}
.banner.ssl-banner .easy_touch_list {
  background-color: #1f3ca0;
}
.banner.ssl-banner .easy_touch_list img {
  margin-left: 10%;
}
.banner.scheme-banner {
  height: 550px;
}
.banner .mobile_banner {
  display: block;
  width: 100%;
}
.banner .mobile_banner.mobile_banner2 {
  display: none;
}
.banner .number-count {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
}
.banner .number-count .n,
.banner .number-count .x {
  font-family: "Trump", "黑体";
}
.banner .number-count li {
  width: 33%;
  position: relative;
}
.banner .number-count li .line {
  position: absolute;
  height: 84%;
  top: 8%;
  right: 0;
  background-color: #fff;
  width: 1px;
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.banner .easy_touch_list {
  background-size: cover!important;
}
.banner .easy_touch_list .text {
  color: #fff;
  font-size: 50px;
  position: relative;
  top: 18%;
  font-family: "Microsoft Yahei", "黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner .easy_touch_list .text p {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  line-height: 1.36em;
}
.banner .easy_touch_list .text p:nth-of-type(1) {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.banner .easy_touch_list .text p:nth-of-type(2) {
  -webkit-transition: all 0.7s 0.06s ease;
  -moz-transition: all 0.7s 0.06s ease;
  -o-transition: all 0.7s 0.06s ease;
  transition: all 0.7s 0.06s ease;
}
.banner .easy_touch_list .text p:nth-of-type(3) {
  -webkit-transition: all 0.7s 0.12s ease;
  -moz-transition: all 0.7s 0.12s ease;
  -o-transition: all 0.7s 0.12s ease;
  transition: all 0.7s 0.12s ease;
}
.banner .easy_touch_list .text p strong {
  font-size: 1.3em;
  line-height: 1.36em;
}
.banner .easy_touch_list .text .x-slg {
  font-size: 1.92em!important;
}
.banner .easy_touch_list .text .x-lg {
  font-size: 1.56em!important;
}
.banner .easy_touch_list .text .x-sm {
  font-size: 0.8em!important;
}
.banner .easy_touch_list .text .x-ssm {
  font-size: 20px!important;
}
.banner .easy_touch_list .bg-wrp {
  background-color: #d50000;
  position: absolute;
  bottom: 0;
  width: 39%;
  padding-left: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.banner .easy_touch_list .bg-wrp .text {
  top: 0!important;
  font-family: "Base-font", "microsoft yahei" !important;
}
.banner .easy_touch_list.act .text p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.banner .btn {
  position: relative;
  -webkit-transition: all 0.7s 0.6s ease;
  -moz-transition: all 0.7s 0.6s ease;
  -o-transition: all 0.7s 0.6s ease;
  transition: all 0.7s 0.6s ease;
}
.banner .btn a {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: 50px;
  overflow: hidden;
}
.banner .btn a i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("icon_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  -o-animation: banner_loop 2s 0s infinite ease;
  -moz-animation: banner_loop 2s 0s infinite ease;
  -ms-animation: banner_loop 2s 0s infinite ease;
  -webkit-animation: banner_loop 2s 0s infinite ease;
  animation: banner_loop 2s 0s infinite ease;
}
.banner .btn.p_btn a i {
  -o-animation: none 6s 0s infinite linear;
  -moz-animation: none 6s 0s infinite linear;
  -ms-animation: none 6s 0s infinite linear;
  -webkit-animation: none 6s 0s infinite linear;
  animation: none 6s 0s infinite linear;
}
.banner .easy_touch_index {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  height: 5px;
  line-height: 5px;
}
.banner .easy_touch_index a {
  background-color: transparent;
  height: 3px;
  line-height: 0px;
  width: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.banner .easy_touch_index a strong {
  background-color: #3a333f;
  display: block;
  width: 100%;
  height: 100%;
}
.banner .easy_touch_index a span {
  display: block;
  width: 0;
  height: 100%;
  line-height: 0;
  background-color: #918c94;
}
.scheme-banner.banner .easy_touch_index a {
  width: 8px;
  height: 8px;
  line-height: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0;
}
.scheme-banner.banner .easy_touch_index a.act {
  background-color: #fff;
}
.scheme-banner.banner .easy_touch_index {
  text-align: center;
}
.banner .loader {
  width: 48px;
  height: 48px;
  border-color: #ddd #ddd #ddd #bababa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.bg_man {
  background-color: #fff;
}
.bg_1 {
  background-color: #EDFBFF;
}
.bg_2 {
  background-color: #FFFCF0;
}
.h-padding-top,
.h-padding-top-1 {
  height: 16px;
  width: 100%;
  clear: both;
}
.h-padding-top-1 {
  height: 8px;
  line-height: 8px;
}
.bate {
  padding-top: 85px;
}
.bate .left {
  width: 43.3%;
  padding-left: 3.3%;
  padding-right: 3.3%;
}
.bate .left h1 {
  font-size: 63px;
  font-family: "Base-font";
}
.bate .left h1 span {
  font-size: 18px;
  color: #999;
  font-weight: normal;
}
.bate .left h3 {
  padding-top: 1.5%;
  font-weight: normal;
  font-size: 17px;
}
.bate .left p {
  font-size: 14px;
  color: #666666;
  line-height: 2em;
  padding-top: 6%;
}
.bate .right {
  width: 50%;
  position: relative;
}
.bate .right .img {
  width: 100%;
  height: 0;
  line-height: 0;
  padding-bottom: 62.64294790343075%;
}
.bate .right .bg {
  background-color: #2f2f2f;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.bate .right .chart-wrp {
  width: 33.33%;
  float: left;
  margin-top: 5.6%;
}
.bate .right .chart-wrp .chart {
  padding-top: 10%;
  padding-left: 8%;
  padding-right: 8%;
  border-right: 1px solid #6d7680;
  border-color: rgba(109, 118, 128, 0.6);
  text-align: center;
  color: #fff;
}
.bate .right .chart-wrp .chart h1 {
  font-size: 20px;
  font-weight: normal;
}
.bate .right .chart-wrp .chart .number {
  font-family: "Trump", "黑体";
}
.bate .right .chart-wrp .chart .number .lg {
  font-size: 56px;
}
.bate .right .chart-wrp .chart .number .sm {
  font-size: 36px;
}
.bate .right .chart-wrp .chart .icon {
  margin-top: 15px;
  height: 50px;
}
.bate .right .chart-wrp .chart .icon.icon_1 {
  background-image: url("icon_7.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.bate .right .chart-wrp .chart .icon.icon_2 {
  background-image: url("icon_8.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.bate .right .chart-wrp .chart .icon.icon_3 {
  background-image: url("icon_9.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.bate .right .chart-wrp .chart .table {
  margin-top: 10%;
  width: 100%;
  position: relative;
}
.bate .right .chart-wrp .chart .table img {
  position: relative;
  display: block;
  width: 100%;
}
.bate .right .chart-wrp .chart .table .box {
  width: 13%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bate .right .chart-wrp .chart .table .box.box1 {
  left: 31%;
  background: #fff;
}
.bate .right .chart-wrp .chart .table .box.box2 {
  left: 56%;
  background-image: url("bg_07.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 100% auto!important;
}
.bate .right .chart-wrp .chart .table .box.box3 {
  background-image: url("bg_07_1.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
.bate .p_btn {
  width: 100%;
  margin-top: 12%;
}
.bate .p_btn .fl a {
  float: left;
  margin-right: 22px;
}
.p_btn a {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_btn a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_btn a i {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.p_btn a.icon_link i {
  background-image: url("icon_4.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.p_btn a.icon_link:hover i,
.p_btn a.icon_link.act i {
  background-image: url("icon_4_h.png");
}
.p_btn a.icon_link1 i {
  background-image: url("icon_2.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.p_btn a.icon_link1:hover i,
.p_btn a.icon_link1.act i {
  background-image: url("icon_2_h.png");
}
.p_btn a.icon_message i {
  background-image: url("icon_6.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.p_btn a.icon_message:hover i,
.p_btn a.icon_message.act i {
  background-image: url("icon_6_h.png");
}
.p_btn a.icon_email i {
  background-image: url("icon_5.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.p_btn a.icon_email:hover i,
.p_btn a.icon_email.act i {
  background-image: url("icon_5_h.png");
}
.p_btn a:hover,
.p_btn a.act {
  background-color: #ff4141;
  border-color: #FE0000;
}
.p_btn a:hover span,
.p_btn a.act span {
  background-color: #FE0000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.p_btn.btn_list a {
  width: auto;
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 12px;
}
.p_btn.btn_list a:hover {
  color: #333;
}
.p-wrp {
  padding: 3.3%;
  background-color: #fff;
}
.h-title {
  position: relative;
}
.h-title h1 {
  font-size: 26px;
  font-weight: normal;
}
.h-title h1 span {
  font-size: 14px;
  color: #777777;
}
.h-title p {
  color: #999;
  font-size: 15px;
  padding-top: 8px;
}
.h-title .p-more {
  right: 0;
  bottom: 0;
}
.p-more {
  display: block;
  color: #777777;
  padding-left: 22px;
  height: 30px;
  line-height: 30px;
  font-family: "Microsoft Yahei", "黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.p-more i {
  width: 13px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("icon_10.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.p-more:hover {
  color: #999;
}
.p-more:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.works {
  position: relative;
}
.works .navigator {
  padding-top: 30px;
}
.works .navigator .fl a {
  display: block;
  float: left;
  padding-left: 50px;
  padding-right: 30px;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
  margin-bottom: 2px;
  background-color: #f5f5f5 ;
}
.works .navigator .fl a.icon_1 {
  background-image: url("icon_11.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.works .navigator .fl a.icon_2 {
  background-image: url("icon_12.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.works .navigator .fl a.icon_3 {
  background-image: url("icon_13.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.works .navigator .fl a:first-child {
  width: 75px;
  padding: 0;
  text-align: center;
}
.works .navigator .fl a.act,
.works .navigator .fl a:hover {
  background-color: #333;
  color: #fff;
}
.works .navigator .fl a.act.icon_1,
.works .navigator .fl a:hover.icon_1 {
  background-image: url("icon_11_h.png");
}
.works .navigator .fl a.act.icon_2,
.works .navigator .fl a:hover.icon_2 {
  background-image: url("icon_12_h.png");
}
.works .navigator .fl a.act.icon_3,
.works .navigator .fl a:hover.icon_3 {
  background-image: url("icon_13_h.png");
}
.works ul {
  padding-top: 40px;
  width: 102%;
}
.child.works ul {
  padding-top: 0;
}
.works ul li {
  margin-bottom: 2%;
  margin-right: 2%;
  width: 31%;
}
.works ul li .img {
  width: 100%;
  height: auto;
  line-height: 0;
  padding-bottom: 66.5929203539823%;
}
.works ul li .img img {
  position: absolute;
  left: 0;
  width: 100%;
}
.works ul li .img.img_load img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.works ul li .text {
  padding: 3% 5% 4% 5%;
  border: 1px solid #F2F2F2;
}
.works ul li .text h1 {
  font-weight: normal;
  font-size: 17px;
  line-height: 2em;
}
.works ul li .text div {
  font-size: 13px;
  position: relative;
  padding-bottom: 11px;
  color: #555555;
}
.works ul li .text div em {
  height: 3px;
  line-height: 3px;
  width: 25px;
  background-color: #FE0000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.works ul li .bg,
.works ul li .p_btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.works ul li .bg {
  background-color: #000;
}
.works ul li .p_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.works ul li .p_btn a i,
.banner .btn.p_btn a i {
  background-image: url("icon_2_h.png") !important;
}
.works ul li .p_btn a:hover,
.banner .btn.p_btn a:hover {
  background-color: #eee!important;
  border-color: #333!important;
}
.works ul li .p_btn a:hover span,
.banner .btn.p_btn a:hover span {
  background-color: #fff!important;
}
.works ul li .p_btn a:hover i,
.banner .btn.p_btn a:hover i {
  background-image: url("icon_2.png") !important;
}
.works ul li:hover .img img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.works ul li:hover .bg {
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.works ul li:hover .p_btn {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.works ul li:hover .text div em {
  width: 100%;
}
.works-system ul {
  width: 102%;
}
.works-system li {
  width: 31%;
  margin-right: 1.98%;
  float: left;
  position: relative;
  margin-bottom: 3%;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works-system li .img {
  padding-bottom: 66.58%;
}
.works-system li .text {
  padding: 3% 4% 5% 4%;
  position: relative;
}
.works-system li .text h1 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-bottom: 2%;
  padding-right: 3em;
}
.works-system li .text .more {
  position: absolute;
  right: 4%;
  top: 30%;
}
.works-system li .more img {
  width: 2em;
}
.works-system li:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.works .mb ul li .text {
  border: 0;
  padding: 3%;
}
.mb {
  position: absolute;
  width: 100%;
  left: -99999px;
  top: -99999px;
}
.mb_ {
  display: none;
}
.news {
  width: 102%;
  padding-top: 30px;
}
.news li {
  width: 48%;
  padding-top: 1.4%;
  padding-bottom: 1.4%;
  border-bottom: 1px solid #ccc;
  margin-right: 1.98%;
  margin-bottom: 1.5%;
}
.news .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  padding-left: 22px;
  height: 22px;
  line-height: 22px;
  font-family: "Trump", "黑体";
  background: no-repeat left center url(cckk.png);
}
.news .text {
  margin-left: 112px;
  position: relative;
}
.news .text h1 {
  font-size: 30px;
  line-height: 1.3em;
  height: 2.7em;
  overflow: hidden;
}
.news .text p {
  padding-top: 10px;
  color: #777;
  font-size: 16px;
  line-height: 1.7em;
}
.news img.abs {
  display: none;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news .show img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .act img {
  display: block;
}
.news .list-text:hover {
  background-color: #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .list-text:hover .date {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.mb-news {
  padding-top: 4%;
}
.mb-news li {
  width: 100%;
  padding-bottom: 1%;
}
.mb-news .text {
  padding: 3% 0 1% 0;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.mb-news h1 {
  font-size: 18px;
  font-weight: normal;
  color: #1c1c1c;
  line-height: 1.8em;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.mb-news p {
  padding-top: 1%;
  font-size: 14px;
  color: #777777;
}
.mb-news .elis_ {
  line-height: 1.5em;
  height: 2.85em;
}
.mb-news .list-text:active {
  background-color: #eee;
}
.box-btn .l,
.box-btn .r {
  width: 49.45%;
}
.box-btn .l:hover .img img,
.box-btn .r:hover .img img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.box-btn .l {
  padding-right: 0.54%;
}
.box-btn .r {
  padding-left: 0.54%;
}
.box-btn .lg {
  width: 98%;
}
.box-btn .xsm {
  width: 1px;
  height: 100%;
}
.box-btn .img {
  height: 0;
  line-height: 0;
  width: 100%;
  padding-bottom: 45.45454545454545%;
}
.box-btn .img img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.box-btn h1,
.box-btn a {
  color: #fff;
  text-align: center;
}
.box-btn h1 {
  font-weight: normal;
  font-size: 28px;
}
.box-btn a {
  display: block;
  width: 30%;
  margin: auto;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 2% 0;
  margin-top: 4.5%;
}
.box-btn .r h1,
.box-btn .r a {
  color: #000;
  border-color: #000;
}
.box-btn .l a:hover {
  background-color: #fff;
  color: #000;
}
.box-btn .r a:hover {
  background-color: #000;
  color: #fff;
}
.tel_video {
  height: 700px;
  margin-bottom: 63px;
}
.tel_video .banner {
  height: 100%!important;
}
.address {
  bottom: -9%;
}
.address .img {
  height: 90%;
}
.address .img img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.address .btns {
  padding-top: 25px;
}
.address .btns a {
  width: 180px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #FE0000;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.address .btns a span {
  font-family: "宋体";
}
.address .btns a:hover {
  background-color: #d50000;
}
.address .btns a:hover span {
  padding-left: 6px;
}
#show_map_container {
  background-color: #1b1b1b;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  -webkit-transform: translateY(260px);
  -moz-transform: translateY(260px);
  -ms-transform: translateY(260px);
  -o-transform: translateY(260px);
  transform: translateY(260px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#show_map_container.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#show_map_container:before {
  content: "loading...";
  position: absolute;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  left: 50%;
  top: 49%;
  margin-left: -50px;
}
#show_map_container .btn {
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: .8%;
  padding-top: .8%;
}
#show_map_container .btn a {
  font-size: 46px;
  color: #fff;
  background-color: #FE0000;
  display: block;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.footer {
  background-color: #1b1d1f;
  padding-top: 2.4%;
  padding-bottom: 2.4%;
}
.footer,
.footer a {
  color: #5f6062;
}
.footer a:hover {
  color: #999;
}
.footer .l {
  width: 28%;
  padding-right: 7%;
}
.footer .c {
  width: 44.9%;
}
.footer .r {
  width: 20%;
  text-align: right;
}
.footer h1 {
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  border-bottom: 1px solid #282a2b;
  font-size: 16px;
  color: #bbb;
}
.footer .colun {
  width: 25.33%;
  padding-right: 8%;
}
.footer .text {
  line-height: 2em;
}
.footer .ewm {
  width: 58%;
  margin-right: 8%;
}
.footer .ewm img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.footer .ewm img.d_n {
  display: none;
}
.footer .btn a {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.footer .btn a:hover,
.footer .btn a.act {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.footer .btn .icon_1 {
  background-image: url("footer_share.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.footer .btn .icon_2 {
  background-image: url("footer_share.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 50px;
}
.footer .news-c a {
  padding-right: 20px;
}
.footer .f-logo {
  padding-top: 2%;
}
.footer .f-logo .l-wrp {
  display: block;
}
.footer .f-logo .r-wrp {
  padding-top: 10px;
}
.right_btn {
  width: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -125px;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.right_btn li {
  border-bottom: 1px solid #ff4343;
}
.right_btn li:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.right_btn li:last-child {
  border-bottom: 0;
  -webkit-border-radius: 0 0 3px;
  -moz-border-radius: 0 0 3px;
  -ms-border-radius: 0 0 3px;
  -o-border-radius: 0 0 3px;
  border-radius: 0 0 3px;
}
.right_btn li,
.right_btn li a,
.right_btn .icon {
  background-color: #FE0000;
}
.right_btn li,
.right_btn li a {
  display: block;
  height: 50px;
  position: relative;
}
.right_btn span {
  height: 50px;
}
.right_btn .text {
  padding-left: 20px;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.right_btn .icon {
  cursor: pointer;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.right_btn .icon_0 {
  background-image: url("right_btn_0.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn .icon_1 {
  background-image: url("right_btn_1.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn .icon_2 {
  background-image: url("right_btn_2.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn .icon_3 {
  background-image: url("right_btn_3.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn .icon_4 {
  background-image: url("right_btn_4.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn .icon_5 {
  background-image: url("right_btn_5.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn .icon_6 {
  background-image: url("right_btn_6.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.right_btn a:hover {
  background-color: #fff;
}
.right_btn a:hover .icon {
  background-color: #fff;
}
.right_btn a:hover .text {
  color: #FE0000;
}
.right_btn a:hover .icon_0 {
  background-image: url("right_btn_0_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn a:hover .icon_1 {
  background-image: url("right_btn_1_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn a:hover .icon_2 {
  background-image: url("right_btn_2_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn a:hover .icon_3 {
  background-image: url("right_btn_3_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn a:hover .icon_4 {
  background-image: url("right_btn_4_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn a:hover .icon_5 {
  background-image: url("right_btn_5_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn a:hover .icon_6 {
  background-image: url("right_btn_6_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn li .div {
  height: 100%;
  overflow: hidden;
}
.right_btn li .div a {
  width: 50px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.right_btn li .div a.tsina {
  background-image: url("right_btn_sina.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn li .div a.weixin {
  background-image: url("right_btn_weixin.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn li .div a.tqq {
  background-image: url("right_btn_tqq.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn li .div a.more {
  background-image: url("right_btn_more.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.right_btn li .div a span {
  display: none!important;
}
.right_btn li .div a:hover {
  background-color: #ff5151;
}
.right_btn li .div div {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 0;
  cursor: pointer;
}
.right_btn:hover,
.right_btn.act {
  width: 180px;
}
.pages {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pages a,
.pages span {
  display: inline-block;
  padding: 15px 30px;
  color: #999999;
  background: #EEEEEE;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pages a:hover,
.pages span:hover,
.pages a.act,
.pages span.act {
  color: #fff;
  background: #2f2f2f;
  border-color: #252525;
  display: inline-block;
  text-decoration: none;
}
.share-c,
.font-c {
  width: 86px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
}
.share-c {
  background: url(share1.png) no-repeat center center;
}
.share-c:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.font-c {
  width: 110px;
}
.font-c .img {
  width: 33.3%;
  float: left;
}
.font-c .img:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.font-c img {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 16%;
}
.title_wrp {
  width: 93.4%;
  margin-left: auto;
  margin-right: auto;
  z-index: 998;
  position: relative;
}
.title_wrp .top-nav {
  padding-top: 60px;
}
.title_wrp .top-nav h1 {
  line-height: 42px;
  font-size: 26px;
  color: #333333;
  font-weight: normal;
}
.title_wrp .s-nav {
  margin-top: 22px;
  line-height: 34px;
  position: relative;
}
.title_wrp .s-nav span {
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
}
.title_wrp .s-nav ul {
  padding-left: 50px;
}
.title_wrp .s-nav ul li {
  list-style: none;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}
.title_wrp .s-nav ul li a {
  padding-left: 9px;
  padding-right: 9px;
  color: #222;
}
.title_wrp .s-nav ul li:after {
  content: " ";
  height: 2px;
  line-height: 2px;
  width: 100%;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.title_wrp .s-nav ul li:hover:after,
.title_wrp .s-nav ul li.act:after {
  background-color: #222;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.title_wrp .s-nav.fixed .fix {
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  width: 80%;
  left: 0;
  padding-left: 10%;
  padding-right: 10%;
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.title_wrp .s-nav.fixed .fix span {
  left: 10%;
  top: 5px;
}
.team-box .l {
  width: 62%;
}
.team-box .l .after {
  padding-bottom: 69.14%;
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
}
.team-box .l img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.team-box .r {
  padding-left: 6%;
  width: 26%;
}
.team-box .r h1 {
  margin-top: 38%;
}
.team-box .img {
  -webkit-transition: all 0.8s 0.3s ease;
  -moz-transition: all 0.8s 0.3s ease;
  -o-transition: all 0.8s 0.3s ease;
  transition: all 0.8s 0.3s ease;
}
.team-box:hover .img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case_web .li {
  background-color: #222;
  width: 100%;
  position: relative;
  margin-top: 15px;
  /*36.562609139944896454487834534142*/
}
.case_web .li .l {
  width: 65%;
  padding-bottom: 36.562609139944896454487834534142%;
}
.case_web .li .r {
  width: 29%;
  height: 100%;
}
.case_web .li .r.fr {
  margin-right: 2.8%;
}
.case_web .li .r.fl {
  margin-left: 2.8%;
}
.case_web .li .r h1 {
  font-size: 24px;
  line-height: 1.9em;
  margin-top: 18%;
  color: #fff;
}
.case_web .li .r h1 a {
  color: #fff;
}
.case_web .li .r span {
  display: block;
  color: #9a9a9a;
  font-size: 18px;
  padding-top: 2.469%;
}
.case_web .li .r h3 {
  font-weight: normal;
  padding-top: 3.8%;
}
.case_web .li .r h3 a {
  color: #cdcdcd;
  font-size: 18px;
  line-height: 2em;
}
.case_web .li .r h3 a:hover {
  color: #fff;
}
.case_web .li .r p {
  color: #979797;
  font-size: 13px;
  line-height: 1.84em;
  padding-top: 2.469%;
  max-height: 7.176em;
  overflow: hidden;
}
.case_web .li .r .p_btn {
  padding-top: 20%;
}
.case_web .li .r .p_btn i {
  background-image: url("icon_4_h.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.case_web .li .r .p_btn a:hover {
  background-color: #eee;
  border-color: #fff;
}
.case_web .li .r .p_btn a:hover span {
  background-color: #fff;
}
.case_web .li .r .p_btn a:hover i {
  background-image: url("icon_4.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.case_web .li .bg {
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case_web .li .text {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case_web .li .text .t {
  position: relative;
  line-height: 32px;
  white-space: nowrap;
}
.case_web .li .text .t .before,
.case_web .li .text .t .afters {
  content: " ";
  width: 100%;
  display: block;
  background: #fff;
  height: 1px;
  line-height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.case_web .li .text .t .before {
  top: 0;
}
.case_web .li .text .t .afters {
  bottom: 0;
}
.case_web .li .img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case_web .li .img img {
  display: block;
  position: relative;
  width: 100%;
}
.case_web .li .l:hover .bg {
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.case_web .li .l:hover .text span .before,
.case_web .li .l:hover .text span .afters {
  -webkit-transform: scaleX(0.1);
  -moz-transform: scaleX(0.1);
  -ms-transform: scaleX(0.1);
  -o-transform: scaleX(0.1);
  transform: scaleX(0.1);
}
.animate .plytext p,
.animate .plytext .btn {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.plytext p {
  font-size: 30px;
  cursor: default;
  color: #fff;
}
.plytext .btn {
  width: 38px;
  height: 38px;
  background-size: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.plytext .btn img {
  display: block;
  width: 100%;
}
.plytext .container {
  padding-top: 12%;
  width: 81.25%!important;
}
.case_mobile {
  background-color: #ededed;
  width: 102%;
}
.case_mobile .li {
  width: 23%;
  margin-right: 1.99%;
  float: left;
  background-color: #fff;
  margin-top: 45px;
}
.case_mobile .li:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case_mobile .img {
  width: 100%;
  padding-bottom: 66.59%;
  position: relative;
}
.case_mobile .img img {
  position: relative;
  width: 100%;
  display: block;
}
.case_mobile .text {
  padding: 5%;
}
.case_mobile .text h2 {
  font-size: 14px;
  line-height: 1.57em;
  height: 2.983em;
  margin-bottom: 10px;
}
.case_mobile .text h2 a {
  height: 200px;
  color: #666;
}
.case_mobile .text span,
.case_mobile_show .l .title span,
.case_mobile_show .l .h-title span {
  color: #ccc;
  line-height: 1.75em;
}
.case_mobile .text .time,
.case_mobile_show .l .title .time,
.case_mobile_show .l .h-title .time {
  padding-left: 18px;
  background: url("cckk2.png") no-repeat left center;
  background-size: 16px auto;
}
.case_mobile .text .view,
.case_mobile_show .l .title .view,
.case_mobile_show .l .h-title .view {
  padding-left: 18px;
  background: url("cckk3.png") no-repeat left center;
  background-size: 16px auto;
}
.show_text {
  margin-top: 28px;
  padding-bottom: 28px;
  font-size: 16px;
  padding-top: 21px;
  min-height: 400px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.8;
}
.show_text img {
  max-width: 100%;
}
.show_text .abstract {
  background-color: #ededed;
  color: #888;
  padding: 15px 25px;
  line-height: 1.6;
  border-radius: 3px;
  margin-bottom: 21px;
}
.show_text .abstract span {
  float: left;
}
.show_text .abstract p {
  overflow: hidden;
}
.page-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 2em;
}
.page-link span {
  color: #7D7D7D;
}
.page-link a {
  color: #9E9E9E;
  display: block;
}
.page-link a:hover {
  color: #FE0000;
}
.case_mobile_show {
  margin-top: 70px;
}
.case_mobile_show .l {
  padding-right: 280px;
}
.case_mobile_show .l .title {
  background-color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.case_mobile_show .l .title h1 {
  font-size: 32px;
  line-height: 1em;
  padding: 30px 30px 0 80px;
  color: #333;
}
.case_mobile_show .l .title p {
  padding: 10px 30px 0 79px;
  margin-top: 5px;
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  color: #bbb;
}
.case_mobile_show .l .title span,
.case_mobile_show .l .h-title span {
  color: #999;
}
.case_mobile_show .l .position-c {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 28px;
  margin-bottom: 25px;
  line-height: 1.7em;
}
.case_mobile_show .l .position-c .ps {
  padding-left: 15px;
  background: url("cckk4.png") no-repeat left center;
}
.case_mobile_show .l .position-c a,
.case_mobile_show .l .position-c span,
.case_mobile_show .l .position-c i {
  display: block;
  float: left;
}
.case_mobile_show .l .position-c a,
.case_mobile_show .l .position-c span {
  color: #666;
  font-size: 16px;
}
.case_mobile_show .l .position-c i {
  background: url("cckk5.png") no-repeat center center;
  width: 20px;
}
.case_mobile_show .l .position-c a:hover {
  color: #FE0000;
}
.case_mobile_show .l .info {
  background-color: #D6D6D6;
  padding-top: 50px;
  padding-bottom: 30px;
}
.case_mobile_show .l .info .ewm {
  text-align: center;
}
.case_mobile_show .l .info .ewm h1 {
  color: #cb0000;
  font-size: 22px;
  line-height: 1.3em;
  padding-top: 22px;
  padding-bottom: 22px;
}
.case_mobile_show .l .info .ewm img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.case_mobile_show .l .info ul {
  width: 753px;
  margin-left: auto;
  margin-right: auto;
}
.case_mobile_show .l .info ul li {
  width: 334px;
  height: 665px;
  margin-top: 70px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  background: url("cckk7.png") no-repeat;
}
.case_mobile_show .l .info ul img {
  width: 325px;
  display: block;
  height: auto;
  position: absolute;
  margin: 19px 0px 0px 5px;
  clip: rect(57px, 325px, 573px, 0px);
}
.case_mobile_show .l .xgxm {
  padding-top: 5%;
}
.case_mobile_show .l .h-title {
  padding-right: 120px;
}
.case_mobile_show .l .case_mobile {
  padding-bottom: 3%;
}
.case_mobile_show .l .case_mobile .text h2 {
  font-weight: normal;
}
.case_mobile_show .l .case_mobile .text h2 a {
  color: #999;
}
.case_mobile_show .r {
  width: 250px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.case_mobile_show .r .online {
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.case_mobile_show .r .online a {
  font-size: 16px;
  color: #666;
}
.case_mobile_show .r .online a:hover,
.case_mobile_show .r .online a.act {
  background-color: #D6D6D6;
}
.case_mobile_show .r .online a span {
  padding-left: 38px;
  background-image: url("icon-qq.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 40px;
  line-height: 40px;
}
.case_mobile_show .r .tips a {
  color: #333;
  background-color: #cfcfcf;
  margin: 5px 5px 5px 0;
  padding: 8px 15px;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.case_mobile_show .r .tips a:hover {
  background-color: #ff3232;
  color: #fff;
}
.case_mobile_show .r .tips-h2 h2 {
  font-size: 16px;
  color: #FE0000;
  font-weight: normal;
  padding-top: 16px;
  padding-bottom: 16px;
}
.case_mobile_show .r .recommend ol {
  list-style-type: none;
  counter-reset: av;
  padding: 0;
  margin: 0;
}
.case_mobile_show .r .recommend ol li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 14px;
}
.case_mobile_show .r .recommend ol li:before {
  content: counter(av);
  counter-increment: av;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #d50000;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.case_mobile_show .r .recommend ol li a {
  color: #565656;
}
.case_mobile_show .r .recommend ol li a:hover {
  color: #FE0000;
}
.case_mobile_show .r .show-right-wrp {
  padding: 3% 5%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.flip_over {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 40%;
  z-index: 9999;
}
.flip_over a {
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
}
.flip_over a,
.flip_over a i,
.flip_over a em,
.flip_over a p {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  top: 0;
}
.flip_over a i {
  background-color: #000;
  filter: alpha(opacity=48);
  -webkit-opacity: 0.48;
  -moz-opacity: 0.48;
  opacity: 0.48;
}
.flip_over a em,
.flip_over a i {
  width: 100%;
  height: 100%;
  left: 0;
}
.flip_over a p {
  color: #fff;
  background: transparent;
  -webkit-background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  height: 50px;
  line-height: 50px;
  width: 0px;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
}
.flip_over a:hover p {
  background: #666;
  -webkit-background: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  width: 130px;
}
.flip_over .prev {
  left: 0;
}
.flip_over .prev em {
  background: url("qw13.png") no-repeat center center;
  background-size: 40% auto;
}
.flip_over .prev p {
  right: 0;
  padding-right: 50px;
  text-indent: -60px;
}
.flip_over .prev:hover {
  left: 130px !important;
}
.flip_over .prev:hover p {
  text-indent: 0;
}
.flip_over .menu {
  left: 50%;
  margin-left: -25px;
}
.flip_over .menu em {
  background: url("qw12.png") no-repeat center center;
}
.flip_over .menu p {
  left: 0;
  padding-left: 50px;
  text-indent: -216px;
}
.flip_over .menu:hover {
  margin-left: -90px;
}
.flip_over .menu:hover p {
  text-indent: 0;
}
.flip_over .next {
  right: 0;
}
.flip_over .next em {
  background: url("qw11.png") no-repeat center center;
  background-size: 40% auto;
}
.flip_over .next p {
  left: 0;
  padding-left: 50px;
  text-indent: 60px;
}
.flip_over .next:hover {
  right: 130px !important;
}
.flip_over .next:hover p {
  text-indent: 0;
}
.flip_over.flip_over_position1 {
  bottom: 10%;
}
.flip_over.flip_over_position1 .prev {
  left: 10px;
}
.flip_over.flip_over_position1 .next {
  right: 10px;
}
.flip_over.flip_over_position1 .container {
  width: 100%;
}
.project_info {
  padding-top: 0;
  background-color: #F5F5F5;
  margin-top: 14px;
}
.project_info .title {
  line-height: 50px;
  color: #333;
}
.project_info h2 {
  font-size: 26px;
  font-weight: normal;
}
.project_info h3 {
  line-height: 36px;
  margin-top: 18px;
}
.project_info .line {
  display: block;
  width: 10px;
  height: 2px;
  line-height: 0;
  margin-top: 10px;
  background-color: #9A9A9A;
}
.project_info .left {
  width: 32%;
  padding: 100px 18.5% 85px 3.5%;
  background-color: #fff;
}
.project_info .left p {
  padding-top: 4%;
}
.project_info .right {
  width: 31.5%;
  padding: 95px 7.7% 0 6.8%;
}
.project_info .right .title {
  font-family: "Base-font";
  font-size: 40px;
}
.project_info .right .list-box {
  padding-top: 38px;
}
.project_info .right .list-box p {
  padding-left: 20px;
  line-height: 30px;
  color: #777;
 background: url("qw14.png") no-repeat 3px center;
}
.project_info .p_btn {
  margin-top: 8%;
  padding-bottom: 0!important;
}
.project_info .btn_list .icon_link {
  color: #333;
}
.project_info .btn_list .icon_link:hover {
  color: #fff;
}
.case-img-box {
  margin-top: 14px;
  width: 92.8%;
  padding: 3.6%;
  background-color: #fff;
}
.case-img-box img {
  display: block;
  width: 100%;
}
.services_list .slidet {
  padding-left: 120px;
  padding-right: 120px;
}
.services_list .play-btn {
  width: 100px;
  height: 140px;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  background-size: auto 52%!important;
  cursor: pointer;
}
.services_list .play-btn:hover {
  -webkit-background-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.services_list .prev {
  background: url("qw15.png") no-repeat center center;
  left: 0;
}
.services_list .next {
  background: url("qw16.png") no-repeat center center;
  right: 0;
}
.services_list .li {
  width: 8.3333%;
  height: 100%;
  float: left;
  text-align: center;
}
.services_list .li,
.services_list .li a {
  color: #fff;
}
.services_list .li .bg {
  background-color: #000;
  bottom: -101%;
  width: 100%;
  height: 100%;
  left: 0;
}
.services_list .li .bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
.services_list .li .wrp {
  top: 37%;
  padding-left: 6%;
  padding-right: 6%;
}
.services_list .li i {
  width: 39%;
  padding-bottom: 39%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.services_list .li i img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.services_list .li i img:first-child {
  top: 100%;
}
.services_list .li h3 {
  font-weight: normal;
  font-size: 20px;
  padding-top: 6%;
  padding-bottom: 5%;
}
.services_list .li .line {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  line-height: 0;
  width: 13.9%;
  background-color: #ccc;
}
.services_list .li p {
  font-size: 14px;
  line-height: 1.7em;
  height: 3.23em;
  overflow: hidden;
  padding-top: 6%;
}
.services_list .li em {
  margin-top: 4%;
  display: block;
}
.services_list .li em span {
  display: none;
}
.services_list .li em span.ic {
  width: 16px;
  background: url(qw18.png) no-repeat right center;
}
.services_list .li:hover .bg {
  bottom: 0;
}
.services_list .li:hover .bg img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.services_list .li:hover .wrp {
  top: 40%;
}
.services_list .li:hover i img {
  top: 0;
}
.services_list .li:hover i img:last-child {
  top: -100%;
}
.services_list .li-1 .bg {
  background-color: #9a02e0;
}
.services_list .li-2 .bg {
  background-color: #04afa6;
}
.services_list .li-3 .bg {
  background-color: #acd146;
}
.services_list .li-4 .bg {
  background-color: #f8c200;
}
.services_list #server-slide .easy_touch_move {
  width: 300%!important;
}
.banner .ssl-info .banner-title {
  padding-top: 4.27%;
  font-size: 36px;
  font-weight: bold;
  color: #fff799;
}
.banner .ssl-info .banner-txt {
  padding-top: 2.076%;
  line-height: 1.8em;
  font-size: 20px;
  color: #ffffff;
}
.banner .ssl-info .banner-txt span {
  display: block;
}
.banner .ssl-info .banner-btn {
  padding-top: 3.152%;
}
.banner .ssl-info .banner-btn .apply-btn {
  width: 200px;
  font-size: 20px;
  height: 2.5em;
  line-height: 2.5em;
  background: #5ab34e;
  color: #cdfff7;
  text-align: center;
}
.banner .ssl-info .banner-btn .txt-btn {
  padding-left: 14px;
  font-size: 16px;
  color: #fff154;
  vertical-align: bottom;
}
.ssl-content .ssl-introduce {
  margin-top: 40px;
  padding: 0 50px 50px 380px;
  overflow: hidden;
  background-image: url("ssl-img.jpg");
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.ssl-content .ssl-introduce .si-title {
  padding-left: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
  font-size: 24px;
  color: #1861d0;
  position: relative;
}
.ssl-content .ssl-introduce .si-title:before {
  content: "";
  width: 152px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("ssl-triangle.jpg");
  background-repeat: repeat-x;
  background-position: left top;
}
.ssl-content .ssl-introduce p {
  line-height: 26px;
  font-size: 14px;
  color: #2d2d2d;
}
.ssl-content .ssl-introduce .pt-20 {
  padding-top: 20px;
}
.ssl-content .ssl-introduce .pt-10 {
  padding-top: 10px;
}
.ssl-content .ssl-introduce .pt-50 {
  padding-top: 50px;
}
.ssl-content .ssl-introduce .si-partner {
  padding-top: 20px;
}
.ssl-content .ssl-introduce .si-partner .sp-title {
  text-align: center;
}
.ssl-content .ssl-introduce .si-partner .sp-title span {
  font-size: 18px;
  color: #3a9dcb;
  text-align: center;
  position: relative;
}
.ssl-content .ssl-introduce .si-partner .sp-title span:before,
.ssl-content .ssl-introduce .si-partner .sp-title span:after {
  content: "";
  width: 230px;
  height: 8px;
  position: absolute;
  top: 12px;
}
.ssl-content .ssl-introduce .si-partner .sp-title span:before {
  right: 240px;
  background-image: url("ssl-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ssl-content .ssl-introduce .si-partner .sp-title span:after {
  left: 240px;
  background-image: url("ssl-icon.png");
  background-repeat: no-repeat;
  background-position: -242px 0;
}
.ssl-content .ssl-introduce .si-partner .sp-list {
  padding-top: 20px;
  margin: 0 -30px;
}
.ssl-content .ssl-introduce .si-partner .sp-list li {
  float: left;
  width: 33.3333333333%;
}
.ssl-content .ssl-introduce .si-partner .sp-list li p {
  padding: 10px 10px 0;
  line-height: 24px;
  color: #7d7d7d;
  text-align: center;
}
.ssl-content .ssl-introduce .si-partner .sp-list li .sl-img {
  margin: 0 auto;
  width: 166px;
  min-height: 46px;
  background-image: url("ssl-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.ssl-content .ssl-introduce .si-partner .sp-list li .sl-img1 {
  width: 182px;
  background-position: 0px -10px;
}
.ssl-content .ssl-introduce .si-partner .sp-list li .sl-img2 {
  background-position: -191px -16px;
}
.ssl-content .ssl-introduce .si-partner .sp-list li .sl-img3 {
  background-position: -366px -12px;
}
.ssl-content .ssl-introduce-mb {
  display: none;
}
.ssl-content .c1 {
  zoom: 1;
}
.ssl-content .ssl-title {
  padding-top: 20px;
  text-align: center;
}
.ssl-content .ssl-title span {
  font-size: 24px;
  color: #1861d0;
  text-align: center;
  position: relative;
}
.ssl-content .ssl-title span:before,
.ssl-content .ssl-title span:after {
  content: "";
  width: 130px;
  height: 5px;
  position: absolute;
  top: 18px;
}
.ssl-content .ssl-title span:before {
  right: 140px;
  background-image: url("ssl-triangle.jpg");
  background-repeat: repeat-x;
  background-position: left top;
}
.ssl-content .ssl-title span:after {
  left: 140px;
  background-image: url("ssl-triangle.jpg");
  background-repeat: repeat-x;
  background-position: left top;
}
.ssl-content .ssl-advantage {
  padding-bottom: 44px;
}
.ssl-content .ssl-advantage .sa-list {
  margin: 0 20px;
}
.ssl-content .ssl-advantage .sa-list ul {
  width: 107%;
  overflow: hidden;
}
.ssl-content .ssl-advantage .sa-list li {
  padding-top: 40px;
  width: 43%;
  margin-right: 6.9%;
}
.ssl-content .ssl-advantage .sa-list li .sa-img {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 83px;
  background-image: url("ssl-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.ssl-content .ssl-advantage .sa-list li .sa-txt {
  line-height: 1.714em;
  font-size: 14px;
  color: #9b9b9b;
  overflow: hidden;
}
.ssl-content .ssl-advantage .sa-list li .sa-txt p {
  padding-bottom: 2px;
  font-size: 16px;
  color: #3b3b3b;
}
.ssl-content .ssl-advantage .sa-list li .sa-img1 {
  background-position: 8px -71px;
}
.ssl-content .ssl-advantage .sa-list li .sa-img2 {
  background-position: -72px -71px;
}
.ssl-content .ssl-advantage .sa-list li .sa-img3 {
  background-position: -152px -71px;
}
.ssl-content .ssl-advantage .sa-list li .sa-img4 {
  background-position: -234px -72px;
}
.ssl-content .ssl-edition {
  padding-bottom: 30px;
}
.ssl-content .ssl-edition .se-list {
  margin: 40px 20px 0 20px;
}
.ssl-content .ssl-edition .se-list ul {
  width: 103.3%;
  padding-bottom: 20px;
}
.ssl-content .ssl-edition .se-list li {
  margin-right: 3.2%;
  width: 30.13%;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  background: #4fc483;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(53, 53, 53, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(53, 53, 53, 0.15);
}
.ssl-content .ssl-edition .se-list li:nth-child(1) {
  background: #3b87d4;
}
.ssl-content .ssl-edition .se-list li:nth-child(1) .se-title1 {
  color: #adfffa;
}
.ssl-content .ssl-edition .se-list li:nth-child(1) .se-explain {
  border-top-color: #51bcf3;
  color: #a8f6ff;
}
.ssl-content .ssl-edition .se-list li:nth-child(1) .se-btn:hover {
  background: #2fa0da;
}
.ssl-content .ssl-edition .se-list li:nth-child(3) {
  background: #8072af;
}
.ssl-content .ssl-edition .se-list li:nth-child(3) .se-title1 {
  color: #f2daff;
}
.ssl-content .ssl-edition .se-list li:nth-child(3) .se-explain {
  border-top-color: #a191d8;
  color: #eee9ff;
}
.ssl-content .ssl-edition .se-list li:nth-child(3) .se-btn:hover {
  background: #9486c6;
}
.ssl-content .ssl-edition .se-list .se-title1 {
  padding-top: 10px;
  font-size: 48px;
  color: #f9fb57;
}
.ssl-content .ssl-edition .se-list .se-title2 {
  margin-top: -10px;
  font-size: 24px;
}
.ssl-content .ssl-edition .se-list .se-star {
  margin-top: 2px;
  margin-bottom: 10px;
  left: 50%;
  margin-left: -49px;
  width: 98px;
  height: 12px;
  position: relative;
  background-image: url("ssl-icon.png");
  background-repeat: no-repeat;
  background-position: -436px -305px;
}
.ssl-content .ssl-edition .se-list .se-star:before {
  content: "";
  display: block;
  height: 12px;
  left: 0;
  background-image: url("ssl-icon.png");
  background-repeat: no-repeat;
  background-position: -436px -288px;
}
.ssl-content .ssl-edition .se-list .yellow-star3:before {
  width: 54px;
}
.ssl-content .ssl-edition .se-list .yellow-star4:before {
  width: 76px;
}
.ssl-content .ssl-edition .se-list .yellow-star5:before {
  width: 97px;
}
.ssl-content .ssl-edition .se-list .se-explain {
  margin: 0 30px;
  line-height: 30px;
  border-top: 1px solid #a5e3c0;
  border-top-color: #a5e3c0;
  font-size: 14px;
  color: #cfffcf;
}
.ssl-content .ssl-edition .se-list .se-btn {
  margin: 30px 0;
  width: 228px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
.ssl-content .ssl-edition .se-list .se-btn:hover {
  background: #46aa72;
}
.ssl-content .ssl-edition .se-list .se-txt {
  padding: 24px 0 24px 30%;
  background: #fff;
  text-align: left;
}
.ssl-content .ssl-edition .se-list .se-txt p {
  font-size: 14px;
  line-height: 30px;
  color: #595959;
  position: relative;
}
.ssl-content .ssl-edition .se-list .se-txt p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cdd7e1;
  border-radius: 6px;
  position: absolute;
  top: 12px;
  left: -16px;
}
.ssl-content .ssl-scene {
  padding-bottom: 70px;
}
.ssl-content .ssl-scene .ss-list {
  margin: 0 20px;
}
.ssl-content .ssl-scene .ss-list li {
  padding-top: 40px;
  clear: both;
}
.ssl-content .ssl-scene .ss-list .ss-img {
  float: left;
  margin-right: 30px;
  width: 184px;
  text-align: center;
}
.ssl-content .ssl-scene .ss-list .ss-img i {
  background-image: url("ssl-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.ssl-content .ssl-scene .ss-list .ss-img .ss-img1 {
  width: 172px;
  height: 152px;
  background-position: 0 -164px;
}
.ssl-content .ssl-scene .ss-list .ss-img .ss-img2 {
  width: 184px;
  height: 85px;
  background-position: -349px -194px;
}
.ssl-content .ssl-scene .ss-list .ss-img .ss-img3 {
  width: 154px;
  height: 108px;
  background-position: -377px -74px;
}
.ssl-content .ssl-scene .ss-list .ss-img .ss-img4 {
  width: 157px;
  height: 152px;
  background-position: -181px -164px;
}
.ssl-content .ssl-scene .ss-list .ss-txt {
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.ssl-content .ssl-scene .ss-list .ss-txt h5 {
  padding-bottom: 10px;
  font-size: 18px;
  color: #3b3b3b;
}
.slide-top-news {
  height: 50px;
  line-height: 50px;
  background-color: #075078;
  -webkit-background-color: rgba(10, 10, 10, 0.3);
  background-color: rgba(10, 10, 10, 0.3);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
.slide-top-news .t {
  padding-right: 28px;
  float: left;
}
.slide-top-news .line {
  height: 16px;
  width: 1px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  background-color: #fff;
  display: block;
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.slide-top-news .easy_touch_move a {
  color: #fff;
}
.slide-top-news .easy_touch_move span {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 12px;
  padding-left: 30px;
}
.slide-top-news .easy_touch_index {
  height: 50px;
  line-height: 50px;
  left: auto;
  right: 0;
  width: 140px;
  text-align: right;
}
.slide-top-news .easy_touch_index a {
  width: 8px;
  height: 8px;
  background-color: #fff!important;
  margin-left: 4px;
  margin-right: 4px;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  padding-top: 0;
  padding-bottom: 0;
}
.slide-top-news .easy_touch_index a.act {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.solution-list .cloun {
  width: 25%;
  position: relative;
}
.solution-list .cloun:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.solution-list img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solution-list dl {
  position: absolute;
  padding-left: 7%;
  padding-right: 7%;
  left: 0;
  top: 0;
  margin-top: 4%;
  width: 86%;
}
.solution-list dl a {
  color: #fff;
  line-height: 1.857em;
}
.solution-list dl dt a {
  font-size: 1.714em;
}
.solution-list dl dd {
  padding-top: 0.857em;
}
.header_ser {
  padding-bottom: 10px;
}
.logo_ser {
  padding-top: 10px;
  padding-left: 10px;
}
.logo_ser img {
  display: block;
  height: 55px;
}
.goHome_a {
  padding-top: 30px;
  padding-right: 7px;
  font-size: 16px;
}
.ser_wrp {
  padding-top: 30px;
}
form input.txt {
  height: 28px;
  line-height: 28px;
  padding: 7px;
  border: 1px solid #ccc;
  border-right: 0;
  font-size: 16px;
  color: #333;
  float: left;
  width: 440px;
}
form input.btn {
  height: 44px;
  width: 120px;
  background: #999;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
form input.btn:hover {
  background: #888;
}
.tips_ser {
  background: #f8f8f8;
  border-top: 1px solid #EBEBEB;
  padding: 15px 0 ;
  padding-right: 20px;
  text-align: right;
  color: #555;
  margin-top: 10px;
  font-size: 16px;
}
.contact_ser {
  padding: 20px 0;
}
.contact_ser ul {
  max-width: 800px;
}
.contact_ser ul li a span,
.contact_ser ul li p span {
  color: #dd4b39;
}
.contact_ser ul li a {
  font-size: 18px;
}
.contact_ser ul li {
  line-height: 20px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 20px;
}
.contact_ser .info_ser {
  padding-top: 5px;
}
.contact_ser .time_ser,
.contact_ser .read_ser {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 5px;
}
.contact_ser .time_ser {
  background: url(time.png) no-repeat left center;
  background: url("zz11.png") no-repeat left center;
  background-size: 16px auto;
}
.contact_ser .read_ser {
  background: url("zz12.png") no-repeat left center;
  background-size: 16px auto;
}
.contact_ser .href {
  color: green;
}
.contact_ser .icon_ser {
  padding: 4px 0;
}
.contact_ser .pages {
  text-align: left;
}
.contact_ser .pages a {
  background: #fff;
  border: 1px solid #e1e2e3;
  text-decoration: none;
}
.contact_ser .pages .act {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.contact_ser .img_ser {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  height: 100px;
  width: 127px;
}
.p_dianzan {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.p_dianzan a {
  width: 92px;
  height: 92px;
  background-color: #FC99AD;
  overflow: hidden;
}
.p_dianzan a:hover {
  background-color: #F98BA1;
}
.p_dianzan i {
  display: block;
  width: 42px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
 background: url("zz13.png") no-repeat center center;
}
.p_dianzan p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.help ul li {
  border-top: 1px solid #eee;
  font-size: 20px;
  line-height: 3em;
}
.help ul .line {
  padding-top: 1.2em;
  margin-top: 1.2em;
}
.help ul a {
  display: block;
  float: left;
  width: 70%;
  color: #444;
}
.help ul a:hover,
.help ul a.act {
  color: #FE0000;
}
.help ul span {
  display: block;
  float: right;
  text-align: right;
  color: #bbb;
  font-size: 14px;
}
.contact-info {
  font-size: 24px;
  color: #555;
  font-family: "Base-font", "microsoft yahei";
}
.contact-info .l {
  width: 66%;
  padding-right: 0!important;
}
.contact-info h3,
.contact-info p {
  margin-bottom: 20px;
}
.contact-info h3 {
  font-weight: normal;
  font-size: 2.1em;
  line-height: 1em;
  padding-top: 3px;
}
.contact-info p {
  font-size: 1em;
  line-height: 1.7em;
}
.contact-info a {
  color: #333;
}
.contact-info .ewm {
  width: 30%;
  text-align: center;
  font-size: 0.75em;
  background-color: #df0000;
  padding-top: 3%;
  padding-bottom: 3%;
}
.contact-info .ewm img {
  display: block;
  width: 124px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.contact-info .ewm p {
  line-height: 1.5em;
  padding-top: 1.3em;
  color: #fff;
  margin-bottom: 0;
}
.message {
  color: #555;
  text-align: center;
  font-size: 18px;
  font-family: "microsoft yahei";
}
.message h1,
.message h3,
.message strong {
  font-weight: normal;
}
.message .t {
  margin-top: 4%;
  margin-bottom: 4%;
}
.message .list {
  margin-bottom: 4em;
}
.message .list span {
  margin-right: 2em;
  margin-bottom: 0.6em;
  cursor: pointer;
  line-height: 27px;
  background: url("zz14.png") no-repeat left center;
}
.message .list span.act {
  background: url("zz15.png") no-repeat left center;
}
.message .list span input {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  margin-right: 15px;
}
.message h1 {
  font-size: 3.6em;
}
.message h3 {
  font-size: 1.46em;
  margin-bottom: 0.4em;
}
.message .input {
  border: 1px solid #DDDDDD;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.message .input textarea,
.message .input input {
  width: 100%;
  height: 100%;
  resize: none;
  color: #555;
  display: block;
  font-size: 1em;
}
.message .lg {
  width: 630px;
  height: 120px;
}
.message .sm {
  margin-bottom: 2em;
  width: 400px;
  height: 32px;
  line-height: 32px;
}
.message .sm input {
  line-height: 32px;
}
.message .xs input {
  width: 50%;
}
.message .xs img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.message .btn input {
  width: 160px;
  height: 50px;
  background-color: #df0000;
  color: #fff;
  font-size: 1.33em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.message .btn input:hover {
  background-color: #cb0000;
}
.join-info {
  font-size: 16px;
  padding-top: 50px;
  font-family: "microsoft yahei";
  text-align: center;
}
.join-info .jobTitle {
  font-size: 3.3625em;
  font-weight: bold;
  color: #100d0d;
  padding-bottom: 40px;
}
.join-info .comeIn {
  font-size: 0.96em;
  color: #777;
  padding-top: 15px;
}
.join-info .comeIn a {
  color: #df0000;
}
.join-info .font16 {
  font-size: 1em;
}
.join-info .font18 {
  font-size: 1.125em;
}
.join-info .font20 {
  font-size: 1.25em;
}
.join-info .font22 {
  font-size: 1.375em;
}
.join-info .font24 {
  font-size: 1.5em;
}
.join-info .font25 {
  font-size: 1.5625em;
}
.join-info .font27 {
  font-size: 1.6875em;
}
.join-info .font30 {
  font-size: 1.875em;
}
.join-info .font38 {
  font-size: 1.9375em;
}
.join-info .font40 {
  font-size: 2.5em;
}
.join-info .font55 {
  font-size: 3em;
}
.join-info p .font38 {
  font-size: 2.59em;
}
.join-info .fontRed {
  color: #df0000;
}
.join-info .fontRed2 {
  color: #ff2828;
}
.join-info .fontRed3 {
  color: #ff1e1e;
}
.join-info .fontGray0 {
  color: #5a5a5a;
}
.join-info .fontGray1 {
  color: #5d5d5d;
}
.join-info .fontGray2 {
  color: #777;
}
.join-info .fontGray3 {
  color: #b0b0b0;
}
.join-info .black2 {
  color: #4d4d4d;
}
.join-info .paddB1 {
  padding-bottom: 1px;
}
.join-info .paddT1 {
  padding-top: 1px;
}
.join-info .paddB2 {
  padding-bottom: 2px;
}
.join-info .paddT2 {
  padding-top: 2px;
}
.join-info .paddB3 {
  padding-bottom: 3px;
}
.join-info .paddT3 {
  padding-top: 3px;
}
.join-info .paddB4 {
  padding-bottom: 4px;
}
.join-info .paddT4 {
  padding-top: 4px;
}
.join-info .paddB5 {
  padding-bottom: 5px;
}
.join-info .paddT5 {
  padding-top: 5px;
}
.join-info .paddB6 {
  padding-bottom: 6px;
}
.join-info .paddT6 {
  padding-top: 6px;
}
.join-info .paddB7 {
  padding-bottom: 7px;
}
.join-info .paddT7 {
  padding-top: 7px;
}
.join-info .paddB8 {
  padding-bottom: 8px;
}
.join-info .paddT8 {
  padding-top: 8px;
}
.join-info .paddB9 {
  padding-bottom: 9px;
}
.join-info .paddT9 {
  padding-top: 9px;
}
.join-info .paddB10 {
  padding-bottom: 10px;
}
.join-info .paddT10 {
  padding-top: 10px;
}
.join-info .paddB11 {
  padding-bottom: 11px;
}
.join-info .paddT11 {
  padding-top: 11px;
}
.join-info .paddB12 {
  padding-bottom: 12px;
}
.join-info .paddT12 {
  padding-top: 12px;
}
.join-info .paddB13 {
  padding-bottom: 13px;
}
.join-info .paddT13 {
  padding-top: 13px;
}
.join-info .paddB14 {
  padding-bottom: 14px;
}
.join-info .paddT14 {
  padding-top: 14px;
}
.join-info .paddB15 {
  padding-bottom: 15px;
}
.join-info .paddT15 {
  padding-top: 15px;
}
.join-info .paddB16 {
  padding-bottom: 16px;
}
.join-info .paddT16 {
  padding-top: 16px;
}
.join-info .paddB17 {
  padding-bottom: 17px;
}
.join-info .paddT17 {
  padding-top: 17px;
}
.join-info .paddB18 {
  padding-bottom: 18px;
}
.join-info .paddT18 {
  padding-top: 18px;
}
.join-info .paddB19 {
  padding-bottom: 19px;
}
.join-info .paddT19 {
  padding-top: 19px;
}
.join-info .paddB20 {
  padding-bottom: 20px;
}
.join-info .paddT20 {
  padding-top: 20px;
}
.join-info .paddB21 {
  padding-bottom: 21px;
}
.join-info .paddT21 {
  padding-top: 21px;
}
.join-info .paddB22 {
  padding-bottom: 22px;
}
.join-info .paddT22 {
  padding-top: 22px;
}
.join-info .paddB23 {
  padding-bottom: 23px;
}
.join-info .paddT23 {
  padding-top: 23px;
}
.join-info .paddB24 {
  padding-bottom: 24px;
}
.join-info .paddT24 {
  padding-top: 24px;
}
.join-info .paddB25 {
  padding-bottom: 25px;
}
.join-info .paddT25 {
  padding-top: 25px;
}
.join-info .paddB26 {
  padding-bottom: 26px;
}
.join-info .paddT26 {
  padding-top: 26px;
}
.join-info .paddB27 {
  padding-bottom: 27px;
}
.join-info .paddT27 {
  padding-top: 27px;
}
.join-info .paddB28 {
  padding-bottom: 28px;
}
.join-info .paddT28 {
  padding-top: 28px;
}
.join-info .paddB29 {
  padding-bottom: 29px;
}
.join-info .paddT29 {
  padding-top: 29px;
}
.join-info .paddB30 {
  padding-bottom: 30px;
}
.join-info .paddT30 {
  padding-top: 30px;
}
.join-info .paddB31 {
  padding-bottom: 31px;
}
.join-info .paddT31 {
  padding-top: 31px;
}
.join-info .paddB32 {
  padding-bottom: 32px;
}
.join-info .paddT32 {
  padding-top: 32px;
}
.join-info .paddB33 {
  padding-bottom: 33px;
}
.join-info .paddT33 {
  padding-top: 33px;
}
.join-info .paddB34 {
  padding-bottom: 34px;
}
.join-info .paddT34 {
  padding-top: 34px;
}
.join-info .paddB35 {
  padding-bottom: 35px;
}
.join-info .paddT35 {
  padding-top: 35px;
}
.join-info .paddB36 {
  padding-bottom: 36px;
}
.join-info .paddT36 {
  padding-top: 36px;
}
.join-info .paddB37 {
  padding-bottom: 37px;
}
.join-info .paddT37 {
  padding-top: 37px;
}
.join-info .paddB38 {
  padding-bottom: 38px;
}
.join-info .paddT38 {
  padding-top: 38px;
}
.join-info .paddB39 {
  padding-bottom: 39px;
}
.join-info .paddT39 {
  padding-top: 39px;
}
.join-info .paddB40 {
  padding-bottom: 40px;
}
.join-info .paddT40 {
  padding-top: 40px;
}
.join-info .paddB41 {
  padding-bottom: 41px;
}
.join-info .paddT41 {
  padding-top: 41px;
}
.join-info .paddB42 {
  padding-bottom: 42px;
}
.join-info .paddT42 {
  padding-top: 42px;
}
.join-info .paddB43 {
  padding-bottom: 43px;
}
.join-info .paddT43 {
  padding-top: 43px;
}
.join-info .paddB44 {
  padding-bottom: 44px;
}
.join-info .paddT44 {
  padding-top: 44px;
}
.join-info .paddB45 {
  padding-bottom: 45px;
}
.join-info .paddT45 {
  padding-top: 45px;
}
.join-info .paddB46 {
  padding-bottom: 46px;
}
.join-info .paddT46 {
  padding-top: 46px;
}
.join-info .paddB47 {
  padding-bottom: 47px;
}
.join-info .paddT47 {
  padding-top: 47px;
}
.join-info .paddB48 {
  padding-bottom: 48px;
}
.join-info .paddT48 {
  padding-top: 48px;
}
.join-info .paddB49 {
  padding-bottom: 49px;
}
.join-info .paddT49 {
  padding-top: 49px;
}
.join-info .paddB50 {
  padding-bottom: 50px;
}
.join-info .paddT50 {
  padding-top: 50px;
}
.join-info .paddB51 {
  padding-bottom: 51px;
}
.join-info .paddT51 {
  padding-top: 51px;
}
.join-info .paddB52 {
  padding-bottom: 52px;
}
.join-info .paddT52 {
  padding-top: 52px;
}
.join-info .paddB53 {
  padding-bottom: 53px;
}
.join-info .paddT53 {
  padding-top: 53px;
}
.join-info .paddB54 {
  padding-bottom: 54px;
}
.join-info .paddT54 {
  padding-top: 54px;
}
.join-info .paddB55 {
  padding-bottom: 55px;
}
.join-info .paddT55 {
  padding-top: 55px;
}
.join-info .paddB56 {
  padding-bottom: 56px;
}
.join-info .paddT56 {
  padding-top: 56px;
}
.join-info .paddB57 {
  padding-bottom: 57px;
}
.join-info .paddT57 {
  padding-top: 57px;
}
.join-info .paddB58 {
  padding-bottom: 58px;
}
.join-info .paddT58 {
  padding-top: 58px;
}
.join-info .paddB59 {
  padding-bottom: 59px;
}
.join-info .paddT59 {
  padding-top: 59px;
}
.join-info .paddB60 {
  padding-bottom: 60px;
}
.join-info .paddT60 {
  padding-top: 60px;
}
.join-info .paddL01 {
  padding-left: 15%;
}
.join-info .paddL02 {
  padding-left: 15%;
}
.join-info .paddL03 {
  padding-right: 15%;
}
.join-info .paddL04 {
  padding-left: 30%;
}
.join-info .paddL05 {
  padding-left: 50%;
}
.join-info .marginFu {
  margin-top: -15px;
}
.join-info .rightAlign {
  text-align: right;
}
.join-info .leftAlign {
  text-align: left;
}
.join-info p {
  font-size: 0.9em;
}
.join-info li {
  width: 45%;
  padding: 0 2%;
  padding-bottom: 150px;
  margin-bottom: 60px;
  line-height: 1.5;
}
.join-info .odd {
  border-right: 1px solid #ededed;
}
.join-info .clear {
  width: 100%;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.join-info .full {
  float: none;
  width: auto;
  margin-bottom: 0;
  width: 96%;
}
.bg_contact {
  background-color: #f7f7f7;
}
.child-nav {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 100px;
  line-height: 100px;
}
.child-nav li {
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
}
.child-nav li:hover div {
  display: block;
}
.child-nav a {
  color: #666;
  font-size: 16px;
  display: block;
  position: relative;
}
.child-nav a:after {
  content: " ";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: transparent;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.child-nav a:hover:after {
  background-color: #222;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.child-nav .arrow-dowm {
  padding-right: 1.5em;
 background: url("zz16.png") no-repeat right center;
}
.child-nav div {
  border: 1px solid #E5E5E5;
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  background-color: #fff;
}
.child-nav div a {
  line-height: 2.265em;
  white-space: nowrap;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.child-nav div a:after {
  display: none;
}
.child-nav div a:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.child-nav.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}
.y-tit {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  padding-top: 5.8%;
  padding-bottom: 5%;
  padding-left: 2%;
  padding-right: 2%;
}
.y-tit span {
  display: block;
  font-size: 0.5em;
  color: #999;
  padding-top: 0.5%;
}
.yewujieshao {
  padding-bottom: 3%;
}
.yewujieshao ul li {
  width: 33.3%;
}
.yewujieshao ul .li {
  width: 24.98%;
}
.yewujieshao ul .img,
.yewujieshao ul .text {
  margin-left: auto;
  margin-right: auto;
}
.yewujieshao ul .img {
  width: 52%;
  max-width: 160px;
}
.yewujieshao ul .img img {
  width: 100%;
}
.yewujieshao ul .text {
  max-width: 304px;
  text-align: center;
  padding-top: 20px;
  line-height: 1.9;
  color: #888;
}
.yewujieshao ul .text h3 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: normal;
  color: #333;
}
.yewujieshao ul .text a {
  color: #666;
  width: 50%;
  float: left;
  position: relative;
}
.yewujieshao ul .text a:nth-child(even):before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #999;
}
.solution-icon-list {
  background-color: #f9f9f9;
  padding-bottom: 2%;
}
.solution-icon-list li {
  width: 25%;
  text-align: center;
  margin-bottom: 2%;
  padding-top: 3.4%;
  padding-bottom: 2%;
  position: relative;
}
.solution-icon-list li .img {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.solution-icon-list li .img img {
  display: block;
  width: 100%;
}
.solution-icon-list li h3 {
  font-size: 1.714285714285714em;
  font-weight: normal;
}
.solution-icon-list li p {
  font-size: 1.142857142857143em;
  line-height: 1.625em;
  height: 3.0875em;
  color: #999;
  overflow: hidden;
  padding-left: 2%;
  padding-right: 2%;
}
.solution-icon-list li:hover h3 {
  color: #FE0000;
}
.solution-icon-list li:hover .img {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.solution-icon-list li:hover h3,
.solution-icon-list li:hover p {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.solution-icon-list-1 li {
  width: 33.3%;
}
.solution-works li {
  width: 33.3%;
  position: relative;
}
.solution-works li:hover .text {
  bottom: 0;
}
.solution-works .img {
  overflow: hidden;
  position: relative;
  padding-bottom: 68%;
}
.solution-works .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.solution-works .text {
  background: url("xlaa.png") repeat-x left top;
 position: absolute;
  bottom: -30%;
  left: 0;
  width: 88%;
  padding: 15% 6% 6% 6%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
}
.solution-works .text h3 {
  font-size: 28px;
  margin-bottom: 1.6%;
}
.solution-works .text p {
  font-size: 14px;
}
.solution-ys {
  margin-top: 4%;
}
.solution-ys .tabs {
  background-image: url("choice-tab.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F1FC;
  background-size: cover!important;
}
.solution-ys .y-tit {
  color: #266CDA;
  font-weight: bold;
}
.solution-ys .a {
  text-align: center;
  margin-bottom: 3px;
}
.solution-ys .a a {
  background-color: #fff;
  line-height: 54px;
  font-size: 20px;
  width: 288px;
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
  color: #266CDA;
}
.solution-ys .a a.act {
  background-color: #306CE8;
  background:  -webkit-linear-gradient(left, #04A9FD, #306CE8);
  background:  -o-linear-gradient(left, #04A9FD, #306CE8);
  background:  -moz-linear-gradient(left, #04A9FD, #306CE8);
  background:  -ms-linear-gradient(left, #04A9FD, #306CE8);
  background:  -webkit-gradient(linear, 0%, 100%, from(#04A9FD), to(#306CE8));
  color: #fff;
}
.solution-ys-pag {
  padding-top: 2%;
}
.solution-ys-pag li {
  width: 33.3%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}
.solution-ys-pag li:nth-child(4) {
  clear: both;
}
.solution-ys-pag .icon {
  background-color: #306CE8;
  background: url("index11.png"), -webkit-linear-gradient(left, #04A9FD, #306CE8);
  background: url("index12.png"), -o-linear-gradient(left, #04A9FD, #306CE8);
  background: url("index13.png"), -moz-linear-gradient(left, #04A9FD, #306CE8);
  background: url("index14.png"), -ms-linear-gradient(left, #04A9FD, #306CE8);
  background: url("index15.png"), -webkit-gradient(linear, 0%, 100%, from(#04A9FD), to(#306CE8));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 108px;
  height: 108px;
  margin-left: 30px;
  margin-right: 25px;
  float: left;
  position: relative;
}
.solution-ys-pag .icon i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("choice-info-ico.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.solution-ys-pag .icon.icon-7 i {
  background-position: -648px center;
}
.solution-ys-pag .icon.icon-8 i {
  background-position: -756px center;
}
.solution-ys-pag .icon.icon-9 i {
  background-position: -864px center;
}
.solution-ys-pag .icon.icon-10 i {
  background-position: -972px center;
}
.solution-ys-pag .icon.icon-11 i {
  background-position: -1080px center;
}
.solution-ys-pag .icon.icon-12 i {
  background-position: -1188px center;
}
.solution-ys-pag .icon.icon-13 i {
  background-position: -1296px center;
}
.solution-ys-pag .icon.icon-14 i {
  background-position: -1404px center;
}
.solution-ys-pag .icon.icon-15 i {
  background-position: -1512px center;
}
.solution-ys-pag .icon.icon-16 i {
  background-position: -1620px center;
}
.solution-ys-pag .icon.icon-17 i {
  background-position: -1728px center;
}
.solution-ys-pag .icon.icon-18 i {
  background-position: -1836px center;
}
.solution-ys-pag .icon.icon-19 i {
  background-position: -1944px center;
}
.solution-ys-pag .icon.icon-20 i {
  background-position: -2052px center;
}
.solution-ys-pag .icon.icon-21 i {
  background-position: -2160px center;
}
.solution-ys-pag .icon.icon-22 i {
  background-position: -2268px center;
}
.solution-ys-pag .text h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6667em;
}
.solution-ys-pag .text p {
  font-size: 14px;
  line-height: 1.428em;
  color: #666;
}
.solution-ys-pag .text .f {
  width: 98%;
}
.solution-ys-pag .text .hide {
  height: 108px;
  width: 0px;
  background: red;
  margin-left: -10px;
}
.server-lc {
  padding-bottom: 3%;
}
.server-lc .icon {
  width: 68px;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EDEFF1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-size: 100% auto!important;
  background-repeat: no-repeat;
}
.server-lc .icon.icon-1 {
  background-image: url("lc-icon-1.png");
}
.server-lc .icon.icon-2 {
  background-image: url("lc-icon-2.png");
}
.server-lc .icon.icon-3 {
  background-image: url("lc-icon-3.png");
}
.server-lc .icon.icon-4 {
  background-image: url("lc-icon-4.png");
}
.server-lc .icon.icon-5 {
  background-image: url("lc-icon-5.png");
}
.server-lc .icon.icon-6 {
  background-image: url("lc-icon-6.png");
}
.server-lc .icon.icon-7 {
  background-image: url("lc-icon-7.png");
}
.server-lc .icon.icon-8 {
  background-image: url("lc-icon-8.png");
}
.server-lc .icon.icon-9 {
  background-image: url("lc-icon-9.png");
}
.server-lc li {
  width: 11%;
}
.server-lc li.act .icon {
  background-position: center 100%;
  background-color: #ff3c3c;
}
.server-lc li.act p:after {
  background-color: #ff3c3c;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.server-lc li h3 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  padding-top: 17px;
  padding-bottom: 30px;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
}
.server-lc li p {
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #E6E6E6;
  margin-top: -11px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.server-lc li p:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.fullWrp {
  height: 900px;
  min-height: 750px;
}
.about-star {
  position: relative;
  top: 43%;
  margin-top: -293px;
 background: url("zzxx1.png") no-repeat;
   -o-animation: about_bg 30s 0s infinite linear;
  -moz-animation: about_bg 30s 0s infinite linear;
  -ms-animation: about_bg 30s 0s infinite linear;
  -webkit-animation: about_bg 30s 0s infinite linear;
  animation: about_bg 30s 0s infinite linear;
}
.about-star h3 {
  font-weight: normal;
  color: #FE0000;
  font-size: 2.15em;
  text-align: center;
}
.about-star h3 span {
  position: relative;
  display: block;
}
.animate.about-star h3 span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.about-star .year {
  margin-top: 2%;
  margin-bottom: 10%;
}
.about-star .year img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.animate.about-star .year img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.about-b {
  height: 700px;
  color: #fff;
  background-image: url("about-b.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #f30e09;
}
.about-b h2 {
  font-size: 6.514em;
  font-weight: normal;
  padding-top: 10%;
  padding-bottom: 3.5%;
}
.about-b .text {
  font-size: 3.4289em;
}
.about-b.animate .ease {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.word-text h3 {
  font-weight: normal;
  font-size: 1.857142857142857em;
  line-height: 1.769230769230769em;
}
.word-text .line {
  display: block;
  width: 10px;
  height: 2px;
  line-height: 2px;
  background-color: #9A9A9A;
  margin-top: 10px;
}
.word-text .x {
  color: #444;
  font-size: 1.142857142857143em;
  line-height: 2.25em;
  margin-top: 18px;
}
.word-text .i {
  font-size: 0.9285714285714286em;
  color: #777;
  line-height: 1.846153846153846em;
  margin-top: 10px;
}
.team {
  background-color: #fff;
}
.team .text {
 background: url("zzxx22.png");
 background: rgba(101, 0, 0, 0.4);
}
.team .team-list {
  padding-bottom: 25%;
  width: 25%;
  float: left;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.team .team-list.animate {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.team .team-img .text {
  width: 83.6%;
  height: 88%;
  padding: 12% 8.2% 0;
  color: #fff;
}
.team .team-img .e-t {
  font-size: 1.714285714285714em;
  font-weight: bold;
  line-height: 1.25;
}
.team .team-img .c-t {
  font-size: 1.142857142857143em;
  line-height: 1.75em;
}
.team .team-img .line {
  display: block;
  width: 16px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
  margin-top: 15px;
}
.team .team-img .word {
  line-height: 2em;
  font-size: 0.8571428571428571em;
  margin-top: 50px;
}
.team .team-img .btn {
  position: absolute;
  bottom: 5%;
  left: 8.2%;
}
.team .team-img .btn a {
  height: 26px;
  line-height: 26px;
  padding-left: 1.4em;
  padding-right: 1.4em;
  border: 1px solid #ddd;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
}
.team .team-img .btn a img {
  height: 1.2em;
  vertical-align: middle;
  margin-right: 4px;
}
.team .team-img .btn a span {
  color: #ddd;
}
.team .team-img .btn a:hover {
  background-color: #FE0000;
  border: 1px solid #FE0000;
  color: #fff;
}
.team .team-img .mb-btn {
  left: 50%!important;
  margin-left: -38.2px !important;
  bottom: 6%!important;
  display: none;
}
.team .team-text {
  width: 50%;
}
.team .team-text .wrp {
  padding: 70px 10% 10px 6%;
}
.team .team-count {
  background-color: #ff2828;
  color: #fff;
  text-align: center;
}
.team .team-count .hide {
  height: 100%;
}
.team .team-count .num {
  font-family: "Trump", "黑体";
  font-size: 66px;
  line-height: 1em;
}
.team .team-count .font {
  font-size: 12px;
  color: #fff;
}
.team .team-count .line {
  width: 33px;
  height: 2px;
  line-height: 2px;
  background-color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 22px;
}
.team .team-count .detail {
  text-align: left;
  z-index: 999;
  background-color: #ff2828;
  top: auto;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.team .team-count .detail .wrp {
  padding-left: 5%;
  padding-right: 5%;
}
.team .team-count .detail h3 {
  font-size: 3.428em;
  padding-top: 3%;
  position: relative;
  line-height: 1.6em;
}
.team .team-count .detail h3 span {
  width: 32px;
  height: 32px;
  display: block;
  background: url("zzkk34.png") no-repeat center center;
  background-size: 96% auto;
}
.team .team-count .detail .info {
  -webkit-transition: all 0.6s 0.1s ease;
  -moz-transition: all 0.6s 0.1s ease;
  -o-transition: all 0.6s 0.1s ease;
  transition: all 0.6s 0.1s ease;
}
.team .team-count .detail .info b {
  font-size: 1.714em;
  font-weight: normal;
  white-space: nowrap;
}
.team .team-count .detail .info p {
  font-size: 1.1428em;
  line-height: 1.625em;
  white-space: nowrap;
}
.team .team-count .detail .b {
  width: 90%;
  bottom: 10px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 5%;
  padding-right: 5%;
}
.team .team-count .detail .b a {
  color: #fff;
  float: left;
  display: block;
  padding-right: 15px;
  background: url("zzxx23.png") no-repeat right center;
}
.team .team-count .detail .b p {
  float: right;
  text-align: right;
}
.team .team-count .detail .b p span {
  font-size: 1.714em;
}
.team .team-count:hover .detail {
  width: 200%;
  height: 140%;
}
.team .team-count:hover .detail h3 span {
  visibility: hidden;
}
.about-future {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: #fff;
  padding-bottom: 40px;
}
.about-future .wrp {
  padding: 0 10%;
  margin-left: -5px;
}
.about-future .word-text,
.about-future .img {
  width: 50%;
}
.about-future .img img {
  display: block;
  width: 100%;
}
.about-future .word-text {
  top: 0;
  margin-top: 5%;
}
.about-future.animate {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.playZizhi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.playZizhi .bg {
  background-color: #fff;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.playZizhi .after,
.playZizhi .wrp,
.playZizhi .wrp img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.playZizhi .wrp {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.playZizhi .wrp img {
  display: block;
  width: 100%;
}
.playZizhi .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #BFC3B3;
  background: rgba(191, 195, 179, 0.7);
  cursor: pointer;
}
.playZizhi .close:after {
  content: "×";
  color: #fff;
  font-size: 18px;
}
.playZizhi .close:hover {
  background: rgba(172, 177, 156, 0.7);
}
.playZizhi .prev,
.playZizhi .next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #BFC3B3;
  background: rgba(191, 195, 179, 0.7);
}
.playZizhi .prev:hover,
.playZizhi .next:hover {
  background: rgba(172, 177, 156, 0.7);
}
.playZizhi .prev:after,
.playZizhi .next:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -3px;
}
.playZizhi .prev {
  background-position: left center;
  left: 5px;
}
.playZizhi .prev:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FFF;
}
.playZizhi .next {
  background-position: 42px center;
  right: 5px;
}
.playZizhi .next:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #FFF;
}
.playZizhi .list {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  text-align: center;
}
.playZizhi .list span {
  margin: 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #aaa;
  cursor: pointer;
}
.playZizhi .list span.act {
  background-color: #FE0000;
}
.services-contact {
  color: #fff;
}
.services-contact:hover .wk .wk_wen {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.services-contact .bg {
  background: url("azza1.png");
}
.services-contact .three {
  width: 33.3%;
  float: left;
}
.services-contact .two {
  width: 49.98%;
  float: left;
}
.services-contact .info {
  position: relative;
  height: 100%;
}
.services-contact .wk {
  padding-left: 33.3%;
  position: relative;
  padding-bottom: 6%;
  margin-top: 18%;
}
.services-contact .wk img {
  display: block;
  width: 200px;
}
.services-contact .wk .wk_wen {
  position: absolute;
  left: 33.3%;
  top: 60.60606061px;
  margin-left: 160px;
}
.services-contact .wk .wk_wen img {
  width: auto;
}
.services-contact .time {
  font-size: 14px;
}
.services-contact .time span {
  text-align: center;
}
.services-contact .time img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3.285714285714286em!important;
  position: static!important;
}
.services-contact .time h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}
.services-contact .time h2 img {
  width: 11.42857142857143em!important;
}
.services-contact .time h4 {
  font-size: 1em;
}
.services-contact .tel {
  font-size: 14px;
}
.services-contact .tel h2 {
  font-size: 3em;
  font-family: arial;
  line-height: 1em;
}
.services-contact .tel img {
  margin-top: 30px;
  width: 12.5em!important;
  position: static!important;
}
.services-contact .smtext {
  color: #c3c5c3;
  font-size: 12px;
  line-height: 1.8em;
  position: absolute;
  width: 100%;
  bottom: 8%;
  left: 0;
}
.our_services {
  width: 100%;
  height: 0;
  background-color: #FE0000;
  position: fixed;
  left: 0;
  top: 25px;
  z-index: 9999;
  color: #fff;
  max-height: 640px;
}
.our_services h1 {
  padding-top: 40px;
  font-size: 3.5em;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.our_services .c {
  width: 50%;
  float: left;
  -webkit-transition: all 0.8s 0.1s ease;
  -moz-transition: all 0.8s 0.1s ease;
  -o-transition: all 0.8s 0.1s ease;
  transition: all 0.8s 0.1s ease;
}
.our_services .c:first-child dl:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  right: -40px;
  top: 50%;
  margin-top: -40px;
}
.our_services .l {
  padding-top: 40px;
}
.our_services .l h3 {
  font-size: 1.8em;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.our_services .l dl {
  text-align: center;
  position: relative;
}
.our_services .l dt {
  width: 180px;
  padding-right: 40px;
}
.our_services .l dt img {
  display: block;
  width: 100%;
}
.our_services .l dd {
  overflow: hidden;
}
.our_services .l .number {
  border: 3px solid #fff;
  font-family: "Trump", arial;
  font-size: 89.964px;
  font-weight: bold;
  text-align: center;
  width: 149.94px;
  height: 149.94px;
  line-height: 149.94px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.our_services.hide .r .lx,
.our_services.hide .c:first-child {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.our_services.hide .r .rx,
.our_services.hide .c:last-child,
.our_services.hide h1 {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.our_services .r {
  padding-top: 20px;
}
.our_services .r p {
  font-size: 2.4em;
  overflow: hidden;
  width: 47.98%;
  -webkit-transition: all 0.8s 0.4s ease;
  -moz-transition: all 0.8s 0.4s ease;
  -o-transition: all 0.8s 0.4s ease;
  transition: all 0.8s 0.4s ease;
}
.our_services .r p.lx {
  text-align: right;
  float: left;
  padding-right: 2%;
}
.our_services .r p.rx {
  text-align: left;
  padding-left: 2%;
}
.our_services .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 40px;
  cursor: pointer;
  background: url("zxcc34.png") no-repeat center center;
}
.picture {
  color: #fff;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fc1212;
  background: radial-gradient(ellipse at center, #fc1212 0, #340307 75%);
  letter-spacing: 0.8em;
  text-align: center;
}
.picture .detaile {
  top: 50%;
  margin-top: -75px;
  height: 150px;
  position: relative;
}
.picture h3 {
  font-size: 44px;
  font-weight: normal;
  text-transform: uppercase;
}
.picture h3 span {
  display: block;
}
.picture h3 strong {
  display: block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: -1.5em;
  width: 100%;
  height: 2px;
  line-height: 2px;
  background-color: #fff;
}
.picture p {
  line-height: 1.9em;
}
.picture p span {
  letter-spacing: 0.3em;
}
.picture p.f {
  padding-top: 1em;
}
.error-404 {
  text-align: center;
  font-size: 16px;
}
.error-404 img {
  margin-top: 8%;
  margin-bottom: 4%;
  display: block;
}
.error-404 h3 {
  font-weight: normal;
  padding-bottom: 3%;
}
.error-404 .btn {
  padding-bottom: 6%;
}
.error-404 .btn a {
  display: block;
  width: 176px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #FE0000;
  color: #fff;
}
.error-404 .btn a:hover {
  background-color: #ff1e1e;
}
.mobile_right_btn {
  width: 44px;
  position: fixed;
  top: 36%;
  right: 0;
  background-color: #FE0000;
  z-index: 99;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.mobile_right_btn .text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 3px;
}
.mobile_right_btn .icon {
  background: url("zxcv23.png") no-repeat center center;
  background-size: 100% auto;
  width: 21px;
  height: 21px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.countact_info {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.countact_info .bg {
  background-color: #111;
  filter: alpha(opacity=98);
  -webkit-opacity: 0.98;
  -moz-opacity: 0.98;
  opacity: 0.98;
}
.countact_info .info {
  top: 50%;
  margin-top: -75px;
}
.countact_info .info .btn {
  width: 60%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: bold;
}
.countact_info .info .btn a {
  display: block;
  color: #fff;
}
.countact_info .info .btn-default {
  background-color: #333;
}
.countact_info .info .btn-default:hover {
  background-color: #555;
}
.countact_info .info .btn-info {
  background-color: #FE0000;
}
.countact_info .info .btn-info:hover {
  background-color: #cb0000;
}
.countact_info .hint {
  text-align: center;
}
.countact_info.close {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 1660px) {
  .header .nav ul {
    padding-left: 70px;
  }
  .bate .left h1 {
    font-size: 55px;
  }
  .bate .left h1 span {
    font-size: 16px;
  }
  .bate .left h3 {
    font-size: 16px;
  }
  .message h1 {
    font-size: 3.2em;
  }
  .tel_video {
    height: 500px;
  }
}
@media (max-width: 1660px) and (min-width: 1040px) {
  .bate .right .chart-wrp .chart h1 {
    font-size: 19px;
  }
  .bate .right .chart-wrp .chart .number {
    font-weight: bold;
  }
  .bate .right .chart-wrp .chart .number .lg {
    font-size: 46px;
  }
  .bate .right .chart-wrp .chart .number .sm {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  .header {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }
  .container {
    width: 92%;
  }
  .header .nav ul li {
    padding-left: 25px;
  }
  .banner .easy_touch_list .text {
    font-size: 36px;
    line-height: 56px;
  }
  .banner.ssl-banner .easy_touch_list {
    background-color: #1f3ca0;
  }
  .banner.ssl-banner .easy_touch_list img {
    margin-left: 13.4%;
  }
  .banner.c-banner {
    height: 550px;
  }
  .bate .left h1 {
    font-size: 45px;
  }
  .bate .left h1 span {
    font-size: 14px;
  }
  .bate .left h3 {
    font-size: 14px;
  }
  .bate .left p {
    font-size: 12px;
  }
  .h-title h1 {
    font-size: 22px;
  }
  .h-title h1 span {
    font-size: 13px;
  }
  .h-title p {
    color: #999;
    font-size: 14px;
  }
  .tel_video {
    height: 400px;
  }
  .box-btn h1 {
    font-size: 22px;
  }
  .box-btn a {
    font-size: 16px;
  }
  .footer .btn .icon_2 {
    margin-top: 30px;
  }
  .case_web .li .r h1 {
    margin-top: 13%;
  }
  .case_web .li .r span {
    padding-top: 1%;
  }
  .case_web .li .r h3 {
    padding-top: 1%;
  }
  .case_web .li .r p {
    padding-top: 1.2%;
  }
  .case_web .li .r .p_btn {
    padding-top: 14%;
  }
  .pages a,
  .pages span {
    padding: 10px 20px;
  }
  .case_mobile .li {
    margin-top: 30px;
  }
  .case_mobile_show {
    margin-top: 60px;
  }
  .case_mobile_show .l {
    padding-right: 200px;
  }
  .case_mobile_show .l .info {
    background-color: #D6D6D6;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .case_mobile_show .l .info .ewm {
    text-align: center;
  }
  .case_mobile_show .l .info .ewm h1 {
    color: #cb0000;
    font-size: 22px;
    line-height: 1.3em;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .case_mobile_show .l .info .ewm img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .case_mobile_show .l .info ul {
    width: 713px;
  }
  .case_mobile_show .l .info ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .case_mobile_show .r {
    width: 180px;
  }
  .solution-list dl {
    font-size: 13px;
  }
  .solution-list dl dd {
    padding-top: 0;
  }
  .banner .ssl-info .banner-title {
    padding-top: 3.27%;
    font-size: 30px;
  }
  .banner .ssl-info .banner-txt {
    padding-top: 1.076%;
    font-size: 18px;
    line-height: 1.6em;
  }
  .banner .ssl-info .banner-btn {
    padding-top: 2.6%;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    width: 200px;
    font-size: 17px;
  }
  .banner .ssl-info .banner-btn .txt-btn {
    font-size: 14px;
  }
  .help ul li {
    font-size: 18px;
  }
  .contact-info {
    font-size: 20px;
  }
  .message {
    font-size: 16px;
  }
  .join-info {
    font-size: 12px;
  }
  .fullWrp {
    min-height: 580px;
  }
  .about-star {
    margin-top: -215px;
  }
  .about-star h3 {
    font-size: 1.8em;
  }
  .about-star .year {
    margin-top: 2%;
    margin-bottom: 8%;
  }
  .about-star .year img {
    width: 420px;
  }
  .about-b {
    height: 500px;
    background-size: auto 100%;
    font-size: 8px;
  }
  .services-contact .wk {
    margin-top: 16%;
  }
  .services-contact .wk img {
    width: 150px;
  }
  .services-contact .wk .wk_wen {
    top: 45.45454545px;
    margin-left: 120px;
  }
  .services-contact .wk .wk_wen img {
    width: 120px;
  }
  .team .team-count .detail h3 {
    font-size: 3em;
  }
}
@media (max-width: 1440px) and (min-width: 1040px), (max-width: 1440px) and (max-width: 740px) {
  .bate .right .chart-wrp {
    padding-top: 4%;
  }
  .bate .right .chart-wrp .chart {
    padding-top: 7%;
  }
  .bate .right .chart-wrp .chart h1 {
    font-size: 17px;
  }
  .bate .right .chart-wrp .chart .number {
    font-weight: bold;
  }
  .bate .right .chart-wrp .chart .number .lg {
    font-size: 36px;
  }
  .bate .right .chart-wrp .chart .number .sm {
    font-size: 16px;
  }
}
@media (max-width: 1440px) and (min-width: 1040px) {
  .news {
    padding-top: 18px;
  }
  .news .date {
    width: 90px;
    padding-left: 22px;
  }
  .news .text {
    margin-left: 112px;
  }
  .news .text h1 {
    font-size: 22px;
  }
  .news .text p {
    font-size: 14px;
  }
}
@media (max-width: 1210px) {
  .header .nav ul {
    padding-left: 20px;
  }
  .header .nav ul li a {
    font-size: 16px;
  }
  .solution-list dl {
    font-size: 12px;
  }
  .solution-list dl dt a {
    font-size: 1.314em;
  }
  .solution-list dl dd {
    padding-top: 0.2em;
  }
  .team .team-img .text {
    padding: 8% 6.2% 0;
    width: 87.6%;
    height: 92%;
  }
  .team .team-img .word {
    line-height: 1.7em;
    margin-top: 13%;
  }
  .team .team-img .btn {
    position: absolute;
    bottom: 5%;
    left: 6.2%;
  }
  .team .team-img .btn a {
    height: 22px;
    line-height: 22px;
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
  .team .team-text .wrp {
    padding: 8% 6% 10px 6%;
  }
  .works-system ul {
    width: 102%;
  }
  .works-system li {
    width: 48%;
  }
  .y-tit {
    font-size: 30px;
  }
  .yewujieshao {
    padding-bottom: 3%;
  }
  .yewujieshao ul .li {
    width: 49.98%;
    margin-bottom: 2%;
  }
  .yewujieshao ul .text h3 {
    font-size: 20px;
  }
  .solution-icon-list li {
    font-size: 12px;
  }
  .solution-works .text h3 {
    font-size: 22px;
  }
  .solution-ys .a a {
    background-color: #fff;
    line-height: 44px;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
  }
  .solution-ys-pag li {
    width: 49.98%;
  }
  .solution-ys-pag li:nth-child(4) {
    clear: none;
  }
  .solution-ys-pag li:nth-child(3) {
    clear: both;
  }
  .server-lc li {
    width: 33%;
    margin-bottom: 2%;
  }
  .services-contact .wk {
    margin-top: 16%;
  }
  .services-contact .wk img {
    width: 130px;
  }
  .services-contact .wk .wk_wen {
    top: 39.39393939px;
    margin-left: 104px;
  }
  .services-contact .wk .wk_wen img {
    width: 104px;
  }
  .services-contact .time,
  .services-contact .tel {
    font-size: 12px;
  }
  .services_list .slidet {
    padding-left: 84px;
    padding-right: 84px;
  }
  .services_list .play-btn {
    width: 70px;
    height: 98px;
    margin-top: -49px;
  }
  .our_services {
    font-size: 10px;
  }
  .our_services .l dt {
    width: 150px;
  }
  .our_services .l .number {
    font-size: 74.97px;
    width: 124.95px;
    height: 124.95px;
    line-height: 124.95px;
  }
  .team .team-count .detail {
    font-size: 12px;
  }
  .team .team-count:hover .detail {
    height: 160%;
  }
}
@media (max-width: 1050px) {
  .container_parent {
    -webkit-transition: all 0.4s 0.04s ease;
    -moz-transition: all 0.4s 0.04s ease;
    -o-transition: all 0.4s 0.04s ease;
    transition: all 0.4s 0.04s ease;
  }
  .container_parent.open {
    position: absolute;
    left: 0;
    left: -66%;
    width: 100%;
  }
  .container_parent.open .header {
    left: -66%;
  }
  .container_parent.open .header .nav {
    right: 0;
  }
  .container_parent .header_fix {
    height: 65px;
  }
  .container_parent .header {
    height: 65px;
    -webkit-transition: all 0.4s 0.04s ease;
    -moz-transition: all 0.4s 0.04s ease;
    -o-transition: all 0.4s 0.04s ease;
    transition: all 0.4s 0.04s ease;
  }
  .container_parent .header .logo img {
    height: 55px;
  }
  .container_parent .header .m-btn {
    display: block;
    margin-top: 5.5px;
  }
  .container_parent .header .nav {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    height: 100%;
    width: 66%;
    right: -66%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .container_parent .header .nav ul {
    width: 100%;
    float: none;
  }
  .container_parent .header .nav ul li {
    padding: 0 7.8% 0 8.2%;
    margin: 0 auto;
    width: 84%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
  }
  .container_parent .header .nav ul li a {
    font-size: 16px;
    color: #666;
    padding: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    background: no-repeat right center url(vcca1.png);
    background-size: 8px auto;
  }
  .container_parent .header .nav ul li:active {
    background-color: #f5f5f5;
  }
  .container_parent .header .nav ul li:nth-child(1),
  .container_parent .header .nav ul li:nth-child(2) {
    display: none;
  }
  .container_parent .header .nav .icon {
    padding: 0 7.8% 0 8.2%;
    margin: 30px 0 0 0;
    background-image: none;
    float: none;
    display: block!important;
  }
  .container_parent .header .nav .icon a {
    width: 30px;
    margin-left: 0;
    margin-right: 7%;
  }
  .container_parent .header .nav .m_search_btn {
    display: block;
    padding: 0 7.8% 0 8.2%;
  }
  .container_parent .header .nav + .nav {
    display: none;
  }
  .container_parent .tel_video {
    height: auto;
    margin-bottom: 0;
  }
  .container_parent .address {
    bottom: -8%;
  }
  .container_parent .address .img {
    height: 70%;
  }
  .container_parent .address .btns {
    padding-top: 10px;
  }
  .container_parent .banner {
    height: 500px!important;
  }
  .container_parent .banner .easy_touch_list .text {
    font-size: 30px;
    line-height: 50px;
  }
  .container_parent .banner.ssl-banner {
    height: auto!important;
  }
  .slide-top-news {
    display: none;
  }
  .solution-list .cloun {
    width: 50%;
  }
  .solution-list dl {
    padding-top: 5%;
  }
  .solution-list dl a {
    color: #fff;
    line-height: 1.857em;
  }
  .solution-list dl dt a {
    font-size: 1.714em;
  }
  .solution-list dl dd {
    padding-top: 2.4%;
  }
  .bate .left {
    float: none;
    width: auto;
  }
  .bate .left h1 {
    font-size: 55px;
  }
  .bate .left h1 span {
    font-size: 16px;
  }
  .bate .left h3 {
    font-size: 16px;
  }
  .bate .left .p_btn {
    margin-top: 5%;
    padding-bottom: 5%;
  }
  .bate .right {
    float: none;
    width: 100%;
  }
  .h-title h1 {
    font-size: 20px;
  }
  .h-title h1 span {
    font-size: 13px;
  }
  .h-title p {
    color: #999;
    font-size: 14px;
  }
  .works ul {
    width: 102%;
  }
  .works ul li {
    margin-right: 2%;
    width: 48%;
  }
  .news li {
    width: 100%;
    float: none;
  }
  .box-btn .lg {
    width: 96%;
  }
  .box-btn h1 {
    font-size: 18px;
  }
  .box-btn a {
    font-size: 14px;
  }
  #show_map_container .btn a {
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .footer .btn {
    display: none;
  }
  .footer .text {
    padding-bottom: 2%;
  }
  .footer .f-logo {
    padding-top: 4%;
  }
  .footer .f-logo .l-wrp {
    width: 20%;
  }
  .footer .f-logo .l-wrp img {
    width: 100%;
  }
  .footer .f-logo .r-wrp {
    padding-top: 2%;
  }
  .right_btn {
    display: none;
  }
  .mobile_right_btn {
    display: block;
  }
  .case_web .li {
    padding-bottom: 5%;
  }
  .case_web .li .l {
    width: 100%;
    padding-bottom: 56%;
    float: none!important;
  }
  .case_web .li .r {
    width: auto;
    margin-right: 2.8%;
    margin-left: 2.8%;
    float: none!important;
  }
  .case_web .li .r h1 {
    margin-top: 5%;
  }
  .case_web .li .r span {
    padding-top: 1%;
  }
  .case_web .li .r h3 {
    padding-top: 1.5%;
  }
  .case_web .li .r p {
    padding-top: 1.6%;
  }
  .case_web .li .r .p_btn {
    padding-top: 5%;
  }
  .pages a,
  .pages span {
    padding: 5px 15px;
  }
  .case_mobile .li {
    width: 31.3%;
    margin-right: 2%;
    margin-top: 3%;
  }
  .page-link {
    font-size: 14px;
  }
  .case_mobile_show {
    margin-top: 50px;
  }
  .case_mobile_show .l {
    padding-right: 0;
    width: 100%;
  }
  .case_mobile_show .r {
    width: 100%;
    height: auto;
    position: static;
    float: left;
  }
  .flip_over .prev p,
  .flip_over .next p,
  .flip_over .menu p {
    display: none;
  }
  .flip_over .prev:hover {
    left: 10px!important;
  }
  .flip_over .menu:hover {
    margin-left: -25px;
  }
  .flip_over .next:hover {
    right: 10px!important;
  }
  .project_info .title {
    line-height: 2em;
  }
  .project_info h3 {
    line-height: 2em;
  }
  .project_info .left,
  .project_info .right {
    width: 90%;
    padding: 5%;
  }
  .project_info .right .list-box {
    padding-top: 38px;
  }
  .project_info .right .list-box p {
    padding-left: 20px;
    line-height: 30px;
    color: #777;
    background: url("index1.png") no-repeat 3px center;
  }
  .banner .ssl-info .banner-title {
    padding-top: 2.27%;
    font-size: 24px;
  }
  .banner .ssl-info .banner-txt {
    padding-top: 0.5%;
    font-size: 14px;
  }
  .banner .ssl-info .banner-btn {
    padding-top: 1.6%;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    width: 150px;
    font-size: 14px;
  }
  .banner .ssl-info .banner-btn .txt-btn {
    font-size: 12px;
    padding-left: 8px;
  }
  .ssl-content .ssl-edition .se-list .se-explain {
    line-height: 1.8em;
    height: 3.42em;
  }
  .ssl-content .ssl-edition .se-list .se-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .ssl-content .si-partner-pc {
    display: none!important;
  }
  .ssl-content .ssl-introduce-mb {
    display: block!important;
  }
  .ssl-content .ssl-introduce {
    min-height: 170px;
  }
  .header_ser {
    padding-bottom: 1.2%;
    position: relative;
  }
  .header_ser .ser_wrp {
    padding-top: 3.2%;
    float: none;
    padding-right: 20%;
    position: relative;
  }
  .header_ser .ser_wrp .txt {
    width: 100%;
  }
  .header_ser .ser_wrp .btn {
    width: 20%;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 3.2%;
  }
  .header_ser .goHome_a {
    display: none;
  }
  .tips_ser {
    margin-top: 1.2%;
    padding-top: 1.7%;
    padding-bottom: 1.7%;
  }
  .contact_ser {
    padding-top: 2.2%;
    padding-bottom: 2.2%;
  }
  .contact_ser ul {
    width: 100%;
  }
  .contact_ser ul li {
    padding-top: 1.3%;
    padding-bottom: 2.5%;
  }
  .help ul li {
    font-size: 16px;
  }
  .contact-info {
    font-size: 18px;
  }
  .contact-info .l {
    float: none;
  }
  .contact-info .ewm {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 38%;
  }
  .contact-info .ewm img {
    width: 124px;
  }
  .message h1 {
    font-size: 3em;
  }
  .message .lg {
    width: auto;
    height: 120px;
  }
  .message .sm {
    margin-bottom: 2em;
    width: auto;
    height: 32px;
    line-height: 32px;
  }
  .join-info {
    padding-top: 4%;
    margin-top: 5%;
  }
  .join-info li {
    float: none;
    width: 96%;
    padding-bottom: 6%;
    margin-bottom: 5%;
  }
  .join-info .odd {
    border-right: 0;
  }
  .join-info .full {
    width: 96%;
  }
  .fullWrp {
    min-height: 520px;
  }
  .about-star {
    margin-top: -190px;
  }
  .about-star h3 {
    font-size: 1.6em;
  }
  .about-star .year img {
    width: 380px;
  }
  .about-b {
    height: 300px;
  }
  .about-b h2 {
    font-size: 4em;
    padding-top: 6%;
    padding-bottom: 2.8%;
  }
  .about-b h2 img {
    width: 28px;
  }
  .about-b .text {
    font-size: 2.4289em;
  }
  .team .team-list {
    padding-bottom: 50%;
    width: 50%;
  }
  .team .team-text {
    width: 100%;
    padding-bottom: 6%;
  }
  .team .team-text .abs_all {
    position: static;
    height: auto;
  }
  .about-future .word-text {
    position: static;
  }
  .about-future .word-text .wrp {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .child-nav {
    height: 80px;
    line-height: 80px;
  }
  .child-nav li {
    padding-left: 13px;
    padding-right: 13px;
  }
  .child-nav a {
    font-size: 15px;
  }
  .child-nav div {
    top: 80px;
  }
  .services-contact .wk {
    margin-top: 8%;
  }
  .container_parent .server-banner-1 {
    height: auto!important;
  }
  .container_parent .server-banner-1 .maxHeight {
    height: auto;
  }
  .services_list .slidet {
    padding-left: 0;
    padding-right: 0;
  }
  .services_list .play-btn {
    display: none;
  }
  .services_list .li {
    width: 33.3%;
    height: 320px;
    float: left;
    text-align: center;
  }
  .services_list .li .bg img {
    display: none;
  }
  .services_list .li .wrp {
    top: 15%;
  }
  .services_list .li:hover .wrp {
    top: 18%;
  }
  .services_list #server-slide .easy_touch_move {
    width: auto!important;
  }
  .services_list #server-slide .easy_touch_move .xer {
    width: auto!important;
    float: none;
  }
  .our_services {
    font-size: 10px;
  }
  .our_services h1 {
    padding-top: 40px;
  }
  .our_services .c:first-child dl:after {
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: -20px;
    margin-top: -20px;
  }
  .our_services .l {
    padding-top: 20px;
  }
  .our_services .l h3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .our_services .l dt {
    width: 120px;
    padding-right: 20px;
  }
  .our_services .l .number {
    font-size: 59.976px;
    width: 99.96px;
    height: 99.96px;
    line-height: 99.96px;
  }
  .our_services .r {
    padding-top: 10px;
  }
  .our_services .close {
    width: 25px;
    height: 25px;
    top: 20px;
  }
  .team .team-count:hover .detail {
    height: 100%;
  }
  .picture {
    font-size: 14px;
  }
  .picture .detaile {
    margin-top: -65px;
    height: 130px;
  }
  .picture h3 {
    font-size: 38px;
  }
}
@media (max-width: 890px) {
  .container_parent .banner.auto-banner,
  .container_parent .banner.index-banner {
    height: auto!important;
    padding-bottom: 40%;
  }
  .container_parent .banner.auto-banner .easy_touch_move,
  .container_parent .banner.index-banner .easy_touch_move {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .container_parent .banner.index-banner {
    padding-bottom: 52%;
  }
  .child-nav .pc {
    display: none;
  }
  .child-nav .mb_ {
    display: block;
  }
  .error-404 {
    font-size: 14px;
  }
  .error-404 img {
    width: 330px;
  }
  .error-404 .btn a {
    width: 150px;
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 770px) {
  .container {
    width: 100%;
  }
  .header .container,
  .banner .container,
  .footer .container {
    width: 90%;
  }
  .banner video {
    display: none!important;
  }
  .container_parent .banner.c-banner .mobile_banner.mobile_banner1 {
    display: none;
  }
  .container_parent .banner.c-banner .mobile_banner.mobile_banner2 {
    display: block;
  }
  .container_parent .banner .easy_touch_list .text {
    font-size: 20px;
    line-height: 30px;
  }
  .container_parent .banner .easy_touch_list .text-number {
    font-size: 26px;
  }
  .container_parent .banner .easy_touch_index {
    bottom: 14%;
  }
  .container_parent .banner .easy_touch_index a {
    width: 50px;
  }
  .container_parent .bate {
    padding-top: 8%;
  }
  .container_parent .bate .left {
    float: none;
    width: auto;
    padding-left: 6%;
    padding-right: 6%;
  }
  .container_parent .bate .left h1 {
    font-size: 38px;
  }
  .container_parent .bate .left h1 span {
    font-size: 12px;
  }
  .container_parent .bate .left h3 {
    font-size: 14px;
  }
  .container_parent .bate .left .p_btn {
    margin-top: 5%;
    padding-bottom: 7%;
  }
  .container_parent .bate .right {
    float: none;
    width: 100%;
  }
  .container_parent .project_info {
    padding-top: 0;
  }
  .mb_ {
    display: block;
  }
 
  .h-title h1 {
    font-size: 18px;
  }
  .h-title h1 span {
    font-size: 12px;
  }
  .h-title p {
    color: #999;
    font-size: 13px;
  }
  .pc {
    display: none;
  }
  .mb {
    position: static;
  }
  .mb .easy_touch_index {
    text-align: center;
  }
  .mb .easy_touch_index a {
    border: 1px solid #dadada;
    background: none;
    width: 8px;
    height: 8px;
    line-height: 8px;
    margin-right: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .mb .easy_touch_index a.act {
    border-color: #333;
  }
  .works .p-more {
    display: none;
  }
  .works .mb ul {
    padding-top: 20px;
  }
  .works .mb ul li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .works.child .pc {
    display: block;
  }
  .works.child .pc li {
    width: 100%;
    margin-right: 0;
  }
  .box-btn .lg {
    width: 96%;
  }
  .box-btn .l,
  .box-btn .r {
    width: 100%;
    float: none!important;
    padding: 0;
  }
  .box-btn .r {
    margin-top: 2%;
  }
  .box-btn h1 {
    font-size: 18px;
  }
  .box-btn a {
    font-size: 14px;
  }
  .footer {
    font-size: 12px;
  }
  .footer h1 {
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 0px;
    border: 0;
  }
  .footer .text {
    line-height: 1.6em;
  }
  .footer .r {
    display: none;
  }
  .footer .l {
    width: 35%;
  }
  .footer .c {
    width: 57.9%;
  }
  .address .btn a {
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .share-c,
  .font-c {
    display: none;
  }
  .title_wrp .top-nav {
    padding-top: 18px;
  }
  .case_web .li .r h1 {
    font-size: 20px;
  }
  .case_web .li .r span {
    font-size: 16px;
  }
  .case_web .li .r h3 a {
    font-size: 16px;
  }
  .case_web .li .r p {
    padding-top: 1.6%;
  }
  .case_web .li .r .p_btn {
    padding-top: 5%;
  }
  .pages {
    padding-top: 4%;
    padding-bottom: 3%;
    text-align: left;
  }
  .case_mobile .li {
    width: 48%;
    margin-right: 1.99%;
  }
  .show_case_mobile_wrp {
    padding-left: 3%;
    padding-right: 3%;
  }
  .case_mobile_show {
    margin-top: 0;
  }
  .case_mobile_show .l .title h1 {
    padding: 3% 2% 0 2%;
  }
  .case_mobile_show .l .title p {
    padding: 1.5% 3% 0 2%;
    margin-top: 0.6%;
    margin-bottom: 1.5%;
  }
  .case_mobile_show .l .info {
    padding-top: 4%;
    padding-bottom: 3%;
  }
  .case_mobile_show .l .info .ewm {
    padding-bottom: 2%;
  }
  .case_mobile_show .l .info ul {
    width: 100%;
  }
  .case_mobile_show .l .info ul li {
    width: 45.5%;
    height: auto;
    margin-top: 3%;
    margin-left: 2.99%;
    margin-right: 0;
    background: none;
  }
  .case_mobile_show .l .info ul img {
    width: 100%;
    position: static;
    margin: 0;
    clip: rect(0, 0, 0, 0px);
  }
  .case_mobile_show .l .show_case_mobile_wrp {
    background-color: #fff;
  }
  .case_mobile_show .l .show_case_mobile_wrp .case_mobile {
    background-color: #fff;
  }
  .case_mobile_show .l .h-title {
    padding-right: 0;
  }
  .case_mobile_show .r {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 3%;
  }
  .case_mobile_show .r .online a {
    color: #666;
  }
  .case_mobile_show .r .online a span {
    background-size: 22px auto;
    padding-left: 30px;
  }
  .case_mobile_show .r .tips h2 {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .solution-list dl {
    margin-top: 0%;
  }
  .solution-list dl dt a {
    font-size: 1.5em;
  }
  .solution-list dl dd {
    padding-top: 1.8%;
  }
  .banner .ssl-info .banner-title {
    padding-top: 2.27%;
    font-size: 24px;
  }
  .banner .ssl-info .banner-txt {
    padding-top: 0.5%;
    font-size: 14px;
  }
  .banner .ssl-info .banner-btn {
    padding-top: 1.6%;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    width: 150px;
    font-size: 14px;
    position: absolute;
    right: 2%;
    bottom: 2%;
  }
  .banner .ssl-info .banner-btn .txt-btn {
    font-size: 12px;
    padding-left: 8px;
    display: none;
  }
  .ssl-content .ssl-edition .se-list .se-explain {
    line-height: 1.8em;
    height: 3.42em;
  }
  .ssl-content .ssl-edition .se-list .se-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .ssl-content .ssl-introduce-pc {
    padding: 46% 4% 4% 4%;
    margin-top: 4%;
    background-size: 40% auto;
    background-position: center top;
  }
  .ssl-content .ssl-introduce-mb {
    display: block!important;
  }
  .ssl-content .ssl-introduce {
    min-height: 170px;
  }
  .container .page {
    padding-left: 3%;
    padding-right: 3%;
  }
  .p_dianzan {
    padding-top: 4%;
    padding-bottom: 3%;
  }
  .p_dianzan a {
    width: 70px;
    height: 70px;
  }
  .p_dianzan i {
    width: 26px;
    height: 26px;
    background-size: 100% auto;
    margin-top: 11px;
  }
  .p_dianzan p {
    font-size: 14px;
  }
  .contact-info {
    font-size: 16px;
    margin-top: 5%!important;
  }
  .contact-info h3,
  .contact-info p {
    margin-bottom: 3%;
  }
  .contact-info .ewm img {
    width: 100px;
  }
  .contact-info .ewm p {
    padding-top: 4%;
  }
  .message {
    font-size: 14px;
  }
  .join-info .jobTitle {
    font-size: 2.6em;
    padding-bottom: 4%;
  }
  .join-info .comeIn {
    padding-top: 15px;
  }
  .join-info .font16 {
    font-size: 1em;
  }
  .join-info .font18 {
    font-size: 1.125em;
  }
  .join-info .font20 {
    font-size: 1.25em;
  }
  .join-info .font22 {
    font-size: 1.375em;
  }
  .join-info .font24 {
    font-size: 1.5em;
  }
  .join-info .font25 {
    font-size: 1.5625em;
  }
  .join-info .font27 {
    font-size: 1.6875em;
  }
  .join-info .font30 {
    font-size: 1.875em;
  }
  .join-info .font38 {
    font-size: 1.5em;
  }
  .join-info .font40 {
    font-size: 2.2em;
  }
  .join-info .font55 {
    font-size: 2em;
  }
  .join-info p .font38 {
    font-size: 2em;
  }
  .join-info .paddB1 {
    padding-bottom: 0.06%;
  }
  .join-info .paddT1 {
    padding-top: 0.06%;
  }
  .join-info .paddB2 {
    padding-bottom: 0.12%;
  }
  .join-info .paddT2 {
    padding-top: 0.12%;
  }
  .join-info .paddB3 {
    padding-bottom: 0.18%;
  }
  .join-info .paddT3 {
    padding-top: 0.18%;
  }
  .join-info .paddB4 {
    padding-bottom: 0.24%;
  }
  .join-info .paddT4 {
    padding-top: 0.24%;
  }
  .join-info .paddB5 {
    padding-bottom: 0.3%;
  }
  .join-info .paddT5 {
    padding-top: 0.3%;
  }
  .join-info .paddB6 {
    padding-bottom: 0.36%;
  }
  .join-info .paddT6 {
    padding-top: 0.36%;
  }
  .join-info .paddB7 {
    padding-bottom: 0.42%;
  }
  .join-info .paddT7 {
    padding-top: 0.42%;
  }
  .join-info .paddB8 {
    padding-bottom: 0.48%;
  }
  .join-info .paddT8 {
    padding-top: 0.48%;
  }
  .join-info .paddB9 {
    padding-bottom: 0.54%;
  }
  .join-info .paddT9 {
    padding-top: 0.54%;
  }
  .join-info .paddB10 {
    padding-bottom: 0.6%;
  }
  .join-info .paddT10 {
    padding-top: 0.6%;
  }
  .join-info .paddB11 {
    padding-bottom: 0.66%;
  }
  .join-info .paddT11 {
    padding-top: 0.66%;
  }
  .join-info .paddB12 {
    padding-bottom: 0.72%;
  }
  .join-info .paddT12 {
    padding-top: 0.72%;
  }
  .join-info .paddB13 {
    padding-bottom: 0.78%;
  }
  .join-info .paddT13 {
    padding-top: 0.78%;
  }
  .join-info .paddB14 {
    padding-bottom: 0.84%;
  }
  .join-info .paddT14 {
    padding-top: 0.84%;
  }
  .join-info .paddB15 {
    padding-bottom: 0.9%;
  }
  .join-info .paddT15 {
    padding-top: 0.9%;
  }
  .join-info .paddB16 {
    padding-bottom: 0.96%;
  }
  .join-info .paddT16 {
    padding-top: 0.96%;
  }
  .join-info .paddB17 {
    padding-bottom: 1.02%;
  }
  .join-info .paddT17 {
    padding-top: 1.02%;
  }
  .join-info .paddB18 {
    padding-bottom: 1.08%;
  }
  .join-info .paddT18 {
    padding-top: 1.08%;
  }
  .join-info .paddB19 {
    padding-bottom: 1.14%;
  }
  .join-info .paddT19 {
    padding-top: 1.14%;
  }
  .join-info .paddB20 {
    padding-bottom: 1.2%;
  }
  .join-info .paddT20 {
    padding-top: 1.2%;
  }
  .join-info .paddB21 {
    padding-bottom: 1.26%;
  }
  .join-info .paddT21 {
    padding-top: 1.26%;
  }
  .join-info .paddB22 {
    padding-bottom: 1.32%;
  }
  .join-info .paddT22 {
    padding-top: 1.32%;
  }
  .join-info .paddB23 {
    padding-bottom: 1.38%;
  }
  .join-info .paddT23 {
    padding-top: 1.38%;
  }
  .join-info .paddB24 {
    padding-bottom: 1.44%;
  }
  .join-info .paddT24 {
    padding-top: 1.44%;
  }
  .join-info .paddB25 {
    padding-bottom: 1.5%;
  }
  .join-info .paddT25 {
    padding-top: 1.5%;
  }
  .join-info .paddB26 {
    padding-bottom: 1.56%;
  }
  .join-info .paddT26 {
    padding-top: 1.56%;
  }
  .join-info .paddB27 {
    padding-bottom: 1.62%;
  }
  .join-info .paddT27 {
    padding-top: 1.62%;
  }
  .join-info .paddB28 {
    padding-bottom: 1.68%;
  }
  .join-info .paddT28 {
    padding-top: 1.68%;
  }
  .join-info .paddB29 {
    padding-bottom: 1.74%;
  }
  .join-info .paddT29 {
    padding-top: 1.74%;
  }
  .join-info .paddB30 {
    padding-bottom: 1.8%;
  }
  .join-info .paddT30 {
    padding-top: 1.8%;
  }
  .join-info .paddB31 {
    padding-bottom: 1.86%;
  }
  .join-info .paddT31 {
    padding-top: 1.86%;
  }
  .join-info .paddB32 {
    padding-bottom: 1.92%;
  }
  .join-info .paddT32 {
    padding-top: 1.92%;
  }
  .join-info .paddB33 {
    padding-bottom: 1.98%;
  }
  .join-info .paddT33 {
    padding-top: 1.98%;
  }
  .join-info .paddB34 {
    padding-bottom: 2.04%;
  }
  .join-info .paddT34 {
    padding-top: 2.04%;
  }
  .join-info .paddB35 {
    padding-bottom: 2.1%;
  }
  .join-info .paddT35 {
    padding-top: 2.1%;
  }
  .join-info .paddB36 {
    padding-bottom: 2.16%;
  }
  .join-info .paddT36 {
    padding-top: 2.16%;
  }
  .join-info .paddB37 {
    padding-bottom: 2.22%;
  }
  .join-info .paddT37 {
    padding-top: 2.22%;
  }
  .join-info .paddB38 {
    padding-bottom: 2.28%;
  }
  .join-info .paddT38 {
    padding-top: 2.28%;
  }
  .join-info .paddB39 {
    padding-bottom: 2.34%;
  }
  .join-info .paddT39 {
    padding-top: 2.34%;
  }
  .join-info .paddB40 {
    padding-bottom: 2.4%;
  }
  .join-info .paddT40 {
    padding-top: 2.4%;
  }
  .join-info .paddB41 {
    padding-bottom: 2.46%;
  }
  .join-info .paddT41 {
    padding-top: 2.46%;
  }
  .join-info .paddB42 {
    padding-bottom: 2.52%;
  }
  .join-info .paddT42 {
    padding-top: 2.52%;
  }
  .join-info .paddB43 {
    padding-bottom: 2.58%;
  }
  .join-info .paddT43 {
    padding-top: 2.58%;
  }
  .join-info .paddB44 {
    padding-bottom: 2.64%;
  }
  .join-info .paddT44 {
    padding-top: 2.64%;
  }
  .join-info .paddB45 {
    padding-bottom: 2.7%;
  }
  .join-info .paddT45 {
    padding-top: 2.7%;
  }
  .join-info .paddB46 {
    padding-bottom: 2.76%;
  }
  .join-info .paddT46 {
    padding-top: 2.76%;
  }
  .join-info .paddB47 {
    padding-bottom: 2.82%;
  }
  .join-info .paddT47 {
    padding-top: 2.82%;
  }
  .join-info .paddB48 {
    padding-bottom: 2.88%;
  }
  .join-info .paddT48 {
    padding-top: 2.88%;
  }
  .join-info .paddB49 {
    padding-bottom: 2.94%;
  }
  .join-info .paddT49 {
    padding-top: 2.94%;
  }
  .join-info .paddB50 {
    padding-bottom: 3%;
  }
  .join-info .paddT50 {
    padding-top: 3%;
  }
  .join-info .paddB51 {
    padding-bottom: 3.06%;
  }
  .join-info .paddT51 {
    padding-top: 3.06%;
  }
  .join-info .paddB52 {
    padding-bottom: 3.12%;
  }
  .join-info .paddT52 {
    padding-top: 3.12%;
  }
  .join-info .paddB53 {
    padding-bottom: 3.18%;
  }
  .join-info .paddT53 {
    padding-top: 3.18%;
  }
  .join-info .paddB54 {
    padding-bottom: 3.24%;
  }
  .join-info .paddT54 {
    padding-top: 3.24%;
  }
  .join-info .paddB55 {
    padding-bottom: 3.3%;
  }
  .join-info .paddT55 {
    padding-top: 3.3%;
  }
  .join-info .paddB56 {
    padding-bottom: 3.36%;
  }
  .join-info .paddT56 {
    padding-top: 3.36%;
  }
  .join-info .paddB57 {
    padding-bottom: 3.42%;
  }
  .join-info .paddT57 {
    padding-top: 3.42%;
  }
  .join-info .paddB58 {
    padding-bottom: 3.48%;
  }
  .join-info .paddT58 {
    padding-top: 3.48%;
  }
  .join-info .paddB59 {
    padding-bottom: 3.54%;
  }
  .join-info .paddT59 {
    padding-top: 3.54%;
  }
  .join-info .paddB60 {
    padding-bottom: 3.6%;
  }
  .join-info .paddT60 {
    padding-top: 3.6%;
  }
  .join-info .marginFu {
    margin-top: 0;
  }
  .join-info .full {
    width: 96%;
  }
  .fullWrp {
    min-height: 420px;
  }
  .about-star {
    margin-top: -153px;
  }
  .about-star h3 {
    line-height: 1.2em;
  }
  .about-star .year img {
    width: 300px;
  }
  .about-future .word-text,
  .about-future .img {
    width: 100%;
  }
  .about-future .img {
    float: none;
  }
  .about-future .word-text {
    float: none;
  }
  .team-box .l,
  .team-box .r {
    float: none;
  }
  .team-box .r {
    width: 86%;
    padding: 7%;
  }
  .team-box .r h1 {
    margin: 0;
  }
  .team-box .l {
    width: 100%;
  }
  .team .team-count .num {
    font-size: 50px;
  }
  .team .team-count .line {
    margin-top: 10px;
    margin-bottom: 11px;
  }
  .team .team-img .mb-btn {
    display: block;
  }
  .team .team-img:hover .mb-btn {
    display: none;
  }
  .playZizhi .close {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .playZizhi .close:after {
    font-size: 14px;
  }
  .playZizhi .prev,
  .playZizhi .next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .playZizhi .prev:after,
  .playZizhi .next:after {
    margin-top: -6px;
    margin-left: -3px;
  }
  .playZizhi .prev:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF;
  }
  .playZizhi .next:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
  }
  .playZizhi .list span {
    margin: 2px;
    width: 6px;
    height: 6px;
  }
  .works-system li .text h1 {
    font-size: 16px;
  }
  .works-system li .text .more {
    top: 26%;
  }
  .works-system li .text .more img {
    width: 1.5em;
  }
  .y-tit {
    font-size: 22px;
  }
  .solution-icon-list li {
    font-size: 10px;
  }
  .solution-works li {
    width: 49.999%;
  }
  .solution-works li .text h3 {
    font-size: 18px;
  }
  .solution-works li .text p {
    font-size: 12px;
  }
  .solution-ys {
    margin-top: 4%;
  }
  .solution-ys .a a {
    font-size: 16px;
  }
  .solution-ys-pag .text h3 {
    font-size: 14px;
  }
  .solution-ys-pag .text p {
    font-size: 12px;
  }
  .scheme-banner.banner .easy_touch_index {
    bottom: 6%!important;
  }
  .scheme-banner.banner .easy_touch_index a {
    width: 6px !important;
    height: 6px !important;
    line-height: 6px !important;
  }
  .child-nav {
    height: 60px;
    line-height: 60px;
  }
  .child-nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .child-nav a {
    font-size: 14px;
  }
  .child-nav a:after {
    content: " ";
    height: 3px;
  }
  .child-nav div {
    top: 60px;
  }
  .our_services {
    font-size: 8px;
  }
  .team .team-count:hover .detail {
    height: 130%;
  }
  .show_text .abstract {
    padding: 2% 3%;
    margin-bottom: 3%;
  }
}
@media (max-width: 641px) {
  .banner .easy_touch_list img {
    position: relative;
    width: 130%;
    left: -24%;
  }
  .banner .ssl-info .banner-title {
    font-size: 18px;
  }
  .banner .ssl-info .banner-txt {
    font-size: 12px;
  }
  .case_mobile_show .l .position-c {
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .case_mobile_show .l .position-c .ps {
    padding-left: 10px;
    background-size: 4px auto;
  }
  .case_mobile_show .l .position-c a,
  .case_mobile_show .l .position-c span {
    color: #666;
    font-size: 14px;
  }
  .case_mobile_show .l .position-c i {
    width: 16px;
    background-size: 4px auto;
  }
  .case_mobile_show .l .position-c a:hover {
    color: #FE0000;
  }
  .show_text {
    margin-top: 3%;
    padding-top: 2.4%;
    padding-bottom: 3%;
  }
  .ssl-content .ssl-introduce {
    padding-left: 4% !important;
    padding-right: 4% !important;
    padding-bottom: 4%;
  }
  .ssl-content .ssl-introduce .si-title {
    font-size: 18px;
  }
  .ssl-content .ssl-introduce p {
    line-height: 1.8em;
  }
  .ssl-content .ssl-introduce .pt-20 {
    padding-top: 3%;
  }
  .ssl-content .ssl-introduce .pt-10 {
    padding-top: 2%;
  }
  .ssl-content .ssl-introduce .pt-50 {
    padding-top: 7%;
  }
  .ssl-content .ssl-introduce .si-partner {
    padding-top: 3%;
  }
  .ssl-content .ssl-introduce .si-partner .sp-title span {
    font-size: 16px;
  }
  .ssl-content .ssl-introduce .si-partner .sp-list {
    padding-top: 3%;
    margin: 0 -4%;
  }
  .ssl-content .ssl-introduce .si-partner .sp-list li {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  .ssl-content .ssl-introduce .si-partner .sp-list li p {
    padding: 2% 2% 0;
    line-height: 1.8em;
  }
  .ssl-content .ssl-introduce-mb {
    margin-top: 0;
  }
  .ssl-content .ssl-title {
    padding-top: 3%;
  }
  .ssl-content .ssl-title span {
    font-size: 18px;
  }
  .ssl-content .ssl-advantage {
    padding-bottom: 5%;
  }
  .ssl-content .ssl-advantage .sa-list {
    margin: 0 3%;
  }
  .ssl-content .ssl-advantage .sa-list ul {
    width: 100%;
  }
  .ssl-content .ssl-advantage .sa-list li {
    padding-top: 5%;
    width: 100%;
    margin-right: 0;
  }
  .ssl-content .ssl-advantage .sa-list li .sa-img {
    margin-right: 3%;
  }
  .ssl-content .ssl-edition {
    padding-bottom: 0;
  }
  .ssl-content .ssl-edition .se-list {
    padding-top: 5%;
    padding-bottom: 3%;
    margin: 0;
  }
  .ssl-content .ssl-edition .se-list ul {
    width: 100%;
    padding-bottom: 0;
  }
  .ssl-content .ssl-edition .se-list li {
    margin-right: 0;
    width: 94%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .ssl-content .ssl-edition .se-list .se-title1 {
    padding-top: 2%;
    font-size: 30px;
  }
  .ssl-content .ssl-edition .se-list .se-title2 {
    margin-top: -2%;
    font-size: 16px;
  }
  .ssl-content .ssl-edition .se-list .se-explain {
    margin: 0 4%;
    line-height: 30px;
  }
  .ssl-content .ssl-edition .se-list .se-btn {
    margin: 4% 0;
    font-size: 16px;
  }
  .ssl-content .ssl-scene {
    padding-bottom: 6%;
  }
  .ssl-content .ssl-scene .ss-list {
    margin: 0 3%;
  }
  .ssl-content .ssl-scene .ss-list li {
    padding-top: 5%;
  }
  .ssl-content .ssl-scene .ss-list .ss-img {
    margin-right: 4%;
  }
  .ssl-content .ssl-scene .ss-list .ss-txt {
    line-height: 1.8em;
  }
  .ssl-content .ssl-scene .ss-list .ss-txt h5 {
    padding-bottom: 2%;
    font-size: 16px;
  }
  .help ul li {
    font-size: 14px;
  }
  .help ul li span {
    font-size: 12px;
  }
  .contact-info .ewm {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .contact-info .ewm p {
    font-size: 1.3em;
  }
  .message {
    text-align: left;
  }
  .message .t {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .message h1 {
    font-size: 2.4em;
  }
  .footer .f-logo .l-wrp {
    width: 34%;
    float: none!important;
    margin: auto;
  }
  .footer .f-logo .r-wrp {
    float: none;
    text-align: center;
  }
  .footer .f-logo .r-wrp p {
    float: none;
  }
  .yewujieshao ul .li,
  .yewujieshao ul li {
    width: 94%;
    float: none;
    margin-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .yewujieshao ul .img {
    width: 22%;
    max-width: 100px;
    float: left;
    margin-top: 3%;
  }
  .yewujieshao ul .text {
    max-width: none;
    padding-top: 0;
    padding-left: 3%;
    text-align: left;
  }
  .yewujieshao ul .text h3 {
    font-size: 16px;
    padding-bottom: 1%;
  }
  .yewujieshao ul .text a,
  .yewujieshao ul .text p {
    font-size: 12px;
  }
  .yewujieshao ul .text a:before,
  .yewujieshao ul .text p:before {
    display: none;
  }
  .solution-icon-list {
    padding-left: 2%;
    padding-right: 2%;
  }
  .solution-icon-list li {
    font-size: 10px;
    width: 49.99%;
  }
  .solution-icon-list li .img {
    width: 40px;
    height: 40px;
    margin-bottom: 4%;
  }
  .solution-ys .tabs a {
    line-height: 30px;
  }
  .solution-ys-pag li {
    width: 100%;
    float: none;
  }
  .services-contact .wk {
    padding-bottom: 10%;
  }
  .services-contact .wk img {
    width: 100px;
    left: 0;
  }
  .services-contact .wk .wk_wen {
    top: 30.3030303px;
    margin-left: 80px;
  }
  .services-contact .wk .wk_wen img {
    width: 80px;
  }
  .services-contact .three {
    width: 49.98%;
  }
  .services-contact .time,
  .services-contact .tel {
    font-size: 11px;
  }
  .our_services .l dt {
    width: 90px;
  }
  .our_services .l .number {
    font-size: 44.982px;
    width: 74.97px;
    height: 74.97px;
    line-height: 74.97px;
  }
  .plytext p {
    font-size: 24px;
  }
  .team .team-count:hover .detail {
    height: 170%;
  }
  .picture {
    font-size: 12px;
  }
  .picture .detaile {
    margin-top: -50px;
    height: 100px;
  }
  .picture h3 {
    font-size: 26px;
  }
  .goHome_a {
    font-size: 14px;
  }
  form input.txt {
    font-size: 14px;
  }
  form input.btn {
    font-size: 14px;
  }
  .tips_ser {
    font-size: 14px;
  }
  .contact_ser ul li a {
    font-size: 16px;
  }
  .contact_ser ul li {
    line-height: 1.428em;
    color: #666;
  }
  .contact_ser .info_ser {
    height: 2.7132em;
  }
  .contact_ser .img_ser {
    width: 92px;
    height: 76px;
    margin-right: 2.4%;
  }
}
@media (max-width: 560px) {
  .h-padding-top {
    height: 12px;
  }
  .container_parent .header_fix {
    height: 60px;
    padding-top: 0;
  }
  .container_parent .header {
    height: 60px;
    padding-top: 0;
  }
  .container_parent .header .logo {
    margin-top: 9.5px;
  }
  .container_parent .header .logo img {
    height: 41px;
  }
  .container_parent .header .m-btn {
    display: block;
    margin-top: 8px;
  }
  .container_parent .header .top-other {
    display: none;
  }
  .container_parent .banner .easy_touch_list .bg-wrp {
    width: auto;
    padding-right: 8%;
  }
  .container_parent .banner .easy_touch_list .text-number {
    font-size: 24px;
  }
  .container_parent .banner .easy_touch_list .text-number .x-ssm {
    font-size: 16px!important;
  }
  .container_parent .banner .easy_touch_index {
    bottom: 6%;
    text-align: center;
  }
  .container_parent .banner .easy_touch_index a {
    margin-left: 1px;
    margin-right: 1px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container_parent .banner .easy_touch_index a strong {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  .container_parent .banner .easy_touch_index a span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: none!important;
  }
  .container_parent .banner .easy_touch_index a.act span {
    display: block!important;
    width: 100%!important;
  }
  .container_parent .c-banner .btn a {
    margin-top: 3%!important;
  }
  .container_parent .bate .right .chart-wrp {
    margin-top: 4%;
  }
  .container_parent .bate .right .chart-wrp .chart {
    padding-top: 7%;
  }
  .container_parent .bate .right .chart-wrp .chart h1 {
    font-size: 15px;
  }
  .container_parent .bate .right .chart-wrp .chart .icon {
    height: 36px;
    background-size: auto 100%;
  }
  .container_parent .bate .right .chart-wrp .chart .number {
    font-weight: bold;
  }
  .container_parent .bate .right .chart-wrp .chart .number .lg {
    font-size: 26px;
  }
  .container_parent .bate .right .chart-wrp .chart .number .sm {
    font-size: 12px;
  }
  .h-title .p-more {
    display: none;
  }
  .works .navigator {
    padding-top: 18px;
  }
  .works .navigator .fl a {
    height: 42px;
    line-height: 42px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: none!important;
  }
  .works .navigator .fl .act {
    display: none;
  }
  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .footer h1 {
    height: 30px;
    line-height: 30px;
  }
  .footer .l {
    width: 100%;
    padding-right: 0;
    padding-bottom: 4%;
  }
  .footer .c {
    width: 100%;
  }
  .title_wrp .top-nav h1 {
    line-height: 32px;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
  }
  .title_wrp .s-nav {
    margin-top: 10px;
    line-height: 26px;
  }
  .title_wrp .s-nav.fixed .fix {
    width: 93.4%;
    padding-left: 3.3%;
    padding-right: 3.3%;
  }
  .title_wrp .s-nav.fixed .fix span {
    left: 3.3%;
  }
  .title_wrp .s-nav ul {
    padding-left: 36px;
  }
  .title_wrp .s-nav ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .title_wrp .s-nav ul li:after {
    display: none;
  }
  .title_wrp .s-nav ul li.act a {
    color: #FE0000;
  }
  .case_mobile {
    width: 100%;
  }
  .case_mobile .li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .case_mobile .text h1 {
    margin-bottom: 3%;
  }
  .case_mobile_show {
    margin-top: 0;
  }
  .case_mobile_show .l .title h1 {
    font-size: 22px;
    padding-top: 4%;
  }
  .case_mobile_show .l .info .ewm h1 {
    font-size: 18px;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .case_mobile_show .l .info .ewm img {
    width: 50%;
  }
  .case_mobile_show .l .info ul li {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .project_info .title {
    line-height: 40px;
  }
  .project_info h2 {
    font-size: 22px;
  }
  .project_info h3 {
    margin-top: 5%;
  }
  .project_info .left p {
    padding-top: 4%;
  }
  .project_info .right .title {
    font-size: 30px;
  }
  .project_info .right .list-box {
    padding-top: 6%;
  }
  .project_info .right .list-box p {
    padding-left: 16px;
    line-height: 2em;
  }
  .services_list {
    position: relative;
    top: 10%;
  }
  .services_list .li {
    width: 50%;
    height: 300px;
  }
  .services_list .li .wrp {
    top: 10%;
  }
  .services_list .li h3 {
    font-size: 16px;
  }
  .services_list .li:hover .wrp {
    top: 12%;
  }
  .solution-list .cloun {
    width: 100%;
    float: none;
  }
  .solution-list dl {
    padding-top: 7%;
  }
  .banner .ssl-info .banner-txt {
    font-size: 12px;
  }
  .banner .ssl-info .banner-txt span {
    display: inline;
  }
  .banner .ssl-info .banner-btn .apply-btn {
    font-size: 12px;
    width: 100px;
    right: 0;
    bottom: 0;
  }
  .p_btn.btn_list a {
    width: auto;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 8px;
  }
  .contact-info {
    font-size: 14px;
  }
  .message .list {
    margin-bottom: 2.8em;
  }
  .message .list span {
    margin-right: 1em;
    margin-bottom: 0.3em;
    line-height: 22px;
    background-size: 16px auto;
  }
  .message .list span input {
    margin-right: 8px;
  }
  .message h1 {
    font-size: 2em;
  }
  .message h3 {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
  .message .input {
    padding: 3%;
  }
  .message .sm {
    margin-bottom: 1.2em;
    height: 28px;
  }
  .message .sm input {
    line-height: 28px;
  }
  .message .btn {
    text-align: center;
  }
  .message .btn input {
    height: 42px;
  }
  .join-info {
    padding-top: 7%;
  }
  .news {
    width: 102%;
    padding-top: 30px;
  }
  .news .date {
    position: static;
    float: none;
  }
  .news .text {
    margin-left: 0;
    padding-top: 2%;
    float: none;
  }
  .news .text div.abs_all {
    position: static;
  }
  .news .text h1 {
    font-size: 18px;
    height: auto;
  }
  .news .text p {
    font-size: 14px;
  }
  .news .img {
    margin-top: 1%;
  }
  .news .img img {
    display: block;
  }
  .about-star {
    margin-top: -147px;
  }
  .about-star .year {
    margin-bottom: 10%;
    margin-top: 4%;
  }
  .about-star .year img {
    width: 260px;
  }
  .about-b {
    height: 200px;
    font-size: 7px;
  }
  .word-text h3 {
    font-size: 1.5em;
  }
  .word-text .line {
    margin-top: 6px;
  }
  .word-text .x {
    margin-top: 10px;
  }
  .word-text .i {
    margin-top: 6px;
  }
  .team .team-img .e-t {
    font-size: 1.5em;
  }
  .team .team-img .c-t {
    font-size: 1em;
  }
  .team .team-img .word {
    line-height: 1.6em;
  }
  .team .team-count .num {
    font-size: 40px;
  }
  .team .team-count .line {
    margin-top: 10px;
    margin-bottom: 11px;
  }
  .y-tit {
    font-size: 20px;
  }
  .solution-icon-list li {
    font-size: 9px;
  }
  .solution-works li {
    width: 100%;
    float: none;
  }
  .solution-works li .text h3 {
    font-size: 18px;
  }
  .solution-works li .text p {
    font-size: 12px;
  }
  .solution-ys .a a {
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .solution-ys-pag .icon {
    width: 80px;
    height: 80px;
    margin-left: 3%;
    margin-right: 2.2%;
  }
  .solution-ys-pag .icon i {
    background-size: auto 80px;
  }
  .solution-ys-pag .icon.icon-7 i {
    background-position: -480px center;
  }
  .solution-ys-pag .icon.icon-8 i {
    background-position: -560px center;
  }
  .solution-ys-pag .icon.icon-9 i {
    background-position: -640px center;
  }
  .solution-ys-pag .icon.icon-10 i {
    background-position: -720px center;
  }
  .solution-ys-pag .icon.icon-11 i {
    background-position: -800px center;
  }
  .solution-ys-pag .icon.icon-12 i {
    background-position: -880px center;
  }
  .solution-ys-pag .icon.icon-13 i {
    background-position: -960px center;
  }
  .solution-ys-pag .icon.icon-14 i {
    background-position: -1040px center;
  }
  .solution-ys-pag .icon.icon-15 i {
    background-position: -1120px center;
  }
  .solution-ys-pag .icon.icon-16 i {
    background-position: -1200px center;
  }
  .solution-ys-pag .icon.icon-17 i {
    background-position: -1280px center;
  }
  .solution-ys-pag .icon.icon-18 i {
    background-position: -1360px center;
  }
  .solution-ys-pag .icon.icon-19 i {
    background-position: -1440px center;
  }
  .solution-ys-pag .icon.icon-20 i {
    background-position: -1520px center;
  }
  .solution-ys-pag .icon.icon-21 i {
    background-position: -1600px center;
  }
  .solution-ys-pag .icon.icon-22 i {
    background-position: -1680px center;
  }
  .solution-ys-pag .text .hide {
    height: 80px;
  }
  .server-lc .icon {
    width: 50px;
    height: 50px;
  }
  .server-lc li {
    margin-bottom: 4%;
  }
  .server-lc li h3 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .server-lc li p {
    width: 14px;
    height: 14px;
    margin-top: -8px;
  }
  .server-lc li p:after {
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    margin-left: -3.5px;
  }
  .child-nav {
    height: 40px;
    line-height: 40px;
  }
  .child-nav li {
    display: none;
  }
  .child-nav li:last-child {
    display: block;
  }
  .child-nav div {
    top: 40px;
  }
  .services-contact .wk {
    margin-top: 12%;
  }
  .services-contact .wk img {
    width: 80px;
  }
  .services-contact .wk .wk_wen {
    top: 24.24242424px;
    margin-left: 64px;
  }
  .services-contact .wk .wk_wen img {
    width: 64px;
  }
  .services-contact .time,
  .services-contact .tel {
    font-size: 9px;
  }
  .services-contact .smtext {
    font-size: 10px;
  }
  .our_services {
    display: none;
  }
  .plytext p {
    font-size: 20px;
  }
  .picture {
    font-size: 11px;
  }
  .picture .detaile {
    margin-top: -45px;
    height: 90px;
  }
  .picture h3 {
    font-size: 22px;
  }
  .picture h3 strong {
    height: 1px;
  }
  .error-404 {
    font-size: 14px;
  }
  .error-404 img {
    width: 60%;
  }
  .error-404 h3 span {
    display: block;
  }
  .error-404 h3 .hd {
    display: none;
  }
  .error-404 .btn a {
    width: 140px;
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 380px) {
  .container_parent .bate .right .chart-wrp .chart .icon {
    height: 30px;
  }
  .container_parent .bate .right .chart-wrp .chart .table {
    margin-top: 8%;
  }

  .works .navigator .fl a {
    height: 40px;
    line-height: 40px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: none!important;
  }
  .solution-list dl {
    padding-top: 5%;
  }
  .fullWrp {
    min-height: 370px;
  }
  .about-star {
    margin-top: -123px;
  }
  .about-star h3 {
    font-size: 1.4em;
    padding-top: 6%;
  }
  .about-star .year {
    margin-bottom: 14%;
    margin-top: 5%;
  }
  .about-star .year img {
    width: 200px;
  }
  .about-b {
    height: 160px;
    font-size: 7px;
  }
  .about-b h2 {
    font-size: 2.6em;
  }
  .about-b .text {
    font-size: 1.8em;
  }
  .services_list .li {
    height: 230px;
  }
  .services_list .li .wrp {
    top: 10%;
  }
  .services_list .li h3 {
    font-size: 14px;
  }
  .services_list .li p {
    font-size: 12px;
  }
  .services_list .li:hover .wrp {
    top: 12%;
  }
  .team .team-list {
    padding-bottom: 100%;
    width: 100%;
  }
  .team .team-text {
    padding-bottom: 6%;
  }
  .team .team-img .e-t {
    font-size: 1.5em;
  }
  .team .team-img .c-t {
    font-size: 1em;
  }
  .team .team-img .word {
    line-height: 1.6em;
  }
  .works-system ul {
    width: 100%;
  }
  .works-system li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .works-system li .text h1 {
    font-size: 15px;
  }
  .works-system li .more img {
    width: 1.4em;
  }
  .services-contact .tel h2 {
    font-size: 2.4em;
  }
  .services-contact .tel img {
    margin-top: 20px;
  }
  .plytext p {
    font-size: 16px;
  }
  .team .team-count .detail {
    font-size: 11px;
  }
  .team .team-count .detail .b,
  .team .team-count .detail .info {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .team .team-count .detail .info b,
  .team .team-count .detail .info p {
    white-space: normal;
  }
  .team .team-count .detail h3 span {
    display: none;
  }
  .team .team-count .detail:hover {
    width: 100%;
    height: 100%;
  }
  .picture {
    font-size: 10px;
  }
  .picture .detaile {
    margin-top: -40px;
    height: 80px;
  }
  .picture h3 {
    font-size: 18px;
  }
  .error-404 .btn a {
    width: 130px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 322px) {
  .help ul li {
    font-size: 12px;
  }
}
.animate.bate .left {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.animate.project_info .right {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.animate.h-title h1,
.case_mobile_show .animate.title h1,
.animate.h-title p,
.case_mobile_show .animate.title p {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.animate.navigator .fl {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.animate.box-btn .l {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
.animate.box-btn .r {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.animate.top-nav,
.animate.s-nav {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.trans {
  -o-transition: -o-transform 0.12s;
  -ms-transition: -ms-transform 0.12s;
  -moz-transition: -moz-transform 0.12s;
  -webkit-transition: -webkit-transform 0.12s;
  transition: -webkit-transform 0.12s;
}
.trans_ {
  -o-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}
.trans_1 {
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*-webkit-transitionDuration*/
/*linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n);*/
.ease-in {
  transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
}
.linear {
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.cubic-bezier1 {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.duration1 {
  transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.duration2 {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.duration3 {
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.duration4 {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.duration5 {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.duration6 {
  transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.duration7 {
  transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
}
.duration8 {
  transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.duration9 {
  transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
}
.duration10 {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.duration11 {
  transition-duration: 1.1s;
  -moz-transition-duration: 1.1s;
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
}
.duration12 {
  transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
}
.delay1 {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.delay2 {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.delay3 {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.delay4 {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.delay5 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.delay6 {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.delay7 {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.delay8 {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.delay9 {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.delay10 {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay11 {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
}
.delay12 {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.delay13 {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
.delay14 {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
.delay15 {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.trans_3_0 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#play_video_c,
.team .team-img .text,
#play_video_c *,
.team .team-img .text * {
  cursor: pointer;
}
.html-2018-06 .header {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.html-2018-06.open,
.html-2018-06.open body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.body-2018-06 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  z-index: 99999999999;
}
.body-2018-06 .index {
  width: 110px;
  position: fixed;
  background: #0c0d12;
  background: rgba(12, 13, 18, 0.86);
  border-left: 1px solid #575555;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.body-2018-06 .index .nv {
 background: url("aqs1.png") no-repeat left top;
  display: block;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #575555;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.body-2018-06 .index .nv.act {
  height: 220px;
}
.body-2018-06 .index .nav1 {
  background-position: 0 27px;
}
.body-2018-06 .index .nav1.act {
  background-position: 0 -98px;
}
.body-2018-06 .index .nav2 {
  background-position: -110px 24px;
}
.body-2018-06 .index .nav2.act {
  background-position: -110px -98px;
}
.body-2018-06 .index .nav3 {
  background-position: -220px 24px;
}
.body-2018-06 .index.close {
  right: -135px;
}
.body-2018-06 .index .noborder {
  border: 0;
}
.body-2018-06 .index .nobg {
  background: none;
}
.body-2018-06 .index .mouse-down {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  -o-animation: banner_loop 2s 0s infinite ease;
  -moz-animation: banner_loop 2s 0s infinite ease;
  -ms-animation: banner_loop 2s 0s infinite ease;
  -webkit-animation: banner_loop 2s 0s infinite ease;
  animation: banner_loop 2s 0s infinite ease;
  margin-top: 20px;
}
.page-2018-06 {
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}
.page-2018-06 .tit_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -215px;
  margin-top: -293px;
}
.page-2018-06 .btitbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 586px;
}
.page-2018-06 .tit {
  position: relative;
  width: 300px;
  height: 586px;
}
.page-2018-06.active .btitbg {
  position: relative;
  width: 300px;
  height: 586px;
}
.page-2018-06 .btitbgl {
  background-color: #535455;
  animation: fadeInColor 2s 2.5s;
  animation-fill-mode: none;
  animation-fill-mode: forwards;
}
.page-2018-06 .btitbg .top {
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 0px;
  top: 0px;
  right: 0px;
}
.page-2018-06 .btitbg .left {
  height: 0;
  position: absolute;
  left: 0px;
  width: 6px;
}
.page-2018-06 .btitbg .bottom {
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 0%;
  bottom: 0px;
  left: 0px;
}
.page-2018-06 .btitbg .right {
  height: 0;
  position: absolute;
  right: 0px;
  width: 6px;
  bottom: 0px;
}
.page-2018-06 .btitbg .right01 {
  height: 0;
  position: absolute;
  right: 0px;
  width: 6px;
  bottom: 490px;
}
.page-2018-06.active .tit03 {
  -webkit-animation: bounceInleft 2s;
  animation: bounceInleft 2s;
}
.page-2018-06 .tit03 {
  position: absolute;
  top: 246px;
  left: 18px;
}
.page-2018-06.active .tit01 {
  -webkit-animation: bounceInleft 1.5s;
  animation: bounceInleft 1.5s;
}
.page-2018-06 .tit01 {
  position: absolute;
  top: 22px;
  left: 38px;
}
.page-2018-06.active .tit02 {
  -webkit-animation: bounceInRight 1.5s;
  animation: bounceInRight 1.5s;
}
.page-2018-06 .tit02 {
  position: absolute;
  top: 104px;
  left: 268px;
}
.page-2018-06 .down-slide {
  width: 28px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -62px;
  -o-animation: banner_loop 2s 0s infinite ease;
  -moz-animation: banner_loop 2s 0s infinite ease;
  -ms-animation: banner_loop 2s 0s infinite ease;
  -webkit-animation: banner_loop 2s 0s infinite ease;
  animation: banner_loop 2s 0s infinite ease;
}
.page-2018-06 .down-slide img {
  display: block;
  width: 100%;
}
.page-2018-06 .down-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInleft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-130px, 0, 0);
    transform: translate3d(-130px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInleft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-130px, 0, 0);
    transform: translate3d(-130px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
