@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

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

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main dl dt {
  overflow: hidden;
}

.main dl dt img {
  width: 100%;
  height: auto;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text-p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.main .textdetails {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.main .textdetails table,tr,td {
  text-align: center;
  border: solid 1px #333333;
}

.main .textdetails img {
  display: block;
  max-width: 100%;
  padding: 20px 0;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

.main .textdetails video {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}

.main .detailsfoot {
  padding: 30px 0;
  border-top: solid 1px #e8e8e8;
}

.main .detailsfoot::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .detailsfoot .left {
  width: 65%;
  float: left;
}

.main .detailsfoot .left a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.main .detailsfoot .right {
  float: right;
}

.main .detailsfoot .right a {
  height: 54px;
  float: right;
  padding: 0 84px;
  color: #ffffff;
  line-height: 54px;
  border-radius: 10px;
  background-color: #0096e0;
}

.main .title {
  position: relative;
  text-align: center;
  padding: 25px 0 50px 0;
}

.main .title::after {
  left: 50%;
  width: 60px;
  height: 3px;
  content: '';
  bottom: 49px;
  margin-left: -30px;
  position: absolute;
  background-color: #0096e0;
}

.main .title p {
  padding: 0 60px;
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: solid 1px #e8e8e8;
}

.main .more {
  margin-top: 50px;
  line-height: 54px;
  text-align: center;
}

.main .more a {
  height: 54px;
  padding: 0 60px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  background-color: #0096e0;
}

.main .more a:hover {
  background-color: #fabe00;
}

.main .up::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .down::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.sytitle {
  text-align: center;
}

.sytitle dl dt {
  font-size: 36px;
  color: #6e767a;
  font-weight: bolder;
}

.sytitle dl dd {
  font-size: 30px;
  color: #000000;
  padding-top: 10px;
}

.page .pagination {
  padding: 50px 0;
  text-align: center;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a, .page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #000000;
  line-height: 39px;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.page .pagination li:hover a {
  color: #ffffff;
  border: solid 1px #0096e0;
  background-color: #0096e0;
}

.page .pagination li.active span {
  color: #ffffff;
  border: solid 1px #0096e0;
  background-color: #0096e0;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: #000000;
  color: #cccccc;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.header .up {
  height: 90px;
  overflow: hidden;
  background-color: #ffffff;
}

.header .up .logo {
  float: left;
  height: auto;
  margin-top: 25px;
}

.header .up .logo img {
  width: auto;
  height: 100%;
}

.header .up .search {
  float: right;
  line-height: 90px;
  position: relative;
  margin-right: 60px;
}

.header .up .search::after {
  top: 25px;
  right: -30px;
  width: 1px;
  height: 40px;
  content: '';
  position: absolute;
  background-color: #e1e8fa;
}

.header .up .search input {
  width: 280px;
  height: 40px;
  border: none;
  margin-top: 25px;
  padding-left: 55px;
  border-radius: 40px;
  background-color: #edf6fa;
}

.header .up .search button {
  top: 32px;
  left: 20px;
  cursor: pointer;
  position: absolute;
  border: none;
  background-color: transparent;
}

.header .up .search button span {
  font-size: 24px;
  color: #fabe00;
}

.header .up .language {
  width: 40px;
  float: right;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #fabe00;
}

.header .down {
  height: 54px;
  text-align: center;
  background-color: #0096e0;
}

.header .down .nav {
  height: 54px;
  line-height: 54px;
}

.header .down .nav a {
  float: left;
  height: 100%;
  width: 16.6%;
}

.header .down .nav a.active {
  background-color: #fabe00;
}

.header .down .nav a:hover {
  background-color: #fabe00;
}

.crumbs {
  height: 52px;
  line-height: 52px;
  border-bottom: solid 1px #e8e8e8;
}

.crumbs .main p {
  font-size: 14px;
  color: #666666;
}

.crumbs .main p a {
  color: #666666;
}

.crumbs .main p span {
  font-size: 20px;
  color: #fabe00;
  padding-right: 10px;
}

.banner {
  width: 100%;
  height: 720px;
  position: relative;
}

.banner .swiper-container, .banner .swiper22 {
  width: auto;
  height: 720px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide, .banner .swiper22 .swiper-wrapper .swiper-slide {
  width: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-container .swiper-pagination, .banner .swiper22 .swiper-pagination {
  bottom: 70px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet, .banner .swiper22 .swiper-pagination .swiper-pagination-bullet {
  opacity: .7;
  width: 40px;
  height: 4px;
  margin: 5px;
  border-radius: 2px;
  background-color: #ffffff;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active, .banner .swiper22 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fabe00;
}

.banner .swiper-container .swiper-button-prev, .banner .swiper22 .swiper-button-prev {
  z-index: 999;
  left: 50px;
  width: 195px;
  height: 70px;
  line-height: 70px;
  border: solid 5px #ffffff;
  background-color: #ffffff;
  background-image: none;
}

.banner .swiper-container .swiper-button-prev .left, .banner .swiper22 .swiper-button-prev .left {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
}

.banner .swiper-container .swiper-button-prev .left span, .banner .swiper22 .swiper-button-prev .left span {
  font-size: 40px;
  color: #0096e0;
  margin-left: 10px;
}

.banner .swiper-container .swiper-button-prev .right, .banner .swiper22 .swiper-button-prev .right {
  float: right;
  width: 140px;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-container .swiper-button-prev .right .swiper-container, .banner .swiper22 .swiper-button-prev .right .swiper-container {
  height: 195px;
  height: 70px;
}

.banner .swiper-container .swiper-button-next, .banner .swiper22 .swiper-button-next {
  z-index: 999;
  right: 50px;
  width: 195px;
  height: 70px;
  line-height: 70px;
  border: solid 5px #ffffff;
  background-color: #ffffff;
  background-image: none;
}

.banner .swiper-container .swiper-button-next .left, .banner .swiper22 .swiper-button-next .left {
  float: right;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
}

.banner .swiper-container .swiper-button-next .left span, .banner .swiper22 .swiper-button-next .left span {
  float: right;
  font-size: 40px;
  color: #0096e0;
  margin-right: 10px;
}

.banner .swiper-container .swiper-button-next .right, .banner .swiper22 .swiper-button-next .right {
  float: left;
  width: 140px;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-container .swiper-button-next .right .swiper-container, .banner .swiper22 .swiper-button-next .right .swiper-container {
  height: 195px;
  height: 70px;
}

.banner .classification {
  left: 50%;
  z-index: 9;
  bottom: -135px;
  position: absolute;
  margin-left: -600px;
  border: solid 1px #e8e8e8;
  border-right: none;
}

.banner .classification .main .item {
  float: left;
  width: 199px;
  height: 183px;
  text-align: center;
  background-color: #ffffff;
  border-right: solid 1px #e8e8e8;
}

.banner .classification .main .item:hover {
  background-color: #fabe00;
}

.banner .classification .main .item:hover dl dt {
  display: none;
}

.banner .classification .main .item:hover dl dt.dtup {
  display: block;
}

.banner .classification .main .item:hover dl dd {
  color: #ffffff;
}

.banner .classification .main .item.active {
  background-color: #fabe00;
}

.banner .classification .main .item.active dl dd {
  color: #ffffff;
}

.banner .classification .main .item dl dt {
  padding-top: 48px;
}

.banner .classification .main .item dl dt.dtup {
  display: none;
}

.banner .classification .main .item dl dt img {
  width: auto;
  height: 50px;
}

.banner .classification .main .item dl dd {
  font-size: 16px;
  color: #000000;
  padding-top: 10px;
}

.back {
  height: 550px;
}

.navtap {
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  text-align: center;
  border-bottom: solid 1px #e8e8e8;
}

.navtap .main a {
  font-size: 16px;
  color: #333333;
  padding: 0 48px;
  display: inline-block;
}

.navtap .main a.active {
  color: #ffffff;
  background-color: #fabe00;
}

.navtap .main a:hover {
  color: #ffffff;
  background-color: #fabe00;
}

.product {
  padding: 215px 0 80px 0;
  background-image: url(../images/proback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product .main .up {
  padding-top: 50px;
}

.product .main .up .item {
  float: left;
  width: 588px;
  height: 318px;
  margin-left: 20px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.product .main .up .item:nth-child(2n+1) {
  margin-left: 0;
}

.product .main .up .item:hover .left img {
  transform: scale(1.1);
}

.product .main .up .item:hover .right h3 {
  color: #0096e0;
}

.product .main .up .item:hover .right span {
  color: #ffffff;
  background-color: #0096e0;
}

.product .main .up .item .left {
  float: left;
  width: 310px;
  height: 100%;
  padding: 0 30px;
  overflow: hidden;
}

.product .main .up .item .left img {
  max-width: 100%;
  transition: all 0.6s;
}

.product .main .up .item .right {
  float: right;
  width: 180px;
  height: 100%;
  padding-right: 20px;
}

.product .main .up .item .right h3 {
  font-size: 20px;
  color: #000000;
  padding-top: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product .main .up .item .right p {
  font-size: 14px;
  color: #939393;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product .main .up .item .right p::before {
  left: 0;
  top: 20px;
  width: 20px;
  height: 4px;
  content: '';
  position: absolute;
  background-color: #0096e0;
}

.product .main .up .item .right span {
  float: left;
  width: 36px;
  height: 36px;
  font-size: 10px;
  margin-top: 50px;
  color: #6e767a;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #eaeaea;
}

.product .main .down .item {
  float: left;
  width: 384px;
  height: 460px;
  margin-top: 21px;
  margin-left: 21px;
  text-align: center;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.product .main .down .item:nth-child(3n+1) {
  margin-left: 0;
}

.product .main .down .item:hover dl dt {
  height: 234px;
}

.product .main .down .item:hover dl dt img {
  transform: scale(1.1);
}

.product .main .down .item:hover dl dd {
  height: 166px;
  color: #ffffff;
  line-height: 75px;
  background-color: #0096e0;
}

.product .main .down .item:hover dl dd::after {
  left: 50%;
  width: 20px;
  height: 4px;
  content: '';
  bottom: 98px;
  position: absolute;
  margin-left: -10px;
  background-color: #fabe00;
}

.product .main .down .item:hover dl dd span {
  display: block;
}

.product .main .down .item dl dt {
  height: 320px;
  padding: 30px;
  overflow: hidden;
}

.product .main .down .item dl dt img {
  transition: all 0.6s;
}

.product .main .down .item dl dd {
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  position: relative;
}

.product .main .down .item dl dd::after {
  left: 50%;
  width: 20px;
  height: 4px;
  content: '';
  bottom: -8px;
  position: absolute;
  margin-left: -10px;
  background-color: #0096e0;
}

.product .main .down .item dl dd span {
  width: 36px;
  height: 36px;
  display: none;
  margin: 0 auto;
  font-size: 10px;
  color: #ffffff;
  margin-top: 20px;
  line-height: 36px;
  border-radius: 100%;
  border: solid 1px #ffffff;
}

.app {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #edf6fa;
}

.app .main .products .proclassification {
  background-image: url(../images/proback.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

.app .main .products .proclassification .item {
  position: relative;
}

.app .main .products .proclassification .item:first-child .left {
  padding-top: 20px;
}

.app .main .products .proclassification .item:first-child .right {
  padding-top: 30px;
  border-top: solid 1px #e8e8e8;
}

.app .main .products .proclassification .item:last-child .right {
  padding-bottom: 30px;
  border-bottom: solid 1px #e8e8e8;
}

.app .main .products .proclassification .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.app .main .products .proclassification .item .left {
  left: 0;
  top: 0;
  float: left;
  width: 174px;
  height: 100%;
  position: absolute;
  text-align: center;
}

.app .main .products .proclassification .item .left p {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 0;
}
.app .main .products .proclassification .item .left p a {
  position: relative;
  z-index: 2;
}
.app .main .products .proclassification .item .left p span {
  font-size: 16px;
}
.proclassification{
  position: relative;
}
.proclassification::before{
  top: 0;
  left: 0;
  content: '';
  width: 174px;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 150, 224, 0.7);
}
.app .main .products .proclassification .item .right {
  height: 100%;
  padding: 10px 0;
  margin-left: 174px;
  border-right: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.app .main .products .proclassification .item .right::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.app .main .products .proclassification .item .right ul li {
  float: left;
  padding: 10px 0;
  margin-left: 50px;
}

.app .main .products .proclassification .item .right ul li.active a {
  color: #0096e0;
}

.app .main .products .proclassification .item .right ul a {
  color: #333333;
}

.app .main .products .proclassification .item .right ul a:hover {
  color: #0096e0;
}

.app .main .products .text .item {
  float: left;
  width: 283px;
  height: 365px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: center;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.app .main .products .text .item:nth-child(4n+1) {
  margin-left: 0;
}

.app .main .products .text .item:hover dl dt {
  height: 168px;
}

.app .main .products .text .item:hover dl dt img {
  transform: scale(1.1);
}

.app .main .products .text .item:hover dl dd {
  height: 97px;
  color: #ffffff;
  padding-top: 40px;
  background-color: #0096e0;
}

.app .main .products .text .item:hover dl dd::after {
  left: 50%;
  width: 20px;
  height: 4px;
  content: '';
  bottom: 98px;
  position: absolute;
  margin-left: -10px;
  background-color: #fabe00;
}

.app .main .products .text .item:hover dl dd span {
  display: block;
}

.app .main .products .text .item dl dt {
  height: 208px;
  padding: 30px;
  overflow: hidden;
}

.app .main .products .text .item dl dt img {
  transition: all 0.6s;
}

.app .main .products .text .item dl dd {
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  position: relative;
}

.app .main .products .text .item dl dd::after {
  left: 50%;
  width: 20px;
  height: 4px;
  content: '';
  bottom: -8px;
  position: absolute;
  margin-left: -10px;
  background-color: #0096e0;
}

.app .main .products .text .item dl dd span {
  width: 36px;
  height: 36px;
  display: none;
  margin: 0 auto;
  font-size: 10px;
  color: #ffffff;
  line-height: 36px;
  border-radius: 100%;
  border: solid 1px #ffffff;
}

.app .main .video::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.app .main .video .item {
  float: left;
  width: 386px;
  margin-top: 21px;
  margin-left: 21px;
}

.app .main .video .item:nth-child(3n+1) {
  margin-left: 0;
}

.app .main .video .item:hover dl dd p {
  color: #0096e0;
}

.app .main .video .item dl dt {
  height: 257px;
  line-height: 257px;
  position: relative;
}

.app .main .video .item dl dt::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

.app .main .video .item dl dt span {
  left: 50%;
  z-index: 3;
  font-size: 50px;
  margin-left: -25px;
  position: absolute;
}

.app .main .video .item dl dd {
  height: 218px;
  padding: 0 30px;
  position: relative;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
  border-top: none;
}

.app .main .video .item dl dd::after {
  left: 30px;
  width: 20px;
  height: 4px;
  content: '';
  bottom: 92px;
  position: absolute;
  background-color: #0096e0;
}

.app .main .video .item dl dd p {
  font-size: 20px;
  color: #000000;
  padding-top: 40px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app .main .video .item dl dd h3 {
  padding-top: 60px;
}

.app .main .video .item dl dd h3 i {
  float: left;
  font-size: 14px;
  color: #929292;
}

.app .main .video .item dl dd h3 span {
  float: right;
  font-size: 10px;
  color: #929292;
}

.app .main .news::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.app .main .news .swiper {
  height: 433px;
  background-color: #ffffff;
}

.app .main .news .swiper:hover .right a h4 span {
  color: #ffffff;
  border: solid 1px #0096e0;
  background-color: #0096e0;
}

.app .main .news .swiper .left {
  float: left;
  width: 650px;
  height: 100%;
}

.app .main .news .swiper .left img {
  width: 100%;
  height: auto;
}

.app .main .news .swiper .left .swiper-pagination {
  bottom: 10px;
}

.app .main .news .swiper .left .swiper-pagination .swiper-pagination-bullet {
  opacity: .7;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ffffff;
}

.app .main .news .swiper .left .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fabe00;
}

.app .main .news .swiper .right {
  height: 100%;
  padding: 0 40px 0 690px;
}

.app .main .news .swiper .right a {
  float: left;
  position: relative;
}

.app .main .news .swiper .right a::before {
  left: 0;
  top: 150px;
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #0096e0;
}

.app .main .news .swiper .right a h3 {
  padding-top: 35px;
  font-size: 30px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app .main .news .swiper .right a p {
  font-size: 14px;
  color: #939393;
  margin-top: 35px;
  padding-top: 40px;
  line-height: 24px;
  border-top: solid 1px #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app .main .news .swiper .right a h4 {
  padding-top: 110px;
}

.app .main .news .swiper .right a h4 i {
  font-size: 14px;
  color: #929292;
  line-height: 30px;
}

.app .main .news .swiper .right a h4 span {
  width: 38px;
  float: right;
  height: 38px;
  font-size: 10px;
  color: #6e767a;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #e8e8e8;
}

.app .main .news .items .item {
  float: left;
  width: 100%;
  height: 210px;
  margin-top: 20px;
  background-color: #ffffff;
}

.app .main .news .items .item:hover .right h3 {
  color: #0096e0;
}

.app .main .news .items .item .left {
  float: left;
  width: 315px;
  height: 100%;
}

.app .main .news .items .item .left img {
  width: 100%;
  height: auto;
}

.app .main .news .items .item .right {
  height: 100%;
  padding: 0 45px 0 355px;
  border: solid 1px #e8e8e8;
}

.app .main .news .items .item .right h3 {
  font-size: 20px;
  color: #000000;
  padding-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.app .main .news .items .item .right p {
  font-size: 14px;
  color: #939393;
  line-height: 24px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app .main .news .items .item .right h4 {
  padding-top: 20px;
}

.app .main .news .items .item .right h4 span {
  float: left;
  font-size: 10px;
  color: #929292;
  margin-left: 30px;
  line-height: 20px;
}

.app .main .news .items .item .right h4 i {
  float: left;
  font-size: 14px;
  color: #929292;
}

.app .main .details {
  padding: 0 40px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.app .main .details h1 {
  font-size: 30px;
  color: #000000;
  padding-top: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.app .main .details h2 {
  font-size: 14px;
  color: #929292;
  line-height: 54px;
  text-align: center;
  border-bottom: solid 1px #e8e8e8;
}

.app .main .details h2 span {
  margin: 0 20px;
}

.content {
  padding-top: 50px;
  background-image: url(../images/img18.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #edf6fa;
}

.content .main .text {
  padding-top: 20px;
}

.content .main .text dl {
  float: left;
  width: 25%;
}

.content .main .text dl dt {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  border: solid 2px #0096e0;
}

.content .main .text dl dt span {
  font-size: 30px;
  color: #0096e0;
}

.content .main .text dl dd {
  text-align: center;
}

.content .main .text dl dd h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  padding-top: 20px;
}

.content .main .text dl dd p {
  font-size: 14px;
  color: #000000;
  padding-top: 10px;
}

.content .map {
  margin-top: 60px;
}

.content .map .main {
  height: 418px;
  border: solid 1px #e8e8e8;
}

.content .map .main #container {
  width: 100%;
  height: 100%;
  border: solid 5px #ffffff;
}

.message {
  padding: 75px 0 100px 0;
  background-image: url(../images/h_3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.message .main .layui-form .layui-form-item {
  clear: none;
  margin-bottom: 10px;
}

.message .main .layui-form .layui-form-item.wid {
  margin-bottom: 20px;
}

.message .main .layui-form .layui-form-item.wid .layui-input-block input {
  width: 1200px;
}

.message .main .layui-form .layui-form-item.fl {
  float: left;
}

.message .main .layui-form .layui-form-item:nth-child(2) .layui-input-block {
  margin-left: 18px;
}

.message .main .layui-form .layui-form-item:nth-child(3) .layui-input-block {
  margin-left: 18px;
}

.message .main .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
  text-align: center;
}

.message .main .layui-form .layui-form-item .layui-input-block.fl {
  float: left;
}

.message .main .layui-form .layui-form-item .layui-input-block .layui-input {
  width: 388px;
  height: 52px;
  font-size: 14px;
  color: #777777;
  padding-left: 30px;
  border-radius: 2px;
  border: solid 1px #cccccc;
}

.message .main .layui-form .layui-form-item .layui-input-block .layui-input::placeholder {
  font-size: 14px;
  color: #939393;
}

.message .main .layui-form .layui-form-item .layui-input-block .layui-textarea {
  padding: 20px;
  height: 198px;
  font-size: 14px;
  color: #777777;
  border-radius: 2px;
  border: solid 1px #cccccc;
}

.message .main .layui-form .layui-form-item .layui-input-block .layui-textarea::placeholder {
  font-size: 14px;
  color: #777777;
}

.message .main .layui-form .layui-form-item .layui-input-block .layui-btn {
  height: 54px;
  font-size: 18px;
  padding: 0 79px;
  border-radius: 0;
  margin-top: 35px;
  line-height: 54px;
  text-align: center;
  border-radius: 10px;
  background-color: #0096e0;
}

.about {
  padding: 80px 0 364px 0;
  background-image: url(../images/aboutback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.about .main .left {
  width: 50%;
  float: left;
}

.about .main .left .sytitle {
  text-align: left;
}

.about .main .left .sytitle dl dt {
  color: #fff;
}

.about .main .left .sytitle dl dd {
  color: #fff;
}

.about .main .left .text-p {
  text-align: left;
  padding: 80px 0;
  position: relative;
  padding-right: 66px;
}

.about .main .left .text-p::before {
  left: 0;
  top: 30px;
  width: 60px;
  height: 4px;
  content: '';
  position: absolute;
  background-color: #ffffff;
}

.about .main .left a {
  font-size: 16px;
  color: #fabe00;
}

.about .main .left a span {
  float: left;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #ffffff;
  margin-right: 10px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  background-color: #fabe00;
}

.about .main .right {
  width: 550px;
  float: right;
}

.about .main .swiper {
  left: 50%;
  width: 1200px;
  height: 362px;
  bottom: -180px;
  position: absolute;
  margin-left: -600px;
  border-radius: 10px;
  background-color: #ffffff;
}

.about .main .swiper .swiper-container {
  width: 1005px;
  height: 262px;
  margin-top: 50px;
}

.about .main .swiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  line-height: 262px;
  text-align: center;
}
.about .main .swiper .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.about .main .swiper .swiper-button-prev {
  left: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #6e767a;
}

.about .main .swiper .swiper-button-prev span {
  font-size: 20px;
  color: #6e767a;
}

.about .main .swiper .swiper-button-prev:hover {
  border: none;
  background-color: #0096e0;
}

.about .main .swiper .swiper-button-prev:hover span {
  color: #fff;
}

.about .main .swiper .swiper-button-next {
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #6e767a;
}

.about .main .swiper .swiper-button-next span {
  font-size: 20px;
  color: #6e767a;
}

.about .main .swiper .swiper-button-next:hover {
  border: none;
  background-color: #0096e0;
}

.about .main .swiper .swiper-button-next:hover span {
  color: #fff;
}

.abouts {
  padding: 50px 0 100px 0;
  background-image: url(../images/h_3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.abouts .main h3 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}

.abouts .main .text {
  margin-top: 30px;
  padding: 30px 0;
  font-size: 14px;
  color: #333333;
  position: relative;
  line-height: 24px;
}

.abouts .main .text::before {
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  content: '';
  position: absolute;
  background-color: #fabe00;
}

.aboutback {
  height: 450px;
  background-image: url(../images/aboutback2.jpg);
  background-position: 0px 0px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.honor {
  padding: 75px 0 100px 0;
}

.honor .main .title {
  text-align: left;
}

.honor .main .title::after {
  left: 0;
  margin-left: 0;
}

.honor .main .title p {
  padding-left: 0;
  padding-right: 120px;
}

.honor .main .swiper {
  position: relative;
}

.honor .main .swiper .swiper-container .swiper-wrapper .swiper-slide .item {
  margin-top: 30px;
}

.honor .main .swiper .swiper-container .swiper-wrapper .swiper-slide .item:first-child {
  margin-top: 0;
}

.honor .main .swiper .swiper-container .swiper-wrapper .swiper-slide .item a {
  float: left;
  width: 220px;
  height: 327px;
  margin-left: 25px;
}
.honor .main .swiper .swiper-container .swiper-wrapper .swiper-slide .item a img{
  width: 220px;
  height: 327px;
}

.honor .main .swiper .swiper-container .swiper-wrapper .swiper-slide .item a:nth-child(5n+1) {
  margin-left: 0;
}

.honor .main .swiper .swiper-button-prev {
  left: auto;
  top: -75px;
  width: 52px;
  right: 84px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: solid 1px #e8e8e8;
  background-image: none;
}

.honor .main .swiper .swiper-button-prev span {
  font-size: 24px;
  color: #0096e0;
}

.honor .main .swiper .swiper-button-prev:hover {
  border: solid 1px #0096e0;
  background-color: #0096e0;
}

.honor .main .swiper .swiper-button-prev:hover span {
  color: #ffffff;
}

.honor .main .swiper .swiper-button-next {
  right: 0;
  top: -75px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: solid 1px #e8e8e8;
  background-image: none;
}

.honor .main .swiper .swiper-button-next span {
  font-size: 24px;
  color: #0096e0;
}

.honor .main .swiper .swiper-button-next:hover {
  border: solid 1px #0096e0;
  background-color: #0096e0;
}

.honor .main .swiper .swiper-button-next:hover span {
  color: #ffffff;
}

.prodetails {
  padding: 50px 0 100px 0;
  background-color: #edf6fa;
}

.prodetails .main .up {
  height: 562px;
  overflow: hidden;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.prodetails .main .up .left {
  float: left;
  width: 562px;
  height: 100%;
  margin-top: 1px;
}

.prodetails .main .up .left .swiper {
  width: 562px;
  height: 100%;
}

.prodetails .main .up .left .swiper .swiper-container {
  width: 562px;
  height: 100%;
}
.prodetails .main .up .left .swiper .swiper-container .swiper-wrapper .swiper-slide {
  line-height: 562px;
}
.prodetails .main .up .left .swiper .swiper-container img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.prodetails .main .up .left .swiper .swiper-container .swiper-pagination {
  bottom: 20px;
}

.prodetails .main .up .left .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: .7;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #e5e5e5;
}

.prodetails .main .up .left .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fabe00;
}

.prodetails .main .up .right {
  float: right;
  width: 520px;
  padding-right: 40px;
}

.prodetails .main .up .right .rightup {
  padding: 45px 0;
  border-bottom: solid 1px #e8e8e8;
  position: relative;
}

.prodetails .main .up .right .rightup::before {
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #0096e0;
}

.prodetails .main .up .right .rightup h3 {
  font-size: 30px;
  color: #000000;
}

.prodetails .main .up .right .rightup p {
  font-size: 14px;
  color: #939393;
  padding-top: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.prodetails .main .up .right .rightcenter {
  padding: 30px 0;
  border-bottom: solid 1px #e8e8e8;
}

.prodetails .main .up .right .rightcenter::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.prodetails .main .up .right .rightcenter p {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0;
}

.prodetails .main .up .right .rightcenter p span {
  float: left;
  width: 20px;
  height: 20px;
  font-size: 12px;
  padding-top: 0px;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 100%;
  background-color: #0096e0;
}

.prodetails .main .up .right .rightcenter p i {
  font-weight: bold;
}

.prodetails .main .up .right .rightdown {
  margin-top: 80px;
}

.prodetails .main .up .right .rightdown a {
  float: left;
  height: 54px;
  padding: 0 40px;
  border-radius: 10px;
  line-height: 54px;
  background-color: #0096e0;
}

.prodetails .main .up .right .rightdown a span {
  float: left;
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}

.prodetails .main .down {
  margin-top: 20px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.prodetails .main .down .downtap {
  height: 54px;
  border-bottom: solid 1px #e8e8e8;
}

.prodetails .main .down .downtap p {
  float: left;
  height: 54px;
  cursor: pointer;
  padding: 0 54px;
  font-size: 16px;
  color: #333333;
  line-height: 54px;
}

.prodetails .main .down .downtap p.active {
  color: #ffffff;
  background-color: #fabe00;
}

.prodetails .main .down .downtap p:hover {
  color: #ffffff;
  background-color: #fabe00;
}

.prodetails .main .down .items .textdetails {
  display: none;
  padding: 60px 40px;
}

.prodetails .main .down .items .textdetails.active {
  display: block;
}

.all {
  position: relative;
}

.all .lecture {
  padding: 210px 0 90px 0;
  background-image: url(../images/lectureback.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.all .lecture .main .lecturenav {
  width: 100%;
  height: 52px;
  margin-top: 50px;
  line-height: 52px;
  text-align: center;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.all .lecture .main .lecturenav a {
  float: left;
  height: 52px;
  width: 14.286%;
  font-size: 16px;
  color: #333333;
}

.all .lecture .main .lecturenav a.active {
  color: #ffffff;
  background-color: #fabe00;
}

.all .lecture .main .lecturenav a:hover {
  color: #ffffff;
  background-color: #fabe00;
}

.all .lecture .main .text {
  margin-top: 50px;
}

.all .lecture .main .text .left {
  float: left;
  width: 540px;
  height: 588px;
}

.all .lecture .main .text .left:hover dl dd H3 {
  color: #0096e0;
}

.all .lecture .main .text .left:hover dl dd h4 {
  position: relative;
}

.all .lecture .main .text .left:hover dl dd h4::before {
  top: 0;
  left: 0;
  height: 1px;
  content: '';
  transition: all 0.5s;
  width: calc(100%);
  position: absolute;
  background-color: #0096e0;
}

.all .lecture .main .text .left dl dt {
  height: 360px;
}

.all .lecture .main .text .left dl dt .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: .5;
  background-color: #ffffff;
}

.all .lecture .main .text .left dl dt .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fabe00;
}

.all .lecture .main .text .left dl dd {
  height: 227px;
  padding: 0 30px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
  border-top: none;
}

.all .lecture .main .text .left dl dd h3 {
  font-size: 20px;
  color: #000000;
  padding-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.all .lecture .main .text .left dl dd p {
  font-size: 14px;
  color: #939393;
  padding-top: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.all .lecture .main .text .left dl dd h4 {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid 1px #e8e8e8;
}

.all .lecture .main .text .left dl dd h4::before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #0096e0;
}

.all .lecture .main .text .left dl dd h4 i {
  float: left;
  font-size: 14px;
  color: #929292;
}

.all .lecture .main .text .left dl dd h4 span {
  float: right;
  font-size: 10px;
  color: #929292;
}

.all .lecture .main .text .right {
  float: right;
  width: 630px;
  height: 588px;
  overflow: hidden;
}

.all .lecture .main .text .right .item {
  float: left;
  width: 100%;
  height: 130px;
  margin-top: 20px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.all .lecture .main .text .right .item:hover dl dd h3 {
  color: #0096e0;
}

.all .lecture .main .text .right .item:hover span {
  color: #ffffff;
  background-color: #0096e0;
}

.all .lecture .main .text .right .item:first-child {
  margin-top: 0;
}

.all .lecture .main .text .right .item dl {
  padding: 30px 0;
  position: relative;
}

.all .lecture .main .text .right .item dl dt {
  float: left;
  width: 117px;
  height: 70px;
  text-align: center;
  border-right: solid 1px #e8e8e8;
}

.all .lecture .main .text .right .item dl dt h3 {
  font-size: 38px;
  color: #929292;
}

.all .lecture .main .text .right .item dl dt p {
  font-size: 12px;
  color: #929292;
}

.all .lecture .main .text .right .item dl dd {
  margin-left: 147px;
  padding-right: 100px;
}

.all .lecture .main .text .right .item dl dd h3 {
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.all .lecture .main .text .right .item dl dd p {
  font-size: 14px;
  color: #929292;
  padding-top: 5px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.all .lecture .main .text .right .item dl span {
  top: 50%;
  right: 30px;
  width: 36px;
  height: 36px;
  font-size: 10px;
  color: #6e767a;
  margin-top: -18px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #e9e9e9;
}

.all .contact {
  bottom: -300px;
  width: 100%;
  background-image: url(../images/footback.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: absolute;
}

.all .contact .main {
  padding: 110px 0;
}

.all .contact .main .right {
  float: left;
  width: 75%;
}

.all .contact .main .right dl {
  float: left;
  text-align: center;
  margin-left: 150px;
}

.all .contact .main .right dl:first-child {
  margin-left: 35px;
}

.all .contact .main .right dl dt {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  line-height: 56px;
  border-radius: 100%;
  border: solid 2px #ffffff;
}

.all .contact .main .right dl dt span {
  font-size: 26px;
  color: #ffffff;
}

.all .contact .main .right dl dd h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bolder;
  padding-top: 30px;
}

.all .contact .main .right dl dd p {
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
}

.all .contact .main .left {
  width: 25%;
  float: right;
  text-align: center;
}

.all .contact .main .left dl {
  float: left;
  margin-left: 30px;
}

.all .contact .main .left dl dt {
  width: 102px;
  height: 102px;
}

.all .contact .main .left dl dd {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
}

.foot {
  padding: 360px 0 80px 0;
}

.foot .main .item {
  float: left;
  width: 158px;
  height: 300px;
  text-align: left;
  padding-left: 80px;
  border-right: solid 1px #e8e8e8;
}

.foot .main .item:first-child {
  border-left: solid 1px #e8e8e8;
}

.foot .main .item h3 {
  font-size: 20px;
  color: #000000;
  padding-bottom: 40px;
  position: relative;
}

.foot .main .item h3::after {
  left: 0;
  top: 40px;
  width: 20px;
  height: 4px;
  content: '';
  position: absolute;
  background-color: #0096e0;
}

.foot .main .item a {
  display: block;
  font-size: 14px;
  color: #939393;
  line-height: 30px;
}

.foot .main .item a:hover {
  color: #0096e0;
}

.footer {
  padding: 22px 0;
  background-color: #edf6fa;
}

.footer .main .left {
  float: left;
}

.footer .main .left p {
  font-size: 14px;
  color: #939393;
  line-height: 30px;
}

.footer .main .left p a {
  font-size: 14px;
  color: #939393;
}

.footer .main .left p a:hover {
  color: #0096e0;
}

.footer .main .right {
  float: right;
  margin-top: 15px;
}
