.container::before,
.container::after {
    display: none;
}

img {
    width: 100%;
}

#ip-img-preview {
    width: 33%;
    height: auto;
}

#imgs img {
    cursor: pointer;
}

.ban {
    position: relative;
}

.ban-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-text h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.ban-text p {
    text-align: center;
    font-size: 16px;
    color: #ccc;
}

/* leftt */
.ny-nav {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 30px;
    background: #f8f8f8;
}

.ny-nav>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
}

.ny-nav>ul>li {
    margin: 0 50px;
}

.ny-nav>ul>li>a {
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.ny-nav>ul>li.active>a {
    color: #123984;
}

.ny-nav>ul>li:hover>a {
    color: #123984;
}

.ny-nav>ul>li>a>hr {
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 0;
    height: 2px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ny-nav>ul>li.active>a>hr {
    background: #123984;
    width: 80%;
    left: 10%;
}

.ny-nav>ul>li:hover>a>hr {
    background: #123984;
    width: 80%;
    left: 10%;
}

/* about */
.ny-about {
    padding: 80px 0;
    background: #f8f8f8;
}

.ny-ab-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

.ny-ab-title>h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-left: 50px;
}

.ny-ab-title>span {
    font-size: 14px;
    color: #999;
    margin-left: 50px;
}

.ny-ab-title>hr {
    width: 100px;
    height: 1px;
    background: #123984;
    border: none;
    margin: 0;
    margin-top: 10px;
    margin-left: 50px;
}

.ny-ab-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 50px;
}

.ny-ab-text {
    width: 49%;
    padding-top: 20px;
}

.ny-ab-text>p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 36px;
    text-align: justify;
}

.ny-ab-img {
    width: 47%;
    display: flex;
    align-items: center;
}

.ny-ab-img video {
    width: 100%;
}

.ny-about ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.ny-about ul>li {
    width: 32%;
    margin: 10px 0;
}

.ny-about ul>li>p {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}

.ny-ab-team {
    padding: 50px 0;
}

.ny-ab-core {
    background: #fff;
    padding: 50px 0;
}

.ny-ab-core ul>li {
    width: 24%;
    padding: 20px 30px;
    text-align: center;
}

.ny-core-img {
    padding: 10% 30%;
}

.ny-ab-core ul>li h3 {
    font-size: 20px;
    color: #333;
}

.ny-ab-core ul>li span {
    font-size: 14px;
    color: #999;
}

.ny-ab-core ul>li p {
    font-size: 14px;
    color: #888;
}


.main {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 0 12px -2px #ccc;
    background: #fff;
}

.numCount {
    margin: 0 -10px;
}

.numCount ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.numCount li {
    width: 24%;
    text-align: center;
    padding: 30px 0;
}

.numCount li .item {
    margin: 0 10px;
    border-left: 1px solid #ccc;
}

.numCount li:first-of-type .item {
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 40px;
    color: #eb1926;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
}

@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}

.in-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -100px;
}














.ny-pr-con>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-pr-con>ul>li {
    width: 24%;
    background: #fff;
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0 0 12px -2px #ccc;
    position: relative;
}

.ny-pr-con>ul>li>h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.ny-pr-con>ul>li>p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 30px;
}

.ny-pr-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #133984;
}

.ny-pr-icon>span {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}

.ny-pro-img {
    width: 90%;
    margin: 80px auto 0;
    position: relative;
    padding: 30px 0;
}

.ny-pro-img>h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.ny-pro-text {
    position: absolute;
}

.ny-pro-text p {
    font-size: 22px;
    color: #133984;
    font-weight: bold;
}

.ny-pro-text1 {
    top: 395px;
    left: 163px;
}

.ny-pro-text2 {
    top: 395px;
    left: 512px;
}

.ny-pro-text3 {
    top: 395px;
    right: 100px;
}

.ny-pro-text4 {
    bottom: 302px;
    left: 142px;
}

.ny-pro-text5 {
    bottom: 302px;
    left: 541px;
}

.ny-pro-text6 {
    bottom: 302px;
    right: 89px;
}



/*honor*/
.carousel {
    -webkit-perspective: 500px;
    perspective: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.carousel figure {
   margin: 0;
   width: 40%;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   -webkit-transition: -webkit-transform 0.5s;
   transition: -webkit-transform 0.5s;
   transition: transform 0.5s;
   transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel figure a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
}

.carousel figure a:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}

.carousel nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
}

.carousel nav button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px;
    cursor: pointer;
    color: #333;
    background: none;
    border: 1px solid;
    letter-spacing: 1px;
    padding: 5px 10px;
}

nav.hbtn {
    position: absolute;
    width: 90%;
    margin: 5%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lbtn,
.rbtn {
    height: 50px;
}




.ny-project {
    background: #f8f8f8;
    padding: 80px 0;
}

.ny-project>h5 {
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-bottom: 80px;
}

.ny-project-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.ny-project-left {
    width: 40%;
}

.ny-project-right {
    width: 55%;
}

.ny-project-title {
    display: flex;
    align-items: center;
}

.ny-project-title>i {
    font-size: 40px;
    color: #ccc;
    margin-right: 15px;
}

.ny-project-title>h3 {
    margin: 0;
}

.ny-project-title>h3>span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}

.ny-project-title>h3>small {
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.ny-project-left p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}

.ny-project-left table {
    width: 100%;
    margin-top: 30px;
}

.ny-project-left table td {
    border: solid 1px #ccc;
    font-size: 16px;
    color: #666;
    padding: 10px;
    text-align: center;
}



.ny-project-die {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 40px 0;
    margin: 40px 0;
}

.ny-die-left {
    width: 55%;
}

.ny-die-right {
    width: 40%;
    padding-top: 80px;
}

.ny-die-right p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}













.ny-project-img {
    margin-top: 80px;
}

.ny-project-img>.ny-project-title {
    margin-left: 50px;
    margin-bottom: 50px;
}

.ny-project-img>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.ny-project-img>ul>li {
    width: 32%;
    margin: 10px 0;
}
.ny-project-img>ul>li video{
    width: 100%;
}
.ny-project-img>ul>li>div {
    overflow: hidden;

}

.ny-project-img>ul>li>div img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ny-project-img>ul>li:hover>div>img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.ny-project-img>ul>li>p {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    margin: 0;
}

.bd_con4 {
    display: flex;
    flex-flow: row wrap;
}

.bd_c4r {
    width: 70%;
    position: relative;
}

.bd_c4top>a {
    position: absolute;
    right: 0;
    bottom: 5%;
}

.bd_c4l {
    width: 30%;
}

.bd_chgBox {
    float: left;
    height: 400px;
    width: 268px;
    overflow: hidden;
    position: relative
}

.bd_long {
    width: 3216px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 400px;
}

.bd_long ul li {
    height: 400px;
    width: 268px;
    float: left;
    font-family: "微软雅黑";
}








/* product */
.ny-product {
    background: #f8f8f8;
    padding: 80px 0;
}

.ny-pro-con>h3 {
    font-size: 18px;
    color: #666;
    text-align: center;
}

.ny-pro-con>ul {
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
}

.ny-pro-con>ul>li {
    width: 24%;
    margin-right: 15px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    background: #fff;
}

.ny-pro-con>ul>li:hover {
    box-shadow: 0 0 12px -2px #ccc;
}

.ny-pro-con>ul>li img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ny-pro-con>ul>li:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.ny-pro-con>ul>li:nth-of-type(4n) {
    margin-right: 0;
}

.ny-pro-con>ul>li p {
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    border-top: 1px solid #eee;
    background: #707173;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

/* pro-xq */

.ny-pro-xq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;

}

.ny-pro-xq>div {
    width: 48%;
}

.pro-title>h3 {
    font-size: 22px;
    margin-top: 10px;
}

.pro-title>h4 {
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}

.pro-title>p {
    font-size: 14px;
    line-height: 25px;
}

.ny-xq-title>h2 {
    font-size: 18px;
    font-weight: bold;
}

.ny-xq-title>p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}

.ny-xq-title {
    width: 100% !important;
}

.pro-xq-con {
    padding-top: 20px;
}

.pro-xq-con table {
    width: 100%;
}

.pro-xq-con table tr:first-of-type {
    border: solid 1px #ccc;

}

.pro-xq-con table tr:first-of-type>td {
    font-weight: bold;
    font-size: 18px;
}

.pro-xq-con table td {
    border-bottom: solid 1px #ccc;
    text-align: center;
    padding: 5px 5px;
    word-break: inherit !important;
}

.pro-xq-con>p img {
    width: 32%;
    padding: 10px 30px;
    border: solid 1px #333;
    margin-top: 20px;
    margin-right: 19px;
}

.pro-xq-con>p img:nth-of-type(3n) {
    margin-right: 0;
}

.pro-xq-con>p {
    display: flex;
    flex-flow: row wrap;
    line-height: 26px;
}

/* news */
.ny-news {
    padding: 120px 0;
}

.ny-news ul {
    display: flex;
    flex-flow: row wrap;

}

.ny-news ul>li {
    width: 32%;
    padding: 20px 30px 40px;
    border-left: solid 1px #eee;
}

.ny-news ul>li:nth-of-type(3n) {
    border-right: solid 1px #eee;
}

.ny-news ul>li h2 {
    font-size: 60px;
    font-weight: bold;
    color: #eee;
    margin-bottom: 30px;
}

.ny-news ul>li b {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin: 0;
}

.ny-news ul>li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
}

.ny-news ul>li p {
    font-size: 14px;
    color: #ccc;
    padding: 10px 0;
}

.ny-news ul>li h5 {
    margin-top: 30px;
    color: #333;
    display: flex;
    align-items: center;

}

.ny-news ul>li h5>span {
    width: 20px;
    height: 1px;
    background: #333;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ny-news ul>li h5>span>small {
    position: absolute;
    right: -2px;
    top: -3px;
    border-left: 8px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ny-news ul>li:hover h5>span {
    width: 80%;
}

.ny-downlad {
    margin-top: 50px;
    width: 100%;
}

.ny-downlad li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.ny-downlad li>a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-downlad li span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.ny-downlad li span i {
    padding-right: 5px;
}

.ny-downlad li small {
    display: inline-block;
    padding: 5px 20px;
    background: #d91f24;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
}


/* ny-contact */
.ny-contact {
    background: #f6f6f6;
}

.ny-contact-con {
    padding: 120px 0;
}

.ny-contact-con>h1 {
    text-align: center;
    font-size: 24px;
    color: #123984;
    font-weight: bold;
}

.ny-contact-con>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 30px 10% 30px 20%;
}

.ny-contact-con>ul>li {
    width: 32%;
}

.ny-contact-con>ul>li>h3 {
    font-size: 16px;
    color: #123984;
    font-weight: bold;
}

.ny-contact-con>ul>li>p {
    font-size: 14px;
    color: #333;
}

/* message */
.ny-ditu {
    display: flex;
    flex-flow: row wrap;
}

.ny-message {
    width: 50%;
    background: #fff;
    padding: 30px 50px;
}

.ny-message>h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

form input {
    width: 100%;
    height: 28px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background: #fff;
}

form textarea {
    width: 100%;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    resize: none;

}

form span {
    font-size: 16px;
    color: #000;
    padding: 20px 0 5px;
    display: inline-block;
}

form input.botton {
    display: inline-block;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #da251c;
    width: auto;
    height: 30px;
    margin-left: 45%;
    margin-top: 15px;
}


.page,
.page1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}

.page span,
.page1 span {
    width: 50%;
    color: #000;
    font-size: 14px;
}

.page span:last-of-type,
.page1 span:last-of-type {
    text-align: right;
}

.page span>a {
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}

.page span>a>select,
.page span>a>select:focus {
    border: none;
    background: #f8f8f8;
}

.page-nums {
    display: none;
}

.page1 span>a {
    color: #000;
}

.page-num {
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}

.left-menu {
    display: none;
}
.Box{
    display: none;
}
@media all and (max-width:768px) {
    .container {
        width: 100%;
    }

    .ban {
        padding-top: 82px;
    }

    .in-wrap {
        display: none;
    }

    .numCount li {
        width: 50%;
    }

    .ban-text {
        top: 30px;
    }

    .ny-nav>ul>li {
        margin: 14px 1px;
    width: 26%;
    text-align: center;
    }

    .ny-nav {
        padding-top: 20px !important;
    }

    .ny-about {
        padding: 20px 0;
    }

    .ny-ab-con {
        padding: 0;
    }

    .ny-ab-text,
    .ny-ab-img {
        width: 100%;
    }

    .ny-ab-core ul>li {
        width: 50%;
        padding: 0;
    }

    .swiper .pic li {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .swiper {
        height: 250px !important;
        margin: auto !important;
    }

    .swiper .cricle {
        bottom: 0 !important;
    }

    .ny-pro-img {
        width: 100%;
        margin: 0 auto;
    }

    .ny-ab-title {
        margin-bottom: 0;
    }

    .ny-pro-text p {
        font-size: 14px;
    }

    .ny-pro-text1 {
        top: 220px;
        left: 40px;
    }
    .ny-pro-text2 {
        top: 220px;
        left: 146px;
    }
    .ny-pro-text3 {
        top: 220px;
        right: 22px;
    }
    .ny-pro-text4 {
        top: 250px;
        left: 29px;
    }
    .ny-pro-text5 {
        top: 250px;
        left: 158px;
    }
    .ny-pro-text6 {
        top: 250px;
        right: 17px;
    }
    .ny-pr-con>ul>li{
        width: 100%;
    }
    .carousel figure{
        width: 100%;
    }
    nav.hbtn{
        justify-content: center;
        align-items: flex-end;
        top: -30px;
    }
    .ny-project-left,.ny-project-right{
        width: 100%;
    }
    .ny-pro-con>ul>li{
        width: 47%;
        margin: 0 5px;
    }
    .page span, .page1 span{
        width: 100%;
        text-align: left !important;
        margin: 5px 0;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .ny-contact-con>ul{
        padding: 0;
    }
    #dituContent{
        width: 100% !important;
        height: 200px !important;
    }
    .ny-message{
        width: 100%;
    }
    .ny-contact-con{
        padding: 20px 0;
    }
    .bigbox{
        display: none;
    }
    .Box{
        display: block;
    }
    .ny-project-img>ul>li{
        width: 100%;
    }
}



.Box {
    position: relative;
}

.Box .content {
    width: 1090px;
    margin: 0 auto;
}

.Box .Box_con {
    position: relative;
    margin-top: 50px;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../img/jtl02.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl:hover {
    background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(../img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 350px;
    margin-left: 20px;
    overflow: hidden;

}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 350px;
    transition: all 0.5s;
    border: solid 1px #ccc;
}

.Box .Box_con .conbox ul li p {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}

.BoxSwitch {
    display: none;
}

.pro-btn {
    text-align: center;
}
