body {
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}
.content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
}
.transition {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.transform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transformX {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.transformY {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.background {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
/*=================首页===============*/
.header-con:after {
  display: block;
  height: 94px;
  content: "";
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
}
.header .content {
  position: relative;
}
.header .content .logo {
  float: left;
  margin-top: 10px;
  height: 43px;
}
.header .content .nav {
  float: left;
  margin-left: 70px;
}
.header .content .nav li {
  float: left;
  padding-right: 30px;
  padding-left: 30px;
}
.header .content .nav li a {
  color: #333333;
  font-size: 16px;
  line-height: 94px;
}
.header .content .nav li a:hover {
  color: #1C91E8;
}
.header .content .nav li a.active {
  color: #1C91E8;
}
.header .content .tel {
  float: right;
  line-height: 92px;
}
.header .content .tel i {
  margin-right: 5px;
  color: #1C91E8;
  vertical-align: middle;
  font-size: 30px;
}
.header .content .tel span {
  color: #333333;
  vertical-align: middle;
  font-weight: bold;
  font-size: 22px;
}
.banner .banner-list {
  padding-top: 33.6%;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.banner .slick-dots {
  bottom: 26px;
}
.banner .slick-dots li {
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
}
.banner .slick-dots .slick-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.in-public-tit h3 {
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.in-public-tit p {
  color: #888888;
  text-align: center;
  font-size: 15px;
}
.in-product {
  padding-top: 4.2%;
  padding-bottom: 4.5%;
  background: #f7f4f8;
}
.in-product .in-product-group {
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1230px;
}
.in-product .in-product-group .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}
.in-product .in-product-group .in-product-list {
  display: block;
}
.in-product .in-product-group .in-product-list .in-product-list-img {
  padding-top: 77.8%;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.in-product .in-product-group .in-product-list .in-product-list-text {
  padding: 26px 16px;
}
.in-product .in-product-group .in-product-list .in-product-list-text h3 {
  overflow: hidden;
  margin-bottom: 22px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}
.in-product .in-product-group .in-product-list .in-product-list-text h3:after {
  display: block;
  margin-top: 14px;
  width: 47px;
  height: 3px;
  background: #1C91E8;
  content: "";
}
.in-product .in-product-group .in-product-list .in-product-list-text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #666666;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;

  -webkit-line-clamp: 2;
}
.in-product .in-product-more {
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}
.in-public-more {
  display: block;
  width: 120px;
  background: #313131;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.in-public-more:hover {
  background: #000;
}
.in-about {
  margin-top: 60px;
  margin-bottom: 88px;
}
.in-about .in-about-left {
  float: left;
  width: 49%;
}
.in-about .in-about-left .in-public-tit {
  margin-top: 67px;
}
.in-about .in-about-left .in-public-tit h3 {
  text-align: left;
}
.in-about .in-about-left .in-public-tit p {
  text-align: left;
}
.in-about .in-about-left .in-about-text {
  margin-top: 70px;
  height: 222px;
  background: url(../images/index14.png) no-repeat left 110px;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}
.in-about .in-about-right {
  float: right;
  width: 45%;
  height: 463px;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.in-news {
  padding-top: 4%;
  padding-bottom: 4.5%;
  background: #f7f4f8;
}
.in-news .in-news-group {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1218px;
}
.in-news .in-news-group .slick-slide {
  padding-left: 9px;
}
.in-news .in-news-group .in-news-list {
  display: block;
  padding: 14px;
  background: #fff;
}
.in-news .in-news-group .in-news-list .in-news-list-img {
  padding-top: 53.1%;
}
.in-news .in-news-group .in-news-list .in-news-list-text {
  padding: 27px 8px;
}
.in-news .in-news-group .in-news-list .in-news-list-text h6 {
  color: #333333;
  font-size: 14px;
}
.in-news .in-news-group .in-news-list .in-news-list-text h3 {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.in-news .in-news-group .in-news-list .in-news-list-text p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 22px;
}
.in-news .in-news-group .in-news-list .in-news-list-text span {
  display: inline-block;
  margin-top: 70px;
  padding-right: 40px;
  background: url(../images/index15.png) no-repeat right 8px;
  color: #000000;
  font-size: 14px;
}
.in-news .in-news-more {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cooperation {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 32px;
  padding-bottom: 32px;
}
.cooperation .cooperation-list {
  position: relative;
  height: 162px;
}
.cooperation .cooperation-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cooperation .slick-prev,
.cooperation .slick-next {
  margin-top: -5px;
  width: 16px;
  height: 10px;
  background: url(../images/index23.png) no-repeat;
}
.cooperation .slick-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer {
  padding-top: 46px;
  border-top: 4px solid #1C91E8;
  background: #313131;
}
.footer .footer-info {
  padding-bottom: 40px;
  border-bottom: 1px solid #3f3f3f;
}
.footer .footer-info h2 {
  color: #9a9a9a;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}
.footer .footer-info h6 {
  color: #9a9a9a;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
.footer .footer-info .footer-info-group {
  margin-top: 26px;
  text-align: center;
}
.footer .footer-info .footer-info-group span {
  margin-right: 22px;
  margin-left: 22px;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
}
.footer .footer-btm p {
  float: left;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 70px;
}
.footer .footer-btm p span {
  margin-right: 20px;
}
.footer .footer-btm .footer-btm-ul {
  float: right;
}
.footer .footer-btm .footer-btm-ul li {
  position: relative;
  display: inline-block;
}
.footer .footer-btm .footer-btm-ul li a {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 70px;
}
.footer .footer-btm .footer-btm-ul li a:hover {
  color: #fff;
}
.footer .footer-btm .footer-btm-ul li:not(:last-child) {
  padding-right: 48px;
}
.footer .footer-btm .footer-btm-ul li:not(:last-child):after {
  position: absolute;
  top: 30px;
  right: 22px;
  display: block;
  width: 1px;
  height: 10px;
  background: #7f7f7f;
  content: "";
}
/* .xf_nav_text{ display: none} */
.xf_nav{ position: relative;    display: inline-block;}
.xf_nav_text {position: absolute;
    top: 4rem;
    left: 50%;   display: none;    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); 
    }
.product .product-tal .xf_nav_text a.active{ background: none;color: #1C91E8; }
.product .product-tal .xf_nav_text a.active:after{border: 0}
.product .product-tal .xf_nav_text a{margin: 0 15px;width: auto; background: none; color: #666;    }
.product .product-tal .xf_nav_text a:hover{background: none; color: #1C91E8;}
.pad_15{ padding:  15px}
.producr_title{
    margin-bottom: 30px;
    padding: 15px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    background-color: white; color: #1C91E8;
    font-weight: bold;
}
/*=============产品详情==============*/
.in-banner {
  padding-top: 19.5%;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.details {
  overflow: hidden;
  margin-top: -100px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  max-width: 1500px;
  background: #fff;
}
.details .content {
  padding: 0 45px;
}
.details .details-title-box{
  padding-top: 10px;
}
.details .details-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  background: #1C91E8;
  color: #fff;
  text-align: center;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}
.details .details-title:after {
  position: absolute;
  bottom: 4px;
  left: 4px;
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  content: "";
}
.details .details-title:before {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  content: "";
}
.details .details-list {
  margin-bottom: 50px;
}
.details .details-list p {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
.details .details-list .details-list-left {
  float: left;
  width: 60%;
}
.details .details-list .details-list-left li {
  padding-left: 26px;
  background: url(../images/details7.png) no-repeat 5px center;
  color: #333333;
  font-size: 18px;
  line-height: 44px;
}
.details .details-list .details-list-right {
  float: right;
  width: 34%;
}
.details .details-list .details-list-right img {
  width: 100%;
  border: 1px solid #e4e4e4;
}
.details .details-list .details-list-text img {
  max-width: 100%;
}
.details .details-list .details-list-text h2{
  padding-left: 44px;
  background: url(../images/details3.png) no-repeat left bottom;
  color: #333333;
  font-size: 24px;
}
.details-list-titlecon {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdddf;
}
.details-list-titlecon .details-list-title {
  padding-left: 44px;
  background: url(../images/details3.png) no-repeat left bottom;
  color: #333333;
  font-size: 24px;
}
.details-list-titlecon .details-list-title img {
  float: right;
  max-height: 32px;
}
/*==========产品详情===========*/
.product-con {
  padding-bottom: 60px;
}
.in-public-tit {
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 70px;
}
.product {
  overflow: hidden;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-bottom: 70px;
  max-width: 1500px;
  background: #fff;
}
.product h3 {
  background: url(../images/product1.png) no-repeat center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.product .product-tal {
  position: relative;
  margin-top: 50px;
  margin-bottom: 58px;
  padding-bottom: 6px;
  text-align: center;
}
.product .product-tal a {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  width: 160px;
  background: #d2d2d2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
}
.product .product-tal a:hover {
  background: #1C91E8;
}
.product .product-tal a.active {
  background: #1C91E8;
}
.product .product-tal a.active:after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #1C91E8;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}.product .product-group {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 1230px;
}
.product .product-group .product-list {
  float: left;
  margin-bottom: 24px;
  padding-right: 15px;
  padding-left: 15px;
  width: 24.9%;
}
.product .product-group .product-list .product-list-a {
  display: block;
}
.product .product-group .product-list .product-list-a .product-list-img {
  position: relative;
  height: 295px;
  border: 1px solid #e4e4e4;
}
.product .product-group .product-list .product-list-a .product-list-img .product-img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product .product-group .product-list .product-list-a .product-list-img .product-list-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  padding-top: 60px;
  width: 84%;
  height: 80%;
  background: #1C91E8;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}.product .product-group .product-list .product-list-a .product-list-img .product-list-mask h6 {
  color: #f9e7de;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.product .product-group .product-list .product-list-a .product-list-img .product-list-mask h5 {
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
}
.product .product-group .product-list .product-list-a .product-list-img .product-list-mask img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 42px;
  height: 42px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
}
.product .product-group .product-list .product-list-a h4 {
  overflow: hidden;
  padding-left: 8px;
  color: #333333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 60px;
}
.product .product-group .product-list .product-list-a:hover .product-list-mask {
  opacity: 1;
}
.product .product-group .product-list .product-list-a:hover .product-list-mask h6,
.product .product-group .product-list .product-list-a:hover .product-list-mask h5,
.product .product-group .product-list .product-list-a:hover .product-list-mask img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.page {
  text-align: center;
  font-size: 0;
}
.page a {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  width: 40px;
  border: 1px solid #e3e3e3;
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}
.page a.active {
  border-color: #1C91E8;
  color: #1C91E8;
}
.page a:hover {
  color: #1C91E8;
}
.page .first-page,
.page .last-page {
  width: 56px;
}
.page .prev-page,
.page .next-page {
  width: 60px;
}
/*===========关于我们===========*/
.about-con {
  padding-bottom: 60px;
}
.about-con .about {
  overflow: hidden;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-bottom: 70px;
  max-width: 1500px;
  background: #fff;
}
.about-con .about .content {
  padding-right: 24px;
  padding-left: 24px;
}
.about-con .about .content h3 {
  background: url(../images/product1.png) no-repeat center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.about-con .about .content .about-top {
  margin-top: 76px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e9e9e9;
}
.about-con .about .content .about-top .about-top-text p {
  color: #666666;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.about-con .about .content .about-top .about-top-group {
  margin-top: 60px;
}
.about-con .about .content .about-top .about-top-group .about-top-list {
  position: relative;
  float: left;
  width: 50%;
}
.about-con .about .content .about-top .about-top-group .about-top-list h2 {
  color: #797979;
  text-align: center;
  font-size: 58px;
  line-height: 72px;
}
.about-con .about .content .about-top .about-top-group .about-top-list p {
  color: #bbbbbb;
  text-align: center;
  font-size: 18px;
}
.about-con .about .content .about-top .about-top-group .about-top-list:not(:first-child):after {
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 70px;
  background: #e9e9e9;
  content: "";
}
.about-con .about .content .about-text {
  margin-top: 70px;
}
.about-con .about .content .about-text h4 {
  margin-bottom: 43px;
  color: #333333;
  text-align: center;
  font-size: 24px;
}
.about-con .about .content .about-text p {
  color: #666666;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.about-con .about .content .about-text img {
  max-width: 100%;
}
/*============联系我们=============*/
.contact-con {
  padding-bottom: 60px;
}
.contact-con .contact {
  overflow: hidden;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-right: 75px;
  padding-bottom: 114px;
  padding-left: 75px;
  max-width: 1200px;
  background-color: #fff;
  background-image: url(../images/contact3.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 20px 40px #eee;
          box-shadow: 0 20px 40px #eee;
}
.contact-con .contact h3 {
  margin-bottom: 96px;
  background: url(../images/contact2.png) no-repeat center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.contact-con .contact .contact-box .contact-left {
  float: left;
  width: 46%;
}
.contact-con .contact .contact-box .contact-left h5 {
  color: #000000;
  font-size: 22px;
}
.contact-con .contact .contact-box .contact-left h4 {
  color: #000000;
  font-size: 25px;
}
.contact-con .contact .contact-box .contact-left .contact-left-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3;
}
.contact-con .contact .contact-box .contact-left .contact-left-text h6 {
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 50px;
}
.contact-con .contact .contact-box .contact-left .contact-left-text p {
  color: #666666;
}
.contact-con .contact .contact-box .contact-left .contact-left-ul p {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.contact-con .contact .contact-box .contact-right {
  float: right;
  width: 40%;
}
.contact-con .contact .contact-box .contact-right h4 {
  margin-bottom: 20px;
  color: #333333;
  font-size: 20px;
}
.contact-con .contact .contact-box .contact-right .contact-right-form input {
  display: block;
  margin-top: 8px;
  padding-left: 15px;
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  color: #929292;
  font-size: 14px;
}
.contact-con .contact .contact-box .contact-right .contact-right-form textarea {
  display: block;
  margin-top: 8px;
  padding: 15px;
  width: 100%;
  height: 118px;
  background: #f3f3f3;
  color: #929292;
  font-size: 14px;
  line-height: 20px;
  resize: none;
}
.contact-con .contact .contact-box .contact-right .contact-right-form button {
  display: block;
  margin-top: 18px;
  width: 100%;
  height: 54px;
  border: 1px solid #1C91E8;
  color: #1C91E8;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.contact-con .contact .contact-box .contact-right .contact-right-form button:hover {
  background: #1C91E8;
  color: #fff;
}
.map {
  height: 404px;
}
/*==========新闻中心===========*/
.news-con {
  padding-bottom: 60px;
}
.news-con .news {
  overflow: hidden;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-bottom: 70px;
  max-width: 1500px;
  background: #fff;
}
.news-con .news .content h3 {
  background: url(../images/news1_03.png) no-repeat center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.news-con .news .content .news-hot {
  margin-top: 76px;
}
.news-con .news .content .news-hot .news-hotimg {
  float: left;
  width: 41.4%;
  height: 260px;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.news-con .news .content .news-hot .news-hot-text {
  float: left;
  padding: 26px 58px;
  width: 58.6%;
  height: 260px;
  background: #f9f9f9;
}
.news-con .news .content .news-hot .news-hot-text h4 {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
}
.news-con .news .content .news-hot .news-hot-text h6 {
  color: #ababab;
  font-size: 14px;
}
.news-con .news .content .news-hot .news-hot-text .news-hot-p {
  margin-top: 30px;
  margin-bottom: 27px;
}
.news-con .news .content .news-hot .news-hot-text .news-hot-p p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 69px;
  color: #666666;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 23px;

  -webkit-line-clamp: 3;
}
.news-con .news .content .news-hot .news-hot-text .news-hot-btn {
  display: block;
  width: 122px;
  border: 1px solid #dddddd;
  color: #666666;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.news-con .news .content .news-hot:hover .news-hot-text .news-hot-btn {
  border: 1px solid #1C91E8;
  background: #1C91E8;
  color: #fff;
}
.news-con .news .news-group {
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  max-width: 1230px;
  font-size: 0;
}
.news-con .news .news-group .news-list {
  display: inline-block;
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33%;
  vertical-align: top;
}
.news-con .news .news-group .news-list .news-list-img {
  margin-bottom: 30px;
  height: 280px;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.news-con .news .news-group .news-list .news-list-text h3 {
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.news-con .news .news-group .news-list .news-list-text h5 {
  margin-top: 8px;
  margin-bottom: 14px;
  color: #888888;
  font-size: 14px;
}
.news-con .news .news-group .news-list .news-list-text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 44px;
  color: #8f8f8f;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;

  -webkit-line-clamp: 2;
}
.news-con .news .news-group .news-list .news-list-text span {
  display: block;
  margin-top: 30px;
  width: 122px;
  border: 1px solid #dddddd;
  color: #666666;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.news-con .news .news-group .news-list:hover .news-list-text span {
  border: 1px solid #1C91E8;
  background: #1C91E8;
  color: #fff;
}
/*=============新闻详情=============*/
.newsdetails-con {
  padding-bottom: 60px;
}
.newsdetails-con .newsdetails {
  overflow: hidden;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-bottom: 20px;
  max-width: 1500px;
  background: #fff;
}
.newsdetails-con .newsdetails h4 {
  margin-bottom: 18px;
  color: #333333;
  text-align: center;
  font-size: 27px;
}
.newsdetails-con .newsdetails .newsdetails-center {
  text-align: center;
}
.newsdetails-con .newsdetails .newsdetails-center span {
  margin-right: 24px;
  margin-left: 24px;
  color: #9a9a9a;
  font-size: 14px;
}
.newsdetails-con .newsdetails .newsdetails-text {
  margin-top: 25px;
  padding: 40px 35px;
  border-top: 1px solid #ecebeb;
}
.newsdetails-con .newsdetails .newsdetails-text img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.newsdetails-con .newsdetails .newsdetails-text p {
  color: #666666;
  text-indent: 2em;
  font-size: 15px;
  line-height: 30px;
}
.details .details-list-right{
  position: relative;
}
.details .details-list-right img{
  display: block;
}
.video_play:hover{ cursor: pointer}
.down-btn{
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 60px;
  height: 60px;
  background-image: url(../images/down.png);
  background-position:  center center;
  -webkit-background-size: 60px 60px;
          background-size: 60px 60px;
  background-repeat:  no-repeat;
  cursor: pointer;
}

