@charset "UTF-8";
* {
  word-wrap: break-word;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

ul, ol, dl {
  list-style-type: none;
}

html, body {
  *position: static;
  color: #000;
  background: #fff;
  width: 100%;
  height: auto;
  min-width: 1024px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

body, th, td, button, input, select, textarea {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #000;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

b, i {
  font-weight: normal;
  font-style: normal;
}

sub, sup {
  vertical-align: baseline;
}

button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}

img {
  border: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  max-width: 100%;
}

/* HTML5 reset */
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0;
}

time {
  display: inline;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border-width: 0;
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

input, textarea {
  border: 0;
  outline: none;
  resize: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D3D6D8;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #D3D6D8;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #D3D6D8;
}

.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl, .clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.text-i {
  font-style: italic;
}

.ovf {
  overflow: hidden;
}

.no-border {
  border: 0 !important;
}

.no-padd {
  padding: 0 !important;
}

.pab0 {
  padding-bottom: 0 !important;
}

.wrap {
  height: auto;
  overflow: hidden;
}

.container:after, .container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:after, .container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.fixed-right {
  position: fixed;
  right: 0;
  top: 32%;
  z-index: 10;
}

.fixed-right .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.fixed-right ul li {
  margin-bottom: 2px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
  position: relative;
}

.fixed-right ul li span {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
  float: left;
}

.fixed-right ul li span img {
  display: block;
  width: 24px;
  margin: 20px auto 5px;
}

.fixed-right ul li span h4 {
  font-size: 12px;
  color: #226bc5;
  text-align: center;
}

.fixed-right ul li p {
  background: #f2f2f2;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  white-space: nowrap;
  font-size: 14px;
  color: #226bc5;
  text-align: center;
  width: 0;
}

.fixed-right ul li .fixed-right-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
}

/* 公用视频弹出 */
.video-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: url("../images/cover-bg.png") repeat;
}

.video-popup .video-popup-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.video-popup .coverV {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  background: url("../images/bg-video-title.png") repeat;
  background: #000000\0;
}

.video-popup .coverV .text {
  color: #fff;
  font-size: 18px;
  padding: 0 0 0 40px;
  width: 80%;
  display: table;
  height: 70px;
  float: left;
}

.video-popup .coverV .text p {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}

.video-popup .coverV .other {
  float: right;
  background: url("../images/bg-video-title.png") repeat;
}

.video-popup .coverV .other .iconfont {
  font-size: 40px;
}

.video-popup .coverV .other a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

.video-popup .video-list-box {
  position: absolute !important;
  left: 0;
  top: 0;
  top: 70px\0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* 字体 */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.container {
  margin-right: 42px;
  margin-left: 42px;
}

.content {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.bigTitle {
  font-size: 36px;
  text-align: center;
  color: #2b2b2b;
  /*font-family: "SourceHanSans-Medium";*/
}

.noData {
  text-align: center;
  font-size: 12px;
  padding: 60px 0;
  color: #666;
}

.noData img {
  display: block;
  margin: 0 auto 40px;
  width: 60px;
}

/* 面包屑导航 */
.breadcrumbs {
  background: #eee;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

.breadcrumbs a {
  font-size: 12px;
  color: #2b2b2b;
  margin: 0 5px;
}

.breadcrumbs a i {
  font-size: 14px;
  vertical-align: -1px;
  margin-right: 5px;
}

.breadcrumbs a:first-child {
  margin-left: 0;
}

.breadcrumbs a:hover {
  color: #0055be;
}

/* 分页 */
.pading {
  text-align: center;
  margin-top: 15px;
}

.pading a {
  width: 27px;
  line-height: 27px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 12px;
}

.pading a.active, .pading a:hover {
  background: #666;
  color: #fff;
}

.pading a.first, .pading a.tail {
  width: 62px;
  line-height: 27px;
  text-align: center;
  border-radius: 13px;
  background: #666;
  color: #fff;
}

/* 底部联系 */
.contactFooter {
  height: auto;
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
}

.contactFooter .item {
  height: auto;
  overflow: hidden;
  text-align: center;
}

.contactFooter .item i {
  font-size: 28px;
  color: #5d5d5d;
  transition: all .3s linear;
  position: relative;
  top: -8px;
  display: inline-block;
  margin-right: 10px;
}

.contactFooter .item .text {
  height: auto;
  overflow: hidden;
  color: #5d5d5d;
  text-align: left;
  display: inline-block;
}

.contactFooter .item .text h2 {
  font-size: 16px;
  line-height: 22px;
  /*font-family:"SourceHanSans-Medium";*/
  transition: all .3s linear;
}

.contactFooter .item .text p {
  font-size: 12px;
  /*font-family:"SourceHanSans-Light";*/
  transition: all .3s linear;
}

.contactFooter .item:hover i, .contactFooter .item:hover h2, .contactFooter .item:hover p {
  color: #0055be;
}

/* 切换卡 */
.tabsNav {
  height: auto;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #dadada;
}

.tabsNav a {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
  padding-bottom: 14px;
  position: relative;
}

.tabsNav a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004ABB;
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all .3s linear;
  display: none\0;
}

.tabsNav a.active, .tabsNav a:hover {
  color: #004ABB;
}

.tabsNav a.active:after, .tabsNav a:hover:after {
  opacity: 1;
  filter: Alpha(opacity=100);
  display: block\0;
}

/* 内页顶部大图 */
.bigBanner {
  height: auto;
  overflow: hidden;
  position: relative;
}

.bigBanner img {
  width: 100%;
}

.bigBanner .breadcrumbs {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  background: none;
  color: #fff;
}

.bigBanner .breadcrumbs a {
  color: #fff;
  font-size: 12px;
}

/* 在线服务 */
.onlineService {
  height: auto;
  overflow: hidden;
  background: #eee;
  padding: 50px 0 60px;
}

.onlineService form {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  margin-right: 30px;
}

.onlineService form .row {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.onlineService form .row span {
  font-size: 12px;
  color: #2b2b2b;
  /*font-family: "SourceHanSans-Bold";*/
  float: right;
}

.onlineService form .row span i {
  color: #FF0101;
}

.onlineService form .row .sb span {
  margin-right: 5%;
  margin-top: 3px;
}

.onlineService form .row .sb input {
  width: 67%;
  height: 27px;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  font-size: 12px;
  float: right;
}

.onlineService form .row textarea {
  width: 89%;
  height: 96px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  float: right;
  font-size: 12px;
  margin-left: 2%;
}

.onlineService form .row.btnBox {
  text-align: center;
  margin: 0;
}

.onlineService form .row.btnBox .btn {
  width: 96px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin: 0 50px;
}

.onlineService form .row.btnBox .btn.btnSubmit {
  background: #0055BE;
}

.onlineService form .row.btnBox .btn.btnReset {
  background: #ccc;
}

/* 新闻公用 */
.newsCommon {
  height: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.newsCommon.pat {
  padding-top: 44px;
}

.newsCommon ul {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.newsCommon ul li {
  margin-bottom: 20px;
  padding: 0 6px;
}

.newsCommon ul li .img {
  height: auto;
  overflow: hidden;
}

.newsCommon ul li .img img {
  width: 100%;
}

.newsCommon ul li .text {
  height: auto;
  overflow: hidden;
  padding: 15px 0;
}

.newsCommon ul li .text h2 {
  font-size: 18px;
  line-height: 24px;
  /*font-family:"SourceHanSans-Bold";*/
  transition: all .3s linear;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}

.newsCommon ul li .text .date {
  font-size: 12px;
  color: #666;
  margin: 8px 0;
}

.newsCommon ul li .text p {
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.newsCommon ul li a:hover img {
  transform: scale(1.05);
}

.newsCommon ul li a:hover h2 {
  color: #0055be;
}

/* 头部 */
.header {
  width: 100%;
  height: auto;
  background: #fff;
  min-width: 768px;
}

.header .top {
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}

.header .top .logo {
  width: 67px;
  height: 39px;
}

.header .top .other {
  height: auto;
  padding: 10px 0;
}

.header .top .other .item {
  display: block;
  float: left;
  font-size: 12px;
  /*font-family:"SourceHanSans-Light";*/
  margin-left: 27px;
}

.header .top .other .item i {
  font-size: 14px;
  vertical-align: -1px;
  margin-right: 5px;
}

.header .top .other .item:hover a, .header .top .other .item:hover i {
  color: #0055be;
}

.header .top .other .item.btnLanguage {
  position: relative;
  cursor: pointer;
}

.header .top .other .item.btnLanguage .languageBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 2;
  padding: 5px;
  box-shadow: 0 1px 5px #ccc;
  background: #fff;
  border: 1px solid #eee;
  display: none;
}

.header .top .other .item.btnLanguage .languageBox a {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  text-align: center;
}

.header .top .other .item.btnLanguage .languageBox a:hover {
  color: #0055be;
}

.header .nav {
  height: auto;
  overflow: visible;
  clear: both;
  position: relative;
}

.header .nav .con {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}

.header .nav .con a {
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  display: block;
  float: left;
  padding-right: 28px;
  /*font-family:"SourceHanSans-Medium";*/
}

.header .nav .con a span {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  right: 28px;
  right: 50px\0;
  bottom: 0px;
  height: 2px;
  background-color: #0055be;
  display: none;
}

.header .nav .con a.active span, .header .nav .con a:hover span {
  display: block;
}

.header .nav .con a.btnSearch {
  /*font-family:"SourceHanSans-Light";*/
  max-height: 0;
  font-size: 12px;
  padding-right: 0;
}

.header .nav .con a.btnSearch i {
  font-size: 15px;
  color: #999;
  vertical-align: -1px;
  transition: all .3s linear;
}

.header .nav .con a.btnSearch:hover i {
  color: #0055be;
}

.header .nav .con a.btnSearch:hover:before {
  display: none !important;
}

.header .nav .con a.btnSearch:hover:before i {
  color: #0055be;
}

.header .nav.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}

.header .navTwo {
  height: auto;
  overflow: hidden;
  clear: both;
  background: #eee;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  margin: auto;
  z-index: 1;
}

.header .navTwo .item {
  height: 0;
  overflow: hidden;
  transition: all .3s linear;
}

.header .navTwo .item a {
  position: relative;
  font-size: 13px;
  color: #333;
  line-height: 32px;
  display: block;
  float: left;
  padding-right: 28px;
}

.header .navTwo .item a span {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 28px;
  bottom: 0;
  height: 2px;
  background-color: #0055be;
}

.header .navTwo .item a.active span {
  display: block;
}

.header .navTwo .item a:hover span {
  display: block;
}

.header .navTwo .item.active {
  height: auto;
}

.header .navTwo.active {
  border-bottom: 1px solid #e4e4e4;
}

.header .searchBox {
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  display: none;
}

.header .searchBox input {
  width: 100%;
  height: 35px;
  background: none;
  font-size: 14px;
  padding-left: 15px;
  /*font-family:"SourceHanSans-Light";*/
}

.header .searchBox .btnSearch1 {
  width: 100px;
  line-height: 35px;
  text-align: center;
  background: #0055be;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.header .searchBox .btnSearch1 i {
  font-size: 18px;
  color: #fff;
}

/* 尾部 */
.footer {
  height: auto;
  overflow: hidden;
  background: url(../images/footerBg.png) center no-repeat;
  background-size: cover;
  padding-left: 40px;
}

.footer dl {
  float: left;
  padding: 50px 0;
  color: #2b2b2b;
  padding: 60px 0 90px;
  text-align: left;
}

.footer dl dt {
  font-size: 16px;
  margin-bottom: 25px;
  /*font-family:"SourceHanSans-Bold";*/
}

.footer dl dd {
  font-size: 12px;
  margin-bottom: 20px;
}

.footer dl dd a:hover {
  color: #0055be;
}

.footer dl.products {
  width: 16%;
}

.footer dl.technology {
  width: 22%;
}

.footer dl.service {
  width: 26%;
}

.footer dl.about {
  width: 21%;
}

.footer dl.news {
  width: 15%;
}

.footer dl.contact {
  width: 10%;
}

.bottom {
  height: auto;
  overflow: hidden;
  background: #262626;
  text-align: center;
  padding: 30px 0;
}

.bottom .sj a {
  display: inline-block;
}

.bottom .sj a i {
  font-size: 18px;
  margin: 0 10px;
  color: #fff;
  transition: all .3s linear;
}

.bottom .sj a .icon-facebook {
  color: #425f9b;
}

.bottom .sj a .icon-twitter {
  color: #55acee;
}

.bottom .sj a .icon-youtube {
  color: #e12727;
}

.bottom .link {
  margin-top: 20px;
}

.bottom .link span, .bottom .link a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
}

/* 首页 */
.Index .content {
  /* 产品列表 */
  /* 关于我们 */
  /* 新闻中心 */
  /* 社交媒介 */
  /* 国内IP */
  /* 服务站 */
}

.Index .content .banner {
  height: auto;
  overflow: hidden;
  position: relative;
}

.Index .content .banner .swiper-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.Index .content .banner .swiper-slide {
  width: 100%;
}

.Index .content .banner .swiper-slide a {
  display: block;
}

.Index .content .banner .swiper-slide img {
  width: 100%;
  display: block;
}

.Index .content .banner .pagination {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 15px;
}

.Index .content .banner .pagination li {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin: 0 3px;
  cursor: pointer;
}

.Index .content .banner .pagination li span {
  width: 50px;
  height: 2px;
  display: block;
  background: #fff;
}

.Index .content .banner .pagination li span i {
  background: #0055be;
  height: 2px;
  display: block;
  opacity: 0;
}

.Index .content .banner .pagination .click span {
  background: #0055be;
}

.Index .content .banner .pagination .click span i {
  display: none;
}

.Index .content .banner .pagination:hover li span {
  height: 4px;
}

.Index .content .banner .pagination:hover li span i {
  height: 4px;
}

.Index .content .banner .pagination .current span i, .Index .content .banner .pagination .firstCurrent span i {
  transition: all .5s ease;
  opacity: 1;
}

.Index .content .banner .autoplay li span i {
  transform: scaleX(0);
  transform-origin: 0;
  opacity: 1;
}

.Index .content .banner .autoplay .firstCurrent span i {
  transform: scaleX(1);
  transition: all 3s linear;
}

.Index .content .banner .autoplay .current span i {
  transform: scaleX(1);
  transition: all 4s linear;
}

.Index .content .banner .autoplay .replace span {
  background: #0055be;
}

.Index .content .banner .autoplay .replace span i {
  transform: scaleX(0);
}

.Index .content .banner .paginations {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 15px;
}

.Index .content .banner .paginations li {
  display: inline-block;
  width: 100px;
  margin: 0 6px;
  cursor: pointer;
}

.Index .content .banner .paginations li span {
  width: 100%;
  height: 4px;
  display: block;
  background: #fff;
}

.Index .content .banner .paginations li img {
  display: none;
}

.Index .content .banner .paginations li.active span, .Index .content .banner .paginations li:hover span {
  background: #0055be;
}

.Index .content .banner .paginations li:hover img {
  display: block;
  transition: all .5s ease;
}

.Index .content .banner .btnPrev, .Index .content .banner .btnNext {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 10px;
  cursor: pointer;
  display: none;
  opacity: 0;
  transition: all .3s linear;
}

.Index .content .banner .btnPrev img, .Index .content .banner .btnNext img {
  width: 40px;
}

.Index .content .banner .btnPrev:hover, .Index .content .banner .btnNext:hover {
  color: #0055be;
}

.Index .content .banner .btnNext {
  left: auto;
  right: 10px;
}

.Index .content .banner:hover .btnPrev, .Index .content .banner:hover .btnNext {
  display: block;
  opacity: 1;
}

.Index .content .block .title {
  font-size: 36px;
  text-align: center;
  color: #2b2b2b;
  position: relative;
  z-index: 1;
  /*font-family:"SourceHanSans-Medium";*/
}

.Index .content .block .btnMore {
  width: 96px;
  line-height: 27px;
  background: #ebebeb;
  font-size: 12px;
  color: #333;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.Index .content .block .btnMore:hover {
  background: #0055be;
  color: #fff;
}

.Index .content .product {
  height: auto;
  overflow: hidden;
  padding: 64px 0;
  text-align: center;
  position: relative;
}

.Index .content .product .b {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f8f8f8;
}

.Index .content .product .slide {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 50px 0 0;
  position: relative;
}

.Index .content .product .slide .swiper-slide a {
  width: 33.333%;
  float: left;
}

.Index .content .product .slide .img {
  height: auto;
  overflow: hidden;
  padding: 0 20px;
}

.Index .content .product .slide .img img {
  width: 100%;
}

.Index .content .product .slide .text {
  height: auto;
  overflow: hidden;
  padding: 14px 20px 34px;
}

.Index .content .product .slide .text h2 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: all .3s linear;
  /*font-family:"SourceHanSans-Bold";*/
}

.Index .content .product .slide .text p {
  font-size: 12px;
  color: #595959;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 51px;
}

.Index .content .product .slide .text .btn {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  display: block;
  transition: all .3s linear;
}

.Index .content .product .slide .text .btn i {
  font-size: 10px;
  font-weight: bold;
}

.Index .content .product .slide .btnPrev, .Index .content .product .slide .btnNext {
  font-size: 40px;
  left: 0;
  top: 24%;
  position: absolute;
  color: #666;
  cursor: pointer;
  transition: all .3s linear;
}

.Index .content .product .slide .btnPrev:hover, .Index .content .product .slide .btnNext:hover {
  color: #0055be;
}

.Index .content .product .slide .btnNext {
  left: auto;
  right: 0;
}

.Index .content .product .slide .swiper-slide a:hover img {
  transform: scale(1.05);
}

.Index .content .product .slide .swiper-slide a:hover .btn, .Index .content .product .slide .swiper-slide a:hover h2 {
  color: #0055be;
}

.Index .content .about {
  height: auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  position: relative;
}

.Index .content .about img {
  width: 100%;
}

.Index .content .about .left {
  position: relative;
  overflow: hidden;
}

.Index .content .about .left .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16% 0;
  color: #fff;
}

.Index .content .about .left .text h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.Index .content .about .left .text h2 {
  font-size: 16px;
  line-height: 30px;
  /*font-family:"SourceHanSans-Bold";*/
  width: 70%;
  margin: 0 auto;
}

.Index .content .about .left .text h1 {
  font-size: 26px;
  margin: 15px 0 0;
  /*font-family:"SourceHanSans-Bold";*/
}

.Index .content .about .left .text p {
  font-size: 12px;
}

.Index .content .about .left {
  position: relative;
}

.Index .content .about .left .item {
  overflow: hidden;
}

.Index .content .about .left .item h1, .Index .content .about .left .item h2, .Index .content .about .left .item h3, .Index .content .about .left .item p {
  color: #fff;
}

.Index .content .about .left:hover img {
  transform: scale(1.05);
}

.Index .content .about .right {
  position: relative;
}

.Index .content .about .right h2 {
  font-size: 18px;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 13px;
  transition: all .3s linear;
}

.Index .content .about .right .item {
  overflow: hidden;
  width: 47.8%;
  margin-left: 2.2%;
  margin-bottom: 2.2%;
}

.Index .content .about .right .item:hover img {
  transform: scale(1.05);
}

.Index .content .newsCommon ul {
  margin-top: 55px;
}

.Index .content .socialMedia {
  height: auto;
  overflow: hidden;
  padding: 64px 0 0;
  position: relative;
}

.Index .content .socialMedia ul {
  height: auto;
  overflow: hidden;
  margin-top: 55px;
  margin-bottom: 25px;
}

.Index .content .socialMedia ul li {
  position: relative;
  padding: 7px;
}

.Index .content .socialMedia ul li .bg {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}

.Index .content .socialMedia ul li .icon {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 22%;
}

.Index .content .socialMedia ul li .icon-facebook {
  color: #0055be;
}

.Index .content .socialMedia ul li .icon-youtube {
  color: #E52D27;
  top: 15%;
}

.Index .content .socialMedia ul li .icon-twitter {
  color: #00aced;
}

.Index .content .socialMedia ul li .text {
  padding: 22% 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.Index .content .socialMedia ul li .text h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #4d4d4d;
  /*font-family:"SourceHanSans-Bold";*/
}

.Index .content .socialMedia ul li .text p {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 100px;
}

.Index .content .socialMedia ul li.video {
  cursor: pointer;
}

.Index .content .socialMedia ul li.video .text {
  top: auto;
  bottom: 0;
  padding: 20px;
}

.Index .content .socialMedia ul li.video .text p {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 72px;
}

.Index .content .socialMedia ul li.video .icon-play {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s linear;
}

.Index .content .socialMedia ul li.video:hover .bg img {
  transform: scale(1.05);
}

.Index .content .socialMedia ul li.video:hover .icon-play {
  color: #0055be;
  transform: scale(1.1);
}

.Index .content .socialMedia ul li .btnShare {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  color: #1a1a1a;
  /*font-family:"SourceHanSans-Light";*/
  cursor: pointer;
  transition: all .3s linear;
}

.Index .content .socialMedia ul li .btnShare i {
  font-size: 15px;
  margin-right: 5px;
  vertical-align: -1px;
}

.Index .content .socialMedia ul li .btnShare:hover {
  color: #0055be;
}

.Index .content .china {
  height: auto;
  overflow: hidden;
  padding: 64px 0 0;
  position: relative;
}

.Index .content .china ul {
  height: auto;
  overflow: hidden;
  margin-top: 55px;
  margin-bottom: 25px;
}

.Index .content .china ul li {
  position: relative;
  padding: 0;
}

.Index .content .china ul li .bg {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}

.Index .content .china ul li .bg img {
  width: 100%;
}

.Index .content .china ul li .text {
  padding: 22% 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.Index .content .china ul li .text h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #4d4d4d;
  /*font-family:"SourceHanSans-Bold";*/
}

.Index .content .china ul li .text p {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 100px;
}

.Index .content .china ul li .text span {
  font-size: 12px;
  color: #004ABB;
  font-style: italic;
  margin-top: 10px;
  display: block;
}

.Index .content .china ul li.imgBox {
  cursor: pointer;
}

.Index .content .china ul li.imgBox .text {
  top: auto;
  bottom: 0;
  padding: 20px;
}

.Index .content .china ul li.imgBox .text p {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 72px;
}

.Index .content .china ul li.imgBox:hover .bg img {
  transform: scale(1.05);
}

.Index .content .serviceStation {
  height: auto;
  overflow: hidden;
  background: url(../images/index/serviceStationBg.png) center no-repeat;
  background-size: cover;
  margin-top: 64px;
}

.Index .content .serviceStation .text {
  padding: 150px 0;
  color: #fff;
}

.Index .content .serviceStation .text h2 {
  font-size: 18px;
}

.Index .content .serviceStation .text h1 {
  font-size: 36px;
  line-height: 42px;
  /*font-family:"SourceHanSans-Bold";*/
  margin-bottom: 25px;
}

.Index .content .serviceStation .text h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0;
  /*font-family:"SourceHanSans-Bold";*/
}

.Index .content .serviceStation .text p {
  font-size: 16px;
  opacity: .8;
  filter: alpha(opacity=80);
}

.Index .content .serviceStation .text .btnSearch {
  width: 96px;
  line-height: 27px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}

.Index .content .serviceStation .text .btnSearch:hover {
  background: #0055be;
  border-color: #0055be;
}

/* 产品页 */
.Product .content {
  height: auto;
  overflow: hidden;
}

.Product .content .product {
  height: auto;
  overflow: hidden;
  padding: 50px 0 64px;
}

.Product .content .product .filter {
  margin-top: 45px;
}

.Product .content .product .filter .classify {
  height: auto;
  overflow: visible;
  padding: 30px 0;
  position: relative;
}

.Product .content .product .filter .classify ul {
  height: auto;
  overflow: visible;
}

.Product .content .product .filter .classify ul li {
  position: static;
}

.Product .content .product .filter .classify ul li:hover h2, .Product .content .product .filter .classify ul li.active h2 {
  color: #004ABB;
  border-color: #004ABB;
}

.Product .content .product .filter .classify ul li:hover img, .Product .content .product .filter .classify ul li.active img {
  transform: scale(1.05);
}

.Product .content .product .filter .classify ul li.active .length {
  display: block;
}

.Product .content .product .filter .classify .con {
  margin: 0 10px;
}

.Product .content .product .filter .classify .con h2 {
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 8px;
  transition: all .3s linear;
}

.Product .content .product .filter .classify .con .img {
  overflow: hidden;
}

.Product .content .product .filter .length {
  display: none;
  height: auto;
  overflow: hidden;
  text-align: center;
  clear: both;
  position: absolute;
  left: 0;
  bottom: -72px;
  padding-bottom: 40px;
  right: 0;
  width: 100%;
}

.Product .content .product .filter .length:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  width: 80%;
  height: 1px;
  background: #e1e1e1;
  margin: 0 auto;
  z-index: 0;
}

.Product .content .product .filter .length a {
  margin: 0 2%;
  font-size: 12px;
  position: relative;
  padding-top: 15px;
  display: inline-block;
}

.Product .content .product .filter .length a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e1e1e1;
  z-index: 1;
}

.Product .content .product .filter .length a:before {
  font-size: 12px;
  font-family: 'iconfont';
  content: '\e619';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  filter: Alpha(opacity=0);
  color: #004ABB;
  transition: all .3s linear;
  display: none\0;
}

.Product .content .product .filter .length a:hover, .Product .content .product .filter .length a.active {
  color: #004ABB;
}

.Product .content .product .filter .length a:hover:before, .Product .content .product .filter .length a.active:before {
  opacity: 1;
  filter: Alpha(opacity=100);
  display: block\0;
}

.Product .content .product .list {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}

.Product .content .product .list .item {
  height: auto;
  overflow: hidden;
  padding: 0 4px;
  margin-bottom: 30px;
}

.Product .content .product .list .item .img {
  overflow: hidden;
}

.Product .content .product .list .item .img img {
  width: 100%;
}

.Product .content .product .list .item .text {
  height: auto;
  overflow: hidden;
  padding: 15px 0;
}

.Product .content .product .list .item .text h3 {
  font-size: 12px;
  color: #666;
  /*font-family: "SourceHanSans-Light"*/
}

.Product .content .product .list .item .text h2 {
  font-size: 16px;
  color: #1A1819;
  margin: 5px 0;
  /*font-family: "SourceHanSans-Bold";*/
  transition: all .3s linear;
}

.Product .content .product .list .item .text p {
  font-size: 12px;
  color: #555558;
}

.Product .content .product .list .item .text p span {
  float: left;
  width: 50%;
}

.Product .content .product .list .item:hover img {
  transform: scale(1.05);
}

.Product .content .product .list .item:hover h2 {
  color: #004ABB;
}

.Product .content .contactService {
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 60px;
}

.Product .content .contactService .img, .Product .content .contactService .text {
  width: 50%;
  float: left;
  overflow: hidden;
}

.Product .content .contactService .img img, .Product .content .contactService .text img {
  width: 100%;
}

.Product .content .contactService a {
  font-size: 14px;
  color: #464646;
  display: block;
}

.Product .content .contactService a:hover {
  color: #004ABB;
}

.Product .content .contactService a:hover img {
  transform: scale(1.05);
}

.Product .content .contactService a:hover h2 {
  color: #004ABB;
}

.Product .content .contactService .text {
  padding: 5% 20px 0;
}

.Product .content .contactService .text h2 {
  font-size: 16px;
  color: #1a1819;
  /*font-family: "SourceHanSans-Bold"*/
}

.Product .content .contactService .text h2.title {
  margin-top: 10px;
}

.Product .content .contactService .text h2.num {
  font-weight: 700;
}

.Product .content .contactService .text p {
  font-size: 12px;
  color: #555558;
  line-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 60px;
  margin: 5px 0;
}

.Product .content .contactService .text p .time {
  margin-top: 10px;
}

.Product .content .contactService .text p .time p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

.Product .content .contactService .right .img {
  float: right;
}

/* 产品详情页 */
.ProductXq .info {
  height: auto;
  overflow: hidden;
  padding: 30px 0 38px;
}

.ProductXq .info h2 {
  font-size: 26px;
  /*font-family: "SourceHanSans-Medium";*/
  color: #2B2B2B;
}

.ProductXq .info h3 {
  font-size: 12px;
  /*font-family: "SourceHanSans-Light";*/
  color: #1a1a1a;
}

.ProductXq .info ul {
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

.ProductXq .info ul li {
  float: left;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}

.ProductXq .info ul li h4 {
  font-size: 16px;
  /*font-family: "SourceHanSans-Bold";*/
  color: #1a1a1a;
}

.ProductXq .info ul li p {
  font-size: 12px;
  color: #1a1a1a;
}

.ProductXq .info ul li:after {
  content: "";
  width: 1px;
  height: 85%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 11%;
}

.ProductXq .info ul li:first-child {
  padding: 0;
  margin: 0;
}

.ProductXq .info ul li:first-child:after {
  display: none;
}

.ProductXq .parameters {
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}

.ProductXq .parameters .simple {
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}

.ProductXq .parameters .simple .img img {
  width: 100%;
}

.ProductXq .parameters .simple .table {
  height: auto;
  overflow: hidden;
  padding-left: 3%;
}

.ProductXq .parameters .simple .table h3 {
  font-size: 12px;
  text-align: right;
}

.ProductXq .parameters .simple .table ul {
  border-top: 1px solid #707070;
  margin-top: 4px;
}

.ProductXq .parameters .simple .table ul li {
  font-size: 12px;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
}

.ProductXq .parameters .simple .table ul li span {
  width: 50%;
  display: inline-block;
}

.ProductXq .parameters .detailed {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  display: none;
}

.ProductXq .parameters .detailed .chassis, .ProductXq .parameters .detailed .body {
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

.ProductXq .parameters .detailed .chassis .col-xs-3, .ProductXq .parameters .detailed .body .col-xs-3 {
  position: static;
}

.ProductXq .parameters .detailed .icon {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 10%;
}

.ProductXq .parameters .detailed .icon h2 {
  font-size: 13px;
  color: #333;
  /*font-family: "SourceHanSans-Bold";*/
}

.ProductXq .parameters .detailed .chassis .icon {
  top: 45%;
}

.ProductXq .parameters .detailed .chassis .icon i {
  width: 38px;
  height: 31px;
  background: url(../images/icon-chassis.png) center no-repeat;
  display: block;
  background-size: 100%;
  margin: 0 auto;
}

.ProductXq .parameters .detailed .body .icon {
  top: 38%;
  left: 10.5%;
}

.ProductXq .parameters .detailed .body .icon i {
  width: 28px;
  height: 41px;
  background: url(../images/icon-body.png) center no-repeat;
  display: block;
  background-size: 100%;
  margin: 0 auto;
}

.ProductXq .parameters .detailed ul {
  height: auto;
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #fff;
  float: right;
}

.ProductXq .parameters .detailed ul li {
  font-size: 12px;
  line-height: 32px;
  border-bottom: 1px solid #e1e1e1;
}

.ProductXq .parameters .detailed ul li span {
  width: 50%;
  display: inline-block;
  padding-left: 5%;
}

.ProductXq .parameters .detailed ul li span:first-child {
  border-right: 1px solid #e1e1e1;
  padding-left: 10%;
}

.ProductXq .parameters .btnMore {
  width: 96px;
  height: 27px;
  line-height: 27px;
  background: #0055BE;
  text-align: center;
  color: #fff;
  display: block;
  margin: 32px auto 64px;
}

.ProductXq .parameters .btnMore i {
  font-size: 20px;
}

.details {
  height: auto;
  overflow: hidden;
  /* 风格1 */
  /* 风格2 */
  /* 风格3 */
  /* 风格4 */
}

.details .style1 .block1 {
  background: #eee;
}

.details .style1 .block1 .bigTitle {
  width: 60%;
  margin: 50px auto;
}

.details .style1 .block1 .left {
  height: auto;
  overflow: hidden;
}

.details .style1 .block1 .left img {
  width: 100%;
}

.details .style1 .block1 .right {
  height: auto;
  overflow: hidden;
}

.details .style1 .block1 .right .img {
  height: auto;
  overflow: hidden;
}

.details .style1 .block1 .right .img .col-xs-6 {
  padding-left: 10px;
}

.details .style1 .block1 .right .img .col-xs-4 {
  padding-left: 10px;
}

.details .style1 .block1 .right .text {
  height: auto;
  overflow: hidden;
  padding: 7% 10px 0;
}

.details .style1 .block1 .right .text h2 {
  font-size: 16px;
  margin-bottom: 15px;
  /*font-family: "SourceHanSans-Medium";*/
  color: #2b2b2b;
}

.details .style1 .block1 .right .text p {
  font-size: 12px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.details .style1 .block2 {
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}

.details .style1 .block2 .text {
  width: 75%;
  font-size: 13px;
  line-height: 26px;
  color: #2b2b2b;
  margin: 20px auto 0;
  text-align: center;
  /*font-family: "SourceHanSans-Light";*/
}

.details .style1 .block2 .img {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}

.details .style1 .block2 .img .left .col-xs-6 {
  padding-right: 10px;
  margin-bottom: 10px;
}

.details .style1 .block3 {
  height: auto;
  overflow: hidden;
  padding-top: 48px;
}

.details .style1 .block3 .bigTitle {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 53px;
}

.details .style1 .block3 .bg {
  height: auto;
  overflow: hidden;
  background: #eee;
  margin-top: 55px;
  position: relative;
}

.details .style1 .block3 .left {
  height: auto;
  overflow: hidden;
}

.details .style1 .block3 .left img {
  width: 100%;
}

.details .style1 .block3 .right {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

.details .style1 .block3 .right .img {
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

.details .style1 .block3 .right .img .col-xs-6 {
  padding-left: 10px;
}

.details .style1 .block3 .right .text {
  height: auto;
  overflow: hidden;
  padding: 10% 20px 0;
}

.details .style1 .block3 .right .text p {
  font-size: 12px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.details .style1 .block4 {
  height: auto;
  overflow: hidden;
  padding-top: 48px;
}

.details .style1 .block4 .bigTitle {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  line-height: 53px;
}

.details .style1 .block4 .bg {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}

.details .style1 .block4 .text {
  width: 50%;
  padding: 2%;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 12%;
  z-index: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.details .style1 .block4 .text p {
  font-size: 12px;
  line-height: 22px;
  position: relative;
  padding-left: 18px;
}

.details .style1 .block4 .text p:after {
  font-family: 'iconfont';
  content: '\e602';
  font-size: 16px;
  color: #353232;
  position: absolute;
  left: 0;
  top: 0;
}

.details .style1 .block5 {
  height: auto;
  overflow: hidden;
  padding-top: 48px;
}

.details .style1 .block5 .bg {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 58px;
  background: #eee;
}

.details .style1 .block5 .left {
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.details .style1 .block5 .left .img {
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.details .style1 .block5 .left .img .col-xs-6 {
  padding-right: 10px;
}

.details .style1 .block5 .left .text {
  height: auto;
  overflow: hidden;
  padding: 4% 20px 0;
}

.details .style1 .block5 .left .text p {
  font-size: 12px;
  line-height: 20px;
  font-family: "SourceHanSans-Light";
  color: #2b2b2b;
}

.details .style1 .block5 .right {
  height: 100%;
  overflow: hidden;
  float: right;
}

.details .style1 .block5 .right img {
  width: 100%;
}

.details .style2 .block1 {
  background: #eee;
  padding: 15px 0;
}

.details .style2 .block1 .imgSlide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.details .style2 .block1 .imgSlide .btnPrev, .details .style2 .block1 .imgSlide .btnNext {
  position: absolute;
  left: 2%;
  top: 45%;
  background: #0055BE;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.details .style2 .block1 .imgSlide .btnNext {
  left: auto;
  right: 2%;
}

.details .style2 .block1 .text {
  height: auto;
  overflow: hidden;
  padding: 8% 0 0 15px;
}

.details .style2 .block1 .text h2 {
  font-size: 26px;
  margin-bottom: 20px;
  /*font-family: "SourceHanSans-Medium";*/
  color: #2b2b2b;
}

.details .style2 .block1 .text p {
  font-size: 14px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.details .style2 .block2 {
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}

.details .style2 .block2 .bg {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 58px;
  background: #eee;
}

.details .style2 .block2 .left {
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.details .style2 .block2 .left .img {
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.details .style2 .block2 .left .img .col-xs-6 {
  padding-right: 10px;
}

.details .style2 .block2 .left .text {
  height: auto;
  overflow: hidden;
  padding: 4% 20px 0;
}

.details .style2 .block2 .left .text p {
  font-size: 12px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.details .style2 .block2 .right {
  height: 100%;
  overflow: hidden;
  float: right;
}

.details .style2 .block2 .right img {
  width: 100%;
}

.details .style2 .block3 {
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}

.details .style2 .block3 .bg {
  height: auto;
  overflow: hidden;
  background: #eee;
  margin-top: 55px;
}

.details .style2 .block3 .left img {
  width: 100%;
}

.details .style2 .block3 .right {
  height: auto;
  overflow: hidden;
}

.details .style2 .block3 .right .text {
  height: auto;
  overflow: hidden;
  padding: 15% 20px;
}

.details .style2 .block3 .right .text p {
  font-size: 12px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.details .style3 .block1 {
  height: auto;
  overflow: hidden;
}

.details .style3 .block1 .imgSlide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.details .style3 .block1 .imgSlide .swiper-slide {
  position: relative;
  z-index: 0;
  transform: scaleY(0.85);
}

.details .style3 .block1 .imgSlide .swiper-slide-active {
  z-index: 1;
  transform: scaleY(1);
}

.details .style3 .block1 .imgSlide .btnPrev, .details .style3 .block1 .imgSlide .btnNext {
  position: absolute;
  left: 2%;
  top: 45%;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  color: #0055BE;
  cursor: pointer;
  transition: all .3s linear;
}

.details .style3 .block1 .imgSlide .btnPrev:hover, .details .style3 .block1 .imgSlide .btnNext:hover {
  background: #0055BE;
  color: #fff;
}

.details .style3 .block1 .imgSlide .btnNext {
  left: auto;
  right: 2%;
}

.details .style3 .block2 {
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}

.details .style3 .block2 .bg {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 58px;
  background: #eee;
}

.details .style3 .block2 .left {
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.details .style3 .block2 .left .img {
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.details .style3 .block2 .left .img .col-xs-6 {
  padding-right: 10px;
}

.details .style3 .block2 .left .text {
  height: auto;
  overflow: hidden;
  padding: 10% 20px 0;
}

.details .style3 .block2 .left .text p {
  font-size: 12px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.details .style3 .block2 .right {
  height: 100%;
  overflow: hidden;
  float: right;
}

.details .style3 .block2 .right img {
  width: 100%;
}

.details .style3 .block3 {
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}

.details .style3 .block3 .bigTitle {
  margin-bottom: 60px;
}

.details .style3 .block3 .col-xs-6 img {
  width: 100%;
}

.details .style3 .block3 .col-xs-6 .text {
  height: auto;
  overflow: hidden;
  padding: 3% 20px;
  background: #eee;
}

.details .style3 .block3 .col-xs-6 .text p {
  font-size: 12px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.details .style3 .block3 .col-xs-6.left {
  padding-right: 10px;
}

.details .style3 .block3 .col-xs-6.right {
  padding-left: 10px;
}

.details .style4 .bigTitle {
  text-align: left;
  margin-bottom: 20px;
}

.details .style4 .block {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.details .style4 .block .img img {
  width: 100%;
}

.details .style4 .block .text .con {
  height: auto;
  overflow: hidden;
  padding: 10% 20px;
}

.details .style4 .block .text .con p {
  font-size: 12px;
  line-height: 20px;
  /*font-family: "SourceHanSans-Light";*/
  color: #2b2b2b;
}

.Service .clearBoth {
  clear: both;
}

.Service .pb0 {
  padding-bottom: 0 !important;
}

.Service .text-center {
  text-align: center;
}

.Service .pat {
  padding-top: 60px;
}

.Service .mb {
  margin-bottom: 22px;
}

.Service .bgf5 {
  background-color: #F5F5F5;
}

.Service .Service-main {
  height: auto;
  overflow: hidden;
  padding-top: 55px;
}

.Service .text-box {
  height: auto;
  overflow: hidden;
  padding-bottom: 64px;
}

.Service .text-box h2 {
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  color: #333;
  /*font-family: "SourceHanSans-Medium";*/
  font-weight: bold;
  padding-bottom: 24px;
  line-height: normal;
}

.Service .text-box p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  /*font-family: "SourceHanSans-Light";*/
  color: #333;
}

.Service .text-box p img {
  display: block;
  margin-top: 22px;
}

.Service .text-box ul {
  padding-top: 27px;
  margin: 0 -5px;
}

.Service .text-box ul li {
  padding: 0 5px;
}

.Service .text-box ul li .img {
  overflow: hidden;
  position: relative;
}

.Service .text-box ul li .img img {
  display: block;
  margin-bottom: 20px;
}

.Service .text-box ul li .img .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 23% 4%;
  left: 0;
  top: 0;
}

.Service .text-box ul li .img .txt h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 3%;
  font-weight: 300;
  padding: 0;
}

.Service .text-box ul li .img .txt p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.Service .text-box ul li .img .txt p span {
  font-size: 14px;
  font-weight: 300;
}

.Service .text-box ul li .img .txt p i {
  font-size: 20px;
}

.Service .text-box ul li .img .txt .left {
  width: 48%;
  float: left;
}

.Service .text-box ul li .img .txt .right {
  width: 48%;
  float: right;
}

.Service .text-box dl dd {
  height: auto;
  overflow: hidden;
  clear: both;
  padding-top: 40px;
}

.Service .text-box dl dd .text {
  padding: 0 58px;
}

.Service .text-box dl dd .text h3 {
  font-size: 18px;
  /*font-family: "SourceHanSans-Bold";*/
  color: #333;
  padding: 30px 0 15px;
}

.Service .text-box dl dd .text h4 {
  font-size: 16px;
  /*font-family: 'SourceHanSans-Medium';*/
  color: #333;
  padding: 5px 0;
}

.Service .text-box dl dd .text p {
  /*font-family: "SourceHanSans-Light";*/
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.Service .text-box dl dd .text a {
  display: inline-block;
  width: 160px;
  height: 40px;
  background-color: #0055BE;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  margin-top: 15px;
}

.Service .text-box dl dd .text a span:before {
  position: relative;
  top: 0;
  margin-left: 10px;
  font-size: 12px;
  content: "\e626";
}

.Service .text-box dl dd .text a:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  -ms-opacity: 0.8;
  filter: alpha(opacity=80);
}

.Service .text-box dl dd .text a.active span:before {
  content: "\ea04";
}

.Service .text-box dl dd .all-content {
  height: auto;
  overflow: hidden;
  padding: 30px;
  display: none;
}

.Service .text-box dl dd .all-content p {
  margin-top: 20px;
}

.Service .text-box dl dd .all-content p:first-child {
  margin-top: 0;
}

.Service .text-box dl dd:first-child {
  padding-top: 0;
}

.Service .genuine-box {
  padding-top: 60px;
}

.Service .genuine-box h2 {
  text-align: center;
  font-size: 35px;
  color: #2B2B2B;
  /*font-family: 'SourceHanSans-Medium';*/
  font-weight: bold;
  padding-bottom: 60px;
}

.Service .genuine-box .tM {
  padding: 15px;
  clear: both;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.Service .genuine-box .tM .img-box {
  padding-right: 40px;
}

.Service .genuine-box .pat0 {
  padding-top: 0 !important;
}

.Service .genuine-box .text {
  padding-top: 20px;
}

.Service .genuine-box .text h3 {
  font-size: 18px;
  line-height: 24px;
  /*font-family: "SourceHanSans-Bold";*/
  color: #000;
  padding-bottom: 10px;
}

.Service .genuine-box .text p {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  /*font-family: "SourceHanSans-Light";*/
  font-weight: 300;
}

.Service .genuine-box .slide-box {
  height: auto;
  overflow: hidden;
  padding: 0 20px 30px;
}

.Service .genuine-box .slide-box .slide {
  height: auto;
  overflow: visible;
  position: relative;
}

.Service .genuine-box .slide-box .slide a {
  cursor: default;
}

.Service .genuine-box .slide-box .slide .img {
  height: auto;
  overflow: hidden;
  padding: 0 20px;
}

.Service .genuine-box .slide-box .slide .img img {
  width: 100%;
}

.Service .genuine-box .slide-box .slide .text {
  height: auto;
  overflow: hidden;
  padding: 20px;
}

.Service .genuine-box .slide-box .slide .text h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  transition: all .3s linear;
  /*font-family:"SourceHanSans-Bold";*/
  margin-bottom: 0;
}

.Service .genuine-box .slide-box .slide .text p {
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  font-weight: 300;
}

.Service .genuine-box .slide-box .slide .text .btn {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
  display: block;
  transition: all .3s linear;
}

.Service .genuine-box .slide-box .slide .text .btn i {
  font-size: 10px;
  font-weight: bold;
}

.Service .genuine-box .slide-box .slide .btnPrev, .Service .genuine-box .slide-box .slide .btnNext {
  font-size: 28px;
  left: -10px;
  top: 80px;
  position: absolute;
  color: #666;
  cursor: pointer;
  transition: all .3s linear;
}

.Service .genuine-box .slide-box .slide .btnPrev:hover, .Service .genuine-box .slide-box .slide .btnNext:hover {
  color: #0055be;
}

.Service .genuine-box .slide-box .slide .btnNext {
  left: auto;
  right: -10px;
}

.Service .search-box {
  height: auto;
  overflow: hidden;
  padding: 60px 0;
}

.Service .search-box h2 {
  text-align: center;
  font-size: 35px;
  color: #2B2B2B;
  /*font-family: 'SourceHanSans-Medium';*/
  font-weight: bold;
  padding-bottom: 26px;
}

.Service .search-bar {
  width: 62%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.Service .search-bar input {
  padding: 10px 0;
  display: block;
}

.Service .search-bar .text {
  width: 83%;
  font-size: 14px;
  padding-left: 5%;
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
}

.Service .search-bar .button {
  font-size: 14px;
  width: 15%;
  margin-left: 2%;
  text-align: center;
  margin-left: 0;
  background-color: #E1E1E1;
  border: 1px solid #e1e1e1;
  color: #fff;
  cursor: pointer;
}

.Service .search-result {
  height: auto;
  overflow: hidden;
  width: 62%;
  margin: 0 auto;
  padding-top: 40px;
  display: block;
}

.Service .search-result ul li {
  height: auto;
  overflow: hidden;
}

.Service .search-result ul li .text {
  padding-left: 40px;
}

.Service .search-result ul li .text h3 {
  /*font-family: "SourceHanSans-Bold";*/
  font-size: 16px;
  line-height: 22px;
  color: #2b2b2b;
  padding-bottom: 15px;
  padding-top: 20px;
}

.Service .search-result ul li .text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2b2b2b;
}

.Service .service-activities {
  padding-bottom: 60px;
}

.Service .service-activities .newsCommon ul li .text h2 {
  margin: 10px 0;
  min-height: 50px;
}

.Service .service-activities .newsCommon ul li .text .date {
  margin: 0 0 10px 0;
}

.Service .service-activities .newsCommon ul li .text p {
  /*font-family: "SourceHanSans-Light";*/
  color: #333;
  font-weight: 300;
}

.Service .service-station {
  padding: 60px 0;
  height: auto;
  overflow: hidden;
}

.Service .service-station .bigTitle {
  margin-bottom: 64px;
}

.Service .service-station .search-bar {
  margin-bottom: 60px;
  position: relative;
  overflow: visible;
  height: 60px;
  z-index: 2;
}

.Service .service-station .search-bar .text {
  border-color: #e1e1e1;
  width: 85%;
  border-right: 0;
  padding-left: 180px;
}

.Service .service-station .search-bar .button {
  margin-left: 0;
  background-color: #0055be;
}

.Service .service-station .search-bar .area-select {
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  width: 160px;
  background-color: #f5f5f5;
  cursor: pointer;
}

.Service .service-station .search-bar .area-select .area-name {
  display: block;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  text-align: left;
  padding: 0 20px;
  -moz-box-shadow: 0px 0px 7px #DFDFDF;
  -webkit-box-shadow: 0px 0px 7px #DFDFDF;
  box-shadow: 0px 0px 7px #DFDFDF;
}

.Service .service-station .search-bar .area-select ul {
  position: absolute;
  left: 0;
  top: 38px;
  right: 0;
  display: none;
  -moz-box-shadow: 0px 0px 7px #DFDFDF;
  -webkit-box-shadow: 0px 0px 7px #DFDFDF;
  box-shadow: 0px 0px 7px #DFDFDF;
}

.Service .service-station .search-bar .area-select ul li {
  background-color: #f5f5f5;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  border-top: 1px solid #e2e2e2;
  text-align: left;
  padding: 0 20px;
}

.Service .service-station .search-bar .area-select ul li:hover {
  color: #0055be;
}

.Service .service-station ul li {
  height: auto;
  overflow: hidden;
}

.Service .service-station ul li span {
  float: left;
  position: relative;
  top: 0;
  font-size: 20px;
  margin-right: 5px;
}

.Service .service-station ul li p {
  height: auto;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.Service .service-station ul li .item-box {
  min-height: 220px;
  border: 1px solid #004ABB;
  margin: 0 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all .3s linear;
}

.Service .service-station ul li:hover .item-box {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}

.Service .service-station ul li .name {
  color: #004ABB;
  font-size: 14px;
}

.Service .service-station ul li h3 {
  /*font-family: "SourceHanSans-Bold";*/
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin: 8px 0;
  padding-left: 24px;
}

.Service .service-station ul li .item-list {
  font-size: 14px;
  color: #333;
}

.Service .no-data {
  height: auto;
  overflow: hidden;
  clear: both;
  text-align: center;
  color: #333;
  font-size: 22px;
  display: none;
}

.Service .no-data img {
  display: block;
  margin: 0 auto 20px;
  width: 85px;
}

.Service .service-contact {
  padding: 60px 0 60px 10%;
}

.Service .service-contact h2 {
  font-size: 36px;
  color: #2B2B2B;
  /*font-family: 'SourceHanSans-Medium';*/
  font-weight: bold;
  padding-bottom: 40px;
}

.Service .service-contact .item {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  width: 50%;
  margin-bottom: 20px;
}

.Service .service-contact .item p {
  /*font-family: "SourceHanSans-Light";*/
  font-size: 12px;
  color: #2b2b2b;
  line-height: 18px;
}

.Service .service-contact .item input, .Service .service-contact .item textarea {
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 10px 0;
  resize: none;
}

.Service .service-contact .item input:focus, .Service .service-contact .item textarea:focus {
  background-color: #F5F5F5;
}

.Service .service-contact .tel h2 {
  font-size: 16px;
  padding-bottom: 10px;
}

.Service .service-contact .tel p {
  font-size: 12px;
  line-height: 18px;
}

.Service .service-contact .tel p span {
  font-weight: 600;
}

.Service .service-contact .terms {
  height: auto;
  overflow: hidden;
  padding-top: 20px;
}

.Service .service-contact .terms h3 {
  font-size: 24px;
  color: #2B2B2B;
  /*font-family: 'SourceHanSans-Medium';*/
  font-weight: bold;
  padding-bottom: 40px;
  padding-bottom: 20px;
}

.Service .service-contact .terms p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.Service .service-contact .terms .terms-text, .Service .service-contact .terms .terms-box {
  height: auto;
  overflow: hidden;
}

.Service .service-contact .terms .terms-text input, .Service .service-contact .terms .terms-box input {
  margin-right: 10px;
  margin-top: 0;
}

.Service .service-contact .terms .terms-box input {
  display: inline-block;
  color: #fff;
  background-color: #0055BE;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}

.Service .service-contact .terms .terms-box input:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  -ms-opacity: 0.9;
  filter: alpha(opacity=90);
}

.Service .service-repair {
  padding: 60px 0 0;
}

.Service .service-repair h2 {
  font-size: 36px;
  color: #2B2B2B;
  /*font-family: 'SourceHanSans-Medium';*/
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
  line-height: 48px;
}

.Service .service-repair .repair-box {
  height: auto;
  overflow: hidden;
  padding-bottom: 60px;
}

.Service .service-repair .repair-box .repair-item {
  width: 39%;
  padding: 60px 2%;
  height: auto;
  overflow: hidden;
  float: left;
}

.Service .service-repair .repair-box .first {
  width: 22%;
}

.Service .service-repair .repair-box .form-box {
  border: 1px solid #E1E1E1;
  background-color: #fff;
  padding: 20px;
}

.Service .service-repair .repair-box .form-box img {
  width: 80px;
  margin: 5% auto 20%;
}

.Service .service-repair .repair-box .form-box .item:first-child {
  margin-top: 0;
}

.Service .service-repair .repair-box .form-box .item {
  border: 1px solid #E1E1E1;
  margin-top: 20px;
  position: relative;
}

.Service .service-repair .repair-box .form-box .item span {
  font-size: 20px;
  color: #999999;
  display: block;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #E1E1E1;
  text-align: center;
  line-height: 36px;
}

.Service .service-repair .repair-box .form-box .item input {
  font-size: 14px;
  color: #333;
  padding: 8px 0 8px 70px;
}

.Service .service-repair .repair-box .form-box .button {
  cursor: pointer;
  display: block;
  background-color: #0055BE;
  color: #fff;
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 8px 0;
  margin-top: 20px;
}

.Service .service-repair .repair-box .list-box {
  border: 1px solid #0055BE;
  background-color: #fff;
}

.Service .service-repair .repair-box .list-box dl {
  height: auto;
  overflow: hidden;
}

.Service .service-repair .repair-box .list-box dl dt {
  background-color: #0055BE;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  /*font-family: "SourceHanSans-Bold";*/
}

.Service .service-repair .repair-box .list-box dl dd {
  border-top: 1px solid #ececec;
}

.Service .service-repair .repair-box .list-box dl dd a {
  display: block;
  padding: 8px;
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}

.Service .service-repair .repair-box .list-box dl dd a:hover {
  background-color: #ececec;
}

.Service .service-repair .repair-box .list-box dl dd:first-child {
  border-top: 0;
}

.Service .service-repair .repair-box p {
  clear: both;
  padding: 0 2%;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding-bottom: 5px;
  font-weight: 400;
}

.Service .service-repair .repair-box p a {
  font-weight: bold;
  color: #0055BE;
}

.NewsMedia .pat {
  padding-top: 64px !important;
}

.NewsMedia .bgf5 {
  background-color: #f5f5f5;
}

.NewsMedia .newsCommon {
  padding-top: 0 !important;
}

.NewsMedia .btnMore {
  font-size: 18px;
  display: block;
  color: #fff;
  background-color: #0055BE;
  margin: 0 auto;
  clear: both;
  width: 178px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.NewsMedia .btnMore:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  -ms-opacity: 0.9;
  filter: alpha(opacity=90);
}

.NewsMedia .bigTitle {
  padding: 64px 0 40px;
}

.NewsMedia .block {
  padding: 0 0 60px 0;
}

.NewsMedia .newsListCommon .tabsNav-n {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  margin-bottom: 35px;
}

.NewsMedia .newsListCommon .tabsNav-n h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 5px 0;
  /*font-family: 'SourceHanSans-Medium';*/
  float: left;
  margin-right: 65px;
}

.NewsMedia .newsListCommon .tabsNav-n .filter a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  margin: 0 20px;
  position: relative;
}

.NewsMedia .newsListCommon .tabsNav-n .filter a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004ABB;
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all .3s linear;
  display: none\0;
}

.NewsMedia .newsListCommon .tabsNav-n .filter a:hover:after, .NewsMedia .newsListCommon .tabsNav-n .filter a.active:after {
  opacity: 1;
  filter: Alpha(opacity=100);
  display: block\0;
}

.NewsMedia .newsListCommon ul {
  margin: 0 -11px 40px;
  height: auto;
  overflow: hidden;
}

.NewsMedia .newsListCommon ul li {
  padding: 0 11px;
}

.NewsMedia .newsListCommon ul li a {
  display: block;
  overflow: hidden;
}

.NewsMedia .newsListCommon ul li a .img {
  height: auto;
  overflow: hidden;
}

.NewsMedia .newsListCommon ul li a h2 {
  /*font-family: "SourceHanSans-Bold";*/
  color: #333;
  display: block;
}

.NewsMedia .newsListCommon ul li a p {
  /*font-family: "SourceHanSans-Light";*/
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.NewsMedia .newsListCommon ul li a .date {
  /*font-family: "SourceHanSans-Light";*/
  color: #333;
}

.NewsMedia .newsListCommon ul li a:hover h2 {
  color: #0055BE !important;
}

.NewsMedia .newsListCommon ul li a:hover img {
  transform: scale(1.05);
}

.NewsMedia .newsListCommon ul li:hover .cover {
  display: block;
}

.NewsMedia .newsListCommon ul li .cover {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 2;
  background: url("../images/news/cover-bg.png") repeat;
  text-align: center;
  display: none;
}

.NewsMedia .newsListCommon ul li .cover .box {
  margin: 0 auto;
  padding: 21% 15% 0;
  height: auto;
  overflow: hidden;
}

.NewsMedia .newsListCommon ul li .cover a {
  float: left;
  width: 50%;
  color: #fff;
  font-weight: bold;
  /*font-family: "SourceHanSans-Bold";*/
  font-size: 16px;
  margin-top: 2%;
}

.NewsMedia .newsListCommon ul li .cover a:hover {
  color: #0055BE;
}

.NewsMedia .newsListCommon ul li.col-xs-6 h2 {
  font-size: 25px;
  line-height: 32px;
  min-height: 40px;
  margin: 20px 0 20px 0;
}

.NewsMedia .newsListCommon ul li.col-xs-6 p {
  font-size: 16px;
}

.NewsMedia .newsListCommon ul li.col-xs-6 .date {
  font-size: 12px;
  margin: 0 0 16px;
}

.NewsMedia .newsListCommon ul li.col-xs-4, .NewsMedia .newsListCommon ul li.col-xs-3 {
  margin-bottom: 50px;
}

.NewsMedia .newsListCommon ul li.col-xs-4 h2, .NewsMedia .newsListCommon ul li.col-xs-3 h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 34px 0 14px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.NewsMedia .newsListCommon ul li.col-xs-4 p, .NewsMedia .newsListCommon ul li.col-xs-3 p {
  font-size: 14px;
  line-height: 20px;
}

.NewsMedia .newsListCommon ul li.col-xs-4 .date, .NewsMedia .newsListCommon ul li.col-xs-3 .date {
  font-size: 12px;
  margin: 0 0 10px;
}

.NewsMedia .newsListCommon ul li.list-one {
  border-bottom: 1px solid #dadada;
  padding: 30px 0;
}

.NewsMedia .newsListCommon ul li.list-one .img {
  width: 375px;
  overflow: hidden;
  margin-right: 40px;
}

.NewsMedia .newsListCommon ul li.list-one .text {
  padding-top: 30px;
}

.NewsMedia .newsListCommon ul li.list-one .text h2 {
  /*font-family: 'SourceHanSans-Bold';*/
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.NewsMedia .newsListCommon ul li.list-one .text .date {
  /*font-family: 'SourceHanSans-Light';*/
  font-size: 14px;
  margin-bottom: 10px;
}

.NewsMedia .newsListCommon ul li.list-one .text p {
  /*font-family: 'SourceHanSans-Light';*/
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.NewsMedia .newsListCommon ul li.list-one:first-child {
  padding-top: 0;
}

.NewsMedia .photos {
  padding-bottom: 0 !important;
}

.NewsMedia .imgSlide {
  position: relative;
  margin-bottom: 40px;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.NewsMedia .imgSlide .btn {
  position: absolute;
  z-index: 2;
  top: 40%;
  cursor: pointer;
}

.NewsMedia .imgSlide .btnPrev {
  left: 4%;
}

.NewsMedia .imgSlide .btnNext {
  right: 4%;
}

.NewsMedia .imgSlide .swiper-slide {
  position: relative;
}

.NewsMedia .imgSlide .swiper-slide .mask {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/news/bg-mask.png") repeat;
}

.NewsMedia .imgSlide .swiper-slide .img-cover {
  z-index: 3;
  height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: url("../images/news/bg-mask.png") repeat;
}

.NewsMedia .imgSlide .swiper-slide .img-cover a {
  color: #fff;
  display: inline-block;
  /*font-family: "SourceHanSans-Bold";*/
  font-size: 16px;
  margin: 25px 10px 0 10px;
}

.NewsMedia .imgSlide .swiper-slide .img-cover a:hover {
  color: #004ABB;
}

.NewsMedia .imgSlide .swiper-slide-active .mask {
  display: none;
}

.NewsMedia .imgSlide .swiper-slide-active .img-cover {
  display: block;
}

.NewsMedia .newsletter ul {
  margin: 0 -17px 40px;
  height: auto;
  overflow: hidden;
}

.NewsMedia .newsletter ul li {
  padding: 0 17px;
}

.NewsMedia .newsletter ul li.col-5 {
  width: 20%;
  float: left;
  padding: 0 12px;
}

.NewsMedia .newsletter ul li.col-5 h2 {
  font-size: 18px;
  margin: 15px 0 8px;
}

.NewsMedia .newsletter ul li.col-5 .date {
  font-size: 14px;
}

.NewsMedia .video-top {
  height: auto;
  overflow: hidden;
  padding: 0 10%;
}

.NewsMedia .video-top .tit {
  font-weight: 500;
  /*font-family: 'SourceHanSans-Medium';*/
  color: #333;
  text-align: center;
  padding-bottom: 45px;
  font-size: 28px;
}

.NewsMedia .video-list {
  margin-top: 60px !important;
  height: auto;
  overflow: hidden;
}

.NewsMedia .video-box {
  position: relative;
  height: auto;
  overflow: hidden;
  clear: both;
}

.NewsMedia .video-box .pausecenterchnuetenzqzb {
  display: none !important;
}

.NewsMedia .video-box .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 6;
  background: url("../images/news/cover-bg.png") repeat;
}

.NewsMedia .video-box .tit p {
  color: #fff;
  padding: 20px 40px;
  font-size: 16px;
  /*font-family: "SourceHanSans-Light";*/
}

.NewsMedia .video-box .poster {
  height: auto;
  overflow: hidden;
}

.NewsMedia .video-box .poster .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/news/bg-mask.png") repeat;
  cursor: pointer;
}

.NewsMedia .video-box .poster .mask span {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.NewsMedia .video-box #bigVideo {
  z-index: 2;
}

.newsDetail {
  position: relative;
}

.newsDetail .detail-box {
  height: auto;
  overflow: hidden;
}

.newsDetail .detail-box .detail-box-container {
  height: auto;
  overflow: hidden;
  padding: 0 40px;
}

.newsDetail .detail-box .detail-box-container .tit-box {
  border-bottom: 1px solid #ececec;
  padding-top: 60px;
  padding-bottom: 16px;
}

.newsDetail .detail-box .detail-box-container .tit-box h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  /*font-family: "SourceHanSans-Bold";*/
  margin-bottom: 10px;
}

.newsDetail .detail-box .detail-box-container .tit-box p {
  font-size: 14px;
  font-weight: 300;
  /*font-family: "SourceHanSans-Light";*/
  line-height: 20px;
}

.newsDetail .detail-box .detail-box-container .text-box {
  height: auto;
  overflow: hidden;
}

.newsDetail .detail-box .detail-box-container .text-box p {
  font-weight: 300;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  margin-top: 20px;
  /*font-family: "SourceHanSans-Light";*/
}

.newsDetail .detail-box .detail-box-container .text-box p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.newsDetail .previous-list {
  height: auto;
  overflow: hidden;
  padding: 60px 3% 0;
  background-color: #f9f9f9;
  width: 22%;
}

.newsDetail .previous-list h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  /*font-family: "SourceHanSans-Bold";*/
  padding-bottom: 30px;
}

.newsDetail .previous-list ul {
  height: auto;
  overflow: hidden;
}

.newsDetail .previous-list ul li {
  height: auto;
  overflow: hidden;
  padding-bottom: 60px;
}

.newsDetail .previous-list ul li a {
  display: block;
}

.newsDetail .previous-list ul li a:hover img {
  transform: scale(1.05);
}

.newsDetail .previous-list ul li a:hover h2 {
  color: #0055be;
}

.newsDetail .previous-list ul li .img {
  overflow: hidden;
  margin-bottom: 20px;
}

.newsDetail .previous-list ul li .img img {
  width: 100%;
}

.newsDetail .previous-list ul li .text {
  height: auto;
  overflow: hidden;
}

.newsDetail .previous-list ul li .text h2 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  /*font-family: "SourceHanSans-Bold";*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsDetail .previous-list ul li .text .date {
  font-size: 12px;
  color: #333;
  /*font-family: "SourceHanSans-Light";*/
  margin: 7px 0 15px;
}

.newsDetail .previous-list ul li .text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
  /*font-family: "SourceHanSans-Light";*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.newsDetail .hasRight .detail-box {
  width: 78%;
}

.newsDetail .hasRight .previous-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.site-map {
  padding-bottom: 60px;
}

.site-map span.iconfont {
  color: #0055BE;
}

.site-map dl {
  height: auto;
  overflow: hidden;
}

.site-map dl dt {
  padding-top: 40px;
  border-bottom: 1px solid #ececec;
}

.site-map dl dt a {
  font-size: 16px;
  color: #333;
  display: block;
  padding-bottom: 20px;
}

.site-map dl dt a:hover {
  color: #0055BE;
}

.site-map dl dd a {
  font-size: 14px;
  color: #333;
  float: left;
  width: 16.666%;
  padding: 20px 0;
  /*font-family: "SourceHanSans-Light";*/
}

.site-map dl dd a:hover {
  color: #0055BE;
}

/* 综合科技 字体统一*/
.Technology p, .SafetyComfort p {
  /*font-family:"SourceHanSans-Light";*/
  font-weight: 300;
}

/* 综合科技 */
.Technology .technology-list .technology-item {
  color: #0D0D0B;
  padding: 0 15px;
}

.Technology .technology-list .technology-item .img-box {
  text-align: center;
  padding-top: 60px;
}

.Technology .technology-list .technology-item .img-box img {
  width: 69px;
  display: inline-block;
}

.Technology .technology-list .technology-item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 34px;
  text-align: center;
  height: 43px;
}

.Technology .technology-list .technology-item p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 24px;
}

.Technology .img-plate {
  padding: 64px 0;
}

.Technology .img-plate a {
  display: block;
  padding: 1.65%;
  position: relative;
}

.Technology .img-plate img {
  vertical-align: bottom;
  width: 100%;
}

.Technology .img-plate span {
  position: absolute;
  left: 25px;
  bottom: 15px;
  font-size: 19px;
  color: #fff;
  font-weight: 300;
}

.SafetyComfort .tabsNav {
  margin-top: 64px;
}

.SafetyComfort .SafetyComfort-con {
  padding-bottom: 34px;
}

.SafetyComfort .SafetyComfort-con h3 {
  font-size: 18px;
  font-weight: bold;
  /*font-family:"SourceHanSans-Bold";*/
  color: #333;
  line-height: 24px;
}

.SafetyComfort .SafetyComfort-con p {
  font-size: 16px;
  /*font-family:"SourceHanSans-Light";*/
  color: #333;
  line-height: 22px;
}

.SafetyComfort .SafetyComfort-con .tit {
  font-size: 36px;
  margin: 64px auto;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
  /*font-family:"SourceHanSans-Bold";*/
}

.SafetyComfort .SafetyComfort-con .section1 {
  color: #333;
  text-align: center;
}

.SafetyComfort .SafetyComfort-con .section1 h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 64px 0 34px;
  /*font-family:"SourceHanSans-Bold";*/
  line-height: 48px;
}

.SafetyComfort .SafetyComfort-con .section1 p {
  padding: 0 15%;
  text-align: left;
  /*font-family:"SourceHanSans-Light";*/
  font-weight: 400;
}

.SafetyComfort .SafetyComfort-con .section1 > div {
  position: relative;
  margin-top: 34px;
}

.SafetyComfort .SafetyComfort-con .section1 > div .text {
  text-align: left;
  position: absolute;
  color: #fff;
  top: 50%;
  width: 100%;
  padding: 0 13.5%;
}

.SafetyComfort .SafetyComfort-con .section1 > div .text h3 {
  font-weight: bold;
  font-size: 36px;
  /*font-family:"SourceHanSans-Bold";*/
  color: #fff;
  line-height: 48px;
  margin-bottom: 14px;
}

.SafetyComfort .SafetyComfort-con .section1 > div .text span {
  font-size: 16px;
  line-height: 22px;
}

.SafetyComfort .SafetyComfort-con .section2 h3 {
  padding: 34px 0 14px;
}

.SafetyComfort .SafetyComfort-con .section2 .left {
  padding-right: 17px;
}

.SafetyComfort .SafetyComfort-con .section2 .right {
  padding-left: 17px;
}

.SafetyComfort .SafetyComfort-con .section3 .list-box {
  margin-bottom: 34px;
}

.SafetyComfort .SafetyComfort-con .section3 .list-box h3 {
  margin-bottom: 34px;
}

.SafetyComfort .SafetyComfort-con .section3 .box1 .text-box {
  width: 44%;
  padding: 10% 0 0 4%;
}

.SafetyComfort .SafetyComfort-con .section3 .box1 .text-box h3 {
  font-size: 24px;
  line-height: 36px;
}

.SafetyComfort .SafetyComfort-con .section3 .box2 .text-box {
  width: 42%;
  padding: 6% 0 0 4%;
}

.SafetyComfort .SafetyComfort-con .section3 .box2 .text-box h3 {
  font-size: 24px;
  line-height: 36px;
}

.FuelEfficiency .SafetyComfort-con {
  padding-bottom: 64px;
}

.FuelEfficiency .SafetyComfort-con .section1 .img-box {
  margin-top: 34px;
}

.FuelEfficiency .SafetyComfort-con .section2 {
  margin-top: 64px;
}

/* Intelligence 页 */
.Intelligence .SafetyComfort-con {
  padding-bottom: 64px;
}

.Intelligence .SafetyComfort-con h3 {
  font-size: 18px;
  line-height: 24px;
}

.Intelligence .SafetyComfort-con .section1 p {
  font-weight: 300;
}

.Intelligence .SafetyComfort-con .icon-list {
  padding: 64px 0;
}

.Intelligence .SafetyComfort-con .icon-list .icon-item {
  color: #333333;
  float: left;
  width: 20%;
  padding-right: 20px;
  word-break: break-all;
}

.Intelligence .SafetyComfort-con .icon-list .icon-item .img-box {
  width: 100%;
  text-align: center;
}

.Intelligence .SafetyComfort-con .icon-list .icon-item .img-box img {
  display: inline-block;
}

.Intelligence .SafetyComfort-con .icon-list .icon-item h4 {
  font-size: 16px;
  font-weight: bold;
  height: 22px;
  margin: 20px 0 20px;
  line-height: 22px;
}

.Intelligence .SafetyComfort-con .icon-list .icon-item ul li {
  font-size: 12px;
  position: relative;
  /*font-family:"SourceHanSans-Light";*/
  line-height: 18px;
}

.Intelligence .SafetyComfort-con .icon-list .icon-item ul li .iconfont {
  display: inline-block;
  position: absolute;
  left: -6%;
  color: #333333;
  font-size: 12px;
}

.Intelligence .SafetyComfort-con .icon-list .notPad {
  padding: 0 !important;
}

.Intelligence .SafetyComfort-con .section2 .left {
  padding-right: 14px;
}

.Intelligence .SafetyComfort-con .section2 .right {
  padding-left: 14px;
}

/* 新能源客车 */
.NewenergyBus .SafetyComfort-con {
  padding-bottom: 0;
}

.NewenergyBus .SafetyComfort-con .section1 .tit {
  margin: 64px auto 34px;
  width: 608px;
}

.NewenergyBus .SafetyComfort-con .section1 .tit img {
  float: left;
  width: 125px;
}

.NewenergyBus .SafetyComfort-con .section1 .tit h2 {
  text-align: left;
  float: left;
  margin: 0;
  margin-left: 2%;
  color: #333333;
}

.NewenergyBus .SafetyComfort-con .section1 p {
  color: #333333;
  font-weight: 300;
}

.NewenergyBus .SafetyComfort-con .section1 > .img-box .text {
  top: 30%;
}

.NewenergyBus .SafetyComfort-con .section1 .icon-list {
  margin: 60px 0 55px;
  padding: 0 10%;
}

.NewenergyBus .SafetyComfort-con .section1 .icon-list .icon-item img {
  display: inline-block;
  width: 27%;
}

.NewenergyBus .SafetyComfort-con .section1 .icon-list .icon-item h5 {
  margin-top: 33px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.NewenergyBus .SafetyComfort-con .section1 .icon-list .icon-item b {
  font-size: 18px;
  line-height: 24px;
  color: #0059C7;
  /*font-family:"SourceHanSans-Bold"*/
}

.NewenergyBus .SafetyComfort-con .section3 {
  padding-top: 60px;
}

.NewenergyBus .SafetyComfort-con .section3 h3 {
  font-size: 20px;
  line-height: 48px;
  /*font-family:"SourceHanSans-Bold";*/
  color: #000;
  font-weight: bold;
}

.NewenergyBus .SafetyComfort-con .section3 .section3-top li {
  padding: 0 15px;
}

.NewenergyBus .SafetyComfort-con .section3 .section3-top li p {
  font-size: 16px;
  margin-top: 14px;
  color: #000;
}

.NewenergyBus .SafetyComfort-con .section3 .section3-bottom {
  margin-top: 64px;
}

.NewenergyBus .SafetyComfort-con .section3 .section3-bottom li {
  padding: 0 15px;
}

.NewenergyBus .SafetyComfort-con .section3 .section3-bottom li p {
  font-size: 16px;
  margin-top: 14px;
  color: #000;
}

.NewenergyBus .SafetyComfort-con .section2 h3 {
  padding: 64px 0 34px;
  text-align: center;
}

.NewenergyBus .SafetyComfort-con .section2 .left, .NewenergyBus .SafetyComfort-con .section2 .right {
  display: none;
}

.NewenergyBus .SafetyComfort-con .section2 .left h3, .NewenergyBus .SafetyComfort-con .section2 .right h3 {
  text-align: left;
  height: 146px;
}

.NewenergyBus .SafetyComfort-con .section2 .left p, .NewenergyBus .SafetyComfort-con .section2 .right p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.NewenergyBus .SafetyComfort-con .cases .case-box {
  height: auto;
  overflow: hidden;
  margin: 0 -30px;
  padding-top: 20px;
}

.NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 {
  padding: 0 30px;
  margin-bottom: 50px;
}

.NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 img {
  display: block;
  margin-bottom: 30px;
}

.NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  padding: 0 0 10px;
}

.NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 p {
  font-size: 14px;
  color: #080403;
  font-weight: 300;
}

.NewenergyBus .SafetyComfort-con .more-btn {
  width: 200px;
  color: #666;
  /*font-family:'SourceHanSansSC-Normal';*/
  background: #F5F5F5;
  margin: 64px auto;
  clear: both;
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 22px;
  padding: 14px 0;
}

.NewenergyBus .SafetyComfort-con .more-btn .iconfont {
  font-size: 16px;
  vertical-align: middle;
  line-height: 22px;
}

.NewenergyBus .SafetyComfort-con .section4 {
  padding: 60px 43px;
  background: #F5F5F5;
  margin-top: 50px;
  position: relative;
}

.NewenergyBus .SafetyComfort-con .section4 .swiper-wrapper {
  overflow: hidden;
}

.NewenergyBus .SafetyComfort-con .section4 .swiper-container .img-box {
  background-size: cover;
  height: 300px;
}

.NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box {
  padding-left: 43px;
}

.NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box h3 {
  /*font-family:"SourceHanSans-Bold";*/
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
}

.NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box p {
  height: 185px;
  overflow-y: auto;
  /*font-family:"SourceHanSans-Light";*/
  margin-top: 30px;
  color: #333;
}

.NewenergyBus .SafetyComfort-con .section4 .icon-next, .NewenergyBus .SafetyComfort-con .section4 .icon-prev {
  font-size: 45px;
  color: #666666;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  cursor: pointer;
}

.NewenergyBus .SafetyComfort-con .section4 .icon-next {
  right: -5px;
}

.NewenergyBus .SafetyComfort-con .section4 .icon-prev {
  left: -5px;
}

.about {
  /* 底部图片列表 */
  /* 底部图片列表 */
  /* 合作关系 */
  /* 宇通在非洲 */
  /* 宇通在欧洲 */
  /* 出口大事记 */
  /* 荣誉 */
}

.about h3, .about h4, .about h5 {
  /*font-family:"SourceHanSans-Bold";*/
  color: #333333;
  font-weight: bold;
}

.about p {
  /*font-family:"SourceHanSans-Light";*/
  font-weight: 300;
}

.about .bottom-list {
  padding: 64px 0;
}

.about .bottom-list .bottom-item {
  padding: 0 0.5%;
}

.about .bottom-list .bottom-item .img-box {
  width: 100%;
  overflow: hidden;
}

.about .bottom-list .bottom-item h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 14px 0;
  height: 66px;
}

.about .bottom-list .bottom-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.about .tabsNav {
  margin-top: 60px;
}

.about .market-nav {
  background: #F7F7F7;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.about .market-nav a {
  color: #333333;
  font-size: 12px;
  margin: 0 2%;
}

.about .market-nav a.active {
  color: #004ABB;
}

.about .market-nav a:hover {
  color: #004ABB;
}

.about .about-con .section1 h3 {
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  margin: 64px auto 14px;
}

.about .about-con .section1 p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}

.about .about-con .section1 .more-btn {
  margin: 34px auto;
  display: block;
  text-align: center;
  width: 200px;
  background: #F5F5F5;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 0;
}

.about .about-con .section1 .more-btn .iconfont {
  font-size: 16px;
  vertical-align: middle;
  line-height: 22px;
}

.about .about-con .section2 {
  background: #F5F5F5;
  overflow: hidden;
}

.about .about-con .section2 h3 {
  font-size: 24px;
  line-height: 36px;
  width: 70%;
  margin: 64px auto 34px;
  text-align: center;
}

.about .about-con .section2 .exported-list {
  text-align: center;
  margin-top: 64px;
}

.about .about-con .section2 .exported-list p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 64px;
  padding-top: 34px;
  clear: both;
  text-align: left;
}

.about .about-con .section2 .exported-list .exported-item {
  border-right: 1px solid #DBDBDB;
}

.about .about-con .section2 .exported-list .exported-item h4 {
  /*font-family:"SourceHanSans-Light";*/
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 34px;
}

.about .about-con .section2 .exported-list .exported-item b {
  /*font-family:'SourceHanSans-Medium';*/
  font-size: 24px;
  color: #014ABB;
  display: inline-block;
  line-height: 36px;
}

.about .about-con .section2 .exported-list .exported-item span {
  font-size: 16px;
  /*font-family:"SourceHanSans-Light";*/
}

.about .about-con .section2 .exported-list .exported-item .around:after {
  content: '+';
  font-size: 16px;
  vertical-align: top;
  margin-top: -8px;
  display: inline-block;
}

.about .about-con .section3 {
  margin-top: 64px;
}

.about .about-con .section3 .image-text {
  padding: 0 1%;
}

.about .about-con .section3 .image-text h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 34px 0;
}

.about .about-con .section3 .image-text p {
  font-size: 16px;
  line-height: 22px;
}

.about .about-con .section4 {
  padding-bottom: 64px;
}

.about .about-con .section4 h3 {
  font-size: 36px;
  width: 50%;
  margin: 64px auto 14px;
  text-align: center;
  line-height: 48px;
}

.about .about-con .section4 p {
  font-size: 16px;
  line-height: 22px;
}

.about .about-con .section4 .img-box {
  margin-bottom: 34px;
}

.about .about-con .section5 {
  padding: 40px 0;
  background: #F5F5F5;
}

.about .about-con .section5 .container .text-box {
  padding-left: 35px;
  padding-top: 60px;
}

.about .about-con .section5 .container .text-box h3 {
  line-height: 36px;
  font-size: 24px;
}

.about .about-con .section5 .container .text-box p {
  line-height: 22px;
  font-size: 16px;
  margin-top: 34px;
}

.about .about-con .section5 .container .text-box .more-btn {
  display: inline-block;
  width: 160px;
  height: 40px;
  background-color: #0055BE;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  margin-top: 15px;
}

.about .about-con .section5 .container .text-box .more-btn span:before {
  position: relative;
  top: 0;
  margin-left: 10px;
  font-size: 12px;
  content: "\e626";
}

.about .about-con .section5 .img-right {
  margin-top: 25px;
}

.about .about-con .section5 .img-right .text-box {
  padding-right: 30px;
  padding-top: 34px;
}

.about .about-investor {
  padding-bottom: 40px;
}

.about .about-investor .con {
  padding: 30px 0 39px;
}

.about .about-investor .con .times {
  margin-top: -20px;
  position: relative;
}

.about .about-investor .con .times ul a {
  position: relative;
  display: block;
}

.about .about-investor .con .times ul a li {
  color: #161616;
  font-size: 12px;
  line-height: 48px;
  text-align: right;
  position: relative;
}

.about .about-investor .con .times ul a li i {
  position: absolute;
  right: -39px;
  top: 0;
  z-index: 2;
}

.about .about-investor .con .times ul a li.active {
  color: #004ABB;
  font-size: 16px;
}

.about .about-investor .con .times ul a li.active:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/about/active.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 50%;
  margin-top: -7.5px;
  right: -38px;
  z-index: 2;
}

.about .about-investor .con .times ul a:after {
  content: '';
  display: block;
  background: #BEBEBE;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -32px;
  top: 22px;
}

.about .about-investor .con .times ul .no-bor:after {
  display: none;
}

.about .about-investor .con .file-list {
  padding-left: 62px;
}

.about .about-investor .con .file-list ul {
  border-top: 3px solid #DDDDDD;
}

.about .about-investor .con .file-list ul li {
  font-size: 12px;
  color: #161616;
  border-bottom: 1px solid #F2F2F2;
  padding: 11px 20px 7px 10px;
}

.about .about-investor .con .file-list ul li span {
  margin-left: 40px;
  vertical-align: middle;
}

.about .about-investor .con .file-list ul li .iconfont {
  font-size: 12px;
}

.about .about-investor .con .file-list ul li .icon-pdf {
  display: inline-block;
  cursor: pointer;
  width: 15px;
}

.about .about-africa {
  text-align: center;
}

.about .about-africa .address {
  display: inline-block;
  columns: #333333;
  font-size: 16px;
  margin-top: 34px;
  line-height: 22px;
}

.about .about-africa .address i {
  font-size: 16px;
  line-height: 22px;
}

.about .about-africa .video-list {
  padding: 0 14%;
  margin-top: 34px;
}

.about .about-africa .video-list .video-item {
  width: 50%;
  padding: 0 1%;
  float: left;
  position: relative;
}

.about .about-africa .video-list .video-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12%;
  margin-top: -13%;
  margin-left: -6%;
}

.about .about-africa .video-list .video-item span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 30px;
  display: block;
  text-align: center;
  line-height: 22px;
}

.about .about-africa h3 {
  font-size: 36px;
  line-height: 48px;
}

.about .about-africa p {
  /*font-family:"SourceHanSans-Normal";*/
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.about .about-africa .more-btn {
  margin: 34px auto;
  display: block;
  width: 200px;
  padding: 14px 0;
  text-align: center;
  line-height: 22px;
  background: #F5F5F5;
  color: #666;
  font-size: 16px;
}

.about .about-africa .more-btn .iconfont {
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}

.about .about-africa .section1 h3 {
  margin: 34px 0;
}

.about .about-africa .section1 p {
  padding: 0 15%;
}

.about .about-africa .section1 .img-box {
  margin-top: 64px;
  position: relative;
}

.about .about-africa .section1 .img-box .text-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0 2%;
}

.about .about-africa .section1 .img-box .text-box h3 {
  margin: 64px 0;
  color: #fff;
}

.about .about-africa .section1 .img-box .text-box .our-list {
  width: 100%;
}

.about .about-africa .section1 .img-box .text-box .our-list > div {
  float: left;
  width: 33.33333%;
  position: relative;
}

.about .about-africa .section1 .img-box .text-box .our-list > div span {
  display: block;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 22px;
}

.about .about-africa .section1 .img-box .text-box .our-list > div b {
  /*font-family:"SourceHanSans-Medium";*/
  font-size: 45px;
  font-weight: bold;
}

.about .about-africa .section1 .img-box .text-box .our-list > div b span {
  display: inline-block;
  margin: 0 15px;
}

.about .about-africa .section1 .img-box .text-box .our-list > div:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.about .about-africa .section1 .img-box .text-box .our-list > div:first-child:after {
  display: none;
}

.about .about-africa .section2 .more {
  background: #004ABB;
  color: #fff;
  display: block;
  width: 95px;
  margin: 0 auto;
  margin-top: 34px;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 0;
}

.about .about-africa .section2 .tit-box {
  padding: 0 15%;
}

.about .about-africa .section2 .tit-box h3 {
  font-size: 34px;
  margin: 64px 0 34px;
}

.about .about-africa .section2 .img-text {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  margin-top: 64px;
}

.about .about-africa .section2 .img-text .text-box {
  padding: 0 5% 0 4%;
}

.about .about-africa .section2 .img-text .text-box h3 {
  line-height: 36px;
  font-size: 24px;
  margin: 64px 0 34px;
}

.about .about-africa .section2 .img-text .text-box .more {
  margin: 0;
  margin-top: 34px;
}

.about .about-africa .section2 .jieshao {
  padding: 0 14%;
  margin-top: 30px;
}

.about .about-africa .section2 .jieshao .img-box {
  width: 24%;
  margin-right: 2%;
}

.about .about-africa .section2 .jieshao .right {
  width: 70%;
  padding-top: 10px;
}

.about .about-africa .section2 .jieshao .right .top > div {
  float: left;
  border-right: 1px solid #B3B3B3;
  padding: 0 2.5%;
}

.about .about-africa .section2 .jieshao .right .top > div b {
  /*font-family:"SourceHanSansSC-Bold";*/
  font-weight: bold;
  line-height: 29px;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.about .about-africa .section2 .jieshao .right .top > div span {
  font-size: 12px;
  font-weight: 300;
  /*font-family:"SourceHanSansSC-Light";*/
}

.about .about-africa .section2 .jieshao .right p {
  padding: 0 2.5%;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}

.about .about-africa .section3 {
  border-top: 1px solid #CCCCCC;
  margin-top: 30px;
}

.about .about-africa .section3 .tit-box {
  padding: 0 15%;
}

.about .about-africa .section3 .tit-box h3 {
  font-size: 36px;
  line-height: 48px;
  margin: 64px 0 34px;
}

.about .about-africa .section3 .img-text-list {
  padding: 0 14%;
  margin-top: 64px;
}

.about .about-africa .section3 .img-text-list > div {
  width: 33.33333%;
  float: left;
  padding: 0 1%;
}

.about .about-africa .section3 .img-text-list > div .img-box {
  width: 100%;
}

.about .about-africa .section3 .img-text-list > div h3 {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0;
}

.about .about-africa .section3 .img-text-list > div p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.about .about-africa .section3 .img-text-list2 {
  margin: 30px 0;
  padding: 0 15%;
}

.about .about-africa .section3 .img-text-list2 > div {
  padding: 34px 0;
  border-bottom: 1px solid #E6E6E6;
}

.about .about-africa .section3 .img-text-list2 > div a {
  display: block;
  height: auto;
  overflow: hidden;
}

.about .about-africa .section3 .img-text-list2 > div a:hover h3 {
  color: #004ABB;
}

.about .about-africa .section3 .img-text-list2 > div img {
  width: 275px;
  float: left;
  margin-right: 4%;
}

.about .about-africa .section3 .img-text-list2 > div h3 {
  margin: 34px 0;
  font-size: 16px;
  line-height: 22px;
}

.about .about-africa .section3 .img-text-list2 > div span {
  /*font-family:"SourceHanSans-Light";*/
  font-size: 12px;
  line-height: 18px;
}

.about .about-africa .section3 .img-text-list2 > div p {
  font-size: 14px;
  margin-top: 10px;
  /*font-family:"SourceHanSans-Light";*/
  line-height: 20px;
  font-weight: 300;
}

.about .about-africa .section4 {
  margin-top: 64px;
}

.about .about-africa .section4 .img-box {
  position: relative;
}

.about .about-africa .section4 .img-box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 90px 15%;
}

.about .about-africa .section4 .img-box .text-box p {
  margin-top: 34px;
}

.about .about-africa .bottom-list {
  padding-bottom: 34px;
}

.about .about-africa .bottom-list p {
  /*font-family:"SourceHanSans-Light";*/
  font-size: 16px;
  text-align: left;
  margin-top: 14px;
  line-height: 22px;
}

.about .about-europe .section3 .img-text-list2 {
  margin: 30px 0;
  padding: 0 15%;
}

.about .about-europe .section3 .img-text-list2 > div {
  padding: 34px 0;
  border-bottom: 1px solid #E6E6E6;
}

.about .about-europe .section3 .img-text-list2 > div img {
  width: 275px;
  float: left;
  margin-right: 4%;
}

.about .about-europe .section3 .img-text-list2 > div h3 {
  margin: 34px 0;
  font-size: 16px;
  line-height: 22px;
}

.about .about-europe .section3 .img-text-list2 > div span {
  /*font-family:"SourceHanSans-Light";*/
  font-size: 12px;
  line-height: 18px;
}

.about .about-europe .section3 .img-text-list2 > div p {
  font-size: 14px;
  margin-top: 10px;
  /*font-family:"SourceHanSans-Light";*/
  line-height: 20px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.about .about-europe .section4 {
  margin-top: 0;
}

.about .about-export .tit-box {
  padding: 0 15%;
}

.about .about-export .tit-box h3 {
  font-size: 35px;
  margin: 60px 0 30px;
}

.about .about-export .tit-box p {
  font-size: 16px;
  line-height: 26px;
  /*font-family:"SourceHanSans-Normal";*/
}

.about .about-export .times-list {
  position: relative;
  height: 100%;
  margin-top: 30px;
}

.about .about-export .times-list a:hover .deta {
  color: #004ABB;
}

.about .about-export .times-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 26px;
  left: 50%;
  background: #DDDDDD;
}

.about .about-export .times-list .fl, .about .about-export .times-list .fr {
  width: 50%;
  border-bottom: 1px dotted #999999;
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 25px;
}

.about .about-export .times-list .fl img, .about .about-export .times-list .fr img {
  margin-bottom: 20px;
}

.about .about-export .times-list .fl span, .about .about-export .times-list .fr span {
  font-size: 16px;
  position: relative;
  line-height: 26px;
  display: block;
  margin-left: 10px;
  color: #333333;
}

.about .about-export .times-list .fl span i, .about .about-export .times-list .fr span i {
  position: absolute;
  left: -17px;
  top: 0;
  vertical-align: middle;
  color: #464646;
  font-size: 9px;
}

.about .about-export .times-list .fl .deta, .about .about-export .times-list .fr .deta {
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 28px;
  line-height: 52px;
}

.about .about-export .times-list .fl .deta i, .about .about-export .times-list .fr .deta i {
  font-size: 14px;
  line-height: 52px;
  vertical-align: middle;
}

.about .about-export .times-list .fr {
  padding: 20px 7% 54px 3%;
  margin-left: 20px;
}

.about .about-export .times-list .fr .deta {
  left: -95px;
}

.about .about-export .times-list .fl {
  padding: 20px 3% 54px 7%;
  margin-right: 20px;
}

.about .about-export .times-list .fl .deta {
  right: -90px;
}

.about .about-honors {
  padding-bottom: 40px;
}

.about .about-honors .tit-box {
  padding: 60px 15%;
}

.about .about-honors .tit-box h3 {
  font-size: 35px;
}

.about .about-honors .tit-box p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-weight: 400;
  /*font-family:"SourceHanSans-Normal";*/
}

.about .about-honors .honors-list {
  padding: 15px 0;
  border-top: 1px solid #DDDDDD;
}

.about .about-honors .honors-list .img-box {
  float: left;
  margin: 10px 1%;
  width: 30.333333%;
  position: relative;
  cursor: pointer;
}

.about .about-honors .honors-list .img-box .mask {
  top: 0;
  left: 0;
  position: absolute;
  background: url(../images/about/mask.png);
  width: 100%;
  height: 100%;
  padding: 25% 10%;
  text-align: center;
  display: none;
}

.about .about-honors .honors-list .img-box .mask span {
  color: #fff;
  line-height: 22px;
  font-size: 16px;
}

.about .about-honors .honors-list .img-box:hover .mask {
  display: block;
}

/* 联系我们 */
.contact-us .contact-con .map {
  width: 100%;
  height: 400px;
  margin-top: 64px;
}

.contact-us .contact-list {
  padding-top: 64px;
}

.contact-us .contact-list > a {
  float: left;
  width: 25%;
  text-align: center;
  color: #5E5E5E;
  position: relative;
  display: block;
  /*font-family:"SourceHanSans-Normal";*/
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.contact-us .contact-list > a .tit {
  margin: 25px 0 5px;
}

.contact-us .contact-list > a i {
  font-size: 30px;
}

.contact-us .contact-list > a:after {
  content: '';
  display: block;
  width: 1px;
  height: 60%;
  background: #DBDBDB;
  position: absolute;
  right: 0;
  top: 20%;
}

.contact-us .contact-list > a.no-bor:after {
  display: none;
}

.contact-us .contact-list > a:hover i {
  color: #004ABB;
}

/* 搜索 */
.search .search-con {
  padding-bottom: 64px;
}

.search .search-con .search-no-data .con {
  padding: 120px 0;
}

.search .search-con .search-no-data .con img {
  display: inline-block;
  margin-bottom: 34px;
}

.search .search-con .search-no-data .con p {
  color: #666666;
  line-height: 18px;
  font-size: 12px;
  /*font-family:"SourceHanSans-Light";*/
}

.search .search-con .search-box {
  background: #F5F5F5;
  padding: 34px 0;
  margin-bottom: 64px;
}

.search .search-con .result-tip {
  color: #333333;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 20px;
}

.search .search-con .result-tip .fl {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.search .search-con .result-tip .fr {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.search .search-con .result-tip .fr b {
  color: #004ABB;
  font-size: 16px;
}

.search .search-con .list {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}

.search .search-con .list .item {
  height: auto;
  overflow: hidden;
  padding: 0 4px;
  margin-bottom: 30px;
}

.search .search-con .list .item .img {
  overflow: hidden;
}

.search .search-con .list .item .img img {
  width: 100%;
}

.search .search-con .list .item .text {
  height: auto;
  overflow: hidden;
  padding: 15px 0;
}

.search .search-con .list .item .text h3 {
  font-size: 12px;
  color: #666;
  /*font-family: "SourceHanSans-Light"*/
}

.search .search-con .list .item .text h2 {
  font-size: 16px;
  color: #1A1819;
  margin: 5px 0;
  /*font-family: "SourceHanSans-Bold";*/
  transition: all .3s linear;
}

.search .search-con .list .item .text p {
  font-size: 12px;
  color: #555558;
}

.search .search-con .list .item .text p span {
  float: left;
  width: 50%;
}

.search .search-con .list .item:hover img {
  transform: scale(1.05);
}

.search .search-con .list .item:hover h2 {
  color: #004ABB;
}

.search .search-con .newsListCommon .tabsNav-n {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  margin-bottom: 35px;
}

.search .search-con .newsListCommon .tabsNav-n h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 5px 0;
  /*font-family: 'SourceHanSans-Medium';*/
  float: left;
  margin-right: 65px;
}

.search .search-con .newsListCommon .tabsNav-n .filter a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  margin: 0 20px;
  position: relative;
}

.search .search-con .newsListCommon .tabsNav-n .filter a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004ABB;
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all .3s linear;
  display: none\0;
}

.search .search-con .newsListCommon .tabsNav-n .filter a:hover:after, .search .search-con .newsListCommon .tabsNav-n .filter a.active:after {
  opacity: 1;
  filter: Alpha(opacity=100);
  display: block\0;
}

.search .search-con .newsListCommon ul {
  margin: 0 -11px 40px;
  height: auto;
  overflow: hidden;
}

.search .search-con .newsListCommon ul li {
  padding: 0 11px;
}

.search .search-con .newsListCommon ul li a {
  display: block;
  overflow: hidden;
}

.search .search-con .newsListCommon ul li a .img {
  height: auto;
  overflow: hidden;
}

.search .search-con .newsListCommon ul li a h2 {
  /*font-family: "SourceHanSans-Bold";*/
  color: #333;
  display: block;
}

.search .search-con .newsListCommon ul li a p {
  /*font-family: "SourceHanSans-Light";*/
  color: #333;
  font-weight: 300;
}

.search .search-con .newsListCommon ul li a .date {
  /*font-family: "SourceHanSans-Light";*/
  color: #333;
}

.search .search-con .newsListCommon ul li a:hover h2 {
  color: #0055BE !important;
}

.search .search-con .newsListCommon ul li a:hover img {
  transform: scale(1.05);
}

.search .search-con .newsListCommon ul li .cover {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 2;
  background: url("../images/news/cover-bg.png") repeat;
  text-align: center;
}

.search .search-con .newsListCommon ul li .cover .box {
  margin: 0 auto;
  padding: 21% 15% 0;
  height: auto;
  overflow: hidden;
}

.search .search-con .newsListCommon ul li .cover a {
  float: left;
  width: 50%;
  color: #fff;
  font-weight: bold;
  /*font-family: "SourceHanSans-Bold";*/
  font-size: 16px;
  margin-top: 2%;
}

.search .search-con .newsListCommon ul li .cover a:hover {
  color: #0055BE;
}

.search .search-con .newsListCommon ul li.col-xs-6 h2 {
  font-size: 25px;
  line-height: 32px;
  min-height: 40px;
  margin: 20px 0 20px 0;
}

.search .search-con .newsListCommon ul li.col-xs-6 p {
  font-size: 16px;
}

.search .search-con .newsListCommon ul li.col-xs-6 .date {
  font-size: 12px;
  margin: 0 0 16px;
}

.search .search-con .newsListCommon ul li.col-xs-4, .search .search-con .newsListCommon ul li.col-xs-3 {
  margin-bottom: 50px;
}

.search .search-con .newsListCommon ul li.col-xs-4 h2, .search .search-con .newsListCommon ul li.col-xs-3 h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 34px 0 14px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.search .search-con .newsListCommon ul li.col-xs-4 p, .search .search-con .newsListCommon ul li.col-xs-3 p {
  font-size: 14px;
  line-height: 20px;
}

.search .search-con .newsListCommon ul li.col-xs-4 .date, .search .search-con .newsListCommon ul li.col-xs-3 .date {
  font-size: 12px;
  margin: 0 0 10px;
}

.search .search-con .newsListCommon ul li.list-one {
  border-bottom: 1px solid #dadada;
  padding: 30px 0;
}

.search .search-con .newsListCommon ul li.list-one .img {
  width: 375px;
  overflow: hidden;
  margin-right: 40px;
}

.search .search-con .newsListCommon ul li.list-one .text {
  padding-top: 30px;
}

.search .search-con .newsListCommon ul li.list-one .text h2 {
  /*font-family: 'SourceHanSans-Bold';*/
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.search .search-con .newsListCommon ul li.list-one .text .date {
  /*font-family: 'SourceHanSans-Light';*/
  font-size: 14px;
  margin-bottom: 10px;
}

.search .search-con .newsListCommon ul li.list-one .text p {
  /*font-family: 'SourceHanSans-Light';*/
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.search .search-con .newsListCommon ul li.list-one:first-child {
  padding-top: 0;
}

.error .content {
  padding: 100px 0;
}

.error .content img {
  display: inline-block;
}

.error .content .btn {
  color: #004ABB;
  font-size: 12px;
  /*font-family:"SourceHanSans-Normal";*/
  font-weight: 400;
  line-height: 18px;
  border: 1px solid #004ABB;
  display: block;
  width: 200px;
  padding: 8px 0;
  margin: 15px auto;
}

.error .content .btn i {
  font-size: 12px;
}

.order-result {
  height: auto;
  overflow: hidden;
  padding: 180px 0 230px;
  background-color: #fff;
  text-align: center;
}

.order-result img {
  display: block;
  margin: 0 auto 12px;
}

.order-result h1 {
  font-weight: 300;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  /*font-family: "SourceHanSans-Bold";*/
}

.order-result p {
  font-weight: 300;
  font-size: 12px;
  color: #666;
  /*font-family: "SourceHanSans-Light";*/
  line-height: 30px;
}

.order-result .btns {
  height: auto;
  overflow: hidden;
  padding-top: 30px;
}

.order-result .btns a {
  display: inline-block;
  color: #014ABB;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #014ABB;
  padding: 4px 10px;
  margin: 0 6px;
  /*font-family: "SourceHanSans-Light";*/
}

.order-result .btns a:hover {
  color: #fff;
  background-color: #014ABB;
}

.cookie h2 {
  text-align: center;
  color: #2b2b2b;
  /*font-family: "SourceHanSans-Medium";*/
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 80px;
}

.cookie h3 {
  /*font-family: 'SourceHanSans-Medium';*/
  color: #333;
  font-size: 20px;
  line-height: 32px;
  padding: 30px 0 10px;
}

.cookie h4 {
  /*font-family: 'SourceHanSans-Medium';*/
  color: #333;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0 10px;
}

.cookie p {
  /*font-family: "SourceHanSans-Light";*/
  color: #333;
  font-size: 14px;
  line-height: 26px;
}

.cookie table {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 0;
  border-collapse: collapse;
}

.cookie table td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

/* 中等屏幕（1280 ~ 1440  1440设计图） */
@media (min-width: 1280px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .container {
    margin-right: 60px;
    margin-left: 60px;
  }
  .bigTitle {
    font-size: 48px;
  }
  .noData {
    font-size: 14px;
    padding: 80px 0;
  }
  .noData img {
    display: block;
    margin: 0 auto 50px;
    width: 70px;
  }
  /* 面包屑导航 */
  .breadcrumbs {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .breadcrumbs a {
    font-size: 14px;
  }
  .breadcrumbs a i {
    font-size: 16px;
  }
  /* 内页顶部大图 */
  .bigBanner .breadcrumbs a {
    font-size: 14px;
  }
  /* 底部联系 */
  .contactFooter {
    padding: 50px 0;
  }
  .contactFooter .item i {
    font-size: 40px;
    margin-right: 15px;
    top: -9px;
  }
  .contactFooter .item .text h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .contactFooter .item .text p {
    font-size: 14px;
  }
  /* 切换卡 */
  .tabsNav a {
    font-size: 20px;
    margin: 0 10px;
    padding-bottom: 30px;
  }
  /* 在线服务 */
  .onlineService {
    padding: 70px 0 90px;
  }
  .onlineService form {
    margin-top: 70px;
    margin-right: 50px;
  }
  .onlineService form .row {
    margin-bottom: 40px;
  }
  .onlineService form .row span {
    font-size: 14px;
  }
  .onlineService form .row .sb span {
    margin-top: 8px;
  }
  .onlineService form .row .sb input {
    height: 38px;
    font-size: 14px;
  }
  .onlineService form .row textarea {
    height: 135px;
    font-size: 14px;
  }
  .onlineService form .row.btnBox .btn {
    width: 135px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  /* 新闻公用 */
  .newsCommon {
    padding: 0;
    position: relative;
  }
  .newsCommon.pat {
    padding-top: 90px;
  }
  .newsCommon ul {
    height: auto;
    overflow: hidden;
  }
  .newsCommon ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .newsCommon ul li .img {
    height: auto;
    overflow: hidden;
  }
  .newsCommon ul li .img img {
    width: 100%;
  }
  .newsCommon ul li .text {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  .newsCommon ul li .text h2 {
    font-size: 22px;
    line-height: 26px;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsCommon ul li .text .date {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
  }
  .newsCommon ul li .text p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  /* 头部 */
  .header .top {
    padding: 18px 0;
    position: relative;
    z-index: 2;
  }
  .header .top .logo {
    width: 95px;
    height: 55px;
  }
  .header .top .other {
    padding: 17px 0;
  }
  .header .top .other .item {
    font-size: 14px;
    color: #666;
    margin-left: 33px;
    display: block;
    float: left;
  }
  .header .top .other .item i {
    font-size: 15px;
    vertical-align: -1px;
    margin-right: 5px;
  }
  .header .top .other .item i.icon-dropdown {
    font-size: 14px;
    color: #999;
    vertical-align: 0;
  }
  .header .top .other .item.btnMenu {
    display: none;
  }
  .header .top .other .item.btnMenu i {
    font-size: 30px;
    color: #0055be;
  }
  .header .top .other .item.btnLanguage {
    position: relative;
    cursor: pointer;
  }
  .header .top .other .item.btnLanguage:hover {
    color: #0055be;
  }
  .header .top .other .item.btnLanguage .languageBox {
    padding: 10px;
  }
  .header .top .other .item.btnLanguage .languageBox a {
    font-size: 14px;
    line-height: 30px;
  }
  .header .nav {
    display: block;
    padding: 0;
  }
  .header .nav .con a {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    padding-right: 35px;
  }
  .header .nav .con a span {
    right: 35px;
  }
  .header .nav .con a.btnSearch {
    font-size: 14px;
  }
  .header .nav .con a.btnSearch i {
    font-size: 17px;
    vertical-align: -2px;
    margin-left: 3px;
  }
  .header .navTwo {
    top: 50px;
  }
  .header .navTwo .item a {
    font-size: 16px;
    line-height: 45px;
    padding-right: 35px;
  }
  .header .navTwo .item a span {
    right: 35px;
  }
  .header .searchBox input {
    height: 45px;
    font-size: 16px;
    padding-left: 40px;
  }
  .header .searchBox .btnSearch1 {
    width: 180px;
    line-height: 45px;
  }
  .header .searchBox .btnSearch1 i {
    font-size: 20px;
  }
  /* 尾部 */
  .footer {
    height: auto;
    overflow: hidden;
    background: url(../images/footerBg.png) center no-repeat;
    background-size: cover;
  }
  .footer dl {
    float: left;
    color: #2b2b2b;
    padding: 80px 0 20px;
  }
  .footer dl dt {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .footer dl dd {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .bottom {
    padding: 50px 0;
  }
  .bottom .sj a i {
    font-size: 24px;
    margin: 0 15px;
  }
  .bottom .link {
    margin-top: 40px;
  }
  .bottom .link span, .bottom .link a {
    font-size: 14px;
    margin: 0 15px;
  }
  /* 首页 */
  .Index .content {
    /* 轮播图 */
    /* 产品列表 */
    /* 关于我们 */
    /* 新闻中心 */
    /* 社交媒介 */
    /* 国内IP */
    /* 服务站 */
  }
  .Index .content .banner .btnPrev, .Index .content .banner .btnNext {
    font-size: 50px;
    left: 30px;
    top: 45%;
  }
  .Index .content .banner .btnPrev img, .Index .content .banner .btnNext img {
    width: 48px;
  }
  .Index .content .banner .btnNext {
    left: auto;
    right: 30px;
  }
  .Index .content .block .title {
    font-size: 48px;
  }
  .Index .content .block .btnMore {
    width: 135px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-top: 20px;
  }
  .Index .content .product {
    padding: 100px 0;
  }
  .Index .content .product .b {
    height: 50%;
  }
  .Index .content .product .slide {
    padding: 75px 0 0;
  }
  .Index .content .product .slide .text {
    padding: 30px 20px 50px;
  }
  .Index .content .product .slide .text h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .Index .content .product .slide .text p {
    font-size: 14px;
    line-height: 20px;
    max-height: 63px;
  }
  .Index .content .product .slide .text .btn {
    font-size: 16px;
    margin-top: 10px;
  }
  .Index .content .product .slide .btnPrev, .Index .content .product .slide .btnNext {
    font-size: 44px;
    top: 28%;
  }
  .Index .content .product .slide .btnNext {
    left: auto;
    right: 0;
  }
  .Index .content .about {
    padding: 0;
  }
  .Index .content .about .left .text {
    padding: 20% 0;
    color: #fff;
  }
  .Index .content .about .left .text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .Index .content .about .left .text h2 {
    width: 70%;
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
  }
  .Index .content .about .left .text h1 {
    font-size: 38px;
    margin: 30px 0 0;
  }
  .Index .content .about .left .text p {
    font-size: 14px;
  }
  .Index .content .about .right .item h2 {
    font-size: 22px;
    left: 10px;
    bottom: 10px;
  }
  .Index .content .newsCommon ul {
    margin-top: 70px;
  }
  .Index .content .socialMedia {
    padding: 100px 0 0;
    position: relative;
  }
  .Index .content .socialMedia ul {
    margin: 76px 0 40px;
  }
  .Index .content .socialMedia ul li {
    padding: 7px;
  }
  .Index .content .socialMedia ul li .icon {
    font-size: 28px;
    top: 24%;
    right: 30px;
  }
  .Index .content .socialMedia ul li .icon-youtube {
    top: 50px;
  }
  .Index .content .socialMedia ul li .text {
    padding: 22% 30px;
  }
  .Index .content .socialMedia ul li .text h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .Index .content .socialMedia ul li .text p {
    font-size: 16px;
    line-height: 24px;
    max-height: 120px;
  }
  .Index .content .socialMedia ul li.video .icon-play {
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
  .Index .content .socialMedia ul li.video .text p {
    max-height: 88px;
  }
  .Index .content .socialMedia ul li .btnShare {
    font-size: 15px;
    bottom: 30px;
    left: 30px;
  }
  .Index .content .socialMedia ul li .btnShare i {
    font-size: 17px;
    margin-right: 5px;
    vertical-align: -1px;
  }
  .Index .content .china {
    padding: 100px 0 0;
    position: relative;
  }
  .Index .content .china ul {
    margin: 76px 0 40px;
  }
  .Index .content .china ul li {
    padding: 0;
  }
  .Index .content .china ul li .text {
    padding: 18% 30px;
  }
  .Index .content .china ul li .text h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .Index .content .china ul li .text p {
    font-size: 16px;
    line-height: 24px;
    max-height: 120px;
  }
  .Index .content .china ul li .text span {
    font-size: 14px;
    margin-top: 20px;
  }
  .Index .content .china ul li.imgBox .text p {
    max-height: 88px;
  }
  .Index .content .serviceStation {
    margin-top: 100px;
  }
  .Index .content .serviceStation .text {
    padding: 195px 0;
    color: #fff;
  }
  .Index .content .serviceStation .text h2 {
    font-size: 22px;
  }
  .Index .content .serviceStation .text h1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .Index .content .serviceStation .text h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 15px 0 0;
  }
  .Index .content .serviceStation .text p {
    font-size: 15px;
  }
  .Index .content .serviceStation .text .btnSearch {
    width: 134px;
    line-height: 38px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
    opacity: .8;
    filter: alpha(opacity=80);
  }
  /* 产品页 */
  .Product .content .product {
    padding: 75px 0 100px;
  }
  .Product .content .product .filter {
    margin-top: 70px;
  }
  .Product .content .product .filter .classify {
    padding: 45px 0;
  }
  .Product .content .product .filter .classify .con {
    margin: 0 15px;
  }
  .Product .content .product .filter .classify .con h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .Product .content .product .filter .length {
    bottom: -80px;
  }
  .Product .content .product .filter .length:after {
    width: 72%;
  }
  .Product .content .product .filter .length a {
    padding-top: 20px;
    font-size: 14px;
  }
  .Product .content .product .filter .length a:after {
    top: 2px;
    width: 8px;
    height: 8px;
  }
  .Product .content .product .filter .length a:before {
    font-size: 13px;
    width: 14px;
    height: 14px;
    top: 1px;
  }
  .Product .content .product .list {
    padding-top: 40px;
  }
  .Product .content .product .list .item {
    padding: 0 7px;
    margin-bottom: 40px;
  }
  .Product .content .product .list .item .text {
    padding: 10px 0;
  }
  .Product .content .product .list .item .text h3 {
    font-size: 14px;
  }
  .Product .content .product .list .item .text h2 {
    font-size: 22px;
    margin: 10px 0;
  }
  .Product .content .product .list .item .text p {
    font-size: 12px;
  }
  .Product .content .contactService {
    margin-bottom: 90px;
  }
  .Product .content .contactService .text {
    padding: 4% 30px 0;
  }
  .Product .content .contactService .text h2 {
    font-size: 20px;
  }
  .Product .content .contactService .text h2.title {
    margin-top: 15px;
  }
  .Product .content .contactService .text h2.num {
    font-weight: 700;
  }
  .Product .content .contactService .text p {
    font-size: 14px;
    line-height: 20px;
    max-height: 72px;
    margin: 10px 0;
  }
  .Product .content .contactService .text p .time {
    margin-top: 15px;
  }
  .Product .content .contactService .text p .time p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .Product .content .contactService .text a {
    font-size: 16px;
  }
  .Product .content .contactService .right .img {
    float: left;
  }
  /* 综合科技 */
  .Technology .technology-list .technology-item {
    padding: 0 25px;
  }
  .Technology .technology-list .technology-item .img-box {
    padding-top: 100px;
  }
  .Technology .technology-list .technology-item .img-box img {
    width: 90px;
  }
  .Technology .technology-list .technology-item h3 {
    font-size: 22px;
    margin-top: 50px;
    line-height: 26px;
    height: 60px;
  }
  .Technology .technology-list .technology-item p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 50px;
  }
  .Technology .img-plate {
    padding: 100px 0;
  }
  .Technology .img-plate span {
    font-size: 27px;
    left: 33px;
    bottom: 20px;
  }
  .Service .pat {
    padding-top: 100px;
  }
  .Service .mb {
    margin-bottom: 38px;
  }
  .Service .Service-main {
    padding-top: 87px;
  }
  .Service .text-box {
    padding-bottom: 100px;
  }
  .Service .text-box h2 {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 40px;
  }
  .Service .text-box p {
    line-height: 32px;
    font-size: 20px;
  }
  .Service .text-box p img {
    margin-top: 38px;
  }
  .Service .text-box ul {
    padding-top: 40px;
    margin: 0 -8px;
  }
  .Service .text-box ul li {
    padding: 0 8px;
  }
  .Service .text-box ul li .img .txt h2 {
    font-size: 20px;
  }
  .Service .text-box ul li .img .txt p {
    font-size: 30px;
  }
  .Service .text-box ul li .img .txt p span {
    font-size: 16px;
  }
  .Service .text-box ul li .img .txt p i {
    font-size: 24px;
  }
  .Service .text-box dl dd {
    padding-top: 40px;
  }
  .Service .text-box dl dd .text {
    padding: 0 60px;
  }
  .Service .text-box dl dd .text h3 {
    font-size: 22px;
    padding: 40px 0 15px;
  }
  .Service .text-box dl dd .text h4 {
    font-size: 20px;
    padding: 5px 0;
  }
  .Service .text-box dl dd .text p {
    font-size: 20px;
    line-height: 32px;
  }
  .Service .text-box dl dd .text a {
    width: 180px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
  }
  .Service .text-box dl dd .text a span:before {
    font-size: 14px;
  }
  .Service .genuine-box {
    padding-top: 90px;
  }
  .Service .genuine-box h2 {
    font-size: 49px;
    padding-bottom: 90px;
  }
  .Service .genuine-box .tM {
    padding: 20px;
    margin-bottom: 40px;
  }
  .Service .genuine-box .tM .img-box {
    padding-right: 40px;
  }
  .Service .genuine-box .text h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .Service .genuine-box .text p {
    font-size: 20px;
    line-height: 32px;
  }
  .Service .genuine-box .slide-box {
    padding: 0 20px 50px;
  }
  .Service .genuine-box .slide-box .slide .text h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .Service .genuine-box .slide-box .slide .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .Service .genuine-box .slide-box .slide .text .btn {
    font-size: 15px;
    margin-top: 10px;
  }
  .Service .genuine-box .slide-box .slide .btnPrev, .Service .genuine-box .slide-box .slide .btnNext {
    font-size: 36px;
    top: 18%;
    left: -20px;
  }
  .Service .genuine-box .slide-box .slide .btnNext {
    left: auto;
    right: 0;
    right: -20px;
  }
  .Service .search-box {
    padding: 90px 0;
  }
  .Service .search-box h2 {
    font-size: 49px;
    padding-bottom: 36px;
  }
  .Service .search-bar input {
    padding: 12px 0;
  }
  .Service .search-bar .text {
    font-size: 16px;
  }
  .Service .search-bar .button {
    font-size: 16px;
  }
  .Service .search-result {
    padding-top: 50px;
  }
  .Service .search-result ul li .text {
    padding-left: 50px;
  }
  .Service .search-result ul li .text h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .Service .search-result ul li .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .Service .service-activities {
    padding-bottom: 90px;
  }
  .Service .service-activities .newsCommon ul li .text h2 {
    margin: 10px 0;
    min-height: 60px;
  }
  .Service .service-activities .newsCommon ul li .text .date {
    margin: 0 0 10px 0;
  }
  .Service .service-activities .newsCommon ul li .text p {
    font-family: "SourceHanSans-Light";
    color: #333;
  }
  .Service .service-station {
    padding: 90px 0;
  }
  .Service .service-station .search-bar {
    margin-bottom: 90px;
    height: 60px;
  }
  .Service .service-station .search-bar .text {
    padding-left: 220px;
  }
  .Service .service-station .search-bar .area-select {
    height: 44px;
    width: 200px;
  }
  .Service .service-station .search-bar .area-select .area-name {
    line-height: 44px;
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
  }
  .Service .service-station .search-bar .area-select ul {
    top: 44px;
  }
  .Service .service-station .search-bar .area-select ul li {
    background-color: #f5f5f5;
    color: #333;
    font-size: 16px;
    line-height: 44px;
  }
  .Service .service-station ul li p {
    font-size: 20px;
    line-height: 32px;
  }
  .Service .service-station ul li span {
    top: 4px;
    font-size: 24px;
  }
  .Service .service-station ul li .item-box {
    min-height: 280px;
    padding: 30px;
    margin-bottom: 30px;
  }
  .Service .service-station ul li .name {
    color: #004ABB;
    font-size: 20px;
  }
  .Service .service-station ul li h3 {
    font-size: 22px;
    line-height: 26px;
    padding-left: 25px;
  }
  .Service .service-station ul li .item-list {
    font-size: 20px;
    color: #333;
  }
  .Service .service-contact {
    padding: 90px 0 90px 10%;
  }
  .Service .service-contact h2 {
    font-size: 48px;
    padding-bottom: 50px;
  }
  .Service .service-contact .item p {
    font-size: 14px;
  }
  .Service .service-contact .item input, .Service .service-contact .item textarea {
    font-size: 14px;
    padding: 12px 0;
  }
  .Service .service-contact .tel h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .Service .service-contact .tel h2.lianxi {
    font-weight: 400;
  }
  .Service .service-contact .tel p {
    font-size: 14px;
    line-height: 20px;
  }
  .Service .service-contact .tel p span {
    font-weight: 700;
  }
  .Service .service-contact .terms {
    padding-top: 30px;
  }
  .Service .service-contact .terms h3 {
    font-size: 36px;
    padding-bottom: 20px;
  }
  .Service .service-contact .terms p {
    font-size: 14px;
    line-height: 20px;
  }
  .Service .service-contact .terms input {
    padding: 12px 35px;
    margin-top: 30px;
    font-size: 16px;
  }
  .Service .service-contact .terms input:hover {
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -o-opacity: 0.9;
    -ms-opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .Service .service-repair {
    padding: 90px 0 0;
  }
  .Service .service-repair h2 {
    font-size: 48px;
    padding-bottom: 60px;
    line-height: 60px;
  }
  .Service .service-repair .repair-box {
    padding-bottom: 90px;
  }
  .Service .service-repair .repair-box .repair-item {
    padding: 90px 2%;
  }
  .Service .service-repair .repair-box .form-box {
    padding: 25px;
  }
  .Service .service-repair .repair-box .form-box img {
    width: 100px;
  }
  .Service .service-repair .repair-box .form-box .item {
    margin-top: 25px;
  }
  .Service .service-repair .repair-box .form-box .item span {
    line-height: 45px;
  }
  .Service .service-repair .repair-box .form-box .item input {
    font-size: 16px;
    padding: 10px 0 10px 70px;
  }
  .Service .service-repair .repair-box .form-box .button {
    font-size: 16px;
    padding: 10px 0;
    margin-top: 25px;
  }
  .Service .service-repair .repair-box .list-box dl dt {
    padding: 10px 20px;
    font-size: 18px;
  }
  .Service .service-repair .repair-box .list-box dl dd a {
    padding: 10px;
    font-size: 16px;
    color: #333333;
  }
  .Service .service-repair .repair-box p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 8px;
  }
  .NewsMedia .pat {
    padding-top: 100px !important;
  }
  .NewsMedia .btnMore {
    font-size: 16px;
    width: 178px;
    height: 50px;
    line-height: 50px;
  }
  .NewsMedia .bigTitle {
    padding: 100px 0 80px;
  }
  .NewsMedia .block {
    padding: 0 0 90px 0;
  }
  .NewsMedia .newsListCommon .tabsNav-n {
    margin-bottom: 50x;
  }
  .NewsMedia .newsListCommon .tabsNav-n h2 {
    font-size: 22px;
    padding: 5px 0;
    margin-right: 100px;
  }
  .NewsMedia .newsListCommon .tabsNav-n .filter a {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 25px;
  }
  .NewsMedia .newsListCommon ul li .cover a {
    font-size: 22px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-6 h2 {
    font-size: 30px;
    line-height: 42px;
    min-height: 40px;
    margin: 25px 0 25px 0;
  }
  .NewsMedia .newsListCommon ul li.col-xs-6 p {
    font-size: 16px;
    line-height: 25px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-6 .date {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-4 h2, .NewsMedia .newsListCommon ul li.col-xs-3 h2 {
    font-size: 22px;
    margin: 50px 0 18px;
    line-height: 26px;
    height: 70px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-4 p, .NewsMedia .newsListCommon ul li.col-xs-3 p {
    font-size: 14px;
    line-height: 25px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-4 .date, .NewsMedia .newsListCommon ul li.col-xs-3 .date {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 24px;
  }
  .NewsMedia .newsListCommon ul li.list-one {
    padding: 40px 0;
  }
  .NewsMedia .newsListCommon ul li.list-one .img {
    width: 375px;
    overflow: hidden;
    margin-right: 60px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text {
    padding-top: 26px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text .date {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .NewsMedia .imgSlide {
    margin-bottom: 50px;
  }
  .NewsMedia .imgSlide .swiper-slide .img-cover {
    height: 90px;
  }
  .NewsMedia .imgSlide .swiper-slide .img-cover a {
    font-size: 18px;
    margin: 35px 10px 0 10px;
  }
  .NewsMedia .video-top .tit {
    padding-bottom: 45px;
    font-size: 32px;
  }
  .NewsMedia .video-list {
    margin-top: 90px !important;
  }
  .NewsMedia .video-box .tit p {
    padding: 30px 60px;
    font-size: 18px;
  }
  .newsDetail .detail-box .detail-box-container {
    padding: 0 60px;
  }
  .newsDetail .detail-box .detail-box-container .tit-box {
    padding-top: 95px;
    padding-bottom: 20px;
  }
  .newsDetail .detail-box .detail-box-container .tit-box h2 {
    font-size: 42px;
    line-height: 66px;
    margin-bottom: 10px;
  }
  .newsDetail .detail-box .detail-box-container .tit-box p {
    font-size: 16px;
    line-height: 22px;
  }
  .newsDetail .detail-box .detail-box-container .text-box p {
    font-weight: 300;
    line-height: 32px;
    font-size: 18px;
    margin-top: 30px;
  }
  .newsDetail .previous-list {
    padding: 95px 3% 0;
  }
  .newsDetail .previous-list h3 {
    font-size: 22px;
    line-height: 60px;
    padding-bottom: 50px;
  }
  .newsDetail .previous-list ul li {
    padding-bottom: 90px;
  }
  .newsDetail .previous-list ul li .img {
    margin-bottom: 30px;
  }
  .newsDetail .previous-list ul li .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .newsDetail .previous-list ul li .text .date {
    font-size: 14px;
    color: #333;
    margin: 7px 0 18px;
  }
  .newsDetail .previous-list ul li .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .site-map {
    padding-bottom: 90px;
  }
  .site-map dl dt {
    padding-top: 40px;
  }
  .site-map dl dt a {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .site-map dl dd a {
    font-size: 16px;
    padding: 20px 0;
  }
  /* 产品详情页 */
  .ProductXq .info {
    padding: 45px 0 55px;
  }
  .ProductXq .info h2 {
    font-size: 36px;
  }
  .ProductXq .info h3 {
    font-size: 12px;
  }
  .ProductXq .info ul {
    margin-top: 25px;
  }
  .ProductXq .info ul li {
    padding-left: 40px;
    margin-left: 40px;
  }
  .ProductXq .info ul li h4 {
    font-size: 23px;
  }
  .ProductXq .info ul li p {
    font-size: 14px;
  }
  .ProductXq .info ul li:after {
    top: 12%;
  }
  .ProductXq .parameters {
    padding-top: 70px;
  }
  .ProductXq .parameters .simple {
    margin-top: 60px;
  }
  .ProductXq .parameters .simple .table h3 {
    font-size: 12px;
  }
  .ProductXq .parameters .simple .table ul li {
    font-size: 14px;
    line-height: 45px;
  }
  .ProductXq .parameters .detailed {
    margin-top: 100px;
  }
  .ProductXq .parameters .detailed .icon {
    left: 10%;
  }
  .ProductXq .parameters .detailed .icon h2 {
    font-size: 18px;
    color: #333;
  }
  .ProductXq .parameters .detailed .chassis .icon {
    top: 45%;
  }
  .ProductXq .parameters .detailed .chassis .icon i {
    width: 53px;
    height: 43px;
  }
  .ProductXq .parameters .detailed .body .icon {
    top: 38%;
    left: 10.7%;
  }
  .ProductXq .parameters .detailed .body .icon i {
    width: 39px;
    height: 57px;
  }
  .ProductXq .parameters .detailed ul li {
    font-size: 14px;
    line-height: 45px;
  }
  .ProductXq .parameters .btnMore {
    width: 135px;
    height: 38px;
    line-height: 38px;
    margin: 45px auto 90px;
  }
  .ProductXq .parameters .btnMore i {
    font-size: 30px;
  }
  .details {
    /* 风格1 */
    /* 风格2 */
    /* 风格3 */
    /* 风格4 */
  }
  .details .style1 .block1 .bigTitle {
    margin: 100px auto;
  }
  .details .style1 .block1 .right .img .col-xs-6 {
    padding-left: 15px;
  }
  .details .style1 .block1 .right .img .col-xs-4 {
    padding-left: 15px;
  }
  .details .style1 .block1 .right .text {
    padding: 8% 15px 0;
  }
  .details .style1 .block1 .right .text h2 {
    font-size: 23px;
  }
  .details .style1 .block1 .right .text p {
    font-size: 15px;
    line-height: 27px;
  }
  .details .style1 .block2 {
    padding-top: 70px;
  }
  .details .style1 .block2 .text {
    width: 85%;
    font-size: 18px;
    line-height: 36px;
    margin: 25px auto 0;
  }
  .details .style1 .block2 .img {
    height: auto;
    overflow: hidden;
    margin-top: 80px;
  }
  .details .style1 .block2 .img .left .col-xs-6 {
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .details .style1 .block3 {
    padding-top: 57px;
  }
  .details .style1 .block3 .bigTitle {
    line-height: 75px;
  }
  .details .style1 .block3 .bg {
    margin-top: 70px;
  }
  .details .style1 .block3 .right .img .col-xs-6 {
    padding-left: 15px;
  }
  .details .style1 .block3 .right .text {
    padding: 12% 28px 0;
  }
  .details .style1 .block3 .right .text p {
    font-size: 15px;
    line-height: 27px;
  }
  .details .style1 .block4 {
    padding-top: 80px;
  }
  .details .style1 .block4 .bigTitle {
    line-height: 75px;
  }
  .details .style1 .block4 .bg {
    margin-top: 80px;
  }
  .details .style1 .block4 .text {
    right: 60px;
    top: 20%;
  }
  .details .style1 .block4 .text p {
    font-size: 15px;
    line-height: 27px;
    padding-left: 23px;
  }
  .details .style1 .block4 .text p:after {
    font-size: 18px;
  }
  .details .style1 .block5 {
    padding-top: 80px;
  }
  .details .style1 .block5 .bigTitle {
    line-height: 75px;
  }
  .details .style1 .block5 .bg {
    margin-top: 80px;
  }
  .details .style1 .block5 .left .img .col-xs-6 {
    padding-right: 15px;
  }
  .details .style1 .block5 .left .text {
    padding: 4% 28px 0;
  }
  .details .style1 .block5 .left .text p {
    font-size: 15px;
    line-height: 28px;
  }
  .details .style2 .block1 {
    padding: 40px 0;
  }
  .details .style2 .block1 .imgSlide .btnPrev, .details .style2 .block1 .imgSlide .btnNext {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .details .style2 .block1 .text {
    padding: 10% 0 0 40px;
  }
  .details .style2 .block1 .text h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .details .style2 .block1 .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .details .style2 .block2 {
    padding-top: 70px;
  }
  .details .style2 .block2 .bigTitle {
    line-height: 75px;
  }
  .details .style2 .block2 .bg {
    margin-top: 80px;
  }
  .details .style2 .block2 .left .img .col-xs-6 {
    padding-right: 15px;
  }
  .details .style2 .block2 .left .text {
    padding: 4% 28px 0;
  }
  .details .style2 .block2 .left .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .details .style2 .block3 {
    padding-top: 60px;
  }
  .details .style2 .block3 .bigTitle {
    line-height: 70px;
  }
  .details .style2 .block3 .bg {
    margin-top: 70px;
  }
  .details .style2 .block3 .right .text {
    padding: 14% 28px 0;
  }
  .details .style2 .block3 .right .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .details .style3 .block1 .imgSlide .btnPrev, .details .style3 .block1 .imgSlide .btnNext {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
  }
  .details .style3 .block2 {
    padding-top: 70px;
  }
  .details .style3 .block2 .bigTitle {
    line-height: 75px;
  }
  .details .style3 .block2 .bg {
    margin-top: 80px;
  }
  .details .style3 .block2 .left .img .col-xs-6 {
    padding-right: 15px;
  }
  .details .style3 .block2 .left .text {
    padding: 10% 28px 0;
  }
  .details .style3 .block2 .left .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .details .style3 .block3 {
    padding-top: 73px;
  }
  .details .style3 .block3 .bigTitle {
    margin-bottom: 90px;
  }
  .details .style3 .block3 .col-xs-6 .text {
    padding: 5% 40px;
  }
  .details .style3 .block3 .col-xs-6 .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .details .style3 .block3 .col-xs-6.left {
    padding-right: 15px;
  }
  .details .style3 .block3 .col-xs-6.right {
    padding-left: 15px;
  }
  .details .style4 .bigTitle {
    margin-bottom: 30px;
  }
  .details .style4 .block {
    margin-bottom: 40px;
  }
  .details .style4 .block .text .con {
    padding: 10% 40px;
  }
  .details .style4 .block .text .con p {
    font-size: 18px;
    line-height: 28px;
  }
  .SafetyComfort .tabsNav {
    margin-top: 100px;
  }
  .SafetyComfort .SafetyComfort-con {
    padding-bottom: 50px;
  }
  .SafetyComfort .SafetyComfort-con h3 {
    font-size: 22px;
    font-size: 26px;
  }
  .SafetyComfort .SafetyComfort-con p {
    font-size: 20px;
    line-height: 32px;
  }
  .SafetyComfort .SafetyComfort-con .tit {
    font-size: 48px;
    margin: 100px auto;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
  }
  .SafetyComfort .SafetyComfort-con .section1 {
    color: #333;
  }
  .SafetyComfort .SafetyComfort-con .section1 h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 100px 0 50px;
    line-height: 60px;
  }
  .SafetyComfort .SafetyComfort-con .section1 > div {
    position: relative;
    margin-top: 50px;
  }
  .SafetyComfort .SafetyComfort-con .section1 > div .text {
    top: 50%;
    width: 100%;
    padding: 0 13.5%;
  }
  .SafetyComfort .SafetyComfort-con .section1 > div .text h3 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .SafetyComfort .SafetyComfort-con .section1 > div .text span {
    font-size: 20px;
    line-height: 32px;
  }
  .SafetyComfort .SafetyComfort-con .section2 h3 {
    padding: 50px 0 30px;
  }
  .SafetyComfort .SafetyComfort-con .section2 .left {
    padding-right: 33px;
  }
  .SafetyComfort .SafetyComfort-con .section2 .right {
    padding-left: 33px;
  }
  .SafetyComfort .SafetyComfort-con .section3 h3 {
    line-height: 24px;
  }
  .SafetyComfort .SafetyComfort-con .section3 .list-box {
    margin-bottom: 50px;
  }
  .SafetyComfort .SafetyComfort-con .section3 .list-box h3 {
    line-height: 36px;
    margin-bottom: 33px;
  }
  .SafetyComfort .SafetyComfort-con .section3 .box1 .text-box {
    width: 44%;
    padding: 10% 0 0 4%;
  }
  .SafetyComfort .SafetyComfort-con .section3 .box1 .text-box h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .SafetyComfort .SafetyComfort-con .section3 .box2 .text-box {
    width: 42%;
    padding: 6% 0 0 4%;
  }
  .SafetyComfort .SafetyComfort-con .section3 .box2 .text-box h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .FuelEfficiency .SafetyComfort-con {
    padding-bottom: 100px;
  }
  .FuelEfficiency .SafetyComfort-con .section1 .img-box {
    margin-top: 50px;
  }
  .FuelEfficiency .SafetyComfort-con .section2 {
    margin-top: 100px;
  }
  /* Intelligence 页 */
  .Intelligence .SafetyComfort-con {
    padding-bottom: 100px;
  }
  .Intelligence .SafetyComfort-con h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .Intelligence .SafetyComfort-con .icon-list {
    padding: 100px 0;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item {
    padding-right: 40px;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item h4 {
    font-size: 20px;
    height: 46px;
    margin: 46px 0 30px;
    line-height: 32px;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item ul li .iconfont {
    left: -6%;
    color: #333333;
    font-size: 12px;
  }
  .Intelligence .SafetyComfort-con .section2 .left {
    padding-right: 18px;
  }
  .Intelligence .SafetyComfort-con .section2 .right {
    padding-left: 18px;
  }
  /* 新能源客车 */
  .NewenergyBus .SafetyComfort-con {
    padding-bottom: 0;
  }
  .NewenergyBus .SafetyComfort-con .section1 .tit {
    width: 837px;
    margin: 100px auto 50px;
  }
  .NewenergyBus .SafetyComfort-con .section1 .tit img {
    float: left;
    width: 200px;
  }
  .NewenergyBus .SafetyComfort-con .section1 > .img-box .text {
    top: 30%;
  }
  .NewenergyBus .SafetyComfort-con .section1 .icon-list {
    margin: 100px 0;
    padding: 0 10%;
  }
  .NewenergyBus .SafetyComfort-con .section1 .icon-list .icon-item h5 {
    margin-top: 46px;
    font-size: 20px;
    line-height: 32px;
  }
  .NewenergyBus .SafetyComfort-con .section1 .icon-list .icon-item b {
    font-size: 22px;
    line-height: 26px;
  }
  .NewenergyBus .SafetyComfort-con .section3 {
    padding-top: 90px;
  }
  .NewenergyBus .SafetyComfort-con .section3 h3 {
    font-size: 26px;
    line-height: 35px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-top li {
    padding: 0 25px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-top li p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 30px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-bottom {
    margin-top: 100px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-bottom li {
    padding: 0 25px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-bottom li p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 30px;
  }
  .NewenergyBus .SafetyComfort-con .section2 h3 {
    padding: 100px 0 50px;
  }
  .NewenergyBus .SafetyComfort-con .section2 .left h3, .NewenergyBus .SafetyComfort-con .section2 .right h3 {
    height: 200px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box {
    padding-top: 30px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 {
    margin-bottom: 60px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 img {
    margin-bottom: 30px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 p {
    font-size: 16px;
    line-height: 24px;
  }
  .NewenergyBus .SafetyComfort-con .more-btn {
    width: 300px;
    color: #666;
    margin: 100px auto;
    font-size: 20px;
    line-height: 32px;
    padding: 30px 0;
  }
  .NewenergyBus .SafetyComfort-con .more-btn .iconfont {
    font-size: 20px;
    line-height: 32px;
  }
  .NewenergyBus .SafetyComfort-con .section4 {
    padding: 60px 120px;
    margin-top: 70px;
    position: relative;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .img-box {
    height: 327px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box {
    padding-left: 60px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box p {
    max-height: 200px;
    margin-top: 40px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .icon-next, .NewenergyBus .SafetyComfort-con .section4 .icon-prev {
    font-size: 60px;
    top: 50%;
    margin-top: -45px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .icon-next {
    right: 25px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .icon-prev {
    left: 25px;
  }
  /* 联系我们 */
  .contact-us .contact-con .map {
    width: 100%;
    height: 600px;
    margin-top: 100px;
  }
  .contact-us .contact-list {
    padding-top: 100px;
  }
  .contact-us .contact-list > a {
    font-size: 16px;
  }
  .contact-us .contact-list > a .tit {
    margin: 30px 0 5px;
  }
  .contact-us .contact-list > a i {
    font-size: 40px;
  }
  /* 关于页面 */
  .about {
    /* 底部图片列表 */
    /* 底部图片列表 */
    /* 综合页 */
    /* 合作关系 */
    /* 宇通在非洲 */
    /* 宇通在欧洲 */
    /* 出口大事记 */
    /* 荣誉 */
  }
  .about .bottom-list {
    padding: 100px 0;
  }
  .about .bottom-list .bottom-item h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0;
    height: 96px;
  }
  .about .bottom-list .bottom-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .about .tabsNav {
    margin-top: 80px;
  }
  .about .market-nav {
    background: #F7F7F7;
    height: 40px;
    line-height: 40px;
  }
  .about .market-nav a {
    color: #333333;
    font-size: 16px;
    margin: 0 2%;
  }
  .about .market-nav a.active {
    color: #004ABB;
  }
  .about .about-con .section1 h3 {
    font-size: 48px;
    line-height: 60px;
    margin: 100px auto 50px;
  }
  .about .about-con .section1 p {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-con .section1 .more-btn {
    margin: 50px auto;
    width: 300px;
    line-height: 32px;
    font-size: 20px;
  }
  .about .about-con .section1 .more-btn .iconfont {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-con .section2 h3 {
    font-size: 36px;
    line-height: 48px;
    width: 70%;
    margin: 100px auto 50px;
  }
  .about .about-con .section2 .exported-list {
    margin-top: 100px;
  }
  .about .about-con .section2 .exported-list p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 100px;
    padding-top: 50px;
  }
  .about .about-con .section2 .exported-list .exported-item h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  .about .about-con .section2 .exported-list .exported-item b {
    font-size: 36px;
    line-height: 48px;
  }
  .about .about-con .section2 .exported-list .exported-item span {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-con .section2 .exported-list .exported-item .around:after {
    content: '+';
    font-size: 20px;
    margin-top: -10px;
  }
  .about .about-con .section3 {
    margin-top: 100px;
  }
  .about .about-con .section3 .image-text h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 50px 0;
  }
  .about .about-con .section3 .image-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-con .section4 {
    padding-bottom: 100px;
  }
  .about .about-con .section4 h3 {
    font-size: 48px;
    width: 50%;
    margin: 100px auto 30px;
    line-height: 60px;
  }
  .about .about-con .section4 p {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-con .section4 .img-box {
    margin-bottom: 50px;
  }
  .about .about-con .section5 {
    padding: 100px 0;
  }
  .about .about-con .section5 .container .text-box {
    padding-left: 80px;
    padding-top: 100px;
  }
  .about .about-con .section5 .container .text-box h3 {
    line-height: 48px;
    font-size: 36px;
  }
  .about .about-con .section5 .container .text-box p {
    line-height: 32px;
    font-size: 20px;
    margin-top: 50px;
  }
  .about .about-con .section5 .container .text-box .more-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
  }
  .about .about-con .section5 .container .text-box .more-btn span:before {
    font-size: 14px;
  }
  .about .about-con .section5 .img-right {
    margin-top: 50px;
  }
  .about .about-con .section5 .img-right .text-box {
    padding-right: 80px;
    padding-top: 50px;
  }
  .about .about-investor {
    padding-bottom: 80px;
  }
  .about .about-investor .con {
    padding: 40px 0 49px;
  }
  .about .about-investor .con .times {
    margin-top: -20px;
  }
  .about .about-investor .con .times ul a {
    position: relative;
    display: block;
  }
  .about .about-investor .con .times ul a li {
    font-size: 14px;
    line-height: 48px;
  }
  .about .about-investor .con .times ul a li i {
    right: -42px;
  }
  .about .about-investor .con .times ul a li.active {
    font-size: 23px;
  }
  .about .about-investor .con .times ul a li.active:after {
    width: 15px;
    height: 15px;
    background-size: cover;
    top: 50%;
    margin-top: -7.5px;
    right: -41px;
  }
  .about .about-investor .con .times ul a:after {
    right: -34px;
    top: 22px;
  }
  .about .about-investor .con .times .time-box {
    margin-left: 30px;
    margin-top: 20px;
  }
  .about .about-investor .con .file-list {
    padding-left: 60px;
  }
  .about .about-investor .con .file-list ul li {
    font-size: 18px;
    color: #161616;
    padding: 15px 25px 15px 10px;
  }
  .about .about-investor .con .file-list ul li span {
    margin-left: 60px;
  }
  .about .about-investor .con .file-list ul li .icon-pdf {
    display: inline-block;
    cursor: pointer;
    width: 26px;
  }
  .about .about-africa .address {
    font-size: 20px;
    margin-top: 100px;
    line-height: 32px;
  }
  .about .about-africa .address i {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-africa h3 {
    font-size: 48px;
    line-height: 60px;
  }
  .about .about-africa p {
    color: #666666;
    font-size: 20px;
    line-height: 34px;
  }
  .about .about-africa .video-list {
    padding: 0 14%;
    margin-top: 50px;
  }
  .about .about-africa .video-list .video-item span {
    font-size: 20px;
    margin-top: 30px;
    display: block;
    line-height: 32px;
  }
  .about .about-africa .more-btn {
    margin: 60px auto;
    width: 400px;
    background: #F5F5F5;
    color: #666;
    font-size: 20px;
    line-height: 32px;
    padding: 30px 0;
  }
  .about .about-africa .more-btn .iconfont {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-africa .section1 h3 {
    margin: 50px 0;
  }
  .about .about-africa .section1 .img-box {
    margin-top: 120px;
  }
  .about .about-africa .section1 .img-box .text-box {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 2%;
  }
  .about .about-africa .section1 .img-box .text-box h3 {
    margin: 100px 0;
  }
  .about .about-africa .section1 .img-box .text-box .our-list > div span {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .about .about-africa .section1 .img-box .text-box .our-list > div b {
    font-size: 55px;
  }
  .about .about-africa .section1 .img-box .text-box .our-list > div b span {
    display: inline-block;
    margin: 0 20px;
  }
  .about .about-africa .section2 .more {
    width: 180px;
    padding: 10px 0;
    margin-top: 50px;
    font-size: 14px;
    line-height: 20px;
  }
  .about .about-africa .section2 .tit-box h3 {
    font-size: 48px;
    line-height: 60px;
    margin: 100px 0 50px;
  }
  .about .about-africa .section2 .img-text {
    margin-top: 100px;
  }
  .about .about-africa .section2 .img-text .text-box h3 {
    line-height: 48px;
    font-size: 36px;
    margin: 10px 0 50px;
  }
  .about .about-africa .section2 .img-text .text-box .more {
    margin-top: 50px;
  }
  .about .about-africa .section2 .jieshao {
    margin-top: 50px;
  }
  .about .about-africa .section2 .jieshao .right {
    padding-top: 30px;
  }
  .about .about-africa .section2 .jieshao .right .top > div b {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .about .about-africa .section2 .jieshao .right .top > div span {
    font-size: 14px;
    line-height: 20px;
  }
  .about .about-africa .section2 .jieshao .right p {
    padding: 0 2.5%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .about .about-africa .section3 {
    margin-top: 50px;
  }
  .about .about-africa .section3 .tit-box {
    padding: 0 15%;
  }
  .about .about-africa .section3 .tit-box h3 {
    font-size: 48px;
    line-height: 60px;
    margin: 100px 0 50px;
  }
  .about .about-africa .section3 .img-text-list {
    margin-top: 100px;
  }
  .about .about-africa .section3 .img-text-list > div {
    width: 33.33333%;
  }
  .about .about-africa .section3 .img-text-list > div h3 {
    line-height: 36px;
    font-size: 22px;
    margin: 30px 0;
  }
  .about .about-africa .section3 .img-text-list > div p {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-africa .section3 .img-text-list2 {
    margin: 50px 0;
    padding: 0 15%;
  }
  .about .about-africa .section3 .img-text-list2 > div {
    padding: 50px 0;
  }
  .about .about-africa .section3 .img-text-list2 > div img {
    width: 325px;
    float: left;
    margin-right: 4%;
  }
  .about .about-africa .section3 .img-text-list2 > div h3 {
    margin: .30px 0;
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-africa .section3 .img-text-list2 > div span {
    font-size: 14px;
    line-height: 20px;
  }
  .about .about-africa .section3 .img-text-list2 > div p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
  .about .about-africa .section4 {
    margin-top: 100px;
  }
  .about .about-africa .section4 .img-box .text-box {
    padding: 120px 15%;
  }
  .about .about-africa .section4 .img-box .text-box p {
    margin-top: 50px;
  }
  .about .about-africa .bottom-list {
    padding-bottom: 50px;
  }
  .about .about-africa .bottom-list p {
    font-size: 20px;
    margin-top: 30px;
    line-height: 32px;
  }
  .about .about-europe .section3 .img-text-list2 {
    margin: 50px 0;
    padding: 0 15%;
  }
  .about .about-europe .section3 .img-text-list2 > div {
    padding: 50px 0;
  }
  .about .about-europe .section3 .img-text-list2 > div img {
    width: 325px;
    float: left;
    margin-right: 4%;
  }
  .about .about-europe .section3 .img-text-list2 > div h3 {
    margin: .30px 0;
    font-size: 20px;
    line-height: 32px;
  }
  .about .about-europe .section3 .img-text-list2 > div span {
    font-size: 14px;
    line-height: 20px;
  }
  .about .about-europe .section3 .img-text-list2 > div p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
  .about .about-export .tit-box h3 {
    font-size: 49px;
    margin: 80px 0 40px;
  }
  .about .about-export .tit-box p {
    font-size: 23px;
    line-height: 46px;
    font-family: "SourceHanSans-Normal";
  }
  .about .about-export .times-list {
    margin-top: 60px;
  }
  .about .about-export .times-list .fl, .about .about-export .times-list .fr {
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
  .about .about-export .times-list .fl img, .about .about-export .times-list .fr img {
    margin-bottom: 20px;
  }
  .about .about-export .times-list .fl span, .about .about-export .times-list .fr span {
    font-size: 23px;
    line-height: 46px;
    margin-left: 15px;
  }
  .about .about-export .times-list .fl span i, .about .about-export .times-list .fr span i {
    left: -17px;
    font-size: 9px;
  }
  .about .about-export .times-list .fl .deta, .about .about-export .times-list .fr .deta {
    top: 0;
    z-index: 2;
    font-size: 38px;
    line-height: 52px;
  }
  .about .about-export .times-list .fl .deta i, .about .about-export .times-list .fr .deta i {
    font-size: 16px;
    line-height: 52px;
    vertical-align: middle;
  }
  .about .about-export .times-list .fr {
    padding: 20px 7% 54px 3%;
    margin-left: 20px;
  }
  .about .about-export .times-list .fr .deta {
    left: -123px;
  }
  .about .about-export .times-list .fl {
    padding: 20px 3% 54px 7%;
    margin-right: 20px;
  }
  .about .about-export .times-list .fl .deta {
    right: -116px;
  }
  .about .about-honors {
    padding-bottom: 60px;
  }
  .about .about-honors .tit-box {
    padding: 90px 15%;
  }
  .about .about-honors .tit-box h3 {
    font-size: 49px;
  }
  .about .about-honors .tit-box p {
    font-size: 23px;
    line-height: 38px;
  }
  .about .about-honors .honors-list .img-box .mask span {
    line-height: 32px;
    font-size: 20px;
  }
  /* 搜索 */
  .search .search-con {
    padding-bottom: 100px;
  }
  .search .search-con .search-no-data .con {
    padding: 150px 0;
  }
  .search .search-con .search-no-data .con img {
    margin-bottom: 50px;
  }
  .search .search-con .search-no-data .con p {
    color: #666666;
    line-height: 20px;
    font-size: 14px;
  }
  .search .search-con .search-box {
    padding: 50px 0;
    margin-bottom: 100px;
  }
  .search .search-con .result-tip .fl {
    font-size: 20px;
    line-height: 32px;
  }
  .search .search-con .result-tip .fr {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
  }
  .search .search-con .result-tip .fr b {
    font-size: 20px;
  }
  .search .search-con .list .item {
    padding: 0 7px;
    margin-bottom: 40px;
  }
  .search .search-con .list .item .text {
    padding: 10px 0;
  }
  .search .search-con .list .item .text h3 {
    font-size: 12px;
  }
  .search .search-con .list .item .text h2 {
    font-size: 22px;
    margin: 10px 0;
  }
  .search .search-con .list .item .text p {
    font-size: 12px;
  }
  .search .search-con .newsListCommon .tabsNav-n {
    margin-bottom: 50px;
  }
  .search .search-con .newsListCommon .tabsNav-n h2 {
    font-size: 22px;
    padding: 5px 0;
    margin-right: 100px;
  }
  .search .search-con .newsListCommon .tabsNav-n .filter a {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 25px;
  }
  .search .search-con .newsListCommon ul li .cover a {
    font-size: 22px;
  }
  .search .search-con .newsListCommon ul li.col-xs-6 h2 {
    font-size: 30px;
    line-height: 42px;
    min-height: 40px;
    margin: 25px 0 25px 0;
  }
  .search .search-con .newsListCommon ul li.col-xs-6 p {
    font-size: 16px;
  }
  .search .search-con .newsListCommon ul li.col-xs-6 .date {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .search .search-con .newsListCommon ul li.col-xs-4 h2, .search .search-con .newsListCommon ul li.col-xs-3 h2 {
    font-size: 22px;
    margin: 50px 0 18px;
    line-height: 26px;
    height: 70px;
  }
  .search .search-con .newsListCommon ul li.col-xs-4 p, .search .search-con .newsListCommon ul li.col-xs-3 p {
    font-size: 14px;
    line-height: 25px;
  }
  .search .search-con .newsListCommon ul li.col-xs-4 .date, .search .search-con .newsListCommon ul li.col-xs-3 .date {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 24px;
  }
  .search .search-con .newsListCommon ul li.list-one {
    padding: 40px 0;
  }
  .search .search-con .newsListCommon ul li.list-one .img {
    width: 375px;
    overflow: hidden;
    margin-right: 60px;
  }
  .search .search-con .newsListCommon ul li.list-one .text {
    padding-top: 26px;
  }
  .search .search-con .newsListCommon ul li.list-one .text h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .search .search-con .newsListCommon ul li.list-one .text .date {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .search .search-con .newsListCommon ul li.list-one .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .error .content {
    padding: 120px 0;
  }
  .error .content .btn {
    font-size: 14px;
    line-height: 20px;
    width: 250px;
    padding: 10px 0;
    margin: 30px auto;
  }
  .error .content .btn i {
    font-size: 14px;
  }
  .order-result {
    padding: 200px 0 250px;
  }
  .order-result img {
    margin: 0 auto 20px;
  }
  .order-result h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .order-result p {
    font-size: 14px;
  }
  .order-result .btns {
    padding-top: 40px;
  }
  .order-result .btns a {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 10px;
    margin: 0 6px;
  }
  .cookie h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 100px;
  }
  .cookie h3 {
    font-size: 20px;
    line-height: 32px;
    padding: 30px 0 10px;
  }
  .cookie h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 10px;
  }
  .cookie p {
    font-size: 16px;
    line-height: 26px;
  }
  .cookie table td {
    font-size: 16px;
    padding: 15px;
  }
}

/* 大屏幕（1600 ~ 1920  1920设计图） */
@media (min-width: 1600px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .container {
    margin-left: 80px;
    margin-right: 80px;
  }
  .bigTitle {
    font-size: 64px;
  }
  .noData {
    font-size: 18px;
    padding: 100px 0;
  }
  .noData img {
    display: block;
    margin: 0 auto 60px;
    width: 80px;
  }
  /* 面包屑导航 */
  .breadcrumbs {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .breadcrumbs a {
    font-size: 18px;
  }
  .breadcrumbs a i {
    font-size: 20px;
  }
  /* 底部联系 */
  .contactFooter {
    padding: 60px 0;
  }
  .contactFooter .item i {
    font-size: 50px;
    margin-right: 20px;
    top: -12px;
  }
  .contactFooter .item .text h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .contactFooter .item .text p {
    font-size: 18px;
  }
  /* 切换卡 */
  .tabsNav a {
    font-size: 24px;
    padding-bottom: 30px;
    margin: 0 15px;
  }
  /* 内页顶部大图 */
  .bigBanner .breadcrumbs {
    bottom: 30px;
  }
  .bigBanner .breadcrumbs a {
    font-size: 18px;
  }
  /* 在线服务 */
  .onlineService {
    padding: 90px 0 120px;
  }
  .onlineService form {
    margin-top: 90px;
    margin-right: 100px;
  }
  .onlineService form .row {
    margin-bottom: 55px;
  }
  .onlineService form .row span {
    font-size: 18px;
  }
  .onlineService form .row .sb span {
    margin-top: 8px;
  }
  .onlineService form .row .sb input {
    height: 50px;
    font-size: 18px;
  }
  .onlineService form .row textarea {
    height: 180px;
    font-size: 18px;
  }
  .onlineService form .row.btnBox .btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  /* 新闻公用 */
  .newsCommon {
    padding: 0;
    position: relative;
  }
  .newsCommon.pat {
    padding-top: 80px;
  }
  .newsCommon ul {
    height: auto;
    overflow: hidden;
  }
  .newsCommon ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .newsCommon ul li .img {
    height: auto;
    overflow: hidden;
  }
  .newsCommon ul li .img img {
    width: 100%;
  }
  .newsCommon ul li .text {
    height: auto;
    overflow: hidden;
    padding: 30px 0 40px;
  }
  .newsCommon ul li .text h2 {
    font-size: 30px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 95px;
  }
  .newsCommon ul li .text .date {
    font-size: 18px;
    margin: 15px 0;
  }
  .newsCommon ul li .text p {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 32px;
  }
  /* 头部 */
  .header .top {
    padding: 23px 0;
  }
  .header .top .logo {
    width: 126px;
    height: 73px;
  }
  .header .top .other {
    padding: 28px 0;
  }
  .header .top .other .item {
    font-size: 16px;
    color: #666;
    margin-left: 33px;
    display: block;
    float: left;
  }
  .header .top .other .item i {
    font-size: 18px;
    vertical-align: -1px;
    margin-right: 5px;
  }
  .header .top .other .item i.icon-dropdown {
    font-size: 14px;
    color: #999;
    vertical-align: 0;
  }
  .header .top .other .item.btnMenu {
    display: none;
  }
  .header .top .other .item.btnMenu i {
    font-size: 30px;
    color: #0055be;
  }
  .header .top .other .item.btnLanguage .languageBox a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 34px;
  }
  .header .nav .con a {
    font-size: 20px;
    line-height: 65px;
    padding-right: 50px;
  }
  .header .nav .con a span {
    right: 50px;
  }
  .header .nav .con a.btnSearch {
    font-size: 18px;
  }
  .header .nav .con a.btnSearch i {
    font-size: 22px;
    vertical-align: -3px;
    margin-left: 3px;
  }
  .header .navTwo {
    top: 65px;
  }
  .header .navTwo .item a {
    font-size: 20px;
    line-height: 60px;
    padding-right: 50px;
  }
  .header .navTwo .item a span {
    right: 50px;
  }
  .header .searchBox {
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
  }
  .header .searchBox input {
    width: 100%;
    height: 60px;
    background: none;
    font-size: 18px;
    padding-left: 80px;
  }
  .header .searchBox .btnSearch1 {
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #0055be;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header .searchBox .btnSearch1 i {
    font-size: 22px;
    color: #fff;
  }
  /* 尾部 */
  .footer dl {
    padding: 110px 0 185px;
  }
  .footer dl dt {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .footer dl dd {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .bottom {
    padding: 65px 0;
  }
  .bottom .sj a i {
    font-size: 30px;
  }
  .bottom .link {
    margin-top: 50px;
  }
  .bottom .link span, .bottom .link a {
    font-size: 18px;
    margin: 0 20px;
  }
  /* 首页 */
  .Index .content {
    /* 轮播图 */
    /* 产品列表 */
    /* 关于我们 */
    /* 新闻中心 */
    /* 社交媒介 */
    /* 国内IP */
    /* 服务站 */
  }
  .Index .content .banner .btnPrev, .Index .content .banner .btnNext {
    font-size: 70px;
    left: 70px;
    top: 45%;
  }
  .Index .content .banner .btnPrev img, .Index .content .banner .btnNext img {
    width: 54px;
  }
  .Index .content .banner .btnNext {
    left: auto;
    right: 70px;
  }
  .Index .content .banner .pagination {
    bottom: 40px;
  }
  .Index .content .block .title {
    font-size: 64px;
  }
  .Index .content .block .btnMore {
    width: 178px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: 20px;
  }
  .Index .content .product {
    padding: 120px 0;
  }
  .Index .content .product .b {
    height: 50%;
  }
  .Index .content .product .slide {
    padding: 100px 0 0;
  }
  .Index .content .product .slide .text {
    padding: 30px 20px 60px;
  }
  .Index .content .product .slide .text h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .Index .content .product .slide .text p {
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
  }
  .Index .content .product .slide .text .btn {
    font-size: 20px;
    margin-top: 15px;
  }
  .Index .content .product .slide .text .btn i {
    font-size: 13px;
    vertical-align: 2px;
    margin-left: 5px;
  }
  .Index .content .product .slide .btnPrev, .Index .content .product .slide .btnNext {
    top: 28%;
    font-size: 50px;
  }
  .Index .content .product .slide .btnNext {
    left: auto;
    right: 0;
  }
  .Index .content .about {
    padding: 0;
  }
  .Index .content .about .left .text {
    padding: 17% 0;
    color: #fff;
  }
  .Index .content .about .left .text h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .Index .content .about .left .text h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .Index .content .about .left .text h1 {
    font-size: 50px;
    margin: 40px 0 0;
  }
  .Index .content .about .left .text p {
    font-size: 18px;
  }
  .Index .content .about .right .item h2 {
    font-size: 30px;
    left: 30px;
    bottom: 20px;
  }
  .Index .content .newsCommon ul {
    margin-top: 100px;
  }
  .Index .content .socialMedia {
    padding: 120px 0 0;
  }
  .Index .content .socialMedia ul {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .Index .content .socialMedia ul li {
    position: relative;
    padding: 7px;
  }
  .Index .content .socialMedia ul li .icon {
    font-size: 30px;
    top: 29%;
  }
  .Index .content .socialMedia ul li .icon-youtube {
    top: 50px;
  }
  .Index .content .socialMedia ul li.video .icon-play {
    width: 55px;
    height: 55px;
    font-size: 55px;
  }
  .Index .content .socialMedia ul li .text {
    padding: 25% 30px;
  }
  .Index .content .socialMedia ul li .text h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .Index .content .socialMedia ul li .text p {
    font-size: 20px;
    line-height: 30px;
    max-height: 145px;
  }
  .Index .content .socialMedia ul li .btnShare {
    font-size: 20px;
  }
  .Index .content .socialMedia ul li .btnShare i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: -1px;
  }
  .Index .content .china {
    padding: 120px 0 0;
  }
  .Index .content .china ul {
    margin: 76px 0 40px;
  }
  .Index .content .china ul li {
    padding: 0;
  }
  .Index .content .china ul li .text {
    padding: 25% 30px;
  }
  .Index .content .china ul li .text h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .Index .content .china ul li .text p {
    font-size: 20px;
    line-height: 30px;
    max-height: 145px;
  }
  .Index .content .china ul li .text span {
    font-size: 18px;
    margin-top: 25px;
  }
  .Index .content .serviceStation {
    margin-top: 120px;
  }
  .Index .content .serviceStation .text {
    padding: 265px 0;
    color: #fff;
  }
  .Index .content .serviceStation .text h2 {
    font-size: 30px;
  }
  .Index .content .serviceStation .text h1 {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 45px;
  }
  .Index .content .serviceStation .text h3 {
    font-size: 30px;
    margin: 0;
    line-height: 36px;
  }
  .Index .content .serviceStation .text p {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .Index .content .serviceStation .text .btnSearch {
    width: 179px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 35px;
  }
  /* 产品页 */
  .Product .content .product {
    padding: 100px 0 120px;
  }
  .Product .content .product .filter {
    margin-top: 90px;
  }
  .Product .content .product .filter .classify {
    padding: 65px 0;
  }
  .Product .content .product .filter .classify .con {
    margin: 0 20px;
  }
  .Product .content .product .filter .classify .con h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .Product .content .product .filter .length:after {
    width: 80%;
  }
  .Product .content .product .filter .length a {
    font-size: 17px;
  }
  .Product .content .product .filter .length a:after {
    top: 2px;
    width: 8px;
    height: 8px;
  }
  .Product .content .product .filter .length a:before {
    font-size: 13px;
    width: 14px;
    height: 14px;
    top: 1px;
  }
  .Product .content .product .list {
    margin-top: 80px;
  }
  .Product .content .product .list .item {
    padding: 0 9px;
    margin-bottom: 55px;
  }
  .Product .content .product .list .item .text {
    padding: 25px 0;
  }
  .Product .content .product .list .item .text h3 {
    font-size: 18px;
  }
  .Product .content .product .list .item .text h2 {
    font-size: 30px;
  }
  .Product .content .product .list .item .text p {
    font-size: 16px;
  }
  .Product .content .contactService {
    margin-bottom: 120px;
  }
  .Product .content .contactService .text {
    padding: 6% 40px 0;
  }
  .Product .content .contactService .text h2 {
    font-size: 24px;
  }
  .Product .content .contactService .text h2.title {
    margin-top: 20px;
  }
  .Product .content .contactService .text h2.num {
    font-weight: 700;
  }
  .Product .content .contactService .text p {
    font-size: 18px;
    line-height: 30px;
    max-height: 112px;
    margin: 15px 0;
  }
  .Product .content .contactService .text .time {
    margin-top: 20px;
  }
  .Product .content .contactService .text .time p {
    font-size: 16px;
    line-height: 20px;
  }
  .Product .content .contactService .text a {
    font-size: 20px;
  }
  .Product .content .contactService .right .img {
    float: left;
  }
  /* 综合科技 */
  .Technology .technology-list .technology-item {
    padding: 0 30px;
  }
  .Technology .technology-list .technology-item .img-box {
    padding-top: 120px;
  }
  .Technology .technology-list .technology-item .img-box img {
    width: 137px;
  }
  .Technology .technology-list .technology-item h3 {
    font-size: 30px;
    margin-top: 66px;
    text-align: center;
    height: 85px;
    line-height: 36px;
  }
  .Technology .technology-list .technology-item p {
    font-size: 24px;
    margin-top: 60px;
    line-height: 36px;
  }
  .Technology .img-plate {
    padding: 120px 0;
  }
  .Technology .img-plate span {
    font-size: 30px;
    left: 50px;
    bottom: 30px;
  }
  .SafetyComfort .tabsNav {
    margin-top: 120px;
  }
  .SafetyComfort .SafetyComfort-con {
    padding-bottom: 60px;
  }
  .SafetyComfort .SafetyComfort-con h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .SafetyComfort .SafetyComfort-con p {
    font-size: 24px;
    line-height: 36px;
  }
  .SafetyComfort .SafetyComfort-con .tit {
    font-size: 64px;
    margin: 120px auto;
  }
  .SafetyComfort .SafetyComfort-con .section1 h2 {
    font-size: 64px;
    margin: 120px 0 60px;
    line-height: 72px;
  }
  .SafetyComfort .SafetyComfort-con .section1 p {
    padding: 0 15%;
  }
  .SafetyComfort .SafetyComfort-con .section1 > .img-box {
    margin-top: 60px;
  }
  .SafetyComfort .SafetyComfort-con .section1 > .img-box .text {
    top: 50%;
    width: 100%;
    padding: 0 13.5%;
  }
  .SafetyComfort .SafetyComfort-con .section1 > .img-box .text h3 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 30px;
  }
  .SafetyComfort .SafetyComfort-con .section1 > .img-box .text span {
    font-size: 24px;
    line-height: 36px;
  }
  .SafetyComfort .SafetyComfort-con .section2 h3 {
    padding: 60px 0 30px;
  }
  .SafetyComfort .SafetyComfort-con .section2 .left {
    padding-right: 50px;
  }
  .SafetyComfort .SafetyComfort-con .section2 .right {
    padding-left: 50px;
  }
  .SafetyComfort .SafetyComfort-con .section3 h3 {
    line-height: 60px;
    font-size: 48px;
  }
  .SafetyComfort .SafetyComfort-con .section3 .list-box {
    margin-bottom: 60px;
  }
  .SafetyComfort .SafetyComfort-con .section3 .list-box h3 {
    margin-bottom: 50px;
  }
  .FuelEfficiency .SafetyComfort-con {
    padding-bottom: 120px;
  }
  .FuelEfficiency .SafetyComfort-con .section1 .img-box {
    margin-top: 60px;
  }
  .FuelEfficiency .SafetyComfort-con .section2 {
    margin-top: 120px;
  }
  /* Intelligence */
  .Intelligence .SafetyComfort-con {
    padding-bottom: 120px;
  }
  .Intelligence .SafetyComfort-con h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .Intelligence .SafetyComfort-con .icon-list {
    padding: 120px 0;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item {
    padding-right: 55px;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item h4 {
    font-size: 24px;
    height: 63px;
    margin: 60px 0 30px;
    line-height: 36px;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item ul li {
    font-size: 20px;
    line-height: 32px;
  }
  .Intelligence .SafetyComfort-con .icon-list .icon-item ul li .iconfont {
    left: -6%;
    color: #333333;
    font-size: 14px;
  }
  .Intelligence .SafetyComfort-con .section2 .left {
    padding-right: 25px;
  }
  .Intelligence .SafetyComfort-con .section2 .right {
    padding-left: 25px;
  }
  /* 新能源客车 */
  .NewenergyBus .SafetyComfort-con {
    padding-bottom: 0;
  }
  .NewenergyBus .SafetyComfort-con .section1 .tit {
    margin: 120px auto 60px;
    width: 1147px;
  }
  .NewenergyBus .SafetyComfort-con .section1 .tit img {
    float: left;
    width: 222px;
  }
  .NewenergyBus .SafetyComfort-con .section1 > .img-box .text {
    top: 30%;
  }
  .NewenergyBus .SafetyComfort-con .section1 .icon-list {
    margin: 120px 0;
    padding: 0 10%;
  }
  .NewenergyBus .SafetyComfort-con .section1 .icon-list .icon-item h5 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .section1 .icon-list .icon-item b {
    font-size: 30px;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .section3 {
    padding-top: 120px;
  }
  .NewenergyBus .SafetyComfort-con .section3 h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-top li {
    padding: 0 25px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-top li p {
    font-size: 24px;
    margin-top: 30px;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-bottom {
    margin-top: 110px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-bottom li {
    padding: 0 25px;
  }
  .NewenergyBus .SafetyComfort-con .section3 .section3-bottom li p {
    font-size: 24px;
    margin-top: 30px;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .section2 h3 {
    padding: 120px 0 60px;
    text-align: center;
  }
  .NewenergyBus .SafetyComfort-con .section2 .left h3, .NewenergyBus .SafetyComfort-con .section2 .right h3 {
    height: 252px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box {
    padding-top: 40px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 {
    margin-bottom: 70px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 img {
    margin-bottom: 30px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .cases .case-box .col-xs-6 p {
    font-size: 20px;
    line-height: 32px;
  }
  .NewenergyBus .SafetyComfort-con .more-btn {
    width: 400px;
    color: #666;
    margin: 120px auto;
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0;
  }
  .NewenergyBus .SafetyComfort-con .more-btn .iconfont {
    font-size: 24px;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .section4 {
    padding: 120px 180px;
    margin-top: 100px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .img-box {
    height: 427px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box {
    padding-left: 77px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .swiper-container .txt-box p {
    overflow-y: auto;
    max-height: 400px;
    margin-top: 55px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .icon-next, .NewenergyBus .SafetyComfort-con .section4 .icon-prev {
    font-size: 103px;
    top: 50%;
    margin-top: -51.5px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .icon-next {
    right: 55px;
  }
  .NewenergyBus .SafetyComfort-con .section4 .icon-prev {
    left: 55px;
  }
  .Service .pat {
    padding-top: 120px;
  }
  .Service .mb {
    margin-bottom: 54px;
  }
  .Service .Service-main {
    padding-top: 100px;
  }
  .Service .Service-main .text-box {
    padding-bottom: 120px;
  }
  .Service .Service-main .text-box h2 {
    font-size: 64px;
    line-height: 72px;
    padding-bottom: 56px;
  }
  .Service .Service-main .text-box p {
    line-height: 36px;
    font-size: 24px;
  }
  .Service .Service-main .text-box p img {
    margin-top: 54px;
  }
  .Service .Service-main .text-box ul {
    padding-top: 54px;
    margin: 0 -10px;
  }
  .Service .Service-main .text-box ul li {
    padding: 0 10px;
  }
  .Service .Service-main .text-box ul li .img img {
    margin-bottom: 48px;
  }
  .Service .Service-main .text-box ul li .img .txt h2 {
    font-size: 24px;
  }
  .Service .Service-main .text-box ul li .img .txt p {
    font-size: 36px;
  }
  .Service .Service-main .text-box ul li .img .txt p span {
    font-size: 18px;
  }
  .Service .Service-main .text-box ul li .img .txt p i {
    font-size: 30px;
  }
  .Service .Service-main .text-box dl dd {
    padding-top: 40px;
  }
  .Service .Service-main .text-box dl dd .text {
    padding: 0 80px;
  }
  .Service .Service-main .text-box dl dd .text h3 {
    font-size: 30px;
    padding: 30px 0 15px;
  }
  .Service .Service-main .text-box dl dd .text h4 {
    font-size: 24px;
    padding: 5px 0;
  }
  .Service .Service-main .text-box dl dd .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .Service .Service-main .text-box dl dd .text a {
    width: 198px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-top: 30px;
  }
  .Service .Service-main .text-box dl dd .text a span:before {
    font-size: 16px;
  }
  .Service .genuine-box {
    padding-top: 120px;
  }
  .Service .genuine-box h2 {
    font-size: 65px;
    padding-bottom: 120px;
  }
  .Service .genuine-box .tM {
    padding: 20px;
    margin-bottom: 60px;
  }
  .Service .genuine-box .tM .img-box {
    padding-right: 60px;
  }
  .Service .genuine-box .text {
    padding-top: 0;
  }
  .Service .genuine-box .text h3 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 8px;
  }
  .Service .genuine-box .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .Service .genuine-box .slide-box {
    padding: 0 20px 120px;
  }
  .Service .genuine-box .slide-box .slide .text h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .Service .genuine-box .slide-box .slide .text p {
    font-size: 20px;
    line-height: 32px;
  }
  .Service .genuine-box .slide-box .slide .text .btn {
    font-size: 15px;
    margin-top: 10px;
  }
  .Service .genuine-box .slide-box .slide .btnPrev, .Service .genuine-box .slide-box .slide .btnNext {
    font-size: 36px;
    top: 20%;
    left: -20px;
  }
  .Service .genuine-box .slide-box .slide .btnNext {
    left: auto;
    right: -20px;
  }
  .Service .search-box {
    padding: 120px 0;
  }
  .Service .search-box h2 {
    font-size: 65px;
    padding-bottom: 46px;
  }
  .Service .search-bar input {
    padding: 15px 0;
  }
  .Service .search-bar .text {
    font-size: 18px;
  }
  .Service .search-bar .button {
    font-size: 18px;
  }
  .Service .search-result {
    padding-top: 60px;
  }
  .Service .search-result ul li .text {
    padding-left: 60px;
  }
  .Service .search-result ul li .text h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .Service .search-result ul li .text p {
    font-size: 20px;
    line-height: 32px;
  }
  .Service .service-activities {
    padding-bottom: 120px;
  }
  .Service .service-activities .newsCommon ul li .text h2 {
    margin: 10px 0;
    min-height: 85px;
  }
  .Service .service-activities .newsCommon ul li .text .date {
    margin: 0 0 10px 0;
  }
  .Service .service-activities .newsCommon ul li .text p {
    font-family: "SourceHanSans-Light";
    color: #333;
  }
  .Service .service-station {
    padding: 120px 0;
  }
  .Service .service-station .search-bar {
    margin-bottom: 120px;
    height: 80px;
  }
  .Service .service-station .search-bar .text {
    padding-left: 240px;
  }
  .Service .service-station .search-bar .area-select {
    height: 53px;
    width: 220px;
  }
  .Service .service-station .search-bar .area-select .area-name {
    line-height: 53px;
    font-size: 18px;
    line-height: 53px;
    padding: 0 20px;
  }
  .Service .service-station .search-bar .area-select ul {
    top: 53px;
  }
  .Service .service-station .search-bar .area-select ul li {
    font-size: 18px;
    line-height: 53px;
  }
  .Service .service-station ul li p {
    font-size: 24px;
    line-height: 36px;
  }
  .Service .service-station ul li span {
    font-size: 28px;
    top: 6px;
  }
  .Service .service-station ul li .item-box {
    min-height: 340px;
    padding: 40px;
    margin-bottom: 30px;
  }
  .Service .service-station ul li .name {
    color: #004ABB;
    font-size: 26px;
  }
  .Service .service-station ul li h3 {
    font-size: 30px;
    line-height: 36px;
    padding-left: 32px;
  }
  .Service .service-station ul li .item-list {
    font-size: 24px;
  }
  .Service .service-contact {
    padding: 120px 0 120px 10%;
  }
  .Service .service-contact h2 {
    font-size: 64px;
    padding-bottom: 60px;
  }
  .Service .service-contact .item p {
    font-size: 16px;
  }
  .Service .service-contact .item input, .Service .service-contact .item textarea {
    font-size: 16px;
    padding: 12px 0;
  }
  .Service .service-contact .tel h2 {
    font-size: 38px;
    padding-bottom: 20px;
  }
  .Service .service-contact .tel h2.lianxi {
    font-weight: 400;
  }
  .Service .service-contact .tel p {
    font-size: 18px;
    line-height: 30px;
  }
  .Service .service-contact .tel p span {
    font-weight: 700;
  }
  .Service .service-contact .terms {
    padding-top: 40px;
  }
  .Service .service-contact .terms h3 {
    font-size: 48px;
    padding-bottom: 30px;
  }
  .Service .service-contact .terms p {
    font-size: 18px;
    line-height: 30px;
  }
  .Service .service-contact .terms input {
    padding: 14px 35px;
    margin-top: 40px;
    font-size: 18px;
  }
  .Service .service-repair {
    padding: 120px 0 0;
  }
  .Service .service-repair h2 {
    font-size: 64px;
    padding-bottom: 60px;
    line-height: 72px;
  }
  .Service .service-repair .repair-box {
    padding-bottom: 120px;
  }
  .Service .service-repair .repair-box .repair-item {
    padding: 120px 2%;
  }
  .Service .service-repair .repair-box .form-box {
    padding: 30px;
  }
  .Service .service-repair .repair-box .form-box img {
    width: 123px;
    margin-bottom: 13%;
  }
  .Service .service-repair .repair-box .form-box .item {
    margin-top: 30px;
  }
  .Service .service-repair .repair-box .form-box .item span {
    line-height: 45px;
  }
  .Service .service-repair .repair-box .form-box .item input {
    font-size: 18px;
    padding: 12px 0 12px 70px;
  }
  .Service .service-repair .repair-box .form-box .button {
    font-size: 18px;
    padding: 12px 0;
    margin-top: 30px;
  }
  .Service .service-repair .repair-box .list-box dl dt {
    padding: 12px 20px;
    font-size: 24px;
  }
  .Service .service-repair .repair-box .list-box dl dd a {
    padding: 12px;
    font-size: 18px;
  }
  .Service .service-repair .repair-box p {
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 8px;
  }
  .NewsMedia .pat {
    padding-top: 120px !important;
  }
  .NewsMedia .btnMore {
    font-size: 18px;
    width: 178px;
    height: 50px;
    line-height: 50px;
  }
  .NewsMedia .bigTitle {
    padding: 120px 0 60px;
  }
  .NewsMedia .block {
    padding: 0 0 120px 0;
  }
  .NewsMedia .newsListCommon .tabsNav-n {
    margin-bottom: 60px;
  }
  .NewsMedia .newsListCommon .tabsNav-n h2 {
    font-size: 26px;
    padding: 5px 0;
    margin-right: 120px;
  }
  .NewsMedia .newsListCommon .tabsNav-n .filter a {
    font-size: 18px;
    padding: 12px 0;
    margin: 0 30px;
  }
  .NewsMedia .newsListCommon ul li .cover a {
    font-size: 30px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-6 h2 {
    font-size: 32px;
    line-height: 42px;
    min-height: 40px;
    margin: 25px 0 25px 0;
  }
  .NewsMedia .newsListCommon ul li.col-xs-6 p {
    font-size: 20px;
    line-height: 32px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-6 .date {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-4 h2, .NewsMedia .newsListCommon ul li.col-xs-3 h2 {
    font-size: 30px;
    margin: 60px 0 18px;
    line-height: 36px;
    height: 95px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-4 p, .NewsMedia .newsListCommon ul li.col-xs-3 p {
    font-size: 20px;
    line-height: 32px;
  }
  .NewsMedia .newsListCommon ul li.col-xs-4 .date, .NewsMedia .newsListCommon ul li.col-xs-3 .date {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .NewsMedia .newsListCommon ul li.list-one {
    padding: 60px 0;
  }
  .NewsMedia .newsListCommon ul li.list-one .img {
    width: 375px;
    overflow: hidden;
    margin-right: 80px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text {
    padding-top: 20px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text h2 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text .date {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .NewsMedia .newsListCommon ul li.list-one .text p {
    font-size: 20px;
    line-height: 36px;
  }
  .NewsMedia .imgSlide {
    margin-bottom: 60px;
  }
  .NewsMedia .imgSlide .swiper-slide .img-cover {
    height: 100px;
  }
  .NewsMedia .imgSlide .swiper-slide .img-cover a {
    font-size: 24px;
    margin: 45px 10px 0 10px;
  }
  .NewsMedia .video-top .tit {
    padding-bottom: 65px;
    font-size: 36px;
  }
  .NewsMedia .video-list {
    margin-top: 120px !important;
  }
  .NewsMedia .video-box .tit p {
    padding: 40px 80px;
    font-size: 24px;
  }
  .newsDetail .detail-box .detail-box-container {
    padding: 0 80px;
  }
  .newsDetail .detail-box .detail-box-container .tit-box {
    padding-top: 110px;
    padding-bottom: 27px;
  }
  .newsDetail .detail-box .detail-box-container .tit-box h2 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 12px;
  }
  .newsDetail .detail-box .detail-box-container .tit-box p {
    font-size: 20px;
    line-height: 24px;
  }
  .newsDetail .detail-box .detail-box-container .text-box p {
    line-height: 36px;
    font-size: 24px;
    margin-top: 30px;
  }
  .newsDetail .previous-list {
    padding: 110px 3% 0;
  }
  .newsDetail .previous-list h3 {
    font-size: 30px;
    line-height: 60px;
    padding-bottom: 60px;
  }
  .newsDetail .previous-list ul li {
    padding-bottom: 120px;
  }
  .newsDetail .previous-list ul li .img {
    margin-bottom: 40px;
  }
  .newsDetail .previous-list ul li .text h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .newsDetail .previous-list ul li .text .date {
    font-size: 18px;
    margin: 9px 0 20px;
  }
  .newsDetail .previous-list ul li .text p {
    font-size: 20px;
    line-height: 36px;
  }
  .site-map {
    padding: 30px 0 120px;
  }
  .site-map dl dt {
    padding-top: 30px;
  }
  .site-map dl dt a {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .site-map dl dd a {
    font-size: 18px;
    padding: 25px 0;
  }
  /* 产品详情页 */
  .ProductXq .info {
    padding: 60px 0 75px;
  }
  .ProductXq .info h2 {
    font-size: 48px;
  }
  .ProductXq .info h3 {
    font-size: 16px;
  }
  .ProductXq .info ul {
    margin-top: 35px;
  }
  .ProductXq .info ul li {
    padding-left: 50px;
    margin-left: 50px;
  }
  .ProductXq .info ul li h4 {
    font-size: 30px;
  }
  .ProductXq .info ul li p {
    font-size: 18px;
  }
  .ProductXq .info ul li:after {
    top: 12%;
  }
  .ProductXq .parameters {
    padding-top: 95px;
  }
  .ProductXq .parameters .simple {
    margin-top: 90px;
  }
  .ProductXq .parameters .simple .table h3 {
    font-size: 16px;
  }
  .ProductXq .parameters .simple .table ul li {
    font-size: 18px;
    line-height: 60px;
  }
  .ProductXq .parameters .detailed {
    margin-top: 130px;
  }
  .ProductXq .parameters .detailed .icon {
    left: 10%;
  }
  .ProductXq .parameters .detailed .icon h2 {
    font-size: 18px;
    color: #333;
  }
  .ProductXq .parameters .detailed .chassis .icon {
    top: 45%;
  }
  .ProductXq .parameters .detailed .chassis .icon i {
    width: 70px;
    height: 56px;
  }
  .ProductXq .parameters .detailed .body .icon {
    top: 38%;
    left: 10.8%;
  }
  .ProductXq .parameters .detailed .body .icon i {
    width: 51px;
    height: 75px;
  }
  .ProductXq .parameters .detailed ul li {
    font-size: 18px;
    line-height: 60px;
  }
  .ProductXq .parameters .btnMore {
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 60px auto 120px;
  }
  .ProductXq .parameters .btnMore i {
    font-size: 34px;
  }
  .details {
    /* 风格1 */
    /* 风格2 */
    /* 风格3 */
    /* 风格4 */
  }
  .details .style1 .block1 .bigTitle {
    margin: 120px auto;
  }
  .details .style1 .block1 .right .img .col-xs-6 {
    padding-left: 15px;
  }
  .details .style1 .block1 .right .img .col-xs-4 {
    padding-left: 15px;
  }
  .details .style1 .block1 .right .text {
    padding: 10% 20px 0;
  }
  .details .style1 .block1 .right .text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .details .style1 .block1 .right .text p {
    font-size: 20px;
    line-height: 36px;
  }
  .details .style1 .block2 {
    padding-top: 100px;
  }
  .details .style1 .block2 .text {
    width: 90%;
    font-size: 24px;
    line-height: 48px;
    margin: 35px auto 0;
  }
  .details .style1 .block2 .img {
    height: auto;
    overflow: hidden;
    margin-top: 110px;
  }
  .details .style1 .block2 .img .left .col-xs-6 {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .details .style1 .block3 {
    padding-top: 77px;
  }
  .details .style1 .block3 .bg {
    margin-top: 110px;
  }
  .details .style1 .block3 .bigTitle {
    line-height: 100px;
  }
  .details .style1 .block3 .right .img .col-xs-6 {
    padding-left: 20px;
  }
  .details .style1 .block3 .right .text {
    padding: 11% 38px 0;
  }
  .details .style1 .block3 .right .text p {
    font-size: 20px;
    line-height: 36px;
  }
  .details .style1 .block4 {
    padding-top: 100px;
  }
  .details .style1 .block4 .bigTitle {
    line-height: 100px;
  }
  .details .style1 .block4 .bg {
    margin-top: 110px;
  }
  .details .style1 .block4 .text {
    right: 60px;
    top: 20%;
  }
  .details .style1 .block4 .text p {
    font-size: 20px;
    line-height: 36px;
    padding-left: 25px;
  }
  .details .style1 .block4 .text p:after {
    font-size: 20px;
  }
  .details .style1 .block5 {
    padding-top: 100px;
  }
  .details .style1 .block5 .bg {
    margin-top: 120px;
  }
  .details .style1 .block5 .left .img .col-xs-6 {
    padding-right: 20px;
  }
  .details .style1 .block5 .left .text {
    padding: 3% 38px 0;
  }
  .details .style1 .block5 .left .text p {
    font-size: 20px;
    line-height: 36px;
  }
  .details .style2 .block1 {
    padding: 80px 0;
  }
  .details .style2 .block1 .imgSlide .btnPrev, .details .style2 .block1 .imgSlide .btnNext {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
  .details .style2 .block1 .text {
    padding: 10% 0 0 80px;
  }
  .details .style2 .block1 .text h2 {
    font-size: 48px;
    margin-bottom: 45px;
  }
  .details .style2 .block1 .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .details .style2 .block2 {
    padding-top: 105px;
  }
  .details .style2 .block2 .bg {
    margin-top: 120px;
  }
  .details .style2 .block2 .left .img .col-xs-6 {
    padding-right: 20px;
  }
  .details .style2 .block2 .left .text {
    padding: 3% 38px 0;
  }
  .details .style2 .block2 .left .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .details .style2 .block3 {
    padding-top: 95px;
  }
  .details .style2 .block3 .bg {
    margin-top: 110px;
  }
  .details .style2 .block3 .right .text {
    padding: 15% 38px 0;
  }
  .details .style2 .block3 .right .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .details .style3 .block1 .imgSlide .btnPrev, .details .style3 .block1 .imgSlide .btnNext {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
  .details .style3 .block2 {
    padding-top: 105px;
  }
  .details .style3 .block2 .bg {
    margin-top: 120px;
  }
  .details .style3 .block2 .left .img .col-xs-6 {
    padding-right: 20px;
  }
  .details .style3 .block2 .left .text {
    padding: 10% 38px 0;
  }
  .details .style3 .block2 .left .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .details .style3 .block3 {
    padding-top: 100px;
  }
  .details .style3 .block3 .bigTitle {
    margin-bottom: 110px;
  }
  .details .style3 .block3 .col-xs-6 .text {
    padding: 5% 80px;
  }
  .details .style3 .block3 .col-xs-6 .text p {
    font-size: 24px;
    line-height: 36px;
  }
  .details .style3 .block3 .col-xs-6.left {
    padding-right: 20px;
  }
  .details .style3 .block3 .col-xs-6.right {
    padding-left: 20px;
  }
  .details .style4 .bigTitle {
    margin-bottom: 40px;
  }
  .details .style4 .block {
    margin-bottom: 60px;
  }
  .details .style4 .block .text .con {
    padding: 8% 80px;
  }
  .details .style4 .block .text .con p {
    font-size: 24px;
    line-height: 36px;
  }
  /* 关于页面 */
  .about {
    /* 底部图片列表 */
    /* 综合页 */
    /* 合作关系 */
    /* 宇通在非洲 */
    /* 宇通在拉美 */
    /* 出口大事记 */
    /* 荣誉 */
  }
  .about .bottom-list {
    padding: 120px 0;
  }
  .about .bottom-list .bottom-item h4 {
    font-size: 24px;
    line-height: 36px;
    margin: 30px 0;
    height: 108px;
  }
  .about .bottom-list .bottom-item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
  }
  .about .tabsNav {
    margin-top: 120px;
  }
  .about .market-nav {
    background: #F7F7F7;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about .market-nav a {
    color: #333333;
    font-size: 18px;
    margin: 0 2%;
    line-height: 30px;
  }
  .about .market-nav a.active {
    color: #004ABB;
  }
  .about .about-con .section1 h3 {
    font-size: 64px;
    line-height: 72px;
    margin: 120px auto 30px;
  }
  .about .about-con .section1 p {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-con .section1 .more-btn {
    margin: 60px auto;
    width: 400px;
    font-size: 24px;
    padding: 30px 0;
    line-height: 36px;
  }
  .about .about-con .section1 .more-btn .iconfont {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-con .section2 h3 {
    font-size: 48px;
    line-height: 60px;
    width: 70%;
    margin: 120px auto 60px;
  }
  .about .about-con .section2 .exported-list {
    margin-top: 120px;
  }
  .about .about-con .section2 .exported-list p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 120px;
    padding-top: 60px;
  }
  .about .about-con .section2 .exported-list .exported-item h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 60px;
  }
  .about .about-con .section2 .exported-list .exported-item b {
    font-size: 48px;
    line-height: 60px;
  }
  .about .about-con .section2 .exported-list .exported-item span {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-con .section2 .exported-list .exported-item .around:after {
    content: '+';
    font-size: 24px;
    margin-top: -15px;
  }
  .about .about-con .section3 {
    margin-top: 120px;
  }
  .about .about-con .section3 .image-text h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 60px 0;
  }
  .about .about-con .section3 .image-text p {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-con .section4 {
    padding-bottom: 120px;
  }
  .about .about-con .section4 h3 {
    font-size: 64px;
    margin: 120px auto 30px;
  }
  .about .about-con .section4 p {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-con .section4 .img-box {
    margin-bottom: 60px;
  }
  .about .about-con .section5 {
    padding: 120px 0;
  }
  .about .about-con .section5 .container .text-box {
    padding-left: 100px;
    padding-top: 120px;
  }
  .about .about-con .section5 .container .text-box h3 {
    line-height: 60px;
    font-size: 48px;
  }
  .about .about-con .section5 .container .text-box p {
    line-height: 36px;
    font-size: 24px;
    margin-top: 60px;
  }
  .about .about-con .section5 .container .text-box .more-btn {
    width: 198px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-top: 30px;
  }
  .about .about-con .section5 .container .text-box .more-btn span:before {
    font-size: 16px;
  }
  .about .about-con .section5 .img-right {
    margin-top: 60px;
  }
  .about .about-con .section5 .img-right .text-box {
    padding-right: 108px;
    padding-top: 60px;
  }
  .about .about-investor {
    padding-bottom: 119px;
  }
  .about .about-investor .con {
    padding: 60px 0 59px;
  }
  .about .about-investor .con .times {
    margin-top: -20px;
  }
  .about .about-investor .con .times ul a {
    position: relative;
    display: block;
  }
  .about .about-investor .con .times ul a li {
    font-size: 18px;
    line-height: 48px;
  }
  .about .about-investor .con .times ul a li i {
    position: absolute;
    right: -54px;
  }
  .about .about-investor .con .times ul a li.active {
    font-size: 24px;
  }
  .about .about-investor .con .times ul a li.active:after {
    width: 15px;
    height: 15px;
    background-size: cover;
    top: 50%;
    margin-top: -7.5px;
    right: -54px;
  }
  .about .about-investor .con .times ul a:after {
    content: '';
    display: block;
    background: #BEBEBE;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -47px;
    top: 22px;
  }
  .about .about-investor .con .times .time-box {
    margin-left: 47px;
    margin-top: 20px;
  }
  .about .about-investor .con .file-list {
    padding-left: 92px;
  }
  .about .about-investor .con .file-list ul {
    border-top: 3px solid #DDDDDD;
  }
  .about .about-investor .con .file-list ul a li {
    font-size: 18px;
    color: #161616;
    padding: 21px 30px 17px 14px;
  }
  .about .about-investor .con .file-list ul a li i {
    position: absolute;
    right: -54px;
    top: 0;
    z-index: 2;
  }
  .about .about-investor .con .file-list ul a li span {
    margin-left: 81px;
  }
  .about .about-africa .address {
    font-size: 24px;
    margin-top: 120px;
    line-height: 36px;
  }
  .about .about-africa .address i {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-africa h3 {
    font-size: 64px;
    line-height: 72px;
  }
  .about .about-africa p {
    color: #666666;
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-africa .video-list {
    padding: 0 14%;
    margin-top: 60px;
  }
  .about .about-africa .video-list .video-item span {
    font-size: 24px;
    margin-top: 30px;
    display: block;
    line-height: 36px;
  }
  .about .about-africa .more-btn {
    margin: 60px auto;
    width: 400px;
    background: #F5F5F5;
    color: #666;
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0;
  }
  .about .about-africa .more-btn .iconfont {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-africa .section1 h3 {
    margin: 60px 0;
  }
  .about .about-africa .section1 .img-box {
    margin-top: 120px;
  }
  .about .about-africa .section1 .img-box .text-box {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 2%;
  }
  .about .about-africa .section1 .img-box .text-box h3 {
    margin: 120px 0;
  }
  .about .about-africa .section1 .img-box .text-box .our-list > div span {
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about .about-africa .section1 .img-box .text-box .our-list > div b {
    font-size: 72px;
  }
  .about .about-africa .section1 .img-box .text-box .our-list > div b span {
    display: inline-block;
    margin: 0 30px;
  }
  .about .about-africa .section2 .more {
    width: 180px;
    padding: 15px 0;
    margin-top: 60px;
    font-size: 18px;
    line-height: 30px;
  }
  .about .about-africa .section2 .tit-box h3 {
    font-size: 64px;
    line-height: 72px;
    margin: 120px 0 60px;
  }
  .about .about-africa .section2 .img-text {
    margin-top: 120px;
  }
  .about .about-africa .section2 .img-text .text-box h3 {
    line-height: 60px;
    font-size: 48px;
    margin: 120px 0 60px;
  }
  .about .about-africa .section2 .img-text .text-box .more {
    margin-top: 60px;
  }
  .about .about-africa .section2 .jieshao {
    margin-top: 60px;
  }
  .about .about-africa .section2 .jieshao .right {
    padding-top: 30px;
  }
  .about .about-africa .section2 .jieshao .right .top > div b {
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about .about-africa .section2 .jieshao .right .top > div span {
    font-size: 18px;
    line-height: 30px;
  }
  .about .about-africa .section2 .jieshao .right p {
    padding: 0 2.5%;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
  .about .about-africa .section3 {
    margin-top: 60px;
  }
  .about .about-africa .section3 .tit-box {
    padding: 0 15%;
  }
  .about .about-africa .section3 .tit-box h3 {
    font-size: 64px;
    line-height: 72px;
    margin: 120px 0 60px;
  }
  .about .about-africa .section3 .img-text-list {
    margin-top: 120px;
  }
  .about .about-africa .section3 .img-text-list > div {
    width: 33.33333%;
  }
  .about .about-africa .section3 .img-text-list > div h3 {
    line-height: 36px;
    font-size: 30px;
    margin: 30px 0;
  }
  .about .about-africa .section3 .img-text-list > div p {
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-africa .section3 .img-text-list2 {
    margin: 60px 0;
    padding: 0 15%;
  }
  .about .about-africa .section3 .img-text-list2 > div {
    padding: 60px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .about .about-africa .section3 .img-text-list2 > div img {
    width: 375px;
    float: left;
    margin-right: 4%;
  }
  .about .about-africa .section3 .img-text-list2 > div h3 {
    margin: 30px 0;
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-africa .section3 .img-text-list2 > div span {
    font-family: "SourceHanSans-Light";
    font-size: 18px;
    line-height: 30px;
  }
  .about .about-africa .section3 .img-text-list2 > div p {
    font-size: 20px;
    margin-top: 10px;
    font-family: "SourceHanSans-Light";
    line-height: 32px;
  }
  .about .about-africa .section4 {
    margin-top: 120px;
  }
  .about .about-africa .section4 .img-box .text-box {
    padding: 176px 15%;
  }
  .about .about-africa .section4 .img-box .text-box p {
    margin-top: 60px;
  }
  .about .about-africa .bottom-list {
    padding-bottom: 60px;
  }
  .about .about-africa .bottom-list p {
    font-size: 24px;
    margin-top: 30px;
    line-height: 36px;
  }
  .about .about-europe .section3 .img-text-list2 {
    margin: 60px 0;
    padding: 0 15%;
  }
  .about .about-europe .section3 .img-text-list2 > div {
    padding: 60px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .about .about-europe .section3 .img-text-list2 > div img {
    width: 375px;
    float: left;
    margin-right: 4%;
  }
  .about .about-europe .section3 .img-text-list2 > div h3 {
    margin: 30px 0;
    font-size: 24px;
    line-height: 36px;
  }
  .about .about-europe .section3 .img-text-list2 > div span {
    font-family: "SourceHanSans-Light";
    font-size: 18px;
    line-height: 30px;
  }
  .about .about-europe .section3 .img-text-list2 > div p {
    font-size: 20px;
    margin-top: 10px;
    font-family: "SourceHanSans-Light";
    line-height: 32px;
  }
  .about .about-europe .section4 {
    margin-top: 0;
  }
  .about .about-export .tit-box h3 {
    font-size: 65px;
    margin: 120px 0 60px;
  }
  .about .about-export .tit-box p {
    font-size: 24px;
    line-height: 48px;
    font-family: "SourceHanSans-Normal";
  }
  .about .about-export .times-list {
    margin-top: 115px;
  }
  .about .about-export .times-list .fl, .about .about-export .times-list .fr {
    padding-bottom: 116px;
    margin-bottom: 59px;
  }
  .about .about-export .times-list .fl img, .about .about-export .times-list .fr img {
    margin-bottom: 29px;
  }
  .about .about-export .times-list .fl span, .about .about-export .times-list .fr span {
    font-size: 24px;
    line-height: 48px;
    margin-left: 17px;
  }
  .about .about-export .times-list .fl span i, .about .about-export .times-list .fr span i {
    left: -17px;
    font-size: 9px;
  }
  .about .about-export .times-list .fl .deta, .about .about-export .times-list .fr .deta {
    top: 0;
    z-index: 2;
    font-size: 48px;
    line-height: 52px;
  }
  .about .about-export .times-list .fl .deta i, .about .about-export .times-list .fr .deta i {
    font-size: 18px;
    line-height: 52px;
    vertical-align: middle;
  }
  .about .about-export .times-list .fr {
    padding: 23px 7% 54px 3%;
    margin-left: 20px;
  }
  .about .about-export .times-list .fr .deta {
    left: -153px;
  }
  .about .about-export .times-list .fl {
    padding: 23px 3% 54px 7%;
    margin-right: 20px;
  }
  .about .about-export .times-list .fl .deta {
    right: -145px;
  }
  .about .about-honors {
    padding-bottom: 80px;
  }
  .about .about-honors .tit-box {
    padding: 120px 15%;
  }
  .about .about-honors .tit-box h3 {
    font-size: 65px;
  }
  .about .about-honors .tit-box p {
    font-size: 24px;
    line-height: 48px;
  }
  .about .about-honors .honors-list {
    padding: 20px 0;
  }
  .about .about-honors .honors-list .img-box {
    margin: 20px 1%;
  }
  .about .about-honors .honors-list .img-box .mask {
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/about/mask.png);
    width: 100%;
    height: 100%;
    padding: 25% 10%;
    text-align: center;
    display: none;
  }
  .about .about-honors .honors-list .img-box .mask span {
    color: #fff;
    line-height: 48px;
    font-size: 24px;
  }
  /* 联系我们 */
  .contact-us .contact-con .map {
    width: 100%;
    height: 800px;
    margin-top: 120px;
  }
  .contact-us .contact-list {
    padding-top: 120px;
  }
  .contact-us .contact-list > a {
    font-size: 20px;
  }
  .contact-us .contact-list > a .tit {
    margin: 50px 0 10px;
  }
  .contact-us .contact-list > a i {
    font-size: 50px;
  }
  /* 搜索 */
  .search .search-con {
    padding-bottom: 120px;
  }
  .search .search-con .search-no-data .con {
    padding: 200px 0;
  }
  .search .search-con .search-no-data .con img {
    margin-bottom: 60px;
  }
  .search .search-con .search-no-data .con p {
    line-height: 30px;
    font-size: 18px;
  }
  .search .search-con .search-box {
    padding: 60px 0;
    margin-bottom: 120px;
  }
  .search .search-con .result-tip {
    padding-bottom: 20px;
  }
  .search .search-con .result-tip .fl {
    font-size: 24px;
    line-height: 36px;
  }
  .search .search-con .result-tip .fr {
    font-size: 18px;
    line-height: 36px;
  }
  .search .search-con .result-tip .fr b {
    font-size: 24px;
  }
  .search .search-con .list {
    margin-top: 55px;
  }
  .search .search-con .list .item {
    padding: 0 9px;
    margin-bottom: 55px;
  }
  .search .search-con .list .item .text {
    padding: 25px 0;
  }
  .search .search-con .list .item .text h3 {
    font-size: 14px;
  }
  .search .search-con .list .item .text h2 {
    font-size: 30px;
  }
  .search .search-con .list .item .text p {
    font-size: 16px;
  }
  .search .search-con .newsListCommon .tabsNav-n {
    margin-bottom: 60px;
  }
  .search .search-con .newsListCommon .tabsNav-n h2 {
    font-size: 26px;
    padding: 5px 0;
    margin-right: 120px;
  }
  .search .search-con .newsListCommon .tabsNav-n .filter a {
    font-size: 18px;
    padding: 12px 0;
    margin: 0 30px;
  }
  .search .search-con .newsListCommon ul li .cover a {
    font-size: 30px;
  }
  .search .search-con .newsListCommon ul li.col-xs-6 h2 {
    font-size: 32px;
    line-height: 42px;
    min-height: 40px;
    margin: 25px 0 25px 0;
  }
  .search .search-con .newsListCommon ul li.col-xs-6 p {
    font-size: 16px;
  }
  .search .search-con .newsListCommon ul li.col-xs-6 .date {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .search .search-con .newsListCommon ul li.col-xs-4 h2, .search .search-con .newsListCommon ul li.col-xs-3 h2 {
    font-size: 30px;
    margin: 60px 0 18px;
    line-height: 36px;
    height: 95px;
  }
  .search .search-con .newsListCommon ul li.col-xs-4 p, .search .search-con .newsListCommon ul li.col-xs-3 p {
    font-size: 20px;
    line-height: 32px;
  }
  .search .search-con .newsListCommon ul li.col-xs-4 .date, .search .search-con .newsListCommon ul li.col-xs-3 .date {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .search .search-con .newsListCommon ul li.list-one {
    padding: 60px 0;
  }
  .search .search-con .newsListCommon ul li.list-one .img {
    width: 375px;
    overflow: hidden;
    margin-right: 80px;
  }
  .search .search-con .newsListCommon ul li.list-one .text {
    padding-top: 20px;
  }
  .search .search-con .newsListCommon ul li.list-one .text h2 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .search .search-con .newsListCommon ul li.list-one .text .date {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .search .search-con .newsListCommon ul li.list-one .text p {
    font-size: 20px;
    line-height: 36px;
  }
  .error .content {
    padding: 160px 0;
  }
  .error .content .btn {
    font-size: 18px;
    line-height: 30px;
    width: 294px;
    padding: 15px 0;
    margin: 40px auto;
  }
  .error .content .btn i {
    font-size: 18px;
  }
  .order-result {
    padding: 220px 0 270px;
  }
  .order-result img {
    margin: 0 auto 28px;
  }
  .order-result h1 {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .order-result p {
    font-size: 16px;
  }
  .order-result .btns {
    padding-top: 50px;
  }
  .order-result .btns a {
    font-size: 16px;
    line-height: 26px;
    padding: 4px 12px;
    margin: 0 6px;
  }
  .cookie h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 120px;
  }
  .cookie h3 {
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0 10px;
  }
  .cookie h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 20px 0 10px;
  }
  .cookie p {
    font-size: 18px;
    line-height: 30px;
  }
  .cookie table td {
    font-size: 18px;
    padding: 20px;
  }
}
