header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}
header .box {
  width: 73.2%;
  margin: 0 auto;
  min-width: 1200px;
}
header .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
header .box .logo {
  float: left;
  height: 56px;
  margin-top: 40px;
}
header .box .logo img {
  height: 100%;
}
header .box .list {
  float: left;
  margin-left: 79px;
  margin-top: 55px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #ffffff;
  cursor: pointer;
}
header .box .list img {
  width: 16px;
  margin-left: 11px;
  margin-bottom: 2px;
}
header .box .button {
  float: right;
  margin-top: 43px;
}
header .box .button div {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 15px;
  text-align: center;
  cursor: pointer;
}
header .box .button div.search {
  background-color: rgba(255, 255, 255, 0.3);
}
header .box .button div.search img {
  width: 19px;
  margin-top: 10px;
}
header .box .button div.search .search-box {
  width: 300px;
  height: 50px;
  margin-left: 4.65%;
  float: right;
  margin-top: 30px;
}
header .box .button div.search .search-box .search-inputbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  border-radius: 0;
}
header .box .button div.search .search-box .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 80px);
  padding-left: 22px;
  padding-right: 85px;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
header .box .button div.search .search-box .search-inputbox .text:-moz-placeholder,
header .box .button div.search .search-box .search-inputbox .text textarea:-moz-placeholder {
  color: #dddddd;
}
header .box .button div.search .search-box .search-inputbox .text:-ms-input-placeholder,
header .box .button div.search .search-box .search-inputbox .text textarea:-ms-input-placeholder {
  color: #dddddd;
}
header .box .button div.search .search-box .search-inputbox .text::-webkit-input-placeholder,
header .box .button div.search .search-box .search-inputbox .text textarea::-webkit-input-placeholder {
  color: #dddddd;
}
header .box .button div.search .search-box .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
header .box .button div.search .search-box .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 23px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(../images/icon_search_r.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .box .button div.search .search-box .search-inputbox .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 50px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
header .box .button div.office {
  background-color: #69c2bb;
}
header .box .button div.office img {
  width: 19px;
  margin-top: 10px;
}
header .box .button div.email {
  background-color: #0064aa;
}
header .box .button div.email img {
  width: 25px;
  margin-top: 10px;
}
header .box nav {
  float: right;
  margin-top: 50px;
  margin-right: 30px;
}
header .box nav ul li {
  float: left;
  margin-left: 20px;
  position: relative;
}
header .box nav ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: 0.3s;
}
header .box nav ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
header .box nav ul li:hover::after {
  width: 100%;
}
header .box nav ul li .sec-nav{
  width: 300%;
  position: absolute;
  top: 34px;
  left: -100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  display: none;
}
header .box nav ul li .sec-nav .nav-list{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .box nav ul li .sec-nav .nav-list .item{
  width: 100%;
  height: 30px;
  position: relative;
}
header .box nav ul li .sec-nav .nav-list .item:hover{
  background-color: #e8e8e8;
}
header .box nav ul li .sec-nav .nav-list .item a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
header .box nav ul li .sec-nav .nav-list .item .thr-nav{
  position: absolute;
  top: -10px;
  left: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  display: none;
}
header .box nav ul li .sec-nav .nav-list .item .thr-nav .thr-list{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .box nav ul li .sec-nav .nav-list .item .thr-nav .thr-list .thr-item{
  width: 100%;
  height: 30px;
  position: relative;
}
header .box nav ul li .sec-nav .nav-list .item .thr-nav .thr-list .thr-item:hover{
  background-color: #e8e8e8;
}
header .box nav ul li .sec-nav .nav-list .item .thr-nav .thr-list .thr-item a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
header .companyName {
  width: 73.2%;
  margin: 0 auto;
  min-width: 1200px;
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin-top: 20px;
}
.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-color: #fafafa;
  background-image: url(../pic/menu_bg.jpg);
  background-size: 1920px 790px;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: none;
}
.menu .top {
  width: 100%;
  height: 150px;
  background-color: white;
}
.menu .top .box {
  width: 73.2%;
  height: 150px;
  margin: 0 auto;
  min-width: 1200px;
}
.menu .top .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.menu .top .box .logo {
  width: 212px;
  margin-top: 47px;
  float: left;
}
.menu .top .box .logo img {
  width: 100%;
}
.menu .top .box .filter {
  width: 40%;
  min-width: 600px;
  position: absolute;
  top: 45px;
  left: calc(13.4% + 260px);
  z-index: 1000;
}
.menu .top .box .filter .province {
  width: 40%;
  float: left;
  height: 60px;
  background-color: #eeeded;
  border-radius: 60px;
}
.menu .top .box .filter .province .province-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.menu .top .box .filter .province .province-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.menu .top .box .filter .province .province-box .province-value {
  font-size: 16px;
  line-height: 60px;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.menu .top .box .filter .province .province-box .icon {
  float: right;
  margin-right: 25px;
}
.menu .top .box .filter .province .province-box .icon i {
  line-height: 60px;
  font-size: 16px;
  color: #999999;
}
.menu .top .box .filter .province ul {
  width: 100%;
  margin-top: -20px;
  padding-top: 20px;
  background-color: #eeeded;
  display: none;
}
.menu .top .box .filter .province ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.menu .top .box .filter .province ul li:hover {
  background: #F4F4F4;
}
.menu .top .box .filter .city {
  width: 40%;
  float: left;
  height: 60px;
  background-color: #eeeded;
  margin-left: 2%;
  border-radius: 60px;
}
.menu .top .box .filter .city .city-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.menu .top .box .filter .city .city-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.menu .top .box .filter .city .city-box .city-value {
  font-size: 16px;
  line-height: 60px;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.menu .top .box .filter .city .city-box .icon {
  float: right;
  margin-right: 25px;
}
.menu .top .box .filter .city .city-box .icon i {
  line-height: 60px;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
.menu .top .box .filter .city ul {
  width: 100%;
  margin-top: -20px;
  padding-top: 20px;
  background-color: #eeeded;
  display: none;
}
.menu .top .box .filter .city ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.menu .top .box .filter .city ul li:hover {
  background: #F4F4F4;
}
.menu .top .box .filter .button {
  width: 16%;
  float: left;
  height: 60px;
  background-color: #c6150f;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  margin-left: 2%;
  cursor: pointer;
  text-align: center;
  border-radius: 60px;
}
.menu .top .box .filter .button .text {
  font-size: 16px;
  line-height: 60px;
  color: #ffffff;
}
.menu .top .box .right-top {
  width: calc(100% - 212px);
  padding-top: 45px;
  padding-bottom: 46px;
  float: left;
}
.menu .top .box .right-top::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.menu .top .box .right-top .shortcut {
  float: right;
}
.menu .top .box .right-top .shortcut div {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: 26px;
  background-color: #c6150f;
  cursor: pointer;
  border-radius: 50%;
}
.menu .top .box .right-top .shortcut div.cloud a {
  width: 100%;
  display: block;
}
.menu .top .box .right-top .shortcut div.cloud a img {
  display: block;
  width: 20px;
  margin: 0 auto;
  margin-top: 19px;
}
.menu .top .box .right-top .shortcut div.email a {
  width: 100%;
  display: block;
}
.menu .top .box .right-top .shortcut div.email a img {
  display: block;
  width: 26px;
  margin: 0 auto;
  margin-top: 21px;
}
.menu .top .box .right-top .shortcut div.close img {
  display: block;
  width: 24px;
  margin: 0 auto;
  margin-top: 18px;
}
.menu .top .box .right-top .shortcut div:hover {
  background-color: #ff953f;
}
.menu .bottom {
  width: calc(73.2% + 40px);
  min-width: 1200px;
  height: calc(100vh - 200px);
  margin: 0 auto;
  padding-top: 30px;
}
.menu .bottom .left {
  width: 50%;
  max-height: 100%;
  overflow: auto;
  float: left;
}
.menu .bottom .left .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #c6150f;
}
.menu .bottom .left::-webkit-scrollbar {
  width: 2px;
}
.menu .bottom .left::-webkit-scrollbar-track {
  background: #dbdada;
  border-radius: 10px;
}
.menu .bottom .left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cc2237;
}
.menu .bottom .left ul li {
  width: calc(50% - 40px);
  height: 48px;
  margin: 0 20px;
  float: left;
  margin-bottom: 10px;
}
.menu .bottom .left ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.menu .bottom .left ul li:hover a {
  color: #c6150f;
}
.menu .bottom .right {
  width: 50%;
  max-height: 100%;
  overflow: auto;
  float: right;
}
.menu .bottom .right .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #c6150f;
}
.menu .bottom .right::-webkit-scrollbar {
  width: 2px;
}
.menu .bottom .right::-webkit-scrollbar-track {
  background: #dbdada;
  border-radius: 10px;
}
.menu .bottom .right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cc2237;
}
.menu .bottom .right ul li {
  width: calc(50% - 40px);
  height: 48px;
  margin: 0 20px;
  float: left;
  margin-bottom: 10px;
}
.menu .bottom .right ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.menu .bottom .right ul li:hover a {
  color: #c6150f;
}
.inner-bottom {
  width: 100%;
  border-top: solid 1px #d7d7d7;
}
.inner-bottom .box {
  width: 100%;
  background-color: #ffffff;
}
.inner-bottom .box .follow {
  width: 87.5%;
  height: 200px;
  margin: 0 auto;
}
.inner-bottom .box .follow .bottom-logo {
  float: left;
  height: 72px;
  margin-top: 64px;
}
.inner-bottom .box .follow .bottom-logo img {
  height: 100%;
}
.inner-bottom .box .follow .name {
  float: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 52px;
  color: #333333;
  margin-top: 76px;
  margin-left: 50px;
  padding-left: 46px;
  border-left: solid 1px #c8c8c8;
}
.inner-bottom .box .follow .contact {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #999999;
  text-align: right;
  margin-top: 66px;
}
.inner-bottom .box .follow .contact span {
  font-family: DIN-Bold;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -0.8px;
  color: #cc0212;
  display: block;
}
.inner-bottom .box .follow .qr-code {
  float: right;
  margin-right: 52px;
  width: 123px;
  height: 123px;
  margin-top: 38px;
}
.inner-bottom .box .follow .qr-code img {
  width: 100%;
}
.inner-bottom .box .bottom {
  width: 100%;
  height: 62px;
  background-color: #333333;
}
.inner-bottom .box .bottom .beian {
  float: left;
  margin-left: 6.25%;
  line-height: 62px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #9099a0;
}
.inner-bottom .box .bottom .beian a {
  color: #9099a0;
}
.inner-bottom .box .bottom .beian a:hover {
  opacity: 0.8;
}
.inner-bottom .box .bottom .link {
  float: right;
  margin-right: 6.25%;
}
.inner-bottom .box .bottom .link ul li {
  float: left;
  padding: 0 20px;
  border-left: solid 1px #9099a0;
  line-height: 14px;
  margin-top: 24px;
}
.inner-bottom .box .bottom .link ul li:first-child {
  border: 0;
}
.inner-bottom .box .bottom .link ul li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #9099a0;
}
.inner-bottom .box .bottom .link ul li a:hover {
  opacity: 0.8;
}
#EMAnmin01 {
  position: absolute;
  background-image: radial-gradient(rgba(198, 21, 15, 0), rgba(198, 21, 15, 0.2));
  display: block;
  border-radius: 50%;
  top: 0;
  left: -25px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.68s linear;
  -moz-transition: all 0.68s linear;
  -o-transition: all 0.68s linear;
  transition: all 0.68s linear;
}
#EMAnmin01 #BAnmin01 {
  position: absolute;
  background-image: radial-gradient(rgba(198, 21, 15, 0), rgba(198, 21, 15, 0.4));
  display: block;
  border-radius: 50%;
  top: 12px;
  left: 12px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.68s linear;
  -moz-transition: all 0.68s linear;
  -o-transition: all 0.68s linear;
  transition: all 0.68s linear;
}
@media screen and (max-width: 1440px) {
  .menu .top .box .filter {
    width: 45%;
    position: absolute;
    top: 45px;
    left: calc(13.4% + 200px);
    z-index: 1000;
  }
}
