@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



li {
  list-style: none;
}


img,
input,
textarea {
  border: 0px;
  vertical-align: middle;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
input,
button,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

a,
i,
em,
b,
strong {
  text-decoration: none;
}

.clear {
  clear: both;
  display: none;
}

.clearfix:after {
  content: ".";
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wid {
  width: 1200px;
  margin: 0 auto;
}

.container {
  padding: 0 6%;
}

button {
  outline: none;
}

select {
  outline: 0;
  background: none;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  min-width: 240px;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  position: relative;
  color: rgba(34, 34, 34, 1);
  background: #fff;
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100% !important;
}

input::-webkit-input-placeholder {
  color: #CFCFCF
}

input:-moz-placeholder {
  color: #CFCFCF
}

textarea:-moz-placeholder {
  color: #CFCFCF
}

textarea::-webkit-textarea-placeholder {
  color: #CFCFCF
}

textarea:-ms-input-placeholder {
  color: #CFCFCF
}

textarea::-webkit-input-placeholder {
  color: #CFCFCF
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-appearance: button;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

a {
  color: rgba(34, 34, 34, 1);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

/*nav-------------------------------------------------*/
.header-block {
  display: none;
  height: 50px;
}

.header .topBar {
  background: #141212;
  color: #fff;
  height: 52px;
  line-height: 52px;
  position: relative;
}

.header .topBar .fr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  line-height: normal;
}

.header .topBar .icon-tel {
  float: left;
  width: 27px;
  margin-right: 16px;
}

.header .topBar .tel-con h4 {
  font-size: 12px;
  font-family: SourceHanSerifCN-Bold;
  position: relative;
  top: 2px;
}

.header .topBar .tel-con p {
  font-size: 21px;
  color: #f46c06;
  font-family: SourceHanSerifCN-Heavy;
  font-style: italic
}

.header .logo {
  width: 200px;
  height: 200px;
  text-align: center;
  background: #fce2ae;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -154px;
  z-index: 2;
  border-radius: 0 0 40px 40px;
  padding: 20px;
}

.header .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.header .logo img {
  max-width: 164px;
}

.header .nav {
  background: #eb6400;

}

.header .nav ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.header .nav ul>li {
  float: left;
  height: 88px;
  position: relative;
  width: 140px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.header .nav ul>li:nth-child(4) {
  margin-left: 240px;
}

.header .nav ul>li:last-child {
  margin-right: 0;
}

.header .nav ul li>a {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.header .nav ul li>a .cn {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}

.header .nav ul li>a .en {
  display: block;
  text-transform: uppercase;
}

.header .nav ul li.active {
  background: #c85500;
}

/*手机样式*/

.menuBtn {
  position: fixed;
  z-index: 10001;
  top: 14px;
  right: 15px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.menuBtn b {
  background-color: #fff;
  width: 24px;
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.fixme .menuBtn b:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  position: relative;
}

.fixme .menuBtn b:nth-child(2) {
  display: none;
}

.fixme .menuBtn b:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-footer {
  color: #fff;


}

.ft-wrap {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.ft-wrap .wid {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.ft-wrap .ft-logo {
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 280px;
  background: rgba(244, 108, 6, .6);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.ft-wrap .ft-logo img {
  max-width: 90%;
}

.ft-wrap .ft-form {
  padding: 30px 0 66px 46px;
}

.ft-wrap .ft-form header {
  font-size: 30px;
}

.ft-wrap .ft-form form {
  margin-top: 34px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row:first-child {
  margin-right: 19px;
}

.ft-wrap .wid .form-row {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.form-row label {
  width: 47px;
  line-height: 44px;
}

.ft-wrap .wid .form-row:last-child {
  margin-bottom: 0;
}

.form-text {
  background: rgba(255, 255, 255, .2);
  font-size: 16px;
  color: #fff;
  width: 260px;
  padding: 11px 14px;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  -moz-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.form-text:focus {
  box-shadow: 0px 0px 3px #eb6400
}

textarea.form-text {
  width: 586px;
  height: 110px;
  resize: none;
}

.form-row:last-child {
  width: 100%;
}


input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.ft-info {
  background: #1b1e23;
  padding: 40px 0;
}

.ft-info .wid {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ft-info .info-item {
  margin: 0 12px;
  border: 2px dashed #494b4f;
  padding: 14px;
  border-radius: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ft-info .info-item img {
  max-height: 20px;
  padding-right: 7px;
}

.copyRight {
  background: #121416;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

@media screen and (min-width:1000px) {
  .header .nav ul li:hover {
    background: #c85500
  }

  .header .nav dl {
    background-color: #c85500;
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    min-width: 160px;
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    visibility: hidden;
    padding: 16px 0;
    z-index: 2;
  }


  .header dl:after,
  .header dl:before {
    bottom: 100%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .header .nav dl a {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0 1.4em;
    -webkit-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    white-space: nowrap;
    color: #fff;
    padding-left: 36px;
    font-size: 16px;
    position: relative;
  }

  .header .nav dl a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 28px;
    height: 100%;
    width: 7px;
    background: url(../images/icon_arr-right2.png) no-repeat center;
    -o-background-size: 7px;
    background-size: 7px;
  }

  .header .nav li:hover dl {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    visibility: visible;
  }

  .header .nav dl a:hover {
    background: #eb6400;
  }


}

.align-vertical {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.vertical-inner {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: SourceHanSerifCN-Bold;
  src: url(../fonts/SourceHanSerifCN-Bold.otf)
}

@font-face {
  font-family: SourceHanSerifCN-Heavy;
  src: url(../fonts/SourceHanSerifCN-Heavy.otf)
}

@font-face {
  font-family: SourceHanSerifCN-Regular;
  src: url(../fonts/SourceHanSerifCN-Regular.otf)
}


/* sidebar */

.sidebar {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: .333333rem;
  z-index: 100;
}

.sidebar ul li {
  border-bottom: 1px solid #b04c01;
  position: relative;
}

.sidebar ul li:last-child {
  border: none;
}

.sidebar ul li figure {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f46c06;
  width: 54px;
  height: 54px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.sidebar ul li figure:hover {
  background: #b04c01
}

.sidebar ul li figure img {
  max-width: 30px;
}

.wechat-box {
  position: absolute;
  right: 50px;
  z-index: 1000;
  top: 0;
  padding: 0 15px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  -moz-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}

.wb-item header.text-lf {
  text-align: left !important;
  line-height: 24px;
  padding: 10px;
}

.wechat-box::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;

}

.wechat-box .we-img {
  width: 100px;
  height: 100px;
  background: #ebebeb;
}

.wechat-box .we-img img {
  width: 100%;
  height: 100%;
}

.wb-item header {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #444444;
}

.wb-item span {
  font-size: 12px;
  color: #999999;
  line-height: 30px;
}


.wechat-box.active {
  right: 66px;
  opacity: 1;
  visibility: visible;
}


.wechat-box .wb-item img {
  /*width: 2.972222rem;*/
}

.wechat-box .wb-item span {
  display: block;
  font-size: .333333rem;
  padding: .111111rem 0;
}

.gotop {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  -moz-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.gotop.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* 分页 */
.pagination {
  height: 44px;
  padding: 50px 0;
  text-align: center;
  font-size: 0;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  min-width: 34px;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  color: #777777;
  border: 1px solid #d3d3d3;
  margin: 0 5px;
  font-size: 16px;
  border-radius: 4px;
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
  width: 88px;
}

.pagination ul li a:hover {
  background-color: #f4efef
}

.pagination ul li.active a {
  background: #ff8100;
  color: #fff;
  border: 1px solid #ff8100;
}