@charset "utf-8";
*{box-sizing: border-box; }
html,body{overflow-x: hidden;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,textarea{ font:12px Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1",sans-serif,'Microsoft YaHei';border:none; overflow-x:hidden; }
h1{font-size: 18px; }
h2{font-size: 16px; }
h3{font-size: 14px; }
h4,h5,h6{font-size: 100%; }
small{font-size: 12px; }
img,input{vertical-align: middle; border:none; }
ul,ol,li{list-style: none; }
a{text-decoration:none;outline:none}
a:hover{text-decoration: underline;}
table{border-collapse: collapse;border-spacing: 0;}
body { background:#fff; color:#555; font-size:12px;overflow-x:hidden;}
.clear{height:1px;clear:both;margin-bottom:-1px;overflow:hidden;visibility:hidden;display:block;}
i,em{font-style: normal;}
a{color:#333;cursor:pointer;}
a:hover{text-decoration:none;}
input,button,select{font-family:'Microsoft Yahei';outline: none;font-size:14px; }
button,input[type=button]{cursor: pointer;}
img { image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering: crisp-edges;-ms-interpolation-mode:nearest-neighbor; }
textarea,button,input{outline: none;}


/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/* 宽度 */
.w1200{width:1200px;margin:0 auto;}
.w1400{width:1400px;margin:0 auto;}
.w1600{ width: 96%; max-width:1600px; margin:0 auto; }
@media all and (max-width:1460px){
	.w1400{width:100%;padding:0 2%}
}
@media all and (max-width:1260px){
	.w1200{width:100%;padding:0 2%}
}
@media all and (max-width:768px){
  .w1600{ width: 94%; }
	.w1400{padding:0 3%}
	.w1200{padding:0 3%}
}

/* 弹性布局 */
.c-flex{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.c-flex1{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}

/* 图片比例 */
.picScale{ padding-bottom: 60%; overflow: hidden; position: relative; }
.picScale img{ max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.5s; }
.picScale img:hover{ transform: translate(-50%,-50%) scale(1.1); }

/* 文本溢出 */
.text_clamp1{	overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.text_clamp2{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.text_clamp3{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }

.swiper-container{ --swiper-theme-color: #ff6600; --swiper-navigation-color: #00ff33; --swiper-navigation-size: 30px; }

.cell_box{font-size: 0;}
.cell_box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell_box .cell{width: 100%; display: inline-block; vertical-align: middle;}

/* PC and Moble */
.pc{ display: block; } 
.m{ display: none; }
@media (max-width: 768px) {
	.pc{ display: none; }
	.m{ display: block; }
}

/* 边距 */
.pd100{padding: 100px 0;}
.pd120{padding: 120px 0;}
.pd150{padding: 150px 0;}
@media (max-width: 1240px) {
	.pd100{padding: 70px 0;}
	.pd120{padding: 80px 0;}
	.pd150{padding: 90px 0;}
}
@media (max-width: 1024px) {
	.pd100{padding: 60px 0;}
	.pd120{padding: 70px 0;}
	.pd150{padding: 80px 0;}
}
@media (max-width: 768px) {
	.pd100{padding: 50px 0;}
	.pd120{padding: 60px 0;}
}
@media (max-width: 480px) {
	.pd100{padding: 40px 0;}
	.pd120{padding: 50px 0;}
	.pd150{padding: 50px 0;}
}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}

.cell_mid{ display: table; height:100%; width:100%; }
.cell_h{ height:100%;display: table-cell; vertical-align: middle; } 


/* 标题 */
.index_title{ padding: 100px 0 30px; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; }
.index_title h3{font-size: 48px; font-weight: normal; color: #010101; margin-bottom: 25px; position: relative; }
.index_title h3::after,
.index_title h3::before{ display: block; content: ""; width: 60px; height: 19px; background: url(../images/title_icon1.png) no-repeat center / auto 100%; position: absolute; top: 50%; transform: translateY(-50%); }
.index_title h3::after{ left: -90px; }
.index_title h3::before{ right: -90px; background-image: url(../images/title_icon2.png); }
.index_title h3 strong{ font-weight: bold; }
.index_title p{ font-size: 20px; color: #333333; position: relative; }
.index_title p::after,
.index_title p::before{ display: block; content: ""; width: 14px; height: 1px; background: #000000; position: absolute; top: 50%; transform: translateY(-50%);  }
.index_title p::after{ left: -30px; }
.index_title p::before{ right: -30px; }
@media (max-width: 1460px) {
  .index_title{padding: 60px 0 30px;}
  .index_title h3{font-size: 40px; margin-bottom: 20px;}
  .index_title p{font-size: 18px;}
}
@media (max-width: 1240px) {
  .index_title h3{font-size: 32px; margin-bottom: 15px;}
  .index_title p{font-size: 16px;}
}
@media (max-width: 1024px) {
  .index_title{padding: 40px 0 15px;}
}
@media (max-width: 768px) {
  .index_title h3{font-size: 26px; margin-bottom: 10px;}
  .index_title h3::after, .index_title h3::before{width: 50px; height: 15px;}
  .index_title h3::after{left: -70px;}
  .index_title h3::before{right: -70px;}
  .index_title p{font-size: 14px;}
  .index_title p::after, .index_title p::before{background-color: #666;width: 10px; }
  .index_title p::after{left: -24px;}
  .index_title p::before{right: -24px;}
}
@media (max-width: 600px) {
  .index_title{padding: 45px 0 25px;}
  .index_title h3{font-size: 22px; margin-bottom: 8px;}
}



/* 标题 */
.idx_title{ text-align: center; padding: 90px 0; }
.idx_title h3{ font-size: 48px; padding-bottom: 10px; color: #000000; }
.idx_title p{ font-size: 20px; line-height: 32px; color: #333333; }
.idx_title p span{ font-weight: bold; color: #3ab54b;  }
@media (max-width: 1440px) {
  .idx_title{ padding: 60px 0; }
  .idx_title h3{ font-size: 40px; }
  .idx_title p{ font-size: 18px; line-height: 28px; }
}
@media (max-width: 1024px) {
  .idx_title{ padding: 50px 0; }
  .idx_title h3{font-size: 36px;}
  .idx_title p{font-size: 16px; line-height: 26px; }
}
@media (max-width: 768px) {
  .idx_title{ padding: 40px 0; }
  .idx_title h3{font-size: 30px; padding-bottom: 5px;}
  .idx_title p{font-size: 14px; line-height: 24px; }
}
@media (max-width: 640px) {
  .idx_title{ padding: 30px 0; }
  .idx_title h3{ font-size: 24px; padding-bottom: 5px;}
  .idx_title p{font-size: 12px; line-height: 20px;}
}

  

/* More 查看更多 */
.more_01{  }
.more_01 a{ display: block; width: 200px; height: 60px; line-height: 60px; color: #3ab54b; font-size: 18px; border: 1px solid #3ab54b; padding: 0 20px; position: relative; overflow: hidden;border-top-right-radius: 10px;border-bottom-left-radius: 10px; }
.more_01 a::before{ display: block; content: ''; width: 0; height: 0; border: 7px transparent solid; border-left-color: #FFFFFF; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); z-index: 3; }
.more_01 a span{ position: relative; z-index: 3; color: #3ab54b; transition: 0.3s; }
.more_01 a i{ display: block;  height: 64px; width: 100px; position: absolute; right: -40px; top: -2px; transform: skewX(-25deg); z-index: 2; transition: all 0.5s; }
.more_01 a:hover{ color: #ffffff !important; }
.more_01 a:hover span{ color: #ffffff; }
.more_01 a:hover i{ transform: skewX(0deg); width: 300px; }
.more_01 a:hover span{ padding-left: 20px; }


.more_01.white a{ border: 1px solid #FFFFFF; color: #FFFFFF; }
.more_01.white a::before{ border-left-color: #fff; }
.more_01.white a span{ color: #FFFFFF; }
.more_01.white a i{ }
/*.more_01.white a:hover{ color: #3ab54b !important; }
.more_01.white a:hover span{ color: #3ab54b; }*/
.more_01.white a:hover i{ transform: skewX(0deg); width: 300px; }
@media (max-width: 1240px) {
  .more_01 a{ height: 50px; line-height: 50px; font-size: 16px; width: 175px; }
  .more_01 a i{ height: 54px; }
  .more_01 a:hover span{ padding-left: 10px; }
}
@media (max-width: 980px) {
  .more_01 a{ height: 40px; line-height: 40px; font-size: 14px; width: 150px; padding: 0 15px; }
  .more_01 a::before{right: 15px;}
  .more_01 a i{ height: 44px; right: -50px; }
  .more_01 a:hover span{ padding-left: 10px; }
}


.more_02{margin-top: 0px; display: inline-block; }
.more_02 a{ display: block; width: 130px; height: 45px; line-height: 45px; color: #000000; font-size: 16px; text-align: center; padding: 0 5px; position: relative; overflow: hidden; background: url(../images/anniu2.png) no-repeat left center / 100%; }
.more_02 span{ color: #000000;}
.more_02 a:hover{ background-image: url(../images/anniu1.png); }
.more_02 a:hover span{ color: #FFFFFF; }
@media (max-width: 1600px) {
  .more_02 a{ width: 110px; height: 38px; line-height: 38px; font-size: 14px;  }
}
@media (max-width: 1100px) {
  .more_02 a{ width: 100px; height: 34px; line-height: 34px; font-size: 14px;  }
}
@media (max-width: 960px) {
}


html.no_scroll{ overflow-y: hidden; }
/************** 导航栏 ***************/
#header{
 /* -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2); */
          /* box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2); */
width:100%; padding: 30px 0; background-color:; z-index:999; position:absolute;transition: transform 0.5s ease 0s;
}
.header_mid{
position:relative; padding-left:15%;}
.header_mid_left{ text-align:left;position:absolute; left:0; top:0; height:100%; width:15%;}
/* .header_mid_left:after{position:absolute; right:0; top:0; height:100%; width:1px; content:''; background-color:#dedede;} */
.header_mid_left img{
max-width:85.85365853658537%;}
.header_mid_right{ /* padding-right:6.21875em; */ padding-right: 60px; 
position:absolute; right:0; top:0; height:100%; }
/* .header_mid_right:after{position:absolute; left:0; top:0; height:100%; width:1px; content:''; background-color:#dedede;} */
.header_mid_right .phone{ background: url(../images/icon_tel.png) no-repeat left center; color: #FFFFFF; font-size: 20px; font-weight: normal; padding-left: 30px;  }
.header_mid_mid ul li{ z-index:10;
float:left; position:relative; line-height:6.125em; margin-left:3.3125em;}
.header_mid_mid ul li a.biga{ display:block; color: #FFFFFF; font-size:20px; position:relative; padding-right:1em; }
.header_mid_mid ul li a.biga:after{transition: .2s ease-in-out;
-webkit-transition: .6s ease-in-out;
-moz-transition: .6s ease-in-out;
-o-transition: .6s ease-in-out;
right:0; position:absolute; content:''; width:0.55em; height:0.3em; top:50%; margin-top:-0.15em; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img1.png);}
.header_mid_mid ul li a.biga:hover:after,.header_mid_mid ul li a.bigaon:after{transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);}
.header_mid_mid ul li:nth-child(1) a.biga{
padding-right:0;}
.header_mid_mid ul li:nth-child(1) a.biga:after{display:none}
.header_mid_right_left span{font-size:1.25em;}
.header_mid_right_left{padding:0 1.75em; float:right;}
.header_mid_right_left i{
margin-right:0.5em;}
.header_mid_right_right{ background-color:; padding:0;/* width:6.21875em; */ width: 50px; text-align:center; position:absolute; right:0; top:0; height:100%; background-position:center; background-repeat:no-repeat; }
.header_mid_right a .header_mid_right_right i{ font-size:1.5em; color:#fff; display: inline-block; width: 20px; height: 20px; background: url(../images/icon_search.png) no-repeat center; }

.head_btn{cursor: pointer; position: absolute; top: 45%; right: 0; transform: translateY(-50%); padding: 10px; display: none; }
.head_btn .menuBtn {width: 28px;height: 15px;}
.head_btn .bar1,
.head_btn .bar2,
.head_btn .bar3{ width: 28px;height: 3px;background-color: #FFFFFF;margin: 4px 0;transition: 0.4s; }
.head_btn .bar1{margin-top: 0;}
.head_btn .bar2{width: 20px;}
.head_btn .bar3{margin-bottom: 0;}
.head_btn.change .bar1 {transform: rotate(45deg) translate(4px, 5px);}
.head_btn.change .bar2 {opacity: 0;}
.head_btn.change .bar3 {transform: rotate(-45deg) translate(5px, -6px);}

.global-nav-initializer {
  width: 38px;
  height: 34px;
  display:none; margin:0 1em;
  
  position: relative;
  background: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.global-nav-initializer .line {
  width: 22px;
  height: 2px;
  background: 2px;
  left: 8px;
  position: absolute;
  background: #333;
  
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.global-nav-initializer .line.top {
  top: 8px; }
.global-nav-initializer .line.mid {
  top: 16px; }
.global-nav-initializer .line.bottom {
  top: 24px; }
.active .global-nav-initializer {
background: #cfa972; }
.active .global-nav-initializer .line {
background-color:#fff;
}
.global-nav-initializer.active .line.top {
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
-moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
-ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
-o-transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0);
transform: rotate3d(0, 0, 1, -45deg) translate3d(-6px, 6px, 0); }
.global-nav-initializer.active .line.mid {
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0); }
.global-nav-initializer.active .line.bottom {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
  -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
  -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
  -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0);
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-5px, -5px, 0); }
.header_mid_mid ul li dl{ width:154px; line-height:normal; text-align:center; background-repeat:repeat-x; background-position:center 1px;
position:absolute; left:-37px; top:6.125em; display:none; /*background-image:url(../images/img2.jpg);*/   z-index:10;   -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);border-radius:0 0 3px 3px; background-color: #FFFFFF; background-position:center bottom; background-repeat:no-repeat;/* background-image: url(../images/img3.png); */ padding-bottom:0px; }
/* .header_mid_mid ul li dl:after{ background-color:#fff;position:absolute; width:154px; height:10px;-webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2); box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2); left:18px; top:-9px; content:'';} */
.header_mid_mid ul li dl dd{ padding:0 0px;  }		  	
.header_mid_mid ul li dl.col_2{ display: none; width: 300px; left: -105px;  }
.header_mid_mid ul li dl.col_2 dd{ width: 50%; float: left;  }
.header_mid_mid ul li dl.col_2 a { padding: 10px; }
.header_mid_mid ul li dl a{ border-bottom:1px #efefef solid; font-size: 16px;
display:block; padding:10px 0; color:#000; }
.header_mid_mid ul li dl a:hover{ background-color:#e1ecf5; border-color:#e1ecf5; }
.mobilemenu{ overflow:visible; overflow-x:hidden; overflow-y:auto;  -webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; opacity:0;
position:fixed; left:0; top:-100%; width:100%; background-color:rgba(0,0,0,0.9);height:calc(100vh ); z-index:9999; }
.mobilemenuon{top:0;opacity:1; padding-top: 73.15px;}
.mobilemenu ul li{
text-align:center;border-bottom:1px #333 solid; }
.mobilemenu ul{
margin:.5em 0 0 0;}
.mobilemenu ul li a.biga{display:block;  padding:0.8em 0; font-size: 16px; color: #FFFFFF; }
.mobilemenu ul li.on a.biga{
color:#fff; background-color:#39b54a;}
.mobilemenu ul li dl dd{font-size:15px; margin:15px 0; }
.mobilemenu ul li dl dd a{ color: #FFFFFF; }
.mobilemenu ul li dl{ display:none;
padding-bottom:0.5em;}
@media screen and (max-width:1630px) {
  .header_mid_mid ul li dl{ left:-44px; }
  .header_mid_mid ul li a.biga{ font-size: 18px; }
  .header_mid{ font-size:0.875em; }
  .header_mid_right .phone{font-size: 18px; line-height: 20px; height: 20px; display: inline-block;}
}
@media screen and (max-width:1440px) {
  .header_mid_mid ul li{ margin-left: 3.0125em;}
  .header_mid_mid ul li a.biga{ font-size: 16px; }
  .header_mid_mid ul li dl{left:-44px;}
  .header_mid_mid ul li dl a{font-size: 14px;}
  .header_mid{font-size:0.8em;}
  .header_mid_left img{max-width:75%;}
  .header_mid_right .phone{font-size: 16px; }
}
@media screen and (max-width:1340px) {
  .header_mid_right .phone{display: none;}
}
@media screen and (max-width:1280px) {
  .header_mid_right_left{display:none;}
  /* #header{position:fixed; z-index:9999; left:0; top:0;} */
  #mid{margin-top:4.571875em;}
}
@media screen and (max-width:1200px) {
  #header{padding: 15px 0;/* background-color: #FFFFFF; */ z-index: 99999; }
  .header_mid_right a .header_mid_right_right i{ font-size:1.6em; }
  .header_mid_right_right{position: static;}
  .header_mid_right:after,
  .header_mid_left:after{ display:none; }
  
  .header_mid_mid{ display:none; }
  .header_mid{
  height:5.714285714285714em;}
  
  .head_btn{display: block;}
  
  .global-nav-initializer{
  display:block}
  .header_mid_left{ width:auto; padding: 0 10px;}
  .header_mid_left img{
  max-width:100%; height:59px;}

}
@media screen and (max-width:640px) {
.header_mid_right a .header_mid_right_right i{
font-size:1.375em;}

.header_mid_left img{
height:40px;}
.header_mid{
height:4.5em;}
.header_mid_right_right{
width:4.5em;}
.header_mid_right{
padding-right:4.5em;}
.global-nav-initializer{
margin:0 0.5em;}
.header_mid_left{
padding:0 1em;}
}





.moble_nav{ padding-top: 140px; padding-bottom: 50px; height: 100%; width: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 999; display: none; }
.moble_nav nav{ padding: 0 20px; height: 100%; }
.moble_nav ul{ height: 100%; overflow-y: auto; border-top: 1px solid rgba(100,100,100,0.3); }
.moble_nav ul li{  }
.moble_nav ul li span{ display: block; border-bottom: 1px solid rgba(100,100,100,0.3); overflow: hidden; }
.moble_nav ul li span.icon{ background: url(../images/icon_next1.png) no-repeat right center; background-size: 25px; padding-right: 50%; }
.moble_nav ul li span.icon.cur{ background-image: url(../images/icon_next.png);border-bottom: 1px solid rgba(219, 0, 0, 0.6);}
.moble_nav ul li span a{ padding: 18px 0; display: block; font-size: 18px; font-weight: bold; color: #FFFFFF; }
.moble_nav ul li .subnav{  border-bottom: 1px solid rgba(219, 0, 0, 0.6); padding: 6px 0 10px; display: none;}
.moble_nav ul li .subnav a{ display: block; padding: 10px 0; font-size: 16px; padding-left: 10px; color: #eeeeee;}
@media (max-width:768px){
	.moble_nav{padding-top: 100px;}
}
@media (max-width:480px){
  .moble_nav ul li span a{font-size: 16px;}
}


.ovh {
  overflow: hidden;
}

.search-alert2 {
  position: fixed;
  z-index: 99999;
  background-color: #39b54a;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert2 .warp{
  width:1000px;
  margin:0 auto;
  height:100vh;
  display: flex;flex-wrap: wrap;flex-direction: column; justify-content: center;
}
.search-alert2 .tit3{
  margin-bottom:40px;
  font-size: 48px;color: #FFFFFF;text-align: center;
}
.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  width: 100%;
  height: 60px;
  line-height:60px;
  padding:0 28px;
  background:#2e943c;
  border-radius:8px;
  position: relative;
  z-index:3;
}
.search-alert2 .downlist{
  width:1020px;
  background:#fff;
  position: absolute;
  left:-10px;
  top:-10px;
  padding:calc(60px + 30px) 10px 1rem;
  border-radius:8px;
}
.search-alert2 .warp-cent-form{
  width:100%;
  position: relative;
  z-index:4;
}
.search-alert2 .downlist{
  min-height:200px;
  display:none;
}
.search-alert2 .ndownlist{
  max-height:160px;
  overflow-y: auto;
}
.search-alert2 .ndownlist a{
  margin-bottom:.25rem;
}
.search-alert2 .ndownlist a:hover{
  color:#b0000c;
}
.search-alert2 .ndownlist a .icon{
  width:16px;
  height:16px;
  margin-right:.2rem;
  fill:#555;
}

.search-alert2 .cent-form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.search-alert2 .cent-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.search-alert2 .cent-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.search-alert2 .cent-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.search-alert2 .cent-form .tex {
  border: none;
  height: 60px;
  line-height: 60px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background:none;
  font-size: ;
  padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 60px;
  font-size: .8rem;
  line-height: 60px;
  color: #fff;
  text-align: right;
  background:url(../images/ifang.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  width:60px;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}
.search-alert2 .tab{
  margin-top:15px;
  margin-bottom:50px;
  width:100%;
  display: flex;flex-wrap: wrap;justify-content: space-between;color: #FFFFFF;
}
.search-alert2 .tip{
  display: inline-block;
  margin-right:7px;
  font-weight:bold;
  color: #FFFFFF;
  font-size: 14px;
}
.search-alert2 .tip .icon{
  width:20px;
  height:20px;
  margin-right:5px;
  vertical-align: bottom;
}
.search-alert2 .tab a{
  margin-right:8px;
  opacity:.7;
  transition: all .3s;
  color: #fff;font-size: 14px;
  
}
.search-alert2 .tab a:hover{
  opacity:1;
  color:#fff;
}
.search-alert2 .tiptext{
  opacity:.7;
}
.search-alert2 .ul{
  width: 100%;
  display: flex; flex-wrap: wrap; justify-content: space-between;
}
.search-alert2 .li{
  width:31%;
}
.search-alert2 .li .tit5{
  height:auto;
  line-height:28px;
  font-size: 14px;color: #FFFFFF;
  overflow: hidden;
  margin-bottom:10px;
}
.search-alert2 .li .tit6{
  opacity:.6;color: #FFFFFF;font-size: 14px;
}

@media (max-width: 1440px) {
  .search-alert2 .tit3{font-size: 40px; margin-bottom: 30px;}
}
@media (max-width: 1240px) {
  .search-alert2 .warp{ max-width: 1000px; width: 90%; }
  .search-alert2 .tab{margin-bottom: 35px;}
  .search-alert2 .tit3{ font-size: 30px; margin-bottom: 30px;}
  .search-alert2 .cent-form{height: 50px; line-height: 50px;}
  .search-alert2 .cent-form .tex{height: 50px; line-height: 50px;}
  .search-alert2 .cent-form .sub-butn{height: 50px; line-height: 50px;}
}
@media (max-width: 1024px) {
  .search-alert2 .tit3{ font-size: 26px; margin-bottom: 25px;}
  .search-alert2 .ul{display: none;}
  .search-alert2 .tab{margin-bottom: 0;}
  .search-alert2 .tiptext{display: none;}
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  .search-alert2 .cent-form{ padding: 0 20px;}
  .search-alert2 .tit3{ font-size: 22px; margin-bottom: 25px;}
  .search-alert2 .tip{margin-right: 4px;}
  .search-alert2 .tip .icon{margin-right: 0;}
  .search-alert2 .tab a{margin-right: 5px;}
}



/* footer */
/* 咨询 */
.foot_top_leave{padding: 3.5% 0 3.5%;background: url(../images/ft_top_leave.png) no-repeat center/cover;color: #000;}
.foot_top_leave .hd_box{align-items: flex-end;}
.foot_top_leave .hd_box .lf_part{width: 100%;}
.foot_top_leave .hd_box .lf_part p{font-size: 40px; display: inline-block; font-weight: bold;}
.foot_top_leave .hd_box .lf_part p:nth-child(1){letter-spacing: 0.5px;}
.foot_top_leave .hd_box .lf_part p.slogan{ font-size: 16px; color: #666666; margin-left: 5px; font-weight: normal;}
.foot_top_leave .hd_box .hot_line{margin-top: 10px;width: auto;font-size: 20px;}
.foot_top_leave .hd_box .hot_line span{display: inline-block;vertical-align: text-bottom;line-height: 1em;}
.foot_top_leave .hd_box .hot_line b{display: inline-block;margin-left: 5px;font-size: 35px;letter-spacing: -1px;}
.foot_top_leave .mes_leave{margin-top: 2%;}
.foot_top_leave .mes_leave form{width: 100%;}
.foot_top_leave .mes_leave ul li{padding:10px 18px;width: calc((98% - 490px) / 3);box-sizing:border-box;background: #fff;}
.foot_top_leave .mes_leave ul li input{width: 100%;font-size: 15px;height: 38px;line-height: 38px;}
.foot_top_leave .mes_leave ul li:nth-last-child(2){width: 210px}
.foot_top_leave .mes_leave ul li:nth-last-child(2) input{width: 76px}
.foot_top_leave .mes_leave ul li:nth-last-child(2) img{width: 92px}
.foot_top_leave .mes_leave ul li:nth-last-child(1){width: 16.5%;width: 260px;background: #39b54a;text-align: center;}
.foot_top_leave .mes_leave ul li:nth-last-child(1):hover{ background: #3eca4f; }
.foot_top_leave .mes_leave ul li span{display: inline-block;padding-right: 20px;font-size: 18px;vertical-align: middle;font-weight: normal;position: relative;color: #FFFFFF;  }
.foot_top_leave .mes_leave ul li span i{ position: absolute;left: 90%;top: 50%;width: 28px;height: 29px;background: url(../images/icon_12.png)no-repeat center;transform: translateY(-50%); }
.foot_top_leave .mes_leave ul li.upload a{display: block;height: 38px;line-height: 38px;}
.foot_top_leave .mes_leave ul li.upload:hover span i{ /* animation: ani1 0.4s 0s 1 forwards; */  }
@keyframes ani1{
	from{left: 120%;transform: translateY(-50%) rotateZ(360deg);opacity: 0;}
	to{left: 88%;transform: translateY(-50%) rotateZ(0deg);opacity: 1;}
}
@media only screen and (max-width:1260px){
	.idx_wrap{width: 100%;}
	.foot_top_leave .hd_box .lf_part p{font-size: 24px;}
	.foot_top_leave .hd_box .hot_line{font-size: 16px;}
	.foot_top_leave .hd_box .hot_line b{font-size: 20px;}
	.foot_top_leave .mes_leave{margin-top: 5%;}
	.foot_top_leave .mes_leave ul li{padding: 10px 9px;}
	.foot_top_leave .mes_leave ul li input{font-size: 13px;height: 24px;line-height: 24px;}
	.foot_top_leave .mes_leave ul li.upload a{height: 24px;line-height: 24px;}
	.foot_top_leave .mes_leave ul li span{padding-right: 10px;font-size: 13px;}
	.foot_top_leave .mes_leave ul li span i{width: 20px;height: 20px;background-size: 100%;}
}
@media only screen and (max-width:1000px){
	.foot_top_leave .mes_leave ul li{margin-bottom: 5px;padding: 8px 9px;}
	.foot_top_leave .mes_leave ul li:nth-child(-n+2){width: 100%;}
	.foot_top_leave .mes_leave ul li:nth-child(-n+3){width: 100%;}
	.foot_top_leave .mes_leave ul li:nth-last-child(1){width: 110px;}
}
@media only screen and (max-width:768px){
	.foot_top_leave{padding: 35px 0;}
	.foot_top_leave .hd_box .lf_part p{font-size: 22px;}
	.foot_top_leave .hd_box .lf_part p.slogan{font-size: 14px;}
	.foot_top_leave .hd_box .hot_line{font-size: 14px;}
	.foot_top_leave .hd_box .hot_line b{font-size: 22px;}
	.foot_top_leave .mes_leave ul li input{font-size: 12px;}
	.foot_top_leave .mes_leave ul li.upload a{height: 20px;line-height: 20px;}
	.foot_top_leave .mes_leave ul li span{font-size: 12px;}
}
@media only screen and (max-width:600px){
	.foot_top_leave{display: ;}
  /* .foot_top_leave .hd_box{padding: 0 1%;} */
  /* .foot_top_leave .mes_leave{padding: 0 1%;} */
}



/*footer*/
.footWrap{ background: #25262b url(../images/footerbg.png) no-repeat left bottom;height:auto;padding-top:70px; font-family:"Microsoft Yahei";box-sizing:border-box; }
.footer{ width: 96%; max-width:1600px; margin:0 auto}
.footer em{ padding:0 10px;  }
.fcontact{ width: 100%; max-width:1600px; box-sizing:border-box;padding:18px 38px;border:;margin-bottom:65px;background-color: #39b54a; }
.fcontact ul{ display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch; }
.fcontact li{ padding-left:42px;height:auto;border-right:1px solid #fff;padding-right:55px;box-sizing:border-box;float:left}
.fcontact li b{ height:45px;line-height:45px;color:#fff;font-size:16px;color:#fff;font-weight:normal}
.fcontact p{ font-size:18px;color:#fff;line-height:normal;line-height: 26px; font-weight: bold;}
.fcontact li:nth-child(1){ width:340px;background:url(../images/fico1.png) no-repeat left 10px; }
.fcontact li:nth-child(2){ width:360px;background:url(../images/fico2.png) no-repeat 35px 10px; padding-left:80px; }
.fcontact li:nth-child(3){ width:430px;background:url(../images/fico3.png) no-repeat 35px 10px; padding-left:80px; }
.fcontact li:nth-child(3) p{font-weight: normal; }
.fcontact li:nth-child(4){ padding: 0; border-right:0; width: 280px; padding-left: 50px; display: flex; flex-wrap: wrap; align-items: center; }
.fcontact li.upload a{ display: block;height: 60px;line-height: 60px; width: 100%; max-width: 225px; background: #FFFFFF;  }
.fcontact li.upload span{ display: block;padding-left: 35px;font-size: 18px;vertical-align: middle;font-weight: normal;position: relative;color: #000;  }
.fcontact li.upload span i{ position: absolute;right: 40px;top: 50%;width: 28px;height: 29px;background: url(../images/icon_11.png)no-repeat center;transform: translateY(-50%); }
.fcontact li.upload a{  }
.fcontact li.upload:hover span i{ /* animation: ani1 0.4s 0s 1 forwards; */  }
.f_nav{ width: 100%; max-width:1500px; margin: 0 auto; box-sizing:border-box; }
.fnav{display: flex; flex-wrap: wrap; justify-content: center; }
.fnav dl{ width: 12%; padding-right: 20px; }
.fnav dl:nth-child(3),
.fnav dl:nth-child(4){ width: 25%; }
.fnav dl dt{ font-size: 20px; font-weight: bold; color: #FFFFFF; padding-bottom: 5px; }
.fnav dl dt a{ color: #FFFFFF; }
.fnav dl dd{ font-size: 18px; }
.fnav dl dd a{ color: rgba(255,255,255,0.6); display: block; margin-top: 10px;}
.fnav dl dd a:hover{ color: rgba(255,255,255,1); }
.fnav dl dd .col2{ display: flex;flex-wrap: wrap; }
.fnav dl dd .col2 a{ width: 50%; }
.fnav a{ }
.ft_txt span{display:block;line-height:30px;font-size:16px;color:#fff;padding-top:20px;font-weight:normal;text-align:center;width:1200px}
.ft_txt span i{ font-weight: bold; font-style: normal; }
.ft_txt span a{ color:#fff; }
.fcode{width:296px;box-sizing:border-box;margin:60px auto 0;padding-bottom: 40px;}
.fcode .code{clear:both;overflow:hidden;margin-bottom:3px}
.fcode p{width:130px;float:left;overflow:hidden;margin-right:32px}
.fcode p img{width:130px;height:130px;background:#fff}
.fcode p span{display:block;text-align:center;color:#fff;font-size:16px;margin-top:10px;height:32px;font-weight:normal; }
.fcode p:last-child{margin-right:0}
.copyright{padding: 30px 0; color: #FFFFFF; border-top: 1px solid #393b45;}
.copyright a{ color: #FFFFFF; }
.copyright .info{font-size: 16px;}
.copyright .info span{display: inline-block; padding-right: 15px;}
.copyright .info a{display: inline-block; padding-right: 15px;}
.copyright .design{font-size: 16px;}

@media (max-width: 1640px) {
  .fcontact li{padding-right: 30px;}
  .fcontact li:nth-child(1){width: 25%;}
  .fcontact li:nth-child(2){width: 25%;}
  .fcontact li:nth-child(3){width: 30%;}
  .fcontact li:nth-child(4){width: 20%; padding-left: 40px;}
}
@media (max-width: 1440px) {
  .fcontact li:nth-child(1){ width: 30%;padding-right: 20px;}
  .fcontact li:nth-child(2){width: 30%;padding-right: 20px;padding-left: 90px; background-position: 45px 10px;}
  .fcontact li:nth-child(2) p{ text-align: left; }
  .fcontact li:nth-child(3){width: 40%;padding-right: 0; border-right: 0;}
  .fcontact li:nth-child(4){display: none;}
}
@media (max-width: 1240px) {
  .footer{width: 96%; margin: 0 auto;}
  .fcontact{width: 100%;padding: 18px 28px;}
  .fcontact li{}
  .fcontact li b{height: 35px; line-height: 30px;}
  .fcontact p{font-size: 16px;}
  .fcontact li:nth-child(2){padding-left: 70px;background-position: 25px 10px;}
  .f_nav{width: 100%;}
  .fnav dl dt{font-size: 18px;}
  .fnav dl dd{font-size: 16px;}
  .ft_txt span{width: 100%;}
}
@media (max-width: 1024px) {
  .footWrap{padding-top: 50px;}
  .fcontact{margin-bottom: 35px;}
  .fcontact p{font-size: 14px;line-height: 24px;}
  .fcontact li:nth-child(2){ padding-left: 70px; background-position: 30px 10px;}
  .fcontact li:nth-child(2) p{font-size: 16px;}
  .fcontact li:nth-child(3){ padding-left: 70px;background-position: 30px 10px;}
  .fnav a{ }
  .fnav dl dt{font-size: 16px;}
  .fnav dl dd{font-size: 14px;}
  .copyright{ padding: 20px 0;}
  .copyright .info{font-size: 14px;}
  .copyright .info a{padding-right: 15px;}
  .copyright .info span{padding-right: 15px;}
  .copyright .design{font-size: 13px;display: ;}
}
@media (max-width: 768px) {
  .footWrap{padding-top: 40px;}
  .fcontact{padding: 15px 20px;}
  .fcontact li{ border-right: 0; padding-top: 10px; }
  .fcontact li:nth-child(1){ width: 100%; padding-right: 0; }
  .fcontact li:nth-child(2){ width: 100%; padding-right: 0; padding-left: 42px; background-position: 0px 10px; }
  .fcontact li:nth-child(2) p{font-size: 14px;}
  .fcontact li:nth-child(3){width: 100%; padding-left: 42px; background-position: 0px 10px; }
  .fcontact li b{font-size: 14px;height: 26px; line-height: 26px;}
  .f_nav{display: none;}
  .fnav a{ }
  .fcode{ width: 260px; margin-top: 35px; padding-bottom: 20px;}
  .fcode p{width: 115px; margin-right: 22px;}
  .fcode p span{font-size: 14px; height: 26px;}
  .fcode p img{width: 115px; height: 115px;}
  .ft_txt span{font-size: 14px;padding-top: 10px;}
}
@media (max-width: 650px) {
  .fcontact{margin-bottom: 20px;}
  .fcontact li:nth-child(1){width: 100%; border-right: 0;}
  .fcontact li:nth-child(2){width: 100%; border-right: 0; padding-left: 42px;background-position: 0px 10px; }
  /* .fcontact li:nth-child(2) p br{ display: none; } */
  .fcontact li:nth-child(3){width: 100%; padding-left: 42px;background-position: 0px 10px; }
  .f_nav{height: auto;}
  .fnav a{line-height: 28px;}
  .ft_txt span{font-size: 12px; line-height: 26px;}
  .fcode{width: 260px;}
  .fcode p{width: 115px;margin-right: 22px;}
  .fcode p img{width: 115px; height: 115px;}
  .fcode p span{font-size: 14px;margin-top: 5px;}
  
  .copyright{padding: 15px 0;}
  .copyright .info{font-size: 12px;float: none;line-height: 20px;}
  .copyright .info a{padding-right: 5px;}
  .copyright .info span{padding-right: 5px;}
  .copyright .design{font-size: 12px; float: none; }
}
@media (max-width: 480px) {
  .footer{width: 94%;}
  .fcontact{width: 100%;margin: 0 auto 30px;}
  .fnav a{background: none;padding: 0 10px;}
  .ft_txt span{padding-top: 20px;}
  .ft_txt span a{display: inline-block;}
  
  .fcode{margin-top: 20px;}
  .footWrap{ }
}


.f_tabs_mart{ height: 68px; width: 100%; display: none; }
.foot_tabs{ background: #FFFFFF; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 9999; box-shadow: 0 0 15px 2px rgba(0,0,0,0.1); display: none; height: 68px; }
.foot_tabs ul{ align-items: stretch; }
.foot_tabs ul li{ width: 25%;  }
.foot_tabs ul li a{ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 68px; }
.foot_tabs ul li .icon{ display: inline-block; width: 30px; height: 30px; background: none center / 100%; } 
.foot_tabs ul li .icon.ico1{ background-image: url(../images/tabs_icon1.png); }
.foot_tabs ul li.on .icon.ico1{ background-image: url(../images/tabs_icon1h.png); }
.foot_tabs ul li .icon.ico2{ background-image: url(../images/tabs_icon2.png); }
.foot_tabs ul li.on .icon.ico2{ background-image: url(../images/tabs_icon2h.png); }
.foot_tabs ul li .icon.ico3{ background-image: url(../images/tabs_icon3.png); }
.foot_tabs ul li.on .icon.ico3{ background-image: url(../images/tabs_icon3h.png); }
.foot_tabs ul li .icon.ico4{ background-image: url(../images/tabs_icon4.png); }
.foot_tabs ul li.on .icon.ico4{ background-image: url(../images/tabs_icon4h.png); }
.foot_tabs ul li p{ font-size: 14px; color: #666666; margin-top: 0px; text-align: center; }

@media (max-width: 768px) {
  .f_tabs_mart{ display: block;  }
  .foot_tabs{ display: block; position: ;}
}


/* 侧边栏 */
.flex_right_box{position:fixed;right:5px;top:37%;z-index:9999;font-size:0}
.flex_right_box .list{width:60px;position:relative;margin-bottom:10px}
.flex_right_box .list>a{width:40px;height:40px;border-radius:50%;box-shadow:1px 1px 10px rgba(0,0,0,0.15);display:inline-block;background-color:#fff;background-repeat:no-repeat;background-position:center}
.flex_right_box .list .showbox{position:absolute;width:180px;top:0;left:-200px;min-height:60px;background:#fff;display:none}
.flex_right_box .list:nth-child(1) .showbox{width:240px;left:-260px;}
.flex_right_box .list:nth-child(3) .showbox{width:140px;left:-160px;}
.flex_right_box .list:hover .showbox{display:block;font-size:15px;color:#333;text-align:center}
.flex_right_box .list .showbox>p{height:60px;line-height:60px;font-size:20px}
.flex_right_box .list .showbox .img{width:125px;margin:10px auto}
.flex_right_box .list .showbox .img img{width:125px;height:125px}
.flex_right_box .list .showbox .img p{height:35px;line-height:35px}
.flex_right_box .list a.wx{background-image:url(../images/side_icon1.png)}
.flex_right_box .list a.call{background-image:url(../images/side_icon2.png)}
.flex_right_box .list a.tomsg{background-image:url(../images/side_icon3.png)}
.flex_right_box .list a.gotop{background-image:url(../images/side_icon4.png)}
@media(max-width:991px){
.flex_right_box{display:none}
}


/* 浮动、客服 */
.additional-features{position:fixed;right:10px;bottom:180px;z-index:200;box-sizing:border-box;display:none;border:1px solid #e5e5e5;border-bottom:0;width: 82px;}
.additional-features.show{display:block}
.additional-features li{position:relative;padding-top:6px;border-bottom:1px solid #e5e5e5;width:80px;height:80px;line-height:1;cursor:pointer;background-color:rgba(255,255,255,.9);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000)";transition:all .2s linear;box-sizing:border-box}
.additional-features li.xx .xx-dot{position:absolute;display:block;top:13px;right:13px;width:7px;height:7px;background-color:#00a125;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.additional-features li.rx .revi-hotline-wrapper{display:none;position:absolute;left:-235px;bottom:0;width:235px;height:80px}
.additional-features li.rx.active .revi-hotline-wrapper{display:block}
.additional-features li.rx .revi-hotline{position:absolute;left:0; top: 15px;  width:221px;height:60px;background-color:#fff;border:1px solid #ddd;cursor:text;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;box-shadow:-2px 3px 25px rgba(0,0,0,0.1);padding-left:12px;}
.additional-features li.rx .revi-hotline h3{margin:16px 0 8px;font-family:'Arial',"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;font-size:28px;color:#00a125;font-weight:normal}
.additional-features li.rx .revi-hotline h4{ font-weight:normal;font-size:13px; }
.additional-features li.xz .xz-ewm{ display:none;position:absolute;top:-55px;left:-188px;width:188px;height:174px}
.additional-features li.xz.active .xz-ewm{ display:block; }
.additional-features li.xz a{ position:absolute;left:0;width:174px;height:174px;border:1px solid #ddd;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background:url("../img/weixin.jpg") #fff center center;background-size:cover;box-shadow:2px 2px 25px rgba(0,0,0,0.1); }
.additional-features li p{font-size:14px;color:#666;text-align:center}
.additional-features li .additional-icon{margin:0 auto 4px;width:36px;height:36px;margin-top:5px}
.additional-features li .additional-icon.icon1{background:url(../images/right_pic1.png) center center no-repeat}
.additional-features li .additional-icon.icon2{background:url(../images/right_pic2.png) center center no-repeat}
.additional-features li.active .additional-icon.icon2{background-image:url(../images/right_pic2_on.png)}
.additional-features li .additional-icon.icon3{background:url(../images/right_pic3.png) center center no-repeat}
.additional-features li.active .additional-icon.icon3{background-image:url(../images/right_pic3_on.png)}
.additional-features li .additional-icon.icon4{background:url(../images/right_pic4.png) center center no-repeat}
.additional-features li.active .additional-icon.icon4{background-image:url(../images/right_pic4_on.png)}
.additional-features li .additional-icon.icon5{background:url(../images/right_pic5.png) center center no-repeat}
.additional-features li.active .additional-icon.icon5{background-image:url(../images/right_pic5_on.png)}
.additional-features li.active{background-color:#00a125}
.additional-features li.active span{display:none}
.additional-features li.active p{color:#fff}
.additional-features li.opa-0{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);display:none}
.additional-features li:nth-child(1){ background-color:#00a125; }
.additional-features li:nth-child(1) p{ color: #FFFFFF; }
.additional-features li:nth-child(1) .additional-icon.icon4{ background-image:url(../images/right_pic4_on.png); }

@media screen and (max-width:1440px){
.additional-features{width:71px}
.additional-features li{width:69px;height:72px}
.additional-features li .additional-icon{margin-top:0}
}
@media screen and (max-width:780px){
/* .additional-features{display:none!important} */
.additional-features{width: 47px; bottom: 100px; box-shadow: 0 0 20px 5px rgba(0,0,0,.08); }
.additional-features li{display:none!important}
.additional-features li{width: 45px;height: 50px; padding-top: 6px;}
.additional-features li.db{display:block!important}
.additional-features li.opa-0{ opacity: 1;}
.additional-features li p{font-size: 12px;}
.additional-features li .additional-icon{width: 20px;height: 20px; }
.additional-features li .additional-icon.icon5{background-size: 100%;}

}