.aling-center1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aling-center2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.aling-center3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aling-center4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.aling-center5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.aling-center6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.text-hidden1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cover-style .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.img-style1 {
  position: relative;
  overflow: hidden;
}
.img-style1 img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.img-style2 {
  position: relative;
  overflow: hidden;
}
.img-style2 img {
  width: 100%;
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 0;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  color: #181818;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Source Han Sans SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 14px !important;
  /* 根元素默认字体大小为20px*/
  min-height: 100%;
  -webkit-touch-callout: none;
  /* 禁止链接长按的时候弹出选项 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*禁止链接高亮显示 */
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #181818;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
.afterClear:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.clear {
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border-color: transparent;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}
input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 1580px) {
  html,
  body {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  html,
  body {
    font-size: 17.06px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  html,
  body {
    font-size: 20px !important;
  }
}
/* Iphone6/7/8 Plus */
@media screen and (min-width: 414px) and (max-width: 768px) {
  html,
  body {
    /* 414*20/375=22.08 */
    font-size: 22.08px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html,
  body {
    /* 480*20/375=25.6 */
    font-size: 25.6px !important;
  }
}
/* ipad */
@media screen and (min-width: 768px) and (max-width: 768px) {
  html,
  body {
    /* 768*20/375=40.96 */
    font-size: 40.96px !important;
  }
}
.layout {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
header {
  position: sticky;
  top: 0;
  z-index: 99999;
  padding: 18px 0 25px;
  background-color: #fff;
}
header .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .layout .right{
  width: auto;
}
header .layout .right .img{
  display: none;
  width: 130px;
  float: right;
  height: 130px;
  margin-left: 30px;
  overflow: hidden;
}
header .layout .right .img img{
  width: 100%;
  transform: scale(1.15);
}
header .logo {
  font-size: 32px;
  margin-bottom: 20px;
}
header .logo a {
  display: block;
  color: #333;
}
header .logo h1 {
  font-weight: 700;
}
header nav {
  display: flex;
}
header .nav-item {
  font-size: 21px;
  line-height: 1;
  border-left: 1px solid #ebebeb;
  position: relative;
}
header .nav-item:first-child {
  border-left: 0;
}
header .nav-item a {
  padding: 0 26px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
header .nav-item:first-child a {
  padding-left: 0;
}

header .nav-item a:hover {
  color: #0125b9;
}
header .nav-item.on a{
  color: #0125b9;
}
header .time {
  padding: 20px 0 24px;
  line-height: 1;
  color: #999;
  text-align: right;
}
header .tel{
  /*padding: 20px 0 24px;*/
  line-height: 1;
  color: #999;
  text-align: right;
}
header .right .bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 0 30px;
}
header .language {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  border: 1px solid #dcdcdc;
  padding: 0 20px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
}

header .language .list {
  display: none;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #dcdcdc;
}

header .language .list .item {
  display: block;
  text-align: center;
  padding: 8px 0;
}
header .language .list .item:hover,
header .language .list .item.active {
  color: #0125b9;
}

header .language img {
  margin-right: 5px;
  width: 30px;
}
header .search {
  margin-top: 15px;
  border: 1px solid #dcdcdc;
  height: 44px;
  border-radius: 22px;
  overflow: hidden;
}
header .search form {
  height: 100%;
  display: flex;
}
header .input,
header .submit {
  height: 100%;
  border: 0;
}
header .input {
  padding-left: 12px;
  width: 180px;
  font-size: 16px;
}
header .submit {
  width: 44px;
  background: url('../images/search1.png') no-repeat center;
  cursor: pointer;
}
header ul {
  position: absolute;
  top: 214%;
  left: -50%;
  right: -50%;
  margin: auto;
  width: 100%;
  text-align: center;
  line-height: 40px;
  padding-top: 20px;
  font-size: 18px;
  z-index: 11;
  display: none;
}
header ul:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent rgba(255,255,255,.7) transparent;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
header li {
  background-color: rgba(255,255,255,.7);
}
header li:first-child {
  padding-top: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
header li:last-child {
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .nav-item ul a {
  color: #666;
  padding: 0;
}
footer {
  color: #999;
}
footer a {
  color: #999;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
footer a:hover {
  color: #fff;
}
footer .top {
  background-color: #333333;
  padding: 42px 0 60px;
}
footer .layout {
  display: flex;
  justify-content: space-between;
}
footer .contact {
  padding-top: 10px;
}
footer .contact div {
  line-height: 30px;
  padding-left: 42px;
  font-size: 18px;
  margin-bottom: 16px;
  color: #c6c6c6;
  background: url('../images/icon03.png') no-repeat left center;
}
footer .contact p {
  line-height: 30px;
}
footer .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 300px;
}
footer .gotop {
  padding-right: 46px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 36px;
  background: url('../images/icon04.png') no-repeat right center;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
footer .gotop:hover {
  color: #fff;
}
footer .qr-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .qr-wrap div {
  width: 124px;
}
footer .qr-wrap img {
  width: 100%;
}
footer .qr-wrap p {
  line-height: 36px;
  border-top: 1px solid #bfbfbf;
  color: #fff;
  background-color: #3d3d3d;
  text-align: center;
}
footer .qr-wrap span {
  padding-left: 28px;
  display: inline-block;
  background: no-repeat left center;
}
footer .wb span {
  background-image: url('../images/icon05-1.png');
}
footer .wx span {
  background-image: url('../images/icon05-2.png');
}
footer .bottom {
  line-height: 66px;
  background-color: #232323;
}
footer .links {
  display: flex;
  align-items: center;
  align-content: center;
}
footer .links div {
  line-height: 1;
  border-left: 1px solid #999;
  padding-left: 10px;
  margin-left: 10px;
}
footer .links div:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.page-top .title {
  height: 5vw;
  background-size: cover;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  background-color: #333;
  background-position: center;
}
.page-top .header {
  width: 100%;
  max-height: 200px;
}
.page-top .header img {
  width: 100%;
  height: 100%;
}

.page-top .nav-bar {
  background-color: #f6f6f6;
  height: 80px;
}
.page-top .nav-bar .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.page-top .sub-nav {
  height: 100%;
  display: flex;
}
.page-top .sub-nav div {
  font-size: 16px;
  margin-right: 86px;
  line-height: 80px;
  position: relative;
}
.page-top .sub-nav div:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #80bc00;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.page-top .sub-nav div.on:before,
.page-top .sub-nav div:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.page-top .sub-nav a {
  display: block;
  position: relative;
}
.page-top .site-nav {
  padding-left: 22px;
  background: url('../images/addr1.png') no-repeat left center;
  display: flex;
  color: #666;
}
.page-top .site-nav a {
  color: #666;
}
.page-top .site-nav a:hover {
  color: #0125b9;
}
.page-top .site-nav span {
  color: #0125b9;
}
.page-top .site-nav i {
  font-style: normal;
  margin: 0 4px;
}
.mobil-header {
  height: 3.4rem;
  width: 100%;
  max-width: 768px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  background-color: #fff;
  display: none;
}
.mobil-header .layout {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: 100%;
}
.mobil-header .logo {
  height: auto;
  font-size: 1rem;
}
.mobil-header .logo a {
  color: #333;
}
.mobil-header .logo h1 {
  font-weight: 700;
}
.mobil-header .right {
  display: flex;
  align-items: center;
}
.mobil-header .right .language {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  padding: 0 .2rem;
  height: 1.5rem;
  border: 1px solid #dcdcdc;
  margin-right: .3rem;
  width: 16vw;
}
.mobil-header .right .language img {
  width: 1.2rem;
  margin-right: .1rem;
}

.mobil-header .nav-btn {
  height: 1.8rem;
  width: 1.8rem;
  position: relative;
  z-index: 3;
}
.mobil-header .nav-btn span {
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobil-header .nav-btn span:before,
.mobil-header .nav-btn span:after {
  content: '';
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #333;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.mobil-header .nav-btn span:before {
  top: -0.5rem;
}
.mobil-header .nav-btn span:after {
  top: 0.5rem;
}
.mobil-header .nav-btn.on span {
  background-color: transparent;
}
.mobil-header .nav-btn.on span:before,
.mobil-header .nav-btn.on span:after {
  top: 0;
}
.mobil-header .nav-btn.on span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobil-header .nav-btn.on span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobil-header .nav-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding-bottom: 10vh;
  z-index: 2;
  overflow: auto;
  box-sizing: border-box;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: transform 0.3s 0s ease;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
}
.mobil-header .nav-wrap.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mobil-header .nav-wrap .top {
  height: 4rem;
  line-height: 4rem;
  color: #0125b9;
  font-weight: bold;
  text-align: center;
}
.mobil-header .nav-wrap .nav-item {
  display: block;
  border-bottom: 1px solid #dedede;
  width: 90%;
  margin: 0 auto;
  font-family: 'Fu_Bold';
}
.mobil-header .nav-wrap .nav-item div {
  font-size: 0.8rem;
  line-height: 3rem;
  position: relative;
  padding-left: 0.6rem;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.mobil-header .nav-wrap .nav-item div:after {
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border: 0.2rem solid #666;
  position: absolute;
  right: 1.6rem;
  top: 1.15rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top-color: transparent;
  border-left-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.mobil-header .nav-wrap .nav-item div:active a {
  color: #0125b9;
}
.mobil-header .nav-wrap .nav-item div:active:after {
  border-bottom-color: #0125b9;
  border-right-color: #0125b9;
}
.mobil-header .nav-wrap .nav-item a {
  display: block;
}
.mobil-header .nav-wrap .nav-item.on div {
  color: #0125b9;
}
.mobil-header .nav-wrap .nav-item.on div:after {
  border-bottom-color: #0125b9;
  border-right-color: #0125b9;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mobil-header .nav-wrap ul {
  padding: 0.4rem 0 0.2rem;
  display: none;
  margin: 0 auto;
  border-top: 1px solid #dedede;
}
.mobil-header .nav-wrap li {
  line-height: 2.1rem;
  height: 2.1rem;
  background-color: #f9f9f9;
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
}
.mobil-header .nav-wrap li a {
  color: #666;
  padding-left: 1rem;
}
.mobil-header .nav-wrap li:active a {
  color: #0125b9;
}
@media screen and (max-width: 1710px){
  header .nav-item {
    font-size: 18px;
    line-height: 1;
    border-left: 1px solid #ebebeb;
    position: relative;
  }
  header .nav-item a {
    padding: 0px 20px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
  }
}
@media screen and (max-width: 1580px) {
  header .nav-item {
    font-size: 16px;
  }
  header .layout .right .img {
    width: 100px;
    float: right;
    height: 100px;
    margin-left: 30px;
    overflow: hidden;
  }
  header .nav-item a {
    padding: 0 20px;
  }
  header ul {
    font-size: 15px;
    line-height: 32px;
  }
  header .search {
    height: 34px;
  }
  header .input {
    padding-left: 10px;
    width: 134px;
    font-size: 14px;
  }
  header .submit {
    background-size: 16px auto;
    width: 36px;
  }
  header .time {
    padding: 14px 0 18px;
  }
  footer .top {
    padding: 28px 0 42px;
  }
  footer .contact div {
    background-size: auto 100%;
    line-height: 24px;
    font-size: 16px;
    padding-left: 36px;
    margin-bottom: 12px;
  }
  footer .contact p {
    line-height: 26px;
  }
  footer .contact p:nth-child(4) {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  footer .right {
    width: 260px;
  }
  footer .qr-wrap div {
    width: 106px;
  }
  footer .qr-wrap p {
    line-height: 30px;
  }
  footer .qr-wrap span {
    background-size: 16px auto;
    padding-left: 24px;
  }
  footer .gotop {
    background-size: auto 100%;
    line-height: 24px;
    height: 24px;
    padding-right: 40px;
    margin-bottom: 24px;
  }
  footer .bottom {
    line-height: 52px;
  }
  footer .links div {
    padding-left: 8px;
    margin-left: 8px;
  }
  .page-top .title {
    font-size: 48px;
  }
  .page-top .nav-bar {
    height: 62px;
  }
  .page-top .sub-nav div {
    font-size: 14px;
    line-height: 62px;
    margin-right: 66px;
  }
  .page-top .site-nav {
    background-size: 10px auto;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1420px) {
  header .logo {
    font-size: 30px;
  }
  header .nav-item a {
    padding: 0 10px;
  }
  header .search {
    height: 32px;
  }
  header .input {
    width: 128px;
  }
}
@media screen and (max-width: 1230px) {
  header .nav-item {
    font-size: 14px;
  }
  header .nav-item a {
    padding: 0 6px;
  }
  header .layout .right{
    width: 180px;
  }
  header .layout .right .img {
    display: none;
  }
  header ul {
    font-size: 12px;
    line-height: 30px;
    padding-top: 14px;
  }
  header ul:after {
    border-width: 0 8px 10px 8px;
    top: 4px;
  }
  header li:first-child {
    padding-top: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  header li:last-child {
    padding-bottom: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  body {
    overflow-x: hidden;
    padding-top: 3.4rem;
  }
  .layout {
    width: 92%;
  }
  header {
    display: none;
  }
  .mobil-header {
    display: block;
  }
  footer {
    font-size: 0.65rem;
  }
  footer .layout {
    display: block;
  }
  footer .top {
    padding: 1.2rem 0 2rem;
  }
  footer .contact {
    padding-top: 0;
  }
  footer .contact div {
    background-size: auto 100%;
    line-height: 1.1rem;
    font-size: 0.75rem;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
  }
  footer .contact p {
    line-height: 1.2rem;
  }
  footer .contact p:nth-child(4) {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  footer .right {
    display: block;
    width: 100%;
  }
  footer .gotop {
    display: none;
  }
  footer .qr-wrap {
    margin-top: 1.2rem;
    justify-content: space-around;
  }
  footer .qr-wrap div {
    width: 4.4rem;
  }
  footer .qr-wrap span {
    font-size: 0.6rem;
    background-size: 0.7rem;
    padding-left: 1rem;
  }
  footer .qr-wrap p {
    line-height: 1.3rem;
  }
  footer .bottom {
    padding: 0.8rem;
    line-height: 1.4;
    text-align: center;
  }
  footer .links {
    display: block;
    margin-top: 0.6rem;
  }
  footer .links div {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  footer .links div:nth-child(1),
  footer .links div:nth-child(2) {
    display: none;
  }
  .page-top .title {
    min-height: auto;
    height: 15vw;
    font-size: 1.2rem;
  }
  .page-top .header {
    height: 30vw;
    max-height: 30vw;
  }
  .page-top .nav-bar {
    height: 2.4rem;
  }
  .page-top .sub-nav {
    display: none;
  }
  .page-top .site-nav {
    font-size: 0.6rem;
    background-size: 0.5rem auto;
    outline: 1rem;
  }
}
