@charset "UTF-8";

/**
 *  Author:  Kyrie'
 *  Date:   2020.10.19
 *  Time:   09:00
 *  Desc:   网站框架公共样式表
**/
/************       Common       ************/
* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  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;
}

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;
}

.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-24 {
  font-size: 24px;
}

.f-22 {
  font-size: 22px;
}

.f-20 {
  font-size: 20px;
}

.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;
}

.wd1400 {
  max-width: 1400px;
  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;
}

/* common */
.add-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}

.chengkai {
  height: 134px;
}

.Top {
  background-color: #343d42;
}

.Top .wd1400 {
  height: 44px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Top .wd1400 .lef {
  display: flex;
  align-items: center;
}

.Top .wd1400 .lef div {
  margin-right: 40px;
}

.Top .wd1400 .lef div img {
  width: 22px;
  margin-right: 7px;
}

.Top .wd1400 .lef div span {
  color: #fff;
  margin-right: 5px;
}

.Top .wd1400 .rig {
  display: flex;
  align-items: center;
}

.Top .wd1400 .rig a {
  display: block;
  color: #fff;
}

.Top .wd1400 .rig .login {
  margin-right: 25px;
  position: relative;
}

.Top .wd1400 .rig .login::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 11px;
  width: 1px;
  height: 16px;
  background-color: #fff;
}

header {
  background-color: #fff;
}

header .wd1400 {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

header .wd1400 .logo img {
  width: 126px;
  height: 47px;
}

header .wd1400 .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .wd1400 .right .nav {
  display: flex;
  align-items: center;
}

header .wd1400 .right .nav li {
  position: relative;
  margin-left: 40px;
}

header .wd1400 .right .nav li a {
  font-size: 16px;
  transition: 0.3s;
}

header .wd1400 .right .nav li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -15px;
  background-color: #1740bc;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s;
}

header .wd1400 .right .nav li:hover::after {
  opacity: 1;
}

header .wd1400 .right .nav li:hover a {
  color: #1740bc;
}

header .wd1400 .right .nav .li-active::after{
  opacity: 1;
}
header .wd1400 .right .nav .li-active a{
  color: #1740bc;
}

header .wd1400 .right .fdj {
  cursor: pointer;
  margin-left: 28px;
}

.c-searchMain {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: -1;
  background: #f6f6f6;
  overflow: hidden;
  font-size: 0;
  opacity: 0;
  transition: 0.3s all;
}



.c-searchMain input {
  display: block;
  float: left;
  width: 300px;
  height: 60px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  color: #888888;
  padding-left: 24px;
  padding-right: 86px;
}

.c-searchMain a {
  display: block;
  width: 62px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
}
.c-searchMain.sear-active {
  opacity: 1;
  z-index: 100;
}
.c-searchMain.sear-active a{
  z-index: 1;
}

footer {
  background-image: url('../img/index/footer_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer .foot {
  padding: 65px 0;
}

footer .foot .wd1400 {
  display: flex;
  justify-content: space-between;
}

footer .foot .wd1400 .f-title {
  font-size: 20px;
  color: #fff;
}

footer .foot .wd1400 .zuo {
  flex: 4;
}

footer .foot .wd1400 .zuo .f-info {
  margin-top: 40px;
}

footer .foot .wd1400 .zuo .f-info .f-item {
  display: flex;
  align-items: flex-start;
  color: #8f9397;
  line-height: 32px;
}

footer .foot .wd1400 .zuo .f-info .f-item .tou {
  margin-right: 3px;
}

footer .foot .wd1400 .zuo .f-info .f-item .mess {
  flex: 1;
}

footer .foot .wd1400 .zuo .share {
  display: flex;
  align-items: center;
  margin-top: 35px;
  position: relative;
}

footer .foot .wd1400 .zuo .share span {
  font-size: 16px;
  color: #fff;
  margin-right: 16px;
}

footer .foot .wd1400 .zuo .share div {
  display: flex;
  align-items: center;
}

footer .foot .wd1400 .zuo .share div a {
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 20px;
}

footer .foot .wd1400 .zuo .share div .tanma {
  width: 150px;
  left: 120px;
  top: -70px;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
}

.opc {
  top: -56px !important;
  opacity: 1 !important;
}

footer .foot .wd1400 .middle {
  flex: 6;
  display: flex;
  padding: 0 80px;
  justify-content: space-between;
  position: relative;
}

footer .foot .wd1400 .middle .type {
  margin-top: 40px;
}

footer .foot .wd1400 .middle .type li a {
  color: #8f9397;
  line-height: 30px;
}

footer .foot .wd1400 .middle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 198px;
  background-color: #4f575f;
}

footer .foot .wd1400 .middle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 198px;
  background-color: #4f575f;
}

footer .foot .wd1400 .you {
  flex: 2;
  text-align: center;
  padding-left: 40px;
}

footer .foot .wd1400 .you img {
  width: 135px;
  height: 135px;
}

footer .foot .wd1400 .you div {
  margin-top: 14px;
  color: #fff;
}

.banquan {
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #4f575f;
}

.banquan .wd1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.banquan .wd1400 a {
  color: #fff;
}

.nei-banquan {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  border: none;
  background-color: #272b30;
}

.tabbar {
  height: 67px;
  line-height: 67px;
  background-color: #fff;
}

.tabbar .wd1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabbar .wd1400 .lef {
  display: flex;
  align-items: center;
}

.tabbar .wd1400 .lef .ming {
  font-size: 16px;
  margin-right: 15px;
}

.tabbar .wd1400 .lef .qi {
  display: flex;
  align-items: center;
}

.tabbar .wd1400 .lef .qi a {
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  display: block;
  position: relative;
}

.tabbar .wd1400 .lef .qi a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 27px;
  width: 2px;
  height: 15px;
  background-color: #999;
}

.tabbar .wd1400 .lef .qi a:last-child::after {
  display: none;
}

.tabbar .wd1400 .rig {
  color: #666;
  font-size: 16px;
}

.c-fixedNav {
  position: fixed;
  z-index: 98;
  top: 30%;
  right: 180px;
  padding: 20px;
}

.c-fixedNav .c-btn {
  width: 80px;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  background: url(../img/icon_bi.png) no-repeat;
  cursor: pointer;
  box-shadow: 0 6px 29px 7px rgba(54, 70, 177, 0.1);
  transition: 0.5s all;
}

.c-fixedNav ul {
  position: absolute;
  top: 72px;
  right: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 29px 7px rgba(54, 70, 177, 0.1);
  overflow: hidden;
  width: 300px;
  transition: 0.5s all;
  opacity: 0;
  height: 0;
  width: 0;
}

.c-fixedNav .ul-block {
  opacity: 1;
  width: 240px;
  height: auto;
}

.c-fixedNav li a {
  padding-left: 20px;
  display: block;
  height: 63px;
  line-height: 63px;
  position: relative;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
}

.c-fixedNav li a img {
  position: absolute;
  width: 6px;
  height: 9px;
  right: 25px;
  top: 27px;
  transition: 0.3s all;
}

.c-fixedNav li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #2d51a8;
  position: absolute;
  left: 0;
  top: 28px;
  transition: 0.3s all;
}

/* // 手机导航 */
.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: #1740bc;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}

.m-header .line1 {
  width: 12px;
  top: 0;
}

.m-header .line2 {
  width: 20px;
  top: 6px;
}

.m-header .line3 {
  width: 16px;
  top: 13px;
}

.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: #1740bc;
}

.m-header-menu .m-menu-top>a img {
  height: 35px;
}

.m-header-menu .m-menu-top .title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 8.2%;
  font-family: "Base-font";
}

.m-header-menu .m-menu-top .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/mobile_cha.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}

.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 .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/arrow_right.png) no-repeat center;
  margin-top: 26px;
}

.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: #1740bc;
}

.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;
}

/* // 手机导航 */
#go-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 99;
  width: 60px;
  cursor: pointer;
}

/* 侧边栏 */
.suspension {
  width: 50px;
  height: 245px;
  position: fixed;
  z-index: 999;
  bottom: 20%;
  right: 10px;
  cursor: pointer;
}
.applyDiv {
  background: #00a0e9;
  color: #fff;
  width: 50px;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.s-contact {
  width: 100%;
  height: 160px;
  background: #00a0e9;
}
.s-top-arrow {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  background: #333;
}
.s-contact>div:first-child {
  width: 55px;
  height: 40px;
  padding: 12px;
  box-sizing: border-box;
}
.s-contact>div:last-child {
  width: 20px;
  font-size: 16px;
  color: #fff;
  margin: auto;
  line-height: 18px;
  text-align: center;
}
.qr-show {
  position: fixed;
  bottom: 20%;
  right: 60px;
  display: flex;
  z-index: 1000;
  display: none;
}
.qr-show .ce_ma{
  margin: auto; 
  background: rgb(255, 255, 255); 
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px; 
  display: none;
}
.qr-r-item {
  display: flex;
  height: 40px;
  margin-left: 20px;
  margin-top: 15px;
}
.qr-r-item>div:first-child {
  padding-top: 5px;
}
.qr-r-item>div:last-child {
  margin-left: 20px;
}
.qr-r-item>div:last-child>p:first-child {
  font-size: 16px;
  line-height: 3px;
  padding-top: 10px;
  margin-bottom: 10px;
}

/* 侧边栏 */
@media screen and (min-width: 1200px) {
  .c-fixedNav:hover ul {
    width: 300px;
    height: auto;
    opacity: 1;
  }

  .c-fixedNav li a:hover {
    padding-left: 40px;
    color: #2d51a8;
    font-weight: bold;
  }

  .c-fixedNav li a:hover img {
    transform: rotate(90deg);
  }

  .c-fixedNav li a:hover:after {
    width: 15px;
  }

  .c-fixedNav:hover .c-btn {
    background: url(../img/icon_kai.png) no-repeat;
  }

  .tabbar .wd1400 .rig:hover {
    color: #2d51a8;
  }

  .Top .wd1400 .rig a:hover {
    color: #ff9919;
  }
}

@media screen and (max-width: 1400px) {
  .wd1400 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1200px) {
  footer .foot .wd1400 .middle {
    padding: 0 30px;
  }

  footer .foot .wd1400 .middle .type,
  footer .foot .wd1400 .zuo .f-info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-header {
    display: block;
  }

  header .wd1400 .right .nav {
    display: none;
  }

  header .wd1400 .right .fdj {
    margin-right: 30px;
    margin-left: 0;
  }

  footer .foot .wd1400 .middle {
    display: none;
  }

  footer .foot .wd1400 {
    display: block;
  }

  footer .foot .wd1400 .you {
    text-align: left;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .Top .wd1400 .lef div img {
    display: none;
  }

  .Top .wd1400 .lef div:last-child {
    display: none;
  }

  .chengkai {
    height: 104px;
  }

  header .wd1400 {
    height: 60px;
  }

  header .wd1400 .logo img {
    width: auto;
    height: 35px;
  }

  .c-searchMain {
    padding: 10px;
    top: 60px;
  }

  .c-searchMain input {
    width: 150px;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 60px;
  }

  .c-searchMain a {
    width: 41px;
    top: 11px;
    right: 11px;
  }

  .banquan {
    height: auto;
    padding: 15px 0;
    text-align: center;
    line-height: 24px;
  }

  .banquan .wd1400 {
    display: block;
  }

  .nei-banquan {
    position: initial;
    margin-top: 50px;
  }

  .c-fixedNav {
    right: 0;
    top: 25%;
  }
}

@media screen and (max-width: 480px) {
  .Top .wd1400 .lef div span {
    display: none;
  }

  footer .foot {
    padding: 30px 0;
  }

  footer .foot .wd1400 .you {
    display: none;
    text-align: center;
  }

  #go-top {
    display: none !important;
  }
}