@charset "utf-8";

/* CSS Document */
* {
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  color: #333;
  font-family: 'Microsoft yahei';
  background-color: #F1F5FA;
  font-size: 14px;
  max-width: 1920px;
  margin: 0px auto;
  -webkit-text-size-adjust: none;
  padding: 0;
}

body {
  /* min-width: 1360px; */
  overflow: auto
}

html,
body {
  height: 100%;
}

html,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

a {
  transition: color 0.4s;
}

ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

img,
fieldset,
abbr,
acronym {
  border: 0 none;
}

del,
ins {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: unset;
  outline: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

i,
b,
address {
  text-decoration: none;
  font-style: normal;
  font-weight: lighter;
}

caption {
  text-align: left;
}

time,
mark {
  margin: 0px;
  padding: 0px;
  background: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

i,
cite,
em {
  font-style: normal;
}

.flex_vertical_align {
  /*垂直居中*/
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.flex_align {
  /*垂直与水平居中*/
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.symmetry {
  /*水平排列*/
  display: -webkit-box;
  display: -moz-box;
  display: box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
}

form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
select {
  -webkit-appearance: none;
  font-size: 14px;
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

/*防止windows缩放图片时，图像失真*/
.clb {
  clear: both !important;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 2999682 */
  src: url('http://at.alicdn.com/t/font_2999682_y62al1grjrh.woff2?t=1641434624450') format('woff2'),
    url('http://at.alicdn.com/t/font_2999682_y62al1grjrh.woff?t=1641434624450') format('woff'),
    url('http://at.alicdn.com/t/font_2999682_y62al1grjrh.ttf?t=1641434624450') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.app-container {
  padding-top: 84px;
  min-height: 75vh;
}

.fixation {
  max-width: 1640px;
  margin: 0px auto;
  padding: 0 20px;
}

.fixation1200 {
  max-width: 1200px;
  margin: 0px auto;
}

.fixation1400 {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0 20px;
}

.top-banner {
  width: 100%;

}

.top-banner {
  display: flex;
  margin: 0 auto 0;
  flex-wrap: wrap;
}

.top-banner .b-item {
  width: 50%;
  /* height: 160px; */
}

.top-banner .b-item.b1 {
  padding-right: 10px;
}

.top-banner .b-item .img {
  width: 100%;
  height: 100%;
}

.top-banner .b-item.b1 .img {

  /* background: #E5E8FF; */
}

.top-banner .b-item.b2 {
  padding-left: 10px;
}

.top-banner .b-item.b2 .img {


  /* background: #E5E8FF; */
}

.top-banner img {
  border-radius: 12px;
}

.Navigation_1 {
  height: 60px;
  background: #FFFFFF;
  line-height: 60px;
  text-align: center;
  margin-bottom: 24px;
}

.Navigation_1 .n-item {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  padding: 0 40px;
  position: relative;
  display: inline-block;
}

.Navigation_1 .n-item.active {
  color: #4E6EF2;
}

.Navigation_1 .n-item.active::after {
  content: '';
  position: absolute;
  background: #4E6EF2;
  bottom: 5px;
  height: 3px;
  width: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Navigation_2 {
  text-align: center;
  /* margin-top: 24px; */
}

.Navigation_2 .n-item {
  /* width: 123px; */
  padding: 0 20px;
  height: 44px;
  opacity: 1;
  border-radius: 12px;
  font-size: 16px;
  line-height: 44px;
  background: #FFFFFF;
  border: 1px solid #777777;
  box-shadow: 0px 10px 20px rgba(196, 196, 196, 0.4);
  text-align: center;
  color: #777777;
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}

.Navigation_2 .n-item.active {
  background: #4E6EF2;
  box-shadow: 0px 10px 20px rgba(78, 110, 242, 0.4);
  border: none;
  color: #FFFFFF;
}

.position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 40px;
}

.position .left {
  font-size: 16px;
  color: #777777;
  display: flex;
  align-items: center;
}

.position .left i {
  margin-right: 5px;
  cursor: pointer;
  font-size: 16px;
}

.position .search {
  right: 10px;
}

.search-input {}

.search-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 298px;
}

.search-input--prefix .search-input__inner {
  padding-left: 30px;
}

.search-input__inner:focus {
  outline: none;
  border-color: #409eff;
}

.search-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

input {
  cursor: pointer;
}

.search-input__icon,
.search-input__prefix {
  height: 100%;
  text-align: center;
  transition: all .3s;
}

.search-input__prefix {
  position: absolute;
  left: 5px;
  top: 0;
  color: #c0c4cc;
}

.search-input__icon {
  width: 25px;
  line-height: 40px;
}

.search-input__icon,
.search-input__prefix {
  height: 100%;
  text-align: center;
  transition: all .3s;
}

.margin_b-50 {
  margin-bottom: 50px;
}

.margin_b-62 {
  margin-bottom: 62px;
}

.line {
  height: 1px;
  background: #C4C4C4;
}


/*通用头部*/
.comtop {
  background-color: #4E6EF2;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  font-size: 16px;
}

.comtop .fixation {
  height: 60px;
  text-align: center;
}

.fixation>.fl {
  height: 60px;
  float: left;
  line-height: 60px;
}

.fixation>.fl img {
  height: 35px;
  margin-top: 11px;
}

.fixation .nav {
  height: 60px;
  /* float: right; */
  display: inline-block;
  text-align: center;
}

.fixation .nav ul {
  float: left;
}

.fixation .nav ul li {
  width: 100px;
  float: left;
  position: relative;
}

.fixation .nav ul li .top {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
}

.fixation .nav ul li .top a {
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  width: 100px;
  height: 60px;
  line-height: 60px;
  z-index: 1;
}

.fixation .nav ul li .top span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 0;
}

.fixation .nav ul li:hover .top a {
  /* color: #555 !important; */
}

.fixation .nav ul li:hover .top a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fixation .nav ul>li:nth-child(2) {
  width: 100px;
}

.fixation .nav ul>li:nth-child(2)>div>a {
  width: 100px;
}

.fixation .nav ul>li:first-child {
  width: 60px;
}

.fixation .nav ul>li:first-child a {
  width: 60px;
  font-weight: inherit;
}

.fixation .nav ul>li:first-child:hover a {
  /* color: #004c98; */
}

.fixation .nav ul li.select .top a {
  color: #fff;
}

.fixation .nav ul li.select span {
  top: 0px
}

.fixation .nav ul li dl {
  width: 180px;
  /* height: 56px; */
  line-height: 56px;
  overflow: hidden;
  position: absolute;
  background: #fff;
  display: none;
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#901b334b, endColorstr=#901b334b);
  transform: translateX(-50%);
  left: 50%;
}

.fixation .nav ul li dl dd {
  /* float: left; */
  /* height: 56px; */
  line-height: 56px;
  overflow: hidden;
  padding: 0px 20px;
  /* min-width: 120px; */
  text-align: center;
}

.fixation .nav ul li dl dd:hover a {
  animation: sizebig 0.4s;
  -moz-animation: sizebig 0.4s;
  text-decoration: underline;
}

.loginbtn {
  height: 60px;
  float: right;
  line-height: 60px;
  color: #fff;
}

@-moz-keyframes sizebig {
  0% {
    font-size: 14px;
  }

  50% {
    font-size: 16px;
  }

  100% {
    font-size: 14px;
  }
}

@keyframes sizebig {
  0% {
    font-size: 14px;
  }

  50% {
    font-size: 16px;
  }

  100% {
    font-size: 14px;
  }
}

.fixation .nav ul li dl>dd:first-child {
  /* margin-left: 88px; */
}

.fixation .nav ul li dl dd a {
  color: #555;
  height: 100%;
  display: inline-block;
  width: 100%;
}

.fixation .nav ul li .no {
  /* background-color: #fff; */
  position: relative;
}

.fixation .nav ul li .no::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fixation .nav ul li .no {
  /* color: #555 !important; */
}

.fixation .nav ul li .no:hover {
  background-color: rgba(0, 0, 0, 0);
}

.fixation .nav .erwm {
  float: right;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
}

/*.fixation .nav .erwm:hover{background-color:#3D8FD3;}*/
.fixation .nav .erwm i {
  line-height: 60px;
  display: inline-block;
  width: 60px;
  text-align: center;
  color: #4acd79;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
}

/*.fixation .nav .erwm:hover i{color:#FFF;}*/
.fixation .nav .erwm div {
  position: absolute;
  margin-left: -30px;
  height: 0px;
  overflow: hidden;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  z-index: 999;
}

.fixation .nav .erwm:hover div {
  height: 140px;
}

.fixation .nav .erwm div img {
  width: 120px;
  height: 120px;
  border-radius: 3px;
  padding: 5px;
  background-color: #FFF;
}

.fri i {
  color: #fff;
  font-size: 30px;
}

/* 通用底部 */
.footer {
  background: rgb(0 0 0 / 77%);
  padding: 32px 0;

  color: #FFFFFF;
}

.footer .foot {
  text-align: center;
}

.footer .ewm {
  margin-bottom: 20px;
}

.footer .ewm .img {
  width: 100px;
  height: 100px;
  background: #fff;
}

.footer .ewm p {
  line-height: 24px;
  font-size: 12px;
}

.footer .ewm .ewm-item {
  display: inline-block;
  margin: 0 10px;
}

.footer .copyright p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.module-title {
  color: rgb(0 0 0 / 66%);
  text-align: center;
  position: relative;
  padding: 78px 0 49px 0;
}

.module-title .text1 {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.module-title .text2 {
  font-size: 12px;
  color: rgb(0 0 0 / 60%);
}

.module-title::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 1px;
  background: rgb(78 110 242 / 50%);
  top: 54%;
  z-index: 0;
  transform: translateX(-50%);
}

.btn-primary {
  width: 162px;
  height: 44px;
  line-height: 44px;
  background: #4E6EF2;
  box-shadow: 0px 10px 20px rgba(78, 110, 242, 0.4);
  border-radius: 41px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}

.btn-more {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  text-align: right;
  letter-spacing: 8px;
  cursor: pointer;
}

.btn-more span {
  background: #4E6EF2;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 5px 8px rgba(78, 110, 242, 0.5);
  position: relative;
  vertical-align: middle;
}

.btn-more i {
  color: #fff;
  position: absolute;
  left: 7px;
}

.phone_padding {
  padding: 24px 10px 0;
}

.app-rnav {
  position: fixed;
  right: 30px;
  top: 60%;
  background: #FFFFFF;
  border: 1px solid rgb(196 196 196 / 57%);
  border-radius: 59px;
  padding: 20px 10px;
  z-index: 1;
  display: none;
  box-shadow: 0px 5px 10px rgb(119 119 119 / 16%);
}

.app-rnav .rnav-item {
  /* line-height: 30px; */
  border-bottom: 1px solid #C4C4C4;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

.app-rnav .rnav-item:hover .rnav-item-l {
  opacity: 1;
  display: block;
}

.app-rnav .rnav-item .rnav-item-l {
  display: none;
  opacity: 0;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  padding: 10px;
  text-align: left;
  width: 200px;
}

.app-rnav .rnav-item .rnav-item-l::after {
  position: absolute;
  content: '';
  border-bottom: 10px solid #C4C4C4;
  border-right: 10px solid #C4C4C4;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  transform: rotate(315deg) translateY(-50%);
  right: -17px;
  top: 50%;
  z-index: 1;
}

.app-rnav .rnav-item .rnav-item-l::before {
  position: absolute;
  content: '';
  border-bottom: 10px solid #fff;
  border-right: 10px solid #fff;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  transform: rotate(315deg) translateY(-50%);
  right: -16px;
  top: 50%;
  z-index: 2;
}

.app-rnav .rnav-item i {
  font-size: 22px;
}

.app-rnav .rnav-item .img {
  height: 50px;
}


/* 分页开始 */
ul.pagination-digg {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
  padding-bottom: 4px;
  display: inline-block;
  margin: 0 auto;
}

.pagination-digg li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}

.pagination-digg li {
  border: solid 1px #4E6EF2;
  margin-right: 10px;
  width: auto;
  color: #4E6EF2;
  display: block;
  float: left;
  padding: 7px 12px;
  text-decoration: none;

  border-radius: 4px;
}

.pagination-digg .previous-off,
.pagination-digg .next-off {
  border: solid 1px #DEDEDE;
  color: #888888;
  display: block;
  float: left;
  font-weight: bold;
  padding: 7px 12px;
}

.pagination-digg .next,
.pagination-digg .previous {
  font-weight: bold;
}

.pagination-digg .active {
  border: solid 1px #4E6EF2;
  background: #4E6EF2;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  float: left;
  padding: 7px 12px;
  background: #4E6EF2;
  box-shadow: 0px 6px 12px rgba(78, 110, 242, 0.4);
  /* background: #4E6EF2;
  box-shadow: 0px 6px 12px rgba(78, 110, 242, 0.4);
  opacity: 1;
  border-radius: 4px; */
}

/* #pagination-digg a:link,
#pagination-digg a:visited {
  color: #977E47;
  display: block;
  float: left;
  padding: 0.07rem 0.12rem;
  text-decoration: none;
} */

.pagination-digg li:hover {
  background: #4E6EF2;
  color: #fff;
}

.pagination-digg_phone {
  width: 100%;
  padding: 0 8px;

  display: flex !important;
  justify-content: space-between;
  padding-bottom: 10px;
}


/* 分页结束 */


@media screen and (max-width: 450px) {

  .top-banner img {
    border-radius: 0px;
  }

  .comtop {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
  }

  .comtop .fixation {
    height: 15vw;
    overflow: hidden;
    padding: 1vw 3vw;
    background-color: #FFF;
    width: 100%;
  }

  .fri i {
    color: #4E6EF2;
  }

  .comtop .fixation * {
    /* height: 100% !important; */
    width: auto;
    /* margin-top: 0px !important; */
  }

  .comtop .fixation .fl {
    float: left;
  }

  .comtop .fixation .fri {
    float: right;
    line-height: 13vw;
    font-size: 1.2rem;
    display: inline-block;
  }

  .comtop .fixation .fri i {
    line-height: 13vw;
    font-size: 1.2rem;
    width: 20vw;
    display: inline-block;
    text-align: right;
  }

  .comtop .nav {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    display: none;
  }

  .comtop .nav .shell1 {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }

  .comtop .nav .shell2 {
    width: 200%;
    height: 100%;
  }

  .comtop .nav .shell2>ul {
    width: 50%;
    float: left;
    padding: 1.5em 0px 0px 1em;
    background-color: #4E6EF2;
    height: 100%;
    overflow: auto
  }

  .comtop .nav .shell2>ul::-webkit-scrollbar {
    width: 0px;
    height: 10px;
    cursor: pointer;
  }

  .comtop .nav .shell2>ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .comtop .nav .shell2>ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .comtop .nav .shell2>ul::-webkit-scrollbar-track-piece {
    cursor: pointer;
  }

  .comtop .nav .shell2>ul::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
    cursor: pointer;
  }

  .comtop .nav .shell2>ul::-webkit-scrollbar-corner {
    background: #ccc;
    cursor: pointer;
  }

  .comtop .nav .shell2>ul::-webkit-scrollbar-resizer {
    background: #ccc;
    cursor: pointer;
  }

  .comtop .nav .shell2 .father ul {
    display: none;
  }

  .comtop .nav .shell2>ul h3 {
    width: 100%;
    padding-left: 1em;
    line-height: 3em;
    border-bottom: 1px solid #8dbafd;
  }

  .comtop .nav .shell2>ul h3 a {
    color: #FFF;
    font-size: 1.1em;
    ine-height: 3em;
    width: 100%;
    display: inline-block;
  }

  .comtop .nav .shell2>ul h3 a i {
    color: #FFF;
    margin-right: 1em;
  }

  .comtop .nav .shell2>ul li {
    line-height: 4em;
    border-bottom: 1px solid #4e90f2;
  }

  .comtop .nav .shell2>ul li a {
    line-height: 4em;
    width: 100%;
    padding: 0 1em;
    color: #FFF;
    display: inline-block;
  }

  .comtop .nav .shell2>ul li a i {
    float: right;
  }

  .comtop .nav .shell2>ul li a:active {
    background-color: #2A6393
  }

  .comtop .nav .close {
    width: 50%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    right: 0px;
    top: 0px;
  }



  /* 通用底部 */
  .footer {
    padding: 15px;
  }

  .footer .ewm {
    margin-bottom: 10px;
  }

  .footer .ewm .img {
    width: 60px;
    height: 60px;
  }

}

@media screen and (max-width: 450px) {
  .app-container {
    padding-top: 80px;
  }

  /* 通用宽度 */
  .generalWidth {
    width: 100%;
    margin: 0 auto;
  }

  .is_show_pc {
    display: none !important;
  }

  .fixation,
  .fixation1200,
  .fixation1400 {
    max-width: 100%;
  }

  .fixation1400 {
    padding: 0 16px;
  }

  .module-title {
    padding: 30px 0 15px 0;
  }

  .module-title::after {
    width: 280px;
  }

  .module-title .text1 {
    font-size: 20px;
  }


  .module-title .text2 {
    font-size: 10px;
  }

  .Navigation_2 .n-item {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    box-shadow: 0px 3px 10px rgb(196 196 196 / 40%);
    margin-right: 10px;
  }

  .Navigation_2 .n-item.active {
    box-shadow: 0px 3px 10px rgb(78 110 242 / 40%);
  }

  .top-banner .b-item {
    width: 100%;
  }

  .margin_b-62 {
    margin-bottom: 30px;
  }

  .margin_b-50 {
    margin-bottom: 20px;
  }

  .top-banner .b-item {
    margin: 0 !important;
    padding: 0 !important;
  }

}

@media screen and (min-width: 451px) {

  .is_show_phone {
    display: none !important;
  }
}
