/* CSS Document */
ul,
li,
span,
b,
p,
strong,
ol,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
input,
a,
div,
img {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
body {
  font-size: 0.2667rem;
  line-height: 1.43;
  color: #6a6a6a;
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑', 'Microsoft Sans Serif', Verdana, Arial, sans-serif;
  list-style-type: none !important;
}
h1,
h2,
span,
b {
  text-transform: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
img {
  border: 0px none;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
input {
  font-family: Open Sans;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 80px;
  }
  .pc-show {
    display: block;
  }
  .mobile-show {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1380px) {
  html {
    font-size: 57.5px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 45.83333333px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 33.33333333px;
  }
}
.f60 {
  font-size: 0.9rem;
  font-family: "微软雅黑", "Microsoft YaHei";
  font-style: italic;
  margin-bottom: 0.2rem;
  letter-spacing: 2px;
}
.f40 {
  font-size: 0.5rem;
  font-family: "微软雅黑", "Microsoft YaHei";
  margin-top: 0.1rem;
  font-weight: bolder;
}
.f36 {
  font-size: 0.45rem;
}
.f14 {
  font-size: 14px;
}
.f12 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.body-content {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.div-content {
  padding: 0.8rem 0.8rem;
  display: flex;
  justify-content: space-between;
}
.banner-container {
  width: 100%;
  overflow: hidden;
  background-color: black;
}
.banner-container .ban {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.banner-container .ban a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-container .ban img {
  vertical-align: middle;
  width: 100%;
}
.banner-container .ban .fontdiv {
  display: block;
  width: 16rem;
  margin-left: -8rem;
  left: 50%;
  position: absolute;
  color: white;
  top: -9rem;
  margin-top: 50%;
  height: auto;
}
.banner-container .ban .fontdiv span {
  display: block;
  color: white;
}
.banner-container .ban .swiper-button-next,
.banner-container .ban .swiper-button-prev {
  margin: 0.4rem;
  margin-top: 0;
}
.nav .swiper-container {
  width: 100%;
  margin: 0 auto;
  background-color: #2b2b2b;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.nav .swiper-container .swiper-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav .swiper-container .swiper-wrapper a {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
}
.nav .swiper-container .swiper-wrapper .r-on {
  background: #e21214;
  color: white;
}
.about-one {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-one .top-div {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  background-color: #ce091b;
  margin: 1.5rem auto 0.5rem auto;
}
.about-one .top-div .left-img {
  width: 65%;
}
.about-one .top-div .left-img img {
  width: 100%;
}
.about-one .top-div .text-r {
  width: 30%;
  padding: 2.5%;
  color: white;
  line-height: 2;
}
.about-one .bottom-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 1rem;
}
.about-one .bottom-div .imgdiv {
  width: 31%;
  text-align: center;
}
.about-one .bottom-div .imgdiv a {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-one .bottom-div .imgdiv a img {
  vertical-align: middle;
  /* 最大宽度限制 */
  max-width: 100%;
  /* 最大高度限制 */
  max-height: 500px;
  /* 宽度和高度自动调整 */
  width: auto;
  /*height: auto;*/
  object-fit: contain;
}
.about-one .bottom-div .imgdiv a span {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  color: white;
  font-size: 14px;
  transition: bottom 1s ease;
  /* 过渡动画，1秒时长，使用ease缓动 */
}
.about-one .bottom-div .imgdiv a:hover span {
  bottom: 0;
  transform: translate(0 0px);
}
.about-two {
  width: 100%;
  background: url(../images/successbg.jpg) top center;
  background-size: cover;
}
.about-two .two-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
.about-two .two-content .title-big {
  width: 100%;
}
.about-two .two-content .title-big .title-one {
  width: 100%;
  text-align: center;
  color: white;
  margin-top: 1.3rem;
}
.about-two .two-content .title-big .title-one span {
  text-align: center;
  display: block;
  width: 100%;
}
.about-two .two-content .title-big .title-two {
  width: 100%;
  text-align: center;
  color: white;
  height: 30px;
  margin: 0.3rem auto;
}
.about-two .two-content .title-big .title-three {
  width: 100%;
  text-align: center;
  color: #666666;
}
.about-two .two-content .title-big .title-three span {
  border: 1px solid #666666;
  padding: 5px 20px;
  font-size: 15px;
}
.about-two .two-content .two-bg {
  width: 100%;
  background: url(../images/45QY.png) top center no-repeat;
  height: 869px;
  margin-top: 1rem;
  position: relative;
}
.about-two .two-content .two-bg .itembox {
  position: absolute;
  color: white;
}
.about-two .two-content .two-bg .itembox:nth-child(1) {
  left: 3rem;
  top: 0;
  width: 200px;
  height: 150px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.about-two .two-content .two-bg .itembox:nth-child(1) .imgbox {
  background-color: #82511d;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.about-two .two-content .two-bg .itembox:nth-child(1) .imgbox img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.about-two .two-content .two-bg .itembox:nth-child(2) {
  right: 3rem ;
  top: 0;
}
.about-two .two-content .two-bg .itembox:nth-child(2) .imgbox {
  width: 200px;
  height: 160px;
}
.about-two .two-content .two-bg .itembox:nth-child(2) .imgbox img {
  width: 160px;
  height: 160px;
  border-radius: 80px;
}
.about-two .two-content .two-bg .itembox:nth-child(3) {
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -220px;
}
.about-two .two-content .two-bg .itembox:nth-child(3) .imgbox {
  width: 300px;
  height: 300px;
}
.about-two .two-content .two-bg .itembox:nth-child(3) .imgbox img {
  width: 300px;
  height: 300px;
  border-radius: 150px;
}
.about-two .two-content .two-bg .itembox:nth-child(4) {
  left: 3rem;
  top: 40%;
  text-align: center;
  width: 180px;
  height: 180px;
}
.about-two .two-content .two-bg .itembox:nth-child(4) .imgbox {
  width: 154px;
  height: 154px;
}
.about-two .two-content .two-bg .itembox:nth-child(4) .imgbox img {
  width: 154px;
  height: 154px;
  border-radius: 77px;
}
.about-two .two-content .two-bg .itembox:nth-child(5) {
  right: 3rem;
  top: 40%;
  text-align: center;
  width: 180px;
}
.about-two .two-content .two-bg .itembox:nth-child(5) .imgbox {
  width: 154px;
  height: 154px;
}
.about-two .two-content .two-bg .itembox:nth-child(5) .imgbox img {
  width: 154px;
  height: 154px;
  border-radius: 77px;
}
.about-two .two-content .two-bg .itembox:nth-child(6) {
  left: 50%;
  bottom: 0;
  margin-left: -82px;
  margin-bottom: 1.3rem;
  width: 164px;
  height: 180px;
  text-align: center;
}
.about-two .two-content .two-bg .itembox:nth-child(6) .imgbox {
  width: 164px;
  height: 164px;
}
.about-two .two-content .two-bg .itembox:nth-child(6) .imgbox img {
  width: 164px;
  height: 164px;
  border-radius: 82px;
}
.about-two .two-content .two-bg .item-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.about-three {
  width: 100%;
}
.about-three .three-title {
  width: 100%;
}
.about-three .three-title .title-one {
  width: 100%;
  text-align: center;
  color: #666;
  margin-top: 1.3rem;
}
.about-three .three-title .title-one span {
  text-align: center;
  display: block;
  width: 100%;
}
.about-three .three-title .title-two {
  width: 100%;
  text-align: center;
  color: #666;
  height: 30px;
  margin: 0.1rem auto;
}
.about-three .bot-content {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1rem;
  background: url(../images/j8BQ.png) top center repeat-y;
}
.about-three .bot-content .item-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin-top: 0.3rem;
  -moz-box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
  box-shadow: 1px 7px 7px 1px rgba(100, 100, 100, 0.4);
  box-shadow: 0 2px 16px 0 rgba(160, 160, 160, 0.24);
}
.about-three .bot-content .item-box .three-img {
  width: 4rem;
  margin: 15px;
}
.about-three .bot-content .item-box .three-img img {
  width: 100%;
  vertical-align: middle;
}
.about-three .bot-content .item-box .three-text {
  flex: 1;
}
.about-three .bot-content .item-box .three-text span {
  display: block;
  line-height: 2;
  padding: 10px;
  color: #999999;
}
.about-three .bot-content .item-box .three-text span:nth-child(1) {
  color: #000;
}
.about-three .bot-content .item-box:nth-child(2n) {
  margin-right: 2%;
  flex-direction: row-reverse;
}
.about-three .bot-content .item-box:nth-child(odd) {
  margin-left: 2%;
}
.about-three .bot-content .item-box:nth-child(odd) .three-text {
  text-align: right;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.content {
  margin: 0 auto;
  width: 16rem;
  overflow: hidden;
}
.content .title {
  text-align: center;
  font-size: 0.5333rem;
  background: none;
  color: #575757;
  line-height: 1.3333rem;
  padding: 0;
  margin-top: 0.45rem;
  font-family: 'Microsoft Sans Serif';
  font-weight: 100;
}
.content .title dt {
  font-size: 0.5333rem;
  color: #575757;
  line-height: 0.4rem;
  margin-top: 0.8rem;
  margin-bottom: 0.23rem;
}
.content .title dd {
  font-size: 0.24rem;
  color: #575757;
  line-height: 0.4rem;
  margin-bottom: 0.5rem;
}
.contents {
  margin: 0 auto;
  width: 16rem;
  position: relative;
  padding-bottom: 0.6667rem;
}
.contents .title {
  text-align: center;
  font-size: 0.5333rem;
  background: none;
  color: #575757;
  line-height: 1.3333rem;
  padding: 0;
  margin-top: 0.45rem;
  font-family: 'Microsoft Sans Serif';
  font-weight: 100;
}
.contents .title dt {
  font-size: 0.5333rem;
  color: #575757;
  line-height: 0.4rem;
  margin-top: 0.8rem;
  margin-bottom: 0.23rem;
}
.contents .title dd {
  font-size: 0.24rem;
  color: #888;
  line-height: 0.4rem;
  margin-bottom: 0.5rem;
  font-family: 'Arial';
}
/*模块9*/
.main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: white;
}
.btn-blue {
  text-align: center;
  display: block;
  background: #0060af;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  color: white;
  font-size: 0.1867rem;
  text-transform: uppercase;
}
.btn-blue a {
  color: white;
  font-size: 0.1867rem;
  text-transform: uppercase;
}
.foot {
  background: black;
  margin: 0 auto;
  overflow: hidden;
  font-family: '微软雅黑', 'Microsoft Sans Serif', Verdana, Arial, sans-serif;
}
.foot .foot-content {
  margin: 0.5333rem auto;
  width: 16rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  color: #aeaeaf;
}
.foot .foot-content .box-one {
  width: 150px;
  height: 150px;
  border-radius: 100px ;
  background-color: #000;
  background: url("../images/yuan.jpg") no-repeat top left;
}
.foot .foot-content .foot-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.foot .foot-content .foot-top span {
  background-color: #8e8e8e;
  height: 10px;
  width: 1px;
}
.foot .foot-content .foot-top a {
  font-size: 14px;
  color: #aaaaaa;
  padding: 10px 30px;
}
.foot .foot-content .foot-bot {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
}
@media (max-width: 1680px) {
  .header .header-content {
    margin: 0.2667rem 0.2667rem;
  }
  .header .header-aside .searchbox-input {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
  }
  .header .header-content .nav li a {
    padding: 0 5px;
    font-weight: 100;
  }
  .header .header-content .nav-secondary a {
    margin-left: 2px;
  }
  .header .header-content .nav-secondary a:nth-child(5) {
    width: 60px;
  }
  .header .header-content .nav-secondary .select::before {
    left: -5px;
  }
}
@media (max-width: 1385px) {
  .header .header-content {
    margin: 0.2667rem 0.2667rem;
  }
  .header .header-aside .searchbox-input {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
  }
  .header .header-content .nav li a {
    padding: 0 5px;
    font-weight: 100;
  }
  .header .header-content .nav-secondary a {
    margin-left: 2px;
  }
  .header .header-content .nav-secondary a:nth-child(5) {
    width: 60px;
  }
  .header .header-content .nav-secondary .select::before {
    left: -5px;
  }
  .header .header-content .searchbox.searchbox-open {
    width: 100%;
  }
  .content {
    width: 18.75rem;
  }
}
@media (max-width: 1265px) {
  .header .header-aside .search {
    max-width: 255px;
  }
  .header .header-content .nav-secondary .select::before {
    width: 0;
  }
  .header .header-content .nav,
  .header .header-content .nav-secondary a {
    display: none;
  }
  .header .header-content .nav-secondary .select {
    display: block;
  }
  .header .header-content .nav-secondary {
    vertical-align: middle;
    margin-left: 50px;
  }
  .header .header-aside .searchbox {
    width: 0;
  }
  .header .header-content .header-aside {
    position: absolute;
    right: 20px;
    flex: none;
  }
  .header .header-content .header-left {
    position: static;
  }
  .header .header-content .logo {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .header .header-content .logo img {
    width: 130px;
  }
  .header .header-aside .searchbox {
    width: 0;
    vertical-align: middle;
  }
  .header .header-content .searchbox.searchbox-open {
    width: 100%;
  }
  .header .header-content .btn-nav {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 15px;
  }
  .btn-nav-mobile.dropdown-visible {
    position: fixed;
  }
  .btn-nav.dropdown-visible .bar:nth-child(1) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }
  .btn-nav.dropdown-visible .bar:nth-child(2) {
    opacity: 0;
  }
  .btn-nav.dropdown-visible .bar:nth-child(3) {
    background-color: #022662;
    height: 2px;
  }
  .sr-only-custom {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .content {
    width: 16rem;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .header .header-content {
    margin: 0.4rem 0.2667rem;
  }
  .Highlights a {
    flex-direction: column-reverse;
  }
  .Highlights .slide-content {
    width: 98%;
  }
  .Highlights .slide-content .btn-more {
    align-self: center;
  }
  .Highlights .slide-content .title {
    font-size: 0.8rem;
    text-align: center;
  }
  .Highlights .slide-content .content-text {
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
  }
  .Highlights .pic {
    width: 100%;
    float: none;
  }
  .Highlights .pic img {
    width: 90%;
  }
  .services .content .summary {
    line-height: 1;
    letter-spacing: 0;
    line-height: 0.5rem;
  }
  .services .content .title {
    margin-top: 0.2px;
  }
  .success .success-content .contentbox .morebtn {
    margin-top: 0.2667rem;
  }
  .success .contents .titles .title {
    margin-top: 0;
  }
  .foot .foot-content {
    flex-wrap: wrap;
  }
  .foot .foot-content .foot-div {
    width: 50%;
  }
  .foot .foot-content {
    width: 90%;
  }
  .foot .foot-content h2 {
    font-size: 0.5rem;
  }
  .foot .foot-content a {
    line-height: 0.7rem;
    font-size: 0.3rem;
  }
  .subscribe .content {
    flex-direction: column;
  }
  .content {
    width: 100%;
  }
  .content .title {
    font-size: 0.6rem;
    margin-top: 0.2667rem;
  }
  .contents {
    width: 100%;
  }
  .contents .title {
    font-size: 0.6rem;
    margin-top: 0.2667rem;
  }
  .success .contents {
    width: 90%;
  }
  .success .success-content .contentbox {
    width: 90%;
  }
  .success .success-content .contentbox .leftbox {
    padding-right: 10px;
  }
  .success .success-content .contentbox .rightbox {
    padding-left: 10px;
  }
  .success {
    background-size: auto 100%;
  }
  .success .swiper-button-next.gray-btn {
    right: -0.5rem;
  }
  .success .swiper-button-prev.gray-btn {
    left: -0.5rem;
  }
  .success .swiper-button-next.gray-btn,
  .success .swiper-button-prev.gray-btn {
    width: 0.4rem;
    height: 0.4rem;
  }
  .banner-container .swiper-taps .swiper-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }
  .header .header-content .logo {
    width: 2.6rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 0.36rem;
    height: 0.5867rem;
    background-size: 0.36rem 0.5867rem;
  }
  .banner-container .swiper-taps .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
  .services {
    background-size: auto 100%;
  }
  .services .content {
    width: 90%;
    font-family: 'Arial';
  }
  .div-content {
    flex-wrap: wrap;
  }
  .newscontent {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .newscontent .contain .cont-box .ico-pin {
    width: 0.3733rem;
  }
  .newscontent .contain .time-box {
    margin-right: 0.8rem;
  }
  .events {
    width: 100%;
    margin-right: 0;
  }
  .events .contain .cont-box .ico-pin {
    width: 0.3733rem;
  }
  .events .contain .time-box {
    margin-right: 0.8rem;
  }
  .subscribe .socials {
    margin-right: 0;
  }
  .subscribe .title {
    width: 90%;
    margin: 0;
  }
  .subscribe .socials ul li {
    margin-right: 0;
  }
  .subscribe .socials ul {
    justify-content: space-around;
    margin-bottom: 0.4rem;
  }
  .header .header-content .header-aside {
    flex: none;
  }
  .header {
    width: 100vw;
  }
  .foot-bot {
    width: 100%;
  }
  .banner-container .swiper-taps {
    font-size: 0.4rem;
  }
}
