body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
br,
hr,
table,
tr,
td,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
}
body {
  font-family: "microsoft yahei";
  font-size: 12px;
  color: #fff;
  height: 100%;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #fff;
}
div:after,
ul:after {
  content: '';
  display: block;
  clear: both;
}
div:before {
  content: '';
  display: table;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.center {
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: 0 auto!important;
}
header {
  position: relative;
}
header .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 15px;
  text-align: center;
}
header .header > i {
  width: 9px;
  height: 37px;
  background: url(../images/c3.jpg);
}
header .header > img {
  margin-left: 75px;
  cursor: pointer;
}
header .header > img:nth-child(3) {
  display: none;
}
header .header > a {
  display: inline-block;
  padding: 15px 2% 20px;
  color: #fff;
}
header .header > a b {
  display: block;
  width: 0;
  margin-top: 5px;
  border-bottom: 1px solid #fff;
}
header .header > a.cur2 b {
  width: 100%;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}
header .header > a.cur {
  color: #ff6b00;
}
header .header > a.cur b {
  width: 100%;
  border-bottom: 1px solid #ff6b00;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .fade {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #999;
}
.header .fade .title {
  width: 25%;
  text-align: left;
}
.header .fade .title h4 {
  font-size: 16px;
  font-weight: normal;
}
.header .fade .title p {
  margin: 30px 0;
  line-height: 22px;
}
.header .fade .title a {
  padding: 5px 20px;
  letter-spacing: 4px;
  background: transparent;
  color: #ff6b00;
  border: 1px solid #ff6b00;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .fade .title a:hover {
  color: #fff;
  background: #ff6b00;
}
.header .fade ul {
  margin-top: 30px;
  margin-left: 10%;
}
.header .fade ul li {
  color: #bab8b8;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: left;
  display: table;
}
.header .fade ul li:hover a {
  color: #ff6b00;
}
.header .fade ul li:hover b {
  width: 95%;
}
.header .fade ul li:hover i {
  visibility: visible;
}
.header .fade ul li i {
  visibility: hidden;
  vertical-align: middle;
  width: 4px;
  height: 6px;
  margin-left: 10px;
  background: url(../images/r3.png);
}
.header .fade ul li b {
  display: block;
  width: 0;
  height: 1px;
  background: #ff6b00;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .fade .pic {
  margin-right: 5%;
  position: relative;
}
.header .fade .pic div {
  display: none;
  width: 260px;
}
.header .fade .pic div:first-child {
  display: block;
}
.header .fade .pic p {
  margin-top: 5px;
}
.header .fade ul li a {
  color: #999;
}
.banner > img {
  width: 100%;
}
.fade > div {
  display: none;
  padding: 30px 0;
}
.header div {
  margin: 15px 5% 15px 0;
}
.header div img {
  display: inline-block;
}
.header div i {
  display: inline-block;
  width: 1px ;
  height: 15px;
  margin: 0 5px;
  background: #fff;
  vertical-align: sub;
}
.header div > a {
  display: inline-block;
  background: #ff6b00;
  padding: 0 3px;
  color: #fff;
}
.header div .cur {
  background: #fff;
  color: #ff6b00;
}
.header form {
  display: none;
  position: relative;
  margin-top: 2px;
  margin-right: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.header form input {
  margin-right: 10px;
  background: transparent;
  color: #fff;
}
.header form button {
  position: absolute;
  right: -16px;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url(../images/search.png);
}
#footer {
  padding: 1% 10% 1%;
  text-align: center;
  color: #4c4a49;
}
#footer img {
  display: block;
  margin: 5px auto;
}
#footer > p {
  font-size: 20px;
  margin: 10px auto 5px;
}
#footer a {
  display: block;
  margin: 15px auto;
  width: 190px;
  height: 40px;
  border: 1px solid #ff6b00;
  background: url(../images/email.png) no-repeat center center;
}
#footer div {
  margin-top: 10px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.goback {
  margin-top: 80px;
  position: relative;
  text-align: center;
}
.goback a:first-child,
.goback a:nth-child(3) {
  width: 57px;
  height: 8px;
  margin-top: 10px;
}
.goback a:first-child {
  margin-left: 10%;
  background: url(../images/detail_l1.png);
}
.goback a:first-child:hover {
  background-image: url(../images/detail_l2.png);
}
.goback a:nth-child(3) {
  margin-right: 10%;
  background: url(../images/detail_r1.png);
}
.goback a:nth-child(3):hover {
  background-image: url(../images/detail_r2.png);
}
.goback a:nth-child(2) {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 27px;
  height: 38px;
}
.goback a:nth-child(2):hover img {
  top: -52px;
}
.goback a:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.goback i {
  width: 29px;
  height: 16px;
  position: absolute;
  top: 10%;
  right: 5%;
  background: url(../images/top.png);
  cursor: pointer;
}
.header .fade > div:nth-child(1) ul li:nth-child(5) {
  display: none;
}
.form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.form form {
  position: relative;
  border-radius: 20px;
  background: #fff;
  width: 300px;
  padding: 70px  40px 30px;
}
.form form img {
  position: absolute;
  right: 0;
  top: 35px;
  cursor: pointer;
}
.form form div {
  padding-left: 5px;
  position: relative;
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
}
.form form div span {
  font-size: 13.3px;
}
.form form div select {
  float: right;
  margin-top: 15px;
  padding: 3px 5px;
  border: 0;
}
.form form div:nth-child(1):before,
.form form div:nth-child(4):before {
  content: '*';
  color: #ff6b00;
  position: absolute;
  left: -10px;
  top: 6px;
}
.form form input {
  border: 0;
  outline: none;
}
.form form button {
  display: block;
  font-size: 18px;
  background: #ff6b00;
  width: 100%;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 10px 0;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .header > a {
    display: none;
  }
  .header div {
    margin: 15px 85px 15px 0;
    position: relative;
    z-index: 10;
  }
  .header > img {
    position: relative;
    z-index: 10;
  }
  header .header > img {
    margin-left: 25px;
  }
  #openlc {
    position: fixed;
    z-index: 10;
  }
  .header form input {
    width: 85px;
  }
  .goback {
    margin-top: 45px;
  }
  .goback a:first-child {
    margin-left: 15%;
  }
  .goback a:nth-child(3) {
    margin-right: 15%;
  }
  #footer > p {
    font-size: 20px;
    margin: 10px auto 5px;
    background: none;
  }
}
