@charset "UTF-8";
/*清除默认样式 */
*{
    box-sizing:border-box;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,h1,div,p,span,li,a,button,input,select,textarea{ font-family: "Microsoft YaHei","微软雅黑", SimHei, SimYou, SimSun, Arial;font-size:14px;color:#000000;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {display:block;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol{list-style:none}
a{text-decoration:none;color:#000000}
a:hover{text-decoration:none}
table{border-collapse:collapse;table-layout:fixed}
input,textarea{outline:none;border:none}
input{border:none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance:none}
:-moz-placeholder{color:#000000;opacity:.55;font-size:14px}
::-moz-placeholder{color:#000000;opacity:.55;font-size:14px}
input:-ms-input-placeholder{color:#000000;opacity:.55;font-size:14px}
input::-webkit-input-placeholder{color:#000000;opacity:.55;font-size:14px}
textarea{resize:none;overflow:auto}
button,input,select,textarea{font-size:100%}
img{max-width:100%;display:inline-block}
/*清除浮动*/
.clear{zoom:1}
.clear:after{content:"";width:0;height:0;visibility:hidden;display:block;clear:both;overflow:hidden}
/*最大盒子*/
.content{margin-top:60px;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s}
.content.cur{transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%)}
/*显示区域*/
.navcontainer{max-width:100%;padding-left:12%;padding-right:12%}
.container{width:1200px;max-width:100%;padding-left:15px;padding-right:15px;margin:0 auto}
div[layout="content"]{padding-top:60px;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:5s}
div.cur[layout="content"]{transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%)}
/*使用IE低级版本的页面样式*/
.ie h2{font-size:30px;text-align:center;margin:36px 0;font-weight:bold}
.ie p{font-size:20px;text-align:center}
/*居中区域*/
.wrap{width:83.3333vw; max-width:100%;margin:0 auto}
@media (max-width:993px){ .wrap{width:90vw} }
@media (max-width:768px){ .wrap{width:100%;padding:0 15px}  }

.line {
    border-bottom: 1px dashed #ccc;
    height: 1px;
    overflow: hidden
}
.border {
    border: 1px solid #ccc
}
.fl {
    float: left
}
.fr {
    float: right
}
.fz_12px {
    font-size: 12px
}
.fz_14px {
    font-size: 14px
}
.fz_16px {
    font-size: 16px
}
.fc_red {
    color: red
}
.fc_gory {
    color: #666
}
.fc_white {
    color: #fff
}
.fc_yellow {
    color: #00a2e9
}
.flh_150 {
    line-height: 150%
}
.flh_180 {
    line-height: 180%
}

.clehx {
    zoom: 1
}
.clehx:after, clean:before {
    display: table;
    content: ''
}
.clehx:after {
    clear: both
}
.clehx {
    margin: 0 auto;
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden
}
.blank3 {
    margin: 0 auto;
    clear: both;
    height: 3px;
    font-size: 1px;
    overflow: hidden
}
.blank6 {
    margin: 0 auto;
    clear: both;
    height: 6px;
    font-size: 1px;
    overflow: hidden
}
.blank9 {
    margin: 0 auto;
    clear: both;
    height: 9px;
    font-size: 1px;
    overflow: hidden
}
.blank12 {
    margin: 0 auto;
    clear: both;
    height: 12px;
    font-size: 1px;
    overflow: hidden
}
.blank15 {
    margin: 0 auto;
    clear: both;
    height: 15px;
    font-size: 1px;
    overflow: hidden
}
.blank20 {
    margin: 0 auto;
    clear: both;
    height: 20px;
    font-size: 1px;
    overflow: hidden
}
.blank25 {
    margin: 0 auto;
    clear: both;
    height: 25px;
    font-size: 1px;
    overflow: hidden
}
a {
    color: #333;
    text-decoration: none
}
a:hover {
    color: #00a2e9;
    text-decoration: none
}
a.red {
    color: red;
    text-decoration: none
}
a.red:hover {
    color: red;
    text-decoration: underline
}
#turn_page {
    text-align: center;
    margin: 1% 0;
    letter-spacing: -5px
}
#turn_page a, #turn_page font {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0
}
#turn_page .page_button {
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 55px;
    height: 29px;
    line-height: 29px;
    color: #757575;
    font-size: 14px
}
#turn_page .page_item {
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 35px;
    height: 29px;
    line-height: 29px;
    color: #757575;
    font-size: 14px
}
#turn_page .page_item_current {
    background: #865a98;
    border: 1px solid #e5e5e5;
    width: 35px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-size: 14px
}

/* 分页显示 */
.pagination {
    display:-ms-flexbox;
    display:flex;
    padding-left:0;
    list-style:none;
    border-radius:.25rem
}
.page-link {
    position:relative;
    display:block;
    padding:.5rem .75rem;
    margin-left:-1px;
    line-height:1.25;
    color:#007bff;
    background-color:#fff;
    border:1px solid #dee2e6
}
.page-link:hover {
    z-index:2;
    color:#0056b3;
    text-decoration:none;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.page-link:focus {
    z-index:3;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-item:first-child .page-link {
    margin-left:0;
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
    z-index:3;
    color:#fff;
    background-color:#007bff;
    border-color:#007bff
}
.page-item.disabled .page-link {
    color:#6c757d;
    pointer-events:none;
    cursor:auto;
    background-color:#fff;
    border-color:#dee2e6
}
.pagination-lg .page-link {
    padding:.75rem 1.5rem;
    font-size:1.25rem;
    line-height:1.5
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius:.3rem;
    border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius:.3rem;
    border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius:.2rem;
    border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius:.2rem;
    border-bottom-right-radius:.2rem
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.pagination {
    margin-bottom: 25px;
}
.pagination .jumpto {
    display: inline-block;
    margin-left: 2px;
}
.pagination .page-item.active .page-link {
    background-color: #ff6900;
    border-color: #ff6900;
}
.pagination .page-link {
    color: #2c3e50;
}
.pagination .page-item.disabled .page-link {
    color: #999;
}
.pagination .jumpto input {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
}
.pagination .submit {
    border-radius: 0 0.25rem 0.25rem 0;
}
.pagination .page_number {
    width: 55px;
    margin-right: -1px;
}

@media only screen and (max-width: 576px) {
    .pagination .page-num {
        display: none;
    }
}

/*
 在线留言
 */
#saypl ul {
    width: 101.6%;
    clear: both;
}
#saypl ul li {
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
#saypl ul li.verify {
    position: relative;
}
#saypl ul li.verify img {
    position: absolute;
    top: 4px;
    right: 4px;
}
#saytext {
    position: relative;
    z-index: 1;
    border: 0;
    border-bottom: none;
    padding-right: 24px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    overflow: auto;
    padding: 10px;
    min-height: 135px;
    margin: 0;
    resize: none;
    outline: 0;
    width: 98%;
    min-width: 98%;
    background: #fdfdfd;
    font-size: 14px;
    border: 1px solid #eee;
}
.searchtext {
    margin-right: 10px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0px;
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    outline: 0;
    color: #b3b3b3;
    width: 96%;
    box-shadow: none;
    background: #fdfdfd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchbutton{
    height: 36px;
    width: 96%;
    text-align: center;
    text-shadow: none;
    font-weight: normal;
    border: none;
    color: #fff;
    background-color: #ff6900;
    border-radius: 2px;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
}
.searchbutton:hover {
    background: #8463a9;
}