* {
    padding: 0;
    margin: 0;
    /*通用适配去px*/
}


/*a标签鼠标悬浮没有下划线，特地加这个样式*/

.Hover a:hover {
    text-decoration: underline;
}

.bj {
    padding: 10px 0
}

.logo {
    border-right: 1px solid rgb(96, 170, 59)
}

.logo1 {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.text1 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: rgb(96, 170, 59);
    padding: 15px 0;
}

.text2 {
    text-align: center;
    font-size: 12px;
    color: rgb(96, 170, 59);
    padding: 0 0 20px 0;
}

.text3 {
    border: 2px solid rgb(96, 170, 59);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    height: 25px;
    line-height: 25px;
    color: rgb(96, 170, 59);
}

.sc_img {
    height: 130px;
    width: 70px;
}


/*公用导航栏部分css*/

.hl_nav {
    background-color: #5BA838;
    position: relative;
    color: #ffffff;
    min-width: 1200px;
    height: 50px;
}

.hl_nav a {
    display: block;
    text-decoration: none;
}

.hl_nav .shade {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.hl_nav .nav_list {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -600px;
    z-index: 2;
    padding: 0;
    list-style: none;
    width: 1200px;
    height: 50px;
}

.hl_nav .nav_list>li {
    padding: 0;
    float: left;
    margin: 0;
    width: 11%;
    text-align: center;
    height: 50px;
    overflow: hidden;
    transition: height 0.3s;
}

.hl_nav .nav_head {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.hl_nav .nav_body {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    position: relative;
    border-left: #6CB54A solid 2px;
    border-right: #6CB54A solid 2px;
}

.hl_nav .nav_body:last-child {
    border-bottom: #6CB54A solid 2px;
}

.hl_nav .nav_list>li.active .nav_head,
.hl_nav .nav_list>li:hover .nav_head {
    background-color: #6CB54A;
}

.hl_nav .nav_list>li:hover {
    background-color: #ffffff;
    height: auto;
}

.hl_nav .nav_body:hover {
    color: #6CB54A;
}

.hl_nav .nav_body:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: -1px;
    width: 60%;
    left: 20%;
    border-bottom: #6CB54A dashed 1px;
}


/*衔接title样式*/

.title_img1 {
    background-image: url("../img/title_1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 3% 0 5px 0
}

.title_text1 {
    text-align: center;
    color: rgb(56, 141, 19);
    font-size: 30px;
    font-weight: 600;
}

.title_img2 {
    background-image: url("../img/title_2.png");
    background-repeat: no-repeat;
    background-position: center;
}

.title_text2 {
    text-align: center;
    color: rgb(56, 141, 19);
}

.title_text3 {
    text-align: center;
    color: rgb(56, 141, 19);
    font-size: 40px;
    font-weight: 600;
}


/*照片墙css*/

#container {
    width: 960px;
    height: 200px;
    margin: 60px auto;
    position: relative;
}

.pic {
    width: 200px;
}

#container img:hover {
    /*box-shadow: 15px 15px 20px rgba(255, 50, 50, 0.4);*/
    transform: rotate(0deg) scale(1.20);
    -webkit-transform: rotate(0deg) scale(1.20);
    z-index: 2;
}

#container img {
    padding: 2px;
    background: rgb(219, 254, 214);
    border: 1px solid #dddddd;
    box-shadow: 0 0 10px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: absolute;
    z-index: 1;
}


/*第一张图片*/

.pic1 {
    border-radius: 10px;
    left: 400px;
    top: 0;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.pic2 {
    border-radius: 10px;
    left: 200px;
    top: 0;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}

.pic3 {
    border-radius: 10px;
    left: 0;
    right: 0;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}


/*.pic4 {*/


/*bottom: 200px;*/


/*left: 500px;*/


/*transform: rotate(-5deg);*/


/*-webkit-transform: rotate(-5deg);*/


/*}*/

.pic5 {
    border-radius: 10px;
    right: 100px;
    top: 0;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}

.pic6 {
    border-radius: 10px;
    left: 800px;
    top: 0;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}


/*四个方格*/

.box1 {
    width: 100%;
    height: 25vh;
    background-color: rgb(108, 181, 74);
}

.box2 {
    width: 100%;
    height: 25vh;
    background-color: rgb(91, 168, 56);
}

.box_text {
    height: 10vh;
    line-height: 10vh;
}

.box_p {
    font-size: 20px;
    text-align: center;
    color: white;
}

.box_span {
    font-size: 50px;
    font-weight: 600;
}

.xbj {
    padding: 5px 0;
}


/*四个动画方格*/

.hezuo img {
    height: 100%;
}

.dhBox {
    width: 100%;
    height: 35vh;
    background-color: rgb(108, 181, 74);
    border-radius: 10%;
}

.dhBox_img {
    height: 15vh;
    /*border: 1px solid red;*/
    text-align: center;
}

.dhBox_BigText {
    height: 12vh;
    line-height: 12vh;
    text-align: center;
    font-size: 25px;
}

.dhBox_LittleText {
    height: 8vh;
    text-align: center;
}


/*优势*/

.advantage_box {
    height: auto;
}

.advantage_img {
    height: 400px;
}

.advantage_text {
    height: 400px;
    margin-top: 5%;
}

.advantage_text1 {
    font-size: 23px;
    color: rgb(56, 141, 19);
    font-weight: 600;
}

.advantage_text2 {
    font-size: 12px;
    color: rgb(56, 141, 19);
    margin-top: 6px;
}

.advantage_rw {
    color: black;
    font-size: 15px;
}

.advantage_yanfa {
    height: 400px;
    line-height: 400px;
    background-image: url("../images/研发实力.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.advantage_yuanliao {
    margin-top: 5%;
    height: 400px;
    line-height: 400px;
    font-size: 30px;
    background-image: url("../images/原料基地.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.advantage_rongyu {
    margin-top: 5%;
    height: 400px;
    line-height: 400px;
    font-size: 30px;
    background-image: url("../images/荣誉资质.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.advantage_fuwu {
    margin-top: 5%;
    height: 400px;
    line-height: 400px;
    font-size: 30px;
    background-image: url("../images/优质服务.png");
    background-repeat: no-repeat;
    background-size: contain;
}


/*团队*/

.group_img {
    border: 3px solid rgb(56, 141, 19);
    height: 33vh;
}

.group_text1 {
    color: rgb(56, 141, 19);
}

.group_text2 {
    margin-top: 2%;
}


/*荣誉*/

.All_img_h img {
    width: 200px;
    height: 150px;
}

.All_img_s img {
    width: 150px;
    height: 200px;
}

.honor_img {
    border: 3px solid rgb(231, 159, 57);
    height: 25vh;
}

.honor_text {
    font-size: 15px;
    color: rgb(56, 141, 19);
    text-align: center;
}

.honor_img2 {
    border: 3px solid rgb(231, 159, 57);
    height: 30vh;
}


/*产品*/

.product_border {
    background-color: rgb(58, 165, 0);
    height: 5vh;
    line-height: 5vh;
    text-align: center;
}


/*video*/

.psVideo {
    /*border: 1px solid red;*/
    width: 650px;
    height: auto;
    position: absolute;
    top: 77px;
    left: 50%;
    margin-left: -325px;
    /*text-align: center;*/
    transition: all .5s;
    /*overflow: hidden;*/
}

.my-psVideo {
    /*position: relative;*/
    /*margin: 0 auto;*/
    width: 650px;
    height: 366px;
    /*光标呈现为指示链接的指针（一只手）*/
    cursor: pointer;
    transition: all .5s;
    background: black;
}


/*为空*/

.full {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: black;
}

.psVideo-play-one {
    width: 70px;
    height: 70px;
    background: url("../images/playone.png") no-repeat;
    opacity: .7;
    background-size: cover;
    position: absolute;
    bottom: 70px;
    right: 60px;
    /*光标呈现为指示链接的指针（一只手）*/
    cursor: pointer;
}

.psVideo-play-footer {
    position: absolute;
    width: 100%;
    height: 36px;
    bottom: 0;
}

.psVideo-shade {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 4px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    transition: opacity .3s;
}

.psVideo-shade-full {
    bottom: 0;
}

.psVideo-shade-on {
    opacity: 1;
}

.psVideo-shade-off {
    opacity: 0;
}

.psVideo-play-footer .psVideo-play-btn {
    width: 23px;
    height: 23px;
    float: left;
    margin-left: 3%;
    cursor: pointer;
    z-index: 3;
}

.psVideo-stop {
    background: url("../images/stop.png") no-repeat;
    background-size: cover;
}

.psVideo-play {
    background: url("../images/play.png") no-repeat;
    background-size: cover;
}

.psVideo-time {
    float: left;
    font-size: 15px;
    line-height: 23px;
    color: white;
    margin-left: 10px;
    z-index: 2;
}

.psVideo-dan-value {
    position: absolute;
    z-index: 20;
    color: white;
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
    animation: danOnFull 7s linear;
    transform: translateX(-100%);
}

.psVideo-dan-value-full {
    position: absolute;
    z-index: 20;
    color: white;
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
    animation: danOnFull 10s linear;
    transform: translateX(-100%);
}

@keyframes danOn {
    from {
        left: 100%;
        transform: translateX(0)
    }
    to {
        left: 0;
        transform: translateX(-100%)
    }
}

@keyframes danOnFull {
    from {
        left: 100%;
        transform: translateX(0)
    }
    to {
        left: 0;
        transform: translateX(-100%)
    }
}

.psVideo-dan-input-full {
    width: 300px;
}

.psVideo-dan-full {
    margin-left: calc(50% - 175px);
}

.psVideo-right-btn {
    float: right;
    margin-right: 3%;
    z-index: 4;
}

.psVideo-btn {
    width: 23px;
    height: 23px;
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

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

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

.loop-ture {
    background: url("../images/1loop.png");
    background-size: cover;
}

.set {
    position: relative;
    background: url("../images/set.png") no-repeat;
    background-size: cover;
}

.set-list {
    display: none;
    background: black;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 40px;
    left: -85px;
    opacity: .7;
    border-radius: 4px;
}

.konge1 {
    display: none;
    position: absolute;
    width: 200px;
    height: 17px;
    bottom: 23px;
    left: -85px;
    text-align: center;
    z-index: 4;
}

.set:hover .set-list,
.set:hover .konge1 {
    display: block;
}

.play-speed {
    color: white;
    font-weight: bolder;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

.play-speed-list {
    padding-top: 5px;
    font-weight: bolder;
    font-size: 17px;
    color: azure;
    text-align: center;
}

.play-speed-list span {
    margin-left: 15px;
    margin-right: 15px;
}

.play-speed-list span:hover {
    color: #7969ff;
}

.moren {
    color: #7969ff;
}

.sound {
    position: relative;
    background: url("../images/sound.png") no-repeat;
    background-size: cover;
}

.jinyin {
    position: relative;
    background: url("../images/jinyin.png") no-repeat;
    background-size: cover;
}

.psVideo-progress {
    width: 95%;
    background: white;
    height: 2px;
    position: absolute;
    bottom: 50px;
    left: 2.5%;
    cursor: pointer;
    transition: bottom 0.1s;
    border-radius: 3px;
}

.psVideo-progress:hover {
    height: 6px;
    bottom: 48px;
}

.psVideo-progress .psVideo-timeBar {
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    width: 0;
    background: #F9D43A;
    border-radius: 3px;
}

#soundBtn:hover .sound-list,
#soundBtn:hover .konge {
    display: block;
}

.sound-list {
    display: none;
    position: absolute;
    width: 30px;
    height: 85px;
    bottom: 40px;
    left: -6px;
    text-align: center;
    background: black;
    border-radius: 3px;
}

.konge {
    display: none;
    position: absolute;
    width: 30px;
    height: 17px;
    bottom: 23px;
    left: -6px;
    text-align: center;
    z-index: 4;
}

.sound-number {
    position: relative;
    width: 100%;
    text-align: center;
    height: 20px;
    padding-top: 5px;
    line-height: 20px;
    font-size: 15px;
    color: white;
}

.volume {
    position: relative;
    margin: auto;
    margin-top: 5px;
    width: 7px;
    height: 50px;
    background: aqua;
    border-radius: 2px;
    overflow: hidden;
}

.volumeBar {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background-color: white;
    z-index: 2;
}

.video-now,
.video-now:hover {
    height: 30px;
    font-size: 20px;
    line-height: 25px;
    background: rgba(139, 288, 255, .3);
    color: #6956ff;
}

.psVideo-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -35px;
    width: 70px;
    height: 60px;
    z-index: 30;
}

.psVideo-loading span {
    display: inline-block;
    width: 10px;
    height: 0;
    position: absolute;
    background: rgba(96, 191, 242, 0.53);
    top: 50%;
    margin-top: 0;
    left: 0;
}

.psVideo-loading span:nth-child(1) {
    animation: span1 1s linear infinite;
}

.psVideo-loading span:nth-child(2) {
    height: 30px;
    top: 50%;
    margin-top: -15px;
    margin-left: 20px;
    animation: span2 1s linear infinite;
}

.psVideo-loading span:nth-child(3) {
    height: 60px;
    top: 50%;
    margin-top: -30px;
    margin-left: 40px;
    animation: span3 1s linear infinite;
}

@keyframes span1 {
    0% {
        height: 0;
        margin-top: 0
    }
    50% {
        height: 50px;
        margin-top: -25px
    }
    100% {
        height: 0;
        margin-top: 0
    }
}

@keyframes span2 {
    0% {
        height: 30px;
        margin-top: -15px
    }
    25% {
        height: 60px;
        margin-top: -30px
    }
    50% {
        height: 30px;
        margin-top: -15px
    }
    75% {
        height: 0;
        margin-top: 0
    }
    100% {
        height: 30px;
        margin-top: -15px
    }
}

@keyframes span3 {
    0% {
        height: 60px;
        margin-top: -30px
    }
    50% {
        height: 0;
        margin-top: 0
    }
    100% {
        height: 60px;
        margin-top: -30px
    }
}


/*样品展示*/

.sample_box {
    overflow: hidden;
    width: 100%;
    height: 200px;
    /*margin-top: 2%;*/
}

.sample_text {
    padding: 5px 0;
    text-align: center;
}

.ybj {
    padding: 0 10px;
}


/*案例*/

.case_text {
    padding: 5px 0 10px 0;
}


/*资讯*/

.msg_title {
    color: rgb(89, 182, 39);
}

.msg_span {
    color: rgb(51, 102, 0);
    font-weight: 600;
}

.msg_text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px black dashed;
}

.msg_more {
    padding-top: 20px;
    text-align: center;
}


/*底线*/

.dx {
    width: 100%;
    height: 5px;
    background-color: rgb(124, 197, 32);
    /*margin: 80px 0 0 0;*/
}

.link_a {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: rgb(54, 158, 1);
    color: white;
    text-align: center;
}

.link_height {
    height: 60px;
    line-height: 60px;
}

.link {
    font-size: 18px;
    color: rgb(54, 158, 1);
    padding: 5px;
}


/*底部导航*/

.nav_box {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgb(159, 191, 142);
    border-top: 1px solid rgb(159, 191, 142);
}

.nav_a {
    color: rgb(45, 107, 0);
    font-weight: 600;
}

.nav_border {
    border-right: 1px solid rgb(74, 168, 9);
}

.nav_text {
    border-right: 1px solid rgb(74, 168, 9);
    text-align: center;
}

.nav_text0 {
    border-right: 1px solid rgb(74, 168, 9);
}


/*备案*/

.b_an {
    padding: 10px
}

.b_an_img {
    height: 200px;
    width: 200px;
}


/*产品css*/

.product_box {
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    width: 100%;
    height: 250px;
}

.product_box_top {
    width: 100%;
    height: 200px;
}

.product_box_top img {
    height: 100%;
    width: 100%;
}

.product_box_bottom1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-indent: 2em;
}

.product_box_bottom2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: red;
}


/*产品详情*/

.sl_img div {
    text-align: left;
    overflow: hidden;
}

.sl_img img {
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    vertical-align: top;
    border-left-width: 0;
}

.picshow {
    width: 958px;
    height: 620px;
}

#picarea {
    margin: 0 auto;
    width: 958px;
    background: #fff;
    height: 620px;
}

#bigpicarea {
    position: relative;
    margin: 0 auto;
    width: 774px;
    height: 482px;
    overflow: hidden;
}

.image {
    text-align: center;
}

.image img {
    margin: 0 auto;
}

#bigpicarea .word {
    text-align: center;
    height: 50px;
    color: #333;
}

#bigpicarea .word H3 {
    text-align: center;
    line-height: 48px;
    height: 48px;
    color: #333;
    font-size: 14px;
}

#bigpicarea .ui-els-hide {
    display: none;
}

#thumbs {
    list-style-type: none;
    margin: 0 auto;
    width: 830px;
    height: 110px;
}

* HTML #thumbs {
    height: 100%;
}


/* #thumbs li {
    margin: 0 7px;
    width: 90px;
    display: inline;
    float: left;
    height: 60px;
} */

#thumbs ul {
    margin-top: 3px;
}

#thumbs li.last_img {
    margin-right: 4px;
}

#thumbs li.first {
    margin: 25px 10px 0 15px;
    width: 9px;
    height: 16px;
    cursor: pointer;
}

#thumbs li.last {
    margin: 25px 10px 0 15px;
    width: 9px;
    height: 16px;
    cursor: pointer;
}

#thumbs li a {
    /*border-bottom: #fff 2px solid;*/
    /*border-left: #fff 2px solid;*/
    width: 90px;
    display: block;
    font-size: 0;
    /*border-top: #fff 2px solid;*/
    /*border-right: #fff 2px solid;*/
}

#thumbs li a:hover {
    border-bottom: #000 2px solid;
    border-left: #000 2px solid;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
}

#thumbs li a.current {
    border-bottom: #f8ae0f 2px solid;
    border-left: #f8ae0f 2px solid;
    border-top: #f8ae0f 2px solid;
    border-right: #f8ae0f 2px solid;
}

.bigbtnPrev {
    z-index: 100;
    position: absolute;
    width: 35px;
    height: 51px;
    top: 186px;
    cursor: pointer;
    left: 30px;
}

.bigbtnNext {
    z-index: 100;
    position: absolute;
    width: 35px;
    height: 51px;
    top: 186px;
    cursor: pointer;
    right: 30px;
}

#big_play_prev {
    background-image: url(../img/leftbig.png);
    width: 35px;
    display: block;
    height: 51px;
    _background: none;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../img/leftbig.png');
}

#big_play_next {
    background-image: url(../img/rightbig.png);
    width: 35px;
    display: block;
    height: 51px;
    _background: none;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../img/rightbig.png');
}

#smallpicarea {
    margin: 0 auto;
    width: 958px;
    /*border-top: #ececec 1px solid;*/
    padding-top: 20px;
}