@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html {
  background-color: #c2edef;
}
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
.virtual-scroll {
  position: fixed;
  width: 17px;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 35;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
.virtual-scroll:hover {
  opacity: 1;
  background-color: #f1f1f1;
}
.virtual-scroll:before {
  content: '';
  position: absolute;
  width: 100vw;
  right: 0;
  height: 100vh;
  top: 0;
  display: none;
  z-index: -1;
}
.virtual-scroll.dblclick:hover:after {
  content: '双击返回顶部';
  position: absolute;
  line-height: 40px;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  right: 25px;
  bottom: 50px;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;
}
.virtual-scroll.active {
  opacity: 1;
}
.virtual-scroll.mousedown:before {
  display: block;
}
.virtual-scroll .virtual-scroll-thumb {
  position: absolute;
  width: 13px;
  height: 200px;
  background-color: #0C59B5;
  left: 2px;
  top: 0;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
}
.virtual-scroll .virtual-scroll-thumb:hover {
  background-color: #0C59B5;
}
.virtual-scroll .virtual-scroll-thumb:hover.active {
  background-color: #087bff;
}
.virtual-scroll .virtual-scroll-thumb.active {
  background-color: #087bff;
}
html,
body {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
@font-face {
  font-family: 'LEMON';
  /* project id 1912107 */
  src: url('../fonts/fonteditor.eot');
  src: url('../fonts/fonteditor.eot') format('embedded-opentype'), url('../fonts/fonteditor.woff2') format('woff2'), url('../fonts/fonteditor.woff') format('woff'), url('../fonts/fonteditor.ttf') format('truetype'), url('../fonts/fonteditor.svg#iconfont') format('svg');
}
/*@font-face {
  font-family: 'iconfont';

  src: url('../fonts/font_1912107_omc37hydf2l.eot');
  src: url('../fonts/font_1912107_omc37hydf2l.eot') format('embedded-opentype'), url('../fonts/font_1912107_omc37hydf2l.woff2') format('woff2'), url('../fonts/font_1912107_omc37hydf2l.woff') format('woff'), url('../fonts/font_1912107_omc37hydf2l.ttf') format('truetype'), url('../fonts/font_1912107_omc37hydf2l.svg#iconfont') format('svg');
}*/


@font-face {
  font-family: 'iconfont';  /* Project id 2720555 */
  src: url('//at.alicdn.com/t/font_2720555_ipplgly9x3k.woff2?t=1628042731145') format('woff2'),
       url('//at.alicdn.com/t/font_2720555_ipplgly9x3k.woff?t=1628042731145') format('woff'),
       url('//at.alicdn.com/t/font_2720555_ipplgly9x3k.ttf?t=1628042731145') format('truetype');
}
.iconfont {
  font-family: 'iconfont';
}
.lemon {
  font-family: 'LEMON';
}
body {
  font-family: 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #3e3e3e;
  position: relative;
  background-color: #fff;
}
@media (min-width: 1366px) {
  a:hover {
    color: #0C59B5 !important;
  }
}
.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 0;
  font-size: 14px;
}
.pages a {
  display: block;
  line-height: 35px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  padding: 0 10px;
  min-width: 37px;
  text-align: center;
  margin: 0 3px;
}
.pages a.active {
  background-color: #0C59B5;
  color: #fff !important;
  border-color: #0C59B5;
  pointer-events: none;
}
.pages a:hover {
  color: #fff !important;
  border-color: rgba(47, 169, 206, 0.5);
  background-color: rgba(47, 169, 206, 0.5);
}

#page {
	padding-top: 50px;
	display: block;
	text-align: center;
	margin-bottom: 5vw;
}

#page li {
	display: inline-block;
	min-width: 35px;
	height: 33px;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	line-height: 33px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	border-radius: 3px;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #0073A9;
	height: 28px;
}

#page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

#page li.xl-disabled:hover{
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

#page li.xl-active {
	background-color: #0073A9;
	border-color: #0073A9;
	color: #FFF
}

#page li:hover{
	background-color: #0073A9 !important;
	border-color: #0073A9;
	color: #FFF
}

 #page li.xl-jumpText {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	opacity: 1;
}

#page li.xl-jumpText:hover{
	background-color: rgba(0,0,0,0) !important;
	border-color: rgba(0,0,0,0) !important;
}

#page li.xl-jumpButton{
	padding: 0 5px;
}

#xlJumpNum {
	width: 35px;
	margin: 0 3px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
}
input[type="number"]{
	-moz-appearance:textfield;
}
.nav {
  height: 80px;
  -webkit-transition: height 0.55s;
  -o-transition: height 0.55s;
  transition: height 0.55s;
}
.nav.on-search {
  height: 380px;
}
.nav.on-search .fixed-box .search-box {
  height: 300px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .nav.on-search .fixed-box .search-box {
    padding-top: 70px;
  }
}
.nav .fixed-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.25);
          box-shadow: 0 0 15px rgba(55, 55, 55, 0.25);
}
.nav .fixed-box > .common-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media (max-width: 1280px) {
  .nav .fixed-box > .common-box {
    padding: 0 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav .fixed-box > .common-box .logo {
    width: 350px;
  }
  .nav .fixed-box > .common-box .menu_btn {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 27px;
    right: 40px;
  }
  .nav .fixed-box > .common-box .menu_btn span {
    display: block;
    height: 3px;
    background-color: #222;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .nav .fixed-box > .common-box .menu_btn span:nth-child(2) {
    top: 12px;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .nav .fixed-box > .common-box .menu_btn span:nth-child(3) {
    top: 24px;
  }
  .nav .fixed-box > .common-box .menu_btn.active span:nth-child(2) {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .nav .fixed-box > .common-box .menu_btn.active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav .fixed-box > .common-box .menu_btn.active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 1280px) and (max-width: 767px) {
  .nav .fixed-box > .common-box .menu_btn {
    width: 35px;
    right: 5vw;
  }
}
@media (max-width: 960px) {
  .nav .fixed-box > .common-box {
    padding: 0 5%;
  }
  .nav .fixed-box > .common-box .logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box > .common-box {
    height: 70px;
  }
  .nav .fixed-box > .common-box .logo {
    width: 150px;
  }
  .nav .fixed-box > .common-box .logo img {
    display: none;
  }
  .nav .fixed-box > .common-box .logo img.mobile-logo {
    display: block !important;
  }
  .nav .fixed-box > .common-box .menu_btn {
    right: 5vw;
  }
}
.nav .fixed-box .links {
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav .fixed-box .links a {
  line-height: 80px;
  position: relative;
  display: block;
  padding: 0 40px;
}
.nav .fixed-box .links a.active:before {
  content: '';
  position: absolute;
  left: 15%;
  bottom: 0;
  height: 5px;
  width: 70%;
  background-color: #0C59B5;
}
.nav .fixed-box .links a.hover {
  color: #0C59B5;
}
@media (max-width: 1280px) {
  .nav .fixed-box .links {
    display: none;
  }
}
.nav .fixed-box .r-box {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .fixed-box .r-box .lang {
  position: relative;
}
.nav .fixed-box .r-box .lang .lang-lists {
  position: absolute;
  width: 100px;
  right: 0;
  top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
          box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.nav .fixed-box .r-box .lang .lang-lists a {
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
}
.nav .fixed-box .r-box .lang .lang-lists a:hover {
  text-decoration: underline;
}
.nav .fixed-box .r-box .lang:hover .lang-lists {
  opacity: 1;
  visibility: visible;
}
.nav .fixed-box .r-box .lang .n {
  cursor: pointer;
  line-height: 30px;
}
.nav .fixed-box .r-box .lang .n .iconfont {
  font-size: 16px;
}
.nav .fixed-box .r-box .lang .n .t {
  margin-left: 5px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .nav .fixed-box .r-box .lang .n .t {
    display: none;
  }
}
.nav .fixed-box .r-box .search {
  margin-left: 40px;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 1366px) {
  .nav .fixed-box .r-box .search:hover {
    color: #009639;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box .r-box .search {
    margin-left: 30px;
  }
}
@media (max-width: 1280px) {
  .nav .fixed-box .r-box {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box .r-box {
    padding-left: 10vw;
  }
}
.nav .fixed-box .nav_extra {
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 0 5px 5px rgba(55, 55, 55, 0.1);
          box-shadow: 0 5px 5px rgba(55, 55, 55, 0.1);
  border-top: 1px solid #e5e5e5;
}
.nav .fixed-box .b_f {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav .fixed-box .b_f .left {
  width: 62%;
  background-color: #fff;
  padding-left: calc((100vw - 1400px) / 2);
  height: 310px;
}
@media (max-width: 1440px) {
  .nav .fixed-box .b_f .left {
    padding-left: calc((100vw - 1200px) / 2);
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left {
    width: 100%;
    height: auto;
    padding: 50px;
  }
}
@media (max-width: 960px) {
  .nav .fixed-box .b_f .left {
    padding: 5vw;
  }
}
.nav .fixed-box .b_f .left .i {
  display: none;
  padding: 0 60px;
}
.nav .fixed-box .b_f .left .i .nav_extra_title {
  display: none;
}
.nav .fixed-box .b_f .left .i ol {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 30px 0 60px;
  }
}
.nav .fixed-box .b_f .left .i ol li {
  display: block;
/*  text-align: center;*/
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .nav .fixed-box .b_f .left .i ol li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav .fixed-box .b_f .left .i ol li a {
  display: block;
  opacity: 0.85;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ol li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 25px;
    text-decoration: underline;
  }
}
.nav .fixed-box .b_f .left .i ol li a:hover {
  text-decoration: underline;
}
.nav .fixed-box .b_f .left .i ol li a:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ol li a:nth-child(1) {
    margin-right: 30px;
    width: 200px;
    display: block;
    text-align: left;
    text-decoration: unset;
  }
}
@media (max-width: 960px) {
  .nav .fixed-box .b_f .left .i ol li a:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .nav .fixed-box .b_f .left .i ol li + li {
    margin-top: 15px;
  }
}
.nav .fixed-box .b_f .left .i ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 310px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ul {
    height: auto;
  }
}
.nav .fixed-box .b_f .left .i ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.nav .fixed-box .b_f .left .i ul li a:hover {
  text-decoration: underline;
}
.nav .fixed-box .b_f .left .i ul li .iconfont {
  font-size: 52px;
  font-style: normal;
  width: 65px;
  display: block;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ul li .iconfont {
    display: none;
  }
}
.nav .fixed-box .b_f .left .i ul li p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ul li p:first-of-type {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box .b_f .left .i ul li p:first-of-type {
    margin-bottom: 2px;
  }
}
.nav .fixed-box .b_f .left .i ul li p:last-of-type {
 /* color: #b3b3b3;*/
}
.nav .fixed-box .b_f .left .i ul li p:last-of-type a + a {
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ul li p:last-of-type a {
    color: #3e3e3e; font-size:15px; line-height:1px;
   /* text-decoration: underline;*/
  }
  .nav .fixed-box .b_f .left .i ul li p:last-of-type a + a {
    margin-left: 25px;
  }
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ul li {
    width: 100%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .nav .fixed-box .b_f .left .i ul li + li {
    margin-top: 20px;
  }
  .nav .fixed-box .b_f .left .i ul li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box .b_f .left .i ul li .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav .fixed-box .b_f .left .i ul.ss {
  padding: 50px 0;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i ul.ss {
    padding: 20px 0 10px;
  }
}
.nav .fixed-box .b_f .left .i ul.dd {
  padding: 30px 0;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .left .i {
    display: block;
    padding: 0;
  }
  .nav .fixed-box .b_f .left .i .nav_extra_title {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    font-size: 17px;
  }
}
.nav .fixed-box .b_f .left .i:nth-child(3) {
  display: block;
}
@media (max-width: 767px) {
  .nav .fixed-box .b_f .left {
    padding-bottom: 50px;
  }
  .nav .fixed-box .b_f .left .i {
    display: block!important;
  }
  .nav .fixed-box .b_f .left .i ol,
  .nav .fixed-box .b_f .left .i ul {
    display: none;
  }
  .nav .fixed-box .b_f .left .i .nav_extra_title {
    padding: 20px 0;
    position: relative;
  }
  .nav .fixed-box .b_f .left .i .nav_extra_title:before,
  .nav .fixed-box .b_f .left .i .nav_extra_title:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #777;
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .nav .fixed-box .b_f .left .i .nav_extra_title:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .nav .fixed-box .b_f .left .i .nav_extra_title.active:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .nav .fixed-box .b_f .left .i .nav_extra_title.active {
    color: #0C59B5;
  }
  .nav .fixed-box .b_f .left .i .nav_extra_title.no-plus:before,
  .nav .fixed-box .b_f .left .i .nav_extra_title.no-plus:after {
    display: none;
  }
}
.nav .fixed-box .b_f .right {
  width: 38%;
  height: 310px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
}
@media (max-width: 1440px) {
  .nav .fixed-box .b_f .right {
    width: 30%;
  }
}
.nav .fixed-box .b_f .right h3 {
  font-size: 18px;
}
.nav .fixed-box .b_f .right a,
.nav .fixed-box .b_f .right .nn {
  margin-top: 15px;
}
.nav .fixed-box .b_f .right a {
  font-size: 15px;
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f .right {
    width: 100%;
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box .b_f .right {
    padding: 8vw 5vw;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .nav .fixed-box .b_f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 81px);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box .b_f {
    height: calc(100vh - 71px);
  }
}
.nav .fixed-box .search-box {
  height: 0;
  background: -o-linear-gradient(205deg, #0C59B5, #0C59B5);
  background: linear-gradient(-115deg, #0C59B5, #0C59B5);
  color: #fff;
  position: relative;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: height 0.55s, padding-top 0.55s;
  -o-transition: height 0.55s, padding-top 0.55s;
  transition: height 0.55s, padding-top 0.55s;
}
.nav .fixed-box .search-box .close {
  position: absolute;
  right: 20px;
  top: 0;
  background-color: #0C59B5;
  padding: 8px 25px;
  cursor: pointer;
  font-size: 16px;
}
.nav .fixed-box .search-box .input-box {
  position: relative;
}
.nav .fixed-box .search-box .input-box input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 65px;
  padding: 0 80px;
  border: none;
  border-radius: 65px;
  width: 100%;
  outline: none;
  font-size: 24px;
}
@media (max-width: 767px) {
  .nav .fixed-box .search-box .input-box input {
    height: 50px;
    padding: 0 50px;
    font-size: 18px;
  }
}
.nav .fixed-box .search-box .input-box .ss {
  position: absolute;
  line-height: 65px;
  left: 35px;
  font-size: 24px;
  color: #3e3e3e;
}
@media (max-width: 767px) {
  .nav .fixed-box .search-box .input-box .ss {
    font-size: 18px;
    line-height: 50px;
    left: 20px;
  }
}
.nav .fixed-box .search-box .input-box .clear {
  position: absolute;
  line-height: 40px;
  width: 40px;
  right: 15px;
  font-size: 34px;
  color: #3e3e3e;
  top: 50%;
  cursor: pointer;
  text-align: center;
  margin-top: -20px;
  display: none;
}
.nav .fixed-box .search-box .hot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav .fixed-box .search-box .hot-list a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ec3846;
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .nav .fixed-box .search-box .hot-list a {
    font-size: 16px;
    font-weight: 400;
  }
}
.nav .fixed-box .search-box .hot-list a:hover {
  color: #fff !important;
  background-color: #ec3846;
}
@media (max-width: 767px) {
  .nav .fixed-box .search-box .hot-list a {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .nav .fixed-box .search-box .common-box {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .nav .fixed-box .search-box .common-box {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  .nav {
    height: 70px;
  }
}
.common-box {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .common-box {
    max-width: 1200px;
  }
}
.home .banner {
  max-height: 890px;
  height: calc(100vh - 80px);
  position: relative;
}
.home .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.home .banner .text {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media (max-width: 1440px) {
  .home .banner .text {
    max-width: 1200px;
  }
}
.home .banner .text .cn {
  font-size: 64px;
  letter-spacing: 5px;
}
@media (max-width: 1440px) {
  .home .banner .text .cn {
    font-size: 50px;
  }
}
.home .banner .text .en {
  font-size: 18px;
  font-family: 'LEMON';
  font-weight: 100;
  letter-spacing: 11px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .home .banner .text .en {
    font-size: 16px;
    letter-spacing: 8px;
  }
}
@media (max-width: 1280px) {
  .home .banner {
    height: 500px;
  }
  .home .banner .text {
    padding: 0 50px;
  }
  .home .banner .text .cn {
    font-size: 40px;
  }
  .home .banner .text .en {
    font-size: 14px;
    letter-spacing: 5px;
  }
}
@media (max-width: 767px) {
  .home .banner {
    height: 350px;
  }
  .home .banner .text {
    padding: 0 5vw;
  }
  .home .banner .text .cn {
    font-size: 30px;
  }
  .home .banner .text .en {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.home .box1 {
  padding: 8% 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;
  text-align: center;
}
.home .box1 .slogan {
  font-size: 48px;
  color: #0C59B5;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}
.home .box1 .slogan span {
  display: block;
}
@media (max-width: 1280px) {
  .home .box1 .slogan {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  .home .box1 .slogan {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .home .box1 .slogan {
    margin-bottom: 0;
  }
  .home .box1 .slogan svg {
    width: 100%;
  }
}
.home .box2 {
  position: relative;
  background: -o-linear-gradient(333deg, #0C59B5, #0C59B5);
  background: linear-gradient(117deg, #0C59B5, #0C59B5);
}
.home .box2 .bg-lists {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
@media (max-width: 1280px) {
  .home .box2 .bg-lists {
    display: none;
  }
}
.home .box2 .bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #0C59B5;
  background-size: cover;
  background-position: center center;
}
.home .box2 .bg:before {
  content: '';
  position: absolute;
  width: 36%;
  height: 100%;
  background: -o-linear-gradient(333deg, #0C59B5, #0C59B5);
  background: linear-gradient(117deg, #0C59B5, #0C59B5);
  left: 0;
  top: 0;
  opacity: 0.8;
}
.home .box2 .common-box {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 100px 0;
}
.home .box2 .common-box .lists {
  margin-top: 50px;
}
.home .box2 .common-box .lists .item {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  position: relative;
}
.home .box2 .common-box .lists .item > .iconfont {
  line-height: 110px;
  font-size: 54px;
  width: 70px;
  opacity: 0.75;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding-right: 30px;
  text-align: center;
}
@media (max-width: 1440px) {
  .home .box2 .common-box .lists .item > .iconfont {
    font-size: 40px;
  }
}
.home .box2 .common-box .lists .item:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 200%;
  right: 0;
  top: 0;
  background-color: #10c8de;
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.home .box2 .common-box .lists .item .right {
  padding-right: 35px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.home .box2 .common-box .lists .item .right .l .name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .home .box2 .common-box .lists .item .right .l .name {
    font-size: 20px;
  }
}
.home .box2 .common-box .lists .item .right .l .des {
  width: 450px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  opacity: 0;
  padding-top: 8px;
  height: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home .box2 .common-box .lists .item .right .more {
  font-size: 12px;
  width: 36px;
  line-height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translateX(-100%) translate3d(0, 0, 0);
          transform: translateX(-100%) translate3d(0, 0, 0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.home .box2 .common-box .lists .item.active {
  width: 700px;
}
.home .box2 .common-box .lists .item.active:before {
  -webkit-transform: scaleX(1) translate3d(0, 0, 0);
          transform: scaleX(1) translate3d(0, 0, 0);
}
.home .box2 .common-box .lists .item.active > .iconfont {
  background-color: #009639;
  width: 118px;
  opacity: 1;
  padding-right: 0;
}
.home .box2 .common-box .lists .item.active .right {
  padding-left: 25px;
  width: calc(100% - 118px);
}
.home .box2 .common-box .lists .item.active .right .l .des {
  height: 30px;
  opacity: 0.8;
}
.home .box2 .common-box .lists .item.active .right .more {
  opacity: 1;
  -webkit-transform: translateX(0) translate3d(0, 0, 0);
          transform: translateX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.home .box2 .common-box .lists .item + .item {
  margin-top: 10px;
}
.home .box2 .common-box .lists .item:hover {
  color: inherit !important;
}
@media (max-width: 1280px) {
  .home .box2 .common-box .lists {
    display: none;
  }
}
.home .box2 .common-box .swiper-container {
  display: none;
}
.home .box2 .common-box .swiper-container .swiper-slide {
  height: 500px;
  background-color: #0C59B5;
  background-position: center center;
  background-size: cover;
}
.home .box2 .common-box .swiper-container .swiper-slide .item {
  position: absolute;
  left: 50px;
  bottom: 50px;
  background-color: #009639;
  padding: 25px 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.home .box2 .common-box .swiper-container .swiper-slide .item > .iconfont {
  font-size: 40px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .l {
  width: 400px;
  padding-right: 40px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .more {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  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;
  border-radius: 50%;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .des {
  opacity: 0.75;
}
.home .box2 .common-box .swiper-container .swiper-slide .img-box {
  height: 100%;
}
.home .box2 .common-box .swiper-container .swiper-slide .img-box .bg:before {
  display: none;
}
@media (max-width: 767px) {
  .home .box2 .common-box .swiper-container .swiper-slide {
    height: 320px;
    padding: 0 5vw 5vw;
    background-color: transparent;
  }
  .home .box2 .common-box .swiper-container .swiper-slide .img-box {
    height: 250px;
  }
  .home .box2 .common-box .swiper-container .swiper-slide .item {
    left: 5vw;
    bottom: 0;
    width: 90vw;
    border-radius: 0;
    padding: 15px 20px;
  }
  .home .box2 .common-box .swiper-container .swiper-slide .item > .iconfont {
    font-size: 30px;
  }
  .home .box2 .common-box .swiper-container .swiper-slide .item .right {
    width: calc(100% - 30px);
    padding-left: 5vw;
  }
  .home .box2 .common-box .swiper-container .swiper-slide .item .right .name {
    font-size: 16px;
  }
  .home .box2 .common-box .swiper-container .swiper-slide .item .right .l {
    width: calc(100% - 30px);
  }
  .home .box2 .common-box .swiper-container .swiper-slide .item .right .more {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
  .home .box2 .common-box .swiper-container .swiper-slide .item .right .des {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .home .box2 .common-box .swiper-container {
    display: block;
  }
}
@media (max-width: 1280px) {
  .home .box2 .common-box {
    padding: 0;
  }
  .home .box2 .common-box .common-title {
    margin-bottom: 40px;
    color: #3e3e3e;
  }
}
@media (max-width: 767px) {
  .home .box2 .common-box .common-title {
    margin-bottom: 8vw;
    color: #fff;
  }
}
@media (max-width: 1280px) {
  .home .box2 {
    background: none;
  }
}
@media (max-width: 767px) {
  .home .box2 {
    background: -o-linear-gradient(333deg, #0C59B5, #0C59B5);
    background: linear-gradient(117deg, #0C59B5, #0C59B5);
    padding: 8vw 0 5vw;
  }
}
.home .box3 {
  padding: 100px 0 50px;
}
.home .box3 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
@media (max-width: 1280px) {
  .home .box3 .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .box3 .top .common-more {
    display: none;
  }
}
.home .box3 .swiper-container {
  padding: 35px 0;
}
@media (max-width: 767px) {
  .home .box3 .swiper-container {
    padding: 25px 0;
  }
}
.home .box3 .swiper-container .swiper-slide {
  width: 420px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(55, 55, 55, 0.2);
          box-shadow: 0 0 20px rgba(55, 55, 55, 0.2);
}
@media (max-width: 1440px) {
  .home .box3 .swiper-container .swiper-slide {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .home .box3 .swiper-container .swiper-slide {
    width: 300px;
  }
  .home .box3 .swiper-container .swiper-slide .common-more {
    font-size: 14px;
  }
}
.home .box3 .swiper-container .swiper-slide .w-box {
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .home .box3 .swiper-container .swiper-slide .w-box {
    height: 80px;
  }
}
.home .box3 .swiper-container .swiper-slide .info {
  padding: 27px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 1440px) {
  .home .box3 .swiper-container .swiper-slide .info {
    padding: 10px 25px 0px;
  }
}
.home .box3 .swiper-container .swiper-slide .info .m {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .home .box3 .swiper-container .swiper-slide .info .m {
    height: auto;
    opacity: 1;
    margin-top: 10px;
  }
  .home .box3 .swiper-container .swiper-slide .info .m .iconfont {
    font-size: 34px;
  }
}
.home .box3 .swiper-container .swiper-slide .info .time {
  color: #bdbdbd;
  font-family: 'LEMON';
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
  .home .box3 .swiper-container .swiper-slide .info .time {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .home .box3 .swiper-container .swiper-slide .info .time {
    font-size: 12px;
  }
}
.home .box3 .swiper-container .swiper-slide .info .title {
  font-size: 24px;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 20px;
  opacity: 0.85;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .home .box3 .swiper-container .swiper-slide .info .title {
    font-size: 20px;
    height: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home .box3 .swiper-container .swiper-slide .info .title {
    font-size: 17px;
   
    margin-bottom: 5px;
  }
}
.home .box3 .swiper-container .swiper-slide .info .des {
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-align: justify;
  opacity: 0.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .home .box3 .swiper-container .swiper-slide .info .des {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
.home .box3 .swiper-container .swiper-slide .info .iconfont {
  color: #0C59B5;
  font-size: 54px;
}
@media (min-width: 1366px) {
  .home .box3 .swiper-container .swiper-slide:hover .info .m {
    height: 60px;
    opacity: 1;
  }
  .home .box3 .swiper-container .swiper-slide:hover .img-box .bg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 1280px) {
  .home .box3 .swiper-container .mobile-more {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .box3 .pagination {
  text-align: center;
}
.home .box3 .pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #0C59B5;
  background-color: #fff;
  opacity: 1;
  margin: 0 7px;
}
.home .box3 .pagination .swiper-pagination-bullet-active {
  background-color: #0C59B5;
}
@media (max-width: 767px) {
  .home .box3 {
    padding: 8vw 0;
  }
}
.common-box4 {
  height: 454px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C59B5), to(#0C59B5));
  background: -o-linear-gradient(top, #0C59B5, #0C59B5);
  background: linear-gradient(to bottom, #0C59B5, #0C59B5);
  color: rgba(255, 255, 255, 0.9);
}
.common-box4 .common-box {
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.common-box4 .common-box .title {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .common-box4 .common-box .title {
    font-size: 30px;
  }
}
.common-box4 .common-box .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 42px;
}
.common-box4 .common-box .lists .item {
  width: calc(100% / 3);
  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;
}
.common-box4 .common-box .lists .item .iconfont {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 2px solid #fff;
  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;
  font-size: 44px;
  color: rgba(255, 255, 255, 0.7);
}
.common-box4 .common-box .lists .item .name {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .common-box4 .common-box .lists .item .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.common-box4 .common-box .lists .item .des {
  font-size: 16px;
  text-transform: uppercase;
}
.common-box4 .common-box .lists .item .phone {
  font-size: 32px;
  margin-top: 15px;
  letter-spacing: 2px;
}
@media (max-width: 1440px) {
  .common-box4 .common-box .lists .item .phone {
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
}
.common-box4 .common-box .lists .item .link {
  width: 135px;
  line-height: 37px;
  background: #fff;
  color: #009639;
  text-align: center;
  border-radius: 37px;
  margin-top: 15px;
  display: inline-block;
}
.common-box4 .common-box .lists .item .link:hover {
  color: #fff !important;
  background-color: #0C59B5;
}
@media (max-width: 960px) {
  .common-box4 .common-box .lists .item {
    padding: 0 20px;
  }
  .common-box4 .common-box .lists .item .des {
    font-size: 12px;
  }
  .common-box4 .common-box .lists .item .name {
    font-size: 16px;
  }
  .common-box4 .common-box .lists .item .phone {
    font-size: 20px;
    margin-top: 5px;
  }
  .common-box4 .common-box .lists .item .iconfont {
    width: 70px;
    height: 70px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .common-box4 {
    height: auto;
    padding: 10vw 8vw;
  }
  .common-box4 .common-box .title {
    font-size: 22px;
  }
  .common-box4 .common-box .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-box4 .common-box .lists .item {
    width: 100%;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .common-box4 .common-box .lists .item .r {
    width: calc(100% - 70px);
    text-align: left;
    padding-left: 5vw;
  }
  .common-box4 .common-box .lists .item .name {
    margin-top: 0;
  }
  .common-box4 .common-box .lists .item + .item {
    margin-top: 8vw;
  }
}
.common-title .e {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
}
@media (max-width: 1440px) {
  .common-title .e {
    font-size: 14px;
  }
}
.common-title .c {
  font-size: 36px;
  letter-spacing: 2px;
  margin-top: 3px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .common-title .c {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1280px) {
  .common-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .common-title .e {
    font-size: 12px;
  }
  .common-title .c {
    font-size: 20px;
  }
}
.common-more {
  color: #0C59B5;
}
.common-more .iconfont {
  font-size: 46px;
  font-weight: 100;
  vertical-align: middle;
  margin-left: 2px;
}
.common-more:hover {
  color: #009639;
}
@media (max-width: 767px) {
  .common-more {
    text-transform: uppercase;
    font-size: 12px;
  }
  .common-more .iconfont {
    font-size: 32px;
  }
}
.footer {
  color: #6a6a6a;
}
.footer .top {
  border-bottom: 1px solid rgba(181, 181, 181, 0.2);
}
.footer .top .common-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 168px;
}
.footer .top .common-box .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .top .common-box .l .info {
  width: 420px;
  text-align: justify;
  margin-left: 70px;
  line-height: 1.8;
  font-size: 16px;
}
.footer .top .common-box .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .top .common-box .r .item {
  text-align: center;
  font-size: 16px;
  position: relative;
}
.footer .top .common-box .r .item .ewm {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #36c64e;
  top: 23px;
  margin: -75px 0 0 -170px;
  left: 0;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
}
.footer .top .common-box .r .item .ewm:before {
  position: absolute;
  content: '';
  border-left: 13px solid #36c64e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .top .common-box .r .item:hover .ewm {
  opacity: 1;
}
.footer .top .common-box .r .item:hover .iconfont:not(.wx) {
  background-color: #0C59B5 !important;
}
.footer .top .common-box .r .item .iconfont {
  width: 45px;
  line-height: 45px;
  color: #fff;
  background: #36c64e;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 5px;
}
.footer .top .common-box .r .item .iconfont.lx {
  background: #0C59B5;
  font-size: 22px;
}
.footer .top .common-box .r .item + .item {
  margin-left: 30px;
}
@media (max-width: 1280px) {
  .footer .top .common-box {
    -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;
    padding: 40px;
    height: auto;
  }
  .footer .top .common-box .logo-f {
    width: 180px;
  }
  .footer .top .common-box .l {
    -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;
    text-align: center;
  }
  .footer .top .common-box .l .info {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .footer .top .common-box .r {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer .top .common-box {
    padding: 12vw 5vw 8vw;
  }
  .footer .top .common-box .logo-f {
    width: 150px;
  }
  .footer .top .common-box .l {
    text-align: center;
  }
  .footer .top .common-box .l .info {
    text-align: center;
  }
  .footer .top .common-box a.item {
    display: none !important;
  }
  .footer .top .common-box .r .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .top .common-box .r .item .iconfont {
    display: none;
  }
  .footer .top .common-box .r .item .ewm {
    position: relative;
    margin: 0;
    pointer-events: all;
    top: 0;
    opacity: 1;
    padding: 5px;
    margin-bottom: 8px;
  }
  .footer .top .common-box .r .item .ewm:before {
    display: none;
  }
}
.footer .center .common-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .center .common-box .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .center .common-box .l .item + .item {
  margin-left: 170px;
}
.footer .center .common-box .l a {
  display: block;
  font-size: 16px;
  color: #a2a2a2;
}
.footer .center .common-box .l a.main {
  font-size: 20px;
  color: #414141;
  font-weight: 700;
}
.footer .center .common-box .l a.main .iconfont {
  font-size: 13px;
  vertical-align: middle;
  padding-left: 3px;
}
.footer .center .common-box .l a + a {
  margin-top: 15px;
}
.footer .center .common-box .l a + a:hover {
  text-decoration: underline;
}
.footer .center .common-box .l a:nth-child(2) {
  margin-top: 25px;
}
@media (max-width: 1280px) {
  .footer .center .common-box .l {
    display: none;
  }
}
@media (max-width: 1440px) {
  .footer .center .common-box .r {
    padding-right: 30px;
  }
}
@media (max-width: 1280px) {
  .footer .center .common-box .r {
    padding-right: 0;
  }
}
.footer .center .common-box .r .item + .item {
  margin-top: 25px;
}
.footer .center .common-box .r .item .name {
  font-size: 16px;
  color: #a2a2a2;
}
@media (max-width: 767px) {
  .footer .center .common-box .r .item .name {
    margin-bottom: 8px;
  }
}
.footer .center .common-box .r .item a {
  color: #0C59B5;
  font-size: 16px;
}
.footer .center .common-box .r .item a.tel {
  font-size: 32px;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  .footer .center .common-box .r .item a.tel {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .footer .center .common-box .r .item a.tel {
    font-size: 22px;
  }
}
.footer .center .common-box .r .item a:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .footer .center .common-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer .bottom {
  padding-top: 60px;
}
.footer .bottom .main {
  font-size: 20px;
  color: #414141;
  font-weight: 700;
}
.footer .bottom .links {
  font-size: 16px;
  color: #a2a2a2;
  margin-top: 13px;
}
.footer .bottom .links a:hover {
  text-decoration: underline;
}
.footer .bottom .links span {
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #dfdfdf;
  margin: 0 17px;
}
@media (max-width: 1280px) {
  .footer .bottom {
    text-align: center;
  }
}
.footer .site-info {
  margin-top: 55px;
  color: #d5d5d5;
  padding-bottom: 60px;
}
.footer .site-info .common-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .site-info .common-box a {
  margin-left: 30px;
}
@media (max-width: 1280px) {
  .footer .site-info .common-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1280px) {
  .footer .site-info {
    padding-bottom: 30px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .footer .site-info .common-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer .site-info .common-box a {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}
.back-top {
  position: fixed;
  right: 55px;
  bottom: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  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;
  cursor: pointer;
  -webkit-transform: translateY(100px) translate3d(0, 0, 0);
          transform: translateY(100px) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  color: #222;
  z-index: 5;
}
.back-top.active {
  -webkit-transform: translateY(0) translate3d(0, 0, 0);
          transform: translateY(0) translate3d(0, 0, 0);
}
.back-top:before {
  content: "\e61f";
  font-family: 'iconfont';
  font-size: 38px;
}
.back-top:hover {
  color: #fff;
  background-color: #222;
}
@media (max-width: 1440px) {
  .back-top {
    left: auto;
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .back-top {
    display: none;
  }
}
.service {
  background-color: #f2fcff;
}
.service .title {
  font-size: 34px;
  letter-spacing: 2px;
  color: #0C59B5;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .service .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service .title {
    font-size: 20px;
  }
}
.service.case .box1 {
  padding: 60px 0;
}
.service.case .box1 .name {
  font-size: 24px;
  color: #717171;
  line-height: 60px;
  padding-left: 25px;
  border-bottom: 1px solid #eeeeee;
}
.service.case .box1 .common-box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}
.service.case .box1 .lists {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service.case .box1 .lists .item {
  height: 40px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #0C59B5;
}
.service.case .box1 .lists .item a:hover:not(.active) {
  text-decoration: underline;
}
.service.case .box1 .lists .item a.active {
  background-color: #0C59B5;
  color: #fff;
  padding: 5px 15px;
}
.service.case .box1 .lists .item a.active:hover {
  color: #fff !important;
}
@media (max-width: 1280px) {
  .service.case .box1 {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .service.case .box1 {
    padding: 8vw 5vw;
  }
  .service.case .box1 .name {
    font-size: 18px;
    padding-left: 5vw;
    line-height: 45px;
  }
  .service.case .box1 .lists {
    padding: 15px;
  }
  .service.case .box1 .lists .item {
    width: 50%;
    font-size: 14px;
  }
}
.service.case .box2 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service.case .box2 .lists .item {
  width: calc((100% - 36px) / 2);
  margin-right: 36px;
}
.service.case .box2 .lists .item:nth-child(2n) {
  margin-right: 0;
}
.service.case .box2 .lists .item:nth-child(n + 3) {
  margin-top: 36px;
}
.service.case .box2 .lists .item .text {
  padding: 30px 35px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .service.case .box2 .lists .item .text {
    padding: 20px;
  }
}
.service.case .box2 .lists .item .text .name {
  font-size: 24px;
  opacity: 0.85;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .service.case .box2 .lists .item .text .name {
    font-size: 18px;
  }
}
.service.case .box2 .lists .item .text .des {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-align: justify;
  color: #b2b2b2;
}
@media (max-width: 1280px) {
  .service.case .box2 .lists {
    padding: 30px 50px 0;
  }
}
@media (max-width: 767px) {
  .service.case .box2 .lists {
    padding: 3vw 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service.case .box2 .lists .item {
    width: 100%;
    margin-right: 0;
  }
  .service.case .box2 .lists .item .text {
    padding: 15px;
  }
  .service.case .box2 .lists .item .text .name {
    font-size: 16px;
  }
  .service.case .box2 .lists .item + .item {
    margin-top: 5vw;
  }
}
.service.case .box3 {
  padding-top: 65px;
  padding-bottom: 90px;
}
.service.case .box3 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.service.case .box3 .lists .item {
  width: calc((100% - 70px) / 3);
  margin-right: 34px;
}
.service.case .box3 .lists .item:nth-child(3n) {
  margin-right: 0;
}
.service.case .box3 .lists .item:nth-child(n + 4) {
  margin-top: 35px;
}
.service.case .box3 .lists .item .text {
  padding: 40px 25px;
  background-color: #fff;
}
.service.case .box3 .lists .item .text .name {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  opacity: 0.85;
}
.service.case .box3 .lists .item .text .des {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-align: justify;
  opacity: 0.65;
}
@media (max-width: 1280px) {
  .service.case .box3 .lists .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .service.case .box3 .lists .item .text {
    padding: 20px;
  }
  .service.case .box3 .lists .item .text .name {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .service.case .box3 .lists {
    padding: 30px 50px 0;
  }
}
@media (max-width: 767px) {
  .service.case .box3 {
    padding: 8vw 5vw;
  }
  .service.case .box3 .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5vw 0;
  }
  .service.case .box3 .lists .item {
    width: 100%;
    margin-right: 0;
  }
  .service.case .box3 .lists .item .text {
    padding: 15px;
  }
  .service.case .box3 .lists .item:nth-child(n + 2) {
    margin-top: 5vw;
  }
  .service.case .box3 .lists .item:nth-child(n + 4) {
    margin-top: 5vw;
  }
}
.service.service-page {
  background-color: #fff;
}
.service.service-page .box1 {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .service.service-page .box1 {
    padding: 30px 0 0;
  }
}
.service.service-page .box1 .lists {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service.service-page .box1 .lists .item {
  width: calc(100% / 3);
  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;
  padding: 0 60px;
  position: relative;
}
.service.service-page .box1 .lists .item .iconfont {
  font-size: 80px;
  color: #0C59B5;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .service.service-page .box1 .lists .item .iconfont {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .service.service-page .box1 .lists .item .iconfont {
    font-size: 46px;
  }
}
.service.service-page .box1 .lists .item .line {
  width: 35px;
  height: 4px;
  background-color: #0C59B5;
}
.service.service-page .box1 .lists .item .name {
  font-size: 24px;
  color: #656565;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .service.service-page .box1 .lists .item .name {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.service.service-page .box1 .lists .item .des {
  font-size: 16px;
  line-height: 1.8;
  color: #b2b2b2;
  text-align: center;
}
@media (max-width: 1440px) {
  .service.service-page .box1 .lists .item .des {
    font-size: 15px;
  }
}
.service.service-page .box1 .lists .item + .item {
  border-left: 1px solid #eee;
}
@media (max-width: 767px) {
  .service.service-page .box1 .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5vw;
  }
  .service.service-page .box1 .lists .item {
    width: 100%;
    border: 1px solid #0C59B5 !important;
    border-radius: 10px;
    padding: 8vw;
  }
  .service.service-page .box1 .lists .item .iconfont {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .service.service-page .box1 .lists .item .line {
    height: 3px;
  }
  .service.service-page .box1 .lists .item .name {
    margin-top: 15px;
    font-size: 17px;
    margin-bottom: 0;
  }
  .service.service-page .box1 .lists .item .des {
    font-size: 14px;
    line-height: 1.6;
  }
  .service.service-page .box1 .lists .item + .item {
    margin-top: 5vw;
  }
}
.service.service-page .box2 {
  padding: 70px 0 188px;
  position: relative;
}
@media (max-width: 767px) {
  .service.service-page .box2 {
    padding: 8vw 0;
  }
}
.service.service-page .box2:before {
  content: '';
  position: absolute;
  left: 40px;
  height: 342px;
  width: calc(100% - 80px);
  background-image: url("../bg/h1200.jpg");
  background-position: center center;
  background-size: cover;
  bottom: 0;
}
@media (max-width: 1280px) {
  .service.service-page .box2:before {
    width: 100%;
    left: 0;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service.service-page .box2:before {
    height: 200px;
  }
}
.service.service-page .box2 .common-box {
  position: relative;
  z-index: 2;
}
.service.service-page .box2 .title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .service.service-page .box2 .title {
    margin-bottom: 0;
  }
}
.service.service-page .box2 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service.service-page .box2 .lists .item {
  width: 260px;
  height: 310px;
  padding: 35px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
          box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
  background-image: url("../bg/hcover.jpg");
  background-size: cover;
}
@media (max-width: 1440px) {
  .service.service-page .box2 .lists .item {
    width: calc((100% - 100px) / 4);
    padding: 40px 20px;
    height: 200px;
  }
}
@media (max-width: 1280px) {
  .service.service-page .box2 .lists .item {
    width: calc((100% - 60px) / 4);
    padding: 25px 20px;
    height: 240px;
  }
}
.service.service-page .box2 .lists .item p:first-of-type {
  font-size: 56px;
  color: #0C59B5;
}
.service.service-page .box2 .lists .item p:first-of-type span {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .service.service-page .box2 .lists .item p:first-of-type {
    font-size: 20px;
  }
  .service.service-page .box2 .lists .item p:first-of-type span {
    font-size: 20px;
  }
}
.service.service-page .box2 .lists .item .des {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}
@media (max-width: 1280px) {
  .service.service-page .box2 .lists {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .service.service-page .box2 .lists {
    display: none;
  }
}
@media (max-width: 767px) {
  .service.service-page .box2 .swiper-container {
    display: block!important;
    padding: 8vw 0;
  }
  .service.service-page .box2 .swiper-container .swiper-slide {
    width: 60vw;
    background-color: #fff;
    height: 230px;
    -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
            box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
    border-radius: 10px;
    padding: 8vw 5vw;
    background-image: url("../bg/hcover.jpg");
    background-size: cover;
    background-position: right bottom;
    font-size: 16px;
  }
  .service.service-page .box2 .swiper-container .swiper-slide p:first-of-type {
    font-size: 30px;
    color: #0C59B5;
  }
  .service.service-page .box2 .swiper-container .swiper-slide p:first-of-type span {
    font-size: 18px;
  }
  .service.service-page .box2 .swiper-container .swiper-slide .des {
    margin-top: 8px;
    text-align: justify;
    line-height: 1.5;
  }
}
.service.service-page .box3 {
  padding-top: 85px;
  padding-bottom: 55px;
}
.service.service-page .box3 .info {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 65px;
}
.service.service-page .box3 .info span {
  display: block;
}
.service.service-page .box3 .wrap {
  position: relative;
}
.service.service-page .box3 .wrap:before {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  content: '';
  position: absolute;
  left: 0;
  top: 48px;
}
.service.service-page .box3 .wrap .common-box {
  z-index: 2;
  position: relative;
}
@media (max-width: 1280px) {
  .service.service-page .box3 .wrap {
    padding: 0 50px;
  }
}
.service.service-page .box3 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service.service-page .box3 .lists .item {
  min-width: 230px;
}
.service.service-page .box3 .lists .item .n {
  font-size: 30px;
  font-weight: 700;
  color: #0C59B5;
  line-height: 1;
}
.service.service-page .box3 .lists .item .line {
  width: 1px;
  height: 18px;
  background-color: #0C59B5;
  margin: 8px 0 10px 15px;
}
.service.service-page .box3 .lists .item .des {
  font-size: 16px;
  line-height: 1.8;
}
.service.service-page .box3 .lists .item .des span {
  display: block;
}
@media (max-width: 1280px) {
  .service.service-page .box3 .lists .item {
    min-width: unset;
    width: 20%;
  }
}
.service.service-page .box3 .ss {
  text-align: center;
  margin-top: 110px;
  background-image: url("../bg/ss.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 24px;
}
.service.service-page .box3 .ss svg {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  z-index: 3;
  max-width: 100%;
}
@media (max-width: 767px) {
  .service.service-page .box3 .ss svg {
    font-size: 18px;
  }
}
.service.service-page .box3 .ss .gradient-text-three {
  fill: url(../fonts/style.css../fonts/style.css);
}
@media (max-width: 767px) {
  .service.service-page .box3 {
    padding: 8vw 0;
  }
  .service.service-page .box3 .wrap {
    padding: 0 5vw;
  }
  .service.service-page .box3 .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service.service-page .box3 .lists .item {
    width: 100%;
    position: relative;
  }
  .service.service-page .box3 .lists .item + .item {
    margin-top: 5vw;
  }
  .service.service-page .box3 .lists .des span {
    display: inline;
  }
  .service.service-page .box3 .info {
    font-size: 15px;
    line-height: 1.7;
    padding: 0 5vw;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    margin-bottom: 5vw;
  }
  .service.service-page .box3 .info span {
    display: inline;
  }
  .service.service-page .box3 .ss {
    margin-top: 5vw;
  }
}
.service.results {
  background-color: #fff;
}
.service.results .box1 {
  position: relative;
}
.service.results .box1:before {
  content: '';
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../bg/history-cover.jpg");
  background-size: cover;
  position: absolute;
  background-position: center right;
}
@media (max-width: 1440px) {
  .service.results .box1:before {
    width: calc(480px + (100vw - 1200px) / 2);
  }
}
@media (max-width: 1280px) {
  .service.results .box1:before {
    display: none;
  }
}
.service.results .box1 .common-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 90px 0;
}
.service.results .box1 .common-box .left {
  width: 50%;
  color: #fff;
}
@media (max-width: 1440px) {
  .service.results .box1 .common-box .left {
    width: 40%;
  }
}
.service.results .box1 .common-box .left h2 {
  font-size: 48px;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .service.results .box1 .common-box .left h2 {
    font-size: 38px;
  }
}
@media (max-width: 1280px) {
  .service.results .box1 .common-box .left h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .service.results .box1 .common-box .left h2 {
    font-size: 18px;
  }
}
.service.results .box1 .common-box .left p {
  font-size: 20px;
  font-weight: 700;
  opacity: 0.75;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .service.results .box1 .common-box .left p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .service.results .box1 .common-box .left p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .service.results .box1 .common-box .left {
    width: 100%;
    color: #3e3e3e;
    padding-left: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .service.results .box1 .common-box .left {
    padding-left: 5vw;
    margin-bottom: 5vw;
  }
}
.service.results .box1 .common-box .right {
  width: 50%;
}
@media (max-width: 1440px) {
  .service.results .box1 .common-box .right {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .service.results .box1 .common-box .right {
    width: 100%;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .service.results .box1 .common-box .right {
    padding-right: 0;
  }
}
.service.results .box1 .common-box .right .lists .item {
  position: relative;
}
.service.results .box1 .common-box .right .lists .item .year {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  left: -125px;
  top: 0;
  position: absolute;
}
@media (max-width: 1440px) {
  .service.results .box1 .common-box .right .lists .item .year {
    left: -110px;
  }
}
@media (max-width: 767px) {
  .service.results .box1 .common-box .right .lists .item .year {
    display: none;
  }
}
.service.results .box1 .common-box .right .lists .item .month {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1440px) {
  .service.results .box1 .common-box .right .lists .item .month {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .service.results .box1 .common-box .right .lists .item .month {
    padding: 5vw 5vw 0;
    border-top: 1px solid rgba(47, 169, 206, 0.2);
  }
}
.service.results .box1 .common-box .right .lists .item .month:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 1px;
  background-color: #0C59B5;
  left: -19px;
  top: 13px;
}
@media (max-width: 767px) {
  .service.results .box1 .common-box .right .lists .item .month:before {
    display: none;
  }
}
.service.results .box1 .common-box .right .lists .item .month h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.service.results .box1 .common-box .right .lists .item .month .des {
  text-align: justify;
  line-height: 2;
  font-size: 15px;
  color: #8e8e8e;
}
.service.results .box1 .common-box .right .lists .item .month + .month {
  margin-top: 30px;
}
.service.results .box1 .common-box .right .lists .item .month + .month:before {
  width: 19px;
  left: 0;
}
.service.results .box1 .common-box .right .lists .item + .item {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .service.results .box1 .common-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
  }
}
.service.results .box2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service.results .box2 .item .left {
  width: 700px;
  padding: 70px 70px 40px 0;
}
.service.results .box2 .item .left h2 {
  font-size: 30px;
  color: #0C59B5;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .service.results .box2 .item .left h2 {
    font-size: 24px;
  }
}
.service.results .box2 .item .left h3 {
  font-size: 18px;
  color: #0C59B5;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .service.results .box2 .item .left h3 {
    font-size: 17px;
  }
}
.service.results .box2 .item .left p {
  font-size: 16px;
  opacity: 0.8;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: justify;
}
.service.results .box2 .item .left p + p {
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .service.results .box2 .item .left p + p {
    margin-top: 10px;
  }
}
.service.results .box2 .item .right {
  width: 50%;
  height: 576px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .service.results .box2 .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service.results .box2 .item .left {
    padding: 40px calc((100vw - 1200px) / 2) 40px 45px;
    width: calc(50vw + 120px);
  }
  .service.results .box2 .item .right {
    width: calc(480px + (100vw - 1200px) / 2);
    height: auto;
  }
}
@media (max-width: 1280px) {
  .service.results .box2 .item {
    border-top: 1px solid #0C59B5;
  }
  .service.results .box2 .item .left {
    padding: 50px;
    width: 100%;
  }
  .service.results .box2 .item .right {
    display: none;
  }
}
@media (max-width: 767px) {
  .service.results .box2 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service.results .box2 .item .left {
    padding: 5vw;
  }
  .service.results .box2 .item .left p {
    font-size: 14px;
  }
  .service.results .box2 .item .right {
    display: block;
    height: 200px;
    width: 100%;
  }
}
.service.results .box2 .lists:nth-child(2n) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service.results .box2 .lists:nth-child(2n) .item .left {
  padding: 70px 0 40px 70px;
}
@media (max-width: 1440px) {
  .service.results .box2 .lists:nth-child(2n) .item .left {
    padding: 40px calc((100vw - 1200px) / 2) 40px 45px;
  }
}
@media (max-width: 767px) {
  .service.results .box2 .lists:nth-child(2n) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service.results .box2 .lists:nth-child(2n) .item .left {
    padding: 5vw;
  }
}
@media (max-width: 1280px) {
  .service.results .box2 {
    padding-bottom: 50px;
  }
}
.service.patent {
  background-color: #fff;
}
.service.patent .box1 {
  padding: 70px 0 85px;
}
.service.patent .box1 .info {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .service.patent .box1 .info {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service.patent .box1 .info {
    font-size: 15px;
    font-weight: 400;
    padding: 0 5vw;
  }
}
.service.patent .box1 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 1280px) {
  .service.patent .box1 .lists {
    margin: 0;
    padding: 0 30px;
  }
}
.service.patent .box1 .lists .item {
  width: 25%;
  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;
}
.service.patent .box1 .lists .item .img-box {
  position: relative;
}
.service.patent .box1 .lists .item .img-box .cover {
  width: 79%;
  height: 82.5%;
  background-color: #fff;
  position: absolute;
  left: 9.5%;
  top: 5.7%;
  background-size: cover;
  background-position: center center;
}
.service.patent .box1 .lists .item .name {
  text-align: center;
  padding: 0 10%;
  margin-top: -10px;
}
.service.patent .box1 .lists .item .des {
  text-align: center;
  padding: 0 10%;
}
.service.patent .box1 .lists .item p {
  line-height: 2;
  opacity: 0.8;
  font-size: 15px;
}
.service.patent .box1 .lists .item:nth-child(n + 5) {
  margin-top: 55px;
}
@media (max-width: 1280px) {
  .service.patent .box1 .lists .item {
    width: 33.3333%;
  }
  .service.patent .box1 .lists .item:nth-child(n + 5),
  .service.patent .box1 .lists .item:nth-child(n + 4) {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .service.patent .box1 {
    padding: 8vw 0;
  }
  .service.patent .box1 .mobile-lists {
    display: block!important;
  }
  .service.patent .box1 .mobile-lists .swiper-container {
    padding: 5vw 0;
  }
  .service.patent .box1 .mobile-lists .swiper-slide {
    width: 65vw;
  }
  .service.patent .box1 .mobile-lists .swiper-slide .img-box {
    height: 0;
    padding-top: 94vw;
    background-position: center center;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
            box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
  }
  .service.patent .box1 .mobile-lists .swiper-slide .text {
    padding: 20px 20px 0;
    text-align: center;
    line-height: 1.7;
  }
  .service.patent .box1 .mobile-lists .pagination {
    text-align: center;
    color: #0C59B5;
    margin-top: 10px;
    font-size: 15px;
  }
  .service.patent .box1 .lists {
    display: none;
  }
}
.service .banner,
.common-banner {
  height: 550px;
  position: relative;
  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;
}
.service .banner .bg,
.common-banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.service .banner .text,
.common-banner .text {
  position: relative;
  z-index: 2;
  width: 550px;
  height: 210px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -o-linear-gradient(333deg, rgba(0, 153, 154, 0.78), rgba(0, 153, 203, 0.78));
  background: linear-gradient(117deg, rgba(0, 153, 154, 0.78), rgba(0, 153, 203, 0.78));
  color: #fff;
}
@media (max-width: 1440px) {
  .service .banner .text,
  .common-banner .text {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .service .banner .text,
  .common-banner .text {
    width: 80vw;
    height: 170px;
  }
}
.service .banner .text .en,
.common-banner .text .en {
  font-size: 20px;
  font-family: "LEMON";
  letter-spacing: 8px;
}
@media (max-width: 1440px) {
  .service .banner .text .en,
  .common-banner .text .en {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service .banner .text .en,
  .common-banner .text .en {
    font-size: 12px;
    letter-spacing: 4px;
  }
}
.service .banner .text .cn,
.common-banner .text .cn {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 1440px) {
  .service .banner .text .cn,
  .common-banner .text .cn {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .service .banner .text .cn,
  .common-banner .text .cn {
    font-size: 24px;
    margin-top: 5px;
    letter-spacing: 4px;
  }
}
.service .banner .text ._link,
.common-banner .text ._link {
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}
.service .banner .text ._link a,
.common-banner .text ._link a {
  display: block;
  text-align: center;
  width: 165px;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 12px;
  font-weight: 700;
}
.service .banner .text ._link a.active,
.common-banner .text ._link a.active {
  border-color: #fff;
}
.service .banner .text ._link a:hover,
.common-banner .text ._link a:hover {
  background-color: #fff;
  color: #0C59B5 !important;
}
@media (max-width: 767px) {
  .service .banner .text ._link a,
  .common-banner .text ._link a {
    font-size: 13px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .service .banner,
  .common-banner {
    height: 280px;
  }
}
@-webkit-keyframes bg {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 100% 0;
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 100% 0;
  }
}
.ally .title {
  font-size: 30px;
  letter-spacing: 1px;
  color: #0C59B5;
}
.ally.intro .banner {
  height: 60vh;
  position: relative;
  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;
  padding-bottom: 10%;
}
.ally.intro .banner:before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #e5e5e5;
  height: 180px;
  left: 50%;
  bottom: -30px;
}
@media (max-width: 1280px) {
  .ally.intro .banner:before {
    height: 80px;
    bottom: -10px;
  }
}
.ally.intro .banner:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #0C59B5;
  left: 50%;
  bottom: 150px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1280px) {
  .ally.intro .banner:after {
    bottom: 70px;
  }
}
.ally.intro .banner svg {
  width: 650px;
  fill: url(#SVGID_2_);
  display: block;
  position: relative;
  z-index: 5;
}
@media (max-width: 1440px) {
  .ally.intro .banner svg {
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .ally.intro .banner svg {
    width: 450px;
  }
}
.ally.intro .banner .tags,
.ally.intro .banner .stage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
}
.ally.intro .banner .tags img,
.ally.intro .banner .stage img {
  position: absolute;
}
.ally.intro .banner .tags.stage1,
.ally.intro .banner .stage.stage1 {
  background-image: url("../bg/stage1.png");
}
.ally.intro .banner .tags.stage2,
.ally.intro .banner .stage.stage2 {
  background-image: url("../bg/stage2.png");
}
.ally.intro .banner .tags.stage3,
.ally.intro .banner .stage.stage3 {
  background-image: url("../bg/stage3.png");
}
.ally.intro .banner .tags.stage4,
.ally.intro .banner .stage.stage4 {
  background-image: url("../bg/stage4.png");
}
@media (max-width: 1280px) {
  .ally.intro .banner {
    height: 600px;
  }
  .ally.intro .banner svg {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .ally.intro .banner {
    height: 350px;
  }
  .ally.intro .banner svg {
    width: 60vw;
  }
  .ally.intro .banner:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-width: 4px;
  }
}
.ally.intro .since {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.ally.intro .since .gradient-text-three {
  font-size: 24px;
  fill: url(#SVGID_1_);
}
.ally.intro .since .p1 {
  font-family: 'LEMON';
  letter-spacing: 4px;
}
.ally.intro .since .p2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .ally.intro .since {
    padding: 5vw 0;
  }
  .ally.intro .since svg {
    width: 100%;
    font-size: 15px;
  }
  .ally.intro .since .gradient-text-three {
    font-size: 13px;
  }
}
.ally.intro .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ally.intro .box1 .left {
  width: 50%;
  height: 685px;
  background-position: center center;
  background-size: cover;
}
.ally.intro .box1 .right {
  width: 700px;
  padding: 65px 0 65px 65px;
  line-height: 2;
}
.ally.intro .box1 .right .text {
  font-size: 16px;
  color: #797979;
  text-align: justify;
  text-indent: 32px;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .ally.intro .box1 .right {
    width: 50%;
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .ally.intro .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ally.intro .box1 .left {
    width: 100%;
    height: 100vw;
    pointer-events: none;
  }
  .ally.intro .box1 .right {
    width: 100%;
    padding: 5vw;
  }
  .ally.intro .box1 .right .title {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
  }
  .ally.intro .box1 .right .text {
    font-size: 14px;
    text-indent: 28px;
    padding-top: 0;
  }
}
.ally.intro .box2 {
  padding-top: 160px;
  position: relative;
  padding-bottom: 120px;
}
.ally.intro .box2:before {
  position: absolute;
  width: 1px;
  height: 110px;
  top: 30px;
  content: '';
  left: 50%;
  background-color: #e5e5e5;
}
.ally.intro .box2 .title {
  text-align: center;
}
.ally.intro .box2 .icons {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ally.intro .box2 .icons .icon {
  width: 170px;
  text-align: center;
}
.ally.intro .box2 .icons .icon .img-box {
  width: 122px;
  height: 110px;
  margin: 0 auto;
  background-image: url("../bg/aly-icons.png");
  background-size: 500% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .ally.intro .box2 .icons .icon .img-box {
    width: 100px;
    height: 95px;
  }
}
.ally.intro .box2 .icons .icon p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .ally.intro .box2 .icons .icon p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.ally.intro .box2 .icons .icon:nth-child(1) .img-box {
  background-position: 0% 0;
}
.ally.intro .box2 .icons .icon:nth-child(2) .img-box {
  background-position: 25% 0;
}
.ally.intro .box2 .icons .icon:nth-child(3) .img-box {
  background-position: 50% 0;
}
.ally.intro .box2 .icons .icon:nth-child(4) .img-box {
  background-position: 75% 0;
}
.ally.intro .box2 .icons .icon:nth-child(5) .img-box {
  background-position: 100% 0;
}
@media (max-width: 1280px) {
  .ally.intro .box2 .icons {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .ally.intro .box2 {
    padding-top: 75px;
    padding-bottom: 8vw;
  }
  .ally.intro .box2:before {
    height: 50px;
    top: 0;
  }
  .ally.intro .box2 .title {
    font-size: 18px;
  }
  .ally.intro .box2 .icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 5vw;
  }
  .ally.intro .box2 .icons .icon {
    width: 100%;
    border: 1px solid rgba(0, 153, 203, 0.4);
    border-radius: 10px;
    padding: 5vw ;
  }
  .ally.intro .box2 .icons .icon + .icon {
    margin-top: 5vw;
  }
}
.ally.intro .box3 .common-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
}
.ally.intro .box3 .common-box .left {
  background-color: #f7f7f7;
  padding: 40px 45px 30px;
  width: 970px;
}
.ally.intro .box3 .common-box .left ._title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.ally.intro .box3 .common-box .left ._title .iconfont {
  color: #0C59B5;
  font-size: 26px;
}
.ally.intro .box3 .common-box .left ._title .text {
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
.ally.intro .box3 .common-box .left .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ally.intro .box3 .common-box .left .lists .item {
  width: 33%;
  font-size: 16px;
  margin-top: 35px;
  position: relative;
  padding: 0 35px 0 15px;
  line-height: 1.6;
  text-align: justify;
}
.ally.intro .box3 .common-box .left .lists .item:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0C59B5;
  left: 0;
  top: 10px;
}
@media (max-width: 1440px) {
  .ally.intro .box3 .common-box .left .lists .item {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .ally.intro .box3 .common-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .ally.intro .box3 .common-box .right {
    width: 100%;
    height: 200px;
  }
  .ally.intro .box3 .common-box .left {
    width: 100%;
    padding: 8vw 5vw;
  }
  .ally.intro .box3 .common-box .left .lists .item {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
}
.ally.news {
  background-color: #f2fcff;
}
.ally.news .box1 {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media (max-width: 1280px) {
  .ally.news .box1 {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .ally.news .box1 {
    padding: 8vw 5vw;
  }
}
.ally.news .box1 .news-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -35px;
}
@media (max-width: 767px) {
  .ally.news .box1 .news-lists {
    margin-right: 0;
  }
}
.ally.news .box1 .news-lists .item {
  width: calc(100% / 3 - 35px);
  margin-right: 35px;
  margin-bottom: 35px;
  background-color: #fff;
  display: block;
  overflow: hidden;
}
.ally.news .box1 .news-lists .item .info {
  padding: 20px 40px 15px 30px;
}
@media (max-width: 1440px) {
  .ally.news .box1 .news-lists .item .info {
    padding: 20px 25px 25px;
  }
}
.ally.news .box1 .news-lists .item .time {
  font-size: 15px;
  font-family: 'LEMON';
  opacity: 0.4;
}
@media (max-width: 1440px) {
  .ally.news .box1 .news-lists .item .time {
    font-size: 13px;
  }
}
.ally.news .box1 .news-lists .item .n-title {
  font-size: 24px;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  text-align: justify;
  font-weight: 700;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .ally.news .box1 .news-lists .item .n-title {
    font-size: 20px;
    line-height: 1.5;
    height: 60px;
  }
}
.ally.news .box1 .news-lists .item .des {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  opacity: 0.75;
  height: 84px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .ally.news .box1 .news-lists .item .des {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
.ally.news .box1 .news-lists .item .iconfont {
  font-size: 56px;
  color: #009639;
  margin-top: 20px;
}
.ally.news .box1 .news-lists .item.big {
  width: calc((100% / 3 - 35px) * 2 + 35px);
}
@media (min-width: 1366px) {
  .ally.news .box1 .news-lists .item:hover .bg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.ally.news .box1 .news-lists .item img {
  width: 100%;
}
@media (max-width: 767px) {
  .ally.news .box1 .news-lists .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .ally.news .box1 .news-lists .item .n-title {
    height: 50px;
    line-height: 25px;
    font-size: 17px;
    margin: 5px 0;
  }
  .ally.news .box1 .news-lists .item .time {
    font-size: 12px;
  }
  .ally.news .box1 .news-lists .item .iconfont {
    font-size: 34px;
    margin-top: 10px;
  }
  .ally.news .box1 .news-lists .item.big {
    width: 100%;
  }
  .ally.news .box1 .news-lists .item.big .info {
    display: block !important;
  }
}
.ally.history .box1 {
  padding-top: 65px;
  padding-bottom: 90px;
}
.ally.history .box1 .info {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin-bottom: 65px;
}
.ally.history .box1 .info span {
  display: block;
}
.ally.history .box1 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ally.history .box1 .lists .item {
  width: 328px;
  height: 180px;
  background-image: url("../bg/ally-history-year.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 20px 25px 25px;
  color: #fff;
  -webkit-filter: saturate(0.3);
          filter: saturate(0.3);
  cursor: pointer;
}
@media (max-width: 1440px) {
  .ally.history .box1 .lists .item {
    width: calc((100% - 75px) / 4);
  }
  .ally.history .box1 .lists .item .l {
    width: 180px;
  }
}
.ally.history .box1 .lists .item.active {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}
.ally.history .box1 .lists .item .y {
  font-size: 32px;
}
@media (max-width: 1440px) {
  .ally.history .box1 .lists .item .y {
    font-size: 26px;
  }
}
.ally.history .box1 .lists .item .s {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .ally.history .box1 .lists .item .s {
    font-size: 15px;
    font-weight: initial;
    margin-top: 10px;
    line-height: 1.8;
  }
}
.ally.history .box1 .lists .item .r {
  font-size: 20px;
}
.ally.history .box1 .years {
  padding-top: 50px;
}
.ally.history .box1 .years .item .name {
  font-size: 30px;
  color: #0C59B5;
  text-align: center;
  margin-bottom: 30px;
}
.ally.history .box1 .years .item .his {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.ally.history .box1 .years .item .his:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  left: 50%;
  top: 0;
}
.ally.history .box1 .years .item .his:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0C59B5;
  top: 80px;
  left: 50%;
  margin-left: -7px;
}
.ally.history .box1 .years .item .his h2 {
  font-size: 44px;
  color: #0C59B5;
  margin: 0 60px;
  position: relative;
}
@media (max-width: 1440px) {
  .ally.history .box1 .years .item .his h2 {
    font-size: 34px;
  }
}
.ally.history .box1 .years .item .his .text {
  width: 50%;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.ally.history .box1 .years .item .his .text img {
  margin-bottom: 15px;
  display: inline-block;
}
.ally.history .box1 .years .item .his:nth-of-type(1) {
  padding-top: 90px;
}
.ally.history .box1 .years .item .his:nth-of-type(1):after {
  top: 110px;
}
.ally.history .box1 .years .item .his:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ally.history .box1 .years .item .his:nth-of-type(even) .text {
  text-align: right;
}
@media (max-width: 767px) {
  .ally.history .box1 {
    padding: 8vw 5vw;
  }
  .ally.history .box1 .info {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .ally.history .box1 .lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  .ally.history .box1 .lists .item {
    width: calc(50% - 5px);
    padding: 15px;
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
  }
  .ally.history .box1 .lists .item .r {
    display: none;
  }
  .ally.history .box1 .lists .item .y {
    font-size: 17px;
    font-weight: 700;
  }
  .ally.history .box1 .lists .item .s {
    display: none;
  }
  .ally.history .box1 .years {
    display: none;
  }
  .ally.history .box1 .mobile-lists {
    display: block!important;
  }
  .ally.history .box1 .mobile-lists .swiper-container {
    margin: 0 -5vw;
    padding: 5vw 0;
  }
  .ally.history .box1 .mobile-lists .swiper-slide {
    width: 90vw;
  }
  .ally.history .box1 .mobile-lists .swiper-slide .bg {
    height: 0px;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center center;
  }
  .ally.history .box1 .mobile-lists .swiper-slide .his {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
            box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
    overflow: hidden;
    min-height: 400px;
  }
  .ally.history .box1 .mobile-lists .swiper-slide h2 {
    text-align: center;
    color: #0C59B5;
    margin: 5vw 0 3vw;
  }
  .ally.history .box1 .mobile-lists .swiper-slide .text {
    padding: 0 5vw 30px;
    text-align: justify;
    line-height: 1.7;
  }
  .ally.history .box1 .mobile-lists .swiper-slide .text * {
    display: inline;
  }
  .ally.history .box1 .mobile-lists .pagination {
    text-align: center;
    color: #0C59B5;
  }
}
.ally.honor .box1 {
  padding: 125px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 1280px) {
  .ally.honor .box1 {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .ally.honor .box1 {
    padding: 8vw 5vw;
  }
}
.ally.honor .box1 .tree {
  position: fixed;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.ally.honor .box1 .tree.active {
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}
.ally.honor .box1 .tree.absolute {
  position: absolute;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1600px) {
  .ally.honor .box1 .tree {
    width: 450px;
  }
}
@media (max-width: 1440px) {
  .ally.honor .box1 .tree {
    width: 350px;
  }
}
@media (max-width: 1280px) {
  .ally.honor .box1 .tree {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .ally.honor .box1 .tree {
    display: none;
  }
}
.ally.honor .box1 .lists .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}
.ally.honor .box1 .lists .item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  left: 125px;
  top: 0;
}
.ally.honor .box1 .lists .item:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #0C59B5;
  left: 120px;
  top: 25px;
}
.ally.honor .box1 .lists .item .y {
  width: 125px;
  font-size: 23px;
  color: #0C59B5;
}
@media (max-width: 1280px) {
  .ally.honor .box1 .lists .item .y {
    font-size: 18px;
    font-weight: 700;
  }
}
.ally.honor .box1 .lists .item .r {
  width: calc(100% - 125px);
  padding-right: 30%;
  padding-left: 40px;
}
.ally.honor .box1 .lists .item .r .name {
  line-height: 1.8;
  font-size: 17px;
  color: #b2b2b2;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .ally.honor .box1 .lists .item .r .name {
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 1280px) {
  .ally.honor .box1 .lists .item .r img {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .ally.honor .box1 .lists .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5vw;
    padding-left: 20px;
  }
  .ally.honor .box1 .lists .item .y {
    font-size: 16px;
  }
  .ally.honor .box1 .lists .item .r {
    width: 100%;
    padding: 0;
  }
  .ally.honor .box1 .lists .item .r .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 5px 0 10px;
    text-align: justify;
  }
  .ally.honor .box1 .lists .item:before {
    left: 0px;
  }
  .ally.honor .box1 .lists .item:after {
    left: -5px;
    top: 20px;
  }
}
.ally.human .box1 {
  padding-top: 85px;
  text-align: center;
  padding-bottom: 60px;
}
.ally.human .box1 .title {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .ally.human .box1 .title {
    font-size: 28px;
  }
}
.ally.human .box1 .info {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  padding: 5px 15%;
}
@media (max-width: 1440px) {
  .ally.human .box1 .info {
    font-size: 17px;
    line-height: 1.8;
  }
}
.ally.human .box1 .box {
  padding: 100px 0;
  position: relative;
  margin: 30px 0;
}
.ally.human .box1 .box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  left: 50%;
  top: 0;
}
.ally.human .box1 .box:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #009639;
  left: 50%;
  margin-left: -15px;
  top: -15px;
  background-color: #fff;
}
.ally.human .box1 .box .icons {
  padding: 40px 0;
  margin: 0 -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.ally.human .box1 .box .icons .icon {
  width: 20%;
  text-align: center;
}
.ally.human .box1 .box .icons .icon .n {
  line-height: 1.8;
  font-size: 18px;
  font-weight: 700;
  width: 80%;
  margin-left: 10%;
}
.ally.human .box1 .box .icons .icon .n span {
  display: block;
}
@media (max-width: 1440px) {
  .ally.human .box1 .box .icons .icon .n {
    font-size: 17px;
  }
}
.ally.human .box1 .box .icons .icon .iconfont {
  width: 110px;
  height: 110px;
  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;
  border-radius: 50%;
  background-image: url("../bg/cc.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #009639;
  font-size: 46px;
  margin: 0 auto 10px;
}
@media (max-width: 1440px) {
  .ally.human .box1 .box .icons .icon .iconfont {
    font-size: 36px;
    width: 95px;
    height: 95px;
  }
}
.ally.human .box1 .box .icons .icon:nth-child(n + 6) {
  margin-top: 75px;
}
@media (max-width: 1280px) {
  .ally.human .box1 .box .icons {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ally.human .box1 {
    padding: 8vw 5vw;
  }
  .ally.human .box1 .title {
    font-size: 20px;
  }
  .ally.human .box1 .info {
    padding: 3vw 0;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
  }
  .ally.human .box1 .box {
    padding: 75px 0;
  }
  .ally.human .box1 .box .icons {
    display: none;
  }
  .ally.human .box1 .box:after {
    width: 16px;
    height: 16px;
    margin-left: -13px;
    top: -8px;
  }
  .ally.human .box1 .swiper-container {
    display: block!important;
    margin: 0 -5vw;
    padding: 8vw 0;
    background-color: #fff;
  }
  .ally.human .box1 .swiper-slide {
    width: 50vw;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
            box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
    padding: 10vw 5vw 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;
    height: 250px;
  }
  .ally.human .box1 .swiper-slide .iconfont {
    border-radius: 50%;
    background-image: url("../bg/cc.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #009639;
    width: 75px;
    height: 75px;
    font-size: 28px;
    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;
  }
  .ally.human .box1 .swiper-slide .n {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.7;
    text-align: justify;
  }
}
.ally.human .box2 {
  padding-bottom: 80px;
}
.ally.human .box2 ._name {
  width: 500px;
  padding-left: 70px;
}
@media (max-width: 1280px) {
  .ally.human .box2 ._name {
    padding-left: 50px;
  }
}
.ally.human .box2 ._exp {
  width: 200px;
}
.ally.human .box2 ._addr {
  width: 200px;
}
.ally.human .box2 ._count {
  width: 200px;
}
.ally.human .box2 .handle {
  width: 50px;
}
.ally.human .box2 .handle span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0C59B5;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.ally.human .box2 .handle span:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  left: 50%;
  top: 5px;
  background-color: #fff;
  margin-left: -1px;
}
.ally.human .box2 .handle span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  left: 5px;
  top: 50%;
  background-color: #fff;
  margin-top: -1px;
}
.ally.human .box2 ._title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.ally.human .box2 .top ._title {
  height: 66px;
  background: -o-linear-gradient(333deg, #0C59B5, #0C59B5);
  background: linear-gradient(117deg, #0C59B5, #0C59B5);
  color: #fff;
  font-size: 17px;
}
.ally.human .box2 .detail {
  overflow: hidden;
  background-color: #f2fcff;
  padding: 40px 70px 70px;
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  display: none;
}
.ally.human .box2 .mail {
  font-size: 22px;
  color: #0C59B5;
  margin-top: 30px;
}
.ally.human .box2 .item {
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1280px) {
  .ally.human .box2 .item {
    padding-right: 30px;
  }
}
.ally.human .box2 .item.active ._title {
  background-color: #f2fcff;
}
.ally.human .box2 .item.active .handle span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #a5a5a5;
}
@media (max-width: 767px) {
  .ally.human .box2 {
    padding-bottom: 8vw;
  }
  .ally.human .box2 ._title {
    font-size: 14px;
    font-weight: 400;
    height: 75px;
  }
  .ally.human .box2 ._title ._name {
    padding-left: 5vw;
    width: 40%;
  }
  .ally.human .box2 ._title ._exp {
    width: 20%;
  }
  .ally.human .box2 ._title ._addr {
    width: 20%;
  }
  .ally.human .box2 ._title ._count {
    width: 10%;
  }
  .ally.human .box2 ._title .handle {
    width: 10%;
  }
  .ally.human .box2 ._title .handle span {
    width: 24px;
    height: 24px;
  }
  .ally.human .box2 ._title .handle span:before {
    height: 14px;
  }
  .ally.human .box2 ._title .handle span:after {
    width: 14px;
  }
  .ally.human .box2 .top ._title {
    font-size: 15px;
  }
  .ally.human .box2 .item {
    padding-right: 0;
  }
  .ally.human .box2 .detail {
    padding: 5vw;
  }
  .ally.human .box2 .mail {
    text-align: left;
    font-size: 16px;
  }
}
.QA .common-banner {
  background: -o-linear-gradient(333deg, #0C59B5, #0C59B5);
  background: linear-gradient(117deg, #0C59B5, #0C59B5);
}
.QA .common-banner .text {
  background: none;
}
.QA .box1 {
  padding: 110px 0 85px;
}
@media (max-width: 1280px) {
  .QA .box1 {
    padding: 50px;
  }
}
.QA .box1 .handle {
  width: 50px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QA .box1 .handle span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0C59B5;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.QA .box1 .handle span:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  left: 50%;
  top: 5px;
  background-color: #fff;
  margin-left: -1px;
}
.QA .box1 .handle span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  left: 5px;
  top: 50%;
  background-color: #fff;
  margin-top: -1px;
}
.QA .box1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.QA .box1 .item .no {
  width: 100px;
  line-height: 80px;
  font-size: 30px;
  color: #0C59B5;
  padding-left: 24px;
}
.QA .box1 .item .content {
  width: 1000px;
}
@media (max-width: 1280px) {
  .QA .box1 .item .content {
    max-width: 650px;
    width: auto;
  }
}
.QA .box1 .item .t {
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
}
.QA .box1 .item .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.QA .box1 .item .detail {
  line-height: 2;
  font-size: 16px;
  opacity: 0.85;
  padding-bottom: 30px;
  display: none;
}
.QA .box1 .item {
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: relative;
}
.QA .box1 .item:before {
  height: 4px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background-image: url("../bg/line.png");
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.QA .box1 .item.active {
  background-color: #f2fcff;
}
.QA .box1 .item.active:before {
  width: 100%;
}
.QA .box1 .item.active .handle span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product .box1 {
  padding: 100px 55px;
  text-align: center;
}
.product .box1 h2 {
  font-size: 42px;
  color: #0C59B5;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .product .box1 h2 {
    font-size: 34px;
  }
}
.product .box1 h3 {
  font-size: 22px;
  color: #0C59B5;
  margin: 3px 0 30px;
}
@media (max-width: 1366px) {
  .product .box1 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.product .box1 .info {
  padding: 0 10%;
  font-size: 17px;
  line-height: 1.8;
  color: #828282;
  text-align: justify;
}
@media (max-width: 1280px) {
  .product .box1 {
    padding: 80px 50px 30px;
  }
  .product .box1 .info {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .product .box1 {
    padding: 5vw ;
  }
  .product .box1 .info {
    font-size: 15px;
    font-weight: 400;
  }
  .product .box1 h3 {
    font-size: 16px;
  }
  .product .box1 h2 {
    font-size: 24px;
  }
}
.product .box2 .swiper-slide {
  width: 1400px;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.product .box2 .swiper-slide.swiper-slide-active {
  opacity: 1;
  cursor: auto;
}
@media (max-width: 1440px) {
  .product .box2 .swiper-slide {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .product .box2 .swiper-slide {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 767px) {
  .product .box2 .swiper-slide {
    width: 90vw;
  }
}
.product .box3 {
  padding-top: 90px;
}
.product .box3 .wrapper {
  height: 112px;
}
@media (max-width: 1280px) {
  .product .box3 .wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 960px) {
  .product .box3 .wrapper {
    padding: 0 5%;
    height: 95px;
  }
}
.product .box3 .wrapper.active .icons {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  border-radius: 0;
  z-index: 10;
  height: 90px;
  padding: 0 calc((100vw - 1400px) / 2);
}
.product .box3 .wrapper.active .icons .icon .iconfont {
  font-size: 30px;
}
.product .box3 .wrapper.active .icons .icon .name {
  font-size: 17px;
}
.product .box3 .wrapper.active .icons .icon:before {
  display: block;
}
.product .box3 .icons {
  padding: 0 25px;
  height: 122px;
  border-radius: 122px;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .product .box3 .icons {
    height: 110px;
  }
}
@media (max-width: 960px) {
  .product .box3 .icons {
    height: 95px;
  }
}
.product .box3 .icons .icon {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  position: relative;
}
.product .box3 .icons .icon .name {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-top: 8px;
}
@media (max-width: 1440px) {
  .product .box3 .icons .icon .name {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .product .box3 .icons .icon .name {
    font-size: 15px;
  }
}
.product .box3 .icons .icon .iconfont {
  line-height: 1;
  font-size: 50px;
}
@media (max-width: 1440px) {
  .product .box3 .icons .icon .iconfont {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .product .box3 .icons .icon .iconfont {
    font-size: 30px;
  }
}
.product .box3 .icons .icon + .icon {
  border-left: 1px solid #dcdcdc;
}
.product .box3 .icons .icon:hover {
  color: #0C59B5;
}
.product .box3 .icons .icon:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  left: 50%;
  margin-left: -50px;
  bottom: -17px;
  background-color: #0C59B5;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: none;
}
.product .box3 .icons .icon.active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 1280px) {
  .product .box3 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .product .box3 {
    display: none;
  }
}
.product .box4 .item {
  padding: 100px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1440px) {
  .product .box4 .item {
    padding: 80px 0;
  }
}
@media (max-width: 1280px) {
  .product .box4 .item {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .product .box4 .item {
    padding: 8vw 5vw;
  }
}
.product .box4 .item .iconfont {
  line-height: 98px;
  width: 98px;
  text-align: center;
  background: -o-linear-gradient(333deg, #0C59B5, #0C59B5);
  background: linear-gradient(117deg, #0C59B5, #0C59B5);
  color: #fff;
  border-radius: 50%;
  font-size: 50px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .product .box4 .item .iconfont {
    width: 80px;
    line-height: 80px;
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .product .box4 .item .iconfont {
    width: 65px;
    line-height: 65px;
    font-size: 30px;
  }
}
.product .box4 .item .name {
  font-size: 30px;
  font-weight: 700;
  color: #0C59B5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .product .box4 .item .name {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .product .box4 .item .name {
    font-size: 18px;
  }
}
.product .box4 .item .content {
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  color: #828282;
  overflow: hidden;
  text-align: justify;
}
@media (max-width: 767px) {
  .product .box4 .item .content {
    font-weight: 400;
    font-size: 15px;
  }
}
.product .box4 .item .content img {
  margin-top: 55px;
  display: inline-block;

}
.product .content table {
  background-color: #fafafa;
  width: 100%;
  margin:30px 0;
  border-collapse: collapse;
}
.product  .content table td,
.product  .content table th {
  line-height: 35px;
  border: 1px solid #d9d9d9;
  text-align: center; padding: 0 8px;
}
.product .box5 {
  padding-top: 70px;
  padding-bottom: 125px;
}
.product .box5 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  .product .box5 .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}
.product .box5 .lists {
 
  
  
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -35px;
}


.product .box5 .lists a {
  display: block;
  width: calc((100% - 70px) / 3);
  -webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
          box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
  border-radius: 10px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
   margin-right: 20px;
  margin-bottom: 35px;
}
/*.product .box5 .lists a + a {
  margin-left: 35px;
}*/
.product .box5 .lists a .s {
  color: #bdbdbd;
}
.product .box5 .lists a .t {
  font-size: 16px;
  font-weight: 400;
}
.product .box5 .lists a .text {
  padding: 10px 30px;
}
.product .box5 .lists a:hover .bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1280px) {
  .product .box5 .lists a {
    width: calc((100% - 50px) / 3);
  }
  .product .box5 .lists a + a {
    margin-left: 25px;
  }
}
@media (max-width: 1280px) {
  .product .box5 .lists {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .product .box5 .lists {
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .box5 .lists a {
    width: 100%;
  }
  .product .box5 .lists a + a {
    margin: 5vw 0 0;
  }
}
.vip {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}
.vip ._title {
  text-align: center;
  margin-bottom: 40px;
}
.vip ._title img {
  display: inline-block;
  margin-bottom: 5px;
}
.vip ._title h3 {
  font-size: 34px;
  font-weight: 700;
  color: #0C59B5;
}
.vip .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vip .lists .item {
  width: calc((100% - 100px) / 3);
  background-color: #fff;
  margin-right: 50px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
}
.vip .lists .item .videoIcon{
  width: 100px;
  position: absolute;
  top: 22%;
  z-index: 10;
  margin-left: 8vw;
}
.vip .lists .item:nth-child(3n) {
  margin-right: 0;
}
.vip .lists .item h2 {
  font-size: 24px;
  margin: 30px 30px 20px;
}
.vip .lists .item .btn {
  width: 135px;
  line-height: 35px;
  border-radius: 37px;
  text-align: center;
  color: #0C59B5;
  border: 1px solid #0C59B5;
  cursor: pointer;
  margin: 0 auto 30px;
}
.vip .lists .item .btn:hover {
  background-color: #0C59B5;
  color: #fff;
}
._cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  display: none;
}
._cover .box {
  width: 600px;
  height: 300px;
  border-radius: 10px;
  background-color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -300px;
}
._cover .box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0C59B5;
}
._cover .box input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 55px;
  background-color: #eee;
  width: 500px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-family: inherit;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
._cover .box .input-box {
  margin: 30px 0 40px;
}
._cover .box .btn {
  line-height: 37px;
  width: 135px;
  border-radius: 37px;
  text-align: center;
  color: #fff;
  background-color: #0C59B5;
  cursor: pointer;
}
._cover .box .iconfont {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
._cover .box .iconfont:hover {
  opacity: 1;
}
.content-detail {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 100px;
  text-align: justify;
}
.content-detail img {
  display: inline-block;
  margin-top: 10px;
}
.news-detail.common-box {
  max-width: 1100px;
  padding: 20px 60px 60px;
  background-color: #fff;
  margin-top: 80px;
  color: #666;
}
.news-detail.common-box .title {
  font-size: 30px;
  color: #222;
}
.news-detail.common-box .hbb {
  margin-bottom: 50px;
  font-size: 14px;
}
.news-detail.common-box .hbb a {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .news-detail.common-box {
    margin-top: 5vw;
    padding: 5vw;
  }
  .news-detail.common-box .title {
    font-size: 17px;
    text-align: left;
    line-height: 1.6;
  }
  .news-detail.common-box .hbb {
    margin-bottom: 10px;
  }
}
.img-box {
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.img-box .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.no-touch .case a:hover .img-box .bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  -o-transition: transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s;
}
.kf_btn {
  position: fixed;
  right: 40px;
  bottom: 200px;
  z-index: 15;
  cursor: pointer;
}
.kf_btn:hover ._box_:before,
.kf_btn:hover ._box_:after {
  display: block;
}
@media (max-width: 1440px) {
  .kf_btn {
    right: 25px;
    bottom: 150px;
  }
}
@media (max-width: 767px) {
  .kf_btn {
    right: 5vw;
    bottom: 5vw;
  }
}
.kf_btn:before {
  content: '1';
  position: absolute;
  line-height: 25px;
  width: 25px;
  background-color: #ec3846;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  right: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .kf_btn:before {
    width: 15px;
    line-height: 15px;
    font-size: 12px;
  }
}
.kf_btn ._box_ {
  position: relative;
}
.kf_btn ._box_ img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  width: 70px;
}
@media (max-width: 1366px) {
  .kf_btn ._box_ img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .kf_btn ._box_ img {
    width: 45px;
  }
}
.kf_btn ._box_:before,
.kf_btn ._box_:after {
  content: '';
  position: absolute;
  background-color: #48b7c5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -50px 0 0 -50px;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-animation: kf_scale 2s infinite;
          animation: kf_scale 2s infinite;
  display: none;
}
@media (max-width: 1366px) {
  .kf_btn ._box_:before,
  .kf_btn ._box_:after {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
.kf_btn ._box_:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes kf_scale {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes kf_scale {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
.yii-debug-toolbar_position_bottom {
  display: none !important;
}
.parallax {
  overflow: hidden;
}



.productimages {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.productimages1 img {
    padding: 3px;
    border: 1px solid #ddd;
    width: 48%;
    height: auto
}

.productimages1 img:first-child {
    margin-right: 2%;
}

.productimages1 img:hover {
    transform: translateY(-5px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.productimages:hover {
    position: relative;
    display: block;
    transform: translateY(-5px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.productimages img {
    padding: 3px;
    border: 1px solid #ddd;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

/* banner */
.bannera{width: 100%;overflow: hidden;position: relative;}
.bannera a{display: block;width: 100%;}
.banner-img{width: 100%;}
.banner-imgpc,.banner-imgmb{width: 100%;object-fit: cover;}
.banner-imgpc{min-height: 360px;height: 730px;}
.banner-imgmb{min-height: 320px;display: none;}
.bannera .swiper-pagination{bottom: 40px;}
.bannera .swiper-pagination-bullet {width: 10px;height: 10px;transition: width .4s ease;border-radius: 10px;border: 2px solid #fff;background: transparent;opacity: 1;margin: 0 7px !important;}
.bannera .swiper-pagination-bullet-active{background: #fff;width: 40px;}
.bannera{display: none;}
.bannera.ontrue{display: block;}


@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    
    .bannera .swiper-pagination{bottom: 36px;}
    .indtit-xw {padding-top: 20px;}
    .banner-imgpc{height: 500px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
   
    .bannera .swiper-pagination{bottom: 28px;}
    .indtit-xw {padding-top: 16px;}
    .banner-imgpc{height: auto;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    
    .bannera .swiper-pagination {bottom: 24px;}
    .indtit-xw {padding-top: 12px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .bannera .swiper-pagination {bottom: 18px;}
    
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .banner-imgpc{display: none;}
    .banner-imgmb{display: block;}
    
    .bannera .swiper-pagination-bullet{width: 7px;height: 7px;border-radius: 7px;}
    .bannera .swiper-pagination-bullet-active{width: 28px;}
    .bannera .swiper-pagination {bottom: 16px;}
    
}
/*-- 关于我们 --*/
.A-title{width:288px;padding:0 0 20px;text-align:center;border-bottom:1px solid #e1e1e1;position:relative;margin:0 auto;}
.A-title span{display:block;line-height:54px;font-size:36px;color:#000;}
.A-title span:after{content:"";display:block;width:67px;height:2px;background:#0065b3;position:absolute;bottom:-1px;left:50%;margin:0 0 0 -33px;}
.A-title.At2 span{color:#fff;}

.contain {
    width: 1200px;
    margin: 0 auto;
}

/*公司介绍*/
.com-pro{padding:50px 0 44px;}
.comPro-box{width:49.8333%;float:left;margin:52px 0 0;}
.comPro-box .con{line-height:34px;color:#777777;overflow:hidden;transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;}


.comPro-img{width:43.9166%;position:relative;float:right;margin:57px 0 0;}
.comPro-img img{width:100%;height:354px;object-fit:cover;position:relative;z-index:2;}
.comPro-img:after{content:"";display:block;width:325px;height:237px;border-top:1px solid #0065b3;border-right:1px solid #0065b3;position:absolute;right:-21px;top:-21px;}
.comPro-img:before{content:"";display:block;width:459px;height:334px;background:#eeeeee;position:absolute;bottom:-20px;left:-20px;}
/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

@media all and (max-width:1280px){

	.contain{width:100%;padding:0 2%;}
	.comPro-box{width:100%;float:none;margin:1.04rem 0 0;}
	.comPro-img{display:none;}
	
}

@media all and (max-width:980px){/*web*/
.contain{width:100%;padding:0 2%;}
.comPro-box{width:100%;float:none;margin:1.04rem 0 0;}
	.comPro-img{display:none;}
}
