@charset "UTF-8";
div {
box-sizing: border-box; }

.container {
width: 1200px;
margin: 0 auto; }

/* 垂直水平居中flex布局 */
.flex-center {
display: flex;
justify-content: left;
align-items: center;
flex-wrap: wrap; }

/* 单行文字溢出隐藏 */
.ellipsis {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; }

/* 多行文字溢出隐藏 */
/*=======================
*	 	  首页
* =======================*/
.header {
background: url("../images/header-bg.png") #24998d no-repeat center center;
padding: 20px 0; }
.header .logo {
width: 275px;
float: left; }
.header-right {
float: right; }
.header .ercode {
width: 98px;
height: 98px;
float: left;
margin-right: 10px; }
.header .contact {
float: left;
font-size: 18px;
color: #fff; }
.header .wechat-num {
float: left;
font-size: 28px; }

.nav {
background-color: #efeeee; }
.nav li {
float: left;
width: 14.28%; }
.nav a {
transition: all .2s;
display: block;
font-size: 20px;
color: #4f5050;
padding: 15px 0;
text-align: center;
width: 100%;
cursor: pointer; }
.nav a:hover {
color: #24998d; }
.nav .active {
color: #24998d; }

.banner {
height: 507px; }
.banner .swiper-slide {
position: relative; }
.banner .banner-img {
display: block;
width: 100%;
height: 100%; }
.banner .banner-text {
width: 1200px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 55px 140px;
background-color: rgba(0, 0, 0, 0.55);
color: #fff;
text-align: center; }
.banner h2 {
font-size: 49px;
margin-bottom: 20px; }
.banner p {
font-size: 24px; }
.banner .swiper-pagination-bullet {
width: 18px;
height: 18px;
border: solid 3px #ffffff;
margin-right: 30px; }
.banner .swiper-pagination-bullet-active {
background: #fff; }

.yangben-wrap .head {
background: #24998d;
padding: 10px 20px; }
.yangben-wrap .head p {
float: left;
font-size: 25px;
color: #fff; }
.yangben-wrap .head .search-input {
float: right;
width: 192px;
font-size: 16px;
padding-left: 10px;
margin-left: 10px;
height: 31px;
background-color: #e0fdfa;
border: solid 1px #24998d; }
.yangben-wrap .head .sub-btn {
float: right;
width: 60px;
height: 31px;
margin-left: 3px;
font-size: 16px;
color: #fff;
background-color: #cbb313;
border: solid 1px #24998d; }

.yangben-list {
background: url("../images/yangben-bg.jpg");
background-size: cover;
padding: 18px 45px 33px; }
.yangben-list a {
display: inline-block;
width: 120px;
height: 34px;
margin-bottom: 14px;
line-height: 34px;
text-align: center;
font-size: 16px;
color: #24998d;
margin-right: 15px;
background-color: #ecfefc;
border: solid 1px #7accc3;
transition: all .2s; }
.yangben-list a:nth-child(8n) {
margin-right: 0; }
.yangben-list a:hover {
background: #fff; }

.picture-list {
padding: 23px 0 0; }
.picture-list .picture-item {
float: left;
width: 287px;
margin-right: 16px;
margin-bottom: 34px; }
.picture-list .picture-item:nth-child(4n) {
margin-right: 0; }
.picture-list .img-wrap {
overflow: hidden; }
.picture-list img {
display: block;
transition: all .3s;
width: 100%;
height: 192px; }
.picture-list .picture-item:hover img {
transform: scale(1.1); }
.picture-list p {
width: 100%;
height:37px;
overflow: hidden;
margin-top: 13px;
color: #494a4a;
line-height: 18px;
font-size: 15px; 

text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;

}

.more-btn {
display: block;
margin: 0 auto;
margin-bottom: 35px;
width: 176px;
height: 40px;
font-size: 15px;
line-height: 35px;
color: #24998d;
text-align: center;
background-color: #ffffff;
border-radius: 5px;
border: solid 1px #24998d;
transition: all .2s; }
.more-btn:hover {
background: #24998d;
color: #fff; }

.process-wrap {
background: #f1f7fc; }
.process-wrap h3 {
font-size: 25px;
padding-top: 14px; }
.process-wrap img {
display: block;
width: 100%;
cursor: default; }

.bottom-wrap {
padding: 36px 0; }

.bottom-item {
float: left;
width: 50%;
padding-right: 50px; }
.bottom-item h3 {
font-size: 25px; }
.bottom-item h3 img {
float: left;
width: 43px;
margin-right: 11px; }
.bottom-item .link-a {
color: #2a2c2c;
margin-top: 16px;
font-size: 16px;
line-height: 26px;
display: block;
transition: all .2s; }
.bottom-item .link-a:hover {
color: #24998d; }
.bottom-item .date {
width: 72px;
height: 26px;
line-height: 26px;
color: #fff;
text-align: center;
font-size: 14px;
background: #50ada4;
margin-right: 15px;
display: inline-block; }
.bottom-item .more-btn {
margin-top: 30px; }

.footer {
background: #24998d;
color: #fff; }
.footer .top {
padding: 30px 0; }
.footer .left {
float: left;
line-height: 1.8em;
width: 35%;
padding: 0 70px 0 35px;
font-size: 14px; }
.footer .left img {
width: 146px;
margin-bottom: 22px; }
.footer .left a {
color: #f4f112;
text-decoration: underline;
cursor: pointer;
line-height: 1.8em; }
.footer .footer-contact {
float: left;
width: 40%;
padding: 13px 81px 0px 125px;
border-left: 1px solid rgba(255, 255, 255, 0.4);
border-right: 1px solid rgba(255, 255, 255, 0.4); }
.footer .footer-contact .phone {
border-bottom: 1px dashed rgba(255, 255, 255, 0.63);
font-size: 18px;
padding-bottom: 10px; }
.footer .footer-contact img {
    float: left;
    width: 35px;
    margin-right: 11px; 
}
.footer .footer-contact p:not(.phone) {
    font-size: 16px;
    margin-top: 25px; 
}
.footer .right {
    float: left;
    padding: 21px 73px 0px 0;
    width: 25%;
    font-size: 16px;
    text-align: center; 
}
.footer .right img {
    width: 138px;
    margin-bottom: 16px; 
}
.footer .copyright {
    color: #333;
    display: block;
    padding: 17px 0;
    font-size: 14px;
    background: #fff; 
}
.footer .copyright .container {
display: block; 
}
.footer .copyright .copy-right {
float: right; 
}

/*# sourceMappingURL=style.css.map */
/*关于我们*/
.fl{float: left;}
.fr{float: right;}
.inside-banner {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.inside-banner img {
    max-width: 100%;
    max-height: 240px;
    object-fit:cover;
}

.content {
    width: 1200px;
    margin: 0 auto 40px;
}

.your-position {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px #e6e6e6 solid;
    /*background: url(../images/bar2.jpg) no-repeat left center;*/
    font-size: 14px;
    color: #999;
}

.your-position a {
  color: #999;
}

.content-left {
  width: 300px;
}

.sub-tit {
  margin-bottom: 10px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: #24998d;
}

.sub-nav li {
  margin-bottom:5px;
}

.sub-link {
  display: block;
  padding: 0 20px;
  height:47px;
  line-height:47px;
  font-size:16px;
  color: #666;
  background:#e6e6e6;
}

.sub-link:hover {
  color: #fff;
  background:#24998d;
}

.sub-link.active {
  color: #fff;
  background:#24998d;
}

.sub-drop {
  display: none;
}

.sub-drop a {
  display: block;
  height:45px;
  padding: 0 20px;
  line-height:45px;
  font-size:15px;
  color: #666;
  background: #e6e6e6;
  border-top: 1px #fff solid;
  position: relative;

}

.sub-drop a:hover {
  background: #1c56dc;
  color: #fff;
}

.sub-drop a.active {
  background: #1c56dc;
  color: #fff;
}

.sub-drop i {
  font-size: 18px;
  font-family: '宋体';
  position: absolute;
  top: 27%;
  right: 20px;
  z-index: 9;
  background: url(../images/dayu2.png) no-repeat left center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.sub-drop a:hover i{
  background: url(../images/dayu2h.png) no-repeat left center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.sub-drop a.active i{
    background: url(../images/dayu2h.png) no-repeat left center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    }
.content-right {
  width: 880px;
}
.pro-step {
  height: 74px;
  margin-bottom: 20px;
  line-height: 74px;
  border-bottom: 1px #e6e6e6 solid;
  font-size: 24px;
  color: #666;
  overflow: hidden;
}

.pro-step a {
  float: right;
  font-size: 14px;
  color: #1c56dc;
  text-decoration: underline;
}

.about-content{font-size:16px;color: #343434;line-height:27px;min-height: 380px;}
.about-content img{max-width: 100%;height: auto;}


.sube-link {
  display: block;
  padding: 0 20px;
  height:47px;
  line-height:47px;
  font-size:16px;
  color: #666;
  background: url(../images/dayu.png) no-repeat 262px center #e6e6e6;
  background-size: 27px 27px;
}

.sube-link:hover {
  color: #fff;
  background: url(../images/dayu22.png) no-repeat 262px center #24998d;
  background-size: 27px 27px;
}

.sube-link.active {
  color: #fff;
  background: url(../images/dayu22.png) no-repeat 262px center #24998d;
  background-size: 27px 27px;
}

.xom{
    font-size:24px;
    color: #343434;
    line-height: 27px;
    margin:20px auto;
    text-align: center;
    font-weight:bold;
}



/*新闻中心*/
.news-list li {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px #e6e6e6 solid;
  overflow: hidden;
  background: #fff;
}

.news-list li:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.news-img {
  width: 210px;
  height: 156px;
  overflow: hidden;
}

.news-img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news-info {
  width: 600px;
}

.news-name {
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-name a {
  color: #333;
}

.news-con {
  height: 70px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}

.news-time {
  font-size: 12px;
  color: #999;
}

/*新闻详情*/
.article-ti { padding: 25px 0 10px; margin: 0 0 15px; border-bottom: 1px #e6e6e6 dashed; text-align: center;}
.article-ti h3 { font-size: 30px; color: #2e2e2e; font-weight: normal;}
.tools-bar {width:100%; height: 28px;margin:0 auto;overflow: hidden; font-size: 14px; color: #999; line-height: 28px;margin-top: 10px;}
.tools-bar span { margin: 0 8px; vertical-align: top;}
.share-box { margin: 0 8px; display: inline-block; overflow: hidden;}
.share-box em { float: left;}
.sahre-box .bdsharebuttonbox { display: inline-block !important;}

.simple {
  padding: 20px;
  line-height: 27px;
  font-size: 15px;
  color: #333;
}
.simple img{max-width: 100%;height: auto;}
.simple-page {
  overflow: hidden;
  padding: 20px;
  font-size: 14px;
  color: #333;
}
.simple-page span{
  width: 100%;
  height: 40px;
  display: inline-block;
}
.simple-page a {
  color: #333;
}



.pro-list ul {
  width: 105%;
}

.pro-list li {
  width: 29.6%;
  float: left;
  margin-right: 3.7%;
  padding-bottom:2%;
}




.p-img {
  width: 100%;
  height:214px;
  border: 1px #e6e6e6 solid;
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
}

.p-img img {
  max-width: 100%;
  max-height: 214px;
}

.p-img:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border: 1px #fff solid;
}

.p-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.p-name {
  width: 100%;
  height: 53px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 10px;
}

.p-name a {
  color: #666;
}

/*产品详情*/
.pro-show {
  margin-bottom: 20px;
  border: 1px #e6e6e6 solid;
  background: #f2f2f2;
}

.pro-big {
  width:697px;
  height:546px;
}

.pro-big .swiper-slide {
  width:697px;
  height:546px;
  background: #fff;
  position: relative;
}
.pro-big .swiper-slide img{
  width: 90%;
  padding: 5%;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
  max-width: 100%;
}
.pro-show-right {
  width:180px;
  height:546px;
  position: relative;
}

.pro-small {
  width: 140px;
  height:430px;
  margin:50px 0 auto;
}
.pro-small img{
  width: 125px;
  height: 97px;
  cursor: pointer;
  vertical-align: top;
  padding: 2px 2px 2px 11px;
}

.pro-small .swiper-slide {
  width: 138px;
  height:101px;
  margin-bottom: 10px;
  border: 1px #e6e6e6 solid;
  background: #fff;
  overflow: hidden;
}

.pro-small .swiper-slide-active {
  border: 1px #1c56dc solid;
}

.pro-show-right .swiper-button-next {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pro-show-right .swiper-button-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pro-arrow {
  width: 27px;
  height: 44px;
  position: absolute;
  
}

.pro-next {
  bottom: 10px;
  right: 50%;
  margin-right:-27px;
}

.pro-prev {
  top: 10px;
  left: 50%;
  margin-left: -20px;
}

.pro-tab {
  margin-bottom: 20px;
}

.pro-tab li {
  width: 176px;
  float: left;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: #666;
}

.pro-tab a {
  display: block;
  color: #666;
  border-right: 1px #ccc solid;
  background: #e6e6e6;
}

.pro-tab li:last-child a {
  border-right: none;
}

.pro-tab a.active {
  background: #1c56dc;
  color: #fff;
}

.pro-content-item {
  padding: 30px 0;
  background: url(../images/bar3.jpg) repeat-x left bottom;
}

.pro-content-item:last-child {
  background: none;
}

.pro-content-tit {
  margin-bottom: 30px;
  font-size: 16px;
  color: #1c56dc;
}

.pro-book {
  width: 830px;
  height: 56px;
  margin: 0 auto;
}

.pro-book-name {
  padding-left: 64px;
  padding-right: 20px;
  width: 582px;
  height: 56px;
  background: url(../images/book.png) no-repeat 10px center #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  line-height: 56px;
}

.pro-book a {
  display: block;
  width: 80px;
  height: 56px;
  float: left;
  padding-left: 84px;
  background: url(../images/down.png) no-repeat 44px center #1c56dc;
  font-size: 20px;
  color: #fff;
  line-height: 56px;
}

.pro-book a:hover {
  background: url(../images/down.png) no-repeat 44px center #004af6;
  color: #fff;
}



.yb-img{width: 100%;margin: 10px auto 20px;display: flex;align-items: center;justify-content: center;}
.yb-img img{max-width: 100%;height: auto;}