@charset "UTF-8";
/*主题颜色*/
.theme-font-color { color: #ff5000; }

.theme-border-color { border-color: #ff5000; }

.theme-border-color::after { border-color: #ff5000; }

.theme-background-color { background-color: #ff5000; }

.u-container { width: 1180px; margin-left: auto; margin-right: auto; }

.u-container:after { content: " "; display: table; }

.u-container:after { clear: both; }

.qq__sidebar {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 99;
}
.qq__sidebar #qq {
  margin-bottom: 10px;
  height: 70px;
  width: 70px;
  text-align: center;
  background: #F5AC5D;
  font-weight: bold;
}
.qq__sidebar .sco__tel img {
  margin: 6px 0;
}
.qq__sidebar .sco__tel p {
  color: #fff;
}
#qq {
  cursor: pointer;
}
.qq__advisory {
  position: relative;
}
.qq__tel {
  width: 200px;
  position: absolute;
  right: -200px;
  line-height: 70px;
  top: 0;
  background: #F5AC5D;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  z-index: -1;
}
.qq__tel a {
  margin-right: 15px;
}
.qq__left {
  position: relative;
}
  .qq__left .qq__code {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 100px;
    top: 0;
    display: none; 
    border: 1px solid #ccc;
    padding: 15px;
  }
  .qq__left .qq__code img {
    width: 100%;
  }

.qq__left:hover .qq__code{
  display: block; 
}
.qq__advisory:hover .qq__tel{
  right: 70px;
  -webkit-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s;
}

[i="header"] { background-color: #eb604b; }

[i="footer"] { background-color: #cbc027; }

[i="banner"] .swiper-container { width: 100%; height: 600px; }
[i="banner"] .swiper-slide { height: 100%; -webkit-background-size: cover; background-size: cover }

.head_top { background-color: #f4f4f4; }

.head_on { color: #666; line-height: 40px; }

.head_on .head_left { float: left; }

.head_on .head_right { float: right; }

.head_on .head_right .head_right_li { float: left; margin-right: 40px; cursor: pointer; }

.head_on .head_right .head_right_li .head_right_img { margin-right: 8px; }

.head_on .head_right .head_right_li .wechat_img2 { display: none; float: left; }

.head_on .head_right .head_right_li .wechat_code { position: absolute; z-index: 999; display: none; }

.head_on .head_right .head_right_li span { font-size: 20px; color: #ff5000; }

.head_on .head_right .wechat:hover { color: #1AAD19; }

.head_on .head_right .wechat:hover .wechat_img2 { display: block; }

.head_on .head_right .wechat:hover .wechat_img { display: none; }

.head_on .head_right .head_right_li:last-child { margin-right: 0; }

.head_down { background-color: #fff; padding: 8px 0; }

.head_down .daohang { display: none; }
 
.nav_yin{display: none;}
  
.nav_span{display: none;}

.head_down .head_logo { float: left; margin-right: 150px; }

.head_down .head_logo .head_logo_img { float: left; margin-right: 16px; }

.head_down .head_logo .head_logo_word { float: right; padding-top: 12px; }

.head_down .head_logo .head_logo_word .word_on { font-size: 24px; font-weight: bold; margin-bottom: 8px; }

.head_down .head_logo .head_logo_word .word_down { font-size: 16px; }

.head_down .search_img { float: right; padding-top: 30px; cursor: pointer; }

.head_down .search_img .container { z-index: 9; width: 200px; height: 36px; position: absolute; display: none; }

.head_down .search_img .parent { background-color: #fff; width: 100%; height: 36px; top: 4px; left: -180px; position: relative; }

.head_down .search_img .parent > input:first-of-type { /*输入框高度设置为40px, border占据2px，总高度为42px*/ width: 160px; height: 36px; border: 1px solid #ccc; padding-left: 10px; color: #999; outline: none; -webkit-box-shadow: 0px 5px 10px 0px rgba(90, 90, 90, 0.44); box-shadow: 0px 5px 10px 0px rgba(90, 90, 90, 0.44); }

.head_down .search_img .parent > input:first-of-type:focus { border: 1px solid #F5AB5D; padding-left: 10px; }

.head_down .search_img .parent > input:last-of-type { /*button按钮border并不占据外围大小，设置高度42px*/ width: 60px; height: 36px; position: absolute; background: #F5AB5D; border: 1px solid #F5AB5D; color: #fff; outline: none; }

.head_down .nav { float: left; padding-top: 40px; }

.head_down .nav .nav_li { float: left; margin-right: 48px; padding-bottom: 8px; }

.head_down .nav .nav_li:hover { color: #F5AB5D; border-bottom: #F5AB5D solid 2px; cursor: pointer; }

.footer { background-color: #38322D; margin-top: 120px; }

.footer .footer_on { padding: 40px 0 80px; }

.footer .footer_on .footer_nav .footer_nav_li { color: #fff; float: left; margin-right: 60px; }

.footer .footer_on .footer_nav .footer_nav_li .footer_nav_line { width: 40px; height: 1px; background-color: #999; margin: 12px 0 16px; }

.footer .footer_on .footer_nav .footer_nav_li .footer_nav_list { color: #ccc; }

.footer .footer_on .footer_nav .footer_nav_li .footer_nav_list .list_li { margin-top: 8px; }

.footer .footer_on .footer_nav .footer_nav_li .footer_nav_list .list_li:hover { color: #F5AC5D; }

.footer .footer_on .footer_nav .footer_nav_li .footer_li_img img { display: block; width: 100px; }

.footer .footer_on .footer_contact { float: right; }

.footer .footer_on .footer_contact .footer_contact_title { color: #fff; font-size: 20px; }

.footer .footer_on .footer_contact .footer_contact_list { color: #ccc; margin-top: 23px; }

.footer .footer_on .footer_contact .footer_contact_list .footer_contact_li { margin-top: 20px; }

.footer .footer_on .footer_contact .footer_contact_list .footer_contact_li .footer_contact_li_img { margin-right: 8px; }

.footer .footer_down { padding: 16px 0; border-top: 1px solid #fff; opacity: 0.2; text-align: center; color: #fff; }

.footer .footer_down p { float: right; margin-right: 200px; }

.banner { width: 100%;  height: 100%; -webkit-background-size: cover; background-size: cover; height:400px;}

.break { line-height: 60px; background-color: #fff; color: #666; padding: 0 40px; margin-top: -60px; z-index: 66; position: relative; }

.break .break_index { color: #F5AB5D; }

.break .break_index img { margin-right: 2px; }

.break .break_li { float: left; margin-right: 8px; }

.com { padding: 40px 40px 80px 40px; background-color: #fff; }
.li_active{background-color: #F5AC5D !important; color: #fff !important;}

/*分页器*/
.number__list { text-align: center; }

.number__list .amount { margin-top: 40px; display: inline-block; }

.number__list .digital { padding: 7px 14px; background-color: #fff; border: 1px solid #eee; border-radius: 4px; cursor: pointer; }

.number__list .digital:hover { background-color: #039DD3; color: #fff; }

.number__list .jump { padding: 7px 14px; background-color: #fff; border: 1px solid #eee; border-radius: 4px; cursor: pointer; }

.number__list .jump:hover { background-color: #888; color: #fff; }
.page-hide{
   display: none!important;
}
.pagination p{
   margin:0;
   cursor:pointer
}
.pagination a{
   display:block;
   float:left;
   margin-right:10px;
   padding:7px 14px;
   height:30px;
   background:#fff;
   text-decoration:none;
   color:#808080;
   font-size:12px;
   border-radius: 2px;
   border: 1px solid #eee;
   cursor: pointer;
}
.pagination a:hover{
   background-color: #F5AC5D;
   color: #fff;
}
.pagination a.cur{
   color:#fff;
   background: #F5AC5D;
   border: 0px solid #FB4141;
}
.pagination p{
   float:left;
   padding:2px 10px;
   font-size:12px;
   height:30px;
   line-height:25px;
   color:#bbb;
   border:1px #ccc solid;
   background:#fcfcfc;
   margin-right:8px;
   border-radius: 2px;


}
.pagination p.pageRemark{
   border-style:none;
   background:none;
   margin-right:0px;
   padding:4px 0px;
   color:#666;
   font-size: 15px;
}
.pagination p.pageRemark b{
   color:red;
}
.pagination p.pageEllipsis{
   border-style:none;
   background:none;
   padding:4px 0px;
   color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}


.jump:hover{
   background-color: #888!important;
   color: #fff;
}

@media (max-width: 760px) { .u-container { width: 100%; }
   body{background-color:rgba(255,255,255,0.7);}
   .qq__sidebar{display:none;}
  .head_top { display: none; }
  .swiper-pagination { display: none; }
  .head_down { padding: 0 10px; }
  .head_down .head_logo { margin:0 0 0 12%;width: 50%;}
  .head_down .head_logo .head_logo_img {float: left; margin-right: 15px; width:30%;}
  .head_down .head_logo .head_logo_img img { width: 100%; }
  .head_down .head_logo .head_logo_word { float: none; padding-top: 15px; }
  .head_down .head_logo .head_logo_word .word_on { font-size: 18px; font-weight: bold; margin-bottom: 4px; }
  .head_down .head_logo .head_logo_word .word_down {display: none; font-size: 16px; }
  .head_down .search_img { padding: 10px 10px 0 0;}
  .head_down .daohang { display: block; float: left; margin: 20px 0 0 15px; width: 12%;}
  .head_down .daohang img{width:70%;height:auto;}
  /* .nav_li.now{background-color: #F5AB5D;color: #fff;} */
  .nav_yin{display: block;float: left;margin-right: 10px;}
  .nav_span{display: block;float: right;margin-right: 5px;}
  .nav_span img{width:70%}
  .head_down .nav { float: none; position: fixed; width: 60%; top: 0; left: -60%; z-index: 666; height: 100%;  background-color: #333;  -webkit-transition: left 0.5s; -o-transition: left 0.5s; transition: left 0.5s; padding-top: 0;}
  .head_down .nav .nav_li { float: none; margin-right: 0;color: #fff;display:flow-root;padding: 0;border-top: 1px solid rgba(102, 102, 102, 0.521);}
  .head_down .nav .nav_li a{padding: 20px 10px 20px 40px;display: block;}
  .head_down .nav.active {left: 0;}
  .muen.active{width: 100%;position: fixed;height:100%;background:rgba(0,0,0,0.3);z-index: 666;}
  .footer { margin-top: 30px; }
  .footer .footer_on { padding: 10px 0; }
  .footer .footer_on .footer_nav { display: none; }
  .footer .footer_on .footer_contact { float: left; padding: 0 10px; }
  .footer .footer_on .footer_contact .footer_contact_title { color: #fff; font-size: 20px; }
  .footer .footer_on .footer_contact .footer_contact_list { color: #ccc; margin-top: 13px; }
  .footer .footer_on .footer_contact .footer_contact_list .footer_contact_li { margin-top: 10px; }
  .footer .footer_on .footer_contact .footer_contact_list .footer_contact_li .footer_contact_li_img { margin-right: 8px; }
  .footer .footer_down { padding: 16px 10px; }
  .footer .footer_down p { float: none; margin-right: 0; }
  [i="banner"] .swiper-container { width: 100%; height: 200px; }
  [i="banner"] .swiper-container img { width: 100%; }
  .banner{height:150px;}
  .break { line-height: 30px; color: #666; padding: 5px 10px; margin-top: 0; -webkit-background-size: cover; background-size: cover;}
  .break .break_index { color: #F5AB5D; }
  .break .break_index img { margin-right: 2px; }
  .break .break_li { float: left; margin-right: 8px; }
  .com { padding: 10px; background-color: #fff; }
  .number__list .amount .shou, .number__list .amount .wei{
     display: none;
  }
  .number__list .jump{padding: 7px 8px;}
  .pagination a{padding: 7px 12px;margin-right: 6px;}
  
}
