.main{
    width:100%; height: 100%;
}
.wrapper {
    width: 1200px;
    padding: 0 10px;
    clear: both;
    display: block;
    font-family: 微软雅黑, "microsoft yahei", 宋体, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: auto;
}
.wrapperNew {
    width: 1200px;
    padding: 0 10px;
    clear: both;
    display: block;
    font-family: 微软雅黑, "microsoft yahei", 宋体, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    /* margin: auto; */
    margin-left: 105px;
}
/* 头部 */
.top-tips{
    width: 100%;
    height: 30px;
    background-color: #dddada;
}
.topbar{
    height: 30px;
}
.topbarLeft{
    width: 400px;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.topbarRight{
    float: right;
    text-align: right;
}
.topbarRight i {
    float: left;
    height: 10px;
    margin: 10px 6px;
    background-color:#333;
    width: 1px;
    display: inline-block;
}
.topbarRight a{
    float: left;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
}
.topbarRight a:hover{
    color: #c97f22;
}
.topbarRight-select{
    color: #c97f22;
}
.Nav{
    height: 70px;
}
.logo{
    margin-top: 10px;
    width: 120px;
    height: 50px;
}
.logob{
    width: 381px;
}
.NavCenter{
    float: right;
}
.NavCenter ul {
    margin-right: 70px;
}
.NavCenter ul li{
    float: left;
    margin: 0 18px;
    line-height: 70px;
}
.NavCenter ul li a{
    font-size: 18px;
    color: #333;
}
.NavCenter ul li a:hover,.NavCenter ul li .select{
    color: #c97f22;
}
.NavCenter ul li img{
    width: 20px;
    height:20px;
    /* position: relative;
    top:5px; */

}
.NavCenter ul li .search {
    display: inline-block;
    /* width: 10%; */
    height:20px;
    padding-left: 40px;
    border-left: 2px solid #000;
    position: relative;
    top:5px;
}
.NavCenter ul li:nth-child(5){
    margin-right: 0;
    margin-left: 35px;
}
/* 合作伙伴 */
.partner{
    margin-top: 30px;
}
.partner h3{
    font-size: 18px;
    color: #333;
    font-style: normal;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
/* 企业产品 */
.prodect{}
.prodectTittle{
    background-color: #dfdfdf;
    height: 40px;
    width: 100%;
    margin: 0 auto;
}
.prodectTittle h3{
    width: 899px;
    float: left;
    font-size: 18px;
    color: #333;
    font-style: normal;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #a4a3a3;
}
.prodectTittle span{
    width: 300px;
    float: left;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 40px;
    
    text-align: center;
}
.prodectcenter{
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    overflow: hidden;
}
.prodectcenter>img{
    float: left;
    width: 140px;
    margin-left: 82px;
    margin-top: 20px;
}
.prodectImg{
    width: 899px;
    float: left;
    height: 180px;
    border-right: 1px solid #a4a3a3;
}
.prodectImgNew{
    height: 160px;
    padding: 10px 45px 10px 0;
}
.prodectImg li{
    float: left;
    margin-top: 26px;
}
.prodectImg li>img{
    width: 224px;
    margin: 20px 0;
    margin-right: 82px;
}
.prodectImg>img{
    width: 899px;
    float: left;
    height: 160px;
    /* border-right: 1px solid #a4a3a3; */
    
}
.prodectImg li:last-child img{
    margin-right: 0;
}
.prodectImg{}
.footer{
    display: inline-block;
    clear: both;
    background-color: #bebebe;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.footer .wrapper >h4{
    width: 700px;
    float: left;
    font-weight: normal;
    font-size: 14px;
}
.footer .wrapper div {
    float: right;
    width: 500px;
}
.footer .wrapper div>h3{
    float: left;
    font-size: 16px;
    font-weight: normal;
}
.footer .wrapper ul{
    float: left;
}
.footer  .wrapper ul li{
    float: left;
    font-size: 14px;
    margin: 0 10px;
}
.partaner{
    width: 90%;
    margin: 30px auto;
    padding: 20px 5%;
    border: 1px solid #dfdfdf;
    border-top: 1px solid #a4a3a3;
}