*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
    color: #333333;
}
.box{
    width: 100%;
    height: 100%;
}
.box .hezi{
    width: 1200px;
    height: 140px;
    margin: 0 auto;
}
.hezi .title{
    width: 100%;
    height: 140px;
}
.title .top{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.top .top-box1{
    width: 450px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #999999;
}
.top .top-box2{
    width: auto;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #999999;
}
.top-box2 .iconfont{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}
.top-box2 span{
    width: auto;
    float: left;
}
.bottom{
    width: 100%;
    height: 110px;
}
.bottom .logo{
    width: 120px;
    height: 100%;
    float: left;
}
.bottom .heading{
    width: 910px;
    height: 100%;
    float: left;
    margin-left: 170px;
    position: relative;
}
.heading .li{
    float: left;
    text-align: center;
    width: 90px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    margin-right: 27px;
    margin-top: 50px;
}
.li.active{
    background: #ff9e02;
    color: white;
    border-radius: 5px;
}
.li:last-child{
    margin-right: 0;
}
.banner{
    width: 100%;
    height: 450px;
}
.banner img{
    display: block;
    width: 100%;
    height: 100%;
}
.content{
    width: 100%;
    height: auto;
    margin-top: 58px;
}
.content .hezi{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.hezi .con-head{
    width: 100%;
    height: 54px;
}
.con-head .head-left{
    width: 110px;
    height: 2px;
    background: #cccccc;
    margin: 30px 0 0 410px;
    float: left;
}
.con-head .head-con{
    width: 100px;
    height: 54px;
    float: left;
    margin-left: 30px;
}
.head-con .top{
    width: 100%;
    height: 26px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 26px;
}
.head-con .bootom{
    width: 100%;
    height: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 15px;
}
.con-head .head-right{
    width: 110px;
    height: 2px;
    background: #cccccc;
    margin: 30px 0 0 30px;
    float: left;
}
.hezi .con-ul{
    width: 100%;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
}
.con-ul .con-li{
    width: 586px;
    height: 200px;
    float: left;
    margin-right: 24px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.con-li:nth-of-type(even){
    margin-right: 0;
}
.con-li:nth-of-type(n+3){
    margin-top: 30px;
}
.con-li .con-img{
    width: 209px;
    height: 200px;
    float: left;
}
.con-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.con-li .con-detail{
    width: 336px;
    height: 200px;
    padding: 0 20px;
    float: left;
}
.con-detail .con-tit{
    width: 100%;
    height: 18px;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    margin-top: 20px;
}
.con-detail .det{
    width: 100%;
    height: 110px;
    margin-top: 30px;
    overflow: hidden;
}

.det p{
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 18px;
}


.xiala{
    width: 90px;
    height: 152px;
    background: #ff9e02;
    position: absolute;
    top: 85px;
    left: 351px;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.xiala .click{
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    background: white;
    margin-top: 2px;
}
.click:hover{
    background: #ff9e02;
}








































.last .hezi{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.last .shang{
    background: #333333;
    color: white;
    height: 250px;
    overflow: hidden;
}
.shang .shang-box1{
    width: 100%;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
}
.shang-box1 .brief{
    width: auto;
    float: left;
}
.shang-box1 .contact{
    width: auto;
    float: left;
    margin-left: 410px;
}
.shang-box1 .att{
    width: auto;
    float: left;
    margin-left: 440px;
}
.shang-box2{
    width: 100%;
    height: 8px;
    margin-top: 15px;
}
.shang-box2 .tiao1{
    width: 40px;
    height: 4px;
    margin-top: 2px;
    background: white;
    float: left;
}
.shang-box2 .tiao2{
    width: 40px;
    height: 4px;
    margin-top: 2px;
    background: white;
    float: left;
    margin-left: 435px;
}
.shang-box2 .tiao3{
    width: 40px;
    height: 4px;
    margin-top: 2px;
    background: white;
    float: left;
    margin-left: 465px;
}
.shang-box3{
    width: 100%;
    height: 340px;
    margin-top: 18px;
}
.shang-box3 .cont1{
    width: 325px;
    height: 130px;
    font-size: 14px;
    float: left;
}
.shang-box3 .cont2{
    width: 370px;
    height: 130px;
    float: left;
    margin-left: 148px;
}
.shang-box3 .cont3{
    width: 206px;
    height: 130px;
    float: left;
    margin-left: 138px;
}
.cont2 .phone{
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}
.phone .iconfont{
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    float: left;
    font-size: 20px;
}
.phone span{
    display: block;
    width: auto;
    height: 34px;
    text-align: center;
    line-height: 34px;
    float: left;
}
.cont2 .maibox{
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}
.maibox .iconfont{
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    float: left;
    font-size: 27px;
}
.maibox span{
    display: block;
    width: auto;
    height: 34px;
    text-align: center;
    line-height: 34px;
    float: left;
}
.cont2 .address{
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}
.address .iconfont{
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    float: left;
    font-size: 27px;
}
.address span{
    display: block;
    width: auto;
    height: 34px;
    text-align: center;
    line-height: 34px;
    float: left;
}
.cont3 .imgs{
    width: 94px;
    height: 94px;
    background: aqua;
}
.imgs img{
    display: block;
    width: 100%;
    height: 100%;
}
.cont3 span{
    display: block;
    margin-top: 10px;
    width: auto;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.xia{
    width: 100%;
    height: 25px;
    background: #666666;
    overflow: hidden;
}
.xia .hezi{
    width: 1200px;
    height: 100%;
}
.hezi .xia1{
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-top: 2px;
}
