.banner-box{
    width: 100%;
    height: 601px;
    background-image:url(../images/banner.jpg);
    background-size: 100% 100%;
}
.banner-box .banner-info{
    width: 1200px;
    margin: 0 auto;
    padding: 5em 0;
}
.banner-box .banner-info .slogan{
    color: #333333;
    font-size: 27px;
    text-align: center;
    margin-top: 1.6em;
}
.banner-box .banner-info .service-list{
    width: 100%;
    margin-top: 1.5em;
    text-align: center;
}
.banner-box .banner-info .service-list ul{
    width: 486px;
    height: 28px;
    margin: 0 auto;
    background-image:url(../images/service_bmg.png);
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
}
.banner-box .banner-info .service-list ul li{
    float: left;
    background-image:url(../images/service_list.png);
    background-size: 21px 19px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #212121;
    font-size: 16px;
    margin-left: 2.5em;
    padding-left:30px;
}
.banner-box .banner-info .search-box{
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: #FF5802 solid 1px;
    margin-top: 2em;
    z-index: 999;
    border-radius:5px;
}
.banner-box .banner-info .search-box [class^="layui-col-"]:nth-of-type(1){
    background-color: white;
    height: 78px;
    border-radius:5px 0 0 5px;
}
/*.banner-box .banner-info .search-box [class^="layui-col-"]:nth-of-type(1) select{*/
    /*float: left;*/
    /*width: 15%;*/
    /*text-align: center;*/
    /*font-size: 26px;*/
    /*height: 65px;*/
    /*margin-top: 5px;*/
    /*color: #FF5700;*/
    /*line-height: 65px;*/
    /*background: none;*/
    /*border: none;*/
/*}*/
/*.banner-box .banner-info .search-box [class^="layui-col-"]:nth-of-type(1) select option{*/
    /*background-color: white;*/
/*}*/
.banner-box .banner-info .search-box [class^="layui-col-"]:nth-of-type(1) input{
    float: right;
    width: 100%;
    border: none;
    height: 78px;
    padding-left: 2%;
    color: #AAAAAA;
    font-size: 22px;
}
.banner-box .banner-info .search-box [class^="layui-col-"]:nth-of-type(2) button{
    width: 100%;
    height: 78px;
    background-image:url(../images/search_btn.png);
    background-size: 100% 100%;
    display: block;
    border: none;
    border-radius:0 5px 5px 0;
    font-size: 26px;
    color: white;
}
.banner-box .banner-info .process-box{
    width: 100%;
    margin-top: 2em;
}
.banner-box .banner-info .process-box [class^="layui-col-"]:nth-of-type(1){
    text-align: center;
}
.banner-box .banner-info .process-box [class^="layui-col-"]:nth-of-type(2) .partners{
    width: 281px;
    height: 62px;
    background-image:url(../images/alibaba.png);
    background-size: 100% 100%;
    color: #222222;
    text-align: center;
    line-height: 62px;
}
.banner-box .banner-info .process-box [class^="layui-col-"]:nth-of-type(2) .work{
    width: 281px;
    height: 62px;
    background-image:url(../images/vietnam.png);
    background-size: 100% 100%;
    color: #222222;
    line-height: 62px;
    text-align: center;
}
.banner-box .process-box .ul-progress{
    display: inline-block;
    margin-top: 2em;
}
.banner-box .process-box .ul-progress li{
    float: left;
    width: 200px;
    text-align: center;
}
.banner-box .process-box .ul-progress li .number{
    width: 22px;
    height: 22px;
    background-image:url(../images/dot.png);
    background-size: 100% 100%;
    position: relative;
    margin-left: 6em;
    text-align: center;
}
.banner-box .process-box .ul-progress .line{
    display: inline-block;
    width: 188px;
    height: 1px;
    border: white solid 1px;
    position: absolute;
    left: 18px;
    top: 10px;
}
.banner-box .process-box .ul-progress .name{
    margin-top: 1em;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.banner-box .process-box .ul-progress .illustrate{
    margin-top: 0.5em;
    color: #333333;
}
.content-box{
    width: 100%;
}
.content-box .ordering_process-box{
    width: 1200px;
    margin: 0 auto;
    height: 410px;
}
.content-box .ordering_process-box .title{
    width: 100%;
    margin-top: 2em;
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.content-box .ordering_process-box .process-list{
    margin-top: 5em;
    display: inline-block;
    width: 100%;
}
.content-box .ordering_process-box .process-list li{
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}
.content-box .ordering_process-box .process-list li .img-div{
    width: 100%;
    height: 110px;
}
.content-box .ordering_process-box .process-list li .img-div img{
    max-width: 100%;
    max-height: 100%;
}
.content-box .ordering_process-box .process-list li .name{
    width: 100%;
    height: 35px;
    color: #000000;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
}
.content-box .ordering_process-box .process-list li .illustrate{
    width: 100%;
    height: 80px;
    color: #666666;
    margin-top: 1.5em;
}
.content-box .ordering_process-box .process-list li .arrow{
    width: 42px;
    height: 15px;
    background-image:url(../images/arrow.png);
    background-size: 42px 15px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 3em;
}
.content-box .advantage-box{
    width: 1200px;
    margin: 0 auto;
    height: 580px;
}
.content-box .advantage-box .title{
    width: 100%;
    margin-top: 2em;
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.content-box .advantage-box .advantage-list{
    width: 100%;
    display: inline-block;
    margin-top: 3em;
}
.content-box .advantage-box .advantage-list li{
    float: left;
    width: 288px;
    height: 390px;
    border: #FFBA75 dashed 1px;
    border-radius: 10px;
    margin-right: 12px;
    padding-bottom: 1.5em;
}
.content-box .advantage-box .advantage-list li .img-div{
    width: 100%;
    height: 242px;
    text-align: center;
}
.content-box .advantage-box .advantage-list li .img-div img{
    max-width: 100%;
    max-height: 100%;
}
.content-box .advantage-box .advantage-list li .name{
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #000000;
    padding: 0 1.3em;
    font-weight: bold;
}
.content-box .advantage-box .advantage-list li dl{
    margin-top: 1em;
    padding: 0 1.3em;
}
.content-box .advantage-box .advantage-list li dl dd{
    background-image:url(../images/advantage_list.png);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 0.6em;
}
.bottom-box{
    width: 100%;
    height: 450px;
    background-color: #F5F7FA;
}
.bottom-box .content-info{
    width: 1200px;
    margin: 0 auto;
}
.bottom-box .content-info .partners-box{
    padding: 2em 0;
    width: 100%;
    height: 160px;
}
.bottom-box .content-info .partners-box [class^="layui-col-"]:nth-of-type(1){
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
    color: #212121;
}
.bottom-box .content-info .partners-box a{
    display: block;
    width: 261px;
    height: 104px;
}
.bottom-box .content-info .partners-box a img{
    max-width: 100%;
    max-height: 100%;
}
.bottom-box .content-info .message-box{
    width: 100%;
    height: auto;
    margin-top: 2.5em;
}
.bottom-box .content-info .message-box ul{
    display: inline-block;
    width: 100%;
}
.bottom-box .content-info .message-box ul li{
    float: left;
    width: 20%;
}
.bottom-box .content-info .message-box ul li .name{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.bottom-box .content-info .message-box ul li dl{
    margin-top: 1.5em;
}
.bottom-box .content-info .message-box ul li dl dd{
    background-image:url(../images/dot.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 0.6em;
}
.bottom-box .content-info .message-box ul li .code-mobile{
    width: 100%;
    height: 40px;
    background-image:url(../images/phone.png);
    background-size: 16px 27px;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #3D3D3E;
    font-family: '宋体';
    font-size: 16px;
}
.bottom-box .content-info .message-box ul li .code-img img{
    width: 103px;
    height: 103px;
}