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;}
.fl{float: left;}
.fr{float: right;}


.head1{
    padding: 0 15%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    height: 92px;
    width: 100%;
    position: fixed;
    transition: .5s;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: url(../image/headbg.png) repeat-x center -20px;
}
.head1.scroll{
    background: rgba(7,9,59,0.5);
}


.logo{
    line-height: 91px;
    float: left;
}
.logo img{
    max-width: 100%;
}
.head-right{
    float: right;
    position: relative;
}
.head-right .head-right-top{
    padding: 12px 0 9px;
}
.head-right .head-right-top .head-right-top-wb {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.head-right .head-right-top .head-right-top-wb .bshare-custom .bshare-sinaminiblog{
    width: 20px;
    height: 20px;
    background: url(../image/wb.png) no-repeat center;
    padding: 0;
    margin: 0;
}
.head-right .head-right-top .head-right-top-wx{
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.head-right .head-right-top .head-right-top-wx .wx-btn{
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.head-right .head-right-top .head-right-top-wx .wx-img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 25px;
    left: -40px;
    z-index: 9999;
    display: none;
}
.head-right .head-right-top .head-right-top-wx .wx-img img{
    width: 100px;
    height: 100px;
}
.head-right .head-right-top .head-right-top-wx:hover .wx-img{
    display: block;
}
.head-right .head-right-top .head-right-top-ss{
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 25px;
}
.head-right .head-right-top .head-right-top-ss .ss-btn{
    width: 20px;
    height: 20px;
    background: url(../image/ss.png) no-repeat center;
    cursor: pointer;
}
.head-right .head-right-top .head-right-top-ss #formsearch{
    position: absolute;
    top: 25px;
    left: -170px;
    z-index: 9998;
    width: 190px;
    display: none;
}
.head-right .head-right-top .head-right-top-ss #formsearch #keyword{
    background: #fff;
    border: none;
    outline: none;
    width: 150px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 13px;
    color: #666;
}
.head-right .head-right-top .head-right-top-ss #formsearch #s_btn{
    width: 40px;
    height: 31px;
    background: url(../image/ss.png) no-repeat center #d42026;
    border: none;
    outline: none;
    float: right;
}
.head-right .head-right-top .head-right-top-yx a{
    display: block;
    line-height: 20px;
    padding-left: 25px;
    background: url(../image/yx.png) no-repeat left center;
    color: #fff;
}


@media (max-width: 1199px) {
    .head1{
      padding-left: 15px;
      padding-right: 15px;
    }
    .x-menu > li{
        margin-left: 1vw;

    }
}
@media (max-width: 991px) {
    body{
        padding-top: 60px;
    }
}

.index-c1{
    background: url(../image/bg1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 50px;
}
.c1-left{
    width: 50%;
    float: left;
}
.c1-left .c1-left-tlt{
    font-size: 42px;
    color: #333333;
    line-height: 1.5;
}
.c1-left .c1-left-tlt span{
    color: #d42026;
}
.c1-left ul{
    font-size: 0;
    margin-top: 12%;
}
.c1-left ul li{
    display: inline-block;
    width: 50%;
    padding-right: 4%;
    margin-bottom: 10%;
    vertical-align: top;
}
.c1-left ul li h3{
    padding-left: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 40px;
}
.c1-left ul li p{
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
}
.c1-right{
    width: 50%;
    float: right;
}
.c1-right .c1-right-1 > h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    background: url(../image/c1-1.png) no-repeat left bottom;
}
.c1-right .c1-right-1 .jj{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    padding-left: 16px;
    border-left: 5px solid #f0f0f0;
    margin: 22px 0;
}
.index-c1 .c1tu{
    width: 50%;
    height: 525px;
    position: absolute;
    bottom: -12%;
    right: 0;
    z-index: 1;
    background: url(../image/c1-2.jpg) no-repeat center;
    background-size: cover;
}
.index-c1 .c1tu img{
    width: 100%;
}
.c1-right-2{
    position: relative;
    z-index: 999;
}
.c1-right-2 .cont{
    padding: 8% 0 0 8%;
}
.c1-right-2 .cont > h3{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}
.c1-right-2 .cont > h4{
    font-size: 22px;
    color: #fff;
    line-height: 2;
}
.c1-right-2 .cont .c1-right-2-num{
    margin: 8% 0 12%;
}
.c1-right-2 .cont .c1-right-2-num .c1-right-2-num-tt{
    width: 138px;
    height: 127px;
    background: url(../image/c1-3.png) no-repeat center;
    padding-top: 40px;
    padding-left: 11px;
    float: left;
}
.c1-right-2 .cont .c1-right-2-num .c1-right-2-num-tt dd{
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.c1-right-2 .cont .c1-right-2-num .c1-right-2-num-tt dl{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.4;
    background: url(../image/c1-4.png) no-repeat left bottom;
    padding-bottom: 5px;
}
.c1-right-2 .cont .c1-right-2-num ul{
    width: calc(100% - 138px);
    height: 83px;
    background: rgba(255,255,255,0.6);
    float: left;
    padding-top: 15px;
    margin-top: 30px;
}
.c1-right-2 .cont .c1-right-2-num ul li{
    width: 33.333%;
    float: left;
    text-align: center;
    border-right: 1px solid #9a929d;
}
.c1-right-2 .cont .c1-right-2-num ul li h3{
    font-size: 20px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
}
.c1-right-2 .cont .c1-right-2-num ul li h3 span{
    font-size: 30px;
}
.c1-right-2 .cont .c1-right-2-num ul li p{
    font-size: 14px;
    color: #666666;
}
.c1-right-2 .cont .c1-right-2-num ul li:nth-child(3){
    border: none;
}
.c1-right-2 .cont a.more{
    display: block;
    width: 130px;
    height: 36px;
    border: 1px solid #fff;
    background: url(../image/c1-5.png) no-repeat 20px center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-indent: 42px;
}
@media (max-width: 1199px) {
    .index-c1 .c1tu{
        height: 480px;
        bottom: -6%;
    }
    .c1-right-2 .cont .c1-right-2-num ul{
        height: 75px;
    }
    .c1-right-2 .cont .c1-right-2-num ul li h3 span{
        font-size: 24px;
    }
    .c1-right-2 .cont .c1-right-2-num ul li p{
        font-size: 12px;
    }
}
@media (max-width: 991px){
    .index-c1{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .c1-left{
        width: 100%;
        float: none;
    }
    .c1-right{
        width: 100%;
        float: none;
    }
    .c1-left .c1-left-tlt{
        font-size: 30px;
    }
    .c1-left ul{
        margin-top: 30px;
    }
    .c1-left ul li{
        margin-bottom: 20px;
    }
    .index-c1 .c1tu{
        display: none;
    }
    .c1-right-2 .cont{
        padding: 5%;
        background: url(../image/c1-2.jpg) no-repeat center;
        background-size: cover;
    }
    .c1-right-2 .cont .c1-right-2-num{
        margin: 30px auto;
    }
    .c1-right-2 .cont > h3{
        font-size: 24px;
    }
    .c1-right-2 .cont > h4{
        font-size: 18px;
    }
}
@media (max-width: 767px){

    .c1-left .c1-left-tlt{
        font-size: 24px;
    }
    .c1-left ul{
        margin-top: 20px;
    }
    .c1-right-2 .cont > h3{
        font-size: 20px;
    }
    .c1-right-2 .cont > h4{
        font-size: 16px;
    }
    .c1-right-2 .cont .c1-right-2-num .c1-right-2-num-tt{
        display: none;
    }
    .c1-right-2 .cont .c1-right-2-num ul{
        width: 100%;
        margin-top: 0;
    }
}


.index-c2{
    width: 100%;
    background: url(../image/bg2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 70px;
}
.c2tlt{
    position: relative;
    padding-left: 44px;
}
.c2tlt h3{
    font-size: 26px;
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.c2tlt h4{
    font-size: 12px;
    text-transform: uppercase;
    color: #bbbbbb;
    font-family: Arial;
    margin-top: 10px;
}
.c2tlt dd{
    font-size: 62px;
    font-weight: bold;
    color: #d42026;
    font-family: Arial;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.c2-1{
    font-size: 14px;
    color: #777777;
    line-height: 2;
    margin: 3% 0 5%;
}
.c2-2 ul{
    font-size: 0;
}
.c2-2 ul li{
    width: 14.6666%;
    margin-right: 2.4%;
    display: inline-block;
    vertical-align: top;
}
.c2-2 ul li a{
    display: block;
}
.c2-2 ul li:last-child{
    margin-right: 0;
}
.c2-2 ul li .img{
    border: 1px solid #eeeeee;
}
.c2-2 ul li .img img{
    width: 100%;
}
.c2-2 ul li h3{
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    text-align: center;
    margin-top: 10px;
}
.c2-2 ul li a:hover .img{
    border-color: #d42026;
}
.c2-2 a.more{
    display: block;
    width: 130px;
    height: 36px;
    background: url(../image/c1-5.png) no-repeat 20px center #d42026;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin: 0 auto;
    text-indent: 44px;
    margin-top: 55px;
}
@media (max-width: 1199px) {
    .c2-2 ul li h3{
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .index-c2{
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .c2-2 ul li{
        width: 32.3333%;
        margin-right: 1.5%;
        margin-bottom: 15px;
    }
    .c2-2 ul li:nth-child(3n){
        margin-right: 0;
    }
    .c2-2 a.more{
        margin-top: 35px;
    }
    .c2tlt h3{
        font-size: 24px;
    }
    .c2tlt dd{
        font-size: 55px;
    }
    .c2-2 ul li h3{
        font-size: 12px;
        line-height: 1.6;
    }
}


.index-tlt{
    text-align: center;
    padding: 80px 15px 70px;
}
.index-tlt .bt{
    display: inline-block;
    padding: 0 88px;
    position: relative;
}
.index-tlt .bt::before{
    content: '';
    width: 60px;
    height: 2px;
    background: #eaeaea;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.index-tlt .bt::after{
    content: '';
    width: 60px;
    height: 2px;
    background: #eaeaea;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
.index-tlt .bt .btcon{
    display: inline-block;
    position: relative;
    padding-left: 44px;
    text-align: left;
}
.index-tlt .bt .btcon h3{
    font-size: 26px;
    color: #222;
    line-height: 1;
    font-weight: bold;
}
.index-tlt .bt .btcon h4{
    font-size: 12px;
    text-transform: uppercase;
    color: #bbbbbb;
    font-family: Arial;
    margin-top: 10px;
}
.index-tlt .bt .btcon dd{
    font-size: 62px;
    font-weight: bold;
    color: #d42026;
    font-family: Arial;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.c3-slick{
    position: relative;
}
.c3-slick .slick-slide{
    outline: none;
}
.c3-slick .slick-con a{
    display: block;
    position: relative;
}
.c3-slick .slick-con .img img{
    width: 100%;
}
.c3-slick .slick-con .bgcolor{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .3s;
}
.c3-slick .slick-con .marks{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    text-align: center;
}
.c3-slick .slick-con .marks .ximg img{
    max-width: 100%;
    display: inline-block;
}
.c3-slick .slick-con .marks .xline{
    width: 100%;
    height: 2px;
    background: url(../image/c3-1.png) no-repeat center;
    margin: 10% auto;
    transition: .3s;
}
.c3-slick .slick-con .marks h3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 2;
}
.c3-slick .slick-con .marks dd{
    width: 130px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    background: url(../image/c1-5.png) no-repeat 20px center;
    line-height: 34px;
    text-indent: 42px;
    margin: 0 auto;
    opacity: 0;
    transition: .3s;
}
.c3-slick .slick-con a:hover .bgcolor{
    background: rgba(212,32,38,0.7);
}
.c3-slick .slick-con a:hover .marks .xline{
    opacity: 0;
    margin: 2% 0;
}
.c3-slick .slick-con:hover .marks dd{
    margin-top: 10%;
    opacity: 1;
}
.c3-slick .slick-arrow{
    width: 60px;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    text-indent: 100px;
    overflow: hidden;
    border: none;
    outline: none;
    background: none;
}
.c3-slick .slick-prev{
    background: url(../image/left2.png) no-repeat center rgba(0,0,0,0.25);
    left: 0;
}
.c3-slick .slick-next{
    background: url(../image/right2.png) no-repeat center rgba(0,0,0,0.25);
    right: 0;
}

@media (max-width: 1599px) {
    .index-tlt{
        padding: 50px 15px;
    }
}

@media (max-width: 1199px) {
    .c3-slick .slick-con .marks .ximg img{
        max-width: 60px;
    }
    .c3-slick .slick-con .marks h3{
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .index-tlt {
        padding: 40px 15px;
    }
    .index-tlt .bt .btcon h3{
        font-size: 24px;
    }
    .c3-slick .slick-arrow{
        width: 40px;
    }

}
@media (max-width: 480px){
    .c3-slick .slick-con .marks .ximg img{
        max-width: 45px;
    }
    .c3-slick .slick-con .marks h3{
        font-size: 18px;
    }
    .index-tlt .bt{
        padding: 0 75px
    }
}

.index-c4{
    padding-bottom: 70px;
}
.index-c4 ul{
    font-size: 0;
}
.index-c4 ul li{
    display: inline-block;
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 15px;
    vertical-align: top;
}
.index-c4 ul li:nth-child(4n){
    margin-right: 0;
}
.index-c4 ul li a{
    display: block;
}
.index-c4 ul li .img{
    position: relative;
}
.index-c4 ul li .img img{
    width: 100%;
}
.index-c4 ul li .img .bgcolor{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 9;
    opacity: 0;
}
.index-c4 ul li .img .kuang{
    width: 90%;
    height: 90%;
    position: absolute;
    z-index: 10;
    left: 5%;
    top: 5%;
    border: 1px solid #bfbfbf;
    transition: .3s;
    opacity: 0;
}
.index-c4 ul li .img .marks{
    width: 70%;
    left: 15%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    transition: .3s;
    opacity: 0;
}
.index-c4 ul li .img .marks h4{
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  
}
.index-c4 ul li .img .marks dd{
    width: 90px;
    height: 28px;
    background: #dd2727;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 10%;
}
.index-c4 ul li a:hover .img .bgcolor{
    opacity: 1;
}
.index-c4 ul li a:hover .img .kuang{
    opacity: 1;
}
.index-c4 ul li a:hover .img .marks{
    opacity: 1;
}
.index-c4 ul li a h3{
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    text-align: center;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.index-c4 a.more{
    display: block;
    width: 130px;
    height: 36px;
    background: url(../image/c1-5.png) no-repeat 20px center #d42026;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin: 0 auto;
    text-indent: 44px;
    margin-top: 55px;
}
@media (max-width: 1199px){
    .index-c4{
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .index-c4{
        padding-bottom: 40px;
    }
    .index-c4 ul li{
        width: 49%;
        margin-right: 2%;
    }
    .index-c4 ul li:nth-child(2n){
        margin-right: 0;
    }
    .index-c4 a.more{
        margin-top: 30px;
    }
}


.index-c5{
    padding-bottom: 70px;
}
.c5-1{
    width: 55%;
    padding: 0 2% 20px 20px;
    border-right: 1px solid #f6f6f6;
    border-bottom: 2px solid #ebebeb;
    float: left;
}
.index-c5 .c5tlt{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 23px;
}
.index-c5 .c5tlt h3{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    padding-left: 11px;
    background: url(../image/c5-1.png) no-repeat left center;
    float: left;
}
.index-c5 .c5tlt a{
    display: block;
    font-size: 14px;
    color: #999999;
    float: right;
    line-height: 40px;
}
.index-c5 .c5tlt a:hover{
    color: #e70012;
}
.index-c5 .xw1{
    margin-bottom: 20px;
}
.index-c5 .xw1 ul li a{
    display: block;
    font-size: 0;
}
.index-c5 .xw1 ul li .img{
    display: inline-block;
    width: 39%;
    vertical-align: middle;
}
.index-c5 .xw1 ul li .img img{
    width: 100%;
}
.index-c5 .xw1 ul li .wz{
    width: 58%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: middle;
}
.index-c5 .xw1 ul li .wz h3{
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-c5 .xw1 ul li .wz .info{
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index-c5 .xw1 ul li a:hover .wz h3{
    color: #e70012
}
.index-c5 .xw2 ul li{
    border-bottom: 1px dashed #f3f3f3;
}
.index-c5 .xw2 ul li:last-child{
    border: none;
}
.index-c5 .xw2 ul li a{
    display: block;
    position: relative;
    padding-right: 100px;
}
.index-c5 .xw2 ul li a h3{
    font-size: 16px;
    color: #666666;
    line-height: 46px;
    padding-left: 20px;
    background: url(../image/c5-2.png) no-repeat left center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-c5 .xw2 ul li a span{
    display: block;
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
}
.index-c5 .xw2 ul li a:hover h3{
    background: url(../image/c5-3.png) no-repeat left center;
    color: #e70012;
}
.index-c5 .xw2 ul li a:hover span{
    color: #e70012;
}

.c5-2{
    width: 41%;
    padding: 0 4% 20px 20px;
    border-bottom: 2px solid #ebebeb;
    float: right;
}
.c5-2 .c5-sp{
    margin-bottom: 10px;
    text-align: center;
}
.c5-2 .c5-sp img{
    width: 100%;
}

@media (max-width: 1199px){
    .index-c5{
        padding-bottom: 50px;
    }
    .c5-2{
        padding-right: 2%;
    }
    .index-c5 .xw2 ul li a h3{
        font-size: 14px;
    }
    .index-c5 .xw2 ul li a span{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .index-c5{
        padding-bottom: 40px;
    }
    .c5-1{
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }
    .c5-2{
        width: 100%;
        float: none;
        padding: 0;
        border: none;
        margin-top: 20px;
    }
    .index-c5 .c5tlt h3{
        font-size: 18px;
    }
}

.yqlj{
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    color: #333;
}
.yqlj a{
    color: #333;
}


.footbg{
    background: #2d3035;
    padding: 20px 0;
}
.foot1{
    width: 50%;
    float: left;
}
.foot1 > h3{
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.foot1 > h4{
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
#message-form1{
    margin-top: 20px;
    max-width: 363px;
}
#message-form1 .text-input{
    margin-bottom: 9px;
}
#message-form1 .text-input input{
    width: 100%;
    display: block;
    background: #fff;
    outline: none;
    border: none;
    padding-left: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 42px;
}
#message-form1 .text-area{
    margin-bottom: 9px;
}
#message-form1 .text-area textarea{
    width: 100%;
    display: block;
    background: #fff;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
#message-form1 .text-code #checkcode{
    width: calc(100% - 130px);
    display: inline-block;
    background: #fff;
    outline: none;
    border: none;
    padding-left: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}
#message-form1 .btn-input{
    margin-top: 10px;
}
#message-form1 .btn-input input{
    width: 130px;
    height: 36px;
    display: block;
    outline: none;
    border: none;
    background: url(../image/c1-5.png) no-repeat 20px center #d42026;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-indent: 44px;
    text-align: left
}
.foot2{
    width: 50%;
    float: right;
}
.foot2 .foot2-cont{
    max-width: 450px;
    margin: 0 auto;
}
.foot2 .foot2-cont > h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 4;
    margin-top: 20px;
}
.foot2 .foot2-cont ul li{
    font-size: 14px;
    color: #999999;
    line-height: 35px;
    padding-left: 25px;
}
.foot2 .foot2-cont ul li span{
    color: #cc941d
}
.foot2 .foot2-cont .copyr{
    padding-top: 10px;
    border-top: 1px solid #414750;
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 2;
}
.foot2 .foot2-cont .copyr a{
    color: #999999;
}
@media (max-width: 767px){
    .foot1{
        width: 100%;
        float: none;
    }
    .foot2{
        width: 100%;
        float: none;
    }
    .foot2 .foot2-cont{
        width: 100%;
        max-width: 100%;
    }

}




.sort_menu {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
.sort li {
	text-align: center;
	float: left;
	width: 16.666%;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.sort li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
    color: rgba(0,0,0,.8);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.sort li a:hover,.sort li a.active{
	color: #fff;
	
	
	
	
	background: #d42026;
	border-color: #d42026;
}


@media(max-width: 1025px) {
	.sort li a {
		font-size:13px;
	}

	.sort li {
		width: 25%;
	}

	.sort li:nth-child(4n) {
		border-right: 1px solid #e0e0e0;
	}
}

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