
.header {
    position: relative;
    z-index: 999;
}
.clearbox::after{
    content: '';
    display: block;
    clear: both;
}
.header_top{
    border-top: 21px solid #262626;
}
.header_top .header_nav{
    width: 91.66666666666666%;
    float: left;
    background: url(/public/static/images/home/zh-cn/head_bg.jpg)no-repeat center top;
    background-size: cover;
}
.lang{
    text-align: right;
}
.lang a i{
    display: inline-block;
    width: 21px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
    background-image: url(/public/static/images/home/zh-cn/sprites.png);
}
.lang .es i{
    background-position: -294px -80px;
}
.lang .en i{
    background-position: -252px -116px;
}
.lang .cn i{
    background-position: -294px 0;
}
.lang a span{
    font-size: 13px;
    color: #fff;
}
.lang a{
    line-height: 27px;
    margin-right: 20px;
}
.header_nav .nav{
    position: relative;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    float: right;
    position: relative;
}
.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 28px;
    transition: all .3s;
}
.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s;
}
.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 60px;
    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;
}
.nav_list > li.active span,
.nav_list > li.on span{
}
.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: 10px;
    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: #82c721;
    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;
}
.m_header {
    display: none;
}
/*footer*/
.footerCon_box{
}
.footer_tip{
    background: url(/public/static/images/home/zh-cn/footer_bg.jpg)no-repeat center top;
    background-size: cover;
}
.footer_tip .info{
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_tip .info h3{
    font-family: Georgia;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}
.footer_tip .info p{
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
}
.footer_tip .form{
    padding-top: 35px;
}
.footer_tip .form .input{
    position: relative;
    padding-right: 126px;
}
.footer_tip .form .input input[type=text]{
    width: 100%;
    height: 38px;
    text-indent: 6px;
    background-color: #fff;
    border: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
}
.footer_tip .form .input .tips{
    position: absolute;
    top: 100%;
    line-height: 20px;
    color: red;
    left: 0;
}
.footer_tip .form .input .btn{
    position: absolute;
    right: 0;
    width: 0;
    height: 38px;
    border: none;
    background: #fff;
    color: #006ab3;
    width: 100px;
    cursor: pointer;
}
.fast_navigation{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f1f1f1;
    overflow: hidden;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    float: left;
    padding: 0 10px;
    width: 25%;
}
.fast_navigation h3{
    font-family: Georgia;
    font-size: 15px;
    color: #63b22d;
    font-weight: bold;
    line-height: 1.8em;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.fast_navigation .add{
    padding-left: 25px;
    background: url(/public/static/images/home/zh-cn/950_icon1.jpg)no-repeat left 6px;
}
.fast_navigation .tel{
    padding-left: 25px;
    background: url(/public/static/images/home/zh-cn/950_icon2.jpg)no-repeat left 6px;
}
.social-icon-32{display:inline-block;width:32px;height:32px;vertical-align:middle}
.social-icon-32.social-icon-facebook{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px 0 #3b5998}
.social-icon-32.social-icon-googleplus{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -64px #d14836}
.social-icon-32.social-icon-linkedin{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -128px #007fb1}
.social-icon-32.social-icon-sinaweibo{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -192px #e6162d}
.social-icon-32.social-icon-twitter{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -256px #00aced}
.social-icon-32.social-icon-youtube{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -320px #cd332d}
.social-icon-32.social-icon-qzone{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -704px #ffc028}
.social-icon-32.social-icon-renren{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -768px #005baa}
.social-icon-32.social-icon-douban{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -832px #228a31}
.social-icon-32.social-icon-tweibo{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -896px #4cb4e6}
.social-icon-32.social-icon-instagram{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -960px #3f729b}
.social-icon-32.social-icon-wechat{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -1024px #8dc61f}
.social-icon-32.social-icon-pinterest{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -1088px #bd081c}
.social-icon-32.social-icon-youku{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -1152px #ff3b3b}
.social-icon-32.social-icon-tumblr{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -1569px #ff3b3b}
.social-icon-32.social-icon-vk{background:url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -1760px #ff3b3b}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 15px;
    color: #262626;
    line-height: 1.7em;
}
.fast_navigation ul li a.on{
    color: #457cba;
}
.fast_navigation ul li a:hover{
    color: #63b22d;
}
.footer_box .footerShare a{
    display: block;
    float: left;
    vertical-align: middle;
    padding-left: 32px;
    line-height: 32px;
    margin-bottom: 3px;
    position: relative;
    font-size: 0;
    margin-right: 10px;
    color: #545454;
    letter-spacing: 0;
}
.footer_box .footerShare a:before{
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background-image: url("/public/static/images/home/zh-cn/reset/styleTiny.png");
    background-repeat: no-repeat;
}
.footer_box .footerShare a.bds_weixin:before{
    background-position: -24px -1024px;
    background-color: #8dc61f;
}
.footer_box .footerShare a.bds_qzone:before{
    background-position: -24px -704px;
    background-color: #ffc028;
}
.footer_box .footerShare a.bds_tweibo:before{
    background-position: -24px -896px;
    background-color: #4cb4e6;
}
.footer_box .footerShare a.bds_tsina:before{
    background-position: -24px -192px;
    background-color: #e6162d;
}
.footer_box .footerShare a:hover{
    color: #057743;
}
.footer_copyright{
    overflow: hidden;
    border-top: 1px solid #000;
    background-color: #f1f1f1;
}
.footer_copyright .container_1200{
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer_copyright .text{
    float: left;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    font-size: 13px;
    color: #262626;
    line-height: 32px;
}
.footer_copyright p a img{
    vertical-align: middle;
    margin-right: 5px;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.index_box1 .slick-prev{
    background: url(/public/static/images/home/zh-cn/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(/public/static/images/home/zh-cn/skin.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    background: #000;
    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: #fff;
    border-radius: 50%;
}
.banner_slick img{
    width: 100%;
}
.easyzoom_box{
    display: none;
    text-align: center;
}
.easyzoom_box.on{
    display: block;
}
/*banner*/
a,strong,span{
    font-size: inherit;
    color: inherit;
}
.keyword_list{
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    border-color: rgba(165,165,165,0.7);
    clear: both;
}
.keyword_list a{
    padding: 0 12px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #ddd;
    border-radius: 50px;
    border-color: rgba(165,165,165,0.7);
    color: #545454;
    line-height: 1.8em;
    font-family: Arial;
}
.keyword_list a:hover{
    color: #1c4587;
}
.index_box2 .item{
    margin-bottom: 50px;
    box-shadow: 0 0 10px #beb9b9;
    text-align: center;
}
.index_box2 .item .info{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.index_box2 .item .info .tip{
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: url(/public/static/images/home/zh-cn/1030_bg.jpg)no-repeat center bottom;
    font-size: 18px;
    color: #303031;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}
.index_box2 .item .info p{
    line-height: 1.7em;
    font-size: 12px;
    color: #565656;
    height: 100px;
    overflow: hidden;
}
.index_box2 .item a.more{
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    color: #565656;
}
.index_box2 .item a.more:hover{
    color: #299040;
}
.index_box3 .bg1{
    width: 16.666666666666664%;
    float: left;
    background: url(/public/static/images/home/zh-cn/1044_bg1.jpg)no-repeat center top;
    height: 352px;
}
.index_box3 .bg2{
    width: 83.33333333333334%;
    float: left;
    background: url(/public/static/images/home/zh-cn/1044_bg2.jpg)no-repeat center top;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 352px;
}
.index_box3 .bg2 h3{
    font-family: Georgia;
    font-size: 30px;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 30px;
}
.index_box3 .bg2 ul li{
    width: 12.5%;
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.index_box3 .bg2 ul li img{
    width: 100%;
}
.index_box3 .bg2 ul li .tip{
    padding-top: 30px;
}
.index_box3 .bg2 ul li .tip a{
    font-size: 18px;
    color: #fff;
    line-height: 1em;
    text-align: center;
}
.index_box3 .bg2 ul li .tip a:hover{
    color: #0f0;
}
.index_box4{
    background: url(/public/static/images/home/zh-cn/1153_bg2.jpg)no-repeat center top;
}
.index_box4 .line1{
    padding-top: 60px;
    padding-bottom: 70px;
}
.index_box4 .line1 h3{
    font-family: Georgia;
    font-size: 30px;
    color: #262626;
    font-weight: bold;
    line-height: 1.8;
}
.index_box4 p{
    font-size: 17px;
    color: #262626;
    line-height: 1.4;
}
.index_box4 .line1 ul{
    margin-top: 40px;
}
.index_box4 .line1 ul li{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 35px;
    background: url(/public/static/images/home/zh-cn/1155_icon2.png)no-repeat left center;
}
.index_box4 .line2{
    padding-top: 50px;
    overflow: hidden;
}
.index_box4 .line2 h3{
    font-family: Georgia;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-style: 0;
    line-height: 1.9;
}
.index_box4 .line2 p{
    font-size: 17px;
    color: #fff;
    line-height: 1.7em;
}
.index_box4 .line2 ul li{
    padding-right: 23px;
    margin-bottom: 23px;
    float: left;
    width: 16.6%;
}
.index_box4 .line2 ul li img{
    width: 100%;
}
.index_box4 .line2 ul {
    overflow: hidden;
    margin-top: 30px;
}
.about_box1 img{
    margin-top: -87px;
}
.about_info .info{
    overflow: hidden;
}
.about_info .info .txt{
    width: 50%;
    float: left;
    background-color: #f1f1f1;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 49px;
    padding-left: 10px;
}
.about_info .info h1{
    margin-bottom: 20px;
    border-left: 3px solid #393939;
    font-size: 30px;
    color: #3a3a3c;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
}
.about_info .info .img{
    width: 50%;
    float: left;
    text-align: center;
}
.about_info .info p{
    font-size: 14px;
    color: #393939;
    font-weight: bold;
    line-height: 3.4;
}
.about_info h3{
    background: url(/public/static/images/home/zh-cn/1357_icon.jpg)no-repeat center;
    text-align: center;
    font-size: 48px;
    color: #3a3a3c;
    font-weight: bold;
    line-height: 1;
    margin-top: 30px;
}
.about_info p{
    font-size: 14px;
    color: #393939;
    line-height: 1.7;
}
.about_info .info2{
    margin-top: 30px;
    padding: 20px 100px 20px;
    background: url(/public/static/images/home/zh-cn/1347_img3.jpg)no-repeat center;
    text-align: center;
}
.about_info .info2 p{
    font-size: 14px;
    color: #fff;
    line-height: 2.4;
}
.about_info a.more{
    display: inline-block;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    border-radius: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    margin-top: 25px;
}
.about_info a.more:hover{
    color: #333;
    background: #fff;
}
.part_info{
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 130px;
    background: url(/public/static/images/home/zh-cn/1409_bg.jpg)no-repeat center top;
    background-size: cover;
}
.part_info h1{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 20px;
    padding-left: 10px;
}
.part_info ul{
    overflow: hidden;
}
.part_info ul li{
    float: left;
    width: 25%;
    padding-left: 10px;
    margin-bottom: 10px;
}
.part_info ul li img{
    width: 100%;
}
.cer_info .img{
    margin-bottom: 20px;
}
.qua_info .info{
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}
.qua_info .info h1{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
    text-align: center;
}
.qua_info .info p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7em;
    text-align: center;
}
.qua_info  .row{
    margin-bottom: 20px;
}
.qua_info .txt p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7em;
}
.contact_box h1{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
}
.contact_box h2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 80px;
}
.contact_box h3{
    font-size: 14px;
    color: #292929;
    font-weight: bold;
    line-height: 1.8;
}
.contact_box p{
    font-size: 14px;
    color: #292929;
    line-height: 2.2;
}
.contact_box .add{
    padding-top: 10px;
    border-top: 1px solid #000;
    margin-top: 20px;
}
.contact_box{
    padding-bottom: 80px;
}
.contact_box .form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_box .form .input{
    margin-bottom: 10px;
    width: 48.5%;
}
.contact_box .form .input.w100{
    width: 100%;
}
.contact_box .form .input input[type=text],
.contact_box .form .input textarea{
    height: 40px;
    width: 100%;
    padding: 10px ;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.contact_box .form .input textarea{
    resize: none;
    padding-top: 5px;
    height: 90px;
}
.tips{
    color: red;
}
.pro_tip{
    text-align: left;
}
.submenu_wrap ul li a.on{
    background-color: #0abb0a;
    color: #fff;
}
.contact_box .form .input .btn{
    color: #fff;
    background-color: #5cb85c;
    height: 32px;
    padding: 0 30px;
    border-radius: 4px;
    border: 0;
    transition: all .3s;
    cursor: pointer;
}
.index_box3 {
    overflow: hidden;
}
.contact_box .form .input .btn:hover{
    background-color: #449d44;
}
.sharethis_inline .bdsharebuttonbox{
    float: none;
    font-size: 0;
    line-height: 0;
}
.news_content_title .bdsharebuttonbox {
    float: none;
    font-size: 0;
    line-height: 0;
    margin-top: 10px;
}
.sharethis_inline .bdsharebuttonbox a,
.news_content_title .bdsharebuttonbox a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin: 2px 6px 6px 0;
    zoom: 1;
    float: none !important;
    width: 16px !important;
    height: 16px !important;
    background-image: url("/public/static/images/home/zh-cn/reset/share.png") !important;
    background-repeat: no-repeat;
}
.sharethis_inline .bdsharebuttonbox a.bds_weixin,
.news_content_title .bdsharebuttonbox a.bds_weixin{
    background-position: 0 -1612px;
}
.sharethis_inline .bdsharebuttonbox a.bds_qzone,
.news_content_title .bdsharebuttonbox a.bds_qzone{
    background-position: 0 -52px;
}
.sharethis_inline .bdsharebuttonbox a.bds_tsina,
.news_content_title .bdsharebuttonbox a.bds_tsina{
    background-position: 0 -104px;
}
.sharethis_inline .bdsharebuttonbox a.bds_mail,
.news_content_title .bdsharebuttonbox a.bds_mail{
    background-position: 0 -2340px;
}
.sharethis_inline .bdsharebuttonbox a.bds_print,
.news_content_title .bdsharebuttonbox a.bds_print{
    background-position: 0 -2392px;
}
.jishufuwuBox .box{
    padding-bottom: 5px;
}
.jishufuwuBox .title h2{
    font-size: 16px;
    color: #148742;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.jishufuwuBox .text p{
    letter-spacing: 0;
    line-height: 1.7em;
    font-size: 14px;
    color: #545454;
}
.jishufuwuBox .img{
    line-height: 0;
}
.jishufuwuBox .img:not(:last-child){
    margin-right: 10px;
}
.jishufuwuBox .imgBox{
    display: flex;
}
.contactInfo li{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 2em;
}
.contactInfo li span{
    font-weight: bold;
    display: block;
}
.map {
    padding-bottom: 10px;
}
.map iframe{
    width: 100%;
    height: 400px;
}
@media (min-width: 992px){
    .index_box1{
        position: relative;
        top: -87px;
    }
}
@media (max-width: 1220px){
    .nav_list > li > a{
        padding: 0 15px;
    }
}
@media (max-width: 992px) {
    .about_box1 img{
        margin-top: 0;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .about_info .info .txt{
        width: 100%;
    }
    .about_info .info .img{
        width: 100%;
    }
    .qua_info .img{
        margin-bottom: 10px;
    }
    .contact_box h2{
        margin-bottom: 30px;
    }
    .contact_box{
        padding-bottom: 30px;
    }
    .about_info .info2{
        padding: 20px 10px;
        background-size: cover;
    }
    .part_info{
        padding-left: 0;
    }
    .part_info ul li{
        width: 50%;
    }
    .index_box2{
        padding: 30px 0;
    }
    .index_box3 .bg1{
        display: none;
    }
    .index_box3 .bg2{
        padding: 0 10px;
        width: 100%;
        height: auto;
        padding: 30px 0;
        text-align: center  ;
        background-size: cover;
    }
    .index_box4 .con1{
        width: 100%;
    }
    .index_box4 .con2{
        display: none;
    }
    .index_box4 .line1{
        background: none;
        padding: 30px 10px;
    }
    .index_box4 .line2{
        padding: 30px 10px;
        background-size: cover;
    }
    .footer_tip .form{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    .fast_navigation h3 i {
        position: absolute;
        right: 10px;
        top: 0;
        width: 20px;
        height: 20px;
        background: url(/public/static/images/home/zh-cn/reset/dropdown_menu.png)no-repeat center;
    }
    #component_aAKfpVUHqcsv{
        margin-top: 30px;
    }
    .fast_navigation h3{
        position: relative;
        margin-top: 20px;
    }
    .fast_navigation{
        padding: 30px 0;
    }
    .fast_navigation .items .item .moul{
        display: none;
    }
    .index_box4 .line2 ul li{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 5px;
        width: 33.33%;
    }
    .index_box3 .bg2 ul li{
        width: 33.33%;
    }
    .index_box2 .item{
        margin-bottom: 30px;
    }
    .index_box2 .item .info p{
        display: none;
    }
    .logo_box{
        padding: 10px 0;
    }
    .index_box2 .col_lg_6:nth-of-type(odd){
        clear: both;
    }
    .lang{
        position: absolute;
        right: 10px;
        top: 13px;
    }
    .index_box2 .item .info .tip{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body{
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        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: #666;
        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;
    }
    .index_box4{
        background: #ffffff;
    }
    .index_box4 .line2 h3,
    .index_box4 .line2 p{
        color: #000000;
    }
    .index_box4 .line1 ul{
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .footer_fixed_form{
        display: none;
    }
    .fancybox-close{
        right: 0;
        top: -40px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .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){
    .jishufuwuBox .imgBox{
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .jishufuwuBox .img{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .jishufuwuBox .img img{
        width: 100%;
    }
    .jishufuwuBox .img:not(:last-child){
        margin-right: 0;
    }
    .contact_box .form .input{
        width: 100%;
    }
}
@media (max-width: 580px){
}
@media (max-width: 480px) {
}