@charset "utf-8";
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	border-radius: 100%;
	background-color: #6aa84f;
}
.banner .swiper-pagination-bullet-active {
	background-color: #6aa84f;
    width: 30px;
    height: 10px;
    border-radius: 20px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 20px;
}
/*header_main*/
.header_main {
    width: 100%;
    position: relative;
    z-index: 999;
    background: #2d3f4b;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}
.header_main .headera {
    position: relative;
}
.header_main .ksdh {
    color: #000;
}
.header_main .ksdh li {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    position: relative;
}
.header_main .ksdh li a {
    display: inline-block;
    color: #fff;
}
.header_main .ksdh li s {
    display: block;
    width: 45px;
    height: 40px;
}
.header_main .ksdh a:hover {
    color: #5faf30;
}
.header_main .ksdh .lxwm s {
    background-position: -60px 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}
.header_main .ksdh .wzmap s {
    background-position: -90px 0;
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}
.header_main .ksdh .mobile s {
    background-position: 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}
.header_main .ksdh span {
    display: inline-block;
    padding: 0 10px;
    color: #999999;
}
.header_main li .imgbox {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.header_main li:hover .imgbox {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.flogo p{
    color: #6aa84f;
}
.header_main .imgbox {
    width: 160px;
    position: absolute;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    color: #6aa84f;
    padding: 10px;
    top: 30px;
    left: -15px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.header_main .imgbox img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
}
.header_main .imgbox p {
    font-size: 16px;
    line-height: 20px;
}
.header_main .imgbox p b {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.icon {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}

/*首页服务项目*/
.cont1-fuwu ul,.cont2_ly ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont1-fuwu ul li a{
    width: 200px;
    height: 260px;
    position: relative;
    justify-content: center;align-items: center;display: flex;
}
.cont1-fuwu ul li a img{
    width: 100%;
}
.cont1-fuwu ul li a:hover .fw_title{transform: scale(1.5);}
.fw_title{
    position: absolute;
   /* z-index: 9999;
    right: 22%;
    top: 45%;*/
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 6px;
    background: #6aa84f;
    transition: all 0.5s ease-in-out 0s;
}
.fw_more a{
    text-align: center;
    background: #6aa84f;
    color: #fff;
    padding: 10px;
    width: 120px;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
}

/*服务领域*/
.cont2_ly ul li{
    width: 175px;
    margin-bottom: 30px;
}
.cont2_ly ul li img{
    width: 100%;
    display:block;
    height: 165px;
}
.cont2_ly ul li div{
    line-height: 40px;
    color: #333;
    border: 1px solid #505050;
    text-align: center;
}
.cont2_ly ul li div:hover{
    background-color: #6aa84f;
    color: #fff;
    border: none;
}
/*首页关于我们*/
.cont3_about{
    background-color: #f5f5f5;
}
.cont3_ab_l{
    width: 560px;
    float: left;
}
.cont3_ab_l img{
    width: 100%;
}
.cont3_ab_r{
    width: 600px;
    float: right;
}
.cont3_ab_r p{
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
}
.cont3_ab_r a{
    background-color: #6aa84f;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    width: 120px;
    display: block;
    text-align: center;
}

/*荣誉*/
.cont3_ry ul li{
    width: 218px;
    /* float: left; */
    /* border: 2px solid #6aa84f; */
}
.cont3_ry ul li img{
    width: 100%;
    height: 300px;
}
/*箭头*/
.cont3_zz .swiper-button-next, .cont3_zz .swiper-button-prev{
    background-size: 100% 100%;
    width: 44px;
    height: 44px;
    margin-top: -25px;
    overflow: hidden;
}
.cont3_zz .swiper-button-prev, .cont3_zz .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/left2.png);
    left: -15px;
}
.cont3_zz .swiper-button-next, .cont3_zz .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right2.png);
    right: -15px;
}
/*6大理由*/
.cont4_ly_l{
    float: left;
    width: 630px;
}
.cont4_ly_l ul li{
    float: left;
    margin-bottom: 35px;
    margin-right: 20px;
}
.cont4_ly_l ul li p{
    text-align: center;
}
.cont4_ly_r{
    width: 560px;
    float: right;
}
.ly_img{
    width: 80px;
    float: left;
}
.ly_title{
    width: 460px;
    float: right;
}
.cont4_ly_r ul li{
    height: 80px;
    width: 560px;
    float: left;
    margin-bottom: 9px;
}
.ly_title p{
    text-align: justify;
}
.ly_title span{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 35px;
}
/*技术培训*/
.cont5_js ul li{
    float: left;
    width: 285px;
    margin-right: 15px;
}
.cont5_js ul li img{
    width: 100%;
}
.cont5_js ul li p{
    text-align: center;
}
/*新闻中心*/
.col-lg-4 {
    width: 32%;
    float: left;
}

.zaz {
    padding-left: 2%;
    padding-right: 0;
}
.news h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0 30px 0;
    margin: 0
}
.news ul li {
    line-height: 28px
}
.news ul li a {
    color: #666;
    width: 76%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    display: block;
    float: left
}
.news ul li small{
    color: #999;
    font-size: 14px;
}
.news ul li a:hover {
    color: #8cc000;
}
.news p {
    margin: 25px 0 45px 0;
}
.pull-right {
    float: right!important;
}
.active-qh {
    height: 16px;
    width: 10px;
    float: left;
    background-image: url(../images/huanjing-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin-left: 8px;
}
.tab-content>.active {
    display: block;
}
.tab-content ul img{
    width: 382px;
    height: 160px;
}
/*合作单位*/
.cont7_hb ul li{
    width: 225px;
    float: left;
    margin-right: 12px;
}
.cont7_hb ul li img{
    width: 100%;
    height: 105px;
    object-fit: cover;
}

.footer{}
.foot1{
    background-color: #2d3f4b;
    color: white;
    padding: 30px 0px 20px;
}
.foot1  .w1200{}
.foot1-1{
    width: 245px;
    float: left;
    text-align: center;
}
.foot1-1>img{
    max-width: 100%;
}
.foot1-1>div{
    text-align: left;
    margin-top: 10px;
}
.foot1-2{
    float: left;
    margin-left: 100px;
    width: 400px;
}
.foot1-2>span{
    font-weight: bold;
}
.foot1-2>h5{
    font-weight: bold;
    font-size: 17px;
}
.foot1-2>div{
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.foot1-3{
    margin-left: 100px;
    width: 355px;
    float: left;
}
.foot1-3>span{
    font-weight: bold;
}
.foot1-3>h5{
    font-weight: bold;
    font-size: 17px;
}
.foot1-3-1{
    margin-top: 15px;
}
.foot1-3-1-d{
    width: 145px;
    float: left;
    text-align: center;
    color: #6aa84f;
    font-size: 17px;
    font-weight: bold;
}
.foot1-3-1-d img{
    width: 145px;
}
.foot1-3-1-d:last-child{
    float: right;
}
.foot1-4{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
    vertical-align: bottom;
}
.foot1-4 img{
    vertical-align: bottom;
    margin-right: 10px;
}
.foot1-4 span{vertical-align: bottom;}
.foot2{
    background-color: #6aa84f;
    text-align: CENTER;
    padding: 5px 0px;
    color: black;
}
.foot2 a{
    color: black;
}

/*内页开始了*/

/*产品列表页*/
.pro_container{overflow: hidden;margin-top:20px;margin-bottom:25px;}
.pro_Type{width:20%;}
.submenu{width:100%;height:auto;overflow: hidden;}
.submenu h3{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #6aa84f;
    color: #FFFFFF;
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 0;
    font-weight: bold;
}
.submenu h3 span{
    display: inline-block;
    font-weight: normal;
    color: #d8eaa5;
    font-size: 14px;
    margin-left: 10px;
}
.submenu ul li{
    height: 42px;
    line-height: 42px;
    padding: 0;
    margin: 1px 0;
}
.submenu ul li a{
    display: block;
    color: #000;
    padding: 0 16px;
    font-size: 14px;
    margin: 0 1px;
    background: rgba(224,221,221,0.7) url(../images/maore_03.png) no-repeat center right 10%;
    overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;
    padding-right: 34px;
}

.submenu ul li:hover{
    background-color: #6aa84f;
}
.submenu li a.active{
    color:#6aa84f;
}

.submenue{margin-top:10px;border:1px solid #e2e2e2;}
.pro_contact{
    width:92%;
    margin:0 auto;
    padding:8px 0;
}
.submenue img{width:100%;height:auto;}
.pro_contact p{
    /*padding: 0 10px;*/
    line-height: 28px;
    font-size: 14px;
    color: #5c5c5c;
}
.pro_List{
    width:77%;
    font-size:14px;
}
.pro_List .location{
    width: auto;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    color: #2d2d2d;
    background: url(../images/home.png) no-repeat left center;
    padding-left:25px;
}
.pro_List .location a{
    color:#2d2d2d;
}
.pro_List .location span{
    color:#6aa84f;
}
.right_body{overflow: hidden;color:#5a5a5a;}
.right_body ul li{width:23.4%;float:left;margin:15px 9px 0 7px;max-height: 310px;}
.right_body .item_img{
  width:100%;
  /*height:165px;*/
  overflow: hidden;
  border: 2px solid #6aa84f;
}
.item_img p{
    line-height: 45px;
    text-align: center;
    font-size: 14px;
}
.right_body ul li:hover .item_img img{
    transform: scale(1.1);
    transition: 0.4s;
}
/*.right_body .item_img:hover{
    border: 2px solid #6aa84f;
}*/
.right_body .item_img img{
    width:100%;
    max-height:100%;
    height: 250px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.right_body .item_img a{
    display: block;
    height: 250px;
}
.right_body ul li:nth-child(4n+4) {
    margin-right: 0px;
}
.right_body ul li h3{
    background: #eee;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
/*.item_img img:hover{transform: scale(1.1);transition: 0.6s;}*/
.right_body h3{width:100%;height:30px;line-height:30px;text-align:center;overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  white-space:nowrap;
  background:#efefef;
  font-size:13px;
  color:#666;
}
.right_body ul{
  overflow: hidden;
}
.right_body ul li.lis02{
  width:18.5%;
  float:left;
  margin:15px 7px 0 7px;
}
.right_body .item_img2{
  width: 100%;
  height: 170px;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 10px;
}
.item_img2 img{
  width:100%;
  height:100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.item_img2 img:hover{
  transform: scale(1.1);
  transition: 0.6s;
}
.right_body ul li.lis02:hover h3,.right_body ul li:hover h3{
  background: #339fd6;
  color:#fff;
}




/*新闻中心*/
.Right-new{margin-top:5px;}
.right_body .right_news dl{
    width:100%;
    border-bottom:1px dashed #dadada;
    padding-bottom:15px;
    overflow: hidden;
    margin-top:20px;
}

.right_news dl{
    width:100%;
    font-size:15px;
    color:#333;
}
.right_news dl h6{
    color:#888888;
    font-size:13px;
}
.right_news dl dl p{
    color:#666;
    line-height: 25px;
    font-size:14px;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.right_news:hover dl h5{
    color: #6aa84f;
    font-weight: bold;
}

.function {
    display: block;
    margin-top: 20px;
    /*text-align: center;*/
    color: #8c8c8c;
}

.function a {
    display: inline-block;
    padding: 5px;
    color: #8c8c8c;
}

.function a.active {
    background: #6a2311;
    color: #fff;
}
.function a:hover{
  color:#da251e;
}

.function font {
    color: #8c8c8c;
    padding: 5px;
}

.conten_title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    margin-bottom: 10px;
    margin-top:20px;
}
.conten_title2 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    margin-bottom: 20px;
}

.conten_bianji {
    display: block;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    margin-bottom:20px;
}

.conten_bianji span {
    display: inline-block;
    font-size: 14px;
    color: #8c8c8c;
    margin: 0px 10px;
}

.conten_bianji span p {
    display: inline-block;
    color: #8c8c8c;
}

.ny-text{line-height:30px;font-size:14px;color:#303030;text-align: justify;}
.ny-text img{max-width:100%;margin-top:10px;margin-bottom:10px;}
.ny-text p iframe{width:100%;height:400px;}


.more_img{line-height:30px;font-size:14px;text-align: justify;}
.more_img img{max-width: 100%;margin-top:10px;margin-bottom:10px;display: inline;}

/*page*/
.page-box {
  margin-bottom: 30px;
  margin-top: 40px;
}
.page-box div{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.page-box a{
  display: block;
  padding: 6px 15px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin: 0 5px;
  border-radius: 3px;
}
.page-box strong{
  display: block;
  padding: 6px 15px;
  font-size: 14px;
  color: #666;
  background-color: #339fd6;
  color: #fff;
  margin: 0 5px;
  border-radius: 3px;
}