.Box {
    position: relative;
    margin: 30px 0;
}

.Box .Box_con {
    position: relative;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 36px;
    height: 64px;
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.Box .Box_con .btn_parents {
    top: 30px;
}

.Box .Box_con .btnl {
    background: url(../images/jtl02.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../images/jtr02.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl1 {
    background: url(../images/jtl021.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr1 {
    background: url(../images/jtr021.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl2 {
    width: 36px;
    height: 64px;
    background: url(../images/jtl022.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr2 {
    width: 36px;
    height: 64px;
    background: url(../images/jtr022.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl:hover {
    background: url(../images/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(../images/jtr03.png) no-repeat center;
}

.Box .Box_con .btnl1:hover {
    background: url(../images/jtl021.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr1:hover {
    background: url(../images/jtr021.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl2:hover {
    width: 36px;
    height: 64px;
    background: url(../images/jtl022.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr2:hover {
    width: 36px;
    height: 64px;
    background: url(../images/jtr022.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
    overflow: hidden;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 30%;
    overflow: hidden;
    padding-left: 2.5%;
    position: relative;
}

.Box .Box_con .conbox ul li:first-child {}

.Box .Box_con .conbox ul li>img {
    display: block;
    width: 100%;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
}

.Box .Box_con .conbox ul li img {
    transition: all 0.4s;
    width: 100%;
    height: 268px;
}

.Box .Box_con .conbox ul li a:hover img {
    transform: scale(1.1);
}

.cur a:hover {
    border-bottom: 1px solid #e60000;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}

.cur a:hover .txt h3 {
    color: #e60000;
}

.cur a:hover .txt span {
    opacity: 1;
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.cur a {
    display: block;
    width: 100%;

    overflow: hidden;

    position: relative;
}

.cur .pic {}

.cur .txt {
    padding: 0 28px;
}

.cur .txt h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 1rem 0;
}

.cur .txt p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.cur .txt span {
    font-size: 12px;
    color: #e60000;
    display: block;
    opacity: 0;
    transition: all .4s;
}

/* .cur .txt span img{
	width: auto;
} */
.contaier_small {
    width: 1200px;
}



.cur1>a {
    position: relative;
}

.cur1 a:hover {
    border-bottom: none;
}

.cur1 .txt {
    width: 100%;

    bottom: 0;

    box-sizing: border-box;
    color: #333;

    text-align: center;
    height: 65px;
    line-height: 65px;
}

.cur1 a:hover .txt {
    opacity: 0;
}

.cur1 .txt h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    margin: 0 0 0px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cur1 .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
}

.hover_box {
    width: 100%;
    height: 100%;
    padding: 50px 80px 80px 80px;
    opacity: 0;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 0, .3);
}

.hover_box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px auto;
}

.hover_box h3:after {
    content: "";
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 4px;
    background: #fff;
}

.hover_box p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0px 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.hover_box span {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.cur1 a:hover .hover_box {
    opacity: 1;
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: rgba(114, 114, 114, .32);
    margin: 0 7px;
    cursor: pointer;
}

.Box .BoxSwitch1 span {
    background: #e6e6e6;
}

.Box .BoxSwitch span.cur {
    background: #1973d1;
}

.honer_box,
.cur2 {
    height: 481px !important;
}








@media only screen and (max-width: 992px) {
    .ccm {
        height: 50px;
    }

    .Box .Box_con .conbox ul li {
        float: left;
        width: 47%;
        overflow: hidden;
        padding-left: 2%;
        position: relative;
    }

    .clearfix1 {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .Box .Box_con .conbox ul li img {
        transition: all 0.4s;
        width: 100%;
        height: 120px;
    }

    .cur1 .txt h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        color: #333;
        margin: 0 0 0px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

}



@media only screen and (min-width: 992px) {
    .ccm {
        height: 150px;
    }

}