
.header {
    position: relative;
    z-index: 999;
    background-color: #212121;
}
p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.header_top{
    border-bottom: 1px solid #383838;
}
.header_top .info p{
    line-height: 3em;
    color: #656565;
}
.lang{
    padding-left: 25px;
    background: url(/public/static/images/home/zh-cn/global.png)no-repeat left center;
    line-height: 42px;
}
.news_content_text img{
    max-width: 100% !important;
    height: auto !important;
}
.lang a{
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url(/public/static/images/home/zh-cn/sprites.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.lang a.en{
    background-position: -252px -116px;
}
.lang a.cn{
    background-position: -294px 0;
}
.header_nav .container_1200{
    position: relative;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    padding-top: 28px;
    position: relative;
}
.header_search{
    padding-top: 20px;
}
.header_search .input{
    position: relative;
    padding-right: 36px;
    border-bottom: 1px solid #ddd;
}
.header_search .input input[type=text]{
    width: 100%;
    height: 36px;
    border: 0;
    background: transparent;
    text-indent: 6px;
}
.header_search .input .search{
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(/public/static/images/home/zh-cn/reset/open_search_form.png)transparent no-repeat center;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}
.nav_list > li:nth-of-type(1){
    background: none;
}

.nav_list > li > a {
    display: inline-block;
    padding: 0 20px;
    transition: all .3s;
    border-radius: 30px;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #5a5657;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: url("/public/static/images/home/zh-cn/reset/nav_li_icon.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_list > li.active > a,
.nav_list > li.on > a{
    transition: all .3s;
    background-color: #f3763e;
    
}
.nav_list > li.active span,
.nav_list > li.on span{
    color: #fff;
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 10px;
    min-width: 185px;
    display: none;
    border-top: 1px solid rgba(206,208,207,0.7);
    background: #f7f8f8;
    z-index: 1;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    min-width: 520px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 50%;
    float: left;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #222;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #e70012;
}

/*search*/
.header_search_box {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 32px;
    height: 40px;
    overflow: hidden;;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #e70012;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header_search_box img {
    position: absolute;
    top: 9px;
    right: 6px;
}

.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open{
    opacity: 0;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header_search_box.active .search_form{
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info{
    width: 100%;
    padding-right: 32px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

/*pc隐藏模块*/
.m_header {
    display: none;
}

/*footer*/


.footerCon_box{
    background-color: #252525;
}
.footer_tip{
    background-color: #f76f31;
}
.footer_tip .info{
    padding-top: 35px;
    padding-right: 0;
    padding-bottom: 35px;
    padding-left: 60px;
    border-left: 1px solid #cdcdcd;
}
.footer_tip .info.icon1{
    background: url(/public/static/images/home/zh-cn/tel.png)no-repeat 20px 42px;
}
.footer_tip .info.icon2{
    background: url(/public/static/images/home/zh-cn/emali.png)no-repeat 20px 42px;
}
.footer_tip .info.icon3{
    background: url(/public/static/images/home/zh-cn/address.png)no-repeat 20px 42px;
}
.footer_tip .info h3{
    font-size: 20px;
    line-height: 1.8em;
    color: #fff;
}
.footer_logo p{
    font-size: 15px;
    color: #848484;
}
.footer_logo .more{
    text-align: right;
    font-size: 16px;
    color: #f76f31;
    text-decoration: underline;
}
.footer_tip .info p,
.footer_tip .info p a{
    font-size: 18px;
    line-height: 1.8em;
    color: #fff;
}
.footer_tip .info p a:hover{
    text-decoration: underline;
}
.fast_navigation{
    padding-top: 65px;
    overflow: hidden;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    padding: 0 10px;
    float: left;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 16.666666666666664%;
    padding-left: 60px;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 16.666666666666664%;
    padding-left: 60px;
}
.fast_navigation .follow_service{
    padding-top: 20px;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 41.66666666666667%;
}
.fast_navigation h3{
    position: relative;
    font-size: 20px;
    color: #d8d5d5;
    line-height: 2.2em;
    padding-bottom: 15px;
}
.fast_navigation h3::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 2px;
    background: #f76f31;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 15px;
    color: #848484;
    letter-spacing: 0;
    line-height: 2.2em;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on,
.footer_copyright p a:hover{
    color: #f76f31;
}

.footer_copyright{
    overflow: hidden;
}
.footer_copyright .container_1200{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_copyright .text{
    text-align: center;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    font-size: 16px;
    color: #848484;
    line-height: 32px;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.index_box1 .slick-prev{
    width: 40px;
    height: 50px;
    background: url(/public/static/images/home/zh-cn/skin2.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    width: 40px;
    height: 50px;
    background: url(/public/static/images/home/zh-cn/skin2.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    background: #fff;
    width: auto;
    height: auto;
    padding: 3px;
}
.index_box1 .slick-dots li button{
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding: 0;
}
.index_box1  .slick-dots li.slick-active button{
    background: #333;
    border-radius: 50%;
    
}
.banner_slick img{
    width: 100%;
}

.easyzoom_box{
    display: none;
}
.easyzoom_box.on{
    display: block;
}
/*banner*/

.index_box2 h3{
    position: relative;
    font-size: 36px;
    color: #3e3e3e;
    line-height: 1.7em;
    text-align: center;
    margin-top: 66px;
    margin-right: 0;
    margin-bottom: 40px;
}
.index_box2 h3::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 52px;
    height: 2px;
    margin-left: -26px;
    background: #000000;
}
.index_box2 h4{
    padding-top: 10px;
    font-size: 18px;
    color: #545454;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.index_box2 p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.index_box2 .item{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #fff;
    margin-bottom: 20px;
    
}
.index_box2 {
    background: #fafafa;
}
.index_box2 a.more{
    display: inline-block;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f3763e;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 80px;
}
.index_box3{
    background: url(/public/static/images/home/zh-cn/1330_bg.jpg)no-repeat center;
    padding-top: 90px;
    padding-bottom: 110px;
}
.index_box3 h3{
    position: relative;
    font-size: 36px;
    color: #f3f3f3;
    line-height: 2;
}
.index_box3 h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 2px;
    background: #f76f31;
}
.index_box3 p{
    font-size: 18px;
    color: #a0a0a0;
    line-height: 1.7;
    padding-top: 35px;
    padding-right: 0;
    padding-bottom: 55px;
}
.index_box3 .video_click{
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.index_box3 .video_click img{
    transition: all .3s;
}
.index_box3 .video_click:hover img{
    transform: scale(1.1);
}
.index_box3 .video_click::after{
    background: url(/public/static/images/home/zh-cn/video_btn.png)no-repeat center;
}
.index_box4 h3{
    position: relative;
    font-size: 36px;
    color: #3e3e3e;
    line-height: 1.7em;
    text-align: center;
    margin-top: 70px;
    margin-right: 0;
    margin-bottom: 40px;
}
.index_box4 h3::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 52px;
    height: 2px;
    margin-left: -26px;
    background: #000000;
}
.index_box4 p{
    font-size: 18px;
    color: #676767;
}
.index_box4 a.more{
    display: inline-block;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f3763e;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.index_box5{
    background-color: #383838;
}
.index_box5 h4{
    position: relative;
    font-size: 36px;
    color: #fff;
    line-height: 1.7em;
    text-align: center;
    margin-top: 50px;
    margin-right: 0;
    margin-bottom: 30px;
}
.index_box5 h4::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 52px;
    height: 2px;
    margin-left: -26px;
    background: #fff;
}
.index_box5 .content{
    border: 1px solid #646464;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
}
.index_box5 ul{
    overflow: hidden;
}
.index_box5 ul li{
    overflow: hidden;
    float: left;
    width: 49%;
    margin-bottom: 15px;
}
.index_box5 ul li:nth-of-type(odd){
    margin-right: 1%;
}
.index_box5 ul li:nth-of-type(even){
    margin-left: 1%;
}
.index_box5 ul li .time{
    float: left;
    padding: 5px 0;
    width: 60px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    text-align: center;
}
.index_box5 ul li .time .span1{
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1.9em;
    letter-spacing: 0;
    color: #333;
    text-transform: uppercase;
}
.index_box5 ul li .time .span2{
    font-size: 24px;
    text-align: center;
    display: block;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #333;
}
.index_box5 ul li .txt{
    margin-left: 85px;
}
.index_box5 ul li h3 a{
    font-size: 16px;
    color: #ededed;
    letter-spacing: 0;
    line-height: 1.7em;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box5 ul li h3 a:hover{
    text-decoration: underline;
}
.index_box5 ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.5;
    font-size: 14px;
    color: #918f8f;
}

.about_box1{
    padding-top: 40px;
    padding-bottom: 100px;
}
.about_box1 h1{
    position: relative;
    font-size: 36px;
    color: #3e3e3e;
    line-height: 1.7em;
    margin-right: 0;
    margin-bottom: 40px;
}
.about_box1 h1::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 52px;
    height: 2px;
    background: #000000;
}
.about_box1 p{
    font-size: 14px;
    color: #676767;
}
.about_slick{
    margin-top: 20px;
}
.about_slick .slick-prev{
    width: 40px;
    height: 50px;
    background: url(/public/static/images/home/zh-cn/skin2.png)no-repeat left top; 
}
.about_slick .slick-next{
    width: 40px;
    height: 50px;
    background: url(/public/static/images/home/zh-cn/skin2.png)no-repeat -150px 0; 
}
.about_slick img{
    width: 100%;
}
.video_box{
    padding: 40px 0;
}
.video_box p{
    margin-top: 5px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.video_box .video_click{
    text-align: center;
}
.video_box .video_click::after {
    background: url(/public/static/images/home/zh-cn/video_btn.png)no-repeat center;
}
.video_box .video_click img{
    transition: all .3s;
}
.video_box .video_click:hover img{
    transform: scale(1.1);
}

.rec_box1 h1{
    position: relative;
    font-size: 36px;
    color: #3e3e3e;
    line-height: 1.7em;
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
}
.rec_box1 h1::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: 0;
    width: 52px;
    height: 2px;
    background: #000000;
}
.rec_box1{
    padding: 50px 0;
}
.rec_box1 .line{
    padding-bottom: 60px;
}
.rec_box1 h3{
    font-size: 18px;
    color: #3a3838;
    line-height: 1.7;
    padding-bottom: 10px;
}
.rec_box1 p{
    font-size: 14px;
    color: #818181;
}
.rec_box1 h4{
    font-family: Arial;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.rec_box1 .form .input{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.rec_box1 .form .input input[type=text],
.rec_box1 .form .input textarea{
    width: 100%;
    height: 40px;
    text-indent: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
}
.tips{
    color: red;
}
.rec_box1 .form .input textarea{
    resize: none;
    padding-top: 10px;
    height: 90px;
}
.rec_box1 .form .input .btn{
    border-radius: 30px;
    background: #f76f31;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 40px;
    border: 0;
    cursor: pointer;
}
.uploadbtn{
    border: 1px solid #ddd;
    background-image: -webkit-linear-gradient(top,#e2e2e2,#f3f3f3);
    background-color: #f3f3f3;
    color: #666;
    border-radius: 3px;
    width: 88px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-right: 8px;
}
#uploadfile{
    display: none;
}
.filetxt{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}

.contact_box1{
    padding: 60px 0;
}
.contact_box1 h1{
    position: relative;
    font-size: 36px;
    color: #3e3e3e;
    line-height: 1.7em;
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
}
.contact_box1 h1::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: 0;
    width: 52px;
    height: 2px;
    background: #000000;
}
.contact_box1 h3{
    font-size: 26px;
    color: #1d2023;
    line-height: 2.3em;
    position: relative;
    margin-bottom: 40px;
}
.contact_box1 h3::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 86px;
    height: 2px;
    background: #ed2025;

}
.contact_box1 h4{
    font-size: 18px;
    color: #3a3838;
    line-height: 1.7;
}
.contact_box1 p,
.contact_box1 p a{
    font-size: 16px;
    color: #818181;
    margin-bottom: 25px;
}
.contact_box1 .map{
    position: relative;
    height: 380px;
}
.contact_box1 .map iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.contact_box2{
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 80px;
    background-color: #303030;
}
.contact_box2 h3{
    font-size: 34px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.contact_box2 .input{
    position: relative;
    margin-bottom: 20px;
}
.contact_box2 .input input[type=text],
.contact_box2 .input textarea{
    width: 100%;
    height: 40px;
    background-color: rgb(81, 81, 81);
    color: rgb(255, 255, 255);
    text-indent: 6px;
    border: 0;
}
.contact_box2 .input ::placeholder{
    color: #d2d2d2;
}
.contact_box2 .input textarea{
    resize: none;
    padding-top: 10px;
    height: 150px;
}
.contact_box2 .input .btn{
    border-radius: 30px;
    background: #f76f31;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 40px;
    border: 0;
    cursor: pointer;
}
@media (max-width: 1220px){
    .nav_list > li > a{
        padding: 0 13px;
    }
}
@media (max-width: 992px){
    .logo_box{
        padding: 10px 0;
    }
    .lang{
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .index_box2 h3{
        margin: 30px 0;
    }
    .index_box2 a.more{
        margin-bottom: 40px;
    }
    .index_box3{
        padding: 30px 0;
        background-size: cover;
    }
    .index_box4 h3{
        margin-top: 30px;
    }
    .index_box5 .content{
        padding: 30px 10px;
    }
    .index_box5 .content ul li{
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .footer_tip .info{
        padding: 20px 0;
        padding-left: 60px;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    .footer_logo .more{
        text-align: left;
    }
    .fast_navigation{
        padding-top: 40px;
    }
    .fast_navigation .items .item:nth-of-type(2),
    .fast_navigation .items .item:nth-of-type(3){
        display: none;
    }
    .about_box1{
        padding: 30px 0;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #212121;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    /*移动端菜单按钮*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 45px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 3px;
        width: 45px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list > li a span {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 16px;
        color: #5e6063;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 40px;
        height: 36px;
        background: #000;
        top: 0px;
        right: 10px;
        background: url("/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }
    .product_img_box{
        position: relative;
    }
    .product_img_slick_box{
        position: static;
    }
    .related_pro .item .img{
        display: block;
    }
    .related_pro .item .img img{
        margin: auto;
    }
}
@media (max-width: 767px) {
    .footer_fixed_form{
        display: none;
    }
    .fancybox-close{
        right: 0;
        top: -40px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .fast_navigation .col_lg_6,
    .fast_navigation .col_lg_8{
        display: none;
    }
    .fast_navigation .col_lg_10{
        width: 100%;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }

}
@media (max-width: 640px){
    .news_box .news_img img{
        width: auto;
        height: auto;
    }
}
@media (max-width: 580px){

}
@media (max-width: 480px) {

}