﻿@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}

/*-----------------[初始化]--------------*/
body {
  color: #444;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Poppins-Regular", "微软雅黑", "Microsoft Yahei";
}
a {
  color: #444;
}
a:hover {
  color: #f60;
}
img {
  max-width: 100%;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input,
textarea,
select {
  font-size: 12px;
  color: #444;
  font-family: "微软雅黑", "Microsoft Yahei";
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}

.ani {
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
*,
*:after,
*:before {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/*布局*/
.wp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wp2 {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
.wp3 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wp4 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.wp5 {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
.wp6 {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
}
.h50 {
  height: 50px;
  clear: both;
  overflow: hidden;
}
.h100 {
  height: 100px;
  clear: both;
  overflow: hidden;
}

/*******************************
  -------[=头部]-------
********************************/
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #163b58;
  background-image: url(//cdn.xuansiwei.com/yansh13256/1785398462068/tupian1_r__1600-872_c__c4cfd7_.png?x-oss-process=style/png_small);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.index .header {
  background-color: transparent;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 109;
}
.header .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 53px;
  overflow: hidden;
}
.header .top span {
  color: #f8f4f4;
  display: block;
  padding: 0 15px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header .top .tel {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header .hd {
  *zoom: 1;
}
.header .hd:after,
.header .hd:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.logo {
  float: left;
  line-height: 142px;
  font-size: 0;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
  height: 71px;
}
.hdr {
  float: right;
}
.nav {
  float: left;
}
.nav li {
  float: left;
}
.nav li .v1 {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 142px;
  padding: 0 36px;
  position: relative;
}
.nav li .v1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #8d9ba4;
  opacity: 0.4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.so-btn {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: 55px;
  background: #e58224 url(../images/i-so.png) no-repeat center;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
  position: relative;
  z-index: 9;
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn b {
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 3px 0 5px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn.open {
}
.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 30px;
}
.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner .con {
  display: block;
  height: 100vh;
  outline: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner .txt {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 1340px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .txt h2 {
  font-size: 57px;
  color: #faf0f0;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
}
.banner .txt .desc {
  font-size: 57px;
  color: #e58224;
  text-transform: uppercase;
  margin-bottom: 120px;
}
.banner .btn {
  display: block;
  width: 239px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color: #fff;
  background-color: #e58224;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.banner .btn:hover {
  opacity: 0.8;
}

/*******************************
  -------[=底部]-------
********************************/
.fd-sub {
  height: 110px;
  overflow: hidden;
  margin-bottom: 3px;
  background-color: #00599f;
}
.fd-sub .cont {
  max-width: 970px;
  margin: 0 auto;
}
.fd-sub .tit {
  float: left;
  line-height: 110px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 57px;
  background: url(../images/i-04.png) no-repeat left center;
  -o-background-size: 35px auto;
  -ms-background-size: 35px auto;
  -moz-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
}
.fd-sub .form {
  float: right;
  margin-top: 28px;
  position: relative;
}
.fd-sub input {
  width: 470px;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
  border: 0;
  display: block;
}
.fd-sub .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 108px;
  height: 44px;
  color: #fff;
  font-weight: normal;
  border: 0;
  font-weight: bold;
  background-color: #0a6ce2;
  cursor: pointer;
}

.footer {
  background-color: #163b58;
}
.fd-con {
  overflow: hidden;
  padding: 51px 0 91px;
}
.fd-l {
  float: left;
  width: 255px;
}
.fd-logo {
  margin-bottom: 30px;
}
.fd-logo img {
  display: block;
  height: 71px;
}
.fd-txt {
  font-size: 15px;
  color: #faf0f0;
  line-height: 1.2;
  margin-bottom: 57px;
}
.fd-btn {
  display: block;
  width: 100px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #0a6ce2;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.fd-btn:hover {
  color: #fff;
  opacity: 0.8;
}
.fd-link {
  float: left;
  margin-left: 70px;
}
.f-tit {
  position: relative;
  font-size: 15px;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 55px;
  margin-top: 26px;
}
.f-tit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #00c0e2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fd-link .con a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.fd-link .con a:hover {
  text-decoration: underline;
}

.fd-adr {
  float: right;
  width: 305px;
}
.fd-adr .item {
  margin-bottom: 16px;
  padding-left: 35px;
  background-position: left top;
  background-repeat: no-repeat;
  -o-background-size: 25px auto;
  -ms-background-size: 25px auto;
  -moz-background-size: 25px auto;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}
.fd-adr .desc {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.fd-adr .i1 {
  background-image: url(../images/i-05.png);
}
.fd-adr .i2 {
  background-image: url(../images/i-06.png);
}
.fd-adr .i3 {
  background-image: url(../images/i-07.png);
}

.fd-bot {
  height: 110px;
  line-height: 110px;
  font-size: 0;
  text-align: center;
  background-color: #1f2a31;
}
.fd-bot .copy {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 80px;
}
.fd-bot .share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 80px;
}
.fd-bot .share a {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d78;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.fd-bot .share .i1 {
  background-image: url(../images/i-08.png);
}
.fd-bot .share .i2 {
  background-image: url(../images/i-09.png);
}
.fd-bot .share .i3 {
  background-image: url(../images/i-10.png);
}
.fd-bot .share .i4 {
  background-image: url(../images/i-11.png);
}
.fd-bot .share .i5 {
  background-image: url(../images/i-12.png);
}

/*******************************
    -------[=正文]-------
********************************/
