/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/* 圆角  */
/*边框圆角*/
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*常用颜色*/
/* 板块版心设置 */
html,
body {
  background-color: #F6F6F6;
}
@media screen and (min-width: 900px) {
  .banner {
    height: 300px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/mjBn.png');
  }
  .banner > div {
    text-align: center;
    padding-top: 70px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
  }
  .block1 {
    max-width: 1200px;
    margin: 40px auto 0;
    font-weight: 400;
    font-size: 18px;
    background-color: #fff;
    color: #666666;
    line-height: 40px;
    padding: 33px 75px 50px;
  }
  .block2 {
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    background-color: #EFF6FF;
    color: #666666;
    padding: 33px 75px 50px;
  }
  .block2 .title {
    font-weight: 600;
    font-size: 30px;
    color: #335AA3;
    text-align: center;
  }
  .block2 > p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .block2 .gird {
    display: grid;
    width: 100%;
  }
  .block2 .gird > div {
    border-right: dashed 1px #cccccc;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    text-align: justify;
    line-height: 28px;
  }
  .block2 .gird > div > span {
    font-weight: 600;
    color: #335AA3;
  }
  .block2 .gird > div:last-child {
    border: none;
  }
  .block3 {
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    background-color: #fff;
    color: #666666;
    padding: 33px 45px 50px;
  }
  .block3 .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block3 .cards .card:nth-child(2) .right > p:nth-child(3) {
    width: 330px;
  }
  .block3 .cards .card {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
  }
  .block3 .cards .card .right {
    margin-left: 27px;
  }
  .block3 .cards .card .right > p {
    width: 320px;
  }
  .block3 .cards .card .right > p:nth-child(1) {
    font-weight: 600;
    font-size: 24px;
    color: #335AA3;
    margin-top: 5px;
  }
  .block3 .cards .card .right > p:nth-child(2) {
    width: 40px;
    border: 2px solid #335AA3;
    margin-top: 8px;
  }
  .block3 .cards .card .right > p:nth-child(3) {
    font-weight: 400;
    width: 320px;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    line-height: 26px;
  }
  .block3 .cards .card .right > p:nth-child(3) > span {
    font-weight: 600;
    font-size: 18px;
    color: #335AA3;
  }
  .block3 .cards .card .right .illustrate {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
  }
  .block3 .cards .card:nth-child(4) {
    margin-top: 30px;
  }
  .block3 .cards .card:nth-child(3) {
    margin-top: 30px;
  }
  .block3 .cards .card:nth-child(3) .right > p:nth-child(3) {
    line-height: 30px;
  }
  .block31 {
    display: none;
  }
  .block4 {
    max-width: 1200px;
    margin: 0px auto 0;
    background: #EFF6FF;
    padding: 22px 100px 43px;
  }
  .block4 > p {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #335AA3;
  }
  .block4 > div {
    display: flex;
    margin-top: 10px;
    justify-content: center;
  }
  .block5 {
    max-width: 1200px;
    margin: 0 auto 52px;
    padding: 50px 100px;
    background-color: #fff;
  }
  .block5 > p {
    font-weight: 600;
    font-size: 30px;
    color: #335AA3;
    text-align: center;
  }
  .block5 .tabs {
    margin-top: 20px;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
  }
  .block5 .tabs li {
    cursor: pointer;
    width: 135px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #F6F6F6;
    margin-right: 20px;
    transition: background 0.3s, color 0.3s;
  }
  .block5 .tabs li:last-child {
    margin-right: 0;
  }
  .block5 .tabs li.active {
    background: #335AA3;
    color: white;
  }
  .block5 .box {
    margin-top: 10px;
  }
  .block5 .box .lists {
    display: none;
    padding: 5px 20px 20px;
    border-radius: 5px;
  }
  .block5 .box .lists .list {
    min-height: 100px;
    max-width: 980px;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
  }
  .block5 .box .lists .list .left {
    position: relative;
    margin-left: 50px;
  }
  .block5 .box .lists .list .left > p {
    position: absolute;
    top: 25px;
    width: 75px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #335AA3;
  }
  .block5 .box .lists .list .right {
    max-width: 800px;
    margin-left: 45px;
    display: block;
    min-height: 80px;
  }
  .block5 .box .lists .list .right > p:nth-child(1) {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 20px;
    color: #335AA3;
    display: flex;
    align-items: center;
  }
  .block5 .box .lists .list .right > p:nth-child(1) > span {
    width: 64px;
    display: block;
    height: 24px;
    background: #E4683F;
    border-radius: 100px 4px 50px 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
  }
  .block5 .box .lists .list .right > p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
  .block5 .box .lists .list:nth-child(odd) {
    background-color: #EFF6FF;
  }
  .block5 .box .lists.active {
    display: block;
  }
  .block5 .btns {
    display: flex;
    justify-content: center;
  }
  .block5 .btns .download {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    width: 240px;
    height: 50px;
    background: #335AA3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
  }
  .block5 .btns .download > img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
  .infor-get {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/mjBn.png');
  }
  .banner > div {
    text-align: center;
    padding-top: 36px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 35px;
    color: #FFFFFF;
  }
  .banner > div > img {
    width: 282px;
    height: auto;
  }
  .banner > div > p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
  }
  .block1 {
    max-width: 1200px;
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    color: #666666;
    line-height: 24px;
    padding: 22px 13px 36px;
    margin: 21px 15px 0;
    border-radius: 8px 8px 0 0;
  }
  .block2 {
    max-width: 1200px;
    font-weight: 400;
    font-size: 18px;
    background-color: #EFF6FF;
    color: #666666;
    padding: 31px 13px 36px;
    margin: 0px 15px 0;
    border-radius: 8px 8px 0 0;
  }
  .block2 .title {
    font-weight: 600;
    font-size: 24px;
    color: #335AA3;
    text-align: center;
  }
  .block2 > p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .block2 .gird {
    display: flex;
    flex-wrap: wrap;
  }
  .block2 .gird > div {
    border-right: none;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 24px;
    margin-top: 10px;
  }
  .block2 .gird > div > span {
    font-weight: 600;
    color: #335AA3;
  }
  .block2 .gird > div:last-child {
    border: none;
  }
  .block3 {
    display: none;
  }
  .block31 {
    display: block;
    padding: 36px 33px;
    margin: 0 15px;
    background-color: #fff;
  }
  .block31 .title {
    display: flex;
    justify-content: space-between;
  }
  .block31 .title p {
    cursor: pointer;
    width: 64px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
  }
  .block31 .title p.active {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    width: 80px;
    color: #335AA3;
  }
  .block31 .title p.active::before {
    content: ' ';
    width: 40px;
    display: block;
    height: 4px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%);
    background-color: #335AA3;
  }
  .block31 .contents {
    margin-top: 30px;
  }
  .block31 .content {
    display: none;
  }
  .block31 .content.active {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }
  .block31 .content.active .illustrate {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
  }
  .block4 {
    display: none;
  }
  .infor-get {
    display: block;
    padding: 37px 0 31px 0;
    margin: 0 15px;
    height: 341px;
    background: #EFF6FF;
    text-align: center;
  }
  .infor-get .infor-title {
    font-weight: 600;
    font-size: 24px;
    color: #335AA3;
    line-height: 33px;
  }
  .infor-get .item {
    width: 280px;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    text-align: center;
    transition: box-shadow 0.218s;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .infor-get .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .infor-get #slideGet {
    margin-top: 10px;
    position: relative;
  }
  .infor-get .swiper-rtl .swiper-button-next:after,
  .infor-get .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
  }
  .infor-get .swiper .swiper.wrapper .swiper-button-prev::after {
    display: none;
  }
  .infor-get .swiper .swiper.wrapper .swiper-button-next::after {
    display: none;
  }
  .infor-get .swiper .swiper.wrapper .swiper-button-prev {
    left: 5px;
    background-image: url(../images/icon-left-w.png);
  }
  .infor-get .swiper .swiper.wrapper .swiper-button-next {
    background-image: url(../images/icon-right-w.png);
    right: 5px;
  }
  .block5 {
    max-width: 1200px;
    padding: 24px 0 36px;
    margin: 0px 15px 30px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
  }
  .block5 > p {
    font-weight: 600;
    font-size: 24px;
    color: #335AA3;
    text-align: center;
  }
  .block5 .tabs {
    margin-top: 20px;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
  }
  .block5 .tabs li {
    cursor: pointer;
    width: 135px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #F6F6F6;
    margin-right: 20px;
    transition: background 0.3s, color 0.3s;
  }
  .block5 .tabs li:last-child {
    margin-right: 0;
  }
  .block5 .tabs li.active {
    background: #335AA3;
    color: white;
  }
  .block5 .box {
    margin-top: 18px;
  }
  .block5 .box .lists {
    display: none;
    border-radius: 5px;
  }
  .block5 .box .lists .list {
    min-height: 100px;
    max-width: 980px;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
  }
  .block5 .box .lists .list .left {
    position: relative;
    margin-left: 20px;
  }
  .block5 .box .lists .list .left > p {
    position: absolute;
    top: 25px;
    width: 75px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #335AA3;
  }
  .block5 .box .lists .list .right {
    max-width: 800px;
    margin-left: 20px;
    display: block;
    min-height: 80px;
  }
  .block5 .box .lists .list .right > p:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    color: #335AA3;
    line-height: 28px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 兼容WebKit浏览器 */
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .block5 .box .lists .list .right > p:nth-child(1) > span {
    width: 64px;
    display: block;
    height: 24px;
    background: #E4683F;
    border-radius: 100px 4px 50px 4px;
    font-weight: 400;
    font-size: 14px;
    display: none;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
  }
  .block5 .box .lists .list .right > p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
  .block5 .box .lists .list:nth-child(odd) {
    background-color: #EFF6FF;
  }
  .block5 .box .lists.active {
    display: block;
  }
  .block5 .btns {
    display: flex;
    justify-content: center;
  }
  .block5 .btns .download {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    width: 240px;
    height: 50px;
    background: #335AA3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
  }
  .block5 .btns .download > img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
}
