@charset "UTF-8";
/*头部开始*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    line-height: 118px;
    padding-left: 160px;
    padding-right: 160px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	background-color: #fff;
}
.header.fixed {
    position: fixed;
    line-height: 90px;
    height: 90px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(116, 116, 116, 0.1);
}
.header .logo {
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
/*.header.fixed .logo {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}*/
.header .logo .img2,
.header.fixed .logo .img1 {
    display: none;
}
.header.fixed .logo .img2 {
    display: inline-block;
}
.header .logo .slogan {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 14px;
    color: #aaa;
}
.header-inner {
    line-height: 90px;
    height: 90px;
    background: #fff;
}
.header-inner .logo .img1 {
    display: none;
}
.header-inner .logo .img2 {
    display: inline-block;
}
.nav-list {
    font-size: 0;
}
.nav-list li {
    float: left;
    /*margin-left: 5px;*/
}
.nav-list li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #aaaaaa;
    padding: 0 20px;
}
.header.fixed .nav-list li a,
.header.header-inner .nav-list li a {
    line-height: 40px;
    color: #666;
}
.header.fixed .nav-list li.on a,
.header.header-inner .nav-list li.on a {
    color: #007969;
}
.nav-list li a span {
    position: relative;
}
.nav-list li.on a,
.nav-list li a:hover {
    color: #fff;
}
.head-right li {
    float: left;
    color: #fff;
    position: relative;
}
.head-right li .icon {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-right li:hover .icon {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
/*.header.fixed .head-right li .icon {
    width: 40px;
    height: 40px;
}*/
.header.fixed .head-right li .des {
    color: #333;
}
.head-right li~li {
    margin-left: 18px;
    cursor: pointer;
}
.head-right li:first-child {
    padding-right: 10px;
}
.head-right li .iconfont {
    margin-right: 5px;
    font-size: 30px;
    color: #007969;
    vertical-align: middle;
}
.head-right li .des {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-right li .des p {
    font-size: 20px;
    line-height: 1;
    color: #007969;
}
.head-right li .hover-box {
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.head-right li .qr {
    width: 120px;
    left: 50%;
    margin-left: -60px
}
.head-right li:hover .hover-box,
.head-right li:hover .search {
    opacity: 1;
    visibility: visible;
}
.head-right li .search {
    width: 220px;
    right: 0;
    opacity: 1;
    visibility: visible;
    line-height: 40px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.head-right li .search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-right li .search form .sear_text {
    width: 75%;
    padding: 0 15px;
    height: 40px;
}
.head-right li .search form .sear_btn {
    width: 25%;
    text-align: center;
    height: 40px;
    background: rgba(0, 115, 169, 1);
    cursor: pointer;
    color: #fff;
}
.header-inner .nav-list li.on a, .header-inner .nav-list li a:hover {
    color: #007969;
}
@media (max-width: 1800px) {
    .header {
        padding-right: 4%;
        padding-left: 4%;
    }
    .nav-list li a {
        padding: 0 20px;
    }
}
@media (max-width: 1600px) {
    .head-right li .des p {
        font-size: 18px;
    }
}
@media (max-width: 1500px) {
    .nav-list li a {
        padding: 0 18px;
    }
    .head-right li:nth-child(2) {
        display: none;
    }
    .head-right li~li {
        margin-left: 10px;
    }
}
@media (max-width: 1400px) {
    /*.head-right li .des {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        text-align: center;
        background: #fff;
        color: #454545;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        display: block;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }*/
    .nav-list li a {
        padding: 0 12px;
    }
    .head-right li:hover .des {
        opacity: 1;
        visibility: visible;
    }
    .head-right li:first-child {
        padding-right: 0;
    }
    .header .logo img {
        width: 180px;
    }
}
@media (max-width: 1220px) {
    .head-right {
        display: none;
    }
}
@media (max-width: 1024px) {
    .nav-list,
    .head-right {
        display: none;
    }
}
/*头部结束*/

/*尾部开始*/
/*footer*/
.footer {
    padding-top: 50px;
    padding-bottom: 35px;
    background-color: #232020;
}
.footer .com-width {
    position: relative;
}
.foot-contact {
    margin-top: 40px;
}
.foot-contact li {
    display: inline-block;
    vertical-align: middle;
}
.foot-contact li ~ li {
    margin-left: 80px;
}
.foot-contact li .iconfont {
    font-size: 21px;
    color: #0a5f54;
}
.foot-contact li p {
    color: #aaaaaa;
    font-size: 16px;
}
.foot-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.foot-nav li {
    float: left;
}
.foot-nav li ~ li {
    margin-left: 35px;
}
.foot-nav li a {
    color: #aaaaaa;
    font-size: 16px;
}
.foot-qr {
    position: absolute;
    right: 0;
    bottom: 0;
}
.copyright {
    padding-bottom: 18px;
    padding-top: 18px;
    color: rgba(170, 170, 170, .5);
    background-color: #232020;
    border-top: 1px solid #000;
}
.copyright a {
    color: rgba(170, 170, 170, .5);
}
.copyright .fr a {
    margin-left: 30px;
    color: rgba(170, 170, 170, .5);
}
.foot-nav li a:hover,
.copyright a:hover {
    color: #fff;
}
/*尾部结束*/

/*首页 开始*/
.index-one {
    padding-top: 115px;
    padding-bottom: 124px;
    background: url(/static/images/bg-case.jpg) no-repeat center;
    background-size: cover;
    align-items: center;
}
.index-one .pic {
    margin-right: -260px;
    margin-left: 90px;
    position: relative;
    z-index: 2;
}

.tit-cont {
    /*padding-top: 5px;*/
}
.tit-cont h2 {
    font-size: 18px;
    line-height: 1;
    color: #595757;
    margin-bottom: 16px;
}
.tit-cont h3 {
    position: relative;
    font-size: 36px;
    line-height: 1.2;
    color: #1b202e;
    padding-bottom: 30px;
}
.tit-cont h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #007969;
}
.tit-cont.center h3:after {
    left: 50%;
    margin-left: -15px;
}
.tit-cont .des {
    margin-top: 22px;
    font-size: 14px;
    line-height: 26px;
    color: #767676;
}
.tit-cont .des p {
    line-height: 28px;
}
.tit-cont .des p ~ p {
    margin-top: 20px;
}
.tit-cont .brand {
    width: 400px;
    height: 48px;
    background-color: #007969;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 50px;
}
.com-more {
    display: inline-block;
    padding: 0 38px;
    height: 48px;
    background-color: #81868e;
    border-left: 3px solid #007969;
    text-align: center;
    line-height: 48px;
    color: #f2f2f2 !important;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-more span {
    display: inline-block;
    margin-left: 45px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.com-more:hover span {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.tit-cont .com-more {
    margin-top: 60px;
}

.com-cate-list {
    text-align: center;
    font-size: 0;
}
.com-cate-list li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 60px;
    background-color: #81868e;
}
.com-cate-list li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #81868e;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-cate-list li.on a {
    color: #fff;
    background: #007969;
}
.com-cate-list li a:hover {
    letter-spacing: 2px;
}
.page-cate {
    margin-bottom: 60px;
}
.page-cate li a {
    padding: 0 35px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
}


/*案例*/
.index-cate {
    padding-bottom: 124px;
}
.index-case-content {
    margin-top: 70px;
}
.case-list {
    margin-bottom: -23px;
}
.case-list .item {
    margin-bottom: 23px;
}
.case-list .item .pic {
    background: #f5f5f5;
    height: 0;
    padding-bottom: 66.5236%;
}
.case-list .item .cont {
    line-height: 90px;
    border: solid 1px #dddddd;
    border-top: none;
    padding-left: 30px;
    padding-right: 25px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.case-list .item .abox:hover .cont {
    background-color: #007969;
    border-color: #007969;
}
.case-list .item .abox .cont .tit {
    font-size: 22px;
    color: #1b202e;
    width: 55%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.case-list .item .abox:hover .cont .tit {
    color: #fff;
}
.case-list .item .abox .cont .cate {
    font-size: 14px;
    color: #81868e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.case-list .item .abox:hover .cont .cate {
    color: #ffffff;
    opacity: 0.5;
}

/*优势*/
.youshi-content {
    margin-top: 60px;
}
.youshi-content .item {
    width: 16.6666%;
    height: 520px;
   position: relative;
   background-color: #f9f9fb;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}
.youshi-content .item .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.youshi-content .item.on .pic {
    opacity: 1;
    visibility: visible;
}
.youshi-content .item.on {
    width: 47.9166%;
    background: #007969;
}
.youshi-content .item {
    background: url(/static/images/bg-2.png);
}
.youshi-content .item .box {
    position: relative;
    padding: 60px 25px 40px;
    border-left: 1px solid #007969;
}
.youshi-content .item .en {
    font-size: 16px;
    color: #81868e;
    line-height: 1.2;
}
.youshi-content .item .cn {
    font-size: 36px;
    line-height: 1.2;
    color: #007969;
    margin-top: 10px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 140px;
}
.youshi-content .item .cn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 3px;
    background-color: #007969;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.youshi-content .item .des {
    font-size: 14px;
    line-height: 28px;
    color: #81868e;
}
.youshi-content .item .des span em {
    font-style: normal;
}
.youshi-content .item.on .en br,
.youshi-content .item.on .cn br {
    display: none;
}
.youshi-content .item.on .en,
.youshi-content .item.on .cn {
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.youshi-content .item.on .cn {
    margin-top: 10px;
}
.youshi-content .item.on .box {
    padding-left: 60px;
    padding-right: 60px;
}
/*.youshi-content .item.on .des {
    opacity: 0;
}*/
.youshi-content .item.on .des {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.youshi-content .item.on .des span {
    display: block;
    font-family: DINCond-Regular;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: 300;
}
.youshi-content .item.on .des span em {
    position: relative;
    top: -25px;
    right: -5px;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    font-style: normal;
}
.youshi-content .item.on .cn {
    margin-bottom: 210px;
}


/*合作客户*/
.partner-list {
    width: 66.25%;
    margin: 0;
}
.partner-list .swiper-wrapper {
    height: auto;
}
.partner-list .item {
    height: auto;
}

/*关于*/
.index-honor-list {
    width: 49.9444%;
}
.index-honor-list li {
    width: 48%;
}
.index-honor-list li .box {
    height: auto;
    position: relative;
    box-shadow: 10px 20px 30px -10px rgba(0, 0, 0, 0.4);
}
.index-honor-list li .box .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*新闻*/
.index-news-content {
    margin-top: 50px;
}
.index-news-content .news-rec {
    width: 32.3611%;
}
.index-news-content .news-rec .item~.item {
    margin-top: 20px;
}
.index-news-content .news-rec .item .abox {
    position: relative;
}
.index-news-content .news-rec .item .abox .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    line-height: 68px;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    background: url(/static/images/tit-bg.png) no-repeat center;
    background-size: cover;
}
.index-news-content .news-list {
    width: 66.1805%;
}
.news-list {
    margin-bottom: -10px;
}
.news-list .item {
    margin-bottom: 10px;
}
.main .news-list {
    margin-bottom: -20px;
}
.main .news-list .item {
    margin-bottom: 20px;
}
.news-list .item .box {
    background-color: #ffffff;
    border: solid 1px #dddddd;
}
.news-list .item .box .cont {
    padding: 28px 20px 20px;
}
.index-news-list .item .box .cont {
    padding: 30px 30px 25px;
}
.index-news-list .item {
    width: 49.2%;
}
.index-news-list .item:nth-child(2) .box,
.index-news-list .item:nth-child(3) .box,
.index-news-list .item:nth-child(6) .box {
    background-color: #f5f5f5;
}
.news-list .item .tit {
    padding-bottom: 25px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.news-list .item .tit a {
    font-size: 18px;
    color: #1b202e;
    line-height: 1;
}
.news-list .item .des {
    line-height: 22px;
    color: #81868e;
}
.news-list .item .other {
    margin-top: 19px;
    color: #81868e;
}
.news-list .item .other .more {
    color: #007969;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-list .item .other .more:hover {
    letter-spacing: 2px;
}


.page-banner {
    margin-top: 90px;
}


/*产品列表页*/
.sidebar {
    width: 16.6666%;
}
.main {
    width: 80.4166%;
}
.sidebar .tit {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
.sidebar .tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 2px;
    background-color: #007969;
}
.sidebar .tit h2 {
    font-size: 32px;
    line-height: 1.2;
    color: rgba(0, 121, 105, 1);
}
.sidebar .tit .en {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(89, 87, 87, 1);
    margin-top: 10px;
}
.side-cate h3,
.side-cate ul li {
    margin-bottom: 1px;
}
.side-cate h3 a,
.side-cate ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #767676;
    padding-left: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.side-cate ul li a:before,
.side-cate h3 a:before {
    content: "·";
    margin-right: 6px;
}
.side-cate ul li a:after,
.side-cate h3 a:after {
    position: absolute;
    right: 45px;
    content: "→";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.side-cate h3 a:hover:after,
.side-cate ul li a:hover:after,
.side-cate ul li.on a:after,
.side-cate h3.on a:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.side-cate h3 a:hover,
.side-cate ul li a:hover,
.side-cate h3.on a,
.side-cate ul li.on a {
    background-color: #007969;
    color: #fff;
}
.mian-tit {
    height: 32px;
    border-left: 2px solid #007969;
    margin-bottom: 39px;
}
.mian-tit h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
    color: #1b202e;
    margin-left: 15px;
}
.mian-search {
    width: 200px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 16px;
    border: solid 1px #d9d9d9;
}
.mian-search .sub {
    width: 30px;
    height: 30px;
    background: url(/static/images/icon-search.png) no-repeat center;
    background-size: 18px;
    margin-left: 3px;
}
.mian-search .txt {
    line-height: 30px;
    padding: 0 10px;
    width: 84%;
    flex: 1;
}

/*详情*/
.content-wrap {
    margin-top: 91px;
    border-top: 1px solid #d9d9d9;
}
.content-mbx {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #81868e;
}
.content-mbx a {
    color: #81868e;
}
.content-mbx strong {
    color: #1b202e;
}
.album-tab .item {
    width: 50%;
    height: 60px;
    line-height: 60px;
    background-color: #81868e;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.album-tab .item:hover {
    letter-spacing: 2px;
}
.album-tab .item.on {
    background-color: #007969;
}
.content-album {
    background: #000;
}
.content-wrap .tit {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}
.content-wrap .tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 2px;
    background-color: #007969;
}
.content-wrap .tit h1 {
    font-size: 32px;
    line-height: 1.2;
    color: #007969;
}
.content-wrap .tit p {
    margin-top: 15px;
    color: #999;
}
.content-wrap .cont {
    padding-top: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}
.content-wrap .cont .spec {
    width: 100%;
}
.content-wrap .cont .des {
    width: 70.12%;
    font-size: 16px;
    color: #595757;
    line-height: 36px;
}
.content-wrap .cont .spec ul li {
    font-size: 16px;
    color: #595757;
    line-height: 36px;
    /*width: 25%;*/
}
.content-wrap .cont .spec ul li a {
    color: #ed4f1d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.content-wrap .cont .spec ul li a:hover {
    text-decoration: underline;
}
.content-wrap .cont .spec ul li span,
.content-wrap .cont .des span {
    color: #81868e;
    margin-right: 5px;
}
.content-wrap .cont .des span {
    float: left;
}
.content-wrap .cont .des .pbox {
    overflow: hidden;
    padding-left: 5px;
}
.album-item {
    position: relative;
    background: #eee;
    border: 1px solid #ddd;
}
.j-swiper-album-1 .item {
    height: 0;
    padding-bottom: 47.2222%;
}
.gallery-thumbs {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.gallery-thumbs .swiper-wrapper {
    justify-content: center;
}
.gallery-thumbs .item {
    display: inline-block;
    width: 120px;
    height: auto;
    /*margin: 0 5px;*/
    border: 1px solid #ddd;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1px;
}
.gallery-thumbs .item.swiper-slide-thumb-active {
    border-color: #ed4f1d;
}
.other-rel .rel-list {
    margin-top: 30px;
}
@media (max-width: 768px) {
    .gallery-thumbs .item {
        border: none;
    }
    .content-wrap .cont .spec ul li {
        width: 100%;
    }
}

/*单页-关于*/
.team-swiper {
    margin-top: 50px;
}
.com-swiper .prev,
.com-swiper .next {
    width: 50px;
    height: 50px;
    margin-top: -20px;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 50px;
    font-size: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-swiper .prev {
    left: 0;
}
.com-swiper .next {
    right: 0;
}
.com-swiper .prev .iconfont,
.com-swiper .next .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #007969;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-swiper .next .iconfont {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.com-swiper .prev:hover,
.com-swiper .next:hover {
    background: rgba(0, 121, 105, .9);
}
.com-swiper .prev:hover .iconfont,
.com-swiper .next:hover .iconfont {
    color: #fff;
}
.about-intro {
    background: url(/static/images/bg-case.jpg) no-repeat center;
    background-size: cover;
    padding-top: 124px;
    padding-bottom: 140px;
}
.about-intro .tit-cont {
    width: 42.3611%;
}
.about-ys-list {
    width: 48.1944%;
}
.about-ys-list .item {
    position: relative;
    width: 47%;
    height: 200px;
}
.about-ys-list .item:first-child,
.about-ys-list .item:nth-child(2) {
    margin-bottom: 45px;
}
.about-ys-list .item .box {
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-ys-list .item:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: solid 1px #d9d9d9;
}
.about-ys-list .item .box .tit {
    font-size: 32px;
    line-height: 1.2;
    color: #007969;
}
.about-ys-list .item .box .des {
    font-size: 16px;
    line-height: 28px;
    color: #595757;
    margin-left: 30px;
    text-align: left;
}


.huanjing-list {
    margin-top: 50px;
}
.huanjing-list .item {
    text-align: center;
    overflow: hidden;
}
.huanjing-list .item .tit {
    line-height: 70px;
    border: solid 1px #dddddd;
    border-top: none;
    font-size: 16px;
    color: #595757;
    padding: 0 15px;
}
.huanjing-list .com-prev,
.huanjing-list .com-next {
    margin-top: -50px;
}

/*服务*/
.page-youshi {
     margin-bottom: 150px;
}
.page-youshi .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.page-youshi .item .pic {
    width: 50.0694%;
}
.page-youshi .item .cont {
    width: 49.9306%;
    align-items: center;
    padding-left: 80px;
    padding-right: 100px;
    background: url(/static/images/bg-2.png) repeat;
}
.page-youshi .item .cont .en {
    font-size: 16px;
    color: #81868e;
}
.page-youshi .item .cont .cn {
    font-size: 36px;
    color: #007969;
    margin-top: 2px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    position: relative;
}
.page-youshi .item .cont .cn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 3px;
    background-color: #007969;
}
.page-youshi .item .cont .des {
    font-size: 14px;
    line-height: 28px;
    color: #81868e;
    margin-bottom: 35px;
}
.service-list .item {
    width: 23.958%;
    background-color: #f9f9fb;
    padding: 50px 15px 40px;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover {
    background-color: #007969;
}
.service-list .item .box {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover .box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.service-list .item .pic {
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 200px;
    font-size: 0;
}
.service-list .item h4 {
    font-size: 28px;
    color: #1b202e;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover h4 {
    color: #fff;
}
.service-list .item h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background-color: #007969;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover h4:after {
    background-color: #fff;
}
.service-list .item p {
    font-size: 14px;
    line-height: 28px;
    color: #81868e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-list .item:hover p {
    color: #fff;
    opacity: 0.45;
}
.service-list .item .zx {
    display: inline-block;
    margin-top: 35px;
    width: 160px;
    height: 36px;
    background-color: #ffffff;
    line-height: 36px;
    font-size: 16px;
    color: #007969;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.service-list .item:hover .box .zx {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.service-list .item .box .zx:hover {
    width: 180px;
}

/*地图*/
.page-cantact .map-box {
    width: 50%;
    height: 480px;
}
.page-cantact .cont {
    width: 50%;
    background: url(/static/images/bg-2.png);
    padding: 75px 90px 0;
}
.page-cantact .cont h3 {
    font-size: 36px;
    line-height: 1.2;
    color: #007969;
    padding-bottom: 25px;
    margin-bottom: 35px;
    position: relative;
}
.page-cantact .cont h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 3px;
    background-color: #007969;
}
.page-cantact .cont ul li {
    font-size: 16px;
    color: #1b202e;
}
.page-cantact .cont ul li ~ li {
    margin-top: 20px;
}
.page-cantact .cont ul li span {
    color: #81868e;
    display: inline-block;
    width: 80px;
    font-size: 16px;
    text-align: justify;
    text-align-last: justify;
}


/*留言*/
.form-box .item {
    width: 32.5%;
    height: 52px;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
}
.form-box .item .inp {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #454545;
}
.form-box .item:nth-child(4) {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 36px;
    height: 160px;
}
.form-box .item:nth-child(4) textarea {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    color: #454545;
    font-size: 16px;
}
.form-box .item:last-child {
    border: none;
    width: 100%;
}
.form-box .item .sub {
    background-color: #007969;
    line-height: 52px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
@media (max-width: 768px) {
    .form-box .item {
        width: 100%;
        height: 42px;
        margin-bottom: 10px;
    }
    .form-box .item .inp {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }
    .form-box .item:nth-child(4) {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        height: 100px;
    }
    .form-box .item:nth-child(4) textarea {
        padding: 10px 15px;
        font-size: 14px;
    }
    .form-box .item .sub {
        line-height: 42px;
        font-size: 14px;
    }
    .form-box .item:last-child {
        margin-bottom: 0;
    }
}



/*新闻列表 开始*/
.page-news-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page-news-list .item:hover {
    border-color: #007969;
}
.page-news-list .item:first-child {
    padding-top: 0;
}
.page-news-list .item .pic {
    width: 400px;
    overflow: hidden;
}
.page-news-list .item .pic img {
    width: 100%;
}
.page-news-list .item .cont {
    overflow: hidden;
    padding-left: 65px;
}
.page-news-list .item .cont .date {
    font-size: 14px;
    color: #999;
}
.page-news-list .item .cont h4 {
    font-size: 24px;
    color: #252525;
    margin-top: 10px;
}
.page-news-list .item .cont h4 a {
    color: #454545;
}
.page-news-list .item .cont .des {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.page-news-list .item .cont .more {
    font-size: 14px;
    color: #007969;
}
/*新闻列表 结束*/


/*新闻详情*/
.news-detail {
    padding-top: 90px;
    padding-bottom: 60px;
}
.news-detail .detail-left,.news-detail .detail-right{
    float: left;
}
.news-detail .detail-left .content-box{
    padding: 30px 30px 30px 20px;
    min-height: 905px;
}
.news-detail .detail-left{
    width: 71.6%;
    margin-right: 20px;
}
.news-detail .detail-left .content-box .title{
    font-size: 18px;
    color: #333;
}
.news-detail .detail-left .content-box .time{
    color:#999;
    margin: 15px 0 20px;
}
.news-detail .detail-left .content-box .content{
    line-height: 25px;
    color:#999;
    font-size:14px;
}
.news-detail .detail-left .content-box p{
    line-height: 25px;
    color:#999;
}
.news-detail .detail-left .content-box .content img {
    width: 100%;
    height: auto;
}
.news-detail .detail-left .next-btn{
    margin: 0px 0 20px 30px;
    display: block;
    font-size: 14px;
}
.news-detail .detail-right{
    width: 26.6%;
    background:#fff;
}
.news-detail .detail-right .right-box{
    padding: 20px;
}
.news-detail .detail-right .right-box .right-title{
    border-bottom: 1px solid #E7E7E7;
}
.news-detail .detail-right .right-box .right-title h3{
    padding: 5px;
    border-bottom: 3px solid #007969;
    font-size: 16px;
    margin-bottom: -2px;
    width: 90px;
}
.news-detail .detail-right .right-box ul li{
    margin-top: 20px;
}
.news-detail .detail-right .right-box ul li img{
    width: 100%;
    height: 180px;
}
.news-detail .detail-right .right-box ul li .text-box{
    padding: 15px 0;
}
.news-detail .detail-right .right-box ul li .text-box h3{
    font-size: 14px;
}
.news-detail .detail-right .right-box ul li .text-box .time{
    color: #959595;
    margin-top: 12px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.bottom_line {
    border-bottom: #e1e1e1 1px dashed;
}
.xghd-box {
    padding: 0px 20px 20px 20px;
}
.xghd-box li {float:left;width:50%;line-height:30px;white-space:nowrap;overflow:hidden;}
.xghd-box ul li a .icon-dian {    color: #999;
    font-size: 20px;
    background: #999;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;}
@media (max-width: 1280px) {
    .news-detail .detail-left {
        width: 68%;
        margin-right: 0;
    }
    .news-detail .detail-right {
        float: right;
        width: 30%;
    }
}
@media (max-width: 768px) {
    .news-detail {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .news-detail .detail-left {
        width: 100%;
    }
    .news-detail .detail-right {
        width: 100%;
        float: none;
    }
}

/*新底部*/
.footer-two {
    width: 100%;
}

.footer-b {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #232020;
}

.footer-b a:last-of-type {
    margin-right: 0px;
}

.footer-b a p {
    font-size: 16px;
    color: #666666;
}

.footer-b .footer-b-l a:hover {
    /*transform: translateX(5px);*/
}
.footer-b-l {
    color: rgba(170, 170, 170, .5);
}
.footer-b-l a {
    font-size: 15px;
    color: rgba(170, 170, 170, .5);
    display: inline-block;
    vertical-align: middle;
}

.footer-b-l a:hover,
.footer-nav-xq li a:hover,
.footer-c-l ul li a:hover p {
    color: #f5f5f5;
}

.footer-b-r a {
    font-size: 14px;
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
}

.footer-b-l em {
    width: 1px;
    height: 17px;
    background: #666666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-b-r em {
    width: 1px;
    height: 17px;
    background: #666666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
}

.footer-b-l a {
    font-size: 14px;}

.footer-b {
    width: 100%;
    height: unset;
    line-height: unset;
    overflow: hidden;
    background: #232020;
    padding-bottom: 20px;
}

.footer-c {
    padding-top: 55px;
    padding-bottom: 50px;
    background: #232020;
}

.footer-nav-xq {
    padding-bottom: 20px;
    background: #232020;
}

.footer-nav-xq p {
    font-size: 14px;
    color: #aaa;
    margin-right: 5px;
    display: inline-block;
}

.footer-nav-xq ul,
.footer-nav-xq li {
    display: inline-block;
}

.footer-nav-xq li a {
    font-size: 14px;
    color: #aaa;
    margin-right: 10px;
}

.footer-c-l ul {
    display: inline-block;
    margin-right: 110px;
}

.footer-c-l ul li {
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.footer-c-l ul:last-of-type {
    margin-right: 0px;
}

.footer-c-l ul li a span {
    display: inline-block;
    font-size: 18px;
    color: #aaa;
    margin-bottom: 30px;
}

.footer-c-l ul li a p {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 15px;
}

.footer-c-l ul li:hover {
    transform: translateX(5px);
}

.footer-c-r span {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 20px;
    display: block;
}

.footer-c-r .in-conf-l {
    width: unset;
    border-right: unset;
    padding-right: 0px;
    box-sizing: border-box;
}

.footer-c-r .lx-dtr h3 {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 10px;
    line-height: 1;
}

.footer-c-r .lx-dtr h3:last-of-type {
    margin-bottom: 0px;
}

.footer-c-r-l {
    display: inline-block;
    vertical-align: middle;
}

.footer-c-r-r {
    display: inline-block;
    vertical-align: middle;
    margin-left: 80px;
    text-align: center;
}

.footer-c-r-r img {
    width: 118px;
    height: 118px;
}

.footer-c-r-r p {
    font-size: 14px;
    color: #aaa;
    margin-top: 15px;
}

.lx-dtl {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    opacity: .7;
}

.lx-dtr {
    display: inline-block;
    vertical-align: middle;
}

.lx-dtr h3 {
    font-size: 15px;
    color: #232020;
    margin-bottom: 10px;
}

.zxly-link {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #007969;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    margin-top: 20px;
}

.zxly-alink-r {
    display: inline-block;
    vertical-align: middle;
}

.zxly-alink-qq {
    width: 27px;
    height: 27px;
    background: url(/static/images/qq-ico.png) no-repeat center;
    transition: .5s;
    cursor: pointer;
    margin-right: 10px;
}

.zxly-alink-wx {
    width: 27px;
    height: 27px;
    background: url(/static/images/wx-ico.png) no-repeat center;
    transition: .5s;
    cursor: pointer;
}

.footer-c-r .in-conf-l dl dt ~ dt {
    margin-top: 20px;
}
@media (max-width: 1300px) {
    .footer-c-l ul {
        margin-right: 60px;
    }
}
@media (max-width: 1024px) {
    .footer-c-l ul {
        margin-right: 40px;
    }
    .footer-c-r-r {
        margin-left: 30px;
    }
}
@media (max-width: 768px) {
    .footer-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-c-l,
    .footer-c-r {
        float: none;
    }
    .footer-c-r {
        margin-top: 20px;
    }
}
@media (max-width: 760px) {
    .footer-c-l ul {
        margin-right: 0;
    }
    .footer-c-l ul li a p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-c-l ul li a span {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-c-l,
    .footer-c-r {
        display: flex;
        justify-content: space-between;
    }
    .footer-c-r {
        align-items: center;
    }
    .lx-dtl {
        width: 30px;
    }
    .footer-c-r .lx-dtr h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .footer-c-r-r {
        margin-left: 0;
    }
    .footer-c-r-r img {
        width: 80px;
        height: 80px;
    }
    .footer-c-r-r p {
        font-size: 14px;
        margin-top: 8px;
    }
}

.anim {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.link {
    /*transition: 0.52s;*/
    position: relative;
    overflow: hidden;
}
.link:hover .anim {
    animation: anim-out 0.75s;
}

.link:hover .anim:after {
    animation: anim-out-pseudo 0.75s;
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}