HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
  border: none;
  font-family: "微软雅黑", "黑体", "宋体";
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: 100%;
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none !important;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: none;
}
ul,
ol,
li {
  list-style-type: none;
}
/*公共方法*/
.clear {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.cursor {
  cursor: pointer;
}
strong {
  font-weight: bold !important;
}
.fuwuneirong_box .box_l .btn{
   display: none !important;
}
/*背景及色值表*/
.bg000 {
  background: #000;
}
.color000 {
  color: #000;
}

/* 导航栏样式 */
.navbar {
  margin-bottom: 0;
  background-color: #fff;
}
.container-fluid {
  width: 80%;
  margin: 0 auto;
  height: 96px;
  line-height: 96px;
}

.dropdown-menu li a {
  height: 40px;
  line-height: 35px;
  border-bottom: none;
}
.dropdown-menu > li > a:hover {
  color: #0053a6 !important;
  text-decoration: none;
  background-color: #f5f5f5;
}
.navbar-nav {
  position: relative;
  z-index: 999;
}
.hover a {
  border-bottom: 2px solid #0053a6;
}

.hover .dropdown-toggle {
  color: #0053a6 !important;
}

.fuwucase_box ul li img {
  height: 260px;
}

@media (min-width: 768px) {
  /* .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  } */
  .navbar-right {
    /* float: right !important; */
    height: 96px;
    line-height: 96px;
  }
  .navbar-nav > li {
    height: 96px;
    line-height: 96px;
  }
  .navbar-nav > li > a {
    height: 96px;
    line-height: 120px;
    padding: 0 22px;
    font-size: 16px;    
  }

  .navbar-default .navbar-nav > .open > a {
    color: #0053a6 !important;
    background-color: #fff !important;
  }
}
.navbar-brand {
  display: block;
  width: 100%;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
@media (max-width: 1472px) {
  .container-fluid {
    width: 90%;
  }
}
@media (max-width: 1320px) {
  .container-fluid {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .navbar-nav > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1180px) {
  .navbar-header {
    width: 20%;
  }
  .navbar-header img {
    width: 100%;
  }
  .navbar-default .navbar-brand {
    padding-top: 30px;
  }
}
@media (max-width: 870px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-default .navbar-brand {
    width: 40%;
    padding-top: 7px;
  }
  .container-fluid {
    height: 60px;
  }
  .container-fluid > .navbar-header {
    margin: 0;
    height: 63px;
  }
  #service {
    display: none;
  }
}
.phone_box {
  width: 306px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.phone_box img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
}
.phone_box span {
  font-size: 20px;
  color: #0053a6;
}
.phone_box em {
  vertical-align: top;
  margin: 0 20px;
}
/* 公用底部 */
.content_form {
  width: 100%;
  padding: 8vh 0;
  height: auto;
  background: url(../images/lianxi_form.jpg) 100% 100% no-repeat;
}
.content_form h2 {
  font-size: 2rem;
  color: #fff;
}
.phone_title {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 56px;
}
.phone_num {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 36px;
}
.online {
  height: 6rem;
  width: 67%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 1rem;
}
.online li {
  display: inline-block;
  height: 6rem;
}
.online li img {
  width: 80%;
  height: auto;
}
.content_btn {
  width: 120px;
  height: 48px;
  line-height: 48px;
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 40px;
  display: block;
  text-align: center;
}
.adders {
  padding: 3rem 0;
}
.adders img {
  display: inline-block;
  width: 30px;
  height: auto;
  vertical-align: bottom;
}
.adders p {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  width: 60%;
  margin-left: 5%;
}
.appointment {
  width: 100%;
  height: 80%;
  background-color: #fff;
  padding: 44px;
}
.appointment h4 {
  font-size: 2rem;
  color: #666666;
  margin-bottom: 34px;
}
.appointment .form_one input {
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  border: 1px solid #eee;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
}
.appointment .form_two input {
  display: inline-block;
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  border: 1px solid #eee;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
}
.appointment .form_two .phone {
  display: inline-block;
  width: 48%;
}
.appointment .form_two .company {
  display: inline-block;
  width: 48%;
  margin-left: 3%;
}
.submit_box {
  width: 100%;
  height: 4rem;
}
.submit_box .msgBtn {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  background-color: #0053a6;
}
.y_link {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #f0f0f0;
}
.y_link .column a {
  font-size: 1rem;
  color: #666;
}
.footer_menu {
  padding: 3rem 0 4rem 0;
}
.footer_menu .column a {
  display: block;
  width: 100%;
  color: #999999;
  margin-bottom: 0.4rem;
}
.footer_menu .column .menu_top {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1rem;
}
.copyright {
  height: 4rem;
  line-height: 4rem;
  background-color: #dcdcdc;
}
.copyright .col-md-10 a {
  display: inline-block;
  color: #333;
}
.copyright .col-md-2 a {
  font-size: 1rem;
  color: #666666;
}
.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
  position: relative;
  min-height: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .col-sm-8ths {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-8ths {
    width: 12.5%;
    float: left;
  }
  .bt {
    display: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-8ths {
    width: 12.5%;
    float: left;
  }
}
/*分页相关*/
.pagelist {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.pagelist ul {
  text-align: center;
  margin: 20px 0;
}
.pagelist li {
  display: inline-block;
  margin: 0 2px;
}
.pagelist li a {
  color: #666;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 6px 15px;
}
.pagelist li a:hover {
  border-color: #0053a6;
  background: #0053a6;
  color: #fff;
}
.pagelist li.active a {
  border-color: #0053a6;
  background: #0053a6;
  color: #fff;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 1641px) {
  .container-fluid {
    width: 90%;
  }
}
@media (max-width: 1462px) {
  .container-fluid {
    width: 100%;
  }
}
@media (max-width: 1317px) {
  .navbar-header {
    width: 18%;
    margin-top: 20px;
  }
  .navbar-nav > li > a {
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .footer .content-info {
    display: none;
  }
  .content-form {
    margin-left: 16.666666666%;
  }
}
@media (max-width: 971px) {
  .phone_box {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide img {
    width: 140%;
    height: 200px;
  }
  .index_num {
    display: none;
  }
  .bt {
    display: none;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar-default .navbar-nav>.open>a{
    background-color: #eee;
    padding: 10px;
    color: #337ab7;
  }
  .navbar-brand {
    padding: 0;
  }
  .solve .tab-content {
    display: none;
  }
  .advantage {
    display: none;
  }
  .container h2 {
    font-size: 2rem !important;
  }
  .container h3 {
    font-size: 1rem !important;
  }
  .content_form {
    width: 100%;
    padding: 4vh 0;
    display: none;
  }
  .content-form{
    width: 96%;
    margin: 0 auto;
    float: unset;
  }
  .appointment .form_two .phone{
    width: 100%;
  }
  .appointment .form_two .company{
    width: 100%;
    margin: 0;
  }
  .appointment{
    padding: 20px;
  }
  .footer .container{
    padding: 0;
  }
  .footer .col-xs-8ths {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 0px;
  }
  .footer .col-xs-8ths:last-child {
    display: none;
  }
  .footer_menu .column .menu_top{
    margin-bottom: 0rem; 
    line-height: 3rem;
  }
  .footer .row {
    width: 100%;
    margin: 0;
  }
  .made {
    display: none;
  }
  .case_box .column p {
    font-size: 0.8rem !important;
  }
  .navbar-nav {
    background-color: #fff;
    width: 110%;
    margin-top: 0%;
  }
  .translate_box .column h4 {
    font-size: 1.1rem !important;
  }
  .translate_box .column h5{
    font-size: 1.1rem !important;
  }
  .nav-tabs{
    border-bottom: none !important;
  }
  .translate{
    background-color: none !important;
  }
  .translate .translate_title h3{
    margin: 0.6rem 0 2rem 0 !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    width: 110%;
    margin-left: -5%;
    margin-right: 1%;
    margin-top: -1%;
    position: relative;
    z-index: 999;
  }
  .y_link {
    display: none;
  }
  .footer .col-xs-8ths a {
    font-size: 1rem !important;
    display: none;
  }
  .copyright .column {
    font-size: 0.8rem !important;
    text-align: center;
  }
  .footer .col-xs-8ths a:first-child {
    display: block;
  }
  .footer_menu {
    background-color: #eee;
    padding-bottom: 0;
    padding: 0;
  }

  .hover > a {
    border-bottom: none;
    color: #0053a6 !important;
  }

  .navbar-right .dropdown .dropdown-toggle:before{
    content: '';
    margin-left: 10px;
    position: absolute;
    width: 0;
    right: 55px;
    top: 20px;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
  }

  .case_article .column:hover .case_after{
  	display: none !important;
  }

  .case_article .column:hover .case_before{
  	display: block !important;
  }

  .customers .customers_title h3 {
    margin: 0.8rem 0 3rem 0 !important;
  }
  .customers {
    padding: 30px 0 !important;
  }
  .new_info {
    padding: 5vh 0 0 !important;
  }
  .new_info .new_info_title h3 {
    font-size: 1.2rem;
    color: #333333;
    margin: 0.8rem 0 0rem 0 !important;
    line-height: 2;
  }
  .new_info .column:nth-of-type(2),
  .new_info .column:nth-of-type(3) {
    display: none;
  }
  .flow_list ul li .box_txt h2 {
    font-size: 1rem !important;
  }
  .flow_list ul li {
    height: 120px !important;
  }
  .flow_list ul li img {
    width: 70px !important;
  }
  .pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px 15px;
  }
  .column_banner{
    height: 12rem;
    overflow: hidden;
  }
  .column_banner img{
    width: 185% !important;
    height: 12rem !important;
  }
  .inner_container{
    margin-right: 1rem !important;
  }
  .content_nav{
    display: block !important;
  }
  .content_nav .nav_postion .p_left{
    display: block;
  }
  .content_nav .nav_postion .p_right{
    display: block !important;
    margin-right: 1rem !important;    
    line-height: 55px;
  }
  .content_nav{
   height: 55px !important; 
  }
  .content_nav .nav_postion .p_right a{
    font-size: 14px !important;
  }  
  .jiejuefangan1{
     display: none !important;
  }
  .flow_box .flow_box_t .box_l{
     display: none !important;
  }
  .flow_box .flow_box_t .box_r h2, .flow_box .flow_box_t .box_r_t h2, .bh2, .yuzhong_box .box_l .neirong h2, .jiejuefangan1 h2, .case_02 h2{
    font-size: 20px !important;
    height: 70px !important;
    line-height: 70px !important;
     margin: 0px auto !important;  
  }
  .flow_box .flow_box_t .box_r p{
    font-size: 14px  !important;
    line-height: 28px  !important;
  }
  .flow_box .flow_box_t .box_r_t{
    display: none !important;
  }
  .h75{
    height: 0px !important;
  }
  .case_02 ul li{
     width: 92% !important;
     margin: 4% !important; 
  }
  .inner_container a {
    font-size: 0.8rem !important;
    color: #999 !important;
  }
  .content_nav .nav_postion .p_right a{
     font-size: 0.8rem !important;
    color: #999 !important;
  }
  .fuwu2_box ul li {
    width: 23.33% !important;
    height: 105px !important;
    margin: 3% 3% 0 3% !important;
  }
  .fuwu2_box ul li p{
    display: none !important;
  }
  .fuwucase_box ul li {
    width: 92% !important;
    margin: 4% !important;
    overflow: hidden;
    height: 188px !important;
  }
  .fuwucase_box ul li img{
    height: 190px !important;
  }
  .fuwucase_box ul li:last-child{
    display: block !important;
  }
  .case_box .case_box_t .box_l{
    display: none !important;
  }
  .fuwuneirong_box .box_l ul li {
    width: 49.333% !important;
    text-align: left !important;
  }
  .container h2{
    margin-top: 18px !important;
  }
  .languages_article .column {
    padding: 3% 0 !important;
  }
  .languages_article .column img {
    height: 140px !important;
  }

  .languages_article .column .languages_info p {
    font-size: 1rem;
    color: #000;
    margin-top: 5% !important;
    line-height: 26px !important;
    height: 50px !important;
    overflow: hidden !important;
  }
  .languages_article .column .jiantou{
     height: 18px !important;
  }
  .languages_article {
    padding: 3vh 0 !important;
  }
  .swiper-pagination-bullet{
  	 display: inline-block;
  }
  .do_box:hover{
    padding: 0;
    height: auto;
    margin: 0;
    background: none !important;
  }
  .do_box:hover img:nth-child(1) {
    display: block !important;
  }
  .do_box:hover img:nth-child(2) {
    display: none !important;
  }
  .do_box:hover h4 {
    color: #333 !important;
  }
  .flow_list ul li .box_l:hover{
    border: none !important;
    width: 100% !important;
    height: 160px !important;
    padding: 0px !important;
  }
  .fuwu_box2 p {
    color: #858585;
    line-height: 28px;
  }
  .fuwu_box .box_r .fuwu1,.fuwu_box .box_r .fuwu2,.fuwu_box .box_r .fuwu3,.fuwu_box .box_r .fuwu4,.fuwu_box .box_r .fuwu5{
     background-size: 110% !important;
  }
  .fuwu_box .box_r div {
    position: relative !important;
    left: 68px !important;
    top: 23px !important;
    color: #0053a6;
    width: 97px !important;
    font-size: 12px !important;;
  }
  .fuwu_box .box_r{
    height: 230px !important;
  }
  .navbar-right .hover{
  	border-bottom: 1px solid #f2f2f2;
  }

  .navbar-right .dropdown{
  	border-bottom: 1px solid #f2f2f2;  
  }
  .navbar-right .dropdown:last-of-type{
  	border-bottom: none; 
  }
  .case_article .column img{
  	height: 102px !important;
  }
  .case .container .column img{
  	height: 115px !important;
  }
  .case_box .column p{
  	height: 3rem !important;
    line-height: 3rem !important;
  }

  .navbar-right li:first-of-type{
    border-bottom: 1px solid #f2f2f2; 
  }

  .navbar-nav .open .dropdown-menu li{
    border-bottom: none;
  }

  .pagelist li .current{
    border-color: #0053a6;
    background: #0053a6;
    color: #fff;
    padding: 8px 15px;
    margin: 0 2px;
  }

  .navbar-right .dropdown:nth-of-type(7) .dropdown-toggle:before{
     display: none;
  }

  .pagelist li .disabled {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
  }

  .pagelist li{
     margin: 5px 2px !important;
  }
}
