@charset "UTF-8";

/*banner*/
.banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    top: 0;
}

.swiper-container {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 9;
    text-align: center;
    bottom: 8px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #fff;
    opacity: 0.4;
    display: inline-block;
    margin: 4px;
    border-radius: 50px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .container {
    height: 100%;
    display: table;
}

.banner .container .nr-cz {
    height: 820px;
    width: 100%;
}

.banner .container .ban-img1 {
    margin-left: -100%;
    opacity: 0;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    padding-top: 50px;
}

.swiper-slide-active .banner .container .ban-img1 {
    margin-left: 0%;
    opacity: 1;
}

.banner .container .ban-img2 {
    margin-right: -100%;
    opacity: 0;
    float: right;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    padding-top: 50px;
}

.swiper-slide-active .banner .container .ban-img2 {
    margin-right: 0%;
    opacity: 1;
}

/*service*/
.service ul {
    margin: 0 -10px 20px -10px;
}

.service li {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.service li .ser-box {
    margin: 0 10px;
    background: #00923f;
    border-radius: 5px;
    text-align: center;
    padding: 25px 0;
    height: 158px;
}

.service li a::before {
    content: "01";
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}

.service li:nth-of-type(1) a::before {
    content: "01";
}

.service li:nth-of-type(2) a::before {
    content: "02";
}

.service li:nth-of-type(3) a::before {
    content: "03";
}

.service li:nth-of-type(4) a::before {
    content: "04";
}

.service li:nth-of-type(5) a::before {
    content: "05";
}

.service li h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
}

.service li p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}

.ser-more, .case-more {
    width: 125px;
    height: 40px;
    border: 1px solid #e3e3e3;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #979797;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
}

/*about*/
.about {
    width: 100%;
    margin-top: 40px;
    background: 
    position: relative;
    padding: 55px 0 20px;
}

.about_left {
    float: left;
     width: 560px;
    
}

.about .about-box {
    text-align: left;
    position: relative;
    z-index: 9;
}

.about-box h2 {
    color: #444444;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.about-box h6 {
    color: #bfbfbf;
    font-size: 12px;
    line-height: 20px;
}

.about .about-box p {
    color: #444444;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}

.about .about-box a {
    color: #fff;
    width: 130px;
    height: 34px;
    line-height: 34px;
    background: #00923f;
    text-align: center;
    font-size: 14px;
    display: block;
    border-radius: 20px;
}

.about ul {
    position: relative;
    z-index: 9;
    margin: 40px -7.5px 0 -7.5px;
}

.about li {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.about li .about-pic {
    height: 120px;
    margin: 0 7.5px;
    border: 1px solid #e1e1e1;
}

.about li .about-pic a {
    display: table;
    width: 100%;
    height: 120px;
}

.about li p {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
}

.about_right {
    width: 500px;
    float: right;
    margin-top: 20px;
}

/*team*/
.team {
    width: 100%;
    background: #f2f2f2;
    position: relative;
    padding-bottom: 20px;
}

.team::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 158px;
    top: 128px;
    left: 0;
    background: #fff;
    z-index: 1;
}

.team .container {
    position: relative;
}

.swiper-container2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 9;
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-container2 .swiper-slide {
    text-align: center;
}

.team .swiper-container2 h2 {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}

.swiper-button-next2, .swiper-button-prev2, .swiper-button-next3, .swiper-button-prev3, .swiper-button-next4, .swiper-button-prev4 {
    width: 21px;
    height: 39px;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -10px;
    z-index: 99;
    cursor: pointer;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    opacity: 0.7;
}

.swiper-button-next2, .swiper-button-next3, .swiper-button-next4 {
    background: url(../images/jt_one.png);
}

.swiper-button-prev2, .swiper-button-prev3, .swiper-button-prev4 {
    background: url(../images/jt_one1.png);
    left: auto;
    right: -35px
}

.swiper-button-next2:hover, .swiper-button-prev2:hover, .swiper-button-next3:hover, .swiper-button-prev3:hover, .swiper-button-next4:hover, .swiper-button-prev4:hover {
    opacity: 1;
}

/*guanggao1*/
.guanggao1 {
    width: 100px;
    background: url(../images/smban1_08.jpg) no-repeat center top;
    text-align: right;
    height: 190px;
}

.guanggao1 h2 {
    color: #ffffff;
    font-size: 22px;
    line-height: 35px;
    padding-top: 35px;
}

.guanggao1 h1 {
    color: #ffffff;
    font-size: 35px;
    line-height: 40px;
    font-family: Impact, Haettenschweiler;
}

/*advan*/
.advan {
    width: 100%;
    background: #f3f3f3;
    padding: 40px 0;
}

.advan .advan-til {
    text-align: center;
    padding-bottom: 20px;
}

.advan li {
    background: url(../images/ys_icon-bg.png) no-repeat left top;
    font-size: 0;
    line-height: 0;
    width: 52%;
    padding-bottom: 40px;
}

.advan li::before {
    content: "01";
    font-size: 32px;
    line-height: 75px;
    color: #fff;
    padding-left: 40px;
    font-family: Impact, Haettenschweiler;
    font-style: italic;
    width: 120px;
    display: inline-block;
}

.advan li:nth-of-type(2)::before {
    content: "02"
}

.advan2 li:nth-of-type(1)::before {
    content: "03"
}

.advan2 li:nth-of-type(2)::before {
    content: "04"
}

.advan li h2 {
    font-size: 30px;
    line-height: 40px;
    color: #e5151a;
    font-weight: 700;
    display: inline-block;
    width: 80%;
}

.advan li p {
    display: inline-block;
    padding-left: 120px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.advan1 {
    background: url(../images/ys-pic1.png) no-repeat right center;
    padding: 20px 0;
}

.advan2 {
    background: url(../images/ys-pic2.png) no-repeat 40px center;
    padding: 20px 0;
}

.advan2 li {
    float: right;
}

/*case*/
.case .container, .honor .container {
    position: relative;
}

.case_pic {
    position: relative;
    width: 100%;
}

.swiper-container3, .swiper-container4 {
    width: 100%;
    overflow: hidden;
}

.case .swiper-slide:hover .case_pic a {
    -webkit-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    -moz-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    -o-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
    transform: translateX(0%) translateZ(0) rotateY(0deg) scale(1);
}

.case_pic a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 5px solid #00923f;
    top: 0;
    left: 0;
    transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    -moz-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    -o-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    -ms-transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
    transform: translateX(0%) translateZ(0) rotateY(0deg) scale(0);
}

.case_pic .case-box {
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
    margin: 8%;
    text-align: center;
}

.case_pic .case-box h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding: 45px 0 20px 0;
}

.case_pic .case-box span {
    color: #0e74ce;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
}

.case .swiper-slide:hover h2 {
    background: #0e74ce
}

.case .swiper-slide:hover h2 a {
    color: #fff;
}

.case .swiper-container3 h2 {
    line-height: 50px;
    font-size: 16px;
    background: #ebebeb;
    text-align: center;
}

.case .swiper-container3 h2 {
    color: #333333;
}

/*guanggao2*/
.guanggao2 {
    width: 100%;
    background: #f3f3f3;
    padding: 40px 0;
}

.guanggao2 .ggt_left {
    width: 50%;
    float: left;
}

.ggt_left h1 {
    color: #00923f;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.ggt_left p {
    padding-top: 10px;
    color: #888888;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.ggt_right {
    float: right;
    width: 500px;
    background: #00923f;
    position: relative;
    height: 128px;
    text-align: center;
}

.ggt_right::after {
    content: "7x24";
    color: #2c9c56;
    font-size: 110px;
    line-height: 128px;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    font-family: Impact, Haettenschweiler;
    text-align: center;
    display: block;
    position: absolute;
}

.ggt_right span {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    z-index: 9;
    display: block;
    padding-top: 25px;
}

.ggt_right h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 9;
    line-height: 45px;
}

.case-more {
    margin: 30px auto 40px auto;
}

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

.news .news_fl li {
    padding: 0 30px;
}

.news-main {
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.news .news_fl li a {
    color: #424242;
    font-size: 15px;
    line-height: 40px;
    background: #ebebeb;
    border-radius: 5px;
    display: block;
    padding: 0 25px;
}

.news .news_fl li:hover a, .news .news_fl li.current a {
    background: #00923f;
    color: #fff;
}

.news .news-maind {
    width: 1200px;
    padding-left: 350px;
    background: url(../images/news_til_bg_14.jpg) no-repeat left top;
    margin-top: 30px;
    min-height: 400px;
}

.news-stil {
    border-bottom: 2px solid #075377;
}

.news-stil h2 {
    color: #090909;
    font-size: 20px;
    line-height: 55px;
    display: inline-block;
    font-weight: 700;
}

.news-stil a {
    float: right;
    color: #333333;
    font-size: 14px;
    line-height: 55px;
}

.news-nr {
    float: left;
    width: 390px;
    padding-top: 30px;
}

.news-nr h2 {
    position: relative;
    color: #1a1a1a;
    font-size: 24px;
    padding-bottom: 14px;
}

.news-nr h2 span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.news-nr h2::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #00923f;
    display: block;
    left: 0;
    bottom: 0;
}

.news-nr h3 {
    padding: 25px 0 12px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.news-nr h3 a {
    color: #00923f;
}

.news-nr .news-more {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #848484;
    color: #848484;
    font-size: 14px;
    display: block;
    margin-top: 50px;
}

.news-box {
    width: 100%;
    height: 100%;
    background: #fff;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.news-box ul {
    float: right;
    width: 420px;
    padding-top: 50px;
}

.news-box li {
    background: #f5f5f5;
    padding: 20px;
}

.news-box li:hover {
    background: #00923f;
}

.news_date {
    float: left;
    padding-right: 20px;
    text-align: left;
    border-right: 1px solid #cccccc;
}

.news-box li:hover .news_date h2, .news-box li:hover .news_date h2 span, .news-box li:hover .news_mian h3 a, .news-box li:hover .news_mian p {
    color: #fff;
}

.news_date h2 {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 30px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.news_date h2 span {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.news_mian {
    width: 71%;
    float: right;
}

.news_mian h3 {
    line-height: 20px;
}

.news_mian h3 a {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_mian p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

/*honor*/
.honor {
    background: #f3f3f3;
    margin: 45px 0 20px;
    padding-bottom: 35px;
}

.honor .honor_pic {
    margin: 10px;
    -moz-box-shadow: 0 2px 10px #a5a5a5;
    -webkit-box-shadow: 0 2px 10px #a5a5a5;
    box-shadow: 0 2px 10px #a5a5a5;
}

.honor .honor_pic img {
    max-width: 100%;
}

/*links*/
.links {
    width: 100%;
    padding-bottom: 40px;
}

.links-til {
    text-align: center;
}

.links-til h2 {
    position: relative;
    top: 16px;
    background: #fff;
    display: inline-block;
    color: #00923f;
    font-size: 24px;
    z-index: 99;
    line-height: 30px;
    padding: 0 15px;
}

.links ul {
    border: 3px solid #00923f;
    padding: 25px;
}

.links ul li {
    padding-right: 20px;
}

/* 文章列表 */
.div_article {
    margin-top: 24px;
}

/* 文章顶部栏 */
.item_article_first {
    background-color: #34374C !important;
    border-color: #34374C !important;
}

.item_article {
    min-height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.item_article .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.div_center {
    height: auto;
    max-height: 140px;
    overflow: hidden;
}

.div_article_title {
    font-size: 22px;
}

.div_article_content {
    color: #a0a0a0;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
}

.iv_article {
    width: 88px;
    height: 88px;
    margin: auto;
}

.div_right_info {
    text-align: right;
}


/*!*四图*!*/
/*.four_img{*/

/*}*/

/*.four_img ul{*/
/*width: 800px;*/
/*}*/

/*.four_img ul li {*/
/*display: inline-block;*/
/*height: 100px;*/
/*width: 400px;*/
/*margin-right: 30px;*/
/*}*/

.inews { padding:10px 0; width:1200px; }
.inews .head { height:60px; line-height:60px; margin:0 0 20px; text-align:center; }
.inews .head h2,
.inews .head h3 { display:inline-block; +display:inline; +zoom:1; vertical-align:middle; font-size:24px; font-weight:normal; }
.inews .head h2 { }
.inews .head h3 { text-transform:uppercase; margin:0 0 0 8px; }
.inews .list2 { float:right; width:600px;margin-right: 50px;} 
.inews .list2 dd { padding:5px 5px 5px 165px; width:580px; height:124px; position:relative; background:#efefef; margin:0 0 14px; transition:all .5s ease; }
.inews .list2 .img { position:absolute; left:5px; top:5px; }
.inews .list2 img { display:block; width:151px; height:114px; }
.inews .list2 h3 { font-size:16px; line-height:40px; padding:10px 0 0; font-weight:normal; }
.inews .list2 p { height:50px; line-height:25px; overflow:hidden; color:#999; }
.inews .list2 a { }
.inews .list2 dd:hover { background:#e5e5e5; }
.inews .main { float:left; width:533px; overflow:hidden; height:400px; position:relative;margin-right: -10px; }
.inews .list { float:left; width:550px; }
.inews .list li { float:left; width:550px; }
.inews .list a { display:block; position:relative; }
.inews .list img { display:block; width:100%; height:400px; transition:all 5s ease-out; }
.inews .list li:hover img { transform:scale(1.2, 1.2); }
.inews .tip { position:absolute; bottom:10px; right:10px; line-height:0; }
.inews .tip li { display:inline-block; +display:inline; +zoom:1; width:16px; height:16px; line-height:16px; text-align:center; background:#FFF; font-size:12px; margin:0 0 0 2px; cursor:pointer; }
.inews .tip li.active { background:#f30; color:#FFF; }

.iaboutt { background: #f2f2f2; width:100%; height: 130px; padding: 20px; margin-top: 20px;}
.iabout { padding:20px 0 20px;  width:100%; }
.iabout .head { height:60px; line-height:60px; margin:0 0 20px; text-align:center; }
.iabout .head h2,
.iabout .head h3 { display:inline-block; +display:inline; +zoom:1; vertical-align:middle; font-size:34px; font-weight:normal; }
.iabout .head h2 { }
.iabout .head h3 { text-transform:uppercase; margin:0 0 0 8px; }
.iabout .sketch { float: left; margin-left: 40px; width:550px;   }
.iabout .sketch img { display:block; width:100%; height:257px; }
.iabout .ins { float:left; width:560px; height:257px; overflow:hidden; margin-left: 10px; }
.iabout .ins h2 { font-size:30px; line-height:30px; margin:0 0 10px; }
.iabout .ins p { text-align:justify; line-height:30px; }
.iabout .ins a { color:#fff;width: 130px;height: 34px;line-height: 34px;background:#198dc6;text-align: center;font-size: 14px;
display: block;border-radius: 20px; }
.iabout .url { float:right; width:; padding:0 0 0 6px; border-left:1px solid #ddd;  }
.iabout .url dd { width:160px; border-top:1px solid #ddd; text-align:center; }
.iabout .url dd:first-child { border-top:0; }
.iabout .url a { display:block; position:relative; padding:10px 0; }
.iabout .url img { display:block; margin:0 auto; width:60px; height:60px; }
.iabout .url h3 { line-height:30px; font-size:20px; font-weight:normal; }
.iabout .url h4 { line-height:16px; font-size:12px; font-weight:normal; }

.imglists{width:1200px; margin: 10px 30px 10px 20px; overflow:hidden}
.imglists ul  { padding:0; margin:0}
.imglists ul li {float:left; width:380px; margin-left:10px;}
.imglists ul li.lasts{margin-right:10px;}



