html,body{width: 100%;font-size:16px;font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;}
*{margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div, ul, li, span, a {
    box-sizing: border-box;
}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a{ text-decoration:none; color:#333;}
.cuya{font-family: "impact";}

@media( min-width:1280px ){
.s_width{ width:90%; margin:0 auto; position:relative}
}
@media( max-width:1279px){
.s_width{ width:90%; margin:0 auto; position:relative}
}
@media( max-width:750px){
.s_width{ width:90%; margin:0 auto; position:relative}
}
.liuyan{ padding:0 0 30px 0}


.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}

/*主导航多级菜单*/
.header .menu_box,.header_nav{ display: none;}
.header{width: 100%; padding:0.5% 2%;display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;flex: 5; background: #f4f4f4;}
.header .logo{flex: 1;max-width:462px;}
.header .logo img{width:100%;}
/*nav*/
.nav{ width:52%;  }
.nav ul{}
.nav li{line-height:80px; width:calc(100%/7); float: left;position: relative;  height:80px; text-align:center;}
.nav li a{ display: block; color: #333; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;}
.nav li a.nav-font{ display:block; height:0; overflow:hidden; color: #333;transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;}
.nav li.select a.nav-font, .nav li:hover a.nav-font{ height:26px; line-height: 1; margin-top: 20px; padding: 0;}
.nav li.select a, .nav li:hover a{line-height: 20px; padding: 6px 0 24px;font-weight: bold;}
.nav li:after{ content: ''; display: block; position: absolute; bottom: -10px; left: 50%; width: 2px; height: 0; background: #efbd45; opacity: 0; filter: alpha(opacity=0);}
.nav li.select:after, .nav li:hover:after{ opacity: 1; filter: alpha(opacity=100); height: 20px;}

@media (max-width:769px){
    .header .logo img{width:80%;}
    .nav{display: none;}
    .header .menu_box{width:24px;height:54px; position: fixed; right: 0px; top: 5px; z-index:99999; display: block;}
    .header .nav_button{position: absolute;right:15px;top:20px;vertical-align: middle;width:31px;height:2px;cursor:pointer;background-color:#18327f;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
    .header .nav_button::after, .header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#18327f;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
    .header .nav_button::after{top:9px;}
    .header .nav_button::before{top:-9px;}
    .header .menu_box.on .nav_button{width:0;}
    .header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
    .header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
    .header_height, .header .inner{height:54px;}

    .header_nav{position: fixed;width:280px;height:380px;overflow:auto;padding:20px 0;top:50%;left:50%;margin:-200px 0 0 -140px;z-index:9999999999;background-color: #fff;box-shadow:0 0 10px #f1f1f1;webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0); display: block;}
    #close{display: none;position: fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999;}
    .header_nav ul{padding:0 15px;}
    .header_nav ul li a{font-size:18px;display:block;color:#333;position: relative;line-height: 40px;border-bottom:1px solid #f9f9f9;text-align: center;}
    .header_nav ul li:last-child a{border:none;}
    .header_nav ul li a.link{color:#00a13b;}
    .header_nav ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #00a13b;}
    .header_nav ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}
}

/* banner*/
#banner{position:relative;overflow:hidden;width:100%;}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:18px;height:18px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#04589e}
.sl{width: 100%;}
.sl,.st,.st div,.sl div{overflow:hidden;}
.nextinfo{width:100%;overflow:hidden;}
.nextinfo span{background:#eee;margin:20px 1%;width:48%;float:left;text-align:center;border-radius:20px;font-size: 14px;}
.nextinfo span a{color: #000}

@media (max-width:769px){
    #banner  #bannerBtnS em{width:8px;height:8px;}
}

.pro{ width:100%; position:relative; height:850px; margin: 5% 0;}
.pro .pro_l{ width:30%; position:absolute; left:5%; top:0; z-index:1;}
.pro .pro_l h2{display: block; width: 70%;}
.pro .pro_l h2 img{width:100%;}
.pro .pro_l h3{color:#000;display:block; font-weight:normal; padding: 3% 0 10% 0;}
.pro .pro_l h3:after{content:""; width: 120px; height: 4px; background: #abce03; display: block; margin-top: 1rem;}
.pro .pro_l .pro_l_img{ width:100%; height:100%; overflow:hidden;}
.pro .pro_l .pro_l_img img{ width:100%; height:100%; overflow:hidden;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro .pro_l .pro_l_img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

.pro .pro_r{ width:60%; position:absolute; right:0; top:0; overflow:hidden;}
.pro .pro_r .pro_cont{ width:100%; overflow:hidden; height:620px;}
.pro .pro_r .pro_cont .pro_a{ position:absolute; z-index:1; width:100%;}
.pro .pro_r .pro_cont .pro_a .pro_a_img{ width:100%; height:620px; position:absolute; z-index:1;overflow:hidden;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont{ position:absolute; z-index:2; left:0; top:0;background:rgba(0,118,172,0.7); width:450px;height:620px; padding:90px 60px 00px 60px;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont h4{color:#fff; font-weight:normal;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont h4 a{ color:#fff;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont span{ width:100%; height:45px; background:#abce03; line-height:45px; text-align:center; padding:0 10px; display:block; color:#fff; margin-top:45px;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont hr{ width:1px; height:45px; background:#fff; margin:30px 0 30px 0; border:0;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont p{ color:#fff;line-height:31px; margin:15px 0 30px 0}
.pro .pro_r .pro_cont .pro_a .pro_a_cont .more{font-size: 16px;color: #fff;display: flex;align-items: center;font-family: "BEBAS";transition: .5s; position: absolute; bottom:15%; }
.pro .pro_r .pro_cont .pro_a .pro_a_cont .more a{ color:#fff;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont .more img{display:inline-block; padding-left: 15px;}
.pro .pro_r .pro_cont .pro_a .pro_a_cont .more a:hover{color:#000;}

.pro .pro_r .pro_nav{ width:95%; position:relative; margin-top:100px; height:124px;}
.pro .pro_r .pro_nav li{ width:24%; height:124px; float:left; margin-right:1%; overflow:hidden;}

@media( max-width:1366px){
    .pro{ height:625px; margin: 5% 0;}
    .pro .pro_r .pro_cont{ height:500px;}
    .pro .pro_r .pro_cont .pro_a .pro_a_img{ height:500px; }
    .pro .pro_r .pro_cont .pro_a .pro_a_cont{height:500px; padding:45px 60px 00px 60px;}
    .pro .pro_r .pro_nav{ margin-top:35px;}
} 

@media (max-width:769px){
    .pro{ height:auto; margin: 5% 0;}
    .pro .pro_l{ width:100%; position:relative;left: 0;}
    .pro .pro_l h2{ width: 70%; margin: 0 auto;}
    .pro .pro_l h2 img{width:100%;}
    .pro .pro_l h3{ text-align: center; padding: 3% 0 3% 0;}
    .pro .pro_l h3:after{margin: 1rem auto 0 auto;}
    .pro .pro_l .pro_l_img{ display: none;}
    .pro .pro_r{ position:relative; width: 100%; }
    .pro .pro_r .pro_cont{ height:255px;}
    .pro .pro_r .pro_cont .pro_a .pro_a_img{ height:190px; overflow: hidden; }
    .pro .pro_r .pro_cont .pro_a .pro_a_img img{width:100%}
    .pro .pro_r .pro_cont .pro_a .pro_a_cont{height:145px; padding:20px; width:100%; margin-top: 190px;;}
    .pro .pro_r .pro_cont .pro_a .pro_a_cont p{ line-height:21px; margin:15px 0 30px 0}

    .pro .pro_r .pro_cont .pro_a .pro_a_cont span,.pro .pro_r .pro_cont .pro_a .pro_a_cont hr,.pro .pro_r .pro_cont .pro_a .pro_a_cont .more{display: none;}

    .pro .pro_r .pro_nav{ margin-top:35px;}
    .pro .pro_r .pro_nav{ width:100%; position:relative; margin-top:100px; height:62px;}
    .pro .pro_r .pro_nav li{  height:auto; float:left; margin-right:1%; overflow:hidden;}
    .pro .pro_r .pro_nav li img{width: 100%;}
}

/*公司简介*/
.about{ width:100%; background:#eeeeee url("../images/aboutbg.jpg") no-repeat right top; margin:0px auto; padding:80px 0; }
.about .s_width{display: flex; display:-webkit-flex; justify-content:space-between;align-items: flex-start;flex: 5;}
.about .about_l{max-width: 800px; overflow: hidden;flex: 1; }
.about .about_l h2{display: block; width: 45%;}
.about .about_l h2 img{width:100%;}
.about .about_l h3{color:#000;display:block; font-weight:normal; padding: 1% 0 1% 0;}
.about .about_l h3:after{content:""; width: 120px; height: 4px; background: #abce03; display: block; margin-top: 1rem;}
.about .about_l p{ margin-top:30px; line-height:31px; font-size:16px;text-indent:2em;}
.about .about_l a{ width:200px; height:55px; line-height:55px; text-align:center; display:block; background:#abce03; margin-top:3rem; color:#fff;transition: .5s; }
.about .about_l a:hover{ background:linear-gradient(to right, #0084ff,#21bb1d); border-radius:50%}
.about .about_r{ width:45%; overflow:hidden;border-radius:30px; }
.about .about_r img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.about .about_r:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

@media (max-width:769px){
    .about{padding:55px 0;}
    .about .about_l{max-width: 100%;}
    .about .about_l h2{ width: 70%; margin: 0 auto;}
    .about .about_l h2 img{width:100%;}
    .about .about_l h3{ color:#fff;text-align: center; padding: 3% 0 3% 0;}
    .about .about_l h3:after{margin: 1rem auto 0 auto;}
    .about .about_l p{color: #fff;}
    .about .about_r{display: none;}
}
/*厂容厂貌*/
.shili{width:100%;   padding:6rem 0 5rem 0;}
.shili h2{display: block; width: 45%; margin: 0 auto;}
.shili h2 img{width:100%;}
.shili h3{color:#000;display:block; font-weight:normal; padding: 1% 0 1% 0;text-align: center;}
.shili h3:after{content:""; width: 120px; height: 4px; background: #abce03; display: block; margin:1rem auto;}

.casebox { width: 100%; padding-top: 50px; padding-bottom: 1.5%; } 
.casebox .swiper-slide { background-position: center; background-size: cover; width: 600px; height: 455px; border: 10px solid #fff; box-sizing: border-box }
.casebox .swiper-slide img{width: 100%;}

@media (max-width:769px){
   .shili{padding:3rem 0 3rem 0;}
    .shili h2{ width: 70%; margin: 0 auto;}
    .shili h2 img{width:100%;}
    .shili h3{text-align: center; padding: 3% 0 3% 0;}
    .shili h3:after{margin: 1rem auto 0 auto;}
}
/*成功案例*/
.case{ width:100%; height:827px; overflow:hidden; position:relative;}
.case .case_cont{ width:45%; position:absolute; right:7%; top:0; background:#fff; z-index:2}
.case .case_cont .case_head{ width:100%; height:260px; background:#0076ac; padding:30px 0 0 45px;}
.case .case_cont .case_head h2{display: block; width: 37%;}
.case .case_cont .case_head h2 img{width:100%;}
.case .case_cont .case_head h3{color:#fff;display:block; font-weight:normal; padding: 1% 0 1% 0;}
.case .case_cont .case_head h3:after{content:""; width: 120px; height: 4px; background: #abce03; display: block; margin:1rem 0;}
.case .case_cont .case_body{ padding:33px 45px 50px 45px;}
.case .case_cont .case_body h4{ font-size:35px; font-weight:normal; color:#333;}
.case .case_cont .case_body p{ font-size:16px; line-height:31px; color:#333; margin-top:30px; margin-bottom:150px;}

.case .case_cont .case_more{ width:150px; position:absolute; z-index:3; left:100px; bottom:83px;}
.case .case_cont .case_more .case_l{ width:14px; height:25px; background:url(../images/left.png) no-repeat center top; position:absolute; left:0;}
.case .case_cont .case_more .case_l:hover{background:url(../images/left-h.png) no-repeat center top}
.case .case_cont .case_more .case_r{ width:14px; height:25px; background:url(../images/right.png) no-repeat center top; position:absolute; right:0;}
.case .case_cont .case_more .case_r:hover{background:url(../images/right-h.png) no-repeat center top}

.case .case_cont .case_shuzi{ width:150px; position:absolute; right:0; bottom:40px;  z-index:3; font-size:40px;font-family: impact; }
.case .case_cont .case_shuzi span{ color:#ff7202}


.case .case_img{ width:100%; height:727px; overflow:hidden; position:absolute; z-index:1; top:100px;}
.case .case_img img{ width:100%;}

.jk-anim-img-container {position: relative;}
.jk-anim-img {position: absolute;left: 0;top: 0;}
.jk-anim {position: absolute;left: 0;top: 0;background-color: #31af9a;width: 100%;height: 100%;}
.jk-amin-scoleY-hide {transition: all 1s ease 0.5s;-webkit-transition: all 1s ease 0.5s;height: 0% !important;}

@media( max-width:1366px ){
    .case{ height:680px;}
} 
@media (max-width:769px){
    .case{display: none;}
}
/*news*/
.news{ width:100%; background:#f2f2f2; margin:0px auto; padding:80px 0;}
.news h2{display: block; width:17%; margin: 0 auto;}
.news h2 img{width:100%;}
.news h3{color:#000;display:block; font-weight:normal; padding: 0% 0 1% 0;text-align: center;}
.news h3:after{content:""; width: 120px; height: 4px; background: #abce03; display: block; margin:1rem auto;}
.news_cont{ width:90%; position:relative; overflow:hidden; margin:40px auto 0 auto;}
.news_cont li{ width:23%; float:left;  height:475px; position:relative;margin:30px 1.2% 0 1%; overflow:hidden }
.news_cont li:nth-child(1){ margin-left:0;}
.news_cont li:nth-child(4){ margin-right:0;}
.news_cont .xinwen_pic{ width:400px; height:265px; position:absolute; top:9px; left:50%; margin-left:-200px; overflow:hidden;}
.news_cont .xinwen_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; overflow:hidden }
.news_cont .xinwen_pic:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.news_cont .xinwen_text{ width:100%; padding:10px 20px 40px 20px; position:absolute; top:257px; left:0; background:#fff;}
.news_cont .xinwen_text .xinwen_date{color:#9e9e9e; line-height:24px;}
.news_cont .xinwen_text .xinwen_title a{ color:#000; line-height:33px; font-weight:bold;}
.news_cont .xinwen_text .xinwen_title a:hover{ color:#333;}
.news_cont .xinwen_text .xinwen_title:after{ content:""; display:block; width:70px; height:1px; background:#bdbdbd; margin:0.5rem 0;}
.news_cont .xinwen_text .xinwen_cont{ width:100%;line-height:28px; color:#666;}
.news_cont .xinwen_text .xinwen_span{ width:80%; margin:10px auto 0 auto; background:#ff8400; height:5px;} 

.news_more{ width:150px; height:50px; border:1px solid #333; line-height:50px; text-align:center; margin:0 auto;}

@media( max-width:1366px ){
    .news_cont{  margin:0px auto 0 auto;}
} 

@media (max-width:769px){
    .news{  padding:50px 0;}
    .news h2{ width: 70%; margin: 0 auto;}
    .news h2 img{width:100%;}
    .news h3{ text-align: center; padding: 3% 0 3% 0;}
    .news h3:after{margin: 1rem auto 0 auto;}

    .news_cont{ width:98%; margin:0px auto 0 auto;}
.news_cont li{ width:100%; float:left;  height:475px; position:relative;margin:0px 1% 0 1%; overflow:hidden }
.news_cont li:nth-child(1){ margin-left:0;}
.news_cont li:nth-child(4){ margin-right:0;}
.news_cont .xinwen_pic{ width:400px; height:265px; position:absolute; top:9px; left:50%; margin-left:-200px; overflow:hidden;}
.news_cont .xinwen_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; overflow:hidden }
.news_cont .xinwen_pic:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.news_cont .xinwen_text{ width:100%; padding:10px 20px 40px 20px; position:absolute; top:257px; left:0; background:#fff;}
.news_cont .xinwen_text .xinwen_date{color:#9e9e9e; line-height:24px;}
.news_cont .xinwen_text .xinwen_title a{ color:#000; line-height:33px; font-weight:bold;}
.news_cont .xinwen_text .xinwen_title a:hover{ color:#333;}
.news_cont .xinwen_text .xinwen_title:after{ content:""; display:block; width:70px; height:1px; background:#bdbdbd; margin:0.5rem 0;}
.news_cont .xinwen_text .xinwen_cont{ width:100%;line-height:28px; color:#666;}
.news_cont .xinwen_text .xinwen_span{ width:80%; margin:10px auto 0 auto; background:#ff8400; height:5px;} 
}

/*footer*/
.fixed_footer{display: none;}
.footer{ width:100%; background:#0076ac; padding:75px 0 0 0;}
.footer .s_width{display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;flex: 5;  }
.footer .f_contact{ width:410px;color:#fff;}
.footer .f_contact h2{text-transform: uppercase; font-weight:normal;}
.footer .f_contact .f_contact_cont{ padding-top:20px; width:100%; padding-bottom:50px;}
.footer .f_contact .f_contact_cont h3{ font-weight:normal; font-size:18px; line-height:35px;}
.footer .f_contact .f_contact_cont p{ line-height:40px; padding-bottom:20px}
.footer .f_contact .f_contact_cont em{ color:#79c440;}
.footer .f_contact .f_contact_cont em a{ color:#79c440}
.footer .f_contact .f_contact_cont em a:hover{ color:#fff;}

.footer .f_pro{ border-left:1px solid transparent;border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.6);  padding:0 5% 0 5%;color:#fff; }
.footer .f_pro h2{text-transform: uppercase; font-weight:normal;padding-bottom:50px;}
.footer .f_pro ul{ overflow:hidden; padding-bottom:20px;}
.footer .f_pro li{width: 100%; float:left;}
.footer .f_pro li em{ display:block; color:#fff; padding-bottom:20px;}
.footer .f_pro li em:after{ content:""; width:40px; height:3px; background:#79c440; display:block; margin-top:10px;}
.footer .f_pro li a{ color:#fff; font-size:15px; line-height:31px;}
.footer .f_pro li a:hover{font-weight: bold;}

.footer .f_wx{color:#fff;}
.footer .f_wx h2{text-transform: uppercase; font-weight:normal;}
.footer .f_wx ul{ overflow:hidden; padding-top:50px;}
.footer .f_wx li{ width:130px; float:left; margin-right:15px; text-align:center;}
.footer .f_wx li img{ width:100px; height:100px;} 
.footer .f_wx li em{ text-align:center; display:block; line-height:28px;}
.footer .f_wx li:nth-child(2){margin-right:0}
.footer .f_wx p{ margin-top:9px; font-size:15px;padding-left: 15px;}
.footer .f_wx p img{ margin-top:10px; display:block;}

.end{border-top:1px solid transparent; border-color: rgba(151, 151, 151, 0.6); height:65px }
.end .end_l{ width:600px;}
.end .end_l img{ padding-top:12px;}
.end .end_l p{ font-size:16px; color:#fff; float:right; line-height:65px;}
.end .end_r{ padding-top:8px;}
.end a{ color:#fff; }

@media (max-width:769px){
    .footer,.end{display: none;}
    .fixed_footer{background-color:rgba(1,118,172,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
    @media (min-width:640px){.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
    .fixed_footer a{float: left;width:33.33%;text-align: center;}
    .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
    .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
}

/*网站内页*/
.main{ width:90%; margin:80px auto 0 auto;background:url(../images/hb.png) no-repeat center top;display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;flex: 5;}
.neiye h2{display: block; width:26%; margin:5rem auto 0 auto;}
.neiye h2 img{width:100%;margin: 0 auto;display:block;}
.neiye h3{color:#000;display:block; font-weight:normal; padding: 0% 0 1% 0;text-align: center;}
.neiye h3:after{content:""; width: 120px; height: 4px; background: #abce03; display: block; margin:1rem auto;}


@media (max-width:769px){
    .neiye{  padding:50px 0 0 0;}
    .neiye h2{ width: 70%; margin: 0 auto;}
    .neiye h2 img{width:100%;}
    .neiye h3{ text-align: center; padding: 3% 0 3% 0;}
    .neiye h3:after{margin: 1rem auto 0 auto;}

}

.main_cont{ width:80%; margin:0 auto; overflow:hidden；}
.main_cont p{ font-size:17px; line-height:31px; color:#333; margin-bottom:10px;}

.main_l{width:280px}
.box_one{width: 100%;background-color: #21bb1d;padding: 10px 10px}
.box_one .title{text-align: center;margin-bottom:20px;}
.box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.box_one .title p{color:#fff;font-size:16px;}
.box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
.box_one ul li a{color:#333;position: relative;z-index:1;font-size:17px; display:block; padding-left:20px;}
.box_one ul li i{position: absolute;width:100%;height:0;background-color:#19a7db;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.box_one ul li a:hover i, .box_one ul li a.active i{height:100%;}
.box_one ul li a:hover, .box_one ul li a.active{color:#fff;}
.box_two{ background:#19a7db; padding:30px 10px 10px 10px; margin-top:1rem; color:#fff; width: 100%;}
.box_two h3{ font-size:18px; font-weight:normal;}
.box_two h3:after{ content:""; width:30px; height:5px; background:#fff; display:block; margin-top:10px; margin-bottom:20px;}
.box_two p{ font-size:16px; line-height:31px; color:#fff;}
.box_two a{ width:70%; height:30px; line-height:30px; margin:30px auto 30px auto; background:#f2f2f2; display:block; text-align:center; color:#333}

.main_r{ width:80%; background:#fbfbfb; padding:20px; overflow:hidden;}

.main_read h3{ text-align:center; font-size:25px; font-weight:normal; padding:50px 0 10px 0; }
.main_read .main_date{ text-align:center; font-size:15px; color:#666; line-height:35px;border-bottom: 1px solid #E0E0E0; margin-bottom:50px; }
.main_read img{  margin:0 auto 15px auto; display:block;}
.main_read .main_read_cont{font-size:16px;  line-height:31px; color:#333;margin:0 auto;}
.main_read .main_read_cont p{ }
.main_read .main_read_cont img{ display:block; margin:0 auto;}

@media (max-width:769px){
    .main{width:95%; margin:0px auto 0 auto;}
    .main_cont{width: 95%;}
    .main_l{display: none;}
    .main_r{width:100%; padding: 0 0 85px 0;}
}
/*内页公司简介*/
.se_about{ width:72%; background:#fbfbfb; padding:50px; overflow:hidden;}
.se_about p{font-size:16px; line-height:31px;}

@media (max-width:769px){
    .se_about{ width:100%;padding: 0 0 80px 0; }
    .se_about p img{width: 100%;}
}

/*内页产品展示*/
.main_r ul{ width:100%;}
.main_r li{width:32%; float:left; margin:0 2% 2% 0;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.main_r li .img{overflow: hidden;}
.main_r li:nth-child(3n){ margin-right:0;}
.main_r li img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.main_r li:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

@media (max-width:769px){
    .main_r li{width:100%; float:left; margin:0 0% 2% 0;}
}
/* 样式一 */
.item .info{padding:20px;background:url(../images/arrow2.png) right 90px no-repeat;}
.item strong{display: block;width:95%;font-weight:100;text-transform: uppercase;text-transform: uppercase;text-transform: uppercase;}
.item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#159e50;text-transform: uppercase;}
.item p{display: none;}
.item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.item:hover .info{background:url(../images/arrow2.png) right center no-repeat;}
.item:hover strong{border-right:1px solid #f1f1f1;text-transform: uppercase;}
/* 样式一 */

@media (max-width:769px){
    .main_r li{width:49%; margin:0 1% 1% 0;}
    .item .info{padding:20px 0;}

}

/*se_hangye*/
.se_news_con{ padding:40px 0 0 0; width:100%; margin:0 auto;}
.se_news_con ul{ }
.se_news_con li{  margin-bottom:15px;position:relative; overflow:hidden; cursor: pointer;position:relative; top:0; padding:25px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; border-bottom:1px solid #eee}
.se_news_con li:hover { background:#abce03; top:20px;}
.se_news_con .se_news_da{ width:1380px; margin:0 auto}
.se_news_l{ width:300px; position:relative; overflow:hidden; height:200px; }
.se_news_l img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_news_l:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.se_news_r{ width: 976px; position: relative; z-index: 2; padding:10px 20px 0 0}
.se_news_r span{ display:block; background:url(../images/yuan.png) no-repeat left center; line-height:35px; font-size:14px; color:#888; padding:0 0 0 20px;}
.se_news_r h2{  font-size:14px; color:#555555; padding:5px 0 10px 0; font-weight:normal;}
.se_news_r h2 a{  font-size:23px; color:#333; text-transform:uppercase; display:block; line-height:50px;transition:all 0.2s ease 0s; -webkit-transition:all 0.2s ease 0s;}
.se_news_r h2 a:hover{   color:#0f58ce; }
.se_news_r p{ line-height:28px; color:#777; padding:10px 0 10px 0; font-size:15px;}
.se_news_r .se_news_more{ width:120px; border:1px solid #f2f2f2; background:#f2f2f2; line-height:30px; text-align:center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_news_r .se_news_more a{ color:#00af5f; font-size:14px;}
.se_news_r .se_news_more a:hover{ color:#fff; }
.se_news_con li:hover .se_news_more{ background:#fff; border:1px solid #fff; }
.se_news_con li:hover .se_news_more a{ color:#ca2c2c; }
.se_news_con li:hover .se_news_r h2 a{ color:#fff; }
.se_news_con li:hover .se_news_r h2{ color:#fff; }
.se_news_con li:hover .se_news_r p{ color:#fff; }

@media( max-width:1366px ){
    .se_news_con .se_news_da{ width:90%; margin:0 auto}
    .se_news_r{ width: 70%; }
} 

@media (max-width:769px){
    .se_news_con{ padding:0px 0 0 0;}
    .se_news_con .se_news_da{width: 100%;}
    .se_news_l{display: none;}
    .se_news_r{width: 95%;}
}


/*内页产品案例*/
.se_tuandui { width:90%; margin:0 auto;  padding:0px 0 20px 0}
.se_tuandui ul{ width:100%;}
.se_tuandui li{float:left; padding:0; width:29.8%; margin:0 5% 25px 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li .p-img{ width:100%; text-align:center;  position:relative; overflow:hidden }
.se_tuandui li .p-name{ height:85px; line-height:85px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:22px; color:#333;}
.se_tuandui li .p-name em{ display:block; font-size:19px; color:#fff;}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:16px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}
.se_tuandui li:nth-child(3n){ margin:0 0 25px 0;}

@media( max-width:1279px){
.se_tuandui li .p-name{ height:55px; line-height:55px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:20px;  color:#fff;}	
}
	
@media only screen and (max-width:750px ){
.main_read .main_read_cont{width:95%; margin:0 auto;}
.main_read .main_read_cont img{width: 100%;}
.se_tuandui li{float:left; padding:0; width:48%; margin:0 0.5% 25px 0.5%; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li .p-name{ height:55px; line-height:55px;font-size:18px; }
.se_tuandui p{ font-size:14px; line-height:35px; color:#666;}
}


/*内页联系我们*/
.ny_contact{ background:#f2f2f2; padding:100px 0; width: 100%; overflow: hidden;}
.ny_contact .s_width{ width:1280px; margin:0 auto; background:#fff;}

.ny_contact_l{ width:40%; background:url(../images/cnt_r.jpg) no-repeat right top; padding:50px;}
.ny_contact_l h2 {font-family: arial;font-size: 60px;color: #666666;margin-bottom: 16px;line-height: 45px;text-transform: uppercase;}
.ny_contact_l h3 {line-height: 36px;font-size: 29px;}
.ny_contact_l .pub_title_link {width: 60px;height: 2px;background-color: #e60012;margin: 23px auto 32px;    margin-left: 0;}
.ny_contact_l p {line-height: 40px;font-size: 16px;}
.ny_contact_l p i{ padding-right:15px; font-size:18px;}


.ny_contact_r{ padding:50px; width:44%;}
.ny_contact_r h2{font-size: 24px;line-height: 30px; font-weight:normal; margin-bottom: 15px;}
.ny_contact_r .form-group{margin-bottom:10px;}
.ny_contact_r .control-label {float: left;line-height: 33px;font-size: 16px;width: 73px;text-align: right;color: #333;}
.ny_contact_r .espcms_bbs_form .content {    padding: 15px 0 0 0;    width: 600px;    border-right: 0 solid;    border-left: 0 solid;    overflow: hidden;}
.ny_contact_r .espcms_form_group {float: left;margin: 0 0 10px 0;}
.ny_contact_r .control_required {float: left;line-height: 35px; color:#fff; font-size:15px;}
.ny_contact_r .infoInput {width: 375px;}
.ny_contact_r .form-control {margin: 0 15px 0 10px;background:#eae9e9;border:none; width:300px;}
.ny_contact_r input {line-height: 33px;margin: 0 0px 0 10px; border:none;}
.ny_contact_r .button{ width:110px; height:35px; background:#2eb31c; text-align:center; line-height:35px; margin:40px 0 0 20px; color:#0da056; font-size:16px;}
.ny_contact_r .button a{ color:#0da056}

@media (max-width:769px){
    .ny_contact{padding:20px 0; }
    .ny_contact .s_width{ width:100%; padding: 20px;}  
    .ny_contact_l{width:100%;padding:0px;}
    .ny_contact_r{display: none;;}
}

.p_float{ position:fixed; width:80px; bottom:0;  right:0; z-index:9999; opacity:0}
.p_float li{ height:78px; width:78px;text-align:center; background:#abce02; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_float p{ line-height:78px; color:#fff; font-size:16px;}

@media (max-width:769px){
    .p_float{display: none;}
}
.mbx{ width:100%; height:60px; border-bottom:1px solid #eaefed;}
.mbx .espcms_path{ width:90%; margin:0 auto; font-size:16px; line-height:60px;}
.mbx .espcms_path li{display: inline-block;}
.mbx .espcms_path > li + li:before {padding: 0 5px;color: #ccc;content: "/\00a0";}

@media (max-width:769px){
    .mbx .espcms_path{ font-size:13px; }
}

.espcms_page_botton{text-align: center;border-top: 1px solid #E0E0E0;padding:50px 0px 15px 0;}
.btn-default {color: #333;background-color: #fff;border-color: #ccc;outline: 0px;}
.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn-group, .btn-group-vertical {position: relative;display: inline-block;vertical-align: middle;}

.btn-default {color: #333;background-color: #f2f2f2;outline:0px; margin-right:1px;}
.btn-default:focus,.btn-default.focus {color: #333;background-color: #19a7db;outline:0px}
.btn-default:hover {color: #333;background-color: #e6e6e6;outline:0px}
.btn-default:active,.btn-default.active {color: #fff;background-color: #19a7db;outline:0px}
.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,
.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {color: #fff;background-color: #19a7db;}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {background-image: none;}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,
.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {background-color: #fff;border-color: #ccc;}
.btn-default .badge {color: #fff;background-color: #333;}

.espcms_info_pager{ width:100%; margin:10% auto 105px auto;}
.espcms_info_pager li{ width:46%; float:left; text-align:left; background:#f2f2f2; line-height:50px; margin-right:5%}
.espcms_info_pager li:nth-child(2n){ margin-right:0px;}

.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}

@media (max-width:769px){
    .espcms_page_botton{text-align: center;border-top: 1px solid #E0E0E0;padding:10px 0px 10px 0;}
    .espcms_info_pager li{ width:100%;}
}
/*提醒*/
.espcms_warn{background-color: #fff;padding:50px 0px 80px 0px;width:100%;margin: 0px auto;border-radius: 10px;}
.espcms_warn .form-control-icon-feedback {line-height: 45px;font-size: 20px; color: #4D4D4D;position: absolute;top: 0;z-index: 2;display: block;width: 34px;height: 34px;text-align: center;pointer-events: none;}
.espcms_warn > h2 {font-size: 30px;font-weight: 300;line-height: 40px;position: relative;}
.espcms_warn > h3 {font-size: 20px;font-weight: 300;line-height: 30px;position: relative;}

.member_list_div{overflow: hidden;}
.member_list_div .h4{padding: 0px;margin: 0px;font-size:14px;}
.member_list_div .order_bottom{padding-top:15px;}
.mt20{margin-top:20px !important;}.mb1{margin-bottom:1px !important;}.mb2{margin-bottom:2px !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb20{margin-bottom:20px !important;}.mb30{margin-bottom:20px !important;}
.btn-warning {color: #fff;background-color: #f0ad4e;border-color: #eea236;}
.btn-warning:focus,.btn-warning.focus {color: #fff;background-color: #ec971f;border-color: #985f0d;}
.btn-warning:hover {color: #fff;background-color: #ec971f;border-color: #d58512;}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {color: #fff;background-color: #ec971f;border-color: #d58512;}
.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,
.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus {color: #fff;background-color: #d58512;border-color: #985f0d;}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {background-image: none;}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {background-color: #f0ad4e;border-color: #eea236;}
.btn-warning .badge {color: #f0ad4e;background-color: #fff;}


.bann_container{margin-top: 1px;background-image:linear-gradient(284deg, #039BE5,#B3E5FC);}
.page_bann_title{padding:55px 0px;text-align: center;}
.page_bann_title > h2{font-size:40px;color:#fff;font-weight: bold;text-shadow: 1px 1px 4px #424242;}
.page_bann_title > p{font-size:20px;color:#fff;text-shadow: 1px 1px 4px #424242;padding-top:10px;}

.espcms_title{margin-top: 40px;margin-bottom: 30px;}
.espcms_title .title_name{color:#0288D1;font-size:30px;}
.espcms_title .title_name_white{color:#fff;font-size:30px;}
.espcms_title .title_subhead{color:#757575;font-size:20px;}
.espcms_title .title_subhead_white{color:#fff;font-size:20px;}

.espcms_product_img img {margin-right: auto;margin-left: auto;display: block;max-width: 100%;height: auto;margin-bottom: 5px;max-height: 185px;}
.espcms_product_img .espcms_product_title {text-align: center;padding: 10px 0px 10px 0px;height: 40px;}
.espcms_page_book{padding-top:25px;padding-bottom:25px;}
.espcms_page_navigation_title > h4{padding:5px 0px;margin: 0px;font-weight: bold;font-size:16px;}
.espcms_page_navigation_title > h5{padding:0px 0px;margin: 0px;font-weight: bold;font-size:14px;}
.espcms_page_navigation{padding:0px;border:0px;margin: 0px;}
.espcms_page_navigation > li{border:0px;margin: 0px;padding:8px 5px;}
.espcms_page_navigation > li:before{float:left;padding-right:3px;font-family: 'Glyphicons Halflings';content:"\e250";font-size:7px !important;padding-top:2px;color:#ababab}
.espcms_page_navigation > li.active{background: none;color:#1565C0;font-weight: bold}
.espcms_page_navigation > li.active:hover{background: none;color:#1565C0;font-weight: bold}

.espcms_page_infolist{padding:0px;border:0px;margin: 0px;}
.espcms_page_infolist > li{border:0px;margin: 0px;padding:8px 5px;list-style: none}
.espcms_page_infolist > li:before{float:left;padding-right:3px;font-family: 'Glyphicons Halflings';content:"\e080";font-size:7px !important;padding-top:2px;color:#ababab}

.espcms_address{line-height: 200%;margin: 0px;padding:0px;}




.badge {display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 12px;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: middle;background-color: #777;border-radius: 10px;}
.badge:empty {display: none;}
.btn .badge {position: relative;top: -1px;}
.btn-xs .badge,
.btn-group-xs > .btn .badge {top: 0;padding: 1px 5px;}
a.badge:hover,
a.badge:focus {color: #fff;text-decoration: none;cursor: pointer;}
/*新闻列表*/
.espcms_info_list{padding-top: 15px;}
.espcms_info_list > ul > li{border:0px;margin: 0px;padding:8px 5px;}
.espcms_info_list > ul > li:before{float:left;padding-right:5px;font-family: 'Glyphicons Halflings';content:"\e080";font-size:7px !important;padding-top:0px;color:#ababab}
.espcms_info_time{background: none;color:#BDBDBD}
.espcms_info_list > ul > li > .list-group-item-text{padding-left:15px;line-height: 150%;padding-top:10px;color:#BDBDBD}