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: 1480px; 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 .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: 80px; background: rgb(255,255,255,1);transition: all .3s;}
.headerwrap .header .logo{display: block; float: left; }
.headerwrap .header .logo img{display: block;width: auto;height: 65px;}


.navMenu{display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content:flex-end;-webkit-align-items: center;align-items: center; height:80px;flex: 1;max-width: 100%; margin-right: 50px;}
.nav >li{ float:left; position:relative; padding:0 0.3rem; cursor:pointer;}
.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:#222;  line-height:79px; font-size: 18px; font-family: "fmB";text-transform:uppercase; }
.meundown{ 
  background:#29166f;
  position: absolute;
  padding: 15px 0px 25px;
  left:50%;
  transform: translateX(-50%);
  top: 62px;
  opacity: 0;
  transition: 430ms;
  visibility: hidden;
  z-index: 999;
  min-width: 280px;
}
.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:#e15517; 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::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:80px;}

.header_right{ height: 100%;  display: flex;align-items: center; width: 20%;max-width: 370px;}
.header_right a{ padding: 12px 10px;}
.header_right a i{ font-size: 20px; color: #000;}
.header_right_search{ padding: 5px 15px;flex: 1 1 auto; background-color: #f5f5f5; border-radius: 30px; margin-left: 15px;}
.header_right_search_form{ display: flex;justify-content: space-between;}
.header_right_search input[type="text"] {
  width:100%;
  height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #666;
  background: transparent;
  border: none;
}
.header_right_search input::placeholder{ color: #232323;}
.header_right_search button{ background: none; border: none; margin-left: 15px;}
.header_right_search button::after{
  font-family: FontAwesome;
  content:"\f002";
  color: #999;
}
.header_right .language{ height: 100%;background:#232323; color: #fff; text-align: center;flex-wrap: wrap;flex: 0 0 62px; line-height: 62px; font-size: 18px;}
.header_right .language a{ color: #fff;}

/*index-banner*/
.index-banner {
  height:651px;
  margin-top: 80px;
  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: 10%;
  left: 0;
  padding: 0 15px;
  text-align: left;
  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: 60%;
  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-family: "OpenSans-Bold";
  margin-bottom: 30px;
  text-transform: uppercase;
}


.index-banner .item .th2 span{ font-weight: 500;}
.index-banner .item .th2 {
  font-size: 17px;
  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: 55%;
}

.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:#29166f; 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: #252525;display: block;padding: 0.8rem 0 0.3rem 0; position: relative;}
.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.2rem;}
.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: #252525; 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::after{ position: absolute; content: ""; width: 100%; height: 4px; bottom: 0px; background-color: #e15517; left: 0; z-index: 20; visibility:inherit;} */
.index-part1 .index-p1-team2{width: 100%; margin: 0 auto 0;}
.index-part1 .index-p1-team2 .text{ text-align: center; width: 80%; margin:0 auto;}
.index-part1 .index-p1-team2 .text h2{font-size: 52px; font-family: "OB";color: #232323; margin-bottom: 50px;text-transform: uppercase;}
.index-part1 .index-p1-team2 .text p{font-size: 16px; width: 80%; margin:0 auto;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.index-part1 .index-p1-team2 .more{ color: #fff; margin: 0 auto; background: #e15517; font-family: "BS"; border-radius: 0px; height: 53px; line-height: 53px; margin-top: .3rem;}
.sec1-tbody-list{position: relative;font-size: 0;letter-spacing: 0;margin-left: -16px;margin-right: -16px;display: flex;flex-wrap: wrap;}
.sec1-tbody-item{position: relative;display: inline-block;vertical-align: top;width: 33.3333333333%;padding: 0 16px;margin-bottom: 33px;}
.sec1-tbody-item .item-box{position: relative;width: 100%;height: 100%;background: #FFFFFF;box-shadow: 0px 3px 73px 0px rgba(31,35,74,0.05);display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;}
.sec1-tbody-item .item-pic{position: relative;width: 200px;text-align: center;}
.sec1-tbody-item .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec1-tbody-item .item-body{position: relative;width: calc(100% - 200px);padding: 10px 0;padding-left: 22px;}
.sec1-tbody-item .item-body .item-title{font-size: 18px;color: #222;line-height: 24px;}
.sec1-tbody-item .item-body .item-title a{color: #222; font-weight: bold;}
.sec1-tbody-item .item-box:hover .item-body .item-title, .sec1-tbody-item .item-box:hover .item-body .item-title a{color: #29166f;}
.sec1-tbody-item .item-body .item-btn{margin-top: 44px;position: relative;}
.sec1-tbody-item .item-body .item-btn .btnn{display: inline-block;vertical-align: top;position: relative;line-height: 26px;font-size: 0;font-weight: bold;color: #29166f;}
.sec1-tbody-item .item-body .item-btn i{display: inline-block;vertical-align: top;line-height: 26px;font-size: 20px;color: #29166f;margin-right: 10px;}
.sec1-tbody-item .item-body .item-btn a.btnn:hover, .sec1-tbody-item .item-box:hover .item-body .item-btn .btnn{font-size: 16px;color: #29166f;}
@media (min-width:1260px) and (max-width: 1459px) {
	.sec1{padding-top: 62px;padding-bottom: 58px;}
	.sec1-tbody{padding-top: 36px;}
	.sec1-tbody-list{margin-left: -8px;margin-right: -8px;}
	.sec1-tbody-item{width: 33.3333333333%;padding: 0 8px;margin-bottom: 30px;}
	.sec1-tbody-item .item-pic{width: 172px}
	.sec1-tbody-item .item-body{width: calc(100% - 172px);padding: 10px 0;padding-left: 20px;}
	.sec1-tbody-item .item-body .item-title{font-size: 16px;line-height: 24px;}
	.sec1-tbody-item .item-body .item-btn{margin-top: 36px;}
	.sec1-tbody-item .item-body .item-btn .btnn{line-height: 24px;font-size: 0;}
	.sec1-tbody-item .item-body .item-btn .iconfont{line-height: 24px;font-size: 18px;margin-right: 8px;}
	.sec1-tbody-item .item-body .item-btn a.btnn:hover, .sec1-tbody-item .item-box:hover .item-body .item-btn .btnn{font-size: 15px;}
}
@media (min-width:992px) and (max-width: 1259px) {
	.sec1{padding-top: 54px;padding-bottom: 50px;}
	.sec1-tbody{padding-top: 30px;}
	.sec1-tbody-list{margin-left: -12px;margin-right: -12px;}
	.sec1-tbody-item{width: 33.3333333333%;padding: 0 12px;margin-bottom: 24px;}
	.sec1-tbody-item .item-pic{width: 100%}
	.sec1-tbody-item .item-body{width: 100%;padding: 12px;}
	.sec1-tbody-item .item-body .item-title{font-size: 16px;line-height: 24px;height: 48px;overflow: hidden;}
	.sec1-tbody-item .item-body .item-btn{margin-top: 28px;}
	.sec1-tbody-item .item-body .item-btn .btnn{line-height: 24px;font-size: 0;}
	.sec1-tbody-item .item-body .item-btn .iconfont{line-height: 24px;font-size: 18px;margin-right: 8px;}
	.sec1-tbody-item .item-body .item-btn a.btnn:hover, .sec1-tbody-item .item-box:hover .item-body .item-btn .btnn{font-size: 14px;}
}
@media (max-width: 991px) {
	.sec1{padding-top: 46px;padding-bottom: 42px;}
	.sec1-tbody{padding-top: 24px;}
	.sec1-tbody-list{margin-left: -8px;margin-right: -8px;}
	.sec1-tbody-item{width: 33.3333333333%;padding: 0 8px;margin-bottom: 20px;}
	.sec1-tbody-item .item-pic{width: 100%}
	.sec1-tbody-item .item-body{width: 100%;padding: 12px;}
	.sec1-tbody-item .item-body .item-title{font-size: 15px;line-height: 23px;height: 46px;overflow: hidden;}
	.sec1-tbody-item .item-body .item-btn{margin-top: 24px;}
	.sec1-tbody-item .item-body .item-btn .btnn{line-height: 22px;font-size: 14px;}
	.sec1-tbody-item .item-body .item-btn .iconfont{line-height: 22px;font-size: 18px;margin-right: 6px;}
	.sec1-tbody-item .item-body .item-btn a.btnn:hover, .sec1-tbody-item .item-box:hover .item-body .item-btn .btnn{font-size: 14px;}
}
@media (max-width: 720px) {
	.sec1{padding-top: 36px;padding-bottom: 32px;}
	.sec1-tbody{padding-top: 20px;}
	.sec1-tbody-list{margin-left: -12px;margin-right: -12px;}
	.sec1-tbody-item{width: 50%;padding: 0 12px;margin-bottom: 20px;}
	.sec1-tbody-item .item-pic{width: 100%}
	.sec1-tbody-item .item-body{width: 100%;padding: 10px;}
	.sec1-tbody-item .item-body .item-title{font-size: 14px;line-height: 22px;height: 44px;overflow: hidden;}
	.sec1-tbody-item .item-body .item-btn{margin-top: 18px;}
	.sec1-tbody-item .item-body .item-btn .btnn{line-height: 20px;font-size: 13px;}
	.sec1-tbody-item .item-body .item-btn .iconfont{line-height: 20px;font-size: 16px;margin-right: 6px;}
	.sec1-tbody-item .item-body .item-btn a.btnn:hover, .sec1-tbody-item .item-box:hover .item-body .item-btn .btnn{font-size: 13px;}
}
@media (max-width: 520px) {
	.sec1{padding-top: 28px;padding-bottom: 24px;}
	.sec1-tbody{padding-top: 20px;}
	.sec1-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec1-tbody-item{width: 50%;padding: 0 6px;margin-bottom: 20px;}
	.sec1-tbody-item .item-pic{width: 100%}
	.sec1-tbody-item .item-body{width: 100%;padding: 10px;}
	.sec1-tbody-item .item-body .item-title{font-size: 14px;line-height: 22px;height: 44px;overflow: hidden;}
	.sec1-tbody-item .item-body .item-btn{margin-top: 12px;}
	.sec1-tbody-item .item-body .item-btn .btnn{line-height: 20px;font-size: 13px;}
	.sec1-tbody-item .item-body .item-btn .iconfont{line-height: 20px;font-size: 16px;margin-right: 6px;}
	.sec1-tbody-item .item-body .item-btn a.btnn:hover, .sec1-tbody-item .item-box:hover .item-body .item-btn .btnn{font-size: 13px;}
}
.sec2{position: relative;width: 100%;padding: .8rem 0;}
.sec2-tbody{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec2-tbody-left{position: relative;width: 42.435%;}
.sec2-tbody-right{position: relative;width: 52.286%;padding-top: 74px;}
.sec2-tbody-right .sec-title-top{position: absolute;right: 0;top: 0;width: 923px;}
.sec2-tbody-left .sec2-left-box{width: 100%;position: relative;}
.sec2-tbody-left .sec2-left-img{width: 100%;position: relative;text-align: center;overflow: hidden;margin: 0 auto;}
.sec2-tbody-left .sec2-left-img .pic{display: block;width: 100%;}
.sec2-tbody-left .sec2-left-img img{display: inline-block;vertical-align: top;width: 100%;}
.sec2-right-info{width: 100%;position: relative;}
.sec2-right-info .sec2-tbody-name{font-size: 24px;color: #29166f;line-height: 36px;margin-top: 18px;font-family: "BS";}
.sec2-right-info .sec2-tbody-name a{color: #29166f; font-family: "BS";}
.sec2-right-info .sec2-tbody-name a:hover{color: rgba(49, 63, 160, .5);}
.sec2-right-info .sec-title{ font-family: "fmB"; font-size: 48px; font-weight: bold;}
.sec2-tbody-text{position: relative;margin-top: 16px;}
.sec2-tbody-btn{position: relative;margin-top: 30px;}
.sec-tbody-btn .btnn{position: relative;display: inline-block;vertical-align: top;text-align: center;min-width: 200px;padding: 14px 42px;line-height: 30px; font-size: 18px;font-family: "BS";text-transform: uppercase;color: #fff;border: 1px solid #e15517;background: #e15517;transition: all .5s;}
.sec-tbody-btn .btnn a{font-family: "BS";}
.sec-tbody-btn .btnn span{font-family: "BS";}
.sec-tbody-btn a.btnn:hover{color: #e15517;background: #fff;}
.sec2-tbody-img{position: relative;width: 100%;margin-top: 34px;}
.sec2-tbody-img .item-pic{position: relative;width: 100%;padding-bottom: 39.12448700410397%;overflow: hidden;}
.sec2-tbody-img .item-pic .video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;} 

@media screen and (max-width: 1459px) {
	.sec2{padding: 102px 0 90px;}
	.sec2-tbody-left{width: 42.5%;}
	.sec2-tbody-right{width: 52.5%;padding-top: 62px;}
	.sec2-tbody-right .sec-title-top{width: 792px;}
	.sec2-right-info .sec2-tbody-name{font-size: 22px;line-height: 34px;margin-top: 16px;}
	.sec2-tbody-text{margin-top: 14px;}
	.sec2-tbody-btn{margin-top: 28px;}
	.sec-tbody-btn .btnn{min-width: 186px;padding: 13px 36px;line-height: 28px; font-size: 17px;}
	.sec2-tbody-img{margin-top: 30px;}
}
@media screen and (max-width: 1259px) {
	.sec2{padding: 86px 0 76px;}
	.sec2-tbody-left{width: 44.5%;}
	.sec2-tbody-right{width: 53.5%;padding-top: 50px;}
	.sec2-tbody-right .sec-title-top{width: 624px;}
	.sec2-right-info .sec2-tbody-name{font-size: 20px;line-height: 32px;margin-top: 12px;}
	.sec2-tbody-text{margin-top: 10px;}
	.sec2-tbody-btn{margin-top: 24px;}
	.sec-tbody-btn .btnn{min-width: 172px;padding: 11px 28px;line-height: 28px; font-size: 16px;}
	.sec2-tbody-img{margin-top: 26px;}
}
@media screen and (max-width: 991px) {
	.sec2{padding: 70px 0 62px;}
	.sec2-tbody{flex-direction: column-reverse;}
	.sec2-tbody-left{width: 100%;}
	.sec2-tbody-right{width: 100%;padding-top: 0px;margin-bottom: 20px;}
	.sec2-tbody-right .sec-title-top{display: none;}
	.sec2-right-info .sec2-tbody-name{font-size: 18px;line-height: 30px;margin-top: 10px;}
	.sec2-tbody-text{margin-top: 8px;}
	.sec2-tbody-btn{margin-top: 18px;}
	.sec-tbody-btn .btnn{min-width: 160px;padding: 10px 20px;line-height: 26px; font-size: 15px;}
	.sec2-tbody-img{margin-top: 22px;}
}
@media screen and (max-width: 720px) {
	.sec2{padding: 54px 0 48px;}
	.sec2-tbody{flex-direction: column-reverse;}
	.sec2-tbody-left{width: 100%;}
	.sec2-tbody-right{width: 100%;padding-top: 0px;margin-bottom: 20px;}
	.sec2-tbody-right .sec-title-top{display: none;}
	.sec2-right-info .sec2-tbody-name{font-size: 16px;line-height: 28px;margin-top: 8px;}
	.sec2-tbody-text{margin-top: 8px;}
	.sec2-tbody-btn{margin-top: 14px;}
	.sec-tbody-btn .btnn{min-width: 148px;padding: 8px 14px;line-height: 24px; font-size: 14px;}
	.sec2-tbody-img{margin-top: 16px;}
}
@media screen and (max-width: 560px) {
	.sec2{padding: 38px 0 34px;}
	.sec2-tbody{flex-direction: column-reverse;}
	.sec2-tbody-left{width: 100%;}
	.sec2-tbody-right{width: 100%;padding-top: 0px;margin-bottom: 20px;}
	.sec2-tbody-right .sec-title-top{display: none;}
	.sec2-right-info .sec2-tbody-name{font-size: 16px;line-height: 28px;margin-top: 8px;}
	.sec2-tbody-text{margin-top: 8px;}
	.sec2-tbody-btn{margin-top: 12px;}
	.sec-tbody-btn .btnn{min-width: 136px;padding: 6px 10px;line-height: 24px; font-size: 14px;}
	.sec2-tbody-img{margin-top: 14px;}
}

.sec3{position: relative;width: 100%;padding-top: 1rem;background: #29166f;}
.sec3-top{position: relative;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.sec3-top-left{position: relative;width: 42%;}
.sec3-top-right{position: relative;width: 48.5%;}
.sec3-top-left .sec-title{line-height: 1.2; font-size: 48px;font-family: "fmB"; color: #fff;}
.sec3-top-text{font-size: 18px;color: #FFFFFF;line-height: 36px;}
.sec3-top-text a{color: #FFFFFF;}.sec3-top-text a:hover{color: #cbcbcb;}
.sec3-tbody{position: relative;max-width: 100%;padding-top: 1rem;display: flex;justify-content: space-between;flex-wrap: wrap;  width: calc(1480px + (100% - 1480px)/ 2);margin-left: auto;}
.sec3-tbody-left{position: relative;width: 39%;}
.sec3-tbody-right{position: relative;width: 56.5%;}
.sec3-tbody-list{position: relative;display: flex;flex-wrap: wrap;font-size: 0;letter-spacing: 0;margin-left: -35px;margin-right: -35px;}
.sec3-list-item{position: relative;display: inline-block;vertical-align: top;width: 50%;padding: 0 35px;margin-bottom: 98px;}
.sec3-list-item .item-box{position: relative;width: 100%;height: 100%;}
.sec3-list-item .item-box .item-icon {position: relative;width: 100%;text-align: left;}
.sec3-list-item .item-box .item-icon .pic{display: block;width: 100%;}
.sec3-list-item .item-box .item-icon img{display: inline-block;vertical-align: top;max-height: 60px;}
.sec3-list-item .item-box .item-body{position: relative;width: 100%;margin-top: 24px;}
.sec3-list-item .item-body .item-title{font-size: 20px;font-family: "fmB";color: #FFFFFF;line-height: 32px;}
.sec3-list-item .item-body .item-title a{font-family: "fmB";}
.sec3-list-item .item-body .item-desc{font-size: 16px;color: #FFFFFF;line-height: 24px;margin-top: 32px;}
.sec3-list-item .item-body .item-title a, .sec3-list-item .item-body .item-desc a{color: #fff;}
.sec3-list-item .item-body .item-title a:hover, .sec3-list-item .item-body .item-desc a:hover{color: #cbcbcb;}
.sec3-right-box{position: relative;width: 100%;z-index: 22;}
.sec3-right-box .sec3-right-img{position: relative;width: 100%;margin-bottom: -109px;}
.sec3-right-box .sec3-right-img a{width: 100%;height: 100%;display: block;}
.sec3-right-box .sec3-right-img img{display: block;width: 100%;}
.sec3-right-text{position: absolute;left: 80px;top: 288px;font-size: 18px;font-family: "fmB";color: #FFFFFF;line-height: 36px; background-color: rgba(0, 0, 0, 0.8); padding:50px 25px;}
.sec3-right-text a{color: #fff;font-family: "fmB";}.sec3-right-text a:hover{color: #cbcbcb;}
.sec3-right-text span{font-size: 75px;line-height: 76px;margin-top: 8px; display: block;vertical-align: top;}
.sec3-right-btn{position: absolute;left: 79px;bottom: 109px;}
.sec3-right-btn .btnn{position: relative;display: inline-block;vertical-align: top;text-align: center;min-width: 300px;padding: 18px 42px;line-height: 34px; font-size: 18px;font-family: "fmB";text-transform: uppercase;color: #fff;background: #e15517;transition: all .5s;}
.sec3-right-btn a.btnn:hover{color: #e15517;background: #fff;}
@media screen and (max-width: 1859px) {
	.sec3-top-left{width: 42%;}
	.sec3-top-right{width: 48.5%;}
	.sec3-top-left .sec-title{line-height: 68px;}
	.sec3-top-text{font-size: 18px;line-height: 36px;}
	.sec3-tbody-left{width: 40%;}
	.sec3-tbody-right{width: 56.5%;}
	.sec3-tbody-list{margin-left: -30px;margin-right: -30px;}
	.sec3-list-item{width: 50%;padding: 0 30px;margin-bottom: 86px;}
	.sec3-list-item .item-box .item-icon img{max-height: 60px;}
	.sec3-list-item .item-box .item-body{margin-top: 20px;}
	.sec3-list-item .item-body .item-title{font-size: 20px;line-height: 32px;}
	.sec3-list-item .item-body .item-desc{font-size: 16px;line-height: 24px;margin-top: 30px;}
	.sec3-right-box .sec3-right-img{margin-bottom: -109px;}
	.sec3-right-text{left:60px;top: 244px;font-size: 18px;line-height: 36px;}
	.sec3-right-text span{font-size: 68px;line-height: 72px;margin-top: 8px; }
	.sec3-right-btn{left: 70px;bottom: 109px;}
	.sec3-right-btn .btnn{min-width: 280px;padding: 16px 42px;line-height: 30px; font-size: 18px;}
}
@media screen and (max-width: 1659px) {
	.sec3-top-left{width: 42%;}
	.sec3-top-right{width: 48.5%;}
	.sec3-top-left .sec-title{line-height: 64px;}
	.sec3-top-text{font-size: 17px;line-height: 34px;}
  .sec3-tbody{ width: 100%; padding-left: 15px;}
	.sec3-tbody-left{width: 44%;}
	.sec3-tbody-right{width: 50%;}
	.sec3-tbody-list{margin-left: -20px;margin-right: -20px;}
	.sec3-list-item{width: 50%;padding: 0 20px;margin-bottom: 72px;}
	.sec3-list-item .item-box .item-icon img{max-height: 60px;}
	.sec3-list-item .item-box .item-body{margin-top: 16px;}
	.sec3-list-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.sec3-list-item .item-body .item-desc{font-size: 15px;line-height: 24px;margin-top: 28px;}
	.sec3-right-box .sec3-right-img{margin-bottom: -109px;}
	.sec3-right-text{top: 208px;font-size: 17px;line-height: 34px;}
	.sec3-right-text span{font-size: 60px;line-height: 64px;margin-top: 8px; }
	.sec3-right-btn{left: 60px;bottom: 109px;}
	.sec3-right-btn .btnn{min-width: 260px;padding: 14px 36px;line-height: 30px; font-size: 18px;}
}
@media screen and (max-width: 1459px) {
	.sec3-top-left{width: 44%;}
	.sec3-top-right{width: 50%;}
	.sec3-top-left .sec-title{line-height: 58px; font-size: 42px;}
	.sec3-top-text{font-size: 16px;line-height: 32px;} 
	.sec3-tbody-left{width: 46%;}
	.sec3-tbody-right{width: 51.5%;}
	.sec3-tbody-list{margin-left: -12px;margin-right: -12px;}
	.sec3-list-item{width: 50%;padding: 0 12px;margin-bottom: 54px;}
	.sec3-list-item .item-box .item-icon img{max-height: 54px;}
	.sec3-list-item .item-box .item-body{margin-top: 14px;}
	.sec3-list-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.sec3-list-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 24px;}
	.sec3-right-box .sec3-right-img{margin-bottom: -96px;}
	.sec3-right-text{left:40px;top: 208px;font-size: 17px;line-height: 34px;}
	.sec3-right-text span{font-size: 48px;line-height: 56px;margin-top: 8px; }
	.sec3-right-btn{left: 40px;bottom: 96px;}
	.sec3-right-btn .btnn{min-width: 240px;padding: 12px 30px;line-height: 28px; font-size: 16px;}
}
@media screen and (max-width: 1259px) {
	.sec3{padding-top: 88px;}
	.sec3-top-left{width: 46%;}
	.sec3-top-right{width: 50%;}
	.sec3-top-left .sec-title{line-height: 50px;}
	.sec3-top-text{font-size: 15px;line-height: 28px;}
	.sec3-tbody-left{width: 42%;}
	.sec3-tbody-right{width: 56.5%;}
	.sec3-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec3-list-item{width: 50%;padding: 0 6px;margin-bottom: 36px;}
	.sec3-list-item .item-box .item-icon img{max-height: 48px;}
	.sec3-list-item .item-box .item-body{margin-top: 12px;}
	.sec3-list-item .item-body .item-title{font-size: 16px;line-height: 28px;}
	.sec3-list-item .item-body .item-desc{font-size: 13px;line-height: 24px;margin-top: 24px;}
	.sec3-right-box .sec3-right-img{margin-bottom: -82px;}
	.sec3-right-text{left: 80px;top: 172px;font-size: 16px;line-height: 30px;}
	.sec3-right-text span{font-size: 42px;line-height: 48px;margin-top: 6px; }
	.sec3-right-btn{left: 32px;bottom: 82px;}
	.sec3-right-btn .btnn{min-width: 220px;padding: 10px 24px;line-height: 26px; font-size: 15px;}
}
@media(max-width: 991px) {
	.sec3{padding-top: 72px;padding-bottom: 54px;}
	.sec3-top-left{width: 100%;}
	.sec3-top-right{width: 100%;margin-top: 10px;}
	.sec3-top-left .sec-title{line-height: 44px;}
	.sec3-top-text{font-size: 14px;line-height: 26px;}
	.sec3-tbody{padding-top: 64px;width: 720px;margin: 0 auto;}
	.sec3-tbody-left{width: 100%;}
	.sec3-tbody-right{width: 100%;}
	.sec3-tbody-list{margin-left: -15px;margin-right: -15px;}
	.sec3-list-item{width: 50%;padding: 0 15px;margin-bottom: 24px;}
	.sec3-list-item .item-box .item-icon img{max-height: 48px;}
	.sec3-list-item .item-box .item-body{margin-top: 10px;}
	.sec3-list-item .item-body .item-title{font-size: 16px;line-height: 26px;}
	.sec3-list-item .item-body .item-desc{font-size: 13px;line-height: 24px;margin-top: 20px;}
	.sec3-right-box .sec3-right-img{margin-bottom: 0;}
	.sec3-right-text{left: 64px;top: 160px;font-size: 16px;line-height: 28px;}
	.sec3-right-text span{font-size: 36px;line-height: 42px;margin-top: 6px; }
	.sec3-right-btn{left: 24px;bottom: 64px;}
	.sec3-right-btn .btnn{min-width: 200px;padding: 8px 18px;line-height: 24px; font-size: 14px;}
}
@media (max-width: 720px) {
	.sec3{padding-top: 56px;padding-bottom: 40px;}
	.sec3-top-left{width: 100%;}
	.sec3-top-right{width: 100%;margin-top: 10px;}
	.sec3-top-left .sec-title{line-height: 36px;}
	.sec3-top-text{font-size: 14px;line-height: 26px;}
	.sec3-tbody{width: 100%;padding: 0 15px;padding-top: 40px; margin: 0 auto;}
	.sec3-tbody-left{width: 100%;}
	.sec3-tbody-right{width: 100%;}
	.sec3-tbody-list{margin-left: -8px;margin-right: -8px;}
	.sec3-list-item{width: 50%;padding: 0 8px;margin-bottom: 24px;}
	.sec3-list-item .item-box .item-icon img{max-height: 48px;}
	.sec3-list-item .item-box .item-body{margin-top: 10px;}
	.sec3-list-item .item-body .item-title{font-size: 15px;line-height: 26px;}
	.sec3-list-item .item-body .item-desc{font-size: 13px;line-height: 24px;margin-top: 20px;}
	.sec3-right-box .sec3-right-img{margin-bottom: 0;}
	.sec3-right-text{left: 0;top: 0;width: 100%;font-size: 16px;line-height: 28px;position: relative;margin-top: 10px;}
	.sec3-right-text span{font-size: 36px;line-height: 42px;margin-top: 6px; }
	.sec3-right-btn{left: 0px;bottom: 0px;position: relative;margin-top: 16px;}
	.sec3-right-btn .btnn{min-width: 160px;padding: 8px 18px;line-height: 24px; font-size: 14px;background: #000;}
}
@media (max-width: 540px) {
	.sec3{padding-top: 24px;padding-bottom: 20px;}
	.sec3-tbody{padding-top: 16px;}
	.sec3-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec3-tbody-item{width: 50%;padding: 0 6px;margin-bottom: 18px;}
}
@media (max-width: 360px) {
	.sec3-tbody-item{width: 100%;padding: 0 6px;margin-bottom: 20px;}
}

.sec4{position: relative;width: 100%;padding: 155px 0 94px;background: #FAFAFA;}
.sec4 .sec-title{font-size: 48px;  font-family: "fmB";  color: #000;}
.sec4-tbody{position: relative;width: 100%;padding-top: 66px;}
.sec4-tbody .swiper-button{top: 0;transform: translateY(-100%);margin-top: -13px;width: 60px;height: 60px;line-height: 40px;text-align: center;padding: 10px;font-size: 18px;color: #666;background: #EEEEEE;border-radius: 50%;}
.sec4-tbody .swiper-button:hover{background: #29166f;color: #fff;}
.sec4-tbody .swiper-button-prev{left: auto;right: 81px;}
.swiper-sec4{position: relative;width: 100%;}
.swiper-sec4 .swiper-slide{display: inline-block;vertical-align: top;width: 25%;}
.sec4-tbody-item{position: relative;width: 100%;}
.sec4-tbody-item .item-box{position: relative;width: 100%;}
.sec4-tbody-item .item-box .item-pic{position: relative;width: 100%;text-align: center;overflow: hidden;}
.sec4-tbody-item .item-box .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec4-tbody-item .item-box .item-body{position: relative;width: 100%;padding-top: 31px;}
.sec4-tbody-item .item-body .item-title{font-size: 20px;font-family: Poppins-SemiBold;color: #222;line-height: 30px;height: 60px;overflow: hidden;}
.sec4-tbody-item .item-body .item-title a{color: #222;}
.sec4-tbody-item .item-body .item-title a:hover{color: #29166f;}
.sec4-tbody-item .item-box:hover .item-body .item-title, .sec4-tbody-item .item-box:hover .item-body .item-title a{color: #29166f;}
.sec4-tbody-item .item-body .item-desc{font-size: 16px;color: #333333;margin-top: 16px;line-height: 24px;height: 96px;overflow: hidden;}
.sec4-tbody-item .item-body .item-desc a{color: #333;}
.sec4-tbody-item .item-body .item-desc a:hover{color: #29166f;}
.sec4-tbody-item .item-body .item-btn{font-size: 16px;color: #29166f;margin-top: 28px;line-height: 26px;font-family: Poppins-SemiBold;text-transform: uppercase;}
.sec4-tbody-item .item-body .item-btn a{color: #29166f;}
.sec4-tbody-item .item-body .item-btn a:hover{text-decoration: underline;}


@media screen and (max-width: 1459px) {
  .sec4 .sec-title{font-size: 42px;}
	.sec4{padding: 136px 0 80px;}
	.sec4-tbody{padding-top: 58px;}
	.sec4-tbody .swiper-button{margin-top: -12px;width: 54px;height: 54px;line-height: 36px;padding: 9px;font-size: 18px;}
	.sec4-tbody .swiper-button-prev{left: auto;right: 76px;}
	.swiper-sec4 .swiper-slide{width: 25%;}
	.sec4-tbody-item .item-box .item-body{padding-top: 28px;}
	.sec4-tbody-item .item-body .item-title{font-size: 18px;line-height: 30px;height: 60px;}
	.sec4-tbody-item .item-body .item-desc{font-size: 16px;margin-top: 14px;line-height: 24px;height: 96px;}
	.sec4-tbody-item .item-body .item-btn{font-size: 16px;margin-top: 24px;line-height: 26px;}
}
@media screen and (max-width: 1259px) {
	.sec4{padding: 118px 0 68px;}
	.sec4-tbody{padding-top: 50px;}
	.sec4-tbody .swiper-button{margin-top: -10px;width: 48px;height: 48px;line-height: 32px;padding: 8px;font-size: 16px;}
	.sec4-tbody .swiper-button-prev{left: auto;right: 72px;}
	.swiper-sec4 .swiper-slide{width: 25%;}
	.sec4-tbody-item .item-box .item-body{padding-top: 24px;}
	.sec4-tbody-item .item-body .item-title{font-size: 18px;line-height: 28px;height: 56px;}
	.sec4-tbody-item .item-body .item-desc{font-size: 15px;margin-top: 12px;line-height: 24px;height: 96px;}
	.sec4-tbody-item .item-body .item-btn{font-size: 15px;margin-top: 20px;line-height: 24px;}
}
@media screen and (max-width: 991px) {
	.sec4{padding: 30px 0 54px;}
	.sec4-tbody{padding-top: 42px;}
	.sec4-tbody .swiper-button{margin-top: -10px;width: 42px;height: 42px;line-height: 30px;padding: 6px;font-size: 16px;}
	.sec4-tbody .swiper-button-prev{left: auto;right: 60px;}
	.swiper-sec4 .swiper-slide{width: 33.333%;}
	.sec4-tbody-item .item-box .item-body{padding-top: 20px;}
	.sec4-tbody-item .item-body .item-title{font-size: 16px;line-height: 28px;height: 56px;}
	.sec4-tbody-item .item-body .item-desc{font-size: 14px;margin-top: 10px;line-height: 23px;height: 92px;}
	.sec4-tbody-item .item-body .item-btn{font-size: 14px;margin-top: 18px;line-height: 22px;}
}
@media screen and (max-width: 720px) {
	.sec4{padding: 24px 0 42px;}
	.sec4-tbody{padding-top: 48px;}
	.sec4-tbody .swiper-button{transform: translateY(0); margin-top: 10px;width: 36px;height: 36px;line-height: 28px;padding: 4px;font-size: 16px;}
	.sec4-tbody .swiper-button-prev{left: auto;right: 54px;}
	.swiper-sec4 .swiper-slide{width: 50%;}
	.sec4-tbody-item .item-box .item-body{padding-top: 16px;}
	.sec4-tbody-item .item-body .item-title{font-size: 16px;line-height: 26px;height: 52px;}
	.sec4-tbody-item .item-body .item-desc{font-size: 14px;margin-top: 8px;line-height: 22px;height: 88px;}
	.sec4-tbody-item .item-body .item-btn{font-size: 14px;margin-top: 16px;line-height: 22px;}
}
@media screen and (max-width: 560px) {
	.sec4{padding: 20px 0 30px;}
	.sec4-tbody{padding-top: 44px;}
	.sec4-tbody .swiper-button{transform: translateY(0); margin-top: 6px;width: 32px;height: 32px;line-height: 24px;padding: 4px;font-size: 16px;}
	.sec4-tbody .swiper-button-prev{left: auto;right: 50px;}
	.swiper-sec4 .swiper-slide{width: 50%;}
	.sec4-tbody-item .item-box .item-body{padding-top: 16px;}
	.sec4-tbody-item .item-body .item-title{font-size: 16px;line-height: 26px;height: 52px;}
	.sec4-tbody-item .item-body .item-desc{font-size: 14px;margin-top: 8px;line-height: 22px;height: 88px;}
	.sec4-tbody-item .item-body .item-btn{font-size: 14px;margin-top: 16px;line-height: 22px;}
}

.index-part2{width: 100%;position: relative; padding: .8rem 0 1.6rem;background: linear-gradient(#e4e6e7, #ffffff,#ffffff);}
.index-part2 .wrap{display: flex; justify-content: space-between; align-items: center;}
.index-part2 .img_group{ width: 55%; position: relative; }
.index-part2 .img_group .tu{ width:calc(100% - 62px);z-index: 1; background-color: #000; position: relative;}
.index-part2 .img_group .tu img{ width: 100%; height: auto;}
.index-part2 .img_group::before{ width: calc(100% - 110px); position: absolute; content: ""; right: 0; bottom: -76px; height: 4.8rem; background: #dfe0e0; z-index: 0;}
.index-part2 .text_group{ width: 40%; padding: 0 0%;}
.index-part2 .text_group h2{font-size: 60px;font-family: "OB";color: #c9261d;}
.index-part2 .text_group h3{font-size: 26px;font-family: "BS";color: #222222; margin-bottom: .4rem;}
.index-part2 .text_group p{ width: 80%; line-height: 2;-webkit-line-clamp: 8;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.index-part2 .text_group .more{color: #c9261d; border: 2px solid #c9261d; border-radius: 40px; margin-top: 50px; font-size: 14px;}
.index-part2 .text_group .more::after{background: #c9261d;}
.index-part2 .text_group .more:hover{color: #fff;}

.index-part3{ width: 100%; padding:0 0 .8rem 0;}

.index-part3 .wrap{ display: flex; align-items: center; justify-content: space-between;}
.index-part3 .left{ width: 30%; float: left;}
.index-part3 .left .text{ padding: 0 30px;}
.index-part3 .left .text h2{ font-size: 16px;font-family: "BS"; color: #232323;}
.index-part3 .left .text h3{font-family: "BS"; font-size: 36px;}
.index-part3 .left .text p{ font-size: 14px; line-height: 1.6; width: 80%; margin: .2rem 0 .3rem;} 
.index-part3 .left .text .more{background: #e8e9e9; font-family: "BS"; border-radius: 5px; color: #222; font-size: 14px; }
.index-part3 .right{ width: 70%; float: right;}
.index-part3 .right ul{ margin-right: 0;}
.index-part3 .right li{ position: relative;padding: 0 15px; width:33.3%; float: left;}
.index-part3 .right li .date{width: 100%; margin-top: .4rem;}
.index-part3 .right li .date h2{font-size: 15px; color: #999b9c; line-height: 1;}
.index-part3 .right li .title{ font-size: 18px; color: #232323; line-height: 1.2;font-family: "BR"; margin: 15px 0;}
.index-part3 .right li .i_news_pic{
width: 100%;
overflow: hidden;
border-radius: 5px;
}
.index-part3 .right li .i_news_pic img{
width: auto;
height:auto;
}
.index-part3 .right li .more_t{ color: #c9261d;display: flex;  align-items: center;  justify-content: left;}
.index-part3 .right li .more_t i{ margin-left: 10px;}

.index-part4{ width: 100%;background: #c9261d; text-align: center; padding: .6rem 0;}
.index-part4 h2{font-size: 50px; font-family: "OB"; color: #fff;}
.index-part4 .line{ width: 80px; height: 5px; background-color: #ffc72c; margin: .1rem auto .3rem;}
.index-part4 p{color: #fff; font-size: 16px;}
.index-part4 .more{margin: 0 auto; background: #ffffff; margin-top: .3rem; color: #c9261d; font-size: 15px; border-radius: 5px; width: 120px;}
.index-part4 .more:hover{ color: #fff;}

.index-part5{ width: 100%; padding:0 0 .8rem 0;}
.index-part5 ul{ margin-right: 0;}
.index-part5 li{ position: relative;width:20%; float: left;}
.index-part5 li .i_pic{
width: 100%;
overflow: hidden;
border-radius: 5px;
}
.index-part5 li .i_pic img{
width: auto;
height:auto;
}


.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: 80px;position: relative;}
.bread{position: relative;width: 100%;background: rgba(31, 14, 90, 0.85);padding: 65px 0 133px;}
.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;}
	.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;
  position: absolute; bottom: 0; z-index: 9;
  width: 100%;
  /* height: 0.75rem;
  line-height: 0.75rem; */
}
.pageNav .wrap{ background: rgba(0, 0, 0, 0); display: flex;  border: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 0; padding: 0 0;}

.pageNav li {
  font-size: 14px;  
  text-align: center;
  position: relative;
  float: left;
  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: #fff;
  height: 75px; line-height: 75px;
  padding: 0px .5rem; display: block;
  font-family: "BS";
  text-transform: uppercase;
}
.pageNav li a:hover{font-family: "BS";}
.pageNav li a.aNow {
  color: #fff; 
  font-size: 18px;
  background: #e15517;
}
.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%;
  margin: 0 -1.5%;
}

.cp_neir ul li {
  float: left;
  width: 22%;
  margin: 0 1.5% 0.15rem 1.5%;
  position: relative;
}

.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; }



/*-----------------[文章详细页]--------------*/
.news_Container{background: #fff;  padding:.8rem 30px;}
.projectshow1{margin: 0px auto; background: #fff;}
.projectshow1 .title{ text-align:left; padding-bottom:5px; margin-bottom:30px;  border-bottom: 2px solid #232323; font-family: "fmB"; }
.projectshow1 .title h1{ font-weight:inherit; font-size:36px; color:#333; padding-bottom:18px;font-family:"fmB"}
.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:28px; color:#232323; padding-bottom:20px;font-family:"fmB";margin: 40px 0 20px;}
.projectshow1 .contentbox .text p{ font-size:16px; color:#454545;line-height:2; margin-bottom:15px;font-family:"fmR";}
.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;
}
.contact-box .map {
  width: 50%;
  height: 550px;
  position: relative;
  border-radius: 20px;
}
.contact-box .map .con_img{position:absolute;left:30px;bottom:30px;text-align:center;}
.contact-box .map .con_img a{width:150px;padding:12px 0px;background:#013c8a;text-align:center;border-radius:6px;color:#fff;display:inline-block; font-weight: bold; font-size: 15px;}


.contact{ display: flex;background: #f6f8fb;border-radius: 12px;overflow: hidden;}
.ctaData{width: 39%;background: #edf1f7;padding:60px;}
.ctaData .title{font-size: 42px;font-family: "fmB";color: #ec6c21; 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%; padding:60px;}
.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;}


.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: 20px 0 100px;}
.abIntro .abIntro-box{justify-content: space-between;align-items:flex-start;display: flex;flex-wrap: wrap; }

.abIntro-con{width: 48.5%;}
.abIntro .wrap .title h2{font-size: 48px;font-family: "OB";color: #29166f;line-height: 1; margin-bottom: 15px; text-align: left;}
.abIntro .wrap .title h2 span{ color: #e15517;font-family: "OB";}
.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;}
}