.about {
    float: left;
    width: 100%;
    margin: 0px 0 100px 0;
}

.about h3 {
    text-align: center;
    font-size: 25px;
    color: #3b3b3c;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 70px;
}

.about h3 span {
    width: 140px;
    height: 1px;
    background: #999999;
    display: inline-block;
    transform: translateY(-7px);
}

.about h3 .xian1 {
    margin-right: 94px;
    display: none;
}

.about h3 .xian2 {
    margin-left: 94px;
    display: none;
}

.about .list {
    transition: 0.5s;
}

.about .list a {
    box-shadow: 0 0 22px #e5e5e5;
    display: block;
}

.about .list .pic {
    overflow: hidden;
    /*height: 215px;*/
}

.about .list .text {
    padding-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
}

.about .list img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.about .list img:hover {
    transform: scale(1.2, 1.2);
}

.about .list h3 {
    font-size: 18px;
    color: #333;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 44px;
    margin: 0;
    margin-top: 25px;
}

.about .list p {
    color: #333;
    width: 60%;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about .list:hover {
    /*transform: translateY(-10px);*/
}

#carousel-posui {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.mainSeven .treebox {
    width: 226px;
    background-color: #fff;
}

.mainSeven .menu {
    overflow: hidden;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 1px;
}

/*第一层*/
.mainSeven .menu li.level1 > a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #666666;
    padding-left: 18px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    position: relative;
    transition: 0.3s;
}

.mainSeven .menu li.level1 > a:hover i {
    background-image: url(../images/arrow2.png);
}

.mainSeven .menu li.level1 a:hover {
    text-decoration: none;
    background-color: #424242;
    color: #ffffff;
}

.mainSeven .menu li ul.level2 li a:hover {
    text-decoration: none;
    background: none;
    color: #d41220;
}

.mainSeven .menu li.level1 a.current {
    background: #424242;
    color: #ffffff;
}

/*============小箭头*/
.mainSeven .level1 i {
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 12px;
    top: 10px;
    transform: rotate(-90deg);
}

.mainSeven .level1 i.down {
    transform: rotate(0);
    background-image: url(../images/arrow2.png);
}

/*第二层*/
.mainSeven .menu li ul {
    overflow: hidden;
}

.mainSeven .menu li ul.level2 {
    display: none;
    background: #f8f8f8;
    padding: 20px 18px 12px 18px;
}

.mainSeven .menu li ul.level2 li {
    width: 50%;
    float: left;
    margin-bottom: 18px;
}

.mainSeven .menu li ul.level2 li a {
    display: block;
    color: #666666;
    font-size: 12px;
}

.product {
    float: left;
    width: 100%;
    /*margin-top: 126px;*/
    background: #f2f2f2;
    padding-bottom: 40px;
}

.product .title {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.product .title h3 {
    margin-top: 60px;
    margin-bottom: 19px;
    font-size: 25px;
    color: #3b3b3c;
    font-weight: bold;
}

.product .title p {

    color: #333;
    font-weight: bold;
}

.product .box {
    width: 100%;
    margin: 0 auto;
}

.product .box .pic {
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    transition: 0.5s;
    height: 190px;
    transform: translateY(8%);
    position: relative;
}

.product .box .pic img {
    max-width: 100%;
    max-height: 100%;
    /*width: 160px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product .box .pic:hover {
    transform: translateY(0%);
}

.product .box .text {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.product .box h3 {
    font-size: 18px;
    color: #3a3a3a;
    border-top: 1px solid #c4c4c4;
    line-height: 34px;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 88%;
}

.product .box p {

    color: #464646;
    word-break: break-all;
    display: -webkit-box;
    width: 80%;
    height: 43px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product .box .pro-item {
    text-align: center;
}

.news {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.news .title {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 47px;
}

.news .title h3 {
    font-size: 25px;
    color: #3b3b3c;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 19px;
}

.news .title a {

    color: #e03430;
}

.news .pic {
    padding: 0;
    overflow: hidden;
    height: 220px;
    position: relative;
}

.news .pic img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    transition: 0.5s;
}

.news .pic .detail-box {
    transition: all .3s ease 0s;
    position: absolute;
    width: 100%;
    height: 233px;
    top: 170px;
    background: rgb(226, 140, 81);
    opacity: 0.95;
    filter: Alpha(Opacity=95);
    display: none;
}

.news .card-1 .detail-box {
    background: #56a7f6;
}

.news .card-2 .detail-box {
    background: #7a94cf;
}

.news .pic .triangle {
    position: absolute;
    top: -60px;
    width: 100%;
    height: 0;
    border-left: 356px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 60px solid #e28c51;
}

.news .card-1 .triangle {
    border-bottom: 60px solid #56a7f6;
}

.news .card-2 .triangle {
    border-bottom: 60px solid #7a94cf;
}

.news .card-0 .pic .detail-box .triangle {
    border-bottom: 60px solid #e28c51;
}

.news .pic:hover .detail-box {
    top: 0;
}

.news .pic h4 {
    text-align: center;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .pic:hover h4 {
    text-align: left;
    line-height: 40px;
    width: 85%;
    margin: 0 auto;
    margin-top: 40px;
    transition: 0.5s;
}

.news .pic p {

    color: #fff;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .pic a {
    width: 88px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #980825;
    background: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);

}

.news .list {
    margin-bottom: 20px;
    transition: 0.5s;
    overflow: hidden;
}

.news .list .text {
    height: 100%;
    transition: 0.5s;
    padding: 30px 20px 0 20px;
}

.news .list .text:hover h4 {
    color: #980825;
}

.news .list time {
    font-size: 16px;
    color: #333;
    float: left;
    display: block;
    font-style: italic;
    margin-top: 15px;
}

.news-two {
    float: left;
}

.news-two > div {
    margin-bottom: 30px;
}

.news-two .text {
    border: 1px solid #dadada;
    padding: 19px;
    color: #333;
    transition: 0.5s;
}

.news-two .text a {
    color: #333;
}

.news-two .text h3 {
    font-size: 16px;
    margin-top: 3px;
    font-weight: bold;
    transition: 0.5s;
    margin-bottom: 15px;
    color: #980825;
}

.news-two .text:hover {
    border: 1px solid #980825;
}

.news-two .text:hover h3 {
    color: #980825;
}

.news-two .text span {
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
    color: #333;
}

.news-two .text p {

    line-height: 24px;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
}

.news .list time span {
    color: #980825;
}

.news .list time span:first-child {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    /*text-align: center;*/
}

.news .list .text p {
    color: #333;

    transition: 0.5s;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: right;
    width: 68%;
}

.news .list .text h4 {
    color: #333;
    font-size: 16px;
    transition: 0.5s;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: 0.5s;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: right;
    width: 68%;
    font-weight: bold;
}

.about-banner {
    float: left;
    width: 100%;
    /*height: 500px;*/
    /*background: url("../images/about-banner_02.jpg") no-repeat;*/
    /*background-size: cover;*/
}

.about-banner img {
    width: 100%;
}

.about-banner img {
    width: 100%;
}

/*.about-banner img {*/
/*width: 100%;*/
/*}*/

.about-banner .txt {
    width: 60%;
    padding: 35px 40px 35px 30px;
    transform: translateY(130%);
    transition: all linear .4s;
    background: rgba(152, 8, 37, 0.8);
    border: 1px solid #9ccdb9;
    text-align: justify;
    display: none;
}

.about-banner .txt.active {
    transform: translateY(85%);
}

.about-banner .txt h3 {
    font-size: 35px;
    color: #ffffff;
}

.about-banner .txt p {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

.mainOne {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 150px;
    overflow: hidden;
}

.mainOne .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    /*width: 100%;*/
}

.mainOne .title {
    float: left;
    width: 100%;
}

.mainOne .title h3 {
    font-size: 24px;
    color: #333333;
    margin-top: 60px;
    line-height: 32px;
}

.mainOne .title p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.mainOne .mainOne-m {
    float: left;
    width: 100%;
}

.mainOne .first {
    float: left;
    margin-top: 38px;
}

.mainOne .first .text {
    float: left;
    padding: 0;
    padding-right: 12px;
}

.mainOne .first .pic {
    float: left;
    padding: 0;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 8px;
    width: 48%;
    margin-left: 2%;
}

.mainOne .first .text h4 {
    font-size: 24px;
    color: #333333;
    line-height: 82px;
    margin: 0;
}

.mainOne .first .text span {
    margin-bottom: 33px;
    display: block;
    height: 2px;
}

.mainOne .first .text p {
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-bottom: 24px;
}

.mainOne .first img {
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s;
}

.mainOne .first img:hover {
    transform: scale(1.2, 1.2);
}

.mainOne .last {
    float: left;
    margin-top: 38px;
}

.mainOne .last .text {
    float: left;
    padding: 0;
    padding-left: 18px;
}

.mainOne .last .pic {
    float: left;
    padding: 0;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 8px;
    width: 48%;
    margin-right: 2%;
}

.mainOne .last .text h4 {
    font-size: 24px;
    color: #333333;
    line-height: 82px;
    margin: 0;
}

.mainOne .last .text span {
    margin-bottom: 33px;
    display: block;
    height: 2px;
}

.mainOne .last .text p {
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-bottom: 24px;
}

.mainOne .last img {
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s;
}

.mainOne .last img:hover {
    transform: scale(1.2, 1.2);
}

.mainTwo {
    float: left;
    width: 100%;
    margin-bottom: 150px;
}

.mainTwo .last {
    float: left;
    width: 100%;
    margin-top: 38px;
    background: #f5f5f5;
}

.mainTwo .last .text {
    float: left;
    padding: 0;
    padding-left: 56px;
}

.mainTwo .last .pic {
    float: left;
    padding: 0;
    overflow: hidden;
}

.mainTwo .last .text h4 {
    font-size: 30px;
    color: #333333;
    margin-top: 33px;
    margin-bottom: 19px;
}

.mainTwo .last .text span {
    margin-bottom: 33px;
    display: block;
    height: 2px;
}

.mainTwo .last .text p {
    text-align: justify;
    font-size: 16px;
    color: #333;
}

.mainTwo .last img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s;
}

.mainTwo .last img:hover {
    transform: scale(1.2, 1.2);
}

.mainTwo .neirong {
    float: left;
    width: 100%;
    margin-top: 46px;
}

.mainTwo .neirong p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-bottom: 0;
}

.mainTwo .neirong p:last-child {
    margin-left: 70px;
}

.mainThree {
    float: left;
    width: 100%;
    margin-top: 160px;
    margin-bottom: 150px;
}

.mainThree .list {
    float: left;
    width: 350px;
    margin-right: 45px;
    margin-bottom: 40px;
}

.mainThree .list:nth-child(3n) {
    margin-right: 0;
}

.mainThree .list .pic {
    height: 190px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    position: relative;
}

.mainThree .list .pic img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mainThree .list p {
    font-size: 16px;
    color: #333;
    line-height: 44px;
    text-align: center;
    transition: 0.5s;
}

.mainThree .list:hover p {
    color: #862431;
}

.mainFour {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 150px;
}

.mainFour .list {
    float: left;
    margin-bottom: 33px;
}

.mainFour .list .pic {
    position: relative;
    height: 465px;
    border: 1px solid #c9c9c9;
}

.mainFour .list:nth-child(1) .pic {
    height: 248px;
}

.mainFour .list:nth-child(2) .pic {
    height: 248px;
}

.mainFour .list:nth-child(3) .pic {
    height: 248px;
}

.mainFour .list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainFour .list p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 56px;
}

#imgModule {
    display: none;
}

#imgDefault {
    cursor: pointer;
}

.imgItem {
    max-width: 100%;
}

.mask {
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lightBoxContent {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

#imgLoader {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    display: none;
}

#imgLight {
    -webkit-animation: change 1s;
    animation: change 1s;
}

#imgModule .btn {
    width: 40px;
    height: 50px;
    position: fixed;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.lightBoxSprite {
    background-image: url(../images/imgIcons.png);
    background-repeat: no-repeat;
}

#lightBoxPrev {
    left: 10px;
    background-position: 2px center;
}

#lightBoxNext {
    right: 10px;
    background-position: -42px center;
}

.closeBtn {
    width: 35px;
    height: 35px;
    background-position: -100px center;
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.lightBoxPagination {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.lightBoxPagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
}

.lightBoxPagination span.current {
    background: #fff;
}

@keyframes change {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.news-banner {
    float: left;
    width: 100%;
}

.news-banner img {
    width: 100%;
}

.news-banner .sjbanner {
    display: none;
}

.mainFive {
    float: left;
    width: 100%;
    margin-bottom: 150px;
}

.mainFive h2 {
    font-size: 25px;
    color: #3b3b3c;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 28px;
}

.menuone {
    width: 362px;
    margin: 0 auto;
}

.menuone li {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    width: 175px;
    line-height: 46px;
    height: 46px;
    float: left;
    text-align: center;
    border-radius: 4px;
    margin-right: 11px;
    background: #f0f0f0;
    transition: 0.5s;
}

.menuone li:last-child {
    margin-right: 0;
}

.menutwo {
    display: none;
    float: left;
    width: 100%;
    margin-top: 62px;
}

.menuone li:hover {
    background: #980825;
    color: #fff;
}

.menuone li.active {
    color: #fff;
    font-weight: bold;
    background: #980825;
}

.menutwo li.active {
    background: rgb(239, 239, 239);
    border-radius: 4px;
}

.menutwo .list .pic {
    overflow: hidden;
    /*height: 210px;*/
}

.mainFive .menutwo .list .pic {
    height: 220px;
}

.menutwo .list img {
    width: 100%;
    transition: 0.5s;
    height: 100%;
}

.menutwo .list img:hover {
    transform: scale(1.2, 1.2);
}

.menutwo .list .text {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 15px 19px 17px 19px;
}

.menutwo .list h3 {
    font-size: 18px;
    color: #242424;
    /*height: 50px;*/
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
    font-weight: bold;
}

.menutwo .list p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menutwo .list:hover h3 {
    color: #980825;
}

.menutwo .lists {
    border-bottom: 1px solid #dbdbdb;
    width: 1110px;
    margin-left: 15px;
    padding: 0;
    padding-bottom: 40px;
    margin-top: 39px;
}

.menutwo .lists .time {
    background: #f2f2f2;
    text-align: center;
    padding: 19px 0;
}

.menutwo .lists .time span {
    display: block;
    transition: 0.5s;
}

.menutwo .lists .time span:nth-child(1) {
    font-size: 18px;
    color: #333;
    line-height: 26px;
}

.menutwo .lists .time span:nth-child(2) {

    color: #333;
    line-height: 21px;
}

.menutwo .lists h3 {
    font-weight: bold;
    font-size: 18px;
    color: #1b1b1b;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    transition: 0.5s;
}

.menutwo .lists p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menutwo .lists:hover h3 {
    color: #980825;
}

.menutwo .lists:hover .time span {
    color: #980825;
}

.menutwo .lists:nth-child(4) {
    margin-top: 64px;
}

.newsinfoTop {
    background: #e8e8e8;
    padding-top: 58px;
}

.newsinfoTop h1 {
    font-size: 40px;
    width: 74%;
    line-height: 54px;
    color: #333;
}

.newsinfoTop span {
    font-size: 16px;
    color: #333;
    line-height: 48px;
    border-bottom: 2px solid #dc281e;
    display: block;
}

.mainSix {
    float: left;
    width: 100%;
    margin-bottom: 150px;
}

.mainSix p {
    line-height: 26px;
    font-size: 16px;
    color: #333;
}

.mainSix h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 26px;
}

.mainSix .neirong .pic {
    text-align: center;
    margin-bottom: 20px;
}

.mainSix .neirong .pic h4 {
    color: #333;
    font-size: 16px;
}

.mainSix .neirong img {
    margin-bottom: 10px;
    margin-top: 30px;
    max-width: 100%;

}

.mainSix p:nth-child(1) {
    margin-top: 77px;
}

.mainSix .pre-next {
    width: 100%;
    padding: 3% 0 0;
    height: 43px;
    text-align: center;
    margin-top: 200px;
}

.mainSix .pre-next .pre {
    background: url(../images/pre.png) left top no-repeat;
    margin-bottom: 6px;
}

.mainSix .pre-next .new-menu {
    width: 43px;
    height: 43px;
    background: url(../images/menus.png) left top no-repeat;
    transition-duration: 400ms;
}

.mainSix .pre-next .next {
    margin-bottom: 6px;
    background: url(../images/next.png) left top no-repeat;
}

.pre-next .pre, .pre-next .next {
    width: 31px;
    height: 31px;
    transition-duration: 400ms;
    margin-bottom: 6px;
}

.mainSix .pre-next a {
    display: inline-block;
    margin: 0 7px;
}

.mainSix .pre-next .new-menu:hover {
    background: url(../images/menus.png) left bottom no-repeat;
}

.mainSix .pre-next .pre:hover {
    background: url(../images/pre.png) left bottom no-repeat;
}

.mainSix .pre-next .next:hover {
    background: url(../images/next.png) left bottom no-repeat;
}

.mainSeven {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 200px;
}

.mainSeven .left {
    float: left;
}

.mainSeven .right {
    float: left;
    width: 899px;
    margin-left: 15px;
}

.mainSeven .right .titleNav {
    margin-top: 8px;
    margin-bottom: 10px;
}

.mainSeven .right .titleNav p {
    margin-bottom: 0;
}

.mainSeven .right .titleNav a {
    color: #8e8e8e;
    font-size: 12px;
}

.mainSeven .right .titleNav a img {
    margin: 0 6px;
}

.mainSeven .productMain .list {
    float: left;
    width: 25%;
    text-align: center;
    border: 1px solid #fff;
    transition: 0.5s;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.mainSeven .productMain .list:hover {
    border-color: #d91525;
    box-shadow: 0 0 10px #f8f8f8;
}

.mainSeven .productMain .list .pic {
    overflow: hidden;
    margin-bottom: 40px;
    height: 140px;
}

.mainSeven .productMain .list .pic img {
    max-width: 100%;
    transition: 0.5s;
    max-height: 140px;
}

.mainSeven .productMain .list .pic img:hover {
    transform: scale(1.1, 1.1);
}

.mainSeven .productMain .list p {
    font-size: 12px;
    color: #333333;
    padding: 0 10px;
    line-height: 26px;
    margin-bottom: 15px;
}

.mainSeven .productMain .list p a {
    color: #333333;
    transition: 0.3s;
}

.mainSeven .productMain .list p a:hover {
    color: #b3241c;
}

.mainSeven .productMain .list .xunjia a {
    padding: 7px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #333333;
    font-size: 12px;
    transition: 0.3s;
}

.mainSeven .productMain .list .xunjia a img {
    margin-right: 5px;
}
.mainSeven .productMain .list .xunjia a:first-child:hover{
    border: 1px solid #d41220;
}
.mainSeven .productMain .list .xunjia a:last-child {
    color: #b3241c;
}

.mainSeven .productMain .list .xunjia a:last-child img {
    transform: translateY(-1px);
}

.mainSeven .productMain .list .xunjia a:last-child:hover {
    background: #d41220;
    color: #fff;
}

.mainSeven .yema {
    float: left;
    width: 100%;
}

.mainSeven .yema ul {
    float: right;
}

.mainSeven .yema ul li {
    float: left;
    padding: 9px 11px;
    border: 1px solid #dfdfdf;
    margin-right: 6px;
    font-size: 12px;
    height: 36px;
    min-width: 32px;
    color: #333333;
    cursor: pointer;
    transition: 0.3s;
}

.mainSeven .yema ul li:hover {
    background: #d71f1b;
    border-color: #d71f1b;
    color: #fff;
}

.mainSeven .yema ul li.active {
    background: #d71f1b;
    color: #fff;
    border-color: #d71f1b;
}

.mainSeven .yema ul li input {
    width: 8px;
    border: none;
}
.mainSeven .yema ul .diji:hover{
    background: #fff;
}
.mainSeven .yema ul li:last-child {
    background: #f2f2f2;
}

.mainSeven .yema ul .index {
    padding: 11px 16px;
    margin-right: 3px;
}

.mainSeven .yema ul .more {
    border: none;
}

.mainSeven .yema ul .num {
    border: none;
}

.mainSeven .yema ul .ye {
    border: none;
}


.mainSeven .yema {
    float: left;
    width: 100%;
}

.mainSeven .yema a {
    float: right;
}

.mainSeven .yema a {
    float: left;
    padding: 9px 11px;
    border: 1px solid #dfdfdf;
    margin-right: 6px;
    font-size: 12px;
    height: 36px;
    min-width: 32px;
    color: #333333;
    cursor: pointer;
    transition: 0.3s;
}

.mainSeven .yema a:hover {
    background: #d71f1b;
    border-color: #d71f1b;
    color: #fff;
}
.mainSeven .yema .current{
    background: #d71f1b;
    border-color: #d71f1b;
    color: #fff;
}
.mainSeven .yema a.active {
    background: #d71f1b;
    color: #fff;
    border-color: #d71f1b;
}
.mainSeven .yema span {
    float: right;
}

.mainSeven .yema span {
    float: left;
    padding: 9px 11px;
    border: 1px solid #dfdfdf;
    margin-right: 6px;
    font-size: 12px;
    height: 36px;
    min-width: 32px;
    color: #333333;
    cursor: pointer;
    transition: 0.3s;
}

.mainSeven .yema span:hover {
    background: #d71f1b;
    border-color: #d71f1b;
    color: #fff;
}

.mainSeven .yema span.active {
    background: #d71f1b;
    color: #fff;
    border-color: #d71f1b;
}



#tFocus-btn li.active {
    display: block;
}

#tFocus-leftbtn {
    background: url(../images/spr.jpg) no-repeat;
}

#tFocus-rightbtn {
    background: url(../images/snext.jpg) no-repeat;
}

#tFocus {
    width: 350px;
    /*overflow: hidden;*/
    float: left;
}

#tFocus-pic {
    width: 350px;
    height: 350px;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #e2e2e2;
}

#tFocus-pic li {
    width: 285px;
    height: 210px;
    min-height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: alpha(opacity:0);
    opacity: 0;
}

#tFocusBtn {
    width: 350px;
    height: 68px;
    padding-left: 5px;
    margin-top: 5px;
    z-index: 20;
    overflow: hidden;
}

#tFocus-btn {
    width: 270px;
    height: 68px;
    position: relative;
    left: 0;
    bottom: 0;
    overflow: hidden;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

#tFocus-btn ul {
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

#tFocus-btn li {
    height: 55px;
    width: 85px;
    display: block;
    float: left;
    margin-right: 5px;
}

#tFocus-btn li img {
    width: 100%;
    height: 100%;
}

#tFocus-btn li.active {
    /*background-position: -448px -100px;*/
    border: 1px solid #40b9e5;
}

#tFocus-leftbtn, #tFocus-rightbtn {
    height: 40px;
    margin-top: 18px;
    width: 15px;
    float: left;
    text-indent: -9999px;
}

.productDetail .top {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.productDetail .top .xinxi {
    float: left;
    margin-left: 28px;
    width: 520px;
}

.productDetail .top .xinxi h3 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 5px;
}

.productDetail .top .xinxi .youhui {
    width: 520px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #d21322;
    background: #f7f7f7;
    border-radius: 15px;
    margin-bottom: 25px;
}

.productDetail .top .xinxi .youhui p {
    float: left;
    font-size: 12px;
    color: #f71c1c;
    padding: 0 30px;
    margin-bottom: 0;
}

.productDetail .top .xinxi .youhui p:last-child {
    float: right;
    color: #2d2d2d;
}

.productDetail .top .xinxi .text {
    float: left;
    width: 100%;
}

.productDetail .top .xinxi .text p {
    float: left;
    width: 100%;
    line-height: 24px;
    margin-bottom: 0;
    color: #666666;
}

.productDetail .top .shuliang {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.productDetail .top .shuliang .btn {
    float: left;
    margin-top: 0;
    width: 24px;
    height: 24px;
    color: #333;
    background: #f1f1f1;
    border-radius: 0;
    border: 1px solid #e6e1db;
}

.productDetail .top .shuliang .input-group {
    float: left;
    width: 130px;
}

.productDetail .top .shuliang .form-control {
    width: 46px;
    height: 24px;
}

.productDetail .top button {
    float: left;
    margin-right: 4px;
    width: 146px;
    height: 40px;
    background: #d21322;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-bottom: 16px;
}
.productDetail .top button a{
    color: #fff;
}
.productDetail .top button img {
    margin-right: 6px;
    transform: translateY(-1px);
}

.productDetail .bot {
    float: left;
    width: 100%;
}

.productDetail .bot .title {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px;
}

.productDetail .bot h3 {
    color: #000000;
    font-size: 14px;
    width: 98px;
    margin: 0;
    height: 40px;
    background: #fff;
    transform: translateY(1px);
    line-height: 40px;
    text-align: center;
    border-top: 2px solid #727272;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.productDetail .bot .jieshao p {
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 20px;
}

.productDetail .guige {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.productDetail .guige table {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
}

.productDetail .guige th {
    background: #ebebeb;
    line-height: 40px;
    padding-left: 25px;
}

.productDetail .guige td {
    line-height: 35px;
    padding-left: 25px;
}

.productDetail .relProduct {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.productDetail .relProduct .list {
    float: left;
    width: 25%;
    text-align: center;
    border: 1px solid #fff;
    transition: 0.5s;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.productDetail .relProduct.list:hover {
    border-color: #d91525;
    box-shadow: 0 0 10px #f8f8f8;
}

.productDetail .relProduct .list .pic {
    overflow: hidden;
    margin-bottom: 40px;
}

.productDetail .relProduct .list .pic img {
    max-width: 90%;
    transition: 0.5s;
}

.productDetail .relProduct .list .pic img:hover {
    transform: scale(1.1, 1.1);
}

.productDetail .relProduct .list p {
    font-size: 12px;
    color: #333333;
    padding: 0 10px;
    line-height: 26px;
    margin-bottom: 15px;
}

.productDetail .relProduct .list p a {
    color: #333333;
    transition: 0.3s;
}

.productDetail .relProduct .list p a:hover {
    color: #b3241c;
}

.productDetail .relProduct .list .xunjia a {
    padding: 7px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #333333;
    font-size: 12px;
    transition: 0.3s;
}
.productDetail .relProduct .list .xunjia a:first-child:hover{
    border: 1px solid #d41220;
}
.productDetail .relProduct .list .xunjia a img {
    margin-right: 5px;
}

.productDetail .relProduct .list .xunjia a:last-child {
    color: #b3241c;
}

.productDetail .relProduct .list .xunjia a:last-child img {
    transform: translateY(-1px);
}

.productDetail .relProduct .list .xunjia a:last-child:hover {
    background: #d41220;
    color: #fff;
}

/*.mainEight {*/
/*float: left;*/
/*width: 100%;*/
/*margin-bottom: 150px;*/
/*}*/

/*.mainEight .top {*/

/*background: #e9e9e9;*/
/*}*/

/*.mainEight .top .left {*/
/*float: left;*/
/*color: #666666;*/

/*}*/

/*.mainEight .top .left p {*/
/*margin-bottom: 0;*/
/*margin-left: 10px;*/
/*line-height: 54px;*/
/*color: #333;*/
/*}*/

/*.mainEight .top .right {*/
/*text-align: right;*/
/*color: #d7d7d7;*/
/*}*/

/*.mainEight .top .right ul {*/
/*!*padding: 13px 0;*!*/
/*margin-bottom: 0;*/
/*line-height: 54px;*/
/*!*border: 1px solid red;*!*/
/*float: right;*/
/*height: 100%;*/
/*}*/

/*.mainEight .top .right li {*/
/*float: right;*/
/*border-radius: 3px;*/
/*}*/

/*.mainEight .top .right a {*/

/*color: #333;*/
/*font-weight: bold;*/
/*padding: 0 18px;*/
/*line-height: 28px;*/
/*}*/

/*.mainEight .mid {*/
/*padding-top: 75px;*/
/*padding-bottom: 88px;*/
/*}*/

/*.mainEight .mid .pic {*/
/*overflow: hidden;*/
/*border-radius: 5px;*/
/*text-align: center;*/
/*}*/

/*.mainEight .mid .pic img {*/
/*max-width: 100%;*/
/*transition: 0.5s;*/
/*}*/

/*.mainEight .mid .pic img:hover {*/
/*transform: scale(1.1, 1.1);*/
/*}*/

/*.mainEight .mid .text {*/
/*padding-left: 82px;*/
/*}*/

/*.mainEight .mid .text h3 {*/
/*font-size: 30px;*/
/*color: #3b3b3c;*/
/*line-height: 41px;*/
/*font-weight: bold;*/
/*margin: 0;*/
/*margin-bottom: 11px;*/
/*}*/

/*.mainEight .mid .text h4 {*/
/*font-size: 20px;*/
/*color: #dc2319;*/
/*line-height: 35px;*/
/*margin: 0;*/
/*border-bottom: 1px solid #d7d7d7;*/
/*margin-bottom: 14px;*/
/*}*/

/*.mainEight .mid .text p {*/

/*color: #333;*/
/*line-height: 26px;*/
/*margin-bottom: 0;*/
/*}*/

/*.mainEight .mid .text p span {*/
/*color: #3b3b3c;*/

/*}*/

/*.mainEight .mid .tel {*/

/*color: #ffffff;*/
/*background: #980825;*/
/*display: inline-block;*/
/*text-align: center;*/
/*line-height: 24px;*/
/*padding: 6px 85px;*/
/*border-radius: 5px;*/
/*border: 1px solid #e4e4e4;*/
/*margin-top: 56px;*/
/*float: left;*/
/*}*/

/*.mainEight .mid .pdf {*/
/*float: left;*/
/*margin-top: 56px;*/
/*margin-left: 11px;*/

/*color: #333333;*/
/*text-align: center;*/
/*line-height: 60px;*/
/*border: 1px solid #e4e4e4;*/
/*padding: 0 35px;*/
/*border-radius: 5px;*/
/*display: inline-block;*/
/*transition: 0.5s;*/
/*}*/

/*.mainEight .mid .pdf:hover {*/
/*background: #980825;*/
/*color: #fff;*/
/*}*/

/*.mainEight .xian {*/
/*height: 10px;*/
/*background: #f2f2f2;*/
/*float: left;*/
/*width: 100%;*/
/*}*/

/*.mainEight .bot #menu {*/
/*float: left;*/
/*width: 100%;*/
/*border-bottom: 1px solid #e4e4e4;*/
/*}*/

/*.mainEight .bot .ul_menu {*/
/*width: 275px;*/
/*margin: 0 auto;*/
/*}*/

/*.mainEight .bot .ul_menu li {*/
/*float: left;*/
/*font-size: 16px;*/
/*color: #333333;*/
/*margin-right: 14px;*/
/*line-height: 78px;*/
/*cursor: pointer;*/

/*}*/

/*.mainEight .bot .ul_menu li a {*/
/*color: #333333;*/
/*display: block;*/
/*font-weight: bold;*/
/*padding: 0px 9px;*/
/*transition: 0.5s;*/
/*}*/

/*.mainEight .bot .ul_menu li a:hover {*/
/*color: #862431;*/
/*}*/

/*.mainEight .bot .ul_menu li a.active {*/
/*border-bottom: 2px solid #dc2319;*/
/*}*/

/*.mainEight .bot .ul_menu li:last-child {*/
/*margin-right: 0;*/
/*}*/

/*.mainEight .bot #content {*/
/*float: left;*/
/*width: 100%;*/
/*overflow: hidden;*/
/*}*/

/*.mainEight .bot #content h3 {*/
/*font-size: 20px;*/
/*color: #333;*/
/*text-align: center;*/
/*}*/

/*.mainEight .bot #item1 h3 {*/
/*margin: 75px 0;*/
/*font-weight: bolder;*/
/*}*/

/*.mainEight .bot .item {*/
/*float: left;*/
/*width: 100%;*/
/*}*/

/*.mainEight #item1 {*/
/*margin-bottom: 105px;*/
/*}*/

/*.mainEight #item1 .list {*/
/*border-radius: 4px;*/
/*height: 330px;*/
/*}*/

/*.mainEight #item1 .list > div {*/
/*padding-top: 60px;*/
/*border: 1px solid #e4e4e4;*/
/*width: 100%;*/
/*float: left;*/
/*height: 100%;*/
/*}*/

/*.mainEight #item1 .pic {*/
/*float: left;*/
/*margin-right: 20px;*/
/*margin-left: 19px;*/
/*}*/

/*.mainEight #item1 .text {*/
/*float: left;*/
/*width: 70%;*/
/*height: 280px;*/
/*overflow: hidden;*/
/*}*/

/*.mainEight #item1 .chakan {*/
/*font-size: 16px;*/
/*color: #333333;*/
/*text-align: center;*/
/*margin-top: 46px;*/
/*float: left;*/
/*width: 100%;*/
/*cursor: pointer;*/
/*line-height: 24px;*/
/*margin-bottom: 0;*/
/*transition: 0.5s;*/
/*}*/

/*.mainEight #item1 .chakan:hover {*/
/*color: #980825;*/
/*}*/

/*.mainEight #item1 .text h4 {*/
/*font-size: 20px;*/
/*color: #333;*/
/*margin-top: 0;*/
/*margin-bottom: 17px;*/
/*}*/

/*.mainEight #item1 .text p {*/

/*color: #333;*/
/*line-height: 24px;*/
/*margin-bottom: 0;*/
/*}*/

/*.mainEight #item1 .text p span {*/
/*width: 50%;*/
/*display: inline-block;*/
/*}*/

/*.mainEight .bot h3 {*/
/*line-height: 132px;*/
/*font-size: 20px;*/
/*color: #3b3b3c;*/
/*font-weight: bolder;*/
/*}*/

/*.mainEight table {*/
/*width: 100%;*/
/*border: 1px solid #ddd;*/
/*border-color: #dddddd;*/
/*margin-top: 20px;*/
/*margin-bottom: 118px;*/
/*}*/

/*.mainEight table td:nth-child(1) {*/
/*width: 30%;*/
/*}*/

/*.mainEight table th {*/
/*font-size: 16px;*/
/*color: #333;*/
/*line-height: 58px;*/
/*background: #cccccc;*/
/*padding-left: 58px;*/
/*}*/

/*.mainEight table td {*/

/*color: #333;*/
/*line-height: 35px;*/
/*padding-left: 58px;*/
/*}*/

/*.mainEight table td span {*/
/*display: inline-block;*/
/*width: 50%;*/
/*text-align: left;*/
/*border-right: 1px solid #ddd;*/
/*}*/

/*.mainEight table td span:nth-child(2) {*/
/*text-align: center;*/
/*}*/

/*.mainEight #item3 .list {*/
/*border-radius: 4px;*/
/*margin-bottom: 22px;*/
/*height: 260px;*/
/*}*/

/*.mainEight #item3 .list > div {*/
/*padding-top: 60px;*/
/*border: 1px solid #e4e4e4;*/
/*width: 100%;*/
/*float: left;*/
/*height: 100%;*/
/*}*/

/*.mainEight #item3 .pic {*/
/*float: left;*/
/*margin-right: 20px;*/
/*margin-left: 19px;*/
/*}*/

/*.mainEight #item3 .text {*/
/*float: left;*/
/*width: 71%;*/
/*height: 160px;*/
/*overflow: hidden;*/
/*}*/

/*.mainEight #item3 .chakan {*/
/*font-size: 16px;*/
/*color: #333333;*/
/*text-align: center;*/
/*margin-top: 46px;*/
/*float: left;*/
/*width: 100%;*/
/*cursor: pointer;*/
/*line-height: 24px;*/
/*margin-bottom: 0;*/
/*transition: 0.5s;*/
/*}*/

/*.mainEight #item3 .chakan:hover {*/
/*color: #009342;*/
/*}*/

/*.mainEight #item3 .text h4 {*/
/*font-size: 20px;*/
/*color: #3b3b3c;*/
/*margin-top: 0;*/
/*font-weight: bold;*/
/*margin-bottom: 15px;*/
/*}*/

/*.mainEight #item3 .text p {*/

/*color: #333;*/
/*line-height: 24px;*/
/*margin-bottom: 0;*/
/*}*/

/*.mainEight #item3 .text a {*/

/*color: #980825;*/
/*display: block;*/
/*margin-top: 3px;*/
/*}*/

.application-banner {
    float: left;
    width: 100%;
    height: 260px;
    background: url("../images/application-banner_02.jpg") no-repeat;
    background-size: cover;
}

/*.about-banner img {*/
/*width: 100%;*/
/*}*/

.application-banner .txt {
    width: 45%;
    transform: translateY(180%);
    transition: all linear .4s;
    opacity: 0;
    text-align: justify;
}

.application-banner .txt.active {
    opacity: 0.8;
    transform: translateY(100%);
}

.application-banner .txt h3 {
    font-size: 30px;
    color: #ffffff;
}

.application-banner .txt p {

    line-height: 25px;
    color: #ffffff;
}

.mainNine {
    float: left;
    width: 100%;
    margin-bottom: 150px;
}

.mainNine .title h3 {
    font-size: 28px;
    font-weight: bolder;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 21px;
}

.mainNine .title p {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
    line-height: 24px;
}

.mainNine .mainNine-m {
    float: left;
    width: 100%;
}

.mainNine .list > div {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
    padding-top: 40px;
    float: left;
    width: 100%;
}

.mainNine .list .pic {
    overflow: hidden;
    padding: 0;
}

.mainNine .list .pic img {
    max-width: 100%;
    transition: 0.5s;
    width: 350px;
}

.mainNine .list .pic img:hover {
    /*transform: scale(1.2, 1.2);*/
    transform: translateX(10px);
}

.mainNine .list .text h3 {
    font-size: 24px;
    color: #333333;
    line-height: 52px;
    margin-top: 6px;
    margin-bottom: 0;
}

.mainNine .list .text p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mainNine .list .text a {
    font-size: 12px;
    color: #da1611;
}

.mainNine .mainNine-m .list:nth-child(3) > div {
    border-bottom: none;
}

.mainNine .xian {
    height: 20px;
    background: #f4f7f9;
    float: left;
    width: 100%;
    margin-top: 38px;
}

.mainTen {
    float: left;
    width: 100%;
}

.mainTen .top {
    float: left;
    width: 100%;
    background: #e8e8e8;
}

.mainTen .top h1 {
    font-size: 35px;
    color: #333333;
    font-weight: bolder;
    text-align: center;
    margin: 0;
    line-height: 128px;
    border-bottom: 1px solid #c2c2c2;
}

.mainTen .mainTen-m {
    float: left;
    width: 100%;
}

.mainTen .mainTen-m .sub {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.mainTen .mainTen-m ul {
    width: 870px;
    margin: 0 auto;
}

.mainTen .mainTen-m li {
    display: inline-block;
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.5s;
}

.mainTen .mainTen-m li a {

    color: #333;
    display: block;
    width: 100%;
    transition: 0.5s;
}

.mainTen .mainTen-m li:hover {
    background: #980825;
}

.mainTen .mainTen-m li:hover a {
    color: #fff;
}

.mainTen .mainTen-m h3 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #333333;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 70px;
}

.mainTen .mainTen-m .text {
    float: left;
    width: 45%;
}

.mainTen .mainTen-m .text h4 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 28px;
}

.mainTen .mainTen-m .text p {

    color: #333;
    line-height: 25px;
    margin-bottom: 0;
}

.mainTen .mainTen-m .pic {
    float: right;
    text-align: center;
    width: 55%;
    margin-bottom: 30px;
}

.mainTen .mainTen-m .pic img {
    max-width: 100%;
}

.mainTen .xian {
    height: 20px;
    background: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 130px;
}

.mainTen .productsAsd {
    float: left;
    width: 100%;
}

.mainTen .productsAsd .title {
    text-align: center;
    margin-bottom: 70px;
}

.mainTen .productsAsd .title h3 {
    font-size: 28px;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 12px;
}

.mainTen .productsAsd .title p {

    color: #333;
}

.mainTen .box .pic {
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    transition: 0.5s;
    height: 190px;
    transform: translateY(8%);
}

.mainTen .box .pic img {
    max-width: 100%;
    max-height: 100%;
}

.mainTen .box .pic:hover {
    transform: translateY(0%);
}

.mainTen .box .text {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding: 0 15px;
}

.mainTen .box h3 {
    font-size: 18px;
    color: #980825;
    margin-bottom: 29px;
}

.mainTen .box p {

    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mainTen .box .pro-item {
    text-align: center;
    height: 433px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mainTen .box a {
    border: 1px solid #dbdbdb;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    transition: 0.5s;

}

.mainTen .box a:hover {

    box-shadow: #e5e5e5 0 0 20px;
    border-color: #fff;
}

.contact-main {
    float: left;
    width: 100%;
    margin-bottom: 130px;
}

.contact-main .title {
    float: left;
    width: 100%;
}
.contact-main .title p{
    text-align: center;
    font-size: 18px;
}
.contact-main h3 {
    text-align: center;
    /*line-height: 145px;*/
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 25px;
    color: #333333;
    margin: 0;
    font-weight: bold;
}

.contact-main .city {
    text-align: center;
    border: 1px solid #eeeeee;
    height: 380px;
    margin-top: 40px;
    position: relative;
}

.contact-main .city p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
    line-height: 28px;
}

.contact-main .city p:first-child {
    margin-top: 50px;
}

.contact-main .city span {
    width: 130px;
    height: 130px;
    /*border-radius: 100%;*/
    /*background: #980825;*/
    display: block;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 100px;
    border: 5px solid #ebebeb;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
}

.contact-main .city span img {
    width: 100%;
}

.contact-main .ditu {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 70px;
}

.contact-main .ditu img {
    max-width: 100%;
}

.join-main .title {
    float: left;
    width: 100%;
    text-align: center;
}

.join-main .title h3 {
    text-align: center;
    line-height: 145px;
    margin: 0;
    font-size: 25px;
    color: #333333;
}

.join-main .title p {

    color: #666666;
    line-height: 25px;
    margin-bottom: 0;
}

.join-main .title h4 {
    font-size: 25px;
    color: #666666;
    line-height: 40px;
    margin: 0;
}

.join-main .pic {
    text-align: center;
    margin-top: 50px;
}

.join-main .pic img {
    max-width: 100%;
}

.join-main .cont-text {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;

    margin-top: 70px;
}

.join-main .cont-text h3 {
    color: #333333;
    line-height: 90px;
    margin: 0;
    font-size: 25px;
}

.join-main .cont-text p {
    margin-bottom: 0;
    color: #666;
    line-height: 25px;
}

.join-main .cont-text font {
    color: #8EC900;
}








.download-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

.download-box.active {
    opacity: 1;
    z-index: 99999;
}

.download-box .left {
    float: left;
    width: 50%;
    margin-top: 115px;
}
.download-box .left span{
    display: inline-block;
    font-size: 16px;
    color: #000000;
    margin-left: 70px;
    margin-right: 10px;
}
.download-box .left input {
    width: 372px;
    height: 51px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

.download-box .left input::-webkit-input-placeholder {
    font-size: 16px;
    color: #666;
}

.download-box .left input::-moz-placeholder {
    font-size: 16px;
    color: #000000;
}

.download-box .left button {
    width: 188px;
    height: 62px;
    background: #970523;
    border: none;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 129px;
    margin-top: 3px;
}

.download-box .right {
    float: left;
    text-align: center;
    width: 50%;
    margin-top: 120px;
}

.download-box .right img {
    max-width: 100%;
}

.download-box .right p {

    color: #666;
    margin-top: 34px;
}





#accordion .panel-title a {
    display: block;

    color: #fff;
    padding: 18px 48px 18px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    background-color: #009342;
}

#accordion .panel-title a.collapsed {
    color: #333;

    font-weight: normal;
    background-color: #f3f3f3;
}

.panel-text p {

    color: #666;
    line-height: 25px;
    margin-bottom: 0;
}

#accordion .panel-title a:after, #accordion .panel-title a.collapsed:after {
    content: "";
    background: url(../images/jia_03.jpg) no-repeat;
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 22px;
    right: 19px;
}

#accordion .panel-title a:before, #accordion .panel-title a.collapsed:before {
    background: url(../images/jia_06.jpg) no-repeat;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 12px;
    right: 19px;

    color: #e16b47;
    text-align: center;
    z-index: 1;
}

#accordion .panel-title a.collapsed:before {
    content: " ";
}

.vlist {
    margin-bottom: 34px;
}

.vlist a {
    display: block;
    border: 1px solid #eeeeee;
}

.vlist .pic {
    overflow: hidden;
}

.vlist img {
    max-width: 100%;
    transition: 0.5s;
}

.vlist img:hover {
    transform: scale(1.2, 1.2);
}

.vlist p {
    font-size: 18px;
    color: #242424;
    line-height: 59px;
    padding-left: 20px;
    transition: 0.5s;
}

.vlist:hover p {
    color: #1ab31f;
}

.videoinfo {
    float: left;
    width: 100%;
}

.videoinfo .neirong {
    text-align: center;
}

.videoinfo video {
    width: 600px;
    margin-top: 70px;
}

.videoinfo .neirong p {

    color: #666666;
    line-height: 25px;
    text-align: left;
}

.videoinfo .text {
    border-top: 1px solid #f0efef;
    padding-top: 28px;
    margin-top: 50px;
}

.videoinfo .pre-next {
    width: 100%;
    padding: 3% 0 0;
    height: 43px;
    text-align: center;
    margin-top: 100px;
}

.videoinfoTop {
    background: #f2f2f2;
    text-align: center;
    padding-top: 16px;
}

.videoinfoTop h1 {
    margin: 0;
    font-size: 35px;
    color: #333333;
    font-weight: bolder;
    line-height: 114px;
}

.videoinfo .pre-next .pre {
    background: url(../images/pre.png) left top no-repeat;
    margin-bottom: 6px;
}

.videoinfo .pre-next .new-menu {
    width: 43px;
    height: 43px;
    background: url(../images/menus.png) left top no-repeat;
    transition-duration: 400ms;
}

.videoinfo .pre-next .next {
    margin-bottom: 6px;
    background: url(../images/next.png) left top no-repeat;
}

.videoinfo .pre, .pre-next .next {
    width: 31px;
    height: 31px;
    transition-duration: 400ms;
    margin-bottom: 6px;
}

.videoinfo .pre-next a {
    display: inline-block;
    margin: 0 7px;
}

.videoinfo .pre-next .new-menu:hover {
    background: url(../images/menus.png) left bottom no-repeat;
}

.videoinfo .pre-next .pre:hover {
    background: url(../images/pre.png) left bottom no-repeat;
}

.videoinfo .pre-next .next:hover {
    background: url(../images/next.png) left bottom no-repeat;
}

.about #focus {
    width: 1140px;
    margin: 0 auto;
    height: 405px;
    overflow: hidden;
}

.about .about-m {
    position: relative;
    float: left;
    width: 100%;
}

.about .focus {
    width: 1140px;
    height: 405px;
    overflow: hidden;
    position: relative;
}

.about .focus ul {
    height: 405px;
    position: absolute;
}

.about #focus .btns {
    display: none;
}

.about #focus .list {
    float: left;
    height: 405px;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    /*padding-bottom: 40px;*/
    transition: 0.5s;
}

.about .preNext img {
    /*margin-top: 14px;*/
}

.about .pre {
    left: -80px;
}

.about .next {
    right: -80px;

}

.about .preNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    font-size: 35px;
    color: #980825;
}

.about .focus ul li {
    float: left;
    width: 1140px;
    height: 405px;
    overflow: hidden;
    position: relative;
}

.about #focus2 {
    display: none;
    width: 245px;
    margin: 0 auto;
    height: 485px;
    margin-top: 45px;
}

.download-banner {
    float: left;
    width: 100%;
    height: 260px;
    background: url("../images/download-banner.jpg") no-repeat;
    background-size: cover;
}

.download-banner .txt {
    width: 100%;
    transform: translateY(400%);
    transition: all linear .4s;
    opacity: 0;
    text-align: justify;
}

.download-banner .txt.active {
    opacity: 0.8;
    transform: translateY(300%);
}

.download-banner .txt h3 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.download {
    float: left;
    width: 100%;
    margin-top: 110px;
    margin-bottom: 200px;
}

.download li {
    float: left;
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid #f0efef;
}

.download li p {
    float: left;
    font-size: 16px;
    color: #333;
    padding-left: 8px;
}

.download li a {
    float: right;
    width: 128px;
    height: 38px;
    cursor: pointer;
    line-height: 38px;
    background: #b1b1b1;
    text-align: center;
    color: #ffffff;

    margin-top: 12px;
    display: inline-block;
    transition: 0.5s;
}

.download li a img {
    margin-right: 13px;
    transform: translateY(-2px);
}

.download li a:hover {
    background: #b02b2b;
}

.model {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

.model.active {
    opacity: 0.8;
    z-index: 99999;
}


.disclaimer {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 400px;
}

.disclaimer p {

    color: #333;
    line-height: 26px;
    margin-bottom: 24px;
}

.map {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 215px;
}

.map li {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.map h3 a {
    font-size: 25px;
    color: #333333;
}

.map a {
    font-size: 18px;
    color: #333333;
    margin-right: 64px;
    transition: 0.5s;
    display: inline-block;
    line-height: 26px;
}

.map a:hover {
    color: #862431;
}

.map a:focus {
    color: #862431;
}

.hezuo h3 {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 92px;
}
.hezuo p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}
.hezuo-input {
    margin-top: 30px;
}

.hezuo-input input {
    width: 100%;
    height: 48px;
    border: 1px solid #efefef;
    padding-left: 10px;
    color: #333;
}

.hezuo-input span {
    color: #333;

    display: block;
    margin-bottom: 5px;
}

.hezuo-com span {
    color: #333;

    display: block;
    margin-bottom: 5px;
}

.hezuo-input input::placeholder {
    color: #333;
}

.hezuo-input input::-moz-placeholder {
    color: #333;
}

.hezuo-input input::-webkit-input-placeholder {
    color: #333;
}

.hezuo-com {
    padding: 0px 15px;
    margin-top: 20px;
}

.hezuo-com input {
    width: 100%;
    height: 48px;
    border: 1px solid #efefef;
    padding-left: 10px;
    color: #333;
}

.hezuo-com input::placeholder {
    color: #333;
}

.hezuo-com input::-moz-placeholder {
    color: #333;
}

.hezuo-com input::-webkit-input-placeholder {
    color: #333;
}

.hezuo-sub {
    margin-top: 20px;
}

.hezuo-sub span {
    color: #333;

    display: block;
    margin-bottom: 5px;
}

.hezuo-sub input {
    margin-top: 25px;
}

.hezuo-sub textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #efefef;
    padding-left: 10px;
    color: #333;
    resize: none;
    padding-top: 10px;
}

.hezuo-sub textarea::-moz-placeholder {
    color: #333;
}

.hezuo-sub textarea::placeholder {
    color: #333;
}

.hezuo-sub textarea::-webkit-input-placeholder {
    color: #333;
}

.hezuo-sub input {
    height: 150px;
    width: 100%;
    background-color: #980724;
    color: #fff;
    font-size: 24px;
    border: none;
}

.liuyan {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding-top: 30px;
    margin-top: 79px;
    padding-bottom: 100px;
}

/*购物车页面开始*/

.shopping{
    float: left;
    width: 100%;
}
.shopping .shoppingcart_center2bg{
    padding-bottom: 190px;
}

.shopping .cartChoose{
    margin-top: 10px;
    padding: 17px 28px 10px 28px;
}
.shoppingtitle input{
    margin-right: 10px!important;
    margin-top: 8px!important;
}
.cartTop {
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}

.cartTop h4 {
    color: #b32718;
    font-size: 18px;
}

.cartStep {
    margin-bottom: 12px;
}

.cartStep li {
    width: 33.33%;
    line-height: 24px;
    float: left;
    background-color: #d9d9d9;
    color: #0e0e0e;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.cartStep li:after {
    content: '';
    display: block;
    background-image: url(../images/18cart-2.jpg);
    background-repeat: no-repeat;
    width: 14px;
    height: 24px;
    position: absolute;
    right: -1px;
    top: 0;
}

.cartStep li:last-child:after {
    display: none;
}

.cartStep li.on {
    background-color: #b32718;
    color: #fff;
}

.cartStep li.on:after {
    background-image: url(../images/18cart-1.jpg);
}

.cartStep li.cur:after {
    background-image: url(../images/18cart-3.png);
}

.cartNum {
    font-size: 0;
}

.cartNum p {
    width: 92px;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}

.cartNum a {
    display: inline-block;
    border: #cbcbcb 1px solid;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: #cbcbcb;
    font-size: 12px;
    vertical-align: top;
}

.cartNum input {
    border: #cbcbcb 1px solid;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    padding: 0 5px;
    line-height: 24px;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.cartYhj {
    position: relative;
    margin-top: 5px;
}

.cartYhj-scroll {
    max-height: 200px;
    overflow-y: auto;
}

.cartYhj-input {
    float: left;
    background-color: #fff;
    position: relative;
    border: 1px solid #cbcbcb;
    line-height: 24px;
    width: 60px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.cartYhj-input span {
    display: inline-block;
    padding-right: 13px;
    background-image: url(../images/shoppingcart_imga01.png);
    background-repeat: no-repeat;
    background-position: 42px -58px;
}

.cartYhj:hover .cartYhj-input {
    border-color: #ff6800;
    color: #ff6800;
}

.cartYhj-pri {
    line-height: 26px;
    float: left;
    color: #ff6800;
    font-size: 12px;
    margin-left: 10px;
}

.cartYhj-con {
    display: none;
    z-index: 8;
    background-color: #fff;
    border: 1px solid #ff6800;
    width: 250px;
    padding: 15px;
    position: absolute;
    left: -220px;
    top: 25px;
}

.cartYhj-con:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -1px;
    right: 0;
}

.cartYhj-con dl {
    margin-top: 3px;
}

.cartYhj-con dl:first-child {
    margin-top: 0;
}

.cartYhj-con dt {
    display: inline-block;
    vertical-align: -2px;
}

.cartYhj-con dd {
    display: inline-block;
    font-size: 12px;
}

.cartYhj-con .yhjInput {
    line-height: 24px;
    width: 150px;
    border: 1px solid #CBCBCB;
    display: block;
    padding: 0 10px;
    margin: 5px 0 0 15px;
    font-size: 12px;
}

.cartYhj-btn {
    text-align: center;
    margin-top: 10px;
}

.cartYhj-btn a {
    display: inline-block;
    margin: 0 5px;
    width: 48px;
    line-height: 22px;
    border: 1px solid #ff6800;
    color: #fff;
    background-color: #ff6800;
    border-radius: 3px;
}

.shoppingcart_center2_8 .cartYhj-btn a:hover {
    color: #fff;
    opacity: .8;
}

.cartYhj-btn a:last-child {
    background-color: #ededed;
    border-color: #dcdcdc;
    color: #666;
}

.shoppingcart_center2_8 .cartYhj-btn a:last-child:hover {
    color: #666;
}

/*.cartYhj:hover .cartYhj-con{ display: block;}*/
.cartChoose {
    padding: 10px 28px;
}

.djjCon {
    padding: 5px 0;
}

.djjCon-top input {
    margin: 0 5px 0 10px;
    vertical-align: -2px;
}

.djjCon-bot {
    margin: 10px 0 0 100px;
}

.djjCon-bot dt {
    display: inline-block;
}

.djjCon-bot dt input {
    vertical-align: -2px;
}

.djjCon-bot dd {
    display: inline-block;
    color: #999;
    font-size: 12px;
}

.cartMore {
    margin-bottom: 6px;
}

.cartMore h5 {
    color: #ff6800;
    font-size: 14px;
    background-color: #fff3e6;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ededed;
}

.cartMore-tab {
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.cartMore-tab td {
    padding: 12px 20px;
    border-bottom: 1px solid #ededed;
}

.cartMore-set {
    text-align: right;
}

.cartMore-set p {
    display: inline-block;
    margin-right: 25px;
}

.cartMore-set span {
    margin-right: 5px;
}

.cartMore-btn {
    width: 118px;
    line-height: 24px;
    border: 1px solid #ff6800;
    display: inline-block;
    color: #ff6800;
    text-align: center;
}

.cartMore-btn:hover {
    background-color: #ff6800;
    color: #fff;
}

.cartMore-tab .colA {
    color: #ff6800;
}

.cartMore-tab .colB {
    color: #999;
}

.cartDomain {
    padding: 0 35px;
    color: #666;
    font-size: 12px;
}

.cartDomain-top {
    padding: 15px 0;
    font-size: 14px;
}

.cartDomain-top span {
    color: #ff6800;
    display: inline-block;
    margin-right: 5px;
}

.cartDomain-top p {
    display: inline-block;
    margin-right: 20px;
}

.cartDomain-radio {
    display: inline-block;
}

.cartDomain-radio input {
    vertical-align: -2px;
    margin-right: 10px;
}

.cartDomain-radio div {
    display: inline-block;
    margin-right: 60px;
    color: #555;
    font-weight: bold;
}

.cartDomain-con {
    margin-top: 10px;
}

.cartDomain-conTop p {
    line-height: 30px;
}

.cartDomain-conTop .cartDig-showBtn {
    width: 118px;
    line-height: 28px;
    text-align: center;
    color: #ff6800;
    border: 1px solid #ff6800;
}

.shoppingcart_center2_8 .cartDomain-conTop a:hover {
    background-color: #ff6800;
    color: #fff;
}

.cartDomain-tab {
    margin-top: 10px;
}

.cartDomain-tab table {
    width: 100%;
    line-height: 18px;
}

.cartDomain-tab td {
    border-top: 1px solid #f2f2f2;
    padding: 11px 10px;
}

.cartDomain-tab input {
    vertical-align: -2px;
    margin-right: 10px;
}

.cartDomain-tab a {
    color: #ff6800;
}

.cartDomain-tab a:hover {
    text-decoration: underline;
}

.cartDomain-set {
    text-align: right;
}

.cartDomain-page {
    width: 100%;
    text-align: right;
}

.cartDomain-page p {
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
    vertical-align: top;
}

.cartDomain-page ul {
    display: inline-block;
    font-size: 0;
}

.cartDomain-page li {
    display: inline-block;
    font-size: 12px;
}

.cartDomain-page li.sl {
    margin: 0 8px;
    letter-spacing: 2px;
}

.cartDomain-page a {
    width: 28px;
    line-height: 28px;
    display: block;
    font-size: 12px;
    color: #666;
    text-align: center;
    border: 1px solid #dadada;
    margin-left: -1px;
}

.shoppingcart_center2_8 .cartDomain-page a:hover, .shoppingcart_center2_8 .cartDomain-page a.on {
    color: #fff;
    background-color: #ff6800;
    border-color: #ff6800;
    position: relative;
    text-decoration: none;
}

.shoppingcart_center2_8 .cartDomain-page a.prev:hover, .shoppingcart_center2_8 .cartDomain-page a.next:hover {
    background-color: #f6f6f7;
    color: #c6c6c6;
    border-color: #dadada;
}

.page-box {
    text-align: right;
    width: 100%
}

.page-box .pagination-info, .page-box .pagination, .page-box .pagination-goto {
    display: inline-block;
}

.page-box .pagination-info span {
    color: #ff6800;
}

.page-box .pagination a {
    margin: 0 5px;
    font-size: 12px;
    border-radius: 0px;
    padding: 8px 12px;
    line-height: 14px;
    cursor: pointer;
    display: inline-block;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    color: #666;
}

.page-box .pagination-goto select {
    margin: 0 5px;
    height: 32px;
    vertical-align: inherit;
    outline: none;
}

.cartDomain-search {
    margin-right: 15px;
}

.cartDomain-search input {
    display: inline-block;
    width: 138px;
    line-height: 28px;
    border: 1px solid #dcdcdb;
    color: #333;
    font-size: 12px;
    padding: 0 10px;
}

.cartDomain-search a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px;
    line-height: 14px;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    color: #666;
}

.cartDig {
    position: relative;
    z-index: 100;
    display: none;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
}

.cartDig-box {
    display: none;
    border: 3px solid #ff6800;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1000px;
    background-color: #fff;
    padding: 40px 0;
    overflow-y: auto;
}

.cartDig-domainTit h6 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.cartDig .shoppingcart_ymgm_m_t_o {
    overflow-y: auto;
    max-height: 500px;
}

.cartDig .shoppingcart_ymgm_m_t ul {
    margin-bottom: 0;
    padding: 6px 0;
    border-bottom: 1px solid #dcdcdc;
}

.cartDig .shoppingcart_ymgm_m_t ul:first-child {
    border-top: 1px solid #dcdcdc;
}

.cartDig .shoppingcart_ymgm_m_t {
    padding: 0;
    margin: 0 35px;
}

.cartDig .shoppingcart_ymgm_m_t .li1 {
    padding-left: 0;
    margin-right: 40px;
}

.cartDig .shoppingcart_ymgm_m_t .text {
    line-height: 30px;
}

.cartDig .shoppingcart_ymgm_m_t .text.colA {
    color: #ff6800;
}

.cartDig .shoppingcart_ymgm_m_t .li2 input.widthA {
    width: 125.5px;
    margin-left: 3px;
}

.cartDig .shoppingcart_ymgm_m_t .li2 .line {
    line-height: 30px;
}

.cartDig .shoppingcart_ymgm_m_t .li2 .fl {
    margin-right: 5px;
}

.cartDig-domainBtn {
    width: 100%;
    text-align: center;
}

.cartDig-domainBtn a {
    margin: 0 5px;
    display: inline-block;
    width: 98px;
    line-height: 34px;
    text-align: center;
    background-color: #ff6800;
    border: 1px solid #ff6800;
    color: #fff;
    font-size: 14px;
}

.cartDig-domainBtn a:last-child {
    color: #666;
    border-color: #d2d2d2;
    background-color: #fff;
}

.cartDig-domainBtn a:hover {
    color: #fff;
    background-color: #f16200;
}

.cartDig-domainBtn a:last-child:hover {
    color: #ff6800;
    background-color: inherit;
}

.cartDig-closeBtn {
    display: block;
    position: absolute;
    right: 40px;
    right: 35px;
    width: 15px;
    height: 15px;
    background: url(../images/18cart-4.jpg) no-repeat;
}

.cartDig-domainBtn .loading-gif {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://www.cndns.com/images/loading.gif) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.shoppingcart_center2bg {
    background-color: #f2f2f2;
    border-top: 1px solid #ededed;
}

.shoppingcart_center2 {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}

.shoppingcart_center2_jz {
    position: absolute;
    right: -158px;
    top: 205px;
}

.shoppingcart_center2_jz i {
    display: block;
    position: absolute;
    top: 1px;
    right: -22px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.shoppingcart_center2_1 {
    padding-bottom: 20px;
}

.shoppingcart_center2_2 {
    padding-top: 1px;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    float: left;
}

.shoppingcart_center2_3 {
    float: right;
}

.shoppingcart_center2_3 img {
    float: right;
    margin: 10px 0 0 5px;
}

.shoppingcart_center2_4 {
    float: right;
    border-radius: 3px;
    margin-left: 10px;
    width: 210px;
    height: 35px;
    display: block;
    background-color: #ff6800;
    text-indent: 26px;
    line-height: 33px;
    background-image: url(../images/shoppingcart_img.png);
    background-repeat: no-repeat;
    background-position: 175px -155px;
    font-size: 18px;
    color: #fff;
}

.shoppingcart_center2_4:hover {
    background-color: #f16200;
    color: #fff;
    font-size: 18px;
}

.shoppingcart_center2_5 {
    float: right;
    font-size: 12px;
    padding-top: 5px;
    font-size: 12px;
}

.shoppingcart_center2_5 span {
    color: #ff6800;
    font-size: 14px;
}

.shoppingcart_center2_6 {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
}

.shoppingcart_center2_6_1 {
    width: 180px;
    padding: 20px 10px 20px 20px;
    word-break: break-all;
    word-wrap: break-word;

}

.shoppingcart_center2_6_1 input {
    vertical-align: -2px;
    margin-right: 5px;
    display: inline-block;
    float: left;
}
.shoppingcart_center2_6 ul{
    margin-bottom: 0;

}
.shoppingcart_center3bottom{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-flow: wrap;
}
.firstCart label{
    float: left;
    margin-top: 32px;
}
.shoppingcart_center2_6_1 .pic{
    float: left;
    border: 1px solid #eeeeee;
    width: 80px;
    height: 80px;
    position: relative;
    margin-left: 26px;
}
.shoppingcart_center2_6_1 .pic img{
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.shoppingcart_center2_6_2 {
    width: 60%;
    padding: 20px 0 20px 20px;
    margin-right: 20px;
    font-size: 12px;
    color: #333333;
}

.shoppingcart_center2_6_2_m {
    max-height: 200px;
    overflow: hidden;
}

.shoppingcart_center2_8 .shoppingcart_center2_6_2 .del {
    display: block;
    color: #b3b3b3;
    font-size: 12px;
    margin-top: 3px;
    background: url(../images/shoppingcart_imga04.png) no-repeat;
    background-position: left 5px;
    padding-left: 15px;
    cursor: pointer;
}

.shoppingcart_center2_8 .shoppingcart_center2_6_2 .del.cli {
    background-position: left -18px;
}

.shoppingcart_center2_6_3 {
    overflow: hidden;
    width: 180px;
    color: #333;
    padding: 20px 0;
}

.shoppingcart_center2_6_4 {
    width: 160px;
    padding: 20px 0;
    word-break: break-all;
    word-wrap: break-word;
}
.shoppingcart_center2_6_4 .btn{
    margin-top: 0;
    float: left;
    width: 25px;
    height: 25px;
}
.shoppingcart_center2_6_4 .input-group .form-control{
    width: 25px;
    height: 25px;
    float: left;
    padding: 0;
}
.shoppingcart_center2_6_4 .input-group{
    width: 82px;
}
.shoppingcart_center2_6_4 .hostdatabase_banner_textbbg_left_6 {
    display: inline-block;
    margin-left: 3px;
    vertical-align: -2px;
}

.shoppingcart_center2_6_4a {
    font-size: 16px;
    width: 145px;
    padding: 20px 0;
}

.del_z {
    padding: 20px 0;
}

.shoppingcart_center2_6 ul.shoppingcart_center2_7 {
    float: left;
    width: 100%;
    background-color: #eaeaea;
    overflow: hidden;
    font-size: 12px;
    line-height: 28px;
    padding: 5px 0
}

.shoppingcart_center2_7 li {
    color: #656565;
    font-weight: bold;
    float: left;
}

.shoppingcart_center2_7 .shoppingcart_center2_6_1 {
    padding: 0 10px 0 20px;
}

.shoppingcart_center2_7 .shoppingcart_center2_6_2 {
    border: 1px solid #eaeaea;
    padding: 0 0 0 20px;
    height: auto
}

.shoppingcart_center2_7 .shoppingcart_center2_6_3, .shoppingcart_center2_7 .shoppingcart_center2_6_4, .shoppingcart_center2_7 li {
    padding: 0;
}

.shoppingcart_center2_8 {
    float: left;
    width: 100%;
    background-color: #fff;
    line-height: 20px;
    margin-bottom: 6px;
    border: 1px solid #ededed;
}

.shoppingcart_center2_8:hover {
    background: #fbfbfb;
}

.shoppingcart_center2_8_2 {
    font-size: 16px;
}

.shoppingcart_center2_8_2a {
    color: #ff6800;
    font-size: 12px;
}

.shoppingcart_center2_8 a {
    font-size: 12px;
    color: #333333;
}

.shoppingcart_center2_8 a:hover {
    font-size: 12px;
    color: #b32718;
}

.shoppingcart_center2_8 li {
    position: relative;
    float: left;
}

.shoppingcart_center2_8 li .del_m {
    position: absolute;
    left: -225px;
    top: 50px;
    width: 280px;
    border: 1px solid #ff5c00;
    background: #fff;
    z-index: 10;
    display: none;
}

.shoppingcart_center2_8 li .del_m .jt {
    position: absolute;
    top: -7px;
    right: 35px;
}

.shoppingcart_center2_8 li .del_m_t {
    padding: 10px 0;
}

.shoppingcart_center2_8 li .del_m_t .fl {
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
}

.shoppingcart_center2_8 li .del_m_t .fr {
    margin: 6px 10px 0 0;
    cursor: pointer;
}

.shoppingcart_center2_8 li .del_m_m {
    padding: 15px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.shoppingcart_center2_8 li .del_m_m p {
    font-size: 16px;
    color: #333333;
    background: url(../images/del_3.gif) no-repeat left center;
    padding: 5px 0 5px 40px;
    margin-left: 34px;
}

.shoppingcart_center2_8 li .del_m_b {
    width: 165px;
    margin: 0 auto;
    padding: 10px 0
}

.shoppingcart_center2_8 li .del_m_b a {
    background: #f8f8f8;
    width: 74px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: #333333;
    border: 1px solid #dcdcdb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.shoppingcart_center2_8 li .del_m_b a.fl {
    color: #fff;
    border-color: #ff6800;
    background: #ff6800;
}

.shoppingcart_center2_8 li .del_m_b a:hover {
    filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.shoppingcart_center3bottom {
    margin-top: 30px;
}

.shoppingcart_center3bottom_left {
    /*float: left;*/
}

.shoppingcart_center3bottom_left p {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-right: 20px
}

.shoppingcart_center3bottom_left p input {
    vertical-align: -2px;
    margin: 0 5px 0 10px
}

.shoppingcart_center3bottom_left2 {
    display: inline-block;
    width: 86px;
    height: 28px;
    line-height: 26px;
    background: #fbfbfb;
    font-size: 12px;
    color: #666;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.shoppingcart_center3bottom_left1 {
    font-size: 18px;
    margin-top: 75px;
    color: #b32718;
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #fbfbfb;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #b32718;
}
.shoppingcart_center3bottom_left1:hover{
    color: #b32718;
}
.shoppingcart_center3bottom_right {
    /*float: right;*/
    text-align: right;
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    transform: translateY(3px);
}

.shoppingcart_center3bottom_right span {
    color: #b32718;
}

.shoppingcart_center3bottom2 {
    text-align: right;
    color: #666666;
    font-size: 12px;
    line-height: 24px;
}
.shoppingcart_center3bottom2 p{
    margin-top: 45px;
    margin-bottom: 0;
}

.shoppingcart_center3bottom2 a {
    color: #999
}

.shoppingcart_center3bottom2 input {
    margin: 0;
    vertical-align: -2px
}

.shoppingcart_center3bottom2 a.shoppingcart_center3bottom3 {
    background-color: #b32718;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin: 10px 0;
    float: right;
}

.shoppingcart_center3bottom2 img {
    margin: 30px 0 0 10px;
}




.download-box2 {
    float: left;
    width: 100%;
    background: #fff;
    transition: 0.5s;
    padding-bottom: 130px;
}

.download-box2.active {
    opacity: 1;
    z-index: 99999;
}

.download-box2 .left {
    float: left;
    width: 45%;
    margin-top: 100px;
}

.download-box2 .left .list{
    margin-left: 159px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000000;
}
.download-box2 .left .list span{
    margin-bottom: 5px;
    display: block;
}
.download-box2 .left input {
    width: 394px;
    height: 51px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
    color: #000000;
}

.download-box2 .left input::-webkit-input-placeholder {
    font-size: 16px;
    color: #000000;
}

.download-box .left input::-moz-placeholder {
    font-size: 16px;
    color: #000000;
}

.download-box2 .left button {
    width: 188px;
    height: 62px;
    background: #b32718;
    border: none;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 159px;
    margin-top: 3px;
}
.download-box2 .left button a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 62px;
    color: #ffffff;
}
.download-box2 .right {
    float: left;
    text-align: center;
    width: 55%;
    margin-top: 105px;
}

.download-box2 .right img {
    max-width: 100%;
}

.download-box2 .right p {

    color: #666;
    margin-top: 34px;
}






.shoppingcart_center2bg .Submit{
    float: left;
    width: 100%;
    background: #fff;
    transition: 0.5s;
    padding-bottom: 90px;
    text-align: center;
    padding-top: 220px;
}
.shoppingcart_center2bg .Submit p{
    font-size: 18px;
    color: #666666;
}

.shoppingcart_center2bg .Submit a{
    width: 188px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background: #b32718;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 145px;
}




.bannerPic{
    float: left;
    width: 100%;
    overflow: hidden;
    height: 220px;
    position: relative;
}

.bannerPic .left{
    float: left;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f71c1c;
}
.bannerPic h3{
    position: absolute;
    margin-top: 87px;
    font-size: 45px;
    margin-left: 72px;
    z-index: 9;
    font-weight: bold;
    color: #ffffff;
}
.bannerPic .right{
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    width: 50%;
    height: 100%;
}
.bannerPic .right img{
    max-width: initial;
    height: 100%;
    width: 100%;
}



.rongyu{
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 80px;
}
.rongyu .product_img{
    text-align: center;
    margin-bottom: 30px;
}
.rongyu .product_img p{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
.rongyu .product_img p a{
    color: #656464;
    transition: color 0.3s;
}
.rongyu .product_img p a:hover{
    color: #862431;
}
.pagination-wrapper{
    text-align: center;
}
.rongyuDetail{
    text-align: center;
}
.rongyuDetail h3{
    text-align: center;
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 50px;
}
.rongyuDetail img{
    max-width: 100%;
}




.cndns-right{ position:fixed; right:1px; top:50%; margin-top:-100px; z-index:100}
.cndns-right-meau{ position:relative;}
.cndns-right-btn{transition: 0.3s; width:48px; padding: 5px 0; height:57px; color:#848484; border:1px solid #ddd; text-align:center; display:block; margin-bottom:6px; position:relative; background-color:#fff}
.cndns-right-btn span{  font-size:20px; line-height:30px;}
.cndns-right-btn sup{ display:block; min-width:24px; height:24px; text-align:center; line-height:24px; color:#fff; border-radius: 50%; background-color:#b0261c; position:absolute; left:-12px; top:-12px;}
.cndns-right-btn p{  font-size:12px; line-height:10px; margin-bottom: 0;}
.cndns-right-btn:hover,.cndns-right-btn:hover span{ color: #b0261c;}
.cndns-right-btn:hover{
    border-color: #b0261c;
}
.cndns-right-hovBtn{  border-color:#b0261c; background-color: #b0261c;}
.cndns-right-hovBtn p{ color:#fff}
.cndns-right-hovBtn span{ color:#fff}
.cndns-right-hovBtn:hover span{ color: #fff;}
.cndns-right-box{ position:absolute; top:0; right:48px; z-index: 1; padding-right:10px; display:none;}
.cndns-right-box .box-border{width:280px; border:1px solid #ccc; height: 98px; padding:20px; background-color:#fff; -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);  -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15); box-shadow: 0 3px 8px rgba(0,0,0,.15); position:relative}
.cndns-right-box .box-border .arrow-right{ display:block; width:13px; height:16px; background:url(../images/02index-spri.png) no-repeat 0 -2226px; position:absolute; right:-13px; top:26px;}
.cndns-right-box .box-border .sev-t span{ font-size:42px; float:left; display:block; line-height:56px; margin-right:20px; color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{ float:left; color:#b0261c; font-size:24px; line-height:28px;}
.cndns-right-box .box-border .sev-t p i{ display:block; font-size:14px; color:#aaa;}
.cndns-right-box .box-border .sev-b h4{ color:#666; font-size:14px; font-weight:normal; padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{ float:left; width:50%}
.cndns-right-box .box-border .sev-b li a{ display:inline-block; color:#999; font-size:13px; padding-left:43px; background:url(../images/q1.gif) no-repeat left 3px; line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{ color:#ff6800}


.cndns-right-meau:hover .cndns-right-box{
    display: block;
}
#top-back span{
    font-size: 14px;
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot');
    src:    url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    color: #999;
}








@media screen and (max-width: 1366px) {

    .about .next {
        right: 0;
    }

    .about .pre {
        left: 0;
    }

    .about .focus ul li {
        width: 1000px;
    }

    .about #focus {
        width: 1000px;
    }

    .mainFour .list h3 {
        margin-top: 85px;
    }

    .mainFour .container {
        width: 1170px;
    }
}

@media screen and (max-width: 1200px) {
    .productDetail .relProduct .list{
        width: 50%;
    }
    .productDetail .top .xinxi{
        width: 321px;
    }
    .productDetail .top .xinxi .youhui{
        width: 100%;
    }
    .mainSeven .productMain .list{
        width: 33.33%;
    }
    .mainSeven .right{
        width: 699px;
    }
    .shoppingcart_center2_6_2{
        width: 53%;
    }
    .download-box2 .left button{
        margin-left: 0;
    }
    .download-box2 .left{
        padding-left: 5%;
    }
    .download-box2 .left input{
        width: 100%;
        margin-left: 0;
    }
    .mainThree .list {
        width: 283px;
    }

    .news .pic a {
        bottom: -30px;
    }

    .news .pic .detail-box .rectangle {
        position: relative;
    }

    .news .pic .detail-box {
        top: 140px;
    }

    .about .list .text {
        height: 150px;
    }

    .about #focus {
        width: 860px;
    }

    .about .focus ul li {
        width: 860px;
    }

    .mainEight #item4 .text {
        width: 68%;
    }

    .mainEight #item2 .pic img:nth-child(2) {
        margin-left: 80px;
    }

    .mainEight #item1 .text {
        width: 68%;
    }

    .menutwo .lists {
        width: 910px;
    }

    .mainFour .list h3 {
        margin-top: 45px;
    }

    .mainFour .list .text {
        padding-left: 30px;
    }

    .mainFour .container {
        width: 970px;
    }
}

@media screen and (max-width: 992px) {
    #tFocus-pic{
        width: 100%;
    }
    #tFocusBtn{
        margin: 0 auto;
    }
    #tFocus{
        width: 100%;
    }
    .productDetail .top .xinxi{
        width: 100%;
        margin-left: 0;
    }
    .mainSeven .productMain .list{
        width: 50%;
    }
    .mainSeven .right{
        width: 479px;
    }
    .shoppingcart_center2_6_2{
        width: 39%;
    }
    .mainTen .mainTen-m li {
        width: 45%;
    }

    .mainTen .mainTen-m ul {
        width: 100%;
    }

    .download-box .left input {
        width: 79%;
    }

    .download-box {
        width: 750px;
    }

    .application-banner .txt {
        width: 70%;
    }

    .mainThree .list {
        width: 220px;
        margin-right: 30px;
    }

    .news .pic a {
        bottom: -80px;
    }

    .news .pic .detail-box {
        height: 100%;
        top: 395px;
    }

    .news .pic img {
        width: 100%;
    }

    .about .focus ul {
        height: 375px;
    }

    .about #focus2 {
        display: block;
        height: 375px;
    }

    .about #focus {
        display: none;
    }

    .about .focus ul li {
        width: 245px;
        height: 375px;
    }

    .about #focus {
        width: 245px;
        height: 375px;
    }

    .mainEight #item2 .pic img {
        margin-bottom: 20px;
    }

    .mainEight #item2 .pic img:nth-child(2) {
        margin-left: 0px;
    }

    .mainEight #item1 .list {
        margin-bottom: 20px;
    }

    .mainEight .mid .pic {
        text-align: center;
        margin-bottom: 20px;
    }

    .mainSeven .mainBot .left {
        margin-bottom: 20px;
    }

    .newsinfoTop h1 {
        width: 100%;
    }

    .menutwo .lists {
        width: 690px;
    }

    .mainFour .list {
        margin-bottom: 20px;
    }

    .mainFour .list img {
        width: 100%;
    }

    .mainFour .list p {
        width: 100%;
    }

    .mainFour .list h3 {
        margin-top: 25px;
    }

    .mainFour .list .text {
        padding-left: 30px;
    }

    .mainFour .container {
        width: 750px;
    }

    .about-banner .txt {
        width: 85%;
    }

    .mainThree .last .text {
        width: 100%;
        height: 250px;
        margin-bottom: 26px;
    }

    .mainTwo .neirong p:last-child {
        margin-left: 0;
    }

    .mainOne .first .text {
        padding-right: 0;
    }

    .mainOne .last .text {
        padding-left: 0;
    }

    .mainOne .last .pic img {
        width: 100%;
    }

    .mainOne .first .pic img {
        width: 100%;
    }

    .mainOne .last .pic {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .mainOne .first .pic {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .product .box .pro-item {
        margin-top: 75px;
    }

    .about .list img {
        width: 100%;
    }

    .about .list .pic {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .bannerPic h3{
        margin-left: 0;
    }
    .download-box .left span{
        text-align: left;
        margin-left: 38px;
        margin-bottom: 10px;
    }
    .mainSeven .menu li ul.level2 li{
        width: 100%;
    }
    .mainSeven .treebox{
        width: 100%;
    }
    .mainSeven .mainTop .list{
        width: 49%;
        padding: 10px 0;
    }
    .mainSeven .mainTop .list:nth-child(2n){
        margin-left: 2%;
    }
    .mainSeven .productMain .list .pic{
        margin-bottom: 15px;
    }
    .mainSeven .productMain .list .xunjia a{
        display: block;
        margin-bottom: 5px;
    }
    .productDetail .relProduct .list .xunjia a{
        display: block;
        margin-bottom: 5px;
    }
    .mainSeven .left{
        width: 100%
    }
    .mainSeven .right{
        width: 100%;
        margin-left: 0;
    }
    .shoppingcart_center3bottom2{
        text-align: left;
    }
    .shoppingcart_center3bottom_right{
        float: left;
    }
    .shoppingcart_center2_6_2{
        width: 47%;
    }
    .roll{
        float: left;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling:auto;
    }
    .rollMain{
        width: 800px;
    }
    .download-box2 .left{
        width: 100%;
        padding-right: 5%;
    }
    .download-box2 .right{
        width: 100%;
    }
    .bannerPic{
        margin-top: 73px;
    }
    .shopping .shoppingcart_center2bg{
        padding-bottom: 100px;
    }
    .shoppingcart_center2bg .Submit a{
        margin-top: 70px;
    }
    .shoppingcart_center2bg .Submit{
        padding-top: 70px;
    }
    .shoppingcart_center2bg .Submit p{
        width: 90%;
        margin: 0 auto;
    }
    .about .list .pic {
        height: auto;
    }

    .product .box h3 {
        margin-bottom: 0;
    }

    .about {
        margin: 30px 0 50px 0;
    }

    .about h3 {
        margin-bottom: 0;
    }

    .about .preNext img {
        width: 30px;
    }

    .about h3 img {
        width: 95%;
    }

    .mainSeven .mainTop .list .pic:hover {
        transform: translate(-50%, 0%);
    }

    .disclaimer {
        padding-top: 40px;
    }

    .download-box .left button {
        margin-left: 0;
    }

    .download-box .left input {
        margin-left: 0;
        width: 80%;
    }

    .download-box .left {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

    .download-box .right {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        display: none;
    }

    .download-box {
        width: 90%;
        height: auto;
        padding-bottom: 30px;
    }

    .download-banner {
        margin-top: 73px;
    }

    .mainTen .productsAsd #carousel-posui {
        margin-top: 30px;
    }

    .mainTen .productsAsd .title {
        margin-bottom: 0;
    }

    .mainTen .xian {
        margin-top: 50px;
    }

    .mainTen .mainTen-m .pic {
        width: 100%;
    }

    .mainTen .mainTen-m .text {
        margin-bottom: 20px;
        width: 100%;
    }

    .application-banner .txt.active {
        transform: translateY(50%);
    }

    .mainEight #item3 .text {
        width: 65%;
    }

    .mainEight table th {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mainEight table td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mainEight .bot #menu {
        display: none;
    }

    .mainEight #item3 .list {
        padding-left: 0;
        padding-right: 0;
    }

    .mainEight .biaoge {
        padding-left: 0;
        padding-right: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .lightBoxPagination {
        z-index: 99999;
    }

    .closeBtn {
        z-index: 99999;
    }

    #imgModule .btn {
        z-index: 99999;
    }

    .lightBoxContent {
        z-index: 99999;
    }

    .mask {
        z-index: 9999;
    }

    .mainFour .list .pic {
        height: auto;
    }

    .mainFour .list .pic img {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0, 0);
    }

    .mainFour .list:nth-child(1) .pic {
        height: auto;
    }

    .mainFour .list:nth-child(2) .pic {
        height: auto;
    }

    .mainFour .list:nth-child(3) .pic {
        height: auto;
    }

    .mainThree {
        margin-top: 50px;
    }

    .mainThree .list {
        width: 100%;
    }

    .about-banner {
        margin-top: 73px;
    }

    .videoinfoTop {
        margin-top: 75px;
    }

    .videoinfo video {
        width: 100%;
    }

    .mainFive .vlist {
        padding-left: 0;
        padding-right: 0;
    }

    .join-main .joinUs {
        padding-left: 0;
        padding-right: 0;
    }

    .join-main .cont-text {
        padding-left: 0;
        padding-right: 0;
    }

    .join-main .title {
        padding-left: 0;
        padding-right: 0;
    }

    .join-main .pic {
        padding-left: 0;
        padding-right: 0;
    }

    .menutwo .list .pic {
        height: auto;
    }

    .product .title {
        margin-bottom: 0;
    }

    .about .list {
        padding-left: 0;
        padding-right: 0;
    }

    .mainTen .top {
        margin-top: 75px;
    }

    .menuone {
        width: 100%;
    }

    .menuone li {
        width: 48%;
        margin-right: 4%;
    }

    .mainNine .container {
        float: left;
    }

    .mainNine .list .text {
        padding: 0;
    }

    .mainNine .list .pic {
        text-align: center;
    }

    .mainNine .list .pic img {
        width: 100%;
    }

    .mainNine .list {
        padding-left: 0;
        padding-right: 0;
    }

    .mainNine .title {
        padding: 0;
    }

    .application-banner .txt {
        width: 100%;
    }

    .application-banner {
        margin-top: 75px;
    }

    .mainEight #item1 .chakan {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .mainEight #item4 .chakan {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .mainEight #item4 {
        margin-bottom: 50px;
    }

    .mainEight #item3 table {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mainEight #item3 table th {
        padding-left: 10px;
    }

    .mainEight #item3 table td {
        padding-left: 10px;
    }

    .mainEight #item3 .biaoge {
        padding: 0;
    }

    .mainEight #item4 .list:nth-child(4) {
        height: auto;
    }

    .mainEight #item4 .list:nth-child(5) {
        height: auto;
    }

    .mainEight #item4 .list {
        padding: 0;
    }

    .mainEight #item4 .pic {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .mainEight #item4 .list > div {
        padding-top: 30px;
    }

    .mainEight #item4 .list {
        height: auto;
    }

    .mainEight .bot #item1 h3 {
        margin: 32px 0;
    }

    .mainEight #item1 .pic {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .mainEight #item2 .pic {
        margin-bottom: 50px;
    }

    .mainEight .bot h3 {
        line-height: 50px;
    }

    .mainEight #item1 {
        margin-bottom: 50px;
    }

    .mainEight #item1 .list {
        padding: 0;
    }

    .mainEight .bot #menu {
        overflow-x: auto;
    }

    .mainEight .mid .text {
        padding: 0;
    }

    .mainEight .mid .pic {
        padding: 0;
    }

    .mainEight .mid {
        margin-top: 50px;
    }

    .mainEight .top {
        display: none;
    }

    .mainEight .mid .tel {
        padding: 6px 0;
        width: 100%;
    }

    .mainEight .mid .pdf {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .mainSeven .mainBot h3 {
        margin-top: 20px;
        padding-right: 15px;
    }

    .mainSeven .mainBot p {
        padding-right: 15px;
    }

    .mainSeven .mainBot a {
        padding-right: 15px;
    }

    .mainSeven .mainTop .list .text {
        text-align: left;
    }

    .mainSeven .mainTop .list .pic {
        left: 50%;
        top: 20%;
        transform: translateX(-50%);
    }

    .mainSeven .mainTop .list .right {
        height: 200px;
    }

    .mainSeven .mainTop .list {
        /*height: auto;*/
        /*background: #f2f2f2;*/
    }

    .mainSeven .mainTop .list .left {
        /*height: 270px;*/
    }

    .newsinfoTop {
        margin-top: 75px;
    }

    .menutwo .list {
        padding-left: 0;
        padding-right: 0;
    }

    .menutwo .lists .time {
        margin-bottom: 15px;
        width: 21%;
        float: left;
    }

    .menutwo .lists .text {
        margin-bottom: 15px;
        width: 79%;
        float: left;
    }

    .menutwo .lists {
        width: auto;
        margin-left: 0;
    }

    .menutwo .list {
        margin-bottom: 20px;
    }

    .menutwo .list img {
        width: 100%;
    }

    .news-banner {
        margin-top: 75px;
    }

    .news-banner .pcbanner {
        display: block;
    }

    .news-banner .sjbanner {
        display: none;
    }

    .mainFour .list:last-child {
        margin-bottom: 50px;
    }

    .mainFour .list {
        padding: 0;
    }

    .mainFour .list .text {
        padding-left: 0;
    }

    .mainFour .container {
        width: auto;
    }

    .mainThree .last .text {
        height: auto;
        padding: 30px;
    }

    .mainThree .first .pic {
        margin-bottom: 20px;
    }

    .mainTwo .last .text {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .mainTwo .last .pic img {
        width: 100%;
    }

    .about-banner .txt {
        width: 100%;
    }

    .carousel {
        margin-top: 73px;
    }

    .headerTwoBot {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 0 5px #000;
    }

    /*.product {*/
    /*margin-top: 60px;*/
    /*}*/
    .footer2 .left img {
        max-width: 100%;
    }

    .footer2 .xian {
        display: none;
    }

    .footer2 {
        margin-top: 50px;
        padding: 20px 15px;
    }

    .footer2 .left p {
        margin-bottom: 10px;
    }

    .footer2 .right img {
        display: none;
    }

    .footer2 .right {
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    .footer2 .left {
        text-align: center;
        width: 100%;
    }

    .news .pic img {
        width: 100%;
    }

    .news .list {
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .product .box .pro-item {
        margin-top: 35px;
    }

    .product .box .txt {
        border-left: none;
    }

    .about .list {
        margin-bottom: 20px;
    }

    .about h3 span {
        width: 40px;
    }

    .about h3 .xian1 {
        margin-right: 20px;
    }

    .about h3 .xian2 {
        margin-left: 20px;
    }
}

@media screen and (max-width: 414px) {
    .liuyan .row {
        margin: 0;
        padding: 0;
    }

    .liuyan .row div {
        padding: 0;
    }

    .hezuo-com span {
        margin-top: 15px;
    }

    .hezuo-input span {
        margin-top: 15px;
    }

    .hezuo-sub span {
        margin-top: 15px;
    }

    .mainEight table {
        width: 500px;
    }

    .map h3 a {
        font-size: 20px;
    }

    .map a {
        font-size: 16px;
    }

    .about-banner {
        height: auto;
        overflow: hidden;
    }

    .about-banner img {
        width: 100%;
    }

    .mainEight #item3 .text {
        width: 60%;
    }

    .mainEight #item4 .text {
        width: 100%;
        margin-top: 15px;
        padding-bottom: 30px;
    }

    .mainEight #item1 .list {
        height: auto;
    }

    .mainEight #item1 .list > div {
        padding-top: 30px;
    }

    .mainEight #item1 .text {
        width: 100%;
        margin-top: 15px;
        padding-bottom: 30px;
    }

    .mainEight .top .left {
        width: 100%;
    }

    .mainEight .top .right {
        width: 100%;
    }

    .mainSeven .mainTop .list:last-child .text {
        width: 100%;
    }

    .mainSeven .mainBot .left {
        padding: 0;
    }

    .mainSeven .mainBot .right {
        padding: 0;
    }

    .mainSeven .mainTop .list .text a {
        width: 49%;
    }

    .mainSeven .mainTop .list {
        /*padding: 0;*/
    }

    .mainSeven .mainTop .list:last-child .text {
        padding-left: 30px;
    }

    .mainSeven .mainTop .list .right {
        height: auto;
    }

    .mainSeven .mainTop .list .text {
        position: relative;
        transform: translateY(0);
        padding: 30px 0;
    }

    .mainSeven .mainTop .list .left {
        height: auto;
    }

    .mainSeven .mainTop .list .pic {
        text-align: center;
        position: relative;
        margin-top: 20px;
    }

    .mainSix .pre-next {
        margin-top: 100px;
    }

    .newsinfoTop h1 {
        font-size: 24px;
        line-height: 38px;
    }

    .mainThree .first img {
        width: 100%;
    }

    .mainOne .first .text h4 {
        line-height: 32px;
        margin-bottom: 20px;
    }

    .mainOne .last .text h4 {
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    .about-banner .txt {
        transform: translateY(75%);
    }

    .about-banner .txt.active {
        transform: translateY(52%);
    }

    .mainSeven .mainTop .list .text a {
        margin-left: 0;
    }

    .news .pic {
        height: auto;
    }

    .mainFive .menutwo .list .pic {
        height: auto;
    }
    .shoppingcart_center3bottom{
        justify-content: flex-start;
    }
    .shoppingcart_center3bottom_right{
        margin-left: 0;
    }
}

@media screen and (max-width: 375px) {
    .mainEight #item3 .text {
        width: 52%;
    }

    .mainSeven .mainBot h3 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
    .menutwo .lists .time {
        width: 28%;
    }

    .menutwo .lists .text {
        width: 71%;
    }
}