body { line-height: 1.7; font-size: 15px; color: #181b21; min-width: 320px; }
html,
body {
  position: relative;
  height: 100%;
}

/* .pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
} */
.wrap { max-width: 1400px; margin: 0 auto; position: relative;}
.headerwrap{box-sizing: border-box;box-sizing: border-box;position: fixed;top: 0;left: 0;right:0;z-index: 20;transition: all .3s; margin: 0 auto;transition: all .3s; width: 100%; background-color: #fff;z-index: 50;}
.headerwrap .top{background-color: rgb(244, 244, 244);line-height: 36px;}
.headerwrap .top .wrap{ display: flex; justify-content: space-between;}
.headerwrap .top .left,.headerwrap .top .right{ font-size: 14px; color: #343434;}
.headerwrap .header{display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center; position: relative; height: 100px; background: rgb(255,255,255,1);transition: all .3s;}
.headerwrap .header .left-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.headerwrap .header .logo {
    display: block;
}

.headerwrap .header .logo img {
    display: block;
    width: auto;
    height: 65px;
}

.headerwrap .header .kh_txt {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    font-weight: bold;
}

.headerwrap .h-menu{ width: 100%; height: 46px; background: #00c576;} 
.navMenu{height:46px;flex: 1;max-width: 100%; }
.navMenu .nav{display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content:space-around;-webkit-align-items: center;align-items: center; }
.nav >li{ float:left; position:relative; cursor:pointer; text-align: center; width: 16.6%;}
.nav >li:last-child::after{width: 0px;}
/* .nav >li:before{ content:""; width:0%; height:0;transition:all ease .3s; background:#29166f; position:absolute;left: 50%; transform: translateX(-50%);  opacity:0; visibility:hidden; bottom: 0;} */
.nav >li:hover:before { width: 96%; opacity: 1;height:3px;visibility:visible;}
.nav >li >a{ display:block; color:#fff;  line-height:46px; font-size: 16px;text-transform:uppercase; }
.meundown{ 
  background:#232323;
  position: absolute;
  padding: 15px 0px 25px;
  left:50%;
  transform: translateX(-50%);
  top: 62px;
  opacity: 0;
  transition: 430ms;
  visibility: hidden;
  z-index: 999;
  width: 100%;
}
.meundown:before{ content:""; width:10px; height:0px; background:url(../images/arrow.png) center no-repeat; position:absolute; left:50%; margin-left:-5px;}
.meundown li{ position:relative;height: 40px; display: flex;align-items: center;}
.meundown li:before{ content:""; width:0; height:100%; background:#09a566; color: #fff; position:absolute; left:50%; top:0; transition:320ms; opacity:0;}
.meundown li a{ display:block; text-align:center; line-height:1.2; color:rgb(255, 255, 255, 0.8);position:relative;float: left;
  width: 100%; 
  font-size: 15px;
  padding: 0 20px;
  font-family: "BR";
}

.meundown li:last-child a{border-right: 0px solid #eaeaea;}
.meundown li:hover:before{ width:100%; opacity:1; left:0; color: #fff;}
.nav >li.current{ background-color: #09a566;}
/* .nav >li.current::after{width: 0px;} */
.nav >li.current .nav a{color:#fff;}
.nav >li.current:before{ height:3px; opacity:1; visibility:visible; width: 95%;}
.nav >li:hover .meundown{ opacity:1; visibility:visible; top:46px;}

.header_right{ height: 100%;  display: flex;align-items: center;}
.header_right .icon{font-size: large; margin-right: 15px;}
.header_right .icon i{font-size: 40px;color: #333333; }
.header_right .text h2{font-size: 14px; color: #000; line-height: 1.3;}
.header_right .text p{ font-size: 30px; color: #009B3f; font-family: "BS"; line-height: 1;}


/*index-banner*/
.index-banner {
  height:651px;
  margin-top: 140px;
  position: relative;
}
.index-banner .swiper-container {
  height: 100%;
}

.index-banner .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-banner .swiper-pagination {
  bottom: 25px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  word-wrap: normal;
}
.index-banner .swiper-pagination-bullet {
  font-size: 14px;
  background: none;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  font-family: "Noto Sans CJK SC";
  width: auto;
  height: auto;
  padding: 0 10px;
  outline: none;
}
.index-banner .swiper-pagination-bullet-active {
  color: rgba(255, 255, 255, 1);
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  outline: none; width: 32px;height: 9px; margin-top: -30px;top:auto; }
.index-banner .swiper-button-prev {
  left: 42%;
  bottom: 28px;
  background: url(../images/arrow3_l.png) no-repeat center center;
}
.index-banner .swiper-button-next {
  left: auto;
  right: 42%;
  bottom: 28px;
  background: url(../images/arrow3.png) no-repeat center center;
}
.index-banner .layui-btn {
  padding: 0 3em;
  font-size:16px;
}
.layui-btn {
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  padding: 0 3em;
  font-size: 0.6rem;
  position: relative; overflow: hidden;
}

.layui-btn-disabled {
  border: 1px solid #e6e6e6;
  background-color: #fbfbfb;
  color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.index-banner .container {
  height: 100%;
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}
.index-banner .item-img {
  position: absolute;
  left: 10%;
  top:35%;
  padding: 0 15px;
  text-align: left;
  z-index: 99;
}
.index-banner .item-img img{ width: 60%; margin: 0 auto; max-width: 700px;}
.index-banner .item-img2 {
  position: absolute;
  left: 10%;
  top: 35%;
  right: 0;
  padding: 0 15px;
  text-align: left;
}
.index-banner .item-img2 img{ width: 60%; margin: 0 auto; max-width: 650px;}
@media screen and (max-width:1600px) {
  .index-banner .item-img {bottom: 15%;}
  .index-banner .item-img2{left: 4%;}
  .index-banner .item-img{ left: 4%;}
}
.index-banner .item {
  position: absolute;
  top: 25%;
  left: 0;
  padding: 0 15px;
  z-index: 99;
  width: 100%;
}
.index-banner .item_z{top:25%}
.index-banner .item.banner1 {
  left: 0;
  text-align: center;
}
.index-banner .item .th1 {
  font-size: .55rem;
  width: 100%;
  color: #fff;
  line-height: 1.1;
  padding: 20px 0 0;
  transition: all 0.4s;
  font-weight: 200;
	text-shadow:1px 1px 3px rgba(0,0,0,0.7);
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}


.index-banner .item .th2 span{ font-weight: 500;}
.index-banner .item .th2 {
  font-size: 20px;
  display: block;
  line-height: 1.6;
  color: rgba(255, 255, 255, .9);
  position: relative;
  padding-bottom: 0px;
  text-shadow:1px 1px 3px rgba(0,0,0,0.7);
  margin-bottom: .5rem;
  width: 100%;
  text-align: center;
}
.index-banner .item .tbtn{text-align: center; margin: 0 auto; width:205px;}

.index-banner .item .tbtn a{ color:#fff; padding: 10px 0 12px; border-radius: 30px; height: 49px; line-height: 49px; }
.index-banner .item .tbtn a span{width: 150px;background:#009b3f; height: 49px;display: block; float: left; text-align: center; border-radius:30px 0 0 30px;position: relative;overflow: hidden;z-index: 0;}
/* .index-banner .item .tbtn a:hover span{ background-color: #e6771b;} */
.index-banner .item .tbtn i{ width: 55px; text-align: center; background-color: #ec6c21;height: 49px; line-height: 49px; color:#fff;border-radius:0 30px 30px 0;}
.index-banner .item .tbtn a span::after{content: '';width: 0;height: 100%;background-color: #ec6c21;position: absolute;top: 0;left: 0;transition: all .3s;z-index: -1;}
.index-banner .item .tbtn a span:hover::after{width: 100%;}



/* --------------foot------------------- */
.footer{ background: #3f4359;display: block;position: relative; padding: 20px 0;}
.footer .center{ display: block;margin: 0 auto;}
.footer .top{ display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between; margin-bottom: 1rem; }
.footer .top dd{ display: block; float: left; }
.footer .top dd h3{ display: block;margin-bottom: 25px;}
.footer .top dd h3 a{color: #fff;font-weight: normal;line-height: 1em; font-size: 20px;font-family: "BS"; text-transform: uppercase; }
.footer .top dd h4{ display: block;}
.footer .top dd h4 a{display: inline-block;color: #999999;line-height:2.5; position: relative; overflow: hidden; font-size: 14px;}
.footer .top dd h4 a span{  background: #aaa;position: absolute;width: 100%;height: 1px;bottom: 2px;left: -100%;transition: all .3s; }
.footer .top dd h4 a:hover span{ left:0%;  }
.footer .top dd h4 a:hover{ color:#fff; }


.footer .top dt{ display: block;overflow: hidden;margin: 0 0 0 0.2rem;}
.footer .top dt img{display: block;height: 130px;width: auto;}
.footer .top dt span{ display: block;text-align: center;color: #a4a4a4;font-size: 13px;    margin:12px 0 0 0;}
.footer .top dt span i{display: none;}
.footer .bottom{display: block;  box-sizing: border-box; padding: 0.15rem 0 0.15rem;}
.footer .bottom p{text-align: center; color: #8d90ac; font-size: 14px; margin: 3px 0;}
.footer .bottom p span{padding:0 6px;} 
.footer .bottom p span img{vertical-align: middle; margin-right: 5px;}
.footer .bottom p a{color: #8d90ac;}
.footer .bottom p a:hover{color:#fff;}
.footer .bottom h3{     float: left;display: block;text-align: left;color:#999999;font-size: 14px;}
.footer .bottom h3 a{ color: #999999;margin-left: 10px; letter-spacing: 0;}

.footer .bottom h3 #lk1{ color: #999;margin-left: 30px;letter-spacing: 0;border: 0;background: #656565;height: 26px;font-size: 12px;text-indent: 1em;cursor: pointer;}
.footer .bottom h3 #lk1 option{ background: #656565; color: #999; outline:1px solid green;}
.footer .bottom h4{ float: right;display: block;text-align: right;color: #4a4a52;font-size:0.13rem; margin-top: 3px; }
.footer .bottom h4 a{color: #8d90ac; letter-spacing: 0; margin-left: 5px;}
.footer .bottom h3 a:hover{ color:#fff; }
.footer .bottom h4 a:hover{ color:#fff; }
.social-share .social-share-icon{ width:40px; height: 40px; font-size: 23px; margin-top: 30px;}
/* .social-share .icon-weibo,.social-share .icon-wechat,.social-share .icon-qq{color: #898989;  background: #232323; border: none;}
.social-share .icon-weibo:hover,.social-share .icon-wechat:hover,.social-share .icon-qq:hover{ background-color: #126acc;} */

 
.footer .bottom h3 strong{ color: #999;margin-left: 30px;letter-spacing: 0;border: 0;background: #232323;height: 26px;font-size: 12px;text-indent: 1em;cursor: pointer;position: relative;    display: inline-block; width: 150px;}
.footer .bottom h3 strong span{ display: block;line-height: 26px;font-size: 12px; font-weight: normal;}
.footer .bottom h3 strong .fa{ position: absolute;width: 26px;height: 26px;top: 0;right: 10px;text-align: center;line-height: 26px;}
.footer .bottom h3 strong font{ display: none;position: absolute;bottom: 26px;width: 100%;z-index: 1;background: #232323;    overflow-y: auto;max-height: 200px;padding: 20px 0;  }
.footer .bottom h3 strong font a{ display: block;margin: 0;color: #999;font-size: 12px;line-height: 26px; font-weight: normal;}
.footer .bottom h3 strong font a:hover{ background: #126acc;color: #fff;}
.footer .bottom h3 strong:hover font{display: block;}
 

.footer .bottom h3 strong font::-webkit-scrollbar {
            width: 2px; 
            height: 2px;
            scrollbar-arrow-color:red;

        }
.footer .bottom h3 strong font::-webkit-scrollbar-thumb {
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);
            background: rgba(255,255,255,0.9);
            scrollbar-arrow-color:red;
        }
.footer .bottom h3 strong font::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);
            border-radius: 0;
            background: rgba(255,255,255,0.3);
        }
 
.index-part1{width: 100%;position: relative; padding: .8rem 0; background-color: #F8F8FB; border-bottom: 0px solid #29166f;}
.index-part1 .about-box {display: flex;
    align-items:center;
    justify-content: space-between;
    position: relative;

}
.index-part1 .about-box .about_fr {width: 48%;float: left;}
.main_title {
    margin-bottom: 10px;
}
.main_title .m_p1 {
    font-size: 40px;
    display: flex;
    font-weight: bold;
    color: #009b3f;
    align-items: center;
    justify-content: flex-start;
}
.main_title .m_p1 {
    font-size: 40px;
    display: flex;
    font-weight: bold;
    color: #009b3f;
    align-items: center;
    justify-content: flex-start;
}
.main_title .m_p2 {
    font-size: 28px;
    margin-top: 20px;
    color: #000;
}
.index-part1 .about-box .ab_txt {
    line-height: 32px;
    color: #666;
    font-size: 16px;
    text-align: justify;
    margin-top: 50px;
}
.index-part1 .about-box .more {
    border-radius: 23px;
    height: 46px;
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    color: #FFF;
    font-family: Arial;
    text-align: center;
    width: 160px;
    background: #009b3f;
    border: 1px solid #009b3f;
    margin-top: 45px;
    box-shadow: 0 0 10px #009b3f;
    position: relative;
    transition: all .3s;
}
.index-part1 .about-box .about_fl {width: 53%;overflow: hidden;padding-left: 5%;float: right;}
.index-part1 .about-box .bg_box {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.index-part1 .about-box .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.index-part2{width: 100%;position: relative; padding: .8rem 0; }
.index-part2.jspt {
    background: url(../images/banner2-2-3.jpg) no-repeat bottom;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.index-part2 .main_title .m_p1{justify-content: center;color: #fff;}
.index-part2.jspt ul {
    padding: 0;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.index-part2.jspt ul li {
    font-size: 16px;
    color: #333;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, .7);
    padding-top: 20px;
    border-radius: 10px;
    margin-left: -1px;
    width: 23.55555%;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-top: -1px;
    z-index: 9;
    position: relative;
    margin-right: 2%;
    backdrop-filter: blur(4px);
}
.index-part2.jspt ul li::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #009b3f;
    border-radius: 10px;
    transition: 0.5s;
}
.index-part2.jspt ul li a {
    display: block;
    color: #fff;
}
.index-part2.jspt ul li p {
    border-radius: 50%;
    padding: 30px 10px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: normal;
}
.index-part2.jspt ul li i.fa{font-size: 40px; font-weight: normal;}
.index-part2.jspt ul li p.icon{ padding-bottom: 10px;}
.index-part2.jspt ul li i {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    margin-top: 5px;
    color: #000;
}
.index-part2.jspt ul li em {
    font-weight: normal;
    margin-top: 10px;
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #000;
}
.index-part2.jspt ul li p {
    border-radius: 50%;
    padding: 30px 10px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: normal;
}
.index-part2.jspt ul li:hover:before {
    width: 100%;
    left: 0;
}
.index-part2.jspt ul li a:hover i, .index-part2.jspt ul li a:hover em, .index-part2.jspt ul li a:hover p {
    color: #fff;
}


.index-part3{width: 100%;position: relative; padding: .8rem 0; }
.index-part3.news {
    width: 100%;
    overflow: hidden;
    background: url(../images/newsbg.jpg) no-repeat top center;
    background-size: cover;
}
.index-part3.news .news_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-part3.news .news_con .newsfl {
    width: 25%;
    overflow: hidden;
}
.index-part3.news .news_con .newsfl .more{margin-top:20px ;}
.index-part3.news .news_con .newsfr {
    width: 75%;
    padding-left: 0%;
    overflow: hidden;
}
.index-part3.news .news_con .newsfr ul {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}
.index-part3.news .news_con .newsfr ul li {
    width: 33.33%;
    padding: 30px;
    background: #fff;
    border-right: solid 1px #e7e7e8;
    border-bottom: solid 1px #e7e7e8;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.index-part3.news .news_con .newsfr ul li .newsdate {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #a8a8a8;
    line-height: 30px;
    margin-bottom: 6px;
}
.index-part3.news .news_con .newsfr ul li .newstit {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #343434;
    line-height: 30px;
    margin-top: 8px;
}
.index-part3.news .news_con .newsfr ul li .newsmore2 {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #009b3f;
    line-height: 30px;
    background: url(../images/icon6.png) no-repeat left bottom;
    padding-bottom: 10px;
    margin-top: 23px;
}
.index-part3.news .news_con .newsfr ul li:hover {
    background: #009b3f;
}
.index-part3.news .news_con .newsfr ul li:hover .newsmore2{color: #fff;}
.index-part3.news .news_con .newsfr ul li:hover .newstit, .index-part3.news .news_con .newsfr ul li:hover .newsdes, .index-part3.news .news_con .newsfr ul li:hover .newsdate {
    color: #fff;
}






.pubbanner {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.pubbanner-img {
  width: 100%;
  min-height: 3.4rem;
  object-fit: cover;
}
.pubbanner-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pubbanner-words {
  position: absolute;
  z-index: 4;
  color: #fff;
  bottom: 50%;
  left: 10%;
}
.pubbanner-tolt {
  left: 0%;
  width: 100%;
  text-align: center;
}
.pubbanner-words h6 {
  font-weight: 500;
  opacity: 1;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 3px;
  font-size: 52px;
  font-family: "OB";
  text-align: center;
}
.pubbanner-words p {
  font-size: 18px;
  margin-top: 12px;
  opacity: 0;
}
.pubbanner-up {
  position: absolute;
  bottom: 124px;
  left: 24px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  white-space: nowrap;
  font-size: 70px;
  color: #fff;
  opacity: .2;
}

.text-center {
  text-align: center;
}
.banner{ padding-top: 140px;position: relative;}
.bread{position: relative;width: 100%;padding: 130px 0;}
.bread2{position: relative;width: 100%;background: rgba(31, 14, 90, 0.85);padding: 65px 0 65px;}
.bread-title{position: relative;font-size: 36px;font-family: "fmB";color: #fff;line-height: 48px;}
.bread-href{font-size: 16px;margin-top: 24px;font-family: "fmB";color: #FEFEFE;line-height: 30px;}
.bread-href a{color: #FEFEFE;font-family: "fmB"; text-transform: uppercase;}
.bread a:hover, .bread a.bread-active{color:  #fff;font-family: "fmB";text-decoration: underline;}
@media (min-width:1260px) and (max-width: 1459px) {
	.bread{padding: 56px 0 108px;}
  .bread2{padding: 56px 0;}
	.bread-title{font-size: 32px;line-height: 44px;}
	.bread-href{font-size: 16px;margin-top: 20px;line-height: 28px;}
}
@media (min-width:992px) and (max-width: 1259px) {

	.bread-title{font-size: 28px;line-height: 40px;}
	.bread-href{font-size: 15px;margin-top:16px;line-height: 26px;}
}
@media (max-width: 991px) {

	.bread-title{font-size: 24px;line-height: 36px;}
	.bread-href{font-size: 14px;margin-top:12px;line-height: 24px;}
}
@media (max-width: 767px) {

	.bread-title{font-size: 20px;line-height: 32px;display: none;}
	.bread-href{font-size: 13px;margin-top: 8px;line-height: 22px;}
}
@media (max-width: 560px) {

	.bread-title{font-size: 18px;line-height: 30px;}
	.bread-href{font-size: 13px;margin-top: 4px;line-height: 22px;}
}


.pageNav {
  /* box-shadow: 0px 10px 10px #f2f2f2; */
 
  text-align: center;
  bottom: 0; 
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid #ccc;
  /* height: 0.75rem;
  line-height: 0.75rem; */
}
.pageNav .wrap{ background: rgba(0, 0, 0, 0); display: flex; border-bottom: 0; padding: 0 0;justify-content: center}

.pageNav li {
  font-size: 14px;  
  text-align: center;
  position: relative;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.pageNav li:first-child {border-left: 0;}


.pageNav li a {
  font-size: 16px;
  color: #343434;
  height: 75px; line-height: 75px;
  padding: 0px .5rem; display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.pageNav li a.aNow {
  color: #009B3f; 
}
.pagenavph{ display:none;}





.ny_main {
  padding: .8rem 0px; background: #fff;min-height: 3rem;
}
.dybox-container {
  padding: 0 30px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: top;
}
.dybox-container .info {
  width: 60%;
}
.dybox-container .info_w100 {
  width: 100%;
}
.dybox-container .pic {
  width: 35%;
}

.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.title-box {
  margin-bottom: 50px;
  padding: 0 30px;
}
.title-box.center {
  text-align: center;
}
.title-box.center .line {
  margin: 0 auto;
}
.title-box h3 {
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "OB";
}
.title-box .line {
  width: 40px;
  height: 4px;
  background-image: linear-gradient(-90deg, #c9261d 0%, #c9261d 100%);
  background-blend-mode: normal, normal;
  margin-top: 20px;
}
.dybox-container .dy_content {
  color: #666;
  line-height: 2;
  font-size: 16px;
}
.dybox-container .dy_content p{ margin-bottom: 20px;}


.cp_neir ul {
  width: 100%;
}

.cp_neir ul li {
  float: left;
  width: 22%;
  margin: 0 1.5% 0.15rem 1.5%;
  position: relative;
  border: 1px solid #dedede;
}

.cp_tu {
  list-style-type: none;
  /*display:inline-block;*/
  display: block;
  float: left;
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  margin: 0 0%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.cp_tu img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
}

.cp_tu i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cp_tu p {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.cp_txt{ text-align: center; margin-top: 20px; width: 100%; float: left; color: #343434; font-size: 16px; padding-bottom: 20px;}

.cp_pro{padding:.8rem 0% ;}
.cp_pro ul {
  margin: 0 -1.5%;
}

.cp_pro ul li {
  float: left;
  width: 22%;
  margin: 0 1.5% 0.4rem 1.5%;
  
}

.cp_neir ul li .txt2{width: 100%; float: left; text-align: center; position: absolute;  bottom: 0;background: linear-gradient(to bottom, transparent, #232323);padding: 20px 0; color: #fff;font-family: "OH";}

.i2ra{
	width: 50%;
	height: 50%;
	flex-direction: column;
	position: relative;
  /* border: 1px solid #eee; */
  border-radius: 5px;
  overflow: hidden;
}
.i2ra::after{
	width: 0px;
	height: 3px;
	background: #e15517;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	transition: 1s;
	opacity: 0;
}
.i2ra:hover::after{
	width: 100%;
	opacity: 1;
}
.i2ra:hover{
	font-weight: bold;
	color: #e15517;
}


/* 产品页 */
.cp_Container{
  background: #fff;
  padding: .8rem 0;
}
.cp_Container .wrap{ }
.cp_Container .title-box{ padding: 0 0;}
.proFlex{display: flex; justify-content: space-between;}
.proLeft{ width: 300px; position: relative; }
.proSide{width: 300px;background: #29166f; padding:30px 20px;border-radius: 15px;border-top: 6px solid #e15517; }
.proSide.fixed{ position: fixed;top:150px}
.proSide.absolute{ position: absolute;bottom:0;}
.proSide-menu{ border-top: 1px solid #c6c6d044;user-select: none;cursor: pointer;align-items: flex-start;font-family: "BS"; font-size: 19px; padding: 20px 0; text-transform: uppercase;display: flex;flex-wrap: wrap; align-items: center;}
.proSide-select:first-child .proSide-menu{ border-top: none;}
.proSide-menu a{transition: all .4s ease;display: block;flex: 1;padding-right: 10px;font-family: "BS";line-height: 1; color: #fff; }
.proSide-menu i{transition: all .4s ease;display: block;transform: rotate(180deg);}
.proSide-menu.active a,.proSide-menu a:hover{color: #e15517;}
.proSide-menu.active i{transform: rotate(0);}
.proSide-drop{padding-left: 15px;display: none; padding-bottom: 20px;}
.proSide-drop-menu{padding: 0 0 10px;user-select: none;cursor: pointer;align-items: flex-start; display: flex;flex-wrap: wrap;align-items: center;}
.proSide-drop-menu a{display: block;flex: 1;padding-right: 10px;}
.proSide-drop-menu i{transition: all .4s ease;display: block;transform: rotate(180deg);font-size: 14px;}
.proSide-drop-menu.active i{transform: rotate(0);}
.proSide-drop-menu.active a,.proSide-drop-menu a:hover{color: #e15517;}
.proSide-drop-drop{padding-left: 15px;display: none;padding-bottom: 10px;}
.proSide-drop-link{padding: 6px 0;position: relative;font-family: 'BS';color: #454545;display: flex;flex-wrap: wrap; font-size: 14px;}
.proSide-drop-link i{display: block;position: absolute;left: -20px;top: 50%;transform: translate(-15px, -50%) rotate(180deg);font-size: 12px;transition: all .4s ease;opacity: 0;}
.proSide-drop-link:hover,.proSide-drop-link.active{color: #e15517;}
.proSide-drop-link:hover i,.proSide-drop-link.active i{opacity: 1;transform: translate(0,-50%) rotate(180deg);}
.proRight {width: calc(100% - 360px); min-height: 450px;}
.proList{display: flex;flex-wrap: wrap;justify-content: space-between;}
.proList::after {
  content: "";
  width: 32.3%;
  
}
.proItem:nth-child(-n+3){margin-top: 0;}
.proItem{width: 32.3%;transition: all .4s ease; margin-bottom: 30px;}
.proItem-img{border-radius: 12px;background: #ebe9f5;display: flex;align-items: center;justify-content: center;text-align: center;}
.proItem-img img{max-width: 90%;max-height: 90%;transition: all .4s ease;}
.proItem:hover{transform: translateY(-10px);}
.proItem:active{transform: translateY(-5px);}
.proItem-con {text-align: center; float: left; width: 100%;}
.proItem-con .title{color: #232323;font-family: "BS"; font-size: 22px; line-height: 1.2; margin: 20px 20px 10px;}
.proItem-con .text{ color: #999; font-size: 16px;}
.proItem:hover .proItem-img img{transform: scale(1.08);}
.proItem:hover .proItem-con .title{color: #e15517; }
.proTop-btn{width: 94px;height: 94px;border-radius: 50%;font-size: 22px;user-select: none;cursor: pointer;position: relative;}
.proTop-btn::before{position: relative;z-index: 2;}
.proTop-btn::after{content: "";position: absolute;background: #006cff; left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;transition: all .4s ease;transform: scale(0);}
.proTop-btn:hover::after{transform: scale(1);}
.proTips{border-top: 1px solid #d2d3db;}

/*产品详情*/
.cp_Container_show{ background-color: #f8f8fb; padding-bottom: 0; }
.product-detial { padding-bottom: .8rem; }
.product-detial .summary .summary-left{float: left;width:42%;display: flex;flex-direction: column; overflow: hidden;}
.product-detial .summary .summaryTab{width: 100%;padding: 0px 0;position: relative;flex-shrink: 0;flex-grow: 0; margin-top: 30px; box-sizing: border-box;}
.product-detial .summary .summaryTab .swiper-slide{ width: 20%;}
.product-detial .summary .summaryTab .img{border: 2px solid #eceff3;background: #fff;border-radius: 5px;box-sizing: border-box;padding: 5px;margin: 0px 0;transform: scale(0.9);}
.product-detial .summary .summaryTab .img img{width: 100%; height: auto;}
.product-detial .summary .summaryPoster{width: 100%; background: #fff;}
.product-detial .summary .summaryPoster .img{height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center; }
.product-detial .summary .summaryPoster .img img{max-width: 100%; max-height: 100%;}
.liuyan{ width: 100%; text-align: center; display: flex; justify-content: left; margin-top: .4rem;}
.liuyan a{height: 45px; line-height: 45px; background: #fcc804; color: #000;  display: block; border-radius: 45px; margin: 0 10px; padding: 0 .4rem;}
.liuyan a.tel{ background: #231916; color: #fff; }
.liuyan a i{ margin-right: 5px;}

#summaryTab .swiper-slide-active .img{border:2px solid #c9261d;}
#summaryPoster{height: 100%;}
#summaryPoster .summaryPoster-prev,
#summaryPoster .summaryPoster-next,
#summaryPoster .summaryPoster-pagination{display: none;}
.product-detial .summary .summary-prev,
.product-detial .summary .summary-next{width: 31px;height: 18px;background: url('../images/pro-arrow-on.png') no-repeat;background-size: 100% 100%;position: absolute;left: 50%;margin-left: -15.5px;cursor: pointer;outline: none;}
.product-detial .summary .summary-prev{top: 0;}
.product-detial .summary .summary-next{bottom: 0;transform: rotate(180deg);}
.product-detial .summary .summary-prev.swiper-button-disabled,
.product-detial .summary .summary-next.swiper-button-disabled{background: url('../images/pro-arrow.png') no-repeat;background-size: 100% 100%;}
.product-detial .summary .summary-right{width: 50%;}
.product-detial .summary .summary-text{padding-top: 0px;}
.product-detial .summary .summary-text h5{line-height: 1.72;color: #666;}
.product-detial .summary .summary-text .title{font-size: 36px; color:#232323; font-weight: bold;  border-bottom: 1px solid #e0e4e9;font-family: "fmB";padding-bottom: .3rem; line-height: 1.2;}
.product-detial .summary .summary-text .en_title{font-size: 18px;line-height: 2;padding: 7px 0 18px;margin-bottom: 10px;}
.product-detial .summary .summary-text h2{font-size: 18px; font-weight: bold; line-height: 3;font-family: "fmB";}
.product-detial .summary .summary-text h3{ width: 150px; height: 45px; line-height: 45px; background: #231916; color: #fff; text-align: center; border-radius: 45px; margin-bottom: .3rem; font-size: 18px; font-weight: bold;}
.product-detial .summary .summary-text p{line-height: 2;font-size: 16px; color: #666;}
.product-detial .summary .summary-text .introduce {border-bottom: 1px solid #e0e4e9; padding-bottom: .3rem;}
.product-detial .summary .summary-text .introduce p{ font-size: 15px; color: #232323; line-height:2;padding-left: 0px;  position: relative; margin-bottom: 15px;}
/* .product-detial .summary .summary-text .introduce p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #5c6069;
} */
.proDet-show-btn{ margin-top: 30px;display: flex;  flex-wrap: wrap;}
.proDet-show-btn .comBtn-box:nth-child(1) .comBtn{background: #29166f;}
.proDet-show-btn .comBtn-box:nth-child(1) .comBtn::after{background: #38218a;}
.proDet-show-btn .comBtn-box:nth-child(2){margin-left: 24px;}

.proDet-switch-nav-box{border-radius: 12px; margin-top: 1rem;}
.proDet-switch-nav{border-radius: 12px;background: #f5f5f5;overflow: hidden;display: flex;flex-wrap: wrap;}
.proDet-switch-nav .item{/*flex: 1;*/position: relative;height: 80px;user-select: none;cursor: pointer;display:flex;align-items: center;justify-content: center;text-align: center;  width: 33.3%;   }
.proDet-switch-nav .item span{font-family: "BS"; font-size: 18px; text-transform: uppercase;}
.proDet-switch-nav .item::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 2px;height: 62%;background: #eceff3;}
.proDet-switch-nav .item:first-child:after{display: none;}
.proDet-switch-nav .item:hover{color: #c9261d;}
.proDet-switch-nav .item.active::after{opacity: 0;}
.proDet-switch-nav .item.active,.proDet-switch-nav .item.active:hover{background: #c9261d;color: #fff;}
.proDet-switch-con{display: none;}
.proDet-switch-con iframe{width: 100%;height: 787px;}
.proDet-switch-con table{margin: 0 auto;width: 100%;color: #5c6069;}
.proDet-switch-con table td{border: 1px solid #5c6069;padding: 5px 10px;}
/* .proDet-switch-con table td:first-child{background: #f6f8fb;} */
.proDet-switch-con:first-child{display: block;}
.proDet-switch-con .img{border-radius: 12px;overflow: hidden;}
.proDet-switch-con-box{ padding: 50px 0;}

.message{padding: 30px 0;}
.message .ctaMsg{width: 100% !important; }

.indHot{padding: .8rem 0;}
.indHot .comTitle{ text-align: center;}
.indHot .comTitle .title{font-size: 42px;color: #232323;font-family: "fmB";}
.indHot .comTitle .text{ font-size: 16px; color: #999;}
.indHot-swp{ position: relative; margin-top: 50px;}
.indHot .picture{ border-radius: 12px; overflow: hidden;}
.indHot-con{ margin-top: 30px; float: left; width: 100%;}
.indHot-con .title{font-size: 20px;font-family: "BS";font-size: 22px;line-height: 1.2; text-align: center; padding: 0 30px;}
.indHot-con .text{ color: #999; text-align: center; margin-top: 10px;}
.indHot-swp .swiper-slide{ width: 25%;}
.indHot-swp .com-pagination{margin: 50px auto 0;white-space: nowrap;text-align: center;}
.com-pagination .swiper-pagination-bullet{margin: 0 6px;}
.com-pagination .swiper-pagination-bullet-active{background: #c9261d;}

/* 下载 */
.downList{display: flex;flex-wrap: wrap;justify-content: space-between;}
.downList::after {
  content: "";
  width: 23%;
}
.downItem:nth-child(-n+4){margin-top: 0;}
.downItem{width: 23%;transition: all .4s ease; margin-bottom: 40px; border: 2px solid rgb(215,217,219,1); background-color: #fff; padding-bottom: 30px;}
.downItem-img{border-radius: 12px;background: #fff;display: flex;align-items: center;justify-content: center;text-align: center;}
.downItem-img img{max-width: 90%;max-height: 90%;transition: all .4s ease;}
.downItem:hover{transform: translateY(-10px);}
.downItem:active{transform: translateY(-5px);}
.downItem-con {text-align: left; float: left; width: 100%; padding: 0 30px;}
.downItem-con .title{ display: flex; justify-content: space-between; align-items: center;  }
.downItem-con .title .h2{color: #232323;font-family: "BS"; font-size: 22px; line-height: 1.2;}
.downItem-con .title i{  font-size: 28px; color: #454545;margin-left: 30px;}
.downItem-con .text{ color: #999; font-size: 14px;margin-top: 15px;}
.downItem:hover .downItem-img img{transform: scale(1.08);}
.downItem:hover .downItem-con .title{color: #c9261d; }



/*-----------------[文章详细页]--------------*/
.projectshow1{width: 98%; max-width: 1200px; margin: 0 auto 0; padding-top: 200px; padding-bottom: 80px;}
.projectshow1 .title{ text-align:center; padding-bottom:15px; margin-bottom:30px;   }
.projectshow1 .title h1{ font-weight:inherit; font-size:30px; font-weight: bold;color:#333; padding-bottom:18px;}
.projectshow1 .title .time{ font-size:14px; color:#8b8b8c;text-align: center; width: 100%;border-bottom:1px #ddd dotted; border-top:1px #ddd dotted; padding: 12px 0; margin-top: 15px;}
.projectshow1 .title .time span{ padding:0 10px;float: none;}
.projectshow1 .contentbox .text h2{ font-size:18px; color:#232323; padding-bottom:20px;}
.projectshow1 .contentbox .text p{ font-size:16px; color:#454545;line-height:2; margin-bottom:15px;}
.projectshow1 .contentbox img{ max-width:100%; height: auto;}

.detailsshare{ position:relative; padding-top:20px;}
.detailsshare .share{ height:5px;  border-bottom:1px #ddd dotted; }
.detailsshare .share em{ font-size:14px; color:#8d8d8d; line-height:27px; float:left; font-style:normal}
.detailsshare .share li{ float:left; margin-left:10px;}
.detailsshare .bottomDiv{ padding-top:30px;}
.detailsshare .bottomDiv a{ font-size:14px; color:#333;}
.detailsshare .bottomDiv em{ font-size:14px; color:#333; font-weight:bold; font-style:normal}
.detailsshare .bottomDiv a:hover{ color:#000; font-weight: bold;}
.detailsshare .bottomDiv .left{ float:left;}
.detailsshare .bottomDiv .left .getDiv{ padding-bottom:15px;}
.detailsshare .bottomDiv .right{ float:right; margin-top:10px;}
.detailsshare .bottomDiv .right .backbtn{display:block; font-size:14px; text-align:center; color:#8b8b8c; line-height:40px; width:120px; height:40px; border:1px #eee solid;}
.detailsshare .bottomDiv .right .backbtn:hover{ color:#fff; background-color:#ec6c21; border:1px #ec6c21 solid;}
.detailsshare .flshare{ float:right; width:242px;}

.contact-box {
  align-items: center;
}
.contact-box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-box .info {
  width: 47.917%;
  padding-right: 1rem;
}
.contact-box .content {
  color: #666;
  line-height: 2;
  font-size: 16px;
  margin-top: 50px;
}
.contact-box .qrcodes {
  margin-top: 40px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.contact-box .qrcodes .item {
  margin-right: 0.2rem;
}
.contact-box .qrcodes .item:last-child {
  margin-right: 0;
}
.contact-box .qrcodes img {
  display: block;
  width: 150px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius:5px;
}
.contact-box .qrcodes p {
  color: #666;
  line-height: 24px;
  margin-top: 20px;
  font-size: 14px;
}
.map {
  width: 100%;
  height: 550px;
  position: relative;
  border-radius: 20px;
}
.map .con_img{position:absolute;left:30px;bottom:30px;text-align:center;}
.map .con_img a{width:150px;padding:12px 0px;background:#009B3f;text-align:center;border-radius:6px;color:#fff;display:inline-block; font-weight: bold; font-size: 15px;}


.contact{ display: flex;overflow: hidden;}
.ctaData{width: 39%;}
.ctaData .title{font-size: 42px;font-family: "fmB";color: #009B3f; line-height: 1;text-transform: uppercase;}
.ctaData .campany_name{font-size: 24px; color: #232323;font-family: "fmB"; text-transform: uppercase; line-height: 1.5; margin: 15px 0 25px;}
.ctaData .text{font-size: 15px; color: #999; line-height: 1.8;}
.ctaData .content{margin-top: .4rem;}
.ctaData .content p{ margin: 10px 0;}
.ctaList-img{width: 25px;margin-right: 30px;}
.ctaList-text{flex: 1;}
.ctaMsg{width: 61%; }
.ctaMsg .comTitle .title{font-size: 42px;font-family: "fmb";color: #232323; line-height: 1;text-transform: uppercase;}
.ctaMsg .comMsg-table{display: flex;  flex-wrap: wrap;justify-content: space-between;margin-top: 20px;}
.ctaMsg .comMsg-input .comMsg-title{padding-left: 20px;display: flex;flex-wrap: wrap;font-size: 15px;color: #8a8e93;}
.ctaMsg .comBtn-box{margin-top: 30px;justify-content: flex-start;}
.ctaMsg .comMsg-input{width: 48%;margin-top: 15px;}
.ctaMsg .comMsg-input textarea{height: 140px;   }
.comMsg-input input,.comMsg-input textarea,.comMsg-select{font-size: 14px;}
.comMsg-input input::-webkit-input-placeholder{font-size: 14px;}
.comMsg-input textarea::-webkit-input-placeholder{font-size: 14px;}
.ctaMsg .comMsg-input input,.ctaMsg .comMsg-input textarea,.ctaMsg .comMsg-menu,.ctaMsg .comMsg-drop{background: #fff;}
.comMsg-input.yzm{width: 100%;display: flex;}
.comMsg-input.yzm input{ width: 200px; margin-top: 0; margin-right: 10px;}
.comMsg-input.yzm img{ width: 136px;}



/*-----------------[新闻动态]--------------*/
.news1{ background:#fff;}
.news1 li{ padding-bottom:50px; margin-bottom:50px; border-bottom:1px #eee solid; }
.news1 li .imgDiv{ float:left; width:21%;height: 180px;  overflow:hidden;}
.news1 li .imgDiv img{ width:100%; height: 180px; transition:ease 0.3s; -webkit-transition:ease 0.3s; -moz-transition:ease 0.3s; -o-transition:ease 0.3s;}
.news1 li .imgDiv:hover img{ transform:scale(1.2); -webkit-transform:scale(1.2);}
.news1 li .text{ float:left; width: 72%; padding:0 1% 0 4%; background:url(../images/ico18_1hr.png) no-repeat right center;}
.news1 li .text h3{ font-weight:inherit; font-size:26px; color:#333; margin-bottom:17px; background:url(../images/ico2_1hr.png) no-repeat left bottom;  font-family: "BS";}
.news1 li .text h3 a{ color:#333;font-family: "BS";}
.news1 li .text h3 a:hover{ color:#000;}
.news1 li .text p{ font-size:16px; color:#8b8b8c; line-height:1.5;  font-weight: 300;}
.news1 li .text .time{ font-size:13px; color:#8b8b8c; margin-top: 20px;}


.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}

.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.news-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .list li {
  width: 31.64%;
  margin-right: 2.54%;
  margin-top: 0.74rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 0.45rem 0px rgba(0, 0, 0, 0.09);
}
.news-wrapper .list li:nth-child(-n+3) {
  margin-top: 0;
}
.news-wrapper .list li:nth-child(3n) {
  margin-right: 0;
}
.news-wrapper .list li:hover {
  /* background-image: linear-gradient(-90deg, #0b59c3 0%, #082c7e 100%); */
  background-blend-mode: normal, normal;
}
.news-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.news-wrapper .list li a {
  display: block;
}
.news-wrapper .list .info {
  padding: 0.4rem 0.44rem 0.48rem;
}
.news-wrapper .desc {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.16rem auto 0.3rem;
}
.news-wrapper .date {
  font-size: 0.2rem;
  font-family: "mb";
  line-height: 0.24rem;
  color: rgba(51, 51, 51, 0.3);
}
.news-wrapper .title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .date,
.news-wrapper .title,
.news-wrapper .desc {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}








.about_Container{ padding-bottom: 0;}
.about_Container .wrap{ width: 100%; position: relative;}
.about_Container .title{font-size: 48px;font-family: "OB";color: #e15517;line-height: 1.2; margin-bottom: 15px;text-align: center; text-transform: uppercase;}
.abIntro {width: 100%; padding: 0px 0 70px;}
.abIntro .abIntro-box{justify-content: space-between;align-items:flex-start;display: flex;flex-wrap: wrap; }

.abIntro-con{width:100%;}
.abIntro .wrap .title h2{font-size: 36px;color: #000;line-height: 1.2;  text-align: left;}
.abIntro .wrap .title h2 span{ color: #009b3f;font-weight: bold;}
.abIntro .wrap .title h3{font-size: 24px;color: #000;line-height: 1.2;margin-bottom: 40px; text-align: left;font-family: "BS";}
.abIntro .wrap .line{ width: 80px; height: 4px; background-color: #80838a; margin: 30px 0;}
.abIntro-con .text{font-size: 15px;color: #343434;}
.abIntro-con .text p{ margin-bottom: 25px; line-height: 1.8;}
.abIntro-img{width: 46%;  border-radius: 12px; overflow: hidden;}
.abIntro-img img{ width:100%; height: auto;} 

.abIntro .list {
  padding: 55px 0; position: absolute; right: 0; top: 0px;
}
.abIntro .list ul li {
  padding-left: 25px;
  position: relative;
  padding-right: 55px;
  float: left;
}
.abIntro .list ul li:after {
  content: '';
  width: 1px;
  height: 60px;
  background: #ccc;
  position: absolute;
  right:30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abIntro .list ul li i {
  width: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.abIntro .list ul li i img {
  display: block;
  margin: 0 auto;
}
.abIntro .list ul li h4 {
  display: block;
  font-family: "OB";
  font-size: 42px;
  color: #e15517;
  line-height: 1.2;
}
.abIntro .list ul li p {
  display: block;
  font-size: 15px;
  line-height: 2;
  color: #545252;
}
.abIntro .list ul li:last-child:after {
  display: none;
}

.abCulture{ width: 100%; background: url(../images/about-banner.jpg); padding: .8rem 0;}
.abCulture h2{ font-size: 48px; color: #fff;font-family: "OB"; text-align: center; text-transform: uppercase; margin-bottom: .3rem;}
.abCulture p{ text-align: center; color: #fff; }

.abHonor{ width: 100%; background-color: #f6f8fb; padding: .8rem 0;}
.abHonor .title{font-size: 48px;font-family: "OB";color: #e15517;line-height: 1.2; margin-bottom: 15px;text-align: center;text-transform: uppercase;}
.abHonor-swp{ position: relative; margin-top: .6rem;}
.abHonor-swp .swiper-container{overflow: visible;}
.abHonor-swp .swiper-slide{height: auto;}
.abHonor-slide{border-radius: 12px;height: 100%;position: relative;display: block;}
.abHonor-img{height: 450px;display: flex;align-items: center;justify-content: center;text-align: center;position: relative;}
.abHonor-img .img{max-height: 100%;max-width: 100%;transition: all .4s ease;}
.abHonor-img .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all .4s ease;}
.abHonor-title{padding: 0 15px;}
.abHonor-slide:hover .abHonor-img .img{opacity: .3;}
.abHonor-slide:hover .abHonor-img .btn{transform: translate(-50%,-50%) scale(1);}
.abHonor-pagination{ text-align: center; margin-top: 50px;}
.abHonor-pagination .swiper-pagination-bullet{margin: 0 6px; }
.abHonor-pagination .swiper-pagination-bullet-active{background: #e15517;}

.abFac{ padding: 80px 0;}
.abFac-swp{ position: relative; margin-top: 50px;}
.abFac-swp img{border-radius: 12px;}
.abFac-slide{justify-content: space-between; position: relative;align-items: center;text-align: center;display: flex;flex-wrap: wrap;}

.abFac-list{width: calc(100% - 4px);justify-content: space-between;display: flex;flex-wrap: wrap;}
.abFac-list img{width: calc(25% - 4px);}
.abFac-list img:nth-child(n+5){margin-top: 8px;}
.com-pagination{ text-align: center; margin-top: 50px;}
.abFac-swp .more{ text-align: center; background: #e15517; margin: 50px auto 0; border-radius: 0; padding: 25px 0;}



.app-list{position: relative;display: flex;flex-wrap: wrap; font-size: 0;letter-spacing: 0;transition: all .5s;padding-bottom: 10px;}
.app-list-item{display: inline-block;vertical-align: top;position: relative;width: 100%;margin-bottom: 50px;}
.app-list-item .item-box{position: relative;width: 100%;background: #F7F7F7;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.app-list .app-list-item:nth-of-type(odd) .item-box{flex-direction: row;}
.app-list .app-list-item:nth-of-type(even) .item-box{flex-direction: row-reverse;}
.app-list-item .item-box .item-pic{position: relative;width: 500px;max-width: 100%;text-align: center;overflow: hidden;}
.app-list-item .item-box .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.app-list-item .item-box .item-body{position: relative;width: calc(100% - 500px);padding: 20px 60px 30px;}
.app-list-item .item-body .item-title{font-size: 26px;font-size: 26px; font-family: "fmB";color: #333;line-height: 38px;}
.app-list-item .item-body .item-title a{font-family: "fmB";}
.app-list-item .item-body .item-desc{position: relative;width: 100%;font-size: 16px;color: #666666;line-height: 30px;margin-top: 24px;}
.app-list-item .item-body .item-btn{position: relative;margin-top: 84px;}
.app-list-item .item-body .item-btn .btnn{position: relative;display: inline-block;vertical-align: top;text-align: center;min-width: 162px;padding: 8px 15px;font-family: "fmB";font-size: 16px;line-height: 32px;color: #fff;text-transform: uppercase;background:#ec6c21;}
.app-list-item .item-body .item-btn a.btnn:hover{color: #fff;background:#29166f;}

@media screen and (max-width: 1459px) {
	.page-app{padding-top: 58px;padding-bottom: 60px;}
	.app-list{padding-bottom: 10px;}
	.app-list-item{margin-bottom: 44px;}
	.app-list-item .item-box .item-pic{width: 440px;}
	.app-list-item .item-box .item-body{width: calc(100% - 440px);padding: 15px 48px 22px;}
	.app-list-item .item-body .item-title{font-size: 24px;line-height: 36px;}
	.app-list-item .item-body .item-desc{font-size: 16px;line-height: 28px;margin-top: 22px;}
	.app-list-item .item-body .item-btn{margin-top: 72px;}
	.app-list-item .item-body .item-btn .btnn{min-width: 154px;padding: 7px 14px;font-size: 16px;line-height: 30px;}
}
@media screen and (max-width: 1259px) {
	.page-app{padding-top: 50px;padding-bottom: 50px;}
	.app-list{padding-bottom: 10px;}
	.app-list-item{margin-bottom: 36px;}
	.app-list-item .item-box .item-pic{width: 400px;}
	.app-list-item .item-box .item-body{width: calc(100% - 400px);padding: 10px 30px 18px;}
	.app-list-item .item-body .item-title{font-size: 20px;line-height: 32px;}
	.app-list-item .item-body .item-desc{font-size: 15px;line-height: 26px;margin-top: 18px;}
	.app-list-item .item-body .item-btn{margin-top: 60px;}
	.app-list-item .item-body .item-btn .btnn{min-width: 146px;padding: 6px 12px;font-size: 16px;line-height: 28px;}
}
@media screen and (max-width: 991px) {
	.page-app{padding-top: 40px;padding-bottom: 40px;}
	.app-list{padding-bottom: 10px;}
	.app-list-item{margin-bottom: 28px;}
	.app-list-item .item-box .item-pic{width: 320px;}
	.app-list-item .item-box .item-body{width: calc(100% - 320px);padding: 10px 24px 16px;}
	.app-list-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.app-list-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 14px;}
	.app-list-item .item-body .item-btn{margin-top: 48px;}
	.app-list-item .item-body .item-btn .btnn{min-width: 136px;padding: 5px 10px;font-size: 15px;line-height: 26px;}
}
@media screen and (max-width: 720px) {
	.page-app{padding-top: 30px;padding-bottom: 30px;}
	.app-list{margin-left: -8px;margin-right: -8px;padding-bottom: 8px;}
	.app-list-item{width: 50%;padding: 0 8px;margin-bottom: 24px;}
	.app-list-item .item-box .item-pic{width:100%;}
	.app-list-item .item-box .item-body{width: 100%;padding: 12px 16px;}
	.app-list-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.app-list-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 10px;height: 72px;overflow: hidden;}
	.app-list-item .item-body .item-btn{margin-top: 18px;}
	.app-list-item .item-body .item-btn .btnn{min-width: 124px;padding: 4px 10px;font-size: 14px;line-height: 24px;}
}
@media screen and (max-width: 560px) {
	.page-app{padding-top: 20px;padding-bottom: 20px;}
	.app-list{margin-left: -6px;margin-right: -6px;padding-bottom: 8px;}
	.app-list-item{width: 50%;padding: 0 6px;margin-bottom: 20px;}
	.app-list-item .item-box .item-pic{width:100%;}
	.app-list-item .item-box .item-body{width: 100%;padding: 12px 10px;}
	.app-list-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.app-list-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 8px;height: 72px;overflow: hidden;}
	.app-list-item .item-body .item-btn{margin-top: 16px;}
	.app-list-item .item-body .item-btn .btnn{min-width: 120px;padding: 4px 10px;font-size: 13px;line-height: 24px;}
}
@media (max-width: 370px) {.app-list-item{width: 100%;}}

.faq-list{position: relative;font-size:0;letter-spacing:0;}
.faq-list .faq-item{position: relative;width: 100%;margin-bottom: 17px;}
.faq-item .item-box{position: relative;width: 100%;background: #F5F5F5;padding: 10px;}
.faq-item-name{position: relative;width: 100%;padding: 8px 16px;font-size: 20px;color: #333333;line-height: 32px;padding-right: 54px;cursor: pointer; font-family: "fmB";}
.faq-item-name:before {content: "";position: absolute;right: 30px;top: 50%;transform: translateY(-50%);width: 15px;height: 15px;line-height: 15px;background: url(../images/daq-jiao.png) no-repeat center center;background-size: contain;  /* font-size: 18px;color: #313FA0;font-family: "iconfont"; */text-align: center;display: block; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s;box-sizing: border-box;}
.faq-item-name.active:before{background: url(../images/daq-jiao2.png) no-repeat center center;background-size: contain;/* content: "\e72e";color: #fff; */}
.faq-item-text{position: relative;width: 100%;display: none;}
.faq-item-text .text{padding: 4px 16px 16px;font-size: 16px;color: #666;line-height: 24px;}

@media (min-width:1260px) and (max-width: 1459px) {
	.faq-list{padding-bottom: 46px;}
	.faq-list .faq-item{margin-bottom: 16px;}
	.faq-item .item-box{padding: 8px;}
	.faq-item-name{padding: 8px 16px;font-size: 18px;line-height: 30px;padding-right: 50px;}
	.faq-item-name:before {right: 26px;}
	.faq-item-text .text{padding: 4px 16px 16px;font-size: 16px;line-height: 24px;}
}
@media (min-width:992px) and (max-width: 1259px) {

	.faq-list{padding-bottom: 40px;}
	.faq-list .faq-item{margin-bottom: 16px;}
	.faq-item .item-box{padding: 8px;}
	.faq-item-name{padding: 7px 14px;font-size: 18px;line-height: 30px;padding-right: 48px;}
	.faq-item-name:before {right: 24px;}
	.faq-item-text .text{padding: 4px 14px 12px;font-size: 15px;line-height: 24px;}
}
@media screen and (max-width: 991px) {
	.faq-list{padding-bottom: 32px;}
	.faq-list .faq-item{margin-bottom: 14px;}
	.faq-item .item-box{padding: 7px;}
	.faq-item-name{padding: 6px 12px;font-size: 17px;line-height: 28px;padding-right: 44px;}
	.faq-item-name:before {right: 20px;}
	.faq-item-text .text{padding: 3px 12px 10px;font-size: 14px;line-height: 22px;}
}
@media screen and (max-width: 720px) {
	.faq-list{padding-bottom: 24px;}
	.faq-list .faq-item{margin-bottom: 14px;}
	.faq-item .item-box{padding: 5px;}
	.faq-item-name{padding: 6px 10px;font-size: 16px;line-height: 28px;padding-right: 40px;}
	.faq-item-name:before {right: 18px;}
	.faq-item-text .text{padding: 3px 10px 10px;font-size: 13px;line-height: 22px;}
}