.cate-ul{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    /* border-top: 1px solid #dadada; */
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}
.list-cate{
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}
.cate-title{
    width: 150px;
    float: left;

}
.cate-li{
    width: 1000px;
    float: left;
    cursor: pointer;
    /* height: 50px; */
}
.cate-li ul li:hover{
    color:red;
}
.cate-li ul{

}
.cate-li ul li{
    float: left;
    width: 100px;
    font-weight: 400;
}
.cate-more{
    cursor: pointer;
}
.on{
    color: red;
}

.category-ul{

    float: left;

    padding-bottom: 50px;
}
.category-ul a{

}
.category-one{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    width: 850px;
}
.category-one:hover .category-img{
    box-shadow: 0px 0px 10px #d2d2d2;
}
.category-one:hover .category-phone{
    background: #e30115;
    color: #fff;
}
.category-img{
    width: 210px;
    float: left;
    margin-right: 50px;
}
.category-content{
    float: left;
    width: 450px;
    color: #666;
}
.category-title{

    color: #333;
}
.category-tag{
    margin-top: 10px;
    /* font-size: 16px; */
    margin-bottom: 10px;
}
.category-tag span{
    color: #fff;
    background: #e30115;
    margin-right: 10px;
    padding: 3px;
    border-radius: 3px;
}
.category-addrecss{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.category-com{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.category-money{
    font-size: 16px;
    float: left;
    /* height: 35px; */
    /* line-height: 35px; */
    margin-right: 20px;
}
.category-money span{
    color: #e30115;
    font-size: 22px;
}
.category-number{
    float: left;
    font-size: 16px;
    /* height: 35px; */
    /* line-height: 35px; */
}
.category-number span{

}
.category-bottom{
    line-height: 30px;
    height: 30px;
}
.category-phone{
    float: right;
    border: 1px solid #e30115;
    color: #e30115;
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 65px;
}
.category-right{
    float: right;
    text-align: center;
}
.model1-red{
    width: 200px;
    height: 80px;
    line-height: 80px;
    background: red;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}
.model1-blue{
    width: 200px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background: #014099;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 15px;
}
.list{

    /* padding: 50px 0; */
}
.list-left {
    float: left;
}
.list-box {
    width: 800px;
    background: #fff;
    margin: 0 auto;
    padding: 0 50px;
    padding-bottom: 50px;
}
.list-right {
    float: right;
    width: 300px;
    margin-top: 50px;
}
.list-top {
    box-shadow: 0px 0px 10px #d2d2d2;
}
.list-top-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #cc171e;
    color: #fff;
    font-size: 18px;
}
.list-top-line {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #cc171e;
    font-size: 16px;
}
.list-code {
    padding: 20px;
    font-size: 14px;
}
.list-code img {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    margin-right: 6px;
}
.title {
    text-align: center;
    padding-top: 50px;
    font-size: 26px;
}
.line {
    height: 3px;
    width: 30px;
    margin: 10px auto;
    background: red;
}
.list-live-box{

    margin-top: 50px;

    position: relative;
}
.list-live-box img{

}
.list-live-static{

position: absolute;

top: 50px;

left: 50px;

width: 120px;

background: #00000042;

color: #fff;

border-radius: 5px;

font-size: 18px;

height: 50px;

text-align: center;

line-height: 50px;
}
.list-live-static span{

font-size: 10px;

color: #cc171e;

float: left;

margin-left: 10px;

display: block;

margin-top: 1px;
}
.list-live-title{

    position: absolute;

    width: 100%;

    bottom: 0;

    background: #00000057;

    color: #fff;

    height: 50px;

    line-height: 50px;

    font-size: 18px;
}
.list-live-left{

    float: left;

    margin-left: 25px;
}
.list-live-right{

    float: right;

    margin-right: 25px;
}
.list-bottom{

}
.expo-past {
    background: #fff;
    overflow: hidden;
    padding: 50px 1rem;
    margin-top: 0.2rem;
}
.expo-past ul {
    border-left: 1px solid #5581ff;
}
.expo-past ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #E60012;
    border-radius: 100%;
    left: -0.25rem;
    top: 8%;
}
.expo-past ul li {
    position: relative;
    /* height: 150px; */
    margin-top: 0.4rem;
}
.expo-past p.expo-year {
    padding-left: 16px;
    font-size: 24px;
    color: #333;
    padding-top: 5px;
}
.expo-img{
    width: 100%;
    margin-top: 14px;
    padding-left: 16px;
}
.expo-img div{
    margin-right: 15px;
    width: 150px;
    display: inline-block;
    margin-bottom: 15px;
}
.expo-img div img{

}
.expo-img div img:hover{
    box-shadow: 0px 0px 10px #c4c4c4;
}
.guestbook-all{

}
.guestbook-zwsq{
    width: 100%;
    /* height: 100px; */
    text-align: center;
    /* line-height: 100px; */
    background: #cc171e;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 23px 0;
}
.guestbook-zwsq span{
    font-size: 12px;
    padding-top: 10px;
    display: block;
}
.guestbook-zwsq:hover{
    box-shadow: 0px 0px 10px #bbbbbb;
}
.guestbook-cglp{
    width: 100%;
    /* height: 100px; */
    /* line-height: 100px; */
    font-size: 18px;
    text-align: center;
    background: #fff;
    background: #3472bb;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 35px;
    padding: 23px 0;
}
.guestbook-cglp span{
    font-size: 12px;
    display: block;
    padding-top: 10px;
}
.guestbook-cglp:hover{
    box-shadow: 0px 0px 10px #bbbbbb;
}
.list-news{
    margin-top: 50px;
}
.list-news div{
    margin-right: 20%;
    float: left;
    font-size: 20px;
    font-weight: 600;
}
.list-news div:nth-child(4){
    margin-right: 0;
}
.cur{
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}
.news-list{
}
.news-one{

    padding-bottom: 30px;

    border-bottom: 1px solid #ddd;

    margin-top: 30px;
}
.news-img{
    width: 250px;
    float: left;
}
.news-img img{

}
.news-content{
    width: 500px;
    height: 185px;
    float: left;
    margin-left: 35px;
    position: relative;
}
.news-content h1{

}
.news-desc{

    font-size: 14px;

    margin-top: 5px;

    color: #505050;
}
.news-tag{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.news-time{float: left;font-size: 13px;color: #a0a0a0;}
.news-time span{

    vertical-align: middle;
}
.news-time span img{
    width: 13px;
    display: inline-block;
    margin-right: 5px;
}
.news-click{

    float: right;

    color: #888888;

    font-size: 13px;
}
.news-click span{

    vertical-align: middle;
}
.news-click span img{

    width: 15px;

    display: inline-block;

    margin-right: 5px;
}
.news-one:hover{
    border-bottom: 1px solid red;
}
.news-one:hover .news-img{
    box-shadow: 0px 0px 10px #888888;
}
.news-one:hover .news-content h1{
    color: red;
}
.pagesize{

    margin-top: 50px;

    /* margin: 0 auto; */

    float: right;
}
.pagesize li{
    display: inline-block;
}
.cate-li ul li b{
    color:red;
}
.pagesize li a{

    padding: 10px;

    text-align: center;

    border: 1px solid #eee;

    margin-right: 10px;
}
.active a{
    background:red;
}
.active a{
    color: #fff;
}
.content-one{

    float: left;
}
.content-two{

    float: left;

    width: 270px;

    margin-top: 70px;

    margin-left: 50px;
}
.content-three{

    float: left;

    text-align: center;

    margin-top: 50px;

    margin-left: 50px;
    font-size: 16px;
}
.content-img{

    height: 50px;

    font-size: 16px;
}
.content-img img{

    width: 20px;

    display: inline-block;

    vertical-align: middle;

    margin-right: 20px;
}
.content-three img{
    width: 200px;
}

.content-img span{display: block;width: 182px;float: right;}

.contact{
    margin-top: 50px;
    margin-bottom: 50px;
}
#cate-more{

    position: absolute;

    bottom: 2px;

    right: 20px;

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    color: red;

    cursor: pointer;
}
.cglp-one{
    
width: 460px;
    
float: left;
    
margin-right: 40px;
    
padding: 30px 60px;
    
margin-bottom: 20px;
    
background: #fff;
    
padding-bottom: 60px;
    
margin-top: 20px;
}
.cglp-one:nth-child(2n){
    margin-right:0;
}
.cglp-title{
    
height: 50px;
    
line-height: 50px;
    
font-size: 24px;
    
font-weight: bold;
    
color: #333;
}
.cglp-tag{
    
margin-top: 5px;
}
.cglp-tag span{
    
display: block;
    
height: 30px;
    
line-height: 30px;
    
font-size: 16px;
    
color: #848484;
}
.cglp-more{
    
margin-top: 50px;
}
.cglp-more span{
    
padding: 5px 10px;
    
border: 1px solid red;
    
color: red;
    
font-size: 15px;
    
letter-spacing: 2px;
    
border-radius: 4px;
}
.cglp-one:hover{
    box-shadow: 0px 0px 10px #888888;
}
.cglp-one:hover .cglp-more span{
    background: red;
    color: #fff;
}




































