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;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;line-height: 1.5}
hr {border: 0;border-top:1px solid #ccc;height:0;}
.wd1200{width:1200px;margin: 0 auto;}
p{margin:0;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/*主体样式*/
.c1_index{
    position: relative;
    padding: 5.25% 0;
}

.c1_left{
    float: left;
}

.c1_left h3{
    font-family: "Arial";
    font-size: 50px;
    line-height: 1.1;
    color: #c30734;
}

.c1_left h3 p{
    color: #333333;
    font-size: 24px;
    font-weight: 400;
}

.c1_left .abb_txt{
    padding: 5.34375% 0;
    color: #333333;
    font-size: 16px; 
    line-height: 2;
}

.c1_left .abbmore{
    display: block;
    width: 152px;
    line-height: 50px;
    background: #c30734;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    transition: .3s;
}

.c1_img{
    margin-top:30px;
    float: right;
}

.c1_img img{
    max-width: 100%;
}


/*c2_index*/
.c2_index{
    position: relative;
    background: url(../images/c2_bg.jpg) no-repeat top center;
    padding: 2.20833333% 0;
}

.c2_ttt{
    position: relative;
    margin-bottom: 3.20833333%;
}

.c2_ttt h3{
    font-family: "Arial";
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}

.c2_ttt h3 p{
    font-size: 24px;
    font-weight: 400;
}

.c2_ttt .c2_txt{
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
}


.c2_list{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c2_list li{
    position: relative;
    width: 24.59%;
    text-align: center;
    padding: 0 0px;
    cursor: pointer;
    margin-bottom: 20px;
}

.c2_list li .imgs img{
    width: 100%;
}

.c2_list li::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .24);
    content: "";
    opacity: 1;
    transition: .3s;
}

.c2_list li::after{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background: rgba(195, 7, 52, .8);
    content: "";
    opacity: 0;
    transition: .3s;
}

.c2_list li a{
    display: block;
    width: 90%;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 5%;
    right: 5%;
    text-align: center;
    z-index: 9999;
    transition: .5s;
}

.c2_list li:hover a{
    top: 33%;
}


.c2_list li h3{
    color: #fff;
    font-size: 24px;
    padding: 2.20833333% 0;
}

.c2_list li span{
    display: none;
    color: #fff;
   font-size: 14px; 
   line-height: 1.7;
   padding: 8.20833333% 5%;
   opacity: 0;
   transition: .3s;
   
}

.c2_list li i{
    font-style: inherit;
    display: none;
    width: 150px;
    line-height: 42px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
   transition: .3s;
}


.c2_list li:hover::after{
    opacity: 1;
}

.c2_list li:hover::before{
    opacity: 0;
}

.c2_list li:hover span{
    opacity: 1;
    display: block;
}

.c2_list li:hover i{
    opacity: 1;
    display: inline-block;
}

@media (max-width:1200px){
    .c2_list{
        flex-wrap:wrap;
    }
    .c2_list li{
        width:49.59%;
        margin-top:10px;
    }
}


@media (max-width:768px){
     .c2_list li{
        width:100%;
        margin-top:10px;
    }
}


/*c3_index*/
.c3_index{
    position: relative;
    padding: 3.125% 0;
}

.c3_ttt{
    position: relative;
    margin-bottom: 3.20833333%;
}

.c3_ttt h3{
    font-family: "Arial";
    color: #c30734;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}

.c3_ttt h3 p{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.c3_ttt a{
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;
    color: #999999;
    font-size: 14px;
}



.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 31.88%;
}

.news_list22 li a{
    display: block;
}

.news_list22 li a img{
    width: 100%;
}

.news_list22 li i{
    display: block;
    font-style: inherit;
    color: #999999;
    font-size: 14px;
    padding: 18px 0 10px;
}

.news_list22 li h3 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li span {
    font-size: 14px;
    display: block;
    color: #999999;
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}


.news_list22 li:hover h3 {
    color: #c30734;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li h3{
        padding-bottom: 10px;
    }
    .news_list22 li span{
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .news_list22 li {
        width: 100%;
    }
}




/*c4_index*/
.c4_index{
    position: relative;
    background: #f5f5f5;
    padding: 2.125% 0;
}


.c4_list{
    display: flex;
    justify-content: space-between
}

.c4_list li{
    position: relative;
}

.c4_list li a{
    display: block
}

.c4_list li span{
    float: left;
}

.c4_list li .time2{
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}

.c4_list li .time2 h3{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}

.c4_list li .time2 h4{
    color: #666666;
    font-size: 16px;
    font-weight: 600;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

@media (max-width:1024px){
    .c4_list{
        flex-wrap:wrap;
    }
    .c4_list li{
        margin-bottom:20px;
        width:50%;
    }
}

@media (max-width:768px){
    .c4_list li{
        margin-bottom:15px;
        width:100%;
    }
}

@media (max-width:500px){
     .c4_list li span{
        width:20%;
    }
    .c4_list li .time2{
        width:70%;
    }
    
   .c4_list li .time2 h3{
       font-size:16px;
   } 
    
   .c4_list li .time2 h4{
     font-size:16px;
   } 
   
}


/*底部搜索*/

.foot_search{
    float: right;
    width:auto;
}

.foot_ewm{
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:1200px){
    .foot_ewm{
        display:none;
    }
}



.hotSearch{
    margin-top: 20px;
   color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.hotSearch a{
   color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

#formsearch2 {
    width: 337px;
    background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}


.footer_fixed{
    display: none;
}

@media (max-width:500px){
    .footer_fixed{
        display: flex;
        position:fixed;
        bottom:0px;
        height:50px;
        background:#222;
        width:100%;
        z-index:9999;
    }
    
    .footer_fixed li{
        width:25%;
        text-align:center;
        line-height:50px;
    }

    .footer_fixed li a{
        display:block;
        color:#fff;
        font-size:16px;
    }
}













