html {
  font-size: 100px;
}
body {
  color: #444;
  background: #f3f5fb;
  overflow-x: hidden;
  font-family: auto;
}
@font-face {
  font-family: ALIBABA-PUHUITI-REGULAR;
  src: url(../fonts/ALIBABA-PUHUITI-REGULAR.OTF);
}
@font-face {
  font-family: ALIBABA-PUHUITI-MEDIUM;
  src: url(../fonts/ALIBABA-PUHUITI-MEDIUM.OTF);
}
@font-face {
  font-family: ALIBABA-PUHUITI-BOLD;
  src: url(../fonts/ALIBABA-PUHUITI-BOLD.OTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #444;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #0437aa;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
input[type='checkbox']::after,
input[type='radio']::after {
  content: '';
  display: inline-block;
  background-color: #54576e;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type='checkbox']:checked::after,
input[type='radio']:checked::after {
  background: url(../images/checkbox.jpg) center no-repeat #fff;
  background-size: 100% 100%;
}
.wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 0.86rem;
  font-size: 0.14rem;
}
.container {
  margin: 0 auto;
  width: 1280px;
  z-index: 3;
}
/*公共样式勿删除*/

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/
.search {
  display: flex;
  align-items: center;
  background: #f7f8f9;
  padding: 0 0.15rem;
  width: 3.14rem;
  border-radius: 0.3rem;
}
.search input {
  height: 0.35rem;
  width: 100%;
  background: none;
  font-size: 0.16rem;
}
.search i {
  width: 16px;
  height: 15px;
  background: url(../images/img_09.png) center no-repeat;
}
.swiper-pagination-bullet {
  background: #fff;
}
.a .banner .swiper-slide > a > img {
  height: 3.68rem;
  border-radius: 0.1rem;
}
.banner img {
  width: 100%;
}
.title_common {
  font-family: ALIBABA-PUHUITI-BOLD;
  font-size: 0.3rem;
  padding-left: 0.25rem;
  color: #000;
  margin-bottom: 0.3rem;
  background: url(../images/web_21.png) left center no-repeat;
}
.title_common i {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  vertical-align: middle;
}
.advange {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0.02rem 0.13rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}
.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: relative;
  font-size: 14px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
}

.header .logo img {
  width: 113px;
}
.header .nav ul {
  display: flex;
  align-items: center;
  margin-left: 64px;
}
.header .nav li {
  position: relative;
  padding: 0 4px;
  display: flex;
  height: 64px;
  align-items: center;
}
.header .nav li a {
  color: #0437aa;
  height: 28px;
  border-radius: 28px;
  display: flex;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
}
.header .nav li.on a,
.header .nav li:hover a {
  color: #fff;
  background: #0437aa;
}
.header .side {
  display: flex;
  align-items: center;
}
.header .side .drop + .drop {
  margin-left: 36px;
}
.header .side .drop {
  position: relative;
}
.header .side .drop:hover ul {
  display: block;
}
.header .side ul {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 5px;
  display: none;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  line-height: 36px;
  padding: 8px 15px;
}
.header .side img {
  width: 24px;
}
.header .side .search {
  background: #f1f1f1;
  width: 260px;
}

.footer .logo img {
  width: 179px;
}
.footer ol {
  padding: 20px 0 30px;
  font-size: 16px;
  color: #0437aa;
  line-height: 36px;
}
.footer ol li {
  display: flex;
  align-items: center;
}
.footer ol li img {
  margin-right: 10px;
  width: 16px;
}
.footer .share {
  display: flex;
  align-items: center;
}
.footer .share a + a {
  margin-left: 20px;
}
.footer .box {
  text-align: center;
}
.footer .box + .box {
  margin-left: 259px;
}
.footer .box h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
.footer ul {
  line-height: 30px;
}
.footer ul a {
  color: #666;
}
/**/
/**/
.login {
  font-size: 0.16rem;
  color: #fff;
}
.login .logo {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.login .top {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  position: relative;
  z-index: 99;
  padding: 0.6rem 1rem;
}
.login .top li a {
  color: #969696;
  padding-left: 1rem;
}
.login .bd {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 4.95rem;
}
.login .bd h2 {
  font-size: 0.5rem;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  padding-left: 0.2rem;
  margin-top: 0.3rem;
}
.login .bd h4 {
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.2rem 0.15rem;
}
.login .bd h4 a {
  font-size: 0.15rem;
  color: #fff;
  opacity: 0.3;
}
.login .bd .input {
  width: 100%;
  padding-left: 0.2rem;
  border-radius: 0.5rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.18rem;
  background: #54576e;
}
.login .bd p {
  margin-top: 0.15rem;
}
.login .bd p a {
  color: #fff;
}
.login .bd .btn {
  color: #fff;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  background: #0437aa;
  font-size: 0.22rem;
  padding: 0.12rem 0.5rem;
  border-radius: 0.5rem;
  margin-top: 0.3rem;
}
/**/
.pages {
  color: #777;
  padding-top: 0.2rem;
  display: flex;
  justify-content: center;
}
.pages a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: 1px solid #ddd;
}
.pages .active {
  background: #0437aa;
  color: #fff;
  border-color: #0437aa;
}
/**/
.bread {
  color: #8e8e8e;
  font-size: 0.15rem;
}
.newsitem {
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.3rem;
}
.newsitem .hd {
  border-bottom: 1px solid #ddd;
  padding: 0.3rem 0 0.15rem;
}
.newsitem .hd h1 {
  font-size: 0.4rem;
  font-family: ALIBABA-PUHUITI-BOLD;
  color: #000;
  margin-bottom: 0.3rem;
}
.newsitem .hd p span {
  font-size: 0.14rem;
  color: #8b8b8b;
  padding-right: 0.3rem;
}
.newsitem .hd p img {
  /*width: 0.22rem;*/
  margin: -0.03rem 0 0;
}
.newsitem .txt {
  padding: 0.3rem 0;
  font-size: 0.2rem;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.newsitem .txt .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 45%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255),
    rgba(255, 255, 255),
    rgba(255, 255, 255)
  );
  text-align: center;
  padding-top: 0.7rem;
}
.newsitem .txt .down span {
  color: #0437aa;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
.newsitem .txt .down span::after {
  content: ' ';
  display: inline-block;
  height: 12px;
  width: 12px;
  border-width: 0 2px 2px 0;
  border-color: #0437aa;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -6px;
}
.newsitem .txt p {
  padding: 0.2rem 0;
}
.homepage .d .bd .flex_item .newsitem li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
  border-radius: 0;
}
.homepage .d .bd .flex_item .newsitem li dt {
  font-size: 0.22rem;
  font-family: ALIBABA-PUHUITI-BOLD;
}
.homepage .d .bd .flex_item .newsitem li .time {
  color: #d0d1d1;
}
.homepage .d .bd .flex_item .newsitem li .data {
  color: #8e8e8e;
}
.homepage .d .bd .flex_item .newsitem .title_common {
  margin-bottom: 0.1rem;
}

/**/
.newpage .banner {
  margin: 0.3rem 0 0.6rem;
}
.newpage .one {
  margin-bottom: 0.6rem;
}
.newpage .one .title {
  font-size: 0.39rem;
  font-family: 'Helvetica Neue Light', HelveticaNeue-Light, Helvetica, Arial,
    sans-serif;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: normal;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #d5d6d9;
  color: #0437aa;
}
.newpage .one .bd {
  padding-top: 0.2rem;
}
.newpage .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.newpage .one .bd ul li {
  width: 25%;
  padding: 0.15rem;
}
.newpage .one .bd ul li .box {
  position: relative;
}
.newpage .one .bd ul li .box span {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #b30838;
  color: white;
  z-index: 9;
  padding: 2px 10px;
  font-family: 'Helvetica Neue Light', HelveticaNeue-Light, Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.newpage .one .bd ul li .box .info {
  padding: 0.13rem 0;
}
.newpage .one .bd ul li p {
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  height: 0.81rem;
}
.newpage .one .bd ul li h3 {
  color: #0437aa;
  font-size: 0.18rem;
  font-weight: bold;
  height: 0.72rem;
  line-height: 0.24rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.newpage .one .bd ul li.on .box {
  background-color: #f2f4f7;
}
.newpage .one .bd ul li.on .box .info {
  padding: 0.13rem 0.2rem;
}
/**/
.newpageitem {
  padding: 0.3rem 0;
}
.newpageitem .one {
  background-color: #e5f5fb;
  display: flex;
  padding: 0.2rem 0.6rem;
  border-top: 4px solid #009ddc;
}
.newpageitem .one h1 {
  font-weight: bold;
  font-size: 0.29rem;
  color: #0437aa;
}
.newpageitem .one p {
  color: #0437aa;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.newpageitem .one p span {
  display: flex;
  align-items: center;
}
.newpageitem .one p span::before {
  color: #c5c6c9;
  font-size: 0.3rem;
  line-height: 0.15rem;
  content: '·';
  margin: 0 0.1rem;
}
.newpageitem .one select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/15DrewryArrowNavyDownDD.svg);
  background-position: right 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  padding: 0.09rem;
  font-size: 0.16rem;
  padding-right: 0.49rem;
  background-size: 0.4rem;
  height: 0.4rem;
  max-width: 100%;
  width: auto;
}
.newpageitem .info {
  display: flex;
  padding: 0.2rem 0.6rem;
}
.newpageitem .info .left {
  width: 20%;
  margin-right: 0.3rem;
}
.newpageitem .info .center {
  font-size: 0.18rem;
  line-height: 1.3;
  position: relative;
}
.newpageitem .info .center h2 {
  font-size: 0.29rem;
  color: #0437aa;
  border-bottom: 1px solid #d5d6d9;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.newpageitem .info .center ul {
  font-size: 0.16rem;
  color: #0437aa;
  margin: 0.2rem 0;
}
.newpageitem .info .center ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 0.18rem;
}
.newpageitem .info .center ul li::before {
  content: '';
  background: #0437aa;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.newpageitem .info .center .ft {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  margin-top: 0.2rem;
  color: #0437aa;
  font-size: 0.16rem;
  padding-top: 0.2rem;
}
.newpageitem .info .center .ft a {
  margin-left: 0.1rem;
}
.newpageitem .info .side {
  width: 20%;
  color: #0437aa;
  margin-left: 0.3rem;
}
.newpageitem .info .side .title {
  font-size: 0.24rem;
  border-bottom: 1px solid #d5d6d9;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.newpageitem .info .side .two {
  line-height: 0.3rem;
}
.newpageitem .info .side .three {
  padding-top: 0.2rem;
}
.newpageitem .info .side .three ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.newpageitem .info .side .three ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}
.newpageitem .info .side .three img {
  width: 100%;
  border: 1px solid #ddd;
}
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 80px;
  }
}
.newpageitem .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 45%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255),
    rgba(255, 255, 255),
    rgba(255, 255, 255)
  );
  text-align: center;
  padding-top: 1rem;
}
.newpageitem .down span {
  color: #0437aa;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
.newpageitem .down span::after {
  content: ' ';
  display: inline-block;
  height: 12px;
  width: 12px;
  border-width: 0 2px 2px 0;
  border-color: #0437aa;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -6px;
}

.newpageitem .center .bd {
  position: relative;
}
.newpageitem .info .center .height {
  height: 600px;
  overflow: hidden;
}

.mask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  font-size: 14px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mask .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 530px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 10px 10px 10px;
  text-align: center;
}
.mask .dialog p {
  margin-top: 15px;
}
.mask .close {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  font-size: 23px;
}

.deng .btn {
  color: #fff;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  background: #0437aa;
  font-size: 0.22rem;
  padding: 0.12rem 0.5rem;
  border-radius: 0.5rem;
  margin-top: 0.3rem;
}

.button {
  background-color: #0437aa;
  border: none;
  color: white;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  border-radius: 12px;
  cursor: pointer;
}
/**/
.shuju {
  padding-bottom: 0.5rem;
}

.shuju .box h3 {
  font-weight: bold;
  padding-bottom: 0.15rem;
  font-size: 0.2rem;
  padding-top: 0.3rem;
}
.shuju .box .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.shuju .box .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.shuju .box .bd .col-5 li {
  width: 50%;
  height: 50%;
}
.shuju .box .info {
  border-radius: 5px;
  padding: 23px 10px 10px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.shuju .box .lgicon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.chart {
  height: 3.5rem;
}
.tablebox {
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tablebox h4 {
  font-weight: bold;
  font-size: 0.26rem;
}
.tablebox p {
  color: #909090;
  font-size: 0.13rem;
  margin-bottom: 0.15rem;
}
.tablebox .tabtitle {
  border-bottom: 1px solid #ddd;
}
.tablebox .tabtitle li {
  font-weight: bold;
  font-size: 0.16rem;
  padding-bottom: 10px;
  cursor: pointer;
  margin-right: 0.2rem;
  border-bottom: 2px solid transparent;
}
.tablebox .tabtitle li.on {
  color: #006dfc;
  border-bottom: 2px solid #006dfc;
}
.tablebox .tabcontent table {
  width: 100%;
}
.tablebox .tabcontent table tr {
  border-bottom: 1px solid #ccc;
}
.tablebox .tabcontent table th img {
  width: 14px;
}
.tablebox .tabcontent table th {
  text-align: left;
  color: #909090;
  padding: 0.1rem;
}
.tablebox .tabcontent table td {
  padding: 0.1rem;
  font-size: 0.16rem;
}
.tablebox .tabcontent table td a {
  font-weight: bold;
  color: #006dfc;
}
.tablebox .tabcontent table td .green {
  color: #36b794;
}
.tablebox .tabcontent table td .red {
  color: #f56161;
}
.tablebox .tabcontent .over {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 0.15rem;
}
.tablebox .tabcontent .bar {
  width: 0.8rem;
  height: 0.16rem;
  border-radius: 0.16rem;
  background-color: #909090;
}
.mask .dialog-lg {
  width: 7.5rem;
}
/**/
.indexpage {
  display: flex;
  font-size: 14px;
  margin: 16px 0;
}
.indexpage .leftside {
  width: 308px;
  margin-right: 16px;
}
.indexpage .commonbox {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
}
.indexpage .commonbox + .commonbox {
  margin-top: 16px;
}
.indexpage .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.indexpage .title a {
  color: #fa3529;
  background: url(../images/home4.png) right center no-repeat;
  display: flex;
  padding-right: 18px;
}
.indexpage .title .flex_item {
  display: flex;
  align-items: center;
  color: #0437aa;
  font-weight: bold;
  font-size: 18px;
}
.indexpage .title .flex_item img {
  margin-left: 10px;
}
.indexpage .one {
  margin-left: 6px;
}
.indexpage .one li {
  padding-bottom: 16px;
  position: relative;
  padding-left: 14px;
}
.indexpage .one li::before {
  content: '';
  border-left: 1px dashed #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.indexpage .one li:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/home10.png) center no-repeat;
  position: absolute;
  left: -6px;
  top: 6px;
}
.indexpage .one li dt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexpage .one li dd {
  color: #999999;
}
.indexpage .one li:last-child {
  padding-bottom: 0;
}
.indexpage .one_two li {
  padding-left: 0;
}
.indexpage .one_two li::before,
.indexpage .one_two li:after {
  display: none;
}
.indexpage .two {
  display: flex;
}
.indexpage .two .side {
  width: 308px;
  margin-top: 0;
  margin-left: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.indexpage .two .side img {
  height: 320px;
}
.indexpage .two .swiper {
  max-width: 956px;
}
.indexpage .two .mySwiper2 .swiper-slide {
  width: 25%;
  height: 274px;
}
.indexpage .two .mySwiper2 .swiper-slide-active {
  width: 60%;
}
.indexpage .two .swiper .pic {
  border-radius: 16px;
  margin-bottom: 16px;
}

.indexpage .two .swiper dt {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.indexpage .two .swiper dd {
  display: flex;
  align-items: center;
  color: #666666;
}
.indexpage .swiper-button-next,
.indexpage .swiper-button-prev {
  color: #fff;
  border-radius: 50%;
  background: #999;
  width: 41px;
  height: 41px;
  opacity: 0;
}
.indexpage .swiper-button-next:after,
.indexpage .swiper-button-prev:after {
  font-size: 20px;
}
.indexpage .two .mySwiper2:hover .swiper-button-next,
.indexpage .two .mySwiper2:hover .swiper-button-prev {
  opacity: 1;
}
.slide-inner {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 16px;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: block;
}
.indexpage .three {
  display: flex;
  margin-top: 16px;
}
.indexpage .three .side {
  width: 308px;
  margin-left: 16px;
}
.indexpage .three .side .pic {
  border-radius: 16px;
}
.indexpage .three .side .pic + .pic {
  margin-top: 16px;
}
.indexpage .three .bd a {
  display: flex;
  padding: 16px 0;
  align-items: center;
}
.indexpage .three .bd .pic {
  width: 144px;
  border-radius: 16px;
  height: 81px;
  margin-left: 25px;
}
.indexpage .banner {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
}
.indexpage .banner img {
  width: 100%;
}
.indexpage .three .bd dd {
  line-height: 21px;
  margin-top: 12px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexpage .three .bd dt {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexpage .three .bd li + li {
  border-top: 1px solid #ededed;
}
.indexpage .tabtitle {
  display: flex;
}
.indexpage .tabtitle a {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 62px;
  border: 1px solid #0437aa;
}
.indexpage .tabtitle li + li {
  margin-left: 16px;
}
.indexpage .tabtitle li.on a {
  background: #0437aa;
  color: #fff;
}
/**/
.newspage {
  display: flex;
  padding: 16px 0 100px;
  font-size: 14px;
  align-items: flex-start;
}
.newspage .rightside {
  margin-left: 16px;
  background: #ffffff;
  border-radius: 16px;
  width: 308px;
  padding: 16px;
}
.newspage .rightside li dd,
.newsdetail .side dd {
  color: #999999;
  margin-top: 10px;
}
.newspage .rightside li + li,
.newsdetail .side li + li {
  margin-top: 30px;
}
.newspage .rightside li span,
.newsdetail .side li span {
  color: #0437aa;
}
.newspage .rightside li dt,
.newsdetail .side dt {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.newspage .lists li + li {
  margin-top: 16px;
}
.newspage .lists li a {
  display: flex;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  align-items: center;
}
.newspage .lists li .pic {
  border-radius: 16px;
  width: 218px;
  margin-left: 50px;
}
.newspage .lists li h4 {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newspage .lists li p {
  line-height: 21px;
  color: #999999;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newspage .lists li p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/home16.png) center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 10px;
}
.newspage .lists li .data,
.newsdetail .data {
  display: flex;
  color: #999999;
  margin-top: 8px;
  align-items: center;
}
.newspage .lists li .data img,
.newsdetail .data img {
  width: 34px;
  border-radius: 50%;
  height: 34px;
}
.newspage .lists li .data span,
.newsdetail .data span {
  margin-left: 16px;
}
/**/
.newsdetail {
  display: flex;
  background: #fff;
  border-radius: 16px;
  font-size: 14px;
  padding: 24px 36px;
  margin: 16px 0 30px;
}
.newsdetail .bread {
  display: flex;
  align-items: center;
}
.newsdetail .bread a {
  color: #999;
  display: flex;
  align-items: center;
}
.newsdetail .bread a::after {
  content: '>';
  padding: 0 10px;
}
.newsdetail .side {
  width: 290px;
  padding-left: 24px;
  border-left: 1px solid #ebebeb;
  margin-left: 60px;
}
.newsdetail .title {
  font-weight: bold;
  color: #0437aa;
  font-size: 18px;
  padding-bottom: 30px;
}
.newsdetail .one h1 {
  font-weight: bold;
  font-size: 24px;
  padding: 30px 0 20px;
}
.newsdetail .one .hd {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.newsdetail .one .bd {
  padding: 30px 0 0;
  line-height: 32px;
  height: 270px;
  overflow: hidden;
}
.newsdetail .one .bd.on {
  height: auto;
}
.newsdetail .one {
  margin-bottom: 100px;
}
.newsdetail .one .ft {
  text-align: center;
  color: #0437aa;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.newsdetail .one .ft::before {
  content: '';
  height: 118px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(
    to top,
    #fff,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.2)
  );
}
.newsdetail .one .ft span {
  position: relative;
  z-index: 5;
}
.newsdetail .one .ft span:after {
  content: ' ';
  display: block;
  height: 9px;
  margin: 10px auto 0;
  width: 9px;
  border-width: 0 1px 1px 0;
  border-color: #0437aa;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.newsdetail .two .title {
  padding-bottom: 10px;
}
.newsdetail .two li a {
  display: flex;
  align-items: center;
}
.newsdetail .two li .pic {
  border-radius: 16px;
  width: 144px;
}
.newsdetail .two li {
  padding: 20px 0;
}
.newsdetail .two li + li {
  border-top: 1px solid #ebebeb;
}
.newsdetail .two li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.newspage .search {
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
}
.newspage .search input {
  font-size: 14px;
  height: 50px;
}
/**/
.login-new {
  font-size: 16px;
  height: 100vh;
  padding: 0 8%;
  background: url(../images/login3.jpg) center no-repeat;
  background-size: cover;
}
.login-new .top {
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: flex-end;
  padding-top: 0.3rem;
}
.login-new .logo img {
  width: 64px;
}
.login-new .top .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5067ff;
}
.login-new .top .btn img {
  width: 36px;
}
.login-new .top li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.login-new .top li a img {
  margin-right: 5px;
  width: 24px;
}
.login-new .info {
  display: flex;
  margin-top: 60px;
}
.login-new .info > .flex_item {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 64px;
  color: #fff;
  line-height: 88px;
  padding-top: 80px;
}
.login-new .info > .flex_item span {
  color: #5067ff;
}
.login-new .info .border {
  width: 616px;
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.3);
}
.login-new .info .side {
  height: 715px;
  background: radial-gradient(
      70% 70% at 13% 52%,
      rgba(80, 103, 255, 0.24) 0%,
      rgba(80, 103, 255, 0) 100%
    ),
    #ffffff;
  padding: 57px 85px 0;
}
.login-new .info .side h2 {
  font-weight: bold;
  font-size: 40px;
}
.login-new .info .side .bd dl {
  padding-top: 0.3rem;
}
.login-new .info .side .bd dt {
  font-size: 18px;
  padding-left: 16px;
  padding-bottom: 0.1rem;
}
.login-new .info .side .bd .input {
  height: 60px;
  width: 100%;
  background: #ffffff;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 16px;
  border: 1px solid #5067ff;
}
.login-new .info .side .bd p {
  text-align: right;
  padding-top: 10px;
}
.login-new .info .side .bd p a {
  color: #0256ff;
}
.login-new .info .side .ft {
  padding-top: 40px;
}
.login-new .info .side .ft button {
  width: 100%;
  font-size: 18px;
  height: 66px;
  background: none;
  border-radius: 16px;
}
.login-new .info .side .ft .btn {
  background: #5067ff;
  color: #fff;
}
