* {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
.click {
  cursor: pointer;
}
li {
  list-style: none;
}
.w {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
.head_top{
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 10px 0;
}
.head_top .w .head_top_left{
  width: 50%;
  float: left;
}
.head_top .w .head_top_left span{
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.head_top .w .head_top_left span:first-child{
  margin-right: 20px;
}
.head_top .w .head_top_right{
  float: right;
}
.head_top .w .head_top_right form input{
  line-height: 28px;
  width: 215px;
  background: #fff;
  color: #929292;
  padding: 0 0 0 5px;
  outline: none;
  border: none;
  font-size: 13px;
  position: relative;
  top: -1px;
}
.head_top .w .head_top_right form button{
  width: 30px;
  height: 28px;
  line-height: 26px;
  background: #fff;
  border: none;
  outline: none;
  position: relative;
  left: -5px;
  top: 2px;
}
.head_top .w .head_top_right form button span{
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.navbar-default {
  background-color: #fff!important;
  box-shadow: 5px 5px 20px 0 rgba(51,51,51,.15);
  border: none;
}
.nav_w {
  position: relative;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.nav_w .container-fluid {
  padding-right: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
}
.right_icon{
  float: right;
  line-height: 90px;
}
.right_icon ul li{
  float: left;
  margin: 0 10px;
}
.right_icon ul li a img{
  height: 32px;
}
.right_icon ul .cn_language{
  display: none;
}
header .rightnav .navbar-right li .zyflg .add_more{
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 15px;
}
header .navbar-header {
  margin: 0!important;
}
header .navbar-header .navbar-brand {
  padding: 0;
}
header .rightnav {
  position: relative;
  width: 78%;
  padding: 0;
  float: right;
}
header .rightnav .dropdownlist:hover {
  display: block;
}
header .rightnav ul li span a {
  color: #333;
  font-size: 16px;
}
.zyflg .nav_t:hover{
  color: #c3001f;
  font-weight: bold;
}
.zyflg .nav_t::before {
  height: 2px;
  background: #c3001f;
  width: 0%;
  content: " ";
  position: absolute;
  bottom: 25px;
  left: 0px;
  transition: all 0.3s;
}
.zyflg .nav_t:hover::before {
  width: 100%;
}
.active .zyflg .nav_t{
  color: #c3001f;
  font-weight: bold;
}

.active .zyflg .nav_t::before {
  height: 2px;
  background: #c3001f;
  width: 100%;
  content: " ";
  position: absolute;
  bottom: 25px;
  left: 0px;
  transition: all 0.3s;
}
header .rightnav .navbar-right {
  width: 88%;
  line-height: 36px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: left!important;
}
header .rightnav .navbar-right .active {
  color: #333;
}
header .rightnav .navbar-right li {
  line-height: 90px;
  cursor: pointer;
  text-align: center;
}
header .rightnav .navbar-right li .icodp {
  font-weight: bold;
  color: #333;
}
header .rightnav .navbar-right li:hover {
  color: #333;
}
.xj_btn{
  width: 90px;
  line-height: 36px;
  display: block;
  float: right;
  background: #004fc2;
  color: #fff!important;
  text-align: center;
  margin-top: 27px;
  font-size: 14px!important;
  transition: all 0.5s;
}
.xj_btn:hover{
  background: #333;
  color: #ff0000!important;
}
.navbar {
  margin: 0 !important;
  padding:0;
}
.xmban,
.xmban img{
  width: 100%;
  overflow: hidden;
}
.router{
  background-color: #f5f5f5;
}
.breadcrumb{
  margin: 0!important;
  font-size: 12px;
}
.breadcrumb li a{
  color: #666!important;
}
.navbar-header{
  height: 50px;
  float: left;
  width: 120px;
}
.navbar-brand>img {
  display: block;
  height: 60px;
}
.log{
  margin-top: 13px;
}

/* footer */
.footer_box{
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
  padding: 40px 0 30px;
  border-top: 4px solid #c3001f
}
.footer_box .foot_left{
  width: 78%;
  float: left;
}
.footer_box .foot_left .foot_log{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.footer_box .foot_left .foot_log img{
  float: left;
  height: 65px
}
.footer_box .foot_left .foot_log>div{
  float: left;
  margin-left: 30px;
}
.footer_box .foot_left .foot_log>div p{
  font-size: 14px;
  margin: 0;
  line-height: 30px;
}
.footer_box .foot_left  .foot_text{
  width: 100%;
  overflow: hidden;
}
.footer_box .foot_left  .foot_text p{
  font-size: 14px;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/*控制行数*/
  overflow: hidden;
}
.footer_box ul {
  float: right;
}
.footer_box ul h4{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.footer_box ul li a{
  color: #333;
  line-height: 34px;
  font-size: 14px;
}
.bq_box{
  width: 100%;
  overflow: hidden;
  background: #000000;
  padding: 5px 0;
  text-align: center;
}
.bq_box span,
.bq_box span a{
  line-height: 26px;
  color: #fff;
  font-size: 13px;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .tk_banner {
    position: absolute;
    width: 150px;
    height: auto;
    z-index: 9;
    left: -30px;
    display: none;
    text-align: center;
  }
  .tk_banner .row {
    display: block;
    overflow: hidden;
    background-color: #eaeaea;
  }
  .tk_banner .w {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    height: auto;
  }
  .tk_banner .zyfwq .cpjs ul .tk {
    padding: 0;
    width: 100%;
    padding: 0;
    width: 100%;
    line-height: 46px;
    border-bottom: 1px dashed #d6d6d6;
  }
  .tk_banner .zyfwq .cpjs ul .tk a{
    font-size: 14px;
    display: block;
    transition: all 0.8s;
    line-height: 46px;
  }
  .tk_banner .zyfwq .cpjs ul .tk a:hover{
    background: #d81719;
    color: #fff;
  }
}
@media(max-width:1180px){
  header .rightnav {
    width: 80%;
  }
}
@media (max-width: 768px) {
  /* 头部 */
  .head_top{
    display: none;
  }
  .navbar-header{
    width: 100%;
    padding: 0 10px;
  }
  .nav_w {
    position: relative;
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .navbar-toggle{
    margin-right: 5px!important;
  }
  .right_icon {
    display: none;
  }
  .navbar {
    margin: 0 !important;
    padding:12px 0;
  }
  header .rightnav {
    position: relative;
    margin-left: 0%!important;
    padding: 0!important;
    right: 0!important;
    float: none!important;
  }
  .rightnav {
    width: 106%!important;
    position: absolute!important;
    right: -9px;
    top: 62px;
    background: #1f1f1fe8;
    border: 0;
    z-index: 100005!important;
    margin: 0!important;
  }
  .navbar-collapse{
    max-height:750px!important;
  }
  header .rightnav a {
    color: #fff!important;
    font-size: 15px;
  }
  header .rightnav .navbar-right {
    width: 100% !important;
    line-height: 34px !important;
    margin: 0;
    overflow: hidden;
    display: block;
  }
  .log {
    margin: 0;
  }
  .log img{
    height: 60px;
    position: absolute;
    margin-top: -3px;
  }
  .active .zyflg .nav_t{
    color: #c3001f!important;
  }
  .active .zyflg .nav_t::before {
    height: 2px;
    background: #c3001f;
    width: 100%;
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: all 0.3s;
  }
  .zyflg .nav_t::before {
    height: 2px;
    background: #c3001f;
    width: 0%;
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: all 0.3s;
  }
  .xj_btn{
    display: none;
  }
  #navb li{
    line-height: 52px!important;
    cursor: pointer;
    width: 100%!important;
    text-align: center;
  }
  .zyflg {
    z-index: 101;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f7f7f74a;
    padding:0px;
    margin: 0!important;
  }
  .tk_banner {
    z-index: 9999;
    top: 0;
    right: 0;
    display: none;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  .tk_banner .row {
    display: block;
    overflow: hidden;
    top: 0 !important;
    right: 4px !important;
  }
  .tk_banner .w {
    position: relative;
    width: 99%;
    right: -8px;
    top: 0;
    overflow: hidden;
    text-align: left;
  }
  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
  }
  .tk_banner .zyfwq .cpjs ul {
    overflow: hidden;
  }
  .tk_banner .zyfwq .cpjs ul .tk {
    padding: 0;
    width: 100%;
  }
  .footer_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
    padding: 15px 2.5% 20px;
    border-top: 4px solid #c3001f;
  }
  .footer_box .foot_left {
    width: 100%;
    float: none;
  }
  .footer_box .foot_left .foot_log {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .footer_box .foot_left .foot_log img {
    float: none;
    display: block;
    width: 75%;
  }
  .footer_box .foot_left .foot_log>div {
    float: none;
    margin: 10px 0 0;
  }
  .footer_box .foot_left .foot_text p {
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 10px;
  }
  .footer_box ul {
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
  }
  .footer_box ul li{
    width: 33.333%;
    float: left;
  }
  .bq_box span{
    display: block;
  }
  .xmban img {
    width: auto!important;
    height: 180px;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
