﻿@charset "utf-8";

/* CSS Document */

*{margin:0;padding:0;}

html,body{font-family:"Microsoft YaHei" !important;background:#fff !important;overflow-x:hidden;}

body{font-size:14px;line-height:24px;}

a{text-decoration:none;color:inherit;transition:all .6s;}

li{list-style-type:none;}

.fl{float:left;}

.fr{float:right;}

.clear{clear:both;}

img{border:0;}

.container{width:1200px;margin:0 auto;}

.w1200{width:1200px;margin:0 auto;}

input,botton,a,img,textarea,select,option{outline:none;}





/*头部*/

.head-t{height:30px;line-height: 30px;background:#2e2e2e;color:#fff;font-size:11px;}

.head-t-r{color:rgba(255,255,255,.8);}

.head-t-r ul li{padding-left:40px;float:left;margin-left:12px;position:relative;}

.head-t-r ul li.head-t-li4{}

.head-t-r ul li.head-t-li4 img{position:absolute;top:100%;right:-45px;z-index: 66666;width:120px;height:0;opacity:0;transition:all .6s;}

.head-t-r ul li.head-t-li4:hover img{opacity:1;transition:all .6s;height:auto;}

.head-t-r ul li.head-t-li5{padding-left:0;}

.head-t-r ul li.head-t-li5 a{height:18px;line-height: 18px;display:block;background:#fff;margin-top:7px;width:31px;text-align: center;color:#353535;}



.head-b{height:100px;background:#f0eeee;}

.head-b-con{position:relative;z-index: 6666;}

.logo{width:230px;height:156px;background:#002858;position:absolute;top:0;left:0;text-align: center;}

.logo img{margin-top:15px;}

.nav{}

.nav ul li{position:relative;float:left;height:100px;line-height:100px;padding:0 32px;}

.nav ul li a.nav-f{display:block;font-size:14px;color:#3f3f3f;}

.nav ul li:hover a.nav-f{color:#002858;}

.nav ul li i{display:block;width:8px;height:6px;background:url(../images/nav-li-tb.png) no-repeat;position:absolute;top:48%;right:15px;}

.nav-down{position:absolute;top:100%;left:0;display:none;width:325px;}

.nav-down a{display:block;padding-left:30px;height:50px;line-height: 50px;border-top:#ccc 1px solid;font-size:14px;color:#222;background:#f5f6f6;}

.nav-down a:hover{background:#002858;color:#fff;}



/*banner*/

.sy-banner{position:relative;}

.sy-banner .swiper-container8{margin:0 auto;}

.sy-banner .swiper-container8 .col-sm-4{text-align:center;}

.sy-banner .swiper-container8 .col-sm-4 h1{}

.sy-banner .swiper-container8 .col-sm-4 h1 a{display:block;height:550px;}

.sy-banner .swiper-button-prev,.sy-banner .swiper-button-next{

    top:45%;width:68px;height:130px;line-height:130px;text-align:center;color:#fff;font-family:'宋体';background:rgba(0,0,0,.5);font-size:50px;

    outline:none;

}

.sy-banner .swiper-button-prev{opacity:1;left:0;}

.sy-banner .swiper-button-next{opacity:1;right:0;}

.sy-banner .swiper-pagination{}

.sy-banner .swiper-pagination-bullet{width:50px;height:3px;background:#656565;border-radius:0;opacity:1;}

.sy-banner .swiper-pagination-bullet-active{background:#fff;}



.wap-banner .sj-banner{margin-top:70px;}

.wap-banner .sj-banner .swiper-container8 .col-sm-4 h2{}

.wap-banner  .sj-banner .swiper-container8 .col-sm-4 h2 a,.pc-banner  .sj-banner .swiper-container8 .col-sm-4 h2 a{display:block;}

.wap-banner  .sj-banner .swiper-container8 .col-sm-4 h2 a img,.pc-banner  .sj-banner .swiper-container8 .col-sm-4 h2 a img{display:block;width:100%;}

.wap-banner .sj-banner .swiper-button-prev,.wap-banner .sj-banner .swiper-button-next{display:none;}





/*产品推荐*/

.products{background:#f0eeee;padding:66px 0 55px 0;}

.products-con{background:#fff;padding:33px 0;}

.products-t{text-align:center;}

.products-t strong{display:inline-block;font-size:26px;color:#004080;line-height: 50px;position:relative;}

.products-t strong i{display:block;width:66px;height:1px;background:#004080;position:absolute;top:50%;}

.products-t strong i.title-i1{left:-80px;}

.products-t strong i.title-i2{right:-80px;}

.products-t p{text-transform:uppercase;font-size:12px;color:#cecece;}



.products-c{position:relative;}

.products-c .swiper-container{width:90%;margin:0 auto;padding:30px 0;}

.products-c .swiper-container .col-sm-4{text-align:center;}

.products-c .swiper-container .col-sm-4 dl{position:relative;width:90%;margin:0 auto;box-shadow:0 0 10px rgba(0,0,0,.1);height:275px;}

.products-c .swiper-container .col-sm-4 dl dt{position:relative;width:100%;height:100%;}

.products-c .swiper-container .col-sm-4 dl dt img{display:block;width:100%;height:100%;}

.products-c .swiper-container .col-sm-4 dl dt p{width:100%;height:42px;line-height: 42px;font-size:14px;color:#fff;background:rgba(0,54,108,0.5);position:absolute;left:0;bottom:0;}

.products-c .swiper-container .col-sm-4 dl:hover dt p{opacity:0;}

.products-c .swiper-container .col-sm-4 dl dd{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;}

.products-c .swiper-container .col-sm-4 dl:hover dd{display:block;}

.products-c .swiper-container .col-sm-4 dl dd a{display:block;width:100%;height:100%;}

.products-c .swiper-container .col-sm-4 dl dd a p{width:105px;height:35px;line-height: 35px;background:#004080;font-size:12px;margin:120px auto 0 auto;color:#fff;}

.products-c .swiper-button-prev,.products-c .swiper-button-next{top:45%;width:37px;height:62px;line-height:62px;text-align:center;color:#fff;font-family:'宋体';background:rgba(0,0,0,.3);font-size:26px;}

.products-c .swiper-button-prev:hover,.products-c .swiper-button-next:hover{background:#004080;}

.products-c .swiper-button-prev{opacity:1;left:0;}

.products-c .swiper-button-next{opacity:1;right:0;}

.products-c .swiper-pagination{display:none;}



.products-b{text-align:center;margin-top:8px;}

.products-b a{display:inline-block;width:160px;height:50px;line-height: 50px;background:#00366c;font-size:14px;color:#fff;}





/*广告*/

.sy-hb{height:150px;background:url(../images/sy-hb1.jpg) no-repeat center;}

.sy-hb-con{text-align:right;overflow:hidden;color:#fff;font-size:16px;}

.sy-hb-con a{display:inline-block;width:185px;height:57px;line-height: 57px;background:#2b2b2b;text-align: center;border-radius:5px;margin-top:26px;}

.sy-hb-con p{font-weight:bold;line-height:50px;}

.sy-hb-con p span{border-bottom:#fff 1px solid;display:inline-block;}



/*大地泵业*/

.about{background:#f0eeee;padding:70px 0;}

.about-t{text-align:center;}

.about-t strong{font-size:26px;color:#3f3f3f;line-height: 45px;display:block;}

.about-t p{font-size:14px;color:#353535;line-height: 26px;position:relative;display:inline-block;margin-top:10px;}

.about-t p i{display:block;width:63px;height:1px;background:#353535;position:absolute;top:50%;}

.about-t p i.about-i1{left:-76px;}

.about-t p i.about-i2{right:-76px;}

.about-con{padding-top:50px;}

.about-l{width:597px;position:relative;}

.about-l img{display:block;margin-left:25px;z-index: 66;position:relative;}

.about-l i{display:block;width:573px;height:465px;border:#7d7d7d 1px solid;position:absolute;top:22px;left:0;}

.about-r{width:550px;}

.about-r dl{}

.about-r dl dt{text-align: center;}

.about-r dl dt img{margin-top:10px;}

.about-r dl dt .about-r-info{text-align:left;font-size:14px;color:#3f3f3f;line-height: 30px;margin-top:20px;text-indent:35px;}

.about-r dl dd{margin-top:50px;}

.about-r dl dd span{display:inline-block;height:49px;line-height: 49px;}

.about-r dl dd span.about-r-t1{font-size:14px;color:#00366c;background:url(../images/sy-tb1.png) no-repeat left;padding-left:30px;}

.about-r dl dd span.about-r-t2{width:160px;text-align:center;font-size:14px;color:#fff;background:#004080;margin-left:45px;}



/*荣誉资质*/

.honor{padding:53px 0 20px 0;}

.honor-c{position:relative;}

.honor-c .swiper-container2{width:85%;margin:0 auto;padding:30px 0;overflow:hidden;}

.honor-c .swiper-container2 .col-sm-4{text-align:center;}

.honor-c .swiper-container2 .col-sm-4 dl{position:relative;width:85%;margin:0 auto;}

.honor-c .swiper-container2 .col-sm-4 dl dt{position:relative;width:100%;height:100%;}

.honor-c .swiper-container2 .col-sm-4 dl dt img,.honor-c .swiper-container2 .col-sm-4 dl img{display:block;width:100%;height:295px;}

.honor-c .swiper-container2 .col-sm-4 dl dt p{width:100%;height:42px;line-height: 42px;font-size:16px;color:#fff;background:rgba(0,54,108,0.5);position:absolute;left:0;bottom:0;}

.honor-c .swiper-container2 .col-sm-4 dl:hover dt p{opacity:0;}

.honor-c .swiper-container2 .col-sm-4 dl dd{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;}

.honor-c .swiper-container2 .col-sm-4 dl:hover dd{display:block;}

.honor-c .swiper-container2 .col-sm-4 dl dd a{display:block;width:100%;height:100%;}

.honor-c .swiper-container2 .col-sm-4 dl dd a p{width:105px;height:35px;line-height: 35px;background:#004080;font-size:16px;margin:120px auto 0 auto;color:#fff;}

.honor-c .swiper-button-prev,.honor-c .swiper-button-next{top:45%;width:52px;height:52px;line-height:52px;text-align:center;color:#858585;font-family:'宋体';background:#fff;font-size:36px;border-radius:50%;border:#858585 1px solid;}

.honor-c .swiper-button-prev:hover,.honor-c .swiper-button-next:hover{border:#004080 1px solid;background:#004080;color:#fff;}

.honor-c .swiper-button-prev{opacity:1;left:0;}

.honor-c .swiper-button-next{opacity:1;right:0;}

.honor-c .swiper-pagination{display:none;}





/*服务流程*/

.service{background:#f0eeee;padding:40px 0;}

.service-t{text-align:center;}

.service-t strong{font-size:26px;color:#353535;display:block;line-height: 70px;border-bottom:#00366c 2px solid;}

.service-t p{width:202px;height:46px;line-height: 46px;background:#00366c;font-size:16px;color:#fff;margin:0 auto;}

.service-b{}

.service-b dl{overflow:hidden;margin-top:68px;}

.service-b dl:nth-child(even) dt{float:right;}

.service-b dl:nth-child(even) dd{float:left;}

.service-b dl dt{width:568px;float:left;}

.service-b dl dt h3{padding-left:120px;min-height:75px;}

.service-b dl dt h3.service-b-h31{background:url(../images/01.png) no-repeat left;}

.service-b dl dt h3.service-b-h32{background:url(../images/02.png) no-repeat left;}

.service-b dl dt h3.service-b-h33{background:url(../images/03.png) no-repeat left;}

.service-b dl dt h3 strong{display:block;font-size:19px;color:#2d2d2d;padding-top:15px;}

.service-b dl dt h3 strong span{color:#002e5b;}

.service-b dl dt h3 p{font-weight:normal;font-size:12px;color:#2d2d2d;margin-top:5px;}

.service-b-info{padding-left:20px;position:relative;font-size:14px;color:#2d2d2d;line-height: 28px;margin-top:20px;}

.service-b-info i{display:inline-block;width:12px;height:12px;background:#002e5b;margin:0 10px;}

.service-b dl dd{width:586px;float:right;}

.service-b dl dd img{}





/*案例展示*/

.case{padding:70px 0 50px 0;background:#f0eeee;}

.case-con{height:573px;background:url(../images/case-bg.jpg) no-repeat center;}

.case-l{width:235px;margin:210px 0 0 68px;position:relative;color:#fff;}

.case-l h3{font-size:26px;line-height:33px;position:relative;z-index: 66;}

.case-l h3 span{display:block;text-transform:uppercase;font-size:14px;font-weight:normal;}

.case-l p{font-size:16px;margin-top:48px;}

.case-l p i{display:block;width:26px;height:3px;background:#fff;margin-top:15px;}

.case-l em{display:block;width:153px;height:81px;border:#888e93 1px solid;position:absolute;top:0;right:0;}



.case-r{position:relative;width:690px;height:445px;background:#fff;margin-top:65px;}

.case-r .swiper-container3{width:520px;margin:0 auto;padding:30px 0;overflow:hidden;}

.case-r .swiper-container3 .col-sm-4{text-align:center;}

.case-r .swiper-container3 .col-sm-4 dl{position:relative;width:226px;margin:0 auto;height:160px;float:left;margin:20px 0 0 20px;text-align:left;}

.case-r .swiper-container3 .col-sm-4 dl dt{}

.case-r .swiper-container3 .col-sm-4 dl dt img{display:block;width:100%;height:160px;}

.case-r .swiper-container3 .col-sm-4 dl dt p{position:absolute;left:0;bottom:0;width:90%;height:30px;line-height: 30px;background:rgba(0,0,0,.5);padding:0 5%;font-size:12px;color:rgba(255,255,255,.8);}

.case-r .swiper-container3 .col-sm-4 dl:hover dt p{display:none;}

.case-r .swiper-container3 .col-sm-4 dl dd{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;}

.case-r .swiper-container3 .col-sm-4 dl:hover dd{display:block;}

.case-r .swiper-container3 .col-sm-4 dl dd a{display:block;width:100%;height:100%;overflow:hidden;}

.case-r .swiper-container3 .col-sm-4 dl dd a p{width:98px;height:28px;background:#004080;line-height: 28px;font-size:12px;color:#fff;text-align:center;margin:66px auto 0 auto;}

.case-r .swiper-button-prev,.case-r .swiper-button-next{top:11%;text-align:center;color:#2e2e2e;font-family:'宋体';font-size:40px;}

.case-r .swiper-button-prev:hover,.case-r .swiper-button-next:hover{color:#004080;}

.case-r .swiper-button-prev{opacity:1;left:auto;right:8%;}

.case-r .swiper-button-next{opacity:1;right:2%;}

.case-r .swiper-pagination{display:none;}





/*新闻中心*/

.news{padding:40px 0 90px 0;background:#f0eeee;}

.news-t{}

.news-t h3{font-size:26px;color:#004080;line-height: 40px;float:left;}

.news-t h3 i{display:block;width:36px;height:3px;background:#cecece;margin-bottom:20px;}

.news-t h3 p{text-transform:uppercase;font-size:16px;color:#acacac;font-weight:normal;}

.news-t a{float:right;font-size:14px;color:#3f3f3f;background:url(../images/more-tb.png) no-repeat right;padding-right:27px;margin-top:60px;}

.news-t a:hover{color:#004080;}



.news-con{margin-top:26px;}

.news-l{width:158px;height:245px;border:#004080 2px solid;padding:38px 22px;}

.news-l ul li{text-align: center;height:50px;line-height: 50px;font-size:14px;color:#3f3f3f;margin-top:20px;}

.news-l ul li.active{background:#004080;color:#fff;}

.news-l ul li a{display:block;}



.news-r{width:962px;}

.news-item{display:none;}

.news-item dl{float:left;width:295px;background:#fff;margin-left:25px;}

.news-item dl dt{position:relative;}

.news-item dl dt img{display:block;width:100%;height:195px;}

.news-item dl dt p{position:absolute;height:66px;top:0px;right:25px;background:#2d6194;color:#fff;text-align: center;font-size:12px;padding:0 8px;}

.news-item dl dt p span{display:block;font-size:23px;padding-top:10px;}

.news-item dl dd{padding:20px 6%;}

.news-item dl dd h3{border-left:#004080 3px solid;font-size:14px;color:#3f3f3f;line-height: 20px;padding-left:10px;}

.news-item dl dd p{font-size:12px;color:#3f3f3f;line-height: 22px;margin-top:10px;}

.news-item dl dd font{display:inline-block;font-size:14px;color:#004080;background:url(../images/news-tb.jpg) no-repeat right;padding-right:35px;margin-top:20px;}





/*foot*/

.foot-t{height:161px;background:url(../images/foot-t-bg.jpg) no-repeat center;text-align: center;font-size:0;overflow:hidden;}

.foot-t ul li{float:left;width:12.5%;position:relative;display:inline-block;}

.foot-t ul li img{margin-top:21px;}

.foot-t ul li p{font-size:15px;color:#fff;margin-top:5px;}

.foot-t ul li i{display:block;width:25px;height:18px;background:url(../images/foot-jt.png) no-repeat;position:absolute;top:58px;right:-15px;}

.foot-b{background:#2e2e2e;padding:45px 0 15px 0;overflow:hidden;}

.foot-b-l{}

.foot-b-l dl{float:left;margin-left:66px;}

.foot-b-l dl.foot-b-l-dl1{margin-left:30px;}

.foot-b-l dl dt{font-size:17px;font-weight:bold;color:#fff;}

.foot-b-l dl dd{margin-top:20px;color:rgba(255,255,255,.7);}

.foot-b-l dl dd a{display:block;font-size:14px;line-height:46px;}

.foot-b-l dl dd a:hover{color:rgba(255,255,255,1);}

.foot-b-l dl dd p{font-size:14px;line-height:46px;}

.foot-ewm{width:193px;margin-right:10px;}

.foot-ewm img{display:block;width:100%;}

.foot-bq{text-align:center;color:#fff;margin-top:60px;opacity:.3;font-size:12px;}





/*二级*/

.ej-banner{height:550px;}

.con-h{height:65px;}



/*新闻中心*/

.ej-main{background:#f3f3f3;}

.ej-position{height:50px;line-height: 50px;}

.ej-position p{background:url("../images/position-tb.png") no-repeat left;padding-left:30px;font-size:12px;color:#505050;float:left;}



.ej-news-nav{text-align:center;font-size:0;}

.ej-news-nav ul li{display:inline-block;font-size:14px;color:#3b3b3b;width:213px;height:50px;line-height: 50px;border:#aaa 1px solid;border-radius:5px;margin:25px 25px 0 25px;}

.ej-news-nav ul li a{display:block;border-radius:5px;}

.ej-news-nav ul li.active{background:#002f68;color:#fff;border:#002f68 1px solid;}

.ej-news-nav ul li:hover a{background:#002f68;color:#fff;}



.ej-news-box{margin-top:30px;}

.ej-news-item{margin-top:20px;}

.ej-news-item-l{width:9%;text-align: center;}

.ej-news-item-l strong{display:block;font-size:39px;color:#002f68;padding-top:60px;line-height: 58px;}

.ej-news-item-l p{font-size:16px;color:#939393;}

.ej-news-item-r{width:86%;background:#fff;padding:28px 2%;}

.ej-news-item-r dl{}

.ej-news-item-r dl dt{float:left;width:57%;padding-left:2%;}

.ej-news-item-r dl dt strong{display:block;font-size:16px;color:#002f68;line-height: 28px;}

.ej-news-item-r dl dt p{font-size:12px;color:#3f3f3f;line-height: 22px;margin-top:10px;}

.ej-news-item-r dl dt span{display:block;font-size:12px;color:#9a9a9a;margin-top:30px;}

.ej-news-item-r dl dd{float:right;width:37%;position:relative;}

.ej-news-item-r dl dd img{display:block;width:303px;height:260px;}

.ej-news-item-r dl dd span{display:block;width:35px;height:35px;line-height: 35px;border:#bfbfbf 1px solid;font-size:16px;color:#bfbfbf;text-align: center;position:absolute;right:0;top:43%;border-radius:50%;}

.ej-news-item-r dl:hover dd span{border:#002f68 2px solid;color:#fff;background:#002f68;}



/*分页*/

.list-page{text-align:center;margin-top:50px;}

.list-page ul li{display:inline-block;font-size:14px;color:#b2b2b2;}

.list-page ul li a{display:block;padding:0 10px;}

.list-page ul li:hover,.list-page ul li.thisclass{color:#002f68;}



/*新闻详情*/

.ej-news-xq{background:#fff;padding:30px 3.9% 80px 3.9%;margin-top:30px;}

.ej-news-xq-title{text-align:center;}

.ej-news-xq-title h5{font-size:20px;color:#002f68;line-height:45px;}

.ej-news-xq-title p{color:#9a9a9a;margin-top:10px;font-size:12px;}

.ej-news-xq-info{margin-top:30px;line-height: 26px;}

.ej-news-xq-info img{max-width:100%;height:auto !important;}

.news-xq-page{background:#fff;border-top:#848484 1px solid;padding:30px 3.9% 40px 3.9%;}

.news-xq-page ul li{font-size:12px;color:#666;line-height: 36px;}

.news-xq-page ul li a:hover,.news-xq-pro-t a:hover{color:#002f68;}



.news-xq-pro{}

.news-xq-pro-t{margin-top:66px;height:60px;line-height: 60px;}

.news-xq-pro-t strong{display:block;float:left;font-size:23px;color:#191919;}

.news-xq-pro-t a{float:right;font-size:14px;color:#666;}





/*联系我们*/

.contact-banner{text-align:center;color:#fff;}

.contact-banner strong{display:block;text-transform: uppercase;font-size:21px;line-height: 45px;padding-top:98px;}

.contact-banner strong i{display:block;width:53px;height:3px;background:#fff;margin:20px auto;}

.contact-banner h3{font-size:52px;line-height: 85px;margin-top:30px;letter-spacing:25px;}

.contact-banner p{font-size:14px;line-height: 30px;width:80%;margin:30px auto;}



.contact-t{padding:30px 0 55px 0;}

.contact-title{text-align:center;display:block;font-size:26px;color:#0d0d0d;line-height: 40px;}

.contact-title p{font-size:14px;color:#979797;text-transform: uppercase;font-weight:normal;}

.contact-t-con{}

.contact-t-con li{float:left;background:#fff;border-radius:10px;text-align: center;margin:30px 0 0 3.8%;width:22%;height:198px;color:#193372;}

.contact-t-con li:nth-child(1){margin-left:0;}

.contact-t-con li img{margin-top:18px;}

.contact-t-con li h3{font-weight:normal;font-size:14px;margin-top:10px;}

.contact-t-con li p{font-size:12px;margin-top:6px;line-height: 22px;}

.contact-t-con li.contact-ewm img{width:75%;}

.contact-b{/*height:623px;background:url(../images/contact-bg.jpg) no-repeat center;*/}

.contact-b-con{background:#193372;}

.contact-map-t{text-align:center;color:#fff;font-size:28px;padding-top:50px;line-height: 45px;}

.contact-map-c{width:68%;}

.contact-map-c img{display:block;width:100%;}

.contact-b-con-r{width:28%;padding:0 2%;color:#fff;}

.contact-b-con-r p{font-size:15px;line-height: 30px;margin-top:20px;}

.contact-b-con-r p b{color:#ebd916;}

.contact-b-con-r ul{}

.contact-b-con-r ul li{font-size:12px;margin-top:20px;}

.contact-b-con-r ul li strong{font-weight:normal;color:#ebd916;display:block;}

.contact-map-b{text-align:center;margin-top:30px;}

.contact-map-b a{display:inline-block;font-size:14px;color:#fff;height:38px;line-height: 38px;background:#193372;border-radius:5px;padding:0 36px;}



/*国内营销*/

.ej-position-r{}

.ej-position-r a{font-size:12px;color:#505050;padding:0 5px;margin:0 10px;}



.ej-gnyx{}



.ej-gnyx-t{padding-top:40px;/*text-align: center;*/}

.ej-gnyx-t h2,.ej-gnyx-b h2{font-size:26px;color:#101010;  line-height: 50px;}

.ej-gnyx-t ul{margin-top:30px;}

.ej-gnyx-t ul li{overflow:hidden;float:left;width:22.5%;margin:0 0 46px 3%;text-align:left;}

.ej-gnyx-t ul li:nth-child(4n+1){margin-left:0;clear:both;}

.ej-gnyx-t ul li img{display:block;float:left;margin-right:18px;border-radius:50%;}

.ej-gnyx-t ul li strong{display:block;font-size:16px;color:#002f68;margin-top:10px;}

.ej-gnyx-t ul li p{font-size:14px;color:#4b4b4b;margin-top:10px;}

.ej-gnyx-c{padding-top:20px;/*text-align: center;*/}

.ej-gnyx-c ul li{overflow:hidden;/*float:left;*/width:320px;padding-left:108px;border-left:#aaa 1px solid;display:inline-block;}

.ej-gnyx-c ul li:nth-child(1){padding-left:0;border:0;}

.ej-gnyx-c ul li h2{font-size:26px;color:#101010;  line-height: 50px;margin-bottom:30px;text-align:left;}

.ej-gnyx-c ul li img{display:block;float:left;margin-right:28px;border-radius:50%;}

.ej-gnyx-c ul li p{font-size:16px;color:#252525;margin-top:30px;float:left;}

.ej-gnyx-b{padding-top:20px;text-align: center;}

.ej-gnyx-b h2{margin-top:37px;}

.ej-gnyx-map{margin-top:20px;}

.ej-gnyx-map img{display:inline-block;border:#aaa 1px solid;}



/*国外销售*/

.ej-gwxs{}

.ej-gwxs-t{padding-top:50px;color:#1b1b1b;}

.ej-gwxs-t strong{display:block;font-size:26px;line-height: 36px;border-left:#002f68 5px solid;padding-left:20px;}

.ej-gwxs-t p{font-size:14px;margin:10px 20px;}

.ej-gwxs-b{margin-top:35px;}

.ej-gwxs-b dl{overflow:hidden;float:left;padding-left:90px;position:relative;}

.ej-gwxs-b dl:nth-child(1){padding-left:0;width:330px;}

.ej-gwxs-b dl:nth-child(2){width:290px;}

.ej-gwxs-b dl:nth-child(1) i{display:none;}

.ej-gwxs-b dl dt{overflow:hidden;position:relative;}

.ej-gwxs-b dl dt img{display:block;border-radius:50%;border:#002f68 2px solid;float:left;}

.ej-gwxs-b dl dt p{float:left;font-size:16px;color:#002f68;margin:52px 0 0 15px;}

.ej-gwxs-b dl dt span{display:block;min-width:138px;height:30px;line-height: 30px;position:absolute;left:96px;top:15px;background:#f3f3f3;padding:0 10px;}

.ej-gwxs-b dl dd{font-weight:bold;font-size:19px;color:#002f68;margin:13px 0 0 20px;}

.ej-gwxs-b dl i{display:block;width:2px;height:105px;background:#bfbfbf;position:absolute;left:0;top:0;}



/*产品中心*/

.ej-products{}

.ej-products-t{margin-top:30px;}

.ej-products-t-l{position:relative;width:185px;padding:27px 0 27px 30px;background:#002f68;color:#fff;margin-top:10px;}

.ej-products-t-l strong{font-size:20px;}

.ej-products-t-l p{font-size:14px;}

.ej-products-t-l i{display:block;width:22px;height:27px;background:url(../images/pro-jt.png) no-repeat;position:absolute;top:43px;right:-22px;}

.ej-products-t-r{width:78%;}

.ej-products-t-r ul li{float:left;width:25%;line-height:45px;}

.ej-products-t-r ul li a{display:block;font-size:12px;color:#505050;background:url(../images/pro-tb1.png) no-repeat left;padding-left:18px;}

.ej-products-t-r ul li a:hover,.ej-products-t-r ul li.pro-list-cur a{color:#002f68;}

.ej-products-b{}

.ej-products-b dl{float:left;width:23.5%;margin:25px 0 0 2%;background:#fff;transition:all .6s;}

.ej-products-b dl:hover{background:#002f68;box-shadow:0 0 20px rgba(0,0,0,.1);transition:all .6s;}

.ej-products-b dl:nth-child(4n+1){margin-left:0;clear:both;}

.ej-products-b dl dt{border-bottom:#ccc 1px solid;background:#fff;}

.ej-products-b dl dt img{display:block;width:100%;}

.ej-products-b dl dd{padding:15px 6%;}

.ej-products-b dl dd strong{display:block;font-weight:normal;font-weight:normal;font-size:14px;color:#1a1a1a;transition:all .6s;}

.ej-products-b dl dd p{font-size:12px;color:#646464;margin-top:10px;transition:all .6s;}

.ej-products-b dl:hover dd strong,.ej-products-b dl:hover dd p{color:#fff;transition:all .6s;}

.ej-products-b dl dd p span{display:inline-block;height:22px;overflow:hidden;}





/*荣誉资质*/

.ej-honor-main{padding-top:156px;}

.ej-honor{}

.ej-honor-t{background:#fff;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);padding:30px 8% 70px 8%;}

.ej-honor-title{text-align:center;}

.ej-honor-title strong{display:block;font-size:23px;color:#171717;line-height: 36px;}

.ej-honor-title p{font-size:14px;color:#b2b2b2;line-height: 26px;}

.ej-honor-info{font-size:14px;color:#555;line-height: 26px;margin-top:30px;}

.ej-honor-c{padding-top:50px;}

.ej-honor-c-b{}

.ej-honor-c-b ul li{float:left;width:31.3%;margin:22px 0 0 2.8%;text-align: center;}

.ej-honor-c-b ul li:nth-child(3n+1),.ej-honor-b .ej-honor-c-b ul li:nth-child(3n+1){clear:both;margin-left:0;}

.ej-honor-c-b ul li img{display:block;width:100%;height:450px;}

.ej-honor-c-b ul li p{font-size:14px;color:#333;line-height: 26px;margin-top:10px;}

.ej-honor-b .ej-honor-c-b ul li{width:27.5%;margin:22px 0 0 8.5%;}



.page_btn{text-align:center;font-size: 14px;color: #b2b2b2;padding-top: 39px;}

.page_btn a,.page_btn span.num span{display:inline-block;cursor:pointer;padding:0 10px;}

.page_btn span.num span.current{color:#002f68;}



/*煤矿安证查询*/

.ej-tkazcx{background:#fff;padding-bottom:90px;}

.ej-tkazcx-t{text-align:center;height:28px;line-height:28px;background:#002f68;margin-top:30px;padding:17px 0;font-size:0;}

.ej-tkazcx-t span{display:inline-block;border-left:#fff 2px solid;font-size:14px;color:#fff;}

.ej-tkazcx-t span.ej-tkazcx-t-s1{border-left:0;width:18%;}

.ej-tkazcx-t span.ej-tkazcx-t-s2{width:23%;}

.ej-tkazcx-t span.ej-tkazcx-t-s3{width:35%;}

.ej-tkazcx-c{font-size:0;border-top:#d2d2d2 1px solid;}

.ej-tkazcx-c ul li{height:50px;line-height: 50px;text-align: center;border:#d2d2d2 1px solid;border-top:0;}

.ej-tkazcx-c ul li span{display:inline-block;font-size:14px;color:#505050;}

.ej-tkazcx-c ul li span.ej-tkazcx-c-s1{width:18%;}

.ej-tkazcx-c ul li span.ej-tkazcx-c-s2{width:23%;}

.ej-tkazcx-c ul li span.ej-tkazcx-c-s3{width:35%;}

.ej-tkazcx-b{margin-top:30px;}

.ej-tkazcx-b ul li{float:left;width:30.3%;margin:38px 0 0 2.3%;}

.ej-tkazcx-b ul li img{display:block;width:100%;}



/*售后与技术支持*/

.ej-sh-banner{text-align:center;}

.ej-sh-banner p{font-size:23px;color:#fff;line-height:50px;width:830px;margin:0 auto;padding-top:220px;}

.ej-sh{background: #fff;border-radius: 10px;box-shadow: 0 0 20px rgba(0,0,0,.2);padding:50px 5% 120px 5%;margin-top:35px;}

.ej-sh-t{}

.ej-sh-t strong{display: block;font-size:23px;color: #171717;line-height: 36px;}

.ej-sh-t p{font-size: 14px;color: #171717;line-height: 36px;}

.ej-sh-b{}

.ej-sh-b dl{color:#1d1d1d;margin-top:26px;}

.ej-sh-b dl dt{}

.ej-sh-b dl dt b{font-size:16px;}

.ej-sh-b dl dd{padding-left:25px;font-size:14px;line-height: 28px;}

.ej-sh-b dl dd b{font-size:14px;}



/*资料下载*/

.ej-download{width:1266px;margin:0 auto;background:#fff;padding-bottom:100px;}

.ej-download-t{padding:23px 5%;border-bottom:#a8a8a8 1px solid;color:#131313;}

.ej-download-t strong{display:block;font-size:26px;line-height: 38px;}

.ej-download-t p{font-size:14px;margin-top:5px;}

.ej-download-t ul li{float:left;height:35px;line-height: 35px;margin:32px 50px 0 0;font-size:14px;color:#6d6d6d;}

.ej-download-t ul li a{display:block;padding:0 20px;}

.ej-download-t ul li.xz-cur{background:#002f68;color:#fff;border-radius:5px;}

.ej-download-b{margin-top:8px;}

.ej-download-b ul li{margin-top:12px;height:58px;line-height: 58px;padding:0 5%;color:#505050;}

.ej-download-b ul li p{float:left;font-size:14px;border-left:#002f68 3px solid;padding-left:10px;height:19px;line-height: 19px;margin-top:19px;}

.ej-download-b ul li p b{display:inline-block;font-weight:normal;width:280px;}

.ej-download-b ul li p span{display:inline-block;width:500px;margin-left:20px;}

.ej-download-b ul li a{float:right;margin-right:5%;font-size:14px;background:url(../images/download-tb.png) no-repeat right;padding-right:20px;}

.ej-download-b ul li:hover{background:#e8e8e8;}



/*招商加盟*/

.ej-join{width:1258px;margin:26px auto;background:#fff;padding:50px 0 110px 0;border-radius:5px;}

.ej-join-t{}

.ej-join-t-l{width:47.5%;}

.ej-join-t-l img{display:block;max-width:100%;}

.ej-join-t-r{width:50%;}

.ej-join-t-r strong{display:block;font-size:23px;color:#101010;line-height:38px;}

.ej-join-t-r strong span{display:block;text-transform: uppercase;font-size:14px;font-weight:normal;}

.ej-join-t-con{}

.ej-join-t-con h3{font-weight:normal;font-size:16px;color:#1d1d1d;margin-top:28px;}

.ej-join-t-con p{font-size:14px;color:#2e2e2e;line-height: 26px;margin-top:3px;background:url(../images/join-tb1.jpg) no-repeat left;padding:0 5% 0 39px;}

.ej-join-ys{text-align:center;}

.ej-join-ys-t{padding-top:66px;}

.ej-join-ys-t strong,.join-tj-t strong{font-size:23px;color:#101010;line-height: 38px;}

.ej-join-ys-t p,.join-tj-t p{font-size:14px;color:#101010;text-transform: uppercase;margin-top:6px;}

.ej-join-ys-b{}

.ej-join-ys-b ul li{float:left;width:33.33%;margin-top:32px;}

.ej-join-ys-b ul li div{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:15px;width:65%;margin:0 auto;padding:40px 0 60px 0;color:#002f68;}

.ej-join-ys-b ul li div strong{display:block;font-size:38px;line-height: 55px;font-weight:normal;}

.ej-join-ys-b ul li div p{font-size:16px;margin-top:20px;}

.ej-join-tj{margin-top:88px;}

.ej-join-tj-l{width:55.5%;}

.join-tj-t{padding-left:20px;}

.join-tj-c{}

.join-tj-c ul li{float:left;width:315px;margin:20px 16px 0 0;background:#002f68;border-radius:5px;color:#fff;overflow:hidden;padding:23px 0;}

.join-tj-c ul li:nth-child(2n+1){clear:both;}

.join-tj-c ul li img{display:block;float:left;margin-left:15px;}

.join-tj-c ul li h3{font-weight:normal !important;float:right;width:240px;margin-right:5px;font-size:14px;}

.join-tj-c ul li h3 span{display:block;font-size:11px;line-height: 18px;}

.join-tj-b{color:#193372;padding-left:15px;}

.join-tj-b p{font-size:16px;margin-top:30px;}

.join-tj-b h3{font-size:23px;line-height: 38px;background:url(../images/join-tb6.png) no-repeat left;padding-left:42px;margin-top:6px;}

.ej-join-tj-r{width:43.8%;height:467px;background:url(../images/join-img2.jpg) no-repeat;}

.message{background:rgba(0,47,104,.8);width:100%;height:100%;}

.message-t{color:#fff;padding:0 15%;}

.message-t strong{font-size:23px;line-height: 38px;padding-top:45px;display:block;}

.message-t p{font-size:14px;margin-top:5px;}

.message-b{padding:0 15%;}

.message-b ul li{margin-top:30px;}

.message-b ul li .message-txt{width:100%;height:36px;line-height: 36px;border:0;border-bottom:#fff 1px solid;background:0;font-size:14px;color:#fff;}

.message-b ul li .message-sbt{width:190px;height:57px;border:0;margin-top:10px;font-size:20px;color:#002f68;font-weight:bold;}



/*在线选型*/

.ej-zxxx{width:1240px;margin:0 auto;background:#fff;padding-bottom:77px;}

.ej-zxxx-t{height:175px;background:url(../images/zxxx-bg1.jpg) no-repeat center;margin-top:23px;text-align:center;color:#fff;}

.ej-zxxx-t strong{display:block;font-size:23px;padding-top:38px;line-height: 45px;}

.ej-zxxx-t p{font-size:16px;margin-top:18px;}

.ej-zxxx-bd{}

.ej-zxxx-bd-l{width:1000px;padding-top:15px;}

.ej-zxxx-bd-l ul li{float:left;width:33.33%;height:37px;line-height: 37px;margin-top:39px;}

.ej-zxxx-bd-l ul li:nth-child(3n+1){clear:both;}

.ej-zxxx-bd-l ul li span{display:block;float:left;text-align:right;width:100px;font-size:14px;color:#3b3b3b;}

.ej-zxxx-bd-l ul li .ej-zxxx-sct,.ej-zxxx-bd-l ul li .ej-zxxx-txt{float:left;background:#e5e5e5;border:0;height:37px;text-align:right;width:185px;padding:0 12px;}

.ej-zxxx-bd-l ul li .ej-zxxx-sct{width:210px;}



.ej-zxxx-bd-r{}

.ej-zxxx-bd-r .ej-zxxx-sbt{width:112px;height:112px;background:#002f68;border-radius:5px;font-size:18px;line-height: 32px;color:#fff;border:0;margin:50px 62px 0 0;}



.zxxx-bjfs{text-align:center;}

.zxxx-bjfs h3{font-size:26px;color:#111;margin-top:45px;line-height: 45px;font-weight:normal;}

.zxxx-bjfs ul{font-size:0;}

.zxxx-bjfs ul li{display:inline-block;width:279px;border:#002f68 2px solid;margin:39px;background:#fff;padding:38px 0;}

.zxxx-bjfs ul li strong{display:block;font-size:15px;color:#193372;margin-top:2px;}

.zxxx-bjfs ul li p{font-size:14px;color:#333;line-height: 26px;margin-top:15px;padding:0 3%;}

.zxxx-faq{}

.zxxx-faq h3{font-size:26px;color:#111;margin-top:25px;line-height: 45px;font-weight:normal;text-align:center;}

.zxxx-faq-con{margin-top:45px;}

.zxxx-faq-l{width:756px;}

.zxxx-faq-l ul li{border-bottom:#bfbfbf 1px dashed;padding:15px 0;}

.zxxx-faq-l ul li a{font-size:16px;color:#002f68;}

.zxxx-faq-l ul li p{font-size:14px;color:#4e4e4e;margin-top:10px;}

.zxxx-faq-r{width:382px;}

.zxxx-faq-r img{display:block;margin-bottom:22px;}





/*招聘信息*/

.ej-zhaopin{}

.ej-zhaopin-con{background: #fff;border-radius: 10px;box-shadow: 0 0 20px rgba(0,0,0,.2);min-height:300px;padding-bottom:66px;}

.ej-zhaopin-t{padding:0 5%;overflow:hidden;}

.ej-zhaopin-title{margin-top:48px;}

.ej-zhaopin-title h3{font-size:25px;color:#171717;line-height: 32px;font-weight:normal;}

.ej-zhaopin-title h3 span{font-size:18px;color:#ff8003;padding-left:10px;}

.ej-zhaopin-title h5{font-weight:normal;font-size:16px;color:#939393;margin-top:15px;}

.ej-zhaopin-info{margin-top:38px;}

.ej-zhaopin-info-title{display:block;font-size:16px;color:#171717;font-weight:normal;}

.ej-zhaopin-c{font-size:14px;color:#171717;line-height: 32px;margin-top:20px;}

.ej-zhaopin-more{display:block;text-align:center;}

.ej-zhaopin-more a{display:inline-block;height:60px;line-height: 60px;min-width:338px;font-size:16px;color:#fff;background:#002f68;border-radius:5px;margin-top:80px;}

.ej-zhaopin-b{margin-top:63px;padding-bottom:30px;}

.ej-zhaopin-b-con{}

.ej-zhaopin-b-con ul li{float:left;width:31.33%;padding-left:2%;margin-top:58px;}

.ej-zhaopin-b-con ul li h3{font-size:17px;color:#3e3e3e;line-height:32px;}

.ej-zhaopin-b-con ul li p{font-size:14px;color:#4f4e4f;line-height:26px;margin-top:15px;}

.ej-zhaopin-b-con ul li a{display:inline-block;min-width:70px;height:31px;line-height: 31px;text-align:center;font-size:12px;color:#fff;background:#002f68;border-radius:2px;margin-top:20px;}



/*营销中心*/

.ej-yxzx{background:#f0eeee;}

.ej-yxzx-t{background:#fff;}

.ej-yxzx-a{padding:82px 0 110px 0;}

.ej-yxzx-a-l{width:313px;}

.ej-yxzx-a-l strong,.ej-yxzx-b-r strong{display:block;font-weight:normal;font-size:21px;color:#1d1d1d;line-height:35px;border-bottom:#6b6b6b 2px solid;padding-bottom:10px;}

.ej-yxzx-a-l strong p,.ej-yxzx-b-r strong p{font-size:14px;text-transform: uppercase;}

.ej-yxzx-a-l ul{padding-top:20px;}

.ej-yxzx-a-l ul li{font-size:14px;color:#1d1d1d;width:178px;height:32px;line-height: 32px;margin:15px 0 0 15px;background:url(../images/yxzx-hover2.png) no-repeat 20px center;transition:all .6s;border-top-right-radius:20px;border-bottom-right-radius:20px;}

.ej-yxzx-a-l ul li.ej-yxzx-a-l-cur,.ej-yxzx-a-l ul li:hover{background:url(../images/yxzx-hover1.png) no-repeat 20px center #002f68;color:#fff;transition:all .6s;}

.ej-yxzx-a-l ul li a{display:block;padding-left:40px;}

.ej-yxzx-a-r{width:849px;height:390px;}

.ej-yxzx-a-r dl{position:relative;}

.ej-yxzx-a-r dl dt{}

.ej-yxzx-a-r dl dt img{display:block;width:100%;}

.ej-yxzx-a-r dl dd{position:absolute;width:100%;height:100%;top:0;left:0;text-align:center;}

.ej-yxzx-a-r dl dd a{display:block;width:100%;height:100%;overflow:hidden;}

.ej-yxzx-a-r dl dd a p{width:196px;height:60px;line-height: 60px;background:#002f68;font-size:14px;color:#fff;margin:170px auto 0 auto;}

.ej-yxzx-b{background:#e8edf1;}

.ej-yxzx-b-l{width:620px;}

.ej-yxzx-b-l img{display:block;}

.ej-yxzx-b-r{width:520px;}

.ej-yxzx-b-r strong{width:306px;padding-top:68px;}

.ej-yxzx-b-r-info{font-size:14px;color:#1b1b1b;line-height:26px;margin-top:28px;}

.ej-yxzx-b-r-c{}

.ej-yxzx-b-r-c li{float:left;width:80px;margin:29px 29px 0 0;}

.ej-yxzx-b-r-c li img{display:block;width:100%;}

.ej-yxzx-b-r-more{}

.ej-yxzx-b-r-more a{display:block;width:196px;height:60px;line-height: 60px;background:#002f68;font-size:14px;color:#fff;margin-top:55px;text-align:center;}

.ej-yxzx-c{position:relative;}

.ej-yxzx-c-bg{height:280px;width:100%;background:#fff;position:absolute;top:0;left:0;}

.ej-yxzx-c-box{position:relative;z-index: 66;}

.ej-yxzx-c-l{width:395px;background:#fff;margin-top:143px;padding-bottom:50px;}

.ej-yxzx-c-l img{display:block;}

.ej-yxzx-c-l ul{padding:0 5%;}

.ej-yxzx-c-l ul li{font-size:14px;color:#1d1d1d;background:url(../images/yxzx-hover3.png) no-repeat left;padding-left:20px;line-height: 26px;margin-top:30px;}

.ej-yxzx-c-l ul li a{}

.ej-yxzx-c-r{width:745px;margin-top:69px;}

.ej-yxzx-sh{height:211px;background:url(../images/yxzx-img6.png) no-repeat right top;}

.ej-yxzx-sh-t{padding-top:82px;}

.ej-yxzx-sh-t strong{display:block;font-weight:normal;position:relative;font-size:20px;color:#111111;height:30px;line-height: 30px;}

.ej-yxzx-sh-t strong span{padding-right:25px;background:#fff;position:relative;z-index: 6;}

.ej-yxzx-sh-t strong i{display:block;height:2px;width:570px;position:absolute;top:50%;left:0;background:#ababab;}

.ej-yxzx-sh-t p{text-transform: uppercase;color:#111111;}

.ej-yxzx-sh-b{}

.ej-yxzx-sh-b ul li{float:left;padding-left:45px;height:38px;line-height: 38px;font-size:14px;color:#111111;padding-right:108px;margin-top:20px;}

.ej-yxzx-khjz{margin-top:56px;}

.ej-yxzx-khjz-t{height:52px;line-height: 52px;}

.ej-yxzx-khjz-t p{float:left;font-size:18px;color:#111111;}

.ej-yxzx-khjz-t a{float:right;display:block;width:30px;height:30px;line-height: 30px;text-align:center;background:#002f68;border-radius:50%;font-size:18px;color:#fff;margin-top:8px;}

.ej-yxzx-khjz-b{}

.ej-yxzx-khjz-b ul li{float:left;width:48%;position:relative;margin-top:28px;text-align:center;}

.ej-yxzx-khjz-b ul li:nth-child(even){float:right;}

.ej-yxzx-khjz-b ul li:nth-child(2n+1){clear:both;}

.ej-yxzx-khjz-b ul li img{display:block;width:100%;height:230px;}

.ej-yxzx-khjz-b ul li p{height:43px;line-height: 43px;width:100%;background:rgba(0,47,104,.7);position:absolute;bottom:0;left:0;font-size:12px;color:#fff;}



/*研发中心*/

.yfzx-t{margin-top:30px;padding-bottom:57px;}

.yfzx-t-l{width:438px;}

.yfzx-t-l img{display:block;}

.yfzx-t-r{width:727px;}

.yfzx-t-r-t{margin-top:30px;}

.yfzx-t-r-t strong{display:block;font-weight:normal;position:relative;font-size:18px;color:#002f68;height:30px;line-height: 30px;}

.yfzx-t-r-t strong span{padding-right:25px;background:#f3f3f3;position:relative;z-index: 6;}

.yfzx-t-r-t strong i{display:block;height:1px;width:100%;position:absolute;top:50%;left:0;background:#ababab;}

.yfzx-t-r-t p{font-size:14px;color:#505050;margin-top:30px;}

.yfzx-t-r-b{}

.yfzx-t-r-b ul li{font-size:14px;color:#505050;margin-top:30px;}

.yfzx-t-r-b ul li span{font-size:14px;color:#002f68;padding-right:10px;}

.yfzx-t-r-b ul li b{font-size:28px;color:#002f68;padding:0 10px;}

.yfzx-c{height:370px;background:url(../images/yfzx-img2.jpg) no-repeat center;}

.yfzx-c-bg{width:100%;height:100%;background:rgba(0,47,104,0.85);text-align:center;color:#fff;}

.yfzx-c-bg strong{display:block;font-weight:normal;font-size:23px;line-height: 30px;padding-top:60px;}

.yfzx-c-bg strong i{display:block;width:48px;height:2px;background:#fff;margin:20px auto;}

.yfzx-c-bg p{font-size:14px;line-height: 30px;margin-top:10px;}

.yfzx-b{}

.yfzx-b dl{overflow:hidden;margin-top:53px;}

.yfzx-b dl:nth-child(even) dt{float:right;}

.yfzx-b dl:nth-child(even) dd{float:left;}

.yfzx-b dl dt{float:left;width:660px;float:left;}

.yfzx-b dl dt strong{display:block;font-weight:normal;font-size:20px;line-height: 30px;color:#1a1a1a;margin-top:20px;}

.yfzx-b dl dt strong p{}

.yfzx-b dl dt strong p span{color:#002f68;}

.yfzx-b dl dt strong i{display:block;width:36px;height:3px;background:#1a1a1a;margin-top:20px;}

.yfzx-b dl dt font{display:block;text-indent: 35px;font-size:14px;color:#222222;line-height: 30px;margin-top:10px;}

.yfzx-b dl dd{width:506px;float:right;}

.yfzx-b dl dd img{max-width:100%;display:block;}

.yfzx-pro{margin-top:66px;padding-bottom:30px;}

.yfzx-pro strong{display:block;font-size:23px;color:#1a1a1a;line-height: 36px;text-align:center;}

.yfzx-pro strong i{display:block;width:48px;height:3px;background:#002f68;margin:18px auto;}

.yfzx-pro-box{padding-top:20px;}

.yfzx-pro-box li{float:left;width:25%;font-size:14px;color:#1a1a1a;line-height: 38px;}

.yfzx-pro-box li:hover{color:#002f68;}



/*工程案例*/

.case-sx{padding-top:40px;}

.case-sx ul li{height:75px;line-height: 75px;background:#fff;border:#bfbfbf 1px solid;font-size:14px;}

.case-sx ul li b{display:inline-block;font-weight:normal;width:162px;text-align:center;border-right:#bfbfbf 1px solid;font-size:16px;color:#565656;}

.case-sx ul li span{color:#fff;background:#002f68;border-radius:3px;padding:0 16px;height:36px;line-height:36px;margin:19px 0 0 18px;}

.case-sx ul li a{color:#565656;padding:0 16px;height:36px;line-height:36px;margin:19px 0 0 18px;}

.case-sx ul li a:hover,.case-sx ul li a.current{color:#fff;background:#002f68;border-radius:3px;}

.case-list{}

.case-list dl{float:left;width:31%;margin:40px 0 0 3.5%;position:relative;}

.case-list dl:nth-child(3n+1){margin-left:0;clear:both;}

.case-list dl dt{}

.case-list dl dt img{display:block;width:100%;height:330px;}

.case-list dl dt p{position:absolute;width:90.1%;height:46px;bottom:0;left:0;background:#fff;font-size:14px;color:#101010;line-height: 28px;padding:10px 5%;}

/*.case-list dl:hover dt p{display:none;}*/

.case-list dl dt i{display:none !important;width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);}

.case-list dl:hover dt i{display:block;}

.case-list dl dd{display:none !important;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;overflow:hidden;}

.case-list dl:hover dd{display:block;}

.case-list dl dd img{display:block;width:85px;height:85px;border-radius:50%;margin:56px auto 0 auto;position:relative;z-index: 6;}

.case-list dl dd .case-list-info{width:90%;height:255px;background:#fff;margin:-43px auto 0 auto;overflow:hidden;}

.case-list dl dd .case-list-info h3{font-weight:normal;padding:0 5%;font-size:14px;color:#121212;line-height: 28px;margin-top:30%;}

.case-list dl dd .case-list-info p{font-size:12px;color:#505050;padding:0 5%;margin-top:10%;}

.case-list dl dd .case-list-info p span{padding:0 10px;}

/*详情*/

.case-xq-t{height:342px;background:url(../images/case-xq-bg1.jpg) no-repeat center;margin-top:38px;}

.case-xq-t-bg{height:100%;background:rgba(0,0,0,.3);}

.case-xq-t-bg strong{display:block;text-align: center;font-size:22px;color:#fff;line-height: 45px;padding-top:40px;font-weight:normal;}

.case-xq-t-bg strong i{display:block;width:53px;height:2px;background:#fff;margin:20px auto;}

.case-xq-t-con{background:#fff;padding:10px 26px;width:720px;height:100px;margin:55px auto 0 auto;}

.case-xq-t-w{}

.case-xq-t-w ul li{/*float:left;*/display:table-cell;vertical-align:middle;display:inline-block;position:relative;}

.case-xq-t-w ul li h3{font-weight:normal;font-size:16px;color:#002f68;width:210px;line-height: 28px;}

.case-xq-t-w ul li i{display:block;width:38px;height:2px;background:#c0c0c0;margin:0 10px;}

.case-xq-t-w ul li p{font-size:14px;color:#4a4a4a;}

.case-xq-t-w ul li a{display:block;height:33px;line-height: 33px;background:#002f68;font-size:16px;color:#fff;border-radius:3px;padding:0 15px;margin:0 20px 0 50px;}

.case-xq-t-w ul li span{display:block;font-size:14px;color:#888888;}



.case-main{background:#fff;padding-bottom:100px;}

.case-box{padding:0 2.5%;}

.case-box-t{height:60px;line-height:60px;padding-top:20px;}

.case-box-t strong{display:block;float:left;font-size:20px;color:#242424;}

.case-box-t a{float:right;font-size:14px;color:#7e7e7e;}

.case-box-info{font-size:12px;color:#373737;line-height: 26px;margin-top:6px;min-height: 300px;padding-bottom:50px;}

.case-box-info img{max-width:100%;height:auto !important;}

.case-pro-b{}

.case-pro-b li{float:left;width:23.3%;border:#aaaaaa 1px solid;margin:20px 0 0 2%;padding-bottom:17px;}

.case-pro-b li:nth-child(4n+1){margin-left:0;clear:both;}

.case-pro-b li img{display:block;width:100%;}

.case-pro-b li div{padding:0 10%;}

.case-pro-b li div strong{font-size:14px;color:#1a1a1a;font-weight:normal;}

.case-pro-b li div p{color:#1a1a1a;line-height: 22px;margin-top:10px;font-size:12px;}

.case-pro-b li div p span{display:inline-block;height:22px;overflow:hidden;}



/*产品中心*/

.ej-cp-t{padding-top:20px;}

.ej-cp-t-l{width:350px;background:#fff;}

.ej-cp-t-l strong{display:block;text-align:center;height:98px;line-height: 98px;font-size:22px;color:#002f68;font-weight:normal;}

.ej-cp-t-l strong span{font-size:14px;text-transform: uppercase;padding-left:10px;}

.ej-cp-t-l ul{border-top:#848484 1px solid;}

.ej-cp-t-l ul li{height:68px;line-height: 68px;border-bottom:#848484 1px solid;font-size:14px;color:#505050;transition:all .6s;}

.ej-cp-t-l ul li.ej-cp-cur{background:#002f68;color:#fff;}

.ej-cp-t-l ul li a{display:block;padding-left:50px;}

.ej-cp-t-l ul li:hover{background:#002f68;color:#fff;transition:all .6s;}

.ej-cp-t-r{width:828px;}

.ej-cp-t-r img{display:block;max-width:100%;}



.ej-cp-item{padding-top:88px;}

.ej-cp-item-t{height:25px;line-height: 25px;}

.ej-cp-item-t strong{display:block;float:left;font-size:17px;color:#002f68;border-left:#002f68 3px solid;padding-left:16px;}

.ej-cp-item-menu{float:right;font-size:13px;color:#7c7c7c;}

.ej-cp-item-menu a{padding:0 3px;}

.ej-cp-item-menu a:hover{color:#002f68;}



.ej-cp-item-b{margin-top:22px;}

.ej-cp-item-b dl{float:left;overflow:hidden;position:relative;width:225px;height:341px;}

.ej-cp-item-b dl dt{}

.ej-cp-item-b dl dt img{display:block;width:100%;height:100%;}

.ej-cp-item-b dl dd{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,45,104,.5);display:none;}

.ej-cp-item-b dl dd a{display:block;width:80%;height:100%;overflow:hidden;padding:0 10%;color:#fff;}

.ej-cp-item-b dl dd a h3{font-weight:normal;font-size:23px;line-height: 36px;margin-top:86px;}

.ej-cp-item-b dl dd a p{font-size:18px;line-height: 36px;margin-top:10px;}

.ej-cp-item-b ul{width:973px;float:right;}

.ej-cp-item-b ul li{float:left;width:22.7%;margin-left:2%;border:#aaa 1px solid;height:339px;background:#fff;}

.ej-cp-item-b ul li img{display:block;width:100%;height:228px;}

.ej-cp-item-b ul li div{padding:0 10%;color:#1a1a1a;}

.ej-cp-item-b ul li div h3{font-weight:normal;font-size:14px;height:25px;line-height: 25px;overflow:hidden;}

.ej-cp-item-b ul li div p{margin-top:10px;line-height: 22px;font-size:12px;}

.ej-cp-item-b ul li div p span{height:22px;overflow:hidden;display:inline-block;}

/*产品详情*/

.ej-cp-xq{}

.ej-cp-xq .ej-cp-t-l{background:#e5e5e5;}

.ej-cp-xq-r{width:818px;}

.ej-cp-xq-r-t{}

.ej-cp-xq-tj{width:378px;}

.ej-tj-t{border:#bfbfbf 1px solid;position:relative;}

.ej-tj-b{width:300px;height:75px;margin:20px auto 0 auto;overflow:hidden;}



.ej-cp-xq-ms{width:415px;}

.pro-ms-t{border-bottom:#bfbfbf 1px dashed;padding-bottom:10px;}

.pro-ms-t h3{float:left;font-weight:normal;font-size:16px;color:#0e0e0e;line-height: 30px;margin-top:16px;}

.pro-ms-t a{float:right;background:url(../images/pro-xq-tb1.png) no-repeat top center;padding-top:38px;font-size:12px;color:#002f68;}

.pro-ms-c{color:#0e0e0e;}

.pro-ms-c strong{display:block;font-size:14px;margin-top:20px;}

.pro-ms-c p{font-size:12px;line-height: 26px;margin-top:6px;color:#333;}

.pro-ms-b{}

.pro-ms-b a{width:168px;height:50px;line-height: 50px;background:#002f68;text-align: center;font-size:16px;color:#fff;margin:30px 23px 0 0;display:inline-block;}

.ej-cp-xq-r-b{margin-top:50px;}

.pro-xq-menu{height:55px;line-height: 55px;border-bottom:#989898 1px solid;}

.pro-xq-menu ul li{float:left;text-align:center;font-size:14px;color:#0e0e0e;width:168px;}

.pro-xq-menu ul li a{display:block;}

.pro-xq-menu ul li.on{color:#002f68;border-bottom:#002f68 2px solid;}

.pro-xq-con{margin-top:30px;}

.pro-xq-item{display:none;padding:0 2%;font-size:12px;color:#0e0e0e;line-height:25px;}

.pro-xq-item strong{display:block;font-size:17px;line-height: 38px;}

.pro-xq-item img{max-width:100%;height:auto !important;}



/*人力招聘*/

.ej-rlzp-main{background:#fff;width:1252px;margin:0 auto;}

.ej-rlzp-b{margin-top:82px;width:1252px;/*height:626px;background:url(../images/ej-rlzp-b-bg.jpg) no-repeat center;*/}

.ej-rlzp-b .contact-map-t p{background:url(../images/rlzp-tb1.png) no-repeat left;padding-left:68px;display:inline-block;}



/*人物介绍*/

.ej-rwjs-banner{text-align:center;}

.ej-rwjs-b{}

.ej-rwjs-b dl{overflow:hidden;border-bottom:#bfbfbf 1px dashed;padding:50px 0;}

.ej-rwjs-b dl dt{float:left;width:18%;}

.ej-rwjs-b dl dt img{display:block;width:100%;border-radius:50%;}

.ej-rwjs-b dl dd{float:right;width:79%;}

.ej-rwjs-b dl dd strong{display:block;font-size:17px;color:#002f68;margin-top:20px;}

.ej-rwjs-b dl dd strong span{font-size:14px;color:#4a4a4a;padding-left:10px;font-weight:normal;}

.ej-rwjs-b dl dd p{font-size:14px;color:#4a4a4a;line-height: 26px;margin-top:10px;}



/*关于我们*/

.ej-rwjs-banner strong{display:block;font-size:36px;color:#154d88;padding-top:216px;line-height: 48px;}

.ej-rwjs-banner strong i{display:block;width:60px;height:3px;background:#154d88;margin:30px auto;}

.ej-about-t{padding-bottom:100px;}

.ej-about-t dl{overflow:hidden;margin-top:80px;}

.ej-about-t dl dt{float:left;width:46%;}

.ej-about-t-title{text-align:center;}

.ej-about-t-title strong{display:inline-block;font-weight:normal;position:relative;font-size:20px;color:#0a0a0a;line-height:35px;text-align:left;padding: 20px 38px;}

.ej-about-t-title strong span{display:block;text-transform: uppercase;font-size:16px;}

.ej-about-t-title strong i{position:absolute;width:38px;height:25px;display:block;}

.ej-about-t-title strong i.ej-about-t-i1{background:url(../images/ej-about-tb1.png) no-repeat left;top:0;left:0;}

.ej-about-t-title strong i.ej-about-t-i2{background:url(../images/ej-about-tb2.png) no-repeat right;bottom:0;right:0;}

.ej-about-jj{font-size:14px;color:#272727;line-height: 30px;margin-top:20px;}

.ej-about-t dl dd{float:right;width:48%;margin-top:50px;}

.ej-about-t dl dd img{display:block;max-width:100%;}

.ej-about-t dl:nth-child(even) dt{float:right;}

.ej-about-t dl:nth-child(even) dd{float:left;margin-top:50px;}

.ej-about-jj ul{padding-left:10%;}

.ej-about-jj ul li{background:url(../images/ej-about-tb3.png) no-repeat left;padding-left:35px;line-height: 30px;margin-top:16px;}



.ej-fzlc{height:445px;background:url(../images/ej-about-bg1.jpg) no-repeat center;}

.ej-fzlc-con{width:90%;padding:0 5%;margin:0 auto;height:445px;background:rgba(2,47,104,.6);color:#fff;}

.ej-fzlc-t{text-align:center;}

.ej-fzlc-t b,.ej-rwjs-t b{display:block;font-size:14px;padding-top:5px;text-transform: uppercase;}

.ej-fzlc-t strong,.ej-rwjs-t strong{display:block;font-size:20px;margin-top:5px;}

.ej-fzlc-t i,.ej-rwjs-t i{display:block;width:38px;height:2px;background:#fff;margin:10px auto;}

.ej-fzlc-b{font-size:14px;line-height: 26px;}

.ej-fzlc-box{margin-top:53px;background:url(../images/ej-about-xz.png) no-repeat center 100px;padding-bottom:90px;}

.ej-fzlc-box ul li{text-align:center;float:left;width:25%;}

.ej-fzlc-box ul li img{border-radius:50%;width:139px;height:139px;display:block;margin:0 auto;}

.ej-fzlc-box ul li strong{display:inline-block;font-size:23px;color:#0b0b0b;font-weight:normal;line-height: 33px;margin-top:25px;border-bottom:#022f68 1px solid;padding:0 3px;}

.ej-fzlc-box ul li p{padding:0 20%;font-size:12px;color:#121212;line-height: 28px;margin-top:13px;}



.ej-rwjs{height:699px;background:url(../images/ej-about-bg2.jpg) no-repeat center;}

.ej-rwjs-t{text-align:center;color:#fff;}

.ej-rwjs .ej-rwjs-t b{padding-top:45px;}

.ej-rwjs .ej-rwjs-t strong{margin-top:15px;}

.ej-rwjs .ej-rwjs-t i{margin:25px auto 0 auto;}

.ej-rwjs-box{position:relative;width:1350px;margin:30px auto 0 auto;}

.ej-rwjs-box .swiper-container{width:90%;margin:0 auto;padding:30px 0;}

.ej-rwjs-box .swiper-container .col-sm-4{}

.ej-rwjs-box .swiper-container .col-sm-4 dl{position:relative;width:90%;margin:0 auto;background:#fff;padding:26px 0;}

.ej-rwjs-box .swiper-container .col-sm-4 dl dt{text-align:center;border-bottom:#022f68 1px solid;padding-bottom:25px;}

.ej-rwjs-box .swiper-container .col-sm-4 dl dt img{display:block;width:139px;height:139px;margin:0 auto;}

.ej-rwjs-box .swiper-container .col-sm-4 dl dt h3{font-size:17px;color:#004080;margin-top:20px;}

.ej-rwjs-box .swiper-container .col-sm-4 dl dt p{font-size:14px;color:#424242;margin-top:8px;min-height:24px;}

.ej-rwjs-box .swiper-container .col-sm-4 dl dd{color:#4a4a4a;padding:0 5%;margin-top:10px;text-indent: 30px;font-size:12px;}

.ej-rwjs-box .swiper-button-prev,.ej-rwjs-box .swiper-button-next{top:45%;width:37px;height:62px;line-height:62px;text-align:center;color:#fff;font-family:'宋体';background:rgba(0,0,0,.3);font-size:36px;}

.ej-rwjs-box .swiper-button-prev:hover,.ej-rwjs-box .swiper-button-next:hover{background:#004080;}

.ej-rwjs-box .swiper-button-prev{opacity:1;left:0;}

.ej-rwjs-box .swiper-button-next{opacity:1;right:0;}

.ej-rwjs-box .swiper-pagination{display:none;}



.ej-zzjg{padding:50px 0 100px 0;}

.ej-zzjg-t{color:#022f68;text-align:center;}

.ej-zzjg-t b{display:block;font-size:20px;padding-top:26px;text-transform: uppercase;font-weight:normal;}

.ej-zzjg-t strong{display:block;font-size:20px;margin-top:15px;}

.ej-zzjg-t i{display:block;width:55px;height:3px;background:#004080;margin:25px auto 0 auto;}

.ej-zzjg-b{margin-top:30px;text-align: center;}

.ej-zzjg-b img{max-width:100%;}



.ej-lctx{height:718px;background:url(../images/ej-about-bg3.jpg) no-repeat center;}

.ej-lctx-t{text-align:center;color:#fff;}

.ej-lctx-t strong{display:block;font-size:22px;line-height: 45px;padding-top:45px;}

.ej-lctx-t p{font-size:16px;line-height:30px;margin:20px auto 0 auto;width:900px;}

.ej-lctx-b{margin-top:39px;text-align: center;}

.ej-lctx-b img{max-width:100%;}



.ej-tdhd{}

.ej-tdhd .ej-tdhd-t{margin-top:30px;}

.ej-tdhd-b{padding-bottom:30px;}

.ej-tdhd-b ul li{float:left;width:326px;margin:60px 0 0 110px;background:#fff;box-shadow: 2px 2px 3px rgba(0,0,0,0.02);}

.ej-tdhd-b ul li:nth-child(3n+1){margin-left:0;clear:both;}

.ej-tdhd-b ul li img{display:block;width:100%;}

.ej-tdhd-b ul li p{font-size:14px;color:#272727;height:40px;line-height: 40px;padding:0 3%;overflow:hidden;}



/*企业简介*/

.ej-jj-main{padding-bottom:70px;}

.ej-jj-t{padding-top:48px;}

.ej-jj-t ul li{float:left;text-align:center;width:20%;color:#002f68;position:relative;}

.ej-jj-t ul li strong{display:block;font-size:48px;line-height:45px;font-weight:normal;}

.ej-jj-t ul li strong span{display:inline-block;position:relative;font-size:14px;padding-left:5px;}

.ej-jj-t ul li strong span i{font-style:normal;font-size:26px;position:absolute;top: -90%;}

.ej-jj-t ul li p{font-size:16px;}

.ej-jj-t ul li font{display:block;width:1px;height:90%;background:#b5b5b5;position:absolute;top:5%;left:0;}

.ej-jj-t ul li:nth-child(1) font{display:none;}



.ej-jj-c{padding:75px 0 80px 0;}

.ej-jj-c dl{overflow:hidden;}

.ej-jj-c dl dt{float:left;width:27.5%;position:relative;}

.ej-jj-c dl dt img{display:block;max-width:100%;position:relative;z-index: 66;}

.ej-jj-c dl dt i{display:block;position:absolute;top:96px;right:-51px;width:50%;height:226px;background:#002f68;}

.ej-jj-c dl dd{float:right;width:63%;}

.ej-jj-c dl dd strong{display:block;font-size:18px;color:#0b0b0b;text-transform: uppercase;line-height: 45px;margin:20px 0;}

.ej-jj-c dl dd strong i{display:block;width:45px;height:2px;background:#0b0b0b;margin-top:15px;}

.ej-jj-c dl dd p{font-size:14px;line-height: 26px;color:#0b0b0b;margin-top:20px;background:url(../images/jj-tb1.png) no-repeat left 12px;padding-left:16px;}



.ej-jj-d{background:#fff;}

.ej-jj-d dl{float:left;width:60.7%;}

.ej-jj-d dl dt{}

.ej-jj-d dl dt img{display:block;}

.ej-jj-d dl dd{overflow:hidden;}

.ej-jj-d dl dd img{display:block;float:left;width:360px;margin-top:11px;}

.ej-jj-d dl dd img:nth-child(2){float:right;}

.ej-jj-d-r{width:39.3%;position:relative;}

.ej-jj-d-r i{display:block;width:133px;height:1px;background:#002f68;position:absolute;top:28px;left:-37px;}

.ej-jj-d-r h3{height:190px;}

.ej-jj-d-r h3 p{font-size:14px;color:#101010;line-height: 30px;padding:39px 20px 0 28px;font-weight:normal;}

.ej-jj-d-r h3 p span{color:#002f68;}

.ej-jj-d-r img{display:block;width:100%;}



.ej-jj-b{padding-top:80px;}

.ej-jj-b-t{}

.ej-jj-b-t strong{display:block;border-left:#002f68 6px solid;padding-left:26px;font-size:20px;color:#111111;}

.ej-jj-b-t strong span{display:block;text-transform: uppercase;font-size:14px;font-weight:normal;margin-top:13px;}

.ej-jj-b-t p{font-size:14px;color:#414141;line-height: 26px;padding-left:26px;margin-top:20px;}



.ej-jj-gd{position:relative;}

.ej-jj-gd-con{}

.ej-jj-gd .swiper-container{width:63%;margin:30px auto;}

.ej-jj-gd .swiper-container .col-sm-4{}

.ej-jj-gd .swiper-container .col-sm-4 a{width:93%;margin:0 auto;display:block;}

.ej-jj-gd .swiper-container .col-sm-4 a img{display:block;width:100%;}

.ej-jj-gd .swiper-button-prev,.ej-jj-gd .swiper-button-next{

	top:6%;

	width:17.8%;

	height:100%;

	text-align:center;

	font-family:'宋体';

	background:#fff;

	font-size:70px;

	color:#9f9f9f;

}

.ej-jj-gd .swiper-button-prev span,.ej-jj-gd .swiper-button-next span{display:inline-block;}

.ej-jj-gd .swiper-button-prev span{padding:50% 15% 0 0;}

.ej-jj-gd .swiper-button-next span{padding:50% 0 0 15%;}

.ej-jj-gd .swiper-button-prev:hover,.ej-jj-gd .swiper-button-next:hover{background:#004080;color:#fff;}

.ej-jj-gd .swiper-button-prev{opacity:1;left:0;text-align:right;}

.ej-jj-gd .swiper-button-next{opacity:1;right:0;text-align:left;}

.ej-jj-gd .swiper-pagination{display:none;}



/*报名*/

.yxsj-bm{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:8888;top:0;left:0;display:none;}

.yxsj-bm-box{width:525px;height:550px;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.2);border-radius:10px;margin:10% auto 0 auto;position:relative;}

.yxsj-close{width:23px;height:23px;background:url(../images/close.png) no-repeat;position:absolute;right:47px;top:29px;cursor:pointer;background-size:100%;}

.yxsj-close:hover{background:url(../images/close-end.png) no-repeat;background-size:100%;}

.yxsj-bm-bd{width:437px;margin:0 auto;padding-top:65px;}

.yxsj-bm-bd ul li{height:50px;line-height: 50px;border:#d1d1d1 1px solid;border-radius:5px;margin-top:30px;}

.yxsj-bm-bd ul li.yxsj-bm-bd-li1{background:url(../images/bm-tb1.jpg) no-repeat 10px center;}

.yxsj-bm-bd ul li.yxsj-bm-bd-li2{background:url(../images/bm-tb2.jpg) no-repeat 10px center;}

.yxsj-bm-bd ul li.yxsj-bm-bd-li3{background:url(../images/bm-tb3.jpg) no-repeat 10px center;}

.yxsj-bm-bd ul li.yxsj-bm-bd-li4{background:url(../images/bm-tb4.jpg) no-repeat 10px center;}

.yxsj-bm-bd ul li .bm-txt{width:80%;margin-left:10%;height:48px;border:0;font-size:14px;color:#999;}

.yxsj-bm-bd ul li.yxsj-bm-bd-li5{border:0;text-align: center;margin-top:50px;}

.yxsj-bm-bd ul li .bm-sbt{height:58px;width:315px;background:#002f68;border-radius:5px;font-size:16px;color:#fff;border:0;}



/*右侧悬浮菜单*/

	.slide{

		width: 50px;

		height: 250px;

		position: fixed;

		top: 50%;

		margin-top: -126px;

		background: #002858;

		right: 0;

		border-radius: 5px 0 0 5px;

		z-index: 999;

	}

	.slide ul{

		list-style: none;

	}

	.slide .icon li{

		width: 49px;

		height: 50px;

		background: url(../images/icon.png) no-repeat;

	}

	.slide .icon .up{

		background-position:-330px -120px ;

	}

	.slide .icon li.qq{

		background-position:-385px -73px ;

	}

	.slide .icon li.tel{

		background-position:-385px -160px ;

	}

	.slide .icon li.wx{

		background-position:-385px -120px ;

	}

	.slide .icon li.down{

		background-position:-330px -160px ;

	}

	.slide .info{

		top: 50%;

		height: 147px;

		position: absolute;

		right: 100%;

		background: #002858;

		width: 0px;

		overflow: hidden;

		margin-top: -73.5px;

		transition:0.5s;

		border-radius:4px 0 0 4px ;

	}

	.slide .info.hover{

		width: 145px;

		

	}

	.slide .info li{

		width: 145px;

		color: #CCCCCC;

		text-align: center;

	}

	.slide .info li p{

		font-size: 1.1em;

		line-height: 2em;

		padding: 15px;

		text-align: left;

	}

	.slide .info li.qq p a{

		display: block;

		margin-top: 12px;

		width: 100px;

		height: 32px;

		line-height: 32px;

		color: #CCCCCC;

		font-size: 16px;   

		text-align: center;

		text-decoration: none;

		border: 1px solid #CCCCCC;

		border-radius: 5px;

	}

	.slide .info li.qq p a:hover{

		color: #FFFFFF;

		border: none;

		background: #CCCCCC;

	}

	.slide .info li div.img{

		height: 100%;

		background: #DEFFF9;

		margin: 15px;

	}

	.slide .info li div.img img{

		width: 100%;

		height: 100%;

	}

	/*控制菜单的按钮*/

	.index_cy{

		width: 30px;

		height: 30px;

		background: url(../images/index_cy.png);

		position: fixed;

		right: 0;

		top: 50%;

		margin-top: 140px;

		background-position: 62px 0;

		cursor: pointer;

	}

	.index_cy2{

		width: 30px;

		height: 30px;

		background: url(../images/index_cy.png);

		position: fixed;

		right: 0;

		top: 50%;

		margin-top: 140px;

		background-position: 30px 0;

		cursor: pointer;

	}

	

	/*自适应 当屏小于1050时隐藏*/

	@media screen and (max-width: 1050px) {

		.slide{

			display: none;

		}

		#btn{

			display: none;

		}

		

	}









.wap-logo{display:none;height:100%;margin-left:3%;}

.wap-logo img{width:60%;margin-top: 12px;}



#wap-nav{display:none;width: 25px;position: absolute;right: 5%;top:20px;z-index: 6666;}

#wap-nav ul li{width: 100%;height: 2px;background: #fff;margin: 6px 0;}

#wap-nav-box{display:none;position:absolute;top:70px;left:0;width:100%;background:rgba(0,0,0,.9);z-index:6666;padding-bottom: 10em;overflow-y:auto;height:500px;}

#wap-nav-box ul{padding:0 5%;}

#wap-nav-box ul li{line-height: 66px;border-bottom:#fff 1px solid;position:relative;}

#wap-nav-box ul li a.wap-nav-a{display:inline-block;font-size:14px;color:#fff;}

#wap-nav-box ul li.wap-nav-cur2 a{color:#fff;}

#wap-nav-box ul li i{display:block;position:absolute;right:3%;top:15px;width:30%;height:30px;line-height:30px;border-radius:50%;/*border:#fff 1px solid;*/font-size:20px;color:#fff;font-style:normal;text-align:right;}

.wap-nav-down{display:none;}

.wap-nav-down a{display:block;color:#fff;font-size:14px;/*background:#000;*/padding-left:10%;/*border-top:#fff 1px solid;*/opacity:.8;}



.wap-banner{display:none;}







/*自适应*/

@media screen and (min-width: 768px) and (max-width: 1024px) {

	

}





@media screen and (max-width: 640px) {

	.pc-banner{display:none;}

	.wap-banner{display:block;}

	#swf,.ej-banner{margin-top:70px;}

	.container{width:100%;}

	#wap-nav,.wap-logo{display:block;}

	.head-t{display:none;}

	.head-b{width:100%;height:70px;background: #002858;position:fixed;top:0;left:0;z-index: 5555;}

	.nav{display:none;}

	.logo{width:auto;height:70px;padding:0 20px;display:none;}

	.logo img{height:50px;}

	

	.slick-slide a{height: 220px !important;background-size:auto 100% !important;}

	.slick-prev, .slick-next{display:none !important;}

	.slick-dots{bottom: 15px !important;}

	

	.products{padding: 30px 0 30px 0;}

	.products-t strong{font-size: 20px;line-height: 30px;}

	.products-t p{font-size: 12px;}

	.products-con{padding: 23px 0;width: 95%;}

	.products-c .swiper-container .col-sm-4 dl{width:70%;height:auto;}

	.products-c .swiper-container .col-sm-4 dl dt p{font-size: 14px;}

	.products-c .swiper-container .col-sm-4 dl dd a p{font-size: 14px;margin: 47% auto 0 auto;}

	.products-b{margin-top:0;}

	.products-b a{width: 120px;height: 38px;line-height: 38px;font-size: 12px;}

	

	.sy-hb{height: 100px;background-size:auto 100%;background: url(../images/sy-hb2.jpg) no-repeat center;}

	.sy-hb-con{font-size: 14px;}

	.sy-hb-con a{width: 115px;height: 32px;line-height: 32px;margin-top: 20px;margin-right: 2.5%;}

	.sy-hb-con p{line-height: 39px;margin-right: 2.5%;}

	

	.about{padding: 30px 0;}

	.about-t strong{font-size: 20px;line-height: 30px;}

	.about-t p{font-size: 12px;margin-top:0;}

	.about-con{padding-top:20px;}

	.about-l{width: 90%;display:none;}

	.about-l img{width:100%;}

	.about-r{width:95%;margin:0 auto;float:inherit;}

	.about-r dl dt img{width: 70%;margin-top:5px;}

	.about-r dl dt .about-r-info{font-size: 14px;line-height: 26px;margin-top: 10px;text-align:justify;}

	.about-r dl dd{margin-top: 20px;}

	.about-r dl dd span{height: 39px;line-height: 39px;}

	.about-r dl dd span.about-r-t1{font-size: 14px;background-size: 15px;padding-left: 25px;}

	.about-r dl dd span.about-r-t2{width: auto;font-size: 14px;margin-left: 25px;padding:0 20px;}

	

	.honor{padding: 30px 0 0 0;}

	.honor-c{width:95%;margin:0 auto;}

	.honor-c .swiper-container2 .col-sm-4 dl{width: 80%;}

	.honor-c .swiper-container2 .col-sm-4 dl img{width:80%;margin:0 auto;height:230px;}

	.honor-c .swiper-button-prev, .honor-c .swiper-button-next{width: 35px;height: 35px;line-height: 35px;font-size: 30px;}

	

	.service{padding: 30px 0;}

	.service-t{width:95%;margin:0 auto;}

	.service-t strong{font-size: 20px;line-height:50px;border-bottom: #00366c 1px solid;}

	.service-t p{width: auto;height: 35px;line-height: 35px;display:inline-block;font-size: 16px;padding:0 30px;}

	.service-b{padding:0 3%;}

	.service-b dl{margin-top:18px;}

	.service-b dl dt{width:100%;}

	.service-b dl dt h3{background-size:15% !important;padding-left: 60px;min-height:inherit;}

	.service-b dl dt h3 strong{font-size: 17px;}

	.service-b dl dt h3 p{font-size: 12px;margin-top: 2px;}

	.service-b-info{padding-left: 0;font-size: 14px;margin-top: 10px;}

	.service-b-info i{width: 8px;height: 8px;}

	.service-b dl dd{width:100%;margin-top:20px;}

	.service-b dl dd img{width: 100%;}

	

	.case{padding:20px 0 20px 0;}

	.case-con{background:none;height:auto;}

	.case-l{width:90%;background: url(../images/case-bg.jpg) no-repeat center;margin:0;padding: 30px 5%;}

	.case-l h3{font-size: 20px;line-height: 30px;}

	.case-l h3 span{font-size: 12px;}

	.case-r{width:100%;height:auto;margin:20px auto 0 auto;}

	.case-r .swiper-container3{width:90%;padding:0 0 70px 0;}

	.case-r .swiper-container3 .col-sm-4 dl{width:48%;margin: 20px 0 0 0;}

	.case-r .swiper-container3 .col-sm-4 dl:nth-child(even){float:right;}

	.case-r .swiper-button-prev, .case-r .swiper-button-next{top: auto;bottom: 0;}

	.case-r .swiper-button-prev{left: 39%;right: auto;}

	.case-r .swiper-button-next{right: 39%;}

	

	.news{padding: 30px 0 30px 0;}

	.news-t{padding:0 3%;}

	.news-t h3{font-size: 20px;line-height: 36px;}

	.news-t h3 i{height: 2px;margin-bottom: 10px;}

	.news-t h3 p{font-size: 12px;line-height: 20px;}

	.news-t a{font-size: 14px;margin-top: 32px;}

	.news-con{padding:0 3%;}

	.news-l{width:95%;height: auto;padding:8px 2.5%;border: #004080 1px solid;}

	.news-l ul li{float:left;width:33.33%;height: 35px;line-height: 35px;font-size: 12px;margin-top:0;}

	.news-r{width:100%;}

	.news-item dl{width:100%;margin-top:20px;margin-left:0;}

	.news-item dl dt img{height:auto;}

	.news-item dl dd h3{border-left: #004080 2px solid;font-size: 14px;}

	.news-item dl dd p{font-size: 12px;line-height: 22px;}

	

	.foot-t{background: url(../images/foot-t-bg2.jpg) no-repeat 70% center;height:auto;padding-bottom:13px;background-size: auto 101% !important;}

	.foot-t ul li{width:25%;}

	.foot-t ul li img{width:60%;display:block;margin:15px auto 0 auto;}

	.foot-t ul li p{font-size:12px;}

	.foot-t ul li i{top: 38px;right: -18px;background-size: 15px;}

	.foot-t ul li:nth-child(4) i{display:none;}

	

	.foot-b{padding: 30px 0 15px 0;}

	.foot-b-l{width:90%;margin:0 auto;float:inherit;padding-bottom:20px;}

	.foot-b-l dl.foot-b-l-dl1{margin-left:0;}

	.foot-b-l dl{margin-left:0;width:100%;padding-bottom:15px;}

	.foot-b-l dl dt{font-size: 17px;}

	.foot-b-l dl dd{overflow:hidden;margin-top:10px;}

	.foot-b-l dl dd a{float:left;margin-left:30px;line-height: 36px;font-size: 13px;}

	.foot-b-l dl dd a:nth-child(4n+1){margin-left:0;}

	.foot-b-l dl dd p{line-height: 36px;}

	.foot-ewm{width:95%;float:inherit;margin:0 auto;}

	.foot-ewm img{width:45%;margin:0 auto;}

	.foot-bq{padding:0 3%;font-size:12px;}

	

	/*联系我们*/

	.ej-banner{height:250px;background-size: auto 100% !important;}

	.contact-banner strong{font-size: 16px;line-height: 25px;padding-top: 38px;}

	.contact-banner strong i{height: 1px;margin: 10px auto;}

	.contact-banner h3{font-size: 28px;line-height: 30px;margin-top: 20px;letter-spacing: 15px;}

	.contact-banner p{font-size: 12px;line-height: 20px;margin: 20px auto;}

	.ej-position{height: auto;line-height: 30px;}

	.ej-position p{font-size: 12px;margin-left:2.5%;background-size: 20px;}

	.contact-t{padding:20px 0 30px 0;}

	.contact-title{font-size: 18px;line-height: 28px;}

	.contact-t-con{padding:0 2.5%;}

	.contact-t-con li{margin: 20px 0 0 auto;width: 48%;height: 168px;}

	.contact-t-con li:nth-child(even){float:right;margin-left:auto;}

	.contact-t-con li img{width: 30%;}

	.contact-t-con li h3{font-size: 16px;margin-top: 6px;}

	.contact-t-con li p{font-size: 12px;}

	.contact-b{background-size: 200%;/*height: 303px;*/}

	.contact-b-con{padding-bottom:20px;}

	.contact-map-t{font-size: 14px;padding-top: 30px;line-height: 25px;}

	.contact-map-c{width:100%;height:auto;float:inherit;}

	.contact-map-c img{width:100%;}

	.contact-b-con-r{width:95%;float:inherit;padding:0 2.5%;}

	.contact-b-con-r p{font-size:14px;}

	.contact-map-b{margin-top: 20px;}

	.contact-map-b a{font-size: 14px;height: 30px;line-height: 30px;}

	.con-h{height: 30px;}

	

	/*新闻中心*/

	.ej-news-nav ul{padding:0 2.5%;}

	.ej-news-nav ul li{font-size: 12px;width: 48%;height: 30px;line-height: 30px;margin: 15px 0 0 0;float:left;}

	.ej-news-nav ul li:nth-child(even){float:right;}

	.ej-news-item{padding:0 2.5%;}

	.ej-news-item-l{display:none;}

	.ej-news-item-r{float:inherit;width:95%;padding: 18px 2.5%;}

	.ej-news-item-r dl dt{width:100%;padding-left:0;}

	.ej-news-item-r dl dt strong{font-size: 16px;line-height: 25px;}

	.ej-news-item-r dl dt p{font-size: 12px;}

	.ej-news-item-r dl dt span{font-size: 12px;margin-top: 10px;}

	.ej-news-item-r dl dd{width:100%;margin-top:10px;}

	.ej-news-item-r dl dd span{display:none;}

	.ej-news-item-r dl dd img{width:100%;}

	.list-page{margin-top: 30px;padding:0 2.5%;}

	.list-page ul li{font-size: 12px;margin: 0 6px;}

	/*新闻详情*/

	.ej-news-xq{padding: 20px 3.9% 30px 3.9%;}

	.ej-news-xq-title h5{font-size: 17px;line-height: 26px;}

	.ej-news-xq-title p{font-size:12px;margin-top:5px;}

	.news-xq-page{padding: 20px 3.9% 20px 3.9%;}

	.news-xq-page ul li{font-size: 12px;line-height: 26px;}

	.news-xq-pro-t{margin-top: 26px;height: 30px;line-height: 30px;padding:0 2.5%;}

	.news-xq-pro-t strong{font-size: 17px;}

	.news-xq-pro-t a{font-size:12px;}

	

	/*产品中心*/

	.ej-products-t{margin-top: 20px;}

	.ej-products-t-l{float:inherit;text-align: center;width: 50%;padding:6px 0 6px 0;margin:0 auto;}

	.ej-products-t-l i{display:none;}

	.ej-products-t-l strong{font-size: 18px;}

	.ej-products-t-l p{font-size: 12px;line-height: 18px;}

	.ej-products-t-r{width:95%;margin:10px 2.5% 0 0;}

	.ej-products-t-r ul li{width:50%;line-height: 35px;}

	.ej-products-t-r ul li a{font-size:12px;}

	.ej-products-b{padding:0 2.5%;}

	.ej-products-b dl{width:48%;margin:15px 0 0 0;}

	.ej-products-b dl:nth-child(even),.ej-cp-item-b ul li:nth-child(even){float:right;}

	.ej-products-b dl:nth-child(2n+1),.ej-cp-item-b ul li:nth-child(2n+1){clear:both;}

	.ej-products-b dl dd strong{font-size: 14px;}

	.ej-products-b dl dd p{font-size: 12px;}

	

	.ej-cp-t-l{width:95%;margin:0 auto;float:inherit;}

	.ej-cp-t-l strong{height: 55px;line-height: 55px;font-size: 16px;}

	.ej-cp-t-l strong span{font-size: 12px;}

	.ej-cp-t-l ul li{height: 38px;line-height: 38px;font-size: 12px;}

	.ej-cp-t-r{width:95%;margin:20px auto 0 auto;float:inherit;}

	.ej-cp-item{padding-top: 30px;}

	.ej-cp-item-t{padding:0 2.5%;height:auto;}

	.ej-cp-item-t strong{float:inherit;font-size: 16px;border-left: #002f68 2px solid;line-height: 20px;padding-left: 10px;}

	.ej-cp-item-menu{float:inherit;font-size: 12px;margin-top:6px;}

	.ej-cp-item-b{padding:0 2.5%;margin-top:0;}

	.ej-cp-item-b dl{display:none;}

	.ej-cp-item-b ul{float:inherit;width:100%;}

	.ej-cp-item-b ul li{width:48%;margin-left:auto;height:auto;margin-top:20px;padding-bottom:20px;}

	.ej-cp-item-b ul li img{height:auto;}

	.ej-cp-item-b ul li div h3{font-size: 14px;}

	.ej-cp-item-b ul li div p{font-size:12px;margin-top:0;}

	/*产品详情*/

	.ej-cp-xq-r{width:95%;margin:20px 2.5% 0 0;}

	.ej-cp-xq-ms{width:100%;margin-top:20px;}

	.ej-cp-xq-tj{width:100%;}

	.pro-ms-t h3{font-size: 16px;}

	.pro-ms-t a{background-size:26px;padding-top: 28px;font-size: 12px;}

	.pro-ms-b a{width:33%;height: 30px;line-height: 30px;font-size: 12px;margin: 20px 13px 0 0;}

	.ej-cp-xq-r-b{margin-top: 30px;}

	.pro-xq-menu{}

	.pro-xq-menu ul li{font-size:14px;width:25%;}

	.pro-xq-item strong{font-size: 16px;}

	.pro-xq-item{font-size: 12px;}

	

	/*工程案例*/

	.ej-position-r{padding:0 2.5%;float:inherit;}

	.ej-position-r a{font-size: 12px;margin: 0 5px;}

	.case-sx{padding-top:20px;}

	.case-sx ul{padding:0 2.5%;}

	.case-sx ul li{height:auto;line-height: 25px;font-size: 12px;padding:10px 2.5%;}

	.case-sx ul li b{width:20%;font-size: 14px;border:0;}

	.case-sx ul li span{padding: 0 10px;line-height: 25px;margin:10px 0 0 10px;}

	.case-sx ul li a{padding: 0 10px;line-height: 25px;margin:10px 0 0 10px;}

	.case-list{width:95%;padding-top:10px;}

	.case-list dl{width:48%;margin: 20px 0 0 0;}

	.case-list dl:nth-child(even){float:right;}

	.case-list dl:nth-child(2n+1){clear:both;}

	.case-list dl:nth-child(3n+1){clear:inherit;}

	.case-list dl:hover dd{display:none;}

	.case-list dl dt p{height: auto;font-size: 12px;line-height: 22px;padding: 5px 5%;}

	.case-list dl dt img{height: 150px;}

	/*工程案例详情*/

	.case-main{padding-bottom: 30px;}

	.case-xq-t{height:auto;margin-top: 28px;background: url(../images/case-xq-bg1.jpg) no-repeat center top;}

	.case-xq-t-bg strong{font-size: 18px;line-height: 35px;padding-top: 30px;}

	.case-xq-t-bg strong i{height:2px;}

	.case-xq-t-con{width:100%;height:auto;}

	.case-xq-t-w ul li h3{font-size: 16px;width: auto;}

	.case-xq-t-w ul li i{height:1px;}

	.case-xq-t-w ul li p{font-size:12px;}

	.case-xq-t-w ul li a{height: 28px;line-height: 28px;font-size: 16px;}

	.case-xq-t-w ul li span{font-size:14px;}	

	.case-box-t{height: 35px;line-height: 35px;}

	.case-box-t strong{font-size: 17px;}

	.case-box-info{font-size: 12px;padding-bottom: 30px;}

	.case-box-t a{font-size: 12px;}

	.case-pro-b li{width:48%;margin-left:0;}

	.case-pro-b li:nth-child(even){float:right;}

	.case-pro-b li:nth-child(2n+1){clear:both;}

	.case-pro-b li div strong{font-size:14px;}

	.case-pro-b li div p{font-size:12px;}

	

	/*国内营销*/

	.ej-gnyx-t{padding:20px 2.5% 0 2.5%;}

	.ej-gnyx-t h2, .ej-gnyx-b h2{font-size: 17px;line-height: 30px;}

	.ej-gnyx-t ul{margin-top: 20px;}

	.ej-gnyx-t ul li{margin: 0 0 26px 0;width:48%;}

	.ej-gnyx-t ul li:nth-child(even){float:right;}

	.ej-gnyx-t ul li:nth-child(2n+1){clear:both;}

	.ej-gnyx-t ul li img{width: 30%;}

	.ej-gnyx-t ul li strong{font-size: 14px;margin-top:0;}

	.ej-gnyx-t ul li p{font-size: 12px;line-height: 20px;margin-top:0;}

	.ej-gnyx-c{padding:0 2.5% 0 2.5%;}

	.ej-gnyx-c ul li{width:100%;padding-left:0;border-left:0;margin-top:20px;}

	.ej-gnyx-c ul li h2{font-size: 17px;line-height: 30px;margin-bottom: 10px;}

	.ej-gnyx-c ul li img{width:50px;}

	.ej-gnyx-c ul li p{margin-top: 13px;font-size: 14px;}

	.ej-gnyx-b{padding:20px 2.5% 0 2.5%;}

	.ej-gnyx-b h2{margin-top: 17px;}

	.ej-gnyx-map img{width:100%;}

	

	/*国外营销*/

	.ej-gwxs-t{padding:30px 2.5% 0 2.5%;}

	.ej-gwxs-t strong{font-size: 17px;line-height: 22px;border-left: #002f68 2px solid;padding-left: 10px;}

	.ej-gwxs-t p{font-size: 12px;margin: 5px 10px;}

	.ej-gwxs-b{margin-top:20px;padding:0 2.5%;}

	.ej-gwxs-b dl{width:100% !important;padding-left:0;margin-top:20px;}

	.ej-gwxs-b dl dt img{width:100px;border: #002f68 1px solid;}

	.ej-gwxs-b dl dt span{left: 76px;}

	.ej-gwxs-b dl dt p{font-size: 14px;}

	.ej-gwxs-b dl dd{font-size: 17px;}

	.ej-gwxs-b dl i{display:none;}

	

	/*煤矿安证查询*/

	.ej-tkazcx{width:95%;padding-bottom: 30px;}

	.ej-tkazcx-t{margin-top: 20px;padding: 10px 0;}

	.ej-tkazcx-t span{font-size: 12px;border-left: #fff 1px solid;}

	.ej-tkazcx-c ul li span{font-size: 10px;}	

	.ej-tkazcx-b ul li{margin: 0 0 0 2.3%;}

	

	/*荣誉资质*/

	.ej-honor-main{background-size: 260% !important;}

	.ej-honor{width:95%;}

	.ej-honor-t{padding: 20px 5% 30px 5%;}

	.ej-honor-title strong{font-size: 17px;line-height: 26px;}

	.ej-honor-title p{font-size: 14px;}

	.ej-honor-info{font-size:12px;margin-top: 10px;}

	.ej-honor-c{padding-top: 30px;}

	.ej-honor-c-b ul li{width:48%;margin: 22px 0 0 0;}

	.ej-honor-c-b ul li:nth-child(even){float:right;}

	.ej-honor-c-b ul li:nth-child(2n+1){clear:both;}

	.ej-honor-c-b ul li:nth-child(3n+1), .ej-honor-b .ej-honor-c-b ul li:nth-child(3n+1){clear:inherit;}

	.ej-honor-c-b ul li p{font-size:12px;margin-top:6px;line-height: 22px;}

	.ej-honor-b .ej-honor-c-b ul li{width:48%;margin: 22px 0 0 0;}

	.ej-honor-c-b ul li img{height:180px;}

	

	/*售后与技术支持*/

	.ej-sh-banner p{font-size: 16px;width:80%;padding-top: 80px;line-height: 30px;}

	.ej-sh{width:85%;margin:30px auto 0 auto;padding:30px 5%;}

	.ej-sh-t strong{font-size: 17px;line-height: 30px;}

	.ej-sh-t p{font-size: 14px;line-height: 26px;}

	.ej-sh-b dl dt b,.ej-sh-b dl dd b{font-size: 16px;}

	.ej-sh-b dl dd{font-size: 12px;}

	

	/*研发中心*/

	.yfzx-t{margin-top: 20px;padding:0 2.5% 30px 2.5%;}

	.yfzx-t-l,.yfzx-t-l img{width:100%;}

	.yfzx-t-r{width:100%;}

	.yfzx-t-r-t{margin-top:20px;}

	.yfzx-t-r-t strong{font-size: 16px;}

	.yfzx-t-r-t strong i{height:1px;}

	.yfzx-t-r-t p{font-size: 12px;margin-top: 10px;}

	.yfzx-t-r-b ul li{font-size:12px;margin-top: 20px;}

	.yfzx-t-r-b ul li span{font-size:14px;}

	.yfzx-t-r-b ul li b{font-size: 23px;}

	.yfzx-c{}

	.yfzx-c-bg{overflow:hidden;}

	.yfzx-c-bg strong{font-size: 16px;padding-top: 30px;padding-top: 30px;}

	.yfzx-c-bg strong i{height: 1px;margin: 10px auto;}

	.yfzx-c-bg p{font-size: 12px;padding:0 2.5%;line-height: 24px;margin-top: 6px;}

	.yfzx-b dl{margin-top: 30px;padding:0 2.5%;}

	.yfzx-b dl dt{width:100%;}

	.yfzx-b dl dt strong{font-size: 16px;line-height: 26px;margin-top:0;}

	.yfzx-b dl dt strong i{height:1px;margin-top: 10px;}

	.yfzx-b dl dt font{font-size: 12px;line-height: 24px;}

	.yfzx-b dl dd{width:100%;margin-top:20px;}

	.yfzx-pro{margin-top: 30px;}

	.yfzx-pro strong{font-size: 17px;}

	.yfzx-pro strong i{height: 2px;margin: 8px auto;}

	.yfzx-pro-box{padding:0 2.5%;}

	.yfzx-pro-box li{width:48%;font-size: 12px;line-height: 30px;}

	.yfzx-pro-box li:nth-child(even){float:right;}

	.yfzx-pro-box li:nth-child(2n+1){clear:both;}

	

	/*在线选型*/

	.ej-zxxx{width:100%;padding-bottom: 27px;}

	.ej-zxxx-t{height: 125px;}

	.ej-zxxx-t strong{font-size:20px;padding-top: 30px;line-height: 25px;}

	.ej-zxxx-t p{font-size:14px;margin-top: 8px;}

	.ej-zxxx-bd-l{width:100%;}

	.ej-zxxx-bd-l ul{}

	.ej-zxxx-bd-l ul li{width:100%;height: 30px;line-height: 30px;margin-top: 15px;}

	.ej-zxxx-bd-l ul li span{font-size:12px;width:23%;}

	.ej-zxxx-bd-l ul li .ej-zxxx-sct{width:73% !important;}

	.ej-zxxx-bd-l ul li .ej-zxxx-sct, .ej-zxxx-bd-l ul li .ej-zxxx-txt{width:67%;}

	.ej-zxxx-bd-r{width:100%;text-align: center;}

	.ej-zxxx-bd-r .ej-zxxx-sbt{width:50%;height:auto;font-size: 16px;line-height:36px;margin:30px auto 0 auto;}

	.ej-zxxx-bd-r .ej-zxxx-sbt br{display:none;}

	.zxxx-bjfs h3{font-size:20px;margin-top:35px;line-height:35px;}

	.zxxx-bjfs ul{padding:0 5%;}

	.zxxx-bjfs ul li{width:100%;margin:20px auto 0 auto;border: #002f68 1px solid;padding: 18px 0;}

	.zxxx-bjfs ul li p{font-size: 12px;line-height: 22px;margin-top: 10px;padding: 0 3%;}

	.zxxx-faq h3{font-size: 20px;line-height: 28px;}

	.zxxx-faq-con{margin-top:20px;}

	.zxxx-faq-l{float:inherit;width:95%;margin:0 auto;}

	.zxxx-faq-l ul li a{font-size: 16px;}

	.zxxx-faq-l ul li p{font-size:12px;}

	.zxxx-faq-r{float:inherit;width:95%;margin:20px auto 0 auto;}

	.zxxx-faq-r img{width:100%;}

	

	/*招聘信息*/

	.ej-zhaopin-con{width:95%;margin:0 auto;padding-bottom:30px;}

	.ej-zhaopin-title{margin-top: 28px;}

	.ej-zhaopin-title h3{font-size:16px;}

	.ej-zhaopin-title h3 span{font-size:20px;}

	.ej-zhaopin-title h5{font-size: 14px;margin-top:0;}

	.ej-zhaopin-info{margin-top: 22px;}

	.ej-zhaopin-info-title{font-size: 18px;}

	.ej-zhaopin-c{font-size:12px;line-height: 24px;}

	.ej-zhaopin-more a{min-width:100%;font-size: 16px;height: 35px;line-height: 35px;margin-top: 30px;}

	.ej-zhaopin-b{margin-top: 33px;padding-bottom:0;}

	.ej-zhaopin-b-con{padding:0 2.5%;}

	.ej-zhaopin-b-con ul li{width:48%;padding-left:0;margin-top: 28px;}

	.ej-zhaopin-b-con ul li:nth-child(even){float:right;}

	.ej-zhaopin-b-con ul li:nth-child(2n+1){clear:both;}

	.ej-zhaopin-b-con ul li h3{font-size: 17px;}

	.ej-zhaopin-b-con ul li p{font-size: 12px;line-height: 26px;margin-top: 5px;}

	.ej-zhaopin-b-con ul li a{font-size: 12px;height: 26px;line-height: 26px;margin-top: 10px;}

	

	/*资料下载*/

	.ej-download{width:100%;padding-bottom: 30px;}

	.ej-download-t{padding: 23px 2.5%;}

	.ej-download-t strong{font-size: 17px;line-height: 28px;}

	.ej-download-t p{font-size: 14px;margin-top:0;}

	.ej-download-t ul li{font-size: 12px;height: 26px;line-height: 26px;margin: 22px 0 0 0;width:33%;text-align: center;}

	.ej-download-b ul li{padding: 0 2.5%;}

	.ej-download-b ul li p{font-size: 12px;border-left: #002f68 2px solid;width: 60%;}

	.ej-download-b ul li p b{width:auto;}

	.ej-download-b ul li p span{width:auto;}

	.ej-download-b ul li a{font-size: 12px;background-size: 10px;}

	

	/*招商加盟*/

	.ej-join{width:100%;padding:30px 0;}

	.ej-join-t{width:95%;}

	.ej-join-t-l{width:100%;}

	.ej-join-t-r{width:100%;margin-top:20px;}

	.ej-join-t-r strong{font-size: 17px;line-height: 28px;}

	.ej-join-t-r strong span{font-size: 14px;}

	.ej-join-t-con h3{font-size: 16px;margin-top: 18px;}

	.ej-join-t-con p{background-size:20px;font-size: 12px;line-height: 22px;}

	.ej-join-ys-t{padding-top: 30px;}

	.ej-join-ys-t strong, .join-tj-t strong{font-size: 17px;line-height: 28px;}

	.ej-join-ys-t p, .join-tj-t p{font-size: 14px;margin-top:0;}

	.ej-join-ys-b ul li{margin-top: 26px;}

	.ej-join-ys-b ul li div{width: 80%;padding: 30px 0 30px 0;}

	.ej-join-ys-b ul li div strong{font-size: 20px;line-height: 25px;}

	.ej-join-ys-b ul li div p{font-size: 12px;margin-top: 10px;padding: 0 2.5%;}

	.ej-join-tj{width:95%;margin-top: 35px;}

	.ej-join-tj-l{width:100%;}

	.join-tj-c ul li{float:inherit;width:100%;margin:15px 0 0 0;}

	.join-tj-c ul li h3{width: 76%;}

	.join-tj-b p{font-size: 14px;margin-top: 20px;}

	.join-tj-b h3{font-size: 16px;background-size:20px;padding-left: 35px;}

	.ej-join-tj-r{width:100%;margin-top:20px;}

	

	/*营销中心*/

	.ej-yxzx-a{padding:30px 0;width:95%;}

	.ej-yxzx-a-l{width:100%;}

	.ej-yxzx-a-l strong, .ej-yxzx-b-r strong{font-size: 20px;line-height: 26px;border-bottom: #6b6b6b 1px solid;}

	.ej-yxzx-a-l strong p, .ej-yxzx-b-r strong p{font-size: 12px;}

	.ej-yxzx-a-l ul{padding-top:0;}

	.ej-yxzx-a-l ul li{width:48%;float:left;font-size: 12px;margin: 15px 0 0 0;height: 26px;line-height: 26px;}

	.ej-yxzx-a-l ul li:nth-child(even){float:right;}

	.ej-yxzx-a-l ul li:nth-child(2n+1){clear:both;}

	.ej-yxzx-a-r{width:100%;height:auto;margin-top:20px;}

	.ej-yxzx-a-r dl dd a p{height: 30px;line-height: 30px;margin: 20% auto 0 auto;font-size: 16px;}

	.ej-yxzx-b{padding:20px 2.5%;}

	.ej-yxzx-b-l,.ej-yxzx-b-l img{width:100%;}

	.ej-yxzx-b-r{width:100%;}

	.ej-yxzx-b-r strong{width:100%;padding-top:30px;}

	.ej-yxzx-b-r-info{font-size: 12px;line-height: 24px;margin-top: 15px;}

	.ej-yxzx-b-r-more a{height: 30px;line-height: 30px;font-size: 14px;margin-top: 25px;}

	.ej-yxzx-c-bg{}

	.ej-yxzx-c-box{width:95%;}

	.ej-yxzx-c-l{width:100%;margin-top: 33px;padding-bottom: 30px;}

	.ej-yxzx-c-l img{width:100%;}

	.ej-yxzx-c-l ul li{background-size:5px;font-size: 12px;padding-left: 13px;line-height: 22px;margin-top:16px;}

	.ej-yxzx-c-r{width:100%;margin-top: 29px;}

	.ej-yxzx-sh{height:auto;}

	.ej-yxzx-sh-t{padding-top:12px;}

	.ej-yxzx-sh-t strong{font-size: 16px;}

	.ej-yxzx-sh-t strong i{height: 1px;width: 70%;}

	.ej-yxzx-sh-b ul li{background-size:25px !important;padding-left: 38px;height: 30px;line-height: 30px;margin-top: 10px;font-size: 14px;}

	.ej-yxzx-khjz{margin-top: 30px;}

	.ej-yxzx-khjz-t p{font-size: 16px;}

	.ej-yxzx-khjz-t a{width: 25px;height: 25px;line-height: 25px;font-size:12px;}

	.ej-yxzx-khjz-b ul li{margin-top: 18px;}

	.ej-yxzx-khjz-b ul li p{height: 30px;line-height: 30px;font-size: 12px;overflow:hidden;}

	.ej-yxzx-khjz-b ul li img{height: 150px;}

	

	/*人力招聘*/

	.ej-rlzp-main{width:100%;}

	.ej-rlzp-b{margin-top: 30px;}

	

	/*人物介绍*/

	.ej-rwjs-banner strong{font-size:20px;padding-top:90px;line-height: 28px;}

	.ej-rwjs-banner strong i{height: 2px;margin: 20px auto;}

	.ej-rwjs-b{padding:0 2.5%;}

	.ej-rwjs-b dl{padding: 20px 0;}

	.ej-rwjs-b dl dt{float:inherit;width:100%;}

	.ej-rwjs-b dl dt img{width:30%;margin:0 auto;}

	.ej-rwjs-b dl dd strong{text-align:center;}

	.ej-rwjs-b dl dd{float:inherit;width:100%;}

	.ej-rwjs-b dl dd strong{font-size: 16px;margin-top: 15px;}

	.ej-rwjs-b dl dd strong span{font-size:12px;}

	.ej-rwjs-b dl dd p{font-size: 12px;line-height: 22px;}

	

	/*关于我们*/

	.ej-about-t{padding:0 2.5% 30px 2.5%;}

	.ej-about-t dl{margin-top:30px;}

	.ej-about-t dl dt{width:100%;}

	.ej-about-t-title strong{font-size:18px;line-height: 25px;padding: 10px 28px;}

	.ej-about-t-title strong span{font-size: 14px;}

	.ej-about-t-title strong i{background-size: 20px !important;}

	.ej-about-t dl dd{width:100%;margin-top:20px;}

	.ej-about-jj{font-size:12px;line-height: 25px;margin-top:10px;}

	.ej-about-jj ul{padding-left:3%;}

	.ej-about-jj ul li{background-size:16px;padding-left: 28px;margin-top: 6px;}

	.ej-about-t dl:nth-child(2n) dd{margin-top:20px;}

	.ej-fzlc{height:auto;}

	.ej-fzlc .container{height:100%;}

	.ej-fzlc-con{width:90%;padding:0 5% 30px 5%;height:100%;}

	.ej-fzlc-t b, .ej-rwjs-t b{font-size: 12px;}

	.ej-fzlc-t strong, .ej-rwjs-t strong{font-size: 17px;margin-top:0;}

	.ej-fzlc-t i, .ej-rwjs-t i{height: 1px;margin: 13px auto;}

	.ej-fzlc-b{font-size:12px;line-height: 22px;text-align:justify;}

	.ej-fzlc-box{margin-top:10px;background:none;padding:0 2.5% 30px 2.5%;}

	.ej-fzlc-box ul li{width:48%;margin-top:20px;}

	.ej-fzlc-box ul li:nth-child(even){float:right;}

	.ej-fzlc-box ul li:nth-child(2n+1){clear:both;}

	.ej-fzlc-box ul li img{width:60%;height:auto;}

	.ej-fzlc-box ul li strong{font-size: 14px;line-height: 26px;margin-top: 10px;}

	.ej-fzlc-box ul li p{padding:0;font-size:12px;line-height: 20px;}

	.ej-rwjs{height:auto;padding-bottom:30px;}

	.ej-rwjs .ej-rwjs-t b{padding-top: 25px;}

	.ej-rwjs .ej-rwjs-t strong{margin-top:0;}

	.ej-rwjs .ej-rwjs-t i{margin:15px auto 0 auto;}

	.ej-rwjs-box{width:100%;}

	.ej-rwjs-box .swiper-container{width: 85%;padding:0;}

	.ej-rwjs-box .swiper-container .col-sm-4 dl{padding: 16px 0;}

	.ej-rwjs-box .swiper-container .col-sm-4 dl dt{padding-bottom: 10px;}

	.ej-rwjs-box .swiper-container .col-sm-4 dl dt img{width:40%;height:auto;}

	.ej-rwjs-box .swiper-container .col-sm-4 dl dt h3{font-size: 16px;margin-top: 10px;}

	.ej-rwjs-box .swiper-container .col-sm-4 dl dt p{font-size:12px;line-height: 20px;margin-top:2px;}

	.ej-rwjs-box .swiper-container .col-sm-4 dl dd{font-size:12px;line-height: 20px;}

	.ej-rwjs-box .swiper-button-prev, .ej-rwjs-box .swiper-button-next{font-size:30px;}

	.ej-zzjg{padding: 10px 0 30px 0;}

	.ej-zzjg-t b{font-size: 12px;padding-top: 16px;}

	.ej-zzjg-t strong{font-size: 17px;margin-top:0;}

	.ej-zzjg-b{margin-top:20px;padding:0 2.5%;}

	.ej-lctx{height:auto;padding-bottom:30px;}

	.ej-lctx-t{padding:0 2.5%;}

	.ej-lctx-t strong{font-size: 17px;line-height: 25px;padding-top: 30px;}

	.ej-lctx-t p{width:100%;font-size:14px;line-height: 20px;margin: 15px auto 0 auto;}

	.ej-lctx-b{padding:0 2.5%;margin-top:20px;}

	.ej-tdhd .ej-tdhd-t{margin-top:5px;}

	.ej-zzjg-t i{height: 1px;margin: 15px auto 0 auto;}

	.ej-tdhd-b{padding:0 2.5% 10px 2.5%;}

	.ej-tdhd-b ul li{width:48%;margin:20px 0 0 0;}

	.ej-tdhd-b ul li:nth-child(even){float:right;}

	.ej-tdhd-b ul li:nth-child(3n+1){clear:inherit;}

	.ej-tdhd-b ul li:nth-child(2n+1){clear:both;}

	.ej-tdhd-b ul li p{font-size:12px;}

	

	/*企业简介*/

	.ej-jj-main{padding-bottom:20px;}

	.ej-jj-t{padding-top:10px;}

	.ej-jj-t ul li{width:33.33%;margin-top:20px;}

	.ej-jj-t ul li strong{font-size:22px;line-height: 35px;}

	.ej-jj-t ul li strong span{font-size: 12px;}

	.ej-jj-t ul li strong span i{font-size:14px;top: -50%;}

	.ej-jj-t ul li p{font-size:12px;}

	.ej-jj-t ul li:nth-child(4) font{display:none;}

	.ej-jj-c{padding:30px 2.5%;}

	.ej-jj-c dl dt{display:none;}

	.ej-jj-c dl dd{width:100%;}

	.ej-jj-c dl dd strong{font-size: 17px;margin-top:0;}

	.ej-jj-c dl dd strong i{height:1px;margin-top:3px;}

	.ej-jj-c dl dd p{font-size:12px;line-height: 20px;margin-top:10px;background-size:3px;}

	.ej-jj-d dl{width:100%;}

	.ej-jj-d dl dt img{width:100%;}

	.ej-jj-d dl dd img{width:49%;margin-top:8px;}

	.ej-jj-d-r{width:95%;margin-right:2.5%;}

	.ej-jj-d-r i{top: 18px;}

	.ej-jj-d-r h3{height:auto;}

	.ej-jj-d-r h3 p{padding: 25px 0 15px 0;font-size:12px;line-height: 23px;}

	.ej-jj-b{padding-top:30px;}

	.ej-jj-b-t{width:95%;}

	.ej-jj-b-t strong{border-left: #002f68 2px solid;padding-left: 16px;font-size: 17px;}

	.ej-jj-b-t strong span{font-size: 12px;line-height: 20px;margin-top: 5px;}

	.ej-jj-b-t p{padding-left: 16px;font-size: 12px;line-height: 20px;margin-top: 5px;}

	.ej-jj-gd .swiper-container{width:70%;}

	.ej-jj-gd .swiper-button-prev, .ej-jj-gd .swiper-button-next{top: 10%;width: 15%;}

	.ej-jj-gd .swiper-button-prev span,.ej-jj-gd .swiper-button-next span{padding-top: 100px;font-size:30px;}

	

	

}



















