@charset "utf-8";
.no_padding{
    padding: 0;
}
#headerHeight{
    height: 135px;
    background: #ffffff;
}
.header {
    position: fixed;
    height: 135px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: transparent;
    transition: all .3s;
}
.header.is_stuck,
.header:hover{
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.header .container_1600{
    display: table;
    padding: 0 100px;
}
.header .logo_box a{
    display: inline-block;
    line-height: 0;
    width: 105px;
    float: left;
}
.header .logo_box .text{
    float: left;
    padding-top: 25px;
    padding-left: 15px;
}
.header .logo_box .text p{
    font-size: 28px;
    color: #161616;
    font-family: "Saira", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.headerInfo{
    padding-top: 40px;
}
.headerInfo ul li{
    float: left;
    margin-left: 50px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}
.headerInfo ul li.headerTel{
    background-image: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/headerTel.png");
}
.headerInfo ul li.headerEmail{
    background-image: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/headerEmail.png");
}
.headerInfo ul li a{
    display: block;
    font-size: 14px;
    color: #161616;
}

.headerNavBox{
    position: relative;
    padding-right: 40px;
}

.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    margin-left: 55px;
}
.headerNavBox .nav_list > li:nth-of-type(1){
    margin-left: 0;
}

.headerNavBox .nav_list > li > a {
    display: block;
}

.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    padding: 16px 15px 16px 0;
    line-height: 1;
    font-size: 18px;
    color: #161616;
    transition: all .5s;
}
.headerNavBox .nav_list > li.active > a > span,
.headerNavBox .nav_list > li.on > a > span{
    color: #f7ab3b;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 50px;
    margin-left: -22px;
    background: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/reset/dropdown_menu.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_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 140px;
    display: none;
    z-index: 1;
    background: #362c2b;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 32px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #000000;
}

.header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 2px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #362c2b;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 45px;
    height: 45px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: transparent;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.header_search_box img {
    position: absolute;
    top: 13px;
    right: 13px;
}
.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: 45px;
    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: 45px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 45px;
    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: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("https://mailongmachinery.usa72.wondercdn.com/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_box{
    overflow: hidden;
    background: #f2f2f2;
}
.footer_box .container_1600{
    padding: 0 100px;
}
.footer_box .fast_navigation{
    overflow: hidden;
    padding-top: 115px;
    padding-bottom: 30px;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
}
.footer_box .fast_navigation .itemBox .item{
    width: 300px;
    float: left;
}
.footer_box .fast_navigation h3{
    font-size: 22px;
    color: #111111;
    margin-bottom: 45px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    margin-bottom: 5px;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #111111;
    font-weight: 300;
    line-height: 1.8;
}
.footer_box .fast_navigation li a{
    border-bottom: 1px solid transparent;
}
.footer_box .fast_navigation li a:hover {
    border-bottom-color: #111111;
}
.footer_box .footerForm .info{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.footer_box .footerForm .info .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 40px;
    color: #939393;
    font-size: 16px;
    font-weight: 300;
}
.footer_box .footerForm .info .tips{
    color: #ff0000;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
}
.footer_box .footerForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid #a0a0a0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}
.footer_box .footerForm .info textarea{
    width: 100%;
    height: 90px;
    background: none;
    border: 1px solid #a0a0a0;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}
.footer_box .footerForm .info input[type="submit"]{
    width: 190px;
    height: 45px;
    background: #f7ab3b;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    color: #111111;
    cursor: pointer;
    border: none;
    transition: all .3s;
}
.footer_box .footerForm .info input[type="submit"]:hover{
    background: #362c2b;
    color: #ffffff;
}

.footer_box .fast_navigation .footer_shape{
    margin-top: 30px;
}
.footer_box .fast_navigation .footer_shape span{
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 22px;
    color: #111111;
}
.footer_box .fast_navigation .footer_shape a{
    display: inline-block;
    line-height: 0;
    margin-left: 20px;
    float: left;
}
.footer_box .fast_navigation .footer_shape a:hover{
    opacity: .75;
    filter: none;
}


.footer_box .footer_copyright{
    overflow: hidden;
    padding: 30px 0;
    background: #f7ab3b;
}
.footer_box .footer_copyright .text{
    text-align: center;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}
.footer_box .footer_copyright p a.site_map{
    margin-right: 10px;
}
.footer_box .footer_copyright p span{
    display: inline-block;
    margin: 0 10px;
}
.footer_box .footer_copyright a:hover{
    color: #362c2b;
}


/*banner*/
.banner_slick .bannerImg{
    padding-top: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots{
    bottom: 30px;
}
.banner_slick .slick-dots li{
    width: 4px;
    height: 8px;
    vertical-align: bottom;
    background: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.banner_slick .slick-dots li.slick-active{
    width: 4px;
    height: 16px;
    background: #f7ab3b;
    border: 1px solid #f7ab3b;
}
.bannerBox{
    position: relative;
}
.bannerBox .bannerConBox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.bannerBox .bannerConBox .text{
    margin-top: 205px;
    padding-left: 100px;
}
.bannerBox .bannerConBox .text h2{
    display: block;
    font-size: 80px;
    color: #f7ab3b;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.bannerBox .bannerConBox .text p{
    font-size: 26px;
    color: #141414;
    width: 750px;
}
.bannerBox .bannerConBox .text a{
    display: inline-block;
    width: 230px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    margin-top: 50px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    background: #f7ab3b;
}
.bannerBox .bannerConBox .text a:hover{
    background: #362c2b;
}
.bannerBox .bannerConBox .img{
    float: right;
    margin-top: -170px;
}

.indexBox1{
    padding: 35px 0 50px;
    background: #f5f6f7;
}
.indexBox1 .title p{
    text-align: center;
    font-size: 18px;
    color: #06163a;
    padding-bottom: 30px;
}
.indexBox1 .itemBox{
    display: flex;
    justify-content: space-between;
}
.indexBox1 .item .img{
    width: 65px;
    float: left;
}
.indexBox1 .item .con{
    margin-left: 65px;
    padding-left: 20px;
}
.indexBox1 .item .num p{
    font-size: 50px;
    color: #06163a;
    font-weight: 700;
    line-height: 1;
}
.indexBox1 .item .num p span{
    display: inline-block;
    font-size: 50px;
    color: #06163a;
    font-weight: 700;
    line-height: 1;
}
.indexBox1 .item .text{
    padding-top: 15px;
}
.indexBox1 .item .text h3{
    font-size: 20px;
    font-weight: 700;
    color: #06163a;
}
.indexBox1 .item .text p{
    font-size: 20px;
    color: #06163a;
}

.indexBox2{
    padding: 80px 0 85px;
}
.indexBox2 .conBox{
    padding: 0 100px;
}
.indexBox2 .title{
    overflow: hidden;
    padding-bottom: 85px;
}
.indexBox2 .title h2{
    width: 300px;
    float: left;
    font-size: 46px;
    color: #141414;
    font-family: "Fjalla One", sans-serif;
}
.indexBox2 .title .text{
    width: 800px;
    margin-left: 300px;
}
.indexBox2 .title .text p{
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}
.indexBox2 .itemBox{
    display: flex;
    justify-content: space-between;
}
.indexBox2 .item{
    width: 445px;
    margin: 0 10px;
    position: relative;
    text-align: center;
}
.indexBox2 .item:before{
    position: absolute;
    content: '';
    top: -1px;
    bottom: 47px;
    left: -1px;
    right: -1px;
    border: 1px solid transparent;
    transition: all .3s;
}
.indexBox2 .item:hover:before{
    border-color: #f7ab3b;
    transition: all .3s;
}
.indexBox2 .item .img{
    line-height: 0;
    overflow: hidden;
    padding-top: 30px;
}
.indexBox2 .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox2 .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.indexBox2 .item .text{
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .3s;
}
.indexBox2 .item:hover .text{
    padding-top: 15px;
    transition: all .3s;
}
.indexBox2 .item .text h3{
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.indexBox2 .item .text .t p{
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}
.indexBox2 .item .text a{
    display: inline-block;
    width: 215px;
    height: 54px;
    line-height: 54px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox2 .item:hover .text a{
    background: #f7ab3b;
}
.indexBox2 .item .text a:hover{
    background: #362c2b;
}

.indexBox3{
	position: relative;
    min-height: 580px;
    background: url("/public/static/images/home/en-us/indexWhoWeAre2.jpg") no-repeat center center;
}
.indexBox3::after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;

}
.indexBox3  .container_1200{
	    position: relative;
	    z-index: 3;
}
.indexBox3 .text{
    padding-top: 60px;
    text-align: center;
}
.indexBox3 .text h2{
    font-size: 46px;
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 50px;
}
.indexBox3 .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox3 .text a{
    display: inline-block;
    width: 215px;
    height: 54px;
    line-height: 54px;
    background: #f7ab3b;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox3 .text a:hover{
    background: #362c2b;
}

.indexBox4{
    padding-top: 140px;
}
.indexBox4 .conBox{
    padding: 0 100px;
    position: relative;
}
.indexBox4 .title{
    position: absolute;
    width: 28.5%;
    float: left;
    left: 100px;
    top: 0;
    z-index: 2;
}
.indexBox4 .title h2{
    padding-top: 20px;
    font-size: 46px;
    color: #000000;
    padding-bottom: 30px;
    font-family: "Fjalla One", sans-serif;
}
.indexBox4 .title p{
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}
.indexBox4 .title a{
    display: inline-block;
    margin-top: 30px;
    width: 215px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #f7ab3b;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox4 .title a:hover{
    background: #362c2b;
}
.indexBox4 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexBox4 .item{
    width: 32.5%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.indexBox4 .item:nth-of-type(1){
    margin-left: 33.8%;
}
.indexBox4 .item .img{
    line-height: 0;
    overflow: hidden;
}
.indexBox4 .item .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox4 .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.indexBox4 .item .text{
    position: absolute;
    top: 210px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 70px 25px 0;
    background: transparent;
    transition: all .3s;
}
.indexBox4 .item:hover .text{
    transition: all .3s;
    top: 0;
    background: rgba(0,0,0,0.6);
}
.indexBox4 .item .text h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 25px;
}
.indexBox4 .item .t{
    height: 100px;
    overflow: hidden;
}
.indexBox4 .item .t p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.indexBox4 .item .text a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 30px;
    padding: 10px 20px;
    background: transparent;
}
.indexBox4 .item .text a:hover{
    background: #f7ab3b;
}

.indexBox5{
    padding: 60px 0 80px;
}
.indexBox5 .title h2{
    font-size: 46px;
    color: #000000;
    text-align: center;
    padding-bottom: 80px;
    font-family: "Fjalla One", sans-serif;
}
.indexBox5 .itemBox{
    display: flex;
    padding: 0 100px;
    justify-content: space-between;
}
.indexBox5 .item{
    width: 32%;
    float: left;
    position: relative;
    padding-top: 15px;
}
.indexBox5 .item .time{
    position: absolute;
    top: 0;
    left: 45px;
    height: 100px;
    width: 80px;
    background: #434343;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
}
.indexBox5 .item:hover .time{
    background: #f7ab3b;
    transition: all .3s;
}
.indexBox5 .item .time .t{
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    text-align: right;
}
.indexBox5 .item .time .t span{
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    transition: all .3s;
}
.indexBox5 .item .time .t p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    transition: all .3s;
}
.indexBox5 .item:hover .time .t span,
.indexBox5 .item:hover .time .t p{
    color: #000000;
    transition: all .3s;
}
.indexBox5 .item .text{
    padding: 110px 45px 35px;
    background: #f5f6f7;
    transition: all .3s;
}
.indexBox5 .item:hover .text{
    background: #434343;
    transition: all .3s;
}
.indexBox5 .item .text h3 a{
    display: inline-block;
    font-size: 20px;
    color: #2d2d2d;
    transition: all .3s;
}
.indexBox5 .item .text .t{
    padding-top: 10px;
    height: 76px;
    overflow: hidden;
}
.indexBox5 .item .text .t p{
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 300;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all .3s;
}
.indexBox5 .item:hover .text h3 a,
.indexBox5 .item:hover .text .t p{
    color: #ffffff;
    transition: all .3s;
}

.contactBanner{
    position: relative;
}
.contactBanner .img{
    padding-top: 345px;
    background-repeat: no-repeat;
    background-position: center center;
}
.contactBanner .text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -39px;
}
.contactBanner .text h1{
    font-size: 78px;
    color: #f6b048;
    font-family: "Fjalla One", sans-serif;
}

.contactBox1{
    padding: 40px 0 55px;
}
.contactBox1 .itemBox{
    display: flex;
    justify-content: space-between;
}
.contactBox1 .item{
    width: 28%;
    float: left;
    overflow: hidden;
}
.contactBox1 .item .img{
    width: 72px;
    float: left;
}
.contactBox1 .item .text{
    margin-left: 72px;
    padding-left: 20px;
}
.contactBox1 .item .text h2{
    font-size: 22px;
    color: #1b1b1b;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: "Fjalla One", sans-serif;
}
.contactBox1 .item .text a,
.contactBox1 .item .text p{
    display: block;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 1.4;
}
.contactBox1 .item .text a:hover{
    color: #f7ab3b;
}

.contactBox2{
    padding: 55px 0 60px;
    background: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/contactBj.png");
}
.contactBox2 .conBox{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.contactBox2 .contactForm{
    width: 490px;
    float: left;
}
.contactBox2 .contactForm h2{
    font-size: 22px;
    color: #1b1b1b;
    padding-bottom: 30px;
    font-family: "Fjalla One", sans-serif;
}
.contactBox2 .contactForm .info{
    position: relative;
    margin-bottom: 15px;
}
.contactBox2 .contactForm .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 16px;
    line-height: 50px;
    color: #838383;
    font-weight: 300;
}
.contactBox2 .contactForm .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 50px;
    color: #ff0000;
    font-size: 13px;
}
.contactBox2 .contactForm input[type="text"]{
    width: 100%;
    height: 50px;
    background: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    color: #838383;
    border: 1px solid #dcdcdc;
}
.contactBox2 .contactForm textarea{
    width: 100%;
    height: 90px;
    background: #ffffff;
    padding: 15px 10px;
    font-size: 16px;
    color: #838383;
    border: 1px solid #dcdcdc;
    resize: none;
}
.contactBox2 .contactForm .imgVerifyCode .tips{
    top: 55px;
    line-height: 1;
}
.contactBox2 .contactForm .Verify_img{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 48px;
    cursor: pointer;
}
.contactBox2 .contactForm input[type="submit"]{
    margin-top: 15px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    background: #f7ab3b;
    border: none;
    cursor: pointer;
    transition: all .3s;
}
.contactBox2 .contactForm input[type="submit"]:hover{
    background: #362c2b;
    transition: all .3s;
}
.contactBox2 .contactMap{
    width: 570px;
}
.contactBox2 .contactMap #googleMap{
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
}

.customBanner{
    position: relative;
}
.customBanner .img{
    padding-top: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.customBanner .text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.customBanner .text h1{
    font-size: 82px;
    color: #ffffff;
    text-align: right;
    font-family: "Fjalla One", sans-serif;
}

.customBox .title h2{
    text-align: center;
    font-size: 46px;
    color: #f7b048;
    padding: 50px 0;
    font-family: "Fjalla One", sans-serif;
}
.customBox .itemBox .item{
    overflow: hidden;
    margin-bottom: 50px;
}
.customBox .itemBox .item .img{
    width: 40%;
    float: left;
}
.customBox .itemBox .item .img img{
    width: 100%;
}
.customBox .itemBox .item .text{
    width: 60%;
    float: left;
}
.customBox .itemBox .item:nth-of-type(2) .img,
.customBox .itemBox .item:nth-of-type(2) .text{
    float: right;
}
.customBox .itemBox .item .text h3{
    padding: 35px 60px;
    font-size: 32px;
    color: #000000;
    font-family: "Fjalla One", sans-serif;
}
.customBox .itemBox .item .text .t{
    height: 255px;
    padding: 60px 130px 0 60px;
    background-color: #eeeeee;
    background-image: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/customBj1.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.customBox .itemBox .item .text .t p{
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 300;
    line-height: 1.6;
}
.customBox .itemBox .item:nth-of-type(2) .text .t{
    background-image: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/customBj2.png");
    background-position: left bottom;
}

.projectBanner{
    position: relative;
}
.projectBanner .img{
    padding-top: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
.projectBanner .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.projectBanner .text h1{
    text-align: center;
    font-size: 82px;
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
}

.projectBox1 .conBox{
    position: relative;
}
.projectBox1 .conBox .imgBox{
    position: absolute;
    top: 0;
    right: 30px;
    width: 410px;
    height: 410px;
}
.projectBox1 .title h2{
    font-size: 20px;
    color: #181818;
    padding: 50px;
    font-family: "Fjalla One", sans-serif;
}
.projectBox1 .textConBox{
    background: #f5f5f5;
    padding: 55px 60px 90px;
}
.projectBox1 .textConBox .textBox{
    width: 100%;
    overflow: hidden;
    min-height: 290px;
}
.projectBox1 .textConBox .textBox .text{
    width: 630px;
    float: left;
}
.projectBox1 .textConBox .text h3{
    font-size: 20px;
    color: #f8b048;
    padding-bottom: 25px;
    font-family: "Fjalla One", sans-serif;
}
.projectBox1 .textConBox .text p{
    font-size: 16px;
    color: #171717;
    font-weight: 300;
    line-height: 1.6;
    padding-bottom: 20px;
}
.projectBox1 .textConBox .itemBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    padding-top: 15px;
}
.projectBox1 .textConBox .img{
    line-height: 0;
}
.projectBox1 .textConBox .item{
    display: inline-block;
    float: left;
}

.projectBox2{
    padding: 60px 0 30px;
}
.projectBox2 .title{
    position: relative;
}
.projectBox2 .title:before{
    position: absolute;
    content: '';
    width: 2000px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    background: #e5e5e5;
}
.projectBox2 .title h2 span{
    display: inline-block;
    font-size: 32px;
    font-family: "Fjalla One", sans-serif;
    color: #0d0d0d;
    text-transform: uppercase;
    padding-right: 23px;
    position: relative;
    background: #ffffff;
}
.projectBox2 .title h2 span:before{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    right: 0;
    background: #f7ab3b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.projectBox2 .itemBox{
    padding-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.projectBox2 .item{
    width: 33.3333%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}
.projectBox2 .item .img{
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.projectBox2 .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.projectBox2 .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.projectBox2 .item .text{
    background: #f7b048;
    padding: 0 18px;
    transition: all .3s;
}
.projectBox2 .item .text a{
    font-size: 18px;
    display: block;
    line-height: 40px;
    font-family: "Fjalla One", sans-serif;
    color: #0d0d0d;
    text-transform: uppercase;
    transition: all .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.projectBox2 .item .text:hover{
    background: #362c2b;
    transition: all .3s;
}
.projectBox2 .item .text a:hover{
    color: #ffffff;
    transition: all .3s;
}


.solutionBanner{
    position: relative;
}
.solutionBanner .img{
    padding-top: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.solutionBanner .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -35px;
}
.solutionBanner .text h1{
    text-align: center;
    font-size: 82px;
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
}

.solutionBox{
    padding: 55px 0 80px;
}
.solutionBox .item{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.solutionBox .item .img{
    width: 55%;
    float: left;
    line-height: 0;
}
.solutionBox .item .text{
    position: relative;
    z-index: 2;
    width: 45%;
    float: left;
    min-height: 410px;
    margin-top: 34px;
    background: #eeeeee;
    padding-top: 70px;
    padding-left: 30px;
    transition: all .3s;
}
.solutionBox .item .text:before{
    position: absolute;
    content: '';
    width: 1000px;
    bottom: 0;
    top: 0;
    left: 100%;
    background: #eeeeee;
    z-index: -1;
    transition: all .3s;
}
.solutionBox .item:nth-of-type(2n) .text:before{
    left: auto;
    right: 100%
}
.solutionBox .item:nth-of-type(2n) .img,
.solutionBox .item:nth-of-type(2n) .text{
    float: right;
}
.solutionBox .item:nth-of-type(2n) .text{
    padding-right: 30px;
    padding-left: 0;
}
.solutionBox .item:nth-of-type(1) .text{
    padding-top: 35px;
}
.solutionBox .item .text h2{
    font-size: 32px;
    color: #000000;
    padding-bottom: 5px;
    font-family: "Fjalla One", sans-serif;
}
.solutionBox .item .text p{
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.4;
    margin-top: 15px;
    font-weight: 300;
}
.solutionBox .item .text .t{
    display: none;
}
.solutionBox .item .text a{
    display: inline-block;
    font-size: 16px;
    color: #f7b048;
    font-weight: 700;
    margin-top: 30px;
}
.solutionBox .item.on .text a,
.solutionBox .item:hover .text a{
    color: #2d2d2d;
}
.solutionBox .item.on .text a{
    margin-bottom: 40px;
}
.solutionBox .item .text a:hover{
    color: #ffffff;
}
.solutionBox .item.on .text,
.solutionBox .item:hover .text{
    width: 60%;
    margin-left: -15%;
    background: #f7ab3b;
    transition: all .3s;
}
.solutionBox .item:nth-of-type(2n).on .text,
.solutionBox .item:nth-of-type(2n):hover .text{
    margin-left: 0;
    margin-right: -15%;
    transition: all .3s;
}
.solutionBox .item.on .text:before,
.solutionBox .item:hover .text:before{
    background: #f7ab3b;
    transition: all .3s;
}

.solutionDetailBox{
    padding-bottom: 60px;
}
.solutionDetailBox .solutionMenu{
    width: 340px;
    float: left;
    padding-right: 40px;
    padding-left: 15px;
    padding-bottom: 40px;
    border-left: 1px solid #bfbfbf;
}
.solutionDetailBox .solutionMenu h2{
    font-size: 32px;
    color: #181818;
    font-weight: 700;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 25px;
    font-family: "Fjalla One", sans-serif;
}
.solutionDetailBox .solutionMenu li{
    margin-bottom: 20px;
    position: relative;
    height: 34px;
}
.solutionDetailBox .solutionMenu li:before{
    position: absolute;
    content: '';
    left: -21px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: #f7b048;
    border: 2px solid #fbd7a2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.solutionDetailBox .solutionMenu li:hover:before,
.solutionDetailBox .solutionMenu li.on:before{
    opacity: 1;
    transition: all .3s;
}
.solutionDetailBox .solutionMenu li .ico{
    width: 55px;
    float: left;
    line-height: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.7;
    transition: all .3s;
}
.solutionDetailBox .solutionMenu li:hover .ico,
.solutionDetailBox .solutionMenu li.on .ico{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
    opacity:1;
    transition: all .3s;
}
.solutionDetailBox .solutionMenu li a{
    display: inline-block;
    line-height: 34px;
    font-size: 18px;
    color: #5f5f5f;
}
.solutionDetailBox .solutionMenu li:hover a,
.solutionDetailBox .solutionMenu li.on a{
    color: #f7ab3b;
    font-weight: 700;
}
.solutionDetailBox .solutionDetailConBox{
    margin-left: 340px;
    padding-top: 40px;
}
.solutionDetailBox .solutionDetailConBox .title h2{
    font-size: 32px;
    color: #f7ab3b;
    font-weight: 700;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 20px;
}
.solutionDetailBox .solutionDetailConBox .textBox p{
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1.8;
    padding-bottom: 20px;
}

.productionBanner .img{
    padding-top: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.productionBox{
    padding: 40px 0;
}
.productionBox .item{
    overflow: hidden;
    position: relative;
    padding-left: 80px;
    padding-top: 8px;
    padding-bottom: 30px;
}
.productionBox .before{
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/productionIco.png") repeat-y top center;
}
.productionBox .before span{
    display: block;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #f7b048;
    line-height: 1;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.productionBox .before span:before{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
    background: #f7ab3b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productionBox .item .conBox{
    overflow: hidden;
}
.productionBox .item:nth-of-type(1) .conBox{
    position: relative;
}
.productionBox .item:nth-of-type(1) .img{
    position: absolute;
    width: 42%;
    top: 0;
    right: 0;
}
.productionBox .item .conBox .text{
    width: 58%;
    float: left;
    padding-right: 50px;
}
.productionBox .item:nth-of-type(1) .text{
    width: 100%;
    padding-right: 0;
}
.productionBox .item:nth-of-type(1) .text .t{
    min-height: 250px;
    width: 58%;
    padding-right: 50px;
}
.productionBox .item .conBox h2{
    font-size: 22px;
    font-family: "Fjalla One", sans-serif;
    color: #151515;
    padding-bottom: 20px;
}
.productionBox .item .conBox p{
    font-size: 16px;
    color: #424242;
    margin-bottom: 15px;
    line-height: 1.6;
}
.productionBox .item .conBox h3{
    font-size: 18px;
    font-family: "Fjalla One", sans-serif;
    color: #f7ab3b;
    padding-bottom: 15px;
}
.productionBox .item .img{
    width: 42%;
    float: left;
    line-height: 0;
}
.productionBox .item:nth-of-type(2n) .text,
.productionBox .item:nth-of-type(2n) .img{
    float: right;
}
.productionBox .item:nth-of-type(2n) .text{
    padding-right: 0;
    padding-left: 50px;
}

.aboutBox1{
    position: relative;
}
.aboutBox1 .imgBox{
    width: 50%;
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    padding-top: 430px;
    background-position: center center;
}
.aboutBox1 .conBox{
    padding-top: 35px;
    overflow: hidden;
}
.aboutBox1 .conBox .text{
    width: 50%;
    float: left;
    padding-bottom: 430px;
}
.aboutBox1 .conBox .text h1{
    font-size: 32px;
    font-family: "Fjalla One", sans-serif;
    color: #131313;
    padding: 30px 0 50px;
    text-align: center;
    text-transform: uppercase;
}
.aboutBox1 .conBox .text p{
    font-size: 16px;
    color: #424242;
    line-height: 1.5;
    margin-bottom: 15px;
}
.aboutBox1 .conBox .textBox{
    width: 50%;
    float: left;
    padding-left: 35px;
}
.aboutBox1 .conBox .textBox .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 45px;
}
.aboutBox1 .conBox .t p{
    font-size: 16px;
    color: #424242;
    line-height: 1.5;
    margin-bottom: 15px;
}

.aboutBox2{
    padding: 60px 0 80px;
    background: #eeeeee;
}
.aboutBox2 .title h2{
    text-align: center;
    font-size: 32px;
    color: #131313;
    padding-bottom: 50px;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
}
.aboutBox2 .aboutTeam{
    padding: 0 20px;
}
.aboutBox2 .aboutTeam .slick-prev,
.aboutBox2 .aboutTeam .slick-next{
    width: 46px;
    height: 46px;
    background: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/aboutTeamArrow.png") no-repeat;
}
.aboutBox2 .aboutTeam .slick-prev{
    left: -50px;
    background-position: left center;
}
.aboutBox2 .aboutTeam .slick-next{
    right: -50px;
    background-position: right center;
}
.aboutBox2 .aboutTeam .slick_first{
    margin: 0 10px;
}
.aboutBox2 .aboutTeam .img img{
    clear: both;
    display: block;
    margin: auto;
}
.aboutBox2 .aboutTeam .text{
    text-align: center;
    padding: 5px 0;
    border-bottom: 2px solid #f7ab3b;
}
.aboutBox2 .aboutTeam .text p{
    font-size: 20px;
    color: #424242;
}

.aboutBox3 .conBox{
    overflow: hidden;
    padding: 50px 0 40px;
}
.aboutBox3 .conBox .text{
    width: 75%;
    float: left;
    padding-right: 50px;
}
.aboutBox3 .conBox .text h2{
    padding-bottom: 30px;
}
.aboutBox3 .conBox .text h2,
.aboutBox3 .conBox .text h2 span{
    display: block;
    line-height: 1.1;
    font-size: 32px;
    color: #131313;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
}
.aboutBox3 .conBox .text p{
    font-size: 16px;
    color: #424242;
    margin-bottom: 15px;
    line-height: 1.6;
}
.aboutBox3 .conBox .img{
    width: 25%;
    float: left;
    line-height: 0;
}

.aboutBox4{
    padding: 40px 0 60px;
    background: #eeeeee;
}
.aboutBox4 .title h2{
    font-size: 32px;
    color: #131313;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    padding-bottom: 40px;
    text-align: center;
}
.aboutBox4 #certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.aboutBox4 #certify .swiper-slide {
    width: 625px;
    height: 465px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd
}
.aboutBox4 .img{
    position: relative;
    line-height: 0;
}
.aboutBox4 .img span{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    line-height: 1;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}

.aboutBox5{
    padding: 50px 0 60px;
}
.aboutBox5 .title h2{
    font-size: 32px;
    color: #131313;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    padding-bottom: 60px;
    text-align: center;
}
.aboutBox5 .imgBox{
    overflow: hidden;
}
.aboutBox5 .imgBox .img{
    width: 50%;
    float: left;
    line-height: 0;
}
.aboutBox5 .imgBox .img:last-child{
    padding-left: 20px;
}
.aboutBox5 .imgBox .img img{
    width: 100%;
}

@media (max-width: 1620px){
    .header .container_1600,
    .indexBox2 .conBox,
    .indexBox4 .conBox,
    .indexBox5 .itemBox,
    .footer_box .container_1600{
        padding: 0;
    }
    .bannerBox .bannerConBox .text{
        padding-left: 0;
    }
	.indexBox4 .title {
	    width: 24.5%;
	}
}
@media (max-width: 1450px){
    .headerNavBox .nav_list > li{
        margin-left: 35px;
    }
    .indexBox4 .item .text{
        top: 160px;
    }
    .indexBox4 .item:hover .text{
        padding-top: 35px;
    }
    .indexBox4 .item .text a{
        margin-top: 15px;
    }
    .indexBox5 .item .time{
        left: 20px;
    }
    .indexBox5 .item .text{
        padding-left: 20px;
        padding-right: 20px;
    }
	.indexBox4 .title{
		left: 2%;
		width: 30%;
	}
}
@media (max-width: 1220px){
    .indexBox2 .title h2,
    .indexBox3 .text h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .customBox .title h2{
        font-size: 40px;
    }
    .indexBox1 .item .text p,
    .indexBox2 .title .text p,
    .indexBox2 .item .text .t p,
    .indexBox3 .text p,
    .indexBox4 .title p,
    .footer_box .footer_copyright p,
    .footer_box .footer_copyright p span,
    .footer_box .footer_copyright p a,
    .aboutBox2 .aboutTeam .text p,
    .aboutBox4 .img span{
        font-size: 16px;
    }

    .footer_box .fast_navigation{
        padding: 50px 0 30px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(1){
        width: 215px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(2){
        width: 230px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(3){
        width: 290px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(4){
        padding-left: 15px;
    }
    .footer_box .fast_navigation .footer_shape span{
        display: block;
        width: 100%;
    }
    .footer_box .fast_navigation .footer_shape a{
        margin-left: 0;
        margin-right: 10px;
    }
    .footer_box .fast_navigation h3{
        margin-bottom: 25px;
    }
    .header .logo_box .text{
        padding-top: 35px;
    }
    .header .logo_box .text p{
        font-size: 22px;
    }
    .headerNavBox .nav_list > li{
        margin-left: 11px;
    }

    .indexBox1 .item .num p{
        font-size: 36px;
    }
    .indexBox1 .item .num p span{
        font-size: 44px;
    }
    .indexBox1 .item .text h3{
        font-size: 18px;
    }

    .indexBox2{
        padding: 50px 0 30px;
    }
    .indexBox2 .title{
        padding-bottom: 40px;
    }
    .indexBox2 .title .text{
        width: auto;
        padding-top: 10px;
    }

    .indexBox3 .text h2{
        padding-bottom: 30px;
    }

    .indexBox4{
        padding-top: 50px;
    }
    .indexBox4 .title{
        left: 0;
        top: 0;
    }
    .indexBox4 .title h2{
        padding-top: 0;
        padding-bottom: 10px;
    }
    .indexBox4 .title a{
        width: 145px;
        height: 36px;
        line-height: 36px;
        margin-top: 10px;
    }

    .indexBox5{
        padding: 40px 0;
    }
    .indexBox5 .title h2{
        padding-bottom: 30px;
    }

    .solutionBanner .text h1{
        font-size: 60px;
    }
    .solutionBox .item{
        margin-bottom: 30px;
    }
    .solutionBox .item .img{
        width: 100%;
    }
    .solutionBox .item .text{
        width: 100%;
        margin-top: 0;
        min-height: 0;
        padding: 30px !important;
    }
    .solutionBox .item.on .text, .solutionBox .item:hover .text{
        margin: 0 !important;
        width: auto !important;
    }
    .solutionBox .item:nth-of-type(2n) .text:before{
        left: 100%;
        right: auto;
    }


    .aboutBox1 .conBox .text h1{
        padding-bottom: 30px;
    }
    .aboutBox2{
        padding: 50px 0;
    }
    .aboutBox2 .title h2{
        padding-bottom: 30px;
    }
    .aboutBox2 .aboutTeam{
        padding: 0 50px;
    }
    .aboutBox2 .aboutTeam .slick_first{
        margin: 0 5px;
    }
    .aboutBox2 .aboutTeam .slick-prev{
        left: 0;
    }
    .aboutBox2 .aboutTeam .slick-next{
        right: 0;
    }

    .aboutBox5 .title h2{
        padding-bottom: 30px;
    }

    .customBanner .text{
        margin-top: -35px;
    }
    .customBanner .text h1{
        font-size: 60px;
        text-align: center;
    }
    .customBox .itemBox .item .text h3{
        padding: 20px 40px;
    }
    .customBox .itemBox .item .text .t{
        padding: 40px 40px 0;
    }


    .projectBanner .text{
        margin-top: -35px;
    }
    .projectBanner .text h1{
        font-size: 60px;
        text-align: center;
    }
    .projectBox1 .textConBox{
        padding-bottom: 50px;
    }
    .projectBox1 .textConBox .textBox .text{
        width: 465px;
    }
    .projectBox2{
        padding-top: 50px;
    }
    .projectBox2 .itemBox{
        padding-top: 30px;
    }

    .productionBox .before span{
        font-size: 42px;
    }
    .productionBox .before span:before{
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    .contactBanner .text h1{
        font-size: 60px;
    }

    .contactBox1 .item{
        width: 32%;
    }

    .contactBox2{
        padding: 50px 0;
    }
    .contactBox2 .contactForm{
        width: 45%;
    }
    .contactBox2 .contactMap{
        width: 55%;
        padding-left: 20px;
    }


    .solutionDetailBox .solutionMenu{
        width: 260px;
    }
    .solutionDetailBox .solutionDetailConBox{
        margin-left: 260px;
    }
    .solutionDetailBox .solutionDetailConBox .textBox p{
        font-size: 16px;
    }
}
@media (max-width: 992px){
    .indexBox2 .title h2,
    .indexBox3 .text h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .customBox .title h2{
        font-size: 36px;
    }
    #headerHeight{
        display: none;
    }
    .Crumbs{
        border-top: 0;
    }
    .Crumbs ul li,
    .Crumbs ul i{
        display: none;
    }
    .Crumbs ul li:nth-of-type(1),
    .Crumbs ul li:nth-of-type(2),
    .Crumbs ul i:nth-of-type(1){
        display: block;
    }
    body{
        padding-top: 60px;
    }
    .header {
        display: none;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
        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 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #f7ab3b;
        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: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .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: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("https://mailongmachinery.usa72.wondercdn.com/public/static/images/home/en-us/reset/li_click.png") no-repeat top 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;
    }

    .footer_box .fast_navigation .itemBox .item:nth-of-type(1),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(2){
        display: none;
    }

    .indexBox1 .item .num p span{
        font-size: 38px;
    }
    .indexBox1 .item .text{
        padding-top: 10px;
    }

    .indexBox2 .item:before{
        display: none;
    }
    .indexBox2 .title h2{
        width: 100%;
    }
    .indexBox2 .item .img{
        padding-top: 0;
    }
    .indexBox2 .title .text{
        margin-left: 0;
        width: 100%;
        float: left;
    }
    .indexBox2 .item .text h3{
        font-size: 20px;
    }
    .indexBox2 .item .text a,
    .indexBox3 .text a{
        width: 145px;
        height: 36px;
        line-height: 36px;
    }
    .indexBox3 .text p{
        line-height: 1.6;
    }

    .indexBox4{
        overflow: hidden;
    }
    .indexBox4 .title{
        width: 100%;
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 30px;
    }
    .indexBox4 .itemBox{
        display: block;
        width: auto;
        float: left;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox4 .item:nth-of-type(1){
        margin-left: 0;
    }
    .indexBox4 .item{
        width: 50%;
        float: left;
        padding: 0 5px;
    }
    .indexBox4 .item .text{
        left: 5px;
        right: 5px;
    }

    .indexBox5 .itemBox{
        display: block;
        overflow: hidden;
    }
    .indexBox5 .item{
        width: 100%;
        margin-bottom: 15px;
    }
    .indexBox5 .item .text{
        padding-bottom: 20px;
    }

    .solutionBanner .img{
        padding-top: 340px;
    }
    .solutionBanner .text h1{
        font-size: 48px;
    }

    .aboutBox1 .imgBox{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        padding-top: 43%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .aboutBox1 .conBox{
        padding-top: 0;
        padding-bottom: 35px;
    }
    .aboutBox1 .conBox .text{
        width: 100%;
        padding-bottom: 0;
    }
    .aboutBox1 .conBox .textBox{
        width: 100%;
        padding-left: 0;
    }

    .aboutBox3 .conBox .text{
        width: 100%;
        padding-right: 0;
    }
    .aboutBox3 .conBox .img{
        display: none;
    }

    .customBanner .img{
        padding-top: 340px;
    }
    .customBanner .text h1{
        font-size: 48px;
    }
    .customBox .itemBox .item .text h3{
        font-size: 24px;
        padding-right: 0;
    }
    .customBox .itemBox .item .text .t{
        height: 185px;
        padding-top: 30px;
    }

    .projectBanner .img{
        padding-top: 340px;
    }
    .projectBanner .text h1{
        font-size: 48px;
    }

    .projectBox1 .conBox .imgBox{
        display: none;
    }
    .projectBox1 .title h2{
        padding-bottom: 30px;
    }
    .projectBox1 .textConBox{
        padding: 50px;
    }
    .projectBox1 .textConBox .textBox{
        min-height: 0;
    }
    .projectBox1 .textConBox .textBox .text{
        width: 100%;
    }
    .projectBox1 .textConBox .itemBox{
        padding-top: 0;
        margin-bottom: 30px;
    }

    .productionBanner .img{
        padding-top: 340px;
    }

    .productionBox .item:nth-of-type(1) .text .t{
        width: 100%;
        min-height: 0;
        padding-right: 0;
    }
    .productionBox .item:nth-of-type(1) .img{
        width: 100%;
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .productionBox .item .conBox p{
        margin-bottom: 10px;
    }

    .productionBox .item .conBox .text{
        width: 100%;
        padding: 0 !important;
    }
    .productionBox .item .img{
        width: 100%;
    }

    .contactBanner .text h1{
        font-size: 48px;
    }
    .contactBox1 .itemBox{
        display: block;
        overflow: hidden;
    }
    .contactBox1 .item{
        width: 100%;
        margin-bottom: 20px;
    }

    .solutionDetailBox .solutionMenu{
        display: none;
    }
    .solutionDetailBox .solutionDetailConBox{
        width: 100%;
        margin-left: 0;
        float: left;
    }
}
@media (max-width: 767px){
    .indexBox2 .title h2,
    .indexBox3 .text h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .customBox .title h2{
        font-size: 32px;
    }
    body{
        padding-bottom: 48px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .footer_box .container_1600{
        padding-left: 10px;
        padding-right: 10px;
    }

    .indexBox2 .item .text{
        padding-top: 15px;
    }
    .indexBox2 .item .text .t{
        display: none;
    }
    .indexBox2 .item .text a{
        margin-top: 10px;
        background: #f7ab3b;
    }
    .indexBox3{
        min-height: auto;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .indexBox3 .text{
        padding: 50px 0;
    }
    .indexBox3 .text h2{
        padding-bottom: 20px;
    }
    .indexBox4 .item .text{
        top: auto;
        padding-top: 10px;
        background: rgba(0,0,0,0.6);
    }
    .indexBox4 .item:hover .text{
        padding-top: 10px;
        top: auto;
    }
    .indexBox4 .item .t{
        display: none;
    }
    .indexBox4 .item .text h3{
        padding-bottom: 10px;
        font-size: 20px;
    }
    .indexBox4 .item .text a{
        display: none;
        padding: 0;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .indexBox5 .item{
        background: #f5f6f7;
        transition: all .3s;
    }
    .indexBox5 .item:hover{
        background: #434343;
        transition: all .3s;
    }
    .indexBox5 .item .text{
        padding-top: 0;
    }
    .indexBox5 .item .time{
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        text-align: left;
        background: none;
        padding-left: 20px;
    }
    .indexBox5 .item:hover .time{
        background: none;
    }
    .indexBox5 .item .time .t{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        text-align: left;
    }
    .indexBox5 .item .time .t span{
        float: left;
        font-size: 16px;
        padding-right: 10px;
        color: #2d2d2d;
    }
    .indexBox5 .item .time .t p{
        color: #2d2d2d;
    }
    .indexBox5 .item:hover .time .t span,
    .indexBox5 .item:hover .time .t p{
        color: #ffffff;
    }

    .parameter_box h1 i{
        display: none;
    }

    .solutionBanner .img{
        padding-top: 280px;
    }
    .solutionBanner .text h1{
        font-size: 40px;
    }
    .solutionBox .item .text{
        padding: 20px 10px !important;
    }

    .aboutBox4{
        padding: 50px 0 30px;
    }
    .aboutBox4 .title h2{
        padding-bottom: 20px;
    }
    .aboutBox4 #certify .swiper-wrapper{
        padding-bottom: 20px;
    }
    .aboutBox4 #certify .swiper-wrapper .slick-dots{
        bottom: 0;
    }
    .aboutBox4 #certify .swiper-wrapper .slick-dots li.slick-active{
        background: #f7ab3b;
    }
    .aboutBox4 #certify .swiper-slide{
        height: auto;
    }
    .aboutBox4 .img img{
        width: 100%;
    }

    .customBanner .img{
        padding-top: 280px;
    }
    .customBanner .text h1{
        font-size: 40px;
    }

    .customBox .itemBox .item .img{
        width: 100%;
        line-height: 0;
    }
    .customBox .itemBox .item .img img{
        width: auto;
    }
    .customBox .itemBox .item .text{
        width: 100%;
        float: left;
    }
    .customBox .itemBox .item .text h3{
        padding: 20px 10px;
        font-size: 20px;
    }
    .customBox .itemBox .item .text .t{
        padding: 20px 10px;
        height: auto;
    }

    .projectBanner .img{
        padding-top: 280px;
    }
    .projectBanner .text h1{
        font-size: 40px;
    }

    .projectBox1 .title h2{
        padding-left: 15px;
        padding-right: 15px;
    }
    .projectBox1 .textConBox{
        padding: 30px 15px 15px;
    }
    .projectBox2 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
        overflow: hidden;
    }
    .projectBox2 .item{
        padding: 0 5px;
    }
    .projectBox2 .item .text{
        padding: 0 10px;
    }
    .projectBox2 .item .text a{
        font-size: 16px;
    }

    .productionBanner .img{
        padding-top: 280px;
    }

    .productionBox .item{
        padding-left: 50px;
    }
    .productionBox .before{
        width: 44px;
    }
    .productionBox .before span{
        font-size: 32px;
    }
    .contactBox2 .conBox{
        display: block;
        overflow: hidden;
    }
    .contactBox2 .contactForm{
        width: 100%;
    }
    .contactBox2 .contactMap{
        width: 100%;
        padding-left: 0;
        float: left;
        margin-top: 20px;
    }
    .contactBox2 .contactMap #googleMap{
        margin-bottom: 0;
    }

    .contactBanner .text h1{
        font-size: 40px;
    }
}
@media (max-width: 640px){
    .footer_box .fast_navigation .itemBox{
        display: block;
        overflow: hidden;
    }
    .footer_box .fast_navigation .itemBox .item{
        width: 100% !important;
        padding: 0 !important;
    }
    .footer_box .fast_navigation .footer_shape{
        overflow: hidden;
        margin: 20px 0;
    }
    .indexBox1 .itemBox{
        display: block;
        overflow: hidden;
    }
    .indexBox1 .item{
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }
    .indexBox2 .itemBox{
        display: block;
        overflow: hidden;
    }
    .indexBox2 .item{
        width: 49%;
        margin: 0 auto 15px;
        float: left;
    }
    .indexBox4 .item .text h3{
        font-size: 16px;
    }

    .projectBox2 .item{
        width: 50%;
    }
    .contactBox1 .item .img{
        width: 40px;
    }
    .contactBox1 .item .text{
        margin-left: 40px;
        padding-left: 15px;
    }
}
@media (max-width: 540px){
    .aboutBox5 .imgBox .img{
        width: 100%;
        padding: 0 !important;
        margin-bottom: 15px;
    }
}
@media (max-width: 480px){
    .indexBox1 .item,
    .indexBox2 .item{
        width: 100%;
    }
}