@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "微软雅黑";
    width: 100%;
    font-size: 12px;
}

img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.header {
    display: block;
}

.t_box1 {
    width: 100%;
    height: 25px;
    background-color: #3a3a3a;
    color: #a3a3a3;
    position: relative;
}

.t_hh {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 25px;
    background-color: #00945b;
    z-index: 1;
}

.t_box1 span {
    line-height: 25px;
    font-size: 12px;
    padding-left: 40px;
    display: block;
    float: left;
}

.t_box1 ul {
    overflow: hidden;
    float: right;
    margin-bottom: 0;
}

.t_box1 ul li {
    line-height: 24px;
    display: inline-block;
    margin-left: 15px;
}

.t_box1 ul li a {
    font-size: 12px;
    color: #a3a3a3;
}

.t_box1 .container {
    background-color: #3a3a3a;
    z-index: 2;
    height: 25px;
    position: relative;
    background-image: url(../images/t_1.png);
    background-repeat: no-repeat;
}

.t_box2 {
    overflow: hidden;
    width: 100%;
    background: url(../images/t_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.t_box2 .logo {
    overflow: hidden;
    padding: 32px 0;
}

.t_phone {
    overflow: hidden;
}

.t_phone img {
    display: block;
}

.t_phone .wz {
    overflow: hidden;
    padding: 32px 0px 32px 10px;
}

.t_phone .wz p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #454545;
}

.t_phone .wz h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: #00945b;
    font-weight: bold;
}

.t_box3 {
    display: block;
    width: 100%;
    background-image: url(../images/nav_bj.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.t_box3 .navbar {
    margin-bottom: 0;
}

.t_box3 .navbar.bootsnav {
    border: none;
}

.navbar-default {
    background: url(../images/nav_bj.png) !important;
}

.dnd {
    display: block;
}

.sjd {
    display: none;
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    color: #fff !important;
    padding: 20px 38px;
    z-index: 3;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #036e45 !important;
    display: block;
}

.t_box3  > ul > li.on > a {
  background-color: #FEBC2A;
  color: #fff;
}
.t_box3 .dropdown-menu>li>a {
    padding: 10px 20px;
}

.banner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.banner .pic img {
    display: block;
    width: 100%;
}

.search {
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.search .container {
    background-color: #fff;
    padding: 20px;
}

.rmss {
    overflow: hidden;
}

.rmss .index_search ul li .s3 .p1-search-1-inp {
    overflow: hidden;
    position: relative;
}

.p1-search-1-inp .p1-search-1-inp1 {
    line-height: 35px;
    width: 190px;
    border: 1px #b5b5b5 solid;
    padding: 0 1%;
    outline: none;
}

.p1-search-1-inp .p1-search-1-inp2 {
    line-height: 37px;
    width: 40px;
    border: none;
    position: absolute;
    left: 190px;
    top: 0;
    outline: none;
    background-color: #00945b;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
}

.rmss ul {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 10px;
}

.rmss ul li {
    display: inline-block;
    margin-right: 10px;
}

.rmss ul li a {
    font-size: 14px;
    color: #939393;
}

.rmss ul li a:hover {
    color: #00945b;
}

.ssdh {
    overflow: hidden;
    padding: 10px;
}

.ssdh .pic {
    margin-right: 10px;
}

.ssdh .wz {
    overflow: hidden;
}

.ssdh .wz p {
    margin-bottom: 0;
    font-size: 14px;
    color: #5c5c5c;
    margin-top: 1px;
}

.ssdh .wz h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #e90000;
    font-weight: bold;
}

.banner .swiper-button-next {
    background-image: url(../images/z.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.banner .swiper-button-next:hover {
    background-image: url(../images/z_h.png);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
}

.banner .swiper-button-prev {
    background-image: url(../images/z.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 20px;
}

.banner .swiper-button-prev:hover {
    background-image: url(../images/z_h.png);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    top: 75%;
}

.banner .swiper-button-next {
    right: 20%;
}

.banner .swiper-button-prev {
    left: 77%;
}

.banner .swiper-pagination {
    bottom: 25% !important;
}

.banner .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: left;
    width: 1175px !important;
    margin: auto;
    left: 0;
    right: 0;
}

.banner .swiper-pagination-bullet-active {
    background-color: #e70f1b;
}

.index_product {
    overflow: hidden;
}

.index_title {
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

.index_title h3 {
    font-size: 35px;
    font-weight: bold;
    color: #00945b;
    position: relative;
    margin-bottom: 0;
}

.index_title h3 span {
    color: #096ec6;
}

.index_title h3:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 39%;
    width: 45px;
    height: 45px;
    background: url(../images/bt.png) center no-repeat;
    background-size: 100%;
}

.index_title h3:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: 39%;
    width: 45px;
    height: 45px;
    background: url(../images/bt.png) center no-repeat;
    background-size: 100%;
}

.index_title p {
    font-size: 15px;
    color: #474747;
    margin-top: 15px;
}

.index_product .tab .case_sort {
    overflow: hidden;
}

.index_product .tab .case_sort ul {
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.index_product .tab .case_sort ul li {
    display: inline-block;
    width: 220px;
    line-height: 65px;
    background-color: #f4f4f4;
    margin: 10px;
    background-position: 30% 50%;
}

.index_product .tab .case_sort ul .current {
    background-color: #00945b;
}

.index_product .tab .case_sort ul li a {
    font-size: 16px;
    color: #767676;
}

.index_product .tab .case_sort ul li a:hover {
    text-decoration: none;
}

.index_product .tab .case_sort ul .current a {
    color: #fff;
}

.j-tab-con .tab-con-item {
    display: none;
    overflow: hidden;
}

.j-tab-con .tab-con-item:nth-child(1) {
    display: block;
}

.product_lb {
    overflow: hidden;
}

.product_lb .swiper-slide {
    text-align: center;
}

.product_lb .swiper-slide .pic {
    overflow: hidden;
    position: relative;
}

.product_lb .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.product_lb .swiper-slide .pic i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 148, 91, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    transition: all 0.3s;
}

.product_lb .swiper-slide .pic dt {
    display: block;
    position: absolute;
    width: 96%;
    height: 94%;
    top: 3%;
    left: 0;
    right: 0;
    opacity: 0;
    border: 1px #fff solid;
    margin: auto;
    transition: all 0.3s;
}

.product_lb .swiper-slide .pic span {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/sz.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    top: 40%;
    transition: all 0.3s;
}

.product_lb .swiper-slide:hover .pic span {
    opacity: 1;
}

.product_lb .swiper-slide:hover .pic i {
    opacity: 1;
}

.product_lb .swiper-slide:hover .pic dt {
    opacity: 0.5;
}

.product_lb .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product_lb .swiper-slide a:hover {
    text-decoration: none;
}

.product_lb .swiper-slide p {
    line-height: 50px;
    font-size: 16px;
    color: #515050;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
    margin-bottom: 0;
}

.index_product .tab-con {
    padding: 30px 0;
}

.index_product .tab-con .j-tab-con {
    position: relative;
}

.swiper-button-nextp {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
    left: -90px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../images/cpjt.png);
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 0.2s;
}

.swiper-button-nextp:hover {
    background-color: #00945b;
    background-image: url(../images/cpjt_h.png);
}

.swiper-button-prevp {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
    right: -90px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../images/cpjt.png);
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 0.2s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.swiper-button-prevp:hover {
    background-color: #00945b;
    background-image: url(../images/cpjt_h.png);
}

.index_product .tab .case_sort ul li a {
    margin-left: 25%;
}

.index_product .tab .case_sort ul li:nth-child(1) {
    background-image: url(../images/lm1.png);
    background-repeat: no-repeat;
    background-position: 15% 50%;
}

.index_product .tab .case_sort ul .current:nth-child(1) {
    background-image: url(../images/lm1_h.png);
}

.index_product .tab .case_sort ul li:nth-child(2) {
    background-image: url(../images/lm2.png);
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.index_product .tab .case_sort ul .current:nth-child(2) {
    background-image: url(../images/lm2_h.png);
}

.index_product .tab .case_sort ul li:nth-child(3) {
    background-image: url(../images/lm3.png);
    background-repeat: no-repeat;
    background-position: 15% 50%;
}

.index_product .tab .case_sort ul .current:nth-child(3) {
    background-image: url(../images/lm3_h.png);
}

.index_product .tab .case_sort ul li:nth-child(4) {
    background-image: url(../images/lm4.png);
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.index_product .tab .case_sort ul .current:nth-child(4) {
    background-image: url(../images/lm4_h.png);
}

.index_product .tab .case_sort ul li:nth-child(3) a {
    margin-left: 12%;
}

.index_industry {
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
}

.index_industry .case_sort ul li {
    width: 285px;
    display: inline-block;
    background-color: #0863b2;
    color: #fff;
    padding: 5px;
    margin: 2px;
}

.index_industry .case_sort ul li a {
    display: block;
    border: 1px #e5e5e5 solid;
    padding: 25px 15px;
    color: #fff;
}

.index_industry .case_sort ul li a:hover {
    text-decoration: none;
}

.index_industry .case_sort ul li a p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 0;
}

.index_industry .case_sort ul li a h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    background-image: url(../images/hyjt.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.index_industry .case_sort ul .current {
    background-color: #00945b;
}

.index_industry .tab-con-item a {
    display: block;
}

.index_industry .tab-con-item a .industry_wz {
    background-color: #fff;
    padding: 86px;
}

.index_industry .tab-con-item a .industry_wz .bt {
    overflow: hidden;
}

.index_industry .tab-con-item a .industry_wz .bt span {
    font-size: 18px;
    color: #383838;
}

.index_industry .tab-con-item a .industry_wz .bt h3 {
    font-size: 30px;
    color: #00945b;
    margin-top: 15px;
    margin-bottom: 20px;
}

.index_industry .tab-con-item a .industry_wz .bt i {
    display: block;
    width: 70px;
    height: 2px;
    background-color: #00945b;
    margin-bottom: 20px;
}

.index_industry .tab-con-item a .industry_wz p {
    font-size: 15px;
    color: #a0a0a0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_industry .tab-con-item a .industry_wz .more {
    display: block;
    width: 170px;
    height: 50px;
    border: 1px #00945b solid;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
    color: #00945b;
}

.index_industry .tab-con-item a .industry_wz .more:hover {
    background-color: #00945b;
    color: #fff;
}

.index_industry .tab-com {
    margin-bottom: 50px;
}

.index_industry .industry_pic {
    overflow: hidden;
    position: relative;
}

.index_industry .industry_pic img {
    display: block;
    width: 100%;
    transition: all 0.8s;
}

.index_industry .industry_pic i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 148, 91, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    transition: all 0.3s;
}

.index_industry .industry_pic dt {
    display: block;
    position: absolute;
    width: 96%;
    height: 94%;
    top: 3%;
    left: 0;
    right: 0;
    opacity: 0;
    border: 1px #fff solid;
    margin: auto;
    transition: all 0.3s;
}

.index_industry .industry_pic:hover i {
    opacity: 0.5;
}

.index_industry .industry_pic:hover dt {
    opacity: 0.5;
}

.index_industry .industry_pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_case {
    overflow: hidden;
    width: 100%;
}

.index_case .case_box1 {
    overflow: hidden;
}

.index_case .case_box1 ul {
    overflow: hidden;
}

.index_case .case_box1 ul li {
    text-align: center;
}

.index_case .case_box1 ul li .pic {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    margin-bottom: 20px;
}

.index_case .case_box1 ul li:hover .pic {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.index_case .case_box1 ul li .wz {
    overflow: hidden;
}

.index_case .case_box1 ul li .wz p {
    font-size: 14px;
    color: #888888;
}

.index_case .case_box1 ul li .wz i {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #00945b;
    margin: auto;
}

.case_box2 {
    overflow: hidden;
    padding: 30px 0;
}

.case_box2 .cb2_z {
    width: 49%;
    overflow: hidden;
    position: relative;
}

.case_box2 .cb2_z i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 148, 91, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    transition: all 0.3s;
}

.case_box2 .cb2_z dt {
    display: block;
    position: absolute;
    width: 96%;
    height: 94%;
    top: 3%;
    left: 0;
    right: 0;
    opacity: 0;
    border: 1px #fff solid;
    margin: auto;
    transition: all 0.3s;
}

.case_box2 .cb2_z:hover i {
    opacity: 0.5;
}

.case_box2 .cb2_z:hover dt {
    opacity: 0.5;
}

.case_box2 .cb2_z img {
    display: block;
    width: 100%;
}

.case_box2 .cb2_y {
    width: 50%;
    overflow: hidden;
}

.case_box2 .cb2_y .pic1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 3%;
    position: relative;
}

.case_box2 .cb2_y .pic1 img {
    width: 100%;
    display: block;
}

.case_box2 .cb2_y .pic2 {
    width: 48.5%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.case_box2 .cb2_y .pic2 img {
    display: block;
    width: 100%;
}

.case_box2 .cb2_y .pic1 i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 148, 91, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    transition: all 0.3s;
}

.case_box2 .cb2_y .pic1 dt {
    display: block;
    position: absolute;
    width: 96%;
    height: 94%;
    top: 3%;
    left: 0;
    right: 0;
    opacity: 0;
    border: 1px #fff solid;
    margin: auto;
    transition: all 0.3s;
}

.case_box2 .cb2_y .pic1:hover i {
    opacity: 0.5
}

.case_box2 .cb2_y .pic1:hover dt {
    opacity: 0.5
}

.case_box2 .cb2_y .pic2 i {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 148, 91, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    transition: all 0.3s;
}

.case_box2 .cb2_y .pic2 dt {
    display: block;
    position: absolute;
    width: 94%;
    height: 93%;
    top: 3%;
    left: 0;
    right: 0;
    opacity: 0;
    border: 1px #fff solid;
    margin: auto;
    transition: all 0.3s;
}

.case_box2 .cb2_y .pic2:hover i {
    opacity: 0.5
}

.case_box2 .cb2_y .pic2:hover dt {
    opacity: 0.5
}

.case_box2 .more {
    display: block;
    width: 130px;
    border: 1px #00945b solid;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
    float: left;
    transition: all 0.3s;
}

.case_box2 .more a {
    font-size: 14px;
    color: #00945b;
}

.case_box2 .more a:hover {
    text-decoration: none;
}

.case_box2 .more:hover {
    background-color: #00945b;
}

.case_box2 .more:hover a {
    color: #fff;
}

.index_advantage {
    overflow: hidden;
    width: 100%;
}

.index_advantage .index_title h3:before {
    left: 31%;
}

.index_advantage .index_title h3:after {
    right: 32%;
}

.index_advantage ul {
    overflow: hidden;
    padding: 10px 0;
}

.index_advantage ul li {
    text-align: center;
    padding: 0 15px;
}

.index_advantage ul li a {
    display: block;
    background-color: #00945b;
    padding: 50px 20px;
    color: #fff;
    transition: all 0.3s;
}

.index_advantage ul li a:hover {
    text-decoration: none;
}

.index_advantage ul li a h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.index_advantage ul li a p {
    font-size: 14px;
    height: 65px;
}

.index_advantage ul li a:hover {
    background-color: #0a79d9;
    margin-top: -8px;
    box-shadow: 0 8px 10px 0 #ccc;
}

.index_advantage .ys_t {
    width: 100%;
    overflow: hidden;
    height: 48px;
    background: url(../images/ys_t.png) no-repeat center;
    background-size: 100%;
    margin: 40px auto;
}

.index_advantage .ys_t a {
    display: block;
    float: right;
    width: 145px;
    height: 46px;
    border: 1px #dbdbdb solid;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #656565;
    transition: all 0.3s;
    margin-left: 10px;
}

.index_advantage .ys_t a:hover {
    text-decoration: none;
    background-color: #00945b;
    border: 1px #00945b solid;
    color: #fff;
}

.index_us {
    width: 100%;
    overflow: hidden;
    background: url(../images/jjbj.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 75px;
}

.index_us .us_z {
    overflow: hidden;
    position: relative;
}

.index_us .us_z>img {
    display: block;
    width: 100%;
}

.index_us .us_z i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all 0.3s;
}

.index_us .us_z .bt {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 26% 0;
    opacity: 0;
    transition: all 0.3s;
}

.index_us .us_z .bt p {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.index_us .us_z:hover i {
    opacity: 1;
}

.index_us .us_z:hover .bt {
    opacity: 1;
    top: 0;
}

.tck {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    top: 0;
    display: none;
}

.tck .tck_nr {
    margin: auto;
    background-color: #fff;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 12%;
    padding: 5%;
    overflow: hidden;
    display: none;
    position: relative;
    z-index: 999;
    border-radius: 10px;
}

.tck_nr1 {
    display: none;
}

.tck i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/gb.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
}

.tck video {
    width: 100%;
    height: 500px;
}

.index_us .us_y {
    background-color: #fff;
    padding: 90px 30px;
}

.index_us .us_y a:hover {
    text-decoration: none;
}

.index_us .us_y a h3 {
    margin-top: 0;
    font-size: 20px;
    color: #393939;
    font-weight: bold;
    margin-bottom: 30px;
}

.index_us .us_y a p {
    font-size: 14px;
    line-height: 24px;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-indent: 2em;
    text-align: justify;
}

.index_us .us_y a .more {
    width: 120px;
    height: 35px;
    border: 1px #00945b solid;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #00945b;
    margin-top: 20px;
    float: left;
    transition: all 0.3s;
}

.index_us .us_y a .more:hover {
    background-color: #00945b;
    color: #fff;
}

.index_piclist {
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}

.index_piclist .tab-com {
    position: relative;
}

.index_piclist .case_sort ul {
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}

.index_piclist .case_sort ul li {
    display: inline-block;
}

.index_piclist .case_sort ul li a {
    font-size: 18px;
    color: #383838;
    margin: 0 15px;
    position: relative;
}

.index_piclist .case_sort ul .current a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00945b;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.index_piclist .case_sort ul li a:hover {
    text-decoration: none;
}

.index_piclist .case_sort ul .current a {
    color: #00945b;
}

.sypiclist .swiper-slide {
    text-align: center;
    
}

.sypiclist .swiper-slide img {
  overflow: hidden;
    border: 7px #00945b solid;
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.sypiclist .swiper-slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sypiclist .swiper-button-next3 {
    width: 35px;
    height: 35px;
    background-color: #c6c6c6;
    position: absolute;
    top: 40%;
    left: -18px;
    background-image: url(../images/z.png);
    background-repeat: no-repeat;
    background-position: 42% 50%;
}

.sypiclist .swiper-button-next3:hover {
    background-color: #00945b;
}

.sypiclist .swiper-button-prev3 {
    width: 35px;
    height: 35px;
    background-color: #c6c6c6;
    position: absolute;
    top: 40%;
    right: -18px;
    background-image: url(../images/z.png);
    background-repeat: no-repeat;
    background-position: 42% 50%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.sypiclist .swiper-button-prev3:hover {
    background-color: #00945b;
}

.index_news {
    overflow: hidden;
    width: 100%;
}

.index_news .news_z {
    overflow: hidden;
}

.index_news .news_z .case_sort ul {
    overflow: hidden;
}

.index_news .news_z .case_sort ul li {
    display: inline-block;
    width: 190px;
    height: 56px;
    line-height: 56px;
    border: 1px #d2d2d2 solid;
    text-align: center;
    margin-right: 5px;
}

.index_news .news_z .case_sort ul li a {
    font-size: 16px;
    color: #999;
}

.index_news .news_z .case_sort ul li a:hover {
    text-decoration: none;
}

.index_news .news_z .case_sort ul .current {
    background-color: #00945b;
    border: 1px #00945b solid;
}

.index_news .news_z .case_sort ul .current a {
    color: #fff;
}

.news_top {
    overflow: hidden;
    padding: 10px 0;
}

.news_top .pic {
    overflow: hidden;
}

.news_top .pic img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.news_top:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_top .wz {
    padding: 15px;
    overflow: hidden;
}

.news_top .wz h3 {
    margin-top: 0;
    font-size: 16px;
    color: #2a2a2a;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_top .wz p {
    font-size: 14px;
    color: #7b7b7b;
    text-indent: 2em;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_top .wz .more {
    width: 120px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    border: 1px #00945b solid;
    text-align: center;
    border-radius: 20px;
    color: #00945b;
    float: left;
    margin-top: 20px;
    transition: all 0.3s;
}

.news_top .wz .more:hover {
    background-color: #00945b;
    color: #fff;
}

.syxw_list {
    overflow: hidden;
    padding: 25px 0;
    margin-bottom: 0;
}

.syxw_list li {
    border: 1px #ebebeb solid;
    overflow: hidden;
    padding: 10px 0;
    background-image: url(../images/xwjt.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.syxw_list li .time {
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
    border-right: 1px #efeeee solid;
}

.syxw_list li .time h3 {
    margin: 0;
    color: #333;
    font-size: 22px;
}

.syxw_list li .time span {
    font-size: 16px;
    color: #aaaaaa;
}

.syxw_list li p {
    font-size: 14px;
    color: #7b7a7a;
    margin-bottom: 0;
    float: left;
    padding: 13px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news .case_sort {
    margin-bottom: 20px;
}

.syxw_list li:hover {
    box-shadow: 0 0px 4px 0 #ccc;
}

.index_news .news_y {
    padding-left: 60px;
}

.index_news .news_y .bt {
    overflow: hidden;
    border-top: 1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
    padding: 15px 0;
    background-image: url(../images/cjwt.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.index_news .news_y .bt p {
    font-size: 16px;
    margin-bottom: 0;
    color: #999;
}

.index_news .news_y .bt p span {
    font-size: 14px;
    margin-left: 5px;
}

.index_news .news_y ul {
    overflow: hidden;
    padding: 12px 0;
}

.index_news .news_y ul li {
    overflow: hidden;
    padding: 22px 0;
    border-bottom: 1px #ebebeb dashed;
}

.index_news .news_y ul li a:hover {
    text-decoration: none;
}

.index_news .news_y ul li h3 {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    background-image: url(../images/q.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    line-height: 30px;
    padding-left: 38px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.index_news .news_y ul li p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    padding-left: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tooter {
    overflow: hidden;
    background-color: #1c1c1c;
    padding-top: 40px;
}

.f_box {
    overflow: hidden;
}

.f_box .f_z ul {
    overflow: hidden;
}

.f_box .f_z ul h3 {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

.f_box .f_z ul li {
    overflow: hidden;
    padding: 2px 0;
}

.f_box .f_z ul li a {
    font-size: 12px;
    color: #c1c0c0;
}

.f_box .f_z .f_xx li {
    color: #c1c0c0;
    padding-left: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.f_box .f_z .f_xx li p {
    margin-bottom: 2px;
    font-size: 12px;
}

.f_box .f_z .f_xx .dh {
    background-image: url(../images/f1.svg);
    background-repeat: no-repeat;
    background-position: 0% 25%;
}

.f_box .f_z .f_xx .yx {
    background-image: url(../images/f2.svg);
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: 9%;
}

.f_box .f_z .f_xx .dz {
    background-image: url(../images/f3.svg);
    background-repeat: no-repeat;
    background-position: 0% 25%;
}

.f_box .f_y {
    overflow: hidden;
    text-align: right;
}

.f_box .f_y p {
    font-size: 13px;
    color: #c1c0c0;
    text-align: center;
    width: 55%;
    float: right;
    line-height: 50px;
}

.foot_f {
    width: 100%;
    background-color: #1c1c1c;
    border-top: 1px #232323 solid;
    padding: 15px 0;
}

.foot_f p {
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
}

.foot_f .link {
    padding: 0 20px;
    background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.foot_f .link p {
    font-size: 14px;
    color: #999;
}

.yqlj {
    position: absolute;
    bottom: 28px;
    right: 0;
    background-color: #fff;
    padding: 10px;
    display: none;
}

.yqlj li {
    line-height: 23px;
}

.yqlj li a {
    font-size: 15px;
    color: #333;
}

.foot_f .container {
    position: relative;
}

.goTop>img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.goTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    background-color: #fff;
    padding: 5px;
    border-radius: 2px;
}

.ny_banner {
    overflow: hidden;
    width: 100%;
}

.ny_banner.pc {
    display: block;
}

.ny_banner.shouji {
    display: none;
}

.ny_banner>img {
    display: block;
    width: 100%;
}

.ny_banner .container {
    position: relative;
}

.dqwz {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.dqwz img {
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.dqwz p {
    color: #fff;
    font-size: 14px;
}

.dqwz p a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.dqwz p span {
    margin: 0 5px;
}

.product_zs {
    overflow: hidden;
    padding: 30px 0;
    background-color: #f0f0f0;
}

.product_zs .bt {
    overflow: hidden;
    text-align: center;
}

.product_zs .bt h3 {
    font-size: 26px;
    font-weight: bold;
    color: #00945b;
    position: relative;
    margin-bottom: 0;
    position: relative;
}

.product_zs .bt h3 span {
    color: #096ec6;
}

.product_zs .bt h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 44%;
    height: 1px;
    background-color: #eceaea;
}

.product_zs .bt h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    width: 44%;
    height: 1px;
    background-color: #eceaea;
}

.product_zs .bt p {
    font-size: 12px;
    color: #898989;
    margin-top: 5px;
}

.product_fl {
    overflow: hidden;
}

.product_fl ul {
    overflow: hidden;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}

.product_fl ul li {
    display: inline-block;
    width: 15%;
    line-height: 40px;
}



/*.product_fl ul li a .on{ */
/*    background-color: #00945b;*/
/*    color: #fff;*/
/*    border: 1px #00945b solid;*/
    
/*}*/
.product_fl ul li:hover {
    background-color: #00945b;
}

.product_fl ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.product_fl ul li a {
    font-size: 16px;
    color: #5e5e5f
}

.cpzs_box {
    overflow: hidden;
}

.cpzs_box ul {
    overflow: hidden;
    padding: 15px 0;
}

.cpzs_box ul li {
    margin-bottom: 30px;
}

.cpzs_box ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}

.cpzs_box ul li a .pic {
    display: block;
    overflow: hidden;
}

.cpzs_box ul li a .pic img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.cpzs_box ul li a .wz {
    text-align: center;
    display: block;
    padding: 25px 15px;
    background-color: #fff;
    transition: all 0.3s;
}

.cpzs_box ul li a .wz h3 {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.cpzs_box ul li a .wz p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpzs_box ul li a .wz span {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.cpzs_box ul li a:hover {
    box-shadow: 0 8px 10px 0 #ccc;
}

.cpzs_box ul li a:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cpzs_box ul li a:hover .wz {
    background-color: #00945b;
    color: #fff;
}

.cpzs_box ul li a:hover .wz h3 {
    color: #fff;
}

.cpzs_box ul li a:hover .wz p {
    color: #fff;

}

.cpzs_box ul li a:hover .wz span {
    color: #fff;
}

.cpxq {
    overflow: hidden;
}

.cpxq .box1 {
    overflow: hidden;
    padding: 50px 0;
}

.cpxq .box1 .cpxq_pic {
    overflow: hidden;
    position: relative;
}

.swiper-button-nextxq {
    width: 30px;
    height: 30px;
    background: url(../images/cpxqjt.png) no-repeat center;
    position: absolute;
    left: 30px;
    top: 43%;
}

.swiper-button-prevxq {
    width: 30px;
    height: 30px;
    background: url(../images/cpxqjt.png) no-repeat center;
    position: absolute;
    right: 30px;
    top: 43%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.cpxq .box1 .cpxq_pic .swiper-slide {
    border: 1px #dcdcdc solid;
    overflow: hidden;
}

.cpxq .box1 .cpxq_pic .swiper-slide img {
    display: block;
    width: 100%;
}

.cpxq .box1 .wz {
    overflow: hidden;
    padding: 0 30px;
}

.cpxq .box1 .wz h3 {
    font-size: 22px;
    color: #4f4f4f;
    margin-bottom: 30px;
}

.cpxq .box1 .wz p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #4f4f4f;
}

.cpxq .box1 .wz .cpxq_dh {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px #e6e6e6 solid;
    margin-top: 40px;
}

.cpxq .box1 .wz .cpxq_dh .title {
    overflow: hidden;
    background-image: url(../images/xqdh.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 50px;
}

.cpxq .box1 .wz .cpxq_dh .title p {
    font-size: 17px;
    color: #393939;
    margin-bottom: 0px;
}

.cpxq .box1 .wz .cpxq_dh .title span {
    font-size: 20px;
    color: #393939;
}

.cpxq .box1 .wz .cpxq_dh a {
    display: block;
    width: 115px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #535353;
    margin-top: 5px;
    text-decoration: none;
}

.cpxq .box1 .wz .cpxq_dh a:hover {
    background-color: #00945b;
}

.cpxq .box2 {
    overflow: hidden;
}

.cpxqbt {
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px #dfdfdf solid;
}

.cpxqbt h3 {
    font-size: 28px;
    color: #000000;
}

.cpxqbt p {
    font-size: 20px;
    color: #595858;
    margin-bottom: 0;
}

.cpxq .box2 .xqnr {
    overflow: hidden;
    padding: 30px 10px;
}

.cpxq .box2 .xqnr p {
    font-size: 14px;
    color: #595858;
}

.cpxq .box3 {
    overflow: hidden;
}

.cpxq .box3 ul {
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 0;
}

.cpxq .box3 ul li {
    padding: 5px;
    padding-top: 60px;
}

.cpxq .box3 .cptd {
    border: 1px #bfbfbf solid;
    border-radius: 5px;
    position: relative;
    padding: 60px 15px 50px 15px;
    height: 240px;
    transition: all 0.3s;
}

.cpxq .box3 .cptd i {
    background-color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px #00945b solid;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 95px;
}

.cpxq .box3 .cptd i img {
    line-height: 60px;
    transition: all 0.3s;
}

.cpxq .box3 .cptd h3 {
    font-size: 18px;
    font-weight: bold;
    color: #373737;
    text-align: center;
    margin-bottom: 20px;
}

.cpxq .box3 .cptd p {
    font-size: 13px;
    color: #373737;
    text-align: center;
    line-height: 25px;
}

.cpxq .box3 .cptd:hover {
    background-color: #00945b;
}

.cpxq .box3 .cptd:hover h3 {
    color: #fff;
}

.cpxq .box3 .cptd:hover p {
    color: #fff;
}

.cpxq .box3 .cptd:hover i img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    /* Opera */
}

.cpxq .box4 {
    overflow: hidden;
}

.cpxq .box4 .cpxqbt {
    margin-bottom: 30px;
}

.xwzx ul li a .wz {
    text-align: left;
}

.xwzx ul li a .wz p {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xwzx ul li a .wz h3 {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.xwzx ul li a .wz span {
    font-size: 14px;
    color: #999;
    font-weight: 100;
    display: block;
    line-height: 35px;
    background-image: url(../images/news_jt.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.xwzx ul li a:hover .wz span {
    background-image: url(../images/news_jth.png);
}

.news_details .title {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px #ededed solid;
    padding: 30px 0;
    position: relative;
}

.news_details .title ul li {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
}

.news_details .title h3 {
    color: #00945b;
}

.news_details .title ul li p {
    margin-bottom: 0;
}

.news_details .title ul li p:before {
    content: "|";
    right: -2px;
    top: 20%;
    position: absolute;
}

.news_details .title ul li:last-child p:before {
    display: none;
}

.news_details .title a {
    display: block;
    width: 125px;
    height: 40px;
    border: 1px #dedcdc solid;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    right: 30px;
    bottom: 50px;
}

.news_details .title a:hover {
    background-color: #00945b;
    color: #fff;
}

.details_nr {
    overflow: hidden;
    padding: 30px;
}

.details_nr p {
    font-size: 14px;
    line-height: 23px;
    color: #666;
    margin-bottom: 0;
}

.news_details .fanye {
    padding: 15px 30px;
    overflow: hidden;
    font-size: 14px;
}

.news_details .fanye a {
    color: #666;
}

.tj_news {
    overflow: hidden;
    padding: 20px 0;
}

.tj_news h3 {
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px #dcdcdc solid;
    margin-bottom: 15px;
}

.tj_news h3 span {
    font-size: 12px;
    color: #000000;
    margin-left: 5px;
}

.tj_news h3 a {
    float: right;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

.tj_news .xwtj1 {
    padding-right: 50px;
}

.tj_news ul {
    overflow: hidden;
}

.tj_news ul li {
    overflow: hidden;
    line-height: 35px;
}

.tj_news ul li a {
    text-decoration: none;
}

.tj_news ul li p {
    float: left;
    color: #4f4f4f;
    color: 14px;
    margin-bottom: 0;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tj_news ul li span {
    font-size: 14px;
    color: #4f4f4f;
    float: right;
}

.industry {
    overflow: hidden;
    padding: 30px 0;
}

.industry ul {
    overflow: hidden;
}

.industry ul li {
    margin-bottom: 15px;
    overflow: hidden;
}

.industry ul li .pic {
    overflow: hidden;
    display: block;
}

.industry ul li .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.industry ul li .wz {
    overflow: hidden;
    background-color: #fff;
    padding: 32px 10% 32px 15px;
    transition: all 0.3s;
    background-image: url(../images/news_jt.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.industry ul li .wz h3 {
    color: #2a2a2a;
    font-size: 17px;
    margin-top: 0;
}

.industry ul li .wz p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.industry ul li .wz span {
    font-size: 14px;
    color: #999;
}

.industry ul li:hover .wz {
    background-color: #00945b;
    background-image: url(../images/news_jth.png);
}

.industry ul li:hover .wz h3 {
    color: #fff;
}

.industry ul li:hover .wz p {
    color: #fff;
}

.industry ul li:hover .wz span {
    color: #fff;
}

.industry ul li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.recruit {
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}

.recruit ul {
    margin-bottom: 0;
}

.recruit .level1 {
    overflow: hidden;
    background-color: #f2f5fa;
    margin-bottom: 10px;
}

.recruit .level1 h3 {
    font-size: 16px;
    color: #6f6f6f;
    margin-top: 0;
    margin-bottom: 0;
}

.recruit .level1 p {
    margin-bottom: 0;
    font-size: 14px;
    color: #6f6f6f;
}

.recruit .menu1 {
    overflow: hidden;
}

.recruit .level2 .zpnr {
    padding: 20px 30px;
    margin-top: 10px;
}

.recruit .level2 {
    overflow: hidden;
    padding: 0 15px;
    padding-bottom: 15px;
    display: none;
    margin-top: 10px;
}

.recruit_bt {
    overflow: hidden;
    padding: 10px 0;
    background-color: #f2f5fa;
    background-image: url(../images/zpjt.png);
    background-repeat: no-repeat;
    background-size: 1%;
    background-position: 99% 50%;
    padding-right: 30px;
}

.recruit .level2 .zpnr h3 {
    font-size: 18px;
    color: #00945b;
    margin-bottom: 10px;
}

.recruit .level2 .zpnr p {
    font-size: 14px;
    color: #7d7e7d;
    line-height: 25px;
}

.recruit .time {
    overflow: hidden;
    padding: 30px;
    border-top: 1px #c7cac7 solid;
}

.recruit .time p {
    color: #00945b;
    font-size: 16px;
    margin-bottom: 5px;
}

.recruit .time a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #999;
    border-radius: 15px;
    text-decoration: none;
    margin-top: 15px;
}

.recruit .time a:hover {
    background-color: #00945b;
}

.contact_us {
    overflow: hidden;
    padding: 30px 0;
}

.contact_us ul {
    overflow: hidden;
}

.contact_us ul li {
    overflow: hidden;
    line-height: 45px;
    padding-bottom: 10px;
    border-bottom: 1px #ededed solid;
    margin-bottom: 10px;
}

.contact_us ul li img {
    display: block;
    float: left;
    margin-right: 8px;
}

.contact_us ul li p {
    margin-bottom: 0;
    font-size: 14px;
}

.zxly {
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 30px;
}

.zxly .pic {
    overflow: hidden;
    margin-top: 30px;
}

.zxly .pic img {
    display: block;
    width: 100%;
}

.zxly .form {
    overflow: hidden;
    margin-top: 30px;
    padding-left: 60px;
}

.zxly .form input {
    width: 100%;
    line-height: 50px;
    border: 1px #e5e5e5 solid;
    margin-bottom: 15px;
    outline: none;
    padding: 0 10px;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.zxly .form textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    outline: none;
    border: 1px #e5e5e5 solid;
}

.zxly .form button {
    width: 150px;
    line-height: 40px;
    border: none;
    margin-top: 10px;
    outline: none;
    background-color: #dfdfdf;
}

.zxly .form button:hover {
    background-color: #00945b;
    color: #fff;
}

.company_profile {
    overflow: hidden;
    background-color: #f4f4f4;
}

.subMenu {
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
}

.subMenu .inner a {
    display: inline-block;
    width: 145px;
    line-height: 40px;
    border: 1px #d2d2d2 solid;
    background-color: #fff;
    color: #5d5d5d;
    font-size: 16px;
    text-decoration: none;
    margin: 0 5px;
}

.subMenu .inner a:hover {
    background-color: #00945b;
    color: #fff;
    border: 1px #00945b solid;
}

.section {
    overflow: hidden;
}

.company_profile .s1 {
    background-color: #f4f4f4;
    padding: 20px 0;
}

.company_profile .s2 {
    background-color: #fff;
    position: relative;
    padding-bottom: 50px;
}

.company_profile .s3 {
    background-color: #f4f4f4;
    padding-bottom: 30px;
}

.company_profile .s4 {
    background-color: #fff;
    padding-bottom: 50px;
}

.company_profile .s1 .pic img {
    display: block;
    width: 100%;
}

.company_profile .s1 .wz {
    overflow: hidden;
    padding-left: 60px;
}

.company_profile .s1 .wz p {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 23px;
    text-align: justify;
}

.section .bt {
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
}

.section .bt h3 {
    font-size: 26px;
    font-weight: bold;
    color: #00945b;
    position: relative;
    margin-bottom: 0;
}

.section .bt h3 span {
    color: #096ec6;
}

.section .bt h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 44%;
    height: 1px;
    background-color: #eceaea;
}

.section .bt h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    width: 44%;
    height: 1px;
    background-color: #eceaea;
}

.section .bt p {
    font-size: 12px;
    color: #898989;
    margin-top: 5px;
}

.qyrr {
    overflow: hidden;
}

.qyrr .swiper-slide {
    text-align: center;
    overflow: hidden;
}

.qyrr .swiper-slide .pic {
    display: block;
    overflow: hidden;
}

.qyrr .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.qyrr .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.qyrr .swiper-slide p {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.qyfc {
    overflow: hidden;
    padding-bottom: 50px;
}

.qyfc .swiper-slide img {
    display: block;
    width: 100%;
}

.qylc {
    overflow: hidden;
    padding: 15px 0;
    background-color: #fff;
}

.qylc .swiper-slide a {
    display: block;
    text-decoration: none;
}

.qylc .pic img {
    display: block;
    width: 100%;
}

.qylc .swiper-slide .wz h3 {
    font-size: 25px;
    color: #ee2319;
    font-weight: bold;
    margin-bottom: 15px;
}

.qylc .swiper-slide .wz p {
    font-size: 14px;
    color: #828282;
    line-height: 24px;
}

.qylc .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #00945b;
    position: absolute;
    z-index: 999;
    top: 60%;
    right: 12%;
    background-image: url(../images/z.png);
    background-repeat: no-repeat;
    background-size: 25%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.qylc .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #00945b;
    position: absolute;
    background-image: url(../images/z.png);
    background-repeat: no-repeat;
    background-size: 25%;
    z-index: 999;
    top: 60%;
    left: 12%;
}

@media (max-width: 768px) {
    .ny_banner.pc {
        display: none;
    }
    .ny_banner.shouji {
        display: block;
    }
    .t_box1 {
        display: none;
    }
    .t_box2 {
        display: none;
    }
    .navbar-header .logo {
        width: 60%;
        margin: 6px 15px;
    }
    .navbar-header .logo img {
        width: 100%;
    }
    .t_box3 {
        background-image: none;
    }
    .navbar-default {
        background-image: none !important;
    }
    .sjd {
        display: block;
    }
    .dnd {
        display: none;
    }
    .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: #00945b;
        display: block;
        margin: 7px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-toggle {
        padding: 0px 10px !important;
    }
    .banner {
        display: none;
    }
    .index_title {
        overflow: hidden;
        text-align: center;
        padding: 20px 0;
    }
    .index_title h3 {
        font-size: 24px;
    }
    .index_title h3:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 26%;
        width: 45px;
        height: 45px;
        background: url(../images/bt.png) center no-repeat;
        background-size: 70%;
    }
    .index_title h3:after {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        right: 26%;
        width: 45px;
        height: 45px;
        background: url(../images/bt.png) center no-repeat;
        background-size: 70%;
    }
    .index_title p {
        font-size: 12px;
        color: #474747;
        margin-top: 10px;
    }
    .index_product .tab .case_sort ul li {
        display: inline-block;
        width: 45%;
        line-height: 65px;
        background-color: #f4f4f4;
        margin: 2px 0%;
        background-position: 30% 50%;
    }
    .index_product .tab .case_sort ul li:nth-child(1) {
        background-image: url(../images/lm1.png);
        background-repeat: no-repeat;
        background-position: 7% 50%;
    }
    .index_product .tab .case_sort ul li a {
        margin-left: 26%;
    }
    .index_product .tab .case_sort ul li:nth-child(2) {
        background-image: url(../images/lm2.png);
        background-repeat: no-repeat;
        background-position: 12% 50%;
    }
    .index_product .tab .case_sort ul li:nth-child(3) {
        background-image: url(../images/lm3.png);
        background-repeat: no-repeat;
        background-position: 7% 50%;
    }
    .index_product .tab .case_sort ul li:nth-child(4) {
        background-image: url(../images/lm4.png);
        background-repeat: no-repeat;
        background-position: 13% 50%;
    }
    .index_industry .case_sort ul li {
        width: 46%;
        display: inline-block;
        background-color: #0863b2;
        color: #fff;
        padding: 5px;
        margin: 2px;
    }
    .index_industry .case_sort ul {
        text-align: center;
    }
    .index_industry .case_sort ul li a {
        display: block;
        border: 1px #e5e5e5 solid;
        padding: 10px 10px;
        color: #fff;
    }
    .index_industry .case_sort ul li a h3 {
        font-size: 15px;
        color: #fff;
        margin-top: 6px;
        margin-bottom: 0;
        background-image: url(../images/hyjt.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 10%;
        text-align: left;
    }
    .index_industry .case_sort ul li a p {
        font-size: 14px;
        color: #fff;
        opacity: 0.5;
        margin-bottom: 0;
        text-align: left;
    }
    .index_industry .tab-con-item a .industry_wz {
        background-color: #fff;
        padding: 15px 30px;
    }
    .index_industry .tab-con-item a .industry_wz .bt h3 {
        font-size: 20px;
        color: #00945b;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .index_industry .tab-con-item a .industry_wz .bt span {
        font-size: 16px;
        color: #383838;
    }
    .index_industry .tab-con-item a .industry_wz p {
        font-size: 14px;
        color: #a0a0a0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index_industry .tab-con-item a .industry_wz .more {
        display: block;
        width: 30%;
        height: 37px;
        border: 1px #00945b solid;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        margin-top: 15px;
        color: #00945b;
    }
    .index_case .case_box1 ul li {
        text-align: center;
        margin-bottom: 20px;
    }
    .case_box2 .cb2_z {
        display: none;
    }
    .case_box2 .cb2_y {
        width: 94%;
        overflow: hidden;
        float: none;
        margin: auto;
    }
    .index_advantage .index_title h3:before {
        left: 12%;
    }
    .index_advantage .index_title h3:after {
        right: 13%;
    }
    .index_advantage ul li a {
        display: block;
        background-color: #00945b;
        padding: 25px 15px;
        color: #fff;
        transition: all 0.3s;
    }
    .index_advantage ul li a p {
        font-size: 12px;
        height: 70px;
    }
    .index_advantage ul li {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .index_advantage .ys_t {
        width: 94%;
        overflow: hidden;
        height: 48px;
        background: none;
        background-size: 100%;
        margin: 0px auto 20px auto;
        text-align: center;
    }
    .index_advantage .ys_t a {
        display: block;
        float: none;
        display: inline-block;
        height: 35px;
        border: 1px #dbdbdb solid;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        color: #656565;
        transition: all 0.3s;
        margin-left: 0px;
        width: 30%;
        margin: 0 5px;
    }
    .index_us {
        background: none;
        padding-top: 0%;
    }
    .index_us .us_z {
        overflow: hidden;
        position: relative;
        width: 94%;
        margin: auto;
        float: none;
    }
    .index_us .us_z .bt {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        padding: 18% 0;
        opacity: 1;
        transition: all 0.3s;
    }
    .index_us .us_z i {
        opacity: 1;
    }
    .index_us .us_y {
        background-color: #fff;
        padding: 40px 15px;
    }
    .index_us .us_y a h3 {
        margin-top: 0;
        font-size: 20px;
        color: #393939;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .index_piclist {
        overflow: hidden;
        width: 96%;
        padding: 0px 0;
        margin: auto;
    }
    .index_us .us_z .row>img {
        width: 100%;
    }
    .index_product .tab-con {
        padding: 15px 20px;
    }
    .product_lb .swiper-slide p {
        line-height: 50px;
        font-size: 14px;
        color: #515050;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 5px;
        margin-bottom: 0;
    }
    .sypiclist .swiper-button-prev3 {
        width: 30px;
        height: 30px;
        background-color: #c6c6c6;
        position: absolute;
        top: 40%;
        right: 0px;
    }
    .sypiclist .swiper-button-next3 {
        width: 30px;
        height: 30px;
        background-color: #c6c6c6;
        position: absolute;
        top: 40%;
        left: 0px;
    }
    .index_news .news_z .case_sort ul li {
        display: inline-block;
        width: 48%;
        height: 50px;
        line-height: 48px;
        border: 1px #d2d2d2 solid;
        text-align: center;
        margin-right: 0px;
    }
    .index_news .news_z .case_sort ul {
        overflow: hidden;
        text-align: center;
    }
    .index_news .news_z .tab-com {
        width: 94%;
        margin: auto;
    }
    .news_top .wz {
        padding: 15px 0;
        overflow: hidden;
    }
    .syxw_list li .time h3 {
        margin: 0;
        color: #333;
        font-size: 20px;
    }
    .syxw_list li {
        background-size: 7%;
    }
    .syxw_list {
        overflow: hidden;
        padding: 0px 0 25px 0;
        margin-bottom: 0;
    }
    .index_news .news_y {
        padding-left: 0px;
    }
    .index_news .news_y {
        padding: 0 15px;
        overflow: hidden;
        float: none;
        width: 94%;
        margin: auto;
    }
    .goTop {
        position: fixed;
        right: 10px;
        bottom: 20px;
        z-index: 999999;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
    }
    /* SIX */
    #hamburger-6.is-active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #hamburger-6.is-active .line:nth-child(2) {
        width: 0px;
    }
    #hamburger-6.is-active .line:nth-child(1),
    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    #hamburger-6.is-active .line:nth-child(1) {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(90deg);
        -ms-transform: translateY(-10px) rotate(90deg);
        -o-transform: translateY(-10px) rotate(90deg);
        transform: translateY(-10px) rotate(90deg);
    }
    .sj_banner {
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    .sj_banner .swiper-slide img {
        display: block;
        width: 100%;
    }
    .sj_banner .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        background-color: #fff;
        border-radius: 0;
        opacity: 1;
    }
    .sj_banner .swiper-pagination-bullet-active {
        background-color: #e70f1b;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        text-align: left;
        width: 100% !important;
        margin: auto;
        left: 0;
        text-align: center;
        right: 0;
    }
    .tck video {
        width: 100%;
        height: 270px;
    }
    .sj_foot {
        overflow: hidden;
        width: 100%;
        background-color: #2f2f2f;
    }
    .sj_foot ul {
        overflow: hidden;
        margin: 0;
    }
    .goTop {
        display: none;
    }
    .sj_foot ul li {
        width: 25%;
        float: left;
        text-align: center;
        padding: 10px 0;
        position: relative;
    }
    .sj_foot ul li a {
        display: block;
    }
    .sj_foot ul li a p {
        margin-bottom: 0;
        font-size: 16px;
        color: #fff;
        margin-top: 8px;
    }
    .sj_foot ul li:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        opacity: .2;
    }
    .sj_foot ul li:hover {
        background-color: #00945b;
    }
    .product_fl ul li {
        display: inline-block;
        width: 24%;
        line-height: 35px;
        border-radius: 15px;
    }
    .product_fl ul li a {
        font-size: 12px;
        color: #5e5e5f;
    }
    .cpxq .box1 {
        overflow: hidden;
        padding: 25px 15px;
    }
    .cpxq .box1 .wz {
        overflow: hidden;
        padding: 0 15px;
    }
    .cpxq .box2 {
        overflow: hidden;
        padding: 0 15px;
    }
    .cpxqbt h3 {
        font-size: 24px;
        color: #000000;
        margin-bottom: 5px;
    }
    .cpxqbt p {
        font-size: 16px;
        color: #595858;
        margin-bottom: 0;
    }
    .cpxqbt {
        overflow: hidden;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px #dfdfdf solid;
    }
    .cpxq .box2 .xqnr {
        overflow: hidden;
        padding: 20px 0px;
    }
    .cpxq .box3 {
        overflow: hidden;
        padding: 0 15px;
    }
    .cpxq .box3 ul {
        overflow: hidden;
        padding: 20px 0;
        margin-bottom: 0;
    }
    .product_zs .bt h3 {
        font-size: 24px;
        font-weight: bold;
        color: #00945b;
        position: relative;
        margin-bottom: 0;
    }
    .product_zs .bt h3:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0%;
        width: 35%;
        height: 1px;
        background-color: #eceaea;
    }
    .product_zs .bt h3:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0%;
        width: 36%;
        height: 1px;
        background-color: #eceaea;
    }
    .news_details .title {
        overflow: hidden;
        text-align: center;
        border-bottom: 1px #ededed solid;
        padding: 15px 0;
        position: relative;
        padding-bottom: 50px;
    }
    .news_details .title h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .news_details .title ul li {
        display: inline-block;
        padding: 10px 10px;
        position: relative;
    }
    .news_details .title a {
        display: block;
        width: 100px;
        height: 35px;
        border: 1px #dedcdc solid;
        line-height: 35px;
        text-align: center;
        color: #666;
        font-size: 14px;
        text-decoration: none;
        border-radius: 15px;
        position: absolute;
        right: 30px;
        bottom: 15px;
    }
    .details_nr {
        overflow: hidden;
        padding: 15px;
    }
    .news_details .fanye {
        padding: 15px 15px;
        overflow: hidden;
        font-size: 14px;
    }
    .news_details .fanye li {
        width: 100%;
    }
    .tj_news {
        overflow: hidden;
        padding: 15px;
    }
    .tj_news .xwtj1 {
        padding-right: 15px;
        margin-bottom: 0;
    }
    .tj_news .xwtj2 {
        padding-left: 15px;
    }
    .industry ul li .wz {
        overflow: hidden;
        background-color: #fff;
        padding: 32px 16% 32px 15px;
        transition: all 0.3s;
        background-image: url(../images/news_jt.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .product_zs {
        overflow: hidden;
        padding: 10px 0;
        background-color: #f0f0f0;
    }
    .recruit {
        overflow: hidden;
        background-color: #fff;
        padding: 10px;
        margin-top: 10px;
    }
    .recruit_bt .zprs {
        display: none;
    }
    .recruit_bt {
        padding-right: 0;
        background-position: 97% 50%;
        background-size: 3%;
    }
    .recruit .level1 h3 {
        font-size: 14px;
        color: #6f6f6f;
        margin-top: 0;
        margin-bottom: 0;
    }
    .recruit .level1 p {
        margin-bottom: 0;
        font-size: 12px;
        color: #6f6f6f;
    }
    .recruit .level2 .zpnr {
        padding: 0px;
        margin-top: 10px;
        padding-bottom: 15px;
    }
    .recruit .time {
        overflow: hidden;
        padding: 15px 0px;
        border-top: 1px #c7cac7 solid;
    }
    .recruit .time a {
        display: block;
        width: 110px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #999;
        border-radius: 15px;
        text-decoration: none;
        margin-top: 15px;
    }
    .contact_us {
        overflow: hidden;
        padding: 20px 15px;
    }
    .zxly {
        overflow: hidden;
        background-color: #f9f9f9;
        padding: 15px;
    }
    .zxly .form {
        overflow: hidden;
        margin-top: 30px;
        padding-left: 15px;
    }
    .subMenu {
        overflow: hidden;
        text-align: center;
        padding: 25px 0;
    }
    .subMenu .inner a {
        display: inline-block;
        width: 22%;
        line-height: 35px;
        border-radius: 15px;
        border: 1px #d2d2d2 solid;
        background-color: #fff;
        color: #5d5d5d;
        font-size: 14px;
        text-decoration: none;
        margin: 0 0px;
    }
    .company_profile .s1 {
        background-color: #f4f4f4;
        padding: 0px 15px;
    }
    .company_profile .s1 .wz {
        overflow: hidden;
        padding-left: 15px;
        padding-top: 15px;
        text-align: justify;
    }
    .section .bt {
        overflow: hidden;
        text-align: center;
        padding: 30px 0;
    }
    .section .bt h3 {
        font-size: 24px;
        font-weight: bold;
        color: #00945b;
        position: relative;
        margin-bottom: 0;
    }
    .section .bt h3:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0%;
        width: 36%;
        height: 1px;
        background-color: #eceaea;
    }
    .section .bt h3:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0%;
        width: 36%;
        height: 1px;
        background-color: #eceaea;
    }
    .qyrr {
        overflow: hidden;
        width: 96%;
        margin: auto;
    }
    #certify {
        position: relative;
        width: 94% !important;
        margin: 0 auto
    }
    #certify .swiper-button-next {
        display: none;
    }
    #certify .swiper-button-prev {
        display: none;
    }
    #certify .swiper-slide p {
        line-height: 60px;
    }
    #certify .swiper-container {
        padding-bottom: 0px;
    }
    #certify .swiper-slide {
        margin: auto;
        background: #fff;
        box-shadow: none !important;
    }
    #certify .swiper-container {
        padding-bottom: 0;
    }
    .qylc .swiper-button-next {
        top: 95%;
    }
    .qylc .swiper-button-prev {
        top: 95%;
    }
}