.content_top {
    margin: 0.4rem 0.1rem 0;
}

.content {
    margin-top: 0.2rem;
}

.news_top a {
    float: right;
    color: #0085cd;
}

.gold {
    font-size: 0.13rem;
    color: #0085cd;
}

.news_content {
    margin: 0.2rem 0.1rem 0;
}

.news_content li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.15rem;
    font-size: 0.15rem;
}

.news_content .li_dot {
    font-size: 0.05rem;
}

.product .product_list {
    width: 100%;
    margin-top: 0.1rem;
    padding-bottom: 0.4rem;
    background-color: #000;
}

.product_list ul {
    width: 100%;
}

.product_list ul li {
    width: 100%;
    background: url(../img/product_bg.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-top: 0.05rem;
    height: 3.5rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product_list ul li .img_box {
    height: 2.5rem;
    max-width: 7.5rem;
    max-height: 7.5rem;
    box-sizing: border-box;
    padding: 0.15rem;
}

.product_list ul li div img {
    height: 100%;
}

.product_list ul li .p_type {
    height: 1rem;
}

.product_list ul li .p_type span:nth-child(1) {
    display: inline-block;
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.2rem;
    margin-bottom: 0;
}

.product_list ul li .p_type span:nth-child(3) {
    font-size: 0.1rem;
    margin-top: 0.05rem;
}

.product_list ul li .p_type span {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.05rem;
}

.product_list ul li .p_type p {
    width: 60%;
    font-size: 0.12rem;
    border: #fff solid 1px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list .product_dot span {
    background-color: #ccc !important;
}

.products {
    background: url(../img/products_pic.png) no-repeat;
    background-size: cover;
}

.products_top {
    padding-top: 0.2rem;
    color: #fff;
}

.products_top>p {
    font-size: 0.13rem;
    margin-top: 0.05rem;
}

.blocks_el {
    padding-bottom: 0.15rem !important;
}

.blocks_el .blocks {
    position: relative;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.2rem 0.04rem 0;
}

.products .swiper-pagination-bullet {
    background: #ccc;
}

.tab_bar span {
    background-color: #0085cd;
    border-bottom: solid 2px #0085cd;
}

.blocks_content {
    width: 100%;
    height: 100%;
    padding-bottom: 0.2rem;
    font-size: 14px;
    color: #fff;
}

.blocks_content .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 1%;
}

.blocks_content ul li a {
    display: block;
    float: left;
    width: 1.15rem;
    height: 1.17rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.12rem;
    margin: 0.05rem 0.025rem;
}

.blocks_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.1rem;
    color: #333;
}

.blocks_content ul li .img_box img {
    width: 100%;
    background-color: #fff;
}

.blocks_content ul li span {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    font-size: 0.14rem;
    padding-bottom: 0.05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.environment_box {
    width: 100%;
    overflow-x: scroll;
}

.environment_box ul {
    width: 416%;
    display: flex;
}

.environment_box ul::-webkit-scrollbar {
    display: none;
}

.environment_box ul li {
    width: 60%;
    margin-left: 0.1rem;
}

.environment_box ul li img {
    width: 100%;
    height: 100%;
}

.submit_form {
    color: #0085cd;
    margin-bottom: .4rem;
}

.form_bg {
    width: 100%;
    background: url(../img/form_pic.png) no-repeat;
    background-size: 100% 100%;
}

.form_bg .content_top {
    padding-top: 0.2rem;
}

.submit_form .content_top h2 {
    font-weight: bold;
}

.form_box {
    width: 100%;
}

.form_box ul {
    padding: 0.17rem 0.1rem 0.1rem;
}

.form_box ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.05rem;
}

.form_box ul li .box_top {
    display: flex;
    justify-content: space-between;
    width: 49%;
}

.form_box ul li .box_top .name_box {
    width: 100%;
}

.form_box ul li div input {
    width: 100%;
    box-sizing: border-box;
    background: none;
    height: 0.23rem;
    border: 1px solid #0085cd;
    border-radius: 9999px;
    color: #fff;
    padding: 0 3%;
}

.form_box ul li .box_top span {
    display: inline-block;
    white-space: nowrap;
}

.input_bottom {
    box-sizing: border-box;
    width: 100%;
}

.form_box ul li>span {
    display: inline-block;
    white-space: nowrap;
}


.box_bottom div input {
    width: 100%;
}

.submit {
    width: 100%;
    text-align: center;
    padding-bottom: 0.18rem;
}

.submit span {
    padding: 1% 5%;
    border-radius: 50px 50px;
    border: 1px solid #0085cd;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important;
}