@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 3s;

}
*/



/*图片缩放效果*/
/* .img img:hover {
	transform: translate(-50%, -50%) scale(1.1); 
} */

.max {
    max-width: 1200px;
    margin: 0 auto;
}

/***********************************首页****************************/
.head {
    max-width: 1420px;
    margin: 0 auto;
}

.logo {
    width: 240px;
    height: 60px;
    margin: 15px 0;
    float: left;
    margin-right: 100px;
}

/*折叠导航1*/

.btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}

.btn div {
    width: 24px;
    height: 2px;
    background: #76bc25;
    margin-bottom: 6px;
}

/* 结束 */

.nav {
    float: left;
    width: calc(100% - 340px);
}

.nav li {
    float: left;
    line-height: 85px;
    margin-right: 55px;
    position: relative;
    border-bottom: 5px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
	text-transform: capitalize;
}

.nav li a {
    display: block;
    font-size: 16px;
    color: #333;
}

.navli3 img {
    display: block;
    max-width: 140px;
    max-height: 24px;
    margin-top: 31px;
}

.nav li:hover,
.nav .select {
    border-bottom: 5px solid #f8b500;
}


.nav .navli3:hover {
    border-bottom: none;
}

/* 二级菜单 */
.nav .two {
    min-width: 100%;
    z-index: 999;
    position: absolute;
    top: 90px;
    right: 0;
    background: #fff;
}

.nav li .two a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 0px;
    text-align: center;
    float: left;
    width: 100%;
    border: none;
    overflow: hidden;
    transition: all 1s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	text-transform: capitalize;
}

.nav li .two .select {
    background: #84c10f;
    color: #fff;
}

.nav li:hover .two a {
    line-height: 50px;
}

/* 语言 */
.language {
    margin-right: 0 !important;
    color: #84c10f;
}


.language img {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 5px;
}

/*轮播图*/
.dtp img,
.swiper1 img {
    width: 100%;
}

.swiper1.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
}

.swiper1 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background: #fff;
    opacity: 1;
    border-radius: 50px;
    margin: 0 5px !important;
}

.swiper1 .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background: #13a097;
    opacity: 1;
}

.swiper1_text {
    background: rgba(255, 255, 255, .5);
    padding: 60px 0;
    position: absolute;
    top: calc(50% - 160px);
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper1_text h6 {
    font-size: 38px;
    line-height: 50px;
    color: #333;
}

.swiper1_text h6 img {
    width: 255px;
    height: 39px;
    margin-left: 10px;
}

.swiper1_text ol {
    font-size: 16px;
    color: #fff;
    width: 160px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    background: #f8b500;
    border-radius: 50px;
    margin-top: 60px;
}



/* 关于我们 */
.title {
    text-align: center;
    margin-bottom: 40px;
}

.title h6 {
    font-size: 36px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.title p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}

.title ol {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}


.about {
    padding: 100px 0px;
}

.about .max {
    position: relative;
}

.about_left {
    width: 470px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about_left .title {
    text-align: left;
    margin-bottom: 20px;
}

.about_left .title i {
    margin: 20px 0 0;
}

.about_right {
    width: 880px;
    float: right;
    border: 1px solid #dddddd;
    padding: 80px 80px 80px 200px;
}

.about_right h6 {
    font-size: 26px;
    color: #f8b500;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.about_right ol {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.about_right p {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    text-align: justify;
}

.about_right .more {
    position: absolute;
    bottom: -25px;
    right: 30px;
    background: #84c10f;
    margin-top: 0;
}

.more {
    display: block;
    width: 150px;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 60px auto 0;
}

.more span {
    font-size: 25px;
    margin-left: 10px;
}

body .more:hover {
    border: 1px solid #8cc220;
    background: #8cc220;
    color: #fff;
}


/* 产品 */
.product {
    padding: 60px 0;
    background: #f6f6f6;
}

.product .title p {
    line-height: 20px;
    margin-top: 10px;
}

.product .more {
    margin: 30px auto 0;
}

/* 切换1 */
#oranger {
    width: 100%;
    background: #fff;
}

#oranger li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 10px 0;

}

#oranger li a {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#oranger .select {
    background: #84c10f;
    transition: all 1s;
}

#oranger .select a {
    color: #fff;
}

.imgnews {
    display: none;
}

.product_list li {
    width: 31.5%;
    position: relative;
    float: left;
    margin-right: 2.5%;
    margin-top: 30px;
}

.product_list li:nth-child(3n) {
    margin-right: 0%;
}

.product_list li .imgmore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    transition: all 1s;
}


.product_list li .imgmore h6 {
    height: 50px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: normal;
    background: #f8b500;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product_list li .imgmore p {
    color: #84c10f;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 20px 0 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product_list li .imgmore .img2 {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.product_list li .imgmore ol {
    font-size: 20px;
    line-height: 50px;
    color: #84c10f;
}



.product_list li:hover .imgmore {
    height: 100%;
    padding: 30px;
}

.product_list li:hover .imgmore h6 {
    display: none;
}

/* 留言 */
.stay {
    padding: 60px 0;
}

.stay_ly {
    border: 1px solid #dddddd;
    padding: 40px 60px;
}

.stay_list {
    height: 460px;
    overflow-y: auto;
}

.stay_list li {
    width: 45%;
    float: left;
    margin-right: 10%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.stay_list li:nth-child(2n) {
    margin-right: 0%;
}

.stay_list li ol {
    margin-bottom: 4px;
}

.stay_list li ol img {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
}

.stay_list li ol span {
    display: block;
    float: left;
 /*   line-height: 60px;*/
    font-size: 20px;
    margin-left: 10px;
    color: #f8b500;
    line-height:28px;
    width:400px;
}
    @media screen and (max-width: 800px){

.stay_list li ol span {
    width:80%;
}
    }
.stay_list li ol em {
    display: block;
    float: right;
    line-height: 60px;
    font-size: 14px;
    color: #666;
}

.stay_list li p {
    line-height: 24px;
    font-size: 18px;
    color: #666;
}

/*价值*/
.value {
    padding: 60px 0;
    background: #f6f6f6;
}

.value_text .value_img {
    float: left;
    display: block;
    width: 50%;
    height: 270px;
    position: relative;
}

.value_text .value_img .img1 {
    width: 100%;
    height: 100%;
}


.value_text .value_img div {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    background: rgba(248, 181, 0, .7);
}


.value_text .value_img dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.value_text .value_img div p {
    font-size: 22px;
    line-height: 56px;
    color: #fff;
}

.value_text .value_img:nth-child(3) {
    float: left;
    display: block;
    width: 61%;
    height: 270px;
}

.value_text .value_img:nth-child(1) div {
    right: auto;
    left: 0;
    width: 60%;
    background: rgba(248, 181, 0, .7);
}

.value_text .value_img:nth-child(1) div .img2 {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 10px;
}


.value_text .value_img:nth-child(1) div p {
    color: #f8b500;
}

.value_text .value_img:nth-child(4) {
    width: 39%;
    background: #8cc220;
}


.value_text .value_img dd img {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.value_text .value_img dd p {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
}


.value_text .value_img:hover div {
    width: 100%;
}


.value_text .value_img:nth-child(1):hover div {
    width: 100%;
}


/* 服务 */
.service {
    padding: 60px 0;
}

.service_list ol {
    background: #84c10f;
    padding: 0 60px;
    margin-bottom: 30px;
}

.service_list ol p {
    font-size: 26px;
    line-height: 55px;
    color: #fff;
    float: left;
}

.service_list ol dd {
    font-size: 26px;
    line-height: 55px;
    color: #fff;
    float: right;
}

.service_list li {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 0 60px;
}

.service_list li:last-child {
    border-bottom: 1px solid #ddd;
}


.service_list li p {
    font-size: 16px;
    line-height: 45px;
    color: #333;
    float: left;
}

.service_list li dd {
    font-size: 16px;
    line-height: 45px;
    color: #333;
    float: right;
}

/* 资讯 */
.news {
    padding: 60px 0;
    background: url(../images/9.jpg) no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.news .title h6 {
    color: #fff;
}

.news_list li {
    width: 31.5%;
    margin-right: 2.5%;
    float: left;
    position: relative;
}
.news_list li img{height:100%;}

.news_list li:nth-child(3n) {
    margin-right: 0%;
}

.list_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: rgba(248, 181, 0, .9);
    padding: 20px;
    transition: all 1s;
}

.list_text h6 {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list_text p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 80px;
}


.list_text ol {
    font-size: 20px;
    line-height: 50px;
    color: #84c10f;
    text-align: justify;
}

.list_text ol img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.news_list li:hover .list_text {
    background: rgba(255, 255, 255, .7);
    height: 100%;
    padding: 80px 20px;
}

.news_list li:hover .list_text h6 {
    color: #f8b500;
    font-size: 26px;
    margin-bottom: 20px;
}

.news_list li:hover .list_text p {
    color: #666;
    -webkit-line-clamp: 5;
}

/* 留言 */
.Message {
    padding: 60px 0;
}

.form {
    box-shadow: 0 0 20px #ddd;
    padding: 40px;
}

.form ul {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.form ul li {
    margin-bottom: 30px;
}

.form ul li:last-child {
    margin-bottom: 0px;
}

.form ul li span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.form ul li input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    background: #f7f7f7;
    color: #b7b2b2;
    border: 0;
    outline: none;
    padding: 0 10px;
	text-transform: capitalize;
}


.form .luyan {
    width: 48%;
    float: left;
}

.form .luyan span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.form .luyan textarea {
    width: 100%;
    font-size: 14px;
    height: 290px;
    background: #f7f7f7;
    color: #b7b2b2;
    border: 0;
    outline: none;
    padding: 10px;
}

.form .Submit {
    width: 100%;
    line-height: 60px;
    margin-top: 60px;
    border: 1px solid #84c10f;
    color: #84c10f;
    outline: none;
    text-align: center;
    font-size: 20px;
    background: transparent;
    border-radius: 50px;
}

.form .Submit:hover {
    background: #84c10f;
    color: #fff;

}

/* 底部 */
.footer {
    background: #f6f6f6;
    padding: 40px 0;
}

.foot_nav {
    width: 100%;
	position:relative;
}

.footer ul {
    width: 14.28%;
    float: left;
}

.footer ul li:nth-child(1) {
    border-right: 1px solid #f8b500;
    margin-bottom: 10px;
}


.footer ul:last-child li {
    border-right: none;
}

.footer ul li:nth-child(1) a {
    font-size: 14px;
    line-height:14px;
    color: #333;
    font-weight: normal;
}

.footer ul li {
    text-align: center;
}

.footer ul li a {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.footer ul li a:hover {
    color: #f8b500;
}


.foot_right p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 20px;
    float: left;
    letter-spacing:2px;
}
.foot_nav ul img{
    max-width: 140px;
    max-height: 20px;
}

.foot_nav ul:nth-child(3) li:nth-child(1){
   border-right: none;
}
.foot_nav ul:nth-child(4) li:nth-child(1) {
    border-left: 1px solid #f8b500;
 }

.link {
    float: right;
}

.link a {
    margin-left: 10px;
}

/* 侧边栏 */

.share {
    position: absolute;
    right: 0;
    top:60px;
    z-index: 999;
}

.share div {
    width: 30px;
    height: 30px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
	margin-left:5px;
}

.share div a img {
    width: 30px;
    height:30px;
}

/* .share .qq {
    background: #03a9e7;
}

.share .dh {
    background: #dd170a;
}

.share .yx {
    background: #61bd17;
}

.share .wx {
    background: #000;
} */

.share div p {
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 30px;
    width: 0;
    overflow: hidden;
    text-align: center;
    margin: 0;
    transition: all 1s;
    font-size: 16px;
    color: #fff;
	white-space: nowrap;
}

.share .wx p {
    transition: none !important;
}

.share div:hover p {
    position: absolute;
    right:25px;
    top: 0;
    padding: 0 20px;
    width: auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.share .qq:hover p {
    background: #03a9e7;
}

.share .dh:hover p {
    background: #dd170a;
}

.share .yx:hover p {
    background: #e29c33;
}

.share .wx:hover p {
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 0;
    background: #61bd17;
}

/************************关于我们***********************/
/* 路径导航 */
.routenav {
    margin-top: -5px;
}

.routenav .max {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}

.route_left {
    float: left;
    position: absolute;
    top: -30px;
    left: 0;
}

.route_left li {
    float: left;
    width: 150px;
    height: 70px;
    text-align: center;
    background: #84c10f;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
	padding:0 10px;
}

.route_left li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.route_left .select,
.route_left li:hover {
    background: #fff;
    padding: 30px 10px;
    height: 100px;
    margin-top: -30px;
    box-shadow: 0 0 20px #ddd;
}

.route_left .select a,
.route_left li:hover a {
    color: #666;
}

.route_right {
    float: right;
}

.route_right a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    float: left;
}

.route_right a span {
    margin: 0 5px;
}

.route_right .select,
.route_left a:hover {
    color: #8cc220;
}

/* 关于我们 */
.GYWM {
    padding: 60px 0;
}

.gywm_left {
    width: 33%;
    float: left;
    margin-right: 10%;
    position: relative;
}

.gywm_left ol {
    background: #f8b500;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: -1;
}

.GYWM .img {
    box-shadow: 0 0 2px #ddd;
}


.gywm_right {
    width: 57%;
    float: left;
}


.gywm_right h6 {
    font-size: 26px;
    color: #f8b500;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gywm_right ol {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gywm_right p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
}

.gywm_text2 {
    margin-top: 80px;
}

.gywm_text2 .gywm_left {
    margin-right: 0;
    margin-left: 10%;
    float:right;
}

.gywm_text2 .gywm_left ol {
    top: 60px;
    left: auto;
    right: 30px;
}



/**********************产品中心*************************/
.CPZX {
    padding: 60px 0;
}

.CPZX_list li {
    width: 100%;
    margin-bottom: 40px;
}

.CPZX_list li a {
    display: flex;
    align-items: center;
}

.CPZX_list li h6 {
    width: 20%;
    margin-right: 5%;
    float: left;
    font-size:18px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    transition: all 1s;
    text-indent: 10px;
}


.CPZX_list li .cp_p {
    width: 30%;
    margin-right: 5%;
    float: left;
    text-align: left;
}

.CPZX_list li .cp_p p {
    font-size: 14px;
    color: #666;
    line-height:30px;
    transition: all 1s;
    text-indent: 10px;
}

.CPZX_list li img {
    width: 40%;
    height: auto;
    float: right;
}

.CPZX_list li:hover {
    box-shadow: 0 5px 10px #ddd;
}

.CPZX_list li:hover p,
.CPZX_list li:hover h6 {
    color: #8cc220;
    text-indent: 20px;
}

/**分页**/

.paging {
    text-align: center;
    margin-top: 60px;
}

.paging a {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    background: #d5d5d5;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}

.paging a:last-child {
    margin-right: 0px;
}

.paging .po,
.paging a:hover {
    background: #76bc25;
}

/***************************新闻中心***************************/
.XWZX {
    padding: 60px 0;
}

.xwzx_list li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    position: relative;

}

.xwzx_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwzx_list li img {
    display: block;
    width: 160px;
    
    margin-right: 50px;
    float: left;
}

.XWZX_text {
    width: calc(100% - 430px);
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 40px;
    position: relative;
}

.XWZX_text h6 {
    color: #333;
    font-size: 26px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
}

.XWZX_text p {
    color: #666;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.XWZX_text dd {
    color: #76bc25;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}



.xwzx_list li ol {
    width: 220px;
    float: right;
    font-size: 28px;
    line-height: 40px;
    color: #999;
    text-align: right;
}

.xwzx_list li ol span {
    font-size: 40px;
}

.xwzx_list li i {
    display: block;
    width: 0;
    height: 1px;
    background: #76bc25;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: all 1s;
}

.xwzx_list li em {
    display: block;
    width: 1px;
    height: 0%;
    background: #76bc25;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    transition: all 1s;
}


.xwzx_list li:hover i {
    width: 100%;
}

.xwzx_list li:hover em {
    height: 100%;
}

.xwzx_list li:hover h6,
.xwzx_list li:hover ol {
    color: #76bc25;
}

/**********************联系我们*************************/
.LXWM {
    padding: 60px 0;
}

.lxwm_left {
    width: 40%;
    margin-right: 5%;
    float: left;
}

.lxwm_left div {
    margin-bottom: 50px;
}

.lxwm_left div:last-child {
    margin-bottom: 0px;
}

.lxwm_left h6 {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}

.lxwm_left p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
}

.lxwm_right {
    width: 55%;
    float: left;
}

.lxwm_right .form {
    padding: 30px;
}

.lxwm_right .form li {
    margin-bottom: 20px;
}

.lxwm_right .form span {
    font-size: 14px;
    line-height: 30px;
}

.lxwm_right .form input {
    font-size: 12px;
    line-height: 30px;
}

.lxwm_right .form textarea {
    font-size: 12px;
    height: 190px;
}

.lxwm_right .form .btn {
    line-height: 30px;
    margin-top: 20px;
    font-size: 12px;
}

.LXWM iframe {
    width: 1200px;
    height: 570px;
    margin-top: 60px;
}

/***********************详情***********************/

.XQ {
    padding: 60px 0;
}

.xq_title {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.xq_title h6 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.xq_title p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: normal;
    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;
    text-indent: 2em;
}

.xq_text img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sxy {
    background: #76bc25;
    margin-top: 60px;
}

.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;
}

/*核心价值 */
.loop {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/53.png) no-repeat;
    background-position: 50% 50%;
    background-size: 60% 70%;

}

.HXJZ li {
    float: left;
    margin-right: 50px;
}

.HXJZ li:last-child {
    margin-right: 0;
}

.HXJZ li:nth-child(2) div {
    margin-bottom: 50px;
}

.HXJZ li:nth-child(2) div:last-child {
    margin-bottom: 0;
}

.HXJZ li div {
    width: 310px;
    margin: 0 auto;
    height: 120px;
    border-radius: 100%;
    background: #84c10f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 10px 20px #ddd;
}

.HXJZ li div p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.HXJZ li .div1 {
    width: 470px;
    height: 230px;
    background: #f8b500;
}


.HXJZ li .div1 p {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
}

.zzzs {
    background: #f9f9f9;
    padding: 60px 0;
}

.swiper2 .swiper-slide {
    position: relative;
}

.swi_text {
    background: rgba(133, 193, 21, .8);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.swi_text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}


.swiper2 .swiper-slide:hover .swi_text {
    height: 100%;
}

.Services {
    padding: 60px 0;
}

.Services_list div {
    float: left;
    width: 33.3%;
    text-align: center;
}

.Services_list div img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto;
}

.Services_list div img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.Services_list div p {
    font-size: 18px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.Services_list div:hover p {
    color: #76bc25;
}

.our {
    position: relative;
    display: flex;
    justify-content: center;
}

.our_p {
    position: absolute;
    bottom: 80px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/*清楚浮动*/
.Services_list:after,
.loop:after,
.LXWM .max:after,
.CPZX_list li a:after,
.foot_right:after,
.service_list li:after,
.service_list ol:after,
.value_text:after,
.stay_list li ol:after,
.stay_list:after,
.sxy:after,
.lxwm_text:after,
.xwzx_list li a:after,
.CPZX_list:after,
.GYWM .gywm_text:after,
.routenav .max:after,
.route_left:after,
.footer .max:after,
.foot_nav:after,
.form:after,
.news_list:after,
.product_list:after,
#oranger:after,
.about .max:after,
.yy:after,
.nav:after,
.header:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.HXJZ .swiper2 .swiper-slide{
	width:25%;
    height: 250px;
    background: #fff; 
    position: relative;
}
.HXJZ .swiper2 .swiper-slide img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.gywm_left .img>img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    transition: all 3s;
}
.gywm_text .img{
	left: 30px;
    top: 60px;
}
.gywm_text.gywm_text2 .img{
	left: -30px;
}
.gywm_left ol{
	display:none;
}
.value_img img{height:100%;}