@charset "utf-8";

/*全局样式*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
*{
    box-sizing: border-box;
    margin:0; padding:0;
}
table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
    border: 1px dashed #ddd;
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100%;
    margin: 0 auto;
}

td,
th {
    word-wrap: break-word;
    word-break: break-all;
    padding: 5px;
    border: 1px solid #DDD
}

th {
    border-top: 2px solid #BBB;
    background: #f7f7f7
}

td p {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
ul, li{list-style: none}
a{text-decoration:none;}
.clear{
    clear: both;
}
/*头部*/
.head_div{
    width: 100%;
}
.main_div{
    width: 1200px;
    margin: 0 auto;
}
.logo_div{
    margin: 33px 0;
    float: left;
}
.head_logo{
    width: auto;
    height: 84px;
    background: #F0F0F0;
    float: left;
}
.web_title{
    width: auto;
    height: 68px;
    margin-top: 7px;
    float: left;
    margin-left: 19px;
}
.search_input{
    width: 436px;
    height: 64px;
    background: #F2F2F2;
    border-radius: 8px;
    float: right;
    margin-top: 40px;
    border: 0;
    outline: 0;
    padding-left: 63px;
    color: #999;
    font-size: 16px;
    background-image: url("../img/search_icon.png");
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 18px;
    background-size: 30px;
}
.menu_div{
    background: #7CA9FF;
}
.menu_div_li{
    width: 171px;
    line-height: 60px;
    float: left;
    color: #000653;
    font-size: 20px;
    height: 60px;
    text-align: center;
}
.menu_div_li a{
    display: block;
    color: #000653;
}
.menu_active{
    background: #347AFF;
    border-bottom: 5px solid #FF9C29;
    height: 60px;
    color: #fff !important;
}
.menu_active a{
    color: #fff !important;
}
.menu_div_li a:hover{
    background: #347AFF;
    border-bottom: 5px solid #FF9C29;
    color: #fff !important;
    height: 60px;
}
/*首页*/
.index_top_div{
    margin-top: 16px;
    margin-bottom: 28px;
}
.index_slide{
    float: left;
    width: 551px;
    height: 367px;
    position: relative;
    border-radius: 8px;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.index_slide_title{
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,1);
    opacity:0.72;
    border-radius:0px 0px 8px 8px;
    font-size: 16px;
    color: #fff;
    padding-left: 17px;
    line-height: 62px;
}
.index_top_news{
    margin-left: 40px;
    float: left;
    margin-top: 29px;
    width: 600px;
}
.index_top_news_li{
    /*margin-bottom: 23px;*/
    /*float: left;*/
}
.index_top_news_li_p{
    margin-bottom: 23px;
    float: left;
}
.index_top_news_li_a{
    width: 506px;
    height: 24px;
    line-height: 22px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    text-align: left;
    float: left;
}
.index_top_news_li_span{
    float: right;
    font-size: 15px;
    color: #999;
}
.release_div{
    margin-bottom: 28px;
}
.release{
    width: 285px;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
}
.release1{
    background-image: url("../img/release1.png");
    margin-right: 20px;
}
.release2{
    background-image: url("../img/release2.png");
    margin-right: 20px;
}
.release3{
    background-image: url("../img/release3.png");
    margin-right: 20px;
}
.release4{
    background-image: url("../img/release4-2.png");
}
.release span{
    font-size: 36px;
    float: left;
    position: absolute;
    left: 12%;
    top: -3px;
}
.notice_big_div{
    margin-top: 28px;
}
.notice_div{
    width: 50%;
    float: left;
}
.notice_title{
    width: 559px;
    height: 60px;
    background: #A5EBFC;
    border-radius: 8px;
    color: #333;
    font-size: 20px;
    line-height: 60px;
    padding-left: 17px;
    border-left: 10px solid #347AFF;
}
.notice_title a{
    font-size: 16px;
    margin-right: 17px;
    float: right;
    color: #333;
}
.notice_ul{
    width: 559px;
    float: left;
    min-height: 394px;
}
.notice_li{
    width: 100%;
    margin-top: 20px;
    float: left;
}
.notice_li a{
    width:450px;
    height:22px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:22px;
    color:rgba(51,51,51,1);
    opacity:1;
    overflow: hidden;
    float: left;
}
.notice_li span{
    float: right;
    text-align:center;
    width:100px;
    height:21px;
    font-size:15px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:21px;
    color:rgba(153,153,153,1);
    opacity:1;
}
/*底部*/
.footer{
    width: 100%;
    min-height:247px;
    background:#999999;
    opacity:1;
    margin-top: 20px;
}
.friends_links_div{
}
.friends_links_div li{
    float: left;
    width: 200px;
    height: 75px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    padding: 5px;
}
.friends_links_div li img{
    width: 100%;
    height: 65px;
    line-height: 65px;
}
.footer_erweima{
    width: 159px;
    height: 159px;
    margin-top: 37px;
    background: #999999;
    padding: 8px;
    float: left;
}
.footer_erweima img{
    border: 5px solid #DDDDDD;
    width: 133px;
    height: 133px;
}
.footer_menu{
    float: left;
    margin-top: 31px;
}
.footer_menu li{
    float: left;
    margin-left: 53px;
    line-height:28px;
    font-size: 20px;
}
.footer_menu li a{
    color:#ffffff;
}
.footer_web_info{
    width: 240px;
    margin: 0 auto;
    color:#ffffff;
}
.footer_page{
    width: 100%;
    margin-top: 21px;
    float: left;
    margin-bottom: 12px;
    text-align: center;
}
.footer_page a{
    color:#ffffff;
    text-decoration: underline;
    padding-bottom: 2px;
}
.footer_web_info_p{
    margin-bottom: 12px;
    font-size: 14px;
    float: left;
    text-align: center;
    width: 100%;
}
.footer_web_info_p a{
    color:#ffffff;
}
/*单页、详情页*/
.nowvisiting{
    color: #333333;
    font-size: 14px;
    margin: 24px auto;
}
.nowvisiting a{
    color: #333333;
}
.page_content_div{
    width: 100%;
    /*background:rgba(248,248,248,1);*/
    background: #fff;
    opacity:1;
    border-radius:8px;
    padding: 22px;
    min-height: 420px;
}
.page_title{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 24px;
}
.page_time{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 28px;
}
.page_content{
    font-size:16px;
    line-height:30px;
    color:#333;
}
/*列表页*/
.info_list_ul{
    width: 100%;
}
.info_list_li{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.info_list_li a{
    width: 948px;
    height: 22px;
    overflow: hidden;
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight:400;
}
.info_list_li span{
    font-size:15px;
    color: #999;
    float: right;
}
/*分页*/
.page {
    line-height: 2;
    text-align: right;
    padding: 10px 0;
}

.pagination {
    display: inline-block;
    font-size: 0;
    padding-left: 10px;
}

.pagination li {
    display: inline-block;
}

.pagination li.disabled span {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #999;
    cursor: no-drop;
}

.pagination li.active span,
.pagination li a:hover {
    background-color: #7CA9FF;
    color: #fff;
}

.pagination li a,
.pagination li span {
    display: block;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    transition: all .3s linear;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #7CA9FF;
    color: #7CA9FF;
}

/*分页*/
/*搜索页面*/
.search_btn{
    width: 100%;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 1px 0 rgba(0,55,88,.1);
}
.spanList{
    text-align: center;
    width: 115px;
    padding: 22px 0 11px 0;
    height:55px;
    font-size:16px;
    line-height:22px;
    color: #333333;
}
.search_active{
    border-bottom: 4px solid #0FA2F9;
}
/*发布页面*/
.message_form{
    width: 760px;
    margin: 70px auto;
}
.form_input_div{
    width: 100%;
    margin-bottom: 23px;
}
.form_input_div label{
    width:80px;
    height:22px;
    font-size:16px;
    font-weight:500;
    line-height:22px;
    color:#333;
    opacity:1;
}
.form_input_div .form_input_title{
    width:654px;
    height:44px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(221,221,221,1);
    opacity:1;
    border-radius:8px;
    outline: none;
    padding-left: 10px;
}
.form_input_tips{
    width:150px;
    height:20px;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    color:rgba(153,153,153,1);
    opacity:1;
    margin-left: 85px;
    margin-top: 4px;
}
.form_input_div textarea{
    width:654px;
    height:344px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(221,221,221,1);
    opacity:1;
    border-radius:8px;
    outline: none;
    resize: none;
}
.choose_time{
    width:130px;color:red;border: 0;outline: none;
}
.choose_time::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #FF0000;
}
.choose_time:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #FF0000;
}
.choose_time::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #FF0000;
}
.choose_time:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #FF0000;
}
.xieyi_p{
    font-size: 16px;
    color: #333;
    width: 100%;
    float: left;
}
.xieyi_p a{
    color: #3E80FF;
}
.is_xieyi{
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid rgba(112,112,112,1);
    opacity: 1;
    margin-left: 80px;
    float: left;
    margin-right: 17px;
}
.is_xieyi.checked{background:#f00;}
.is_xieyi.checked:after{content:"√"}
.form_preview{
    width:260px;
    height:70px;
    border-radius:8px;
    border: 0;
    background:url("../img/release4.png");
    background-size: 100%;
    margin-left: 80px;
    margin-right: 130px;
    margin-top: 32px;
    font-size: 22px;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 70px;
}
.form_submit{
    width:260px;
    height:70px;
    background:url("../img/release5.png");
    opacity:1;
    border-radius:8px;
    border: 0;
    background-size: 100%;
    margin-top: 32px;
    font-size: 22px;
    color: #fff;
}
.message_frame_div{
    width: 100%;
    height: 100%;
    background: #3333335e;
    display: none;
    position: absolute;top:0;bottom: 0;z-index: 999;
}
.message_frame{
    width: 900px;
    height: 700px;
    position:fixed;
    top:50%;
    left:50%;
    background: #fff;
    transform:translateX(-50%) translateY(-50%);
    overflow: scroll;
}
.message_frame_close{
    position: absolute;
    right: 0;
    width: 50px;
}
.form_explain_div{
    width: 89%;
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin: 20px 0;
}
/*留言后付款页面*/
.pay_div{
    width: 400px;
    margin: 5px auto;
}
.pay_div img{
    width: 79px;
    height: 79px;
    float: left;
}
.pay_div span{
    color: #333;
    font-size: 49px;
    margin-left: 29px;
    float: left;
}
.pay_money_p{
    width: 350px;
    margin: 0 auto;
    margin-top: 46px;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 22px;
}
.pay_money_p span{
    color: #FF1D00;
    margin-left: 23px;
}
.pay_erweima_div{
    width: 400px;
    margin: 14px auto;
}
.pay_erweima_div img{
    width: 180px;
    height: 180px;
    padding: 15px;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    display: block;
}
.pay_erweima_div p{
    font-size: 16px;
    margin-top: 21px;
    color: #333;
    text-align: center;
    margin-bottom: 87px;
}
/*付款后页面*/
.finish_div{
    margin-top: 139px;
}
.finish_a_div{
    width: 895px;
    margin: 83px auto 146px auto;
}
.finish_a{
    width:260px;
    height:70px;
    border-radius:8px;
    float: left;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    margin-right: 56px;
}
.finish_a_blue{
    border:1px solid #3E80FF;
    color: #3E80FF;
}
.finish_a_orange{
    border:1px solid #FF9C29;
    color: #FF9C29;
}