footer {
    background-color: #242424;
    padding: 80px 0 60px 0;
    width: 100%
}

.footer-legal-links {
    margin-bottom: 10px;
    overflow: hidden
}

.ac-gf-footer-legal {
    text-align: center
}

.footer-legal-links a {
    margin-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
    color: rgba(170, 170, 170, .8)
}

.footer-legal-links a:first-child {
    padding-left: 0
}

.footer-legal-links a.nob {
    border: 0
}

.footer-legal-links a:hover {
    text-decoration: underline;
    color: #aaa
}

.footer-weixin {
    float: right;
    position: relative;
    margin-right: 20px
}

footer h4 {
    font-size: 18px;
    margin: 15px 0 10px 0
}

footer small a {
    color: #616161
}

.footer-beizhu {
    font-size: 14px;
    color: rgba(102, 102, 102, .8)
}

.foot-head {
    width: 150px;
    margin: 0 auto;
    height: 70px
}

.news-v1 .news-v1-heading {
    background: #fff;
    text-align: center;
    padding: 20px
}

.news-v1 .news-v1-heading .news-v1-heading-tag {
    display: block;
    font-size: 14px;
    color: #34343c;
    text-decoration: none;
    margin-bottom: 5px
}

.news-v1 .news-v1-heading .news-v1-heading-tag:hover {
    color: #00bcd4
}

.news-v1 .news-v1-heading .news-v1-element {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #34343c
}

.news-v1 .news-v1-heading .news-v1-element:before, .news-v1 .news-v1-heading .news-v1-element:after {
    position: absolute;
    top: 8px;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #34343c;
    content: " "
}

.news-v1 .news-v1-heading .news-v1-element:before {
    right: 100%;
    margin-right: 10px
}

.news-v1 .news-v1-heading .news-v1-element:after {
    left: 100%;
    margin-left: 10px
}

.news-v1 .news-v1-heading .news-v1-element .news-v1-element-icon {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 6px;
    color: #606060
}

.news-v1 .news-v1-heading .news-v1-heading-title {
    font-size: 20px;
    margin-bottom: 0
}

.news-v1 .news-v1-heading .news-v1-heading-title>a {
    text-decoration: none;
    color: #444
}

.news-v1 .news-v1-heading .news-v1-heading-title>a:hover {
    color: #5cc991
}

.news-v1 .news-v1-img-gradient {
    position: relative;
    overflow: hidden
}

.news-v1 .news-v1-img-gradient .news-v1-img-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(52, 52, 60, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 60, 0)), to(rgba(52, 52, 60, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: -moz-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: -ms-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: -o-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='rgba(52, 52, 60, 0)', end-colourStr='rgba(52, 52, 60, 0.9)')
}

.news-v1 .news-v1-img-gradient .news-v1-img-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: inherit;
    letter-spacing: 0;
    padding: 30px;
    margin-bottom: 0
}

.news-v1 .news-v1-content {
    background: #fff;
    padding: 20px
}

.news-v1 .news-v1-lists {
    text-align: center;
    margin-bottom: 0
}

.news-v1 .news-v1-lists .news-v1-lists-item {
    position: relative;
    font-size: 14px;
    color: #34343c;
    padding: 0 15px
}

.news-v1 .news-v1-lists .news-v1-lists-item:before {
    position: absolute;
    top: 0;
    left: -45px;
    width: 100%;
    height: 100%;
    color: #34343c;
    content: "/"
}

.news-v1 .news-v1-lists .news-v1-lists-item:first-child:before {
    display: none;
    content: " "
}

.news-v1 .news-v1-lists .news-v1-lists-item .news-v1-lists-link {
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #34343c;
    text-decoration: none
}

.news-v1 .news-v1-lists .news-v1-lists-item .news-v1-lists-link:hover {
    color: #00bcd4
}

.news-v1 .news-v1-quote {
    position: relative;
    display: block;
    font-size: 15px;
    color: #3a3a44;
    line-height: 1.6;
    padding-left: 45px;
    margin-bottom: 0
}

.news-v1 .news-v1-quote:before {
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-block;
    font-size: 70px;
    color: #34343c;
    content: "â€œ"
}


.masonry-grid .masonry-grid-item.col-1 {
    width: 100%
}

.masonry-grid .masonry-grid-item.col-2 {
    width: 49.99%
}

.masonry-grid .masonry-grid-item.col-3 {
    width: 33.33333333%
}

.masonry-grid .masonry-grid-item.col-4 {
    width: 24.9%
}
.masonry-grid .masonry-grid-item {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.masonry-grid .masonry-grid-item img{
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
@media(max-width:992px) {
    .masonry-grid .masonry-grid-item {
        

    }
    .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-4 {
        width: 49.9%
    }
}

@media(max-width:480px) {
    .masonry-grid .masonry-grid-item {
        width: 100%
    }
    .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-4 {
        width: 100%
    }
}

.paginations-v3 {
    position: relative;
    margin: 20px 0
}

.dede_pages {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center
}

.dede_pages li {
    float: left;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-right: 10px;
    color: #666;
    font-size: 12px;
    list-style: none
}

.dede_pages li:hover {
    border: 1px solid #4fd2c2
}

.dede_pages li:hover a {
    color: #4fd2c2
}

.dede_pages li a {
    color: #666
}

.dede_pages li.thisclass {
    border: 1px solid #4fd2c2;
    background-color: #4fd2c2;
    color: #fff
}

.dede_pages li.thisclass a {
    color: #fff
}

.news-main {
    width: 100%;
    background-color: #f0f1eb
}

.news-list {
    margin-bottom: 30px
}

.news-site {
    text-align: center;
    padding: 0 15px;
    background-color: #fff
}

.news-title {
    font-size: 17px;
    line-height: 45px
}

.news-title a {
    color: #333
}

.news-title a:hover {
    color: #4ac586
}

.news-time {
    font-size: 14px;
    padding-bottom: 10px
}

.box {
    text-align: center;
    overflow: hidden;
    position: relative
}

.box:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s
}

.box:hover:before {
    width: 100%;
    left: 0;
    opacity: .5
}

.box img {
    width: 100%;
    height: auto
}

.box .box-content {
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 38%;
    left: 0
}

.box .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transition: all .5s ease 0s
}

.box .post {
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0;
    transition: all .5s ease 0s;
    text-align: left
}

.box:hover .title, .box:hover .post {
    opacity: 1;
    transition-delay: .7s
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px
}

.box .icon li {
    display: inline-block
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #5cc991;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease 0s
}

.box:hover .icon li a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .5s
}

.box:hover .icon li:last-child a {
    transition-delay: .8s
}

.sec-summary {
    width: 100%
}

.sec-summary .grid-margin-line {
    width: 100%;
    height: 0
}

.sec-summary .u-sum-img {
    max-width: 240px;
    margin: 0 auto
}

@media(max-width:767px) {
    .sec-summary .u-sum-img {
        max-width: 240px;
        margin: 0 auto;
        margin-bottom: 30px
    }
}

.sec-summary .u-sum-describe {
    font-size: 14px;
    color: #8d8f99;
    line-height: 23px
}

.sec-summary .u-sum-describe .u-txt-margin {
    margin-top: 35px
}

.site-header {
    text-align: center;
    padding: 40px 0
}

.site-header__title {
    font-size: 36px;
    color: #fff
}

.wrapper {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto
}

.timeline {
    position: relative;
    margin: 30px auto;
    padding: 60px 0;
    background-color: #fff
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 4px;
    height: 100%;
    background-color: #8d94b1
}

@media(min-width:800px) {
    .timeline::before {
        left: 50%;
        margin-left: -2px
    }
}

.timeline__item {
    margin-bottom: 30px;
    position: relative
}

.timeline__item::after {
    content: "";
    clear: both;
    display: table
}

.timeline__item:nth-child(2n) .timeline__item__content {
    float: right
}

.timeline__item:nth-child(2n) .timeline__item__content::before {
    content: '';
    right: 40%
}

@media(min-width:800px) {
    .timeline__item:nth-child(2n) .timeline__item__content::before {
        left: inherit
    }
}

.timeline__item:nth-child(2n) .timeline__item__content__date {
    background-color: #b292c5
}

.timeline__item:nth-child(2n) .timeline__item__content__description {
    color: #b292c5
}

.timeline__item:last-child {
    margin-bottom: 0
}

.timeline__item-bg {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    color: #fff
}

.timeline__item-bg:nth-child(2n) .timeline__item__station {
    background-color: #b292c5
}

.timeline__item-bg:nth-child(2n) .timeline__item__content {
    background-color: #b292c5
}

.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
    background-color: #b292c5
}

.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
    color: #fff
}

.timeline__item-bg .timeline__item__station {
    background-color: #65adb7
}

.timeline__item-bg .timeline__item__content {
    background-color: #65adb7
}

.timeline__item-bg .timeline__item__content::before {
    background-color: #65adb7
}

.timeline__item-bg .timeline__item__content__description {
    color: #fff
}

.timeline__item__station {
    background-color: #989eb9;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 10%;
    margin-left: -22px;
    border: 4px solid #9491a7;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media(min-width:800px) {
    .timeline__item__station {
        left: 50%;
        margin-left: -14px;
        width: 20px;
        height: 20px
    }
}

.timeline__item__content {
    width: 80%;
    background: #f9f9f9;
    padding: 20px 30px;
    border-radius: 6px;
    float: right;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media(min-width:800px) {
    .timeline__item__content {
        width: 40%;
        float: inherit;
        padding: 30px 40px
    }
}

.timeline__item__content::before {
    content: '';
    position: absolute;
    left: 10%;
    background: #8d94b1;
    top: 20px;
    width: 10%;
    height: 4px;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media(min-width:800px) {
    .timeline__item__content::before {
        left: 40%;
        top: 30px;
        height: 4px;
        margin-top: -2px
    }
}

.timeline__item__content__date {
    margin: 0;
    padding: 8px 12px;
    font-size: 15px;
    margin-bottom: 10px;
    background-color: #65adb7;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #fff
}

.timeline__item__content__description {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #65adb7
}

@media(min-width:800px) {
    .timeline__item__content__description {
        font-size: 19px;
        line-height: 28px
    }
}

.i-item-con {
    background-color: #f9f9f9
}

.itme-con {
    padding: 60px 0
}

.team-person {
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.team-person {
    position: relative
}

.team-person img {
    margin: 0 auto
}

.team-person>div img {
    transition: all .3s;
    cursor: pointer
}

.i-item-con-div {
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 1.5%
}

.i-item-con-div {
    transition: all .4s ease-in-out;
    padding: 3% 0;
    background-color: rgba(255, 255, 255, 1)
}

.i-item-con-text {
    color: #aaa;
    margin-top: 5px
}

.tuhuanyuanjing p {
    margin-bottom: 7px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px
}

.text-white {
    color: #fff
}

.app-none .welinain {
    color: #fff
}

.m-b {
    margin-bottom: 30px
}

.footer-legal-links {
    margin-bottom: 10px;
    overflow: hidden
}

.footer-legal-links a {
    margin-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
    color: rgba(170, 170, 170, .8)
}

.footer-legal-links a:first-child {
    padding-left: 0
}

.footer-legal-links a.nob {
    border: 0
}

.footer-legal-links a:hover {
    text-decoration: underline;
    color: #aaa
}

.pdTop30 {
    padding-top: 30px
}

.ylTopCon {
    margin-bottom: 42px
}

.ylTopCon h3 {
    height: 52px;
    line-height: 52px;
    font-size: 26px;
    color: #333;
    text-align: center
}

.ylTopCon .title_box {
    height: 34px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 12px;
    text-align: center
}

.ylTopCon .title_box .info {
    font-size: 12px;
    color: #999
}

.ylTopCon .title_box .info span {
    margin-right: 16px
}

.ylTopCon .ylTopCon_con {
    text-align: center;
    word-break: break-all
}

.ylTopCon .ylTopCon_con p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: left
}

.ylTopCon .ylTopCon_con img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto
}

.breadcrumbs-v5-title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    margin: 0
}

.breadcrumbs-v5-subtitle {
    display: block;
    font-size: 15px;
    color: #fff;
    opacity: .8;
    margin-top: 15px
}

.breadcrumbs-v5-subtitle a {
    color: #fff
}

.inner-nav {
    padding-top: 180px
}

@media(max-width:767px) {
    .inner-nav {
        padding-top: 100px
    }
}

.main-content {
    background-color: #efeff4;
    padding-top: 80px
}

.content-list {
    font-size: 15px;
    margin-bottom: 16px
}

.list-left {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    background-color: #fff
}

.list-left span a {
    color: #fff
}

.list-head {
    height: 150px;
    background: url(../images/youzheng.png) center 20px no-repeat;
    border-bottom: 1px solid #d7d7d9;
    font-size: 16px
}

.list-head-bg {
    height: 100px;
    background: url(../images/youzheng.png) center 20px no-repeat
}

.list-head p {
    line-height: 50px;
    text-align: center;
    color: #585454
}

.icon-kuaididanhao {
    color: #f56f90;
    padding-right: 10px;
    font-size: 24px
}

.iconfont {
    font-size: 24px
}

.list-foot {
    height: 70px
}

.list-foot span {
    display: inline-block;
    padding-top: 10px;
    color: #fff;
    float: left;
    height: 70px;
    text-align: center
}

.list-bg1 {
    background-color: #4ebd7b;
    width: 37%
}

.list-bg2 {
    background-color: #50c18d;
    width: 37%
}

.list-bg3 {
    background-color: #5ed09c;
    width: 26%
}

.position-list li {
    margin-bottom: 30px;
    position: relative
}

.position-main {
    height: 240px;
    padding: 10px 15px;
    line-height: 27px
}

@media(max-width:767px) {
    .position-main {
        border-radius: 3px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
        background-color: #fff
    }
    .itme-con {
        padding: 0
    }
    .navbar-nav {
        background-color: #fff
    }
}

.position-main h4 {
    line-height: 35px;
    color: #4ac586
}

.map-bar {
    position: absolute;
    bottom: 15px
}

.map-bar a {
    border: 1px solid #4ac586;
    padding: 5px 8px;
    line-height: 25px
}

.title-comm-tuhuan {
    text-align: center;
    margin: 50px 0
}

.line-tuhuan {
    border-top: 2px solid #3bbe7a;
    width: 80px;
    margin: auto
}

.lineheight {
    margin: 30px auto 26px
}

.tuhuan-text {
    color: #aaa;
    font-size: 16px
}

.tuhuan-item-comm {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block
}

.title-comm-tuhuan h3 {
    margin-bottom: 40px
}

.company_dynamics img {
    display: block;
    max-width: 100%;
    height: auto
}

.company_dynamics video {
    display: block;
    max-width: 100%;
    height: auto
}

.news-nav {
    text-align: center;
    margin: 30px 0
}

.news-nav a {
    border: 1px solid #ddd;
    padding: 6px 15px
}

.news-nav a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6fd09e
}

.list-w {
    max-width: 800px;
    margin: 0 auto
}

.pro-list .title-comm-tuhuan {
    margin: 60px 0
}