@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    display: block;
    margin: 0;
}

.navandlogo {
    width: 88%;
    height: 95px;
    padding: 0 6%;
}

.logo {
    width: 21%;
    height: 95px;
    float: left;
    /*margin-left: 11%;*/
}

.nav box {
    margin: auto 0;
    height: 95px;
    background: #FFF;
    display: block;

}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 40px;
    overflow: hidden;
    float: right;
}

.nav li {
    float: left;
}

.nav a {
    display: block;
    background-color: #FFF;
    color: #333333;
    width: 120px;
    text-align: center;
    text-decoration: none;
    font-family: '微软雅黑';
    font-size: 18px;
}

.nav a:hover, a:active {
    color: #ff7f26;
}

.banner {
    width: 100%;
    height: 205px;
}

.business {
    width: 100%;
    height: 400px;
    display: block;
}

.businessbox {
    width: 85%;
    height: 340px;
    padding-left: 11%;
}

.businesstext {
    width: 100%;
    height: 135px;
    text-align: center;
    line-height: 80px;
    font-family: '微软雅黑';
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-top: 66px;
}

.businessbox1 {
    width: 25%;
    /* height: 340px; */
    display: block;
    float: left;
    padding-right: 8%;
}

.businessbox2 {
    width: 100%;
}

.businessbox3 {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333333;
}

.businessbox3 h3 {
    font-family: '微软雅黑';
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 20px;
}

.our {
    width: 100%;
    height: 478px;
    background: url(../image/aboutbanner.png);
    display: block;
}

.ourtext {
    width: 100%;
    height: 200px;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 30px;
    color: #FFF;
    line-height: 140px;
}

.ourbox {
    width: 30%;
    height: 146px;
    display: block;
    float: left;
    margin-right: 3%;
}

.ourboxleft {
    width: 21%;
    /*height:73px;*/
    float: left;
    margin-right: 19px;
}

.ourboxright {
    width: 70%;
    height: 146px;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #FFF;
    float: left;
    line-height: 26px;

}

.ourboxright h3 {
    font-family: '微软雅黑';
    font-size: 18px;
    color: #FFF;
    line-height: -10px;
}

.ourboxall {
    width: 89%;
    height: 146px;
    padding-left: 7%;
}

.services {
    width: 100%;
    height: 484px;
}

.servicesboxleft {
    width: 25%;
    height: 300px;
    font-family: '微软雅黑';
    font-size: 18px;
    color: #333333;
    float: left;
    margin-right: 4%;
    display: none;
}

.servicesboxleft h3 {
    font-family: '微软雅黑';
    font-size: 24px;
    color: #333333;
    padding-top: 98px;
}

.servicesboxleft1 {
    width: 71%;
    height: 42px;
    font-family: '微软雅黑';
    font-size: 18px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    margin-top: 64px;
}

.servicesboxmiddle {
    width: 36%;
    /*height:300px;*/
    font-family: '宋体';
    font-size: 14px;
    color: #333333;
    float: left;
    line-height: 26px;
    margin-left: 13%;
}

.servicesboxmiddle h3 {
    font-family: '微软雅黑';
    font-size: 30px;
    color: #333333;
    margin-bottom: 60px;
    margin-left: 23px;
}

.servicesboxright {
    width: 324px;
    height: 300px;
    float: left;
}

.servicesboxrightimg {
    width: 100%;
    height: 218px;
    padding-top: 94px;
    padding-left: 70px;
}

.servicesbox {
    width: 83%;
    height: 300px;
    display: block;
    padding-top: 89px;
    margin-left: 9%;
}

.conctbox {
    width: 100%;
    height: 131px;
    background-color: #ff7f26;
    float: left;
}

.conctbox1 {
    width: 100%;
    height: 131px;
    font-size: 24px;
    text-align: center;
    line-height: 58px;
    font-family: '微软雅黑';
    color: #FFF;
}

.conctbox1 p {
    margin: 0px;

}

.footer {
    width: 100%;
    height: 228px;
    background-color: #222222;
    float: left;
}

.footer p {
    margin: 0px;
}

.footer1 {
    width: 100%;
    height: 75px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    font-family: '微软雅黑';
    line-height: 75px;
}

.footer2 {
    width: 100%;
    height: 180px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-family: '微软雅黑';
    line-height: 35px;
}

.foot {
    width: 100%;
    background-color: #050404;
    float: left;
    text-align: center;
    color: #FFF;
    line-height: 35px;
    font-size: 12px;
}

.foot p {
    margin: 0px;
}