@charset "utf-8";
.no_padding{
    padding: 0;
}

.header {
    position: relative;
    z-index: 99;
      background-color: rgba(34,34,34,0.31);
    transition: all .3s;
}

.header-right {
	display: flex;
    align-items: center;
}
.header .headerTop{
}
.header .headerTop .headerMenu{
    margin-right: 12px;
}
.header .headerTop .headerMenu ul,
.header .headerTop .headerInfo ul{
    display: flex;
    align-items: center;
    
}
.header .headerTop .headerMenu ul li{
    margin-right: 40px;
}
.header .headerTop .headerMenu ul li a{
    font-size: 20px;
    color: #f3f3f3;
    padding: 0 10px;
    line-height: 34px;
    display: inline-block;
}
.header .headerTop .headerInfo ul li{
    color: #f3f3f3;
    font-size: 14px;
    line-height: 34px;
    margin-left: 20px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
}
.header .headerTop .headerInfo ul li a{
    color: #f3f3f3;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
}
.header .headerTop .headerInfo ul li.headerTel{
    background-image: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/headerTel.png");
}
.header .headerTop .headerInfo ul li.headerWhatsApp{
    background-image: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/headerWhatsApp.png");
}
.header .headerTop .headerInfo ul li.headerEmail{
    background-image: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/headerEmail.png");
    margin-right: 52px;
}

.header .headerLang{
    margin-left: 15px;
}
.header .headerLang a{
    padding-top: 5px;
    float: left;
    margin-left: 8px;
}

.header .container_1600{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
/*header left*/
.header .logo_box,
.header .logo_box a{
    font-size: 0;
}

/*header right*/
.header .headerBot{
    position: relative;
}
.header .headerBot .navConBox{
    position: relative;
    padding-right: 0 !important;
}
.header .headerBot .navConBox .header_search_box {
    position: absolute;
    right: 0;
    top: -23px;
    width: 32px;
    height: 40px;
    overflow: hidden;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}
.header .headerBot .navConBox .header_search_box.active{
    width: 260px;
    background: #4C92CD;
    transition: all .3s;
}
.header .headerBot .navConBox .header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    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 .headerBot .navConBox .header_search_box img {
    position: absolute;
    top: 10px;
    right: 6px;
}

.header .headerBot .navConBox .header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header .headerBot .navConBox .header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header .headerBot .navConBox .header_search_box .search_click.active img.open{
    opacity: 0;
}

.header .headerBot .navConBox .search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header .headerBot .navConBox .header_search_box.active .search_form{
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.header .headerBot .navConBox .search_form .info{
    width: 100%;
    padding-right: 32px;
}
.header .headerBot .navConBox .search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.header .headerBot .navConBox .search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.header .headerBot .navConBox .search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
}
.header .headerBot .navConBox .nav_normal{
    position: relative;
}
.header .headerBot .navConBox .nav_line{
    position: absolute;
    left: 0;
    bottom: 0;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    height: 3px;
    width: 0;
    background: #0f56a6;
    border-radius: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header .headerBot .navConBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.header .headerBot .navConBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.header .headerBot .navConBox .nav_list > li > a {
    display: block;
    margin: 0 25px;
}
.header .headerBot .navConBox .nav_list > li > a > span {
    display: inline-block;
    padding: 20px 0;
    line-height: 1;
    font-size: 20px;
    color: #3c3c3c;
    transition: all .5s;
    position: relative;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 60px;
    background: url("https://xaloy.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;
}
.header .headerTop .headerMenu .nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 190px;
    display: none;
    z-index: 1;
    background: #4C92CD;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 35px;
    text-align: left;
    padding: 0 25px;
    line-height: 35px;
    font-size: 15px;
    color: #ffffff;
    white-space: nowrap;
}
.header .headerTop .headerMenu .nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #161616;
}



.m_header {
    display: none;
}


.footer_box{
    overflow: hidden;
    border-top: 1px solid #eeeeee;
}
.footer_box .fast_navigation{
    overflow: hidden;
    padding: 60px 0 80px;
}
.footer_box .fast_navigation .itemBox{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -25px;
}
.footer_box .fast_navigation .itemBox .item{
    display: inline-block;
    max-width: 375px;
    margin-left: 25px;
    vertical-align: top;
    text-align: left;
}
.footer_box .fast_navigation h3{
    font-size: 23px;
    color: #0f0f0f;
    font-weight: 700;
    padding-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    margin-bottom: 5px;
}
.footer_box .fast_navigation li.footerTel{
    padding-left: 20px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/footerTel.png") no-repeat left center;
}
.footer_box .fast_navigation li.footerEmail{
    padding-left: 20px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/footerEmail.png") no-repeat left center;
}
.footer_box .fast_navigation li.footerAddress{
    padding-left: 20px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/footerAddress.png") no-repeat left 3px;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 300;
    line-height: 1.6;
}
.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
}

.footer_shape{
    overflow: hidden;
}
.footer_shape a{
    display: inline-block;
    float: left;
    line-height: 0;
    width: 47px;
    height: 47px;
    overflow: hidden;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: top center;

}
.footer_shape a.facebook{
    background-image: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/facebook.png");
}
.footer_shape a.youtube{
    background-image: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/youtube.png");
}
.footer_shape a.linkedin{
    background-image: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/linkedin.png");
}

.footer_box .footer_copyright{
    padding: 20px 0;
    background: #4C92CD;
}
.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: 16px;
    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{
    text-decoration: underline;
}


/*banner*/
.banner_slick img{
    clear: both;
    display: block;
    margin: auto;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("https://xaloy.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: 8px;
    height: 8px;
    background: #ffffff;
    border: 2px solid #ffffff;
}
.banner_slick .slick-dots li.slick-active{
    width: 40px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.banner_slick .conBox{
    position: relative;
}
.banner_slick .conBox .textBox{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -192px;
}
.banner_slick .conBox .text{
    width: 625px;
    height: 385px;
    padding: 75px 25px 60px;
    position: relative;
    background: rgba(215,215,215,.35);
}
.banner_slick .conBox .text h2{
    font-size: 42px;
    color: #161616;
    line-height: 1.2;
    margin-bottom: 30px;
}
.banner_slick .conBox .text p{
    font-size: 24px;
    color: #161616;
    font-weight: 300;
}
.banner_slick .conBox .text .a{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #ceced3;
}
.banner_slick .conBox .text .a a{
    display: block;
    padding-left: 35px;
    line-height: 60px;
    font-size: 20px;
    color: #161616;
    position: relative;
    font-weight: 300;
    z-index: 2;
}
.banner_slick .conBox .text .a:before{
    position: absolute;
    content: '';
    width: 130px;
    height: 60px;
    right: 0;
    top: 0;
    background: #4C92CD;
    transition: all .3s;
}
.banner_slick .conBox .text .a:after{
    position: absolute;
    content: '';
    width: 130px;
    height: 60px;
    top: 0;
    right: 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/bannerIco.png") no-repeat center center;
}
.banner_slick .conBox .text .a:hover:before{
    width: 100%;
    transition: all .3s;
}
.banner_slick .conBox .text .a a:hover{
    color: #ffffff;
}

.indexBox1{
    padding: 130px 0;
    overflow: hidden;
}
.indexBox1 .container_1600{
    padding: 0 100px;
}
.indexBox1 .title{
    overflow: hidden;
    margin-bottom: 75px;
}
.indexBox1 .title h2{
    float: left;
    width: 760px;
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    line-height: 1.3;
}
.indexBox1 .title .tabClick{
    margin-left: 760px;
    padding-left: 60px;
}
.indexBox1 .title .tabClick .item{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 10px;
}
.indexBox1 .title .tabClick .item span{
    line-height: 42px;
    background: #f2f2f9;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #161616;
    font-weight: 300;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.indexBox1 .title .tabClick .item:hover span,
.indexBox1 .title .tabClick .item.on span{
    background: #4C92CD;
    color: #ffffff;
    transition: all .3s;
}
.indexBox1 .tabSwitchBox{
    overflow: hidden;
}
.indexBox1 .tabSwitch{
    height: 0;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}
.indexBox1 .tabSwitch.on{
    height: auto;
    padding-top: 15px;
}
.indexBox1 .tabSwitch .item{
    width: 25%;
    float: left;
    position: relative;
    top: 0;
    text-align: center;
    padding: 0 20px;
    transition: all .3s;
}
.indexBox1 .tabSwitch .item:hover{
    top: -15px;
    transition: all .3s;
}
.indexBox1 .tabSwitch .item .img{
    line-height: 0;
}
.indexBox1 .tabSwitch .item .text a{
    font-size: 20px;
    color: #161616;
    font-weight: 300;
    line-height: 1.2;
    display: inline-block;
    margin-top: 15px;
}
.indexBox1 .tabSwitch .item .text a:hover{
    color: #4C92CD;
}

.indexBox2{
    padding: 70px 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/indexBj1.png") no-repeat bottom center;
}
.indexBox2 .container_1600{
    padding: 0 100px;
}
.indexBox2 .title{
    margin-bottom: 50px;
}
.indexBox2 .title h1{
    text-align: center;
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
}
.indexBox2 .title p{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #161616;
}
.indexBox2 .indexSolutionTabClick{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.indexBox2 .indexSolutionTabClick .item{
    width: 16.66666%;
    float: left;
    padding: 0 10px;
}
.indexBox2 .indexSolutionTabClick .item .img{
    position: relative;
    background: #f2f2f9;
    line-height: 0;
}
.indexBox2 .indexSolutionTabClick .item .img img.on{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4C92CD;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}
.indexBox2 .indexSolutionTabClick .item.on .img img.on,
.indexBox2 .indexSolutionTabClick .item .img:hover img.on{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox2 .indexSolutionTabClick .item .text{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #161616;
}
.indexBox2 .indexSolutionTabSwitch{
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
}
.indexBox2 .indexSolutionTabSwitch .solutionTavSwitch{
    height: 0;
    overflow: hidden;
}
.indexBox2 .indexSolutionTabSwitch .solutionTavSwitch.on{
    height: auto;
}
.indexBox2 .indexSolutionTabSwitch .conBox{
    margin: 20px;
    overflow: hidden;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.indexBox2 .indexSolutionTabSwitch .conBox .img{
    width: 60%;
    float: left;
    padding: 40px 30px;
}
.indexBox2 .indexSolutionTabSwitch .conBox .text{
    width: 40%;
    float: left;
    padding: 70px 60px;
}
.indexBox2 .indexSolutionTabSwitch .conBox .text h2{
    border-bottom: 1px solid #000000;
    font-size: 22px;
    color: #161616;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.indexBox2 .indexSolutionTabSwitch .conBox .text p{
    font-size: 16px;
    color: #161616;
    font-weight: 300;
    line-height: 1.6;
}
.indexBox2 .indexSolutionTabSwitch .conBox .text a{
    display: inline-block;
    margin-top: 40px;
    width: 150px;
    height: 40px;
    font-size: 18px;
    color: #161616;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    background: #f2f2f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.indexBox2 .indexSolutionTabSwitch .conBox .text a:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 11px;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    opacity: 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/arrow_button.svg");
    transition: all .3s;
}
.indexBox2 .indexSolutionTabSwitch .conBox .text a:hover{
    background: #4C92CD;
    padding-right: 15px;
    color: #ffffff;
}
.indexBox2 .indexSolutionTabSwitch .conBox .text a:hover:before{
    right: 12px;
    opacity: 1;
    transition: all .3s;
}

.indexBox3{
    padding: 110px 0;
    overflow: hidden;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/indexBj2s.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox3 .container_1600{
    padding: 0 100px;
}
.indexBox3 .text{
    text-align: center;
}
.indexBox3 .text h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}
.indexBox3 .text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.8;
    padding: 0 45px;
}
.indexBox3 .text a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 15px;
    padding-right: 0;
    position: relative;
}
.indexBox3 .text a:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 11px;
    right: 0;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/arrow_button.svg") no-repeat right center;
    transition: all .3s;
}
.indexBox3 .text a:hover{
    padding-right: 20px;
}
.indexBox3 .text a:hover:before{
    opacity: 1;
    transition: all .3s;
}
.indexBox3 .itemBox{
    margin-top: 90px;
    overflow: hidden;
}
.indexBox3 .itemBox .item{
    width: 25%;
    float: left;
    padding: 0 50px;
    text-align: center;
}
.indexBox3 .itemBox .item span{
    display: block;
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.indexBox3 .itemBox .item span:before{
    position: absolute;
    content: '';
    width: 75px;
    height: 3px;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.indexBox3 .itemBox .item p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.indexBox4{
    padding: 70px 0 60px;
    background: #f2f2f9;
}
.indexBox4 .container_1600{
    padding: 0 100px;
}
.indexBox4 .text{
    text-align: center;
    padding: 0 80px;
}
.indexBox4 .text h2{
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 30px;
}
.indexBox4 .text p{
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 1.6;
}
.indexBox4 .text a{
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 300;
    padding: 10px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.indexBox4 .text a:hover{
    background: #4C92CD;
    color: #ffffff;
}

.indexBox5{
    overflow: hidden;
}
.indexBox5 .leftBox{
    width: 50%;
    float: left;
    /* background: #e6e6f3; */
    background: #ededf7;
}
.indexBox5 .leftBox .conBox{
    width: 700px;
    float: right;
    padding: 65px 0 50px;
}
.indexBox5 .leftBox .itemBox{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.indexBox5 .leftBox .itemBox .item{
    width: 33.3333%;
    padding: 0 15px;
    text-align: center;
}
.indexBox5 .leftBox .itemBox .item .img{
    line-height: 0;
    margin-bottom: 20px;
}
.indexBox5 .leftBox .itemBox .item .img img{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.indexBox5 .leftBox .itemBox .item:hover .img img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all .8s;
}
.indexBox5 .leftBox .itemBox .item .text h2{
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 5px;
    height: 40px;
}
.indexBox5 .leftBox .itemBox .item .text p{
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 300;
}
.indexBox5 .leftBox .conBox .a{
    text-align: center;
    margin-top: 40px;
}
.indexBox5 .leftBox .conBox .a a{
    position: relative;
    padding: 8px 35px;
    display: inline-block;
    border: 2px solid #4C92CD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.indexBox5 .leftBox .conBox .a a span{
    font-size: 16px;
    color: #404040;
    font-weight: 300;
}
.indexBox5 .leftBox .conBox .a a:hover{
    background: #4C92CD;
    padding-left: 25px;
    padding-right: 45px;
}
.indexBox5 .leftBox .conBox .a a:hover span{
    color: #ffffff;
}
.indexBox5 .leftBox .conBox .a a:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 11px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/arrow_button.svg") no-repeat center center;
    transition: all .3s;
}
.indexBox5 .leftBox .conBox .a a:hover:before{
    opacity: 1;
    right: 20px;
    transition: all .3s;
}
.indexBox5 .rightBox{
    background: #ededf7;
    width: 100%;
    /* float: left; */
}
.indexBox5 .rightBox .conBox{
    width: 1400px;
    padding: 65px 0 50px;
    margin: 0 auto;
}
.indexBox5 .rightBox .itemBox{
    overflow: hidden;
}
.indexBox5 .rightBox .itemBox .item{
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.indexBox5 .rightBox .itemBox .item .img{
    line-height: 0;
    margin-bottom: 20px;
}
.indexBox5 .rightBox .itemBox .item .img img{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.indexBox5 .rightBox .itemBox .item:hover .img img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all .8s;
}
.indexBox5 .rightBox .itemBox .item .text h2{
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 5px;
    height: 40px;
}
.indexBox5 .rightBox .itemBox .item .text p{
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 300;
}
.indexBox5 .rightBox .conBox .a{
    text-align: center;
    margin-top: 40px;
}
.indexBox5 .rightBox .conBox .a a{
    position: relative;
    padding: 8px 35px;
    display: inline-block;
    border: 2px solid #4C92CD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.indexBox5 .rightBox .conBox .a a span{
    font-size: 16px;
    color: #404040;
    font-weight: 300;
}
.indexBox5 .rightBox .conBox .a a:hover{
    background: #4C92CD;
    padding-left: 25px;
    padding-right: 45px;
}
.indexBox5 .rightBox .conBox .a a:hover span{
    color: #ffffff;
}
.indexBox5 .rightBox .conBox .a a:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 11px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/arrow_button.svg") no-repeat center center;
    transition: all .3s;
}
.indexBox5 .rightBox .conBox .a a:hover:before{
    opacity: 1;
    right: 20px;
    transition: all .3s;
}

.indexBox6{
    overflow: hidden;
    padding: 100px 0 60px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/indexBj1.png") no-repeat bottom center;
}
.indexBox6 .container_1600{
    padding: 0 100px;
}
.indexBox6 .title h2{
    font-size: 40px;
    color: #161616;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.indexBox6 .itemBox{
    margin-left: -30px;
    margin-right: -30px;
}
.indexBox6 .item{
    width: 33.333%;
    float: left;
    padding: 0 30px;
}
.indexBox6 .item .conBox{
    background: #ffffff;
    padding: 30px 40px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.indexBox6 .item .conBox {
    position: relative;
    will-change: transform;
    transition: box-shadow .3s ease;
    box-shadow: 0 0 10px 0 transparent;
}
.indexBox6 .item .conBox.hover-in {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}
.indexBox6 .item .conBox.hover-out {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}
.indexBox6 .item:hover .conBox{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.indexBox6 .item .conBox a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.indexBox6 .item .conBox .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}
.indexBox6 .item .conBox .text h3{
    font-size: 22px;
    color: #505050;
    line-height: 1.3;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.indexBox6 .item .conBox:hover .text h3{
    color:#4C92CD;
}
.indexBox6 .item .conBox .text p{
    font-size: 16px;
    color: #464646;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox6 .item .conBox .text span{
    font-size: 16px;
    color: #464646;
    font-weight: 300;
    display: inline-block;
    margin-top: 20px;
}
.indexBox6 .item .conBox:hover .text span{
    color: #4C92CD;
}

.indexBox7{
    padding: 60px 0 70px;
    background: #111111;
}
.indexBox7 .title h2{
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 35px;
}
.indexBox7 .container_1600{
    padding: 0 150px;
}
.indexBox7 .form{
    overflow: hidden;
}
.indexBox7 .form .info{
    width: 33.3333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.indexBox7 .form .info.indexMessage{
    width: 66.6666%;
}
.indexBox7 .form .info.indexSubmit{
    width: 100%;
    text-align: center;
}
.indexBox7 .form .info .label_control{
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 44px;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 300;
}
.indexBox7 .form .info .tips{
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 44px;
    color: #ff0000;
    font-weight: 300;
    font-size: 14px;
}
.indexBox7 .form .info input[type="text"]{
    width: 100%;
    height: 44px;
    background: #e5e5e5;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
}
.indexBox7 .form .info textarea{
    width: 100%;
    height: 44px;
    background: #e5e5e5;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
    resize: none;
}
.indexBox7 .form .info input[type="submit"]{
    width: 415px;
    height: 44px;
    margin: 20px auto 0;
    color: #000000;
    background: #e5e5e5;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .3s;
}
.indexBox7 .form .info input[type="submit"]:hover{
    background: #4C92CD;
    color: #ffffff;
    transition: all .3s;
}

.YTYProductsCrumbs{
    padding-top: 140px;
    background: #f2f2f9;
    position: relative;
}
.YTYProductsCrumbs:before{
    position: absolute;
    content: '';
    width: 495px;
    height: 116px;
    bottom: 0;
    right: 135px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/YTYProductsCrumbsBj.png") no-repeat center center;
}

.YTYProductsConBox{
    padding: 105px 0 80px;
    min-height: 855px;
}
.YTYProductsConBox .container_1600{
    padding: 0 100px;
}
.YTYProductsMenuBox{
    position: sticky;
    top: 0;
    width: 380px;
    float: left;
    padding-left: 20px;
    border-left: 1px solid #3e3e3e;
}
.YTYProductsMenuBox li{
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
}
.YTYProductsMenuBox li:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: -30px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    background: #4C92CD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.YTYProductsMenuBox li:nth-of-type(1){
    margin-top: 0;
}
.YTYProductsMenuBox .img{
    line-height: 0;
    float: left;
    width: 146px;
    opacity: .7;
    transition: all .3s;
}
.YTYProductsMenuBox li:hover .img,
.YTYProductsMenuBox li.on .img{
    opacity: 1;
    transition: all .3s;
}
.YTYProductsMenuBox li:hover:before,
.YTYProductsMenuBox li.on:before{
    opacity: 1;
    transition: all .3s;
}
.YTYProductsMenuBox .a{
    flex: 1;
}
.YTYProductsMenuBox .a a{
    display: inline-block;
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 700;
}
.YTYProductsMenuBox li:hover .a a,
.YTYProductsMenuBox li.on .a a{
    color: #161616;
}
.YTYProductsBox{
    margin-left: 380px;
    padding-left: 40px;
}
.YTYProductsBox .textBox h1{
    text-align: center;
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 35px;
}
.thermoformersBox .text p{
    font-size: 20px;
    color: #161616;
    font-weight: 300;
}
.thermoformersImgBox{
    padding-top: 60px;
    position: relative;
}
.thermoformersImgBox .img{
    line-height: 0;
}
.thermoformersImgBox .item{
    position: absolute;
    padding-bottom: 45px;
    opacity: 0;
    transition: all .3s;
}
.thermoformersImgBox .item:hover{
    opacity: 1;
    transition: all .3s;
}
.thermoformersImgBox .item .text{
    background: #4C92CD;
    width: 165px;
    padding: 20px 0;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: -1;
}
.thermoformersImgBox .item:hover .text{
    z-index: 1;
}
.thermoformersImgBox .item .text:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    margin-left: -4px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/productImgIco.png") no-repeat center center;
}
.thermoformersImgBox .item .text p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.thermoformersImgBox .item1{
    top: 95px;
    left: 790px;
}
.thermoformersImgBox .item2{
    top: 68px;
    left: 593px;
}
.thermoformersImgBox .item3{
    top: 72px;
    left: 460px;
}
.thermoformersImgBox .item4{
    top: 68px;
    left: 320px;
}
.thermoformersImgBox .item5{
    top: 12px;
    left: 192px;
}
.thermoformersImgBox .item6{
    top: 65px;
    left: 75px;
}
.thermoformersImgBox .item6 .text:before{
    right: 20px;
    left: auto;
}
.thermoformersImgBox .item7{
    top: 288px;
    left: 152px;
}
.YTYProductsBox .itemBox{
    padding-top: 60px;
}
.YTYProductsBox .itemBox .item{
    overflow: hidden;
    margin-bottom: 20px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);
    transition: all .3s;
}
.YTYProductsBox .itemBox .item:hover{
    background: #f2f2f9;
    transition: all .3s;
}
.YTYProductsBox .itemBox .item .img{
    width: 55%;
    float: left;
    padding: 50px;
}
.YTYProductsBox .itemBox .item .text{
    width: 45%;
    float: left;
    padding: 50px 40px 50px 0;
}
.YTYProductsBox .itemBox .item .text h3{
    padding-bottom: 20px;
    border-bottom: 1px solid #161616;
    margin-bottom: 15px;
}
.YTYProductsBox .itemBox .item .text h3 a{
    font-size: 22px;
    color: #161616;
    line-height: 1.3;
}
.YTYProductsBox .itemBox .item .text p{
    font-size: 16px;
    color: #161616;
    font-weight: 300;
}
.YTYProductsBox .itemBox .item .text>a{
    display: inline-block;
    margin-top: 30px;
    width: 150px;
    height: 40px;
    font-size: 18px;
    color: #161616;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    background: #f2f2f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.YTYProductsBox .itemBox .item:hover .text>a{
    background: #ffffff;
}
.YTYProductsBox .itemBox .item .text>a:hover{
    background: #4C92CD;
    color: #ffffff;
}

.YTYProductsDetailConBox1{
    padding: 50px 0;
}
.YTYProductsDetailConBox1 *{
    line-height: 1.8;
}
.YTYProductsDetailConBox1 img{
    margin: 15px 0;
}
.YTYProductsDetailConBox3 .productTabBox{
    margin-top: 60px;
    border-bottom: 1px solid #9a9995;
}
.YTYProductsDetailConBox3 .productTabBox .itemBox{
    overflow: hidden;
}
.YTYProductsDetailConBox3 .productTabBox .item{
    margin-right: 10px;
    float: left;
    width: 165px;
    text-align: center;
    border: 1px solid #ffffff;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    outline-color: #000;
}
.YTYProductsDetailConBox3 .productTabBox .item:hover,
.YTYProductsDetailConBox3 .productTabBox .item.on{
    border-color: #9a9995;
}
.YTYProductsDetailConBox3 .productTabBox .item a{
    padding: 15px 0;
    display: block;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 8px solid #ffffff;
    font-size: 16px;
    color: #161616;
    font-weight: 300;
}
.YTYProductsDetailConBox3 .productTabBox .item:hover a,
.YTYProductsDetailConBox3 .productTabBox .item.on a{
    border-top-color: #4C92CD;
    font-weight: 700;
}

.productSwitchBox{
    display: none;
    overflow: hidden;
    padding-top: 40px;
}
.productSwitchBox.on{
    display: block;
}

.companyBanner{
    line-height: 0;
    text-align: center;
}
.companyContentBox{
    padding: 60px 0;
    overflow: visible;
    display: grid;
    border-bottom: 1px solid #dcdcdc;
}
.companyContentBox .container_1600{
    padding: 0 100px;
}
.companyMenuBox{
    position: sticky;
    top: 15px;
    width: 335px;
    float: left;
    padding-left: 75px;
}
.companyMenuBox ul{
    border-right: 2px solid #4d4d4d;
    padding-right: 60px;
}
.companyMenuBox ul li:nth-of-type(1){
    margin-top: 0;
}
.companyMenuBox ul li{
    margin-top: 20px;
}
.companyMenuBox ul li a{
    display: block;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/companyMenuBj.png") no-repeat right center;
}
.companyMenuBox ul li.on a,
.companyMenuBox ul li a:hover{
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/companyMenuBj1.png") no-repeat right center;
}
.companyMenuBox ul li a span{
    display: inline-block;
    background: #ffffff;
    padding-right: 10px;
    font-size: 16px;
    color: #3c3c3c;
}
.companyMenuBox ul li.on a span{
    font-weight: 700;
}
.companyConBox{
    margin-left: 335px;
    padding-left: 75px;
}
.companyBox1{
    display: inline-block;
}
.companyBox1 .textBox{
    width: 415px;
    float: left;
}
.companyBox1 .textBox h1{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 80px;
}
.companyBox1 .textBox p{
    font-size: 16px;
    color: #161616;
    line-height: 1.8;
    font-weight: 300;
}
.companyBox1 .textBox .img{
    line-height: 0;
    margin-top: 60px;
}
.companyBox1 .imgBox{
    width: 495px;
    height: 600px;
    margin-left: 55px;
    float: right;
    position: relative;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/companyBj.jpg");
}
.companyBox1 .imgBox:before{
    position: absolute;
    content: '';
    width: 811px;
    height: 500px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/companyImg2.png") no-repeat center center;
    bottom: 0;
    left: 0;
}
.companyBox1 .imgBox img{
    display: none;
}

.companyBox2{
    overflow: hidden;
    padding: 70px 0;
}
.companyBox2 .text{
    padding-right: 50px;
}
.companyBox2 .text p{
    font-size: 16px;
    color: #161616;
    font-weight: 300;
    line-height: 1.6;
}

.companyBox3{
    overflow: hidden;
}
.companyBox3 .item{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.companyBox3 .item .img{
    line-height: 0;
}
.companyBox3 .item .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    background: #4C92CD;
    padding: 10px;
    text-align: center;
    transition: all .3s;
}
.companyBox3 .item:hover .text{
    bottom: 0;
    transition: all .3s;
}
.companyBox3 .item .text p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

.companyBox4{
    overflow: hidden;
    margin-top: 20px;
    padding-right: 53px;
}
.companyBox4 .text{
    background: #4C92CD;
    padding: 15px 0;
    text-align: center;
}
.companyBox4 .text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}
.companyBox4 .text a{
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 5px;
    border-bottom: 1px solid transparent;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/companyEmail.png") no-repeat left center;
}
.companyBox4 .text a:hover{
    border-bottom-color: #ffffff;
}

.historyBox{
    width: 880px;
    float: left;
}
.historyBox h1{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 30px;
}
.historyBox .itemBox{
    position: relative;
    overflow: hidden;
}
.historyBox .itemBox:before{
    position: absolute;
    content: '';
    width: 2px;
    background: #4C92CD;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.historyBox .itemBox .item{
    width: 100%;
    float: left;
    margin-top: -50px;
}
.historyBox .itemBox .item:nth-of-type(1){
    margin-top: 0;
}
.historyBox .itemBox .item .conBox{
    width: 44%;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: relative;
}
.historyBox .itemBox .item:nth-of-type(2n) .conBox{
    float: right;
}
.historyBox .itemBox .item .conBox:before{
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    top: 10px;
    right: -71px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/historyIco.png") no-repeat center center;
}
.historyBox .itemBox .item .conBox:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 34px;
    right: -12px;
    top: 10px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/historyIco2.png") no-repeat center center;
}
.historyBox .itemBox .item:nth-of-type(2n) .conBox:before{
    right: auto;
    left: -71px;
}
.historyBox .itemBox .item:nth-of-type(2n) .conBox:after{
    right: auto;
    left: -12px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.historyBox .itemBox .item:nth-of-type(2) .conBox:nth-of-type(2):before,
.historyBox .itemBox .item:nth-of-type(2) .conBox:nth-of-type(2):after{
    top: 30px;
}
.historyBox .itemBox .item:nth-of-type(2) .conBox:nth-of-type(3):before,
.historyBox .itemBox .item:nth-of-type(2) .conBox:nth-of-type(3):after{
    top: 80px;
}
.historyBox .itemBox .item:nth-of-type(2) .conBox:nth-of-type(6):before,
.historyBox .itemBox .item:nth-of-type(2) .conBox:nth-of-type(6):after{
    top: 80px;
}
.historyBox .itemBox .item .conBox .img{
    line-height: 0;
    margin-bottom: 15px;
}
.historyBox .itemBox .item .conBox .text span{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 5px;
}
.historyBox .itemBox .item .conBox .text p{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 15px;
}

.teamBox1{
    overflow: hidden;
    padding-right: 70px;
    margin-bottom: 30px;
}
.teamBox1 .text h1{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 10px;
}
.teamBox1 .text p{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 300;
    line-height: 1.8;
}

.teamBox2{
    display: inline-table;
    padding-right: 70px;
}
.teamBox2 .itemBox{
    margin-left: -23px;
    margin-right: -23px;
}
.teamBox2 .item{
    width: 33.3333%;
    padding: 0 23px;
    float: left;
    margin-bottom: 30px;
}
.teamBox2 .item .con{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.teamBox2 .item .con .img{
    line-height: 0;
}
.teamBox2 .item .con img{
    width: 100%;
}
.teamBox2 .item .con .text{
    background: #4C92CD;
    padding: 15px 10px;
    text-align: center;
}
.teamBox2 .item .con .text p{
    font-size: 16px;
    color: #ffffff;
}

.teamBox3{
    padding-right: 70px;
}
.teamBox3 .con{
    overflow: hidden;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/teamBj.jpg") no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.teamBox3 .con h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    padding: 120px 0 50px;
    text-align: center;
}
.teamBox3 .itemBox{
    overflow: hidden;
}
.teamBox3 .item{
    width: 33.33%;
    float: left;
    padding: 0 20px;
    text-align: center;
}
.teamBox3 .item h3{
    display: inline-block;
    width: 190px;
    height: 190px;
    margin: auto;
    line-height: 170px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: 10px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #4C92CD;
}
.teamBox3 .item p{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1.8;
}

.teamBox4{
    margin-top: 50px;
    padding-right: 70px;
    overflow: hidden;
}
.teamBox4 h2{
    font-size: 40px;
    color: #212121;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.teamBox4 .img{
    line-height: 0;
    text-align: center;
}

.cultureBox1{
    margin-bottom: 45px;
    overflow: hidden;
}
.cultureBox1 h1{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    padding-left: 60px;
    line-height: 46px;
    margin-bottom: 10px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/cultureIco1.png") no-repeat left center;
}
.cultureBox1 .t{
    border-left: 7px solid #4C92CD;
    padding-left: 15px;
}
.cultureBox1 .t p{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1.6;
    font-weight: 300;
}

.cultureBox2{
    margin-bottom: 45px;
    overflow: hidden;
}
.cultureBox2 h2{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    padding-left: 60px;
    line-height: 46px;
    margin-bottom: 10px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/cultureIco2.png") no-repeat left center;
}
.cultureBox2 .t{
    border-left: 7px solid #4C92CD;
    padding-left: 15px;
}
.cultureBox2 .t p{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1.6;
    font-weight: 300;
}

.cultureBox3{
    overflow: hidden;
}
.cultureBox3 h2{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    padding-left: 60px;
    line-height: 46px;
    margin-bottom: 10px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/cultureIco3.png") no-repeat left center;
}
.cultureBox3 .itemBox{
    overflow: hidden;
    height: 230px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/cultureBj.png") no-repeat left center;
}
.cultureBox3 .itemBox .item{
    width: 190px;
    height: 190px;
    text-align: center;
    line-height: 190px;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-left: 7px;
}
.cultureBox3 .itemBox .item:before{
    position: absolute;
    content: '';
    width: 135px;
    height: 135px;
    top: 28px;
    left: 28px;
    border: 5px solid #4C92CD;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cultureBox3 .itemBox .item:nth-of-type(2){
    margin-left: 44px;
}
.cultureBox3 .itemBox .item:nth-of-type(3){
    margin-left: 49px;
}
.cultureBox3 .itemBox .item:nth-of-type(4){
    margin-left: 43px;
}
.cultureBox3 .itemBox .item span{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 700;
}

.certificateBox1{
    overflow: hidden;
    margin-bottom: 25px;
}
.certificateBox1 h1{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 20px;
}
.certificateBox1 .img{
    line-height: 0;
    text-align: center;
}
.certificateBox2 .imgBox{
    margin-left: -15px;
    margin-right: -15px;
}
.certificateBox2 .img{
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
    line-height: 0;
}
.certificateBox2 .img img{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.13);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.13);
}

.exhibitionBox1 h1{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
}
.exhibitionBox2 .exhibitionTabBox{
    padding-right: 100px;
}
.exhibitionBox2 .exhibitionTabClick{
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 35px;
}
.exhibitionBox2 .exhibitionTabClick .item{
    width: 218px;
    height: 48px;
    float: left;
    margin-right: 20px;
    text-align: center;
    background: #f2f2f9;
    transition: all .3s;
}
.exhibitionBox2 .exhibitionTabClick .item:hover,
.exhibitionBox2 .exhibitionTabClick .item.on{
    background: #4C92CD;
    transition: all .3s;
}
.exhibitionBox2 .exhibitionTabClick .item p{
    line-height: 48px;
    font-size: 16px;
    color: #010101;
    transition: all .3s;
}
.exhibitionBox2 .exhibitionTabClick .item:hover p,
.exhibitionBox2 .exhibitionTabClick .item.on p{
    color: #ffffff;
    transition: all .3s;
}
.exhibitionBox2 .exhibitionTabSwitch .switch{
    height: 0;
    overflow: hidden;
}
.exhibitionBox2 .exhibitionTabSwitch .switch.on{
    height: auto;
}
.exhibitionBox2 .exhibitionTabSwitch .itemBox{
    overflow: hidden;
}
.exhibitionBox2 .exhibitionTabSwitch .item{
    overflow: hidden;
    padding: 10px;
    background: #f6f6fb;
    margin-bottom: 15px;
}
.exhibitionBox2 .exhibitionTabSwitch .item .img{
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
    border-right: 2px solid #dddde1;
}
.exhibitionBox2 .exhibitionTabSwitch .item .text{
    width: 50%;
    float: left;
    padding-left: 30px;
}
.exhibitionBox2 .exhibitionTabSwitch .item .text h3{
    font-size: 18px;
    color: #343434;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 20px;
}
.exhibitionBox2 .exhibitionTabSwitch .item .text p{
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
}
.exhibitionBox2 .exhibitionTabSwitch .item .text p span{
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}


.industriesFoodBanner{
    position: relative;
}
.industriesFoodBanner .img{
    padding-top: 18.25%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.industriesFoodBanner .text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -52px;
}
.industriesFoodBanner .text h1{
    text-align: center;
    font-size: 104px;
    color: #4C92CD;
}
.industriesFoodCrumbs{
    background: none;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.industriesFoodBox1 .conBox{
    padding: 80px 100px 60px;
}
.industriesFoodBox1 .conBox .text p{
    font-size: 20px;
    color: #161616;
    font-weight: 300;
}
.industriesFoodBox2{
    border-bottom: 1px solid #e2e2e2;
}
.industriesFoodBox2 .conBox{
    padding: 60px 100px;
    overflow: hidden;
}
.industriesFoodBox2 .screeningConditions{
    float: left;
}
.industriesFoodBox2 .screeningConditions .conditionBox{
    float: left;
    padding-right: 20px;
}
.industriesFoodBox2 .screeningConditions .conditionBox span{
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #161616;
    font-weight: 300;
    width: 80px;
    line-height: 44px;
}
.industriesFoodBox2 .screeningConditions .conditionBox:nth-of-type(2) span{
    width: 105px;
}
.industriesFoodBox2 .screeningConditions .conditionBox .t{
    margin-left: 90px;
    position: relative;
    width: 230px;
}
.industriesFoodBox2 .screeningConditions .conditionBox:nth-of-type(2) .t{
    margin-left: 113px;
}
.industriesFoodBox2 .screeningConditions .conditionBox .t h3{
    border: 1px solid #cccccc;
    height: 44px;
    line-height: 42px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}
.industriesFoodBox2 .screeningConditions .conditionBox .t h3:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/conditionIco.png") no-repeat center center;
}
.industriesFoodBox2 .screeningConditions .conditionBox .condition{
    position: absolute;
    height: 0;
    min-height: 0;
    left: 0;
    right: 0;
    top: 44px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-top: 0;
    margin-top: -1px;
    background: #ffffff;
    z-index: 10;
    transition: all .3s;
}
.industriesFoodBox2 .screeningConditions .conditionBox .condition.on{
    margin-top: 0;
    height: 175px;
    min-height: 175px;
    overflow-y: auto;
    transition: all .3s;
}
.industriesFoodBox2 .screeningConditions .conditionBox .condition li{
    line-height: 34px;
    border-top: 1px dashed #cccccc;
}
.industriesFoodBox2 .screeningConditions .conditionBox .condition li:nth-of-type(1){
    border-top: 0;
}
.industriesFoodBox2 .screeningConditions .conditionBox .condition li a{
    color: #545454;
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.industriesFoodBox2 .screeningConditions .conditionBox .condition li a:hover{
    background: #4C92CD;
    color: #ffffff;
}
.industriesFoodBox2 .screeningConditions .conditionBtn{
    float: left;
    margin-left: 10px;
}
.industriesFoodBox2 .screeningConditions .conditionBtn button{
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 42px;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background: #4C92CD;
    cursor: none;
}
.industriesFoodBox2 .industriesFoodDownload{
    width: 50%;
    float: left;
    text-align: right;
}
.industriesFoodBox2 .industriesFoodDownload a{
    width: 260px;
    height: 42px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #4C92CD;
    position: relative;
}
.industriesFoodBox2 .industriesFoodDownload a:before{
    position: absolute;
    content: '';
    width: 84px;
    height: 111px;
    left: -84px;
    top: -69px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/industriesFoodDownloadIco.png") no-repeat center center;
}
.industriesFoodListBox{
    overflow: hidden;
    width: 100%;
    padding-top: 80px;
}
.industriesFoodListBox .listBox{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 40px;
}
.industriesFoodListBox .listBox .img{
    position: relative;
    line-height: 0;
    text-align: center;
    margin-bottom: 15px;
}
.industriesFoodListBox .listBox .img a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.industriesFoodListBox .listBox .img p{
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    background: rgba(255,255,255,.85);
    transition: all .6s;
}
.industriesFoodListBox .listBox .con:hover .img p{
    opacity: 1;
    transition: all .6s;
}
.industriesFoodListBox .listBox .text{
    text-align: center;
    padding: 0 50px;
}
.industriesFoodListBox .listBox .text a{
    display: block;
    font-size: 20px;
    color: #161616;
    font-weight: 300;
    padding: 0 20px;
    line-height: 42px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.industriesFoodListBox .listBox .text a:hover{
    color: #ffffff;
    background: #4C92CD;
}


.cases_box1 .container_1600,
.case_details .container_1600{
    padding: 0 100px;
}
.cases_box1 .line{
    padding-top: 70px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.cases_box1 .line:nth-last-child(1){
    border: 0;
}
.cases_box1 .line .text_info{
    float: left;
    width: 866px;
}
.cases_box1 .line .img{
    float: right;
}
.cases_box1 .line h1,
.cases_box1 .line h2{
    font-size: 40px;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 28px;
}
.cases_box1 .line p{
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 1.7;
}
.cases_box1 .line .text_info a{
    position: relative;
    padding: 8px 35px;
    display: inline-block;
    border: 2px solid #4C92CD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 45px;
}
.cases_box1 .line .text_info a span{
    font-size: 16px;
    color: #404040;
    font-weight: 300;
}
.cases_box1 .line .text_info a::before{
    position: absolute;
    content: '';
    width: 17px;
    height: 11px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/arrow_button.svg") no-repeat center center;
    transition: all .3s;
}
.cases_box1 .line .text_info a:hover::before{
    opacity: 1;
    right: 20px;
    transition: all .3s;
}
.cases_box1 .line .text_info a:hover{
    background: #4C92CD;
    padding-left: 25px;
    padding-right: 45px;
}
.cases_box1 .line .text_info a:hover span{
    color: #fff;
}
.cases_box1{
    position: relative;
}
.cases_box1 a.turn{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}
.case_details{
    padding-top: 60px;
    padding-bottom: 40px;
}
.case_details h1{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: bold;
    margin-bottom: 30px;
}
.case_details p{
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 1.7;
}
.case_details .items_img{
    overflow: hidden;
    margin-top: 50px;
}
.case_details .items_img .item{
    float: left;
    width: 23.5%;
    line-height: 0;
    margin-right: 2%;
    margin-bottom: 22px;
}
.case_details .items_img .item:nth-of-type(4n+4){
    margin-right: 0;
}



.insightBox{
    padding: 50px 0;
}
.insightBox .conBox .waterfall{
    border-right: 1px solid #dfdfdf;
    float: left;
    width: 900px;
}
.waterfall_box{
    width: 900px;
    min-height: 1px;
}
.waterfall_box .item{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.waterfall_box .item .con{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.waterfall_box .item .img,
.waterfall_box .item .img a{
    line-height: 0;
    overflow: hidden;
}
.waterfall_box .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;
}
.waterfall_box .item .img:hover 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;
}
.waterfall_box .item .text{
    padding-top: 15px;
}
.waterfall_box .item .text h3 a{
    display: inline-block;
    font-size: 18px;
    color: #020202;
}
.waterfall_box .item .t{
    padding-top: 10px;
}
.waterfall_box .item .t p{
    font-size: 14px;
    color: #545454;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.waterfall_box .item .text > a{
    display: inline-block;
    font-size: 14px;
    color: #020202;
    font-weight: bold;
    margin-top: 10px;
}
.insightBox .conBox .insightFormBox{
    width: 300px;
    float: left;
    padding-left: 20px;
}
.insightFormBox .text{
    margin-bottom: 30px;
}
.insightFormBox .text h2{
    padding-left: 60px;
    line-height: 50px;
    font-size: 26px;
    color:#4C92CD;
    font-weight: 700;
    text-transform: uppercase;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/insightIco.png") no-repeat left center;
}
.insightFormBox .text p{
    color: #888;
    font-size: 13px;
    line-height: 22px;
}
.insightFormBox .text a{
    display: inline-block;
    font-size: 20px;
    color: #333333;
}
.insightFormBox .formBox h2{
    font-size: 18px;
    color: #303030;
    margin-bottom: 20px;
}
.insightFormBox .formBox .info{
    margin-bottom: 20px;
}
.insightFormBox .formBox .info span{
    font-size: 14px;
    color: #444;
    font-weight: 700;
}
.insightFormBox .formBox .info span em{
    display: inline-block;
    color: #ff0000;
    line-height: 0;
    font-weight: 700;
}
.insightFormBox .formBox .controls{
    position: relative;
    padding-top: 5px;
}
.insightFormBox .formBox .tips{
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    font-size: 13px;
    color:#ff0000;
}
.insightFormBox .formBox input[type="text"],
.insightFormBox .formBox textarea{
    width: 100%;
    height: 32px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
}
.insightFormBox .formBox textarea{
    height: 100px;
    padding: 10px;
    resize: none;
}
.insightFormBox .formBox input[type="submit"]{
    padding: 8px 18px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
}
.insightFormBox .formBox input[type="submit"]:hover{
    background: #dddddd;
}

.insightDetail{
    padding-right: 20px;
}

.contactBox1{
    padding-top: 90px;
}
.contactBox1 .contactInfo{
    width: 50%;
    float: left;
    padding-right: 180px;
}
.contactBox1 .contactInfo .item{
    overflow: hidden;
    margin-bottom: 40px;
}
.contactBox1 .contactInfo .item .img{
    width: 34px;
    float: left;
}
.contactBox1 .contactInfo .item .text{
    padding-left: 25px;
    margin-left: 34px;
}
.contactBox1 .contactInfo .item .text h1,
.contactBox1 .contactInfo .item .text h3{
    font-size: 24px;
    color: #0a0a0a;
    padding-bottom: 10px;
}
.contactBox1 .contactInfo .item .text p,
.contactBox1 .contactInfo .item .text a{
    font-size: 16px;
    color: #555555;
}
.contactBox1 .contactForm{
    width: 50%;
    float: left;
    padding-left: 20px;
}
.contactBox1 .contactForm h3{
    font-size: 24px;
    color: #0a0a0a;
    padding-left: 50px;
    line-height: 32px;
    margin-bottom: 35px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/contactIco4.png") no-repeat left center;
}
.contactBox1 .contactForm .info{
    position: relative;
    margin-bottom: 20px;
}
.contactBox1 .contactForm .info .label_control{
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    color: #b9b9b9;
    line-height: 40px;
}
.contactBox1 .contactForm .info .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    color: #ff0000;
    font-size: 14px;
}
.contactBox1 .contactForm .info input[type="text"]{
    width: 100%;
    border: 0;
    height: 40px;
    color: #1c1c1c;
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.contactBox1 .contactForm .info input[type="submit"]{
    width: 130px;
    height: 35px;
    border: 1px solid #626262;
    background: none;
    cursor: pointer;
    font-size: 14px;
    color: #949494;
    margin-top: 30px;
    transition: all .3s;
}
.contactBox1 .contactForm .info input[type="submit"]:hover{
    background: #626262;
    color: #ffffff;
    transition: all .3s;
}

#googleMapPanel{
    width: 100%;
    height: 450px;
    margin-top: 50px;
}



.serviceBox1{
    padding-top: 100px;
    margin-bottom: 60px;
    border-bottom: 1px solid #9a9995;
}
.serviceBox1 .itemBox{
    text-align: center;
}
.serviceBox1 .item{
    display: inline-block;
    vertical-align: bottom;
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #161616;
    font-weight: 300;
    margin: 0 2px;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 0;
    transition: all .3s;
}
.serviceBox1 .item.on,
.serviceBox1 .item:hover{
    font-weight: 700;
    border-color: #9a9995;
    transition: all .3s;
}
.serviceBox1 .item:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 9px;
    top: 0;
    background: transparent;
    transition: all .3s;
}
.serviceBox1 .item.on:before,
.serviceBox1 .item:hover:before{
    background: #4C92CD;
    transition: all .3s;
}

.ServiceSwitch{
    height: 0;
    overflow: hidden;
}
.ServiceSwitch.on{
    height: auto;
}

.serviceBox2 .conBox{
    padding: 0 130px;
}
.serviceBox2 .title{
    text-align: center;
    width: 1200px;
    margin: auto;
    padding-bottom: 40px;
}
.serviceBox2 .title h2{
    font-size: 36px;
    color: #161616;
    font-weight: 300;
    padding-bottom: 25px;
}
.serviceBox2 .title p{
    font-size: 20px;
    color: #161616;
    font-weight: 300;
}
.serviceBox2 .imgBox{
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}
.serviceBox2 .tp{
    width: 50%;
    padding: 0 10px;
    float: left;
}
.serviceBox2 .tp .img{
    line-height: 0;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
}
.serviceBox2 .tp .img img{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.serviceBox2 .itemBox{
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
}
.serviceBox2 .item{
    width: 59%;
    float: left;
    padding: 0 20px;
    margin-bottom: 30px;
}
.serviceBox2 .item:nth-of-type(2n){
    width: 41%;
}
.serviceBox2 .item .img{
    line-height: 0;
    padding-bottom: 15px;
    border-bottom: 6px solid #090909;
}
.serviceBox2 .item .img img{
    width: 100%;
}
.serviceBox2 .item .text{
    padding-top: 100px;
    padding-right: 50px;
}
.serviceBox2 .item .text h2{
    font-size: 36px;
    color: #161616;
    font-weight: 300;
    padding-bottom: 70px;
}
.serviceBox2 .item .text p{
    font-size: 20px;
    color: #161616;
    font-weight: 300;
}

.serviceBox3 .conBox{
    padding: 0 100px;
}
.serviceBox3 .text h2{
    font-size: 36px;
    color: #161616;
    font-weight: 300;
    padding-bottom: 35px;
}
.serviceBox3 .text p{
    font-size: 20px;
    color: #161616;
    font-weight: 300;
    padding-left: 15px;
    margin-bottom: 3px;
    position: relative;
}
.serviceBox3 .text p:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    background: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.serviceBox3 .itemBox{
    padding: 32px 0;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.serviceBox3 .itemBox .item{
    width: 135px;
    height: 135px;
    background: #4C92CD;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.serviceBox3 .itemBox .item:before{
    position: absolute;
    content: '';
    width: 63px;
    height: 32px;
    top: -32px;
    right: -15px;
    background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/serviceIco.png") no-repeat center center;
}
.serviceBox3 .itemBox .item:nth-of-type(2n):before{
    top: auto;
    bottom: -32px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.serviceBox3 .itemBox .item:last-child:before{
    display: none;
}
.serviceBox3 .itemBox .t{
    width: 115px;
    height: 115px;
    position: relative;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.serviceBox3 .itemBox .t span{
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.serviceBox3 .itemBox .item:nth-of-type(6) .t span{
    font-size: 14px;
}

.serviceBox4 .conBox{
    padding: 0 100px;
}
.serviceBox4 .text h2{
    font-size: 36px;
    color: #161616;
    font-weight: 300;
    padding-bottom: 35px;
}
.serviceBox4 .text p{
    font-size: 20px;
    color: #161616;
    font-weight: 300;
    margin-bottom: 3px;
}
.serviceBox4 .text p strong{
    font-size: 20px;
    color: #161616;
}
.serviceBox4 .imgBox{
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.serviceBox4 .img{
    width: 50%;
    float: left;
    padding: 0 10px;
    line-height: 0;
}
.serviceBox4 .img img{
    width: 100%;
    border-bottom: 6px solid #000000;
    padding-bottom: 15px;
}

.serviceBox5 .conBox{
    padding: 0 100px;
    margin-bottom: 65px;
}
.serviceBox5 h2{
    padding: 75px 0 60px;
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: 300;
}
.serviceBox5 .infoBox{
    width: 50%;
    padding-right: 10px;
    float: left;
}
.serviceBox5 .infoBox:nth-of-type(2){
    padding-right: 0;
}
.serviceBox5 .infoBox .info{
    position: relative;
    margin-bottom: 10px;
}
.serviceBox5 .infoBox .label_control{
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 45px;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 300;
}
.serviceBox5 .infoBox .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 46px;
    color: #ff0000;
}
.serviceBox5 .infoBox input[type="text"]{
    width: 100%;
    height: 46px;
    background: #f6f5f5;
    border: 0;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 300;
    padding: 0 20px;
}
.serviceBox5 .infoBox textarea{
    padding: 10px 20px;
    width: 100%;
    height: 100px;
    background: #f6f5f5;
    border: 0;
    resize: none;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 300;
}
.serviceBox5 .serviceBtn{
    text-align: center;
    width: 100%;
}
.serviceBox5 .serviceBtn input{
    margin-top: 20px;
    width: 300px;
    height: 45px;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    background: #4C92CD;
    border: 0;
}

.technicalBox{
    padding-top: 50px;
}
.technicalBox ul{
    list-style-type: none !important;
    margin-top: 10px;
}
.technicalBox ul li{
    padding-left: 15px;
    position: relative;
}
.technicalBox ul li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #303030;
    left: 0;
    top: 8px;
}
.technicalBox ul li p{
    font-size: 16px;
    color: #464646;
    font-weight: 300;
    line-height: 1.5;
}


.productListConBox .title {
    padding: 45px 0
}

.productListConBox .title h1 {
    font-size: 40px;
    color: #111;
    font-weight: 900;
    padding-bottom: 20px
}

.productListConBox .title p {
    font-size: 16px;
    color: #666;
    line-height: 1.5
}

.productListConBox .itemBox {
    padding-bottom: 90px
}

.productListConBox .item {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #eee
}

.productListConBox .item:nth-of-type(2n) {
    flex-direction: row-reverse
}

.productListConBox .item>a {
    position: absolute;
    width: 103px;
    height: 103px;
    left: 50%;
    margin-left: -51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    border: 4px solid #fff;
    background: #00a0e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2
}

.productListConBox .item>a:hover {
    background: #fff;
    border-color: #00a0e9;
    color: #00a0e9
}

.productListConBox .item .img {
    width: 53.5%;
    position: relative
}

.productListConBox .item .img:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-top: 324px solid #fff;
    border-left: 85px solid transparent
}

.productListConBox .item:nth-of-type(2n) .img:before {
    right: auto;
    left: 0;
    border-right: 85px solid transparent;
    border-left: 0
}

.productListConBox .item .img a {
    display: block;
    width: 100%;
    padding-top: 324px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: all .3s
}

.productListConBox .item:hover .img a {
    -webkit-background-size: 110%;
    background-size: 110%;
    transition: all .3s
}

.productListConBox .item .text {
    width: 46.5%;
    padding: 20px 50px
}

.productListConBox .item .text h3 a {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #00a0e9;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.productListConBox .item .text p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}


@media (max-width: 1620px){
    .indexBox1 .container_1600,
    .indexBox2 .container_1600,
    .indexBox3 .container_1600,
    .indexBox4 .container_1600,
    .indexBox6 .container_1600,
    .YTYProductsConBox .container_1600,
    .companyContentBox .container_1600,
    .cases_box1 .container_1600,
    .case_details .container_1600{
        padding-left: 10px;
        padding-right: 10px;
    }
    .industriesFoodBox1 .conBox,
    .industriesFoodBox2 .conBox{
        padding-left: 0;
        padding-right: 0;
    }
    .indexBox7 .container_1600{
        padding: 0 50px;
    }

    .header .headerBot .navConBox{
        padding-right: 380px;
    }
    .banner_slick .conBox .text{
        width: 480px;
    }
    .banner_slick .conBox .text h2{
        font-size: 36px;
    }
    .banner_slick .conBox .text p{
        font-size: 20px;
    }

    .industriesFoodBanner .text h1{
        font-size: 80px;
    }

    .serviceBox2 .conBox,
    .serviceBox5 .conBox,
    .serviceBox3 .conBox,
    .serviceBox4 .conBox{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1450px){
    .footer_box .fast_navigation .itemBox .item{
        max-width: 380px;
        margin: 0 15px;
    }
    .header .headerBot .navConBox{
        padding-right: 250px;
    }
    .indexBox1 .title .tabClick .item{
        padding: 0 5px;
    }
    .indexBox3 .text p{
        padding: 0;
    }
    .indexBox4 .text{
        padding: 0;
    }
    .indexBox5 .leftBox .conBox,
    .indexBox5 .rightBox .conBox{
        width: 1000px;
    }
    .indexBox5 .rightBox .itemBox .item .text h2{
        font-size: 18px;
    }
    .indexBox6 .itemBox{
        margin-left: -15px;
        margin-right: -15px;
    }
    .indexBox6 .item{
        padding: 0 15px;
    }
    .indexBox6 .item .conBox .text h3 a{
        font-size: 20px;
    }
    .YTYProductsConBox{
        min-height: 760px;
    }
    .YTYProductsMenuBox{
        width: 320px;
    }
    .YTYProductsMenuBox .img{
        width: 120px;
    }
    .YTYProductsMenuBox .a a{
        font-size: 16px;
        height: 74px;
        padding-top: 20px;
    }
    .YTYProductsBox{
        margin-left: 320px;
    }
    .thermoformersBox .text p{
        font-size: 18px;
    }
    .YTYProductsBox .itemBox .item .text h3 a{
        font-size: 20px;
    }


    .thermoformersImgBox .item1{
        top: 83px;
        left: 704px;
    }
    .thermoformersImgBox .item2{
        top: 60px;
        left: 528px;
    }
    .thermoformersImgBox .item3{
        top: 63px;
        left: 409px;
    }
    .thermoformersImgBox .item4{
        top: 59px;
        left: 281px;
    }
    .thermoformersImgBox .item5{
        top: 9px;
        left: 166px;
    }
    .thermoformersImgBox .item6{
        top: 58px;
        left: 55px;
    }
    .thermoformersImgBox .item7{
        top: 257px;
        left: 130px;
    }
    .YTYProductsBox .itemBox .item .img{
        width: 50%;
        padding: 50px 30px;
    }
    .YTYProductsBox .itemBox .item .text{
        width: 50%;
    }

    .companyMenuBox{
        width: 260px;
        padding-left: 20px;
    }
    .companyMenuBox ul{
        padding-right: 40px;
    }
    .companyConBox{
        margin-left: 260px;
        padding-left: 40px;
    }
    .companyBox1 .imgBox{
        width: 100%;
        float: none;
        margin-left: 450px;
    }
    .companyBox2{
        padding: 50px 0;
    }
    .companyBox2 .text{
        padding-right: 0;
    }
    .companyBox3 .itemBox{
        overflow: hidden;
        margin-right: -10px;
    }
    .companyBox3 .item:nth-of-type(1),
    .companyBox3 .item:nth-of-type(6){
        width: 32.5%;
        margin-right: 0;
        padding-right: 10px;
    }
    .companyBox3 .item:nth-of-type(2),
    .companyBox3 .item:nth-of-type(5){
        width: 23.5%;
        margin-right: 0;
        padding-right: 10px;
    }
    .companyBox3 .item:nth-of-type(3),
    .companyBox3 .item:nth-of-type(4){
        width: 43.5%;
        margin-right: 0;
        padding-right: 10px;
    }
    .companyBox3 .item .text{
        right: 10px;
    }
    .companyBox4{
        padding-right: 0;
    }
    .teamBox1,
    .teamBox2,
    .teamBox3,
    .teamBox4{
        padding-right: 0;
    }
    .cultureBox3 .itemBox .item:nth-of-type(4){
        margin-left: 40px;
    }
    .exhibitionBox2 .exhibitionTabBox{
        padding-right: 0;
    }
    .cases_box1 .line .text_info{
        width: 700px;
    }

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



    .cultureBox3 .itemBox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: none;
    }
    .cultureBox3 .itemBox .item{
        margin: 10px 0 0 !important;
    }
}
@media (max-width: 1220px){
    .header .headerTop .headerMenu ul li{
        margin-right: 25px;
    }
    .header .headerBot .navConBox{
        padding-right: 50px;
    }
    .banner_slick .conBox .text{
        height: 300px;
        padding-top: 50px;
    }
    .banner_slick .conBox .text h2{
        font-size: 30px;
    }
    .indexBox1{
        padding: 60px 0;
    }
    .indexBox1 .title{
        margin-bottom: 40px;
    }
    .indexBox1 .title h2{
        width: 100%;
        float: left;
    }
    .indexBox1 .title .tabClick{
        width: 100%;
        margin-left: 0;
        float: left;
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .indexBox1 .title{
        margin-bottom: 30px;
    }

    .indexBox2{
        padding: 50px 0;
    }
    .indexBox2 .indexSolutionTabClick{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox2 .indexSolutionTabClick .item{
        padding: 0 5px;
    }
    .indexBox2 .indexSolutionTabSwitch .conBox .img{
        width: 100%;
        text-align: center;
    }
    .indexBox2 .indexSolutionTabSwitch .conBox .text{
        width: 100%;
        padding-top: 0;
    }
    .indexBox2 .indexSolutionTabSwitch .conBox .text h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .indexBox2 .indexSolutionTabSwitch .conBox .text a{
        margin-top: 20px;
    }

    .indexBox3{
        padding: 60px 0;
    }
    .indexBox3 .itemBox{
        margin-top: 40px;
    }
    .indexBox3 .itemBox .item{
        padding: 0 20px;
    }

    .indexBox4{
        padding: 60px 0;
    }

    .indexBox5 .leftBox .conBox, .indexBox5 .rightBox .conBox{
        width: 800px;
    }
    .indexBox5 .leftBox .itemBox .item .text p,
    .indexBox5 .rightBox .itemBox .item .text p,
    .indexBox5 .leftBox .conBox .a a span,
    .indexBox5 .rightBox .conBox .a a span{
        font-size: 14px;
    }

    .indexBox6{
        padding: 60px 0;
    }
    .indexBox6 .title h2{
        margin-bottom: 30px;
    }
    .indexBox6 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox6 .item{
        padding: 0 5px;
    }
    .indexBox6 .item .conBox{
        padding: 30px 20px;
    }
    .indexBox6 .item .conBox .text h3{
        font-size: 18px;
    }

    .indexBox7{
        padding: 60px 0 40px;
    }
    .indexBox7 .container_1600{
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer_box .fast_navigation{
        padding: 50px 0;
    }
    .footer_box .fast_navigation .itemBox .item{
        max-width: 290px;
    }
    .footer_box .fast_navigation h3{
        padding-bottom: 20px;
        font-size: 20px;
    }
    .footer_shape a{
        width: 30px;
        height: 30px;
        margin-right: 5px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .footer_box .fast_navigation li, .footer_box .fast_navigation li a{
        font-size: 14px;
    }
    .cases_box1 .line .img{
        width: 300px;
    }
    .cases_box1 .line .text_info{
        width: 600px;
    }

    .YTYProductsConBox{
        min-height: 650px;
    }
    .YTYProductsMenuBox{
        width: 265px;
    }
    .YTYProductsMenuBox .img{
        width: 65px;
    }
    .YTYProductsMenuBox li:before{
        top: 36%;
    }
    .YTYProductsMenuBox .a{
        padding-left: 10px;
    }
    .YTYProductsMenuBox .a a{
        padding-top: 10px;
        height: 56px;
    }
    .YTYProductsBox{
        margin-left: 265px;
        padding-left: 20px;
    }
    .YTYProductsBox .itemBox .item{
        padding: 30px 20px;
    }
    .YTYProductsBox .itemBox .item .img{
        width: 40%;
        padding: 0;
        text-align: left;
    }
    .YTYProductsBox .itemBox .item .text{
        width: 60%;
        padding: 0;
    }
    .YTYProductsBox .itemBox .item .text h3 a{
        font-size: 18px;
    }
    .YTYProductsBox .itemBox .item .text>a{
        margin-top: 10px;
    }
    .thermoformersImgBox .item1{
        top: 65px;
        left: 560px;
    }
    .thermoformersImgBox .item2{
        top: 46px;
        left: 416px;
    }
    .thermoformersImgBox .item3{
        top: 50px;
        left: 320px;
    }
    .thermoformersImgBox .item4{
        top: 48px;
        left: 215px;
    }
    .thermoformersImgBox .item5{
        top: 5px;
        left: 120px;
    }
    .thermoformersImgBox .item6{
        top: 46px;
        left: 18px;
    }
    .thermoformersImgBox .item7{
        top: 210px;
        left: 90px;
    }

    .companyMenuBox{
        padding-left: 0;
        width: 200px;
    }
    .companyMenuBox ul{
        padding-right: 10px;
    }
    .companyConBox{
        margin-left: 200px;
        padding-left: 20px;
    }
    .companyBox1 .textBox{
        width: 100%;
    }
    .companyBox1 .textBox h1{
        margin-bottom: 30px;
    }
    .companyBox1 .textBox .img{
        margin-top: 20px;
    }
    .companyBox1 .imgBox{
        display: none;
    }

    .historyBox{
        width: 100%;
    }

    .historyBox .itemBox .item .conBox:before{
        right: -62px;
    }
    .historyBox .itemBox .item:nth-of-type(2n) .conBox:before{
        left: -62px;
    }

    .cultureBox3 .itemBox .item{
        width: 25%;
        line-height: 150px;
    }
    .cultureBox3 .itemBox .item:before{
        width: 130px;
        height: 130px;
    }
    .cultureBox3 .itemBox .item span{
        display: inline-block;
        margin-top: 16px;
    }

    .insightBox .conBox .waterfall,
    .waterfall_box{
        width: 690px;
    }
    .insightBox .conBox .insightFormBox{
        margin-left: 690px;
        float: none;
    }

    .contactBox1 .contactInfo{
        padding-right: 50px;
    }
    #googleMapPanel{
        height: 320px;
    }

    /*font size*/
    .indexBox1 .title h2,
    .indexBox1 .title h1,
    .indexBox2 .title h1,
    .indexBox3 .itemBox .item span,
    .indexBox3 .text h2,
    .indexBox6 .title h2,
    .indexBox7 .title h2,
    .YTYProductsBox .textBox h1,
    .cases_box1 .line h1,
    .cases_box1 .line h2,
    .case_details h1,
    .companyBox1 .textBox h1,
    .historyBox h1,
    .teamBox1 .text h1,
    .teamBox3 .con h2,
    .teamBox4 h2,
    .cultureBox1 h1,
    .cultureBox2 h2,
    .cultureBox3 h2,
    .certificateBox1 h1,
    .serviceBox1 .text h1,
    .exhibitionBox1 h1{
        font-size: 36px;
    }
    .indexBox1 .title .tabClick .item span,
    .indexBox1 .tabSwitch .item .text a,
    .indexBox2 .indexSolutionTabSwitch .conBox .text a,
    .indexBox5 .rightBox .itemBox .item .text h2,
    .YTYProductsBox .itemBox .item .text>a,
    .thermoformersBox .text p,
    .industriesFoodBox1 .conBox .text p,
    .industriesFoodBox2 .screeningConditions .conditionBox span,
    .industriesFoodListBox .listBox .text a{
        font-size: 16px;
    }

    .serviceBox2 .title{
        width: 100%;
    }
    .serviceBox3 .itemBox{
        flex-wrap: wrap;
        display: block;
        overflow: hidden;
        padding: 0;
    }
    .serviceBox3 .itemBox .item{
        float: left;
        margin-right: 10px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}
@media (max-width: 992px){
    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: 70%;
        margin-top: 9px;
    }

    .headerLang{
        position: absolute;
        top: 0;
        right: 0;
        line-height: 60px;
        padding-right: 10px;
    }

    /*移动端菜单按钮*/
    .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: #10497e;
        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;
    }

    .m_header .m_nav_list a span{
        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://xaloy.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;
    }

    .banner_slick .conBox .textBox{
        top: 50% !important;
        margin-top: -35px !important;
        text-align: center;
    }
    .banner_slick .conBox .text{
        height: auto;
        width: 100%;
        padding: 20px;
        background: rgba(255,255,255,.7);
    }
    .banner_slick .conBox .text h2{
        font-size: 26px;
        margin: 0;
    }
    .banner_slick .conBox .text p,
    .banner_slick .conBox .text .a{
        display: none;
    }

    .indexBox1 .tabSwitch{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox1 .tabSwitch .item{
        padding: 0 5px;
    }

    .indexBox2 .indexSolutionTabClick{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .indexBox2 .indexSolutionTabClick .item{
        width: 29%;
        margin-bottom: 15px;
    }
    .indexBox2 .indexSolutionTabSwitch .conBox .img{
        text-align: left;
    }
    .indexBox2 .indexSolutionTabSwitch .conBox .img img{
        height: 165px;
    }
    .indexBox2 .indexSolutionTabSwitch .conBox .text{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .indexBox5 .leftBox,
    .indexBox5 .rightBox{
        width: 100%;
    }
    .indexBox5 .leftBox .conBox,
    .indexBox5 .rightBox .conBox{
        width: 767px;
        margin: auto;
        float: none;
        padding: 40px 0;
    }
    .indexBox5 .leftBox .conBox .a,
    .indexBox5 .rightBox .conBox .a{
        margin-top: 20px;
    }

    .indexBox6 .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .indexBox6 .item .conBox .img{
        width: 240px;
        float: left;
    }
    .indexBox6 .item .conBox .text{
        margin-left: 240px;
        padding-left: 20px;
    }

    .indexBox7 .form{
        width: 480px;
        margin: auto;
    }
    .indexBox7 .form .info{
        width: 100% !important;
    }
    .indexBox7 .form .info textarea{
        height: 140px;
    }
    .indexBox7 .form .info input[type="submit"]{
        width: 240px;
    }

    .footer_box .fast_navigation .itemBox .item{
        display: none;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(4),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(5){
        display: block;
    }

    .YTYProductsCrumbs{
        padding-top: 5px;
    }
    .YTYProductsCrumbs:before{
        display: none;
    }
    .YTYProductsConBox{
        overflow: hidden;
        padding: 50px 0;
        min-height: 0;
    }
    .YTYProductsMenuBox{
        display: none;
    }
    .YTYProductsBox{
        width: 100%;
        float: left;
        margin-left: 0;
        padding-left: 0;
    }
    .YTYProductsBox .itemBox{
        padding-top: 0;
    }
    .thermoformersImgBox{
        padding: 30px 0;
    }
    .thermoformersImgBox .item{
        display: none;
    }

    .industriesFoodBanner .img{
        padding-top: 180px;
    }
    .industriesFoodBanner .text{
        margin-top: -34px;
    }
    .industriesFoodBanner .text h1{
        font-size: 50px;
    }

    .industriesFoodBox1 .conBox{
        padding: 50px 0;
    }

    .industriesFoodBox2 .conBox{
        padding-top: 0;
    }
    .industriesFoodBox2 .screeningConditions .conditionBox span{
        width: 65px;
    }
    .industriesFoodBox2 .screeningConditions .conditionBox:nth-of-type(2) span{
        width: 85px;
    }
    .industriesFoodBox2 .screeningConditions .conditionBox .t{
        width: 200px;
        margin-left: 65px;
    }
    .industriesFoodBox2 .screeningConditions .conditionBox:nth-of-type(2) .t{
        margin-left: 85px;
    }

    .cases_box1 .line{
        padding: 40px 0 50px;
    }
    .cases_box1 .line .text_info{
        width: 100%;
    }
    .cases_box1 .line h1, .cases_box1 .line h2{
        margin-bottom: 10px;
    }
    .cases_box1 .line .text_info a{
        margin: 15px 0 30px;
    }
    .cases_box1 .line .img{
        float: left;
    }

    .case_details{
        padding: 40px 0 50px;
    }
    .case_details .items_img{
        margin-top: 30px;
    }

    .companyContentBox{
        padding: 40px 0 50px;
    }
    .companyMenuBox{
        display: none;
    }
    .companyConBox{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    .teamBox2 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .teamBox2 .item{
        padding: 0 5px;
    }
    .teamBox2 .item .con{
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .teamBox3 .item p{
        line-height: 1.4;
    }

    .cultureBox3 .itemBox{
        height: auto;
    }
    .cultureBox3 .itemBox .item{
        line-height: 1.4;
        text-align: left;
        height: auto;
        padding-left: 20px;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }
    .cultureBox3 .itemBox .item:before{
        width: 8px;
        height: 8px;
        left: 5px;
        top: 10px;
        border: 0;
        background: #4C92CD;
    }
    .cultureBox3 .itemBox .item span{
        margin-top: 0;
    }

    .insightBox .conBox .insightFormBox{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        float: left;
    }
    .insightBox .conBox .waterfall, .waterfall_box{
        width: 100%;
        border-right-color: #ffffff;
    }
    .insightFormBox .formBox .info{
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    /*font size*/
    .indexBox1 .title h2,
    .indexBox1 .title h1,
    .indexBox2 .title h1,
    .indexBox3 .itemBox .item span,
    .indexBox3 .text h2,
    .indexBox6 .title h2,
    .indexBox7 .title h2,
    .YTYProductsBox .textBox h1,
    .cases_box1 .line h1,
    .cases_box1 .line h2,
    .case_details h1,
    .companyBox1 .textBox h1,
    .historyBox h1,
    .teamBox1 .text h1,
    .teamBox3 .con h2,
    .teamBox4 h2,
    .cultureBox1 h1,
    .cultureBox2 h2,
    .cultureBox3 h2,
    .certificateBox1 h1,
    .serviceBox1 .text h1,
    .exhibitionBox1 h1,
    .serviceBox2 .title h2,
    .serviceBox2 .item .text h2,
    .serviceBox3 .text h2,
    .serviceBox4 .text h2,
    .serviceBox5 h2{
        font-size: 32px;
    }

    .serviceBox2 .item .text{
        padding-top: 0;
    }
    .serviceBox2 .item .text h2{
        padding-bottom: 20px;
    }
    .serviceBox5 h2{
        padding: 50px 0 30px;
    }
    .serviceBox2 .title p,
    .serviceBox2 .item .text p,
    .serviceBox3 .text p,
    .serviceBox4 .text p
    .serviceBox4 .text p strong{
        font-size: 16px;
    }
    .serviceBox3 .text p:before{
        top: 8px;
    }
}
@media (max-width: 767px){
    .banner_slick .conBox .textBox{
        margin-top: -33px !important;
    }
    .banner_slick .conBox .text h2{
        font-size: 22px;
    }
    .indexBox3 .itemBox .item{
        padding: 0 10px;
    }
    .indexBox5 .leftBox .conBox, .indexBox5 .rightBox .conBox{
        width: 100%;
    }
    .footer_box .fast_navigation .itemBox{
        margin: 0;
    }

    .Crumbs ul li a, .Crumbs ul li a span, .Crumbs ul i, .Crumbs ul li{
        font-size: 14px;
        line-height: 1.4;
    }

    .industriesFoodBox2 .screeningConditions .conditionBox{
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .industriesFoodBox2 .screeningConditions .conditionBox span{
        width: 100px !important;
        text-align: right;
        padding-right: 15px;
    }
    .industriesFoodBox2 .screeningConditions .conditionBox .t{
        margin-left: 100px !important;
    }
    .industriesFoodBox2 .screeningConditions .conditionBtn{
        margin-left: 100px;
    }
    .industriesFoodBox2 .screeningConditions .conditionBtn button{
        width: 200px;
    }
    .industriesFoodListBox .listBox{
        width: 100%;
    }
    .industriesFoodListBox .listBox .text{
        padding: 0;
    }

    .case_details .items_img{
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }
    .case_details .items_img .item{
        width: 33.33%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 0 5px;
    }

    .historyBox .itemBox:before,
    .historyBox .itemBox .item .conBox:before,
    .historyBox .itemBox .item .conBox:after{
        display: none;
    }
    .historyBox .itemBox .item{
        margin-top: 20px;
    }
    .historyBox .itemBox .item .conBox{
        width: 100%;
    }
    .teamBox3 .con{
        background: none;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .teamBox3 .con h2{
        background: url("https://xaloy.usa72.wondercdn.com/public/static/images/home/en-us/teamBj.jpg") no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .teamBox3 .item{
        width: 100%;
        padding: 20px 0 0;
        text-align: left;
    }
    .teamBox3 .item h3{
        width: auto;
        height: auto;
        line-height: 30px;
        min-width: 150px;
        text-align: center;
        border: 0;
        margin-bottom: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .serviceBox2 .item .img{
        width: 100% !important;
        text-align: left;
    }
    .serviceBox2 .item .text{
        float: left;
        width: 100%;
        margin: 0 !important;
        padding-left: 0;
    }

    .exhibitionBox2 .exhibitionTabSwitch .item .img{
        width: 100%;
        text-align: left;
        border-right: 0;
    }
    .exhibitionBox2 .exhibitionTabSwitch .item .text{
        width: 100%;
        padding-left: 0;
    }

    .waterfall_box .item{
        width: 100%;
    }

    .contactBox1 .contactInfo{
        width: 100%;
        padding-right: 0;
    }
    .contactBox1 .contactInfo .item .text{
        padding-left: 16px;
    }
    .contactBox1 .contactForm{
        width: 100%;
        padding-left: 0;
    }

    .serviceBox1 .item{
        width: 140px;
    }
    .serviceBox2 .itemBox{
        margin-left: -10px;
        margin-right: -10px;
    }
    .serviceBox2 .item{
        padding: 0 10px;
    }


    .productBox .item {
        display: block;
        margin-bottom: 20px
    }

    .productBox .item .img {
        width: 100%
    }

    .productBox .item .img:before {
        display: none
    }

    .productBox .item .text {
        width: 100%;
        padding: 20px 10px
    }

    .productBox .item .text h3 a {
        margin-bottom: 10px
    }
}
@media (max-width: 640px){
    .colorbox{
        height: 50%;
        top: 25%;
    }

    .indexBox2 .indexSolutionTabClick .item{
        width: 33%;
    }
    .indexBox3 .itemBox .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .indexBox6 .item .conBox .img{
        width: 195px;
        margin-bottom: 0;
    }
    .indexBox6 .item .conBox .text{
        margin-left: 195px;
    }
    .indexBox6 .item .conBox .text span{
        display: none;
    }
    .teamBox2 .item{
        width: 50%;
    }

    .serviceBox1{
        display: none;
    }
    .ServiceSwitch{
        height: auto;
        padding-top: 40px;
    }
    .serviceBox2 .item,
    .serviceBox2 .item:nth-of-type(2n){
        width: 100%;
    }
    .serviceBox3 .itemBox{
        display: flex;
    }
    .serviceBox3 .itemBox .item:before{
        display: none;
    }
    .serviceBox3 .itemBox .item{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .serviceBox5 .infoBox{
        width: 100%;
        padding-right: 0;
    }
    .serviceBox5 .serviceBtn input{
        width: 100%;
    }
}
@media (max-width: 540px){
    .indexBox1 .tabSwitch .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .indexBox5 .leftBox .itemBox .item,
    .indexBox5 .rightBox .itemBox .item{
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .indexBox5 .leftBox .itemBox .item .img,
    .indexBox5 .rightBox .itemBox .item .img{
        width: 75px;
        margin-bottom: 0;
        float: left;
    }
    .indexBox5 .leftBox .itemBox .item .text,
    .indexBox5 .rightBox .itemBox .item .text{
        margin-left: 75px;
        padding-left: 20px;
        text-align: left;
    }
    .indexBox5 .leftBox .itemBox .item .text h2,
    .indexBox5 .rightBox .itemBox .item .text h2{
        height: auto;
    }

    .YTYProductsBox .itemBox .item .img{
        width: 100%;
        margin-bottom: 20px;
    }
    .YTYProductsBox .itemBox .item .text{
        width: 100%;
    }

    .certificateBox2 .img{
        width: 50%;
        margin-bottom: 20px;
    }

    .exhibitionBox2 .exhibitionTabClick .item{
        width: 150px;
        margin-right: 10px;
    }

    /*font size*/
    .indexBox1 .title h2,
    .indexBox1 .title h1,
    .indexBox2 .title h1,
    .indexBox3 .itemBox .item span,
    .indexBox3 .text h2,
    .indexBox4 .text h2,
    .indexBox6 .title h2,
    .indexBox7 .title h2,
    .YTYProductsBox .textBox h1,
    .cases_box1 .line h1,
    .cases_box1 .line h2,
    .case_details h1,
    .companyBox1 .textBox h1,
    .historyBox h1,
    .teamBox1 .text h1,
    .teamBox3 .con h2,
    .teamBox4 h2,
    .cultureBox1 h1,
    .cultureBox2 h2,
    .cultureBox3 h2,
    .certificateBox1 h1,
    .serviceBox1 .text h1,
    .exhibitionBox1 h1{
        font-size: 28px;
    }
}
@media (max-width: 480px){
    .banner_slick .conBox .text{
        padding: 10px;
    }
    .banner_slick .conBox .text h2{
        font-size: 18px;
    }
    .indexBox2 .indexSolutionTabClick .item .text{
        font-size: 14px;
    }
    .indexBox3 .itemBox .item p{
        height: 45px;
    }
    .indexBox6 .item .conBox{
        overflow: hidden;
    }
    .indexBox6 .item .conBox .img{
        width: 100%;
        margin-bottom: 15px;
    }
    .indexBox6 .item .conBox .img img{
        width: 100%;
    }
    .indexBox6 .item .conBox .text{
        width: 100%;
        margin-left: 0;
        float: left;
        padding-left: 0;
    }
    .indexBox7 .form{
        width: 100%;
    }
    .YTYProductsDetailConBox3 .productTabBox .item{
        width: 100px;
    }
    .YTYProductsDetailConBox3 .productTabBox .item a{
        padding: 5px 0;
    }

    .case_details .items_img .item{
        width: 50%;
    }

    .companyBox3 .item .text{
        display: none;
    }
}