/* ===== Merged Theme Styles ===== */

/* --- style.css --- */
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
/* 微信：wwwadminbuycn */

* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}



input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}


.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

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

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}
.logo2{ height:70px}
.logo{ height:70px}
.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1200px;
  margin: 0px auto;
}

.main_title {
  text-align: center;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}

.main_title p b {
  font-size: 40px;
  font-weight: bold;
  color: #093AA7;
}

.main_title span {
  font-size: 18px;
  color: #666;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #1DB36E;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #1DB36E;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;
}

.main-header {
  position: relative;
  display: block;


}

.main-menu {
  position: relative;
  background: rgb(255, 255, 255, 0.1);
  z-index: 91;
}

.main-menu-wrapper {

  display: block;
}

.sticky-header-content {
  border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}

.stricky-header .logo {
  display: none;
}

.main-menu-wrapper-left {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;

}

.main-menu-wrapper-logo {
  position: relative;
  margin-right: 35px;
}

.main-menu-wrapper-main-menu {

  display: block;
  height: 90px;
  line-height: 90px;

}



.main-menu .main-menu-list,
.main-menu .main-menu-list ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}


.main-menu .main-menu-list {
  display: flex;
}

.main-menu .main-menu-list>li,
.stricky-header .main-menu-list>li {


  position: relative;
  padding: 0 25px;
}


.main-menu .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;

  position: relative;
  transition: all 500ms ease;


}


.stricky-header .main-menu-list>li>a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;

  transition: all 500ms ease;

}


.main-menu .main-menu-list>li.current>a,
.main-menu .main-menu-list>li:hover>a,
.stricky-header .main-menu-list>li.current>a,
.stricky-header .main-menu-list>li:hover>a {
  color: #1DB36E;
}



.main-menu .main-menu-list>li>a:hover {
  color: #1DB36E;
}


.main-menu .main-menu-list li ul,
.stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left: -15%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 130%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;

  display: inline-block;

}


.main-menu .main-menu-list li:hover>ul,
.stricky-header .main-menu-list li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;


}

.main-menu .main-menu-list li ul li,
.stricky-header .main-menu-list li ul li {

  position: relative;
  text-align: center;
  line-height: 32px;
  padding: 10px 0;
}



.main-menu .main-menu-list li ul li a,
.stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu-list li ul li:hover>a,
.stricky-header .main-menu-list li ul li:hover>a {

  color: #1DB36E;
}

.main-menu .main-menu-list li ul li>ul,
.stricky-header .main-menu-list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu-list li ul li>ul.right-align,
.stricky-header .main-menu-list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu-list li ul li>ul ul,
.stricky-header .main-menu-list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;

  width: 100%;


  transition: transform 500ms ease, visibility 500ms ease;

}

.stricky-header.stricky-fixed {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.stricky-header.stricky-fixed .main-menu-list>li.current>a,
.stricky-header.stricky-fixed .main-menu-list>li:hover>a {
  color: #1DB36E;
}

.stricky-header.stricky-fixed .logo {
  display: block;
}

.stricky-header.stricky-fixed .logo2 {
  display: none;
}

.stricky-header.stricky-fixed .main-menu-list>li>a {
  color: #333;
}

.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav-buttons a+a {
  margin-left: 10px;
}

.mobile-nav-buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav-toggler {
  font-size: 20px;
  color: #1DB36E;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header-content .mobile-nav-toggler i {
  color: #1DB36E !important;
}

.top-tel b {
  font-size: 18px;
  color: #333;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .wal {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #007AFF;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  background: rgba(255, 255, 255, .3);
}

.mobile-nav-content .main-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #1DB36E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #1DB36E;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-wal {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-wal .main-logo,
.mobile-nav-wal .topbar-buttons,
.mobile-nav-wal .main-menu-language,
.mobile-nav-wal .main-menu-login {
  display: none;
}




/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;

  cursor: pointer;
  overflow: hidden;
  z-index: 10;

  transition: all .5s ease;
  outline: none;
  opacity: 0;

}

#banner:hover .swiper-button {
  opacity: 1;

}

.btn-prev {
  left: 8%;
}

.btn-next {
  right: 8%;
}

#banner:hover .btn-prev {
  left: 5%;
}

#banner:hover .btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #1DB36E;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 90px;
  left: 0;
  width: 100%;
}


.banner_txt {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  right: 0;

  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt_spe {
  position: absolute;
  width: 100%;
  top: 23%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;

}

.banner_txt p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

/*首页banner图 end*/
/*简介*/
.about {
  margin-top: 50px;

}

.about-box {
  background-color: #fff;
  -webkit-box-shadow: 0 42px 95px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 42px 95px rgba(0, 0, 0, .15);
  box-shadow: 0 42px 95px rgba(0, 0, 0, .15);

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;

}

.about_fl {

  overflow: hidden;
  padding: 40px;
  width: 50%;
}

.about_fl p {
  line-height: 26px;
  padding: 10px 0;

  color: #666;
  margin-top: 15px;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 50%;
  overflow: hidden;

}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 26px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #093AA7;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #093AA7;
  color: #093AA7;
}

.more_a2:hover::before {
  height: 1px;
}

/* 图标 */
.zyzs-list-box {
  background: #093AA7;
  z-index: 9;
  position: relative;
  margin-top: -80px;
}

.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.zyzs {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

  padding: 40px 20px;
  border-right: 1px solid rgba(255, 255, 255, .1);

}

.zyzs:hover {
  background: #1DB36E;
}


.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zyzs-content b {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  font-size: 20px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
}

/* 产品 */
.product {
  margin-top: 60px;

}

.ny-xiaoguo6 {
  clear: both;
  overflow: hidden;
  margin-top: 50px;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.ny-xiaoguo6 li {
  width: calc(100% / 6);
  float: left;

  border: 1px solid #E0E0E0;
  background: #f5f5f5;

  margin-left: -1px;
  transition: all 0.3s;


}

.ny-xiaoguo6 li a {

  text-decoration: none;
  position: relative;
  display: block;
  padding: 50px 40px;
  transition: all .3s;


}

.ny-xiaoguo6 li img {
  margin-bottom: 30px;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  max-width: 100%;

}

.ny-xiaoguo6 li b {
  display: block;
  color: #333;
  font-weight: bolder;

  text-align: center;
  font-size: 26px;
  margin: 40px 0 20px 0;
}

.ny-xiaoguo6 li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;

}


.ny-xiaoguo6 li:last-child a {
  border-right: none;

}

.ny-xiaoguo6 li:hover {
  background: #093AA7;
  transform: scale(1.1);
}

.ny-xiaoguo6 li:hover p, .ny-xiaoguo6 li:hover b {
  color: #fff;
}

/* 产品名称 */
.sl {

  padding: 50px 0;
  position: relative;
}

.sl .wal {
  position: relative;
}



.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;

}


.xcal .swiper-slide .info img {
  margin-top: 10%;
}

.xcal .swiper-slide .info i {
  display: block;
  line-height: 28px;
  margin-top: 30px;
}


.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
  border: 1px solid #E0E0E0;
  margin: 1px;
}

.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.xcal .swiper-slide p {
  background-color: #093AA7;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 16px;

}

.sl .swiper-button-next {
  position: absolute;
  top: 45%;
  right: -100px;

  color: #1DB36E;


  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;
}

.sl .swiper-button-prev {
  position: absolute;
  top: 45%;
  left: -100px;

  color: #1DB36E;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;
}

.sl .swiper-button-prev:hover, .sl .swiper-button-next:hover {
  background: #1DB36E;
  border: 2px solid #1DB36E;
  color: #fff;
}



.xcal .swiper-slide:hover {
  margin-top: -10px;
}

.xcal .swiper-slide:hover p {
  background: #1DB36E;
  color: #fff;
}

/* 优势 */
.ys {
  background: url(../images/fanga.jpg) no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.ys_con {
  margin-top: 60px;
  background: #fff;
  padding: 30px;
}

.zzsc {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.zzsc .tab {
  overflow: hidden;


}


.zzsc .tab a {
  display: block;
  font-size: 22px;
  padding: 30px 0;

  width: calc(25% - 10px);
  color: #333;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  float: left;
  text-decoration: none;
  transition: all .3s;
}

.zzsc .tab a span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  margin-top: 10px;
}



.zzsc .tab a.on {
  background-color: #093AA7;
  color: #fff;
}

.zzsc .tab a.on span {
  color: #fff;
}

.zzsc .co {
  overflow: hidden;
  margin: 5px;


}

.zzsc .co>ul {
  margin-top: 30px;

}

.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
  position: relative;
}

.ys_list {
  margin-top: 40px;

}

.ys_list_right {
  float: left;
  width: 50%;

}

.ys_list_left {
  float: right;
  width: 50%;
  padding: 40px 5%;
  background: #ffffff;
  line-height: 24px;
  font-size: 14px;
  color: #585657;


}

.ys_list_left i {
  font-size: 62px;
  display: block;

  margin-bottom: 10px;
  color: #093AA7;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.ys_list_left b {
  line-height: 56px;
  color: #333;
  padding: 28px 0 0;
  font-size: 36px;
  position: relative;
  font-weight: 500;
  display: block;
}

.ys_list_left span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0;
}

.ys_list_left p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 26px;
  color: #666;
}

.ys_list_left a {
  display: block;
  padding-top: 10px;
  color: #C21125;
}

/* 设备环境 */

#case {

  position: relative;

  padding: 60px 0;
}

#case .wal {
  position: relative;
}

#case .swiper-container {
  width: 100%;

  margin-top: 30px;
}

#case .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;

  position: relative;
  transform: scale(0.85);
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;


}

#case .swiper-slide img {
  width: 100%;

  display: block;
  height: 100%;
  border: none;
}

#case .swiper-slide a {
  display: block;
  position: relative;
}

#case .swiper-slide p {
  line-height: 70px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #093AA7;
  height: 70px;
}

#case .swiper-slide-active {
  border-radius: 2px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
}

#case .swiper-slide-active .layer-mask {
  display: none;
}

.layer-mask {
  width: 100%;
  height: calc(100% - 70px);
  transition: all 0.5s;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
}


#case .swiper-button-next {
  right: -80px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 36px;
  transition: all .5s ease;
  outline: none;

}

#case .swiper-button-prev {
  left: -80px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 36px;
  transition: all .5s ease;
  outline: none;

}

#case .swiper-button-prev:hover, #case .swiper-button-next:hover {
  border: 2px solid #1DB36E;
  color: #fff;
  background: #1DB36E;
}

#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}


.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}



/* 流程 */
.liucheng {
  background: -webkit-linear-gradient(#DEE8F4, #F5F9FC);

  background: -o-linear-gradient(#DEE8F4, #F5F9FC);

  background: -moz-linear-gradient(#DEE8F4, #F5F9FC);

  background: linear-gradient(#DEE8F4, #F5F9FC);
  padding: 60px 0;
}

.lc_con {
  position: relative;
}

.lc_bg {
  position: absolute;
  top: 75px;
  left: 30px;
  width: 93%;
  height: 40px;
  background: #093AA7;
  z-index: 1;
}

.lc_bg2 {
  position: absolute;
  top: 265px;
  width: 93%;
  left: 50px;
  height: 40px;
  background: #093AA7;
  z-index: 1;
}

.lc_bg3 {
  position: absolute;
  right: -50px;
  top: 75px;
  width: 230px;
  height: 230px;
  border: 40px solid #093AA7;
  border-radius: 80px;
  clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
}

.lc_bg4 {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 235px;
  width: 0;
  height: 0;
  border-right: 50px solid #093AA7;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;

}

.lc_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.lc_box .item {
  width: calc((100% / 6) - 30px);
  height: 88px;
  line-height: 88px;
  border: 1px solid #093AA7;

  background: #fff;

  border-radius: 20px;
  margin: 50px 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.lc_box .item:first-child {
  background: #093AA7;
  color: #fff;


}


.lc_box .item:hover {
  background: #1DB36E;
  cursor: pointer;
  color: #fff;
  border: 1px solid #1DB36E;
}

.lc_box2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}

.lc_box2 .item {
  width: calc((100% / 6) - 30px);
  height: 88px;
  line-height: 88px;
  border: 1px solid #093AA7;

  background: #fff;

  border-radius: 20px;
  margin: 50px 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.lc_box2 .item:hover {
  background: #1DB36E;
  cursor: pointer;
  color: #fff;
  border: 1px solid #1DB36E;
}

/* 新闻 */
.news_bg {

  background: #f5f5f5;
  padding: 50px 0;

}



.news_con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 50px 0;

}

.news_con a {
  width: 50%;


}

.news_con a span {
  color: #868686;
  display: block;
}

.news_con a b {
  color: #000;
  display: block;
  font-size: 28px;
  margin: 15px 0;
}

.news_con a p {
  color: #5F636F;
  font-size: 16px;
  line-height: 28px;
}

.news_con a i {
  display: block;
  width: 160px;
  border-radius: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  text-align: center;
  color: #57789E;
  border: 1px solid #57789E;
}

.news_con a i:hover {
  background: #093AA7;
  color: #fff;
}

.news_con a:first-child {
  border-right: 1px solid #e0e0e0;
  padding-right: 60px;
}

.news_con a:last-child {
  padding-left: 60px;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.news-two ul li {
  width: 33.33%;
  margin-top: 10px;

}

.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  transition: .3s;
  margin-left: -1px;
  border: 1px solid #e0e0e0;

}


.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #093AA7;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat;
  background-size: cover;

}

.foot {
  padding: 60px 0;

}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

.foot .ft-nav {
  width: 40%;
}

.foot .ft-nav li {

  float: left;
  margin-bottom: 22px;
  width: 50%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

.foot .ft-nav li a:hover {
  color: #1DB36E;
}

.foot .ft-contact {
  width: 35%;
  margin-left: 5%;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.foot .ewm {

  width: 132px;
}

.foot .ewm img {
  max-width: 120px;



}

.foot .ewm p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright a {
  color: #fff;
}

/*返回*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #1DB36E;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #1DB36E;
  transition: background 0.2s ease-in-out;
}
.adminbuy_cn img{ max-width:100% !important; height:auto !important;display:inline-block;}
.adminbuy_cn p{text-wrap: inherit !important;}
.adminbuy_cn p span{text-wrap: inherit !important;}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/* --- media.css --- */
/* www.adminbuy.cn */
@media screen and (max-width:1440px) {


  .main-menu .main-menu-list>li,
  .stricky-header .main-menu-list>li {


    position: relative;
    padding: 0 25px;
  }

  .sl .swiper-button-next, #case .swiper-button-next {
    right: 0;
  }

  .sl .swiper-button-prev, #case .swiper-button-prev {
    left: 0;
  }

  .lc_bg {
    position: absolute;
    top: 75px;
    left: 30px;
    width: 90%;
    height: 40px;
    background: #093AA7;
    z-index: 1;
  }

  .lc_bg2 {
    position: absolute;
    top: 265px;
    width: 90%;
    left: 50px;
    height: 40px;
    background: #093AA7;
    z-index: 1;
  }

  .lc_bg3 {
    position: absolute;
    right: 0px;
    top: 75px;
    width: 230px;
    height: 230px;
    border: 40px solid #093AA7;
    border-radius: 80px;
    clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
  }

}


@media (min-width: 1200px) {

  .main-menu .main-menu-list,
  .main-menu .main-menu-list ul,
  .stricky-header .main-menu-list,
  .stricky-header .main-menu-list ul {
    display: flex;
  }

  .mobile-nav-buttons {
    display: none;
  }

  .main-menu .mobile-nav-toggler {
    display: none;
  }

}

@media (max-width: 1200px) {

  .wal {
    width: 100%;
  }

  .main-menu .mobile-nav-toggler {
    display: none;
  }

  .main-menu .main-menu-list>li,
  .stricky-header .main-menu-list>li {


    position: relative;
    padding: 0 13px;
  }



  .main-menu-wrapper-logo {
    margin-left: 35px;
  }

  #banner:hover .swiper-button {
    opacity: 0;

  }

  .banner_txt {

    text-align: center;

  }

  .banner-more {
    margin: 10px auto;
  }

  .banner_txt b {
    font-size: 38px;
  }

  .cc-form-box {
    width: 49%;
  }

}

@media screen and (max-width:990px) {
  .wal {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-header {
    margin-top: 70px;
  }


  .stricky-header .logo {
    display: block;
  }

  .stricky-header .logo2 {
    display: none;
  }

  .main-menu .mobile-nav-toggler {
    display: block;
  }

  .main-menu .main-menu-list {
    display: none;
  }

  .back-to-top {
    display: none !important;
  }

  .zyzs-list-box {
    margin-top: 40px;
  }

  .main-menu-wrapper-left {

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;

  }

  .main-menu-wrapper-logo img {
    max-height: 50px;
  }

  .main-menu-wrapper-logo {
    position: relative;
    margin-right: 35px;
  }

  .main-menu-wrapper-main-menu {

    display: block;
    height: 70px;
    line-height: 70px;

  }

  #banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }

  .banner-more {
    display: none;
  }

  .banner_txt p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    display: none;
  }


}

@media screen and (max-width:768px) {

  /*澶撮儴*/



  .mobile-nav-toggle {
    top: 5px;
  }



  .banner_txt b {
    font-size: 28px;
    margin: 10px 0;
  }

  .banner_txt span {
    font-size: 20px;
  }

  .main_title {
    font-size: 36px;
    margin-bottom: 0;
  }

  .about-box {
    display: block;
  }

  .about_fl {
    overflow: hidden;
    padding: 40px;
    width: 100%;
  }

  .about_fr {
    width: 100%;
  }

  .ny-xiaoguo6 li {
    width: calc(50% - 2px);
    float: left;
    border: 1px solid #E0E0E0;
    background: #f5f5f5;
    padding: 20px 0;
    margin-left: -1px;
    transition: all 0.3s;
  }

  .zzsc .tab a {
    display: block;
    font-size: 18px;
    padding: 30px 0;
    width: calc(50% - 10px);
  }

  .ys_con {
    margin-top: 30px;
    padding: 10px;
  }

  .ys_list_right {
    float: left;
    width: 100%;
  }

  .ys_list_left {
    float: left;
    width: 100%;
  }

  .news_con {
    flex-wrap: wrap;
  }

  .lc_box {
    justify-content: center;
  }

  .lc_box2 {
    flex-direction: row;
    justify-content: center;
  }

  .news_con a:first-child {
    border-right: none;
  }

  .lc_box .item, .lc_box2 .item {
    font-size: 14px;
    display: flex;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    width: calc((100% / 2) - 30px);
    margin: 10px 10px;
  }

  .lc_bg, .lc_bg2, .lc_bg3, .lc_bg4 {
    display: none;
  }

  .news_con a {
    width: 100%;
  }

  .news_con a:last-child {
    padding-left: 0;
    margin-top: 30px;
  }

  .news-two ul li {
    width: 100%;
  }

  .main-menu-wrapper-logo {
    margin-left: 15px;
  }

  .zyzs {
    width: 50%;
  }

  .ny-xiaoguo6 li a {
    padding: 15px;
  }

  .ft-nav {
    display: none;
  }

  .foot .ft-contact {
    width: 100%;
    margin-left: 0;
  }

  .foot .ewm {
    width: 100%;
    margin: auto;
  }

  .foot .ewm b {
    display: none;
  }

  .ys {
    background: url(../images/fanga.jpg) no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .banner_txt {
    top: 15%
  }

  .main_title p b {
    font-size: 26px;
  }

  .ys_list_left b {
    font-size: 28px;
  }

  .news_con a:first-child {
    padding: 0;
  }

}

@media (max-width: 640px) {
  .disblak {
    margin-top: 30px;
    padding: 10px;
  }

  .disblak tr {
    display: flex;
    flex-direction: column;

  }

}

@media screen and (max-width:480px) {

  .main-menu-wrapper-left {

    display: flex;
    justify-content: space-between;
    align-items: center;


  }


  .main-menu-wrapper-logo img {
    height: 42px;
  }

  .banner_txt b {
    font-size: 20px;
    margin: 10px 0;
  }

  .banner_txt span {
    font-size: 16px;
  }

  .main_title {
    font-size: 26px;
  }

  .main_title p {
    margin-bottom: 8px;
  }

  .ny-xiaoguo6 li b {
    font-size: 20px;
  }

}

/* --- main.css --- */
@charset "utf-8";
/* AB模板网 */

.clear {
  clear: both;
}

.xql {
  width: 65%;
  float: left;
}

.xqr {
  width: 32%;
  float: right;
}

.xqr ul li {
  padding: 10px 0;
  font-size: 16px;
}

.xqr ul li h3 {
  color: #093AA7;
  font-size: 22px;
}

.xqr ul li a {
  display: block;
  background: #093AA7;
  color: #fff;
  font-size: 18px;
  padding: 8px 10px;
  width: 150px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 25px;
}

.xqr ul li a:hover {
  background: #093AA7;
}

.xqr ul li b {
  font-size: 30px;
  color: #093AA7;
}

.wordsbox {
  width: 100%;
  position: relative;
  background-color: rgba(241, 242, 244, 0.8);
  box-shadow: 0px 12px 8px -12px rgb(0 0 0 / 10%);
  bottom: 0;
  z-index: 99;
}

.wordsbox::after {
  content: "";
  display: block;
  width: 600px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/img60.png)no-repeat bottom right;
  background-size: cover;
  box-shadow: 0px 12px 8px -12px rgb(0 0 0 / 10%);
}

.wordsbox .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left;
  position: relative;
  z-index: 2;
}

.wordsbox .content .left {
  padding-top: 6px;
  font-size: 0;
}

.wordsbox .content .left .tit {
  font-size: 28px;
  color: #093AA7;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.wordsbox .content .left .ico {
  width: 49px;
  height: 20px;
  display: inline-block;
  vertical-align: middle
}

.wordsbox .content .center {
  width: 50%;
}

.wordsbox .content .center ul {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.wordsbox .content .center ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 34px;
}

.wordsbox .content .center ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 70px;
}

.wordsbox .content .center ul li:hover a,
.wordsbox .content .center ul li.on a {
  color: #093AA7;
}

.wordsbox .content .right {
  font-size: 15px;
}

.wordsbox .content .right .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.wordsbox .content .right a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 70px;
}

.wordsbox .content .right span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 70px;
  margin: 0 8px;
}

.wordsbox .content .right a:hover,
.wordsbox .content .right a.on {
  color: #093AA7;
}

.productss {
  width: 100%;
  float: left;
}

/*人才招聘 */
.strwid {
  width: 55%;
  font-size: 20px;
  float: left;
}

.join_rczp {
  margin: 20px 0;
}

.join_rczp_list li {
  display: block;
  background: #f1f1f1;
  margin: 20px 0;
  padding: 30px;
}

.join_rczp_list li b {
  font-size: 20px;
}

.join_rczp_list li b strong {
  padding: 0 4%;
  font-size: 16px;
  font-weight: normal;
}

.join_rczp_list li span {
  padding: 2px 7px;
  margin-left: 20px;
  border-radius: 4px;
  border: 1px solid #004EA0;
  color: #004EA0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-right: 10%;
}

.join_rczp_list li i {
  font-size: 16px;
  font-weight: normal;
  float: right;
  color: #999;
}

.join_rczp_list li p {
  font-size: 16px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.join_rczp_list .zp-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join_rczp_list .zp-content div {
  margin-left: 60px;
}

.join_rczp_list .zp-content p {
  color: #666;
  margin: 15px 0;
  font-size: 16px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.join_rczp_list li:hover {
  box-shadow: 0 0 10px #f1f1f1;
}

.zp-con {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
  display: none;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: justify;
}

@media (max-width: 740px) {
  .strwid {
    width: 100%;
    font-size: 20px;
    float: left;
    margin-bottom: 10px;
  }

  .join_rczp_list li b strong {
    padding: 0 4% 0 0;
    font-size: 16px;
    font-weight: normal;
  }

}

.pro_nav {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.pro_nav_txt {
  color: #333;
  display: flex;
  flex-wrap: wrap;
}

.pro_nav_txt .p1 {
  flex: 1;
  margin: 5px;
}

.pro_nav_txt b {
  display: block;
  font-size: 30px;
  margin-bottom: 42px;
}

.pro_nav_txt span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #999;
}

.pro_nav_txt a {
  position: relative;
  text-align: center;
  z-index: 4;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
  color: #666;
  border: 1px solid #f1f1f1;

  line-height: 42px;
  margin-bottom: 14px;
  font-size: 17px;
  padding: 9px 15px;
  background: #f5f5f5;
}

.pro_nav_txt a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #093AA7;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
  z-index: -1;
}

.pro_nav_txt .p1:hover a:after {
  width: 100%;
}

.pro_nav_txt .p1:hover a {
  color: #fff;
}

.pro_nav_txt p {
  margin: 20px 0;
}

.pro_nav_txt i {
  display: block;
  font-style: normal;
  font-size: 18px;
  text-align: center;
}

.pro_nav_txt .p1 .aa {
  background: #093AA7;
  color: #fff;
}

@media (max-width: 740px) {
  .pro_nav {
    display: none;
  }
}


.innewslistpic {
  width: 100%;
  height: auto;
}

.innewslistpic li {
  height: auto;
  width: 100%;
  padding: 25px 0px;
  border-bottom: 1px solid #f5f5f5;
}

.innewslistpic li a {
  display: block;
  padding: 0 18px;
}

.innewslistpic .ntitle {
  width: 100%;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.innewslistpic li a:hover .ntitle {
  color: #093AA7;
}

.pro_con {}

.pro_con a {
  display: block;
  float: left;
  width: 31.3%;
  margin: 1%;
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
}
@media (max-width: 740px) {
.pro_con a {
  width: 48%;
}
}
.pro_con a img {
  width: 100%;
}

.pro_con span {
  display: block;
  overflow: hidden;
}

.pro_con p {

  color: #333;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  padding: 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro_con a:hover {
  box-shadow: 0 0 20px #dedede;
}

.pro_con a:hover p {
  color: #093AA7;
}

/*product start*/
.pl_top {
  text-align: center;
  width: 180px;
  color: #fff;
}

.pl_top em, .pl_top b {
  display: block;
  text-align: center;
}

.pl_top em {
  font-size: 18px;
  color: #ddd;
  font-family: Arial;
  line-height: 180%
}

.pl_top b {
  font-size: 24px;
  color: #fff;
  letter-spacing: 4px;
  line-height: 60px;
  position: relative;
  top: -3px
}

.pl_top i {
  font-size: 15px;
  text-transform: uppercase;
}

.pl_top b span {
  color: #aaa;
  letter-spacing: -5px
}

/* 友情链接 */
.links-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}

.links {
  width: 100%;
  height: auto;
  background: #313131;
  clear: both;
  display: none;
}

.links ul {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0px;
  clear: both;
}

.links ul li {
  float: left;
  margin: 0px;
  color: #fff;
  line-height: 23px;
}

.links ul li a {
  color: #fff;
  padding: 0px 8px;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
}

.links ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.innerrtitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f1f2f4;
  overflow: hidden;
}

/*.innerrtitle p{width:400px;float:right;font-size:19px;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; text-align:right; padding-right: 10px;}
.innerrtitle p b{ color:#da0707; font-size:26px; font-style: italic;}*/

.ncontainer {
  padding: 0px 0;
}

.wapup {
  display: none;
}

/*大屏PC*/
@media (min-width: 1200px) {
  .ncontainer {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
  }

  .links {
    display: block;
  }
}

.w1200{ max-width:1200px; width:100%; margin:0 auto;}

.ncontainer .pro_ll {
  width: 275px;
  margin-bottom: 40px;
}

.titleee {
  text-align: center;
  padding: 10px 0;
}

.titleee b {
  color: #093AA7;
  font-size: 30px;
  font-weight: bold;
}

.titleee b span {
  color: #093AA7
}

.titleee i {
  display: block;
  color: #093AA7;
  font-family: Arial;
  font-size: 18px;
}

.titlee {}

.titlee b {
  color: #093AA7;
  font-size: 30px;
  font-weight: bold;
}

.titlee b span {
  color: #093AA7
}

.titlee i {
  display: block;
  color: #b2b2b2;
  font-family: Arial;
  font-size: 18px;
}

.ncontainer .pro_bodyb {
  background: url(../images/probgb.html) no-repeat center top;
  margin-top: 30px;
  min-height: 300px;
  width: 100%;
  float: left;
}

.pro_lll {
  float: left;
  margin-top: 20px;
}

.pro_lll ul li {
  width: 265px;
  height: 58px;
  background: #093AA7;
  margin-bottom: 7px
}

.pro_lll ul li a {
  display: block;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 17px;
  padding-left: 18px;
  background: url(../images/proicon.html) no-repeat 10px center;
}

.pro_lll ul li a span {
  padding-right: 8px;
}

.pro_lll ul li a:hover {
  background: url(../images/proicon.html) no-repeat 10px center #093AA7;
}

.erji {
  text-align: center;
  width: 100%;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
  color: #333;
  margin-bottom: 10px;
}

.erji p {
  width: 96%;
  margin-left: 2%;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
}

.erji p a {
  color: #333;
  display: block;
  padding-left: 20px;
  line-height: 42px;
}

.erji p a:hover {
  background: #093AA7;
  color: #fff;
}


.ncontainer .pro_r {
  width: 925px;
  margin-bottom: 53px;
}

.ncontainer .pro_r ul li {
  width: 206px;
  float: left;
  margin-left: 25px;
  margin-bottom: 30px
}

.ncontainer .pro_r ul li .img {
  width: 206px;
  height: 155px;
  overflow: hidden;
}

.ncontainer .pro_r ul li .img img {
  width: 206px;
  height: 155px;
  display: block;
  transition: .5s ease-in;
}

.ncontainer .pro_r ul li p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #d0d0d0;
  border-radius: 35px;
  margin-top: 10px;
  color: #333;
  padding: 0 13px
}

.ncontainer .pro_r ul li:hover img {
  transform: scale(1.1, 1.1);
}

.ncontainer .pro_r ul li:hover p {
  background: #093AA7;
  color: #fff;
}

.pro_rr {
  width: 925px;
  float: left;
}

.pro_rr dd {
  width: 31%;
  float: left;
  margin: 10px 1%;
  position: relative;
}

.pro_rr dd .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.pro_rr dd .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: .5s ease-in;
  opacity: 0.95
}

.pro_rr dd:hover .img img {
  transform: scale(1.1, 1.1);
}

/*.pro_rr dd:nth-child(3) {margin-top: 16px}*/
.pro_rr dd p {
  position: absolute;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 15px
}

.pro_rr dt:hover p, .pro_rr dd:hover p {
  background: rgba(53, 92, 161, 0.9);
}


.ncontainer .pro_re {
  width: 100%;
  float: left;
}

.ncontainer .pro_re ul li {
  width: 23%;
  float: left;
  margin: 1%;
}

.ncontainer .pro_re ul li .img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 0;
}

.ncontainer .pro_re ul li .img img {
  width: 100%;
  display: block;
  transition: .5s ease-in;
}

.ncontainer .pro_re ul li .zi {
  width: 100%;
  height: 45px;

}

.ncontainer .pro_re ul li p {
  font-size: 15px;
  padding: 10px 0;
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ncontainer .pro_re ul li:hover img {
  transform: scale(1.1, 1.1);
}

.ncontainer .pro_re ul li:hover .zi {
  background: #093AA7;
}

.ncontainer .pro_re ul li:hover .zi p {
  color: #fff;
}

.ncontainer .pro_ree {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

.ncontainer .pro_ree ul li {
  width: 23%;
  float: left;
  margin: 1%;
}

.ncontainer .pro_ree ul li .img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 0;
}

.ncontainer .pro_ree ul li .img img {
  width: 100%;
  display: block;
  transition: .5s ease-in;
}

.ncontainer .pro_ree ul li .zi {
  width: 100%;
  height: 45px;
  background: #093AA7;
}

.ncontainer .pro_ree ul li p {
  font-size: 15px;
  padding: 10px 0;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ncontainer .pro_ree ul li:hover img {
  transform: scale(1.1, 1.1);
}

.ncontainer .pro_ree ul li:hover .zi {
  background: #093AA7;
}

.ncontainer .pro_ree ul li:hover .zi p {
  color: #fff;
}

@media (max-width: 740px) {
  .ncontainer .pro_re ul li {
    width: 48%;
  }

  .ncontainer .pro_ree ul li {
    width: 48%;
  }

  .ncontainer .pro_re ul li p {
    font-size: 13px;
  }

  .ncontainer .pro_ree ul li p {
    font-size: 13px;
  }

}

/* 内页左边 */
.innerleft {
  width: 100%;
  float: left;
  height: auto;
  margin: 5px 0px 10px 0px;
}

.innerltitle {
  background-color: #093AA7;
  width: 100%;
  height: auto;
}

.innerltitle p {
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 40px !important;
  padding: 0px !important;
}

.innerltitle span {
  font-size: 25px;
  color: #fff;
  text-align: center;
  display: block;
}

.iltcontf {
  width: 100%;
}

.iltconts {
  border: 5px solid #093AA7;
  margin-top: 20px;
}

.slide-nav ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.slide-nav ul li {
  margin: 5px 15px;
  width: 30%;
  float: left;
  overflow: hidden;

}

.slide-nav ul li a {
  text-decoration: none;
  line-height: 58px;
  font-size: 16px;
  margin-top: 0;
  display: block;
  background: #093AA7;
  color: #fff;
  transition: all 0.3s;
  text-align: center;
}

.slide-nav ul li a:hover {
  color: #D10505;
}

.product_navv {
  background: #fff;
}

.product_navv ul li a {
  background: #093AA7;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 10px 20px;
}

.product_navv ul li a span {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, .2);
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
  margin: 5px 0;
  color: #fff;
}

.product_navv ul li ul li a i {
  padding-right: 5px;
}

.product_navv ul li ul li a {
  background: none;
  color: #333;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  transition: all .3s;
  padding: 5px 20px;
}

.product_navv ul li ul li a:hover {
  background: #093AA7;
  color: #fff;
}

/*栏目*/
.inermlist {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0px;
}

.inermlist li {
  width: 100%;
  height: auto;
  margin: 7px auto;
  position: relative;
}

.inermlist li a {
  width: 235px;
  height: 40px;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 15px;
  float: left;
  text-indent: 20px;
  text-align: left;
}

.inermlist li a:hover {
  text-indent: 21px;
  color: #CE0A0F;
  font-weight: bold;
  text-decoration: none;
}

.inermlist li ul {
  padding: 0px;
  display: none;
}

.inermlist li ul li {
  width: 100%;
  margin: 0px;
  height: 35px;
}

.inermlist li ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: none;
  color: #777;
  font-size: 15px;
  display: block;
  text-indent: 15px;
  text-align: left;
}

.inermlist li ul li a:hover {
  color: #ca352b;
  background: none;
  text-indent: 16px;
}

.inermlist .addsubicon {
  width: 30px;
  height: 40px;
  line-height: 35px;
  color: #555;
  font-size: 25px;
  float: right;
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
}

/*热门新闻*/
.innernlist {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0px;
}

.innernlist li {
  width: 100%;
  line-height: 35px;
  border-bottom: 1px dashed #dedede;
  height: 35px;
  overflow: hidden;
}

.innernlist li a {
  display: block;
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.innernlist li a:hover {
  color: #093AA7;
  text-indent: 1px;
}

.innernlist li span {
  float: right;
}

/* 内页右边 */

.innerright {
  width: 100%;
  float: left;
  height: auto;
  margin: 0px 0px 10px 0px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 200%;
}
@media (max-width: 740px) {
.innerright img{ max-width:100% !important; height:auto !important;}}
.innerrighttt {
  width: 100%;
  float: left;
  height: auto;
  margin: 0px 0px 10px 0px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 200%;
}

.inrrctainer {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  float: right;
  padding: 0 10px;
}

.inrrctainer table {
  margin: 0 auto;
  text-align: center;
}

.inrrctainer img {
  max-width: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 740px) {
  .innerright {

    padding: 0 1%;
    margin: 0 auto;
  }
}

/* 内页简介 */
#gsjj {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
}

#gsjj h1 {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

#gsjj h1 i {
  width: 60px;
  height: 1px;
  display: block;
  background: #093AA7;
  margin: 10px auto 7px auto;
}

#gsjj h1 span {
  color: #ddd;
}

#ryzz {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
}

#ryzz h1 {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

#ryzz h1 i {
  width: 60px;
  height: 1px;
  display: block;
  background: #093AA7;
  margin: 10px auto 7px auto;
}

#ryzz h1 span {
  color: #ddd;
}

#zscq {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

#zscq h1 {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

#zscq h1 i {
  width: 60px;
  height: 1px;
  display: block;
  background: #093AA7;
  margin: 10px auto 7px auto;
}

#zscq h1 span {
  color: #ddd;
}

/* 内页联系我们 */
.inrrctainer .wz:hover {
  color: #093AA7;
  text-indent: 1px;
}

.inrrctainer .bk {
  width: 500px;
  height: 50px;
}

.inrrctainer .contact_l {
  float: left;
  width: 500px;
}

.inrrctainer .kb {
  float: left;
}

.inrrctainer .contact_r {
  float: left;
}

/*内页新闻*/
.innewslist {
  width: 100%;
  height: auto;
}

.innewslist li {
  height: auto;
  width: 48%;
  margin: 1%;
  padding: 18px 0px;
  box-shadow: 0 0 20px #eee;
  float: left;
}

.innewslist li a {
  display: block;
}

.innewslist li .innewleft {
  width: 110px;
  float: left;
  text-align: center;
  color: #191919;
  padding-top: 6px;
}

.innewslist li .innewleft p {
  font-size: 30px;
  text-align: center;
  color: #093AA7;
}

.innewslist li .innewleft span {
  font-size: 18px;
  line-height: 45px;
  color: #093AA7;
}

/*.innewslist li .innewright{ width:100%; float: right;}*/
.innewslist li .innewright {
  width: calc(100% - 130px);
  float: right;
  margin-right: 10px;
}

.innewslist .ntitle {
  width: 100%;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.innewslist .nconc {
  width: 100%;
  height: auto;
  line-height: 25px;
  font-size: 14px;
  color: #656565;
  overflow: hidden;
}

.innewslist .more {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #093AA7;
  padding: 0px 15px;
  text-indent: 0px;
  margin: 10px 0px;
  border: 1px solid #093AA7;
  display: inline-block;
}

.innewslist .ptime {
  height: 30px;
  line-height: 30px;
  color: #ccc;
}

.innewslist li:hover {
  border-radius: 4px;
  color: #093AA7;
  box-shadow: 0 0 20px #ccc;
  border: none;
}

.innewslist li:hover .more {
  background: #fff;
  border: 1px solid #fff;
  color: #666;
}

.innewslist li:hover .nconc {
  width: 100%;
  height: auto;
  line-height: 25px;
  font-size: 14px;
  overflow: hidden;
}

.innewslist li:hover .innewleft p {
  color: #093AA7;
}

.innewslist li:hover .innewleft span {
  color: #093AA7;
}

.innewslist li:hover .ntitle {
  color: #093AA7;
}

.innewslist li:hover .innewleft {
  color: #093AA7;
}

@media (max-width: 740px) {
  .innewslist li {
    height: auto;
    width: 94%;
    margin: 2% 3%;
    padding: 18px 0px;
    box-shadow: 0 0 20px #f5f5f5;
    float: left;
  }
}

/*内页产品*/
.inprolist {
  width: 100%;
  height: auto;
  list-style: none;
  text-align: center;
}

.inprolist li {
  width: 280px;
  float: left;
  height: auto;
  margin: 0px 8px 20px 8px;
}

.inprolist li img {
  width: 100%;
  height: 207px;
  -moz-transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
  transition: .5s ease-in;
  vertical-align: top;
}

.inprolist li .img {
  width: 276px;
  height: 207px;
  overflow: hidden;
  border: 1px solid #dedede;
  padding: 1px;
}

.inprolist li p {
  padding: 0px 5px;
  line-height: 35px;
  height: 35px;
  background: #dedede;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inprolist li a {
  color: #333;
  display: block;
}

.inprolist li:hover a {
  color: #fff !important;
  text-decoration: none;
}

.inprolist li:hover p {
  background: #CE0A0F;
}

.inprolist li:hover .img {
  border: 1px solid #CE0A0F;
}

.inprolist li:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.incaseslistx {
  width: 100%;
  height: auto;
  list-style: none;
  text-align: center;
}

.incaseslistx li {
  width: 425px;
  float: left;
  height: auto;
  margin: 0px 8px 20px 8px;
}

.incaseslistx li img {
  width: 100%;
  height: 318px;
  -moz-transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
  transition: .5s ease-in;
  vertical-align: top;
}

.incaseslistx li .img {
  width: 425px;
  height: 318px;
  overflow: hidden;
  border: 1px solid #dedede;
  padding: 1px;
}

.incaseslistx li p {
  padding: 0px 5px;
  line-height: 35px;
  height: 35px;
  background: #dedede;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.incaseslistx li a {
  color: #333;
  display: block;
}

.incaseslistx li:hover a {
  color: #fff !important;
  text-decoration: none;
}

.incaseslistx li:hover p {
  background: #ca352b;
}

.incaseslistx li:hover .img {
  border: 1px solid #ca352b;
}

.incaseslistx li:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/*视频*/
.invideolist {
  width: 100%;
  height: auto;
}

.invideolist li {
  width: 430px;
  height: auto;
  float: left;
  margin: 10px 7px;
}

.invideolist li p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.videoiframe {
  width: 100%;
  height: 300px;
}

/*分页*/
.ipage {
  height: auto;
  text-align: center;
}

.totalfont {
  font-size: 14px;
  color: #666;
  display: none;
}

.ipage a {
  height: 35px;
  line-height: 35px;
  color: #888;
  font-size: 15px;
  padding: 0px 5px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
}

.ipage a:hover {
  color: #D10505;
  border-bottom: 2px solid #D10505;
  text-decoration: none;
  font-weight: bold;
}

.ipage .current {
  color: #D10505;
  border-bottom: 2px solid #D10505;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0px 5px;
  margin: 0px 5px;
  font-size: 15px;
  font-weight: bold;
}

.nytitle {
  width: 100%;
  text-align: center;
}

.nytitle b {
  color: #1d1d1d;
  font-size: 35px;
  font-weight: bold;
}

.nytitle b span {}

.nytitle i {
  display: block;
  color: #b2b2b2;
  font-family: Arial;
  font-size: 18px;
}


/*详情页*/
.article_title {
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  color: #444;
  padding: 15px 0px;
}

.newsin-c {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 15px 0px;
  color: #666;
}

.newsin-c .date {
  width: 190px;
  float: left;
  text-indent: 0px;
  font-size: 14px;
}

.newsin-c .date i {
  width: 28px;
  height: 30px;
  display: inline-block;
  background: url(../images/time.png) no-repeat left center;
  background-size: 22px 22px;
  float: left;
}

.newsin-c .click {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: right;
  float: right;
}

.newsin-c .click i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/eye.png) no-repeat left center;
  background-size: 25px 25px;
  float: left;
}

/*上页下页*/
.detpnt {
  height: auto;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
  float: left;
}

.detpnt .detpntline {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detpnt .detpntline a {
  color: #666;
  font-weight: normal;
}

.detpnt .detpntline a:hover {
  color: #093AA7;
}

.detpntl {
  float: left;
  text-align: left;
  padding-left: 10px;
}

.detpntr {
  text-align: right;
  float: right;
  padding-right: 10px;
}

/*更多阅读*/
.innerabouttitle {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #dedede;
}

.innerabouttitle p {
  color: #e27a1b;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}

.fotdetbox {}

.morearticle {
  padding: 10px 0;
}

.morearticle li {
  width: 30%;
  line-height: 28px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #f1f1f1;
  margin: 0px 1%;
  padding: 10px 0;
}

.morearticle li a {
  color: #333;
  padding-left: 10px;
}

.morearticle li a:hover {
  color: #093AA7;
  padding-left: 11px;
}

.moreproducts {
  border: 1px solid #fff;
  padding: 10px 0px;
}

.moreproducts li {
  width: 23%;
  height: auto;
  float: left;
  margin: 0px 1%;
  text-align: center;
}

.moreproducts li a {
  color: #333;
}

.moreproducts li p {
  text-align: center;
  line-height: 30px;
}

.moreproducts li a:hover {
  color: #093AA7;
}

.moreproducts li img {
  width: 100%;
  height: auto;
}

.moreproducts li a:hover img {}

.moreproductsov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 740px) {
  .fotdetbox {
    display: none;
  }

  .detpnt {
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    width: 90%;
    float: none;
  }
}

/*留言*/
.inmessagebox {
  width: 600px;
  height: auto;
  padding: 0px 0px 50px 0px;
  margin: 0 auto;
}

.inmessright {
  width: 550px;
  height: auto;
  float: right;
  padding: 30px 0px 50px 0px;
}

.inmessright img {
  width: 550px;
}

.inmessline {
  width: 100%;
  height: auto;
  margin-bottom: 15px
}

.zxlyinp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #999;
  background: #f8f8f8;
  border: 0px;
  vertical-align: top;
  text-indent: 10px;
  font-size: 14px;
  outline: none;
}

.inmesteat {
  height: 120px;
  resize: none;
  outline: none;
}

.zxlyyzm {
  width: 140px;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background: #f8f8f8;
  border: 0px;
  vertical-align: top;
  text-indent: 10px;
  border-radius: 2px;
}

.zxlysub {
  background: #093AA7;
  width: 48%;
  outline: none;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  border: 0px;
  font-size: 16px;
  float: left;
  cursor: pointer;
}

.zxlysub:hover {
  background: #ffa200;
}

.resetc {
  background: #999;
  float: right;
}

.resetc:hover {
  background: #666;
}

.indexcode {
  vertical-align: top;
  height: 40px;
}

/*图片集*/
#bodycontent .hov {
  display: block;
}

#bodycontent p {
  display: none;
}

.imgnav {
  position: relative;
  margin: 0 auto;
  width: 100%; max-width:860px;
}

#tabsmalimg {
  z-index: 10;
  position: relative;
  text-align: center;
  margin-top: 11px;
  width: 720px;
  float: left;
  box-shadow: 0 0 10px 0 #ccc;
  display: table-cell;
  vertical-align: middle;
}

#tabsmalimg img {
  width: 100%;
  display: none;
  vertical-align: middle;  max-height:540px;
}

#pofront, #ponext {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: auto;
  top: 50%;
  margin-top: -30px;
}

#pofront {
  left: 10px
}

#ponext {
  right: 10px
}

#pofront a, #ponext a {
  display: block;
  height: 60px;
}

#pofront a {
  background: url(../images/index_tab_l.png) no-repeat;
}

#ponext a {
  background: url(../images/index_tab_r.png) no-repeat;
}

#cbtn {
  background: #EAEBF0;
  position: relative;
  height: 540px;
  padding: 0 5px;
  width: 130px;
  float: right;
  margin-top: 10px;
}

#cbtn ul {
  position: relative;
  height: 10000px;
}

#cbtn ul li {
  width: 116px; max-height:87px; overflow:hidden;
  cursor: pointer;
  text-align: center;
  margin-bottom: 14px;
  position: relative;
}

#cbtn ul li img {
  width: 100%;
  display: block; max-height:87px;
}

#cbtn ul li tt {
  background: #000;
  color: #FFF;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 20;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
}

#cbtn li.hov {
  border: 1px solid #ccc;
  /*background:url(../images/imghoverbg.gif) no-repeat;*/
}

.ctrl div {
  clear: both;
}

#cSlideUl {
  width: 100%;
  height:505px;
  overflow: hidden;
  position: relative;
  top: 28px;
  margin: 0 auto;
}

.picSildeLeft {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 53px;
  z-index: 9;
}

.picSildeRight {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 53px;
  z-index: 9;
}
@media (max-width: 740px) {
 #tabsmalimg {
  width: 99%;
}
#cbtn { display:none;
}


}

.swiper-slidee {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.product-list .swiper-container {
  height: 100%;
  padding-bottom: 70px;
}

.product-list .swiper-wrapper {
  margin-top: 20px;
}

.product-list .swiper-slidee {
  text-align: center;
  font-size: 18px;
  width: 23%;
  float: left;
  margin: 1%;
  box-shadow: 0 0 10px #ccc;
}

@media (max-width: 740px) {
  .product-list .swiper-slidee {
    width: 48%;
  }
}

.product-list .swiper-slidee img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.product-list .swiper-slidee p {
  background-color: #093AA7;
  color: #fff;
  line-height: 35px;
  padding: 10px;
}

.product-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.product-list .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.product-list .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 0 5px;
}

.product-list .swiper-pagination-bullet-active {
  opacity: 1;
  background: #093AA7;
}

.show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, .6);
  transition: all 0.5s ease;
}

.showBoxLink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
}

.showBoxLink::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

.showBoxLink::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

.product-list .swiper-slidee span {
  overflow: hidden;
  display: block;
}

.product-list .swiper-slidee span img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-list .swiper-slidee:hover img {
  transform: scale(1.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
}

.product-list .swiper-slidee:hover .show {
  opacity: 0.7;
}

.product-list .swiper-slidee:hover .showBoxLink::before,
.product-list .swiper-slidee:hover .showBoxLink::after {
  width: 20%;
}

.innerrightt {
  width: 77%;
  float: right;
  height: auto;
  margin: 0px 0px 10px 0px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 200%;
}

/*nypro*/
.nypro_l {
  width: 21%;
  float: left;
}

.nypro_l .one>li {
  margin-bottom: 10px;
}

.nypro_l .one>li>a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #f1f2f4;
  line-height: 50px;
  text-indent: 0.7em;
  font-size: 18px;
}

.nypro_l .one>li>a>i {
  display: inline;
  padding-right: 3px;
}

.nypro_l .one>li.on>a {
  background-color: #093AA7;
  color: #fff;
}

.nypro_l .one>li.active>a {
  background-color: #093AA7;
  color: #fff;
}

.nypro_l .two>li.activee>a {
  color: #093AA7;
}

.nypro_l .two {
  display: none;
}

.nypro_l .two>li>a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 0.8em;
  border-bottom: 1px solid #dfdfdf;
}

.nypro_l .two>li>a>i {
  padding-right: 5px;
}

.nypro_l .one>li.on .two {
  display: block;
}

.nypro_l li a:hover {
  cursor: pointer;
}

@media (max-width: 740px) {
  .nypro_l {
    display: none;
  }
}

