﻿﻿.my_header header {
  height: 70px;
  transition: all .3s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10003;
}
.my_header header:hover {
  background: rgba(255, 255, 255, 0.8);
}
.my_header header:hover .my_brand img:nth-child(1) {
  display: none;
}
.my_header header:hover .my_brand img:nth-child(2) {
  display: block;
}
.my_header header:hover .navbar-default .navbar-nav > li > a {
  color: #505050;
}
.my_header header:hover .navbar-default .navbar-nav > li > a:hover {
  color: #2b8fe4;
}
.my_header header:hover .caret {
  color: #505050;
}
.my_header header:hover .navbar-default .nav_r .login_btn a {
  background: #fff;
  border: 1px solid #1976c6;
  color: #1976c6;
}
.my_header header:hover .navbar-default .nav_r .login_btn a:hover {
  background: #1990ed;
  color: #fff;
}
.my_header header:hover .navbar-default .nav_r .s_btn a {
  background: #1990ed;
  color: #fff;
}
.my_header header:hover .navbar-default .nav_r .s_btn a:hover {
  color: #eee;
}
.my_header header .nav_r li {
  position: relative;
}
.my_header header .nav_r li a {
  padding: 20px 14px;
  position: relative;
  font-size: 16px;
}
@media (max-width:750px) {
  .my_header header .nav_r li a {
    padding: 0.5rem 1rem;
  }
}
.my_header header .nav_r li .dl_b {
  padding-top: 25px;
  display: none;
}
@media (max-width:750px) {
  .my_header header .nav_r li .dl_b {
    padding-top: 0;
    display: block;
  }
}
.my_header header .nav_r li dl {
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  position: absolute;
  top: 85px;
}
.my_header header .nav_r li dl i {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -10px;
  display: block;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.my_header header .nav_r li dl dt {
  text-align: center;display: block;
}
.my_header header .nav_r li dl dt a {
  color: #4a4a4a;
  font-size: 14px;
  padding: 10px;
  display: block;
}
.my_header header .nav_r li dl dt a:hover {
  color: #2b8fe4;
}
@media (max-width:750px) {
  .my_header header .nav_r li dl {
    position: relative;
    top: 0;
    padding: 0;
  }
  .my_header header .nav_r li dl dt {
    text-align: left;
    padding: 0 1rem;
  }
  .my_header header .nav_r li dl dt a {
    padding: 0.5rem 0;
  }
}
.my_header header .nav_r li:hover .dl_b {
  display: block;
}
.my_header header .nav_r li:hover .caret {
  color: #2b8fe4;
  top: 36%;
}
.my_header header .nav_r .head_btn a {
  display: inline-block;
  border-radius: 4px;
  width: 110px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  margin-left: 12px;
}
.my_header header .nav_r .login_btn a {
  border: 1px solid #fff;
  line-height: 41px;
}
.my_header header .nav_r .s_btn a {
  background: rgba(255, 255, 255, 0.9);
  color: #1976c6;
}
.my_header header .nav_r .login_l {
  margin-left: 50px;
}
@media (max-width:750px) {
  .my_header header .nav_r .login_l {
    margin-left: 0;
  }
}
.my_header header .caret {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:750px) {
  .my_header header .caret {
    top: 15px;
  }
}
.my_header header .my_brand img:nth-child(2) {
  display: none;
}
@media (max-width:750px) {
  .my_header header {
    height: auto;
  }
}
@media (max-width:750px) {
  .navbar-brand img {
    height: 35px;
  }
  .navbar-nav {
    background: #fff;
  }
}
.head_pic {
  color: #fff;
  position: relative;
}
.head_pic .head_pic_cen {
  color: #fff;
  text-align: center;
  width: 1136px;
}
.head_pic .head_pic_cen h3 {
  font-size: 56px;
}
.head_pic .head_pic_cen .head_hr {
  height: 1px;
  background: #fff;
  max-width: 780px;
  margin: 15px auto;
}
.head_pic .head_pic_cen p {
  font-size: 22px;
  margin: 15px auto 50px;
}
.head_pic .head_pic_cen a {
  padding: 8px 60px;
  font-size: 24px;
}
@media (max-width:1136px) {
  .head_pic .head_pic_cen {
    width: 100%;
  }
  .head_pic .head_pic_cen h3 {
    font-size: 3rem;
  }
}
@media (max-width:750px) {
  .head_pic .head_pic_cen {
    padding: 0 1rem;
  }
  .head_pic .head_pic_cen h3 {
    font-size: 1.5rem;
  }
  .head_pic .head_pic_cen p {
    font-size: 1.2rem;
    margin: 0.6rem auto 1rem;
  }
  .head_pic .head_pic_cen a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
}

.cen {
  width: 1200px;
  margin: 0 auto;
}

@media(max-width:1280px){
  .cen{
    width: 100%;
  }
  .my_header header .nav_r li a{
    padding:20px 6px;
  }
}

.sel_language {
  margin-top: 14px;
  margin-left: 10px;
}

.fl{
  float: left;
}
.fr{
  float: right;
}

.head_phone {
  float: right;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 12px;margin-left: 12px;margin-right: 10px;
}
.head_phone .head_phone_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.head_phone p {
  display: inline-block;
  color: #0764ff;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 0;
}

em,i{font-style: normal;}
.sel_a a{color:#fff;}
*{font-family: "Microsoft YaHei";}
.my_header header dt{font-weight: normal;}
.my_header header li,.my_header header ul{margin:0;}

.footer {
  background: #f6f6f6;
  overflow: hidden;position: relative;z-index: 100001;
}
.footer .cen {
  margin: 20px auto;
}
@media (max-width:750px) {
  .footer .cen {
    margin: 1.5rem auto;
  }
}
.footer .footer_b .foot_7 {
  border-right: 1px solid #e5e5e5;
  float: left;
}
.footer .footer_b .foot_7 h4 {
  color: #0084eb;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.footer .footer_b .foot_7 p {
  margin-bottom: 3px;
}
.footer .footer_b .foot_7 p a {
  color: #999ea1;
  font-size: 14px;
}
.footer .footer_b .foot_7 li {
  float: left;
  margin-right: 52px;
}
.footer .footer_b .foot_5 {
  float: left;
  padding: 0 38px;
}
.footer .footer_b .foot_5 .code_bg {
  background: #fff;
  padding: 14px;
  float: left;
}
.footer .footer_b .foot_5 .code_bg img {
  max-width: 128px;
}
.footer .footer_b .foot_5 ul {
  float: left;
  margin-left: 24px;
}
.footer .footer_b .foot_5 ul li {
  margin-top: 10px;list-style: none;
}
.footer .footer_b .foot_5 ul li p {
  color: #0084eb;
  font-size: 18px;
}
.footer li{list-style: none;}
@media (max-width:1080px) {
  .footer .footer_b {
    padding: 0 1rem;
  }
  .footer .footer_b .foot_7 {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
    border-right: none;
  }
  .footer .footer_b .foot_7 li {
    width: 25%;
    margin-right: 0;
  }
  .footer .footer_b .foot_7:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer .footer_b .foot_5 {
    float: none;
    padding: 0;
  }
  .footer .footer_b .foot_5:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (max-width:750px) {
  .footer .footer_b .foot_7 h4 {
    font-size: 1.5rem;
  }
  .footer .footer_b .foot_7 li {
    width: 50%;
  }
  .footer .footer_b .foot_5 ul {
    margin-left: 1rem;
  }
}
.foot_b {
  background: #f6f6f6;position: relative;z-index: 10001;
  border-top: 1px solid #d9d9d9;
  padding: 16px 0;
}
.foot_b p {
  margin-bottom: 0;
  color: #bbb;
  font-size: 12px;
  text-align: center;
}
.foot_b p a {
  color: #bbb;
}

.foot_b {
  background: #f6f6f6;
  border-top: 1px solid #d9d9d9;
  padding: 16px 0;
}
.foot_b p {
  margin-bottom: 0;
  color: #bbb;
  font-size: 12px;
  text-align: center;
}
.foot_b p a {
  color: #bbb;
}
@media (max-width:750px) {
  .foot_b .cen {
    padding: 0 1rem;
  }
}
.hotKeyword {
  width: 100%;
  text-align: center;
}
.hotKeyword ul {
  width: 100%;
  padding-bottom: 10px;
}
.foot_b li{list-style: none;}
.hotKeyword li {
  float: left;
  padding: 0 8px;
}
.hotKeyword li a{color:#666;}

.contact_us {
  background: url(../images/con_bg.jpg) no-repeat center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;background-size: cover;
}
.contact_us .con_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 132, 235, 0.9);
}
.contact_us .cen {
  position: relative;
  z-index: 2;
}
.contact_us .contact_box {
  width: 490px;
  float: left;
}
.contact_us .contact_box input, .contact_us .contact_box textarea {
  border: 1px solid #fff;
  padding: 2px 5px;
  border-radius: 4px;
  width: 100%;
  background: none;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.contact_us .contact_box input::-webkit-input-placeholder, .contact_us .contact_box textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.contact_us .contact_box button {
  background: #f3fbff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  color: #0084eb;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}
.contact_us .contact_box input {
  height: 80px;
  line-height: 50px;
}
.contact_us .contact_box textarea {
  -webkit-appearance: none;
  height: 150px;
}
.contact_us iframe {
  float: right;
  width: 553px;
  height: 294px;
}
.contact_us .w_title_white {
  margin-bottom: 50px;
}
@media (max-width:1080px) {
  .contact_us {
    padding: 0 1rem;
  }
  .contact_us .contact_box {
    float: none;
    margin-bottom: 1rem;
  }
  .contact_us iframe {
    float: none;
  }
}

@media (max-width:750px) {
  .contact_us .contact_box, .contact_us iframe {
    width: 100%;
  }
  .contact_us .w_title_white {
    margin-bottom: 1rem;
  }
}

.contact_us1 {
  padding-top: 30px;
}

.contact_inf {
  color: #fff;
  margin-left: 90px;
}
.contact_inf h3 {
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;color:#fff;
}
.contact_inf p {
  margin-bottom: 5px;
  font-size: 14px;
}
.contact_inf .contact_inf_b {
  margin-bottom: 30px;
  float: left;
  margin-left: 90px;
}
@media (max-width:750px) {
  .contact_inf {
    margin-left: 0;
  }
}

.w_title {
  color: #333;
  font-size: 48px;
  text-align: center;
  margin: 60px auto;
}
@media (max-width:1400px) {
  .w_title {
    font-size: 2rem;
  }
}

.w_title2 i {
    width: 56px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 15px auto;}
@media (max-width:750px) {
  .w_title {
    font-size: 1.5rem;
    margin: 1rem auto;
  }
}

.w_title_white2 {
    color: #fff;
}

.w_title2{
  
}

.my_header .in_head_bg {
  background: #0764ff;position: fixed;top:0;left:0;z-index: 101002;width: 100%;
}

.animate-fadein{opacity: 1;}


.has_pass_country{
  background: #f6f6f6;overflow: hidden;padding-bottom: 50px;padding-top: 10px;
}
.has_pass_country p{
  line-height: 2.2em;

}

.has_pass_country a{
    font-size: 16px;color:#666;display: inline-block;margin:0 12px;
}

.w_title3{
  color:#666;
}

.w_title3 i{background: #666;}

.has_experience{
  background: #fff;padding-bottom: 60px;padding-top: 20px;
}



.has_experience li{
 float: left;

}

.exp_img{
  overflow: hidden;width: 100%; width: 310px;height: 220px;margin:0 auto;border-radius: 2px;
}

.exp_img img{display: block;width: 100%;transition:all .3s;height: 100%;}

.has_experience li p{color:#666;font-size: 14px;text-align: center;position: relative;margin:10px auto 25px;}
.has_experience ul{margin:0;margin-left: -10px;margin-right: -10px;}

.has_experience li{list-style: none;width: 25%;float: left;margin:0;}

.has_experience li:hover .exp_img img{transform:scale(1.2,1.2);}
.has_experience ul{margin-top: 60px;}

.ser_type{
  background: #fff;padding:30px 0 60px;overflow: hidden;
}
li{list-style: none;}
.ser_type ul{margin:0;}
.ser_type li{width: 25%;text-align: center;float: left;margin:0;padding:15px 0 36px;}
.ser_type li h1{color:#333;font-size: 18px;font-weight: bold;margin-top: 20px;}

.ser_type li p{color:rgba(75, 75, 75, 0.76);font-size: 14px;margin-top: 25px;max-width: 70%;display: inline-block;}
@media(max-width:750px){
  .has_experience li{
    width: 50%;
  } 
  .has_experience{
    overflow: hidden;padding-bottom: 30px;
  }
  .has_experience ul{
    margin:20px 0;padding:0 10px;margin-left: -1%;margin-right: -1%;
  }
  .exp_img{
    width: 98%;height: 120px;
  }
  .ser_type li{
    width: 50%;
  }
  .contact_inf .contact_inf_b{
    margin-left: 0;
  }
  .my_header header .nav_r li a{
    padding:10px 6px;
  }
  
  .ser_type li img{
    width: 80px;
  }
  .w_title{
    font-size: 20px;
  }
}

.my_header header .nav_r li dl dt a{
  white-space: nowrap;
}

header .cen,.in_header .cen{
  width: 1360px;
}
.nav{width: 80%;}
@media(max-width:1400px){
  header .cen,.in_header .cen{
    width: 100%;
  }
  .nav{width: auto;}
}
.sel_a a{width: 100%;}

.sel_language{width: 136px;}

.type_icon_1{
  height: 90px;line-height: 90px;text-align: center;
}

.type_icon_1 img{
  vertical-align: middle;
}

.type_icon_1 .icon1_2{
  display: none;
}
.ser_type li{transition:all .3s;}
.ser_type li:hover{
  background:url(../images/adv_bg.jpg) no-repeat center center;overflow: hidden;background-size: cover;
}

.ser_type li:hover h1{color:#fff;}
.ser_type li:hover .icon1_1{display: none;}
.ser_type li:hover .icon1_2{display: inline-block;}

.show_fun{
  background:#f9f9f9;overflow: hidden;padding-bottom: 60px;
}

.fun_c_img{
  position: relative;display: none;
}

.fun_c_pos{
  display: block;margin:0 auto;
}

.fun_small_pic{
  position: absolute;width: 601px;height: 342px;top:30px;left:50%;transform:translateX(-50%);z-index: 3;background:#010102;margin-left: 2px;
}

.fun_small_pic img{display: block;height: 100%;width: 100%;}

.fun_t_line{
  width: 100%;height:1px;background:#eee;
}

.fun_line_icon{
  width: 16.6%;float: left;position: relative;height: 1px;
}



.fun_line_icon img{
  position: absolute;left:50%;bottom:-8px;z-index: 2;transform:translateX(-50%);display: none;
}

.fun_line_cur img{
  display: block;
}

.fun_line_cur{
  background:#0764ff;
}

.fun_t_tab{
  float: left;width: 16.6%;text-align: center;padding:30px 0;cursor: pointer;
}

.f_icon1_1{
  display: none;
}

.t_tab_icon{
  height: 88px;line-height: 88px;
}

.t_tab_icon img{
  vertical-align: middle;
}
.fun_t_tab p{color:#666;font-size: 14px;}

.fun_t_tab_cur .f_icon1{
  display: none;
}

.fun_t_tab_cur .f_icon1_1{display: inline-block;}

.fun_current{
  display: block;
}

.slide-panel{
    width: 1200px;
    margin: 0 auto;
    height: 350px;
    padding-bottom: 80px;
}
.inner-panel{
    float: left;
    width:150px;
    overflow: hidden;
    height: 350px;
    position: relative;
}
.mover-panel{
    width: 150px;
}
.before-show{
    width: 150px;
    height: 350px;
    float: left;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
}
.before-show img{
    display: block;
    margin: 0px auto;
    margin-top: 130px;
    width: 54px;
}
.before-show p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 12px;
}
.after-show{
    width: 150px;
    height: 350px;
    float: left;
    display: none;
    background: #2677ff;
    position: relative;
}
.after-show h3{
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 48px;
    font-size: 18px;
}
.after-show p{
    color: #fff;
    margin-top: 24px;
    font-size: 14px;
    padding:0px 12px;
    text-align: left;
}
.after-show a{
    width: 72px;
    height: 20px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: 36px;
    margin-left: -36px;
}
.mover-img{
    width: 300px;
    float: left;
    height: 350px;
    overflow: hidden;
    position: absolute;
    left: 150px;
    top: 0px;
}
.mover-img img{
    width:300px;
}
/*鍚堝姏淇濋殰*/
.ensure{
    width: 100%;
    padding-bottom: 80px;
    background: #f7f8fa;
}
.ensure-box{
    width: 940px;
    margin: 0 auto;
    height: 320px;
}
.ensure-con{
    width: 300px;
    height: 320px;
    float: left;
    margin-left: 20px;
    background: #fff;
    border-radius: 4px;
}
.ensure-con:hover{
    box-shadow: 0px 0px 10px rgba(346,80,92,0.5);
    transition: all 0.25s ease-out;
    transform: translateY(-15px);
}
.ensure-con:first-child{
    margin-left: 0px;
}
.ensure-con img{
    display: block;
    margin: 28px auto;
    height: 105px;
}
.ensure-con h3{
    text-align: center;
    font-weight: 500;
    font-size:22px;
    padding-top: 20px;
    padding-bottom: 16px;
}
.ensure-con p{
    text-align: center;
    color: #999;
    font-size: 14px;
}


.soul{
  padding-bottom: 110px;padding-top: 40px;
}

.inner_cur{
  width: 450px;
}
.before-show{display: block;}
.inner_cur .after-show{display: block;}

.inner_cur .before-show{display: none;}

.conten .server{
  padding-top: 60px;
  background:linear-gradient(180deg,rgba(250,251,252,1) 0%,rgba(253,254,254,1) 100%);
}

.conten h3{
  height:48px;
  font-size:34px;
  font-weight:400;
  text-align: center;
  color:rgba(39,48,69,1);
  line-height:48px;
}
.conten p.legend{
  height:26px;
  font-size:18px;
  color:rgba(89,101,128,1);
  line-height:26px;
  margin-top: 20px;
  text-align: center;
}
.conten .matrix{
  padding: 120px 0;
}
.conten .server ul,
.conten .channel ul,
.conten .matrix ul{
  width: 1100px;
  margin: 0 auto;
}
.conten .matrix ul{
  margin-top: 80px; 
}
.conten .matrix ul li{
  float: left;
  width: 348px;
  box-shadow:0px 1px 12px 0px rgba(230,230,230,0.5);
  margin-left: 22px;
  border-radius: 6px;
  background: #FFFFFF;
}
.conten .matrix ul li.one{
  margin-left: 0;
}
.conten .matrix ul li .wrap_text{
  border-radius:0 0 6px 6px;
  border:2px solid rgba(241,243,245,1);
  border-top: none;
  padding-top: 40px;
}
.conten .matrix ul li .border{
  height:8px;
  background:rgba(0,175,131,1);
  border-radius:5px 5px 0px 0px;
}
.conten .matrix ul li h4{
  height:34px;
  font-size:24px;
  font-weight:400;
  color:rgba(39,48,69,1);
  line-height:34px;
  text-align: center;
  margin-bottom:46px;
}
.conten .matrix ul li .wrap_top{
  height: 180px;
}
.conten .matrix ul li .wrap_href{
  padding: 0 26px;
}
.conten .matrix ul li .top_two .wrap_href{
  padding: 0 58px;
}
.conten .matrix ul li .top_three .wrap_href{
  padding: 0 40px;
}
.conten .matrix ul li div.two{
  margin-top: 18px;
}
.conten .matrix ul li .wrap_href a{
  padding: 6px 8px;
  color: #596580;
  font-size: 16px;
  float: left;
  line-height: 16px;
}

.conten .server .wrap_bot{
  background: url('../images/server_bg.png') no-repeat 0 bottom;
  background-size: 100% 100%;
  margin-top: 60px;
}
.conten .server ul.top{
  margin-top: 80px;
}
.conten .server ul.top li{
  text-align: center;
}
.conten .server ul.top li.li_two{
  margin-left: 252px;
}
.conten .server ul.top li h4{
  height:34px;
  font-size:24px;
  font-weight:400;
  color:rgba(39,48,69,1);
  line-height:34px;
  margin: 30px 0 10px;
}
.conten .server ul.top li p{
  height:26px;
  font-size:16px;
  color:rgba(89,101,128,1);
  line-height:26px;
}
.conten .server ul.top li img{
  width: 67px;
  height: 64px;
}
.conten .server ul.bottom{
  padding: 140px 0 86px;
}
.conten .server ul.bottom li{
  float: left;
  margin-left: 86px;
}
.conten .server ul.bottom li.li_one{
  margin-left: 0;
}
.conten .server ul.bottom li .wrap_circle{
  width: 138px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.conten .server ul.bottom li .wrap_circle .circle{
  height: 100px;
  padding-top: 32px;
  position: absolute;
  top: 0;
  border-radius: 50%;
  color:#0046af;
  text-align: center;
  font-size: 16px;
  width: 100%;
  left: 0;
}
.conten .server ul.bottom li .wrap_circle .mod-ring {
    transition: stroke-dasharray 0.6s linear 0.2s;
    -webkit-transition: stroke-dasharray 0.6s linear 0.2s;
    -moz-transition: stroke-dasharray 0.6s linear 0.2s;
    -ms-transition: stroke-dasharray 0.6s linear 0.2s;
}
.conten .server ul.bottom li .circle p{
  line-height: 24px;
}
.conten .server ul.bottom li p.wrap_num{
  line-height:54px;
  width: 68px;
  padding-right: 68px;
  position: relative;
  text-align: right;
  height: 54px;
  font-size:38px;
  box-sizing: content-box;
  font-weight:500;
  margin-bottom: 6px;
}
.conten .server ul.bottom li.li_two p.wrap_num{
  margin-left: 16px;
}
.conten .server ul.bottom li.li_three p.wrap_num{
  margin-left: 24px;
}
.conten .server ul.bottom li.li_four p.wrap_num{
  margin-left: 10px;
}
.conten .server ul.bottom li p.wrap_num:after{
  content: "+";
  font-size: 20px;
  color:#0046af;
  line-height:20px;
  position: absolute;
  top: 0;
  left: 74px;
}
.conten .server ul.bottom li p.wrap_num:before{
  content: "万";
  font-size:16px;
  color:#0046af;
  line-height:20px;
  position: absolute;
  top: 24px;
  left: 78px;
}
.conten .server ul.bottom li p.truct{
  height:26px;
  font-size:16px;
  color:rgba(89,101,128,1);
  line-height:26px;
  margin-top: 28px;
}

.conten .server ul.top li{
  text-align: center;
}
.conten .server ul.top li.li_two{
  margin-left: 252px;
}
.conten .server ul.top li h4{
  height:34px;
  font-size:24px;
  font-weight:400;
  color:rgba(39,48,69,1);
  line-height:34px;
  margin: 30px 0 10px;
}
.conten .server ul.top li p{
  height:26px;
  font-size:16px;
  color:rgba(89,101,128,1);
  line-height:26px;
}


.company_b li{
  width: 25%;text-align: center;float: left;margin:0;line-height: 80px;height: 80px;margin:36px 0;
 
}

.company_b{
  padding:30px 0 70px;
}

.company_b li a{display: inline-block;border-left:1px solid #ddd;width: 100%;}

.company_b li img{vertical-align: middle;display: inline-block;}

.company_b li:nth-child(4n-3) a{border-left: none;}
.swip_cen{
  position: absolute;z-index: 10;top:50%;transform:translate(-50%,-50%);width: 1330px;left:50%;text-align: left;
}

.swip_cen p{color:#fff;font-size: 42px;}
.swip_cen a em,.swip_cen a img{
  display: inline-block;vertical-align: middle;
}
.swip_cen a em{font-size: 18px;padding-right: 4px;}

.swip_cen a{border:1px solid #fff;display: inline-block;border-radius: 30px;padding:15px 30px;margin-top: 20px;}

@media(max-width:1330px){
  .swip_cen{
    width: 100%;
  }
}
@media(max-width:750px){
  .ser_type li img{
    width: 60px;
  }
  .swip_cen p{font-size: 12px;margin-bottom: 2px;}
  .swip_cen{left:20px;transform:translateX(0);}
  .ser_type li h1{
    font-size: 16px;
  }

  .swip_cen a{
    padding:2px 10px;margin-top: 3px;
  }

  .swip_cen a em{font-size: 12px;padding-right: 2px;}

  .fun_content{
    width: 360px;margin:0 auto;
  }
  .fun_small_pic{
    width: 200px;height: 114px;top:10px;margin-left:1px;
  }
  .fun_t_tab{
    width: 25%;padding:10px 0;
  }

  .t_tab_icon{
    line-height: 70px;height: 70px;
  }
  .t_tab_icon img{
    height: 40px;
  }
  .ser_type{
    padding:20px 0;
  }

  .slide-panel{
    width: 100%;padding:0 10px;
  }

  .inner_cur{
    width: 100%;
  }
  .inner-panel{
    width: 100%;float: none;
  }

  .slide-panel{
    height: auto;
  }
  .soul{
    padding-bottom: 30px;padding-top: 20px;
  }
  .conten .server ul, .conten .channel ul, .conten .matrix ul{
    width: 100%;
  }

  .conten .server ul.top li{
    width: 100%;margin:20px 0;
  }
  .conten .server ul.top li.li_two{
    margin:0;
  }

  .conten .server ul.bottom{
    padding: 40px 0;
  }

  .conten .server ul.bottom li.li_one{
    float: none;width: 100%;margin:3s0px 0;
  }

  .conten .server ul.bottom li p.truct{
    text-align: center;
  }

  .company_b li{
    width: 50%;margin:20px auto;
  }

  .conten .server .wrap_bot{
    background-size: 100% 10px;
  }

  .company_b li:nth-child(2n-1) a{
    border-left: none;
  }
}
.swiper-slide  img{width:100%;display:block;}
.swiper_big{
	margin-top:40px;height: 500px;
}

.swiper-abs{
	position: absolute;width:1200px;left:50%;transform: translate(-50%,-50%);top:50%;max-width:100%;
}
.swiper-abs h3{
	font-weight: 700;
	    font-size: 40px;
	    line-height: 50px;
	    color: #252b3a;
}
.swiper-abs p{
	font-size: 18px;
	    line-height: 22px;
	    color: #252b3a;margin:12px 0 40px 0;
}
.swiper-abs span{
	height: 40px;
	    font-size: 14px;
	    line-height: 38px;
	    border-radius: 2px;
	    padding-left: 32px;
	    padding-right: 32px;background-color: #c7000b;
    border-color: #c7000b;
    color: #fff;display:inline-block;
}
.swiper-abs span:hover{
	background:#d64a52;cursor: pointer;
}

#product-structure .title {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 50px;
    margin: 65px 0 55px
}

#product-structure .detail {
    padding-bottom: 55px;
    width: 1108px;max-width:100%;
    /*height: 67px;*/
    /*font-size: 18px;*/
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    /*font-weight: 400;*/
    /*color: #333333;*/
    /*line-height: 30px;*/
    /*text-align: center;*/
    margin: 0 auto;
}

#product-structure img {
    max-width: 100%;
    /*display: block;*/
    /*width: 1200px;*/
    /*margin: 0 auto 70px*/
}

#function {
    width: 100%;
    background: #F7F8FA;
    padding-bottom: 80px
}


.v6-section.product-v6-advantage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.v6-section.product-v6-advantage.v6-section-merge-spacing {
    padding-top: 0
}

.v6-section.product-v6-advantage.v6-section.product-v6-advantage.v6-section-merge-spacing-bottom {
    padding-bottom: 0
}

.v6-section.product-v6-advantage .por-section-head.algin-left {
    text-align: left
}

.v6-section.product-v6-advantage .por-section-head.mb {
    display: none
}

.por-section-head {
    padding-bottom: 32px;
    font-size: 0;
    text-align: center
}

.por-section-title {
    display: inline-block;
    position: relative;
    padding-left: 42px;
    padding-right: 42px;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a
}

.por-section-title[data-theme=light] {
    color: #fff
}

.por-section-title .por-section-title-ornament-left,.por-section-title .por-section-title-ornament-right {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: cover
}

.por-section-title .por-section-title-ornament-left {
    left: 0
}

.por-section-title .por-section-title-ornament-right {
    right: 0
}

.por-section-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #575d6c;
    width: 100%
}
.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .caption {
    color: #252b3a;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    -webkit-transition: none;
    transition: none
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .caption span {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    vertical-align: middle
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .caption i {
    display: none
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .label-icon {
    line-height: 16px;
    margin-left: 5px
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .copywriting-pc {
    text-align: left
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .btn-box {
    margin-top: 8px;
    text-align: left
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .text-btn {
    color: #5e7ce0;
    font-size: 14px
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .text-btn .u-icon-more {
    margin-left: 8px;
    -webkit-transition: .2s;
    transition: .2s
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .text-btn:hover .u-icon-more {
    margin-left: 12px
}

.v6-section.product-v6-advantage .product-layer .product-v6-content-container {
    background: #f5f5f6;
    overflow: hidden;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab.advDropdown {
    cursor: pointer
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab.advDropdown .caption i {
    display: inline-block;
    font-size: 12px;
    margin-left: 1px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    vertical-align: middle
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab.advDropdown.active .caption {
    color: #c7000b
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab.advDropdown.active .caption i {
    border-top-color: #c7000b;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}
.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab {
    float: left;
    margin: 8px;
    padding: 24px 40px 24px 84px;
    position: relative
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .highScreenEffect-changeBox .u-icon-down {
    display: none;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab em {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 60px;
    left: 0;
    position: absolute;
    top: 24px;
    vertical-align: middle;
    width: 60px
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab p {
    padding: 0;
    text-align: left
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .caption {
    color: #252b3a;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    -webkit-transition: none;
    transition: none
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .caption span {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    vertical-align: middle
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .caption i {
    display: none
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .label-icon {
    line-height: 16px;
    margin-left: 5px
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .copywriting-pc {
    text-align: left
}

.v6-section.product-v6-advantage .product-layer .product-v6-tabs .product-tab .btn-box {
    margin-top: 8px;
    text-align: left
}
.v6-section.product-v6-advantage .product-layer .product-v6-tabs {
    margin: -8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}
.v6-section.product-v6-advantage .v6-section-body .product-tab {
    width: 100%
}

.v6-section.product-v6-advantage .v6-section-body.v6-section-body-cols2 .product-tab {
    width: calc(50% - 16.5px)
}

.v6-section.product-v6-advantage .v6-section-body.v6-section-body-cols3 .product-tab {
    width: calc(33.33333% - 16.33333px)
}

#section-2{
	background: #f5f5f6;
}

.por-section[data-bg=grey] {
    background: #f5f5f6
}
.por-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
[data-component-name=serviceCard] .por-row [class^=por-col-] {
    padding: 8px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.por-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.por-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
data-component-name=serviceCard] .service-card {
    background-position: top;
    background-size: cover;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.06);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.06);
    height: 242px;
    position: relative
}
 [data-component-name=serviceCard] .por-container {
        padding:0 5%
    }
[data-component-name=serviceCard] .service-card {
    background-position: top;
    background-size: cover;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.06);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.06);
    height: 242px;
    position: relative
}
[data-component-name=serviceCard] .service-card .service-card-mask {
    border-radius: 16px;
    height: 100%;
    padding: 194px 24px 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}
[data-component-name=serviceCard] .service-card .info-caption {
        font-size: 14px;
        line-height: 16px
    }

   

    [data-component-name=serviceCard] .service-card .service-card-button {
        height: 32px;
        margin-top: 24px
    }

    [data-component-name=serviceCard] .service-card .service-card-button a {
        font-size: 12px;
        height: 32px;
        line-height: 30px
    }

    [data-component-name=serviceCard] .service-card:hover .service-card-mask {
        padding-top: 69px
    }
[data-component-name=serviceCard] .service-card .service-card-mask {
    border-radius: 16px;
    height: 100%;
    padding: 194px 24px 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

[data-component-name=serviceCard] .service-card .service-card-content {
    height: 100%;
    overflow: hidden
}


[data-component-name=serviceCard] .service-card .info-caption {
    color: #fff;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-component-name=serviceCard] .service-card .info-description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 8px;
    overflow: hidden
}

[data-component-name=serviceCard] .service-card .service-card-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 48px
}

[data-component-name=serviceCard] .service-card a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px
}

[data-component-name=serviceCard] .service-card .service-card-button>a:nth-child(2) {
    margin-left: 12px
}

[data-component-name=serviceCard] .service-card .service-card-button a:hover {
    background: #fff;
    color: #191919
}

[data-component-name=serviceCard] .service-card:hover .service-card-mask {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0,0,0,.5);
    padding-top: 48px
}


.case {
    margin: 0 auto;
    /*width: 1375px*/
}

.case .desc {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center
}

.case .desc .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 38px;
}

.case .desc .title span {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ff9900;
    line-height: 50px
}

.case .desc .but {
    width: 106px;
    height: 34px;
    margin: 20px auto 40px
}

.case .desc .but a {
    font-size: 20px;
    color: #0046DC
}

.case .home-desc {
    padding-top: 50px;
    padding-bottom: 0
}

.case .home-desc .but {
    margin: 16px auto 38px
}

.case .swiper {
    overflow: hidden;
    display: flex;
    margin-bottom: 40px;
}

.case .swiper .swiper-button-left {
    height: 480px;
    /*float: left;*/
    position: relative;
    margin-right: 90px
}

.case .swiper .swiper-button-right {
    height: 480px;
    position: relative;
    margin-left: 90px
}

.case .swiper .swiper-button-next,
.case .swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 17px;
    z-index: 10;
    cursor: pointer;
    background-size: 10px 17px;
    background-position: center;
    background-repeat: no-repeat
}
.case .swiper .swiper-button-next{
    background-image: url('../images/swiper-button-next.svg');
}
.case .swiper .swiper-button-prev {
    background-image: url('../images/swiper-button-prev.svg');
}


.case .swiper .swiper-slide-home .case-bottom .customer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: .5px solid rgba(120, 130, 151, 0.4);
    overflow: hidden
}


.case .swiper .swiper-slide-home .case-bottom .customer .info {
    float: left
}

.case .swiper .swiper-slide-home .case-bottom .customer .info .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 12px;
}

.case .swiper .swiper-slide-home .case-bottom .customer .info .position {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #ccc
}

.case .swiper .swiper-slide-home .last {
    text-align: left;
    margin-left: 28px
}

.case .swiper .swiper-slide-other {
    font-size: 18px;
    width: 580px;
    height: 460px;
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(0, 83, 253, 0.1);
    border-radius: 6px
}

.case .swiper .swiper-slide-other .nomrl img:nth-child(1) {
    width: 580px;
    height: 228px
}

.case .swiper .swiper-slide-other .nomrl img:nth-child(2) {
    margin: 17px 0px 14px 28px;
    height: 36px
}

.case .swiper .swiper-slide-other a:hover {
    color: #ff9900 !important
}

.case .swiper .swiper-slide-other .case-bottom {
    text-align: left;
    margin-left: 28px
}

.case .swiper .swiper-slide-other .case-bottom .title {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    margin-bottom: 3px
}

.case .swiper .swiper-slide-other .case-bottom .title a {
    color: #000000
}

.case .swiper .swiper-slide-other .case-bottom .title a:hover {
    color: #ff9900
}

.case .swiper .swiper-slide-other .case-bottom p {
    height: 45px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #788297;
    line-height: 21px;
    width: 445px
}

.case .swiper .swiper-slide-other .case-bottom .detail {
    margin-top: 30px
}

.case .swiper .swiper-slide-other .case-bottom .detail .detail-a {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px
}

.case .swiper .swiper-slide-other .last {
    text-align: left;
    margin-left: 28px
}

.case .swiper .placeholder .add {
    cursor: pointer;
    width: 100px;
    height: 100px
}

.case .swiper .placeholder .add-home {
    position: absolute;
    top: 166px;
    left: 146px
}

.case .swiper .placeholder .add-other {
    position: absolute;
    top: 190px;
    left: 256px
}

.case .swiper .placeholder .last {
    text-align: center;
    margin-top: 70px
}

.case .swiper .placeholder .last .detail-last {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 25px
}

.case .swiper .placeholder .last a:hover {
    color: #ff9900 !important
}

.case-bottom {
    padding-bottom: 90px
}
.case .swiper .swiper-slide-home .case-bottom .text {
    height: 75px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}
.case .swiper .swiper-slide-home .nomrl img:nth-child(1) {
    width: 382px;
    height: 214px;
    margin-bottom: 28px;
}


.case .swiper .swiper-slide-home .case-bottom .customer img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 8px;
    border-radius: 50%
}

.swiper-my-case .swiper-pagination-bullet{
	width: 8px;
	    height: 8px;
	    display: inline-block;
	    border-radius: 100%;
	    background: #000;
	    opacity: .2;
	
}
.case .swiper .swiper-container{
	height:525px;max-width:1200px;
}
.swiper-my-case .swiper-pagination-bullet-active{
    background: #ff9900!important;opacity: 1;border:1px solid #ff9900;
}

.case .swiper .swiper-container .swiper-pagination{
	bottom:20px !important;position:absolute;
}

#footer-new {
    background: #f6f6f6;
    color: #fff;
    width: 100%;
    min-width: 1200px
}

#footer-new .main-content {
    width: 1200px;
    margin: 0 auto
}

#footer-new .specialty-list {
    border-bottom: 1px solid rgba(120, 130, 151, 0.4);
    padding-top: 33px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between
}

#footer-new .specialty-list .specialty-item img {
    width: 36px;
    height: 36px;
    display: block;
    float: left
}

#footer-new .specialty-list .specialty-item .synopsis {
    margin-left: 10px;
    float: left;
    height: 33px
}

#footer-new .specialty-list .specialty-item .synopsis p {
    font-size: 16px;
    line-height: 20px
}

#footer-new .specialty-list .specialty-item .synopsis .p1 {
    font-weight: 600;
    color: #666666
}

#footer-new .specialty-list .specialty-item .synopsis .p2 {
    color: #666666
}

#footer-new .about-company {
    padding-top: 49px;
    border-bottom: 1px solid rgba(120, 130, 151, 0.4);
    padding-bottom: 50px;
    position: relative;
}

#footer-new .company-business {
    float: left;
    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between
}

#footer-new .company-business h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #333333;
    padding-bottom: 19px
}
.gcls{
	font-size:36px;
}
.case .swiper .swiper-slide-home{
		font-size: 18px;
		    width: 382px;
		    height: 480px;
		    background-color: #fff;
		    box-shadow: 0 4px 30px #eee;
		    border-radius: 6px;
		
	}
	.case .swiper .swiper-slide-home .case-bottom{
		text-align: left;
		    margin-left: 28px;
		    margin-right: 28px;
		    cursor: pointer;
	}
@media(max-width:750px){
	.swiper-abs{
		left:10px;transform: translate(0,10px);top:0;
	}
	.swiper-abs h3{
		font-size:20px;
	}
	.swiper-abs p{
		font-size:14px;margin:5px auto 10px;
	}
	.swiper_big{
		height:200px;
	}
	#product-structure .title{
		font-size:20px;margin:20px auto;
	}
	#product-structure .detail{
		padding:0 10px;
	}
	.gcls{
		font-size:20px;
	}
	.v6-section.product-v6-advantage .v6-section-body.v6-section-body-cols3 .product-tab{
		width:100%;padding-top:10px;padding-bottom: 10px;
	}
	.v6-section.product-v6-advantage .product-layer .product-v6-tabs{
		margin:0;
	}
	.por-section-title{
		font-size:20px;
	}
	.por-tab-wrapper .por-col-6{
		max-width:100%;width:100%;flex:none;
	}
	[data-component-name=serviceCard] .service-card .service-card-mask{
		padding-top:130px;background: rgba(0,0,0,.3);
	}
	[data-component-name=serviceCard] .service-card:hover .service-card-mask{
		padding-top:130px;background:none;backdrop-filter:none;
	}
	#footer-new{
		max-width: 100%;min-width: 100px;
	}
	#footer-new .main-content{
		width:100%;
	}
	#footer-new .specialty-list{
		width:100%;overflow: hidden;height: auto;display:block;padding:20px 15px;
	}
	#footer-new .specialty-list .specialty-item{
		width:100%;height:80px;
	}
	.case .desc .title{
		font-size: 20px;margin-bottom: 20px;
	}
	
	.case .swiper .swiper-slide-home .case-bottom .customer .info .name{
		font-size:18px;
	}
	.case .swiper .swiper-slide-home .case-bottom .customer img{
		width:60px;height:60px;
	}
	.case .swiper .swiper-slide-home .nomrl img:nth-child(1){
		height:auto;
	}
	.case .swiper .swiper-container{
		height:450px;
	}
	.case .desc{
		padding-top:30px;
	}
	.case .swiper .swiper-button-left{
		height:400px;
	}
	.case .swiper .swiper-button-right{
		height:400px;
	}
	.case .swiper .swiper-slide-home .case-bottom .text{
		height:90px;
	}
	.nav_r{
		overflow-y: scroll;max-height:500px;
	}
	.case .swiper .swiper-button-left{
		margin-right:40px;
	}
	.case .swiper .swiper-button-right{
		margin-left:40px;
	}
}

.my_header .in_head_bg{
				background:none;
			}
.navbar-default .navbar-nav>li>a,.my_header header .caret{
	color:#333;
}
.swiper_big{
	margin-top:0;
}