@import url('https://fonts.font.im/css?family=Song+Myung');
* {
  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;
  margin-left: 7%!important;
  width: 82%;
  padding: 0;
  right: -4%;
  float: right;
}
header .rightnav .dropdownlist:hover {
  display: block;
}
header .rightnav a {
  color: #333;
  font-size: 16px;
}
header .rightnav .navbar-right {
  width: 100%;
  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;
}
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;
}
.navbar {
  margin: 0 !important;
  padding:0;
}
.xmban,
.xmban img{
  width: 100%;
  overflow: hidden;
}
.router{
  background-color: #f5f5f5;
}
.breadcrumb{
  margin: 0!important;
  font-size: 12px;
}
.navbar-header{
  height: 50px;
  float: left;
  width: 120px;
}
.navbar-brand>img {
  display: block;
  height: 65px;
}
.log{
  margin-top: 13px;
}
.m_language{
  display: none;
}
.zyflg .nav_t:hover{
  color: #0290d1;
  font-weight: bold;
}
.zyflg .nav_t::before {
  height: 2px;
  background: #0290d1;
  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: #0290d1;
  font-weight: bold;
}
.active .zyflg .nav_t::before {
  height: 2px;
  background: #0290d1;
  width: 100%;
  content: " ";
  position: absolute;
  bottom: 25px;
  left: 0px;
  transition: all 0.3s;
}
/* 在线客服 */
.floating_ck {
	position: fixed;
	right: 0px;
	top: 43%;
}

.floating_ck dl dd {
    position: relative;
    width: 64px;
    height: 67px;
    background-color: #0290d1;
    border-bottom: solid 1px #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: #333333;
	border-bottom: solid 1px #fff;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult,
.words {
	background-image: url(/assets/image/zxicon.png);
}

.quote {
	background-image: url(/assets/image/kficon.png);
}

.qrcord {
	background-image: url(/assets/image/erweima.png);
}

.qrcorda {
	background-image: url(/assets/image/erweimawx.png);
}

.return {
	background-image: url(/assets/image/fanhui.png);

}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 45px;
    font-size: 12px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #333333;
	border-bottom: solid 1px #333333;
	display: none;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
	font-weight: bold;
	font-size: 16px;
}

.floating_ewm {
	top: -14px;
}
.cxm{
    text-align: left;
    color: #fff;
    margin-left: 12px; 
}
.floating_ewm1 p,
.floating_ewm p {
	color: #fff;
}

.floating_ewm .qrcord_p01 {
	font-size: 14px;
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 18px;
}
@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: #0290d1;
    color: #fff;
  }
}
@media(max-width:1300px){
  header .rightnav {
    position: relative;
    margin-left: 4%!important;
    width: 80%;
    float: left;
  }
}
@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;
    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{
    width: 42%;
    height: auto;
    position: absolute;
  }
 
  #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%;
  }
  .active .zyflg .nav_t::before {
    bottom: -2px;
  }
  .footer_box {
    padding: 40px 10px 0!important;
    margin-top: 40px!important;
  }
  .footer_box .w {
    display: block!important;
    justify-content: space-between;
  }
  .footer_box .w ul {
    color: #fff;
    margin: 0 0 20px!important;
    width: 50%;
    float: left;
  }
  .footer_box .w ul:nth-child(3),
  .footer_box .w ul:nth-child(4){
    width: 100%;
  }
  .footer_box .w ul li {
    margin-bottom: 4px!important;
  }
  .footer_box .w ul h4 {
    font-size: 18px;
    font-weight: bold;
    margin:0 0 10px!important;
  }
  .footer_box .w ul li img {
    width: 92%;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .bq_box .span_li {
    float: none!important;
    display: block;
    text-align: center;
  }
  .bq_box .span_list {
    float: none!important;
    display: block;
    text-align: center;
  }
  .xmban img {
    width: auto!important;
    height: 180px;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
/* footer */
.footer_box{
  width: 100%;
  overflow: hidden;
  background: #0290d1;
  margin-top: 60px;
  padding: 60px 0 50px;
}
.footer_box .w{
  display: flex;
  justify-content: space-between;
}
.footer_box .w ul{
  color: #fff;
  margin: 0;
}
.footer_box .w ul h4{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.footer_box .w ul li{
  margin-bottom: 12px;
}
.footer_box .w ul li a{
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.footer_box .w ul:last-child li{
  float: left;
  width: 130px;
}
.footer_box .w ul .ewm1{
  margin-right: 12px;
}
.footer_box .w ul li p{
  text-align: center;
  margin: 0;
}
.footer_box .w ul li img{
  width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bq_box{
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}
.bq_box span,
.bq_box span a{
  line-height: 26px;
  color: #333;
  font-size: 13px;
}
.bq_box .span_li{
  float: left;
}
.bq_box .span_list{
  float: right;
}