/* Write your styles */
html,body{ font-family:"微软雅黑";  background:#fff; margin: 0px; padding: 0px }
a{ color:#666; outline:none !important;}
b{ font-weight:normal !important;}
i,cite{ font-style:normal !important;}
.red{ color:#e83c0b !important;}
.blue{ color:#4383ff !important;}
.green{ color:#02c4b9 !important;}
.orange{ color:#fc880b !important;}
.purple{ color:#b767f0 !important;}
.yellow{ color:#ffad01 !important;}
.gray{ color:#3e4468 !important;}
.nobg{ background:none !important;}
.notransition{ transition: none !important;}
input,select{ outline:none !important;}
.txt_through{ text-decoration:line-through !important; margin:8px 0 0 10px !important;}
input::-webkit-input-placeholder { color:#777 !important; font-size: 14px;}
.padding_10{ padding: 10px !important;}
.padding_20{ padding: 20px !important;}
.padding_30{ padding: 30px !important;}

.red_bg{ background-color:#851210 !important;}
.orange_bg{ background-color:#ab362c !important;}
.green_bg{ background-color:#5d7430 !important;}
.gray_bg{ background-color:#3e4468 !important; min-height:50px;}
.white_bg{ background-color:#fff !important;}
.blue_bg{ background-color:#016c94 !important;}
.yellow_bg{ background:#ffad01 !important;}
.light_bg{ background: #f5f7f9 !important; min-height: 100px;}
.brown_bg{ background-color:#6e4821 !important;}

.noborder{ border:none !important;}
.noborder_right{ border-right:none !important;}
.noborder_bottom{ border-bottom:none !important;}

ul,ol{ list-style:none !important;}
.clear{ clear:both !important;}

header{
    height: 50px;
    background: #ededed;
    position: relative;
}


.index{
    max-width: 900px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

header .ttt{
    position: absolute;
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;
}

header .fanhui{
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    position: relative;
    z-index: 1111;
}




header .fanhui img{
    width: 15px
}


header .huiyuan{
    width: 35px;
    height: 35px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
header .huiyuan img{
    width: 25px
}

.search{
    width: 90%;
    height: 48px;
    line-height: 48px;
    border: #ebebeb 3px solid;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    margin: 2%;
    padding: 0 2%;

}

.search .left{
    margin-top: 3px;
}

.search .right{
    margin-top: 3px;
}

.inputt{
    width: 80%;
}

.inputt input{
    width: 80%;
    height: 40px;
    line-height: 40px;
    border: none;
}

.banner{
    width: 96%;
    margin: 2%;
}

.banner img{
   width: 100%;
}

.ad{
    width: 96%;
    margin: 2%;
    height: 45px;
    line-height: 45px;
}

.ad .left{
    width: 30px;
    float: left;
}

.ad .adinfo{
    font-size: 14px;
    color: #303030;
}

.hr{
    width: 100%;
    height: 8px;
    background: #e8e8e8;
}

.neirong{
    width: 90%;
    margin-left: 5%;
}


.neirong .title{
    font-size: 26px;
    color: #c80000;
    height: 80px;
    line-height: 80px;
    font-weight: bolder;
}

.neirong .title i{
    font-style: italic!important;
}


.neirong .title span{
    font-size: 16px;
    color: #7c7575;
    padding-left: 10px;
    border-left: 2px solid #7c7575;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 5px;
}

.neirong .nycon{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}

.neirong .nycon img{
    max-width: 100%;
}

.jiameng{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 80px;
}

.jiameng li{
    height: 110px;
    list-style: none;
}

.jiameng li span{
    height: 55px;
    line-height: 55px;
    display: block;
}



.jiameng li span i{
    color: #ff2424;
}


.jiameng li input {
    width: 100%;
    height: 42px;
    border: #cccccc 1px solid;
    text-indent: 20px;
}

.jiameng .tijiao{
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.jiameng .tijiao .anniu{
    width: 140px;
    height: 37px;
    background: linear-gradient(to right, #00c1f9, #006fb7);
    text-align: center;
    border-radius: 30px;
    color: #fff;
    border: #fff;
    margin-top: 30px;
}

.zscx{
    font-size: 14px;
    color: #949494;
}

.zhengshu img{
    max-width: 100%;
}