html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
  font-weight: normal;
}
input,
input:focus {
  outline: none;
  border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a,
a:hover {
  text-decoration: none;
}
a:hover img {
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
.titLimit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titLimitMore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.titLimit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jdjz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
@font-face {
  font-family: 'S_Light';
  src: url("../font/SOURCEHANSERIFCN-LIGHT.OTF");
}
@font-face {
  font-family: 'PuHuiTi_Regular';
  src: url("../font/Alibaba-PuHuiTi-Regular.ttf");
}
@font-face {
  font-family: 'PuHuiTi_Medium';
  src: url("../font/Alibaba-PuHuiTi-Medium.ttf");
}
html {
  font-size: 100px;
}
body {
  font-size: 16px;
  font-family: 'PuHuiTi_Regular';
  color: #333;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
body::-webkit-scrollbar {
  display: none;
}
.container {
  margin: 0 auto;
  width: 15.2rem;
  padding: 0;
}
.container::before,
.container::after {
  display: none;
}
img {
  max-width: 100%;
}
header {
  height: 0.9rem;
  background-color: #f66429;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 0.6rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .headerin,
header .tools {
  display: flex;
  justify-content: space-between;
}
header .logo {
  padding-top: 0.1rem;
  font-size: 0;
}
header .logo img {
  display: inline-block;
  height: 0.71rem;
  width: auto;
}
header .logo img:last-child {
  margin-left: 0.16rem;
}
header .navs {
  transition: none;
  -webkit-transition: none;
}
header .navs ul {
  font-size: 0;
}
header .navs ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.29rem 0;
}
header .navs ul li:last-child {


}
header .navs ul li > a {
  display: block;
  position: relative;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.27rem;
}
header .navs ul li > a::after {
  content: '';
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, 0);
  width: 0.3rem;
  height: 0.03rem;
  border-radius: 0.1rem;
}
header .navs ul li.active > a::after {
  background-color: #ffffff;
}
header .navs ul li .subnav {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  padding: 0 0.06rem 0.1rem;
}
header .navs ul li .subnav .subth {
  font-size: 0.2rem;
  color: #333;
  border-bottom: 0.01rem solid #8d8e8f;
  padding: 0.14rem 0 0.18rem 0;
  margin-bottom: 0.1rem;
}
header .navs ul li .subnav a {
  font-size: 0.16rem;
  line-height: 0.38rem;
  position: relative;
  width: 100%;
  text-align: center;
  color: #333;
  display: block;
}
header .navs ul li .subnav a::after,
header .navs ul li .subnav a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  width: 0;
  height: 0;
  border: 0.08rem solid transparent;
  border-left-color: #f88715;
  display: none;
}
header .navs ul li .subnav a::before {
  left: 0.08rem;
  border-left-color: #fff;
  z-index: 1;
}
header .navs ul li .subnav a::after {
  left: 0.1rem;
}
header .navs ul li .subnav a.active,
header .navs ul li .subnav a:hover {
  color: #f88715;
}
header .navs ul li .subnav a.active::after,
header .navs ul li .subnav a:hover::after,
header .navs ul li .subnav a.active::before,
header .navs ul li .subnav a:hover::before {
  display: block;
}
header .search {
  position: relative;
  line-height: 0.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .search input {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.26rem;
  padding-right: 0.4rem;
  height: 0.4rem;
  width: 1.8rem;
  padding-left: 0.16rem;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.4rem;
}
header .search img {
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  right: 0.16rem;
  top: 50%;
  margin-top: -0.09rem;
}
header #menu {
  display: none;
}
footer {
  position: relative;
  padding-top: 1rem;
  background-image: url("../img/ft-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .copyright {
  color: #8d8e8f;
  font-size: 0.14rem;
  line-height: 0.34rem;
  border-top: 0.01rem solid #e1e1e1;
  padding: 0.21rem 0 0.24rem 0;
  text-align: center;
}
footer .fnav {
  font-size: 0;
  margin-bottom: 0.4rem;
}
footer .fnav .fnl,
footer .fnav .fnc,
footer .fnav .fnr {
  float: left;
}
footer .fnav .fnl {
  width: 20%;
}
footer .fnav .fnl img {
  width: 1.14rem;
  height: 0.95rem;
  display: block;
}
footer .fnav .fnl > div {
  font-family: 'S_Light';
  font-size: 0.16rem;
  line-height: 0.9rem;
  letter-spacing: 0.05rem;
}
footer .fnav .fnl .tel img,
footer .fnav .fnl .tel div {
  display: inline-block;
  vertical-align: middle;
}
footer .fnav .fnl .tel img {
  width: 0.4rem;
  height: 0.4rem;
}
footer .fnav .fnl .tel div {
  line-height: initial;
}
footer .fnav .fnl .tel div span {
  font-size: 0.2rem;
}
footer .fnav .fnl .tel div p {
  font-size: 0.24rem;
}
footer .fnav .fnc {
  width: 69%;
  padding-left: 1%;
  box-sizing: border-box;
  text-align: center;
}
footer .fnav .fnc ul {
  font-size: 0;
}
footer .fnav .fnc ul .cli {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.4rem;
}
footer .fnav .fnc ul .cli:first-child {
  margin-left: 0;
}
footer .fnav .fnc ul .cli:last-child {
  margin-right: 0;
}
footer .fnav .fnc ul .cli .arrow {
  display: none;
  width: 0.1rem;
  height: 0.16rem;
}
footer .fnav .fnc ul .cli > a {
  font-size: 0.16rem;font-size: 0.24rem;
  color: #000;
}
footer .fnav .fnc ul .cli .fsub {
  margin-top: 0.24rem;
}
footer .fnav .fnc ul .cli .fsub li {
  display: block;
}
footer .fnav .fnc ul .cli .fsub li a {
  font-size: 0.14rem;font-size: 0.2rem;
  line-height: 0.34rem;
  color: #333;
}
footer .fnav .fnr {
  width: 11%;
  float: right;
}
footer .fnav .fnr .fcode {
  width: 1.8rem;
  text-align: center;
}
footer .fnav .fnr .fcode img {
  width: 1.46rem;
  height: 1.46rem;
  margin: 0 auto;
}
footer .fnav .fnr .fcode p {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #8d8e8f;
}
.cebian {
  position: fixed;
  text-align: center;
  cursor: pointer;
  right: 0.1rem;
  bottom: 30%;
  z-index: 10;
}
.cebian .slideli {
  display: block;
  position: relative;
  width: 0.66rem;
  height: 0.66rem;
  margin-bottom: 0.03rem;
  background-color: rgba(141, 142, 143, 0.4);
  box-shadow: 0px 0.04rem 0.1rem rgba(0, 0, 0, 0.12);
}
.cebian .slideli > img {
  width: 0.42rem;
  height: 0.5rem;
  margin: 0.08rem auto;
}
.cebian .slideli:hover {
  background-color: #a7a7a7;
  transition: background-color 0.3s;
}
.cebian .slideli .slidelin {
  display: none;
  z-index: 99;
  position: absolute;
  right: 110%;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-shadow: 0.02rem 0.03rem 0.2rem 0px rgba(155, 160, 167, 0.25);
  text-align: center;
  transition: none;
  -webkit-transition: none;
}
.cebian .slideli .slidelin img {
  width: 100%;
  height: 100%;
}
.cebian .slideli.slidetel .slidelin {
  font-size: 0.18rem;
  white-space: nowrap;
  padding: 0 0.15rem;
  width: auto;
  border-radius: 0.1rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background-color: #fff;
}
.nav-abbreviation {
  width: 32px;
  cursor: pointer;
  opacity: 1;
  float: right;
  display: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.nav-abbreviation:focus {
  outline: none;
}
.nav-abbreviation:before,
.nav-abbreviation:after {
  content: '';
  width: 32px;
  height: 3px;
  background: #fff;
  display: block;
}
.nav-abbreviation .nav-abb-c {
  width: 32px;
  height: 3px;
  background: #fff;
  margin: 8px 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.nav-abbreviation.nav-abbreviation-act .nav-abb-c {
  width: 18px;
}
.cebl {
  position: fixed;
  left: 0;
  top: 10%;
  z-index: 101;
}
.cebl a {
  display: block;
  width: 1.77rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: rgba(225, 240, 250, 0.54);
  font-size: 0.18rem;
  color: #333333;
  padding-left: 0.35rem;
  margin-bottom: 0.01rem;
  position: relative;
  text-decoration: none;
}
.cebl a svg {
  position: absolute;
  right: 0.18rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.cebl a.active {
  background-color: #2c85db;
  color: #fff;
}
.cebl a.active svg path {
  stroke: #fff;
}
.page {
  font-size: 0;
  text-align: center;
  margin-bottom: 5%;
}
.page a {
  display: inline-block;
  vertical-align: middle;
  width: 0.34rem;
  line-height: 0.34rem;
  margin-left: 0.12rem;
  height: 0.34rem;
  text-align: center;
  border: 0.01rem solid transparent;
  color: #999999;
  font-size: 0.16rem;
}
.page a img {
  width: 0.1rem;
  height: 0.18rem;
  margin-top: -0.02rem;
}
.page .page-cur {
  border-color: #f88715;
  color: #f88715;
  border-radius: 50%;
}
.page .page-next {
  transform: rotate(180deg);
}
.page .page-next img {
  margin-bottom: 0.08rem;
}
.section .container {
  padding-top: 0.9rem;
  box-sizing: border-box;
}
.section .footerpage .container {
  padding-top: 0;
}
@media screen and (max-width: 1680px) {
  .container {
    width: 14rem;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    width: 13.7rem;
  }
  footer .fnav .fnc {
    padding-left: 4%;
  }
  footer .fnav .fnc ul .cli {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  header {
    padding: 0 0.4rem;
  }
  header .navs ul li {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  header .navs ul li > a {
    display: block;
    position: relative;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.27rem;
  }
}
@media screen and (max-width: 1024px) {
  .nav-abbreviation {
    display: block;
    margin-left: 0.2rem;
    margin-top: 0.27rem;
  }
  header .navs {
    display: none;
  }
}
@media screen and (max-width: 991px) {

  header {
    padding: 0 0.15rem;
    height: 0.8rem;
  }
  header .logo img {
    height: 0.6rem;
  }
  header .logo img:last-child {
    display: none;
  }
  header .search {
    /*margin-top: 0.2rem;*/
  }
  header .tools{
    flex: 1 1 0%;
  }
  header .tools #sc1form{
    width: 100%;
  }
  header .tools #sc1form .search{
    width: 100%;
  }
  header .tools #sc1form .search input{
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }
  footer {
    padding-top: 0.6rem;
  }
  footer .fnav .fnl,
  footer .fnav .fnc,
  footer .fnav .fnr {
    float: none;
    width: 100%;
  }
  footer .fnav .fnl {
    display: flex;
    align-items: center;
  }
  footer .fnav .fnl .tel {
    margin-left: 0.6rem;
  }
  footer .fnav .fnc {
    padding-left: 0;
    display: none;
  }
  footer .fnav .fnc ul .cli {
    margin: 0 0 0.15rem 0;
    display: block;
    position: relative;
  }
  footer .fnav .fnc ul .cli .arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0.02rem;
  }
  footer .fnav .fnc ul .cli .arrow.act {
    transform: rotate(90deg);
  }
  footer .fnav .fnc ul .cli .fsub {
    display: none;
    margin: 0.15rem 0;
  }
  footer .fnav .fnr .fcode {
    margin: 0 auto;
  }
  footer .fnav .fnr .fcode img {
    width: 0.9rem;
    height: 0.9rem;
  }
  .section .container {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    padding-top: 0.4rem;
  }
  footer .fnav .fnl {
    display: block;
  }
  footer .fnav .fnl > div {
    line-height: 0.4rem;
  }
  footer .fnav .fnl > div img,
  footer .fnav .fnl > div div {
    display: inline-block;
  }
  footer .fnav .fnl > div img {
    margin-right: 0.15rem;
  }
  footer .fnav .fnl .tel {
    margin: 0.2rem 0;
  }
  footer .fnav .fnl .tel img {
    margin: 0;
  }
}
.shade {
  display: none;
  z-index: 11;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.shade .jdjz {
  top: 60%;
}
.shade .shadein {
  text-align: center;
  width: auto;
}
.shade .shadebox {
  background-color: #fff;
}
.shade .shadebox .img img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.shade .sclose {
  width: 0.45rem;
  cursor: pointer;
  margin-top: 0.1rem;
}
