@import url("./base.css");

.l {
    float: left;
}

.r {
    float: right;
}

/* row1 */
.row1 {
    padding-bottom: 30px;
    background: url(../img/aboutbg.jpg)center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.row1 .l_video {
    float: left;
    width: 539px;
    border: 5px solid #fff;
    padding: 0px;
    margin-top: 30px;
}

.row1 .video-js {
    width: 539px;
    height: 366px;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    transition: all .4s;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-icon-play:before {
    content: "\f101";
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
}

.row1 .r_about {
    float: right;
    width: 620px;
    height: 376px;
    margin-top: 30px;
}

.row1 .gywm_xt {
    float: left;
    display: inline-block;
    margin: 15px;
    width: 36px;
    height: 21px;
    border-top: 1px solid #ffffff;
}

.row1 .gywm_cn {
    float: left;
    font-size: 27px;
    color: #fff;
    font-family: "微软雅黑";
}

.row1 .gywm_en {
    float: left;
    margin-left: 10px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    font-family: "微软雅黑";
}

.row1 .gywm_nr {
    float: left;
    font-size: 14px;
    width: 620px;
    height: 275px;
    line-height: 220%;
    color: #fff;
    font-family: "微软雅黑";
}

.row1 .gywm_gengduo {
    float: right;
    width: 135px;
    height: 44px;
    background-color: #fff;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    font-family: "微软雅黑";
}

.row1 .gywm_gengduo:hover {
    background-color: #5a5a5a;
    color: #fff;
}

/* row2 */
.row2 .pro_top {
    height: 194px;
    display: block;
    clear: both;
    overflow: hidden;
    background: url(../img/yt_10.png) center no-repeat;
}

.row2 .pro_cat ul {
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row2 .pro_cat ul li {
    flex: 1;
    position: relative;

    border: 1px #e1e1e1 solid;
    background: #FFFFFF;
    line-height: 52px;
    height: 52px;
    text-align: center;
    float: left;
    margin: 0px 13px 19px 16px;
}

.row2 .pro_cat ul li a {
    width: 162px;
    height: 52px;
    color: #6d4124;
    text-decoration: none;
    text-align: center;
    display: block;
}

.row2 .pro_cat ul li a:hover,
.row2 .pro_cat ul li:hover {
    background-color: #6d4124;
    color: #FFFFFF;
    text-decoration: none;
}

.row2 .pro_box {
    width: 100%;
}

.row2 .pro_s {
    width: 25%;
    height: auto;
    float: left;
}

.pro_s .pro_s_c {
    margin: 10px;
    padding: 1px;
    overflow: hidden;
    border: 1px #e1e1e1 solid;
    height: 215px;
    text-align: center;
}

.pro_s .pro_s_c img {
    max-height: 130%;
}

.pro_s p {
    text-align: center;
    overflow: hidden;
}

/* row3 */
.row3 {
    margin: 20px auto;
}

.row3 .wrap {
    height: 210px;
    position: relative;
    overflow: hidden;
}

.row3 .qyhj {
    overflow: hidden;
}

#list {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 10s move infinite linear;
    animation: 10s move infinite linear;
    width: 200%;
}

#list li {
    list-style: none;
    width: 300px;
    height: 210px;
    color: #fff;
    font: 50px/98px Arial;
    text-align: center;
    float: left;
}

#list li a {
    display: block;
    padding: 0 10px;
    width: 280px;
    overflow: hidden;
    height: 210px;
}

#list li a img {
    width: 280px;
    height: 210px;
}

#list li span {
    position: sticky;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    width: 280px;
    display: block;
    height: 28px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: auto;
}

@-webkit-keyframes move {
    0% {
        left: 0;
    }

    100% {
        left: -1200px;
    }
}

@keyframes move {
    0% {
        left: 0;
    }

    100% {
        left: -1200px;
    }
}

.row3 .wrap:hover #list {
    animation-play-state: paused;
    /*动画暂停播放*/
    -webkit-animation-play-state: paused;
    /*动画暂停播放*/
}

/* row4 */
.row4 {
    background: url(../img/newsbg.jpg) center center no-repeat;
}

.row4 .widget {
    margin: 60px auto;
}

.row4 .widget-body {
    margin-top: 50px;
}

.row4 a.r {
    display: block;
    background: rgba(17, 116, 59, 1);
    color: #fff;
    padding: 10px 20px;
}

.row4 a.r:hover {
    background: rgba(17, 116, 59, .5);
}

.row4 .t_new {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #067d38;
}

.row4 .t_new .img {
    width: 140px;
    height: 100px;
    overflow: hidden;
}

.row4 .t_new .img img {
    width: 140px;
    height: 100px;
}

.row4 .t_new .txt {
    width: 440px;
    height: 100px;
    overflow: hidden;
}

.row4 .t_new .txt p {
    font-size: 24px;
    color: #fff;
    margin: 10px auto;
}

.row4 .t_new .span {
    font-size: 14px;
    color: #999;
    display: block;
    width: 440px;
    height: 28px;
    line-height: 28px;
}

/* row6 */
.row6 {
    margin-top: 20px;
    height: 350px;
    background: url(../img/r4bg.jpg)center center no-repeat;
}

.row6 .r4l {
    height: 350px;
    background: #006428;
}

.row6 .r4c {
    margin: 100px;
    color: #fff;
}

.row6 .r4c a {
    color: #fff;
}

/* row5 */
.row5 {
    margin-top: 20px;
}

.row5 #baiduMap {
    width: 100%;
    height: 400px;
}

.row5 .ffg {
    background: #094020;
}

.row5 .img {
    margin: 10px auto;
    text-align: center;
}

.row5 .text {
    margin: 30px;
    line-height: 1.8em;
    color: #fff;
}

/* 优势 */
#youshi {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

#youshi .ys_tonglan {
    width: 100%;
    min-width: 1200px;
    height: 162px;
    background: url(../img/youshi.png) no-repeat;
    background-position: center;
}

#youshi .ys_tonglan .ys_dingwei {
    width: 1200px;
    margin: 0 auto;
}

#youshi .ys_tonglan .ys_left {
    float: left;
    color: #fff;
    margin-top: 20px;
}

#youshi .ys_tonglan .ys_right {
    float: right;
    color: #009944;
    margin-top: 40px;
}

#youshi .ys_neirong {
    width: 1200px;
    margin: 0 auto;
    color: #555;
}

.ys_neirong .youshi_01 {
    width: 1200px;
    height: 439px;
    background-image: url(../img/youshi_1.jpg);
}

.ys_neirong .youshi_01 .ys_nrwz1 {
    margin-top: 200px;
    margin-left: 40px;
    display: inline-block;
    width: 650px;
    font-size: 15px;
}

.ys_neirong .youshi_02 {
    width: 1200px;
    height: 434px;
    background-image: url(../img/youshi_2.jpg);
}

.ys_neirong .youshi_02 .ys_nrwz2 {
    margin-top: 170px;
    margin-left: 630px;
    display: inline-block;
    width: 550px;
    font-size: 15px;
}

.ys_neirong .youshi_03 {
    width: 1200px;
    height: 475px;
    background-image: url(../img/youshi_3.jpg);
}

.ys_neirong .youshi_03 .ys_nrwz3 {
    margin-top: 210px;
    margin-left: 30px;
    display: inline-block;
    width: 550px;
    font-size: 15px;
}

.ys_neirong .youshi_04 {
    width: 1200px;
    height: 452px;
    background-image: url(../img/youshi_4.jpg);
}

.ys_neirong .youshi_04 .ys_nrwz4 {
    margin-top: 170px;
    margin-left: 650px;
    display: inline-block;
    width: 550px;
    font-size: 15px;
}