@charset "UTF-8";
/**
 *  Author:  Kyrie'
 *  Date:   2020.10.19
 *  Time:   09:00
 *  Desc:   网站框架公共样式表
**/
/************       Common       ************/
* {
  margin: 0;
  padding: 0;
}
/* 思源黑体引用 */
@font-face {
  font-family: "NotoSansSC-Regular";
  src: url("../js/NotoSansSC-Regular.ttf");
}
/* 思源黑体引用 */
html,
body {
  font-family: "NotoSansSC-Regular";
  font-size: 14px;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,
ol {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
  object-fit: contain;
}
button,
input {
  /* font-style: inherit; */
  font-family: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  font-family: "微软雅黑";
  text-indent: 0.725em;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
select,
textarea {
  resize: none;
  outline: none;
}
/*新增*/
select{
  /*将默认的select选择框样式清除*/
}
select::-ms-expand { display: none; }
/*新增*/
input {
  outline: medium;
  -webkit-appearance: none;
}
input[type='button'] {
  cursor: pointer;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'] {
  text-indent: 0.725em;
}
:-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.in-line {
  display: inline;
}
.inl-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bg-fff {
  background: #fff;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-000 {
  color: #000;
}
.f-333 {
  color: #333;
}
.f-666 {
  color: #666;
}
.f-999 {
  color: #999;
}
.f-ddd {
  color: #ddd;
}
.f-eee {
  color: #eee;
}
.f-fff {
  color: #fff;
}
.placeholder {
  color: #aaa;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-line {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.line-4 {
  -webkit-line-clamp: 4;
}
.over {
  overflow: hidden;
  _height: 1px;
}
.clear,
.clear-fx {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wd1600 {
  max-width: 1600px;
  margin: auto;
}
.wd100 {
  width: 100%;
}
.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
.gengduo-hover{
    transition: 0.3s;
}
.gengduo-hover:hover{
    color: #ffffff !important;
}
.pc-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  z-index: 99;
  background-color: rgba(42, 51, 94, 0.9);
}
.pc-head .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-head .wd1600 .logo img {
  /* width: 166px; */
  /* height: 50px; */
  width: 220px;
}
.pc-head .wd1600 .logo .logo2{
    display: none;
}
.pc-head .wd1600 .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 120px;
  margin-right: 104px;
}
.pc-head .wd1600 .nav .first-li {
  /*margin-left: 80px;*/
  position: relative;
}
.pc-head .wd1600 .nav .first-li > a {
  font-size: 18px;
  color: #fff;
}
.pc-head .wd1600 .nav .first-li .second-ul {
  position: absolute;
  left: -45px;
  top: 80px;
  width: 160px;
  z-index: 1;
  display: none;
  background-color: rgba(42, 51, 94, 0.8);
}
.pc-head .wd1600 .nav .first-li .second-ul .second-li .second-a {
  text-align: center;
  display: block;
  line-height: 50px;
  font-size: 15px;
  color: #eebb82;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.pc-head .wd1600 .nav .first-li .second-ul .second-li .second-a:hover {
  color: #fff;
}
.pc-head .wd1600 .nav .first-li .second-ul .second-li:last-child .second-a {
  border-bottom: none;
}
.pc-head .wd1600 .nav .first-li:hover .second-ul {
  display: block;
}
.pc-head .wd1600 .nav .li-current >a{
  color: #eebb82;
}
.mobile-search{
    display: none;
}

/*2021/8/4新增*/
.add-top-search{
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
}
.add-top-search .input{
    width:200px;
    height: 40px;
    box-sizing: border-box;
    border: solid 1px #ffffff;
}
.add-top-search .input input{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    background-color: transparent;
}
.add-top-search .input input::placeholder{
    color: #fff;
}
.add-top-search button{
    width: 40px;
    height: 40px;
    background-color: #ffffff;
}
.add-top-search button img{
    
}

/* // 手机导航 */
.m-header {
  width: 22px;
  height: 15px;
  display: none;
  cursor: pointer;
  float: right;
}
.m-header .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.m-header .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #eebb82;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
.m-header .line1 {
  width: 30px;
  top: -3px;
}
.m-header .line2 {
  width: 30px;
  top: 6px;
}
.m-header .line3 {
  width: 30px;
  top: 15px;
}
.m-header-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.44s ease 0s;
}
.m-header-menu .m-menu-top {
  line-height: 60px;
  background-color: #2a335b;
  display: flex;
  align-items: center;
}
.m-header-menu .m-menu-top .title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 4%;
  font-family: "Base-font";
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.m-header-menu .m-menu-top .close {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/close.png) no-repeat center;
  margin-right: 7.8%;
  /* margin-top: 25px; */
  cursor: pointer;
  background-size: 100% 100%;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-list ul {
  width: 100%;
}
.m-header-menu .m-header-list li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-list li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}
.m-header-menu .m-header-list .tit {
  font-size: 16px;
  color: #666;
}
.m-header-menu .m-header-list .tit > a {
  color: #666;
}
.m-header-menu .m-header-list .second {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  display: none;
}
.m-header-menu .m-header-list .second li a {
  color: #666;
  width: 100%;
  display: block;
}
.m-header-menu .m-header-list .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/arrow_right.png) no-repeat center;
  margin-top: 26px;
  transform: rotate(90deg);
  transition: 0.3s;
}
.m-header-menu .m-header-list .rotateY {
  transform: rotate(270deg);
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-menu-sub {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
  height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
  height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs.show {
  left: -100%;
}
.m-header-menu .m-header-menu-sub .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #d90e00;
}
.m-header-menu .m-header-menu-sub .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  background: url(../img/arrow_left.png) no-repeat left center;
}
.m-header-menu .m-header-menu-sub ul,
.m-header-menu .m-header-menu-sub li {
  width: 100%;
  background: #fff;
}
.m-header-menu .m-header-menu-sub li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-menu-sub li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99;
}
/* // 手机导航 */
footer {
  background-color: #2a335b;
}
footer .wd1600 .f-top {
  padding: 44px 0 37px;
  border-bottom: 1px solid rgba(238, 187, 130, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer .wd1600 .f-top .item {
  display: flex;
  align-items: center;
}
footer .wd1600 .f-top .item .icon {
  width: 53px;
  margin-right: 10px;
}
footer .wd1600 .f-top .item .cont .title {
  font-size: 22px;
  color: #eebb82;
}
footer .wd1600 .f-top .item .cont .intro {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
footer .wd1600 .f-middle {
  padding: 40px 0 90px;
  display: flex;
  justify-content: space-around;
}
footer .wd1600 .f-middle .f-nav {
  display: flex;
  padding-left: 55px;
}
footer .wd1600 .f-middle .f-nav .list {
  margin-right: 60px;
}
footer .wd1600 .f-middle .f-nav .list .big {
  font-size: 18px;
  color: #eebb82;
  margin-bottom: 30px;
}
footer .wd1600 .f-middle .f-nav .list ul li {
  margin-bottom: 13px;
}
footer .wd1600 .f-middle .f-nav .list ul li a {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
footer .wd1600 .f-middle .f-nav .list ul li a:hover {
  color: #eebb82;
}
footer .wd1600 .f-middle .f-way .phone {
  margin-bottom: 30px;
}
footer .wd1600 .f-middle .f-way .phone p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
footer .wd1600 .f-middle .f-way .phone a{
    color: #fff;
}
footer .wd1600 .f-middle .f-ma {
  display: flex;
}
footer .wd1600 .f-middle .f-ma .i {
  margin-right: 28px;
}
footer .wd1600 .f-middle .f-ma .i img {
  width: 116px;
}
footer .wd1600 .f-middle .f-ma .i div {
  margin-top: 16px;
  text-align: center;
  color: #fff;
}
footer .wd1600 .f-banquan {
  padding: 42px 0;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(238, 187, 130, 0.2);
}
.index-year {
  background-color: #ffffff;
}
.index-year .mobile-year-title {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.index-year .mobile-year-title .e-title {
  font-size: 20px;
  font-weight: bold;
}
.index-year .mobile-year-title .c-title {
  margin-top: 10px;
  font-size: 30px;
  color: #2a335b;
  font-weight: bold;
}
.index-year .swiper-year {
  width: 100%;
  padding-bottom: 60px;
}
.index-year .swiper-year .swiper-slide {
  display: flex;
}
.index-year .swiper-year .swiper-slide .main {
  width: 50%;
  padding: 90px 0 0 160px;
  box-sizing: border-box;
}
.index-year .swiper-year .swiper-slide .main .year-title .e-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}
.index-year .swiper-year .swiper-slide .main .year-title .c-title {
  margin-top: 20px;
  font-size: 50px;
  color: #2a335b;
  font-weight: bold;
}
.index-year .swiper-year .swiper-slide .main .y-tab {
  margin-top: 130px;
}
.index-year .swiper-year .swiper-slide .main .y-tab .tab-title {
  font-size: 18px;
}
.index-year .swiper-year .swiper-slide .main .y-tab .tab-title strong {
  font-size: 50px;
  font-weight: bold;
  margin-right: 10px;
}
.index-year .swiper-year .swiper-slide .main .y-tab .tab-intro {
  margin-top: 50px;
}
.index-year .swiper-year .swiper-slide .main .y-tab .tab-intro p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.index-year .swiper-year .swiper-slide .show {
  width: 50%;
  object-fit: cover;
}
.swiper-year .swiper-button-next,
.swiper-year .swiper-button-prev {
  width: 125px;
  height: 125px;
  margin-top: 0;
  bottom: 0;
  top: auto;
  background-size: 100% 100%;
}
.swiper-year .swiper-button-next {
  right: auto;
  left: 50%;
  background-image: url("../img/i_arrow_r2.png");
}
.swiper-year .swiper-button-prev {
  right: 50%;
  left: auto;
  background-image: url("../img/i_arrow_l2.png");
}
.swiper-year .swiper-button-next:hover {
  background-image: url("../img/i_arrow_r22.png");
}
.swiper-year .swiper-button-prev:hover {
  background-image: url("../img/i_arrow_l.png");
}
#go-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 99;
  width: 60px;
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  .index-year .swiper-year .swiper-slide .main {
    padding: 40px 0 0 15px;
  }
  .pc-head .wd1600{
      padding: 0 55px;
  }
  .pc-head .wd1600 .nav .first-li{
      /*margin-left: 110px;*/
  }
}
@media screen and (max-width: 1600px) {

  .index-brag .content{
    padding-top: 80px;
  }

  .wd1600 {
    padding: 0 15px;
  }
  .pc-head .wd1600 .nav .first-li {
    /*margin-left: 60px;*/
  }
  footer .wd1600 .f-middle .f-nav {
    padding-left: 0;
  }
  footer .wd1600 .f-middle {
    justify-content: space-between;
  }
  footer .wd1600 .f-middle .f-nav .list {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .pc-head .wd1600 .nav {
    margin-left: 40px;
    margin-right: 40px;
  }
  .pc-head .wd1600 .nav .first-li > a {
    font-size: 16px;
  }
  footer .wd1600 .f-middle .f-way {
    display: none;
  }
  footer .wd1600 .f-middle .f-nav .list {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1200px) {
    .pc-head .wd1600{
        padding: 0 15px;
    }
 /*  .index-year,
  footer .wd1600 .f-middle {
    padding: 40px 0;
  } */
  footer .wd1600 .f-middle .f-way,
  footer .wd1600 .f-middle {
    display: block;
  }
  footer .wd1600 .f-middle .f-nav .list {
    margin-right: auto;
  }
  footer .wd1600 .f-middle .f-way,
  footer .wd1600 .f-middle .f-ma {
    margin-top: 25px;
  }
  footer .wd1600 .f-middle .f-way .phone {
    margin-bottom: 0;
  }
  footer .wd1600 .f-middle .f-way .phone p {
    margin-bottom: 15px;
  }
  footer .wd1600 .f-banquan {
    padding: 15px 0;
  }
  .pc-head {
    background-color: #2a335e;
  }
  #go-top{
    display: none !important;
  }
  .pc-head .wd1600 .nav .first-li{
      /*margin-left: 40px;*/
  }
  .pc-head .wd1600 .nav{
      margin: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pc-head .wd1600 .nav {
    font-size: 16px;
    display: none;
  }
  .m-header {
    display: block;
  }
  .pc-head .wd1600 {
    position: relative;
    justify-content: space-between;
  }
  .add-top-search{
      position: absolute;
      right: 70px;
      top: 20px;
  }
  .swiper-year .swiper-button-next,
  .swiper-year .swiper-button-prev {
    display: none;
  }
  .index-year .swiper-year .swiper-slide .main {
    background-color: rgba(238, 187, 130, 0.4);
  }
  .index-year .swiper-year .swiper-slide .main .y-tab .tab-intro {
    margin-top: 20px;
  }
  .pc-head .wd1600{
      padding: 0 15px;
  }
}
@media screen and (max-width: 960px) {

  .index-year .mobile-year-title {
    display: block;
  }

  .index-year .swiper-year .swiper-slide {
    flex-direction: column-reverse;
  }
  .index-year .swiper-year .swiper-slide .show,
  .index-year .swiper-year .swiper-slide .main {
    width: 100%;
  }
  .index-year .swiper-year {
    padding-bottom: 0;
    background-color: rgba(238, 187, 130, 0.4);
  }
  .index-year .swiper-year .swiper-slide .main {
    padding: 20px 15px;
    box-sizing: border-box;
    background: none;
  }
  .index-year {
    padding: 40px 15px;
  }
  footer .wd1600 .f-top {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-head {
    height: 65px;
    line-height: 65px;
  }
  .pc-head .wd1600 .logo img {
    width: 160px;
    /* height: 40px; */
  }
  .add-top-search, .add-top-search .input, .add-top-search button{
    height: 30px;
  }
   .add-top-search{
       top: 17px;
   }
}
@media screen and (max-width: 640px) {
  footer .wd1600 .f-middle .f-nav {
    display: none;
  }
  .index-year,
  footer .wd1600 .f-middle {
    padding: 30px 0;
  }
  footer .wd1600 .f-banquan{
    line-height: 20px;
  }
  .pc-head .wd1600 .logo .logo2{
      display: block;
  }
  .pc-head .wd1600 .logo .logo1{
      display: none;
  }
  .pc-head .wd1600{
      height: 100%;
  }
  .add-top-search{
     width: 180px;
  }
  .add-top-search .input{
      width: 140px;
  }
  
}
@media screen and (max-width: 480px) {
    .add-top-search{
        position: fixed;
        right: 0;
        top: 65px;
        padding: 5px;
        background-color: #2a335e;
    }
    .mobile-search {
        display: block;
        position: fixed;
        top: 65px;
        right: 0;
        z-index: 9;
        width: 190px;
        height: 40px;
        padding-top: 5px;
        padding-left: 5px;
        box-sizing: border-box;
        background-color: #2a335e;
    }
    .mobile-search .add-top-search{
        display: flex;
        position: inherit;
    }
    .add-top-search button img{
        width: 20px;
    }
}