
.header {
    position: relative;
    z-index: 999;
}
body{
    background: url(/public/static/images/home/en-us/bg.jpg)#434343 no-repeat center top;
}
.container,
.container_1200{
    background: #fff;
}
.header .container_1200,
.header .container,
.footer_box .container{
    background: inherit;
}
.header_top .logotxg{
    padding-top: 35px;
}
.header_top .logotxg p{
    line-height: 1em;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.header_top .info{
    text-align: right;
    padding-top: 5px;
}
.header_top .info p{
    font-size: 14px;
    color: rgb(223, 223, 223);
    line-height: 1.7;
}
.lang{
    text-align: right;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.7em;
    padding: 3px 0;
}
.lang a{
    margin-right: 5px;
}
.lang a span{
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url(/public/static/images/home/en-us/sprites.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}
.lang a.en span{
    background-position: -252px -116px;
}
.lang a.cn span{
    background-position: -294px 0;
}
.header_nav .container_1200{
    position: relative;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    padding-bottom: 10px;
}
.nav_list > li:nth-of-type(1){
    background: none;
}
.nav_list > li > a {
    display: inline-block;
    padding: 0 22px;
    transition: all .3s;
    border-radius: 5px;
    margin-right: 1px;
    background-color: #f08300;
}
.nav_list > li > a > span {
    display: inline-block;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    transition: all .5s;
    text-transform: uppercase;
}
.nav_list > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("/public/static/images/home/en-us/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;
    box-shadow: 0px 9px 12px -7px #fff;
    transform: translateY(-3px);
}
.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: 10px 0px;
    min-width: 185px;
    display: none;
    background-color: #f08300;
    z-index: 1;
}
.nav_normal > li .dropdown_menu::after{
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent rgb(240, 131, 0) transparent;
}
.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: 38px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    padding-right: 40px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover,
.nav_normal .dropdown_menu li a.on{
    background-color: #333;
}
.header_search .input{
    position: relative;
    padding-right: 37px;
    border-radius: 5px;
    background-color: #e5e5e5;
    border-bottom-right-radius: 22px !important;
    border-top-right-radius: 22px !important;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.5) !important;
}
.header_search .input input[type=text]{
    width: 100%;
    height: 37px;
    font-size: 14px;
    color: #333;
    text-indent: 8px;
    border: 0;
    background: transparent;
}
.header_search .input .search{
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    border: 0;
    background: url(/public/static/images/home/en-us/reset/open_search_form.png)#d1d7dc no-repeat center;
    border-radius: 37px;
    border: 1px solid #fff;
    cursor: pointer;
}
/*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/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.m_header {
    display: none;
}
/*footer*/
.footerCon_box{
}
.fast_navigation{
    padding-top: 55px;
    padding-bottom: 20px;
    background-color: #d2d2d2;
    overflow: hidden;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    float: left;
    padding: 0 10px;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 16.666666666666664%;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 16.666666666666664%;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 16.666666666666664%;
}
.fast_navigation .items .item:nth-of-type(5){
    width: 25%;
}
.footer_logo{
    text-align: center;
}
.fast_navigation h3{
    font-size: 24px;
    color: #333;
    line-height: 1.8;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 14px;
    color: #545454;
    line-height: 1.6;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on,
.footer_copyright p a:hover{
    color: #f08300;
}
.fast_navigation .input{
    margin-bottom: 10px;
}
.fast_navigation .input input[type=text],
.fast_navigation .input textarea{
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    color: rgb(0, 0, 0);
    text-indent: 6px;
    border: 0;
}
.fast_navigation .input textarea{
    resize: none;
    height: 90px;
    padding-top: 10px;
}
.fast_navigation .input .btn{
    border: 1px solid #f08300;
    background: #f08300;
    color: #fff;
    font-size: 14px;
    width: 102px;
    height: 30px;
    cursor: pointer;
}
.tips{
    color:red;
}
.fast_navigation .form{
    margin-top: 10px;
}
.footer_copyright{
    overflow: hidden;
    background: #fff;
}
.footer_copyright .container_1200{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_copyright .text{
    float: left;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}
.follow_box{
    text-align: right;
}
.follow_box a{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 1px;
}
.follow_box a:nth-of-type(1){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat -24px 0 #3b5998;
}
.follow_box a:nth-of-type(2){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat -24px -64px #d14836;
}
.follow_box a:nth-of-type(3){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat -24px -256px #00aced;
}
.follow_box a:nth-of-type(4){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat -24px -320px #cd332d;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.index_box1 .slick-prev{
    background: url(/public/static/images/home/en-us/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(/public/static/images/home/en-us/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{
    padding: 0 10px;
}
.banner_slick img{
    width: 100%;
}
.easyzoom_box{
    display: none;
}
.easyzoom_box.on{
    display: block;
}
/*banner*/
a,strong,span{
    font-size: inherit;
    color: inherit;
}
.index_box1 .container{
    background: none;
}
.index_box1 .info{
    line-height: 3.2em;
    font-size: 14px;
    color: #fff;
}
.index_box1 .info a{
    line-height: 1.7em;
    padding: 0 24px;
    border-right: 1px solid #ffffff;
}
.index_box1 .info a:last-child{
    border-right: 0;
}
.index_box1 .info a:hover{
    color: #f08300;
}
.index_box2 .line{
    padding: 0 10px;
    overflow: hidden;
}
.index_box2 .line .item{
    width: 50%;
    position: relative;
    float: left;
}
.index_box2 .container{
    background: none;
}
.index_box2 .line a.tip{
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    background: url(/public/static/images/home/en-us/1523_img9.png)no-repeat rgba(240,131,0,0.66) center;
    transition: all .3s;
    transform: scale(0);
}
.index_box2 .item:hover a.tip,
.index_box2 .list:hover a.tip{
    transform: scale(1);
}
.index_box2 .info{
    height: 280px;
    background-position: center top;
    background-repeat: no-repeat;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 38px;
}
.index_box2 .info .t1{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 10px;
}
.index_box2 .info p{
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
}
.index_box2 .info a{
    border-bottom: 1px dashed #fff;
    padding-bottom: 8px;
}
.index_box2 .info a:hover{
    color: #f08300;
    border-color: #f08300;
}
.index_box2 .list{
    position: relative;
}
.index_box2{
    padding-top: 30px;
    padding-bottom: 30px;
}
.index_box3{
    padding-top: 35px;
    padding-bottom: 20px;
    background: url(/public/static/images/home/en-us/1551_img4.jpg)no-repeat center;
}
.index_box3 h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 54px;
}
.index_box3 .item{
    position: relative;
    height: 174px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255,255,255,0.21);
}
.index_box3 .item .t1{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 5px;
}
.index_box3 .item p{
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}
.img{
    line-height: 0;
    overflow: hidden;
}
.index_box3 .item .img{
    position: absolute;
    left: 0;
    top: -42.5px;
    width: 100%;
    text-align: center;
}
.index_box3 .container{
    background: none;
}
.index_box3 a.more{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
    padding-bottom: 8px;
    margin-top: 10px;
}
.index_box3 a.more:hover{
    color: #f08300;
    border-color: #f08300;
}
.index_box4{
    overflow: hidden;
}
.index_box4 .item{
    width: 25%;
    float: left;
}
.index_box4 .item img{
    width: 100%;
}
.index_box5{
    padding-top: 54px;
    padding-bottom: 10px;
    background-color: #eee;
}
.index_box5 h3{
    padding-bottom: 170px;
    padding-left: 22px;
    margin-right: 44px;
    border-right: 5px solid #e3e3e3;
    font-size: 24px;
    color: #161616;
    font-weight: bold;
}
p{
    line-height: 1.7;
}
.index_box5 p{
    font-size: 16px;
    color: #353535;
}
.index_box5 a.more{
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    color: #353535;
    font-weight: bold;
    margin-top: 21px;
}
.index_box5 .container{
    background: none;
}
.index_box5 a.more:hover{
    color: #f08300;
}
.about_info .container{
    padding-top: 10px;
    padding-bottom: 40px;
}
.about_nav h3{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 3em;
    background-color: #f08300;
    padding-left: 35px;
}
.about_nav ul li a{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 35px;
    background: url(/public/static/images/home/en-us/1628_icon.png)no-repeat 20px center;
}
.about_nav ul li a:hover,
.about_nav ul li a.on{
    background: url(/public/static/images/home/en-us/1628_icon_0.png)no-repeat #f39801 20px center;
    color: #fff;
}
.abimg1 img{
    width: 150px;
    margin-left: 15px;
    margin-right: 15px;
}
.abimg2 img{
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
}
.about_txt .line{
    padding-bottom: 30px;
}
.about_txt h1,
.about_txt h3{
    font-size: 24px;
    color: #333;
    line-height: 1.8;
}
.about_txt a.more{
    font-size: 15px;
    color: #f08300;
    line-height: 2.5em;
}
p{
    font-size: 14px;
    color: #545454;
}
.about_txt p{
}
.ab_txt h1,
.ab_txt h3{
    padding-left: 7px;
    margin-bottom: 10px;
    border-left: 4px solid #f08300;
    font-size: 18px;
    color: #444;
    line-height: 1;
    margin-top: 30px;
}
.ab_txt p{
    font-size: 14px;
    color: #545454;
}
.ab_txt .info h4{
    font-size: 30px;
    line-height: 1.7;
}
.ab_txt .info .txt{
    padding-left: 50px;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 30px;
}
.history_txt h1{
    padding-left: 7px;
    margin-bottom: 10px;
    border-left: 4px solid #f08300;
    font-size: 18px;
    color: #444;
    line-height: 1;
    margin-bottom: 20px;
}
.history_txt .txt{
    border: 2px dotted #eaeaea;
    padding: 10px;
}
.history_txt .txt p{
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}
.team_txt .info{
    padding-top: 20px;
    padding-right: 120px;
    padding-left: 10px;
    border-top-right-radius: 78.5px;
    border-bottom-right-radius: 78.5px;
    background-color: #f4f5f7;
    height: 235px;
}
.team_txt .info .t1{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #434343;
}
.team_txt .info p{
    font-size: 14px;
    color: #434343;
}
.team_txt .info p .fa{
    color: #f08300;
}
.team_txt .line{
    margin-bottom: 20px;
}
.team_txt .info p a:hover{
    color: #f08300;
}
.video_info .container{
    padding-bottom: 30px;
}
.video_info p{
    margin-top: 5px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.video_info .video{
    padding-top: 56.2%;
    width: 100%;
    position: relative;
}
.video_info .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 460px;
    padding-bottom: 50px;
}
#certify{
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
.swiper-slide{
    background: transparent;
}
.swiper-slide img{
    border-radius: 8px;
    width: 100%;
    -webkit-box-reflect: below 1px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,transparent),to(rgba(255,255,255,0.5)));
}
.swiper-button-next{
    right: 30%;
}
.swiper-button-prev{
    left: 30%;
}
.plant_txt h3{
    font-size: 24px;
    color: #333;
    line-height: 1.8;
}
.plant_txt .img{
    margin-bottom: 20px;
}
.sup_txt h1,
.sup_txt h3{
    font-size: 24px;
    color: #333;
    line-height: 1.8;
}
.sup_txt p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
.sup_txt p a.more{
    font-size: 15px;
    color: #f08300;
    line-height: 2.5;
}
.oem_txt h1{
    font-size: 28px;
    color: #333;
    line-height: 1.8em;
    text-align: center;
}
.oem_txt .num{
    display: inline-block;
    width: 55px;
    line-height: 1.7em;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #f08300;
    border-radius: 11.5px;
}
.oem_txt p{
    font-size: 14px;
    color: #545454;
}
.oem_txt .col_box{
    padding: 10px 0;
}
.dc_txt h1{
    font-size: 20px;
    color: #545454;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
}
.dc_txt ul{
    overflow: hidden;
}
.dc_txt ul li{
    width: 20%;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}
.dc_txt ul li .img{
    border: 1px solid #ccc;
}
.cert_box ul{
    overflow: hidden;
}
.cert_box ul li{
    width: 20%;
    float: left;
    padding-right: 20px;
}
.cert_box .img{
    margin-bottom: 20px;
}
.cert_box .container{
    padding-bottom: 40px;
}
.contact_box .container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact_box h1{
    font-size: 24px;
    color: #333;
    line-height: 1.8;
}
.contact_box p{
    color: #333;
    line-height: 1.7;
    font-size: 15px;
}
.contact_box h4{
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}
.contact_box p a:hover{
    color: #f0ad4e;
}
.contact_box .form{
    margin-top: 10px;
}
.contact_box .form .input{
    margin-bottom: 10px;
}
.contact_box .form .input input[type=text],
.contact_box .form .input textarea{
    width: 100%;
    height: 40px;
    text-indent: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
}
.contact_box .form .input textarea{
    resize: none;
    padding-top: 10px;
    height: 90px;
}
.contact_box .form .input .btn{
    height: 32px;
    padding: 0 30px;
    color: #fff;
    background-color:  #f0ad4e;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.contact_box .form .input .btn:hover{
    background-color: #d58512;
}
.contact_box .map{
    position: relative;
    height: 400px;
}
.contact_box .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.new_txt .line{
    overflow: hidden;
    min-height: 66px;
    margin-bottom: 10px;
}
.new_txt .line .time{
    position: relative;
    width: 62px;
    border: 1px solid #c6c6c6;
    float: left;
}
.new_txt .line .time .t1{
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 2.4;
    letter-spacing: 0;
    color: #333;
    background: #e6e6e6;
}
.new_txt .line .time .t2{
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 2.2em;
    letter-spacing: 0;
    color: #333;
    font-weight: bold;
}
.new_txt .line .info{
    margin-left: 85px;
}
.new_txt .line h4{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_txt .line h4 a{
    font-size: 14px;
    color: #545454;
    font-weight: bold;
    line-height: 1.7;
}
.new_txt .line p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
.new_txt .line a.more{
    color: #326ca6;
}
.proitems h1{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.proitems .line{
    margin-bottom: 20px;
    padding: 0 10px;
    overflow: hidden;
}
.proitems .line .img{
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: left;
    border: 1px solid #ccc;
    transition: all .3s;
}
.proitems .line .img:hover{
    box-shadow: 0 0 10px 0 #ccc;
}
.proitems .line .info{
    margin-left: 245px;
    margin-top: 5px;
}
.proitems .line h4 a{
    display: block;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    line-height: 1.6;
}
.proitems .line h4 a:hover{
    color: #f08300;
    text-decoration: underline;
}
.product_tab .tab_sub {
    position: sticky;
    top: 0;
    z-index: 99;
}
@media (max-width: 1220px){
    .index_box2 .info{
        height: 225px;
    }
    .index_box2 .info .t1{
        padding-top: 15px;
    }
}
@media (max-width: 992px){
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .product_tab .tab_sub{
        display: none;
    }
    .lang{
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .lang a{
        font-size: 0;
    }
    .index_box1 .info a{
        padding: 0 28px;
    }
    .nav_list > li > a{
        padding: 0 10px;
    }
    .index_box2 .info{
        padding-bottom: 30px;
        height: auto;
        background-color: #353535;
        margin-bottom: 20px;
    }
    .index_box2 .list .img img{
        width: 100%;
    }
    .index_box2 .line .item{
        width: 100%;
    }
    .index_box2 .line .item .img img{
        width: 100%;
    }
    .index_box3 .item{
        margin-bottom: 58px;
    }
    .index_box3{
        background-size: cover;
    }
    .index_box4 .item{
        width: 50%;
    }
    .index_box5 h3{
        border: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .fast_navigation .items .item:nth-of-type(2),
    .fast_navigation .items .item:nth-of-type(3),
    .fast_navigation .items .item:nth-of-type(4){
        display: none;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    .footer_copyright{
        padding-bottom: 50px;
    }
    .follow_box{
        padding-top: 20px;
    }
    .abimg1 img{
        width: 78px;
    }
    .abimg2 img{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mnone{
        display: none;
    }
    .about_nav{
        margin-bottom: 20px;
    }
    .team_txt .info{
        height: auto;
        padding-bottom: 30px;
    }
    .swiper-slide{
        width: 100%;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 100px;
    }
    .dc_txt ul li{
        width: 50%;
    }
    .cert_box ul li{
        width: 33.33%;
    }
    .proitems .line .img{
        margin-bottom: 15px;
    }
    .proitems .line .info{
        clear: both;
        margin-left: 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: #fff;
        z-index: 99999;
    }
    .m_header {
        height: 60px;
        background: #231815;
    }
    .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/en-us/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_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){
}
@media (max-width: 580px){
}
@media (max-width: 480px) {
    .news_box .news_img img{
        width: 100%;
        height: auto;
    }
}