/* con_section_banner */
.con_section_banner{
    width: 100%;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.con_section_banner .con_banner{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 550px;
}
.con_section_banner .con_banner img{
    width: 100%;
    display: inherit;
}
.con_banner_title{
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 360px;
    margin-top: -200px;
    background: rgba(230, 0, 18, 0.75);

    border-radius: 50%;

    padding: 50px;
    padding-top: 165px;
    box-sizing: border-box;

    text-align: center;
}
.con_banner_title h3{
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.con_banner_title h4{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.con_section_p_d_banner{
    height: 600px;
}
.con_section_p_d_banner .con_banner{
    height: 600px;
}


/* con_subNav */
.con_subNav{
    width: 100%;
    height: auto;
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}
.con_subNav .subNav{
    width: 100%;
    height: auto;
    position:relative;
    z-index:9;
}
.con_subNav .subNav ul li{
    float: left;
    width: auto;
    height: auto;
    padding: 15px 0;
}
.con_subNav .subNav ul li a{
    float: left;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding-right: 50px;
    margin-right: 50px;
    box-sizing: border-box;
    border-right: 2px solid #ddd;
}
.con_subNav .subNav ul li:last-child a{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.con_subNav .subNav ul li a.active{
    color: #e60012;
}
.con_subNav .subNav ul li a:hover{
    color: #e60012;
}
.con_subNav_logo{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -20px;
    right: 0;
    background: url('../images/con_subNav_logo.png') no-repeat center center;
}


.con_subNav .product_details_tab ul li.active a{
    color: #e60012;
}


/* content */
.content{
    width: 100%;
    height: auto;
    padding: 30px 0;
    padding-bottom: 150px;
    padding-left: 240px;
    box-sizing: border-box;
}
.home_section_container_con .title{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.home_section_container_con .title h3{
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
}

.product_center_details_content{
    padding-bottom: 0;
}


/* about */
.about{
    width: 100%;
    height: auto;
}
.about_sec1_article{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 32px;
    margin-bottom: 80px;
}
.about_sec1_article p{
    margin-bottom: 30px;
}
.about_sec2_list{
    width: 100%;
    height: auto;
}
.about_sec2_list ul li{
    float: left;
    width: 33.333333%;
    height: 180px;
    border-right: 2px solid #ddd;
    box-sizing: border-box;
}
.about_sec2_list ul li:last-child{
    border-right: none;
}
.about_sec2_list ul li .pic{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.about_sec2_list ul li .pic img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.about_sec2_list ul li .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: center;
}
.about_sec3_pic{
    width: 100%;
    height: auto;
    margin: 80px auto;
}
.about_sec3_pic img{
    display: block;
    width: 100%;
    height: auto;
}

.about_sec4{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.about_sec4 h4{
    font-size: 22px;
    color: #333;
    line-height: 24px;
    border-left: 4px solid #e60012;
    padding-left: 8px;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 15px;
}
.about_sec4 ul{
    width: 100%;
    height: auto;
}
.about_sec4 ul li{
    float: left;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-right: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    background: url('../images/h_dian.png') no-repeat left center;
}

/* about_sec5_list */
.about_sec5_list{
    width: 100%;
    height: auto;
}
.about_sec5_list ul{
    margin: 0 -1%;
}
.about_sec5_list ul li{
    float: left;
    width: 48%;
    height: 200px;
    margin: 0 1%;
    margin-bottom: 2%;
    border: 2px solid #eee;
    box-sizing: border-box;
    padding: 50px 20px;
    position: relative;
    padding-left: 190px;
    padding-right: 110px;
}
.about_sec5_list ul li .line{
    width: 50%;
    height: 5px;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}
.about_sec5_list ul li .text1{
    width: 150px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 20px;
    text-align: center;
}
.about_sec5_list ul li .text1 h3{
    font-size: 22px;
    color: #e60012;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.about_sec5_list ul li .text1 p{
    font-size: 14px;
    color: #db737c;
    line-height: 20px;
    letter-spacing: -1px;
}
.about_sec5_list ul li .text2{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.about_sec5_list ul li .text_pic{
    width: 110px;
    height: auto;
    position: absolute;
    top: 40px;
    right: 10px;
}
.about_sec5_list ul li .text_pic img{
    display: block;
    width: 100%;
    height: auto;
}


/* footer */
.footer{
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: #f6f6f6;
}
.footer p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
    text-align: center;
}
.footer p a{
    color: #555;
    margin-left: 20px;
}
.footer p a:hover{
    color: #e60012;
}




/* social_responsibility */
.social_responsibility{
    width: 100%;
    height: auto;
}
.social_sec1_article{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 32px;
    margin-bottom: 80px;
}
.social_sec1_article p{
    margin-bottom: 30px;
}
.social_sec2_list{
    width: 100%;
    height: auto;
}
.social_sec2_list .item{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    border: 2px solid #eee;
    margin-bottom: 50px;
}
.social_sec2_list .item .left{
    float: left;
    width: 50%;
    height: auto;
    padding: 50px 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    padding-left: 190px;
    padding-right: 110px;
}
.social_sec2_list .item .right_pic{
    float: left;
    width: 50%;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.social_sec2_list .item .right_pic img{
    display: block;
    width: 100%;
    height: auto;
}

.social_sec2_list .item .text1{
    width: 150px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 20px;
    text-align: center;
}
.social_sec2_list .item .text1 h3{
    font-size: 22px;
    color: #e60012;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.social_sec2_list .item .text1 p{
    font-size: 14px;
    color: #db737c;
    line-height: 20px;
    letter-spacing: -1px;
}
.social_sec2_list .item .text2{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.social_sec2_list .item .text_pic{
    width: 110px;
    height: auto;
    position: absolute;
    top: 40px;
    right: 10px;
}
.social_sec2_list .item .text_pic img{
    display: block;
    width: 100%;
    height: auto;
}

.social_sec2_list .item:nth-of-type(2) .left {
    float:right;
}



/* history */
.history{
    width: 100%;
    height: auto;
}
.history_list{
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}
.history_list ul li{
    float: left;
    width: 100%;
    height: auto;
    padding-left: 200px;
    padding-bottom: 80px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: -3px;
}
.history_list ul li .line{
    display: block;
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e60012;
    border-radius: 8px;
    box-sizing: border-box;
}
.history_list ul li .yuan{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #f9f9f9;
    box-sizing: border-box;
    position: absolute;
    left: -5px;
    top: 50px;
    z-index: 9;
    box-shadow: 0px 0px 3px 1px #ddd;
}
.history_list ul li .time_box{
    width: 120px;
    height: 120px;
    background: url('../images/history_yuan.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 30px;
}
.history_list ul li .time_box .year{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #e60012;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    font-weight: 600;
    letter-spacing: -2px;
}
.history_list ul li .text{
    width: 100%;
    height: auto;
}
.history_list ul li .text h3{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.history_list ul li .text .article{
    font-size: 16px;
    color: #666;
    line-height: 32px;
}


/* honor */
.honor{
    width: 100%;
    height: auto;
}
.honor_section{
    width: 100%;
    height: auto;
    min-height: 550px;
    padding-left: 300px;
    box-sizing: border-box;
    position: relative;
}
.honor_list{
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}
.honor_time_slide {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.honor_list .honor_time_slide li{
    float: left;
    width: 20%;
    height: 200px;
    box-sizing: border-box;
    position: relative;
    margin-right: -5px;
    cursor: pointer;
}
.honor_list ul li .line{
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e60012;
    border-radius: 8px;
    box-sizing: border-box;
}
.honor_list ul li .yuan{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #f9f9f9;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -8px;
    z-index: 9;
    box-shadow: 0px 0px 3px 1px #ddd;
}
.honor_list ul li .time_box{
    width: 120px;
    height: 120px;
    background: url('../images/history_yuan.png') no-repeat center center;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -60px;
}
.honor_list ul li .time_box .year{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #e60012;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    font-weight: 600;
    letter-spacing: -2px;
}

.honor_list ul li.selected .time_box{
    background: url('../images/honor_yuan_hover.png') no-repeat center center;
}
.honor_list ul li.selected .time_box .year{
    color: #fff;
}



.honor_text_slide{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.honor_text_slide li{
    float: left;
    width: 100%;
    height: auto;
}
.honor_text_slide li .text{
    width: 100%;
    height: auto;
    padding: 20px 30px;
    padding-top: 0;
    box-sizing: border-box;
}
.honor_text_slide li .text p{
    font-size: 18px;
    color: #000;
    line-height: 36px;
    margin: 20px auto;
    font-weight: 600;
    padding-left: 25px;
    box-sizing: border-box;
    background: url('../images/honor_text_slide_dian.png') no-repeat left 11px;
}



.honor_section .honor_section_pic{
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.honor_section .honor_section_pic img{
    display: block;
    width: 100%;
    height: auto;
}




/* contact */
.contact{
    width: 100%;
    height: auto;
}


.contact_sec1_list{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.contact_sec1_list ul li{
    float: left;
    width: 33.333333%;
    height: 150px;
    border-right: 2px solid #e5e5e5;
    box-sizing: border-box;
}
.contact_sec1_list ul li:nth-of-type(3){
    border-right: none;
}
.contact_sec1_list ul li p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    height: 50px;
    padding: 10px 20px;
    padding-left: 70px;
    box-sizing: border-box;
    margin: 20px 0;
    padding-top: 8px;
}
.contact_sec1_list ul li .p1{
    background: url('../images/contact_sec1_icon1.png') no-repeat 20px top;
}
.contact_sec1_list ul li .p2{
    background: url('../images/contact_sec1_icon2.png') no-repeat 20px top;
}
.contact_sec1_list ul li .p3{
    background: url('../images/contact_sec1_icon3.png') no-repeat 20px top;
}
.contact_sec1_list ul li .p4{
    background: url('../images/contact_sec1_icon4.png') no-repeat 20px top;
}
.contact_sec1_list ul li .p5{
    background: url('../images/contact_sec1_icon5.png') no-repeat 20px top;
}
.contact_sec1_list ul li .p6{
    background: url('../images/contact_sec1_icon6.png') no-repeat 20px top;
}
.contact_sec1_list ul li .p7{
    background: url('../images/contact_sec1_icon7.png') no-repeat 20px top;
}

.contact_map{
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.contact_map img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* news */
.news{
    width: 100%;
    height: auto;
}
.news_list{
    width: 100%;
    height: auto;
}
.news_list ul li{
    float: left;
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    padding-left: 500px;
}
.news_list ul li .pic{
    width: 450px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.news_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.news_list ul li .text{
    width: 100%;
    height: auto;
}
.news_list ul li .text h3{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.news_list ul li .text .time{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 20px;
}
.news_list ul li .text .article{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height:90px;
    overflow:hidden;
    margin-bottom: 35px;
}
.news_list ul li .text a{
    display: block;
    width: 160px;
    height: 50px;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.news_list ul li .text a:hover{
    border: 1px solid #e60012;
    background: #e60012;
    color: #fff;
}


/* news_details */
.news_details{
    width: 100%;
    height: auto;
}
.news_details_conter{
    width: 100%;
    height: auto;
}
.news_details_conter h3{
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}
.news_details_conter .article{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 40px;
}
.news_details_conter .article p{
    margin-bottom: 30px;
    text-indent: 2em;
}



/* common_problem */
.common_problem{
    width: 100%;
    height: auto;
}
.common_problem_list{
    width: 100%;
    height: auto;
}
.common_problem_list ul li{
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 2px;
    padding-left: 80px;
    margin-bottom: 30px;

    background: url('../images/common_problem_icon.png') no-repeat 35px 35px;
}
.common_problem_list ul li h3{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.common_problem_list ul li .text{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}



/* download_center */
.download_center{
    width: 100%;
    height: auto;
}
.download_center_list{
    width: 100%;
    height: auto;
}
.download_center_list ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 60px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    position: relative;
    padding-right: 120px;
    margin-bottom: -1px;
}
.download_center_list ul li:nth-child(even){
    background: #f8f8f8;
}
.download_center_list ul li h3{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    font-weight: 500;
}
.download_center_list ul li a{
    display: block;
    width: 110px;
    height: 40px;
    background: url('../images/download_center_icon.png') no-repeat left center;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
}
.download_center_list ul li a:hover{
    color: #e60012;
}

/* solution */
.solution{
    width: 100%;
    height: auto;
}
.solution_list{
    width: 100%;
    height: auto;
}
.solution_list ul{
    margin: 0 -1%;
}
.solution_list ul li{
    float: left;
    width: 31.333333%;
    height: auto;
    margin: 0 1%;
    margin-bottom: 2%;
    position: relative;
}
.solution_list ul li .pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.solution_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}
.solution_list ul li .text_pro{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.solution_list ul li .text_pro_con{
    width: 100%;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -55px;
    text-align: center;
}
.solution_list ul li .text_pro_con h3{
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.solution_list ul li .text_pro_con .icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url('../images/link_icon2_b.png') no-repeat center center;
}
.solution_list ul li:hover .text_pro_con .icon{
    background: url('../images/link_icon2_b_hover.png') no-repeat center center;
}
.solution_list ul li:hover .text_pro_con h3{
    color: #e60012;
}
.solution_list ul li:hover .pic img{
    -webkit-transform:scale(1.4,1.4);
    -moz-transform:scale(1.4,1.4);
    -o-transform:scale(1.4,1.4);
    transform:scale(1.4,1.4);
}



/* product_center */
.product_center{
    width: 100%;
    height: auto;
}
.product_center_list{
    width: 100%;
    height: auto;
}
.product_center_list ul{
    margin: 0 -1%;
}
.product_center_list ul li{
    float: left;
    width: 31.333333%;
    height: auto;
    margin: 0 1%;
    margin-bottom: 2%;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 2px;
}
.product_center_list ul li .pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.product_center_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}



    .product_brand .product_center_list ul li {
        padding:25px;
    }
    .product_brand .product_center_list ul li .pic {
        margin-bottom:25px;
    }
   .product_brand .product_center_list ul li .pic img {
        max-width:200px;
        width:100%;
        height:auto;
        margin:0 auto;
    }



.product_center_list ul li .text{
    width: 100%;
    height: 120px;
    border-top: 3px solid #e60012;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
}
.product_center_list ul li .text h3{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product_center_list ul li .text h4{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}
.product_center_list ul li .text .link{
    width: 40px;
    height: 40px;
    background: url('../images/link_icon.png') no-repeat center center;
    position: absolute;
    top: 30px;
    right: 0;
}

.product_center_list ul li:hover .pic img{
    -webkit-transform:scale(1.4,1.4);
    -moz-transform:scale(1.4,1.4);
    -o-transform:scale(1.4,1.4);
    transform:scale(1.4,1.4);
}
.product_center_list ul li:hover .text .link{
    background: url('../images/link_icon_h_hover.png') no-repeat center center;
}
.product_center_list ul li:hover .text h3{
    color: #e60012;
}
.product_center_list ul li:hover .text h4{
    color: #e60012;
}


.product_brand .product_center_list ul li .text .link {
    top:15px;
}
.product_brand .product_center_list ul li .text {
    height:60px;
}



/* product_center_details */
.product_center_details{
    width: 100%;
    height: auto;
    min-height: 600px;
}
.product_center_details_container{
    width: 100%;
    height: auto;
}
.product_center_details_container .details_container_item{
    width: 100%;
    height: auto;
}


.details_container_item h1{
    font-size: 24px;
    color: #e60012;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 150px;
}


.product_details_list{
    width: 100%;
    height: auto;
}
.product_details_list ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 80px 0;
    box-sizing: border-box;
}
.product_details_list ul li .sec_text{
    float: left;
    width: 50%;
    height: auto;
    padding-top: 50px;
    padding-right: 60px;
    box-sizing: border-box;
}
.product_details_list ul li .sec_pic{
    float: left;
    width: 50%;
    height: auto;
}
.product_details_list ul li .sec_pic img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.product_details_list ul li .sec_text h2{
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
.product_details_list ul li .sec_text .text_article{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.product_details_list ul li .sec_text .text_article p{
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/h_dian.png) no-repeat left 12px;
    margin-bottom: 20px;
}

.product_details_list ul li:nth-child(odd) .sec_text{
    float: right;
    padding-left: 60px;
    padding-right: 0;
}
.product_details_list ul li:nth-child(odd){
    background: #f8f8f8;
}



.product_details_sec1{
    width: 100%;
    height: auto;
    padding: 50px 0;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.product_details_sec1 .sec_text{
    float: left;
    width: 50%;
    height: auto;
    padding-top: 50px;
    padding-right: 60px;
    box-sizing: border-box;
}
.product_details_sec1 .sec_pic{
    float: left;
    width: 50%;
    height: auto;
}
.product_details_sec1 .sec_pic img {
    display:block;
    width: 100%;
    height: auto;
}
.product_details_list .product_details_sec1 .sec_text .article{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.product_details_list .product_details_sec1 .sec_text .text{
    width: 100%;
    height: auto;
}
.product_details_list .product_details_sec1 .sec_text .text h3{
    font-size: 20px;
    color: #e60012;
    line-height: 40px;
    font-weight: 500;
    padding-left: 50px;
    box-sizing: border-box;
    background: url('../images/product_details_icon.png') no-repeat left center;
    margin-bottom: 10px;
}
.product_details_list .product_details_sec1 .sec_text .text p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}


/* product_details_download_list */
.product_details_download_list{
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.product_details_download_list table{
    width: 100% !important;
    height: auto;
    display: inline-table;
    border-collapse: collapse;
    vertical-align: middle;
    border-spacing: 2px;
    /* border: 1px solid #ddd; */
}
.product_details_download_list tbody{

    width: 100%;
    height: auto;

}
.product_details_download_list table tr{
    width: 100%;
    height: auto;
    border: 1px solid #333;
    box-sizing: border-box;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;

}
.product_details_download_list table th{
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #333;
    padding: 12px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;

}
.product_details_download_list table td{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #333;
    padding: 12px 25px;
    box-sizing: border-box;
   
}
 table thead {
     width: 100%;
     height: auto;
    background: #e60012;
  }
  .product_details_download_list table td img{
      display: block;
      margin: 0 auto;
  }
  .product_details_download table tbody tr:hover {
    background: #eee;
  }



/* product_details_specification */
.product_details_specification table td{
    text-align: left;
    min-width: 200px;
    padding-left: 60px;
}
.product_details_specification_text{
    width: 100%;
    height: auto;
    padding-left: 120px;
    box-sizing: border-box;
    margin-bottom: 60px;
    margin-top: 20px;
}
.product_details_specification_text p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.product_details_specification_link{
    width: 100%;
    height: auto;
}
.product_details_specification_link a{
    display: block;
    max-width: 60%;
    width: 100%;
    height: 50px;
    border: 1px solid #e60012;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #e60012;
    line-height: 28px;
    margin: 0 auto;
    padding-left: 60px;
    background: url("../images/download_center_icon.png") no-repeat 40% center;
}

.product_details_specification_link a:hover{
    background: #e60012 url("../images/download_center_icon_b_hover.png") no-repeat 40% center;
    color: #fff;
}






@media screen and (max-width:1600px) {

    .con_section_banner {
        height:400px;
    }
    .con_section_banner .con_banner {
        margin-left: -800px;
        width: 1600px;
        height: 400px;
    }

    .con_section_p_d_banner .con_banner {
        margin-left: -490px;
    }

    .con_banner_title {
        width: 280px;
        height: 280px;
        padding: 50px 20px;
        margin-top: -140px;
        padding-top: 110px;
    }

    .home_section_container_con {
        max-width:960px;
    }
    .con_subNav .subNav ul li a {
        padding-right:30px;
        margin-right:30px;
    }
    .product_center_list ul {
         margin:0 -2%;
    }
    .product_center_list ul li {
        width:46%;
        margin:0 2%;
        margin-bottom:4%;
    }

    .solution_list ul {
         margin:0 -2%;
    }
    .solution_list ul li {
        width:46%;
        margin:0 2%;
        margin-bottom:4%;
    }


    .social_sec2_list .item {
        padding:20px 0;
        margin-bottom:30px;
    }
    .social_sec2_list .item .left {
        padding:20px;
        padding-left:190px;
        padding-right:20px;
        text-align:justify;
    }
    .social_sec2_list .item .text1 {
        top:25px;
    }

    .honor_section .honor_section_pic {
        display:none;
    }
    .honor_section {
        padding-left:0;
    }

    .contact_sec1_list ul li {
        width:50%;
        height:auto;
        border:none;
    }
    .contact_sec1_list ul li:nth-of-type(3) {
         width:100%;
    }
        .contact_sec1_list ul li:nth-of-type(3) p {
            float:left;
            width:50%;
            height:auto;
            margin:0;
        }
        .contact_sec1_list ul li p {
           height:50px;
            border-right:2px solid #e5e5e5;
        }
        .contact_sec1_list ul li:nth-of-type(3) p {
            height:50px;
        }


        .contact_sec1_list ul li:nth-of-type(2) p {
            border-right:none;
        }
         .contact_sec1_list ul li .p7 {
            border-right:none;
        }

        .contact_sec1_list ul li:nth-of-type(2) {
            padding-left:30px;
            box-sizing:border-box;
        }
        .contact_sec1_list ul li .p7 {
            padding-left:100px;
            background: url(../images/contact_sec1_icon7.png) no-repeat 50px top;
        }

    .about_sec5_list ul li {
        padding-right:80px;
    }

    .product_details_sec1 {
        padding-top:30px;
    }
    .product_details_sec1 .sec_text {
        padding-top:0;
        padding-right:50px;
    }
    .product_details_list .product_details_sec1 .sec_text .article {
        padding-bottom: 25px;
    margin-bottom: 25px;
    }
    .product_details_list ul li .sec_text {
        padding-top:20px;
    }



}


@media screen and (max-width:1000px) {
    .con_banner_title {
        left:20px;
    }

    .content {
        padding-left:0;
        padding-bottom:100px;
    }

    .contact_sec1_list ul li {
        width:100%;
    }
    .contact_sec1_list ul li p {
        border-right:none;
        height:auto !important;
    }
    .contact_sec1_list ul li:nth-of-type(2) {
        padding-left:0;
    }
    .contact_sec1_list ul li:nth-of-type(3) p {
        width:100%;
    }
    .contact_sec1_list ul li .p7 {
        padding-left: 70px;
        background: url(../images/contact_sec1_icon7.png) no-repeat 20px top;
    }

}


@media screen and (max-width:767px) {
    .content {
        padding-top:20px;
    }
    .con_subNav {
        margin-bottom:40px;
    }
    .con_subNav .subNav ul li {
        width:33.333333%;
        padding:10px 0;
    }
    .con_subNav .subNav ul li a {
        width:100%;
        height:auto;
        padding:0;
        margin:0;
        text-align:center;
        font-size:16px;
    }
    .con_subNav .subNav ul li:nth-of-type(3) a {
        border-right:none;
    }
    .con_section_banner {
        height: 400px;
    }
    .con_section_banner .con_banner {
        margin-left: -700px;
        width: 1400px;
        height: 400px;
    }
    .con_banner_title {
        width: 200px;
        height: 200px;
        padding: 50px 20px;
        margin-top: -60px;
        padding-top: 70px;
    }
    .con_banner_title h3 {
        font-size:26px;
        margin-bottom: 0;
    }


    .home_section_container_con .title h3 {
        font-size:22px;
    }

    .contact_sec1_list {
        margin-bottom:50px;
    }
     .contact_sec1_list ul li p {
        padding-left:45px;
        margin:0 auto;
        padding-top:8px;
        padding-bottom:8px;
        margin-bottom:10px;
    }
    .contact_sec1_list ul li .p1{
        background: url('../images/contact_sec1_icon1.png') no-repeat left top;
    }
    .contact_sec1_list ul li .p2{
        background: url('../images/contact_sec1_icon2.png') no-repeat left top;
    }
    .contact_sec1_list ul li .p3{
        background: url('../images/contact_sec1_icon3.png') no-repeat left top;
    }
    .contact_sec1_list ul li .p4{
        background: url('../images/contact_sec1_icon4.png') no-repeat left top;
    }
    .contact_sec1_list ul li .p5{
        background: url('../images/contact_sec1_icon5.png') no-repeat left top;
    }
    .contact_sec1_list ul li .p6{
        background: url('../images/contact_sec1_icon6.png') no-repeat left top;
    }
    .contact_sec1_list ul li .p7{
        background: url('../images/contact_sec1_icon7.png') no-repeat left top;
    }
    .contact_sec1_list ul li .p7 {
        padding-left:45px;
    }

    .contact_map_con {
        width:100%;
        height:250px;
        overflow:hidden;
        position:relative;
    }
    .contact_map_con img {
        width:800px;
        height:250px;
        position:absolute;
        top:0;
        left:50%;
        margin-left:-400px;

    }


    .news_list ul li {
        padding-left:0;
        padding-bottom: 40px;
        margin-bottom:40px;
    }
    .news_list ul li .pic {
        width:100%;
        height:auto;
        position:relative;
        margin-bottom:20px;
    }

    .about_sec1_article {
        text-align:justify;
    }
    .about_sec2_list ul li {
        width:100%;
        height:auto;
        border-right:none;
        margin-bottom:30px;
    }
    .about_sec1_article {
        margin-bottom:50px;
    }
    .about_sec3_pic {
        margin-top:20px;
        margin:50px auto;
    }
    .about_sec5_list ul li {
        width:98%;
        height:auto;
        padding:35px 20px;
        margin-bottom:20px;
    }
    .about_sec5_list ul li .text1 {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        margin-bottom:20px;
    }
    .about_sec5_list ul li .text1 p br {
        display:none;
    }

    .history_list {
        padding-left:10px;
        padding-right:10px;
    }
    .history_list ul li .time_box {
        width:90px;
        left: 15px;
        background-size: 100%;
    }
    .history_list ul li {
        padding-left: 115px;
        padding-bottom: 40px;
    }
    .history_list ul li:last-child .time_box .year {
        font-size:20px;
    }

    .social_sec2_list .item .left {
        float:left;
        width:100%;
        padding: 0 20px;
        margin-bottom:30px;
    }
    .social_sec2_list .item .right_pic {
         float:left;
        width:100%;
         padding: 0 20px;
    }
    .social_sec2_list .item .text1 {
        width:100%;
        height:auto;
        margin-bottom:10px;
        position:relative;
        top:0;
        left:0;
        text-align:left;
    }
    .social_sec2_list .item .text1 p br {
        display:none;
    }
    .social_sec2_list .item .text_pic {
        top:10px;
    }

    .solution_list ul li {
        width:96%;
        margin-bottom:20px;
    }
    .product_center_list ul li {
        width:96%;
        margin-bottom:20px;
    }

    .news_list ul li .text h3 {
        font-size:18px;
    }
    .home_section_container_con .title {
        margin-bottom:30px;
    }
    .about_sec4 {
        margin-bottom:50px;
    }
    .history_list ul li .text {
        padding-top:10px;
    }
    .history_list ul li .text h3 {
        font-size:16px;
    }
    .social_sec1_article {
        margin-bottom:50px;
    }
    .social_sec2_list .item .text1 h3 {
        font-size:20px;
    }
    .honor_list {
        padding-left:120px;
        padding-right:0;
        position:relative;
    }
    .honor_time_slide {
        width:150px;
        height:auto;
        position:absolute;
        top:0;
        left:0;
        padding-left:10px;
    }
    .honor_list .honor_time_slide li {
        width:100%;
        height:110px;
    }
    .honor_list ul li .line {
        width:7px;
        height:100%;
        border-radius: 0;
    }
    .honor_list ul li .time_box {
        width:90px;
           height:90px;
        background-size:100%;
        margin-left: -50px;
    }
    .honor_list ul li.selected .time_box{
        width:90px;
     
        background: url('../images/honor_yuan_hover.png') no-repeat center center;
          background-size:100%;
    }
    .honor_list ul li .yuan {
        left: 5px;
        top: 65px;
    }
    .honor_list {
        min-height:650px;
    }
    .honor_time_slide {
         min-height:650px;
    }
    .honor_text_slide li .text {
        padding:0;
        padding-left:20px;
    }
    .honor_text_slide li .text p{
        font-size:16px;
        font-weight:500;
        line-height:30px;
    }
    .honor_list ul li .time_box .year {
        font-size:20px;
    }
    .download_center_list ul li a {
        right:-5px;
         font-size:16px;
    }
    .download_center_list ul li {
        padding-left:30px;
    }
    .download_center_list ul li h3 {
        font-size:16px;
    }
    .common_problem_list ul li {
        padding-left:65px;
        background: url(../images/common_problem_icon.png) no-repeat 20px 35px;
        padding-right:20px;
    }
    .common_problem_list ul li h3 {
        font-size:18px;
        margin-bottom:15px;
    }
    .news_details_conter h3 {
        font-size:20px;
        margin-bottom:30px;
    }
    .product_details_specification table td {
        min-width: 120px !important;
        padding: 15px !important;
        font-size: 15px !important;
    }
    .product_details_download_list table td {
         padding: 12px 15px !important;
         max-width: 80px !important;
        overflow: overlay !important;
        font-size:14px !important;
        line-height:24px !important;
    }

    .product_details_sec1 .sec_text {
        width:100%;
        padding-right:0;
        margin-bottom:30px;
    }
    .product_details_sec1 .sec_pic {
        width:100%;
    }
    .product_details_list ul li {
        padding:60px 0;
    }
    .product_details_list ul li .sec_pic {
        width:80%;
        float:inherit;
        margin:0 auto;
    }
    .product_details_list ul li .sec_text {
         width:100%;
         padding-left:0;
         padding-top:0;
         padding-right:0;
         padding:0 10px;
         margin-bottom:20px;
    }
    .product_details_list ul li:nth-child(odd) .sec_text {
        padding-top:0;
        padding-left:0;
        padding:0 10px;
        box-sizing:border-box;
    }
    .product_details_sec1 {
        padding-bottom:60px;
    }
    .product_details_sec1 .sec_text {
         padding:0 10px;
         box-sizing:border-box;
    }

    .product_details_list ul li .sec_text h2 {
        font-size:22px;
    }
    .about_sec5_list ul li .text1 h3 {
        font-size:20px;
    }
    .about_sec4 h4 {
        font-size:20px;
    }


    .con_section_p_d_banner .con_banner {
        margin-left: -490px;
    }



}
