@charset "UTF-8";







.shuffling{
    padding: 40px 0 57px;
    background-color: #f7f7f7;
    margin-top: 60px;
}

.shuffling > div{
    width: 1200px;
    margin:auto;
}
.shuffling > div:after{
    content: "";
    display: block;
    clear: both;
}
.shuffling > div .left{
    float: left;
    width: 50%;
}
.shuffling > div .right{
    float: right;
    width: 45%;
}
.shuffling > div .left .swiper-button-next,
.shuffling > div .left .swiper-button-prev{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
}
.shuffling > div .left .swiper-button-prev,
.shuffling > div .left .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.shuffling > div .left .swiper-button-next,
.shuffling > div .left .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.shuffling > div .right{
    padding-top: 40px;
}
.shuffling > div .right h2{
    margin-bottom: 30px;
    color: #0d6fb8;
    font-size: 24px;
}
.shuffling > div .right div{
    margin-bottom: 30px;
}
.shuffling > div .right div p{
    display: inline-block;
    color: #333;
    font-size: 16px;
}
.shuffling > div .right div p + p{
    margin-left: 20px;
}
.shuffling > div .right div p span{
    color: #0d6fb8;
}
.shuffling > div .right > p{
    color: #333;
    font-size: 14px;
    line-height: 25px;
}
.parameter{
    width: 1200px;
    margin: auto;
    padding-top: 75px;
}
.parameter nav{
    width: 100%;
}
.parameter nav ul:after{
    content: "";
    display: block;
    clear: both;
}
.parameter nav ul li{
    float: left;
    width: 100%;
    height: 55px;
    background-color: #dfdfdf;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
}
.parameter nav ul li.on{
    background-color: #4d4d4d;
    color: white;
}
.parameter nav ul li:hover{
    background-color: #4d4d4d;
    color: white;
}
.parameter .content{
    padding: 50px 0 60px;
    border-bottom: 1px solid #ededed;
    color: #333;
    font-size: 14px;
    line-height: 25px;
}
.parameter .content p{
    margin-bottom: 30px;
}
.parameter .content div{
    display: none;
}
.parameter .content div.on{
    display: block;
}
.more{
    width: 1200px;
    margin: auto;
    padding-bottom: 20px;
}
.more .top{
    overflow: hidden;
    height: 90px;
    line-height: 90px;
}
.more .top p{
    float: left;
    color: #808080;
    font-size: 16px;
}
.more .top div{
    float: right;
}
.more .top div a{
    position: relative;
    padding: 7px 45px 7px 25px;
    background-color:#4d4d4d ;
    color: white;
    font-size: 14px;
}
.more .top div a span{
    position: absolute;
    top: 50%;
    right: 25px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../img/back.png") no-repeat center/100%;
    transform: translateY(-50%);
}
.more .bottom ul{
    overflow: hidden;
}
.more .bottom ul li{
    position: relative;
    float: left;
    width: 31%;
}
.more .bottom ul li + li {
    margin-left: 3%;
}
.more .bottom ul li .img{
    overflow: hidden;
}
.more .bottom ul li:hover img{
    transform: scale(1.1);
}
.more .bottom ul li img{
    transition: .3s;
}
.more .bottom ul li .center{
    overflow: hidden;
    padding:20px 15px;
    font-size: 14px;
}
.more .bottom ul li .center .c-title{
    float: left;
}
.more .bottom ul li .center .c-title h3{
    margin-bottom: 10px;
}
.more .bottom ul li .center .c-title p{
    color: #ccc;
}
.more .bottom ul li .center .go{
    float: right;
    padding-top: 15px;
}
.more .bottom ul li .center .go i,
.more .bottom ul li .center .go span{
    display: inline-block;
    vertical-align: center;
}
.more .bottom ul li .center .go i{
    width: 1px;
    height: 17px;
    margin-right: 15px;
    background-color: #ccc;
}
.more .bottom ul li .center .go span{
    width:18px ;
    height: 18px;
    background: url("../img/go.png");
}
.more .bottom ul li .under{
    position: absolute;
    width: 0;
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #ba0000;
    transition: .3s;
}
.more .bottom ul li:hover .under{
    width: 100%;
}




