.container {
  padding: 0;
}

.do_it {
  padding: 8vh 0;
  background-color: #f0f0f0;
}

.do_it .do_it_title {
  text-align: center;
}

.do_it .do_it_title h2 {
  font-size: 3.4rem;
  color: #0053a6;
}

.do_it .do_it_title h3 {
  font-size: 2rem;
  color: #333333;
  margin: 0.4rem 0 5rem 0;
}

.do_box {
  width: 100%;
  height: 280px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 30px 0 30px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.do_box img {
  position: absolute;
  width: 86px;
  height: 80px;
  top: 40px;
  left: 50%;
  margin-left: -43px;
}

.do_box img:nth-child(1) {
  display: block;
}

.do_box img:nth-child(2) {
  display: none;
}

.do_box h4 {
  font-size: 1.8rem;
  margin-top: 100px;
  color: #333;
}

.do_box p {
  font-size: 1rem;
  color: #333;
  margin-top: 20px;
  line-height: 24px;
}

.do_box:hover {
  background-color: #0053a6;
}

.do_box:hover img:nth-child(1) {
  display: none;
}

.do_box:hover img:nth-child(2) {
  display: block;
}

.do_box:hover h4 {
  color: #fff;
}

.do_box:hover p {
  color: #fff;
}

.more_service {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  margin: 0;
  margin-top: 60px;
}

.more_service .column {
  text-align: center;
  position: relative;
}

.more_service .column a {
  color: #333;
}

.more_service .column:nth-child(1) {
  background-color: #0053a6;
  color: #fff;
}

.more_service .column::before {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0053a6;
  position: absolute;
  top: 26px;
  left: 50px;
}

display: none;
}
.case_article .column:hover .case_after{
 display: block;
}
.case_before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 15px;
}
.case_article .column img{
    width: 100%;
    height: auto;

}
.case_before p{
    width: 92%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}
.case_after{
    position: absolute;
    top: 0;
    left: 15px;
    padding: 15px;
    display: none;
    width: 92.6%;
    height: 100%;
    background-color: rgba(0, 83, 166, 0.7);
}
.case_after p{
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10%;
}
.case_after span{
    font-size: 1rem;
    color: #fff;
    text-align: center;
    padding: 10%;
    display: block;
}
.fuwucase_box ul li img{
   height: 260px; 
}
.solve {
  height: auto;
  padding: 8vh 0;
}

.solve .solve_title {
  text-align: center;
}

.solve .solve_title h2 {
  font-size: 3.4rem;
  color: #0053a6;
}

.solve .solve_title h3 {
  font-size: 2rem;
  color: #333333;
  margin: 0.4rem 0 5rem 0;
}

.solve .nav-tabs > li {
  height: 120px;
  width: 146px;
}

.solve .nav-tabs > li > a {
  border: none;
  text-align: center;
  background: none;
  position: relative;
}

.solve .nav-tabs > li > a img {
  margin-bottom: 10px;
  position: absolute;
  top: 20px;
  left: 51px;
}

.solve .nav-tabs > li > a p {
  font-size: 1rem;
  color: #333333;
  margin-top: 66px;
}

.nav-tabs .active {
  background-color: #0053a6;
}

.nav-tabs .active p {
  color: #fff !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: none;
  border: none;
}

.nav-tabs > li:nth-child(1) {
  border-radius: 50px 0 0 0;
}

.nav-tabs > li:nth-child(2) img {
  left: 53px !important;
}

.nav-tabs > li:nth-child(3) img {
  left: 53px !important;
}

.nav-tabs > li:nth-child(4) img {
  left: 57px !important;
}

.nav-tabs > li:nth-child(5) img {
  left: 50px !important;
}

.nav-tabs > li:nth-child(6) img {
  left: 55px !important;
}

.nav-tabs > li:nth-child(7) img {
  left: 51px !important;
}

.nav-tabs > li:nth-child(8) img {
  left: 51px !important;
}

.nav-tabs > li:nth-child(8) {
  border-radius: 0 50px 0 0;
}

.nav-tabs > li a .solveA {
  display: block;
}

.nav-tabs > li a .solveB {
  display: none;
}

.nav-tabs > li.active > a .solveA {
  display: none;
}

.nav-tabs > li.active > a .solveB {
  display: block;
}

.index_num {
  z-index: 999;
  width: 100%;
  height: 290px;
  background: url(../images/index_number.png) 100% 100% no-repeat;
  position: absolute;
  bottom: 0;
}

.index_num .container {
  height: 100%;
}

.index_num .container .column {
  text-align: center;
  padding-top: 8%;
}

.index_num .container .column img {
  width: 37px;
  height: 37px;
}

.index_num .container .column .line {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto 10px auto;
}

.index_num .container .column .counter {
  font-size: 46px;
  color: #fff;
  display: inline-block;
}

.index_num .container .column span {
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.index_num .container .column .idenx_num_name {
  font-size: 16px;
  color: #fff;
}

.tab-content {
  margin-top: 40px;
}

.tab-content img {
  width: 100%;
  height: auto;
}

.solve_info {
    background-color: #eeeeee;
    padding: 64px 30px;
    height: 423px;
}

.solve_info h4 {
  font-size: 1.8rem;
  color: #333;
}

.solve_info .solve_info_line {
  width: 34px;
  height: 1px;
  background-color: #0053a6;
  margin: 14px 0 38px 0;
}

.solve_info p {
  font-size: 1rem;
  color: #666666;
  line-height: 2rem;
}

.solve_info a {
  display: block;
  width: 170px;
  height: 50px;
  background-color: #0053a6;
  border-radius: 30px;
  color: #fff;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  margin-top: 54px;
}

.advantage {
  width: 100%;
  height: 840px;
  background-color: #e5e5e5;
  position: relative;
  margin: 8vh 0;
}

.advantage .advantage_bg {
  position: absolute;
  top: -20px;
  left: 0;
}

.advantage_info {
  width: 60%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  top: 110px;
  padding: 60px 70px;
  border-bottom: 4px solid #0053a6;
}

.advantage_info h2 {
  font-size: 3.4rem;
  color: #0053a6;
}

.advantage_info h3 {
  font-size: 2rem;
  color: #333333;
  margin: 0.4rem 0 2rem 0;
}

.advantage_dis {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 60px;
}

.advantage_li_1 li {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}

.advantage_li_2 {
  width: 80%;
  height: 220px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px 0px 30px 30px;
  margin-top: 20px;
}

.advantage_li_2 li {
  display: inline-block;
  width: 47%;
  margin-bottom: 30px;
}

.advantage_li_2 li:nth-child(2), .advantage_li_2 li:nth-child(4) {
  padding-left: 3%;
}

.advantage_li_2 li img {
  float: left;
}

.advantage_li_2_info {
  float: left;
  margin-left: 10px;
}

.advantage_li_2_info h5 {
  font-size: 2rem;
  color: #333;
}

.advantage_li_2_info p {
  font-size: 1rem;
  color: #999999;
  margin-top: 10px;
}

.advantage:after {
  content: "";
  display: block;
  clear: both;
}

.translate {
  padding: 8vh 0;
  background-color: #f0f0f0;
  background: url(../images/translate_bg.jpg) 100% 100% no-repeat;
}

.translate .translate_title {
  text-align: center;
}

.translate .translate_title h2 {
  font-size: 3rem;
  color: #fff;
}

.translate .translate_title h3 {
  font-size: 1.2rem;
  color: #fff;
  margin: 0.6rem 0 5rem 0;
}

.translate_box .column {
  height: 260px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.translate_box .column img {
  margin: 24px 0 14px 0;
}

.translate_box .column h4 {
  font-size: 1.6rem;
  color: #0053a6;
  border-width: 600;
}

.translate_box .column p {
  font-size: 0.8rem;
  color: #666666;
  padding: 1rem 2rem;
}

.translate_box .column h5 {
  font-size: 1.6rem;
  color: #666666;
  border-width: 600;
}

.translate_info {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.case {
  padding: 8vh 0;
  background-color: #f0f0f0;
}

.case .case_title {
  text-align: center;
}

.case .case_title h2 {
  font-size: 3rem;
  color: #0053a6;
}

.case .case_title h3 {
  font-size: 1.2rem;
  color: #333333;
  margin: 0.8rem 0 5rem 0;
}

.case_box .column {
  height: 230px;
  margin-bottom: 30px;
  position: relative;
  /* padding: 0; */
}

.case_box .column img {
  width: 100%;
  height: 100%;
}

.case_box .column p {
  width: 92.5%;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 15px;
  font-size: 1.2rem;
}

.case_box .column:hover p {
  background-color: rgba(0, 83, 166, 0.7);
}

.case_info {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.customers {
  /* background: url(../images/customers_bg.jpg) 100% 100% no-repeat; */
  padding: 60px 0;
}

.customers .customers_title {
  text-align: center;
}

.customers .customers_title h2 {
  font-size: 3rem;
  color: #0053a6;
}

.customers .customers_title h3 {
  font-size: 1.2rem;
  color: #333333;
  margin: 0.8rem 0 5rem 0;
}

.customers .column {
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #eee;
  text-align: center;
  background-color: #fff;
  margin-left: 40px;
  margin-bottom: 30px;
}

.customers .column img {
  width: 80%;
  margin: 20px auto;
  height: 85px;
  border-bottom: 2px solid #eeeeee;
}

.new_info {
  padding: 8vh 0;
}

.new_info .new_info_title {
  text-align: center;
}

.new_info .new_info_title h2 {
  font-size: 3rem;
  color: #0053a6;
}

.new_info .new_info_title h3 {
  font-size: 1.2rem;
  color: #333333;
  margin: 0.8rem 0 5rem 0;
}

.new_info_content_l {
  width: 100%;
  height: 638px;
  margin-right: 40px;
  box-sizing: border-box;
}

.new_info_content_l_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.new_info_content_l_title a {
  font-size: 1rem;
  color: #333;
}

.new_info_content_l_content img {
  width: 100%;
}

.new_info_content_m {
  width: 100%;
  height: 638px;
  margin-right: 40px;
  box-sizing: border-box;
}

.new_info_content_m_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.new_info_content_m_title a {
  font-size: 1rem;
  color: #333;
}

.new_info_content_m_content img {
  width: 100%;
}

.new_info_content_r {
  width: 100%;
  height: 638px;
  box-sizing: border-box;
}

.new_info_content_r_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.new_info_content_title {
  font-size: 16px;
  color: #666666;
  float: left;
}

.new_info_content_title span {
  font-size: 15px;
  color: #999999;
}

.new_info_content_title_a {
  font-size: 14px;
  color: #666;
  float: right;
}

.toutiao {
  width: 100%;
  height: 240px;
  position: relative;
  margin-top: 20px;
  display: block;
}

.toutiao img {
  width: 100%;
  height: 100%;
}

.toutiao .title {
  position: absolute;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #191818;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  text-align: center;
}

.new_info_list {
  display: block;
  width: 100%;
  height: 354px;
  box-sizing: border-box;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.new_info_list li {
  display: block;
  width: 90%;
  height: 68px;
  line-height: 68px;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px solid #f4f4f4;
}

.new_info_list li a {
  font-size: 14px;
}

.new_info_list li .No {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #0053a6;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin: 20px 20px 0 0;
  color: #fff;
}

.new_info_list p {
  color: #666;
}

.new_info_list li:last-child {
  border: none;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media(max-width:1676px){
  .advantage_info{
    width: 80%;
  }
}
@media(max-width:1263px){
  .advantage_li_2{
    width: 90%;
  }
}
@media (min-width: 768px) {
  .col-sm-5ths {
      width: 20%;
      float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
      width: 20%;
      float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
      width: 19%;
      float: left;
  }
}
@media(max-width:1200px){
  .customers .column{
    margin: 0;
  }
}
@media(max-width:1020px){
  .advantage .advantage_bg{
    width: 100%;
  }
  .advantage_info{
    width: 100%;
  }
}
@media(max-width:993px){
  .translate{
    background-color: #0053a6;
  }
  .case .container .column img{
    width: 100%;
    height: auto;
  }
  .customers .column{
    margin: 0;
  }
  .new_info_title{
    padding: 0 20px;
  }
}
@media(max-width:778px){
  .do_it .row{
    width: 100%;
    margin: 0 auto;
  }
  .translate .row{
    width: 100%;
    margin: 0 auto;
  }
  .case .row{
    width: 100%;
    margin: 0 auto;
  }
  .customers .row{
    width: 100%;
    margin: 0 auto;
  }
  .customers .column{
    padding: 0;
  }
  .customers .column p{
    width: 100%;
  }
  .new_info .row{
    width: 100%;
    margin: 0 auto;
  }
  .new_info .column{
    width: 90%;
    margin: 40px auto;
  }
  .do_box{
    padding: 0;
    height: auto;
    margin: 0;
    background: none;
  }
  .do_box p{
    display: none;
  }
  .do_it .column{
    height: 80px;
    text-align: center;
    margin-bottom: 20px;
  }
  .do_box h4{
    font-size: 14px;
    margin: 0;
  }
  .do_box img:first-child{
    position: unset;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .translate_box .column p{
    display: none;
  }
  .translate_box .column{
    height: 150px;
  }
  .translate_box .column img{
    margin-top: 24px!important;
    width: 70px;
  }
  .case_box .column{
    height: 157px;
    padding: 0 10px;
  }
  .case_box .column p{
    margin: 0;
    width: 90%;
    margin-left: 5%;
  }
  .solve .nav-tabs .active{
    background-color:rgba(0, 0, 0, 0);
  }
  .nav-tabs > li.active > a .solveA{
    display: block;
  }
  .nav-tabs > li.active > a .solveB{
    display: none;
  }
  .nav-tabs .active p{
    color: #333!important;
  }
  .solve .nav-tabs > li{
    width: 25%;
    text-align: center;
  }
  .solve .nav-tabs > li > a{
    padding: 0;
  }
  .solve .nav-tabs > li > a img{
    position: unset;
    margin: 0 auto;
    height: 30px;
  }
  .solve .nav-tabs > li > a p{
    margin-top: 10px;
  }
  .customers{
    display: none;
  }
  .solve{
    padding: 0vh 0;
  }
  .solve .nav-tabs > li{
    height: 95px;
  }
  .solve .solve_title h3{
    margin: 0.4rem 0 2rem 0;
  }
  .solve .solve_title h2{
    margin-top: 2rem;
  }
  .case .case_title h3{
    margin: 0.8rem 0 2rem 0;
  }
  .translate{
    padding: 3vh 0;
  }
  .case{
    padding: 4vh 0;
  }
  .do_it{
    padding: 4vh 0;
  }
}
