﻿* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft YaHei", "pingfang sc medium";
  font-size: 12px;
  color: #000000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}



/* 自定义标签样式 */

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li,
ol li {
  list-style: none;
}

input,
img,
textarea,
button {
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

button {
  background: none;
  outline: none;
}

b {
  font-weight: normal;
}

u {
  text-decoration: none;
}


/* 自定义公共类名样式 */

.fl-lt {
  float: left;
}

.fl-rt {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13;
}

.head {
  padding-top: 14px;
  box-sizing: border-box;
  background: #1A74C7;
}

.head .inner {
  background: #E5E5E5;
  height: 98px;
}

.head .inner .content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head .inner .content .logo1 {
  width: 323px;
}

.head .inner .content .logo2 {
  width: 247px;
  height: 78px;
  /*margin-right: 70px;*/
}

.navigation {

  height: 98px;
  background: rgba(255, 255, 255, .85);
}

.navigation ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation li {
  position: relative;
  line-height: 98px;

}

.navigation li .sub-nav {
  position: absolute;
  top: 99px;
  left: 0;
  padding: 10px 0;
  display: none;
  background: #fff;

  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.3);
  z-index: 12;

}

.navigation li .sub-nav>a {
  padding: 0 15px;
  white-space: nowrap;
  color: #000;
  display: block;
  line-height: 2em;
  font-weight: normal;
}
.navigation li .sub-nav>a.now,
.navigation li .sub-nav>a:hover{
  background: rgba(26, 116, 199, .5);
  color: #fff;
}
.navigation a {
  font-size: 19px;
  color: #1A74C7;
}

.navigation li:last-child .select-box .select-show {
  cursor: pointer;
  font-size: 19px;
  color: #1A74C7;
}

.navigation li:last-child .select-box .item-box {
  position: absolute;
  display: none;
  cursor: pointer;
  padding: 10px 15px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 12;
  font-size: 19px;
}

.navigation li:last-child .select-box .item-box .select-item {
  line-height: 2em;
  white-space: nowrap;
}

.navigation li:last-child .select-box .item-box.show {
  display: block;
}

.navigation li>a {
  padding: 5px 10px;
  box-sizing: border-box;
}

.navigation li.active>a {
  background: #1A74C7;
  border-radius: 4px;
  color: #fff;
}

.banner {
  margin-top: 97px;
}

.banner img {
  display: block;
}

.footer {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 42px;
  background: #1A74C7;

}

.footer .f-cont {
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  color: #fff;
}

.footer .f-cont .map-box {
  margin-left: 20px;
  width: 422px;
  height: 250px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.footer .f-cont .map-box>div {
  width: 100%;
  height: 100%;
}

.footer .f-cont .f-item {
  display: flex;
}

.footer .f-cont .left {
  margin-right: 126px;
}

.footer .info-box .logo {
  margin-bottom: 20px;
  position: relative;
  width: 222px;
  height: 66px;
  background: #fff;
}

.footer .left .info-box {
  width: 225px;
}

.footer .right .info-box {
  width: 315px;
}

.footer .left .info-box .logo {
  padding: 11px 0 11px 11px;
  box-sizing: border-box;
}

.footer .right .info-box .logo {
  padding: 4px 0 0 30px;
  box-sizing: border-box;
}

.footer .left .info-box .logo img {
  width: 211px;
}

.footer .right .info-box .logo img {
  width: 148px;
}

.footer .info-box .logo::after {
  content: "";
  bottom: -16px;
  right: 30px;
  position: absolute;
  border-top: 16px solid #fff;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}

.footer .info-box .adr {
  margin-bottom: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer .info-box .contact div {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;

}

.footer .info-box .contact div img {
  margin-right: 10px;
}

.footer .info-box .contact .show-map {
  display: flex;
  align-items: center;
  color: #C7C7C7;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.copyright span {
  font-size: 12px;
}