body {
    margin: 0;
    min-width: 960px;
    /* font-family: "Regular", sans-serif; */
    font-family: "Microsoft YaHei", sans-serif;
}

a {
    color: black;
    text-decoration: none;
    cursor: auto;
    color: rgba(0, 0, 0, 0.8);
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.img {
    max-width: 100px;
    height: 75px;
    text-align: center;
}
.photos .img{
    max-width: unset;
    height: 100px;
}

#header {
    height: 80px;
    /* width: 1200px; */
    width: 100%;
    margin: 0 auto;

    position: fixed;
    top: 0;
    z-index: 100;
    background-color: white;
}

/* scrollphoto */

#scrollWrapper {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 80px;
    /* background-color: white; */
}

#scrollBorder {
    margin: 0 auto;
    width: 100%;
}

#scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

#boards {
    width: 300%;
    position: absolute;
    left: 0;
    transition: all 1s;
}

#scrollBorder2 {
    margin: 0 auto;
    width: 100%;
    margin-left: 0px;
}

#scroll2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

#boards2 {
    width: 300%;
    position: absolute;
    left: 0;
    transition: all 1s;
}

.board {
    width: 33.33%;
    float: left;
    background: url("./assets/photoai55.png") no-repeat;
    background-size: auto 100%;
    height: 500px;
    background-position: center;
}

.board p {
    margin-left: 325px;
    margin-top: 142px;
    width: 542px;
    font-size: 13px;
    line-height: 19px;
    color: #1d1d1d;
}

.board2 {
    width: 33.33%;
    float: left;
    background: url("./assets/head-product.jpg") no-repeat;
    /* background-size: auto 100%; */
    height: 600px;
    background-position: center;
}

.board2 p {
    margin-left: 325px;
    margin-top: 142px;
    width: 542px;
    font-size: 13px;
    line-height: 19px;
    color: #1d1d1d;
}

.navi {
    width: 80px;
    margin: 0 auto;
}

.navi a {
    border-radius: 10px;
    float: left;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 5px;
}

.navi a.actived {
    background-color: rgba(255, 255, 255, 0.7);
}

/* end */

.logo {
    /* float: left; */
    height: 48px;
    width: 58px;
    padding: 16px;
    margin-left: 100px;
    line-height: 80px;
    display: inline-block;
}

.menu-wrapper {
    float: right;
}

.menu-wrapper ul {
    width: 700px;
}

.menu-wrapper p {
    margin: 0;
    font-size: 16px;
}

.menu-wrapper li {
    float: left;
    width: 100px;
    text-align: center;
    line-height: 80px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.menu-wrapper li:last-child p {
    width: 50px;

    color: white;
    border-radius: 5px;
    /* background-color: green; */
}

.menu-wrapper li:last-child {
    width: 40px;
    line-height: 40px;
    margin: 20px 0;
    /* width: 50px; */
    /* height: 20px; */
    /* line-height: 20px; */
    /* margin: 10px 15px; */
    /* color: white;
        border-radius: 5px;
        background-color: green; */
}

.menu-wrapper li:last-child:hover {
    border-bottom: 0;
    height: 20px;
}

.menu-wrapper li:last-child:active {
    opacity: 0.8;
}

.content {
}

.content .info-wrapper {
    padding: 30px 0;
}

.products {
    width: 940px;
    margin: 20px auto;
}

.products .product-list {
    width: 240px;
    padding: 10px;
    background-color: white;
    float: left;
}

.products .line {
    width: 100%;
    height: 2px;
    margin: 5px 0;
}

.linear-gradient25 {
    background: -webkit-repeating-linear-gradient(
            left,
            #72b500,
            #72b500 32%,
            #e1e1e1 32%,
            #e1e1e1 100%
    );
    background: -o-repeating-linear-gradient(
            right,
            #72b500,
            #72b500 32%,
            #e1e1e1 32%,
            #e1e1e1 100%
    );
    background: -moz-repeating-linear-gradient(
            right,
            #72b500,
            #72b500 32%,
            #e1e1e1 32%,
            #e1e1e1 100%
    );
    background: repeating-linear-gradient(
            to right,
            #72b500,
            #72b500 32%,
            #e1e1e1 32%,
            #e1e1e1 100%
    );
}

.linear-gradient12 {
    background: -webkit-repeating-linear-gradient(
            left,
            #72b500,
            #72b500 16%,
            #e1e1e1 16%,
            #e1e1e1 100%
    );
    background: -o-repeating-linear-gradient(
            right,
            #72b500,
            #72b500 16%,
            #e1e1e1 16%,
            #e1e1e1 100%
    );
    background: -moz-repeating-linear-gradient(
            right,
            #72b500,
            #72b500 16%,
            #e1e1e1 16%,
            #e1e1e1 100%
    );
    background: repeating-linear-gradient(
            to right,
            #72b500,
            #72b500 16%,
            #e1e1e1 16%,
            #e1e1e1 100%
    );
}

.no-linear-gradient {
    background: -webkit-repeating-linear-gradient(
            left,
            #e1e1e1,
            #e1e1e1 100%
    );
    background: -o-repeating-linear-gradient(right, #e1e1e1, #e1e1e1 100%);
    background: -moz-repeating-linear-gradient(
            right,
            #e1e1e1,
            #e1e1e1 100%
    );
    background: repeating-linear-gradient(to right, #e1e1e1, #e1e1e1 100%);
}

.product-list li {
    width: 100%;
    height: 40px;
    background-color: #e6e6e6;
    margin: 1px 0;
}

.product-list li.actived {
    width: 100%;
    height: 40px;
    background-color: #80be30;
    margin: 1px 0;
}

.product-list a.actived {
    text-decoration: none;
    cursor: auto;
    color: white;
}

.product-list li p {
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
}

.products .product-contect {
    /* width: 550px; */
    width: 940px;
    min-height: 450px;
    background-color: white;
    /* margin-left: 270px; */
}

.product-contect .photos {
    margin: 20px 10px;
}

.product-contect .photos div {
    /*width: 100px;*/
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 30px;
    /*float: left;*/
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.product-contect .photo {
    margin: 20px auto;
}

.product-contect .photo > div {
    margin-top: 10px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.product-contect .photo img {
    /* margin-left: 30px; */
}

.product-contect li .title {
    padding: 15px 30px;
    font-size: 18px;
    color: #0f7e42;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-contect li .text {
    padding: 15px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.6);
}

.product-lable-p {
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.bcolor-gray {
    background-color: #f2f1f6;
}

#footer {
    height: 200px;
    color: white;
    font-size: 10px;
    opacity: 0.9;
    /* filter:alpha(opacity:90); */
    background-color: #000000;
    background-color: #282828;
    width: 100%;
}

#footer p {
    margin: 0;
}

#footer a {
    color: white;
    text-decoration: none;
    cursor: auto;
}

.foot-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

.foot-content .about-us {
    width: 100px;
    float: left;
}

.foot-content .call-us,
.foot-content .link {
    float: right;
    margin-left: 100px;
}