/*
* yunwang header css
*/
.yw_header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.yw_header .header-left {
  float: left;
  height: 100%;
  padding-left: 20px;
  font-size: 0;
}

.yw_header .header-left > div {
  display: inline-block;
  margin-top: 15px;
}

.yw_header .header-left > div img {
  float: left;
  width: 100%;
}

.yw_header .header-left .casic-logo {
  width: 73px;
  height: 48px;
}

.yw_header .header-left .casic-title {
  width: 326px;
  height: 48px;
}

.yw_header .header-left .line {
  width: 0;
  height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 18px;
  margin-right: 14px;
}

.yw_header .header-right {
  float: right;
  height: 100%;
}

.yw_header .header-right ul.links {
  font-size: 0;
  margin-bottom: 0;
  height: 100%;
}

.yw_header .header-right ul.links > li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 100%;
  line-height: 80px;
  padding: 0 8px;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
}

.yw_header .header-right ul.links > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.yw_header .header-right ul.links > li a:link, .yw_header .header-right ul.links > li a:visited, .yw_header .header-right ul.links > li a:hover, .yw_header .header-right ul.links > li a:active {
  color: inherit;
}

.yw_header .header-right ul.links > li.active {
  position: relative;
}

.yw_header .header-right ul.links > li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#enter-yiqing-icon{
  display: none!important;
}
.yw_header .header-right ul.links .companys {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding: 0 16px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 3px;
  cursor: pointer;
}

.yw_header .header-right ul.links .companys i {
  display: inline-block;
  width: 7px;
  height: 4px;
  background-image: url("../../../res/images/yw_header/header-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 8px;
}

.yw_header .header-right ul.links .companys ul {
  position: fixed;
  top: 80px;
  right: 40px;
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.yw_header .header-right ul.links .companys ul li {
  white-space: nowrap;
  font-size: 16px;
  color: #222;
  text-align: right;
  padding-right: 30px;
  padding-left: 30px;
  cursor: auto;
}

.yw_header .header-right ul.links .companys ul li a {
  cursor: pointer;
}
.yw_header .header-right ul.links .companys ul li a:hover{
    color:#df542f;
}
.yw_header .header-right ul.links .companys.active i {
  transform: rotate(180deg);
}

.yw_header .header-right .show-nav {
  display: none;
}

.yw_header.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
}

.yw_header .nav-mobile{
  display: none;
}


@media only screen and (max-width: 1200px) {
  .yw_header {
    height: 50px;
  }
  .yw_header .header-left {
    padding-left: 15px;
  }
  .yw_header .header-left .casic-logo,
  .yw_header .header-left .line {
    display: none;
  }
  .yw_header .header-left .casic-title {
    height: 20px;
    width: auto;
    margin-top: 14px;
  }
  .yw_header .header-left .casic-title img {
    height: 100%;
    width: auto;
    float: left;
  }
  .yw_header .header-right .links {
    display: none;
  }
  .yw_header .header-right .show-nav {
    display: block;
    width: 20px;
    height: 18px;
    background-image: url(../images/yw_header/nav-select.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    margin-top: 16px;
    cursor: pointer;
  }
  .yw_header .header-right .show-nav.active {
    background-image: url(../images/yw_header/nav-close.png);
    width: 15px;
    height: 15px;
    margin-top: 18px;
  }
  .yw_header .nav-mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
  .yw_header .nav-mobile ul.links {
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -306px;
    width: 306px;
    overflow-y: auto;
  }
  .yw_header .nav-mobile ul.links > li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #555555;
    padding-left: 20px;
    border-bottom: 1px solid #E9E9E9;
    cursor: auto;
    white-space: nowrap;
  }
  .yw_header .nav-mobile ul.links > li a {
    cursor: pointer;
  }
  .yw_header .nav-mobile ul.links > li.active {
    color: #DF542F;
    font-weight: bold;
  }
  .yw_header .nav-mobile ul.links .companys {
    font-size: 14px;
    color: #555555;
    padding-left: 20px;
  }
  .yw_header .nav-mobile ul.links .companys span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 282px;
    cursor: pointer;
  }
  .yw_header .nav-mobile ul.links .companys i {
    background-image: url(../images/yw_header/mobile-nav-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 7px;
    height: 11px;
    float: right;
    margin-right: 23px;
    margin-top: -26px;
  }
  .yw_header .nav-mobile ul.links .companys ul {
    display: none;
  }
  .yw_header .nav-mobile ul.links .companys ul li {
    padding-left: 1em;
    height: 40px;
    line-height: 40px;
    padding-right: 22px;
  }
  .yw_header .nav-mobile ul.links .companys.active i {
    transform: rotate(90deg);
  }
  .yw_header .nav-mobile ul.links .companys.active ul {
    display: block;
  }
}
