@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    border: none;
}

.img {
    position: relative;
    /*图片缩放效果*/
    overflow: hidden;
}

.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    /*图片缩放效果*/
    cursor: pointer;
    transition: all 1s;
}

body {
    height: auto !important;
}

/*图片缩放效果*/

/* .img img:hover {
	transform: translate(-50%, -50%) scale(1.1); 
} */

.max {
    max-width: 1360px;
    margin: 0 auto;
}

/***********************************首页****************************/

.header {
    width: 100%;
    background: #fff;
}

.head {
    max-width: 1480px;
    margin: 0 auto;
}

.logo {
    width:230px;
    height:90px;
    float: left;
    margin:5px  0;
}

.logo img {
    display: block;
}

/*折叠导航1*/

.btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}

.btn div {
    width: 24px;
    height: 2px;
    background: #61a60f;
    margin-bottom: 6px;
}

/* 结束 */

/* 导航 */
.headnav{
    background: #61a60f;
}
.nav {
    max-width: 1360px;
    margin: 0 auto;
}

.nav li {
    width: 12.5%;
    float: left;
    font-size: 18px;
    line-height:60px;
    text-align: center;
    position: relative;
}

.nav li a {
    display: block;
    color: #fff;
}

.nav .select,
.nav li:hover{
    background: #fff;
}
.nav .select a,
.nav li:hover a{
    color: #61a60f;
}

/* 二级菜单 */

.nav .two {
    min-width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 999;
    display: none;
}

.nav li .two a {
    width: 100%;
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #666666;
    text-align: center;
    overflow: hidden;
}

.nav li:hover .two {
    display: block;
}

.nav li .two a:hover {
    color: #fff;
    background: #61a60f;
}

/* 热线 */

.hotline {
    width: 245px;
    float: right;
    display: flex;
    margin-top:30px;
    align-items: center;
    justify-content: center;
}

.hotline_left {
    float: left;
    margin-right: 30px;
}

.hotline_left img {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 5px;
    margin-right: 10px;
}

.hotline_left div {
    float: left;
}

.hotline_left div h6 {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 500;
}

.hotline_left div p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.hotline_right {
    float: left;
    display: none;
}

.hotline_right a {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #666;
}

.hotline_right i {
    display: block;
    float: left;
    width: 1px;
    height: 15px;
    background: #999;
    margin: 0 15px;
    margin-top: 3px;
}

.hotline_right .select,
.hotline_right a:hover {
    color: #61a60f;
}

/*轮播图*/

.swiper1 img {
  width: 100% !important;
}
.swiper1.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}

.swiper1 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background: #fff;
    opacity: .5;
    border-radius: 50px;
    margin: 0 5px !important;
}

.swiper1 .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background: #61a60f;
    opacity: 1;
}

/* 数据 */

.data li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25%;
    height: 280px;
    background: url(../images/4.png) no-repeat;
    background-position: 50% 50%;
    background-size: 170px 180px;
    position: relative;
}

.data li:nth-child(2) {
    background: url(../images/5.png) no-repeat;
    background-position: 50% 50%;
    background-size: 170px 180px;
}

.data li:nth-child(3) {
    background: url(../images/6.png) no-repeat;
    background-position: 50% 50%;
    background-size: 170px 180px;
}

.data li:nth-child(4) {
    background: url(../images/7.png) no-repeat;
    background-position: 50% 50%;
    background-size: 170px 180px;
}

.data li p {
    color: #333;
    font-size: 18px;
    line-height: 20px;
}

.data li div {
    margin: 20px 0;
}

.data li span {
    display: block;
    font-size: 60px;
    color: #61a60f;
    line-height: 60px;
    font-weight: bold;
    float: left;
}

.data li em {
    display: block;
    font-size: 20px;
    color: #61a60f;
    line-height: 20px;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.data li .em1 {
    font-size: 30px;
    line-height: 30px;
}

.data li i {
    display: block;
    width: 30px;
    height: 1px;
    background: #61a60f;
    margin: 0 auto;
}

.data li ol {
    width: 1px;
    height: 70px;
    position: absolute;
    right: 0;
    background: #999999;
}

/* 关于我们 */

.about {
    border-top: 5px solid #61a60f;
    border-bottom: 5px solid #61a60f;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .img {
    width: 47%;
    float: left;
}

.about_right {
    width: 53%;
    float: left;
    padding: 0 80px;
}

.about .title {
    text-align: left;
    margin-bottom: 40px;
}

.title {
    margin-bottom: 60px;
    text-align: center;
}

.title h6 {
    font-size: 30px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}

.title h6 span {
    color: #61a60f;
}

.title p {
    font-size: 20px;
    line-height: 20px;
    color: #b9b9b9;
    font-weight: lighter;
    text-transform: uppercase;
}

.about_text p {
    font-size: 20px;
    line-height: 40px;
    color: #666;
    text-align: justify;
    text-indent: 2em;
}

.about .more {
    margin-top: 40px;
}

.more {
    width: 160px;
    line-height: 60px;
    color: #fff;
    display: block;
    margin-top: 100px;
    transition: all 2s;
    background: #333;
    font-size: 20px;
    text-align: center;
}

.more:hover {
    background: #61a60f;
}

/* 产品 */

.product {
    padding: 80px 0;
}

.product_list li {
    width: 33.3%;
    float: left;
    position: relative;
}
.product_list li .img img{
	width: 100%;
	height: 100%;
}
.product_list i {
    display: block;
    width: 100%;
    height: 10px;
    background: #61a60f;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: all 1s;
    display: none;
}

.product_list li:nth-child(2) i,
.product_list li:nth-child(5) i {
    position: absolute;
    top: 0;
    bottom: auto;
}

.product_list li:nth-child(4) i,
.product_list li:nth-child(6) i {
    position: absolute;
    top: auto;
    bottom: 0;
}

.product_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60px;
    background: rgba(97, 166, 15, .8);
    z-index: 99;
}

.product_text h6 {
    padding: 0 10px;
    font-size:26px;
    line-height:60px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}

.product_text img {
    display: none;
}

/* .product_list li:hover i {
    height: 100%;
    z-index: 99;
}

.product_list li:hover .product_text {
    background: transparent;
    z-index: 999;
}

.product_list li:hover .product_text img {
    display: block;
    
} */

/* 工程案例 */

.case {
    background: url(../images/16.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    padding: 80px 0;
    background-attachment: fixed;
}

.enginnering {
    background: #61a60f;
    padding: 40px 0;
}

.swiper2 {
    max-width: 1650px;
    margin: 0 auto;
}

.eng_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.eng_text h6 {
    font-size: 28px;
    color: #61a60f;
    line-height: 30px;
    margin-bottom: 60px;
}

.eng_text img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.swiper2 .swiper-slide:hover .eng_text {
    display: flex;
}

.swiper2.swiper-container {
    position: static;
}

.enginnering {
    position: relative;
}

.swiper2 .swiper-button-prev {
    background-image: url("../images/20.png");
    background-size: 25px 50px;
    left: 50px;
    top: 55%;
    right: auto;
    width: 25px;
    height: 50px;
}

.swiper2 .swiper-button-next {
    background-image: url("../images/21.png");
    background-size: 25px 50px;
    left: auto;
    top: 55%;
    right: 50px;
    width: 25px;
    height: 50px;
}

.case .more {
    margin: 80px auto 0;
}

/* 合作伙伴 */

.brand {
    padding: 80px 0 40px;
}

.link li {
    float: left;
    width: 12.5%;
    height: 190px;
    padding: 20px 0;
    border: 1px solid #ddd;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

.link li:nth-child(7n) {
    margin-right: 0;
}

.link img {
    display: block;
    width: 150px;
    height: 150px;
}

.link p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    font-size: 20px;
    overflow: hidden;
    color: #fff;
    background: rgba(97, 166, 15, .9);
    transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link li:hover p {
  display: none;
}

/*底部*/

.footer {
    background: #61a60f;
}

.foot {
    padding: 60px 0 30px;
    border-bottom: 1px solid #fff;
}

.footnav {
    float: left;
    width: 350px;
    margin-right: 100px;
}

.foottitle {
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.foottitle span {
    font-size: 18px;
    font-weight: lighter;
    line-height: 40px;
    text-transform: uppercase;
    margin-left: 10px;
}

.footnav li {
    float: left;
    width: 25%;
}

.footnav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.contact {
    float: left;
    width: 580px;
}

.contact p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    float: left;
}

.contact .p {
    margin-left: 20px;
}

.rwm {
    float: right;
}

.rwm img {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
}

.rwm div {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.rwm div p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.copyright {
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
}

.copyright a {
    color: #fff;
    margin-left: 20px;
}

/********************************关于我们**********************************/

/* 路径导航 */

.Pathnav {
    margin-top: -5px;
    box-shadow: 0 0 5px #ddd;
}

.Path {
    float: left;
}

.Path li {
    float: left;
    line-height: 80px;
    margin-right: 80px;
    text-align: center;
}

.Path li:last-child {
    margin: 0;
}

.Path li:hover a,
.Path .select a {
    color: #61a60f;
}

.Path li a {
    display: block;
    font-size: 20px;
    color: #666;
    font-weight: 500;
}

.path_a {
    float: right;
    text-align: right;
}

.path_a a {
    line-height: 80px;
    text-align: right;
}

.path_a a span {
    margin: 0 10px;
}

.path_a a:hover,
.path_a .select {
    color: #61a60f;
}

/* 概况 */

.survey {
    background: url(../images/28.jpg) no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: 100% 100%;
    padding: 100px 0;
}

.surver_p p {
    font-size: 18px;
    color: #666;
    line-height: 40px;
    text-indent: 2em;
}

.data2 {
    margin-top: 100px;
}

.data2 li {
    float: left;
    width: 25%;
    text-align: center;
}

.data2 li img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}

.data2 li p {
    font-size: 20px;
    line-height: 40px;
    color: #666;
    margin-top: 20px;
}

.data2 li p span {
    color: #61a60f;
}

/*文化*/

.culture {
    padding: 100px 0;
}

.WH {
    width:16.6%;
    text-align: center;
    padding: 0 10px;
    float: left;
}

.WH img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}

.WH h6 {
    font-size: 22px;
    line-height: 22px;
    color: #61a60f;
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.WH p {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #666;
    overflow: hidden;

}

/* 历程 */

.course {
    background: url(../images/34.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: 100% 100%;
    padding: 80px 0;
}

.course .title h6 {
    color: #fff;
}


.swiper3 .swiper-slide {
    margin-top:120px;
}

.swiper3 i {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
}

.swiper3 p {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.swiper3 p img {
    display: none;
}

.swiper3 ol {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
    font-weight: normal;
}

.swiper3 em {
    display: none;
    text-align: center;
    font-size:16px;
    color: #fff;
    line-height: 30px;
    padding: 0 30px;
    margin-top: 20px;
}

.swiper3 .swiper-slide-active {
    margin-top: 0;
}

.swiper3 .swiper-slide-active p {
    width: 270px;
    height: 270px;
    padding: 20px;
}

.swiper3 .swiper-slide-active p img {
    display: block;
    width: 230px;
    height: 330px;
    border-radius: 50%;
    overflow: hidden;
}

.swiper3 .swiper-slide-active em {
    display: block;
}

.swiper3 .swiper-slide-active ol {
    display: none;
}

.swiper3 .swiper-button-prev {
    background: url("../images/36.png") no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    top: 40%;
    left: 0;
}

.swiper3 .swiper-button-next {
    background: url("../images/37.png") no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    top: 40%;
    right: 0;
}

/********************************产品中心*************************************/

.CPZX {
    margin: 80px 0;
}

.CPZX ul li {
    width: 32%;
    float: left;
    box-shadow: 0 0 2px #ddd;
    margin-right: 2%;
    margin-bottom: 40px;
    position: relative;
}

.CPZX ul li:nth-child(3n) {
    margin-right: 0%;
}

.CPZX .cp_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    overflow: hidden;
    transition: all 1s;
    background: rgba(97, 166, 15, 0.9);
}

.CPZX .cp_text p {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.CPZX .cp_text img {
    display: none;
    width: 60PX;
    height: 60PX;
    margin: 0 auto;
}

/***********分页*************/

.paging {
    text-align: center;
    margin-top: 40px;
}

.paging a {
    display: inline-block;
    width: 70px;
    line-height: 60px;
    border: 1px solid #999999;
    margin-right: 20px;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
}

.paging a:last-child {
    margin-right: 0px;
}

.paging .po,
.paging a:hover {
    background: #61a60f;
    color: #fff;
}

/*********************解决方案*************************/

.Solution {
    background: url(../images/44.jpg) no-repeat;
    background-position: 100% 10%;
    background-size: 100% 100%;
    padding: 80px 0;
}

.solution_list {
    background: #fff;
}

.solution_list li {
    width: 450px;
    float: left;
    position: relative;
    box-shadow: 0 0 2px #ddd;
}

.solution_list .solution_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(97, 166, 15, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 1s;
    overflow: hidden;
}

.solution_list .solution_text h6 {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 80px;
}

.solution_list .solution_text h6 img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.solution_list .solution_text>img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.solution_list li:hover .solution_text {
    height: 100%;
}

.solution_list li:nth-child(2) .solution_text,
.solution_list li:nth-child(4) .solution_text,
.solution_list li:nth-child(7) .solution_text,
.solution_list li:nth-child(9) .solution_text {
    top: auto;
    bottom: 0;
}

.aolution_title {
    width: 100%;
    height: 100%;
    background: #fff;
}

.solution_list li:nth-child(5) {
    box-shadow: none;
}

.solution_list .title {
    width: 100%;
    height: 100%;
    margin: 120px 0 0;
}

/*********************案例展示*************************/

.ALZS {
    background: url(../images/44.jpg) no-repeat;
    background-position: 100% 10%;
    background-size: 100% 100%;
    padding: 80px 0;
}

.alzs_list li {
    background: #fff;
}

.alzs_list li a {
    display: flex;
    align-items: center;
}

.alzs_list .img {
    width: 680px;
    box-shadow: 0 0 2px #ddd;
    float: left;
}

.alzs_list .alzs_text {
    float: left;
    width: calc(100% - 680px);
    padding: 0 50px;
}

.alzs_list .alzs_text h6 {
    font-size: 32px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.alzs_list .alzs_text p {
    font-size: 22px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 40px 0;
    display: none;
}

.alzs_list .alzs_text i {
    display: block;
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin:40px 0; 
}

.alzs_list .alzs_text img {
    width: 70px;
    height: 70px;
}

.alzs_list .alzs_text .img2 {
    display: none;
}

.alzs_list li:hover .alzs_text h6 {
    color: #61a60f;
}

.alzs_list li:hover .alzs_text i {
    background: #61a60f;
}

.ALZS .paging {
    margin-top: 80px;
}

/**********************合作伙伴**************************/
.dtp img{
    display: block;
    width: 100%;
}
.HZKH {
    padding: 80px 0;
}

.hzkh_list li {
    width: 20%;
    height: 242px;
    padding: 20px 0;
    float: left;
    box-shadow: 0 0 2px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hzkh_list li img {
    display: block;
    width: auto;
    height: auto;
}

.hzkh_list li p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(97, 166, 15, .9);
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.hzkh_list li:hover p {
    height:0%;
}

.HZKH .paging {
    margin-top: 80px;
}

/********************新闻中心*************************/

.XWZX {
    padding: 80px 0;
}

.xwzx_list li {
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.xwzx_list .img {
    width: 370px;
    box-shadow: 0 0 2px #ddd;
    float: left;
}

.wxzx_text {
    width: calc(100% - 370px);
    float: left;
    padding: 0 50px;
}

.wxzx_text h6 {
    font-size: 28px;
    color: #333;
    line-height: 30px;
    margin-top: 30px;
}

.wxzx_text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    width: 85%;
    margin: 30px 0;
}

.wxzx_text ol {
    font-size: 14px;
    color: #999;
}

.XWZX .paging {
    margin-top: 80px;
}

.xwzx_list li:hover h6 {
    color: #61a60f;
}

/**********************服务体系************************/

.FWTX {
    padding: 80px 0 30px;
}

.after_top {
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
}

.after_top h6 {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.after_top h6 span {
    color: #61a60f;
}

.after_top ol {
    font-size: 20px;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
}

.after_top p {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    margin: 60px 0;
}

/*圆形*/

.after_bot {
    background: url(../images/61.jpg) no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 80px 5%;
    height: 640px;
    overflow: hidden;
}

.after_bot ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.after_bot li {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.after_text {
    display: none;
}

.after_bot li .after_text p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: justify;
    margin: 30px 0;
}

.after_bot li .after_text i {
    display: block;
    width: 100px;
    height: 2px;
    margin: 0 auto;
    background: #61a60f;
}

/* 第1层 */

.JX1 {
    background: url(../images/62.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    width: 150px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.JX1 p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.JX2 {
    width: 150px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.JX3 {
    width: 150px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

/* hover */

.after_bot .select .after_text {
    display: block;
}

.after_bot .select .JX1 {
    background: url(../images/63.png);
}

.after_bot .select .JX2 {
    width: 220px;
    height: 190px;
    background: url(../images/64.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}

.after_bot .select .JX3 {
    width: 280px;
    height: 240px;
    background: url(../images/65.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}

/*完善善体系 */

.sale {
    padding: 80px 0 0;
}

.sale_list li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    /* background: #f8f8f8; */
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale_list li:nth-child(2n) {
    margin-right: 0%;
}

.sale_list li>img {
    display: block;
    width: 250px;
    height: 215px;
    float: left;
}

.sale_list li .sale_text {
    float: left;
    width: calc(100% - 250px);
    padding: 20px 20px 20px 0;
}

.sale_list .sale_text h6 {
    font-size: 28px;
    color: #61a60f;
    line-height: 30px;
    margin-bottom: 20px;
}

.sale_list .sale_text h6 img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.sale_list .sale_text p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.sale_list li:nth-child(2n) h6 {
    text-align: right;
}

.sale_list li:nth-child(2n) .sale_text h6 img {
    float: right;
    margin: 0 0 0 10px;
}

.sale_list li:nth-child(3) {
    width: 41%;
}

.sale_list li:nth-child(4) {
    width: 41%;
    float: right;
}

.sale_list li:nth-child(2n) .sale_text {
    padding: 20px 0px 20px 20px;
}

/**********************联系我们************************/

.idea {
    padding: 80px 0;
}

.idea_list li {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.idea_list li:last-child {
    margin-right: 0;
}

.idea_list li .img {
    box-shadow: 0 0 2px #ddd;
}

.idea_list li .idea_text {
    padding: 20px;
    background: #eee;
}

.idea_list li .idea_text h6 {
    font-size: 20px;
    color: #61a60f;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 20px;
}

.idea_list li .idea_text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 80px;
}

.idea_list li:hover .idea_text {
    background: #61a60f;
}

.idea_list li:hover .idea_text p,
.idea_list li:hover .idea_text h6 {
    color: #fff;
}

.recruit {
    background: url(../images/70.jpg) no-repeat center center;
    background-attachment: fixed;
    padding: 80px 0;
}

.information {
    background: #61a60f;
    width: 50%;
    padding: 20px 40px 40px 40px;
    float: left;
}

.information h6 {
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.information h6 img {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 10px;
}

.information .zpxx_ol {
    margin-bottom: 40px;
}

.information .zpxx_ol ol {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    float: left;
    width: 33.3%;
}

.information .zpxx_p p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.information2 {
    background: #fff;
}

.information2 h6 {
    color: #61a60f;
    border-bottom: 1px solid #61a60f;
}

.information2 .zpxx_ol {
    margin-bottom: 40px;
}

.information2 .zpxx_ol ol {
    color: #333;
}

.information2 .zpxx_p p {
    color: #333;
}

/* 联系我们 */

.talent {
    padding: 80px 0;
}

.talent_list li {
    width: 25%;
    float: left;
    text-align: center;
    box-shadow: 0 0 2px #61a60f;
    padding: 60px 40px;
}

.talent_list li img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.talent_list li h6 {
    font-size: 22px;
    color: #61a60f;
    margin: 20px 0 40px;
}

.talent_list li p {
    font-size: 16px;
    color: #333;
}

/*************************招聘信息*********************/

.ZPXX {
    padding: 80px 0;
}

.ZPXX .recruit {
    background: none;
    height: auto;
    padding: 0;
}

.ZPXX .information {
    background: #eee;
    width: 49%;
    margin-right: 2%;
    padding: 40px;
    margin-bottom: 30px;
}

.ZPXX .information:nth-child(2n) {
    margin-right: 0%;
}

.ZPXX .information h6 {
    font-size: 24px;
    line-height: 24px;
    border-bottom: none;
    color: #333;
    font-weight: 600;
}

.ZPXX .information h6 img {
    display: none;
}

.ZPXX .information .zpxx_ol ol {
    color: #333;
}

.ZPXX .information .zpxx_p p {
    color: #666;
    line-height: 26px;
}

.ZPXX .select {
    background: #61a60f;
}

.ZPXX .select .zpxx_p p,
.ZPXX .select .zpxx_ol ol,
.ZPXX .select h6 {
    color: #fff;
}

/*************************方案详情*********************/

.FAXQ {
    padding: 80px 0;
}

.faxq_text {
    width: 32%;
    position: relative;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.faxq_list .faxq_text:nth-child(3n) {
    margin-right: 0;
}

.faxq_text .img {
    box-shadow: 0 0 2px #ddd;
}

.faxq_text .faxq_hpl {
    background: #eee;
    height: 60px;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 1s;
}

.faxq_text .faxq_hpl h6 {
    font-size: 20px;
    line-height: 60px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.faxq_text .faxq_hpl p {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.faxq_text .faxq_hpl ol {
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    margin-top: 20px;
}

.faxq_text .faxq_hpl ol img {
    width: 50px;
    height: 50px;
    float: right;
}

.faxq_text:hover .faxq_hpl {
    background: #61a60f;
    height: 170px;
    padding: 20px;
}

.faxq_text:hover .faxq_hpl h6 {
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.faxq_text:hover .faxq_hpl p {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
}

.faxq_text:hover .faxq_hpl ol {
    color: #fff;
}

.FAXQ .paging {
    margin-top: 50px;
}

/***********************详情***********************/

.XQ {
    padding: 80px 0;
}

.xq_title {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.xq_title h6 {
    font-size: 26px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
}

.xq_title p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 500;
    margin: 20px 0;
}

.xq_title p span {
    margin: 0 50px;
}

.xq_text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 20px 0;
}

.xq_text p {
    margin-bottom: 10px;
}

.xq_text img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sxy {
    background: #61a60f;
    margin-top: 50px;
}

.sxy a {
    display: block;
    width: 50%;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    float: left;
    padding: 0 20px;
}

.sxy a:nth-child(2) {
    float: right;
    text-align: right;
    background: #eee;
    color: #333;
}

/***********************、产品详情***********************/

.CPXQ {
    margin: 80px 0;
    background: #eee;
}

.CPXQ .img {
    width: 680px;
    float: left;
}

.CPXQ .cpxq_text {
    width: calc(100% - 680px);
    float: left;
    padding: 60px;
}

.CPXQ .cpxq_text>h6 {
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #61a60f;
    font-weight: 600;
    margin-bottom: 80px;
}

.CPXQ .cpxq_text .lp {
    margin-bottom: 40px;
}

.CPXQ .cpxq_text .lp:last-child {
    font-size: 14px;
    margin-bottom: 0;
}

.CPXQ .cpxq_text .lp ol {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.CPXQ .cpxq_text .lp p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

/* 参数表 */

.CSB {
    padding-bottom: 80px;
}

.csb_text img {

    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

/**********************************************/

.CPXQ .max:after,
.sxy:after,
.faxq_list:after,
.sale_list:after,
.talent_list:after,
.information .zpxx_ol:after,
.recruit .max:after,
.idea_list:after,
.after_bot ul:after,
.xwzx_list li a:after,
.hzkh_list:after,
.alzs_list a:after,
.solution_list:after,
.CPZX ul:after,
.culture_list:after,
.data2:after,
.path_a:after,
.Pathnav .max:after,
.Path:after,
.contact:after,
.footnav ul:after,
.foot:after,
.link:after,
.product_list:after,
.about:after,
.nav:after,
.data li div:after,
.nav:after,
.head:after,
.data:after,
.hotline:after,
.hotline_left:after,
.hotline_right:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*浮动框2*/
.ce_nav {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
    margin-top: -180px;
}

.ce_nav li {
    margin-bottom: 10px;
    list-style: none;
}

.ce_nav li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #408ed6;
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid #408ed6;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ce_nav li a span {
    background-image: url(../images/n-qyjz-1.png);
    background-repeat: no-repeat;
    padding-top: 34px;
    display: inline-block;
    width: 44px;
}

.ce_nav li.li_t a {
    border-color: #62ad44;
    color: #62ad44;
}

.ce_nav li.li_s a {
    border-color: #ff6800;
    color: #ff6800;
}

.ce_nav li.li_f a {
    border-color: #ffae00;
    color: #ffae00
}

.ce_nav li.li_w {
    margin-top: 18px;
    display: none
}

.ce_nav li.li_w a {
    border-color: #cecece;
    color: #999999
}

.ce_nav li.li_o a span {
    background-position: -57px -170px;
}

.ce_nav li.li_t a span {
    background-position: -53px -237px;
}

.ce_nav li.li_s a span {
    background-position: -56px -103px;
}

.ce_nav li.li_f a span {
    background-position: -55px -418px;
}

.ce_nav li.li_w a span {
    background-position: -53px -506px;
}

.ce_nav li.li_t a:hover {
    color: #fff;
    background-color: #62ad44
}

.ce_nav li.li_t a:hover span {
    background-position: -142px -237px;
}

.ce_nav li.li_s a:hover {
    color: #fff;
    background-color: #ff6800
}

.ce_nav li.li_s a:hover span {
    background-position: -142px -103px;
}

.ce_nav li.li_f a:hover {
    color: #fff;
    background-color: #ffae00
}

.ce_nav li.li_f a:hover span {
    background-position: -142px -418px;
}

.ce_nav li.li_w a:hover {
    color: #ff6800;
    background-color: #fff
}

.ce_nav li.li_w a:hover span {
    background-position: -144px -506px;
}

.ce_nav li a:active {
    background: #3fcb97
}


.ce_nav li.li_o a {
    position: relative;
    right: 0;
    cursor: default;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ce_nav li.li_o a p {
    display: none;
}

.ce_nav li.li_o.on a {
    background: #408ed6
}

.ce_nav li.li_o.on a span {
    display: none;
}

.ce_nav li.li_o.on a p {
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: left;
    background: url(../images/n-qyjz-1.png) no-repeat;
    background-position: 90px -315px;
    line-height: 22px;
    padding: 8px 0 0 13px;
}

.ce_nav li.li_o.on a p i {
    font-size: 19px;
    display: block;
}



.ce_nav li.li_f img {
    position: absolute;
    left: -150px;
    top: -30px;
    display: none;
    max-width: 120px
}

.ce_nav li.li_f:hover img {
    display: block
}
.ce_nav li.li_wx{position:relative;}
.ce_nav li.li_wx img{position:absolute;max-width: 120px;max-height: 120px;}
.ce_nav li.li_o p{height:52px;overflow:hidden;}
.message-block{
    width: 500px;
    background: #333;
    padding: 50px 0 30px 0;
    position: fixed;
    top: 50%;
    left:50%;
    z-index:9999;
    margin-top:-200px;
    margin-left:-250px;
    display: none;;
}
.message-block .message-close{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #333;
    cursor: pointer;
}
.message-block .message-tit{text-align: center;color:#fff;font-size: 16px;}
.message-block .form-column{margin-top:15px;}
.message-block .form-column input,
.message-block .form-column textarea{
    border: none;
    background: #000;
    color: #eee;
    height: 30px;
    font-size: 14px;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding:0 10px;
    line-height: 30px;
}
.message-block .form-column input:focus,
.message-block .form-column textarea:focus{
    outline: none;
}
.message-block .form-column.sub-btn{
    margin-top:30px;
}
.message-block .form-column.sub-btn input{
    background: #61a60e;
    color:#fff;
    height: 35px;
    cursor: pointer;
}