<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; li &gt; a {
  color: #505050;
}
.my_header header:hover .navbar-default .navbar-nav &gt; li &gt; 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: 1280px;
  margin: 0 auto;
}

@media(max-width:1280px){
  .cen{
    width: 100%;
  }
  .my_header header .nav_r li a{
    padding:20px 6px;
  }
}

.sel_language {
  margin-top: 18px;
  margin-left: 10px;
}

.fl{
  float: left;
}
.fr{
  float: right;
}



.head_phone {
    float: right;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 8px 10px;
    margin-top: 14px;
    margin-left: 100px;
}

.head_phone {
      padding: 5px 6px;
  
    margin-right: 4px;
}

.head_phone .head_phone_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.head_phone p {
  display: inline-block;
    color: #1040c4;
    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: #fff;position: relative;z-index: 10001;

  padding: 38px 0;
}
.foot_b p {
  margin-bottom: 0;
  color: #bfc0c2;margin:3px 0;
  font-size: 18px;
  text-align: center;
  font-family: "Simsun";
}
.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 {
  text-align: center;
}
.contact_us .contact_box input, .contact_us .contact_box textarea {
  border: 1px solid #cdcbcc;
  padding: 2px 5px;
  border-radius: 4px;
  width: 100%;
  background: none;
  display: block;
  margin-bottom: 10px;

}
.contact_us .contact_box input::-webkit-input-placeholder, .contact_us .contact_box textarea::-webkit-input-placeholder {
  
  font-size: 16px;
}
.contact_us .contact_box button {
  background: #4383e4;
  width: 500px;
  height: 64px;color:#fff;
  line-height: 64px;
  text-align: center;
  border-radius: 8px;
  margin-left: 107px;
  border: none;
  margin-top: 20px;
  font-size: 22px;
}
.contact_us .contact_box input {
  height: 65px;
  line-height: 65px;
}
.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: #0084eb;
  font-size: 32px;
  text-align: center;
  margin: 80px auto;
}

.w_title h3{
  font-size: 35px;color:#221815;margin:0 auto;
}
.w_title i{
  width: 50px;height: 4px;background: #1890d0;display: inline-block;vertical-align: middle;
}

@media (max-width:1400px) {
  .w_title {
    font-size: 2rem;
  }
}

.w_title2 i {
    width: 56px;
    height: 3px;
    background: #0094d4;
    display: block;
    margin: 15px auto;}
@media (max-width:750px) {
  .w_title {
    font-size: 1.5rem;
    margin: 2rem auto;
  }
}

.w_title_white2 {
    color: #fff;
}

.w_title2{
  font-weight: bold;
}

.my_header .in_head_bg {
  background: #0094d4;position: fixed;top:0;left:0;z-index: 101002;
}

.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: #f6f6f6;padding:30px 0 60px;overflow: hidden;
}
li{list-style: none;}
.ser_type ul{margin:0;}
.ser_type li{width: 33.3%;text-align: center;float: left;margin:0;margin-bottom: 50px;}
.ser_type li h1{color:rgb(75, 75, 75);font-size: 18px;font-weight: bold;margin-top: 15px;}

.ser_type li p{color:rgba(75, 75, 75, 0.76);font-size: 14px;margin-top: 25px;}
@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;
  }
  .has_pass_country{
    padding-bottom: 20px;
  }
  .has_pass_country a{
    font-size: 14px;
  }
  .ser_type li img{
    width: 80px;
  }
  .w_title{
    font-size: 20px;
  }
}
li{
  padding:0;margin:0;
}
.my_header header .nav_r li dl dt a{
  white-space: nowrap;
}

.pos_txt{
  position: absolute;top:50%;transform:translateY(-50%);left:0;text-align: center;z-index: 3;width: 100%;
}

.pos_txt h3{
  color:#fff;font-size: 41px;font-weight: normal;letter-spacing: 8px;
}

.ai_b li{
  
  width: 33.3%;float: left;text-align: center;cursor: pointer;transition:all .3s;
  
}

.ai_b li:hover{
  transform:translateY(-20px);
}



.ai_box{
  box-shadow: 9px 14px 29px rgba(5,25,48,.3);margin:0 25px;
}

.ai_pad{
  padding:50px 25px;

}

.ai_pad img{
    display: block;margin:0 auto;
  }


.ai_b .cen{
  max-width: 1100px;
}
.ai_pad h3{
  color:#3285c6;font-size: 26px;margin:20px auto 28px;
}

.ai_pad p{
  color:#221815;font-size: 18px;
}

.ai_hei{
  height: 130px;
}

.ai_b{
  padding:20px 0 96px;
}

.route_b{
  background: #f9f9f9;overflow: hidden;
}

.r_img{
  text-align: center;padding-bottom: 110px;
  
}

.r_img img{
    display: block;margin:0 auto;
  }

.w_title p{
  color:#221815;font-size: 23px;margin-top: 40px;
}

 .w_title p em{
  color:#3285c6;font-weight: bold;
 }

.comment_ul li{
 
    width: 25%;float: left;
  
}

.comment_li{
  text-align: center;margin:0 15px;cursor: pointer;
}

.route_b .cen{
  max-width: 1100px;
}

.comment_li p{
  font-size: 16px;color:#221815;margin:15px auto;
}

.comment_ul{
  padding-bottom: 100px;
}


.section_6 {

  overflow: hidden;padding-bottom: 140px;
 
}

.section_6 .cen{
  max-width: 1050px;
}
.section_6 ul {
  width: 465px;
  float: left;
}
.section_6 ul:nth-child(2) {
  float: right;
}
.section_6 ul li {
  position: relative;
  margin-bottom: 10px;
}
.section_6 ul li a {
  color: #636363;
  font-size: 14px;
  display: block;
}
.section_6 ul li a span {
  color: #b4b4b4;
  font-size: 14px;
}
.section_6 ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d0d0d0;
  margin-top: -2px;
}
@media (max-width:1000px) {
  .section_6 {
    padding: 2rem 1rem;
  }
  .section_6 ul {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.section_6 .w_title_2 {
  margin-bottom: 15px;
}
.section_6 .sec_span {
  background: #1040c4;
  border-radius: 18px;
  padding: 0px 8px 6px;
}
.section_6 .sec_span i {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.section_6 .sec_span i, .section_6 .sec_span em {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.section_6 .sec_span em {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 8px;
}
@media (max-width:750px) {
  .section_6 .sec_span em {
    font-size: 16px;
  }
}

em{
  font-style: normal;
}
.w_title_2{
  background: #1040c4;border-radius: 4px;line-height: 46px;
}
.w_title_2 a{
  color:#fff;font-size: 13px;padding-right: 10px;
}


.section_6 ul{
  margin:0;padding:0;
}

.cont_box{
  background: #f9f9f9;
}

.cont_input em{
  width: 100px;color:#8f8a89;font-size: 23px;display: inline-block;vertical-align: middle;
}

.cont_input_b{
  display: inline-block;vertical-align: middle;width: 500px
}

.cont_input{
  margin-bottom: 20px;
}

.contact_box{
  background: #fff;width: 1050px;margin:0 auto;overflow: hidden;padding:70px 0;
}

@media(max-width:750px){
  .pos_txt h3{
    font-size: 12px;
  }

  .w_title h3{
    font-size: 20px;
  }

  .pos_txt{
    width: 80%;left:10%;
  }

  .swiper-button-next, .swiper-button-prev{
    width: 20px;height: 30px;background-size: cover;margin-top: -15px;
  }

  .ai_b li{
    width: 100%;margin-bottom: 20px;
  }

  .ai_box{
    box-shadow: 4px 6px 10px rgba(5,25,48,.3);
    margin: 0 15px;
  }

  .ai_b{
    padding:20px 0 40px;
  }
  
  .route_b{
    padding:0 10px;
  }

  .data_b{
    padding:0 15px;
  }

  .r_img{
    padding-bottom: 40px;
  }

  .comment_ul li{
    width: 50%;
  }

  .comment_li{
    margin:0 10px 10px;
  }

  .comment_ul li:nth-child(2n+1){
    clear:both;
  }

  .comment_ul{
    padding-bottom: 40px;
  }

  .section_6 ul{
    margin-bottom: 20px;
  }
  .cont_input em{
    text-align: left;width: auto;display: block;font-size: 18px;
  }
  .cont_input_b{
    width: 100%;
  }

  .contact_us .contact_box input{
    line-height: 40px;height: 40px;
  }

  .contact_us .contact_box, .contact_us iframe{
    padding:20px 15px;
  }

  .contact_us .contact_box button{
    width: 100%;height: 40px;line-height: 40px;margin-left: 0;font-size: 18px;border-radius: 4px;
  }

  .foot_b p{
    font-size: 16px;
  }

  .my_header header{
    overflow-y: scroll;max-height: 500px;
  }

  .ai_pad h3{
    font-size: 22px;
  }

  .ai_hei{
    height: auto;
  }

  .ai_hei p{
    font-size: 16px;
  }

}

.comment_li img{width: 100%;transition:all .3s;}
.section_6 ul li a:hover{color:#000;}
.comment_li{overflow: hidden;transition:all .3s;}
.comment_li:hover{transform:scale(1.1,1.1);}

.r_img img{display: block;margin:0 auto;}
.r_img:hover img{animation:imgani .5s linear;}
@keyframes imgani{
  0%{
    opacity: 1;
  },
  50%{
     opacity: .5;
  },
  100%{
     opacity: 1;
  }
}

.swiper_big .swiper-slide .swip_bg_txt {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.swiper_big .swiper-slide .swip_bg_txt h3 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 58px;
}
.swiper_big .swiper-slide .swip_bg_txt a {
  display: inline-block;
  background: #1040c4;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 26px;
}
@media (max-width:750px) {
  .swiper_big .swiper-slide .swip_bg_txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .swiper_big .swiper-slide .swip_bg_txt a {
    padding: 4px 15px;
    font-size: 12px;
  }
}

.in_header .cen{
  width: 1360px;
}

.w_title a{color:#0094d4;}

.w_title a:hover{
  text-decoration: underline;
}

.tm_b{
  background: #efefef;overflow-y: hidden;
}


.activebg {
    position: relative;
    width: 100%;
    background: #fff;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.site_service {
  background-image: url("../images/banner-2.jpg");overflow: hidden;
}
.service-item {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;;
  cursor: pointer;
}
@media(max-width:750px){
  .service-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.service-item span {
  display: inline-block;
  padding: 20px;
  border: 5px solid #fff;
  border-radius: 100%;
}
.service-item h5 {
  font-size: 20px;
  line-height: 45px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-item p { 
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 0 10px;
  height: 88px;
  overflow: hidden;
}

i.icon-service {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/icon-service.png") no-repeat center center;
  background-size: 50px auto;
  vertical-align: bottom;
}
.service-list .service-item:nth-child(1) i.icon-service {
  background-position: 0 0;
}

.w_title_white h3{
  color:#fff;
}

.w_title_white p{
  color:#fff;
}

.w_title_white i{
  background: #fff;
}

.service-list .service-item:nth-child(1) span {
  background-color: #93e6d9;
}
.service-list .service-item:nth-child(2) span {
  background-color: #a4b4e5;
}
.service-list .service-item:nth-child(3) span {
  background-color: #a1d1f3;
}
.service-list .service-item:nth-child(4) span {
  background-color: #fcabba;
}
.service-list .service-item:nth-child(5) span {
  background-color: #97b5c9;
}
.service-list .service-item:nth-child(6) span {
  background-color: #ffc682;
}
.service-list .service-item:nth-child(1):hover span {
  background-color: #58ECD6;
}
.service-list .service-item:nth-child(2):hover span {
  background-color: #7A93E0;
}
.service-list .service-item:nth-child(3):hover span {
  background-color: #66B4EA;
}
.service-list .service-item:nth-child(4):hover span {
  background-color: #F3889C;
}
.service-list .service-item:nth-child(5):hover span {
  background-color: #72A9CE;
}
.service-list .service-item:nth-child(6):hover span {
  background-color: #F9B15B;
}
.service-list .service-item:nth-child(7):hover span {
  background-color: #fff;
}
.service-list .service-item:nth-child(8):hover span {
  background-color: #fff;
}

.service-list .service-item:nth-child(2) i.icon-service {
  background-position: 0 -50px;
}
.service-list .service-item:nth-child(3) i.icon-service {
  background-position: 0 -100px;
}
.service-list .service-item:nth-child(4) i.icon-service {
  background-position: 0 -150px;
}
.service-list .service-item:nth-child(5) i.icon-service {
  background-position: 0 -200px;
}
.service-list .service-item:nth-child(6) i.icon-service {
  background-position: 0 -250px;
}
.service-list .service-item:nth-child(7) i.icon-service {
  background-position: 0 -300px;
}
.service-list .service-item:nth-child(8) i.icon-service {
  background-position: 0 -350px;
}

.p_img_b{
  overflow: hidden;margin-bottom: 20px;
}
.p_ul{
  padding-bottom: 20px;margin-left: -10px;margin-right: -10px;
}
.p_ul li{
  width: 33.3%;float: left;
}

.p_ul li img{
  cursor: pointer;transition:all .3s;
}

.p_ul li img:hover{
  transform:scale(1.1,1.1);
}

.p_img_b{
  margin:10px;background: #fff;
}


@media(max-width:1360px){
    .in_header .cen{
      width: 100%;
    }
}

@media(max-width:750px){
  .p_ul li{
    width: 50%;
  }

  .w_title p{
    font-size: 18px;margin-top: 20px;
  }

  .swiper_big{
   
  }
}

.company_b{margin:0 auto 30px;}
.company_b li{text-align:center;position:relative;cursor:pointer;display: inline-block;vertical-align: middle;}
.company_b li a{display:inline-block;padding:5px 10px;border:1px solid #acacac;border-radius:20px;color:#acacac;margin:0 13px;}
.company_b .current a{border:1px solid #00b5ff;color:#00b5ff;}
.company_b li a:hover{border:1px solid #00b5ff;color:#00b5ff;}

.company_lists{padding-left:15px;padding-right:15px;margin-bottom:60px;display:none;}
.company_lists a{margin-bottom:15px;}
.company_b_show ul{text-align: center;}

.show_l{width: 40%;float: left;}
.show_l h3{color:#3b3b3b;font-size: 24px;margin:70px auto 15px;}
.show_l p{color:#a5a5a5;font-size: 16px;}
.show_r{width: 60%;float: left;text-align: right;}
.show_pic_box{position: relative;padding: 0 80px;}

.solution{width:100%;background:#efefef url(../img/box2_bg.png) no-repeat center center;background-size:cover;padding:1px 0 35px;}
.solution .sol_box{width:100%;overflow:hidden;color:#fff;padding-bottom: 40px;}
.sol_box_smbox{position:relative;width:25%;height:200px;overflow:hidden;cursor:pointer;}
.sol_box_smbox1,.sol_box_smbox3,.sol_box_smbox6,.sol_box_smbox8{background:#0094d4;}
.sol_box_smbox2,.sol_box_smbox4,.sol_box_smbox5,.sol_box_smbox7{background:#484848;}
.sol_smbox_s{position:absolute;text-align:center;width:100%;height:200px;}
.sol_smbox_x{position:absolute;text-align:left;width:100%;height:200px;padding:20px;bottom:-100%;}
.smbox_s1{margin-top:25px;}
.smbox_s2{margin-top:15px;font-size:24px;color:#fff;}
.smbox_s3{margin-top:10px;font-size:15px;color:#fff;}
.smbox_s4{margin-top:10px;}
.smbox_x1{font-size:20px;color:#fff;}
.smbox_x2{margin-top:10px;color:#fff;}
.smbox_x2 li{font-size:12px;margin-top:5px;}
@media(max-width:750px){
  .solution .sol_box{width:98%;margin:0 1%;}
  .sol_box_smbox{width:49%;margin: 0 0 1% 1%;}
  .smbox_s2{font-size:1rem;}
  .smbox_x1{font-size:1rem;}
  .smbox_x2 li{font-size:.5rem;margin-top:3px;}
  .show_pic_box{
    padding:0;
  }
  
  .show_l{
    width: 100%;
  }
  .show_r{
    width: 100%;
  }
  .show_l h3{
    margin-top: 20px;font-size: 20px;
  }
}
</pre></body></html>