/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

a:focus {
    outline-style: none;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

textarea {
    resize: none
}

input::-ms-clear {
    display: none;
}

body {
    font-size: 14px;
    font-family: "Regular", sans-serif;
    overflow-x: hidden;
    color: #333;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'Roman' !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}


/* banner */
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

/* 导航 */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header .top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(60, 114, 88, .8);
}

header .top .row-full {
    /*width: 80%;
    margin: 0 auto;*/
    display: flex;
    justify-content: center;
}


header .top .txt .phone {
    padding-right: 100px;
}

header .top img {
    padding-right: 5px;
}


header .top .pull-right {
    position: relative;
}

header .top .languae-box {
    width: 112px;
    z-index: 9999;
    display: none;
    position: absolute;
    top: 30px;
    left: -5px;
    transition: all 1s ease;
    background-color: #3C7258;
}

header .top .pull-right:hover .languae-box {
    display: block;
}

header .top .languae-box li {
    height: 22px;
    line-height: 20px;
    color: #fff;
    margin: 1px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

header .top .languae-box li a {
    color: #fff;
    padding: 0;
}

header .top .languae-box li:hover a {
    color: #333;
}

header .top .languae-box li img {
    margin: 0 5px;
    width: 22px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
}


header .navbar-brand {
    display: none;
}

header .navbar .container {
    padding-left: 0;
    padding-right: 0;
}

header .navbar-default {
    background-color: rgba(60, 114, 88, 0.8);
}

header .navbar {
    border: none;
    margin-bottom: 0;
    margin-top: 30px;
}

header .nav a {
    font-size: 20px;
    /*font-weight: 600;*/
    color: #fff;
}

header .nav .nav-active a {
    /*font-size: 28px;*/
    font-weight: 800;
    color: #fff;
}

header .navbar-default .navbar-nav>li>a {
    color: #fff;
}

header .navbar-default .navbar-nav .nav-active>a {
    color: #0b0b0b;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0b0b0b;
}

header .navbar-nav>li>a {
    line-height: 68px;
    padding-top: 0;
    padding-bottom: 5px;
}

header .nav .logo img {
    width: 200px;
}

header .nav>li {
    position: relative;
}

header .nav>li:hover .sub-nav {
    display: block;
}

header .nav .sub-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: -15%;
    background-color: rgba(60, 114, 88, 1);
    width: 136%;
    text-align: center;
}

header .nav .sub-nav li:hover {
    background: #333;

}

header .nav>li>a {
    padding: 2px 24px;
}

header .nav .sub-nav a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff !important;
}


/* index */
body .index {
    background-color: #fafafa;
}

.index .index-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.index .index-swiper .swiper-pagination-bullet-active {
    background-color: #3C7258;
}

.index .product {
    padding: 2% 0;
}

.index .product .top {
    font-size: 36px;
    text-transform: uppercase;
}

.index .product .top .pull-left {
    font-weight: 600;
}

.index .product .top span,
.index .superiority .title span {
    color: #3c7358;
    padding-right: 3px;
    position: relative;
}

.index .product .top span::before,
.index .superiority .title span::before {
    content: "";
    width: 20px;
    height: 4px;
    line-height: 4px;
    background-color: #3c7358;
    position: absolute;
    bottom: -10px;
    left: 2px;
}

.index .product .top .more {
    display: block;
    color: #fff;
    background-color: #3c7358;
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 20px;
}

.index .product .top .more:hover {
    color: #333;
}

.index .product .list {
    padding: 3% 0;
}

.index .product .list .box {
    padding-bottom: 20px;
}

.index .product .list .box-bg {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    height: 390px;
    border-radius: 30px;
}

.index .product .list .pro {
    /* display: none; */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.index .product .list .pro img {
    height: 390px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.index .product .list .pro p {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.index .product .list .box:hover .pro-bg {
    opacity: 0;
}

.index .product .list .box:hover .pro {
    opacity: 1;
}

.index .superiority {
    background: url("../png/superiority.png")no-repeat;
    background-size: cover;
}

.index .superiority .row {
    padding: 2% 0;
}

.index .superiority .title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 15px;
}

.index .superiority .title span {
    color: #3c7358;
}

.index .superiority .title span::before {
    content: "";
}

.index .superiority .list {
    padding: 2% 0;
}

.index .superiority .list .tab {
    position: relative;
    /* height: 176px; */
    /* height: 267px; */
    margin-bottom: 2%;
}

.index .superiority .box {
    background-color: #fff;
    padding: 5% 0;
    /*margin-bottom: 5%;*/
    height: 140px;
    /*line-height: 192px;*/
    border-radius: 30px;
}

.index .superiority .box .box-img {
    text-align: center;
    width: 90px;
}

.index .superiority .list .tab .box-img {
    line-height: 100px;
}

/*.index .superiority .list .tab:nth-child(3) .txt,
.index .superiority .list .tab:nth-child(4) .txt,
.index .superiority .list .tab:nth-child(6) .txt {
    margin-top: 20px;
}*/

.index .superiority .box h5 {
    font-size: 20px;
    color: #3c7358;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2%;
}

.index .superiority .box p {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
}

.index .superiority .box .txt {
    /*padding: 0 20px;*/
    padding-left: 20px;
    margin: 20px 0;
}



.index .about {
    background-color: #fff;
}

.index .about .content {
    padding-top: 1%;
    padding-right: 1%;

}

.index .about .content>p {
    color: #0f1d16;
    font-size: 18px;
    line-height: 2;
}

.index .about .box-img {
    padding-top: 1%;
    padding-left: 1%;

}

.index .about .about-team {
    text-align:center;
    margin-top: 3%;
}

.index .about .about-team img {
    border-radius: 30px;

}


.index .titles {
    font-size: 33px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.index .titles span {
    color: #3c7258;
    padding-right: 5px;
    position: relative;
}

.index .titles span::before {
    content: "";
    width: 20px;
    height: 4px;
    line-height: 4px;
    background-color: #3c7358;
    position: absolute;
    bottom: -10px;
    left: 2px;
}

/*.index .about .box-img {
    padding: 0;
}*/

.index .about .box-img .images {
    padding: 10px;
    border: 2px solid #fff;
}

.index .about .box-img .images:nth-child(1),
.index .about .box-img .images:nth-child(2) {
    border-top: none;
}

.index .about .box-img .images:nth-child(2n) {
    border-right: none;
}

.index .about .box-img .images img {
    width: 100%;
    border-radius: 30px;
}

.index .about .content .num {
    padding-top: 5%;
}

.index .about .content .num .box {
    font-weight: 600;
}

.index .about .content .num .box:first-child {
    padding-left: 0;
}

.index .about .content .num h6 {
    font-size: 36px;
    color: #3c7258;
    line-height: 1.4;
    font-weight: 600;
    background: url("../png/add.png")no-repeat;
    background-position: 80px 16px;
}

.index .about .content .num .box:nth-child(2) h6 {
    background-position: 60px 16px;
}

.index .about .content .num .box:nth-child(4) h6 {
    background-position: 105px 16px;
}

.index .about .content .num i {
    font-size: 24px;
    font-weight: 600;
}

.index .about .content .num p {
    color: #0f1d16;
    font-size: 14px;
}

.index .about .content .more {
    margin-top: 3%;
    display: block;
    width: 160px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #3c7258;
    cursor: pointer;
    border-radius: 30px;
}

.index .about .content .more:hover {
    color: #333;
}

.index .project {
    padding-bottom: 1%;
    background-color: #f7fafc;
}

.index .project .title,
.index .certificate .top .title,
.index .video .title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 60px 0;
}

.index .project .title span,
.index .certificate .top .title span,
.index .video .title span {
    position: relative;
    color: #3c7258;
}

.index .project .title span::after,
.index .video .title span::after {
    position: absolute;
    bottom: -15px;
    right: 2px;
    content: "";
    width: 25px;
    height: 4px;
    line-height: 4px;
    background-color: #3c7258;
}

.index .project .many-project {
    padding-top: 3%;
}

.index .certificate .top .title span::after {
    position: absolute;
    bottom: -10px;
    left: 2px;
    content: "";
    width: 25px;
    height: 4px;
    line-height: 4px;
    background-color: #3c7258;
}

.index .video .video-box {
    margin-bottom: 50px;
}

.project .swiper-button-prev {
    left: 50px;
}

.project .swiper-button-next {
    right: 50px;
}

.gallery-thumbs .swiper-slide {
    position: relative;

}

.project .swiper-container img {
    width: 100%;
    height: 800px;
}

.project .gallery-thumbs .swiper-slide img {
    max-width: 100%;
    height: 240px;
}

.project .gallery-thumbs .swiper-slide .box {
    width: 100%;
    height: 240px;
    background: rgba(51, 113, 107, .6);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.project .gallery-thumbs .swiper-slide p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
}

.project .gallery-thumbs .swiper-slide:hover .box,
.project .gallery-thumbs .swiper-slide-thumb-active .box {
    display: block;
}

.index .certificate .top .title {
    text-align: left;
}

.index .certificate .swiper-button-next,
.index .certificate .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #8DB09C;
    background: url();
    top: 60%;
    right: 0;
    outline: none;
}

.index .certificate .swiper-button-prev {
    left: 92%;
}

.index .certificate .swiper-button-next::after {
    left: 36%;
    top: 40%;
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #3c7258;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
}

.index .certificate .swiper-button-prev::after {
    top: 40%;
    left: 40%;
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #3c7258;
    border-style: solid;
    -webkit-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    position: absolute;
}

.index .certificate .top {
    position: relative;
}

.index .certificate .sw-active {
    background-color: #8db09c;
}

.index .certificate .sw-active::after {
    border-color: #fff;
}

.index .certificate .swiper-container p {
    font-size: 18px;
    color: #3c7358;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
}

/* 产品列表 */
.productList .list {
    padding: 80px 0 30px;
}

.productList .list .content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #222;
    padding-bottom: 15px;


}

.productList .box .box-im {
    overflow: hidden;
}

.productList .box .box-im img {
    transition: all .4s ease-in-out;
}

/*.productList .box .box-im:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/

.productList .box .box-im:hover img:last-child{
	display: block;
}
.productList .box .box-im:hover img:first-child{
	display: none;
}
.productList .box .box-im img:last-child{
	display: none;
}

.productList .list .content p {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    padding-bottom: 15px;
}

.productList .list .content .more {
    display: inline-block;
    background-color: #3c7358;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 24px 0 0;
    font-weight: 500;
}

.productList .list .content .more:hover {
    color: #333;
}

.productList .list .image img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.productList .box .list:nth-child(even) {
    background-color: #f7f7f9;
}

.pro-releted .box-img {
    overflow: hidden;
    height: 276px;
}

.pro-releted .swiper-slide:hover p {
    color: #3C7258 !important;
}

.pro-releted .box-img img {
    transition: all .4s ease-in-out;
}

.pro-releted .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* product详情 */
.product-nav,
.public-nav {
    background-color: #efefef;
    margin-bottom: 15px;
}

.breadcrumb {
    background-color: #efefef;
    font-size: 15px;
    padding: 21px 0px 19px 15px;
    margin-bottom: 0;

}

.breadcrumb a {
    color: #898989;
}

.breadcrumb>.active {
    color: #545454;
}

.public .public-content {
    padding: 20px 0;
}

.public .public-content .public-left form {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 40px;
    position: relative;
    margin: 0;
}

.public .public-content .public-left form .pro-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    height: 100%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 80%;
    outline: medium none;
}

.public .public-content .public-left form .icon {
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    text-align: center;
    transition: all 0.4s ease 0s;
    padding: 0;
    cursor: pointer;
}

.public .public-content .public-left form .icon .glyphicon-search:before {
    font-size: 15px;
}

.public .public-content .public-left form .icon:hover {
    background: #212121 none repeat scroll 0 0;
}

.public .public-content .public-left form .icon .glyphicon {
    top: 14px;
}


.accordion {
    width: 100%;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion>li {
    padding-bottom: 10px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 13px;
    color: #4d4d4d;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 3px;
}

.accordion .link:hover,
.accordion .pro-active .link {
    color: #3C7258;
    border: 1px solid #3C7258;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 14px;
    color: #777;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 14px
}

.accordion li.open .link {
    color: #3C7258;
}

.accordion li.open i {
    color: #3C7258
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #efefef;
    font-size: 14px;
    color: #333;
}

.submenu li {
    border-bottom: 1px solid #fff;
}

.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #545454;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.submenu a:hover {
    background: #3C7258;
    color: #fff
}

.fa-chevron-down:before {
    font-size: 12px;
}

.product {
    font-size: 15px;
}

.public .public-left .pro-list {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.public .public-left .pro-list .box {
    margin: 10px 0;
    cursor: pointer;
}

.public-left .pro-list .box a {
    color: #383838;
    font-weight: 600;
}

.public-left .pro-list .box img {
    transition: all .5s ease-in-out;
}

.public-left .pro-list .box:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.public-left .pro-list .box:hover .txt {
    color: #3C7258;
}

.product .gallery-thumbs {
    width: 90%;
}

.product .gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.product .items {
    padding-top: 10px;
    position: relative;
    border-top: 1px solid #ddd;
}

.product .items .swiper-button-next,
.product .items .swiper-button-prev {
    background-size: 12px 30px;
    outline: none;
}

.product .items .gallery-thumbs .swiper-slide {
    opacity: 0.4;
}

.product .items .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product .items .swiper-button-next {
    right: 0;
}

.product .items .swiper-button-prev {
    left: 0;
}

.product .pro-top .text {
    padding-left: 40px;
}

.product .pro-top .text .title {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.product .pro-top .text {
    color: #777777;
}

.product .pro-top .text p {
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    /*padding: 1em 0;*/
}

.product .pro-right .pro-detail {
    padding-top: 30px;
}

.product .pro-right .pro-detail .nav-pills a {
    padding: 0.8em 1.5em;
    background-color: #eee;
    border: 1px solid #eee;
    text-decoration: none;
    font-weight: 400;
    color: initial;
    font-size: 15px;
}

.product .pro-right .pro-detail .nav-pills .active a {
    background-color: #fff;
    color: #777777;
}

.product .pro-right .pro-detail .nav-pills>li+li {
    margin-left: 6px;
}

.product .pro-right .pro-detail .tab {
    border: 1px solid #eee;
    margin-top: 20px;
}

.product .pro-right .pro-detail .tab .content {
    padding: 1em;
    padding-top: 30px;
}

.product .pro-right .pro-detail .tab .content {
    font-size: 15px;
    /*color: #777777;*/

    font-weight: 400;
}

.product .pro-right .pro-detail .tab .content img {
    /*padding: 1em 0;*/
}

.product .pro-right .pro-detail .tab .content p {
    margin-bottom: 15px;
    line-height: 1.8em;
}

.product .pro-right .pro-detail td,
.product .pro-right .pro-detail th {
    text-align: center;
}

.product .pro-right .pro-detail .table-responsive {
    padding-bottom: 2em;
}

.product .pro-right .pro-detail .content {
    display: none;
}

.product .pro-right .pro-detail .tab-active {
    display: block;
}

.product .pro-right .pro-releted {
    margin-top: 2em;
    position: relative;
}

.product .pro-right .pro-releted h5 {
    position: relative;
    margin: 20px;
    background: none;
    line-height: 1.6em;
    padding: 10px 0;
    color: #222;
    font-weight: 600;
    font-size: 24px;
}

.product .pro-right .pro-releted .box-img {
    height: 276px;
}

.product .pro-right .pro-releted .swiper-button-next,
.product .pro-right .pro-releted .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #8DB09C;
    background: url();
    top: 10%;
    right: 0;
    outline: none;
}

.product .pro-right .pro-releted .swiper-button-next::after {
    left: 36%;
    top: 40%;
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #3c7258;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
}

.product .pro-right .pro-releted .swiper-button-prev::after {
    top: 40%;
    left: 40%;
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #3c7258;
    border-style: solid;
    -webkit-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    position: absolute;
}

.product .pro-right .pro-releted .sw-active::after {
    border-color: rgb(255, 255, 255);
}

.product .pro-right .pro-releted .sw-active {
    background-color: #8db09c;
}

.product .pro-right .pro-releted .swiper-button-prev {
    left: 89%;
}

.product .pro-right .pro-releted .swiper-slide p {
    font-weight: 500;
    font-size: 18px;
    display: block;
    color: #121212;
    margin: 18px 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  	text-align:center;
}

/* news详情 */
.news .public-content .news-right .box {
    border: 1px solid #ddd;
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
}

.news .public-content .news-right .box-img {
    width: 100%;
    text-align: center;
}

.news .public-content .news-right .new-header h4 {
    font-size: 20px;
    padding: 10px 20px;
    color: #121212;
    position: relative;
    margin: 0 0 10px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: 600;
}

.news .public-content .news-right .new-header .time,
.news .public-content .news-right .news-contents {
    padding: 0 20px;

}

.news .public-content .news-right .news-contents {
    padding-top: 50px;
    /*margin-top: 50px;*/
    border-top: 1px solid #ddd;
}

.news .public-content .news-right .news-contents p {
    /*text-indent: 2em;*/
    padding-bottom: 15px;
    color: #4d4d4d;
}

.news .public-content .news-right .news-contents p strong {
    /*font-weight: 400 !important;*/
}

.news .public-content .news-right .news-contents .title {
    text-align: center;
    position: relative;
    margin: 0 0 25px;
    font-size: 32px;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.news .public-content .news-right .news_related {
    border: 1px solid #ddd;
    margin: 1.5em 0;
    padding: 1em 0
}

.news .public-content .news-right .news_related h5 {
    font-size: 20px;
    margin: 0;
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}

.news .public-content .news-right .news_related ul li {
    line-height: 35px;
}

.news .public-content .news-right .news_related ul li:hover a {
    color: #3C7258;
}

.news .public-content .news-right .news_related ul li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
}

.news .public-content .news-right .news_related ul li a strong {
    color: #666;
}

.news .public-left .pro-list .txt {
    padding-right: 0;

}

.fa-search {
    padding-top: 14px;
}

/* news列表 */
.new .new-content,
.history .history-content {
    padding-top: 50px;
}

.new .new-content .sidebar .box,
.history .history--content .sidebar .box {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin: 0 0 15px;
    margin-bottom: 30px;
    line-height: 1.6em;
    color: #777777;
}

.new .new-content .sidebar .box h5,
.new .new-content .sidebar .box .bg h6,
.history .history-content .sidebar .box .bg h6 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #222;
    margin-bottom: 40px
}

.new .new-content .sidebar .box h5::after {
    content: "";
    width: 30px;
    height: 2px;
    line-height: 2px;
    background: #3C7258;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.new .new-content .sidebar .box ul li {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
}

.new .new-content .sidebar .box ul li .post-date {
    background: #3C7258;
    position: absolute;
    color: #222;
    margin-right: 10px;
    text-align: center;
    width: 50px;
    font-size: 10px;
    text-transform: uppercase;
}

.new .new-content .sidebar .box ul li a {
    padding-left: 60px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #888;
}

.new .new-content .sidebar .box ul li:hover .post-date {
    background: #222;
    color: #fff;
}

.new .new-content .sidebar .box ul li:hover a {
    color: #555;
}

.new .new-content .sidebar .box .bg,
.history .history-content .sidebar .box .bg {
    color: #222;
    padding: 30px;
    background: url("../jpg/banner-1.jpg")no-repeat;
    background-size: 100%;
}

.new .new-content .sidebar .box .bg p,
.history .history-content .sidebar .box .bg p {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
}

.new .new-content .sidebar .box .bg .btn,
.history .history-content .sidebar .box .bg .btn {
    border: solid 2px #111;
    color: #111;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 20px 20px 0 0;
}

.new .new-content .sidebar .box .bg .btn:hover,
.history .history-content .sidebar .box .bg .btn:hover {
    color: #fff;
    background-color: #000;
}


.new .new-content .new-left .blog-list li {
    list-style: none;
    line-height: 1.7em;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.new .new-content .new-left .blog-list a:hover {
    text-decoration: none;
}

.new .new-content .new-left .post-image {
    overflow: hidden;
}

.new .new-content .new-left .post-image img {
    width: 100%;
    margin-bottom: 0px;
    transition: all .4s ease-in-out;
}

.new .new-content .new-left li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.new .new-content .new-left .blog-list .date-box {
    width: 60px;
    position: absolute;
    text-align: center;
    text-shadow: none;
}

.new .new-content .new-left .blog-list .date-box .day,
.new .new-content .new-left .blog-list .date-box .month {
    display: block;
    color: #fff;
    text-align: center;
    width: 60px;
    z-index: 100;
}

.new .new-content .new-left .blog-list .date-box .day {
    background: #3C7258;
    font-family: "Montserrat";
    color: #222222;
    font-weight: 600;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new .new-content .new-left .blog-list .date-box .month {
    color: #222222;
    font-weight: 600;
    letter-spacing: 16px;
    padding: 7px 0 7px 0;
    border-bottom: solid 4px #ddd;
    font-size: 14px;
}

.new .new-content .new-left .blog-list .post-text {
    padding-left: 80px;
}

.new .new-content .new-left .post-text h3 {
    color: #222222;
    padding: 20px;
    font-size: 17px;
    font-weight: 500;
}

.new .new-content .new-left .post-text p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
}

.new .new-content .new-left .blog-list .btn-more {
    padding: 3px 25px 3px 25px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    float: right;
    background: #3C7258;
}

.new .new-content .new-left .blog-list li:hover .btn-more {
    background-color: #333;
    color: #fff;
}

.new .new-content .new-left .text-center {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
}

.new .new-content .new-left .pagination li a {
    color: #888;
    border: solid 1px #404040;
    background: none;
    margin: 3px;
    padding: 15px 20px 15px 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #ccc;
}

.new .new-content .new-left .pagination>li:first-child>a,
.new .new-content .new-left .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #ccc;
}

.new .new-content .new-left .pagination>.active>a,
.new .new-content .new-left .pagination>.active>a:focus,
.new .new-content .new-left .pagination>.active>a:hover,
.new .new-content .new-left .pagination>.active>span,
.new .new-content .new-left .pagination>.active>span:focus,
.new .new-content .new-left .pagination>.active>span:hover {
    background: #3C7258;
    border-color: #fff;
}


/* 图册 */
.atlas .atlas-nav {
    margin: 36px auto;
}

.atlas .atlas-nav li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;

}

.atlas .atlas-nav li a {
    outline: none;
    padding: 10px 0px 8px 0px;
    margin-right: 40px;
    color: #888;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: none !important;
}

.atlas .atlas-nav .atlas-active a,
.atlas .atlas-nav li a:hover {
    color: #3C7258
}

.atlas .tab .tab-pane {
    display: none;
}

.atlas .tab .atlas-show {
    display: block;
}

#lightgallery a img {
    min-height: 185px;
}

#lightgallery,
#lightgallery2 {
    padding: 2em 0;
}

#lightgallery a,
#lightgallery2 a {
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}

#lightgallery a .txt,
#lightgallery2 a .txt {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: all ease .5s;
}

#lightgallery a .txt p,
#lightgallery2 a .txt p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#lightgallery a img,
#lightgallery2 a img {
    transition: all ease .5s;
}

#lightgallery a:hover img,
#lightgallery a:hover .txt,
#lightgallery2 a:hover img,
#lightgallery2 a:hover .txt {
    transform: scale(1.1);
    opacity: 1;
}



/* 关于我们 */
.about .about-head {
    margin: 50px 0;
}
.about .about-head p{
    margin: 10px 0;
}
.about .about-head h5,
.about .counter h5,
.about h5 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #3d474a;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.separator-outer {
    overflow: hidden;
}

.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
    display: inline-block;
    position: relative;
}

.wt-separator.style-square .separator-left,
.wt-separator.style-square .separator-right {
    height: 3px;
}

.wt-separator .separator-left,
.wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-right {
    right: -80px;
}

.bg-primary {
    background-color: #3c7358;
}

.about .about-content {
    padding-bottom: 5%;
}

.about .about-content .box-img img {
    width: 70%;
    text-align: center;
    margin: 2% 5%;
    border: 10px solid #eee;
}

.about .about-content .txt {
    padding-top: 20px;
}

.about .about-content .txt h6 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #3d474a;
    padding-bottom: 25px;
}

.about .about-content .txt p {
    line-height: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    text-align: center;
}

.about .about-services,
.about .recommend {
    padding: 2em 0;
    background-color: #f5f6f6;
}

.about .about-services .p,
.about .counter .p,
.about .recommend .p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 14px;
    color: #767676;
    position: relative;
}

.about .about-services .box .list {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    text-align: center;
    height: 190px;
}

.about .about-services .box .list p {
    text-align: left !important;
}

.about .about-services .box .list i {
    margin-bottom: 20px;
}

.about .about-services .box .list .fa {
    font-size: 30px;
}

.about .about-services .box .list h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d474a;
    margin-bottom: 10px;
}

.about .about-services .box .list p,
.about .counter .list p {
    word-break: break-all;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.about .counter {
    padding-top: 50px;
    background-color: #fff;
}

.about .counter .p {
    position: relative;
}

.about .counter .p::after,
.about .recommend .p::after {
    content: "";
    width: 50px;
    height: 3px;
    line-height: 3px;
    background: #3c7358;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.about .counter .num-box {
    padding: 8% 0;
}

.about .counter .num-box .fa {
    font-size: 45px;
    padding-top: 10px;
}

.about .counter .num-box .num {
    font-size: 26px;
    text-align: right;
    font-weight: 800;
    margin-bottom: 5px;
}

.about .counter .num-box .col-lg-8 {
    text-align: right;
    padding-right: 0;
}

.about .counter .num-box span {
    font-size: 14px;
    color: #3d474a;
    text-transform: uppercase;
}

.about .recommend .box {
    padding: 5em 0;
}

.about .recommend .p {
    text-align: center;
}

.about .recommend .box .box-img {
    height: 320px;
    overflow: hidden;
}

.about .recommend .box .box-img img {
    transition: all .4s ease-in-out;
}


.about .recommend .box .list:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about .recommend .box .list {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    /* height: 514px; */
    box-sizing: border-box;
}

.about .recommend .box .list .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    color: #3d474a;
    margin: 10px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.about .recommend .box .list p {
    color: #767676;
    text-align: left;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*height: 48px;*/
    line-height: 1.4;
    margin-bottom: 15px;
}

.about .recommend .box .list .mores {
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    background-color: #3c7358;
    white-space: nowrap;
    padding: 4px 4px 4px 20px;
}

.about .recommend .box .list .mores i {
    position: relative;
    background: #273447;
    display: inline-block;
    padding: 7.5px 9px;
    text-align: center;
    margin-left: 25px;
    font-size: 16px;
    z-index: 1;
}

.about .recommend .box .list .mores i:after {
    background-color: #273447;
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: -1;
    left: -30%;
    top: 0px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}


.about .about-content .swiper-container {
    width: 100%;
}

.about .about-content .swiper-slide img {
    border: 10px solid #eee;
    text-align: center;
}

.about .about-content .text .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 6px;
}

.about .about-content .text p {
    font-size: 14px;
    line-height: 1.4;
}

.about .about-content .text .marbo {
    margin: 15px 0;
}

/* contact */

.contact .box {
    width: 1200px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #f2f2f2;
    /*margin-bottom: 50px;*/
}

.contact .public-nav .text {
    padding-top: 20px;
}

.contact .box h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    background: none;
    line-height: 1.4;
    color: #222;
}

.contact .box p {
    margin: 0 0 15px 0;
    font-size: 16px;
    /*color: #777777;*/
    line-height: 1.8em;
    font-weight: 400;
}

.contact .box ul {
    margin-left: 35px;
    margin-bottom: 20px;
}

.contact .box ul li {
    line-height: 1.5;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    color: #727272;
    padding-right: 20px;
    box-sizing: border-box;
}

.contact .box ul li .fa,
.contact .box .fas {
    font-weight: 700;
}

.contact .box ul li i {
    margin-right: 10px;
    color: #999;
    font-size: 20px;

}

.contact .box .btns {
    display: block;
    width: 150px;
    height: 50px;
    border-radius: 6px;
    margin-top: 2%;
    color: #fff;
    background-color: #3C7258;
}

.contact form input {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.contact form .address {
    width: 100%;
}



/* faq */
.faq .faq-content {
    padding: 100px 0;
}

.faq .faq-content .txt h5 {
    color: #131313;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.faq .faq-content .txt p {
    color: #7d7d7d;
    letter-spacing: 0.56px;
    line-height: 1.85;
    margin-bottom: 0;
    margin-top: 24px;
}

.section-header {
    display: inline-block;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.section-header h3 {
    color: #131313;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.section-header h3>span {
    color: #1b88ce;
}

.section-header p {
    color: #7d7d7d;
    letter-spacing: 0.56px;
    line-height: 1.85;
    padding: 0 10%;
    margin-bottom: 0;
    margin-top: 24px;
}

.special-features {
    padding-top: 110px;
    padding-bottom: 120px;
}

.special-features .section-header {
    text-align: left;
    margin-bottom: 35px;
}

.special-features .section-header>p {
    margin-top: 0;
    padding: 0;
}

.special-features .faq-block .card-block {
    padding-right: 0;
}

.special-features .faq-block .card-block p {
    padding-right: 0;
    margin: 0;
}

.faq-block .card {
    border: none;
    /* margin-bottom: 10px; */
}

.faq-block .card-header {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

.faq-block .card-header h5 {
    margin: 0;
    position: relative;
}

.faq-block .card-header h5 a {
    padding: 12px 12px 12px 70px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 28px;
    letter-spacing: 0.48px;
    text-decoration: none;
    z-index: 1;
}

.faq-block .card-header h5 a.collapsed {
    color: #545454;
}

.faq-block .card-header h5 a::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.faq-block .card-header h5 a::before,
.faq-block .card-header h5 a:hover::before,
.faq-block .card-header h5 a.collapsed:hover::before {
    background-color: #3C7258;
}

.faq-block .card-header h5 a.collapsed::before {
    background-color: #f4f4f4;
    box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.21);
}

.faq-block .card-header h5 a:hover {
    color: #ffffff;
}

.faq-block .card-header h5 a span {
    background-color: #3C7258;
    border: 5px solid #fff;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 52px;
    left: 0;
    line-height: 2.5;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    width: 52px;
    text-align: center;
}

.faq-block .card-block {
    border-bottom: 1px solid #1b88ce;
    padding: 23px 0;
}

.faq-block .card-block p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.56px;
    color: #403f3f;
    font-family: 'Open Sans', sans-serif;
    padding-right: 27%;
    margin-bottom: 0;
}


/* service */
.service .list .content h3 {
    font-weight: normal;
    color: #666666;
}

.service .ser-list {
    padding: 100px 0;
}

.service .ser-list h5 {
    font-size: 28px;
    margin: 0 0 10px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: 600;

}

.service .ser-list .swiper-container .swiper-slide a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    line-height: 1.6;
    color: #222;
}

.service .ser-list .swiper-container .swiper-slide .title {
    padding: 9px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.service .ser-list .swiper-container .swiper-slide .mate,
.service .ser-list .swiper-container .swiper-slide p {
    padding: 9px;
}

.service .ser-list .swiper-container .swiper-slide a:hover {
    text-decoration: none;
}

.service .ser-list .swiper-container .swiper-slide a:hover .title {
    color: #3c7358;
}

.service .ser-list .swiper-container .swiper-slide hr {
    background-color: #ECECEE;
    border: 0;
    height: 1px;
    margin: 10px 0;
    clear: both;
}

.service .ser-list .box-img {
    overflow: hidden;
}

.service .ser-list .box-img img {
    transition: all .4s ease-in-out;
}

.service .swiper-slide {
    bottom: 30px;
}

.service .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* ser-detail */
.service-detail .detail {
    margin: 100px 0;
}

.service-detail .detail .gallery-thumbs {
    padding-top: 10px;
}

.service-detail .detail .gallery-thumbs .swiper-slide {
    opacity: 0.4;
}

.service-detail .detail .gallery-thumbs .swiper-slide img {
    cursor: pointer;
}

.service-detail .detail .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.service-detail .detail .gallery-top .swiper-button-next,
.service-detail .detail .gallery-top .swiper-button-prev {
    background-size: 20px 44px;
}

.service-detail .detail .content h3 {
    font-size: 28px;
    margin: 0 0 10px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.service-detail .detail .content .title {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.service-detail .detail .content p {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0 15px 0;
}

.buttons .btn-secondary {
    color: #fff;
    background: #6c757d;
    border-color: #6c757d;
}

.service-detail .detail .content .nav {
    margin-top: 20px;
}

.service-detail .detail .content .tab-content {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 0 #ddd inset;
    box-shadow: 0 0 0 #ddd inset;
    padding: 20px;
}

/* .service-detail .detail .btn-lg {
    width: 100px;
    height: 34px;
}
 */
.service-detail .modal-dialog {
    margin: 200px auto;
}




.section-head h2 {
    font-size: 23.8px;
    font-weight: bold;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.related-links {
    padding-top: 30px;
}

.section-head,
.hidden-xs {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
}

.hidden-xs li a {
    color: #323232
}

.recommend-swiper {
    padding: 50px 0;
    position: relative;
}

.recommend-swiper h3 {
    line-height: 1.7;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.recommend-swiper .swiper-slide {
    border: 1px solid #999;
    display: block;
    padding: 8px;
    border-radius: 3px;
}

.recommend-swiper .box h5 {
    padding: 15px 0;
    font-weight: 600;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.recommend-swiper .box .box-img {
    height: 362px;
    overflow: hidden;
}

.recommend-swiper .box .box-img img {
    transition: all .4s ease-in-out;
}

.recommend-swiper .box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.recommend-swiper .box:hover h5 {
    color: #3C7258;
}

.recommend-swiper .box p {
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-swiper .btn {
    background-color: #666;
    color: #fff;
    width: 48%;
    margin: 1em 0;
    margin-right: 2%;
}

.recommend-swiper .swiper-slide:hvoer .btn {
    color: #3C7258;
}

.recommend-swiper .btn:last-child {
    margin-right: 0;
}

.recommend-swiper .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.recommend-swiper .swiper-pagination-bullet {
    margin-right: 10px;
}

.recommend-swiper .swiper-button-next,
.recommend-swiper .swiper-button-prev {
    background-size: 16px 44px;
    outline: none;
}

.recommend-swiper .swiper-pagination-bullet-active {
    background-color: #3C7258;
}

/* download */
.download .content {
    padding: 50px 0;
}

.download .content .top {
    border: 1px solid #dee2e6;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px;
    color: #666;
}

.download .content .top h3 {
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.download .content .list {
    padding: 50px 0;

}

.download .content .list .box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
}

.download .content .list a {
    cursor: pointer;
    width: 32%;
    float: left;
    margin-right: 2%;
}

.download .content .list a:nth-child(3n) {
    margin-right: 0;
}

.download .content .list .box .box-img {
    height: 180px;
    overflow: hidden;
    padding: 0;
}

.download .content .list .box .txt {
    padding-right: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
}

.download .content .list .box h5 {
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5%;
    font-size: 14px;
}

.download .content .list .box .btn {
    margin: 6% 0;
}


/* history */
.history .history-left .txt {
    color: #555;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.history .history-left .timeline {
    position: relative;
    margin-top: 50px;
}

.history .history-left .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 117px;
    height: 100%;
    width: 1px;
    background: #eee;
}

.history .history-left .timeline .tl-block {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}


.history .history-left .timeline .tl-block .tl-time {
    float: left;
    padding: 10px 20px 0px 20px;
    margin-top: -15px;
    border: solid 2px #ddd;
}

.history .history-left .timeline .tl-block .tl-time h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
}

.timeline .tl-block .tl-bar {
    float: left;
    width: 5%;
    position: absolute;
    margin-left: 110px;
}

.timeline .tl-block .tl-line {
    background: #3C7258;
    margin-right: 10px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}

.timeline .tl-message {
    border-radius: 3px;
    float: left;
    margin-left: 160px;
    top: 0;
    margin-top: -50px;
    margin-bottom: 30px;
}

.timeline .tl-block .tl-message .tl-icon {
    float: left;
    left: 100px;
}

.timeline .tl-block .tl-message .tl-main {
    float: left;
}

.timeline .tl-block .tl-message .tl-main h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 500;
    color: #222222;
}



.history .history-content .sidebar li a {
    display: block;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    color: #999;
}

.history .history-content .sidebar li {
    font-weight: bold;
    background: #eee;
    margin-bottom: 2px;
}


.history .history-content .sidebar li.active a,
.history .history-content .sidebar li.active a:hover {
    color: #fff;
    background: #333;
}

.history .history-content .sidebar li.active a:hover,
.history .history-content .sidebar li:hover a {
    background-color: #3C7258;
    color: #fff;
}

.history .history-content .sidebar .box {
    padding-top: 20px;
}

.history .history-content .sidebar li.active a:after {
    font-family: "FontAwesome";
    content: "\f054";
    float: right;
}

/* toTop */
.toTop {
    width: 60px;
    height: 60px;
    background-color: #3C7258;
    color: #fff;
    position: fixed;
    right: 1%;
    bottom: 10%;
    display: none;
    z-index: 3;
    border-radius: 8px;
    cursor: pointer;
}

.toTop:hover {
    background: rgba(60, 114, 88, .8);
}

.toTop i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 36%;
}

.toTop p {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

/* footer */
footer {
    /* margin-top: 80px; */
    background: url("../png/footer-bg.png")no-repeat;
    background-size: cover;
    padding: 50px 0;
}

footer .footer-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .footer-form .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
}

footer .footer-form .title span {
    color: #071f14;
}

footer .footer-form form {
    padding-top: 30px;
}

footer .footer-form form .box {
    background-image: url("../png/star.png");
    background-repeat: no-repeat;
    background-size: 13px 11px;
    background-position: 0px center;
    margin-bottom: 30px;
    padding-left: 20px;
}

footer .footer-form form .box:nth-child(3) input,
footer .footer-form form .box textarea {
    width: 85%;
    border: none;
}

footer .footer-form form .box textarea {
    height: 140px;
    padding-left: 10px;
    padding-top: 10px;
}

footer .footer-form form input {
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    border: none;
    background-color: #fff;
}

footer .footer-form form .submit-btn {
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    width: 180px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #071f14;
    text-align: center;
    border-radius: 20px;
}

footer .footer-form form .submit-btn:hover {
    background-color: #3C7258;
}

.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
    color: #071f14;
    font-size: 16px;
}

footer .footer-nav {
    padding-right: 0;
}

footer .footer-nav h5,
footer .footer-info h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

footer .footer-nav a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

footer .footer-nav a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

footer .footer-nav a:hover {
    color: #333;
}

footer .footer-info {
    color: #fff;
    padding-left: 50px;
    padding-right: 0;
}

footer .footer-info p {
    padding: 12px 0;
    font-size: 16px;
}

footer .footer-info p span {
    font-weight: 600;
    font-size: 18px;
}

footer .footer-info .add {
    line-height: 2;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}

footer .footer-info .share {
    margin: 10px 0;
}

footer .footer-info .share a {
    margin-right: 30px;
}

footer .footer-info .link {
    margin-top: 20px;
}

footer .footer-info .link span {
    font-size: 20px;
}

footer .footer-info .link a {
    font-size: 18px;
    color: #fff;
    padding: 0 15px;

}


/****浮动表单****/
.float-form {
    position: fixed;
    right: -20px;
    z-index: 200;
    bottom: 20%;
    display: inline-block;
    font-family: "Microsoft YaHei";
}

.float-form .show-btn {
    margin-right: 20px;
    display: block;
    padding: 21px 0 21px 21px;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    background-color: rgb(60, 115, 88);
    border-radius: 30px 0px 0px 30px;
    cursor: pointer;
    width: 155px;
    height: 60px;
}

.float-form .show-btn:hover {
    background-color: rgba(60, 115, 88, 0.8);
}

.float-form .show-btn img {
    vertical-align: middle;
}

.float-form .show-form {
    display: none;
    padding: 10px 30px;
    background-color: rgb(60, 115, 88);
    border-radius: 10px;
    margin-right: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.float-form .show-form span {
    float: right;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.float-form .show-form h2 {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.float-form .show-form p {
    text-align: center;
    color: #fff;
    padding: 0 0 15px 0;
}

.float-form .show-form .showFormBacColor {
    border-radius: 5px;
    background: #fff;
    padding: 20px 0 0;
}

.float-form .show-form .form-line01 {
    text-align: center;
    padding: 5px 15px;
}

.float-form .show-form .form-line01 input {
    border: none;
    border-bottom: 1px solid #ececec;
    padding-left: 8px;
    width: 200px;
    height: 2.5rem;
    color: #666;
    font-size: 12px !important;
    outline: none;
}

.float-form .show-form .form-line01 #form_submit {
    width: 130px;
    /*padding: 5px 40px;*/
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    outline: none;
    background: #fff;
    color: #333;
}

@media (max-width: 767px) {
    .float-form .show-form .form-line01 #form_submit {
        padding: 0 !important;
        font-size: 14px !important;
    }
}

.float-form .show-form .form-line01 textarea {
    font-size: 12px;
    margin-bottom: 0.8rem;
    padding-left: 8px;
    width: 200px;
    height: 6rem;
    color: #666;
    border: none;
    outline: none;
}

.float-form .show-form .form-line01 img {
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

/****浮动表单****/


/* 分页 */
.pages {
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}

.pages a,
.pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.73);
    color: #fff;
    margin-right: 20px;
}

.pages a:first-child,
.pages a:last-child {
    /*width: 70px;*/
}

.pages span {
    color: #fff;
    background-color: #3C7258;
}


.fancybox-button--zoom {
    display: none !important;

}


/* search */
.search .list {
    margin: 50px 0;
}

.search .list .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 6px;
}

.search .list .box {
    margin-bottom: 35px;
}

.search .list .txt {
    padding: 15px 0;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
}

.search .list a {
    color: #333;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
}

.search .list img {
    max-width: 350px;
    margin: 0 auto;
    display: block;
    transition: all .4s ease-in-out;
}

.search .list span {
    display: inline-block;
    background-color: #3c7358;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 24px 0 0;
    font-weight: 500;
}

.search h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #333;
    padding: 35px 0;
}

.search .list .box-img {
    overflow: hidden;
    height: 350px;
}

.search .list .box:hover span {
    color: #333;
}

.search .list .box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.search .public-nav .keyword a {
    color: #3C7258;
    font-weight: 600;

}

/* .atlas  */

/* 响应式处理 */
@media screen and (max-width: 1366px) {
    .index .about .content .num h6 {
        font-size: 24px;
        background-position: 50px 4px;
    }

    .index .about .content .num i {
        font-size: 18px;
    }

    .index .about .content .num .box:nth-child(4) h6 {
        background-position: 62px 4px;
    }

    .index .about .content {
        padding-top: 2%;
    }

    .index .titles {
        font-size: 24px;
    }

    .index .about .content>p {
        font-size: 18px;
        line-height: 1.6;
    }

    .index .about .content .num {
        padding: 10px 0;
    }

    .index .about .content .more {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
        width: 86px;
    }

    .index .project .title,
    .index .certificate .top .title {
        margin: 60px 0;
    }

    .index .certificate {
        background-color: #fff !important;
    }

    .index .video .video-box iframe {
        /* width: ; */
        height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    header .navbar-nav>li>a {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

    header .nav .sub-nav a {
        font-size: 16px;
    }

    footer .footer-form form .box:nth-child(3) input,
    footer .footer-form form .box textarea {
        width: 93%;
    }
}

@media screen and (max-width: 992px) {
    .about .counter .num-box .fa {
        font-size: 28px;
    }

    header .navbar-nav>li>a {
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

    header .nav .sub-nav a {
        font-size: 12px;
    }

    .index .superiority .list .box {
        height: 270px;
    }
}



@media screen and (max-width: 768px) {
    header {
        display: none;
    }


}


.contact input[type="submit"i] {

    border: none;
}

.contact .box .btns:hover {
    color: #333;
}

.icon {
   width: 1em;
   height: 1em;
   vertical-align: -0.15em;
   margin-left: 0.75rem;
   fill: currentColor;
   overflow: hidden;
}

li.down {
    font-size: 16px;
}

.contrast {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div.code{
     padding: 10px 0;
     border-bottom: var(--border-bottom,1px solid hsla(0,0%,44%,.2));
}

.code p.question{
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}

.code p.answer{
    display: none;
}

.code.active p.answer{
    display: block;
    font-size: 16px;
}

.code svg{
     transform: rotate(0deg);
     transition: all .2s ease-in-out;
}

.code.active svg{
     transform: rotate(-90deg);
     transition: all .2s ease-in-out;
}