body { line-height: 1.7; font-size: 16px; color: #4a5565; 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;
} */
.button_orange{ background: #fe9a00; font-size: 15px; color: #fff; padding: 0px 20px; border-radius: 8px;border: 1px solid #fe9a00;transition: all .3s; height: 38px; line-height: 38px; display: inline-block;}
.button_orange i{ margin-right: 8px;}
.button_orange:hover{ background-color: #e17100;border: 1px solid #e17100; color: #fff;}
.button_blue{font-size: 15px; color: #1c398e; padding: 0px 20px; border-radius: 8px; border: 1px solid #1c398e;transition: all .3s; height: 38px; line-height: 38px;} 
.button_blue:hover{background-color: #1c398e; color: #fff;}
.button_blue2{ background: #1c398e; font-size: 15px; color: #fff; padding: 0px 20px; border-radius: 8px;border: 1px solid #1c398e;transition: all .3s; height: 38px; line-height: 38px; display: inline-block;}
.button_blue2:hover{ background-color: #193cb8;border: 1px solid #193cb8; color: #fff;}
.wrap { max-width: 1220px; 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;box-shadow: 0 0 15px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);}
.headerwrap .headertop{width: 100%; height: 36px; background: #1c398e;}
.headerwrap .headertop .wrap{display:flex;justify-content:space-between;align-items:center; height: 36px;}
.headerwrap .headertop .wrap .left{ font-size: 14px; color: #fff;display:flex;}
.headerwrap .headertop .wrap .left i{ font-size: 15px; color: #fff; margin-right: 8px;}
.headerwrap .headertop .wrap .left .phone{ margin-right: 20px;}
.headerwrap .headertop .wrap .right{font-size: 14px; color: #fff;}
.headerwrap .headertop .wrap a{color: #FFFFFF;}

.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;}
.logo{display: flex; }
.logo .logo_img{width: 48px; height: 48px; background: #1c398e; border-radius: 8px; font-size: 20px; color: #fff;display: flex; justify-content: center;align-items: center;  font-weight: bold; margin-right: 10px;}
.logo .logo_title h2{ color: #101828; font-size: 20px; font-weight: bold; line-height: 1; margin: 4px 0 6px;}
.logo .logo_title h3{ color: #4a5565; font-size: 14px; line-height: 1;}

.navMenu{ height:80px;flex: 1;max-width: 60%; }
.nav{display: flex;display: -webkit-flex;justify-content:space-evenly;-webkit-align-items: center;align-items: center;}
.nav >li{ float:left; position:relative; cursor:pointer;}
.nav >li:last-child::after{width: 0px;}
.nav >li:before{ content:""; width:0%; height:0;transition:all ease .3s; background:#1c398e; position:absolute;left: 50%; transform: translateX(-50%);  opacity:0; visibility:hidden; bottom: 15px;}
.nav >li:hover:before { width: 96%; opacity: 1;height:3px;visibility:visible;}
.nav >li >a{ display:block; color:#364153;  line-height:79px; font-size: 15px; 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 a{color:#1c398e;}
.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;justify-content: right;}
.header_right a{ background: #fe9a00; border-radius: 8px; font-size: 15px; color: #fff;}


/*index-banner*/
.index-banner {
  margin-top: 116px;
  position: relative;
  background-image: linear-gradient(rgba(30, 58, 138, 0.8), rgba(30, 58, 138, 0.8)), url(../images/hero-background-DFQ3To5U.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 116px;
  padding: 1.2rem 0;
}
.index-banner .wrap{ display: flex; justify-content: space-between; align-items: center;}
.index-banner .wrap .left{text-align: left;}
.index-banner .wrap .left h2{ font-size: 60px; font-weight: bold; color: #fff; line-height: 1;}
.index-banner .wrap .left h2 span{ color: #ffb900;}
.index-banner .wrap .left h3{font-size: 24px; color: #fff;  margin: 25px 0 20px;}
.index-banner .wrap .left p{ font-size: 18px; line-height: 1.5; color: #fff;}
.index-banner .wrap .left .button_box{margin-top: 36px; margin-bottom: 36px;}
.index-banner .wrap .left .button_box a{display: inline-block; font-size: 14px;}
.index-banner .wrap .left .button_box a i{ margin-right: 8px; margin-left: 8px;}
.index-banner .wrap .left .button_box .yuyue{ margin-right: 10px;}
.index-banner .wrap .left .button_box .white{ background: #fff;}
.index-banner .wrap .left .tag span{ margin-right:20px; color: #fff;}
.index-banner .wrap .left .tag span i{ margin-right: 8px; color: #05df72;}
.index-banner .wrap .right .img{ width: 350px; height: 400px; border-radius: 8px; margin-right: 30px;position: relative;}
.index-banner .wrap .right .img .text{ position: absolute; padding: 20px 15px; background: #fff; text-align: center; right: -30px;bottom: -20px;border-radius: 8px;}
.index-banner .wrap .right .img .text h2{font-size: 24px;color: #1c398e; font-weight: bold; line-height: 1; margin-bottom: 5px;}
.index-banner .wrap .right .img .text h3{font-size: 14px;color: #656565;line-height: 1;}

.index-news{ padding: .6rem 0; display: none;}
.index-news .title{ text-align: center; margin-bottom: .45rem;}
.index-news .title h2{font-size: 36px; color: #101828; font-weight: bold;}
.index-news ul{ width: 100%;display: flex;flex-wrap: wrap;gap: 25px;} 
.index-news ul li{border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: left; padding: 20px 20px;transition: all .3s; background: #fff; width: calc(33.333% - 25px * 2/3);}
.index-news ul li h2{ font-size: 16px; line-height: 1.5; color: #4a5565;}
.index-news ul li:hover {transform: translateY(-5px);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);}
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #95a5a6;
  font-size: 14px;
  margin-top: auto;
  padding-top: 10px;
}
.news-date::before {
  content: "📅 ";
}
.index-news .more{ margin: 0 auto; font-size: 14px;color: #343434; margin-top: 20px; }
.index-news .more i{ font-size: 20px; margin-top: -4px;margin-left: 10px;}
.index-news .more:hover{ color: #ffffff;}


.index-news-video{padding: .6rem 0; background: #f9fafb; display: none;}
.index-news-video .title{ text-align: center; margin-bottom: .45rem;}
.index-news-video .title h2{font-size: 36px; color: #101828; font-weight: bold;}
.index-news-video .wrap{ width: 100%;display: flex;flex-wrap: wrap;gap: 0px;flex-direction: row;justify-content: space-between;} 
.index-news-video .item{border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: left; padding: 0;transition: all .3s; background: #fff; width: calc(25% - 25px * 3/4); overflow: hidden; position: relative;}
.index-news-video .item h2{ font-size: 16px; line-height: 1.5; color: #fff; position: absolute; width: 100%; background: rgba(0, 0, 0, .8); bottom: 0; left: 0; padding:10px 20px; z-index: 10;}
.index-news-video .item i{ position: absolute; left: 50%; width: 50px; height: 50px; text-align: center; line-height: 50px; margin-left: -25px; top:40%; margin-top: -25px; z-index: 2; font-size: 50px; color: rgba(255, 255, 255, 0.8); }
.index-news-video .item img{ width: 100%; height: 100%;}
.index-news-video .item .bg{ position: absolute; width: 100%;height: 100%; background: rgba(0, 0, 0, .2); left: 0; top: 0; z-index: 1;}
.index-news-video .item:hover i{color: rgba(255, 255, 255,1); }
.index-news-video .more{ margin: 0 auto; font-size: 14px;color: #343434; margin-top: 20px; }
.index-news-video .more i{ font-size: 20px; margin-top: -4px;margin-left: 10px;}
.index-news-video .more:hover{ color: #ffffff;}

.page_video .wrap{ width: 100%;display: flex;flex-wrap: wrap;gap: 25px;flex-direction: row;} 
.page_video .item{border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: left; padding: 0;transition: all .3s; background: #fff; width: calc(20% - 25px * 3/4); overflow: hidden; position: relative;}
.page_video .item h2{ font-size: 16px; line-height: 1.5; color: #fff; position: absolute; width: 100%; background: rgba(0, 0, 0, .8); bottom: 0; left: 0; padding:10px 20px; z-index: 10;}
.page_video .item i{ position: absolute; left: 50%; width: 50px; height: 50px; text-align: center; line-height: 50px; margin-left: -25px; top:40%; margin-top: -25px; z-index: 2; font-size: 50px; color: rgba(255, 255, 255, 0.8); }
.page_video .item img{ width: 100%; height: 100%;}
.page_video .item .bg{ position: absolute; width: 100%;height: 100%; background: rgba(0, 0, 0, .2); left: 0; top: 0; z-index: 1;}
.page_video .item:hover i{color: rgba(255, 255, 255,1); }
.page_video .more{ margin: 0 auto; font-size: 14px;color: #343434; margin-top: 20px; }
.page_video .more i{ font-size: 20px; margin-top: -4px;margin-left: 10px;}

.index-part1{ padding: .6rem 0;}
.index-part1 .title{ text-align: center; margin-bottom: .45rem;}
.index-part1 .title h2{font-size: 36px; color: #101828; font-weight: bold;}
.index-part1 .title h3{font-size: 18px; color: #4a5565;}
.index-part1 .wrap{ display: flex;flex-direction: row;flex-wrap: wrap; gap: 0; justify-content: space-between;}
.index-part1 .item{border: 1px solid #e9e9e9; width: calc(33.33% - 20px); border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 40px 25px;transition: all .3s; background: #fff; }
.index-part1 .item:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.index-part1 .item .icon{text-align: center;}
.index-part1 .item .icon i{ font-size: 40px;color: #1c398e;}
.index-part1 .item h2{font-size: 22px; font-weight: bold;color: #0a0a0a; margin: 13px 0 5px;}
.index-part1 .item .button_blue2{width: 100%;margin-top: 20px; font-size: 14px; background: none; border: none; color:#1c398e ;}
.index-part1 .item .button_blue2 i{ margin-left: 10px;}

.index-part2{ padding: .6rem 0; background: #f9fafb;}
.index-part2 .title{ text-align: center; margin-bottom: .45rem;}
.index-part2 .title h2{font-size: 36px; color: #101828; font-weight: bold;}
.index-part2 .title h3{font-size: 18px; color: #4a5565;}
.index-part2 .wrap{ display: flex;flex-direction: row;flex-wrap: wrap; gap: 0; justify-content: space-between;}
.index-part2 .item{width: calc(25% - 20px); text-align: center;}
.index-part2 .item h2{ font-size: 48px;color: #1c398e; font-weight: bold; line-height: 1; margin-bottom: 10px;}
.index-part2 .item h3{ color: #4a5565; font-size: 16px; line-height: 1;}

.index-part3{ padding: .6rem 0;}
.index-part3 .title{ text-align: center; margin-bottom: .45rem;}
.index-part3 .title h2{font-size: 36px; color: #101828; font-weight: bold;}
.index-part3 .title h3{font-size: 18px; color: #4a5565;}
.index-part3 .wrap{ display: flex;flex-direction: row;flex-wrap: wrap; gap: 0; justify-content: space-between;}
.index-part3 .item{border: 1px solid #e9e9e9; width: calc(33.33% - 20px); border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 50px 25px;transition: all .3s; background: #fff; }
.index-part3 .item:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.index-part3 .item .icon{text-align: center; margin-bottom: 20px;}
.index-part3 .item .icon i{ font-size: 24px;color: #fe9a00; font-weight: bold;}
.index-part3 .item h2{font-size: 16px; font-weight: bold;color: #0a0a0a; margin-top: 10px;}
.index-part3 .item p{ font-style: italic;height: 60px;}


/* --------------foot------------------- */
.footer{ background: #101828;display: block;padding: 0.7rem 0 0.2rem 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: .5rem; }

.footer .logo .logo_img{ background: #155dfc; }
.footer .logo .logo_title h2{ color: #fff; margin-bottom: 8px;}
.footer .logo .logo_title h3{ color: #99a1af; font-size: 16px; line-height: 1;}
.footer .top .left{ width: 35%;}
.footer .txt{color: #99a1af; font-size: 16px;}
.footer .text{color: #fff; margin-top: 20px;}
.footer .text i{ margin-right: 8px; color: #50a2ff; font-size: 20px; width: 30px;}
.footer .text p{ margin-bottom: 5px; font-size: 16px; color: #fff;}


.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: 18px;text-transform: uppercase; font-weight: bold; }
.footer .top dd h4{ display: block;}
.footer .top dd h4 a{display: inline-block;line-height:2.2; position: relative; overflow: hidden; color: #99a1af; font-size: 15px;}
.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: #99a1af; font-size: 16px; margin:12px 0 0 0;}
.footer .top dt span i{display: none;}
.footer .bottom{display: block;  box-sizing: border-box; padding: 0.3rem 0 0.2rem; border-top: 1px solid #1e2939;}
.footer .bottom h3{     float: left;display: block;text-align: left;color:#99a1af;font-size: 14px;}
.footer .bottom h3 a{ color: #99a1af;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;} */


 



.pubbanner {
  width: 100%;
  position: relative;
  margin-top: 110px;
  text-align: center;
  background: #1c398e;
  padding: .55rem 0;
}
.pubbanner h2{ font-size: 48px; color: #fff; font-weight: bold;}
.pubbanner h3{ font-size: 18px; color: #fff;}


.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;
}
.black_Title{ color: #101828; font-size:30px; font-weight: bold; margin-bottom: 20px;}
.page_about{
  width: 100%; margin-top: 120px;
}
.page_about .part1{ display: flex; padding: .7rem 15px; justify-content: space-between; align-items: center;}
.page_about .part1 .left{ width: 50%;}
.page_about .part1 .left h2{ font-size: 48px; color: #101828; font-weight: bold; line-height: 1;}
.page_about .part1 .left h3{ font-size: 22px; color: #1c398e; font-weight: bold; margin: 10px 0;}
.page_about .part1 .left h4{ font-size: 18px; color: #4a5565; line-height: 1;}
.page_about .part1 .left .tag{margin-top: 24px;}
.page_about .part1 .left .tag a{padding: 6px 10px; border-radius: 30px; background: #dbeafe; color: #193cb8; margin-right: 8px; }
.page_about .part1 .left .text{color: #364153; margin-top: 28px;}
.page_about .part1 .left .text i{ margin-right: 8px; color: #1c398e; font-size: 20px; width: 30px;}
.page_about .part1 .left .text p{ margin-bottom: 10px; font-size: 16px;}
.page_about .part1 .left .button_box{margin-top: 36px;}
.page_about .part1 .left .button_box a{display: inline-block;}
.page_about .part1 .left .button_box a i{ margin-right: 8px;}
.page_about .part1 .left .button_box .yuyue{ margin-right: 10px;}
.page_about .part1 .right{ width: 48%; margin-left: 5%; display: flex; justify-content: center;}
.page_about .part1 .right .img{ width:400px; height: 400px; border-radius: 8px; margin: 0 auto;}
.page_about .part1 .right img{ max-width: 385px; height: auto; border-radius: 8px; margin: 0 auto;}

.page_about .part2{padding: .7rem 0; background: #f9fafb;}
.page_about .part2 .wrap{display: flex;justify-content: space-between; align-items: center; }
.page_about .part2 .wrap .right{ max-width: 48%; margin-left: 5%;}
.page_about .part2 .wrap .right img{border-radius: 8px; }

.page_about .part3{padding: .7rem 0; width: 100%;}
.page_about .part3 .black_Title{ text-align: center;}
.page_about .part3 ul{ justify-content: space-between; display: flex; margin:0 -15px;}
.page_about .part3 li{ border: 1px solid #e9e9e9; width: 33.3%; margin: 0 15px; border-radius: 8px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 40px 0;transition: all .3s;}
.page_about .part3 li i{ font-size: 22px; color: #fe9a00; margin: 10px 0;}
.page_about .part3 li h2{font-size: 20px; color: #101828; font-weight: bold; margin: 3px 0;}
.page_about .part3 li:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}

.page_about .part4{padding: .7rem 0; background: #f9fafb;}
.page_about .part4 .title{ text-align: center;}
.page_about .part4 .title .black_Title{margin-bottom: 10px;}
.page_about .part4 .title p{ font-size: 18px;}
.page_about .part4 ul{width: 100%; margin-top: 30px;}
.page_about .part4 li{ border: 1px solid #e9e9e9; width:100%; margin-bottom: 30px; border-radius: 8px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1);  padding: 40px 35px;transition: all .3s; display: flex; justify-content: left; background: #fff; }
.page_about .part4 li .left{ margin-right: 20%; }
.page_about .part4 li .left span{ font-size: 14px;}
.page_about .part4 li .left span i{margin-right: 8px; font-size: 16px; font-weight: bold;}
.page_about .part4 li .left h2{ font-size: 20px; font-weight: bold;}
.page_about .part4 li .left h3{ font-size: 24px; font-weight: bold;}
.page_about .part4 li .right dl{text-align: left; margin-bottom: 15px;}
.page_about .part4 li .right dt{font-size: 16px; font-weight: bold;  margin-bottom: 5px; color: #101828;}
.page_about .part4 li .right dt i{margin-right: 8px;}
.page_about .part4 li .right dd{ font-size: 16px; color:#4a5565;}
.page_about .part4 li:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.page_about .part4 li:last-child{ margin-bottom: 0;}

.page_about .part5{padding: .7rem 0; width: 100%;}
.page_about .part5 .title{ text-align: center;}
.page_about .part5 .title .black_Title{margin-bottom: 10px;}
.page_about .part5 .title p{ font-size: 18px;}
.page_about .part5 ul{ display: flex; justify-content: space-around; margin-top:.5rem;}
.page_about .part5 ul li{ text-align: center;}
.page_about .part5 ul li .num{ width: 64px;height: 64px;border-radius: 50%; background-color: #1c398e; font-size: 20px; font-weight: bold; color: #fff; margin: 0 auto; text-align: center; line-height: 64px;}
.page_about .part5 ul li h2{font-size: 18px; font-weight: bold;color: #0a0a0a; margin: 10px 0 5px;}

.page_botom{ width: 100%;padding: .6rem 0; background: #1c398e; text-align: center;}
.page_botom .title{ text-align: center;}
.page_botom .title .black_Title{margin-bottom: 10px; color: #fff;}
.page_botom .title p{ font-size: 18px;color: #fff;}
.page_botom .yuyue{margin-top: 25px;}

.page_box{ background: #f9fafb; width: 100%; padding: .6rem 0;}
.page_service .wrap{ display: flex;flex-direction: row;flex-wrap: wrap; gap: 0; justify-content: space-between;}
.page_service .item{border: 1px solid #e9e9e9; width: calc(33.33% - 20px); border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 50px 25px;transition: all .3s; background: #fff; margin-bottom: 32px;}
.page_service .item:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.page_service .item .icon{text-align: center;}
.page_service .item .icon i{ font-size: 40px;color: #1c398e;}
.page_service .item h2{font-size: 22px; font-weight: bold;color: #0a0a0a; margin: 13px 0 5px;}
.page_service .item ul{width:100%; margin-top: 25px;}
.page_service .item ul li{padding-left: 20px; position: relative; text-align: left; font-size: 14px; margin: 5px 0;}
.page_service .item ul li::before{ width: 8px; height: 8px; border-radius: 50%; background: #1c398e; font-size: 14px;position: absolute; left: 0; content: ""; top:8px }
.page_service .item .button_blue2{width: 100%;margin-top: 20px; font-size: 14px;}

.service_show{padding: .6rem 0;}
.service_show .wrap{display: flex;flex-direction: row;flex-wrap: wrap; gap: 0; justify-content: space-between;}
.service_show .left{ width: 330px; border-right: 1px solid #e5e5e5; padding-right: 30px;}
.service_show .left .icon {margin-bottom: 30px; margin-left: 15px; margin-top: 20px;}
.service_show .left .icon i{ font-size: 40px;color: #1c398e;}
.service_show .left h2{font-size: 28px; font-weight: bold;color: #0a0a0a; margin: 13px 0 15px; line-height: 1;}
.service_show .left .button_box{margin-top: 36px; margin-bottom: 36px;}
.service_show .left .button_box a{display: inline-block; font-size: 14px;}
.service_show .left .button_box a i{ margin-right: 8px; margin-left: 8px;}
.service_show .left .button_box .yuyue{ margin-right: 10px;}
.service_show .left .button_box .white{ background: #fff;}
.service_show .right{width: calc(100% - 350px);min-height: 450px; padding: 0 15px 0 50px;}
.service_show .left .leftSide.fixed{ position: fixed;top:150px}
.service_case_title{ font-size: 28px;font-weight: bold;color: #0a0a0a; margin: 40px 0 40px; line-height: 1;}
.service_case {display: flex;flex-direction: row;flex-wrap: wrap; gap: 30px; justify-content: flex-start;}
.service_case .item{border: 1px solid #e9e9e9; width: calc(50% - 15px); border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 50px 25px;transition: all .3s; background: #fff; }
.service_case .item:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.service_case .item .tag{ width: 100%; display: flex; justify-content: space-between;font-size: 12px;}
.service_case .item .tag a{display: inline-block; padding: 6px 10px; font-size: 12px; border-radius: 30px; line-height: 1;}
.service_case .item h2{font-size: 18px; font-weight: bold;color: #0a0a0a; margin: 12px 0 0px; text-align: left;}
.service_case .item ul{width:100%; margin-top: 10px; margin-bottom: 12px;}
.service_case .item ul li{position: relative; text-align: left; font-size: 14px; margin: 5px 0; color: #4a5565;}
.service_case .item ul li i{margin-right: 8px; font-weight: bold; width: 18px; text-align: center;}
.service_case .item p{ font-size: 14px;text-align: left; color: #4a5565;}
.service_case .item .button_blue2{width: 100%;margin-top: 12px; font-size: 14px;}

.page_case_menu{padding: 34px 0; background: #fff; width: 100%; text-align: center;}
.page_case_menu a{padding: 8px 18px; border: 1px solid #e5e5e5; margin: 0 7px ;transition: all .3s; color: #000;font-size: 14px; border-radius: 8px; display: inline-block;}
.page_case_menu a:hover{ background: #f5f5f5;}
.page_case_menu a.act{ border: 1px solid #1c398e; color: #1c398e;}

.page_case .wrap{ display: flex;flex-direction: row;flex-wrap: wrap; gap: 30px; justify-content: flex-start;}
.page_case .item{border: 1px solid #e9e9e9; width: calc(33.33% - (60px / 3)); border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 50px 25px;transition: all .3s; background: #fff; }
.page_case .item:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.page_case .item .tag{ width: 100%; display: flex; justify-content: space-between;font-size: 12px;}
.page_case .item .tag a{display: inline-block; padding: 6px 10px; font-size: 12px; border-radius: 30px; line-height: 1;}
.page_case .item h2{font-size: 18px; font-weight: bold;color: #0a0a0a; margin: 12px 0 0px; text-align: left;}
.page_case .item ul{width:100%; margin-top: 10px; margin-bottom: 12px;}
.page_case .item ul li{position: relative; text-align: left; font-size: 14px; margin: 5px 0; color: #4a5565;}
.page_case .item ul li i{margin-right: 8px; font-weight: bold; width: 18px; text-align: center;}
.page_case .item p{ font-size: 14px;text-align: left; color: #4a5565;}
.page_case .item .button_blue2{width: 100%;margin-top: 12px; font-size: 14px;}

.case_show{padding: .6rem 0; background: #f9fafb;}
.case_show .wrap{display: flex;flex-direction: row;flex-wrap: wrap; gap: 30px; justify-content: space-between;}
.case_show .wrap .left{ width: calc(70% - 30px); border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1);padding: 45px 25px;transition: all .3s; background: #fff;}
.case_show .title{ text-align: left; width: 100%; position: relative; padding-bottom:30px; border-bottom: 1px solid #585858; margin-bottom: 40px;}
.case_show .title .h2{font-size: 28px; font-weight: bold;color: #0a0a0a; margin: 13px 0 15px; line-height: 1;}
.case_show .title .space{width: 100%; margin-left: 10px;}
.case_show .title .space span{ margin-right: 15px; color: #000;}
.case_show .title .space span i{ margin-right: 8px;}
.case_show .title .h2 .tag{display: inline-block; padding: 8px 20px; font-size: 14px; border-radius: 30px; margin-left: 15px; }
.case_show .wrap .right{ width: 30%;}
.case_show .wrap .right .box1{ width: 100%;border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 45px 25px;transition: all .3s; background: #fff; }
.case_show .wrap .right .box1 .title{ font-size: 20px; font-weight: bold; color: #0a0a0a; line-height: 1.2; width: 100%; float: left; text-align: left; margin-bottom: 25px;} 
.case_show .wrap .right .box1 .title i{ margin-right: 10px;}
.case_show .wrap .right .box1 .card-content{
  display: flex;
  justify-content: left;
  align-items: center;
}
.case_show .wrap .right .box1 .card-content .img{ width: 80px; height: 80px; border-radius: 50%; margin-right: 20px; overflow: hidden;}
.case_show .wrap .right .box1 .card-content .img img{ width: 80px; height: 80px; }
.case_show .wrap .right .box1 .card-content .text{ text-align: left;}
.case_show .wrap .right .box1 .card-content .text h2{ font-size: 20px; font-weight: bold; color: #0a0a0a; line-height: 1.2;}
.case_show .wrap .right .box1 .card-content .text h3{font-size: 16px; color: #4a5565; line-height: 1; margin: 6px 0;}
.case_show .wrap .right .box1 .card-content .text h4{ font-size: 14px; color: #155dfc; line-height: 1;}
.case_show .wrap .right .box1 .card-content-text p{font-size: 14px; color: #4a5565; text-align: left; margin-top: 20px; margin-bottom: 0;}


.tag_red{background: #ffe2e2;color: #9f0712;}
.tag_green{background: #dcfce7;color: #016630;}
.tag_yellow{background: #fef9c2;color: #894b00;}
.tag_blue{background: #dbeafe;color: #193cb8;}
.tag_purple{background: #f3e8ff;color: #6e11b0;}
.tag_orange{background: #ffedd4;color: #9f2d00;}



.page_contact{ background: #f9fafb; width: 100%; padding: .6rem 0;}
.page_contact .wrap{ display: block;}
.page_contact .wrap .left{width: 48%;border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 50px 25px;transition: all .3s; background: #fff; float: left; }
.page_contact .wrap .right{ width: 48%; float: right;}
.page_contact .wrap .right .box1{ width: 100%;border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 45px 25px;transition: all .3s; background: #fff; }
.page_contact .wrap .right .box1 .title{ font-size: 20px; font-weight: bold; color: #0a0a0a; line-height: 1.2; width: 100%; float: left; text-align: left; margin-bottom: 25px;} 
.page_contact .wrap .right .box1 .title i{ margin-right: 10px;}
.page_contact .wrap .right .box1 .card-content{
  display: flex;
  justify-content: left;
  align-items: center;
}
.page_contact .wrap .right .box1 .card-content .img{ width: 80px; height: 80px; border-radius: 50%; margin-right: 20px; overflow: hidden;}
.page_contact .wrap .right .box1 .card-content .img img{ width: 80px; height: 80px; }
.page_contact .wrap .right .box1 .card-content .text{ text-align: left;}
.page_contact .wrap .right .box1 .card-content .text h2{ font-size: 20px; font-weight: bold; color: #0a0a0a; line-height: 1.2;}
.page_contact .wrap .right .box1 .card-content .text h3{font-size: 16px; color: #4a5565; line-height: 1; margin: 6px 0;}
.page_contact .wrap .right .box1 .card-content .text h4{ font-size: 14px; color: #155dfc; line-height: 1;}
.page_contact .wrap .right .box1 .card-content-text p{font-size: 14px; color: #4a5565; text-align: left; margin-top: 20px; margin-bottom: 0;}

.contact-box{ margin-top: 25px; text-align: left;}
.contact-box .icon-text-groups {
  display: flex;
  flex-direction: column;
  gap: 24px; 
  width: 100%;
}
.contact-box .icon-text-group {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.contact-box  i{font-size: 22px; width: 28px; text-align: center;}
.contact-box .text-content {
  display: flex;
  flex-direction: column;
  gap: 4px; 
}
.contact-box .text-line1{ font-size: 16px; margin-bottom: 3px; color: #101828;text-align: left; line-height: 1;}
.contact-box .text-line2{ font-size: 16px; margin-bottom: 3px; color: #364153; text-align: left;line-height: 1;}
.contact-box .text-line3{ font-size: 14px;color: #6a7282;text-align: left;line-height: 1;}
.contact-box .text-line2 img{ width: 100px; height: 100px; margin: -5px 0;}

.time-box{ margin-top: 25px; text-align: left;}
.time-container {
  display: flex;
  flex-direction: column;
  gap: 6px; 
  width: 100%;
}
.time-container div{
  display: flex;
  justify-content: space-between;
}

.process{margin-top:.6rem;}
.process .title{ font-size: 30px; font-weight: bold; color: #0a0a0a;text-align: center;margin-bottom: 30px; }
.process-container{  display: flex;flex-direction: row;flex-wrap: wrap; gap: 30px; justify-content: flex-start; }
.process-container .item{border: 1px solid #e9e9e9; width: calc(33.33% - (60px / 3)); border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); text-align: center; padding: 35px 25px;transition: all .3s; background: #fff; }
.process-container .item:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.process-container .item .num{ width: 48px;height: 48px;border-radius: 50%; background-color: #1c398e; font-size: 20px; font-weight: bold; color: #fff; margin: 0 auto; text-align: center; line-height: 48px;}
.process-container .item h2{font-size: 18px; font-weight: bold;color: #0a0a0a; margin: 10px 0 5px;}
.process-container .item p{font-size: 14px;}




.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: .7rem 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;padding:30px 25px;border: 1px solid #e9e9e9; border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1);   background: #fff;}
.proSide h3{ font-size: 18px; color: #101828; font-weight: bold;margin-bottom: 16px;}
.proSide.fixed{ position: fixed;top:150px}
.proSide.absolute{ position: absolute;bottom:0;}
.proSide-menu{ user-select: none;cursor: pointer;align-items: flex-start; font-size: 16px; padding: 12px 14px; text-transform: uppercase;display: flex;flex-wrap: wrap; align-items: center; border-radius: 10px; margin-bottom: 10px;}
.proSide-select:first-child .proSide-menu{ border-top: none;}

.proSide-menu a{transition: all .4s ease;display: block;flex: 1;padding-right: 10px;line-height: 1; color: #364153; }
.proSide-menu i{transition: all .4s ease;display: block;transform: rotate(180deg);}
.proSide-menu.active,.proSide-menu:hover{ background: #f3f4f6;}
.proSide-menu.active i{transform: rotate(0);}
.proSide-menu span{ line-height: 1; color: #6a7282; font-size: 15px;}
.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% - 340px); min-height: 450px;}
.proList{display: flex;flex-wrap: wrap;justify-content: space-between;}
.proList::after {
  content: "";
  width: 32.3%;  
}
.newsItem:nth-child(-n+3){margin-top: 0;}
.newsItem{width: 100%;transition: all .4s ease; margin-bottom: 30px;border: 1px solid #e9e9e9; border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); padding: 50px 25px; background: #fff;}
.newsItem:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.newsItem-con {text-align: left; float: left; width: 100%;}
.newsItem-con span.tag {display: inline-block; padding: 8px 10px; font-size: 14px; border-radius: 30px; line-height: 1;}
.newsItem-con .title{color: #101828;font-size: 18px; line-height: 1.2; margin: 20px 0px 10px; font-weight: bold; }
.newsItem-con .text{ color: #4a5565; font-size: 15px;}
.newsItem-con .bottom{ margin-top: 15px; display: flex; justify-content: space-between;}
.newsItem-con .bottom .left span{ margin-right: 10px; font-size: 15px; color: #6a7282;}
.newsItem-con .bottom .left span i{ margin-right: 8px;}
.newsItem-con .bottom .right .more{font-size: 14px; border-radius: 8px; border: 1px solid #1c398e; color: #1c398e; height: 32px; width: 108px;}
.newsItem-con .bottom .right .more:hover { color: #fff;}
.newsItem-con .bottom .right .more i{ margin-left: 8px;}

/* 下载 */
.downList{display: flex;flex-wrap: wrap;justify-content: space-between; gap: 30px;justify-content: flex-start;}
.downItem{width: calc(50% - (30px / 2));transition: all .4s ease; border: 1px solid #e9e9e9; border-radius: 12px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px -1px rgba(0, 0, 0, 0.1); padding: 50px 25px; background: #fff;}
.downList::after {
    content: "";
    width: calc(50% - (30px / 2));
}
.downItem:hover{box-shadow:0px 9px 8px 0px rgba(0, 0, 0, 0.05), 0px 13px 14px -1px rgba(0, 0, 0, 0.05);}
.downItem-con {text-align: left; float: left; width: 100%; display: flex; justify-content: space-between; align-items: start;}
.downItem-con .icon{font-size: 20px; width: 50px; text-align: center;margin-right: 10px;}
.downItem-con .icon i{font-size:30px; }
.downItem-con .right{ width:calc( 100% - 60px) ;}
.downItem-con .right span.tag {display: inline-block; padding: 8px 10px; font-size: 14px; border-radius: 4px; line-height: 1; background: #f3f4f6; color: #6a7282;}
.downItem-con .right .title{color: #101828;font-size: 18px; line-height: 1.2; margin: 0px 0px 10px; font-weight: bold; }
.downItem-con .right .text{ color: #4a5565; font-size: 14px; margin-bottom: 10px;}
.downItem-con .right .button{ width: 100%; margin-top: 16px; text-align: center;}
.downItem-con .right .button a{width: 100%;}
.downItem-con .right .button i{ margin-right:15px; color: #fff; font-size: 14px;}



.proItem:nth-child(-n+3){margin-top: 0;}
.proItem{width: 100%;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;}




/*-----------------[文章详细页]--------------*/
.news_Container{background: #fff;  padding:.6rem 0;}
.projectshow1{margin: 0px auto; background: #fff;}
.projectshow1 .title{ text-align:left; padding-bottom:5px; margin-bottom:30px;   }
.projectshow1 .title h1{ font-weight:inherit; font-size:28px; color:#0a0a0a; font-weight: bold;}
.projectshow1 .title .time{ font-size:15px; color:#0000004d;text-align: left; width: 100%; padding: 12px 0;}
.projectshow1 .title .time span{ float: none; margin-right: 12px;}

.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 .getDiv{ padding-bottom: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: 100%; padding: 0 5px;}
.ctaMsg .comTitle .title{font-size: 20px;color: #101828; line-height: 1;text-transform: uppercase; text-align: left; font-weight: bold;}
.ctaMsg .comMsg-table{display: flex;  flex-wrap: wrap;justify-content: space-between;margin-top: 20px;}
.ctaMsg .comMsg-input .comMsg-title{display: flex;flex-wrap: wrap;font-size: 15px;color: #364153;}
.ctaMsg .comBtn-box{margin-top: 30px;justify-content: flex-start;}
.ctaMsg .comBtn-box .comBtn{ width: 100%; border-radius: 6px;}
.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;}
}