.inner-banner
{
    display: none;
}
/* nev */
.navbar
{
    height: 144px;
    margin: 0;
}

.nav
{
    width: 214px;
    background-color: #1b492a;
    position: relative;
    z-index: 999;
    padding-bottom: 45px;
    display: inline-block;
}


.head-logo
{
    width: 100%;
    height: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #235741;
}

#nav_box 
{
    width: 100%;
    text-align: center;
    padding: 16px 0;
}
#nav_box li
{
    height: 60px;
    line-height: 60px;
    position: relative;
}

#nav_box li ul {
    position: absolute;
    width: 100%;
    left: 214px;
    top: 0;
}

#nav_box li:last-child a {
    border: none;
}
#nav_box li a
{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    width: 122px;
    border-bottom: 1px solid #4e715a;
}
.nav-code
{
    text-align: center;
}

.nav-code p
{
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    margin-top: 10px;
}

.head-tit
{
    display: inline-block;
    vertical-align: top;
    padding-top: 46px;
    margin-left: 35px;
}
.head-tit h3
{
    font-size: 30px;
    color: #000;
    line-height: 30px;
}
.head-tit p
{
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-top: 16px;
    line-height: 16px;
}

.head-r
{
    display: inline-block;
    float:right;
    margin-top: 25px;
}

.head-tel
{
    font-size: 14px;
    margin-bottom: 5px;
}
.head-tel span
{
    font-size: 26px;
    color: #00554e;
    font-weight: bold;
}

.search input
{
    outline: none;
}
.search .search-key
{
    width: 276px;
    height: 29px;
    border: 1px solid #d6d6d6;
    font-size: 13px;
    color: #696762;
    text-indent: 15px;
}
.search .search-button
{
    width: 50px;
    height: 29px;
    border: 1px solid #d6d6d6;
    vertical-align: top;
    background-color: #707070;
    color: #fff;
}

.box-tit
{
    text-align: center;
}

.box-tit h3
{
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    padding-bottom: 20px;
    background: url("../image/box-tit.png") no-repeat 
bottom center;
}
.box-tit p
{
    font-size: 14px;
    color: #000000;
    padding-top: 7px;
}

/* culture */
.culture
{
    padding-top: 70px;
}
.cul-box
{
    margin-top: 50px;
}
.cul-box li
{
    width: 262px;
    height: 433px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 0;
    border: 1px solid #dfdfdf;
    float: left;
    position: relative;
    cursor: pointer;
}
.cul-box li:nth-child(n+2)
{
    margin-left: 50px;
}
.cul-box li p
{
    font-size: 36px;
    color: #164427;
    font-weight: bold;
    height: 66px;
    line-height: 66px;
    background: url("../image/cul-box-p.png") no-repeat center;
    width: 100%;
    text-align: center;
}
.cul-box li h3
{
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 20px 0;
    color: #000000;
}

.cul-box li span
{
    display: block;
    width: 195px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 26px;
}
.cul-box li img
{
    width: 156px;
    height: 156px;
    display: block;
    transition: 1s;
    position: absolute;
    bottom: 25px;
}

.cul-box li:hover img
{ 
    transform: rotateY(180deg);
}

/* product */
.product
{
    padding-top: 85px;
}
.pro-hd
{
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
}
.pro-hd a
{
    flex: 1 auto;
    text-align: center;
    background: #f6f6f6;
    border-right: 2px solid #e1e0e0;
    font-size: 16px;
    color: #000000;
}
.pro-hd a:nth-child(1)
{
    background-color: #044027;
    color: #fff;
}
.pro-hd a:hover
{
    background-color: #044027;
    color: #fff;
}
.pro-bd
{
    margin-top: 25px;
}
.pro-bd li
{
    width: 375px;
    float: left;
    padding: 11px 11px 28px;
    border: 1px solid #bfbfbf;
    margin-right: 37px;
}
.pro-bd li:nth-child(3n)
{
    margin-right: 0;
}
.pro-bd li:nth-child(n+4)
{
    margin-top: 35px;
}

.pro-img
{
    width: 100%;
    height: 255px;
}
.pro-img img
{
    display: block;
    width: 100%;
    height: 100%;
}
.pro-bd li p
{
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    margin: 20px 0 10px;
}
.pro-bd li span{
    display: block;
    margin: 0 auto;
    width: 96px;
    height: 25px;
    border-radius: 12.5px;
    background-color: #044027;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
}   
.por-box
{
    display: block;
    margin: 35px auto 50px;
    width: 94px;
    height: 23px;
    border: 1px solid #044027;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #000000;
}


/* adv */
.adv
{
    height: 799px;
    background: url("../image/adv-bg.jpg") no-repeat center;
}

.adv-l
{
    float: left;
    width: 345px;
    padding-top: 167px;
}

.adv-l h3
{
    font-size: 44px;
    color: #ffffff;
    line-height: 62px;
    height: 184px;
    background: url("../image/adv-l-tit.png") no-repeat center;
    padding-top: 30px;
}
.adv-text
{
    font-size:14px;
    color:#ffffff;
    line-height: 28px;
    margin-top: 60px;
}
.adv-text span
{
    display: block;
    width: 65px;
    height: 2px;
    background-color: #b5c9c0;
    margin-top: 45px;
}
.adv-r
{
    float: right;
    width:824px;
    height:582px;
    background-color:#fff;
    margin-top: 108px;
    padding-top: 55px;
}
.adv-r li
{
    width: 50%;
    padding: 30px 62px;
    height: 50%;
    float: left;
}
.adv-r-img
{
    height: 55px;
}
.adv-r li img
{
    display: block;
    margin: 0 auto;
}
.adv-r li h3
{
    font-size: 16px;
    color: #000;
    line-height: 16px;
    margin: 30px 0 20px;
}
.adv-r p
{
    font-size: 12px;
    line-height: 19px;
    color: #000000;
}


/* case */
.case
{
    padding-top:60px;
}
.case-box
{
    margin-top:40px;
}
.case-box li
{
    width: 370px;
    padding: 19px;
    background-color: #f5f4f4;
    text-align: center;
    float: left;
}
.case-box li:nth-child(n+2)
{
    margin-left: 45px;
}
.case-img
{
    width: 100%;
    height: 400px;
}
.case-img img
{
    display: block;
    width: 100%;
    height: 100%;
} 
.case-box li h3
{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 18px;
    padding: 23px 0 11px;
}
.case-box li p
{
    font-size:12px;
    color:#000;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
}
.case-box li span
{
    display: inline-block;
    width: 135px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border-radius: 15px;
    color: #fff;
    background-color: #103f25;
}
.case-box li:hover span
{
    background-color: #ffb20d;
}

/* service */
.service
{
    padding: 80px 0;
    position: relative;
}

.service::after {
    content: "";
    height: 1px;
    background-color: #ccc;
    position: absolute;
    width: 100%;
    left: 0;
    top: 366px;
    z-index: -1;
}
.ser-box
{
    height: 275px;
    background: url("../image/ser-img-bg.png") no-repeat center;
    margin-top: 60px;
}

.ser-box li 
{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 158px;
    position: relative;
    float: left;
    cursor: pointer;
}

.ser-box li:nth-child(n+2) {
    margin-left: 50px;
}
.ser-box li:nth-child(1) {
    left: -22px;
}

.ser-box li:nth-child(2) {
    left: -15px;
}
.ser-box li:nth-child(3) {
    left: -10px;
}

.ser-box li:nth-child(4) {
    left: -6px;
}

.ser-box li:nth-child(6) {
    left: 5px;
}


.ser-img
{
    display: inline-block;
    width: 74px;
    height: 92px;
    background: url("../image/ser-img.png") no-repeat center;
    line-height: 77px;
}
.ser-box li span
{
    font-size: 30px;
    color: #103f25;
    font-weight: bold;
    margin: 80px 0 15px;
}
.ser-box li h3
{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.ser-box li p
{
    font-size: 12px;
    color: #9e9e9e;
    line-height: 26px;
}

.ser-box li:hover .ser-img
{
    background-image: url("../image/ser-img1.png");
}

/* about */
.about
{
    background: url("../image/about-bg.jpg") no-repeat center #e9e9e9;
    height: 850px;
    padding-top: 160px;
    position: relative;
}
.about-text
{
    font-size: 16px;
    color: #3e3e3e;
    line-height: 40px;
    height: 195px;
    overflow: hidden;
    margin-top: 30px;
    text-align: justify;
}

.about-num
{
    width: 825px;
    height: 123px;
    margin: 64px auto 0;
    position: relative;
    left: -75px;
    padding: 25px 95px 0;
    display: flex;
    justify-content: space-between;
}
.about-num h3
{
    font-size: 48px;
    color:#fafafa;
    line-height: 48px;
    font-weight: normal;
}
.about-num span
{
    font-size: 18px;
    color:#fafafa;
    line-height: normal;
    vertical-align: middle;
}
.about-num p
{
    font-size: 12px;
    color:#fafafa;
    margin-top: 5px;
}

.about-more
{
    display: block;
    width: 299px;
    height: 38px;
    background: url("../image/about-more.jpg") no-repeat center;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
}


/* us */
.us-box
{
   width: 50%;
   height: 503px;
   float: left;
}
.us-box:first-child
{
    background-color: #282828;
}
.us-box:last-child
{
    background: url("../image/us-r.jpg") left;
}

.us-l 
{
    height: 100%;
    width: 600px;
    float: right;
    padding: 120px 0  0 160px;
    position: relative;
}

.us-l::after {content: "";display: block;width: 68px;height: 249px;border: 3px solid #ffae00;position: absolute;top: -60px;left: 59px;}
.us-l h3{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    line-height: 28px;
}
.us-l h3::after
{
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #ffffff;
    position: relative;
    bottom: -20px;
}
.us-l span{
    font-size: 16px;
    color: #fff;
    margin: 40px 0 15px;
    display: block;
}
.us-l p{
    font-size: 10px;
    color: #fff;
    width: 270px;
}

.us-r
{
    float: left;
    width: 600px;
    padding: 65px 0 0 55px;
}
.us-bd
{
    height: 110px;
}

.us-bd:nth-child(2) {
    padding-top: 30px;
    height: 150px;
}

.us-bd:nth-child(3) {
    padding: 50px 83px  0 30px;
    width: 556px;
    height: 227px;
    background-color: #545454;
    position: relative;
    left: -25px;
    position: relative;
}

.us-bd:nth-child(3)::after {content: "";display: block;width: 3px;height: 255px;background: #ffae00;position: absolute;top: 0;right: -55px;}

.us-bd:nth-child(3) h3 {
    width: 351px;
    padding-left: 20px;
}
.us-bd h3
{
    width: 480px;
    display: inline-block;
    vertical-align: top;
    float: right;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    line-height: 30px;
    padding-left: 46px;
}
.us-bd h3 p
{
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
}

/* evaluate */
.evaluate
{
    padding-top: 120px;
    padding-bottom: 66px;
}
.eva-box
{
    display: flex;
    margin-top: 33px;
}
.eva-box li
{
    flex: 1 auto;
    height: 240px;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 30px;
}
.eva-box li:nth-child(n+2)
{
    border-left: none;
}
.eva-box li span
{
    display: block;
    text-align: left;
    font-size: 25px;
    color: #044027;
    font-weight: bold;
}
.eva-box li h3
{
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin: 30px 0 25px;
}
.eva-box li p
{
    font-size: 13px;
    color: rgba(0,0,0,0.7);
    line-height: 20px;
}


/* news */
.news
{
    padding: 70px 0 60px;
    background-color: #f4f4f4;
}
.news-l
{
    float: left;
    width: 510px;
    padding: 30px 19px 0;
    background-color: #fff;
    padding-bottom: 45px;
}

.news-l .news-text h3
{
    margin: 30px 0 10px;
}

.news-text h3
{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    /* line-height: 27px; */
}
.news-text span,
.news-text p
{
    font-size: 12px;
    color: #000;
}

.news-text p
{
    line-height: 28px;
    color: #888;
    height: 50px;
    overflow: hidden;
}

.news-l .news-text span
{
    display:block;
    margin:8px 0;
}

.news-r
{
    float: right;
    width: 640px;
    padding: 30px 0 0 0;
    background-color: #fff;
    padding-bottom: 43px;
}

.news-r-bd li
{
    height: 90px;
    margin-top: 33px;
}

.news-r-hd
{
    height: 53px;
    line-height: 45px;
    background: url("../image/news-r-hd.jpg") no-repeat left top;
    padding-left: 13px;
    position: relative;
    left: -13px;
}
.news-r-hd a
{
    display: inline-block;
    width: 156px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #044027;
}
.news-r-hd a:nth-child(1)
{
    background-color: #ffae00;
}

.news-num
{
    height: 100%;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
}
.news-num p
{
    font-size: 35px;
    color: #000;
    line-height: 35px;
    font-weight: bold;
}
.news-num span
{
    font-size: 12px;
    color: #000;
}

.news-r-bd .news-text
{
    width: 510px;
    float: right;
    display: inline-block;
    padding-right: 47px;
}
.news-r-bd h3
{
    padding-bottom: 10px;
}


/* partner */
.partner
{
    padding:55px 0 60px;
}
.par-box
{
    height: 120px;
    margin-top: 40px;
}
.par-box .bd
{
    overflow: hidden;
    width: 100%;
}

.par-box li
{
    float: left;
    width: 180px;
    height: 120px;
    margin-right: 25px;
}

/* statin */
.statin
{
    height: 35px;
    line-height: 35px;
    font-size:14px;
    color: #000;
}
.statin .w
{
    background:url("../image/statin.png") no-repeat left;
    padding-left: 35px;
}
.statin a
{
    margin-left: 30px;
    color: #000;
}

/* footer */
.footer
{
    background-color: #044027;
    padding-bottom: 20px;
}


.foot-box
{
    padding-top: 46px;
    display: flex;
    justify-content: space-between;
}
.foot-l
{
    width: 290px;
}
.foot-l-hd
{
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    border-bottom: 1px solid #6b897f;
}
.foot-l-hd p
{
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin: 22px 0 18px;
}
.foot-tel span
{
    display: block;
    font-size: 36px;
    color: #ffb20d;
    line-height: 36px;
    padding: 35px 0 49px;
}
.foot-tel h3
{
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
    border-bottom: 1px solid #6b897f;
}
.foot-tel h3 p
{
    font-size: 14px;
    line-height: 47px;
}
.foot-l-btn
{
    display: block;
    width: 99px;
    height: 33px;
    font-size: 14px;
    color: #ffb20d;
    text-align: center;
    line-height: 33px;
    border: 1px solid #70732a;
    margin-top: 25px;
}
.foot-cen
{
    width:465px;
}
.foot-cen .form-control
{
    outline: none;
    width: 465px;
    height: 40px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

.foot-cen .input-group
{
    margin-bottom: 14px;
}
.foot-cen .submit
{
    width: 466px;
    height: 40px;
    background-color: #f8b62c;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.foot-code
{
    float: right;
    width: 124px;
    text-align: center;
}
.foot-code p
{
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
}

.foot-ft
{
    text-align: center;
    font-size: 14px;
    color: #000000;
    padding: 19px 0;
}
.foot-ft a
{
    font-size: 14px;
    color: #000000;
}

.link
{
    color: #fff;
    line-height: 35px;
    font-size: 14px;
}
.link a
{
    color: #fff;
    margin-left: 15px;
}