@CHARSET "UTF-8";
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}



#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.w1200{max-width: 1230px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}


.thead{
    position: relative;
}
.top-head{
    width: 100%;
    padding: 0 2%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9999;
}

.logo{
   float: left;
}

.menu{
    position: relative;
    float: right;
    padding-right: 60px;
    margin-top: 5px;
}
.ss-btn{
    width: 40px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#formsearch{
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
}
#formsearch input{
    border: none;
    outline: none;
    background: #fff;
    line-height: 32px;
}
#formsearch #keyword{
    width: 180px;
    padding-left: 10px;
}
#formsearch #s_btn{
    width: 40px;
    height: 32px;
    background: url(../images/ss.png) no-repeat center #c60000;
    background-size: 22px 22px;
}

@media (max-width: 1440px) {
    .x-menu > li > a{
        padding: 0 1.2vw;
    }
    .x-sub-menu{
        width: 150%;
        left: -25%;
    }
}



@media (max-width: 990px){
    body{
        padding-top: 60px;
    }
}





.index-tlt1a{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.index-tlt1a > h2{
    font-size: 30px;
    background: url(../images/line012.png) no-repeat center bottom;
    padding-bottom: 30px;
}

.index-tlt1{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.index-tlt1 > h2{
    font-size: 30px;
    background: url(../images/line01.png) no-repeat center bottom;
    padding-bottom: 30px;
}
.index-tlt1 p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
}
.index-c1 {
    padding-top: 30px;
    padding-bottom: 50px;
}
.index-c1 ul{
    padding-top: 40px;
}
.index-c1 ul li{
    width: 25%;
    text-align: center;
    float: left;
}
.index-c1 ul li img{
    max-width: 100%;
}
.index-c1 ul li h3{
    font-size: 18px;
    color: #666;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.index-c1 ul li p{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.index-c2{
    background: #f5f5f5;
    padding-bottom: 55px;
}
.index-c2 ul li{
    width: 23%;
    margin-right: 2.6666%;
    float: left;
    background-size: cover;
}
.index-c2 ul li:last-child{
    margin-right: 0; 
}
.index-c2 ul li h3{
    color: #fff;
    font-size: 30px;
    padding: 20% 0;
    text-align: center;
}

.inndex-c3{
    margin-bottom: 20px;
}
.inndex-c3 ul li{
    margin-bottom: 35px;
}
.inndex-c3 ul li .cont{
    box-shadow: 0 5px 10px #ddd;
    background: #fff;
}
.inndex-c3 ul li .cont > a{
    display: block;
    position: relative;
}
.inndex-c3 ul li .cont > a img{
    width: 100%;
}
.inndex-c3 ul li .cont > a h3{
    font-size: 18px;
    color: #333;
    line-height: 3;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 9;
}
.inndex-c3 ul li .cont > a .info{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #fd5458;
    opacity: 0;
}
.inndex-c3 ul li .cont > a:hover .info{
    opacity: 1;
}
.inndex-c3 ul li .cont .sub{
    padding: 5% 8%;
    height: 128px;
}
.inndex-c3 ul li .cont .sub a{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    padding-left: 15px;
    background: url(../images/jt.png) no-repeat left center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.inndex-c3 ul li .cont .sub a:hover{
    color: #fd5458;
}


.index-c4{
    background: #ff4242;
    padding: 60px 0;
    text-align: center;
}

.index-c4 .wz{ 
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}
.index-c4 a{
    display: block;
    width: 261px;
    height: 58px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 56px;
}


.index-c5{
padding-top:30px;
    padding-bottom: 50px;
}
.index-c5 ul li a{
    display: block;
    position: relative;
}
.index-c5 ul li .img img{
    width: 100%;
}
.index-c5 ul li .wz{
    background: #f5f5f5;
    padding: 5% 6%;
}
.index-c5 ul li .wz h3{
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-c5 ul li .wz p{
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 1.8;
}
.index-c5 ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff2c31;
    transition: .3s;
}
.index-c5 ul li a:hover::after{
    width: 100%;
}


.index-c6{
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 80px;
}
.hzhb-list .hzhb-item{
    padding: 0 5%;
    text-align: center;
}
.hzhb-list .hzhb-item img{
    max-width: 100%;
}

.index-c7{
    padding-top: 50px;
    padding-bottom: 50px;
}
.c7-list1{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.c7-list2{
    width: 48%;
    float: left;
}
.c7-list{
    background: #f5f5f5;
    padding: 20px 5% 30px;
}
.c7-list > h2{
    font-size: 30px;
    background: url(../images/line01.png) no-repeat center bottom;
    padding-bottom: 20px;
    line-height: 2;
    text-align: center;
}
.c7-list ul{
    margin-top: 20px;
}
.c7-list ul li a{
    display: block;
    padding-left: 15px;
    background: url(../images/jt.png) no-repeat left center;
    position: relative;
    padding-right: 75px;
}
.c7-list ul li h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
}
.c7-list ul li a span{
    display: block;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
}
.c7-list ul li a:hover h3{
    color: #ff2c31
}
.c7-list ul li a:hover span{
    color: #ff2c31
}

.index-c8{
    background: url(../images/c8bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 50px;
}

.index-tlt2{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.index-tlt2 > h2{
    font-size: 30px;
    background: url(../images/line01.png) no-repeat center bottom;
    padding-bottom: 30px;
    color: #fff;
}
.index-tlt2 p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
}
.index-c8 .jj{
    max-width: 1100px;;
    margin: 0 auto;
    font-size: 17px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    text-align: center;
}
.index-c8 a.more{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 145px;
    height: 50px;
    background: #c60000;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border-radius: 20px;
    margin-top: 50px;
}

.foot1{
    background: #0E2F52
}
.foot1 .cont{
    padding-right: 175px;
    position: relative;
    padding-bottom: 30px;
}
.foot1 .cont ul{
    font-size: 0;
}
.foot1 .cont ul li{
    width: 25%;
    display: inline-block;
    padding: 0 1%;
    vertical-align: top;
}
.foot1 .cont ul li h3{
    font-size: 18px;
    color: rgba(255,255,255,0.61);
    background: url(../images/line03.png) no-repeat left bottom;
    line-height: 4;
    margin: 15px 0 20px;
}
.foot1 .cont ul li .sec a{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.61);
    line-height: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.foot1 .cont ul li .sec a:hover{
    color: #fff;
}
.foot1 .cont .ewm{
    position: absolute;
    right: 0;
    top: 60px;
    width: 175px;
}
.foot1 .cont .ewm img{
    max-width: 100%;
}

.yqlj{
    font-size: 14px;
    padding: 20px 0;
    color: rgba(255,255,255,0.41);
    line-height: 2;
    display: none;
}
.yqlj a{
    color: rgba(255,255,255,0.41);
}
.yqlj a:hover{
    color: #fff;
}

.foot2{
    background: #0E2F52;
    padding: 10px 0;
    font-size: 12px;
    line-height: 2;
    color: rgba(255,255,255,0.3);
    text-align: center;
}
.foot2 a{
    color: rgba(255,255,255,0.3);
}


@media (max-width: 990px){

    .index-tlt1 > h2{
        font-size: 24px;
    }
    .index-tlt1 p{
        font-size: 12px;
    }
    .index-tlt2{
        padding: 20px 0;
    }
    .index-tlt2 > h2{
        font-size: 24px;
    }
    .index-tlt2 p{
        font-size: 12px;
    }
    .index-c1 ul{
        padding-top: 10px;
    }
    .index-c1 ul li img{
        max-width: 70%;
    }
    .index-c2 ul li h3{
        font-size: 24px;
    }
    .index-c4{
        padding: 30px 0;
    }
    .index-c4 .wz{
        font-size: 18px;
    }
    .index-c4 a{
        width: 200px;
        height: 50px;
        line-height: 48px;
        font-size: 18px;
    }

    .index-c6{
        padding-bottom: 50px;
    }

    .c7-list > h2{
        font-size: 24px;
    }
    .c7-list ul li h3{
        line-height: 32px;
    }
    .c7-list ul li a span{
        line-height: 32px;
    }

    .index-c8 .jj{
        font-size: 16px;
    }

}
@media (max-width: 768px){
    .index-c1{
        padding-bottom: 30px;
    }
    .index-c1 ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .index-c1 ul li img{
        max-width: 110px;
    }
    .index-c2 ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .index-c2 ul li:nth-child(2n){
        margin-right: 0!important;
    }
    .index-c2 ul li h3{
        font-size: 18px;
    }
    .index-c2{
        padding-bottom: 30px;
    }
    .inndex-c3 ul li .cont > a h3{
        line-height: 2;
        font-size: 15px;
    }
    .inndex-c3 ul li .cont > a .info{
        display: none!important;
    }
    .index-c4 .wz{
        font-size: 16px;
    }
    .index-c4 a{
        width: 150px;
        height: 42px;
        line-height: 40px;
        font-size: 16px;
    }
    
    .index-c5{
        padding-bottom: 30px;  
    }
    .index-c5 ul li{
        margin-bottom: 20px;
    }
    .index-c7 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .c7-list1{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .c7-list2{
        width: 100%;
        float: none;
    }
    .index-c8 .jj{
        font-size: 14px;
    }
    .index-c8 a.more{
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
    
    }


    .foot1 .cont{
        padding-right: 0;
    }
    .foot1 .cont ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .foot1 .cont ul li h3{
        line-height: 2;
        font-size: 16px;
    }
    .foot1 .cont .ewm{
        width: 100%;
        position: static;
        text-align: center;
    }

}










