html,body{width: 100%;font-size:16px;}
*{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;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a{text-decoration: none;background: transparent;outline: none;color:#000;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .section_seven .item i{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.iconfont{font-family: 'iconfont';}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}

@media( min-width:1280px ){
.s_width{ width:80%; 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: 38px;}
.f_30{font-size: 30px;}
.f_24{font-size: 24px;}
.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{width: 100%; padding: 25px 0; border-top:7px solid transparent; border-color: #085ba9;}
.header .s_width{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.header .logo{transition: .5s;width: 57%;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.header .logo:hover{left:4%;}
.header .logo_l{ border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-right: 15px;}
.header .logo_l h2 em{color: #2fa636;}
.header .logo_l h2 i{ display: block; font-weight: 100; font-style: normal; color: #b1abab;}
.header .logo_r {font-weight: 600;}
.header .logo_r p{ line-height: 36px;}
.header .logo_r p em{display: block;color: #2fa636;}

@media( max-width:1600px ){
	.header .logo{width: 66%;}
}

.header .tel{margin-top:0;height:70px;background:url(../images/call.png) left center no-repeat;padding-left:75px; position:absolute; right:1%; text-align:left}
.header .tel p{font-size:16px;color:#333;padding:3px 0 2px 0;}
.header .tel h3{font-size:23px;color:#333;font-family: georgia,serif;}

.nav{background:#085ba9; width: 100%; position: relative;}
.nav ul{width:80%; margin: 0 auto; display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.nav ul>li{overflow:hidden; line-height:65px;border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); width: 15%;text-align: center; font-size: 17px;}
.nav ul>li:nth-child(7){ border-right: 0; }
.nav ul>li>a{display:block;color:#fff; -webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.nav ul>li.on>a{background-color:#fff;}
.nav ul>li.on>a:hover,.nav ul>li>a:hover{background-color:#2fa636;color:#fff}

.nav li div {display:none;width:218px;text-align:center;color:#fff;position:absolute;top:100%;background: linear-gradient(to right, #1f3b8e,#2fa537); z-index:9999 ;  box-sizing:border-box;}
.nav li div a {display:block;COLOR: #fff; LINE-HEIGHT:55px!important; HEIGHT:55px;FONT-SIZE: 16px!important;font-weight:200!important; margin-top:0; border-bottom:1px solid rgba(255, 255, 255, 0.2); }
.nav li div a:hover {color:#fff;  background:#1b3a8d!important; border-top:0; border-right:0; border-left:0; font-weight:normal;transition:all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s; }



/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%;background:url("../images/bg_01.jpg") repeat;}
#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:#e62129}


.bannerbox { width:80%; margin:-115px auto -27px auto;-webkit-transition: all 0.5s;transition: all 0.5s;overflow: hidden;}
.bannerbox a {height: 51px;font-size: 26px;color: #fff;font-weight: bold;line-height: 49px;border: 1px solid transparent;padding: 0 30px;position: relative;cursor: pointer;z-index: 1;-webkit-transition: all 0.5s;transition: all 0.5s;
border-radius: 25px;text-shadow: 0px 0px 7px #ad0f04;}
.bannerbox a:hover {-webkit-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);}
.bannerbox a.bannerboxfl {float: left;margin-left: 8.3333333333%;}
.bannerbox a.bannerboxfl:before {content: '';width: 51px;height: 51px;border-radius: 25px 0 0 25px;position: absolute;left: 0;top: 0;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), transparent);background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);}
.bannerbox a.bannerboxfl:after {content: '';width: 10px;height: 10px;border-radius: 50%;background: #fff;position: absolute;left: -5px;top: 50%;margin-top: -5px;}
.bannerbox a.bannerboxfr {float: right;margin-right: 8.3333333333%;}
.bannerbox a.bannerboxfr:before {content: '';width: 51px;height: 51px;border-radius: 0 25px 25px 0;position: absolute;right: 0;top: 0;background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5), transparent);background: linear-gradient(to left, rgba(255, 255, 255, 0.5), transparent);}
.bannerbox a.bannerboxfr:after {content: '';width: 10px;height: 10px;border-radius: 50%;background: #fff;position: absolute;right: -5px;top: 50%;margin-top: -5px;}


/*产品展示*/
.pro{width: 100%;background:url("../images/bg_01.jpg") repeat; padding: 5% 0;}
.pro .pro_tit{ text-align: center; font-size: 38px; color: #1c3c8d; width: 80%; margin: 0 auto; height: 150px;}
.pro .pro_tit h2:before{content: "";background:url("../images/line_l.png") no-repeat left bottom; width: 467px; height: 67px; position: absolute;left:15%;}
.pro .pro_tit h2:after{content: "";background:url("../images/line_r.png") no-repeat right bottom; width: 467px; height:14px; position: absolute;right:15%;}
.pro .pro_tit h2{display: inline-block;}
.pro .pro_tit i{font-style: normal; color: #2fa636;}
.pro .pro_tit em{display: block;font-family: impact; font-size: 45px;text-transform: uppercase; color: #e0e3eb;}

.pro_list{width:80%; margin:20px auto 3% auto; } 
.pro_list ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap:wrap}
.pro_list li{ padding:0 3%; line-height: 7vh; border: 1px solid #f2f2f2; text-align: center; margin: 1% 0.5%;transition: .5s; background: #0a4695;color: #fff; }
.pro_list li:hover{ background: #2fa636;}
.pro_list li:hover a{ color: #fff;}

#top_scroll {height:900px;overflow: hidden;max-width:90%;margin:65px auto 0px auto;}
#top_scroll ul li{float: left;width:24%;margin:0.5%; background:#fff;}
#top_scroll ul li .img{overflow: hidden; }
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;width:100%}
#top_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li h3{color:#333;font-size:18px; font-weight:normal; line-height:60px; border-bottom:1px solid #f2f2f2; text-align:center;}
#top_scroll ul li:hover{background-image: -webkit-linear-gradient(left,#1c3d8c, #30a636);}
#top_scroll ul li:hover h3{color:#fff;}




/*adv*/
.hengtiao{background:url("../images/adv.jpg") no-repeat center top; width: 100%;}
.hengtiao .s_width{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap:wrap}
.hengtiao .hengtiao_l{width: 60%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;;}
.hengtiao .hengtiao_l .hengtiao_l_img{width: 359px;}
.hengtiao .hengtiao_l .hengtiao_l_cont{ padding-top:7%; color: #fff; }
.hengtiao .hengtiao_l .hengtiao_l_cont h2{ font-size: 35px;font-weight: 100;}
.hengtiao .hengtiao_l .hengtiao_l_cont h2 em{display: block; font-weight: 600;}
.hengtiao .hengtiao_r{margin-top: 45px;}

@media( max-width:1600px ){
	.hengtiao .hengtiao_l{width: 71%;}

}
/*adv*/
.adv{ width:80%; margin:5% auto 5% auto;}
.adv h2{ background:url(../images/youshi.jpg) no-repeat center top; font-size:40px; color:#0a0909; text-align:center; padding-top:65px;}
.adv h2 em{ display:block; font-size:18px; color:#3c3c3c; font-weight:normal; padding-top:15px;}

.youshi {margin-top: 70px;margin-bottom: 90px;overflow: hidden \0;}
.youshi li {width: 25%;float: left;text-align: center}
.youshi li h3 {margin: 50px 0 10px;font-size: 22px;font-weight: normal}
.youshi li p {color: #999; font-size:16px;}


.section_three{height:1000px;background:url(../images/about.jpg) center top no-repeat;margin-top:100px;}
.section_three .auto{width:80%;margin:0 auto; height:500px;}
.section_three .info{width:56%;padding-top:155px;}
.section_three .title{width:563px;padding-top:10px;background:url(../images/b1.png) center top no-repeat;}
.section_three .title h4{font-weight:bold;color:#fff;font-size:46px;}
.section_three .title .line{width:90px;height:5px;background-color: #fe0000;margin:12px 0 30px;}
.section_three .text{font-size:16px;color:#fff;line-height:30px;height:270px;overflow: hidden;}
.section_three .item_box{width:67%;height:234px;padding:0 73px;background:url(../images/bg3.png) center no-repeat;margin:200px auto 0 auto;}
.section_three .item{width:105px;padding-right:8px;height:129px;margin-top:54px;margin-right:3%;float: left;text-align: center;background:url(../images/b2.png) left center no-repeat;cursor:pointer;}
.section_three .item:hover{background:url(../images/b3.png) center no-repeat;}
.section_three .item img{margin:25px auto 6px;height:40px;}
.section_three .item img.img2{display: none;}
.section_three .item p{font-size:16px;color:#000;}
.section_three .item a{overflow: hidden;}
.section_three .item:hover .img1{display: none;}
.section_three .item:hover .img2{display: block;}
.section_three .item:hover p{color:#fff;}
.section_three .call{width:270px;height:138px;background-color: #2fa636;margin-top:45px;padding-left:30px;padding-top:27px;}
.section_three .call h6{font-size:30px;color:#fff; font-weight: 100;}
.section_three .call strong{font-family: impact;font-size:40px;font-weight:100;color:#fff;}



/*客户案例*/
.case {width: 80%;margin:0px auto 0px;}
.case .case_tit{ text-align: center; font-size: 38px; color: #1c3c8d; width: 80%; margin: 0 auto; height: 150px;}
.case .case_tit h2:before{content: "";background:url("../images/line_l.png") no-repeat left bottom; width: 467px; height: 67px; position: absolute;left:15%;}
.case .case_tit h2:after{content: "";background:url("../images/line_r.png") no-repeat right bottom; width: 467px; height:14px; position: absolute;right:15%;}
.case .case_tit h2{display: inline-block;}
.case .case_tit i{font-style: normal; color: #2fa636;}
.case .case_tit em{display: block;font-family: impact; font-size: 45px;text-transform: uppercase; color: #e0e3eb;}

#case_scroll {height:500px;overflow: hidden;max-width:90%;margin:65px auto 0px auto;}
#case_scroll ul li{float: left;width:24%;margin:0.5%; background:#fff;}
#case_scroll ul li .img{overflow: hidden; }
#case_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;width:100%}
#case_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#case_scroll ul li h3{color:#333;font-size:18px; font-weight:normal; line-height:60px; border-bottom:1px solid #f2f2f2; text-align:center;}
#case_scroll ul li:hover{background-image: -webkit-linear-gradient(left,#30a636, #1c3b8d);}
#case_scroll ul li:hover h3{color:#fff;}




/*news*/
.news{width:100%;   padding:65px 0 7% 0;background:url("../images/news.jpg") no-repeat center top; margin-top: 5%;}
.news .news_tit{ text-align: center; font-size: 38px; color: #1c3c8d; width: 80%; margin: 0 auto; height: 150px;}
.news .news_tit h2:before{content: "";background:url("../images/line_l.png") no-repeat left bottom; width: 467px; height: 67px; position: absolute;left:15%;}
.news .news_tit h2:after{content: "";background:url("../images/line_r.png") no-repeat right bottom; width: 467px; height:14px; position: absolute;right:15%;}
.news .news_tit h2{display: inline-block;}
.news .news_tit i{font-style: normal; color: #2fa636;}
.news .news_tit em{display: block;font-family: impact; font-size: 45px;text-transform: uppercase; color: #e0e3eb;}

.news .s_width{ height:402px; position:relative;}
.news_pic{ width:346px; height:460px; position:absolute; left:0; top:0;}
.news_pic .news_pic_da{ position:absolute; left:0; top:0;width:346px;}
.news_pic .news_pic_da img{width:100%}
.news_pic .news_pic_jia{ position:absolute; right:0; bottom:0; }

.news_list{ width:75%; height:496px;  position:absolute; right:0; top:0}
.news_list li{ width:49%; float:left; padding:30px 2% 20px 2% ; margin:0 1px 1px 0;background:#f6f6f6;}
.news_list li:nth(2n){ margin-right:0;}
.news_list li h4{ font-size:18px;}
.news_list li h4 a{ color:#0e1853; line-height:55px;}
.news_list li p{ line-height:23px; font-size:14px; color:#929292; padding:0 0 15px 0}
.news_list li span{ display:block; line-height:21px; font-size:14px; color:#929292; padding:0 0 5px 0}
.news_list li .news_more{ width:111px; line-height:35px; border:1px solid rgba(0,0,0,0.1); text-align:center; border-radius:30px;}
.news_list li .news_more a{ font-size:15px; color:#e5433a}



/*footer*/
.footer{ width:100%; background:#242424;;}
.footer .s_width{display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;flex: 5; width: 80%;  margin: 0 auto; }

.footer .f_pro{  width:33%;border-left:1px solid transparent;border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.6);  color:#fff;  padding:75px 5% 10% 5%;}
.footer .f_pro h2{text-transform: uppercase; font-weight:normal;padding-bottom:30px;}
.footer .f_pro h2:after{content: "";display: block;width: 30px;height: 2px;background: #f8de07; margin-top: 15px;;}
.footer .f_pro ul{ overflow:hidden; padding-bottom:20px;}
.footer .f_pro li{width: 50%; float:left;}
.footer .f_pro li em{ display:block; color:#e5e5e5; 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:#e5e5e5; line-height:31px;}
.footer .f_pro li a:hover{font-weight: bold;}
.footer .f_pro p{ line-height: 35px;;}

.footer .f_contact{  width:41%;  color:#e5e5e5; padding:75px 0 0 75px;}
.footer .f_contact h2{text-transform: uppercase; font-weight:normal;padding-bottom:30px;}
.footer .f_contact h2:after{content: "";display: block;width: 30px;height: 2px;background: #f8de07; margin-top: 15px;;}
.footer .f_contact p{ line-height: 31px;;}

.footer .f_wx{color:#e5e5e5; padding:75px 0 75px 0; width: 27%;}
.footer .f_wx h2{text-transform: uppercase; font-weight:normal;}
.footer .f_wx h2:after{content: "";display: block;width: 30px;height: 2px;background: #f8de07; margin-top: 15px;;}
.footer .f_wx ul{ overflow:hidden; padding-top:50px;}
.footer .f_wx li{ width:35%; float:left; margin-right:5%; text-align:center;}
.footer .f_wx li img{ width:100%;} 
.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{ background:#2fa636; height:65px }
.end .end_l{}
.end .end_l img{ padding-top:0;}
.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:1440px){
	.footer .f_pro li{width:100%;}

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


/*网站内页*/
/* ===================== 内页 Banner 图 ===================== */

#nyba{height:500px;position: relative;overflow:hidden;background-attachment: fixed;position: relative;}
.nybabg{ background:url(../images/bj_bg_new.png)repeat center top; position:absolute; z-index:2; width:100%; height:100%;opacity:1;}
.gsb{background:linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(38, 156, 212, 0) 40%);position: absolute;top: 0;width: 100%;height: 100%;left: 0;z-index: 1;}
#nyba img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;animation:change 2s ease-in-out}
@keyframes change{from
{ transform:scale(1.2);opacity: 0.8;}to {transform:scale(1);opacity: 1;}
}

@keyframes change1{
	from { transform:translateY(60px);opacity: 0;}
	to {transform:translateY(0px);opacity: 1;}
}

.fade_text{text-transform:uppercase;margin-top:11%;text-align: center;font-size:0;position: relative;z-index: 22;}
.fade_text span{color:#fff;display: inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow: hidden;}
.fade_text .cn span{font-size:72px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:5px;overflow: hidden;width:8px;z-index: 5;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
.son_list{position: absolute;height:50px;width:100%;bottom:10px;left:0;text-align: center;}
.son_list a{display: inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color: #fff;font-size:16px;text-align: center;line-height:50px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#2e3979;position: absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */
.main{ width:100%; margin:0px auto 0 auto;background: url('../images/bg_01.jpg')repeat; padding: 5% 0;}
.main .s_width{ padding: 5% 0;}
.main .main_tit{ text-align: center; font-size: 38px; color: #1c3c8d; width: 80%; margin: 0 auto; height: 150px;}
.main .main_tit h2:before{content: "";background:url("../images/line_l.png") no-repeat left bottom; width: 467px; height: 67px; position: absolute;left:15%;}
.main .main_tit h2:after{content: "";background:url("../images/line_r.png") no-repeat right bottom; width: 467px; height:14px; position: absolute;right:15%;}
.main .main_tit h2{display: inline-block;}
.main .main_tit em{display: block;font-family: impact; font-size: 45px;text-transform: uppercase; color: #e0e3eb;}

.main_list{width:90%; margin:0 auto 3% auto;} 
.main_list ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap:wrap}
.main_list li{ padding:0 3%; line-height: 7vh; border: 1px solid #f2f2f2; text-align: center; margin: 1% 0.5%;transition: .5s; background: #1c3c8d;color: #fff; }
.main_list li:hover{ background: #2fa636;}
.main_list li:hover a{ color: #fff;}

.main_cont{ background: #fff; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.2); width: 80%; margin:3% auto 0 auto; padding:3%;}
.main_cont p{ line-height: 35px;;}

/*内页公司简介*/
.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_pro {width: 80%; margin: 0 auto;}
.main_pro ul{ width:100%;}
.main_pro li{width:23%; 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_pro li .img{overflow: hidden;}
.main_pro li:nth-child(4n){ margin-right:0;}
.main_pro li img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.main_pro 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_pro li{width:100%; float:left; margin:0 0% 2% 0;}
}

.main_read{border:1px solid transparent; border-color: rgba(151, 151, 151, 0.2); width: 80%; margin: 0 auto 0 auto; padding: 3%; }
.main_read h3{ text-align: center;}
.main_read .main_date{text-align: center; margin: 2% 0;}
.main_read_cont{}
.main_read_cont p{line-height: 31px;}
.main_read_cont img{margin: 0 auto; display: block;}

/* 样式一 */
.item .info{padding:20px 0;background: #fff;}
.item strong{display: block;width:95%;font-weight:300;text-transform: uppercase;text-transform: uppercase;text-transform: uppercase; text-align: center;}
.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:#2fa636;text-transform: uppercase;}

.item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
/* 样式一 */

@media (max-width:769px){
    .item .info{padding:20px 0;}
}

.pro_read{  width: 80%; margin: 0 auto; background-color: #fff;}

.espcms_pro_photo{}
.espcms_pro_photo li{ float:left; width:80px; margin-right:10px; text-indent:0; margin-top:0px}
.espcms_pro_photo li img{width:76px;height:56px;  }
.espcms_pro_photo li a{ padding-left:20px;}

.modal-dialog{width: 100%;  margin:0px 0 0 20px; height:570px;}
.modal-content{height: 88% !important;}
#showbigpic{width: 63 0px;margin: 0 auto;/*max-width:642px;*/}
.piclist{width:89%;overflow: hidden; margin:0 auto; padding:60px 0 9% 0;}
.absolute{position:absolute}
.arrow-left{top:63px;left:0;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/lleft.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-right{top:63px;right:0;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/rright.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-left:hover{ background:url(../images/left_h2.png) no-repeat center top;}
.arrow-right:hover{ background:url(../images/right_h2.png) no-repeat center top;}
#mycarousel{	transition: all .4s;}


.pro_read .pro_read_l{ float:left; width:45%; background-color: #fff; padding: 3rem 0 0 3rem; }
.pro_read .pro_read_l img{ width:100%; margin: 0 auto; display: block;}
.pro_read .pro_read_r{ float:right; width:45%; margin:80px 5% 0 0;}
.pro_read .pro_read_r h3{ font-size:35px; color:#333;}
.pro_read .pro_read_r h3:after{ content:""; width:150px; margin:10px 0 30px 0; display:block; height:5px; background:#154e9d;}
.pro_read .pro_read_r .proread_date{ font-size:15px; color:#666; line-height:28px;}
.pro_read .pro_read_r .proread_date a{ color:#666;}


.pro_read .pro_read_r .proread_tel{ width:80%; margin:50px auto 45px auto;}
.pro_read .pro_read_r .proread_tel li{ width:45%; height:50px;border-radius:30px; background:#f63c2f; text-align:center; line-height:50px; font-size:20px; float:left; margin-right:10%}
.pro_read .pro_read_r .proread_tel li:nth-child(2){ margin-right:0;}
.pro_read .pro_read_r .proread_tel li:after{ content:""; width:8px; height:15px; background:url(../images/jtr.png) no-repeat  center top; display:inline-block; margin-left:20px;}
.pro_read .pro_read_r .proread_tel li a{ color:#fff;}
.pro_read .pro_read_r .proread_tel li a:hover{ font-weight:bold;background-image: -webkit-linear-gradient(left,#f63c2f, #666); display:block;border-radius:30px;transition:all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s;}
.pro_read .pro_read_r .proread_tel li a:hover:after{ content:""; width:8px; height:15px; background:url(../images/jtr.png) no-repeat  center top; display:inline-block; margin-left:20px;}
.pro_read .pro_read_r .proread_lx{ width:80%; height:60px; background:#f2f2f2; display:block;}
.pro_read .pro_read_r .proread_lx p{ text-align:center; line-height:60px; font-size:25px;}

.pro02BoxBotNav{ background:#d6d6d6;  width: 100%; height: 66px;}
.pro02BotNav{  margin:0 auto; padding:0; width: 80%;}
.pro02BotNav li{ margin:0; padding:0; min-width:50%; text-align:center; font-size:18px; color:#212020; line-height:66px; border-left:1px solid #c8c8c8; position:relative; cursor:pointer; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; float: left;}
.pro02BotNav li:first-child{ border-left:none;}
.pro02BotNav li:after{ position:absolute; left:50%; margin-left:-10px; bottom:0; opacity:0; display:block; content:"";width:0; height:0; border-left:10px solid transparent;border-right:10px solid transparent;
border-top:11px solid #154e9d;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.pro02BotNav li.active{ background:#154e9d; color:#ffffff;}
.pro02BotNav li.active:after{ opacity:1; bottom:-11px;}
.pro02BotNav li:hover{ background:#154e9d; color:#ffffff;}
.pro02BoxBotCon{ font-size:16px; color:#5a5a5a; line-height:24px;}
.pro02BoxBotCon .swiper-slide{ color:#5a5a5a;}
.pro02BoxBotConText{ padding:0 0 30px; width: 80%; margin: 0 auto;}
.pro02BoxBotConText p{  line-height: 31px; padding-bottom: 10px;}
.pro02BoxBotConText img{ margin:10px auto; max-width:100%; display: block;}
.pro02BoxTit{ font-size:30px; color:#3d3d3d; line-height:200%; padding:20px 0 10px;}
.pro02BoxBrief{ font-size:16px; color:#5a5a5a; line-height:24px; padding:0 26.5% 30px;}
.pro02BotImg3{ padding-bottom:20px;}
.pro02BotImg3 li{ padding-bottom:15px;}
.pro02BotImg3Con{ font-size:14px; color:#5a5a5a; line-height:24px; padding:0 23%;}
.pro02BotImg3Con h4{ font-size:26px; color:#3d3d3d; line-height:180%;}
.pro02BotImg5{ border-top:1px solid #bebebe; border-bottom:1px solid #bebebe; font-size:0; padding:30px 0;}
.pro02BotImg5Con{ display:inline-block; vertical-align:middle; width:50%; padding:0 5%; font-size:16px; text-align:center;}
.pro02BotImg5Con h4{ font-size:30px; color:#3d3d3d; line-height:150%; padding:10px 0;}
.pro02BotImg5 img{ display:inline-block; vertical-align:middle; width:50%;}

.panel-body{overflow: hidden; margin-top: 25px; }
.col-sm-2{float: left;height: 65px;width: 15%;text-align: right;vertical-align: middle;font-size: 14px;min-height: 1px;color: #333;}
.form-control{padding: 0 3px;float: left; width:25%;overflow: hidden;margin: 0 23px 0 0;border:none;background: rgba(255,255,255,0.9);font-size: 16px;color: #666;line-height: 50px; border: 1px solid #efecec;}
.control-label{float: left;height: 50px;line-height: 50px;width: 8%;text-align: left;vertical-align: middle;font-size: 16px;min-height: 1px;color: #333;}
.form-group{padding:0.8rem 10px;font-size: 16px;color: #666;line-height: 35px; width:80%; float:left; margin:0 20px 0px 2.3rem;}
.ffcontent{width: 99%; display:block}
.form-group2{padding: 10px 10px;background: rgba(255,255,255,0.9);font-size: 16px;color: #666;line-height: 35px; width:40%; float:left; margin:0 20px 0px 0;}
.btn-success{ display:block; background: #134c9b; color:#fff;width: 100%;  text-transform: uppercase; font-size: 20px; height:58px;   line-height: 48px; border:none!important; margin:0 auto;}
.btn-success a{}

.espcms_info_pager{ width:80%; margin:5% auto 5% auto;}
.espcms_info_pager li{ width:46%; float:left; text-align:left; padding-left:10px; background:#f2f2f2; line-height:50px; margin-right:5%}
.espcms_info_pager li:nth-child(2n){ margin-right:0px;}
@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%;}
}


@media (max-width:769px){
	.n_nav{bottom:0;width:100%;}
	.main_tit p{font-size: 63px;top: -33px;}
	.se_tuandui{ padding:1rem 0 1rem 0}
	.se_tuandui li{width: 47%;}
	.se_tuandui li .p-name{height: 40px;line-height: 40px; font-size: 16px;}
	.pro_read{width: 94%;z-index: 5;left: 50%;margin-left: -47%;background-color: #fff;top: 10%;padding-bottom: 0rem;}
	.pro_read .pro_read_l{ float:left; width:100%; background-color: #fff; padding: 3rem 0 0 0; }
	.modal-dialog{height:310px;}
	.pro_read .pro_read_r{ width:100%; padding-left: 3%; }
	.pro_read .pro_read_r .proread_lx{display: none;}
	.pro_read .pro_read_r .proread_tel li:after{ content:""; width:8px; height:15px; background:url(../images/jtr.png) no-repeat  center top; display:inline-block; margin-left:0px;}
	.inbanner {height: 860px;}
	.n_nav a{ padding: 0 3%;; text-align: center;height: 40px;line-height: 40px; font-size: 15px;}
	.pro02BotNav{  width: 100%;}
	.pro02BoxBotNav{  margin:4rem 0 0 0; width: 100%; height: 66px;}
	.pro02BoxBotConText{ padding:0 0 30px; width: 95%; margin: 0 auto;}
	.control-label{float: left;height: 50px;line-height: 50px;width:30%;font-size: 14px;}
	.form-group{padding:0.8rem 10px;font-size: 16px;color: #666;line-height: 35px; width:100%; float:left; margin:0 20px 0px 0rem;}
}
/*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:#1d1d1d; 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 h3{  font-size:14px; color:#555555; padding:5px 0 10px 0; font-weight:normal;}
.se_news_r h3 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 h3 a:hover{   color:#fff; }
.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:#666; 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 ){
.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;}
}


/*联系我们*/
.contact{ width:1280px; margin:50px auto;}
.contact h2{ font-size:40px; font-weight:normal; color:#c92d2f; }
.contact h2 em{ display:block; font-size:15px; color:#666; line-height:29px; padding-top:15px;}

.ny_contact{ background:#f2f2f2; padding:100px 0;}
.ny_contact .s_width{ width:1280px; margin:0 auto; background:#fff;}

.ny_contact_l{ width:45%; 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:54%;}
.ny_contact_r h2{font-size: 24px;line-height: 30px; font-weight:normal;}

.in_liuyan{ width:1280px; margin:80px auto;}

.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: #333;outline:0px}
.btn-default:hover {color: #333;background-color: #e6e6e6;outline:0px}
.btn-default:active,.btn-default.active {color: #fff;background-color: #1c3c8d;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: #333;}
.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_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}/*se-contact*/

.se_contact{ width:70%; margin:50px auto;}
.se_contact ul{ margin:0px auto;}
.se_contact li{ width:32%;  float:left; text-align:center; padding-bottom:15px; margin-right:1%;}
.se_contact li:nth-child(3){ margin-right:0px;}
.se_contact li img{ margin-top:30px;}
.se_contact li i{ display:block; text-align:center; font-style:normal; padding:20px 0 10px 0; font-size:20px;}
.se_contact li em{ display:block; padding:15px 0 0 0; font-size:18px; line-height:30px;}
.se_contact li span{display:block; font-size:16px; line-height:31px; color:#666; text-align:center;}


/*===================== 响应式代码 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: 18px;}
.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;}
}