﻿html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
body a.wfEditorMode{display:none;}
body.wfEditorMode a.wfEditorMode{display:block;height:1.3em;line-height:1.3em;float:right;margin:0;padding:0 0.5em;background:white;color:#99ccff;margin-top:-1.3em}
#fullpage {
    height: 100%;
}

.header {
    position: fixed;
}

#fullpage .slide {
    position: relative;
}

#fullpage .slide .slide-pic img {
    height: 100%;
    width: 100%;
}

#fullpage .slide .slide-info {
    font-size: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#fullpage .slide .slide-info:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#fullpage .slide .slide-info-box {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    color: #242424;
}

#fullpage .slide .slide-info-box .tip {
    font-size: 14px;
    font-weight: bold;
}

#fullpage .slide .slide-info-box h2 {
    font-size: 40px;
    padding: 12px 0 24px;
    color:#fff;
}

#fullpage .slide .slide-info-box p {
    font-size: 16px;
    line-height: 24px;
    color:#fff;
}

#fullpage .slide .slide-info-box .more {
    color: #fff;
    display: inline-block;
    width: 214px;
    height: 58px;
    line-height: 58px;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #38b25d;
    border-radius: 30px;
    background-color: #38b25d;
}

#fullpage .slide .slide-info-box .more:hover {
    background-color: transparent;
    color: #38b25d;
}

#fullpage .section {
    position: relative;
    overflow: hidden;
}

#fullpage .section .page-bg {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    top: 0;

}

#fullpage .section .page-bg img {
    display: block;
    float: left;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*height: 100%;*/
}

#fullpage .section .section-cont {
    position: absolute;
    /*top: 40px;*/
    width: 100%;
    padding: 96px 0 0;
    color: #fff;
}

#fullpage .section .section-cont h2 {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
}

#fullpage .section .section-cont h3 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 28px;
    line-height: 100%;
}

#fullpage .section .section-cont.colorF {
    color: #fff;
}

.solution .page-cen {
    position: relative;
    margin-top: 10%;
}

.solution .nav_sol {
    position: absolute;
    left: 0;
    width: 250px;
    border: 1px solid #ccc;
    padding: 25px 25px;
    z-index: 2;
    background: #f2f2f2;
}

.solution .nav_sol li {
    border: 2px solid #7e7c7c;
    border-radius: 6px;
    width: 245px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    font-size: 18px;
    color: #7e7c7c;
    text-align: center;
    cursor: pointer;
}

.solution .nav_sol li.active {
    border-color: #38b25d;
    color: #38b25d;
}

.solution .cont_sol {
    position: relative;
    left: 0;
    top: 0;
    /* padding-left: 170px; */
}

.solution .cont_sol li {
    /* position: absolute; */
    /* left: 0; */
    padding-bottom: 20px;
    padding-left: 370px;
    position: relative;
}

.solution .cont_sol li .tip {
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 68px;
    color: #fff;
    padding: 30px 10px;
    background: url(../images/arrow_ttop.png) no-repeat 56px 30px #38b25d;
    font-size: 32px;
    line-height: 100%;
}

.solution .cont_sol li .tip i {
    font-style: normal;
    padding-left: 6px;
    font-weight: lighter;
}

.solution .cont_sol li .tip span {
    display: block;
    font-size: 13px;
    margin-top: 18px;
    text-align: center;
}

.solution .cont_sol li .content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #38b25d;
}

.solution .cont_sol li .content h6 {
    font-size: 16px;
    font-weight: lighter;
    color: #666;
    padding-top: 16px;
}

.solution .cont_sol li .content h6:after {
    content: '';
    width: 34px;
    height: 2px;
    display: block;
    background-color: #38b25d;
    margin-top: 6px;
    margin-bottom: 20px;
}

.solution .cont_sol li .content .spel {
    font-size: 16px;
    color: #38b25d;
    padding: 24px 0;
}

.solution .cont_sol li .content p {
    color: #666;
    line-height: 26px;
    width: 456px;
}
.solution .cont_sol li .content p a{color:#666;}

.Map .content {
    position: relative;
    height: 48vh;
}

.Map #containMap {
    position: absolute;
    width: 1200px;
    height: 100%;
    margin-top: 80px;
    z-index: 200;
}

.Map .tooltip {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 10%;
}

.Map .tooltip:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.Map .tooltip .tooltip_box {
    display: inline-block;
    width: 86%;
    padding: 22px 7%;
    /*border: 1px solid #00fcff;
    background-color: rgba(0, 0, 0, 0.25);*/
    color: #fff;
    vertical-align: middle;
    text-align: left;
}

.Map .tooltip .tooltip_box .title {
    margin-bottom: 10px;
    font-size: 18px;
}

.Map .tooltip .tooltip_box .title:after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
}

.Map .tooltip .tooltip_box .atitle1{
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
}
.Map .tooltip .tooltip_box .atitle2{
    font-size: 15px;
    padding-bottom: 40PX;
    text-align: left;
}

.Map .tooltip .tooltip_box .acontent {
    line-height: 24px; margin-bottom: 40px;
}

.Map .tooltip .tooltip_box a{color:#fff; margin-top: 30px;}

.Map .tooltip .tooltip_box p span {
    display: inline-block;
    width: 196px;
    vertical-align: top;
}

.sample .page-cen {
    position: relative;
}

.sample .sampleBox {
    /*margin: 0 -115px;*/
    overflow: hidden;
    padding-top: 50px;
}

.sample .sampleList {
    overflow: hidden;
}

.sample li {
    float: left;
    width: 700px;
    padding: 0 15px;
    /* margin-right: 30px; */
}

.sample li img {
    /*width: 700px;
    height: 400px;*/
    width: 100%;
}

.caroul .info {
    padding: 24px 40px;
}

.caroul .info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.caroul .info .date {
    color: #38b25d;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 100%;
}

.caroul .info .date:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: #00a1e0;
    margin-top: 25px;
}

.caroul .info p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.caroul .info .more {
    /* margin-top: 40px; */
    padding-left: 20px;
    background: url(../images/icon_a.jpg) no-repeat 0 50%;
    color: #fff;
    display: block;
}

.caroul .info .more:hover {
    color: #38b25d;
}

.prevSample,
.nextSample {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 63px;
    margin-top: -32px;
    background: url(../images/arrow.png) no-repeat 0 0;
    cursor: pointer;
}

.prevSample {
    left: -103px;
}

.nextSample {
    background-position: -64px 0;
    right: -103px;
}

.nextSample:hover {
    background-position: -64px -64px;
}

.prevSample:hover {
    background-position: 0 -64px;
}

/*news*/
.ix3 .ipd-ti {
    margin-bottom: 18%;
}
.ix-pa {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15vh;
}

.ipd-a {
    display: block;
    color: #666;
}

.ipd-a .img-w {
    float: right;
    width: 60%;
}

.ipd-a .pic2 {
    margin-right: 120px;
}

.ipd-a .txts {
    float: left;
    width: 40%;
}

.ipd-a .nowti {
    font-size: 18px;
    color: #fff;
}

.ipd-a .tx {
    margin-top: 10px;
    line-height: 26px;
    color:#fff;
}

.ipd-a .ipd-more {
    margin-top: 20px;
}

.ipd-a .w {
    width: 90%;
}
.ipd-ti {
    color: #fff;
}

.ipd-ti .ch {
    font-size: 48px;    
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.ipd-ti .en {
    margin-top: 10px;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
}

.ipd-ti .line {
    width: 35px;
    height: 3px;
    background: #38b25d;
    margin-top: 20px;
    display: table;
}

.ipd-more .ib {
    position: relative;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.ipd-more .ib:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    background: #38b25d;
    -webkit-transition: 600ms;
    transition: 600ms;
    height: 1px;
    width: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.ix-news-img {
    width: 300px;
    float: left;
    margin-right: 5px;
}

.ix-news-img li+li {
    margin-top: 8px;
}

.ix-news-tx {
    overflow: hidden;
    padding-bottom: 35px;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    /*background: rgba(255,255,255,0.2);*/
}

.ix-news-tx li {
    padding: 0 30px 0 30px;
}

.ix-news-tx .inwx-a.f {
    margin-top: 35px;
}
.inwx-a.f .date {
    display: none;
}

.inwx-a {
    display: block;
    color: #666;
    padding: 12px 0;
}

.inwx-a .nowti {
    line-height: 24px;
    margin-right: 90px;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-weight: bold;
}
.inwx-a .nowti:hover{color:#ddd;}

.inwx-a .tx {
    margin-right: 90px;
}

.inwx-a .date {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    color: #ddd;
}

.inwx-a .inw-date {
    margin-top: 25px;color: #ddd;
}

.inwx-a.f {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.rel {
    position: relative;
}


@-webkit-keyframes u_p{0%{  top: -100%;}100%{top: 100%;}}

@keyframes u_p{0%{-ms- top: -100%;}100%{-ms-  top: 100%;}0%{-moz- top: -100%;}100%{-moz-top: 100%;}0%{-o- top: -100%;}100%{-o-top: 100%;}0%{ top: -100%;}100%{top: 100%;}}

@-webkit-keyframes p_u{0%{ top: 100%;}100%{top: -100%;}}

@keyframes p_u{0%{-ms- top: 100%;}100%{-ms-  top: -100%;}0%{-moz- top: 100%;}100%{-moz-top: -100%;}0%{-o- top: 100%;}100%{-o-top: -100%;}0%{ top: 100%;}100%{top: -100%;}}

@-webkit-keyframes l_t{0%{ left: -100%;}100%{ left: 100%;}}

@keyframes l_t{0%{-ms- left: -100%;}100%{-ms-  left: 100%;}0%{-moz- left: -100%;}100%{-moz-left: 100%;}0%{-o- left: -100%;}100%{-o-left: 100%;}0%{ left: -100%;}100%{left: 100%;}}

@-webkit-keyframes t_l{0%{  left: 100%;}100%{ left: -100%;}}

@keyframes t_l{0%{ left: 100%;}100%{left: -100%;}}
.s4img{position: relative; overflow: hidden;}
.s4img .sp1{display: block;position: absolute;width: 2px;height: 100%;background: #38b25d;top: 0;left: 0;animation:p_u 2s infinite linear;-webkit-animation:p_u 2s infinite linear;}
.s4img .sp2{display: block;position: absolute;width: 2px;height: 100%;background: #38b25d;top: 0;right: 0;animation:u_p 2s infinite linear;-webkit-animation:u_p 2s infinite linear;}
.s4img .sp3{display: block;position: absolute;width: 100%;height: 2px;background: #38b25d;top: 0;left: 0;animation:l_t 2s infinite linear;-webkit-animation:l_t 2s infinite linear;}
.s4img .sp4{display: block;position: absolute;width: 100%;height: 2px;background: #38b25d;bottom: 0;left: 0;animation:t_l 2s infinite linear;-webkit-animation:t_l 2s infinite linear;}


.news {
    width: 100%;
    background: #f7f7f7 no-repeat center center;
    background-size: cover;
    position: relative;
}

.news .bc-title {
    padding-top: 0
}

.news .news-wrap {
    position: relative;
    padding: 0;
    margin-top: 7vh
}

.news-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between
}

.news-wrap-left {
    width: 48%;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative
}

.news-wrap-right .swiper-pagination-bullet-active {
    background-color: #38b25d
}

.news-wrap-left-diwei {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 15px 0
}

.news-wrap-left-diwei .timer {
    position: absolute;
    right: 10px;
    color: #fff;
    line-height: 30px;
    bottom: 16px
}

.news-wrap-left-diwei .icon {
    position: absolute;
    width: 75px;
    height: 120px;
    bottom: 0;
    right: 5%
}


.newsList_rel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.newsList {
    /*margin: 50px 0;*/
    /*width: 100%;*/
}

.newsList li {
    float: left;
}

.newsList li .pic {
    overflow: hidden;
}

.newsList li img {
    width: 100%;
}

.prevNews,
.nextNews {
    position: absolute;
    top: 0;
    width: 342px;
    height: 595px;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer;
}

.prevNews:before,
.nextNews:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.prevNews:after,
.nextNews:after {
    content: '';
    display: inline-block;
    height: 65px;
    width: 65px;
    background: url(../images/arrow_news.png) no-repeat 0 50%;
}

.prevNews {
    left: 0;
}

.nextNews {
    right: 0;
}

.nextNews:after {
    background-position: 100% 50%;
}

body.wfEditorMode .solution a.wfEditorMode {
    float: left;
    margin-top: 0;
}

.about {
    height: 660px !important;
}

.about .pic {
    position: absolute;
    bottom: 0;
    left: 0;
}

.about .pic img {
    display: block;
}

.about .info {
    width: 800px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    margin-top: 60px;
    text-align: center;
}

.about ul {
    text-align: center;
    margin-top: 50px;
}

.about ul li {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

.about ul li .num {
    font-size: 54px;
    line-height: 62px;
}

.about ul li .sep {
    height: 134px;
    background: url(../images/icon_sep.png) no-repeat 50%;
}

.gundong {
    width: 18px;
    height: 26px;
    background: url(../images/mouse.png) no-repeat center left;
    position: fixed;
    animation: gunmove 1.5s infinite;
    -moz-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    -webkit-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    left: 50%;
    margin-left: -17px;
    bottom: 10px;
    cursor: pointer;
}

.gundong.style02 {
    background-position: right center;
}

@keyframes gunmove {
    0% {
        margin-bottom: 20px;
        opacity: 1;
    }
    100% {
        margin-bottom: 0px;
        opacity: 0;
    }
}

@-webkit-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@-moz-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@-o-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@media screen and (max-width:1600px) {
    .sample li .pic {
        height: 234px;
        overflow: hidden;
    }
    .newsList li .pic {
        height: 180px;
    }
    .sample .sampleBox {
        padding-top: 24px;
    }
    .sample li {
        width: 500px;
    }
    .sample .page-cen {
        width: 1200px;
    }
    .Map #containMap {
        margin-top: 38px;
    }
    #fullpage .section .section-cont {
        padding-top: 140px;
    }
    .solution .page-cen {
        margin-top: 120px;
    }
    #fullpage .section .section-cont h2 {
        font-size: 34px;
        line-height: 40px;
    }
    #fullpage .section .section-cont h3 {
        font-size: 28px;
        margin-top: 5px;
    }
    #fullpage .slide .slide-info-box .page-cen {
        width: 1000px;
    }
    .page-cen {
        width: 1200px;
    }
    .solution .page-cen {
        width: 1200px;
    }
    .newsList_rel {
        margin-top: 28px;
    }
    .caroul .info {
        padding: 14px 20px;
    }
    .caroul .info .date {
        color: #38b25d;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .caroul .info .date:after {
        margin-top: 18px;
    }
    .caroul .info .more {
        margin-top: 10px;
    }
}

@media screen and (max-width:1280px) {
    #fullpage .slide .slide-info-box .page-cen {
        width: 1100px; 
    }
    .solution .page-cen {
        width: 1100px; margin-top: 60px;
    }
    .solution .cont_sol li{padding-left: 280px;}
    .solution .nav_sol{width:200px;}
    .solution .nav_sol li{width:195px; font-size: 15px;}
    .Map .tooltip{top:2%;}
    .Map .tooltip .tooltip_box .acontent{font-size: 14px;}
    .Map .page-cen {
        width: 1100px;
    }
    .sample .page-cen {
        width: 1100px;
    }
    .sample li .pic {
        height: 194px;
    }
    .sample li {
        height: 400px;
    }
    .newsList li .pic {
        height: 102px;
    }
    .Map .content{height: 68vh;}
    #fullpage .section .section-cont{    padding-top: 80px;}
    .ix-pa{padding-top:5vh;}
    .inwx-a .nowti{font-weight: 400;}
    .ipd-a .nowti{font-size: 16px;}
}


/*优势*/
.kb{display:block; height:680px;}
.kb_top { padding:48px 0 18px; text-align:center;}
.kb_top a em { display:block; font-size:20px; color:#333; padding:10px 0 0;}

.kb_con { margin:37px 0 0px;}
.kb_con ul li { float:left; width:22%; margin-right:4%;}
.kb_con ul li a { display:block; width:100%; height:400px; background:rgba(0,0,0,0.2); position:relative; text-align:center;}
/*.kb_con ul li a i { background:url(../images/kb_szbg01.png) no-repeat; width:71px; height:71px; display:block; font-size:35px; color:#fff; text-align:center; position:absolute; top:-40px; left:113px; padding:20px 0 0;}
.kb_con ul li a:hover i { background:url(../images/kb_szbg02.png) no-repeat;}*/
.kb_con ul li a b { display:block; padding:0px 0 15px; font-size:18px; font-weight: 400; color:#fff; }
.kb_con ul li a span { display:block; font-size:15px; color:#fff; line-height:25px; width:212px; margin:15px auto;}
.kb_con ul li a em { display:block; width:128px; height:30px; line-height:30px; border:solid 1px #fff; text-align:center; font-size:14px; color:#fff; margin:0 auto; border-radius:50px;}
.kb_con ul li a:hover { background:#55b15c; }
/*.kb_con ul li:nth-child(2n+2) { margin:50px 4% 0 0;}*/
.kb_con ul li:last-child { margin:0px 0 0;}

/* 首页第2页 */

.stxt{ /*border:1px solid rgba(255,255,255,0.6); */height: 90%; margin: 5%; }
.stxt .s2box{width: 100%;position: relative;margin: 14% auto 14%;}
.stxt .s2box a{display: block;position: relative;width: 12.2%;float: left;text-align: center;}
.stxt .s2box .nxian{width: 17%;height: 1px;background: #fff;opacity: .5;float: left;margin-top: 66px;}
.stxt .s2box a .yxian{width: 130px;height: 130px;position: relative;padding: 15px;box-sizing: border-box;margin: 0 auto 40px;}
.stxt .s2box a .yxian .wxian_b1{width: 65px;height: 130px;position: absolute;top: 0;left: 0;overflow: hidden;}
.stxt .s2box a .yxian .wxian_b1 img{display: block;width: 130px;height: 130px; max-width: inherit;}
.stxt .s2box a .yxian .wxian_b2{width: 65px;height: 130px;position: absolute;top: 0;right:  0;overflow: hidden;}
.stxt .s2box a .yxian .wxian_b2 img{display: block;width: 130px;height: 130px;position: absolute;top: 0;right: 0; max-width: inherit;}
.stxt .s2box a .yxian .wxian_b3{width: 65px;height: 0px;position: absolute;bottom: 0px;left: 0;overflow: hidden;}
.stxt .s2box a .yxian .wxian_b3 img{display: block;width: 130px;height: 130px;position: absolute;bottom: 0;left: 0; max-width: inherit;}
.stxt .s2box a .yxian .wxian_b4{width: 65px;height: 0px;position: absolute;top:  0px;right:  0;overflow: hidden;transition-delay: .3s;-webkit-transition-delay: .3s;}
.stxt .s2box a .yxian .wxian_b4 img{display: block;width: 130px;height: 130px;position: absolute;top: 0;right: 0; max-width: inherit;}
.stxt .s2box a .yxian .img,.stxt .s2box a .yxian .img img{display: block;width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;}
.stxt .s2box a .yxian .img{border:1px solid #fff;border-radius: 50%;}
.stxt .s2box a div{-webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear;color: #fff;}
.stxt .s2box a:hover .wxian_b4,.stxt .s2box a:hover .wxian_b3{height: 130px;transition-delay: 0s;-webkit-transition-delay: 0s;} 
.stxt .s2box a:hover .wxian_b3{transition-delay: .3s;-webkit-transition-delay: .3s;}
.stxt .s2box a:hover .img{background: #38b25d;border:1px solid #38b25d;-webkit-transition: all .5s linear; -moz-transition: all .5s linear;}
.stxt .s2box  .lxian{position: absolute;width: 360px;height: 1px ;background: #fff;opacity: .6;left: -360px;top: 66px;}
.stxt .s2box  .rxian{position: absolute;width: 360px;height: 1px ;background: #fff;opacity: .6;right:  -360px;top: 66px;}

.stxt2{height: 90%; margin: 0; width:30%; background: rgba(255,255,255,0.2); float: left;}
.stxt  .s3lt {overflow: hidden;}
.stxt  .s3lt img{display: block;width: 100%;height: 100%;}
.stxt  .s3lt .sp1{display: block;position: absolute;width: 2px;height: 100%;background: #38b25d;top: 0;left: 0;animation:p_u 4s infinite linear;-webkit-animation:p_u 2s infinite linear;}
.stxt  .s3lt .sp2{display: block;position: absolute;width: 2px;height: 100%;background: #38b25d;top: 0;right: 0;animation:u_p 4s infinite linear;-webkit-animation:u_p 2s infinite linear;}
.stxt  .s3lt .sp3{display: block;position: absolute;width: 100%;height: 2px;background: #38b25d;top: 0;left: 0;animation:l_t 4s infinite linear;-webkit-animation:l_t 2s infinite linear;}
.stxt  .s3lt .sp4{display: block;position: absolute;width: 100%;height: 2px;background: #38b25d;bottom: 0;left: 0;animation:t_l 4s infinite linear;-webkit-animation:t_l 2s infinite linear;}
@-webkit-keyframes u_p{0%{  top: -100%;}100%{top: 100%;}}
@keyframes u_p{0%{-ms- top: -100%;}100%{-ms-  top: 100%;}0%{-moz- top: -100%;}100%{-moz-top: 100%;}0%{-o- top: -100%;}100%{-o-top: 100%;}0%{ top: -100%;}100%{top: 100%;}}
@-webkit-keyframes p_u{0%{ top: 100%;}100%{top: -100%;}}
@keyframes p_u{0%{-ms- top: 100%;}100%{-ms-  top: -100%;}0%{-moz- top: 100%;}100%{-moz-top: -100%;}0%{-o- top: 100%;}100%{-o-top: -100%;}0%{ top: 100%;}100%{top: -100%;}}
@-webkit-keyframes l_t{0%{ left: -100%;}100%{ left: 100%;}}
@keyframes l_t{0%{-ms- left: -100%;}100%{-ms-  left: 100%;}0%{-moz- left: -100%;}100%{-moz-left: 100%;}0%{-o- left: -100%;}100%{-o-left: 100%;}0%{ left: -100%;}100%{left: 100%;}}
@-webkit-keyframes t_l{0%{  left: 100%;}100%{ left: -100%;}}
@keyframes t_l{0%{ left: 100%;}100%{left: -100%;}}
.stxt  .s3ct {width: 330px;float: left;margin-left: 60px;text-align: left;}
.stxt  .srtbox div,.stxt  .srtbox a{color: #fff;}
.stxt  .srtbox .s3tt2{margin: 20px 0 40px;}
.stxt  .srtbox .setc2{margin: 20px 0 30px;}
.stxt  .srtbox .s3tt{margin-top: 50px;}
.stxt  .srtbox .abtn a{display: block;width: 33.33%;float: left;color: #fff;text-align: center;border: 1px solid; padding: 8px;}
.stxt  .srtbox .abtn a:hover{background: #38b25d;}
.stxt  .srtbox .abtn a img{display: block;width: 40px;margin: 0 auto 20px;height: 40px;}
.stxt  .srtbox{width: 360px;float: left;text-align: left; margin-right: 5%; }
.stxt  .s3rt{width: 360px;position: relative;box-sizing: border-box;margin-top: 0;}

.f_34 {font-size: 34px;}
.f_16 {font-size: 16px;}



