.main {
    width: 73%;
    height: auto;
    margin: auto;
    /* border-left: 1px solid red; */
    /* border-right: 1px solid red; */
}

.products-top-img {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-top: 40px;
}

.products-top-img img {
    width: 58px;
    height: 48px;
}

.contact-title {
    width: 100%;
    background-image: url(/public/static/index/images/contact-bg.jpg);
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-bottom: 80px;
}

.contact-main-title {
    width: 235px;
    height: 100%;
    margin: auto;
}

.about-main {
    width: 100%;
    height: 630px;
    /* border-top: 1px solid red; */
    /* border-bottom: 1px solid red; */
    margin-bottom: 40px;
}

.about-main-left {
    width: 49%;
    height: 100%;
    float: left;
    /* border-right: 1px solid red; */
}

.about-main-title {
    width: 100%;
    height: 40px;
    color: black;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    line-height: 40px;
}

.about-main-cont {
    width: 95%;
    padding-right: 5%;
    height: 589px;
}

.about-main-right {
    width: 50%;
    height: 100%;
    float: right;
}

.about-main-right img {
    width: 100%;
    height: 530px;
    margin-bottom: 55px;
}

.about-main-right .about-xx {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #FF9830;
}

.about-bottom {
    width: 100%;
    height: 104px;
    background: url(/public/static/index/images/19-2.jpg) no-repeat center center;
    background-size: 100% 100%;
    font-size: 28px;
    text-align: center;
    line-height: 160px;
    margin-top: 40px;
}


/* 轮播 */


/* 轮播 */


/* 轮播 */

.Box {
    position: relative;
}

.Box .content {
    width: 1200px;
    margin: 0 auto;
}


/* .Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
} */

.Box .Box_con {
    position: relative;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(/public/static/index/img/jtl02.png) no-repeat center;
    left: -15px;
    z-index: 999;
    border-radius: 100%;
}

.Box .Box_con .btnr {
    background: url(/public/static/index/img/jtr02.png) no-repeat center;
    right: -15px;
    z-index: 999;
    border-radius: 100%;
}


/* .Box .Box_con .btnl:hover {
    background: url(/public/static/index/img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(/public/static/index/img/jtr03.png) no-repeat center;
} */

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 285px;
    height: 200px;
    margin-left: 20px;
    overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 285px;
    height: 200px;
    transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #666666;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: #666666;
}