@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #f6f7fa;
}
body a:hover {
  color: #0c5abb !important;
}
#header {
  z-index: 1;
  width: 100%;
  min-width: 1200px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.header {
  box-sizing: border-box;
  padding-top: 16px;
  width: 100%;
  height: 62px;
}
.header .logo {
  float: left;
  margin-right: 45px;
}
.header .logo img {
  display: block;
  float: left;
  vertical-align: middle;
  margin-right: 15px;
}
.header .logo .logo_title {
  float: left;
  padding-top: 3px;
  height: 42px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
}
.header .head_nav {
  float: left;
}
.header .head_nav .nav_ul {
  width: auto;
  height: 44px;
}
.header .head_nav .nav_ul .nav_li {
  position: relative;
  float: left;
  height: 44px;
  line-height: 44px;
  margin: 0 25px;
  font-weight: 400;
}
.header .head_nav .nav_ul .nav_li a {
  font-size: 20px;
  display: block;
  color: #f2f2f2;
}
.header .head_nav .nav_ul .nav_li a:hover {
  color: #0098FF!important;
}
.header .head_nav .nav_ul .nav_li:before {
  display: none;
  content: "";
  width: 100%;
  height: 2px;
  background: #1e5eff;
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
}
.header .head_nav .nav_ul .nav_li:hover:before {
  display: block;
}
.header .head_nav .nav_ul .active a {
  color: #f2f2f2 !important;
}
.header .head_nav .nav_ul .active:before {
  display: block;
}
.header .head_right {
  float: right;
  padding-top: 10px;
}
.header .head_right img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  vertical-align: middle;
}
.header .head_right .head_tel {
  float: left;
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}
.Province {
  display: none;
  position: absolute;
  top: 45px;
  left: -15px;
  width: 525px;
  height: auto;
  padding-top: 13px;
}
.Province .Province_list {
  display: block;
  position: relative;
  width: 525px;
  height: 120px;
  background: #fff;
  padding: 32px 35px 0 35px;
}
.Province .Province_list .item {
  float: left;
  width: 125px;
  margin-left: 40px;
}
.Province .Province_list .item .img {
  width: 100%;
  height: 48px;
}
.Province .Province_list .item .img img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
.Province .Province_list .item .text {
  height: 21px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  text-align: center;
}
.Province .Province_list .item:first-child {
  margin-left: 0px;
}
.Province .Province_list:before {
  position: absolute;
  top: -24px;
  left: 48px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom: 13px solid #fff;
}
.befer_hide:hover:before {
  display: none !important;
}

.Province2 {
  display: none;
  position: absolute;
  top: 45px;
  left: -86px;
  width: 700px;
  height: auto;
  padding-top: 13px;
}
.Province2 .Province_list {
  display: block;
  position: relative;
  width: 700px;
  height: 138px;
  background: #fff;
  padding: 32px 35px 0 35px;
}
.Province2 .Province_list .item {
  float: left;
  width: 125px;
  margin-left: 40px;
}
.Province2 .Province_list .item .img {
  width: 100%;
  height: 48px;
}
.Province2 .Province_list .item .img img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
.Province2 .Province_list .item .text {
  height: 21px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  text-align: center;
}
.Province2 .Province_list .item:first-child {
  margin-left: 0px;
}
.Province2 .Province_list:before {
  position: absolute;
  top: -24px;
  left: 105px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom: 13px solid #fff;
}