/* 首页 */
    .main_banimg img{
        max-width: 100%;
    }
    .main_pagination span{
        background-color: white;
        opacity: 1;
    }
    .main_pagination .swiper-pagination-bullet-active{
        background-color: rgb(208, 0, 0);
    }
    .main1{}
    .main_title{
        text-align: center;
    }
    .main_title h4{
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .main_title span{
        display: block;
        width: 60px;
        height: 2px;
        background-color: rgb(208, 0, 0);
        margin: 0 auto;
    }
    .main1_nav{
        margin-top: 30px;
    }
    .main1_nav ul{
        margin: 0px -10px;
    }
    .main1_nav li{
        display: inline-block;
        margin: 0px 10px;
        margin-bottom: 20px;
    }
    .main1_nav li a{
        display: block;
        background-color: rgb(238, 238, 238);
        font-size: 18px;
        color: rgb(149, 149, 149);
        padding: 10px 20px;
        border-radius: 40px;
        overflow: hidden;
    }
    .main1_nav li a:hover{
        background:url('../image/bg2.png') no-repeat center center/100% 100%;
        color: white;
    }
    .main1_list ul{
        margin: 0px -8px;
    }
    .main1_list li{
        padding: 0px 8px;
        margin-bottom: 20px;
    }
    .main1_list a{
        display: block;
    }
    .main1_img{
        border: 1px solid rgb(220, 220, 220);
        overflow: hidden;
    }
    .main1_img img{
        max-width: 100%;
        transition: all 0.3s;
    }
    .main1_list a:hover .main1_img img{
        transform: scale(1.1);
    }
    .main1_list a:hover h4{
        color: rgb(208, 0, 0);
    }
    .main1_cont h4{
        font-size: 18px;
        line-height: 30px;
        height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .main2{
        padding: 60px 0;
    }
    .main2_img img{
        max-width: 100%;
    }
    .main2box div:first-of-type{
        padding-right: 15px;
    }
    .main2box div:nth-of-type(2){
        padding-left: 15px;
    }
    .main2_cont h4{
        font-size: 24px;
        font-weight: bold;
    }
    .main2_cont p{
        font-size: 18px;
        color: rgb(98, 98, 98);
        line-height: 30px;
    }
    .more{
        text-align: center;

    }
    .more a{
        display: inline-block;
        min-width: 160px;
        padding: 10px 16px;
        border-radius: 4px;
        border: 2px solid rgb(191, 191, 191);
        color: rgb(149, 149, 149);
        font-size: 20px;
    }
    .more a:hover{
        background-color: rgb(208, 0, 0);
        border-color: rgb(208, 0, 0);
        color: white;
    }
    .main2_cont .more{
        text-align: left;
        margin-top: 30px;
    }

    .main3{
        background-color: rgb(249, 249, 249);
    }
    .main3_list{

    }
    .main3_list li{
        margin-bottom: 20px;
    }
    .main3_list a{
        display: block;
        position: relative;
        padding-left: 260px;
        border: 1px solid rgb(238, 238, 238);
    }
    .m3img{
        position: absolute;
        top: 0;
        left: 0;
        width: 240px;
        overflow: hidden;
    }
    .m3img img{
        max-width: 100%;
        transition: all 0.3s;
    }
    .main3_list a:hover .m3img img{
         transform: scale(1.1);
    }
    .m3cont{
        min-height: 220px;
        padding: 20px;
        padding-left: 0;
    }
    .m3cont h4{
        margin-top: 0px;
        font-size: 24px;
        color: rgb(45, 45, 45);
    }
    .main3_list a:hover h4{
        color: rgb(208, 0, 0);
    }
    .main3_list a:hover{
        box-shadow: 0px 0px 10px 0px #ddd;
    }
    .m3cont >span{
        display: block;
        width: 40px;
        height: 2px;
        background-color: rgb(208, 0, 0);
        margin-bottom: 10px;
    }
    .m3cont p{
        color: rgb(149, 149, 149);
        font-size: 16px;
    }
    .m3more{
        text-align: right;
        margin-top: 10px;
    }
    .m3more span{
        color: rgb(98, 98, 98);
        font-size: 16px;
    }
/* 首页 */

/* 产品中心 */
    .inbanner{
        position: relative;
    }
    .inbanner img{
        max-width: 100%;
    }
    .inbantext{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: white;
        text-align: center;
    }
    .inbantext h4{
        font-size: 36px;
        margin-top: 0;
        font-weight: bold;
    }
    .inbantext span{
        display: block;
        width: 60px;
        height: 2px;
        background-color: rgb(208, 0, 0);
        margin: 0 auto;
    }
    .product{}
    .product_left{
        width: 320px;
        float: left;
        position: relative;
        z-index: 10;
    }
    .product_lbox{}

    .product_right{
        float: left;
        width: 100%;
        margin-left: -320px;
        padding-left: 360px;
    }
    .product_ltitle{
        background: url('../image/bg2.png') no-repeat center center/cover;
    }
    .product_ltitle h4{
        font-size: 24px;
        font-weight: bold;
        color: white;
        padding: 14px 16px;
        margin-top: 0;
    }
    .pdlnavs1{
        border-bottom: 1px solid rgb(238, 238, 238);
        padding: 10px 14px;
    }
    .pdlnavs11 {
        
        position: relative;
        padding-right: 30px;
        cursor: pointer;
    }
    .pdlnavs11 {
        color: rgb(49, 49, 49); 
        font-size: 18px;
    }
    .pdlnavs11 i{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 12px;
    }
    .pdlnavs11 .glyphicon-minus{
        display: none;
    }
    .pdlnavs11 .glyphicon-plus{
        display: block;
    }
    .pdlnavs11.active .glyphicon-minus{
        display: block;
    }
    .pdlnavs11.active .glyphicon-plus{
        display: none;
    }
    .active .pdlnavs12{
        display: block;
    }
    .active .pdlnavs11,
    .pdlnavs12 a.active{
        color: #d00000;
    }
    .pdlnavs12 {
        margin-top: 10px;
        display: none;
    }
    .pdlnavs12 p{
        margin-bottom: 10px;
    }
    .pdlnavs12 a{
        color: rgb(149, 149, 149);
    }
    .pdlnavs1:hover .pdlnavs11,
    .pdlnavs12 a:hover,
    .pdlnavs2 a:hover{
        color: rgb(208, 0, 0);

    }
    .pdlnavs2 a{
        display: block;
        padding: 14px 14px;
        border-bottom: 1px solid rgb(238, 238, 238);
        font-size: 18px;
    }
    .pdr_pagetip{
        background-color: rgb(238, 238, 238);
        padding: 14px 20px;
        /* margin-bottom:  */
    }
    .pdr_pagetip,
    .pdr_pagetip a{
        color: rgb(149, 149, 149);
    }
    .pdr_pagetip a::after{
        content: '>';
        display: inline-block;
        padding-left: 4px;
    }
    .main1_list ul{
        margin: 0px -10px;
    }
    .main1_list li{
        padding: 0px 10px;
    }
/* 产品中心 */

/* 产品详情 */
    .pddt_main1{}
    .pddt_m1img{
        -webkit-box-flex: 5;
        -webkit-flex: 5;
        flex: 5;
        padding-right: 20px;
    }
    .pddt_m1img img{
        width: 100%;
        border: 1px solid rgb(238, 238, 238);
    }
    .pddt_m1rbox{
        -webkit-box-flex: 4;
        -webkit-flex: 4;
        flex: 4;
        padding-left: 20px;
    }
    .pddt_m1cont h4{
        font-size: 24px;
    }
    .pddt_m1text{
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px solid rgb(238, 238, 238);
    }
    .pddt_m1text p{
        color: rgb(98, 98, 98);
        margin-bottom: 14px;
        font-size: 16px;
    }
    .pddt_m2cont{
        font-size: 16px;
    }
    .pddt_m1btn{
        font-size: 24px;
        margin-top: 30px;
    }
    .pddt_m1btn a{
        display: block;
        background-color: rgb(208, 0, 0);
        color: white;
        padding: 14px;
        border-radius: 4px;
        text-align: center;
    }
    .pddt_m1btn div:first-of-type{
        padding-right: 20px;
    }
    .pddt_m1btn div:nth-of-type(2){
        padding-left: 20px;
    }
    .pddt_main2{
        margin-top: 40px;
    }
    .pddt_m2title{
        background-color: rgb(238, 238, 238);
        color: rgb(208, 0, 0);
        padding: 10px;
        border-left: 6px solid  rgb(208, 0, 0);
        margin-bottom: 30px;
    }
    .pddt_m2title span{
        font-size: 24px;
        font-weight: bold;
    }
/* 产品详情 */

/* 关于 */
    .about_title{
        text-align: center;
        margin-bottom: 20px;
    }
    .about_title h4{
        margin: 0;
        font-size: 26px;
        font-weight: bold;
    }
    .about_cont{
        font-size: 16px;
    }
    .about_cont p{
        /* font-size: 18px; */
        /* color: rgb(98, 98, 98); */
    }
    .about_cont img{
        max-width: 100%;
    }
    .about_main2{
        margin-top: 50px;
    }
    .about_m2{
        margin-top: 30px;
        text-align: center;
    }
    .about_m2 p{
        font-size: 18px;
        margin-top: 10px;
    }
    .contactus_map{
        height: 300px;
        width: 100%;
    }
    .contactus_m1cont{
        padding-left: 30px;
    }
    .contactus_m1cont h4{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 26px;
    }
    .contactus_m1cont h5{
        font-size: 18px;
        font-weight: bold;
    }
    .contactus_m1cont p{
        color: rgb(98, 98, 98);
        font-size: 18px;
    }
    .contactus_main2{
        margin-top: 50px;
    }
    .contactus_m2box ul{
        margin: 0px -10px;
    }
    .ctus_m2inp{
        padding: 0px 10px;
    }
    .ctus_m2inp input{
        width: 100%;
        border: none;
        background-color: rgb(247, 247, 247);
        height: 50px;
        line-height: 50px;
        padding: 0px 14px;
        border-radius: 4px;
        font-size: 20px;
    }
    .contactus_m2box textarea{
        width: 100%;
        height: 150px;
        border-radius: 4px;
        border: none;
        background-color: rgb(247, 247, 247);
        margin-top: 20px;
        resize: none;
        padding: 14px;
        font-size: 20px;
    }
    .contactus_submit {
        text-align: center;
        margin-top: 40px;
    }
    .contactus_submit input{
        width: 240px;
        height: 56px;
        background:url('../image/bg2.png') no-repeat center center/100% 100%;
        color: white;
        font-size: 24px;
        border: none;
        border-radius: 4px;
    }
/* 关于 */

/* 新闻 */
    .news{}
    .news_list li{
        margin-bottom: 20px;
        border: 1px solid rgb(238, 238, 238);
        padding: 20px;
    }
    .news_list li:hover {
        box-shadow: 0px 0px 10px 0px #ddd;
    }
    .news_list a{
        display: block;
        position: relative;
        min-height: 173px;
        padding-left: 290px;
    }
    .news_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 260px;
        overflow: hidden;
    } 
    .news_img img{
        max-width: 100%;
        transition: all 0.3s;
    }
    .news_list h4{
        font-size: 24px;
        font-weight: bold;
        margin-top: 0;
    }
    .news_list p{
        font-size: 16px;
        color: rgb(149, 149, 149);
        line-height: 28px;
    }
    .news_time{
        margin-top: 16px;
        color: rgb(149, 149, 149);
    }
    .news_list a:hover h4{
        color: rgb(208, 0, 0);
    }
    .news_list a:hover .news_img img{
        transform: scale(1.1);
    }
/* 新闻 */

/* 新闻详情 */
    .news_detial{}
    .news_dttitle{
        padding-bottom: 14px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .news_dttitle h4{
        margin-top: 0;
        font-size: 30px;
    }
    .news_dttitle p{
        font-size: 20px;
        color: rgb(149, 149, 149);
    }
    .news_dttitle p span{
        color: rgb(208, 0, 0);
        margin-right: 10px;
    }
    .news_dtcont{
        margin-top: 30px;
    }
    .news_dtcont p{
        font-size: 18px;
        color: rgb(98, 98, 98);
    }
    .news_dtcont img{
        max-width: 100%;
    }
    .news_dtnavs{
        text-align: center;
        border-top: 1px solid rgb(238, 238, 238);
        padding-top: 30px;
        margin-top: 30px;
    }
    .news_dtnavs a{
        display: inline-block;
        font-size: 18px;
        border: 1px solid rgb(238, 238, 238);
        padding: 6px 10px;
        min-width: 120px;
        color: rgb(98, 98, 98);
        margin: 0 15px;
    }
    .news_dtnavs a:hover{
        color: white;
        background-color: rgb(208, 0, 0);
        border-color: rgb(208, 0, 0);
    }
/* 新闻详情 */
