.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
 
}
.vc {
  vertical-align: middle;
}
/*浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 行内、块级 */
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.none {
  display: none;
}
/* 定位 */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
/* 圆角 */
.radius0 {
  border-radius: 0;
}
.radius3 {
  border-radius: 3px;
}
.radius4 {
  border-radius: 4px;
}
.radius5 {
  border-radius: 5px;
}
.radius6 {
  border-radius: 6px;
}
.radius10 {
  border-radius: 10px;
}
.radius20 {
  border-radius: 20px;
}
.radius50 {
  border-radius: 50%;
}
/* 宽度 */
.wid100 {
  width: 100%;
}
.wid50 {
  width: 50%;
}
.wid40 {
  width: 40%;
}
.wid30 {
  width: 30%;
}
.wid20 {
  width: 20%;
}
.wid15 {
  width: 15%;
}
.wid10 {
  width: 10%;
}
.wid8 {
  width: 8%;
}
.wid5 {
  width: 5%;
}
/* 高度 */
.higt100 {
  height: 100%;
}
/* 边线  */
.b-none {
  border: none;
}
.b-b-none {
  border-bottom: none;
}
.b-l-none {
  border-left: none;
}
.b-r-none {
  border-right: none;
}
.b-all-c-t {
  border-color: transparent;
}
.b-all-w8 {
  border-width: 8px;
}
.b-all-w7 {
  border-width: 7px;
}
.b-all-t0 {
  border-top-width: 0;
}
.b-all-s-s {
  border-style: solid;
}
.flex-l {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.flex {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  flex: 1;
}
/* 一行显示 */
.row-shows {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
}
.txt-ln1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/*两行文字，多余超出省略*/
.txt-ln2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*三行文字，多余超出省略*/
.txt-ln3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/*四行文字，多余超出省略*/
.txt-ln4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/*五行文字，多余超出省略*/
.txt-ln5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
/*九行文字，多余超出省略*/
.txt-ln9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
/* 字体粗细 */
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.fw300 {
  font-weight: 300;
}
.opc8 {
  opacity: .8;
}
.opc1 {
  opacity: 1;
}
/* 文字加线 */
.underline {
  text-decoration: underline;
}
/*去掉li的点*/
li {
  list-style-type: none;
}
/*鼠标手势*/
.cursor {
  cursor: pointer;
}
/* 溢出隐藏  */
.overflow {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.word {
  word-break: keep-all;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
/*隐藏、显示(没有占位符)*/
.v-h {
  visibility: hidden;
}
.v-v {
  visibility: visible;
}
/* 去除填充 */
.pdNone {
  padding: 0 !important;
}
.x-img-box.pd-bottom10:before {
  padding-bottom: 10%;
}
.x-img-box.pd-bottom20:before {
  padding-bottom: 20%;
}
.x-img-box.pd-bottom30:before {
  padding-bottom: 40%;
}
.x-img-box.pd-bottom35:before {
  padding-bottom: 35%;
}
.x-img-box.pd-bottom40:before {
  padding-bottom: 40%;
}
.x-img-box.pd-bottom50:before {
  padding-bottom: 50%;
}
.x-img-box.pd-bottom60:before {
  padding-bottom: 60%;
}
.x-img-box.pd-bottom70:before {
  padding-bottom: 70%;
}
.x-img-box.pd-bottom50:before {
  padding-bottom: 80%;
}
.x-img-box.pd-bottom60:before {
  padding-bottom: 90%;
}
.x-img-box.pd-bottom70:before {
  padding-bottom: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
img {
  max-width: 100%;
  transition: all .4s;
}
img:hover {
  transition: all .4s;
}
iframe {
  max-width: 100%!important;
}
.x-content p {
  text-indent: 0;
}
.navbar-brand {
  margin-top: 8px;
}
.navbar-brand img {
  width: auto;
  height: auto;
}
.img-1 {
  width: auto;
  height: auto;
}
.headerTop {
  line-height: 35px;
  background: #ededed;
  font-size: 12px;
}
.headerTop .right:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.headerTop .right ul {
  display: block;
  float: right;
}
.headerTop .right ul:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.headerTop .right ul li {
  margin-left: 20px;
  float: left;
  line-height: 35px;
}
.headerTop .right ul li:last-child a:after {
  content: none;
}
.headerTop .right ul a {
  color: #666666;
  display: block;
  position: relative;
}
.headerTop .right ul a:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #666666;
  position: absolute;
  top: 11px;
  left: 58px;
}
.x-header-v3 header {
  padding: 30px 0;
}
.x-header-v3 header .x-head-logo {
  width: auto;
}
.x-header-v3 header .x-head-right .x-right-search {
  height: 32px;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.x-header-v3 header .x-head-right .x-right-search span {
  font-size: 22px;
  margin: 0;
  float: inherit;
  color: #aaaaaa;
  line-height: 34px;
}
.x-header-v3 header .x-head-right .x-right-search input {
  padding: 0 5px;
  color: #aaaaaa;
  max-width: inherit;
  font-size: 14px;
  width: 200px;
}
.x-header-v3 header .x-head-right .x-right-search input::-webkit-input-placeholder {
  color: #cccccc;
}
.x-header-v3 header .x-head-right .x-right-search input:-moz-placeholder {
  color: #cccccc;
}
.x-header-v3 header .x-head-right .x-right-search input:-ms-input-placeholder {
  color: #cccccc;
}
.x-header-v3 header .x-head-right .x-right-search p {
  width: 50px;
  text-align: center;
  border-left: 1px solid #cccccc;
  margin: 0;
}
.x-header-v3 header .x-head-right .x-right-phone {
  margin-top: 8px;
}
.x-header-v3 header .x-head-right .x-right-phone .x-phone-icon {
  font-size: 45px;
  color: #d12521;
  line-height: 48px;
}
.x-header-v3 header .x-head-right .x-right-phone .x-phone-info p {
  color: #555555;
  text-align: left;
  margin: 0;
}
.x-header-v3 header .x-head-right .x-right-phone .x-phone-info h3 {
  font-size: 26px;
  font-weight: bold;
  color: #d12521;
}
.x-header-v3 .nav-box {
  background: #0f51bb;
}
.x-header-v3 .nav-box .navbar-collapse {
  padding: 0;
}
.x-header-v3 .nav-box nav {
  background: #0f51bb;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li a {
  font-size: 16px;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li a:focus {
  border: none;
  background: none;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li a:hover {
  border: none;
  background: none;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li a span:before {
  content: none;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li a span:after {
  /*width: 1px;*/
  background: -webkit-linear-gradient(top, #0f51bb, #aaaaaa, #0f51bb);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, #0f51bb, #aaaaaa, #0f51bb);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, #0f51bb, #aaaaaa, #0f51bb);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, #0f51bb, #aaaaaa, #0f51bb);
  /* 标准的语法 */
  border: none;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav > .active > a {
  border: none;
  background: none;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav > .active > a:focus {
  background: none;
}
.carousel-inner {
  z-index: 10;
}
.x-img-box-repeat:before {
  padding-bottom: 31%;
}
.x-img-box-repeat img {
  height: 100%!important;
}
.banner-md.carousel .carousel-inner {
  height: 504px;
}
.banner-md.carousel .carousel-inner > .item {
  height: 504px;
  position: relative;
}
.banner-md.carousel .carousel-inner > .item > img {
  position: absolute;
  left: 50%;
  /*height: 100%;*/
  width: auto;
  max-width: inherit;
}
.carousel-indicators li {
  width: 16px;
  height: 16px;
  color: #d12521;
  border: 1px solid #d12521;
  border-radius: 0;
  margin: 4px;
  text-indent: 0;
  background: #ffffff;
  line-height: 14px;
}
.carousel-indicators .active {
  background: #d12521;
  color: #ffffff;
  line-height: 14px;
  width: 16px;
  height: 16px;
}
.navbar {
  margin-bottom: 0;
}
.searchBox {
  background: #eeeeee;
  color: #666666;
  line-height: 52px;
}
.searchBox .left a {
  color: #666666;
  margin-left: 6px;
}
.searchBox .right {
  text-align: right;
  font-size: 0px;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.searchBox .right input {
  outline: none;
  border: 1px solid #0f51bb;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  line-height: 30px;
  padding: 0 10px;
  height: 30px;
  display: inline-block;
  color: #0f51bb;
  width: 240px;
  font-size: 14px;
}
.searchBox .right .buttonD {
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
  background: #0f51bb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.searchBox .right .buttonD span {
  margin-right: 5px;
}
.x-footer {
  position: relative;
  border: none;
  background: #0f51bb;
}
.x-footer.x-footer-two .container {
  color: #ffffff;
  padding: 20px 0 16px 0;
  font-size: 12px;
}
.x-footer.x-footer-two .container .contact {
  line-height: 20px;
}
.x-footer.x-footer-two .container .contact a {
  color: #ffffff;
}
.x-footer.x-footer-two .container .foot-menu {
  margin: 0 auto;
  text-align: center;
}
.x-footer.x-footer-two .container .foot-menu span a {
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding: 0 6px;
  line-height: 12px;
  font-size: 12px;
  color: #ffffff;
}
.x-footer.x-footer-two .container .foot-menu span:last-child a {
  border-right: 0;
}
.cont-box {
  padding-top: 40px;
}
.cont-box .box {
  top: 6px;
  width: 40px;
  float: right;
  margin-left: 10px;
  position: relative;
}
.cont-box .box span {
  color: #ffffff;
  position: absolute;
  left: 24px;
  top: -7px;
}
.cont-box .box .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  float: right;
  background: #ca952a;
}
.cont-box .box .tran {
  position: absolute;
  left: 1px;
  top: 0;
  border-top: 10px solid transparent;
  border-right: 28px solid #ca952a;
  border-bottom: 10px solid transparent;
}
.cont-box .titleBox-1 {
  text-align: center;
  text-transform: uppercase;
  color: #bfbfbf;
  margin-bottom: 20px;
}
.cont-box .titleBox-1 p {
  margin: 0;
  margin-bottom: 2px;
}
.cont-box .titleBox-1 h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #0f51bb;
  margin-bottom: 30px;
}
.cont-box .titleBox-1 .moreBox {
  padding: 0 15px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.cont-box .titleBox-1 .more {
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  color: #666666;
  line-height: 20px;
  display: inline-block;
  padding: 0 10px;
  background: -webkit-linear-gradient(bottom, #dddddd, #ffffff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, #dddddd, #ffffff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, #dddddd, #ffffff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, #dddddd, #ffffff);
  /* 标准的语法 */
}
.cont-box .titleBox-1 .line {
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 2;
  top: -12px;
  background: #dbdbdb;
}
.cont-box .titleBox-2 .x-title {
  padding: 0;
  text-transform: uppercase;
}
.cont-box .titleBox-2 .x-title .x-content {
  font-size: 16px;
  font-weight: bold;
}
.cont-box .titleBox-2 .x-title .x-content .line {
  height: 20px;
  width: 6px;
  float: left;
  border-radius: 10px;
  background: #0f51bb;
  margin-right: 10px;
  margin-top: 11px;
}
.cont-box .titleBox-2 .x-title .x-content span {
  font-size: 12px;
  font-weight: normal;
  color: #aaaaaa;
  margin-left: 5px;
}
.cont-box .titleBox-2 .x-title .x-more {
  width: 48px;
}
.cont-box .titleBox-2 .x-title .x-more span {
  width: 15px;
  height: 15px;
  text-align: center;
  margin-left: 6px;
  display: inline-block;
  border-radius: 50%;
  line-height: 13px;
  background: #0f51bb;
  color: #ffffff;
  position: inherit;
}
.cont-box .titleBox-2 .x-title .x-more a {
  color: #999999;
}
.cont-prod .x-tab-v1 #x-myTab-1 > li.active > p,
.cont-prod .x-tab-v1 #x-myTab-1 > li.active > p:focus,
.cont-prod .x-tab-v1 #x-myTab-1 > li.active > p:hover {
  background: none;
  color: #0f51bb;
  border: none;
}
.cont-prod .x-tab-v1 #x-myTab-1 > li p {
  border: none;
}
.cont-prod .x-tab-v1 #x-myTab-1 > li p:hover {
  background: none;
  color: #0f51bb;
  border: none;
}
.cont-prod .tab-pane {
  display: none;
}
.cont-prod .tab-pane.active {
  display: block;
}
.cont-prod .nav-tabs.nav li p {
  cursor: pointer;
  line-height: 97px;
  padding: 0 10px 4px 20px;
  margin: 0;
}
.cont-prod .nav-tabs.nav li p span {
  position: relative;
  top: -3px;
}
.cont-prod .prodBox {
  margin-top: 40px;
}
.cont-prod .prodBox .x-wrapper .scroller {
  left: 0;
  margin-left: 0!important;
}
.cont-prod .prodBox .x-wrapper.x-wrapper-v1 {
  line-height: 100px;
  border: 0px solid #0f51bb;
  height: 100px;
}
.cont-prod .prodBox .x-wrapper.x-wrapper-v1 li {
  font-size: 18px;
}
.cont-prod .prodBox .x-wrapper.x-wrapper-v1 li span {
  width: 15px;
  height: 15px;
  color: #ffffff;
  font-size: 12px;
  background: #0f51bb;
  line-height: 13px;
  margin-right: 6px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.cont-prod .prodBox .top {
  position: relative;
  padding-left: 140px;
}
.cont-prod .prodBox .top .left {
  text-align: center;
  background: #0f51bb;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  color: #ffffff;
  text-transform: uppercase;
}
.cont-prod .prodBox .top .left h4 {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 24px;
  margin: 0;
  margin-top: 28px;
  padding: 0 10px;
}
.cont-prod .prodBox .top .left p {
  font-size: 14px;
  margin-top: 2px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 10px;
}
.cont-prod .tab-content {
  padding: 0;
}
.cont-prod .tab-content ul:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.cont-prod .tab-content ul li {
  margin-top: 25px;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.cont-prod .tab-content ul li:nth-child(3n) {
  margin-right: 0;
}
.cont-prod .tab-content ul li:hover img {
  transform: scale(1.1);
  transition: all .4s;
}
.cont-prod .tab-content ul li .x-img-box-repeat {
  overflow: hidden;
}
.cont-prod .tab-content ul li .x-img-box-repeat:before {
  padding-bottom: 76%;
}
.cont-prod .tab-content ul li p {
  line-height: 35px;
  background: #f3f7fc;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333333;
  font-size: 14px;
  padding: 0 15px;
  margin: 0;
  margin-top: 10px;
}
.cont-case {
  margin-bottom: 40px;
}
.cont-case .x-img-box-repeat {
  overflow: hidden;
}
.cont-case .x-img-box-repeat:hover img {
  transform: scale(1.1);
}
.cont-case .x-img-box-repeat p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  padding-top: 20px;
  margin: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 54px;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  /* 标准的语法 */
}
.cont-case .left {
  padding-left: 0;
}
.cont-case .left .x-img-box-repeat:before {
  padding-bottom: 80%;
}
.cont-case .right {
  padding: 0;
}
.cont-case .right .x-img-box-repeat:before {
  padding-bottom: 77%;
}
.cont-case .right ul:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.cont-case .right ul li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-top: 15px;
}
.cont-case .right ul li:nth-child(2n) {
  margin-right: 0;
}
.cont-case .right ul li:nth-child(1),
.cont-case .right ul li:nth-child(2) {
  margin-top: 0;
}
.cont-page {
  position: relative;
  padding-bottom: 40px;
}
.cont-page .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.cont-page .banner-bg.banner-md.carousel .carousel-inner {
  height: 100%;
}
.cont-page .banner-bg.banner-md.carousel .carousel-inner > .item {
  height: 100%;
}
.cont-page .container {
  position: relative;
  z-index: 90;
}
.cont-page .left .line {
  padding: 20px 0 30px 10px;
  border: 2px solid #729bdd;
}
.cont-page .left .lunboBox {
  position: relative;
  left: 34px;
  top: 0;
}
.cont-page .left .lunboBox .banner-md.carousel {
  width: 200px;
}
.cont-page .left .lunboBox .banner-md.carousel .carousel-inner {
  height: 245px;
  width: 200px;
}
.cont-page .left .lunboBox .banner-md.carousel .carousel-inner > .item {
  height: 245px;
  width: 200px;
}
.cont-page .left .lunboBox .banner-md.carousel .carousel-inner > .item img {
  height: 100%;
}
.cont-page .left .lunboBox .banner-md.carousel a {
  top: 50%;
  margin-top: -15px;
}
.cont-page .left .lunboBox .banner-md.carousel a.carousel-control {
  display: block;
  width: 15px;
  height: 30px;
  background: #afcbf9;
  z-index: 20;
  line-height: 30px;
}
.cont-page .left .lunboBox .banner-md.carousel a.carousel-control.left {
  left: -30px;
}
.cont-page .left .lunboBox .banner-md.carousel a.carousel-control.right {
  right: -30px;
}
.cont-page .left .lunboBox .banner-md.carousel a.carousel-control span {
  font-size: 14px;
  line-height: 30px;
}
.cont-page .left .lunboBox p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cont-page .left .lunboBox p span {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 6px;
}
.cont-page .left .lunboBox p span.ch {
  font-size: 18px;
}
.cont-page .rightBox {
  color: #ffffff;
  padding-left: 80px;
}
.cont-page .rightBox h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 36px;
  line-height: 35px;
}
.cont-page .rightBox h1 span {
  text-transform: uppercase;
  font-size: 22px;
  color: #81a0dd;
  margin-left: 10px;
}
.cont-page .rightBox h1 span.ch {
  font-size: 35px;
  color: #ffffff;
  margin-left: 0;
}
.cont-page .rightBox h2 {
  font-size: 23px;
  margin-bottom: 30px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cont-page .rightBox p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 28px;
  height: 108px;
}
.cont-page .rightBox .more {
  width: 100px;
  position: relative;
  width: 100%;
  height: 32px;
  margin-top: 20px;
}
.cont-page .rightBox .more .line {
  width: calc(100% - 111px);
  width: -moz-calc(-11%);
  height: 1px;
  position: absolute;
  background: #6c99dc;
  left: 0;
  top: 50%;
}
.cont-page .rightBox .more .moreBox {
  position: absolute;
  right: 0;
  display: inline-block;
  border: 1px solid #6c99dc;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 6px;
}
.cont-page .rightBox .more .moreBox a {
  color: #ffffff;
}
.cont-equip .x-carousel-v4-2 {
  margin-left: -10px;
  margin-right: -10px;
}
.cont-equip .x-img-box-repeat:before {
  padding-bottom: 80%;
}
.cont-equip .customNavigation {
  height: 0;
}
.cont-equip .owl-controls {
  display: none!important;
}
.cont-equip a {
  color: #333333;
}
.cont-equip p {
  text-align: center;
  line-height: 16px;
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 4px;
  height: 15px;
}
.cont-equip .owl-navigation {
  position: relative;
  top: -150px;
}
.cont-equip .owl-navigation a {
  height: 34px;
  width: 17px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  background: #cdcdcd;
}
.cont-equip .owl-navigation a.prev-v2 {
  margin-left: -17px;
}
.cont-equip .owl-navigation a.next-v2 {
  float: right;
  margin-right: -15px;
}
.cont-fix {
  background: #f3f3f3;
  padding-bottom: 50px;
}
.cont-fix .news:first-child {
  padding-left: 0;
}
.cont-fix .news .Fimg {
  margin: 20px 0 10px 0;
}
.cont-fix .news .Fimg:before {
  padding-bottom: 30%;
}
.cont-fix .news li a {
  display: block;
  width: 100%;
  color: #666666;
  font-size: 14px;
  position: relative;
  padding-right: 90px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 36px;
}
.cont-fix .news li i {
  display: inline-block;
  line-height: 36px;
  font-size: 16px;
  color: #949494;
}
.cont-fix .news li span {
  position: absolute;
  right: 0;
  line-height: 40px;
}
.cont-fix .right {
  padding-right: 0;
}
.cont-fix .right a {
  display: block;
}
.cont-fix .right a span {
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.cont-fix .right li {
  padding: 7px 0;
  border-bottom: 1px dashed #dbdbdb;
}
.cont-fix .right h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  color: #333333;
  height: 20px;
  padding-left: 34px;
}
.cont-fix .right h4 span {
  background: #ff8800;
}
.cont-fix .right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  color: #999999;
  font-size: 12px;
  padding-left: 34px;
  height: 34px;
}
.cont-fix .right p span {
  background: #0f51bb;
}
.cont-in {
  min-height: 800px;
  margin-top: 50px;
}
.cont-in .x-title2 {
  line-height: 16px;
  padding: 0;
  height: 32px;
  border-bottom: 1px solid #dddddd;
}
.cont-in .x-title2 .x-content {
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: inline-block;
  font-size: 18px;
  padding-bottom: 15px ;
  border-bottom: 1px solid #0f51bb;
}
.cont-in .x-title2 p {
  max-width: 100%;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #999999;
}
.cont-in .x-title2 p a {
  color: #999999;
}
.cont-in .x-leftnav.x-leftnav-v4 {
  margin-bottom: 20px;
  border: none;
  border-top: 1px solid #0f51bb;
}
.cont-in .x-leftnav.x-leftnav-v4 a i {
  font-size: 14px;
}
.cont-in .x-leftnav.x-leftnav-v4 a i span {
  font-size: 12px;
  margin: 0 10px 0 10px;
}
.cont-in .x-leftnav.x-leftnav-v4 .submenu {
  margin-bottom: 8px;
  background: none;
  padding: 12px 25px 5px 25px;
  border-bottom: 3px solid #e8e8e8;
}
.cont-in .x-leftnav.x-leftnav-v4 .submenu p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 25px;
}
.cont-in .x-leftnav.x-leftnav-v4 .submenu p.ch {
  font-size: 22px;
  color: #333333;
}
.cont-in .x-leftnav.x-leftnav-v4 .submenu p.en {
  font-size: 14px;
  text-transform: uppercase;
  color: #0f51bb;
}
.cont-in .x-leftnav.x-leftnav-v4 .secondMenu .secondSubmenu > li.active > a {
  background: #0f51bb;
  color: #ffffff;
}
.cont-in .x-leftnav.x-leftnav-v4 .secondMenu .secondSubmenu > li .submenu-item2 {
  border: none;
}
.cont-in .x-plugadv-box {
  margin-bottom: 20px;
  padding: 12px 25px 5px 25px;
  border-bottom: 3px solid #e8e8e8;
  border-top: 1px solid #0f51bb;
}
.cont-in .x-plugadv-box p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 32px;
}
.cont-in .x-plugadv-box p.ch {
  font-size: 22px;
  color: #333333;
}
.cont-in .x-plugadv-box p.en {
  height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0f51bb;
}
.cont-in .x-plugadv-v1 p {
  font-size: 14px;
  margin: 0;
  color: #333333;
}
.cont-in .x-plugadv-v1 p.num {
  margin-top: 20px;
}
.cont-box-in .x-title {
  padding-right: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #0f51bb;
}
.cont-box-in .x-title .x-content {
  font-size: 20px;
  line-height: 20px;
}
.cont-box-in .x-title .rightNav {
  font-size: 12px;
  color: #555555;
  line-height: 20px;
}
.cont-box-in .x-title .rightNav a {
  color: #555555;
  margin: 0 4px;
}
.x-pagination.x-pagination-v1 {
  margin: 20px 0 40px 0;
}
.cont-in-news .x-summarize-format {
  margin-top: 40px;
}
.cont-in-news .x-summarize-format .x-list-item {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.cont-in-news .x-summarize-format .x-list-item .x-list-bottom {
  padding-left: 30px;
  padding-right: 0;
}
.cont-in-news .x-summarize-format .x-list-item .x-list-bottom .x-list-desc h4 {
  margin-bottom: 0;
  font-size: 16px;
  color: #555555;
  line-height: 44px;
  height: 44px;
  padding-right: 120px;
  position: relative;
}
.cont-in-news .x-summarize-format .x-list-item .x-list-bottom .x-list-desc h4 span {
  position: absolute;
  right: 0;
  top: 0;
}
.cont-in-news .x-summarize-format .x-list-item .x-list-bottom .x-list-desc p {
  line-height: 28px;
  height: 54px;
}
.cont-in-news .x-summarize-format .x-list-item .x-list-bottom .x-list-desc p span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cont-in-news .x-summarize-format .x-list-item .x-list-bottom .x-list-desc p.more {
  font-size: 12px;
  color: #333333;
  line-height: 14px;
  height: 14px;
}
.cont-in-prod .x-grid-format .x-list-item {
  margin-bottom: 10px;
  border: none;
}
.cont-in-prod .x-grid-format .x-list-item .x-list-desc {
  padding: 0;
}
.cont-in-prod .x-grid-format .x-list-item .x-list-desc h4 {
  background: #ebebeb;
  font-size: 14px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  margin-top: 10px;
}
.cont-in-prod .x-grid-format .x-list-item:hover {
  box-shadow: none;
}
.cont-in-prod .x-grid-format .x-list-item:hover img {
  transition: all .4s;
  transform: scale(1.1);
}
.messageBox .title {
  color: #fff;
  height: 66px;
  line-height: 46px;
}
.messageBox .title h3 {
  height: 46px;
  line-height: 46px;
  border-bottom: 2px solid #1d2089;
  display: inline-block;
  float: left;
  padding-right: 13px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
}
.messageBox .form-common .form-group label {
  color: #333333;
}
.messageBox .form-common .form-group .err-msg label {
  color: #f7787a;
  font-weight: normal;
  background-color: transparent;
  font-size: 12px!important;
  margin-bottom: 0;
  margin-top: 2px;
}
.err-msg {
  margin-top: 0px;
  margin-bottom: 4px;
  height: 20px;
  line-height: 20px;
}
.form-common .form-group-tips {
  margin-bottom: 0;
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (max-width: 992px) {
  .cont-photo .box-left {
    margin-bottom: 20px;
  }
  .cont-photo .box-left:before {
    padding-bottom: 40%;
  }
  .cont-photo .box-right {
    padding: 0;
  }
  .cont-page .left .lunboBox {
    left: 18px;
  }
  .cont-page .left .lunboBox p {
    margin-bottom: 5px;
  }
  .cont-page .left .lunboBox .banner-md.carousel a.carousel-control.left {
    left: -18px;
  }
  .cont-page .left .lunboBox .banner-md.carousel a.carousel-control.right {
    right: -18px;
  }
  .cont-page .left .line {
    padding: 10px 0 12px 2px;
  }
}
@media (min-width: 1000px) {
  .x-wrapper .scroller {
    left: 50%;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
  .headerTop {
    display: none;
  }
  .banner-md.carousel .carousel-inner {
    height: 180px;
  }
  .banner-md.carousel .carousel-inner > .item {
    height: 180px;
  }
  .banner-md2.carousel .carousel-inner {
    height: 1240px;
  }
  .banner-md2.carousel .carousel-inner > .item {
    height: 1240px;
  }
  .x-header-v3 .nav-box nav.navbar-default .container-fluid .navbar-header .navbar-brand {
    padding: 0;
    margin-top: 0;
  }
  .navbar-default .navbar-toggle {
    margin-right: 0;
    margin-top: 13px;
  }
  .x-header-v3 .nav-box nav.navbar-default .container-fluid .navbar-header {
    margin: 0;
    padding: 0;
  }
  .x-footer {
    padding: 10px 0;
  }
  .x-footer .row {
    margin: 0;
  }
  .cont-box {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .cont-box .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cont-box .titleBox-1 {
    margin-bottom: 0;
  }
  .cont-box .titleBox-1 h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .cont-box .titleBox span.ch {
    font-size: 16px;
  }
  .cont-box .titleBox a {
    top: -2px;
  }
  .x-plugadv-box,
  .x-plugadv-v1 {
    display: none;
  }
  .selectMenu i span {
    background: #0f51bb;
  }
  .secondMenu {
    z-index: 88;
  }
  .cont-in .x-leftnav.x-leftnav-v4 {
    margin-bottom: 0;
  }
  .cont-in .x-leftnav.x-leftnav-v4 .secondMenu .secondSubmenu > li .submenu-item2 {
    line-height: 28px;
  }
  .cont-in .x-leftnav.x-leftnav-v4 a i {
    line-height: 25px;
  }
  .x-header-v3 .nav-box nav.navbar-default .container-fluid .navbar-collapse .navbar-nav li.active a {
    color: #0f51bb;
  }
  .cont-in-news .x-summarize-format {
    margin-top: 10px;
  }
  .cont-in {
    min-height: 550px;
    margin-top: 0;
  }
  .cont-in .selectMenu {
    margin-top: 14px;
  }
  .cont-in .x-leftnav.x-leftnav-v4 {
    border: none;
  }
  .cont-in .x-leftnav.x-leftnav-v4 .submenu {
    border-top: 1px solid #0f51bb;
    line-height: 17px;
    padding: 8px 10px;
  }
  .cont-in .x-leftnav.x-leftnav-v4 .submenu p.ch {
    font-size: 16px;
    height: 18px;
  }
  .cont-in .x-leftnav.x-leftnav-v4 .submenu p.en {
    height: 14px;
  }
  .cont-in-news .x-summarize-format .x-list-item {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cont-in-news .x-summarize-format .x-list-item .x-list-bottom {
    padding-left: 15px;
  }
  .cont-in-news .x-summarize-format .x-list-item .x-list-bottom .x-list-desc h4 {
    line-height: 26px;
    height: 24px;
    padding-right: 85px;
  }
  .cont-in-news .x-summarize-format .x-list-item .x-list-bottom .x-list-desc p {
    margin: 5px 0;
    line-height: 16px;
    height: 32px;
  }
  .cont-page {
    padding: 10px 0;
  }
  .cont-page .left .lunboBox {
    left: 0;
  }
  .cont-page .left .lunboBox .banner-md.carousel {
    margin: 0 auto;
  }
  .cont-page .left .lunboBox p {
    text-align: center;
  }
  .cont-page .rightBox {
    padding-left: 0!important;
  }
  .cont-page .rightBox h2 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .cont-page .rightBox h1 {
    height: 18px;
    line-height: 0;
  }
  .cont-page .rightBox h1 span {
    font-size: 16px;
  }
  .cont-page .rightBox h1 span.ch {
    font-size: 18px;
  }
  .cont-page .rightBox p {
    height: 90px;
    line-height: 22px;
    font-size: 13px;
  }
  .searchBox {
    line-height: 36px;
  }
  .searchBox .right {
    top: 0;
    text-align: left;
  }
  .cont-prod .tab-content ul li {
    width: 49%;
  }
  .cont-prod .nav-tabs.nav li p {
    line-height: 65px;
  }
  .cont-prod .prodBox {
    margin-top: 10px;
  }
  .cont-prod .prodBox .x-wrapper.x-wrapper-v1 {
    height: 68px;
  }
  .cont-prod .prodBox .top .left {
    height: 68px;
  }
  .cont-prod .prodBox .top .left h4 {
    font-size: 16px;
    margin-top: 12px;
  }
  .cont-equip .x-carousel-v4-2 {
    margin: 0;
  }
  .cont-equip .owl-navigation a.next-v2 {
    margin-right: 0;
  }
  .cont-equip .owl-navigation a.prev-v2 {
    margin-left: 0;
  }
  .x-wap-footer {
    z-index: 998;
  }
  .x-title-box {
    display: none;
  }
  /***************************/
  .cont-prod .prodBox .top {
    display: none;
  }
  .cont-prod .tab-content ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .cont-prod .tab-content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .cont-page .left {
    display: none;
  }
  .cont-fix .middle {
    display: none;
  }
  .cont-fix .right {
    display: none;
  }
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li {
    width: 10%;
    }
    #headerNav 	li:hover .dropdown-menu{
	display: block !important;
}
.dropdown-menu {
	min-width: 101px !important;
	margin: 0px 0 0 0px !important;
	padding: 0px 0 !important;
	background: #0f51bb;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li a span {
    color: #fff;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li .dropdown-menu a {
    padding: 8px 0;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav li a span {
    display: inline-block;
    width: 107%;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav .u-c1:hover a{
    background: #1676cd!important;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav .u-c1:hover .dropdown-menu li a{
  background: #1676cd!important;
}
.x-header-v3 .nav-box nav.navbar-default .navbar-nav .u-c1:hover .dropdown-menu li:hover a{
  background: #0f51bb!important;
}
.x-tab-v1 #x-myTab-1>li{
  background: #f3f7fc;
}
.x-right-phone img{
  float: left;
  margin-right: 8px;
  width: 45px;
}
.u-er{
  position: absolute;
  bottom: 11px;
  right: 15%;
}
.u-er img{
  width: 50%;
}