body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #313131;
    font-family: "微软雅黑", "宋体";
}


/* 初始化 */

body,
ol,
table,
tr,
td,
dt,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
ul,
li,
div,
p,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    outline: none;
    resize: none;
}

ul {
    list-style: none;
}

img {
    border: 0px
}

a:link {
    text-decoration: none;
    font-size: 14px;
    color: #313131;
}

a:visited {
    text-decoration: none;
    font-size: 14px;
    color: #313131;
}

a:hover {
    text-decoration: none;
    font-size: 14px;
    color: #313131;
}

a:active {
    text-decoration: none;
    font-size: 14px;
    color: #313131;
}


/* 公共资源 */

.index_section {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0px 100px 0px;
}

.hs {
    background: #f1f4f9;
}

.lanse {
    background: #007cc4;
}

.huise {
    background: #F8F8F8;
}

.huise2 {
    background: #e8ecf3;
}

.m_top,
.wapmask {
    display: none;
}


/* 通用顶部导航 */

.nav_mian {
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0px;
    z-index: 999;
    background: url(/images/tobg.png) left center repeat-x;
}

.nav_center {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
    /* background-color: aqua; */
}

.nav_center::after {
    display: block;
    clear: both;
    content: '';
}

.nav_logo {
    float: left;
}

.nav_menu {
    float: right;
    /* width: 720px; */
    height: 85px;
    margin-right: 60px;
    /* background-color: bisque; */
    position: relative;
    left: 0;
    top: 0;
    /* background-color: #007339; */
}

.nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav_menu ul::after {
    display: block;
    clear: both;
    content: '';
}

.nav_menu>ul>li {
    display: block;
    float: left;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin-left: 55px;
    /* background-color: aqua; */
}

.nav_menu ul li:first-child {
    margin-left: 0px;
}

.nav_menu>ul>li>a {
    display: block;
    position: relative;
}

.nav_menu>ul>li>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: 0 auto;
    background-color: #007339;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_menu>ul>li>a:hover:after {
    width: 100%;
    height: 3px;
}

.nav_menu>ul>li>a.activ,
.nav_menu>ul>li>a:hover {
    color: #007339;
}

.nav_two {
    display: none;
    width: 1100px;
    height: 300px;
    /* border: 1px solid #313131; */
    box-sizing: border-box;
    position: absolute;
    right: -117px;
    top: 85px;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    box-shadow: 2px 2px 4px #e4e4e4;
}

.nav_two_l {
    float: left;
    width: 300px;
    height: 300px;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #eaeaea;
}

.nav_two_l>h3 {
    text-align: left;
    font-size: 26px;
    margin: 0 auto;
    font-weight: normal;
    margin-top: -10px;
}

.nav_two_l>p {
    line-height: 25px;
    margin: 0 auto;
    font-size: 13px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.nav_two_l>a {
    margin-top: 0px;
    background-color: #007cc5;
    color: #fff;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 13px;
}

.nav_two_l>a:hover {
    background-color: #006cac;
}

.nav_two_c {
    float: left;
    width: 400px;
    height: 300px;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
}

.nav_two_c ul {
    padding: 15px 0px 20px 20px;
    position: absolute;
    right: -1px;
    top: 0px;
}

.nav_two_c ul li {
    display: block;
    text-align: left;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin-top: 5px;
}

.nav_two_c ul li a {
    display: block;
    width: 360px;
    padding-left: 35px;
    font-size: 14px;
    color: #666666;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(/images/jright2.png) no-repeat 8px center;
    background-size: 20px 20px;
    height: 40px;
    line-height: 40px;
}

.nav_two_c ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 40px;
    line-height: 40px;
    z-index: -1;
    background: url(/images/jright.png) no-repeat 8px center;
    background-size: 20px 20px;
    background-color: #02723a;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.nav_two_c ul li a:hover {
    color: #fff;
}

.nav_two_c ul li a:hover:before {
    width: 100%;
}

.nav_two_r {
    float: right;
    width: 400px;
    height: 300px;
    padding: 0 30px;
    box-sizing: border-box;
}

.nav_two_r img {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.nav_two_r p {
    line-height: 26px;
    text-align: left;
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.nav_menu>ul>li>a {
    font-size: 15px;
}

.m_nav_lang {
    display: none;
}

.nav_lang {
    float: right;
    min-width: 80px;
    height: 85px;
    text-align: center;
}

.nav_lang_content {
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    /* background-color: #006cac; */
    padding: 2px;
    overflow: hidden;
    margin-top: 30px;
}

.nav_lang_content a {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    padding: 0px 10px;
    float: left;
    border-radius: 20px;
}

.nav_lang_content a.active,
.nav_lang_content a:hover {
    background-color: #007339;
    color: #fff;
}


/* 首页关于我们视频 */

.about_jj {
    padding-top: 0px;
}

.about_jj .content {
    width: 1100px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    margin-bottom: -30px;
    text-align: center;
}

.about_jj .swiper-slide {
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

.about_team .swiper-slide {
    overflow: hidden;
    padding: 0px;
    height: 100px;
    text-align: center;
    background: rgba(0, 124, 196, .8);
    padding-top: 50px;
}

.about_jj .swiper-slide img {
    width: 100%;
    height: auto;
}

.about_jj .swiper-slide h2 {
    font-size: 18px;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.about_jj .swiper-slide p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.about_jj .about_jj-button-prev,
.about_jj .about_jj-button-prev:hover {
    background: url(/images/left1.png);
    margin-right: 15px;
}

.about_jj .about_jj-button-next,
.about_jj .about_jj-button-next:hover {
    background: url(/images/right1.png);
}

.about_jj .leftan .about_jj-button-next,
.about_jj .leftan .about_jj-button-next:hover,
.about_jj .leftan .about_jj-button-prev,
.about_jj .leftan .about_jj-button-prev:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
    border: 1px solid #a3a3a3;
}

.about_jj .leftan {
    display: none;
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
    /* background: #00371a; */
}

.topb {
    padding-bottom: 110px;
}


/* 关于我们荣誉展示 */

.about_rr .content {
    width: 1100px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    margin-bottom: -30px;
    text-align: center;
}

.about_rr .swiper-slide {
    overflow: hidden;
    padding: 0px;
    height: 160px;
    text-align: center;
    background: rgba(0, 124, 196, .8);
    padding-top: 30px;
    padding-bottom: 30px;
}

.about_rr .swiper-slide:hover {
    background-color: #00639c;
}

.about_rr .swiper-slide img {
    width: 60px;
    height: auto;
}

.about_rr .swiper-slide h2 {
    font-size: 18px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    color: #fff;
}

.about_rr .swiper-slide p {
    color: #fff;
    font-size: 13px;
    margin-top: 0px;
    line-height: 26px;
    padding: 0 20px;
}

.about_rr .about_rr-button-prev,
.about_rr .about_rr-button-prev:hover {
    background: url(/images/left1bs.png);
    margin-right: 15px;
}

.about_rr .about_rr-button-next,
.about_rr .about_rr-button-next:hover {
    background: url(/images/right1bs.png);
}

.about_rr .leftan .about_rr-button-next,
.about_rr .leftan .about_rr-button-next:hover,
.about_rr .leftan .about_rr-button-prev,
.about_rr .leftan .about_rr-button-prev:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
    /* border: 1px solid #00639c; */
    background-color: rgba(0, 124, 196, .8);
}

.about_rr .leftan {
    display: none;
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
    /* background: #00371a; */
}

.topc {
    padding-bottom: 110px;
}

.video {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

.video img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.video .sp_bf {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    background-image: url(/images/play1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    text-align: center;
    width: 1100px !important;
    height: 438px;
}

.video .sp_bf:hover {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    background-image: url(/images/play2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    text-align: center;
    width: 1100px !important;
    height: 438px;
}


/* 首页服务客户 */

.index_serve .content {
    max-width: 1100px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
}

.index_serve .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.index_serve .swiper-slide img:hover {
    border: 1px solid #007339;
    box-shadow: 2px 2px 4px #ccc;
}

.index_serve .swiper-slide h3 {
    background: #7ab000;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.index_serve .swiper-slide:hover h3 {
    background: #177f4a;
}

.index_serve .content .index_serve-pagination {
    width: 100%;
    text-align: center;
    margin-top: 3%
}

.index_serve .content .index_serve-pagination>.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 7px
}

.index_serve .content .index_serve-pagination>.swiper-pagination-bullet-active {
    background: #f17918
}

.index_serve .index_serve-button-prev,
.index_serve .index_serve-button-prev:hover {
    background: url(/images/left1.png);
    margin-right: 15px;
}

.index_serve .index_serve-button-next,
.index_serve .index_serve-button-next:hover {
    background: url(/images/right1.png);
}

.index_serve .index_serve-button-next,
.index_serve .index_serve-button-next:hover,
.index_serve .index_serve-button-prev,
.index_serve .index_serve-button-prev:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
    border: 1px solid #a3a3a3;
    /* margin: 0 auto; */
    /* margin-right: 20px; */
}

.index_serve .leftan {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    display: none;
}


/* 二级页面导航 */

.about_nav {
    width: 100%;
    background: #f1f4f9;
}

.about_nav .content {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 13px;
}

.about_nav .content::after {
    content: '';
    display: block;
    clear: both;
}

.about_nav .content .left {
    float: left;
    /* width: 880px; */
    /* background: #00371a; */
}

.about_nav .content .left h3,
.about_nav .content .left span {
    display: none;
}

.about_nav .content .left ul li {
    float: left;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.about_nav .content .left ul li a {
    display: block;
    min-width: 110px;
    text-align: center;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.about_nav .content .left ul li a:hover,
.about_nav .content .left ul li a.choose {
    background-color: #02723a;
    color: #fff;
}

.about_nav .content .right {
    float: right;
    font-size: 13px;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    color: #646464;
}

.about_nav .content .right a {
    color: #646464;
}

.about_nav .content .right img {
    height: 20px;
    width: auto;
    vertical-align: middle;
}

.about_nav .content .right a {
    font-size: 13px;
}


/* 二级页面关于我们 */

.about_content {
    width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.honorbg {
    width: 1100px;
    height: 370px;
    background: url(/images/rrbg.jpg) no-repeat center center;
    margin: 0 auto;
}

.culture {
    width: 1100px;
    margin: 0 auto;
    /* background-color: #00371a; */
}

.culture ul::after {
    content: '';
    display: block;
    clear: both;
}

.culture ul li {
    float: left;
    margin-right: 64px;
    width: 324px;
}

.culture ul li:last-child {
    margin-right: 0px;
}

.culture ul li img {
    width: 100%;
    height: auto;
}

.culture ul li h2 {
    font-size: 18px;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.culture ul li p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.culture_show {
    width: 1100px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
}

.culture_show ul::after {
    content: '';
    display: block;
    clear: both;
}

.culture_show ul li {
    float: left;
    margin-right: 60px;
    width: 230px;
    margin-top: 20px;
}

.culture_show ul li:nth-child(4n + 0) {
    margin-right: 0;
}

.culture_show ul li img {
    width: 100%;
    height: auto;
}

.culture_show ul li h2 {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.culture_zl {
    width: 1100px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
}

.culture_zl_top {
    padding-top: 0px;
}

.culture_zl ul::after {
    content: '';
    display: block;
    clear: both;
}

.culture_zl ul li {
    float: left;
    display: block;
    width: 129px;
    margin-right: 65px;
    margin-top: 20px;
    position: relative;
}

.culture_zl ul li:nth-child(6n + 0) {
    margin-right: 0px;
    /* background-color: aquamarine; */
}

.culture_zl ul li .imgbg img {
    /* width: 128px;
    height: 185px;
    border: 7px solid #54090e;
    box-sizing: border-box; */
    width: 100%;
    height: auto;
}

.culture_zl ul li>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #54090e;
    box-sizing: border-box;
}


/* 首页主营业务 */

.index_business .content {
    max-width: 1100px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    margin-bottom: -30px;
    text-align: center;
}

.index_business .swiper-slide {
    overflow: hidden;
    padding: 30px 0px;
    width: 100%;
}

.index_business .swiper-slide:hover {
    background: #007cc4;
}

.index_business .swiper-slide .imglist::after {
    display: block;
    content: '';
    clear: both;
}

.index_business .swiper-slide .imglist {
    width: 1000px;
    margin-left: -275px;
}

.index_business .swiper-slide .imga,
.index_business .swiper-slide .imgb {
    max-width: 275px;
    margin-top: 0px;
    text-align: center;
    float: left;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}

.index_business .swiper-slide .imga img,
.index_business .swiper-slide .imgb img {
    width: 85%;
    height: auto;
}

.index_business .swiper-slide h3 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    width: 220px;
    height: auto;
    line-height: 30px;
    background: #7db000;
    border: 1px solid #7db000;
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
    box-sizing: border-box;
}

.index_business .swiper-slide h4 {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    margin-top: 10px;
    width: 220px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #a9a9a9;
    text-transform: uppercase;
}

.index_business .swiper-slide:hover .imga {
    margin-left: 275px;
}

.index_business .swiper-slide:hover h4 {
    color: #fff;
}

.index_business .swiper-slide:hover h3 {
    background: #03743c;
    border: 1px solid #fff;
}

.index_business .index_business-button-prev,
.index_business .index_business-button-prev:hover {
    background: url(/images/left1.png);
    margin-right: 15px;
}

.index_business .index_business-button-next,
.index_business .index_business-button-next:hover {
    background: url(/images/right1.png);
}

.index_business .index_business-button-next,
.index_business .index_business-button-next:hover,
.index_business .index_business-button-prev,
.index_business .index_business-button-prev:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
    border: 1px solid #a3a3a3;
}

.index_business .leftan {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    display: none;
}


/* 首页banner */

.banner {
    max-width: 100%;
    margin: 0 auto;
    /* height: 800px; */
    margin-top: 85px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

.banner .content {
    overflow: hidden;
    z-index: 1;
    height: auto
}

.banner .content .swiper-slide img {
    display: block;
    width: 100%
}

.banner .banner-pagination {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 28px;
}

.banner .banner-pagination>.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border: 3px solid #8e8987;
    opacity: 1;
}

.banner .banner-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0);
}

.banner .banner-pagination>.swiper-pagination-bullet-active {
    background: #007339;
    border: 3px solid #007339;
}

.banner .banner-button-prev {
    background: url(/images/l-bs.png);
    border: 2px solid #fff;
    left: 2%
}

.banner .banner-button-prev:hover {
    background: url(/images/l-ls.png);
    border: 2px solid #007339;
}

.banner .banner-button-next {
    background: url(/images/r-bs.png);
    border: 2px solid #fff;
    right: 2%
}

.banner .banner-button-next:hover {
    background: url(/images/r-ls.png);
    border: 2px solid #007339;
}

.banner .banner-button-next,
.banner .banner-button-next:hover,
.banner .banner-button-prev,
.banner .banner-button-prev:hover {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
    border-radius: 50%;
}


/* 项目案例 */

.modular-9 .content {
    max-width: 1100px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
}

.modular-9 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.modular-9 .swiper-slide h3 {
    background: #7ab000;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.modular-9 .swiper-slide:hover h3 {
    background: #177f4a;
}

.modular-9 .content .modular-9-pagination {
    width: 100%;
    text-align: center;
    margin-top: 3%
}

.modular-9 .content .modular-9-pagination>.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 7px
}

.modular-9 .content .modular-9-pagination>.swiper-pagination-bullet-active {
    background: #f17918
}

.modular-9 .modular-9-button-prev {
    background: url(/images/l-hs.png);
    border: 2px solid #a3a3a3;
    margin-right: 15px;
}

.modular-9 .modular-9-button-prev:hover {
    background: url(/images/l-ls.png);
    border: 2px solid #007339;
}

.modular-9 .modular-9-button-next {
    background: url(/images/r-hs.png);
    border: 2px solid #a3a3a3;
}

.modular-9 .modular-9-button-next:hover {
    background: url(/images/r-ls.png);
    border: 2px solid #007339;
}

.modular-9 .modular-9-button-next,
.modular-9 .modular-9-button-next:hover,
.modular-9 .modular-9-button-prev,
.modular-9 .modular-9-button-prev:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
}

.modular-9 .leftan {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}


/* 底部 */

.footer {
    width: 100%;
    margin: 0 auto;
}

.foot_top {
    width: 100%;
    background-color: #007339;
    padding: 50px 0px;
}

.foot_b {
    background-color: #006130;
    height: auto;
}

.foot_top_content,
.foot_b_content {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.foot_top_content .left,
.foot_top_content .centent,
.foot_top_content .right {
    float: left;
    height: 127px;
    border-right: 1px solid #549f79;
    box-sizing: border-box;
}

.foot_top_content .right {
    float: right;
    border-right: none;
    overflow: hidden;
}

.foot_top_content .right .weixin {
    float: right;
    width: 90px;
}

.foot_top_content .right p {
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

.foot_top_content .left {
    width: 17%;
}

.foot_top_content .left img {
    margin-top: 30px;
}

.foot_top_content .centent {
    width: 70%;
    font-size: 14px;
    color: #fff;
    padding-left: 40px;
}

.foot_top_content .centent p {
    margin-top: 15px;
    padding-left: 30px;
}

.foot_top_content .centent p.tel {
    background: url(/images/dh2.png) no-repeat left center;
    background-size: auto 20px;
}

.foot_top_content .centent p.add {
    background: url(/images/dz2.png) no-repeat left center;
    background-size: 22px auto;
}

.foot_top_content .centent p.emali {
    background: url(/images/yx2.png) no-repeat left center;
    background-size: 20px auto;
}

.foot_top_content .right {
    width: 13%;
    text-align: right;
}

.foot_b_content .left {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
}

.foot_b_content .right {
    float: right;
    font-size: 12px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.foot_b_content .right img {
    vertical-align: middle;
}

.foot_b_content .left a,
.foot_b_content .right a {
    color: #fff;
    font-size: 12px;
}


/* 二级新闻 */

.newslist {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.newslist li {
    margin-top: 25px;
}

.newslist li:first-child {
    margin-top: 0px;
}

.newslist .img {
    float: left;
    width: 240px;
    height: 160px;
}

.newslist .img img {
    width: 100%;
    height: 100%;
}

.newslist .right {
    padding: 20px 30px;
    overflow: hidden;
    height: 160px;
    box-sizing: border-box;
    background: #f1f4f9;
}

.newslist .right .newstitle {
    overflow: hidden;
}

.newslist .right h2 {
    font-size: 16px;
    color: #02723a;
    float: left;
    font-weight: normal;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newslist .right .newsjj {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px auto;
    font-size: 14px;
    color: #838383;
}

.newslist .right span {
    float: right;
    font-size: 13px;
}

.newslist .right .more {
    text-align: right;
    font-size: 13px;
    color: #838383;
}

.page {
    width: 1100px;
    text-align: right;
    margin: 0 auto;
    margin-top: 40px;
}

.page span.mid {
    display: none
}

.page a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    transition: all .5s
}

.page a.on,
.page a:hover {
    padding: 8px 16px;
    background: #007239;
    border: 1px solid #007239;
    color: #fff;
    border-radius: 4px;
    font-size: 12px
}


/* 新闻页面 */

.newsbox {
    width: 1100px;
    margin: 0 auto;
}

.newsbox h2 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}

.newsbox .newslaiy {
    background: #f1f4f9;
    color: #939393;
    font-size: 13px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 30px 0px 30px 0px;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.newsbox .newscontent,
.newsbox .newscontent p {
    font-size: 14px;
    line-height: 26px;
}

.newsbox .newscontent {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.newsbox .newscontent p {
    margin-top: 12px;
}

.newsbox .newscontent img,
.newsbox .newscontent p img {
    width: 800px;
    height: auto;
    border: 1px solid #f4f4f4;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
}

.newsbox .case_newscontent img,
.newsbox .case_newscontent p img {
    width: 100%;
    height: auto;
    border: 1px solid #f4f4f4;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
}

.newspage {
    overflow: hidden;
}

.newspage .left {
    float: left;
}

.newspage .left p {
    margin-top: 20px;
}

.newspage .left p:first-child {
    margin-top: 0px;
}

.newspage .left p span {
    background: #007237;
    float: left;
    width: 60px;
    color: #FFF;
    margin-right: 15px;
    padding: 8px 20px;
    font-size: 13px;
}

.newspage .right {
    float: right;
    padding-top: 30px;
}


/* 项目案例 */

.caselist {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.caselist li {
    margin-top: 25px;
    overflow: hidden;
    background: #f1f4f9;
}

.caselist li:first-child {
    margin-top: 0px;
}

.caselist .img {
    float: left;
    width: 444px;
    height: 250px;
}

.caselist_about .img {
    float: left;
    width: 238px;
    height: 250px;
}

.caselist .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.caselist .right {
    padding: 40px;
    overflow: hidden;
    min-height: 250px;
    box-sizing: border-box;
    background: #f1f4f9;
}

.caselist_about .right {
    padding: 30px;
    overflow: hidden;
    /* height: auto; */
    box-sizing: border-box;
    background: #f1f4f9;
}

.caselist .right .newstitle {
    overflow: hidden;
}

.caselist .right h2 {
    font-size: 20px;
    color: #02723a;
    float: left;
    font-weight: normal;
    width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.caselist .right h3 {
    font-size: 16px;
    float: left;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.caselist .right .newsjj {
    line-height: 24px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    margin: 12px auto;
    font-size: 14px;
    color: #838383;
}

.caselist .right .newsjj span {
    color: #02723a;
    padding-left: 20px;
}

.caselist .right .casemore {
    text-align: left;
    font-size: 14px;
    color: #02723a;
}


/* 二级页面标题 */

.about_bt {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.about_bt_10 {
    margin-bottom: 0px;
}

.about_bt h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: #4a4a4a;
}

.about_bt h3.bs {
    color: #fff;
}

.about_bt span {
    display: inline-block;
    font-size: 28px;
    color: #036a37;
    /* background: #00639c; */
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    /* text-transform: uppercase; */
    font-weight: 800;
}

.about_bt i {
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
    width: 120px;
    height: 20px;
    /* background-color: #007338; */
}

.about_bt span.bs {
    color: #fff;
}

.about_bt i.bs {
    border-bottom: 1px solid #fff;
}

.enabout_bt {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -15px;
    /* margin-bottom: 50px; */
}

.enabout_bt span {
    display: inline-block;
    font-size: 22px;
    color: #036a37;
    /* background: #00639c; */
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-weight: 800;
}

.enabout_bt i {
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
    width: 120px;
    height: 20px;
    /* background-color: #007338; */
}

.enabout_bt span.bs {
    color: #fff;
}

.enabout_bt i.bs {
    border-bottom: 1px solid #fff;
}


/* 首页标题 */

.indexabout_bt {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.indexabout_bt h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: #4a4a4a;
}

.indexabout_bt span {
    display: inline-block;
    font-size: 28px;
    color: #036a37;
    /* background: #00639c; */
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    /* text-transform: uppercase; */
    font-weight: 800;
}

.indexabout_bt i {
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
    width: 150px;
    height: 20px;
    /* background-color: #007338; */
}

.enindexabout_bt {
    padding-top: 60px;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    /* margin-bottom: 20px; */
}

.enindexabout_bt span {
    display: inline-block;
    font-size: 22px;
    color: #036a37;
    /* background: #00639c; */
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-weight: 800;
}

.enindexabout_bt i {
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
    width: 150px;
    height: 20px;
    /* background-color: #007338; */
}


/* 二级页面主营业务 */

.businesssetion_content {
    width: 100%;
}

.businesssetion_bg1 {
    background: url(/images/businessbg.jpg) no-repeat center center;
}

.business_certent {
    width: 1100px;
    margin: 0 auto;
    line-height: 28px;
}

.business_certent::after {
    display: block;
    content: '';
    clear: both;
}

.business_left_img {
    float: left;
    width: 500px;
}

.business_left_img_b {
    float: right;
    width: 500px;
}

.business_left_img img,
.business_left_img_b img {
    display: block;
    width: 500px;
    height: 300px;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: border-box;
}

.business_right {
    float: right;
    width: 600px;
    padding-left: 40px;
    margin-top: 0px;
    box-sizing: border-box;
    line-height: 24px;
}

.business_right_sj {
    padding-top: 5px;
    font-size: 16px;
    line-height: 28px;
}

.business_right_b_js {
    padding-top: 20px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
}

.business_right_b {
    float: left;
    width: 600px;
    padding-right: 40px;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 30px;
}

.aboutcontent {
    width: 1100px;
    margin: 0 auto;
}

.about_banner {
    width: 100%;
    margin-top: 85px;
}

.about_banner img {
    display: block;
    width: 100%;
}

.aboutsetion_nav {
    width: 100%;
    height: 75px;
}

.aboutsetion_content {
    width: 100%;
}

.aboutsetion_bg1 {
    background: url(/images/aboutbg.jpg) no-repeat center center;
}

.aboutsetion_bg2 {
    background: url(/images/aboutbg2.jpg) no-repeat center center;
}

.about_certent {
    width: 1100px;
    margin: 0 auto;
    line-height: 24px;
}

.about_certent::after {
    display: block;
    content: '';
    clear: both;
}

.left_img {
    float: left;
    width: 500px;
    background-color: #00371a;
}

.about_video {
    width: 500px;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

.about_video img {
    width: 100%;
    height: auto;
}

.about_video .sp_bf {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    background-image: url(/images/play1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    text-align: center;
    width: 500px !important;
    height: 250px;
}

.about_video .sp_bf:hover {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    background-image: url(/images/play2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    text-align: center;
    width: 500px !important;
    height: 250px;
}

.about_right {
    float: right;
    width: 600px;
    padding-left: 40px;
    /* margin-top: 30px; */
    box-sizing: border-box;
    line-height: 24px;
    font-size: 15px;
}

.enabout_right {
    float: right;
    width: 600px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 15px;
}


/* 联系我们 */

.contact {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.contact li {
    float: left;
    width: 350px;
    height: 200px;
    background: #f1f1f1;
    text-align: center;
    margin-right: 25px;
    padding: 20px;
    box-sizing: border-box;
}

.contact li img {
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.contact li p {
    line-height: 28px;
    margin-top: 15px;
}

.contact li:last-child {
    margin-right: 0px;
}

.map {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
    cursor: pointer;
}

.map img {
    display: block;
    width: 90px;
    height: auto;
    margin: 0 auto;
}

.map p {
    margin-top: 12px;
}

.mess_content {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.mess_content .left {
    width: 500px;
    float: left;
}

.mess_content .right {
    float: right;
    width: 560px;
}

.mess_content .left .inp {
    width: 100%;
    height: 45px;
    border: none;
    background: #f2f2f2;
    float: left;
    margin-bottom: 20PX;
    padding: 0 10PX;
    color: #333;
    font-size: 14PX;
    line-height: 40px;
    box-sizing: border-box;
}

.mess_content .right .liuyan {
    width: 100%;
    height: 155px;
    border: none;
    background: none;
    padding: 10px;
    color: #333;
    line-height: 22px;
    background: #f2f2f2;
    font-family: "微软雅黑", "新宋体"
}

.mess_content .right .button {
    width: 100%;
    height: 45px;
    background: #02753e;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #FFF;
    border: none;
    font-family: "微软雅黑", "新宋体";
    margin-top: 16px;
}

.mess_content .right .button:hover {
    background: #00371a;
}


/* 在线招聘 */

.job_content {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.job_content .left {
    float: left;
    width: 780px;
}

.job_content .left li h2 {
    height: 40px;
    padding-left: 50px;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    color: #58585a;
    background: #e6ebf3 url(/images/jia.png) no-repeat left center;
    font-weight: normal;
}

.job_content .left li h2.jie {
    background: #e6ebf3 url(/images/jie.png) no-repeat left center;
}

.job_content .left li {
    background-color: #f1f4f9;
    margin-bottom: 20px;
    /* padding-bottom: 15px; */
}

.job_content .left li .jobc {
    padding-bottom: 20px;
    display: none;
}

.job_content .left li .content {
    width: 96%;
    margin: 0 auto;
    height: 200px;
    line-height: 30px;
    color: #666666;
    overflow: auto;
    margin-top: 15px;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 15px;
}

.job_content .left li .content p {
    font-size: 14px;
    margin-top: 10px;
}

.job_content .right {
    float: right;
    width: 280px;
    background: #f1f4f9;
    padding: 30px 30px 40px 30px;
    box-sizing: border-box;
}

.job_content .right .jobjj {
    height: 190px;
    overflow: auto;
}

.job_content .right h2 {
    font-size: 24px;
    color: #007338;
}

.job_content .right p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
}

.job_content .right p span {
    font-weight: 800;
    color: #007338;
}


/* 弹窗 */

.mzsm_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
    display: none;
}

.Calculation_content {
    width: 80%;
    height: 70%;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999999;
    animation: mymove 1s;
    -webkit-animation: mymove 1s;
    border: 5px solid #fff;
    box-sizing: border-box;
    display: none;
}

.Calculation_content .colse {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #007338;
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.Calculation_content iframe {
    width: 100%;
    height: 100%;
}

.modular-9_bt {
    margin-bottom: 35px;
}