@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}


/*数据统计滚动*/

.product-number-info {
    position: relative;
    /* background-color: rgba(41, 41, 41, 1.00); */
}

.product-number-info .product-number-inner {
    width: 1400px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 40px 0;
}

.product-number-info ul.q:after {
    content: "";
    clear: both;
    display: table;
}

.product-number-info li {
    float: left;
    width: 25%;
    height: 90px;
    /* border-left: 1px solid #3c3c3c; */
    color: #fff;
    padding-top: 1px;
    text-align: center;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li b i {
    font-style: normal;
    color: #1d76ae;
    font-weight: 700;
}

.product-number-info li b sup {
    position: absolute;
    color: #1d76ae;
    /* 
    font-size: 20px;
    right: -15px;
    top: -3px; */
}

.product-number-info li b em {
    font-style: normal;
    font-size: 14px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
    color: #333;
}

.product-number-info li p {
    font-size: 16px;
    color: #333;
}

.product-number-info li.li-3 em {
    right: -20px;
}


.jiancha ul {
    overflow: hidden;
}

.jiancha ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.jiancha ul li:last-child {
    margin-right: 0;
}

.class1 ul {
    overflow: hidden;
}

.class1 ul li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
}

.class1 ul li:last-child {
    margin-right: 0;
}

.class1 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.foot {
    margin-top: 20px;
}

.toggle {
    position: relative;
    height: 75vh;
    /* margin: 30px auto; */
    background: url(../images/0.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat!important;
}

.toggle .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.toggle .bottom ul {
    display: flex;
    width: 100%;
    height: 120px;
}

.toggle .bottom ul li {
    flex: 1;
    height: 120px;
    text-align: center;
    /* line-height: 120px; */
    background: rgba(0, 0, 0, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.toggle .bottom ul li img {
    margin-bottom: 10px;
}

.toggle .bottom ul li:last-child {
    border-right: none;
}

.toggle .bottom ul li img {
    width: auto;
}

.toggle .bottom ul li:hover {
    background: #1d76ae;
}

.toggle .index img {
    width: auto;
    margin-top: 50px;
}

.toggleactives {
    background: #1d76ae!important;
}