.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  background-color: #000310;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.header .headerBox {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
}
.header .logo {
  width: 145px;
  min-width: 145px;
  margin-right: 178px;
}
.header .logo h1 {
  width: 100%;
  height: 100%;
}
.header .logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo h1 a img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav {
  flex: 1;
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}
.header .nav .a {
  flex: 1;
  height: 100%;
  line-height: 80px;
  position: relative;
}
.header .nav .a a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  color: #fbf5f5;
  cursor: pointer;
}
.header .nav .a .list {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: 2000;
  width: 156px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header .nav .a .list .item {
  flex: 1;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.header .nav .a .list .item .title {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #6b6b6b;
  line-height: 35px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.header .nav .a .list .item .title:hover {
  color: #1761a3;
}
.header .nav .a .list .item ul {
  width: 100%;
}
.header .nav .a .list .item ul li {
  width: 100%;
}
.header .nav .a .list .item ul li a,
.header .nav .a .list .item ul li .a {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #6b6b6b;
  line-height: 35px;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.header .nav .a .list .item ul li a:hover,
.header .nav .a .list .item ul li .a:hover {
  color: #1761a3;
}
.header .nav .a .list .item ul li a.active,
.header .nav .a .list .item ul li .a.active {
  color: #1761a3;
}
.header .telephone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #fbf5f5;
  white-space: nowrap;
  margin-left: 62px;
}
.header .telephone img {
  margin-right: 13px;
}
.bannerBox {
  width: 100%;
  height: 680px;
  position: relative;
}
.bannerBox .textBox {
  position: absolute;
  top: 245px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.bannerBox .textBox .h2 {
  width: 558px;
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #fbf5f5;
  line-height: 56px;
}
.bannerBox .textBox .h3 {
  width: 558px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #fbf5f5;
  line-height: 23px;
}
.bannerBox .textBox .contact-us {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.bannerBox .textBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin: 70px auto;
}
.bannerBox .textBox .btn {
  display: block;
  width: 160px;
  height: 50px;
  opacity: 0.44;
  border: 2px solid #fbfcfd;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
.bannerBox .textBox .btn:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  font: "Microsoft Yahei";
  color: #fff;
}
.infoBox {
  display: block;
  padding-top: 30px;
  height: 100%;
  box-sizing: border-box;
}
.infoBox .h2 {
  font-size: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.infoBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  margin: 32px auto 50px;
}
.infoBox .desc {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #5b5b5b;
  line-height: 25px;
}
.infoBox .content {
  width: 1200px;
  height: 700px;
}
.infoBox .content img {
  display: block;
  width: 100%;
  height: 100%;
}
.section1 {
  padding: 58px 0 85px;
  box-sizing: border-box;
}
.section1 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section1 .top .left {
  width: 240px;
  min-width: 240px;
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4d4d4d;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section1 .top .left .bc {
  width: 6px;
  height: 31px;
  background: #1761A3;
  border-radius: 2px;
  margin-left: 20px;
}
.section1 .top .right {
  position: relative;
}
.section1 .top .right::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/search-icon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 99;
}
.section1 .top .right input {
  display: block;
  width: 330px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  outline: none;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
.section1 .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #E2E2E2;
}
.section1 .bottom .left {
  width: 240px;
  min-width: 240px;
}
.section1 .bottom .right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.section1 .bottom .right li {
  width: 30%;
  height: 310px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  list-style: none;
  margin-left: 3%;
  margin-bottom: 25px;
  padding: 30px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.section1 .bottom .right li:hover {
  transform: scale(1.05);
}
.section1 .bottom .right li img {
  display: block;
  height: 140px;
  margin: 0 auto 53px;
}
.section1 .bottom .right li .name {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #5e5e5e;
  margin-bottom: 10px;
}
.section2 {
  padding: 58px 0 85px;
  box-sizing: border-box;
}
.section2 .bread {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.section2 .bread .text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4d4d4d;
  margin-right: 15px;
  cursor: pointer;
}
.section2 .bread .bc {
  width: 6px;
  height: 31px;
  background: #1761A3;
  border-radius: 2px;
  margin-right: 15px;
}
.section2 .list {
  width: 100%;
  height: auto;
}
.section2 .list .item {
  width: 100%;
  height: auto;
}
.section2 .list .item:first-of-type .top {
  border-top: 1px solid #AAAAAA;
}
.section2 .list .item .top {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: Normal;
  border-bottom: 1px solid #AAAAAA;
  box-sizing: border-box;
}
.section2 .list .item .top .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.section2 .list .item .top .icon .jia,
.section2 .list .item .top .icon .jian {
  width: 100%;
  height: 100%;
}
.section2 .list .item .top .icon .jian {
  display: none;
}
.section2 .list .item .top .icon .jia {
  display: block;
}
.section2 .list .item .top .left {
  width: 50px;
  min-width: 50px;
  color: #ff0000;
}
.section2 .list .item .top .right {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.section2 .list .item .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: Normal;
}
.section2 .list .item .bottom .left {
  width: 50px;
  color: #ff0000;
}
.section2 .list .item .bottom .right {
  flex: 1;
}
.section2 .list .item .bottom .right ul {
  width: 100%;
}
.section2 .list .item .bottom .right ul li {
  width: 100%;
  color: #666;
  line-height: 36px;
}
.section3 {
  height: 495px;
}
.section3 .bannerBox {
  height: 100%;
}
.section3 .bannerBox img {
  width: 100%;
}
.section3 .bannerBox .textBox {
  position: absolute;
  top: 156px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.section3 .bannerBox .textBox .h2 {
  font-size: 36px;
  margin-bottom: 12px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: normal;
}
.section3 .bannerBox .textBox .h3 {
  width: 500px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  line-height: normal;
}
.section3 .bannerBox .textBox a,
.section3 .bannerBox .textBox .a {
  display: block;
  width: 145px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 50px auto;
  transition: all 0.5s ease-in-out;
}
.section3 .bannerBox .textBox a:hover,
.section3 .bannerBox .textBox .a:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.footer {
  position: relative;
  display: block;
  width: 100%;
  height: 520px;
  background-image: url('../images/footer-bc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0 150px;
  box-sizing: border-box;
}
.footer .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .list .item .top {
  width: 50px;
  height: 2px;
  background-color: #f6f6f6;
  margin-bottom: 38px;
}
.footer .list .item .bottom ul li {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
.footer .list .item .bottom ul li a,
.footer .list .item .bottom ul li .a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
.footer .corpRight {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  border-top: 1px solid rgba(246, 246, 246, 0.3);
  font-size: 14px;
  font-family: Segoe UI, Segoe UI-Regular;
  font-weight: 400;
  text-align: center;
  color: #f6f6f6;
}
.footer .corpRight a {
  font-size: 14px;
  font-family: Segoe UI, Segoe UI-Regular;
  font-weight: 400;
  text-align: center;
  color: #f6f6f6;
}
