.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
/* website reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 300ms;
  transition: 300ms;
}
body {
  margin: 0;
  max-width: 1920px;
  margin: 0 auto;
  font: normal 14px Arial, "Microsoft Yahei", "\5B8B\4F53", sans-serif;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
input[type="search"], input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}
input[type="radio"], input[type="checkbox"] {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
img, input, button, textarea, select {
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  background-color: transparent;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #666;
  font-size: 100%;
}
ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}
:focus {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
}
ul {
  list-style-type: none;
}
em {
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #4989d1 !important;
}
::-webkit-input-placeholder {
  color: #858585;
}
::-moz-input-placeholder {
  color: #858585;
}
:-moz-input-placeholder {
  color: #858585;
}
:-ms-input-placeholder {
  color: #858585;
}
/* website offen */
.fl {
  float: left;
}
.fr {
  float: right;
}
.red {
  color: #d3271f;
}
.blue {
  color: #29166f;
}
.gray {
  color: #666;
}
.hide {
  display: none;
}
.block {
  color: #666;
}
.light {
  color: #999;
}
.center {
  text-align: center;
}
.line1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.bgcolor {
  background-color: #ffffff !important;
}
.line-one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.line-two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.noPaddingTopAndBottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bgcolors {
  background-color: #f2f2f2 !important;
}
.bgcolor2 {
  background-color: #f5f5f5;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* website media */
html {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 76.8px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 76.8px;
  }
}
@media screen and (max-width: 731px) {
  html {
    font-size: 73.1px;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 72px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 64px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 54px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 48px;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 41.4px;
  }
}
@media screen and (max-width: 411px) {
  html {
    font-size: 41.1px;
  }
}
@media screen and (max-width: 412px) {
  html {
    font-size: 41.2px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 37.5px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 280px) {
  html {
    font-size: 28px;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff2") format("woff2"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes opacityMove {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityMove {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
	  .case .right .caseList.displaypc {
    display: none;
  }
  body {
    font-size: 0.32rem;
  }
  .section {
    padding: 1.06667rem 0.4rem;
  }
  .section .title {
    text-align: center;
  }
  .section .title p {
    margin: auto;
    color: #929292;
  }
  .section .title p:first-child {
    color: #333;
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .section .title p:last-child {
    line-height: 0.53333rem;
  }
  .section .mainBox {
    margin-top: 0.66667rem;
  }
  .switchBtn > span {
    background-color: #fff;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-box-shadow: 0 0 0.06667rem 0.06667rem rgba(221, 221, 221, 0.2);
    box-shadow: 0 0 0.06667rem 0.06667rem rgba(221, 221, 221, 0.2);
    border-radius: 50%;
    display: inline-block;
    line-height: 0.8rem;
    text-align: center;
  }
  .link {
    width: 2.93333rem;
    height: 0.8rem;
    background-color: #0757b0;
    color: #fff;
    display: block;
    border-radius: 0.26667rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.8rem !important;
    margin: auto;
    margin-top: 0.66667rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .section {
    padding: 75px 80px;
  }
  .section .title {
    z-index: 98;
    text-align: center;
  }
  .section .title p {
    margin: auto;
    color: #929292;
  }
  .section .title p:first-child {
    color: #333;
    font-size: 30px;
    line-height: 50px;
  }
  .section .title p:last-child {
    line-height: 24px;
    width: 800px;
  }
  .section .mainBox {
    margin-top: 50px;
  }
  .switchBtn > span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #0757b0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 3px rgba(221, 221, 221, 0.3);
    box-shadow: 0 0 5px 3px rgba(221, 221, 221, 0.3);
    border-radius: 50%;
    font-size: 24px;
  }
  .link {
    width: 170px;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    color: #0757b0;
    font-size: 36px;
    text-align: center;
    display: inline-block;
    margin: auto;
    margin-top: 50px;
    line-height: 50px;
  }
  .pagination {
    margin-top: 40px;
    padding: 0 2.34375rem;
    font-size: 0;
    text-align: center;
  }
  .pagination li {
    display: inline-block;
    margin: 0 5px;
    height: 44px;
    text-align: center;
    cursor: pointer;
  }
  .pagination li a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .pagination li span, .pagination li a {
    display: inline-block;
    padding: 0 17px;
    font-size: 18px;
    color: #666;
    line-height: 44px;
    border-radius: 2px;
    background: #ededed;
  }
  .pagination li:hover a, .pagination li.active a {
    background: #0757b0;
    color: #ffffff;
  }
  .pagination li:hover span, .pagination li.active span {
    background: #0757b0;
    color: #ffffff;
  }
  .pagination li.disabled span {
    color: #999999;
  }
  .pagination li.disabled:hover span {
    background: #0757b0;
    color: #999999;
  }
}
.bgColor {
  background-color: #fcfcfc;
}
.header {
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 999;
}
.header.down {
  background-color: rgba(7, 87, 176, 0.9);
  -webkit-box-shadow: 0 0 5px 5px rgba(146, 141, 141, 0.3);
  box-shadow: 0 0 5px 5px rgba(146, 141, 141, 0.3);
}
.header .closeMenu {
  display: none;
}
@media screen and (min-width: 1367px) {
  .header {
    height: 80px;
  }
  .header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .left .logo {
    max-width: 100%;
    max-height: 100%;
  }
  .range {
    display: flex;
    flex-wrap: wrap;
  }
  .header .right {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .right .nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-right: 30px;
  }
  .header .right .nav > ul li a {
    line-height: 80px;
    margin: 0 30px;
    white-space: nowrap;
  }
  .header .right .nav > ul li.active {
    position: relative;
  }
  .header .right .nav > ul li.active::after {
    content: '';
    width: 80%;
    height: 0;
    border-top: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header .right .nav.show {
    overflow: hidden;
  }
  .header .right .nav.show li a {
    margin: 0 -100px;
  }
  .header .right .menuBtn {
    cursor: pointer;
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .right .menuBtn span {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .header {
    height: 80px;
  }
  .header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .left .logo {
    max-width: 80%;
    max-height: 100%;
  }
  .header .right {
    width: 84%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .right .nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-right: 30px;
  }
  .header .right .nav > ul li a {
    line-height: 80px;
    margin: 0 15px;
    white-space: nowrap;
  }
  .header .right .nav > ul li.active {
    position: relative;
  }
  .header .right .nav > ul li.active::after {
    content: '';
    width: 80%;
    height: 0;
    border-top: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header .right .nav.show {
    overflow: hidden;
  }
  .header .right .nav.show li a {
    margin: 0 -100px;
  }
  .header .right .menuBtn {
    cursor: pointer;
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .right .menuBtn span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 1.2rem;
  }
  .header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .left .logo {
    max-width: 80%;
    max-height: 100%;
  }
  .header .right {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .right .nav {
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header .right .nav .closeMenu {
    display: block;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    font-size: 0.53333rem;
  }
  .header .right .nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .right .nav > ul li {
    padding: 0.26667rem 0;
    font-size: 0.48rem;
  }
  .header .right .nav.show {
    height: 100vh;
  }
  .header .right .menuBtn {
    cursor: pointer;
    width: 1.2rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .right .menuBtn span {
    font-size: 0.48rem;
  }
}
.banner img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .banner.wapBanner {
    display: none;
  }
  .banner .swiper-pagination {
    position: absolute;
    width: auto !important;
    display: inline-block;
    bottom: 4% !important;
    margin-left: 80px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    color: #fff !important;
    background-color: transparent;
    width: 37px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff !important;
    position: relative;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner .switchBtn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
    position: absolute;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 5%;
  }
  .banner .switchBtn > span {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    color: #0757b0;
  }
  .banner .switchBtn .timesUp {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 0 10px;
    text-align: center;
  }
  .banner .switchBtn .timesUp span {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
  }
  .banner .switchBtn .timesUp span:last-child {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner.pcBanner {
    display: none;
  }
  .banner .swiper-pagination {
    position: absolute;
    bottom: 0% !important;
    margin-left: 0.4rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    font-size: 0.48rem;
    color: #fff !important;
    background-color: transparent;
    width: 0.53333rem;
    margin: 0 0.26667rem !important;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff !important;
    position: relative;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 0.05333rem solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.case {
  background-image: url(../images/case_1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .case {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .case .left {
    width: 25%;
    position: relative;
  }
  .case .left .title {
    text-align: left;
  }
  .case .left .title p {
    margin: 0;
  }
  .case .left .title p:last-child {
    width: auto !important;
  }
  .case .left .link {
    width: 170px;
    display: inline-block;
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
    line-height: 50px;
    text-align: center;
    color: #0757b0;
    margin-top: 70px;
  }
  .case .left .swiper-pagination {
    color: #a1a1a1;
    position: absolute;
    width: auto !important;
    display: inline-block;
    bottom: 4% !important;
    margin-left: 80px;
  }
  .case .left .swiper-pagination .swiper-pagination-current {
    font-size: 28px;
    color: #0757b0;
  }
  .case .left .swiper-pagination .swiper-pagination-total {
    font-size: 16px;
  }
  .case .right {
    width: 68%;
  }
  .case .right .caseList#wapCaseList {
    display: none;
  }
  .case .right .caseList ul li {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    float: left;
    height: 298px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .case .right .caseList ul li a {
    overflow: hidden;
    position: relative;
    width: 96%;
    display: inline-block;
  }
  .case .right .caseList ul li a img {
    width: 100%;
  }
  .case .right .caseList ul li a .cover {
    display: none;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .case .right .caseList ul li a .cover .corss {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1.5px), white 50%, transparent calc(50% + 1.5px), transparent 100%);
  }
  .case .right .caseList ul li a .cover .corss .detail {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .case .right .caseList ul li a .cover .corss .detail p {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
  }
  .case .right .caseList ul li a .cover .corss .detail p:first-child {
    margin-right: 10px;
  }
  .case .right .caseList ul li a .cover .corss .detail p:last-child {
    margin-left: 10px;
  }
  .case .right .caseList ul li:hover a {
    overflow: hidden;
  }
  .case .right .caseList ul li:hover a .cover {
    -webkit-animation: opacityMove 500ms;
    animation: opacityMove 500ms;
    display: block;
  }
  .case .right .caseList ul li:hover a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 800ms;
    transition: 800ms;
  }
  .case .right .switchBtn {
    margin-top: 30px;
  }
  .case .right .switchBtn span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #0757b0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 3px rgba(221, 221, 221, 0.3);
    box-shadow: 0 0 5px 3px rgba(221, 221, 221, 0.3);
    border-radius: 50%;
    font-size: 24px;
  }
  .case .right .switchBtn span:last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .case {
    position: relative;
  }
  .case .left .link {
    width: 2.93333rem;
    height: 0.8rem;
    background-color: #0757b0;
    display: inline-block;
    line-height: 0.8rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.16rem;
    border-radius: 0.53333rem;
    position: absolute;
    right: 0.4rem;
    bottom: 0.66667rem;
  }
  .case .left .swiper-pagination {
    display: none;
  }
  .case .right {
    margin-top: 0.66667rem;
  }
  .case .right img {
    width: 100%;
  }
  .case .right #pcCaseList {
    display: none;
  }
  .case .right .caseList ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .case .right .caseList ul li a {
    width: 95%;
    position: relative;
  }
  .case .right .caseList ul li a .cover {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .case .right .caseList ul li a .cover .corss {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1.5px), white 50%, transparent calc(50% + 1.5px), transparent 100%);
  }
  .case .right .caseList ul li a .cover .corss .detail {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .case .right .caseList ul li a .cover .corss .detail p {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
  }
  .case .right .caseList ul li a .cover .corss .detail p:first-child {
    margin-right: 0.4rem;
  }
  .case .right .caseList ul li a .cover .corss .detail p:last-child {
    margin-left: 0.4rem;
  }
  .case .right .switchBtn {
    margin-top: 0.66667rem;
  }
  .case .right .switchBtn span {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-box-shadow: 0 0 0.06667rem 0.06667rem rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 0.06667rem 0.06667rem rgba(221, 221, 221, 0.5);
    border-radius: 50%;
    display: inline-block;
    line-height: 0.8rem;
    text-align: center;
  }
  .case .right .switchBtn span:last-child {
    margin-left: 0.26667rem;
  }
}
.product {
  background-color: #f5f5f5;
  z-index: 0;
  position: relative;
}
.product .bg_cover {
  z-index: -1;
  background-color: #0757b0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 70%;
}
.product .title p {
  color: #fff !important;
}
.product .title p:last-child {
  opacity: .6;
}
@media screen and (min-width: 1025px) {
  .product .mainBox {
    margin: auto;
    margin-top: 50px;
    width: 90%;
    padding: 50px;
    background-color: #ffffff;
    position: relative;
  }
  .product .mainBox .switchBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 115%;
  }
  .product .mainBox .switchBtn span:last-child {
    margin-left: 20px;
  }
  .product .mainBox #wapProduct {
    display: none;
  }
  .product .mainBox .productList {
    overflow: hidden;
  }
  .product .mainBox .productList ul {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .mainBox .productList ul li {
    width: 25%;
  }
  .product .mainBox .productList ul li a {
    padding: 20px 30px;
    display: block;
    position: relative;
  }
  .product .mainBox .productList ul li a .top img {
    width: 100%;
  }
  .product .mainBox .productList ul li a .bottom .type {
    background-color: #0757b0;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    margin: 10px 0;
  }
  .product .mainBox .productList ul li a .bottom .name {
    color: #333;
    font-size: 14px;
    line-height: 30px;
  }
  .product .mainBox .productList ul li a .bottom .viceName {
    color: #b7b7b7;
    font-size: 12px;
  }
  .product .mainBox .productList ul li a .cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(7, 87, 176, 0.5);
  }
  .product .mainBox .productList ul li a .cover span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 36px;
  }
  .product .mainBox .productList ul li:hover .cover {
    -webkit-animation: opacityMove 500ms;
    animation: opacityMove 500ms;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .product .mainBox {
    background-color: #fff;
  }
  .product .mainBox #pcProduct {
    display: none;
  }
  .product .mainBox .productList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product .mainBox .productList ul li {
    width: 50%;
  }
  .product .mainBox .productList ul li a {
    display: block;
    padding: 0.66667rem;
  }
  .product .mainBox .productList ul li a .top {
    width: 100%;
  }
  .product .mainBox .productList ul li a .top img {
    width: 100%;
  }
  .product .mainBox .productList ul li a .bottom .type {
    padding: 0.13333rem 0.26667rem;
    color: #fff;
    background-color: #0757b0;
    display: inline-block;
    border-radius: 0.4rem;
  }
  .product .mainBox .productList ul li a .bottom .name {
    color: #333;
    font-size: 0.37333rem;
    line-height: 0.8rem;
  }
  .product .mainBox .productList ul li a .bottom .viceName {
    color: #b7b7b7;
    font-size: 0.32rem;
  }
  .product .mainBox .productList ul li a .cover {
    display: none;
  }
  .product .mainBox .switchBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product .mainBox .switchBtn span:last-child {
    margin-left: 0.4rem;
  }
}
.news {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1025px) {
  .news .mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news .mainBox .left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news .mainBox .left .recommend {
    position: relative;
  }
  .news .mainBox .left .recommend img {
    width: 100%;
  }
  .news .mainBox .left .recommend .cover {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .news .mainBox .left .recommend .cover p:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news .mainBox .left .recommend .cover p:first-child span:first-child {
    width: 80%;
  }
  .news .mainBox .left .recommend .cover p:last-child {
    color: #b7b7b7;
    line-height: 20px;
    height: 40px;
    font-size: 12px;
  }
  .news .mainBox .right {
    width: 60%;
  }
  .news .mainBox .right ul {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .news .mainBox .right ul li {
    width: 48%;
    margin-top: 2%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.2);
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.2);
  }
  .news .mainBox .right ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .news .mainBox .right ul li:hover a .news_mid p:first-child {
    color: #0757b0 !important;
  }
  .news .mainBox .right ul li:hover a .iconfont {
    color: #0757b0 !important;
  }
  .news .mainBox .right ul li a {
    display: inline-block;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .news .mainBox .right ul li a .news_left {
    width: 18%;
    border-right: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news .mainBox .right ul li a .news_left p {
    font-size: 14px;
    color: #999;
  }
  .news .mainBox .right ul li a .news_left p:first-child {
    font-size: 44px;
  }
  .news .mainBox .right ul li a .news_mid {
    width: 70%;
    padding-left: 4%;
  }
  .news .mainBox .right ul li a .news_mid p:first-child {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
  }
  .news .mainBox .right ul li a .news_mid p:last-child {
    line-height: 20px;
    height: 40px;
  }
  .news .mainBox .right ul li a .news_right {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news .mainBox .right ul li a .news_right span {
    font-size: 24px;
  }
  .news .more {
    text-align: center;
  }
  .news .more .link {
    width: 170px;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    color: #0757b0;
    display: inline-block;
    margin: auto;
    margin-top: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .news .mainBox .right ul li a {
    padding: 10px !important;
  }
  .news .mainBox .right ul li a .news_left {
    width: 25% !important;
  }
  .news .mainBox .right ul li a .news_left p {
    font-size: 12px !important;
  }
  .news .mainBox .right ul li a .news_left p:first-child {
    font-size: 26px !important;
  }
  .news .mainBox .right ul li a .news_mid {
    width: 75% !important;
  }
  .news .mainBox .right ul li a .news_mid p {
    font-size: 12px !important;
  }
  .news .mainBox .right ul li a .news_mid p:first-child {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .news .mainBox .right ul li a .news_right {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .news .mainBox .left .recommend a {
    display: block;
    position: relative;
  }
  .news .mainBox .left .recommend a img {
    width: 100%;
  }
  .news .mainBox .left .recommend a .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.37333rem;
  }
  .news .mainBox .left .recommend a .cover p:first-child {
    font-size: 0.37333rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news .mainBox .left .recommend a .cover p:first-child span:first-child {
    width: 75%;
  }
  .news .mainBox .left .recommend a .cover p:last-child {
    margin-top: 0.13333rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.53333rem;
    height: 1.06667rem;
  }
  .news .mainBox .right ul li {
    width: 100%;
    margin-top: 0.26667rem;
  }
  .news .mainBox .right ul li a {
    background-color: #fff;
    padding: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news .mainBox .right ul li a .news_left {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0.01333rem solid #ddd;
  }
  .news .mainBox .right ul li a .news_left p {
    color: #999;
  }
  .news .mainBox .right ul li a .news_left p:first-child {
    font-size: 1.06667rem;
    line-height: 0.93333rem;
  }
  .news .mainBox .right ul li a .news_mid {
    width: 70%;
    padding-left: 0.4rem;
  }
  .news .mainBox .right ul li a .news_mid p:first-child {
    color: #000;
    font-size: 0.37333rem;
  }
  .news .mainBox .right ul li a .news_mid p:last-child {
    margin-top: 0.26667rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .news .mainBox .right ul li a .news_right {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news .mainBox .right ul li a .news_right span {
    font-size: 0.8rem;
  }
  .news .more a .link {
    width: 2.93333rem;
    height: 0.8rem;
    background-color: #0757b0;
    color: #fff;
    display: block;
    border-radius: 0.26667rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.32rem;
    margin: auto;
    margin-top: 0.66667rem;
  }
}
.aboutUs {
  background-image: url(../images/aboutUs.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutUs .mainBox {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .aboutUs .mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aboutUs .mainBox .left {
    width: 58%;
  }
  .aboutUs .mainBox .left .title {
    position: relative;
    padding-bottom: 40px;
  }
  .aboutUs .mainBox .left .title p {
    color: #fff;
    text-align: left;
    margin: 0;
  }
  .aboutUs .mainBox .left .title p:last-child {
    width: auto;
  }
  .aboutUs .mainBox .left .title::after {
    content: '';
    width: 60px;
    height: 0;
    border-top: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .aboutUs .mainBox .left .detail {
    margin: 60px 0 100px 0;
    color: #fff;
    text-align: justify;
    line-height: 25px;
    height: 125px;
  }
  .aboutUs .mainBox .right {
    width: 38%;
  }
  .aboutUs .mainBox .right ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutUs .mainBox .right ul li {
    width: 33.3%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .aboutUs .mainBox .right ul li:first-child {
    margin-left: 33.3%;
  }
  .aboutUs .mainBox .right ul li a {
    color: #fff;
    padding: 20%;
    display: block;
    text-align: center;
  }
  .aboutUs .mainBox .right ul li a span {
    display: block;
    margin: auto;
    font-size: 50px;
  }
  .aboutUs .mainBox .right ul li a p {
    margin-top: 20px;
    color: #fff;
  }
  .aboutUs .mainBox .right ul li:hover {
    background-color: #fff;
  }
  .aboutUs .mainBox .right ul li:hover p {
    color: #0757b0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .aboutUs .mainBox .left .detail {
    margin: 30px 0 50px 0 !important;
  }
  .aboutUs .mainBox .right ul li span {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 1024px) {
  .aboutUs .mainBox .left .title {
    position: relative;
    padding-bottom: 0.53333rem;
  }
  .aboutUs .mainBox .left .title p {
    color: #fff;
  }
  .aboutUs .mainBox .left .title::after {
    content: '';
    width: 0.8rem;
    height: 0;
    border-top: 0.02667rem solid rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .aboutUs .mainBox .left .detail {
    margin: 0.66667rem 0 0.53333rem 0;
    color: #fff;
    line-height: 0.4rem;
    height: 1.97333rem;
  }
  .aboutUs .mainBox .left .link {
    background-color: transparent;
    border: 0.01333rem solid #fff;
  }
  .aboutUs .mainBox .right ul {
    margin-top: 1.06667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutUs .mainBox .right ul li {
    width: 50%;
    border: 0.01333rem solid rgba(255, 255, 255, 0.6);
  }
  .aboutUs .mainBox .right ul li a {
    padding: 1.46667rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .aboutUs .mainBox .right ul li a span, .aboutUs .mainBox .right ul li a p {
    color: #fff;
  }
  .aboutUs .mainBox .right ul li a span {
    font-size: 1.06667rem;
  }
  .aboutUs .mainBox .right ul li a p {
    margin-top: 0.26667rem;
  }
}
@media screen and (min-width: 1025px) {
  .coop .mainBox {
    position: relative;
  }
  .coop .mainBox .switchBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .coop .mainBox .coopList {
    width: 90%;
  }
  .coop .mainBox .coopList ul {
    width: 100%;
  }
  .coop .mainBox .coopList ul li {
    padding: 5px;
  }
  .coop .mainBox .coopList ul li img {
    width: 100%;
  }
  .coop .mainBox #wapCoop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .coop .mainBox #pcCoop {
    display: none;
  }
  .coop .mainBox .switchBtn {
    display: none;
  }
  .coop .mainBox .coopList {
    padding-bottom: 0.66667rem;
  }
  .coop .mainBox .coopList ul li {
    padding: 0.13333rem;
  }
  .coop .mainBox .coopList ul li img {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .footer {
    background-color: #1f1a17;
    color: #fff;
    padding: 0;
  }
  .footer .footer_main {
    padding: 50px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_main .left {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer_main .left dl {
    margin-left: 5%;
    padding-left: 14px;
  }
  .footer .footer_main .left dl:first-child {
    margin-left: 0;
  }
  .footer .footer_main .left dl dt {
    white-space: nowrap;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer .footer_main .left dl dt::before {
    content: '';
    height: 15px;
    width: 0;
    border-left: 4px solid #0757b0;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer_main .left dl dd {
    padding: 9px 0;
    color: #bcbbbb;
  }
  .footer .footer_main .right {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .footer_main .right .contact {
    width: 50%;
  }
  .footer .footer_main .right .contact .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer_main .right .contact .service span, .footer .footer_main .right .contact .service p {
    color: #0757b0;
  }
  .footer .footer_main .right .contact .service span {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #0757b0;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
  }
  .footer .footer_main .right .contact .service .tel p:last-child {
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
  }
  .footer .footer_main .right .contact > p {
    color: #b7b7b7;
    text-align: center;
    line-height: 30px;
  }
  .footer .footer_main .right .contact_qrcode {
    width: 100%;
  }
  .footer .footer_main .right .contact_qrcode ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_main .right .contact_qrcode ul li {
    margin-left: 5%;
  }
  .footer .footer_main .right .contact_qrcode ul li:first-child {
    margin-left: 0;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode {
    width: 110px;
    height: 110px;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_main .right .contact_qrcode ul li p {
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
  .footer .footer_bottom {
    background-color: #0757b0;
    padding: 20px 80px;
  }
  .footer .footer_bottom p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b7b7b7;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .footer {
    background-color: #1f1a17;
    color: #fff;
    padding: 0;
  }
  .footer .footer_main {
    padding: 50px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_main .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer_main .left dl {
    margin-left: 2%;
    padding-left: 14px;
  }
  .footer .footer_main .left dl:first-child {
    margin-left: 0;
  }
  .footer .footer_main .left dl dt {
    white-space: nowrap;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer .footer_main .left dl dt::before {
    content: '';
    height: 15px;
    width: 0;
    border-left: 4px solid #0757b0;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer_main .left dl dd {
    padding: 9px 0;
    color: #bcbbbb;
  }
  .footer .footer_main .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .footer_main .right .contact {
    width: 50%;
  }
  .footer .footer_main .right .contact .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer_main .right .contact .service span, .footer .footer_main .right .contact .service p {
    color: #0757b0;
  }
  .footer .footer_main .right .contact .service span {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #0757b0;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
  }
  .footer .footer_main .right .contact .service .tel p:last-child {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
  }
  .footer .footer_main .right .contact > p {
    color: #b7b7b7;
    text-align: center;
    line-height: 30px;
  }
  .footer .footer_main .right .contact_qrcode ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_main .right .contact_qrcode ul li {
    margin-left: 5%;
  }
  .footer .footer_main .right .contact_qrcode ul li:first-child {
    margin-left: 0;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode {
    width: 110px;
    height: 110px;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_main .right .contact_qrcode ul li p {
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
  .footer .footer_bottom {
    background-color: #0757b0;
    padding: 20px 80px;
  }
  .footer .footer_bottom p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b7b7b7;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .footer {
    background-color: #1f1a17;
    color: #fff;
    padding: 0;
  }
  .footer .footer_main {
    padding: 50px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_main .left {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_main .left dl {
    margin-left: 2%;
    padding-left: 14px;
  }
  .footer .footer_main .left dl:first-child {
    margin-left: 0;
  }
  .footer .footer_main .left dl dt {
    white-space: nowrap;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer .footer_main .left dl dt::before {
    content: '';
    height: 15px;
    width: 0;
    border-left: 4px solid #0757b0;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer_main .left dl dd {
    padding: 9px 0;
    color: #bcbbbb;
  }
  .footer .footer_main .right {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .footer_main .right .contact {
    display: none;
  }
  .footer .footer_main .right .contact_qrcode ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_main .right .contact_qrcode ul li {
    margin-left: 5%;
  }
  .footer .footer_main .right .contact_qrcode ul li:first-child {
    margin-left: 0;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode {
    width: 110px;
    height: 110px;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_main .right .contact_qrcode ul li p {
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
  .footer .footer_bottom {
    background-color: #0757b0;
    padding: 20px 80px;
  }
  .footer .footer_bottom p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b7b7b7;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    background-color: #0757b0;
    padding: 0;
  }
  .footer .footer_main {
    border-bottom: 0.01333rem solid rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0.66667rem;
  }
  .footer .footer_main .left {
    display: none;
  }
  .footer .footer_main .right .contact {
    display: none;
  }
  .footer .footer_main .right .contact_qrcode ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer_main .right .contact_qrcode ul li:last-child {
    margin-left: 5%;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode {
    width: 1.86667rem;
    height: 1.86667rem;
  }
  .footer .footer_main .right .contact_qrcode ul li .qrcode img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_main .right .contact_qrcode ul li p {
    color: #fff;
    line-height: 0.66667rem;
    text-align: center;
  }
  .footer .footer_bottom {
    padding: 0.4rem 1.06667rem;
  }
  .footer .footer_bottom p {
    text-align: center;
    color: #b7b7b7;
  }
  .footer .footer_bottom p span {
    display: block;
  }
}
.bgBanner {
  width: 100%;
  position: relative;
}
.bgBanner img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .bgBanner .wapBg {
    display: none;
  }
  .bgBanner .title {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bgBanner .title p {
    color: #fff;
    text-align: center;
  }
  .bgBanner .title p:first-child {
    font-size: 40px;
  }
  .bgBanner .title p:last-child {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .bgBanner .pcBg {
    display: none;
  }
  .bgBanner .title {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bgBanner .title p {
    color: #fff;
    text-align: center;
  }
  .bgBanner .title p:first-child {
    font-size: 0.53333rem;
  }
  .bgBanner .title p:last-child {
    font-size: 0.32rem;
    line-height: 0.53333rem;
  }
}
@media screen and (min-width: 1025px) {
  .container .page_select {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container .page_select.wapSelect {
    display: none;
  }
  .container .page_select .page_title {
    color: #333;
    font-size: 30px;
    white-space: nowrap;
    line-height: 50px;
  }
  .container .page_select .page_title::first-letter {
    color: #fff;
    background-color: #0757b0;
  }
  .container .page_select ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container .page_select ul li {
    margin: 0 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .container .page_select ul li a {
    white-space: nowrap;
    color: #999;
    font-size: 16px;
    line-height: 34px;
  }
  .container .page_select ul li.active a {
    color: #0757b0 !important;
  }
  .container .page_select ul li.active::after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 2px solid #0757b0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .container .page_select {
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #e5e5e5 solid 0.02667rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    display: flex;
  }
  .container .page_select.pcSelect {
    display: none;
  }
  .container .page_select::before {
    content: "";
    width: 0;
    height: 0.34667rem;
    left: 0.26667rem;
    border-left: 0.08rem solid #0757b0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  .container .page_select select {
    width: 100%;
    font-size: 0.4rem;
    outline: none;
    border: none;
    padding: 0.4rem 0.46667rem;
    color: #777;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .container .page_select select option {
    width: 20%;
    border: none;
    font-size: .4em;
  }
  .container .page_select select::-ms-expand {
    display: none;
  }
  .container .page_select .iconfont {
    position: absolute;
    right: 0.26667rem;
    top: 50%;
    margin-top: -0.10667rem;
    line-height: 0.26667rem;
    font-size: 0.48rem;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .container .page_select .up {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}
.container .page_crumbs {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1025px) {
  .container .page_crumbs {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container .page_crumbs .page_title {
    color: #333;
    font-size: 30px;
    white-space: nowrap;
  }
  .container .page_crumbs .page_title::first-letter {
    color: #fff;
    background-color: #0757b0;
  }
  .container .page_crumbs .crumbs {
    line-height: 40px;
  }
  .container .page_crumbs .crumbs a {
    color: #999;
  }
  .container .page_crumbs .crumbs a::after {
    content: '>';
  }
  .container .page_crumbs .crumbs a:last-child::after {
    content: '';
  }
}
@media screen and (max-width: 1024px) {
  .container .page_crumbs {
    padding-bottom: 0.53333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container .page_crumbs .page_title {
    color: #333;
    font-size: 0.48rem;
    white-space: nowrap;
  }
  .container .page_crumbs .page_title::first-letter {
    color: #fff;
    background-color: #0757b0;
  }
  .container .page_crumbs .crumbs {
    line-height: 0.66667rem;
  }
  .container .page_crumbs .crumbs a {
    color: #999;
  }
  .container .page_crumbs .crumbs a::after {
    content: '>';
  }
  .container .page_crumbs .crumbs a:last-child::after {
    content: '';
  }
}
@media screen and (min-width: 1025px) {
  .container .context {
    line-height: 30px;
    padding: 80px 10px;
    max-width: 1220px;
    margin: auto;
    padding-top: 0;
    font-size: 16px;
  }
  .container .context .context_title p:first-child {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .container .context .context_title p:last-child {
    color: #999;
  }
  .container .context .context_main {
    padding-top: 30px;
  }
  .container .context img, .container .context table, .container .context video, .container .context audio {
    max-width: 100%;
  }
  .container .context .context_switch {
    margin-top: 75px;
  }
  .container .context .context_switch p {
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .container .context {
    padding: 0.66667rem 0.4rem;
    padding-top: 0;
    font-size: 0.37333rem;
  }
  .container .context img, .container .context table, .container .context video, .container .context audio {
    max-width: 100%;
  }
  .container .context .context_switch {
    margin-top: 1rem;
  }
  .container .context .context_switch p {
    line-height: 0.53333rem;
  }
  .context_title {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .context_main p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .container.product .mainBox {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 60px;
    background-color: transparent;
  }
  .container.product .mainBox .productList ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.product .mainBox .productList ul li {
    background-color: #fff;
    width: 24%;
    margin-left: 1.3%;
    margin-top: 1.3%;
  }
  .container.product .mainBox .productList ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .container.product .mainBox .productList ul li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .container.product .mainBox {
    background-color: transparent;
  }
  .container.product .mainBox .productList ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.product .mainBox .productList ul li {
    margin-top: 2%;
    width: 49%;
  }
  .container.product .mainBox .productList ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .container.product .mainBox .productList ul li a {
    padding: 0.4rem;
    background-color: #fff;
  }
  .container.product .mainBox .productList ul li a .bottom {
    margin-top: 0.93333rem;
  }
  .container.product .mainBox .productList ul li a .viceName {
    text-overflow: initial;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 0.45333rem;
    height: 0.90667rem;
  }
}
@media screen and (min-width: 1025px) {
  .container.productDetail .mainBox .top {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container.productDetail .mainBox .top .top_left {
    width: 48%;
  }
  .container.productDetail .mainBox .top .top_left img {
    width: 100%;
  }
  .container.productDetail .mainBox .top .top_right {
    width: 48%;
  }
  .container.productDetail .mainBox .top .top_right .type {
    background-color: #0757b0;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 20px;
    margin: 10px 0;
  }
  .container.productDetail .mainBox .top .top_right .name {
    color: #333;
    font-size: 30px;
    line-height: 60px;
  }
  .container.productDetail .mainBox .top .top_right .viceName {
    color: #b7b7b7;
    font-size: 16px;
  }
  .container.productDetail .mainBox .bottom {
    -webkit-box-shadow: 0px 10px 30px rgba(211, 208, 208, 0.96) inset;
    box-shadow: 0px 10px 30px rgba(211, 208, 208, 0.96) inset;
    background-color: #fff;
    margin: 0px -80px -80px -80px !important;
  }
  .container.productDetail .mainBox .bottom .tab_switch {
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }
  .container.productDetail .mainBox .bottom .tab_switch li {
    margin: 0 40px;
    cursor: pointer;
    line-height: 96px;
  }
  .container.productDetail .mainBox .bottom .tab_switch li.active {
    color: #0757b0;
    position: relative;
  }
  .container.productDetail .mainBox .bottom .tab_switch li.active::after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 3px solid #0757b0;
    position: absolute;
    left: 50%;
    bottom: -1.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .container.productDetail .mainBox .bottom .tab_item {
    padding-top: 60px;
    display: none;
  }
  .container.productDetail .mainBox .bottom .tab_item_active {
    display: block;
    -webkit-animation: opacityMove .5s;
    animation: opacityMove .5s;
  }
}
@media screen and (max-width: 1024px) {
  .container.productDetail .mainBox .top {
    width: 100%;
    padding-bottom: 0.93333rem;
  }
  .container.productDetail .mainBox .top img {
    width: 100%;
  }
  .container.productDetail .mainBox .top .top_right .type {
    padding: 0.13333rem 0.26667rem;
    color: #fff;
    background-color: #0757b0;
    display: inline-block;
    border-radius: 0.4rem;
  }
  .container.productDetail .mainBox .top .top_right .name {
    color: #333;
    font-size: 0.42667rem;
    line-height: 0.8rem;
  }
  .container.productDetail .mainBox .top .top_right .viceName {
    color: #b7b7b7;
    font-size: 0.32rem;
  }
  .container.productDetail .mainBox .bottom {
    -webkit-box-shadow: 0px 0.13333rem 0.26667rem rgba(211, 208, 208, 0.96) inset;
    box-shadow: 0px 0.13333rem 0.26667rem rgba(211, 208, 208, 0.96) inset;
    background-color: #fff;
    margin: 0 -0.4rem -1.06667rem -0.4rem !important;
  }
  .container.productDetail .mainBox .bottom .tab_switch {
    height: 1.33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }
  .container.productDetail .mainBox .bottom .tab_switch li {
    margin: 0 0.53333rem;
    cursor: pointer;
    line-height: 1.33333rem;
  }
  .container.productDetail .mainBox .bottom .tab_switch li.active {
    color: #0757b0;
    position: relative;
  }
  .container.productDetail .mainBox .bottom .tab_switch li.active::after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 3px solid #0757b0;
    position: absolute;
    left: 50%;
    bottom: -1.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .container.productDetail .mainBox .bottom .tab .tab_item {
    padding-top: 0.4rem;
    display: none;
  }
  .container.productDetail .mainBox .bottom .tab .tab_item_active {
    display: block !important;
    -webkit-animation: opacityMove .5s;
    animation: opacityMove .5s;
  }
}
@media screen and (min-width: 1025px) {
  .container.case {
    display: block;
  }
  .container.case .right {
    width: 100%;
  }
  .container.case .caseList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.case .caseList ul li {
    width: 25% !important;
    margin-top: 1%;
  }
  .container.case .caseList ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .container.case .caseList ul li .cover {
    display: block !important;
    background: rgba(0, 0, 0, 0.3) !important;
  }
  .container.case .caseList ul li .corss {
    background: transparent !important;
  }
  .container.case .caseList ul li .corss .detail {
    top: 90% !important;
  }
}
@media screen and (max-width: 1024px) {
  .container.case .right {
    width: 100%;
  }
  .container.case .caseList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.case .caseList ul li {
    width: 50% !important;
    margin-top: 2%;
  }
  .container.case .caseList ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .container.case .caseList ul li .corss {
    background: transparent !important;
  }
  .container.case .caseList ul li .cover {
    background: rgba(0, 0, 0, 0.3) !important;
  }
}
@media screen and (min-width: 1025px) {
  .container.newsCenter .mainBox > .newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.newsCenter .mainBox > .newsList li {
    width: 24%;
    position: relative;
    margin-top: 1.5%;
    margin-left: 1%;
  }
  .container.newsCenter .mainBox > .newsList li:nth-child(4n+1) {
    margin-left: 0;
  }
  .container.newsCenter .mainBox > .newsList li:nth-child(-n+4) {
    margin-top: 0;
  }
  .container.newsCenter .mainBox > .newsList li .top img {
    width: 100%;
  }
  .container.newsCenter .mainBox > .newsList li .bottom {
    background: #fff !important;
    padding: 30px;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .date {
    position: absolute;
    right: 5%;
    top: 5%;
    padding: 11px 8px;
    background: #0757b0;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .date p {
    color: #fff;
    text-align: center;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .date p.days {
    font-size: 36px;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .title {
    text-align: left;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .description {
    line-height: 18px;
    height: 36px;
    margin-bottom: 30px;
  }
  .container.newsCenter .mainBox > .newsList li .bottom > span {
    display: block;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .pagination {
    width: 100%;
    font-size: 12px;
  }
  .pagination span {
    padding: 4px 2px;
    background: #2F3237;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
  }
  .pagination span a {
    color: #fff;
    font-size: 12px;
  }
  .page-numbar a {
    margin-right: 5px;
    font-size: 12px;
  }
  .page-numbar a.page-num-current {
    color: #FCCF04;
    font-size: 12px;
  }
  .range {
    display: flex;
    flex-wrap: wrap;
  }
  .container.newsCenter .mainBox > .newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.newsCenter .mainBox > .newsList li {
    width: 49%;
    position: relative;
    margin-top: 3%;
    margin-left: 2%;
  }
  .container.newsCenter .mainBox > .newsList li:nth-child(2n+1) {
    margin-left: 0;
  }
  .container.newsCenter .mainBox > .newsList li:nth-child(-n+2) {
    margin-top: 0;
  }
  .container.newsCenter .mainBox > .newsList li .top img {
    width: 100%;
  }
  .container.newsCenter .mainBox > .newsList li .bottom {
    background: #fff !important;
    padding: 0.4rem;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .date {
    position: absolute;
    right: 5%;
    top: 5%;
    padding: 0.13333rem 0.13333rem;
    background: #0757b0;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .date p {
    color: #fff;
    text-align: center;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .date p.days {
    font-size: 0.66667rem;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .title {
    text-align: left;
    font-size: 0.34667rem;
    color: #000;
    margin-bottom: 0.26667rem;
    text-overflow: inherit;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .container.newsCenter .mainBox > .newsList li .bottom .description {
    display: none;
  }
  .container.newsCenter .mainBox > .newsList li .bottom > span {
    display: block;
    font-size: 0.48rem;
  }
}
.container.newsDetail {
  padding-bottom: 0;
}
@media screen and (min-width: 1336px) and (max-width: 1600px) {
  .container.contactUs .mainBox .contactBox {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 100px;
  }
  .container.contactUs .mainBox .contactBox .left {
    width: 48%;
  }
  .container.contactUs .mainBox .contactBox .left .fullLogo {
    max-width: 100%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail {
    margin-top: 50px;
    border: 1px solid #e1e1e1;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item:last-child {
    border: none;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item > span {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #0757b0;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span {
    display: block;
    line-height: 30px;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span:last-child {
    font-size: 18px;
  }
  .container.contactUs .mainBox .contactBox .right {
    width: 48%;
  }
  .container.contactUs .mainBox .contactBox .right .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .container.contactUs .mainBox .contactBox {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 100px;
  }
  .container.contactUs .mainBox .contactBox .left {
    width: 48%;
  }
  .container.contactUs .mainBox .contactBox .left .fullLogo {
    max-width: 100%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail {
    margin-top: 50px;
    border: 1px solid #e1e1e1;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item:last-child {
    border: none;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item > span {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #0757b0;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span {
    display: block;
    line-height: 30px;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span:last-child {
    font-size: 18px;
  }
  .container.contactUs .mainBox .contactBox .right {
    width: 48%;
  }
  .container.contactUs .mainBox .contactBox .right .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1336px) {
  .container.contactUs .mainBox .contactBox {
    background: #fff;
    padding: 40px 60px;
  }
  .container.contactUs .mainBox .contactBox .left .fullLogo {
    max-width: 100%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail {
    margin-top: 50px;
    border: 1px solid #e1e1e1;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item:last-child {
    border: none;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item > span {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #0757b0;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span {
    display: block;
    line-height: 30px;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span:last-child {
    font-size: 18px;
  }
  .container.contactUs .mainBox .contactBox .right {
    margin-top: 40px;
  }
  .container.contactUs .mainBox .contactBox .right .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container.contactUs .mainBox .contactBox {
    background: #fff;
    padding: 0.66667rem 0.4rem;
  }
  .container.contactUs .mainBox .contactBox .left .fullLogo {
    max-width: 100%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail {
    margin-top: 0.66667rem;
    border: 0.01333rem solid #e1e1e1;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item {
    border-bottom: 0.01333rem solid #e1e1e1;
    padding: 0.53333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item:last-child {
    border: none;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item > span {
    margin-right: 0.26667rem;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #0757b0;
    color: #fff;
    font-size: 0.4rem;
    line-height: 0.8rem;
    text-align: center;
    border-radius: 50%;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span {
    color: #929292;
    display: block;
    line-height: 0.53333rem;
  }
  .container.contactUs .mainBox .contactBox .left .contact_detail .contact_item p span:last-child {
    font-size: 0.37333rem;
  }
  .container.contactUs .mainBox .contactBox .right {
    margin-top: 0.53333rem;
  }
  .container.contactUs .mainBox .contactBox .right .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1337px) {
  .container.liuyan .mainBox .formBox {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container.liuyan .mainBox .formBox .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.liuyan .mainBox .formBox .left img {
    width: 100%;
  }
  .container.liuyan .mainBox .formBox .right {
    width: 50%;
    padding: 80px 100px;
  }
  .container.liuyan .mainBox .formBox .right form .title {
    text-align: left;
    padding-bottom: 40px;
  }
  .container.liuyan .mainBox .formBox .right form .title p {
    width: 100%;
  }
  .container.liuyan .mainBox .formBox .right form .form_item {
    padding: 10px 0;
  }
  .container.liuyan .mainBox .formBox .right form .form_item input {
    padding: 20px 0;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ededed;
  }
  .container.liuyan .mainBox .formBox .right form .form_item input.line {
    border-color: #0757b0;
  }
  .container.liuyan .mainBox .formBox .right form input[type='submit'] {
    font-size: 16px;
    margin-top: 20px;
    width: 170px;
    height: 50px;
    -webkit-box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1337px) {
  .container.liuyan .mainBox .formBox {
    background-color: #fff;
  }
  .container.liuyan .mainBox .formBox .left {
    display: none;
  }
  .container.liuyan .mainBox .formBox .right {
    padding: 80px 100px;
  }
  .container.liuyan .mainBox .formBox .right form .title {
    text-align: left;
    padding-bottom: 40px;
  }
  .container.liuyan .mainBox .formBox .right form .title p {
    width: 100%;
  }
  .container.liuyan .mainBox .formBox .right form .form_item {
    padding: 10px 0;
  }
  .container.liuyan .mainBox .formBox .right form .form_item input {
    padding: 20px 0;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ededed;
  }
  .container.liuyan .mainBox .formBox .right form .form_item input.line {
    border-color: #0757b0;
  }
  .container.liuyan .mainBox .formBox .right form input[type='submit'] {
    font-size: 16px;
    margin-top: 20px;
    width: 170px;
    height: 50px;
    -webkit-box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  .container.liuyan .mainBox .formBox {
    background-color: #fff;
  }
  .container.liuyan .mainBox .formBox .left {
    display: none;
  }
  .container.liuyan .mainBox .formBox .right {
    padding: 0.4rem;
  }
  .container.liuyan .mainBox .formBox .right form .title {
    text-align: left;
    padding-bottom: 0.53333rem;
  }
  .container.liuyan .mainBox .formBox .right form .title p {
    width: 100%;
  }
  .container.liuyan .mainBox .formBox .right form .form_item {
    padding: 0.13333rem 0;
  }
  .container.liuyan .mainBox .formBox .right form .form_item input {
    padding: 0.26667rem 0;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ededed;
  }
  .container.liuyan .mainBox .formBox .right form .form_item input.line {
    border-color: #0757b0;
  }
  .container.liuyan .mainBox .formBox .right form input[type='submit'] {
    font-size: 0.32rem !important;
    margin-top: 0.26667rem;
    -webkit-box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.5);
  }
}
.form_toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 5px;
}
.form_toast p {
  color: #fff;
}
.pagination {
  width: 100%;
  font-size: 14px;
  margin-top: 30px;
}
.pagination span {
  padding: 8px;
  background: #2F3237;
  margin-right: 5px;
  color: #fff;
}
.pagination span a {
  color: #fff;
}
.page-numbar a {
  margin-right: 10px;
}
.page-numbar a.page-num-current {
  color: #FCCF04;
}
.range {
  display: flex;
  flex-wrap: wrap;
}