@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype"),
    url("../fonts/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "sans-serif";
}
br {
  font-family: Arial, Helvetica, sans-serif;
}
.nav {
  height: 200px;
  width: 100%;
  margin-top: 10px;
}
.nav-main {
  width: 1000px;
  margin: 0 auto;
  z-index: 10000000000;
  clear: both;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
}
ul.dropdown {
  width: 100%;
}
ul.dropdown .cur {
  color: #4581fd;
}
ul.dropdown .cur a {
  color: #4581fd;
}
ul.dropdown .cur span {
  display: block;
}
ul.dropdown li {
  float: left;
  position: relative;
  top: -10px;
  padding: 6px 0 10px;
  margin: 0 20px;
  height: 44px;
}
ul.dropdown a:hover {
  color: #000;
}
ul.dropdown li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #363439;
}
ul.dropdown .sub_menu p {
  background: #fff;
  width: 260px;
  padding: 0;
  opacity: 0.9;
}
ul.dropdown .sub_menu p a {
  padding: 10px 10px 10px 30px;
  display: inline-block;
  line-height: 14px;
}
ul.dropdown .bar {
  width: 24px;
  height: 3px;
  margin-left: -12px;
  background: #4581fd;
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 50%;
  display: none;
  border-radius: 4px;
}
ul.dropdown .nav {
  position: relative;
}
ul.dropdown li .sub_menu a {
  text-align: left;
}
ul.dropdown li a:hover,
ul.dropdown li a.hover {
  /* background: #3498db; */
}
ul.dropdown ul {
  display: none;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 1000;
}
ul.dropdown ul li {
  font-weight: normal;
  /* background: #f6f6f6; */
  color: #000;
  height: 25px;
}
ul.dropdown ul li a {
  display: block;
}
ul.dropdown ul li a:hover {
  display: block;
  background: #4581fd !important;
  color: #fff !important;
}
.drop > a {
  position: relative;
}
.drop > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  z-index: 999;
}
.drop > a:hover:after {
  content: "";
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}
.nav-main .logo {
  float: left;
  width: 100px;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  line-height: 40px;
  position: relative;
  margin-right: 260px;
}
.nav-main .logo a {
  position: relative;
  display: inline-block;
  width: 144px;
  height: 34px;
  margin-top: 6px;
}
.nav-main .logo a .download-img {
  width: 144px;
  height: 34px;
}
.nav-main .btn {
  float: right;
  position: relative;
  top: -4px;
}
.nav-main .btn a {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  height: 34px;
  margin-top: 8px;
  margin-left: 20px;
}
.nav-main .btn a:hover {
  color: #4581fd;
  /*background:#4581fd;
  border-radius:15px;
  width:60px;
  height:30px;
  text-align: center;*/
}
.nav-main .btn a.log {
  background: #4581fd;
  border-radius: 25px;
  width: 100px;
  height: 34px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.nav-main .btn a.log:hover {
  background: #2b59b9;
}
/* 真实导航 */
.nav-bar {
  height: 50px;
  width: 100%;
  background: #fff;
  padding-top: 10px;
  box-shadow: 0px 0px 4px 0px #bbbbbb;
}
.nav-bar ul.dropdown li a {
  color: #363439;
}
.nav-bar ul.dropdown li a:hover {
  color: #4581fd;
}
.nav-bar .btn a {
  color: #363439;
}
.nav-bar ul.dropdown .sub_menu .sub_menu_shadow {
  box-shadow: 0px 2px 4px 0px #bbbbbb;
  transition: all ease-out 0.3s;
}
.nav-bar ul.dropdown .sub_menu .sub_menu_shadow p {
  transition: all ease-out 0.3s;
}
.nav-bar ul.dropdown .sub_menu .sub_menu_shadow p:first-child {
  border-top: 2px solid rgba(69, 129, 253, 0.3);
}
.nav-bar ul.dropdown ul li {
  /* background: #eef0f1;
  height: 25px;
  /* line-height: 30px; */
  padding-bottom: 10px;
  /* opacity:0.9;
  filter:Alpha(opacity=90); /* IE8 以及更早的浏览器 */
}
.nav-bar ul.dropdown ul li:hover {
  /* background: #408ee6; */
}
.nav-bar ul.dropdown ul li a:hover {
  /* color: #fff; */
}
.head ul.dropdown .sub_menu p {
  background: none;
  width: 238px;
  padding: 0;
  opacity: 0.9;
}
.head ul.dropdown .sub_menu p a {
  padding: 10px 36px 10px 30px;
  display: inline-block;
}
.head ul.dropdown .bar {
  width: 24px;
  height: 3px;
  margin-left: -12px;
  background: #4581fd;
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 50%;
  display: none;
  border-radius: 4px;
}
/* 底部导航 */
.main-footer {
  height: 350px;
  padding: 20px 0;
  background: #393d42;
  min-width: 1000px;
  clear: both;
}
.main-footer a:link,
.main-footer a:hover,
.main-footer a:active,
.main-footer a:visited {
  text-decoration: none;
}
.main-footer .center-content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  /*transform: scale(0.95,1);*/
}
.main-footer .center-content .map-item {
  margin-top: 43px;
}
.main-footer .center-content .upper-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.main-footer .upper-content .top-content h5 {
  font-size: 20px;
  color: #c4c6c5;
  margin-bottom: 25px;
}
.main-footer .top-content .contact-region,
.main-footer .top-content .link-region {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
.main-footer .top-content .contact-region {
  font-size: 14px;
}
.main-footer .contact-region .location ul,
.main-footer .contact-region .phone ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  color: #c4c6c5;
}
.main-footer .contact-region .location ul li,
.main-footer .contact-region .phone ul li {
  line-height: 150%;
  margin-bottom: 5px;
  color: #c4c6c5;
  font-size: 14px;
}
.main-footer .contact-region .location i,
.main-footer .contact-region .phone i,
.main-footer .contact-region .email i {
  line-height: 150%;
  margin-right: 5px;
  font-size: 14px;
  color: #c4c6c5;
}
.main-footer .contact-region .email i {
  vertical-align: middle;
}
.main-footer .top-content .link-region {
  font-size: 14px;
}
.main-footer .top-content .link-region a {
  color: #c7c5c5;
  color: #c4c6c5;
  line-height: 14px;
}
.main-footer .top-content .link-region a:hover {
  color: #fff;
}
.main-footer .link-region .about,
.main-footer .link-region .product,
.main-footer .link-region .service,
.main-footer .link-region .weixin {
  float: left;
  margin-left: 22px;
}
.main-footer .link-region .about .title,
.main-footer .link-region .product .title,
.main-footer .link-region .service .title {
  font-size: 16px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #c4c6c5;
}
.main-footer .top-content .link-region .about ul,
.main-footer .top-content .link-region .product ul,
.main-footer .top-content .link-region .service ul {
  margin: 0;
}
.main-footer .top-content .link-region .about ul li,
.main-footer .top-content .link-region .product ul li,
.main-footer .top-content .link-region .service ul li {
  line-height: 150%;
  margin-bottom: 7px;
}
.main-footer .link-region .weixin {
  font-size: 12px;
  text-align: center;
}
.main-footer .link-region .weixin h5 {
  margin-top: 24px;
}
.main-footer .upper-content .bottom-content {
  height: 34px;
  font-size: 12px;
  color: #a5a5a5;
  padding-top: 10px;
  line-height: 12px;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}
.main-footer .bottom-content span {
  vertical-align: middle;
}
.main-footer .link-list {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.main-footer .link-list li {
  float: left;
  margin-left: 67px;
}
.main-footer .link-list li a {
  color: #a5a5a5;
}
.main-footer .link-list li a:hover {
  color: #fff;
}
.main {
  min-width: 1100px;
}
.other_page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.banner_other {
  margin-top: 60px;
}
