ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.wd1600 {
  max-width: 1600px;
  margin: auto;
}
.wd100 {
  width: 100%;
}
.block {
  display: block !important;
}
.none {
  display: none;
}
.flex {
  display: flex !important;
}
.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;
}
header {
  background-color: #fff;
}
header .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wd1600 .logo img {
  height: 75px;
}
header .wd1600 .m-head-r {
  display: none;
  align-items: center;
}
header .wd1600 .m-head-r .m-nav {
  height: 30px;
}
header .wd1600 .m-head-r .m-button {
  margin-left: 10px;
}
header .wd1600 .m-head-r .m-button button {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #0a4496;
}
header .wd1600 .m-head-r .m-button button img {
  width: 13px;
}
header .wd1600 .head-r {
  display: flex;
  align-items: center;
}
header .wd1600 .head-r .nav {
  display: flex;
  align-items: center;
  position: relative;
}
header .wd1600 .head-r .nav .first-li {
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}
header .wd1600 .head-r .nav .first-li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 100px;
}
header .wd1600 .head-r .nav .first-li .second-ul {
  position: absolute;
  left: -50px;
  top: 200px;
  width: 200px;
  opacity: 0;
  z-index: -1;
  transition: 0.6s;
}
header .wd1600 .head-r .nav .first-li .second-ul .sanjiao {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent #0a4496;
}
header .wd1600 .head-r .nav .first-li .second-ul .second-li .second-a {
  display: flex;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  align-items: center;
  justify-content: center;
  background-color: #0a4496;
}
header .wd1600 .head-r .nav .first-li .second-ul .second-li .second-a img {
  opacity: 0;
  transition: 0.5s;
}
header .wd1600 .head-r .nav .first-li .second-ul .second-li:hover .second-a {
  background-color: #ff9926;
}
header .wd1600 .head-r .nav .first-li .second-ul .second-li:hover .second-a img {
  opacity: 1;
  margin-left: 30px;
}
header .wd1600 .head-r .nav .f-current > a {
  color: #0a4496;
}
header .wd1600 .head-r .nav .first-li:hover > a {
  color: #0a4496;
}
header .wd1600 .head-r .nav .first-li:hover .second-ul {
  opacity: 1;
  top: 100px;
  z-index: 9;
}
header .wd1600 .head-r .nav .first-li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #cccccc;
}
header .wd1600 .head-r .nav #slidebar {
  height: 3px;
  width: 80px;
  background-color: #0a4496;
  position: absolute;
  left: 10px;
  top: 0px;
  transition: all 0.5s;
}
header .wd1600 .head-r .button {
  margin-left: 20px;
}
header .wd1600 .head-r .button button {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #0a4496;
}
header .wd1600 .head-r .button button img {
  width: 19px;
}
header .pc-search {
  display: none;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-bottom: 13px;
  box-sizing: border-box;
  background-color: #0a4496;
}
header .pc-search form {
  height: 100%;
}
header .pc-search .wd1600 {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
header .pc-search .wd1600 .fdj {
  width: 20px;
  margin-right: 28px;
}
header .pc-search .wd1600 .input {
  flex: 1;
}
header .pc-search .wd1600 .input input {
  width: 100%;
  height: 100%;
  background: none;
  font-size: 22px;
  color: #b1b1b1;
}
header .pc-search .wd1600 button {
  display: block;
  font-size: 22px;
  color: #b1b1b1;
  background: none;
  cursor: pointer;
}
header .pc-search .wd1600 .cha {
  width: 20px;
  padding-right: 20px;
  margin-left: 40px;
}
#mobile {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s;
  left: 0;
}
#mobile-nav {
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
  background-image: url("../img/bgg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.35rem 0.25rem;
}
#mobile-nav .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-nav .top .logo {
  width: 2.29rem;
}
#mobile-nav .top .cha {
  width: 0.43rem;
}
#mobile-nav ul {
  margin-top: 0.65rem;
}
#mobile-nav ul li {
  width: 100%;
  line-height: 1rem;
  border-bottom: 1px solid #e3e3e3;
}
#mobile-nav ul li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
#mobile-nav ul li > a span {
  font-size: 0.3rem;
  font-weight: bold;
}
#mobile-nav ul li > a img {
  width: 0.34rem;
}
#mobile-nav ul li .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
#mobile-nav ul li .parent span {
  font-size: 0.3rem;
  font-weight: bold;
}
#mobile-nav ul li .parent img {
  width: 0.34rem;
  transition: 0.3s;
}
#mobile-nav ul li .second {
  display: none;
}
#mobile-nav ul li .second a {
  color: #666;
  display: block;
  padding-left: 0.2rem;
}
#mobile-nav ul li:nth-of-type(1) {
  border-top: 1px solid #e3e3e3;
}
.rotateY {
  transform: rotate(180deg);
}
.left-o {
  left: -100% !important;
}
.right-o {
  right: 0 !important;
}
footer .foot {
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 0 28px;
}
footer .foot .wd1600 {
  display: flex;
  justify-content: space-between;
}
footer .foot .wd1600 .f-contact .Title .c {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
footer .foot .wd1600 .f-contact .Title .e {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
footer .foot .wd1600 .f-contact .c-name {
  margin-top: 50px;
  font-size: 20px;
  color: #fff;
}
footer .foot .wd1600 .f-contact .lianxi {
  margin-top: 42px;
  display: flex;
}
footer .foot .wd1600 .f-contact .lianxi .ma {
  margin-right: 30px;
}
footer .foot .wd1600 .f-contact .lianxi .ma2 {
  margin-right: 50px;
}
footer .foot .wd1600 .f-contact .lianxi .ma img {
  width: 135px;
}
footer .foot .wd1600 .f-contact .lianxi .ma div {
  margin-top: 16px;
  text-align: center;
  color: #ccc;
}
footer .foot .wd1600 .f-contact .lianxi .way .item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
footer .foot .wd1600 .f-contact .lianxi .way .item img {
  margin-right: 20px;
}
footer .foot .wd1600 .f-contact .lianxi .way .item span {
  font-size: 16px;
  color: #ccc;
}
footer .foot .wd1600 .f-contact .link {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
footer .foot .wd1600 .f-contact .link span {
  margin-left: 26px;
  font-size: 18px;
  color: #fff;
}
footer .foot .wd1600 .f-contact .link div a {
  font-size: 16px;
  color: #e6e6e6;
  padding: 0 15px;
  position: relative;
  transition: 0.3s;
}
footer .foot .wd1600 .f-contact .link div a::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 5px;
  width: 1px;
  height: 13px;
  background-color: #999999;
}
footer .foot .wd1600 .f-contact .link div a:last-child::after {
  display: none;
}
footer .foot .wd1600 .f-contact .link div a:hover {
  color: #ff9926;
}
footer .foot .wd1600 .f-leave .Title .c {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
footer .foot .wd1600 .f-leave .Title .e {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
footer .foot .wd1600 .f-leave .leave {
  margin-top: 30px;
}
footer .foot .wd1600 .f-leave .leave .short {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .foot .wd1600 .f-leave .leave .short .list {
  width: 380px;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #ccc;
}
footer .foot .wd1600 .f-leave .leave .short .list input {
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent;
}
footer .foot .wd1600 .f-leave .leave .short .list:first-child {
  margin-right: 40px;
}
footer .foot .wd1600 .f-leave .leave .long {
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding-top: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
footer .foot .wd1600 .f-leave .leave .long textarea {
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent;
}
footer .foot .wd1600 .f-leave .apply {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .foot .wd1600 .f-leave .apply button {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #111111;
  border-radius: 20px;
  margin-left: 20px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
footer .foot .wd1600 .f-leave .apply button:hover {
  background-color: #ff9926;
}
footer .banquan {
  height: 90px;
  line-height: 90px;
  background-color: #111111;
}
footer .banquan .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .banquan .wd1600 .ban {
  font-size: 16px;
  color: #e6e6e6;
}
footer .banquan .wd1600 .ban a {
  color: #e6e6e6;
}
footer .banquan .wd1600 .pal {
  display: flex;
  align-items: center;
  position: relative;
}
footer .banquan .wd1600 .pal .son {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-left: 20px;
  transition: 0.3s;
  cursor: pointer;
  background-color: #414141;
}
footer .banquan .wd1600 .pal .vx .s-ma {
  opacity: 0;
  z-index: -1;
  position: absolute;
  display: block;
  top: -200px;
  left: 17px;
  width: 150px;
  height: 150px;
  transition: 0.5s;
}
footer .banquan .wd1600 .pal .vx:hover .s-ma {
  opacity: 1;
  z-index: 999;
  top: -150px;
}
footer .banquan .wd1600 .pal .son:hover {
  background-color: #0a4496;
}
.ce-slide {
  position: fixed;
  bottom: 20%;
  right: 60px;
  width: 59px;
  height: 118px;
  z-index: 99;
  display: none;
}
.ce-slide > div {
  width: 100%;
  height: 50%;
  transition: 0.3s;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
}
.ce-slide > div .line {
  position: absolute;
  width: 1px;
  transition: 0.3s;
  background-color: #fff;
}
.ce-slide > div:hover {
  background-color: #0a4496;
}
.ce-slide .ding {
  padding-top: 15px;
}
.ce-slide .ding .line {
  height: 0;
  top: 24px;
  left: 48.4%;
}
.ce-slide .ding:hover .line {
  height: 20px;
}
.ce-slide .di {
  padding-top: 25px;
}
.ce-slide .di .line {
  height: 20px;
  bottom: 0;
  left: 48.4%;
}
.ce-slide .di .meng {
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 1;
  background-color: #ccc;
}
.ce-slide .di:hover .line {
  bottom: 19px;
}
.ce-slide .di:hover .meng {
  background-color: #0a4496;
}
@media screen and (max-width: 1600px) {
  .wd1600 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1400px) {
  footer .foot .wd1600 .f-leave .leave .short .list {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  header .wd1600 {
    height: 65px;
    line-height: 65px;
  }
  header .wd1600 .head-r {
    display: none;
  }
  header .wd1600 .m-head-r {
    display: flex;
  }
  header .wd1600 .logo img {
    height: 45px;
  }
  footer .foot .wd1600 .f-leave {
    display: none;
  }
  footer .foot .wd1600 .f-contact .Title {
    display: none;
  }
  footer .foot .wd1600 .f-contact .c-name {
    margin-top: 0;
  }
  footer .foot .wd1600 .f-contact .link {
    margin-top: 20px;
  }
  #ce-slide {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  footer .banquan .wd1600 .pal {
    display: none;
  }
  footer .banquan {
    height: auto;
    line-height: normal;
    padding: 15px 0;
    text-align: center;
  }
  footer .banquan .wd1600 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .pc-search {
    height: 65px;
    padding-bottom: 2px;
  }
  header .pc-search .wd1600 .fdj {
    margin-right: 15px;
  }
  header .pc-search .wd1600 .input input,
  header .pc-search .wd1600 button {
    font-size: 15px;
  }
  header .pc-search .wd1600 .cha {
    width: 15px;
    padding-right: 0;
    margin-left: 16px;
  }
  header .pc-search .wd1600 button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  footer .foot {
    padding: 30px 0;
    background-size: cover;
  }
  footer .foot .wd1600 .f-contact .lianxi .ma {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  footer .foot .wd1600 .f-contact .lianxi .ma {
    display: none;
  }
  footer .foot .wd1600 .f-contact .lianxi .way .item {
    align-items: start;
  }
  footer .foot .wd1600 .f-contact .lianxi {
    margin-top: 30px;
  }
  footer .foot .wd1600 .f-contact .lianxi .way .item {
    margin-bottom: 20px;
  }
  footer .foot .wd1600 .f-contact .link {
    margin-top: 0;
  }
  footer .banquan .wd1600 .ban {
    font-size: 15px;
  }
}
