@font-face {
  font-family: 'SourceHanSansCN-Regular';
  /*src: url(../font/SourceHanSansCN-Regular.otf);*/
  src: url(../font/SourceHanSansCN-Regular.woff);
  src: url(../font/SourceHanSansCN-Regular.woff2);
  src: url(../font/SourceHanSansCN-Regular.ttf);
  font-display:swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  /*src: url(../font/SourceHanSansCN-Medium.otf);*/
  src: url(../font/SourceHanSansCN-Medium.woff);
  src: url(../font/SourceHanSansCN-Medium.woff2);
  src: url(../font/SourceHanSansCN-Medium.ttf);
  font-display:swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  /*src: url(../font/SourceHanSansCN-Bold.otf);*/
  src: url(../font/SourceHanSansCN-Bold.woff);
  src: url(../font/SourceHanSansCN-Bold.woff2);
  src: url(../font/SourceHanSansCN-Bold.ttf);
  font-display:swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  /*src: url(../font/SourceHanSansCN-Light.otf);*/
  src: url(../font/SourceHanSansCN-Light.woff);
  src: url(../font/SourceHanSansCN-Light.woff2);
  src: url(../font/SourceHanSansCN-Light.ttf);
  font-display:swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Normal';
  /*src: url(../font/SourceHanSansCN-Normal.otf);*/
  src: url(../font/SourceHanSansCN-Normal.woff);
  src: url(../font/SourceHanSansCN-Normal.woff2);
  src: url(../font/SourceHanSansCN-Normal.ttf);
  font-display:swap;
}
@font-face {
  font-family: 'MFLiHei-Noncommercial';
  /*src: url(../font/MFLiHei-Noncommercial.otf);*/
  src: url(../font/MFLiHei-Noncommercial.woff);
  src: url(../font/MFLiHei-Noncommercial.woff2);
  src: url(../font/MFLiHei-Noncommercial.ttf);
  font-display:swap;
}
html,
body {
  font-weight: lighter;
  font-family: 'SourceHanSansCN-Medium';
}

.container {
  width: 1120px;
  margin: 0 auto;
}
.content {
  display: flex;
}
header {
  height: 114px;
}
.header {
  width: 100%;
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.header .top-sign {
  text-align: right;
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-end;
}
.header .top-sign a {
  font-size: 16px;
  color: #666;
  margin-right: 28px;
}
.header .top-sign a.phone-box {
    color: #ff4e00;
    font-size:18px;
    padding-left: 30px;
    position: relative;
}
.header .top-sign a.phone-box img {
    width: 22px;
    position: absolute;
    top: -1px;
    left: 0;
}
.header .top-sign a:last-child {
  margin-right: 0;
}
.header .header-container {
  display: flex;
  align-items: center;
}
.header .header-container .logo {
  width: 146px;
}
.header .header-container .logo img {
  width: 100%;
  display: block;
}
.header .header-container nav {
  margin-left: 60px;
  margin-right: 86px;
}
.header .header-container nav ul.content li.first-nav {
  margin-right: 32px;
  position: relative;
}
.header .header-container nav ul.content li.first-nav h3 a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  position: relative;
}
.header .header-container nav ul.content li.first-nav h3 a::after {
  display: block;
  content: '';
  width: 23px;
  height: 4px;
  background-color: #537cf0;
  border-radius: 2px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav:last-child {
  margin-right: 0;
}
.header .header-container nav ul.content li.first-nav:hover h3 a::after {
  opacity: 1;
}
.header .header-container nav ul.content li.first-nav:hover .sec-nav-content {
  opacity: 1;
  transform: rotateX(0deg);
}
.header .header-container nav ul.content li.first-nav.active h3 a::after {
  opacity: 1;
}
.header .header-container nav ul.content li.first-nav.active .sec-nav-content {
  opacity: 1;
  transform: rotateX(0deg);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content {
  width: 907px;
  position: absolute;
  top: 36px;
  left: -57px;
  z-index: 10;
  padding-top: 9px;
  transform: rotateX(90deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  box-shadow: 0 0 18px 13px rgba(14, 46, 142, 0.07);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item {
  padding-top: 8px;
  padding-bottom: 26px;
  width: 173px;
  background-color: #F5F9FF;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item ul li h4 {
  font-size: 18px;
  color: #666;
  line-height: 50px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item ul li h4:hover {
  color: #fff;
  background-color: #537cf0;
  background: linear-gradient(to right, #8EABFB, #537CF0);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item ul li.active h4 {
  color: #fff;
  background-color: #537cf0;
  background: linear-gradient(to right, #8eabfb, #537cf0);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content {
  width: calc(100% - 173px);
  min-height: 533px;
  background-color: #fff;
  padding-left: 32px;
  padding-bottom: 22px;
  border-radius: 0px 0px 10px 0;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item {
  display: none;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .inner-content h5::after {
  margin-top: 22px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .inner-content .nav-content {
  padding-top: 12px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5 {
  padding-top: 28px;
  font-size: 18px;
  line-height: 1;
  color: #666;
  font-weight: 500;
  font-family: 'SourceHanSansCN-Medium';
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5::after {
  margin-top: 22px;
  display: block;
  content: '';
  width: 662px;
  height: 1px;
  background-color: #E5E5E5;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5 .sec-nav-title {
  display: flex;
  align-items: center;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5 .sec-nav-title img {
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 14px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content {
  padding-top: 32px;
  width: 100%;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items h6 {
  padding-bottom: 8px;
  padding-left: 23px;
  font-size: 16px;
  line-height: 1;
  color: #666;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items:nth-child(1) h6 {
  padding-top: 10px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items:nth-child(2) h6 {
  padding-top: 27px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items:nth-child(3) h6 {
  padding-top: 18px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items ul.item-dxyw li {
  width: 268px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items ul.item-dxyw li:nth-child(3n - 1) {
  width: 239px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items ul.item-dxyw li:nth-child(3n) {
  width: 195px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-gszc li,
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-dljz li,
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-qybg li {
  width: 165px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-gszc li:nth-child(4n - 2),
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-dljz li:nth-child(4n - 2),
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-qybg li:nth-child(4n - 2),
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-gszc li:nth-child(4n - 1),
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-dljz li:nth-child(4n - 1),
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-qybg li:nth-child(4n - 1) {
  width: 169px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-gszc li:nth-child(4n),
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-dljz li:nth-child(4n),
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-qybg li:nth-child(4n) {
  width: 159px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-whyl li {
  width: 270px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-whyl li:nth-child(3n - 1) {
  width: 237px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-whyl li:nth-child(3n) {
  width: 165px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-hyrz li {
  width: 272px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-hyrz li:nth-child(3n - 1) {
  width: 236px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-hyrz li:nth-child(3n) {
  width: 194px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-txrz li {
  width: 165px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-txrz li:nth-child(4n - 2) {
  width: 186px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-txrz li:nth-child(4n - 1) {
  width: 157px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-txrz li:nth-child(4n) {
  width: 150px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-zscq li {
  width: 269px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-zscq li:nth-child(3n - 1) {
  width: 238px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-zscq li:nth-child(3n) {
  width: 155px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-hlwzz li {
  width: 270px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-hlwzz li:nth-child(3n - 1) {
  width: 236px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul.item-hlwzz li:nth-child(3n) {
  width: 180px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul {
  display: flex;
  flex-wrap: wrap;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li {
  text-align: left;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a {
  display: inline-block;
  width: auto;
  padding: 10px 0 4px 23px;
  color: #666;
  background-color: transparent;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #a5b3e5;
  margin-top: 6px;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a:hover {
  color: #4267cf;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a:hover::after {
  width: 100%;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li.strong a {
  background-image: url(../images/common/orange-fire.png);
  background-position: left calc(100% - 11px);
  background-repeat: no-repeat;
  background-size: 15px 17px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item.active {
  display: block;
}
.header .header-container .search {
  display: flex;
  align-items: center;
}
.header .header-container .search input {
  width: 207px;
  height: 39px;
  line-height: 39px;
  background-color: #e8e8e8;
  font-size: 14px;
  padding: 0 12px;
  color: #999;
  font-family: '微软雅黑';
}
.header .header-container .search button {
  width: 108px;
  height: 39px;
  background-image: url(../images/common/search-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: '微软雅黑';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer {
  background-color: #423f41;
  padding: 31px 0;
  padding-bottom: 26px;
  font-family: '微软雅黑';
}
.footer h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 14px;
}
.footer p,
.footer a {
  color: #fff;
}
.footer .footer-content {
  display: flex;
}
.footer .footer-content .footer-item1 {
  width: 244px;
}
.footer .footer-content .footer-item1 .logo {
  width: 162px;
  margin-bottom: 34px;
}
.footer .footer-content .footer-item1 .logo img {
  width: 100%;
  display: block;
}
.footer .footer-content .footer-item1 a.zx-btn {
  width: 122px;
  height: 37px;
  display: block;
  border-radius: 8px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-left: 22px;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.footer .footer-content .footer-item1 a.zx-btn:hover {
  border: 1px solid #f00;
  color: #f00;
}
.footer .footer-content .footer-item1 .copyright {
  font-size: 14px;
  color: #fff;
}
.footer .footer-content .footer-item1 .copyright a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 2px;
  display: block;
  transition: all 0.3s;
}
.footer .footer-content .footer-item1 .copyright a:hover {
  color: #f00;
}
.footer .footer-content .footer-item2 {
  width: 144px;
  margin-top: 6px;
}
.footer .footer-content .footer-item2 ul li a {
  font-size: 14px;
  line-height: 36px;
  transition: all 0.3s;
}
.footer .footer-content .footer-item2 ul li a:hover {
  color: #f00;
}
.footer .footer-content .footer-item3 {
  width: 215px;
  margin-top: 6px;
}
.footer .footer-content .footer-item3 ul li a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding-left: 28px;
  background-image: url(../images/common/hot-ico.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 23px;
  transition: all 0.3s;
}
.footer .footer-content .footer-item3 ul li a:hover {
  color: #f00;
}
.footer .footer-content .footer-item4 {
  width: 282px;
  margin-top: 6px;
}
.footer .footer-content .footer-item4 h3 {
  margin-bottom: 17px;
}
.footer .footer-content .footer-item4 p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer .footer-content .footer-item5 {
  margin-top: 6px;
  margin-left: auto;
  width: 160px;
}
.footer .footer-content .footer-item5 h3 {
  margin-bottom: 23px;
}
.footer .footer-content .footer-item5 img {
  width: 110px;
  margin-bottom: 5px;
}
.footer .footer-content .footer-item5 p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer .footer-content .footer-item5 h6 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 5px 0;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.title {
  text-align: center;
}
.title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
}
.title h3::before,
.title h3::after {
  display: block;
  content: '';
  width: 35px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.title h3::before {
  background-image: url(../images/common/title-left-icon.png);
  margin-right: 15px;
}
.title h3::after {
  background-image: url(../images/common/title-right-icon.png);
  margin-left: 15px;
}
.title h6 {
  font-size: 18px;
  color: #666;
  margin-top: 17px;
}
.common-contact p.tel {
  font-size: 20px;
  text-align: center;
  color: #666;
}
.common-contact a.common-btn {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #277fef;
  border-radius: 30px;
  background-color: #277fef;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.3s;
}
.common-contact a.common-btn:hover {
  background-color: #fff;
  color: #277fef;
}
.square-btn {
  display: block;
  width: 98px;
  height: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  color: #0075e7;
  border: 1px solid #0075e7;
}
.market-bg {
  width: 100%;
  height: 240px;
  padding-top: 30px;
  background-image: url(../images/common/handle_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.market-bg a {
  position: relative;
  width: 100%;
}
.market-bg a .info h2 {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 28px;
  line-height: 45px;
  color: #fff;
  padding-left: 12px;
}
.market-bg a .info h2 span {
  font-size: 36px;
  color: #ffd179;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  margin-right: 8px;
}
.market-bg a .info button {
  width: 214px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #2271d7;
  margin-left: 220px;
  margin-top: 8px;
  border-radius: 20px;
  cursor: pointer;
}
.market-bg img {
  width: 100%;
}
.market-bg.hide-bg {
  width: 100%;
  background-image: none;
  height: auto;
  padding-top: 0px;
}
.why-select {
  padding-top: 44px;
  padding-bottom: 32px;
  background-color: #f4f9fc;
}
.why-select .content {
  margin-top: 22px;
}
.why-select .content ul.list {
  width: 785px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 9px;
}
.why-select .content ul.list li {
  width: calc(50% - 12px);
  height: 105px;
  margin-right: 24px;
  padding: 0 10px;
  padding-top: 24px;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
}
.why-select .content ul.list li:nth-child(n + 3) {
  margin-top: 14px;
}
.why-select .content ul.list li:nth-child(2n) {
  margin-right: 0;
}
.why-select .content ul.list li .icon {
  width: 56px;
  height: 56px;
  margin-right: 25px;
}
.why-select .content ul.list li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.why-select .content ul.list li .info {
  width: calc(100% - 81px);
}
.why-select .content ul.list li .info h5 {
  font-size: 20px;
  color: #2f59e0;
  margin-bottom: 14px;
}
.why-select .content ul.list li .info p {
  font-size: 18px;
  font-family: 'SourceHanSansCN-Regular';
  color: #2f59e0;
}
.why-select .content .right-img {
  width: 277px;
  margin-left: auto;
  margin-right: 20px;
}
.why-select .content .right-img img {
  width: 100%;
  display: block;
}
.company {
  padding-top: 69px;
  padding-bottom: 85px;
}
.company .company-content {
  margin-top: 36px;
}
.company .company-content ul li {
  display: flex;
  margin-bottom: 16px;
}
.company .company-content ul li:last-child {
  margin-bottom: 0;
}
.company .company-content ul li .item-td {
  width: calc(20% - 17.6px);
  border: 1px solid #d1c9c9;
  padding: 5px;
  margin-right: 22px;
}
.company .company-content ul li .item-td:last-child {
  margin-right: 0;
}
.company .company-content ul li .item-td img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.assess {
  padding-top: 36px;
  padding-bottom: 24px;
  background-color: #f7f9fc;
}
.assess .assess-content {
  width: 100%;
  padding: 0 15px;
  margin-top: 29px;
  font-family: 'SourceHanSansCN-Regular';
}
.assess .assess-content .content input {
  display: block;
  width: 320px;
  height: 42px;
  border: 1px solid #999;
  border-radius: 32px;
  margin-right: 64px;
  padding-left: 28px;
  font-size: 16px;
  color: #999;
  background-color: transparent;
}
.assess .assess-content .content input:last-child {
  margin-right: 0;
}
.assess .assess-content button {
  display: block;
  margin: 0 auto;
  margin-top: 18px;
  width: 320px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #0c6ed7;
  border-radius: 32px;
  cursor: pointer;
}

.assess .assess-content #tijiao {
  display: block;
  margin: 0 auto;
  margin-top: 18px;
  width: 320px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #0c6ed7;
  border-radius: 32px;
  cursor: pointer;
}

.why-select h3,
.company h3,
.assess h3,
.why-select h6,
.company h6,
.assess h6 {
  font-family: 'SourceHanSansCN-Medium' !important;
}
.inner-intro-classify .container {
  position: relative;
}
.inner-intro-classify ul.content {
  width: 100%;
  align-items: center;
  transform: translateY(-70px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.inner-intro-classify ul.content li {
  flex: 1;
  height: 105px;
  margin-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 21px 0 rgba(11, 59, 180, 0.13);
}
.inner-intro-classify ul.content li:last-child {
  margin-right: 0;
}
.inner-intro-classify ul.content li .icon {
  width: auto;
  height: 53px;
  margin-right: 23px;
}
.inner-intro-classify ul.content li .icon img {
  width: 100%;
  height: 100%;
}
.inner-intro-classify ul.content li .info {
  text-align: center;
  width: auto;
}
.inner-intro-classify ul.content li .info h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'SourceHanSansCN-Bold';
  color: #2072d4;
}
.inner-intro-classify ul.content li .info p {
  font-size: 18px;
  line-height: 20px;
  color: #999;
  font-family: 'SourceHanSansCN-Regular';
}
a.handle-btn {
  width: 462px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  border: 1px solid #277fef;
  border-radius: 26px;
  margin: 0 auto;
}
a.handle-btn span.zx-info {
  display: block;
  width: calc(100% - 190px);
  text-align: center;
  color: #666;
}
a.handle-btn span.zx-btn {
  display: block;
  width: 190px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #277fef;
  transform: translateX(1px);
}
.process {
  padding-top: 43px;
  padding-bottom: 45px;
  background-image: url(../images/common/process_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.process .title h6 {
  color: #494949;
  font-size: 16px;
}
.process ul.content {
  margin-top: 30px;
}
.process ul.content li {
  flex: 1;
  margin-right: 19px;
  position: relative;
}
.process ul.content li img {
  width: 100%;
  display: block;
}
.process ul.content li:last-child {
  margin-right: 0;
}
.process ul.content li::after {
  display: block;
  content: '';
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  box-shadow: 0 3px 18px 0 rgba(0, 59, 103, 0.4);
}
.process ul.content li .info {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.process ul.content li .info h5 {
  font-size: 20px;
  color: #666;
  margin-bottom: 13px;
}
.process ul.content li .info p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.process a.handle-btn {
  margin-top: 40px;
}
.need {
  padding-top: 67px;
  padding-bottom: 84px;
}
.need .title h3 {
  letter-spacing: 1px;
}
.need .content {
  margin-top: 35px;
}
.need .content li {
  flex: 1;
  margin-right: 19px;
  box-shadow: 0 3px 18px 0 rgba(0, 59, 103, 0.23);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 24px;
}
.need .content li:last-child {
  margin-right: 0;
}
.need .content li a,
.need .content li img {
  display: block;
  width: 100%;
}
.need .content li img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.need .content li h3 {
  margin-top: 22px;
  text-align: center;
  font-family: 'MFLiHei-Noncommercial';
  font-size: 20px;
  line-height: 1;
  color: #666;
}
.need .content li h3::after {
  display: block;
  content: '';
  width: 25px;
  height: 5px;
  border: 4px;
  background-color: #6aa6e6;
  margin: 0 auto;
  margin-top: 6px;
}
.pagination-content {
  margin-top: 40px;
}
.pagination-content ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: '微软雅黑';
}
.pagination-content ul.pagination li {
  margin-right: 5px;
}
.pagination-content ul.pagination li a,
.pagination-content ul.pagination li span {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 0.3s;
}
.pagination-content ul.pagination li a:hover,
.pagination-content ul.pagination li span:hover {
  color: #fff;
  background-color: #277fef;
  border-color: #277fef;
}
.pagination-content ul.pagination li:last-child {
  margin-right: 0;
}
.pagination-content ul.pagination li.active a,
.pagination-content ul.pagination li.active span {
  color: #fff;
  background-color: #277fef;
  border-color: #277fef;
}
.pagination-content ul.pagination li.first-page a,
.pagination-content ul.pagination li.last-page a,
.pagination-content ul.pagination li.first-page span,
.pagination-content ul.pagination li.last-page span {
  padding: 6px 18px;
}
#imgmasking {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imgpre {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.showimgcontent {
  /*width: 700px;*/
  /* height: 660px; */
  max-width: 700px;
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#showimg {
  min-width: 600px;
  max-width: 1200px;
  max-height: 800px;
  /* height: 660px; */
}
#zstip {
  display: none;
}
.imgmasking-back {
  width: 30px;
  height: 30px;
  background-color: #777777;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
}
@media (min-width: 1920px) {
  .banner img {
    height: 486px;
  }
}
