@charset 'utf-8';

/*网站全黑白*/
/*html{*/
/*    -webkit-filter:grayscale(100%);*/
/*    -moz-filter:grayscale(100%);*/
/*    -ms-filter:grayscale(100%);*/
/*    -o-filter:grayscale(100%);*/
/*    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    _filter:none;*/
/*}*/

html,body {
  height: 100%
}

body {
  font-family: '微软雅黑' !important;
  background: #f6f7f8;
  font-size: 14px;
  color: #4a4a4a;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑' !important;
}

fieldset,img {
  border: none
}

input,button,textarea,select,optgroup,option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle
}

input:focus,button:focus,textarea:focus,select:focus,optgroup:focus,option:focus {
  outline: none
}

input,button,textarea,select {
  *font-size: 100%
}

ol,ul,li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
ins,a {
  text-decoration: none
}
a {
  color: #333
}
.clear-fix {
  *zoom: 1
}
.bg-white {
    background: #fff;
}
.clear-fix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden
}

.psnr {
  position: relative
}

.psna {
  position: absolute
}

.psnf {
  position: fixed
}

.fl {
  float: left
}

.fr {
  float: right
}

.fn {
  float: none!important;
}
.dis-b{
    display: block;
}
.w-80{
  width: 1150px;
  max-width: 1150px;
  margin:auto;
}

/*header*/
header{
  background:#ffffff;
  box-shadow:0 2px 4px 0 rgba(194,194,194,0.50);
  height:115px;
}
header .logo{
  padding: 35px 0 25px;
  float: left;
}
.logotext{
  /*background:#df3532;
  border-radius:100px;*/
  width:68px;
  height:54px;
}
.logotext span{
  color:#ffffff;
  width:57px;
  height:59px;
}
.navbar {
  float: left;
  width: 875px;
  padding-left: 50px;
}
.nav-menu ul li{
  float: left;
  position: relative;
  padding: 26px 48px 10px 0;
}
.down-menu{
  position: absolute;
  width: 875px;
  left: 0;
  display:none;
}
.nav-menu ul li.active .down-menu{
  display: block;
}
.menubar li a{
  font-size:17px;
  color:#4a4a4a;
  letter-spacing:0;
  text-align:right;
}
.menubar li.active .lines,.menubar li:hover .lines{
  background:#df3532;
  width:24px;
  height:5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
.menubar .down-menu a{
  font-size:14px;
  float: left;
    margin-right: 33px;
    margin-top:16px;
    line-height: 25px;
}
.menubar .down-menu a.on{
    font-size:17px;
    color:#df3532;
    font-weight: bold;
}

.nav-search{
    background:#f6f7f8;
    border-radius:64px;
    width:250px;
    height:29px;
    margin-top: 20px;
}
.nav-search button{
    background: url(../images/search.png) no-repeat;
    background-position: center;
    float: left;
    /*font-size: 0px;*/
    border:none;
    height: 29px;
    float: left;
    width: 29px;
    cursor: pointer;
}
.nav-search input{
    background: #f6f7f8;
    border:none;
    width: 220px;
    line-height: 29px;
    border-radius:64px;
}
.nav-fr{
    margin-top: 20px;
}
.nav-fr ul li{
    float: left;
    position: relative;
    height: 60px;
    margin-left:15px;
}
.nav-fr ul li img{
    display: block;
    margin:auto;
}
.nav-fr ul li span{
    display: block;
    padding-top: 5px;
}
.nav-fr ul li a{
    font-size:10px;
    color:#4a4a4a;
    letter-spacing:0;
    text-align:center;
    display: block;
}
.nav-fr ul li i{
    font-size: 16px;
    width: 18px;
    height: 16px;
    display: block;
    margin: auto;
}
.contact_follow {
    position: absolute;
    top: 40px;
    right: -36px;
    width: 160px;
    display: none;
    z-index: 101;
}
.contact_follow_body {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #ccc;
    position: absolute;
    width: 140px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
}
.contact_follow_body img {
    width: 100%;
}
.contact_follow_body h2{
    font-weight: 400;
    color: #df3532;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
}
.tts h1{
    font-size:24px;
    color:#4a4a4a;
    font-weight: 400;
    margin-bottom: 25px;
}
.tts h1 span{
    border:2px solid #df3532;
    width:12px;
    height:20px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right:15px;
}
/*底部*/
.footer{
  background:#151a1e;
  padding: 25px 0 25px;
}

.footer .ft1{
  width: 900px;
}
.footer p{
  font-size:14px;
  color:#ffffff;

}
.footer .link p{
  padding-bottom: 12px;
}
.footer .link p a{
  font-size:14px;
  color:#9b9b9b;
  padding-right: 20px;
  padding-bottom: 10px;
}
.footer .ftnav p{
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer .ftnav p a{
  font-size:14px;
  color:#ffffff;
  padding-right: 20px;
}
.footer .ftb p{
  font-size:12px;
  color:#9b9b9b;
  line-height: 20px;
}
.footer .ftb p a{
  font-size:12px;
  color:#9b9b9b;
}
.footer .ftb p a:hover{
  color: #df3532;
}
.footer  .ft2{
    padding-top: 20px;
}
.footer  .ft2 p:nth-child(2){
    padding-top: 35px;
}
.footer  .ft2 p:nth-child(2) a{
    padding-left: 10px;
}
.quick_links_wrap {
/*    font-size: 0;*/
    width: 80px;
    position: fixed;
    right: 0px;
    bottom: 35%;
    z-index: 9;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
    _position: absolute;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}
/*.quick_links_panel {
    background: #ccc;
    height: 308px;
    width: 64px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
}*/
.quick_links_panel a{
    background:rgba(000,000,000,.3);
    width:80px;
    height:79px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.quick_links_panel a:last-child{
  border-bottom: none;
}
.quick_links_panel a.return_top{
    display: flex;
    align-items: center;
}
.quick_links_panel a.message_list {
  display: block;
}
.quick_links_panel .top {
    background: url(../images/icon_top.png) no-repeat;
    width: 38px;
    height: 22px;
    display: block;
    margin:auto;
}
.quick_links_panel .view{
    background: url(../images/icon_piao.png) no-repeat;
    width: 34px;
    height: 22px;
    display: inline-block;
    margin: 18px auto 2px;
}
.quick_links_panel a span{
  color: #fff;
  display: block;
}
.quick_links_panel a:hover{
  background: #e03c39;
}
#topheadimg{width: 17px;
height: 17px;
border-radius: 50%;}

.page_box{text-align: right;margin: 10px 0;float:right;}
.page_box a{border:1px solid #eeeeee;padding:5px 10px;margin:0 2px;}
.page_box a:hover{background:#eeeeee;}
.page_box a.num{margin:3px;}
.page_box .pages_cur,.page_box .current{border:1px solid #eeeeee;padding:5px 10px;background:#eeeeee;}
.page_box .total_info{margin-right:10px;}

#overlay {
    position: fixed;
    width: 100vw;
    /* height: 100vh; */
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

[v-cloak] {
    display: none;
}

/*******vue弹出大图样式*********/
#overlay img {
    height: 80%;
    width: auto;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

@media only screen and (max-width: 500px) {
    #overlay img {
        height: auto;
        width: 90%;
    }
}

@media only screen and (max-width: 800px) and (min-width: 500px) {
    #overlay img {
        height: auto;
        width: 90%;
    }
}
/*******vue弹出大图样式*********/