@charset "UTF-8";
a, select, textarea, input, button, html, body, div, ul, li {
  tap-highlight-color: transparent !important;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="text"] {
  -webkit-appearance: none;
}
button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
}
.fn {
  float: none !important;
}
.w100 {
  width: 100% !important;
}
.red {
  color: #d3271f;
}
.fl {
  float: left
}
.fr {
  float: right;
}
@keyframes popInRight {
  0% {
    -webkit-transform: translate3d(200px, 0, 0) scale3d(0.1, 0.1, 0.1);
    transform: translate3d(200px, 0, 0) scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  40% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08);
    transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("fonts/MyriadPro-Bold.woff2") format("woff2"), url("fonts/MyriadPro-Bold.woff") format("woff"), url("fonts/MyriadPro-Bold.ttf") format("truetype"), url("fonts/MyriadPro-Bold.eot") format("embedded-opentype"), url("fonts/MyriadPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AVGARDM";
  src: url("../fonts/AVGARDM.woff2") format("woff2"), url("../fonts/AVGARDM.woff") format("woff"), url("../fonts/AVGARDM.ttf") format("truetype"), url("../fonts/AVGARDM.eot") format("embedded-opentype"), url("../fonts/AVGARDM.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AVGR65W";
  src: url("../fonts/AVGR65W.woff2") format("woff2"), url("../fonts/AVGR65W.woff") format("woff"), url("../fonts/AVGR65W.ttf") format("truetype"), url("../fonts/AVGR65W.eot") format("embedded-opentype"), url("../fonts/AVGR65W.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.w1280 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .w1280 {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .w1280 {
    width: 94%;
  }
}
@keyframes wave {
  0% {
    width: 0%;
  }
  100% {
    width: 218px;
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes mk_bottom_to_top_scale {
  0% {
    -webkit-transform: translate(0, 50px) scale(0.8);
    transform: translate(0, 50px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-180%);
  }
}
@keyframes WavePart2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-5%, -5%);
    opacity: .8;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
* {
  outline: none;
}
.swiper-slide {
  min-height: 0 !important;
}
body {
  width: 100%;
  overflow: hidden;
  height: auto;
  background: #fbfbfb;
}
.ellipsis, .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .t, .main.news .nbox .detail .page .left2 a, .main.news .news_box .news_cen .investor_list ul li a .txt, .main.news .news_box .news_cen .news_list ul li a .cont .t, .main.news .res_list ul li a .cont .tab .t, .main.join .join_box .join_cen .jbox .list_box ul li .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
::-webkit-input-placeholder {
  color: #666 !important;
}
:-moz-placeholder {
  color: #666 !important;
}
::-moz-placeholder {
  color: #666 !important;
}
:-ms-input-placeholder {
  color: #666 !important;
}
@keyframes balloon2 {
  0%, 100% {
    transform: translate(0, 0) rotate(6deg);
  }
  50% {
    transform: translate(30px, -2px) rotate(-8deg);
  }
}
@keyframes balloon3 {
  0%, 100% {
    transform: translate(0, 0) rotate(3deg);
  }
  50% {
    transform: translate(10px, -2px) rotate(-3deg);
  }
}
@media (min-width: 1024px) {
  .top, .main.industry .box .container ul .li, .main.about .about_box .container ul .li .container_box .box .framework, .main.about .about_box .container ul .li .container_box .box .title, .main.about .about_box .container ul .li .container_box .box .text_box, .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li, .main.about .about_box .container ul .li .container_box .box .person .intro_main, .main.about .about_box .container ul .li .container_box .box .history .his_box, .main.about .about_box .container ul .li .container_box .box .honor .flexslider, .main.news .news_box .news_cen .news_tit, .main.news .news_box .news_cen .investor_list ul li, .main.join .join_box .join_cen .jbox .text_box, .main.join .join_box .join_cen .jbox .jl, .main.join .join_box .join_cen .jbox .join_main, .main.join .join_box .join_cen .jbox .list_box ul li {
    transform: translateY(30px);
    opacity: 0;
  }
  .top.animate, .main.industry .box .container ul .animate.li, .main.about .about_box .container ul .li .container_box .box .animate.framework, .main.about .about_box .container ul .li .container_box .box .animate.title, .main.about .about_box .container ul .li .container_box .box .animate.text_box, .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li.animate, .main.about .about_box .container ul .li .container_box .box .person .animate.intro_main, .main.about .about_box .container ul .li .container_box .box .history .animate.his_box, .main.about .about_box .container ul .li .container_box .box .honor .animate.flexslider, .main.news .news_box .news_cen .animate.news_tit, .main.news .news_box .news_cen .investor_list ul li.animate, .main.join .join_box .join_cen .jbox > .animate.title, .main.join .join_box .join_cen .jbox .animate.text_box, .main.join .join_box .join_cen .jbox .animate.jl, .main.join .join_box .join_cen .jbox .animate.join_main, .main.join .join_box .join_cen .jbox .list_box ul li.animate {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1), box-shadow 0.5s ease-out;
  }
}
@media (min-width: 1024px) {
  .scaleY {
    transform: scale(0.5) rotateY(45deg);
    opacity: 0;
    transform-origin: center center;
  }
  .scaleY.animate {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1), box-shadow 0.5s ease-out;
  }
}
@media (min-width: 1024px) {
  .bottom {
    transform: translateY(-30px);
    opacity: 0;
  }
  .bottom.animate {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (min-width: 1024px) {
  .left, .main.industry .industry_box .industry_box_cen .img_box, .main.about .about_box .container ul .li .container_box .box .content .cr, .main.news .news_box .icon, .main.join .join_box .icon, .main.join .join_box .join_cen .jbox .pic_box {
    transform: translateX(30px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .left.animate, .main.industry .industry_box .industry_box_cen .animate.img_box, .main.about .about_box .container ul .li .container_box .box .content .animate.cr, .main.news .news_box .animate.icon, .main.join .join_box .animate.icon, .main.join .join_box .join_cen .jbox .animate.pic_box {
    transform: translateX(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (min-width: 1024px) {
  .right, .main.industry .industry_box .industry_box_cen .text_l, .main.about .about_box .container ul .li .container_box .box .content .cl {
    transform: translateX(-30px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .right.animate, .main.industry .industry_box .industry_box_cen .animate.text_l, .main.about .about_box .container ul .li .container_box .box .content .animate.cl {
    transform: translateX(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
.header {
  width: 100%;
  height: 86px;
  background: #fff;
  position: relative;
  box-shadow: 2px 3px 5px rgba(7, 0, 2, 0.08);
 
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
	display: none
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .header {
    height: 60px;
  }
}
.header .logo {
  padding-left: 55px;
  display: block;
  line-height: 86px;
  float: left;
}
@media (max-width: 1400px) {
  .header .logo {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .header .logo {
    padding-left: 3%;
    line-height: 60px;
  }
  .header .logo img {
    height: 45px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .header .logo {
    line-height: 60px;
  }
  .header .logo img {
    height: 45px;
  }
}
.header .push-line {
  overflow: hidden;
  width: 32px;
  height: 60px;
  cursor: pointer;
  float: right;
  position: relative;
  display: none;
  margin-right: 3%;
  transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}
@media (max-width: 1024px) {
  .header .push-line {
    display: block;
  }
}
.header .push-line span {
  height: 2px;
  background: #00539C;
  display: block;
  position: absolute;
  width: 100%;
  display: block;
  z-index: 5;
  top: 18px;
  left: 50%;
  margin: 0px 0px 0px -16px;
  transform-origin: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.header .push-line span.line-2 {
  top: 28px;
}
.header .push-line span.line-3 {
  top: 38px;
}
.header .push-line.currentDd .line-1 {
  transform: rotate(225deg);
  top: 30px;
}
.header .push-line.currentDd .line-2 {
  opacity: 0;
  left: -100%;
}
.header .push-line.currentDd .line-3 {
  top: 30px;
  transform: rotate(-225deg);
}
.header .bocweb-subnnav {
  float: left;
  font-size: 0;
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .header .bocweb-subnnav {
    margin-left: 25px;
  }
}
@media (max-width: 1220px) {
  .header .bocweb-subnnav {
    margin-left: 12px;
  }
}
@media (max-width: 1024px) {
  .header .bocweb-subnnav {
    display: none;
  }
}
.header .bocweb-subnnav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 84px;
  color: #444;
  margin: 0 20px;
  position: relative;
  transition: color 0.4s;
}
.header .bocweb-subnnav a.active {
  color: #00539C;
}
@media (min-width: 1024px) {
  .header .bocweb-subnnav a:hover {
    color: #00539C;
  }
}
@media (max-width: 1400px) {
  .header .bocweb-subnnav a {
    margin: 0 15px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .header .bocweb-subnnav a {
    line-height: 60px;
  }
}
@media (max-width: 1220px) {
  .header .bocweb-subnnav a {
    font-size: 15px;
  }
}
@media (max-width: 1150px) {
  .header .bocweb-subnnav a {
    margin: 0 10px;
  }
}
.header .bocweb-subnnav a:last-child::after {
  display: none;
}
.header .bocweb-subnnav a::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #cbcbcb;
  border-radius: 50%;
  right: -20px;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
}
@media (max-width: 1400px) {
  .header .bocweb-subnnav a::after {
    right: -15px;
  }
}
@media (max-width: 1150px) {
  .header .bocweb-subnnav a::after {
    right: -10px;
  }
}
.header .nav {
  float: right;
  height: 100%;
  padding-right: 25px;
}
@media (max-width: 1220px) {
  .header .nav {
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .header .nav {
    display: none;
  }
}
.header .nav ul {
  height: 100%;
}
.header .nav ul li {
  height: 100%;
  float: left;
  margin: 0 20px;
  position: relative;
}
@media (max-width: 1400px) {
  .header .nav ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1150px) {
  .header .nav ul li {
    margin: 0 10px;
  }
}
.header .nav ul li.active > a {
  color: #00539C;
}
.header .nav ul li.active > a::after {
  transform-origin: left center;
  transform: scaleX(1);
}
.header .nav ul li:last-child::after {
  display: none;
}
@media (min-width: 1024px) {
  .header .nav ul li:hover > a {
    color: #00539C;
  }
  .header .nav ul li:hover > a::after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
.header .nav ul li::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  right: -20px;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
}
@media (max-width: 1400px) {
  .header .nav ul li::after {
    right: -15px;
  }
}
@media (max-width: 1150px) {
  .header .nav ul li::after {
    right: -10px;
  }
}
.header .nav ul li > a {
  display: block;
  font-size: 16px;
  line-height: 84px;
  color: #444;
  transition: color 0.4s;
  position: relative;
}
@media (max-width: 1220px) {
  .header .nav ul li > a {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .header .nav ul li > a {
    line-height: 60px;
  }
}
.header .nav ul li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #00539C;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.4s;
}
.header .nav ul li .slider {
  border-radius: 0 0 5px 5px;
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 86px;
  background-color: #00539C;
  box-shadow: 2px 3px 5px rgba(7, 0, 2, 0.08);
  z-index: 10;
  padding-bottom: 18px;
  display: none;
}
@media (min-width: 1024px) and (max-height: 700px) {
  .header .nav ul li .slider {
    top: 60px;
  }
}
.header .nav ul li .slider a {
  display: block;
  text-align: center;
  padding: 5px 0;
  position: relative;
  font-size: 0;
  transition: transform 0.4s;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header .nav ul li .slider a:hover::after {
    transform: scaleY(1);
    transform-origin: top center;
  }
  .header .nav ul li .slider a:hover span {
    transform: translateX(-10px);
    color: #fff;
  }
  .header .nav ul li .slider a:hover span::after {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.header .nav ul li .slider a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00539C;
  left: 0;
  top: 0;
  transition: transform 0.4s;
  transform: scaleY(0);
  transform-origin: bottom center;
}
.header .nav ul li .slider a span {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  transition: 0.4s;
}
.header .nav ul li .slider a span::after {
  content: '';
  width: 6px;
  height: 9px;
  background: url(../images/jj.png) no-repeat;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -5px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.4s;
}
.header .link_box {
  float: right;
  height: 100%;
  font-size: 0;
  background: #2898a9;
  border-left: 1px solid #e5e7e9;
  padding: 25px 40px 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  .header .link_box {
    padding: 25px 20px 0 20px;
  }
}
@media (max-width: 1024px) {
  .header .link_box {
    padding: 15px 12px 0 12px;
    border: none;
    background: #fff;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .header .link_box {
    padding: 15px 12px 0 12px;
  }
}
.header .link_box a {
  width: 36px;
  height: 36px;
  background: #2898a9;
  border: 1px solid #ced2db;
  position: relative;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .header .link_box a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .header .link_box a:hover::after {
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.header .link_box a:last-child {
  margin-right: 0;
}
.header .link_box a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3598af;
  border-radius: 50%;
  transform: scale(0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.4s ease;
}
.header .link_box a span {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-family: Arial;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header .link_box a span {
    font-size: 14px;
    line-height: 30px;
  }
}
.header .link_box a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  max-width: 50%;
  max-height: 50%;
  margin: auto;
}
@keyframes scroll_on2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll_on22 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .logo {
  position: absolute;
  right: 45px;
  top: 45px;
}
@media (max-width: 1300px) {
  .banner .logo {
    right: 30px;
    top: 30px;
  }
  .banner .logo img {
    height: 40px;
  }
}
@media (max-width: 850px) {
  .banner .logo {
    right: 20px;
    top: 20px;
  }
  .banner .logo img {
    height: 30px;
  }
}
@media (max-width: 550px) {
  .banner .logo {
    right: 10px;
    top: 10px;
  }
  .banner .logo img {
    height: 20px;
  }
}
.banner .img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1903px) and (max-width: 1920px) {
  .banner .img {
    width: 1920px;
  }
}
@media (max-width: 1300px) {
  .banner .img {
    width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 550px) {
  .banner .img {
   width: 140%;
    margin-left: -8%;
    height: 187px;
  }
}
@media (max-width: 550px) {
  .banner.financial .img {
    width: 140%;
    margin-left: -10%;
  }
}
@keyframes split_text {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(20px);
    transform: scale(0.2) translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.main.welcome {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .main.welcome {
    height: auto;
    overflow: inherit;
    padding-top: 60px;
  }
}
.main.welcome .section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .main.welcome .section {
    position: static;
    height: auto;
  }
}
.main.welcome .section .page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main.welcome .section .page.auto {
  height: auto;
}
.main.welcome .section .page.active .contact .cbox .contact_cen .title, .main.welcome .section .page.active .contact .cbox .contact_cen .message {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.main.welcome .section .page.active .bot .bot_right, .main.welcome .section .page.active .bot .bot_l {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.main.welcome .section .page.active .bg1, .main.welcome .section .page.active .bg2 {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.main.welcome .section .page.active .page_top .container ul li {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .bot_cen .links ul li:nth-child(1) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .bot_cen .links ul li:nth-child(2) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .bot_cen .links ul li:nth-child(3) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .bot_cen .links ul li:nth-child(4) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .bot_cen .links ul li:nth-child(5) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .bot_cen .links ul li:nth-child(6) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .w1280 .news_top {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .w1280 .news_box ul li:nth-child(1) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .w1280 .news_box ul li:nth-child(2) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .w1280 .news_box ul li:nth-child(3) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .w1280 .news_box ul li:nth-child(4) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .w1280 .news_box ul li:nth-child(5) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .w1280 .news_box ul li:nth-child(6) {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.main.welcome .section .page.active .tab .tab_cell .content .cont_l, .main.welcome .section .page.active .tab .tab_cell .content .cont_r {
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (max-width: 1024px) {
  .main.welcome .section .page {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page.two {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .main.welcome .section .usbox {
    background-image: url(../images/absjban.jpg) !important
  }
}
.main.welcome .section .page .contact {
  padding-top: 86px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .contact {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact {
    padding-top: 0;
  }
}
.main.welcome .section .page .contact .cbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.main.welcome .section .page .contact .cbox .q1 {
  position: absolute;
  width: 4.84%;
  left: 12.3%;
  top: 10.1%;
  animation: balloon2 6s ease-in-out infinite;
}
.main.welcome .section .page .contact .cbox .q1 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .cbox .q1 {
    display: none;
  }
}
.main.welcome .section .page .contact .cbox .q2 {
  position: absolute;
  width: 5.8%;
  right: 12.76%;
  bottom: 8.4%;
  animation: balloon2 6s ease-in-out infinite;
}
.main.welcome .section .page .contact .cbox .q2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .cbox .q2 {
    display: none;
  }
}
.main.welcome .section .page .contact .cbox .q3 {
  position: absolute;
  width: 14.89%;
  right: -5.2%;
  animation: balloon2 6s ease-in-out infinite;
  top: 4.4%;
}
.main.welcome .section .page .contact .cbox .q3 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .cbox .q3 {
    display: none;
  }
}
.main.welcome .section .page .contact .cbox .q4 {
  position: absolute;
  width: 14.58%;
  animation: balloon2 6s ease-in-out infinite;
  left: -5.2%;
  bottom: -4.4%;
}
.main.welcome .section .page .contact .cbox .q4 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .cbox .q4 {
    display: none;
  }
}
.main.welcome .section .page .contact .frog {
  width: 778px;
  height: 490px;
  background: url(../img/qw.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -389px;
  bottom: 0;
}
@media (max-height: 930px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog {
    display: none;
    width: 700px;
    height: 440px;
    background-size: cover;
    margin-left: -350px;
  }
}
@media (max-height: 850px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog {
    width: 636px;
    height: 400px;
    background-size: cover;
    margin-left: -318px;
  }
}
@media (max-height: 800px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog {
    width: 556px;
    height: 350px;
    background-size: cover;
    margin-left: -278px;
  }
}
@media (max-height: 650px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog {
    width: 476px;
    height: 300px;
    background-size: cover;
    margin-left: -238px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .frog {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .contact .frog {
    width: 556px;
    height: 350px;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .main.welcome .section .page .contact .frog {
    width: 476px;
    height: 300px;
    background-size: cover;
  }
}
@media (max-width: 500px) {
  .main.welcome .section .page .contact .frog {
    display: none;
    width: 320px;
    height: 202px;
    background-size: cover;
  }
}
.main.welcome .section .page .contact .frog .code_box {
  width: 140px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -70px;
}
@media (max-height: 850px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog .code_box {
    bottom: 10px;
  }
}
@media (max-height: 800px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog .code_box {
    width: 100px;
    margin-left: -50px;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .contact .frog .code_box {
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  .main.welcome .section .page .contact .frog .code_box {
    bottom: 5px;
  }
}
.main.welcome .section .page .contact .frog .code_box .code {
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.main.welcome .section .page .contact .frog .code_box .code img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  max-width: 92%;
  margin: auto;
  max-height: 92%;
}
@media (max-height: 800px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog .code_box .code {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .contact .frog .code_box .code {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .main.welcome .section .page .contact .frog .code_box .code {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 500px) {
  .main.welcome .section .page .contact .frog .code_box .code {
    width: 70px;
    height: 70px;
  }
}
.main.welcome .section .page .contact .frog .code_box .txt {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media (max-height: 800px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .frog .code_box .txt {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .main.welcome .section .page .contact .frog .code_box .txt {
    font-size: 12px;
    line-height: 20px;
  }
}
.main.welcome .section .page .contact .contact_cen {
  padding-top: 105px;
}
@media (max-height: 850px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen {
    padding-top: 75px;
  }
}
@media (max-height: 750px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen {
    padding-top: 35px;
  }
}
@media (max-height: 650px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen {
    padding-top: 60px;
  }
}
@media (max-width: 650px) {
  .main.welcome .section .page .contact .contact_cen {
    padding-top: 30px;
  }
}
.main.welcome .section .page .contact .contact_cen .title {
  text-align: center;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen .title {
    transform: translate(0px, -50px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.65s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
.main.welcome .section .page .contact .contact_cen .title .en_t {
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  font-family: "AVGARDM";
}
@media (max-width: 1400px) {
  .main.welcome .section .page .contact .contact_cen .title .en_t {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen .title .en_t {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .contact .contact_cen .title .en_t {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .contact .contact_cen .title .en_t {
    font-size: 32px;
    line-height: 34px;
  }
}
.main.welcome .section .page .contact .contact_cen .title .cn {
  margin-top: 6px;
  font-size: 42px;
  line-height: 56px;
  color: #fff;
}
@media (max-width: 1400px) {
  .main.welcome .section .page .contact .contact_cen .title .cn {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1300px) {
  .main.welcome .section .page .contact .contact_cen .title .cn {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen .title .cn {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .contact .contact_cen .title .cn {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .contact .contact_cen .title .cn {
    font-size: 22px;
    line-height: 36px;
    margin-top: 3px;
  }
}
.main.welcome .section .page .contact .contact_cen .message {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen .message {
    transform: translate(0px, -50px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.65s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-height: 750px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen .message {
    margin-top: 25px;
  }
}
@media (max-height: 650px) and (min-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen .message {
    margin-top: 15px;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .contact .contact_cen .message {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .main.welcome .section .page .contact .contact_cen .message {
    margin-top: 10px;
  }
}
.main.welcome .section .page .contact .contact_cen .message ul {
  font-size: 0;
  text-align: center;
}
.main.welcome .section .page .contact .contact_cen .message ul li {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}
.main.welcome .section .page .contact .contact_cen .message ul li:last-child::after {
  display: none;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .contact .contact_cen .message ul li {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .main.welcome .section .page .contact .contact_cen .message ul li {
    padding: 0 30px;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .contact .contact_cen .message ul {
    margin-bottom: 50px
  }
  .main.welcome .section .page .contact .contact_cen .message ul li {
    width: 50% !important;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .main.welcome .section .page .contact .contact_cen .message ul li {
    width: 100%;
    padding: 0 10px;
  }
}
.main.welcome .section .page .contact .contact_cen .message ul li::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 58px;
  background: url(../img/line1.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
@media (max-width: 850px) {
  .main.welcome .section .page .contact .contact_cen .message ul li::after {
    display: none;
  }
}
.main.welcome .section .page .contact .contact_cen .message ul li .icon {
  width: 100%;
  height: 197px;
  position: relative;
}
.main.welcome .section .page .contact .contact_cen .message ul li .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.main.welcome .section .page .contact .contact_cen .message ul li .text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .contact .contact_cen .message ul li .text {
    font-size: 14px;
  }
}
.main.welcome .section .page .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 237px;
  background: url(../img/bg1.jpg) no-repeat bottom center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .bg1 {
    transform: translate(-100px, 100px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.4s 0.4s ease-out, opacity 0.4s 0.4s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .bg1 {
    display: none;
  }
}
.main.welcome .section .page .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 321px;
  background: url(../img/bg2.jpg) no-repeat top center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .bg2 {
    transform: translate(100px, -100px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.4s 0.4s ease-out, opacity 0.4s 0.4s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .bg2 {
    display: none;
  }
}
.main.welcome .section .page .bottom_list {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 1240px) {
  .main.welcome .section .page .bottom_list {
    width: 94%;
    margin-left: -47%;
  }
}
@media (max-width: 650px) {
  .main.welcome .section .page .bottom_list {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.main.welcome .section .page .bottom_list ul {
  width: 110%;
}
@media (max-width: 650px) {
  .main.welcome .section .page .bottom_list ul {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
}
.main.welcome .section .page .bottom_list ul li {
  float: left;
  width: 21.96%;
  margin-right: 1%;
  background: #000;
  border-radius: 5px 5px 0 0;
  height: 80px;
  transform: translateY(30px);
  transition: transform 0.38s ease;
}
@media (max-width: 850px) {
  .main.welcome .section .page .bottom_list ul li {
    height: 40px;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .main.welcome .section .page .bottom_list ul li {
    width: 23%;
    margin: 0 1%;
  }
}
@media (max-width: 500px) {
  .main.welcome .section .page .bottom_list ul li {
    height: 30px;
  }
}
.main.welcome .section .page .bottom_list ul li.l1 {
  background: rgba(8, 36, 73, 0.4);
}
.main.welcome .section .page .bottom_list ul li.l2 {
  background: rgba(194, 74, 62, 0.4);
}
.main.welcome .section .page .bottom_list ul li.l3 {
  background: rgba(54, 178, 195, 0.4);
}
.main.welcome .section .page .bottom_list ul li.l4 {
  background: rgba(226, 142, 49, 0.4);
}
@media (min-width: 1024px) {
  .main.welcome .section .page .bottom_list ul li:hover {
    transform: translateY(0);
  }
  .main.welcome .section .page .bottom_list ul li:hover a .text {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .main.welcome .section .page .bottom_list ul li:hover.l1 {
    background: #082449;
  }
  .main.welcome .section .page .bottom_list ul li:hover.l2 {
    background: #c24a3e;
  }
  .main.welcome .section .page .bottom_list ul li:hover.l3 {
    background: #36b2c3;
  }
  .main.welcome .section .page .bottom_list ul li:hover.l4 {
    background: #e28e31;
  }
}
.main.welcome .section .page .bottom_list ul li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 27px;
}
@media (max-width: 850px) {
  .main.welcome .section .page .bottom_list ul li a {
    padding: 5px 15px;
  }
}
@media (max-width: 650px) {
  .main.welcome .section .page .bottom_list ul li a {
    padding: 5px 8px;
  }
}
@media (max-width: 500px) {
  .main.welcome .section .page .bottom_list ul li a {
    padding: 3px 8px;
  }
}
.main.welcome .section .page .bottom_list ul li a .tit {
  position: relative;
  text-align: left;
  padding-right: 25px;
}
@media (max-width: 650px) {
  .main.welcome .section .page .bottom_list ul li a .tit {
    padding-right: 18px;
  }
}
.main.welcome .section .page .bottom_list ul li a .tit .txt {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  height: 32px;
}
.main.welcome .section .page .bottom_list ul li a .tit .txt span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial;
  margin-left: 8px;
}
@media (max-width: 600px) {
  .main.welcome .section .page .bottom_list ul li a .tit .txt span {
    display: none;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .bottom_list ul li a .tit .txt {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .main.welcome .section .page .bottom_list ul li a .tit .txt span {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  .main.welcome .section .page .bottom_list ul li a .tit .txt {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.main.welcome .section .page .bottom_list ul li a .tit .ico {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../img/ico.png) no-repeat;
  background-size: cover;
  margin-top: -10px;
}
@media (max-width: 650px) {
  .main.welcome .section .page .bottom_list ul li a .tit .ico {
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    margin-top: -7px;
  }
}
.main.welcome .section .page .bottom_list ul li a .text {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 850px) {
  .main.welcome .section .page .bottom_list ul li a .text {
    display: none;
  }
}
.main.welcome .section .page .page_banner {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_banner {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .page_banner {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_banner {
    padding-top: 0;
  }
}
.main.welcome .section .page .flexslider {
  height: 100%;
}
.main.welcome .section .page .flexslider .flex-control-nav {
  right: 2.1%;
  left: auto;
  width: auto;
  height: 100%;
  bottom: 0;
  top: 50%;
  z-index: 10;
  margin-top: -40px;
}
.main.welcome .section .page .flexslider .flex-control-nav li {
  display: block;
  margin: 14px 0;
}
.main.welcome .section .page .flexslider .flex-control-nav li a {
  width: 6px;
  height: 6px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.3s;
}
.main.welcome .section .page .flexslider .flex-control-nav li a.flex-active {
  background: #fff;
}
.main.welcome .section .page .flexslider .flex-control-nav li a.flex-active::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main.welcome .section .page .flexslider .flex-control-nav li a::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  margin-top: -7px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.3s;
}
.main.welcome .section .page .flexslider .slides {
  height: 100%;
}
.main.welcome .section .page .flexslider .slides li {
  height: 100%;
  transition: all 2s cubic-bezier(0.42, 0, 0.49, 1.01);
  transform: scale(1.1);
}
.main.welcome .section .page .flexslider .slides li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main.welcome .section .page .flexslider .slides li a video {
  width: 100%;
  height: 100%;
  display: block;
}
.main.welcome .section .page .flexslider .slides li a img {
  width: 100%;
  height: auto;
}
.main.welcome .section .page .bot {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .bot {
    position: static;
  }
}
@media (max-height: 700px) and (min-width: 1024px) {
  .main.welcome .section .page .bot {
    bottom: 10px;
  }
}
.main.welcome .section .page .bot .bot_l {
  left: 2.7%;
  position: absolute;
  bottom: -40px;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .bot .bot_l {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main.welcome .section .page .bot .bot_l {
    transform: translate(-30px, 0px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
.main.welcome .section .page .bot .bot_right {
  position: absolute;
  right: 0;
  bottom: -50px;
  display: inline-block;
  width: 30.2%;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .bot .bot_right {
    transform: translate(0px, 30px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-width: 1600px) {
  .main.welcome .section .page .bot .bot_right {
    display: none;
  }
}
.main.welcome .section .page .bot .bot_right .en {
  display: block;
  width: 100%;
}
.main.welcome .section .page .bot .bot_right .icon {
  position: absolute;
  width: 10.6%;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main.welcome .section .page .bot .bot_cen {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .main.welcome .section .page .bot .bot_cen {
    margin-left: 5%;
  }
}
@media (max-width: 1320px) {
  .main.welcome .section .page .bot .bot_cen {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .bot .bot_cen {
    margin-left: auto;
    margin-top: 30px;
    width: 94%;
  }
}
@media (max-width: 600px) {
  .main.welcome .section .page .bot .bot_cen {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .bot .bot_cen .links ul {
    display: none
  }
}
.main.welcome .section .page .bot .bot_cen .links ul li {
  margin-right: 46px;
  width: 110px;
  height: 62px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  float: left;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .bot .bot_cen .links ul li {
    transform: translate(30px, 0px);
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:nth-child(1) {
    transition: transform 0.6s 0.15s ease-out, opacity 0.5s 0.15s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:nth-child(2) {
    transition: transform 0.6s 0.3s ease-out, opacity 0.5s 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:nth-child(3) {
    transition: transform 0.6s 0.45s ease-out, opacity 0.5s 0.45s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:nth-child(4) {
    transition: transform 0.6s 0.6s ease-out, opacity 0.5s 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:nth-child(5) {
    transition: transform 0.6s 0.75s ease-out, opacity 0.5s 0.75s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:nth-child(6) {
    transition: transform 0.6s 0.9s ease-out, opacity 0.5s 0.9s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:hover a .cn {
    color: #3598af;
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:hover a .cn::before {
    transform: translateX(5px);
  }
  .main.welcome .section .page .bot .bot_cen .links ul li:hover a .cn::after {
    transform: translateX(-5px);
  }
}
.main.welcome .section .page .bot .bot_cen .links ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .bot .bot_cen .links ul li {
    margin-right: 35px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .bot .bot_cen .links ul li {
    width: 13.3%;
    margin-right: 2%;
  }
}
@media (max-width: 700px) {
  .main.welcome .section .page .bot .bot_cen .links ul li {
    width: 28.5%;
    margin-top: 2%;
    height: 40px;
  }
}
.main.welcome .section .page .bot .bot_cen .links ul li a {
  display: block;
  height: 100%;
  padding-top: 10px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .main.welcome .section .page .bot .bot_cen .links ul li a {
    padding-top: 3px;
  }
}
.main.welcome .section .page .bot .bot_cen .links ul li a .cn {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fafafa;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 700px) {
  .main.welcome .section .page .bot .bot_cen .links ul li a .cn {
    font-size: 13px;
    line-height: 18px;
  }
}
.main.welcome .section .page .bot .bot_cen .links ul li a .cn::before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../img/s1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transition: transform 0.3s;
}
.main.welcome .section .page .bot .bot_cen .links ul li a .cn::after {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../img/s2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  transition: transform 0.3s;
  margin-left: -3px;
}
.main.welcome .section .page .bot .bot_cen .links ul li a .en {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: block;
}
@media (max-width: 700px) {
  .main.welcome .section .page .bot .bot_cen .links ul li a .en {
    line-height: 16px;
  }
}
.main.welcome .section .page .tab {
  width: 100%;
  height: 100%;
  display: table;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab {
    display: block;
  }
}
.main.welcome .section .page .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell {
    display: block;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .tab .tab_cell .w1280 {
    margin-top: 44px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_top {
  position: relative;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top {
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_top .title .en img {
  max-width: 100%;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .title .en img {
    height: 79px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .title .en img {
    height: 65px;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .title .en img {
    height: 65px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .title .en img {
    height: 50px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_top .title .cn {
  color: #333;
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_top .more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 220px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #3598af;
  box-shadow: 0 8px 20px rgba(234, 111, 34, 0.2);
  margin-top: -23px;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more {
    width: 180px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more {
    display: none;
    width: 130px;
    height: 36px;
    margin-top: -13px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(1) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.045s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(2) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.09s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(3) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.135s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(4) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.18s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(5) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.225s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(6) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.27s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(7) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.315s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(8) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.36s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(9) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.405s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover span:nth-child(10) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.45s;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_top .more:hover::before {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_top .more::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_top .more span {
  transform: translateY(-10px);
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_top .more span.char5 {
  width: 8px;
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box {
  margin-top: 36px;
}
@media (max-width: 600px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box {
    margin-top: 20px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul {
  width: 110%;
}
@media (max-width: 600px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul {
    width: 100%;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li {
  float: left;
  width: 27.74%;
  margin-right: 3.7%;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li {
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li:nth-child(1) {
    transition: transform 0.6s 0.1s ease-out, opacity 0.5s 0.1s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li:nth-child(2) {
    transition: transform 0.6s 0.2s ease-out, opacity 0.5s 0.2s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li:nth-child(3) {
    transition: transform 0.6s 0.3s ease-out, opacity 0.5s 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-width: 600px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 15px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a {
  display: block;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a:hover .pic img {
    transform: scale(1.05);
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .pic {
  overflow: hidden;
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .pic img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont {
  padding-top: 36px;
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont {
    padding-top: 15px;
  }
}
@media (max-width: 1300px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont {
    padding-top: 20px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .t {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .t {
    font-size: 16px;
    line-height: 24px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 8px;
  height: 48px;
  overflow: hidden;
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg {
  margin-top: 26px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg {
    margin-top: 18px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg .ico {
  float: right;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg .ico img {
    height: 26px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg .date {
  float: left;
  margin-top: 8px;
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg .date .day {
  font-size: 18px;
  line-height: 22px;
  color: #cacaca;
  float: right;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg .date .day {
    font-size: 18px;
    line-height: 18px;
  }
}
.main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg .date .year {
  margin-left: 3px;
  float: left;
  margin-top: 10px;
  font-size: 9px;
  line-height: 10px;
  color: #c1c1c1;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .w1280 .news_box ul li a .cont .msg .date .year {
    margin-top: 7px;
  }
}
.main.welcome .section .page .tab .tab_cell .title .en img {
  max-width: 100%;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .tab .tab_cell .title .en img {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .title .en img {
    height: 60px;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .main.welcome .section .page .tab .tab_cell .title .en img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .tab .tab_cell .title .en img {
    height: 60px;
  }
}
.main.welcome .section .page .tab .tab_cell .title .cn {
  font-size: 42px;
  line-height: 56px;
  color: #005bac;
  margin-top: 22px;
}
@media (max-width: 1400px) {
  .main.welcome .section .page .tab .tab_cell .title .cn {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1300px) {
  .main.welcome .section .page .tab .tab_cell .title .cn {
    font-size: 36px;
    line-height: 48px;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .title .cn {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .main.welcome .section .page .tab .tab_cell .title .cn {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .tab .tab_cell .title .cn {
    font-size: 22px;
    line-height: 36px;
    margin-top: 3px;
  }
}
.main.welcome .section .page .tab .tab_cell .content {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1320px) {
  .main.welcome .section .page .tab .tab_cell .content {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content {
    width: 94%;
  }
}
.main.welcome .section .page .tab .tab_cell .content .swiper_box {
  float: right;
  display: none;
  width: 50%;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content .swiper_box {
    display: block;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .tab .tab_cell .content .swiper_box {
    float: none;
    width: 70%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .main.welcome .section .page .tab .tab_cell .content .swiper_box {
    width: 100%;
    margin-top: 25px;
  }
}
.main.welcome .section .page .tab .tab_cell .content .swiper_box .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.main.welcome .section .page .tab .tab_cell .content .swiper_box .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.main.welcome .section .page .tab .tab_cell .content .swiper_box .swiper-pagination {
  line-height: 0;
  transition: none;
}
.main.welcome .section .page .tab .tab_cell .content .swiper_box .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.main.welcome .section .page .tab .tab_cell .content .swiper_box .swiper-pagination span.swiper-pagination-bullet-active {
  background: #00539C;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r {
  height: 550px;
  float: right;
  width: 50%;
  position: relative;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_r {
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-width: 1550px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_r {
    width: 44%;
    margin-right: 6%;
  }
}
@media (max-width: 1400px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_r {
    width: 40%;
    margin-right: 10%;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_r {
    display: none;
  }
}
.main.welcome .section .page .tab .tab_cell .content .cont_r .dots {
  position: absolute;
  right: -13.5%;
  bottom: 30px;
  width: 100%;
  text-align: right;
  z-index: 10;
}
@media (max-width: 1200px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_r .dots {
    bottom: 15px;
  }
}
.main.welcome .section .page .tab .tab_cell .content .cont_r .dots a {
  width: 14px;
  height: 14px;
  background: #ccc;
  border-radius: 50%;
  margin-left: 14px;
  display: inline-block;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r .dots a.active {
  background: #00539C;
  transform: scale(1.28);
}
@media (max-width: 1400px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_r .dots a {
    width: 10px;
    height: 10px;
  }
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  z-index: 3;
  width: 84.375%;
  left: 34.375%;
  top: 33.6%;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  opacity: 0;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #00568e;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l1 {
  z-index: 10;
  left: 5%;
  top: 16.36%;
  box-shadow: 0 5px 35px rgba(153, 153, 153, 0.43);
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l1 img {
  opacity: 1;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l1 .bg {
  opacity: 0.1;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l2 {
  z-index: 8;
  left: 20%;
  top: 0;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l2 img {
  opacity: 0.5;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l2 .bg {
  opacity: 0.1;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l3 {
  z-index: 5;
  left: 34.375%;
  top: 33.6%;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l3 img {
  opacity: 0.2;
}
.main.welcome .section .page .tab .tab_cell .content .cont_r ul li.l3 .bg {
  opacity: 0;
}
.main.welcome .section .page .tab .tab_cell .content .cont_l {
  float: left;
  width: 47.2%;
  padding-top: 4%;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l {
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l {
    padding-top: 0;
  }
}
@media (max-width: 850px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l {
    width: 100%;
    float: none;
  }
}
.main.welcome .section .page .tab .tab_cell .content .cont_l .cont {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-top: 40px;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l .cont {
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l .cont {
    margin-top: 10px;
  }
}
.main.welcome .section .page .tab .tab_cell .content .cont_l .more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 220px;
  text-transform: uppercase;
  background-color: #3598af;
  box-shadow: 0 8px 20px rgba(222, 57, 40, 0.2);
  margin-top: 65px;
  position: relative;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(1) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.045s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(2) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.09s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(3) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.135s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(4) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.18s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(5) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.225s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(6) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.27s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(7) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.315s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(8) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.36s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(9) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.405s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover span:nth-child(10) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.45s;
  }
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more:hover::before {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media (max-width: 1300px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more {
    margin-top: 45px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more {
    margin-top: 30px;
    width: 180px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .tab .tab_cell .content .cont_l .more {
    width: 130px;
    height: 36px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0;
  }
}
.main.welcome .section .page .tab .tab_cell .content .cont_l .more::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.welcome .section .page .tab .tab_cell .content .cont_l .more span {
  transform: translateY(-10px);
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.welcome .section .page .tab .tab_cell .content .cont_l .more span.char5 {
  width: 8px;
}
.main.welcome .section .page .page_top {
  padding-top: 0px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top {
    height: auto;
    padding-top: 0;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.welcome .section .page .page_top {
    padding-top: 60px;
  }
}
.main.welcome .section .page .page_top .container {
  height: 100%;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top .container {
    height: auto;
  }
}
.main.welcome .section .page .page_top .container ul {
  height: 100%;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top .container ul {
    height: auto;
  }
}
.main.welcome .section .page .page_top .container ul li {
  width: 33%;
  height: 100%;
  float: left;
  background: #6e7d97;
}
@media (min-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li {
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  .main.welcome .section .page .page_top .container ul li:nth-child(1) {
    transition: transform 0.6s 0.1s ease-out, opacity 0.5s 0.1s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .page_top .container ul li:nth-child(2) {
    transition: transform 0.6s 0.2s ease-out, opacity 0.5s 0.2s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .page_top .container ul li:nth-child(3) {
    transition: transform 0.6s 0.3s ease-out, opacity 0.5s 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
  .main.welcome .section .page .page_top .container ul li:nth-child(4) {
    transition: transform 0.6s 0.4s ease-out, opacity 0.5s 0.4s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li {
    height: auto;
  }
}
@media (max-width: 650px) {
  .main.welcome .section .page .page_top .container ul li {
    width: 33%;
    float: left;
  }
  .showhide{display:none}
}
.main.welcome .section .page .page_top .container ul li:nth-child(2) {
  background: #c6473c;
}
.main.welcome .section .page .page_top .container ul li:nth-child(2) .pic .bg {
  background: url(../img/22.png) no-repeat left center;
  background-size: auto 100%;
  right: auto;
  left: 0;
}
.main.welcome .section .page .page_top .container ul li:nth-child(3) {
  background: #f0991f;
}
.main.welcome .section .page .page_top .container ul li:nth-child(3) .pic .bg {
  background: url(../img/33.png) no-repeat right center;
  background-size: auto 100%;
  right: auto;
  left: 0;
}
.main.welcome .section .page .page_top .container ul li:nth-child(4) {
  background: #677bef;
}
.main.welcome .section .page .page_top .container ul li:nth-child(4) .pic .bg {
  background: url(../img/66.png) no-repeat left center;
  background-size: auto 100%;
  right: auto;
  left: 0;
}
.main.welcome .section .page .page_top .container ul li:nth-child(even) .pic {
  float: right;
}
.main.welcome .section .page .page_top .container ul li:nth-child(even) .cont {
  right: auto;
  left: 0;
  padding-left: 7.7%;
  padding-right: 9.3%;
}
@media (max-width: 450px) {
  .main.welcome .section .page .page_top .container ul li:nth-child(even) .cont {
    padding-left: 8% !important;
    padding-right: 11% !important;
  }
}
.main.welcome .section .page .page_top .container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li a {
    height: 280px;
  }
}
@media (max-width: 650px) {
  .main.welcome .section .page .page_top .container ul li a {}
}
@media (max-width: 450px) {
  .main.welcome .section .page .page_top .container ul li a {}
}
@media (min-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li a:hover .cont .cont_box .cell .ico {
    transform: translate(10px, 0);
  }
}
.main.welcome .section .page .page_top .container ul li .pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
   transition: all .6s;
}


.main.welcome .section .page .page_top .container ul li .pic:hover {
 transform: scale(1.2);
}
.main.welcome .section .page .page_top .container ul li .pic .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
}



.main.welcome .section .page .page_top .container ul li .cont {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 340px;
  z-index: 10;
  box-sizing: border-box;
  padding-left: 9.3%;
  padding-right: 7.7%;
}
@media (max-width: 450px) {
  .main.welcome .section .page .page_top .container ul li .cont {
    padding-right: 8% !important;
    padding-left: 11% !important;
  }
}
.main.welcome .section .page .page_top .container ul li .cont .cont_box {
  width: 100%;
  height: 100%;
  display: table;
}
.main.welcome .section .page .page_top .container ul li .cont .cont_box .cell {
  display: table-cell;
  vertical-align: middle;
}
.main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .en {
  font-family: "MyriadPro-Bold";
  font-size: 22px;
  line-height: 38px;
  color: #fff;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .en {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-height: 700px) and (min-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .en {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .en {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .en {
    font-size: 24px;
    line-height: 30px;
  }
}
.main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .cn {
  font-size: 26px;
  line-height: 46px;
  color: #fff;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .cn {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .cn {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-height: 700px) and (min-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .cn {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .title .cn {
    font-size: 16px;
    line-height: 24px;
  }
}
.main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .con {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
  height: 123px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .con {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    height: 96px;
  }
}
@media (max-height: 700px) and (min-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .con {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
    height: 80px;
  }
}
@media (max-width: 450px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .con {
    display: none;
  }
}
.main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .ico {
  margin-top: 50px;
  transition: transform 0.38s ease;
}
@media (max-width: 1300px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .ico {
    margin-top: 30px;
  }
}
@media (max-height: 700px) and (min-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .ico {
    margin-top: 10px;
  }
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .ico img {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .ico {
    margin-top: 15px;
  }
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .ico img {
    height: 26px;
  }
}
@media (max-width: 650px) {
  .main.welcome .section .page .page_top .container ul li .cont .cont_box .cell .ico {
    margin-top: 10px;
  }
}
.main.industry .industry_detail {
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .main.industry .industry_detail {
    padding-bottom: 40px;
  }
}
.main.industry .industry_detail .industry_box {
  padding-bottom: 0;
  background: none;
  border: none;
}
.main.industry .industry_detail .industry_box .industry_box_cen {
  margin-top: 0;
}
.main.industry .industry_detail .return {
  display: block;
  border-radius: 23px;
  width: 180px;
  height: 46px;
  margin: 0 auto;
  background-color: #00539C;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 45px;
}
@media (max-width: 1300px) {
  .main.industry .industry_detail .return {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .main.industry .industry_detail .return {
    width: 140px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 850px) {
  .main.industry .industry_detail .return {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .main.industry .industry_detail .return:hover span:nth-child(1) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.045s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(2) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.09s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(3) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.135s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(4) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.18s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(5) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.225s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(6) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.27s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(7) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.315s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(8) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.36s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(9) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.405s;
  }
  .main.industry .industry_detail .return:hover span:nth-child(10) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.45s;
  }
  .main.industry .industry_detail .return:hover::before {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.main.industry .industry_detail .return::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .industry_detail .return span {
  transform: translateY(-10px);
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .industry_box {
  padding-top: 30px;
  padding-bottom: 113px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1024px) {
  .main.industry .industry_box {
    padding-top: 70px;
    padding-bottom: 85px;
  }
}
@media (max-width: 600px) {
  .main.industry .industry_box {
    padding-top: 30px;
    padding-bottom: 55px;
  }
}
.main.industry .industry_box .pos {
  margin-bottom: 15px;
  text-align: right;
  line-height: 24px;
  color: #999;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .pos {
    display: none;
  }
}
.main.industry .industry_box .pos .txt {
  display: inline-block;
  padding-left: 13px;
  background: url(../img/pos.png) no-repeat left center;
}
.main.industry .industry_box .pos a {
  color: #999;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .main.industry .industry_box .pos a:hover {
    color: #00539C;
  }
}
.main.industry .industry_box .pos span {
  color: #507a9f;
}
.main.industry .industry_box.game .industry_box_cen .text_l .tit span {
  color: #de564a;
}
.main.industry .industry_box.game .industry_box_cen .text_l .ico {
  width: 170px;
}
.main.industry .industry_box.game .industry_box_cen .text_l .ico2 {
  left: 105%;
  bottom: 39%;
}
.main.industry .industry_box.game .industry_box_cen .img_box::after {
  background: #de564a;
}
.main.industry .industry_box.read .industry_box_cen .text_l .tit span {
  color: #5f9ad2;
}
.main.industry .industry_box.read .industry_box_cen .text_l .ico {
  width: 176px;
  top: -30px;
  left: -172px;
}
.main.industry .industry_box.read .industry_box_cen .text_l .ico2 {
  left: 102%;
  width: 27px;
  bottom: -2%;
}
.main.industry .industry_box.read .industry_box_cen .img_box::after {
  background: #5f9ad2;
}
.main.industry .industry_box.financial .industry_box_cen .text_l .tit span {
  color: #fba721;
}
.main.industry .industry_box.financial .industry_box_cen .text_l .ico {
  width: 132px;
  top: -35px;
  left: -115px;
}
.main.industry .industry_box.financial .industry_box_cen .text_l .ico2 {
  left: 105%;
  width: 22px;
  top: 88%;
}
.main.industry .industry_box.financial .industry_box_cen .img_box::after {
  background: #fba721;
}
.main.industry .industry_box .industry_box_cen {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen {
    margin-top: 0;
  }
}
.main.industry .industry_box .industry_box_cen .text_l {
  float: left;
  width: 50%;
  padding-top: 27px;
  position: relative;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen .text_l {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .main.industry .industry_box .industry_box_cen .text_l {
    width: 100%;
    float: none;
  }
}
.main.industry .industry_box .industry_box_cen .text_l img {
  max-width: 100%;
  height: auto !important;
}
.main.industry .industry_box .industry_box_cen .text_l .ico {
  position: absolute;
  left: -190px;
  top: -50px;
}
.main.industry .industry_box .industry_box_cen .text_l .ico img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen .text_l .ico {
    display: none;
  }
}
.main.industry .industry_box .industry_box_cen .text_l .ico2 {
  position: absolute;
  left: 103%;
  bottom: -30%;
}
.main.industry .industry_box .industry_box_cen .text_l .ico2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen .text_l .ico2 {
    display: none;
  }
}
.main.industry .industry_box .industry_box_cen .text_l .tit {
  font-size: 42px;
  line-height: 58px;
  color: #333;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen .text_l .tit {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .main.industry .industry_box .industry_box_cen .text_l .tit {
    font-size: 22px;
    line-height: 36px;
    margin-top: 3px;
  }
}
.main.industry .industry_box .industry_box_cen .text_l .tit span {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 58px;
  display: inline-block;
  color: #9dadc8;
  margin-left: 8px;
  vertical-align: bottom;
  font-family: "AVGR65W";
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen .text_l .tit span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .main.industry .industry_box .industry_box_cen .text_l .tit span {
    font-size: 28px;
    line-height: 36px;
  }
}
.main.industry .industry_box .industry_box_cen .text_l .con {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-top: 28px;
  position: relative;
  z-index: 10;
}
.main.industry .industry_box .industry_box_cen .text_l .con p {
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen .text_l .con {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .main.industry .industry_box .industry_box_cen .text_l .con {
    margin-top: 8px;
  }
}
.main.industry .industry_box .industry_box_cen .img_box {
  float: right;
  width: 42.18%;
  position: relative;
}
@media (max-width: 700px) {
  .main.industry .industry_box .industry_box_cen .img_box {
    width: 60%;
    float: none;
    margin-left: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .main.industry .industry_box .industry_box_cen .img_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.main.industry .industry_box .industry_box_cen .img_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #A5D064;
  background-size: cover;
  left: -20px;
  top: 20px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .main.industry .industry_box .industry_box_cen .img_box::after {
    left: -15px;
    top: 15px;
  }
}
@media (max-width: 500px) {
  .main.industry .industry_box .industry_box_cen .img_box::after {
    left: -10px;
    top: 10px;
  }
}
.main.industry .industry_box .industry_box_cen .img_box .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.main.industry .industry_box .industry_box_cen .img_box .pic img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.main.industry .box .anmate_box {
  position: relative;
  top: -20px;
  z-index: 10;
  width: 100%;
}
@media (max-width: 700px) {
  .main.industry .box .anmate_box {
    top: -16px;
  }
}
.main.industry .box .anmate_box.fix {
  top: 0;
  position: fixed;
  z-index: 1000;
  background: #fff;
  background-size: cover;
  height: 86px;
  padding-top: 23px;
  box-sizing: border-box;
  margin-top: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.industry .box .anmate_box.fix {
    height: 60px;
    padding-top: 15px;
  }
}
@media (max-width: 700px) {
  .main.industry .box .anmate_box.fix {
    height: 50px;
    padding-top: 10px;
  }
}
.main.industry .box .anmate_box .animate_nav ul {
  text-align: center;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.main.industry .box .anmate_box .animate_nav ul li {
  display: inline-block;
  width: 112px;
  height: 40px;
  vertical-align: top;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin: 0 10px;
  background: #fff;
  text-transform: uppercase;
  transition: background 0.5s, border-color 0.5s;
}
@media (max-width: 1100px) {
  .main.industry .box .anmate_box .animate_nav ul li {
    margin: 0 5px;
  }
}
@media (max-width: 700px) {
  .main.industry .box .anmate_box .animate_nav ul li {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 100px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.industry .box .anmate_box .animate_nav ul li {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 100px;
  }
}
.main.industry .box .anmate_box .animate_nav ul li.cur {
  background: #00539C;
  border-color: #00539C;
}
.main.industry .box .anmate_box .animate_nav ul li.cur a {
  color: #fff;
}
@media (min-width: 1024px) {
  .main.industry .box .anmate_box .animate_nav ul li:hover {
    background: #00539C;
    border-color: #00539C;
  }
  .main.industry .box .anmate_box .animate_nav ul li:hover a {
    color: #fff;
  }
}
.main.industry .box .anmate_box .animate_nav ul li a {
  color: #333;
  transition: color 0.5s;
  display: block;
}
.main.industry .box .container {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .main.industry .box .container {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container {
    padding-bottom: 40px;
  }
}
.main.industry .box .container ul.read {
  padding-bottom: 102px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul.read {
    padding-bottom: 0;
  }
}
.main.industry .box .container ul.read li {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 850px) {
  .main.industry .box .container ul.read li {
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  .main.industry .box .container ul.read li {
    margin-top: 15px;
  }
}
.main.industry .box .container ul.game {
  padding-bottom: 38px;
}
@media (max-width: 650px) {
  .main.industry .box .container ul.game {
    padding-bottom: 0px;
  }
}
.main.industry .box .container ul.financial {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul.financial {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul.financial {
    padding-top: 10px;
  }
}
.main.industry .box .container ul.financial .li {
  padding-top: 0;
  margin-top: 46px;
  padding-bottom: 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .main.industry .box .container ul.financial .li {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.main.industry .box .container ul .li:nth-child(1) .bg {
  background-color: #c9dbeb;
}
.main.industry .box .container ul .li:nth-child(2) .bg {
  background-color: #edf3de;
}
.main.industry .box .container ul .li:nth-child(3) .bg {
  background-color: #fce5eb;
}
.main.industry .box .container ul .li:nth-child(4) .bg {
  background-color: #dae4f2;
}
.main.industry .box .container ul .li:nth-child(5) .bg {
  background-color: #f9e6c9;
}
.main.industry .box .container ul .li {
  position: relative;
  padding-top: 69px;
  padding-bottom: 40px;
  margin-top: 68px;
}
.main.industry .box .container ul .li.game_list {
  padding-bottom: 0;
  padding-top: 52px;
  margin-top: 0;
}
.main.industry .box .container ul .li.game_list:last-child .game_box {
  border: none;
  background: none;
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li.game_list:last-child .game_box {
    padding-bottom: 0px;
  }
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li.game_list {
    padding-top: 20px;
  }
  .main.industry .box .container ul .li.game_list:first-child {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .main.industry .box .container ul .li {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li {
    padding: 0;
    margin-top: 50px;
  }
  .main.industry .box .container ul .li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li {
    margin-top: 30px;
    padding-top: 15px;
  }
}
.main.industry .box .container ul .li:nth-child(even) .read_list .pic {
  float: right;
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li:nth-child(even) .read_list .pic {
    width: 100%;
    float: none;
  }
}
.main.industry .box .container ul .li:nth-child(even) .read_list .cont {
  float: left;
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li:nth-child(even) .read_list .cont {
    width: 100%;
    float: none;
  }
}
.main.industry .box .container ul .li:nth-child(even) .bg {
  left: auto;
  right: 0;
}
.main.industry .box .container ul .li:nth-child(even) .wrap .text_box {
  float: left;
}
.main.industry .box .container ul .li:nth-child(even) .wrap .pic_box {
  float: right;
}
.main.industry .box .container ul .li .bg {
  width: 46.875%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #c9dbeb;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .bg {
    display: none;
  }
}
.main.industry .box .container ul .li .wrap {
  position: relative;
  z-index: 10;
  display: block;
}
.main.industry .box .container ul .li .wrap .text_box {
  float: right;
  width: 45.1%;
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .text_box {
    width: 100%;
    float: none;
  }
}
.main.industry .box .container ul .li .wrap .text_box .tit {
  padding-bottom: 28px;
  border-bottom: 1px dashed #dfdfdf;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .wrap .text_box .tit {
    padding-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .text_box .tit {
    padding-bottom: 10px;
  }
}
.main.industry .box .container ul .li .wrap .text_box .tit .num {
  width: 64px;
  height: 64px;
  background: url(../img/img_bg3.png) no-repeat center center;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  padding-top: 22px;
  float: left;
  font-family: Arial;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .wrap .text_box .tit .num {
    width: 60px;
    height: 60px;
    background-size: cover;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .wrap .text_box .tit .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 52px;
    padding-top: 0;
  }
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .text_box .tit .num {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.main.industry .box .container ul .li .wrap .text_box .tit .txt {
  font-size: 30px;
  line-height: 64px;
  color: #697b9a;
  text-transform: uppercase;
  margin-left: 10px;
  float: left;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .wrap .text_box .tit .txt {
    font-size: 26px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .wrap .text_box .tit .txt {
    font-size: 20px;
    line-height: 50px;
    margin-left: 3px;
  }
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .text_box .tit .txt {
    font-size: 18px;
    line-height: 44px;
    margin-left: 3px;
  }
}
.main.industry .box .container ul .li .wrap .text_box .con {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 18px;
}
.main.industry .box .container ul .li .wrap .text_box .con strong {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .wrap .text_box .con {
    font-size: 15px;
  }
  .main.industry .box .container ul .li .wrap .text_box .con strong {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .wrap .text_box .con {
    height: auto !important;
    font-size: 14px;
    line-height: 24px;
  }
  .main.industry .box .container ul .li .wrap .text_box .con strong {
    font-size: 14px;
  }
}
.main.industry .box .container ul .li .wrap .text_box .btn {
  position: relative;
  height: 94px;
  padding-top: 48px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .wrap .text_box .btn {
    height: 85px;
    padding-top: 39px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .wrap .text_box .btn {
    height: 60px;
    padding-top: 20px;
  }
}
.main.industry .box .container ul .li .wrap .text_box .btn .more {
  display: block;
  border-radius: 23px;
  width: 180px;
  height: 46px;
  background-color: #008de5;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .wrap .text_box .btn .more {
    width: 140px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .text_box .btn .more {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(1) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.045s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(2) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.09s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(3) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.135s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(4) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.18s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(5) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.225s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(6) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.27s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(7) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.315s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(8) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.36s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(9) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.405s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover span:nth-child(10) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.45s;
  }
  .main.industry .box .container ul .li .wrap .text_box .btn .more:hover::before {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.main.industry .box .container ul .li .wrap .text_box .btn .more::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .wrap .text_box .btn .more span {
  transform: translateY(-10px);
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .wrap .text_box .btn .ico {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .wrap .text_box .btn .ico img {
    max-height: 85px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .wrap .text_box .btn .ico img {
    max-height: 60px;
  }
}
.main.industry .box .container ul .li .wrap .pic_box {
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  width: 49.24%;
  float: left;
  padding: 12px;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .pic_box {
    padding: 8px;
    margin-top: 20px;
  }
}
.main.industry .box .container ul .li .wrap .pic_box .flex-control-nav {
  line-height: 0;
  bottom: -48px;
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .pic_box .flex-control-nav {
    bottom: 10px;
  }
}
.main.industry .box .container ul .li .wrap .pic_box .flex-control-nav li {
  margin: 0 4px;
}
.main.industry .box .container ul .li .wrap .pic_box .flex-control-nav li a {
  width: 10px;
  height: 10px;
  background: #a1afbc;
}
.main.industry .box .container ul .li .wrap .pic_box .flex-control-nav li a.flex-active {
  background: #666;
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .wrap .pic_box {
    width: 100%;
    float: none;
  }
}
.main.industry .box .container ul .li .game_box {
  padding-bottom: 75px;
  border-bottom: 1px solid #dde1e4;
  background: url(../img/shadow_bg.png) no-repeat bottom center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .game_box {
    padding-bottom: 30px;
  }
}
.main.industry .box .container ul .li .game_box .tit {
  font-size: 30px;
  line-height: 40px;
  color: #7d3d37;
  text-align: center;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .tit {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .main.industry .box .container ul .li .game_box .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li {
  width: 47.05%;
  border-radius: 2px;
  background-color: #fcfcfc;
  box-shadow: 0 0 18px rgba(7, 0, 2, 0.13);
  padding: 15px;
  box-sizing: border-box;
  padding-bottom: 0;
  border: 1px solid #fff;
  float: left;
  margin-top: 3.1%;
}
.main.industry .box .container ul .li .game_box .pro_list ul li:nth-child(even) {
  float: right;
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li:nth-child(even) {
    float: none;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li {
    padding: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li:hover .pic .mask {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .main.industry .box .container ul .li .game_box .pro_list ul li:hover .pic .wx_code {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic .img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic .wx {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic .wx_code {
  width: 140px;
  height: 172px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.5s cubic-bezier(0.65, -0.6, 0.24, 1), opacity 0.5s cubic-bezier(0.65, -0.6, 0.24, 1);
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic .wx_code .wx_box {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic .wx_code .wx_box img {
  width: 100%;
  height: auto;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .pic .wx_code .txt {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding-top: 10px;
  text-align: center;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont {
  padding-top: 20px;
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont {
    padding-top: 15px;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .code {
  float: right;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  background: url(../img/game_code.png) no-repeat center center;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .code {
    width: 36px;
    height: 36px;
    background-size: 15px 15px;
  }
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .code {
    margin-right: 0;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt {
  float: left;
  position: relative;
  height: 50px;
  width: 253px;
  box-sizing: border-box;
  padding-right: 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt {
    width: 192px;
    height: 40px;
    padding-right: 55px;
  }
}
@media (max-width: 440px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt {
    width: 160px;
    padding-right: 48px;
    height: 36px;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt .tab {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 10;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt .tab .tab_cell {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 440px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt .tab .tab_cell {
    font-size: 13px;
    line-height: 15px;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt::after {
  content: '';
  display: block;
  width: 253px;
  height: 79px;
  background: url(../img/game_bg.png) no-repeat;
  position: absolute;
  left: -43px;
  top: 0;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt::after {
    width: 192px;
    height: 60px;
    background-size: cover;
    left: -30px;
  }
}
@media (max-width: 440px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .game_tit .tit_txt::after {
    width: 160px;
    height: 50px;
    background: url(../img/game_bg2.png) no-repeat;
    background-size: cover;
    left: -30px;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 20px;
  margin-right: 12px;
  margin-left: 22px;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .text {
    font-size: 13px;
    line-height: 22px;
    height: 110px;
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .text {
    height: auto;
    margin-right: 0;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .more {
  display: block;
  margin-right: 12px;
  margin-left: 22px;
  border-top: 1px solid #dee0e2;
  padding: 23px 0;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .more {
    padding: 15px 0;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .more {
    padding: 10px 0;
    margin-top: 15px;
    margin-left: 0;
  }
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .more span {
  font-size: 16px;
  line-height: 24px;
  color: #de564a;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}
.main.industry .box .container ul .li .game_box .pro_list ul li .cont .more span::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 12px;
  background: url(../img/r.png) no-repeat center center;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .game_box .pro_list ul li .cont .more span {
    font-size: 14px;
    padding-right: 18px;
  }
}
.main.industry .box .container ul .li .read_list {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(7, 0, 2, 0.15);
  display: block;
  padding: 50px 48px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .main.industry .box .container ul .li .read_list:hover .pic .mask {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .main.industry .box .container ul .li .read_list:hover .pic .wx_code {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0px);
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(1) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.045s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(2) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.09s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(3) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.135s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(4) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.18s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(5) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.225s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(6) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.27s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(7) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.315s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(8) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.36s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(9) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.405s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn span:nth-child(10) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.45s;
  }
  .main.industry .box .container ul .li .read_list:hover .cont .btn::before {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .read_list {
    padding: 40px;
  }
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li .read_list {
    padding: 25px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .read_list {
    padding: 25px 15px 20px 15px;
  }
}
.main.industry .box .container ul .li .read_list .pic {
  overflow: hidden;
  float: left;
  width: 44.85%;
  position: relative;
}
.main.industry .box .container ul .li .read_list .pic .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main.industry .box .container ul .li .read_list .pic .wx {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}
.main.industry .box .container ul .li .read_list .pic .wx_code {
  width: 140px;
  height: 172px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.5s cubic-bezier(0.65, -0.6, 0.24, 1), opacity 0.5s cubic-bezier(0.65, -0.6, 0.24, 1);
}
.main.industry .box .container ul .li .read_list .pic .wx_code .wx_box {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.main.industry .box .container ul .li .read_list .pic .wx_code .wx_box img {
  width: 100%;
  height: auto;
}
.main.industry .box .container ul .li .read_list .pic .wx_code .txt {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding-top: 10px;
  text-align: center;
}
.main.industry .box .container ul .li .read_list .pic .img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li .read_list .pic {
    width: 100%;
    float: none;
  }
}
.main.industry .box .container ul .li .read_list .cont {
  float: right;
  width: 50.67%;
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li .read_list .cont {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
.main.industry .box .container ul .li .read_list .cont .t {
  font-size: 30px;
  line-height: 34px;
  color: #005bac;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .read_list .cont .t {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .main.industry .box .container ul .li .read_list .cont .t {
    font-size: 20px;
    line-height: 36px;
  }
}
.main.industry .box .container ul .li .read_list .cont .t i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  background: url(../img/game_code.png) no-repeat center center;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .read_list .cont .t i {
    width: 36px;
    height: 36px;
    display: block;
    margin-top: -18px;
    background-size: 15px 15px;
  }
}
@media (max-width: 650px) {
  .main.industry .box .container ul .li .read_list .cont .t i {
    margin-right: 0;
  }
}
.main.industry .box .container ul .li .read_list .cont .text_box {
  margin-top: 18px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.main.industry .box .container ul .li .read_list .cont .text_box p {
  padding-top: 22px;
}
.main.industry .box .container ul .li .read_list .cont .text_box p:first-child {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .main.industry .box .container ul .li .read_list .cont .text_box {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .main.industry .box .container ul .li .read_list .cont .text_box p {
    padding-top: 15px;
  }
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li .read_list .cont .text_box {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .main.industry .box .container ul .li .read_list .cont .text_box p {
    padding-top: 10px;
  }
}
.main.industry .box .container ul .li .read_list .cont .btn {
  display: block;
  border-radius: 23px;
  width: 180px;
  height: 46px;
  background-color: #008de5;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 45px;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .read_list .cont .btn {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .read_list .cont .btn {
    width: 140px;
    height: 38px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .read_list .cont .btn {
    width: 120px;
  }
}
.main.industry .box .container ul .li .read_list .cont .btn::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .read_list .cont .btn span {
  transform: translateY(-10px);
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .financial_list {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(7, 0, 2, 0.08);
}
.main.industry .box .container ul .li .financial_list .financial_list_box {
  padding: 50px 48px;
}
@media (max-width: 1300px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box {
    padding: 40px;
  }
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box {
    padding: 25px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box {
    padding: 25px 15px 20px 15px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .financial_l {
  float: left;
  width: 57.6%;
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .financial_l {
    width: 100%;
    float: none;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .financial_l .txt_box {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
}
.main.industry .box .container ul .li .financial_list .financial_list_box .financial_l .txt_box p {
  margin-top: 14px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .financial_l .txt_box {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .financial_l .txt_box p {
    margin-top: 10px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .financial_r {
  float: right;
  width: 38%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #636363;
  box-shadow: 0 8px 57px rgba(0, 91, 172, 0.25);
}
.main.industry .box .container ul .li .financial_list .financial_list_box .financial_r img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .financial_r {
    width: 80%;
    float: none;
    margin-top: 20px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .t {
  font-size: 30px;
  line-height: 38px;
  color: #e38e31;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .t {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .t {
    font-size: 20px;
    line-height: 24px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .more2 {
  display: block;
  border-radius: 23px;
  width: 180px;
  height: 46px;
  background-color: #008de5;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2 {
    width: 140px;
    height: 38px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2 {
    width: 120px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(1) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.045s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(2) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.09s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(3) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.135s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(4) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.18s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(5) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.225s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(6) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.27s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(7) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.315s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(8) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.36s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(9) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.405s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover span:nth-child(10) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.45s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more2:hover::before {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .more2::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .financial_list .financial_list_box .more2 span {
  transform: translateY(-10px);
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .financial_list .financial_list_box .more {
  display: block;
  border-radius: 23px;
  width: 180px;
  height: 46px;
  background-color: #008de5;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .more {
    width: 140px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    margin-top: 50px;
  }
}
@media (max-width: 850px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .more {
    width: 120px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(1) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.045s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(2) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.09s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(3) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.135s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(4) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.18s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(5) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.225s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(6) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.27s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(7) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.315s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(8) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.36s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(9) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.405s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover span:nth-child(10) {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.45s;
  }
  .main.industry .box .container ul .li .financial_list .financial_list_box .more:hover::before {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .more::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .financial_list .financial_list_box .more span {
  transform: translateY(-10px);
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont {
  margin-top: 4px;
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .txt {
  margin-top: 32px;
}
@media (max-width: 800px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .txt {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .txt {
    margin-top: 10px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .txt .txt_tit {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .txt .txt_tit {
    font-size: 16px;
    line-height: 28px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .list {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list {
    margin-top: 15px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l {
  width: 52%;
  float: left;
  background: #fbfbfb;
  border-radius: 6px;
  padding: 25px 32px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l {
    padding: 15px;
    width: 100%;
    float: none;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l.list_l2 {
  width: 46.45%;
  float: right;
}
@media (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l.list_l2 {
    padding: 15px;
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .list_t {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .list_t {
    font-size: 16px;
    line-height: 28px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic {
  height: 470px;
  position: relative;
  text-align: center;
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic img {
    position: static;
  }
}
@media (max-width: 1200px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic {
    height: 430px;
  }
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic {
    height: 360px;
  }
}
@media (max-width: 750px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic {
    height: 260px;
  }
}
@media (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .list .list_l .pic {
    height: auto;
    padding: 15px 0;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot {
  border-radius: 10px;
  padding: 60px;
  margin-top: 40px;
  background-color: #f9ece1;
  position: relative;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot {
    padding: 40px;
  }
}
@media (max-width: 900px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot {
    padding: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot {
    padding: 15px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .register {
  position: absolute;
  bottom: -30px;
  right: 65px;
  display: block;
  width: 191px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  visibility: hidden;
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .register.animate {
  visibility: visible;
  animation: popInRight 1s both;
}
@media (max-width: 1100px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .register {
    right: 30px;
    width: 150px;
  }
}
@media (max-width: 800px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .register {
    bottom: -10px;
    right: 20px;
    width: 130px;
  }
}
@media (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .register {
    width: 70px;
    right: 0;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .register img {
  width: 100%;
  height: auto;
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text {
  float: left;
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text.cont_text1 {
  width: 28.3%;
}
@media (max-width: 800px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text.cont_text1 {
    width: 100%;
    float: none;
    padding-right: 150px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text.cont_text1 {
    padding-right: 40px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text.cont_text2 {
  width: 49.1%;
}
@media (max-width: 800px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text.cont_text2 {
    width: 100%;
    padding-right: 150px;
    float: none;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text.cont_text2 {
    padding-right: 40px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .tit {
  font-size: 24px;
  line-height: 38px;
  color: #333;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 800px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .tit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .tit {
    font-size: 16px;
    line-height: 24px;
  }
}
.main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .word {
  font-size: 18px;
  line-height: 28px;
  color: #de4024;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .word {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 800px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .word {
    margin-top: 3px;
  }
}
@media (max-width: 600px) {
  .main.industry .box .container ul .li .financial_list .financial_list_box .cont .cont_bot .txt_box .cont_text .word {
    font-size: 14px;
    line-height: 20px;
  }
}
.main.industry .list_box ul .li {
  padding: 0 46px 60px 46px;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(7, 0, 2, 0.12);
}
@media (min-width: 1024px) {
  .main.industry .list_box ul .li {
    visibility: hidden;
  }
  .main.industry .list_box ul .li.animate {
    animation: mk_bottom_to_top_scale 1s 1 cubic-bezier(0.77, 0, 0.175, 1) both;
    visibility: visible;
  }
}
@media (max-width: 1400px) {
  .main.industry .list_box ul .li {
    padding: 0 40px 55px 40px;
  }
}
@media (max-width: 900px) {
  .main.industry .list_box ul .li {
    padding: 0 25px 35px 25px;
  }
}
@media (max-width: 768px) {
  .main.industry .list_box ul .li {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .main.industry .list_box ul .li {
    padding: 0 15px 25px 15px;
  }
}
.main.industry .list_box ul .li .t {
  padding: 28px 0;
  border-bottom: 1px solid #f3f2f2;
  font-size: 18px;
  line-height: 34px;
  color: #333;
}
.main.industry .list_box ul .li .t span {
  font-size: 24px;
  color: #00539C;
}
@media (max-width: 1024px) {
  .main.industry .list_box ul .li .t {
    padding: 20px 0;
    border: none;
    font-size: 16px;
    line-height: 30px;
  }
  .main.industry .list_box ul .li .t span {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .main.industry .list_box ul .li .t {
    padding: 20px 0;
    border: none;
    font-size: 15px;
    line-height: 30px;
  }
  .main.industry .list_box ul .li .t span {
    font-size: 18px;
  }
}
.main.industry .list_box ul .li .cont {
  position: relative;
}
.main.industry .list_box ul .li .cont .img {
  width: 37.2%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 850px) {
  .main.industry .list_box ul .li .cont .img {
    position: static;
    text-align: center;
    width: 100%;
  }
}
.main.industry .list_box ul .li .cont .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: auto;
  bottom: 0;
  margin-bottom: auto;
  right: 0;
}
@media (max-width: 850px) {
  .main.industry .list_box ul .li .cont .img img {
    position: static;
    max-width: 80%;
  }
}
.main.industry .list_box ul .li .cont .msg_box {
  width: 61.4%;
  float: right;
  margin-top: 28px;
}
@media (max-width: 850px) {
  .main.industry .list_box ul .li .cont .msg_box {
    width: 100%;
    float: none;
  }
}
.main.industry .list_box ul .li .cont .msg_box .msg {
  font-size: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f2f2;
}
.main.industry .list_box ul .li .cont .msg_box .msg .txt {
  padding-left: 44px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-top: 15px;
  position: relative;
}
.main.industry .list_box ul .li .cont .msg_box .msg .txt:nth-child(even) {
  margin-left: 4%;
}
@media (max-width: 1024px) {
  .main.industry .list_box ul .li .cont .msg_box .msg .txt {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .main.industry .list_box ul .li .cont .msg_box .msg .txt {
    width: 100%;
    margin-top: 5px;
    margin-left: 0 !important;
  }
}
.main.industry .list_box ul .li .cont .msg_box .msg .txt span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media (max-width: 1100px) {
  .main.industry .list_box ul .li .cont .msg_box .msg .txt span {
    font-size: 14px;
    line-height: 24px;
  }
}
.main.industry .list_box ul .li .cont .msg_box .msg .txt div {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 1100px) {
  .main.industry .list_box ul .li .cont .msg_box .msg .txt div {
    font-size: 14px;
    line-height: 24px;
  }
}
.main.industry .list_box ul .li .cont .msg_box .honor .honor_t {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  padding-bottom: 6px;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .main.industry .list_box ul .li .cont .msg_box .honor .honor_t {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
.main.industry .list_box ul .li .cont .msg_box .honor ul {
  padding: 0;
  margin: 0;
}
.main.industry .list_box ul .li .cont .msg_box .honor ul li {
  padding: 0;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding-left: 20px;
  background: url(../img/rad.png) no-repeat left 13px;
}
@media (max-width: 1100px) {
  .main.industry .list_box ul .li .cont .msg_box .honor ul li {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .main.industry .list_box ul .li .cont .msg_box .honor ul li {
    font-size: 14px;
    line-height: 24px;
    background-position: left 8px;
  }
}
.main.about .about_box {
  padding-top: 30px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .main.about .about_box {
    padding-top: 20px;
  }
}
.main.about .about_box .anmate_box {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  height: 42px;
}
@media (max-width: 700px) {
  .main.about .about_box .anmate_box {
    height: 32px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.about .about_box .anmate_box {
    height: 32px;
  }
}
.main.about .about_box .anmate_box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #e3e3e3;
  right: 0;
  display: block;
}
.main.about .about_box .anmate_box.fix {
  top: 0;
  position: fixed;
  z-index: 1000;
  background: #fff;
  background-size: cover;
  height: 86px;
  padding-top: 23px;
  box-sizing: border-box;
  margin-top: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.about .about_box .anmate_box.fix {
    height: 60px;
    padding-top: 15px;
  }
}
@media (max-width: 700px) {
  .main.about .about_box .anmate_box.fix {
    height: 50px;
    padding-top: 10px;
  }
}
.main.about .about_box .anmate_box.fix::after {
  display: none;
}
.main.about .about_box .anmate_box .animate_nav {
  position: relative;
  z-index: 10;
}
.main.about .about_box .anmate_box .animate_nav ul {
  text-align: center;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.main.about .about_box .anmate_box .animate_nav ul li {
  display: inline-block;
  width: 112px;
  height: 40px;
  vertical-align: top;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin: 0 10px;
  background: #fff;
  text-transform: uppercase;
  transition: background 0.5s, border-color 0.5s;
}
@media (max-width: 1100px) {
  .main.about .about_box .anmate_box .animate_nav ul li {
    margin: 0 5px;
  }
}
@media (max-width: 700px) {
  .main.about .about_box .anmate_box .animate_nav ul li {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 100px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.about .about_box .anmate_box .animate_nav ul li {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 100px;
  }
}
.main.about .about_box .anmate_box .animate_nav ul li.cur {
  background: #00539C;
  border-color: #00539C;
}
.main.about .about_box .anmate_box .animate_nav ul li.cur a {
  color: #fff;
}
@media (min-width: 1024px) {
  .main.about .about_box .anmate_box .animate_nav ul li:hover {
    background: #00539C;
    border-color: #00539C;
  }
  .main.about .about_box .anmate_box .animate_nav ul li:hover a {
    color: #fff;
  }
}
.main.about .about_box .anmate_box .animate_nav ul li a {
  color: #333;
  transition: color 0.5s;
  display: block;
}
.main.about .about_box .container ul .li.li1 {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li.li1 {
    margin-top: 30px;
  }
}
.about_box .container_box {
  padding-top: 44px;
  /*padding-bottom: 500px; 0927*/
}
@media (max-width: 1024px) {
  .about_box .container_box {
    padding-top: 30px;
    padding-bottom: 130px;
  }
}
@media (max-width: 600px) {
  .about_box .container_box {
    background-image: url(../images/nbg.jpg) !important;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.main.about .about_box .container ul .li.li4 .container_box, .main.about .about_box .container ul .li.li7 .container_box {
  margin-top: -50px;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li.li4 .container_box, .main.about .about_box .container ul .li.li7 .container_box {
    margin-top: -25px;
  }
}
.main.about .about_box .container ul .li.li6 .container_box {
  background: #f7f9fd;
}
.main.about .about_box .container ul .li .container_box {
  position: relative;
}
.main.about .about_box .container ul .li .container_box .water {
  position: absolute;
  width: 130%;
  margin-left: -15%;
}
.main.about .about_box .container ul .li .container_box .water.water-1 {
  height: 99px;
  background: url(../img/water.png) no-repeat top center;
  background-size: cover;
  top: -60px;
  animation: WavePart2 5s linear infinite;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .water.water-1 {
    height: 50px;
    top: -40px;
  }
}
.main.about .about_box .container ul .li .container_box .water.water-2 {
  height: 99px;
  background: url(../img/water2.png) no-repeat top center;
  background-size: cover;
  top: -40px;
  animation: WavePart2 5s 0.5s linear infinite;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .water.water-2 {
    height: 50px;
    top: -20px;
  }
}
.main.about .about_box .container ul .li .container_box .water.water-3 {
  height: 99px;
  background: url(../img/water3.png) no-repeat top center;
  background-size: cover;
  top: -26px;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .water.water-3 {
    height: 50px;
    top: -10px;
  }
}
.main.about .about_box .container ul .li .container_box .icon {
  width: 175px;
  position: absolute;
  left: 3.385%;
  top: 76%;
  z-index: 10;
}
.main.about .about_box .container ul .li .container_box .icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .icon {
    width: 130px;
    top: -14%;
  }
}
@media (max-width: 768px) {
  .main.about .about_box .container ul .li .container_box .icon {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .icon {
    width: 50px;
    top: -4%;
  }
}
.main.about .about_box .container ul .li .container_box .clound_box {
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .clound_box {
    animation: moveSlideshow 60s linear;
  }
}
@media (max-width: 1300px) {
  .main.about .about_box .container ul .li .container_box .clound_box {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .clound_box {
    height: 40px;
  }
}
.main.about .about_box .container ul .li .container_box .clound_box .cloud {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/clound.png) no-repeat center center;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.main.about .about_box .container ul .li .container_box .clound_box .cloud::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 87%;
  top: 0;
  display: block;
  background: url(../img/clound.png) no-repeat center center;
  background-size: cover;
}
.main.about .about_box .container ul .li .container_box .clound_box .cloud::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 182%;
  top: 0;
  display: block;
  background: url(../img/clound.png) no-repeat center center;
  background-size: cover;
}
.main.about .about_box .container ul .li .container_box .bot_bg {
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/yyy.png) no-repeat top center;
}
.main.about .about_box .container ul .li .container_box .ico {
  position: absolute;
  right: -33%;
  top: -77%;
  width: 46.97%;
}
.main.about .about_box .container ul .li .container_box .ico img {
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .main.about .about_box .container ul .li .container_box .ico {
    top: -60%;
  }
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .ico {
    top: -49%;
    right: -20%;
  }
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .ico {
    display: none;
  }
}
.main.about .about_box .container ul .li .container_box .ico2 {
  position: absolute;
  left: -31%;
  width: 53.9%;
  bottom: -78%;
}
@media (max-width: 1600px) {
  .main.about .about_box .container ul .li .container_box .ico2 {
    bottom: -50%;
  }
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .ico2 {
    bottom: -20%;
    left: -30%;
  }
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .ico2 {
    display: none;
  }
}
.main.about .about_box .container ul .li .container_box .ico2 img {
  width: 100%;
  height: auto;
}
.main.about .about_box .container ul .li .container_box .honor_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main.about .about_box .container ul .li .container_box .box .framework {
  padding-top: 140px;
  padding-bottom: 125px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .framework {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .framework {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.main.about .about_box .container ul .li .container_box .box .framework .img {
  margin-top: 45px;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .framework .img {
    margin-top: 20px;
  }
}
.main.about .about_box .container ul .li .container_box .box .framework img {
  max-width: 100%;
  height: auto !important;
}
.main.about .about_box .container ul .li .container_box .box .content {
  padding-top: 105px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .main.about .about_box .container ul .li .container_box .box .content {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .content {
    padding-top: 26px;
    padding-bottom: 40px;
  }
}
.main.about .about_box .container ul .li .container_box .box .content .cl {
  float: left;
  width: 46%;
}
.main.about .about_box .container ul .li .container_box .box .content .cl img {
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .main.about .about_box .container ul .li .container_box .box .content .cl {
    width: 50%;
    float: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .content .cl {
    width: 70%;
  }
}
.main.about .about_box .container ul .li .container_box .box .content .cr {
  float: right;
  width: 48.2%;
}
@media (max-width: 900px) {
  .main.about .about_box .container ul .li .container_box .box .content .cr {
    width: 100%;
    float: none;
  }
}
.main.about .about_box .container ul .li .container_box .box .content .cr .title {
  text-align: left;
}
.main.about .about_box .container ul .li .container_box .box .content .cr .text_box {
  padding: 0;
  word-break: break-all;
  color: #333;
  margin-top: 25px;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .content .cr .text_box {
    margin-top: 10px;
  }
}
.about_box .container_box .box .title {
  text-align: center;
}
.about_box .container_box .box .title .en {
  color: #858585;
  font-size: 24px;
  line-height: 32px;
  font-family: "AVGARDM";
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.about_box .container_box .box .title .en span {
  color: #dd3628
}
@media (max-width: 1400px) {
  .main.about .about_box .container ul .li .container_box .box .title .en {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .title .en {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.about .about_box .container ul .li .container_box .box .title .en {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .main.about .about_box .container ul .li .container_box .box .title .en {
    font-size: 32px;
    line-height: 34px;
  }
}
.about_box .container_box .box .title .cn {
  margin-top: 6px;
  font-size: 26px;
  line-height: 26px;
  color: #333;
}
@media (max-width: 1300px) {
  .about_box .container_box .box .title .cn {
    font-size: 26px;
    line-height: 48px;
  }
}
@media (max-width: 1024px) {
  .about_box .container_box .box .title .cn {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .about_box .container_box .box .title .cn {
    font-size: 22px;
    line-height: 36px;
    margin-top: 3px;
  }
}
.about_box .container_box .box .text_box {
  margin-top: 50px;
  padding: 0 40px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1300px) {
  .about_box .container_box .box .text_box {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .about_box .container_box .box .text_box {
    line-height: 24px;
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  .about_box .container_box .box .text_box {
    margin-top: 10px;
  }
}
.about_box .container_box .box .text_box p {
  padding-top: 12px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .about_box .container_box .box .text_box p {
    padding-top: 8px;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture {
  padding-bottom: 180px;
  padding-top: 125px;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .culture {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .main.about .about_box .container ul .li .container_box .box .culture {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture .title .en, .main.about .about_box .container ul .li .container_box .box .culture .title .cn {
  color: #fff;
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list {
  margin-top: 68px;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list {
    margin-top: 10px;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list ul {
  width: 110%;
}
@media (max-width: 800px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul {
    width: 100%;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(7, 0, 2, 0.16);
  width: 20.45%;
  float: left;
  padding-bottom: 20.45%;
  height: 0;
  overflow: hidden;
  position: relative;
  margin-right: 2.84%;
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li:hover {
    transform: translateY(-15px);
  }
}
@media (max-width: 800px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li {
    width: 40%;
    margin: 15px 5%;
    padding-bottom: 40%;
  }
}
@media (max-width: 500px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li {
    width: 46%;
    margin: 2%;
    padding-bottom: 46%;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px dashed #8edaed;
  box-sizing: border-box;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li::before {
    left: 6px;
    top: 6px;
    bottom: 6px;
    right: 6px;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 40px;
  box-sizing: border-box;
  display: table;
}
@media (max-width: 1300px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab {
    padding: 0 25px;
  }
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab {
    padding: 0 10px;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .t {
  font-size: 24px;
  line-height: 36px;
  color: #666;
  text-align: center;
}
@media (max-width: 1300px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .t {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .t {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .t {
    font-size: 16px;
    line-height: 20px;
  }
}
.main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .txt {
  margin-top: 8px;
  font-size: 30px;
  line-height: 42px;
  color: #00539C;
  text-align: center;
  height: 84px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .txt {
    font-size: 26px;
    line-height: 36px;
    height: 72px;
  }
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .txt {
    font-size: 22px;
    line-height: 32px;
    height: 64px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .culture .culture_list ul li .tab .tab_cell .txt {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-top: 5px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person {
  padding-top: 34px;
  padding-bottom: 187px;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .person {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .person {
    padding-bottom: 50px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro {
  display: none;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .person .swiper_intro {
    display: block;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .person .swiper_intro {
    margin-top: 20px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper_controls {
  margin-top: 20px;
  text-align: center;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper_controls div {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper_controls div.btn_l {
  background: url(../img/bl.png) no-repeat center center #fff;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper_controls div.btn_r {
  background: url(../img/br.png) no-repeat center center #fff;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper_controls div {
    width: 30px;
    height: 30px;
    background-size: 6px auto !important;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper-container .swiper-wrapper .swiper-slide .pic_box {
  overflow: hidden;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper-container .swiper-wrapper .swiper-slide .pic_box img {
  width: 100%;
  height: auto;
  display: block;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper-container .swiper-wrapper .swiper-slide .swiper_text {
  margin-top: 20px;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper-container .swiper-wrapper .swiper-slide .swiper_text .tit {
  font-size: 0;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper-container .swiper-wrapper .swiper-slide .swiper_text .tit .name {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  display: inline-block;
  vertical-align: bottom;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper-container .swiper-wrapper .swiper-slide .swiper_text .tit .job {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  border-right: 1px solid #c5c5c5;
  padding-right: 10px;
  margin-right: 10px;
}
.main.about .about_box .container ul .li .container_box .box .person .swiper_intro .swiper-container .swiper-wrapper .swiper-slide .swiper_text .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 15px;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main {
    display: none;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box {
  position: absolute;
  left: 44.14%;
  top: 0;
  right: 8.2%;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box .btn_box {
  font-size: 0;
  margin-top: 5px;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box .btn_box div {
  display: inline-block;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 18px;
  cursor: pointer;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box .btn_box div.prev {
  background: url(../img/bl.png) no-repeat center center #fff;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box .btn_box div.next {
  background: url(../img/br.png) no-repeat center center #fff;
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box .btn_box div {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    background-size: 6px auto;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul {
  height: 200px;
  position: relative;
}
@media (max-width: 1320px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul {
    height: 180px;
  }
}
@media (max-width: 1280px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul {
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul {
    height: 140px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li {
  padding-top: 10px;
  height: 100%;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 1320px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li {
    padding-top: 5px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li.show {
  display: block;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .tit {
  font-size: 0;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .tit .name {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .tit .name {
    font-size: 16px;
    line-height: 20px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .tit .job {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #333;
  border-right: 1px solid #c5c5c5;
  padding-right: 18px;
  margin-right: 18px;
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .tit .job {
    font-size: 26px;
    line-height: 26px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .con {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 24px;
  height: 130px;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .con {
    margin-top: 14px;
  }
}
@media (max-width: 1280px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .con {
    height: 96px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .box .person .intro_main .leadership_box ul li .con {
    font-size: 13px;
    line-height: 22px;
    height: 88px;
  }
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .intro_box {
  overflow: hidden;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .intro_box ul li {
  overflow: hidden;
  float: left;
  border-radius: 15px;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .intro_box ul li .pic_box {
  padding: 6px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 91, 172, 0.1);
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .intro_box ul li .pic_box .tu {
  border-radius: 10px;
  overflow: hidden;
}
.main.about .about_box .container ul .li .container_box .box .person .intro_main .intro_box ul li .pic_box .tu img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.main.about .about_box .container ul .li .container_box .box .history {
  padding-top: 150px;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .history {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .history {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.main.about .about_box .container ul .li .container_box .box .history .title {
  position: relative;
}
.main.about .about_box .container ul .li .container_box .box .history .title::after {
  content: '';
  position: absolute;
  width: 558px;
  height: 228px;
  left: 42.3%;
  margin-left: -229px;
  top: 29%;
  margin-top: -114px;
  background: url(../img/bg_t.png) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .history .title::after {
    width: 392px;
    height: 160px;
    margin-left: -162px;
    margin-top: -80px;
  }
}
.main.about .about_box .container ul .li .container_box .box .history .his_box {
  height: 440px;
  margin-top: 68px;
}
.main.about .about_box .container ul .li .container_box .box .history .his_box .mCSB_scrollTools .mCSB_draggerRail {
  background: #f2fcff;
}
.main.about .about_box .container ul .li .container_box .box .history .his_box .mCSB_scrollTools {
  left: 50%;
  margin-left: -8px;
  right: auto;
}
.main.about .about_box .container ul .li .container_box .box .history .his_box .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.main.about .about_box .container ul .li .container_box .box .history .his_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #b6dae7 !important;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .history .his_box {
    height: auto;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .history .his_box {
    margin-top: 10px;
  }
}
.main.about .about_box .container ul .li .container_box .box .history .his_box ul li {
  width: 44.2%;
  float: left;
  height: 166px;
  padding-left: 112px;
  position: relative;
  box-sizing: border-box;
  padding-top: 35px;
  box-sizing: border-box;
  border-bottom: 1px dotted #d1e1e5;
}
.main.about .about_box .container ul .li .container_box .box .history .his_box ul li:nth-child(even) {
  float: right;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .history .his_box ul li {
    width: 100%;
    float: none !important;
    padding: 20px 0;
    height: auto;
  }
}
.main.about .about_box .container ul .li .container_box .box .history .his_box ul li .date {
  font-size: 26px;
  line-height: 22px;
  color: #005bac;
  position: absolute;
  left: 0;
  top: 35px;
  font-weight: bold;
  width: 100px;
  font-family: "AVGR65W";
}
@media (max-width: 1200px) {
  .main.about .about_box .container ul .li .container_box .box .history .his_box ul li .date {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .history .his_box ul li .date {
    position: static;
    margin-bottom: 10px;
    width: auto;
  }
}
.main.about .about_box .container ul .li .container_box .box .history .his_box ul li .cont {
  font-size: 14px;
  line-height: 22px;
  color: #5d6968;
}
.main.about .about_box .container ul .li .container_box .box .history .his_box ul li .cont p {
  margin-top: 12px;
}
.main.about .about_box .container ul .li .container_box .box .history .his_box ul li .cont p:first-child {
  margin-top: 0;
}
.main.about .about_box .container ul .li .container_box .box .honor {
  position: relative;
  z-index: 10;
  padding-top: 75px;
  padding-bottom: 130px;
  margin-top: -1px;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .honor {
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .honor {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider {
  background: none;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider {
    margin-top: 10px;
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-viewport {
  padding: 15px;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-direction-nav {
  display: none;
}
@media (max-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-direction-nav {
    display: none;
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-direction-nav .flex-prev {
  width: 36px;
  height: 36px;
  background: url(../img/ll.png) no-repeat;
  background-size: cover;
  text-indent: 200px;
  overflow: hidden;
  position: absolute;
  right: 73px;
  top: 48%;
  cursor: pointer;
  z-index: 200;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-direction-nav .flex-next {
  width: 36px;
  height: 36px;
  background: url(../img/rr.png) no-repeat;
  background-size: cover;
  text-indent: 200px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 48%;
  z-index: 200;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-control-nav {
  position: static;
  line-height: 0;
  margin-top: 34px;
}
@media (max-width: 600px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-control-nav {
    margin-top: 10px;
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-control-nav li {
  margin: 0 8px;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-control-nav li a {
  width: 14px;
  height: 14px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 2px;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-control-nav li a.flex-active {
  background: #00539C;
  width: 18px;
  height: 18px;
  top: -2px;
}
@media (max-width: 1400px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider .flex-control-nav li a {
    width: 10px;
    height: 10px;
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li {
  margin-right: 28px;
}
@media (max-width: 500px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li {
    margin-right: 15px;
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a {
  display: block;
  margin-bottom: 28px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 91, 172, 0.15);
  padding: 13px;
  position: relative;
}
@media (max-width: 500px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a {
    margin-bottom: 10px;
    padding: 5px;
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a:hover .mask {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a:hover .icon {
    transform: scale(1);
  }
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a:last-child {
  margin-bottom: 0;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 10;
  background-color: #0bbbf9;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.5s;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  overflow: hidden;
  z-index: 11;
  transform: scale(0);
  transition: transform 0.5s;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a .icon img {
  width: 100%;
  height: auto;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a .pic {
  overflow: hidden;
  position: relative;
  z-index: 9;
  background: #fff;
}
.main.about .about_box .container ul .li .container_box .box .honor .flexslider .slides li a .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.main.news .nbox .detail {
  padding-top: 65px;
  padding-bottom: 80px;
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .main.news .nbox .detail {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .main.news .nbox .detail {
    width: 94%;
  }
}
.main.news .nbox .detail img {
  max-width: 100%;
  height: auto !important;
}
.main.news .nbox .detail .title2 {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e2e2;
  text-align: center;
}
.main.news .nbox .detail .title2 .tit {
  padding-right: 0px;
  box-sizing: border-box;
}
.main.news .nbox .detail .title2 .tit .t {
  font-size: 24px;
  line-height: 44px;
  color: #333;
  font-weight: bold;
}
.main.news .nbox .detail .title2 .tit .pro_tit {
  font-size: 16px;
  line-height: 44px;
  color: #333;
}
.main.news .nbox .detail .title2 .tit .day {
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  margin-top: 6px;
  background: url(../images/ttt.png) no-repeat left center;
  padding-left: 28px;
  display: inline-block;
}
.main.news .nbox .detail .title2 .share {
  position: absolute;
  right: 0;
  top: 10px;
}
.main.news .nbox .detail .title2 .share span {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.main.news .nbox .detail .title2 .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.main.news .nbox .detail .title2 .share .bdsharebuttonbox a {
  padding: 0;
}
.main.news .nbox .detail .title2 .share .bdsharebuttonbox .bds_tsina {
  width: 32px;
  height: 32px;
  background: url(../img/sina.png) no-repeat;
}
.main.news .nbox .detail .title2 .share .bdsharebuttonbox .bds_weixin {
  width: 32px;
  height: 32px;
  background: url(../img/wx.png) no-repeat;
}
.main.news .nbox .detail .title2 .share .bdsharebuttonbox .bds_qzone {
  width: 32px;
  height: 32px;
  background: url(../img/qz.png) no-repeat;
}
.main.news .nbox .detail .content {
  padding-top: 7px;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #e4e2e2;
  padding-bottom: 45px;
  color: #565656;
}
.main.news .nbox .detail .content img {
  max-width: 100%;
  height: auto !important;
}
.main.news .nbox .detail .content p {
  text-indent: 2em;
  padding-top: 20px;
}
.main.news .nbox .detail .page {
  margin-top: 42px;
  position: relative;
  min-height: 58px;
}
.main.news .nbox .detail .page .left2 {
  width: 100%;
  box-sizing: border-box;
  padding-right: 210px;
}
.main.news .nbox .detail .page .left2 a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
@media (min-width: 1024px) {
  .main.news .nbox .detail .page .left2 a:hover {
    color: #00539C;
  }
}
.main.news .nbox .detail .page .return {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 58px;
  display: block;
  border-radius: 58px;
  background: #00539C;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1420px) {
  .main.news .nbox .detail {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .main.news .nbox .detail .title2 .tit .t {
    font-size: 20px;
    line-height: 30px;
  }
  .main.news .nbox .detail .title2 .tit .day {
    font-size: 13px;
  }
  .main.news .nbox .detail .content {
    padding-bottom: 30px;
  }
  .main.news .nbox .detail .page {
    margin-top: 30px;
    min-height: 50px;
  }
  .main.news .nbox .detail .page .left2 a {
    font-size: 14px;
    line-height: 24px;
  }
  .main.news .nbox .detail .page .return {
    width: 160px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  .main.news .nbox .detail {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .main.news .nbox .detail .title2 .tit .t {
    font-size: 16px;
    line-height: 24px;
  }
  .main.news .nbox .detail .title2 .tit .day {
    font-size: 13px;
    background-size: 14px 14px;
    padding-left: 20px;
  }
  .main.news .nbox .detail .content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px;
  }
  .main.news .nbox .detail .page {
    margin-top: 25px;
    min-height: 40px;
  }
  .main.news .nbox .detail .page .left2 {
    padding-right: 160px;
  }
  .main.news .nbox .detail .page .left2 a {
    font-size: 14px;
    line-height: 24px;
  }
  .main.news .nbox .detail .page .return {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
@media (max-width: 650px) {
  .main.news .nbox .detail {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .main.news .nbox .detail .title2 .tit {
    padding-right: 0;
  }
  .main.news .nbox .detail .title2 .share {
    position: static;
  }
  .main.news .nbox .detail .content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px;
  }
  .main.news .nbox .detail .content p {
    padding-top: 15px;
  }
  .main.news .nbox .detail .page {
    margin-top: 25px;
    min-height: 36px;
  }
  .main.news .nbox .detail .page .left2 {
    padding-right: 110px;
  }
  .main.news .nbox .detail .page .left2 a {
    font-size: 14px;
    line-height: 24px;
  }
  .main.news .nbox .detail .page .return {
    width: 100px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    top: 6px;
  }
}
.main.news .news_box {
  position: relative;
  overflow: hidden;
}
.main.news .news_box .icon {
  position: absolute;
  right: 0;
  top: 165px;
}
@media (max-width: 1700px) {
  .main.news .news_box .icon {
    width: 180px;
  }
}
@media (max-width: 1600px) {
  .main.news .news_box .icon {
    width: 130px;
  }
}
@media (max-width: 1500px) {
  .main.news .news_box .icon {
    display: none;
  }
}
.main.news .news_box .icon img {
  width: 100%;
  height: auto;
}
.main.news .news_box .icon2 {
  position: absolute;
  width: 46.9%;
  left: -32.5%;
  top: -24.5%;
}
@media (max-width: 1500px) {
  .main.news .news_box .icon2 {
    display: none;
  }
}
.main.news .news_box .icon2 img {
  width: 100%;
  height: auto;
}
.main.news .news_box .news_cen {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .main.news .news_box .news_cen {
    padding-top: 30px;
  }
}
.main.news .news_box .news_cen .news_tit {
  position: relative;
  z-index: 10;
}
.main.news .news_box .news_cen .news_tit .choose {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media (max-width: 768px) {
  .main.news .news_box .news_cen .news_tit .choose {
    bottom: 5px;
  }
}
@media (max-width: 500px) {
  .main.news .news_box .news_cen .news_tit .choose {
    position: relative;
    bottom: 0;
    margin-top: 25px;
    width: 160px;
  }
}
.main.news .news_box .news_cen .news_tit .choose .choose_box {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(7, 0, 2, 0.06);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s, opacity 0.5s;
}
.main.news .news_box .news_cen .news_tit .choose .choose_box.active {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (max-width: 768px) {
  .main.news .news_box .news_cen .news_tit .choose .choose_box {
    top: 40px;
  }
}
@media (max-width: 500px) {
  .main.news .news_box .news_cen .news_tit .choose .choose_box {
    top: 53px;
  }
}
.main.news .news_box .news_cen .news_tit .choose .choose_box::after {
  content: '';
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid #fff;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -11px;
  margin-left: -8px;
}
.main.news .news_box .news_cen .news_tit .choose .choose_box a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #666;
  text-align: center;
  height: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .main.news .news_box .news_cen .news_tit .choose .choose_box a {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }
}
@media (min-width: 1024px) {
  .main.news .news_box .news_cen .news_tit .choose .choose_box a:hover span {
    font-weight: bold;
    color: #333 ；;
  }
  .main.news .news_box .news_cen .news_tit .choose .choose_box a:hover::after {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.main.news .news_box .news_cen .news_tit .choose .choose_box a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ebeef0;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.5s ease;
}
.main.news .news_box .news_cen .news_tit .choose .choose_box a span {
  transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #666;
}
.main.news .news_box .news_cen .news_tit .choose .choose_top {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  width: 220px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #008de5;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
}
.main.news .news_box .news_cen .news_tit .choose .choose_top div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.main.news .news_box .news_cen .news_tit .choose .choose_top div.ico {
  width: 14px;
  height: 8px;
  background: url(../img/xia.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_tit .choose .choose_top {
    width: 180px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main.news .news_box .news_cen .news_tit .choose .choose_top {
    width: 130px;
    height: 36px;
    margin-top: -13px;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0;
  }
}
@media (max-width: 500px) {
  .main.news .news_box .news_cen .news_tit .choose .choose_top {
    width: 160px;
  }
}
.main.news .news_box .news_cen .news_tit .en {
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-family: "AVGARDM";
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.main.news .news_box .news_cen .news_tit .en span {
  color: #e14526
}
@media (max-width: 1400px) {
  .main.news .news_box .news_cen .news_tit .en {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_tit .en {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.news .news_box .news_cen .news_tit .en {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .main.news .news_box .news_cen .news_tit .en {
    font-size: 32px;
    line-height: 34px;
  }
}
.main.news .news_box .news_cen .news_tit .cn {
  margin-top: 6px;
  font-size: 26px;
  line-height: 36px;
  color: #333;
  text-align: center
}
@media (max-width: 1400px) {
  .main.news .news_box .news_cen .news_tit .cn {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1300px) {
  .main.news .news_box .news_cen .news_tit .cn {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_tit .cn {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.news .news_box .news_cen .news_tit .cn {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .main.news .news_box .news_cen .news_tit .cn {
    font-size: 22px;
    line-height: 30px;
    margin-top: 3px;
  }
}
.main.news .news_box .news_cen .news_tit .cn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_tit .cn img {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .main.news .news_box .news_cen .news_tit .cn img {
    height: 28px;
    margin-left: 5px;
  }
}
.main.news .news_box .news_cen .investor_list {
  margin-top: 47px;
  padding-bottom: 190px;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .investor_list {
    margin-top: 40px;
    padding-bottom: 130px;
  }
}
@media (max-width: 850px) {
  .main.news .news_box .news_cen .investor_list {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .main.news .news_box .news_cen .investor_list {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.main.news .news_box .news_cen .investor_list .page_box {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .investor_list .page_box {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .main.news .news_box .news_cen .investor_list .page_box {
    margin-top: 30px;
  }
}
.main.news .news_box .news_cen .investor_list ul li {
  float: left;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(7, 0, 2, 0.06);
  width: 48.9%;
  height: 70px;
  margin-top: 2.2%;
  display: block;
}
.main.news .news_box .news_cen .investor_list ul li:nth-child(even) {
  float: right;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .investor_list ul li {
    height: 50px;
  }
}
@media (max-width: 650px) {
  .main.news .news_box .news_cen .investor_list ul li {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .main.news .news_box .news_cen .investor_list ul li:nth-child(even) {
    float: none;
  }
}
.main.news .news_box .news_cen .investor_list ul li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .main.news .news_box .news_cen .investor_list ul li a:hover .txt {
    color: #005bac;
  }
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .investor_list ul li a {
    padding: 0 10px;
  }
}
.main.news .news_box .news_cen .investor_list ul li a .ico {
  width: 35px;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .investor_list ul li a .ico {
    width: 25px;
  }
}
.main.news .news_box .news_cen .investor_list ul li a .ico img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.main.news .news_box .news_cen .investor_list ul li a .txt {
  position: absolute;
  left: 75px;
  right: 125px;
  transition: color 0.3s;
  font-size: 18px;
  line-height: 70px;
  color: #222;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .investor_list ul li a .txt {
    font-size: 16px;
    line-height: 50px;
    left: 48px;
    right: 100px;
  }
}
.main.news .news_box .news_cen .investor_list ul li a .year {
  float: right;
  font-size: 16px;
  line-height: 70px;
  color: #999;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .investor_list ul li a .year {
    font-size: 14px;
    line-height: 50px;
  }
}
.main.news .news_box .news_cen .news_list {
  margin-top: 20px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_list {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .main.news .news_box .news_cen .news_list {
    padding-bottom: 40px;
  }
}
.main.news .news_box .news_cen .news_list ul {
  width: 110%;
}
@media (max-width: 600px) {
  .main.news .news_box .news_cen .news_list ul {
    width: 100%;
  }
}
.main.news .news_box .news_cen .news_list ul li {
  float: left;
  width: 27.74%;
  margin-right: 3.7%;
  padding-bottom: 10px;
  margin-top: 4%;
}
@media (min-width: 1024px) {
  .main.news .news_box .news_cen .news_list ul li {
    visibility: hidden;
  }
  .main.news .news_box .news_cen .news_list ul li.animate {
    animation: mk_bottom_to_top_scale 1s 1 cubic-bezier(0.77, 0, 0.175, 1) both;
    visibility: visible;
  }
}
@media (max-width: 600px) {
  .main.news .news_box .news_cen .news_list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 15px;
  }
}
.main.news .news_box .news_cen .news_list ul li a {
  display: block;
}
@media (min-width: 1024px) {
  .main.news .news_box .news_cen .news_list ul li a:hover .pic img {
    transform: scale(1.05);
  }
}
.main.news .news_box .news_cen .news_list ul li a .pic {
  overflow: hidden;
}
.main.news .news_box .news_cen .news_list ul li a .pic img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
.main.news .news_box .news_cen .news_list ul li a .cont {
  padding-top: 36px;
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.news .news_box .news_cen .news_list ul li a .cont {
    padding-top: 15px;
  }
}
@media (max-width: 1300px) {
  .main.news .news_box .news_cen .news_list ul li a .cont {
    padding-top: 20px;
  }
}
.main.news .news_box .news_cen .news_list ul li a .cont .t {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_list ul li a .cont .t {
    font-size: 16px;
    line-height: 24px;
  }
}
.main.news .news_box .news_cen .news_list ul li a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 8px;
  height: 48px;
  overflow: hidden;
}
.main.news .news_box .news_cen .news_list ul li a .cont .msg {
  margin-top: 26px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_list ul li a .cont .msg {
    margin-top: 18px;
  }
}
.main.news .news_box .news_cen .news_list ul li a .cont .msg .ico {
  float: left;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_list ul li a .cont .msg .ico img {
    height: 26px;
  }
}
.main.news .news_box .news_cen .news_list ul li a .cont .msg .date {
  float: left;
  margin-top: 8px;
}
.main.news .news_box .news_cen .news_list ul li a .cont .msg .date .day {
  font-size: 16px;
  line-height: 16px;
  color: #cacaca;
  float: left;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_list ul li a .cont .msg .date .day {
    font-size: 16px;
    line-height: 16px;
  }
}
.main.news .news_box .news_cen .news_list ul li a .cont .msg .date .year {
  margin-left: 3px;
  float: left;
  margin-top: 10px;
  font-size: 9px;
  line-height: 10px;
  color: #c1c1c1;
}
@media (max-width: 1024px) {
  .main.news .news_box .news_cen .news_list ul li a .cont .msg .date .year {
    margin-top: 7px;
  }
}
.main.news .res_list {
  padding-bottom: 150px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .main.news .res_list {
    padding-bottom: 100px;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .main.news .res_list {
    padding-bottom: 40px;
    margin-top: 15px;
  }
}
.main.news .res_list ul {
  padding-bottom: 30px;
  overflow: hidden
}
.main.news .res_list ul li {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(7, 0, 2, 0.06);
  width: 24%;
  margin: 1% 0.5%;
  float: left
}
@media (max-width: 700px) {
  .main.news .res_list ul li {
    margin-top: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .main.news .res_list ul li {
    visibility: hidden;
  }
  .main.news .res_list ul li.animate {
    animation: mk_bottom_to_top_scale 1s 1 cubic-bezier(0.77, 0, 0.175, 1) both;
    visibility: visible;
  }
}
.main.news .res_list ul li a {
  overflow: hidden;
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  .main.news .res_list ul li a:hover .pic img {
    transform: scale(1.05);
  }
  .main.news .res_list ul li a:hover .cont .tab .t {
    color: #00539C;
  }
}
.main.news .res_list ul li a .pic {
  width: 100%;
  overflow: hidden;
}
.main.news .res_list ul li a .pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 700px) {
  .main.news .res_list ul li a .pic {
    width: 100%;
  }
}
.main.news .res_list ul li a .cont {
  width: 95%;
  margin: 0 2.5%;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .main.news .res_list ul li a .cont {
    position: static;
    padding: 20px 15px;
    width: 100%;
    margin: 0;
  }
}
.main.news .res_list ul li a .cont .tab {}
@media (max-width: 700px) {
  .main.news .res_list ul li a .cont .tab {
    position: static;
    transform: translateY(0%);
  }
}
.main.news .res_list ul li a .cont .tab .date {
  font-size: 50px;
  line-height: 50px;
  color: #00539C;
  font-family: "AVGARDM";
}
.main.news .res_list ul li a .cont .tab .date span {
  font-size: 16px;
  line-height: 20px;
  color: #00539C;
  display: inline-block;
  vertical-align: 3px;
}
@media (max-width: 1100px) {
  .main.news .res_list ul li a .cont .tab .date {
    font-size: 40px;
    line-height: 40px;
  }
  .main.news .res_list ul li a .cont .tab .date span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 850px) {
  .main.news .res_list ul li a .cont .tab .date {
    font-size: 32px;
    line-height: 32px;
  }
  .main.news .res_list ul li a .cont .tab .date span {
    font-size: 13px;
    line-height: 18px;
  }
}
.main.news .res_list ul li a .cont .tab .t {
  font-size: 18px;
  line-height: 38px;
  color: #333;
  margin-top: 14px;
  transition: color 0.5s;
  text-align: center;
}
@media (max-width: 1100px) {
  .main.news .res_list ul li a .cont .tab .t {
    font-size: 18px;
    line-height: 36px;
    margin-top: 10px;
  }
}
@media (max-width: 850px) {
  .main.news .res_list ul li a .cont .tab .t {
    font-size: 18px;
    line-height: 24px;
  }
}
.main.news .res_list ul li a .cont .tab .con {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  height: 72px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .main.news .res_list ul li a .cont .tab .con {
    height: 48px;
  }
}
.main.news .res_list ul li a .cont .tab .ico {
  width: 120px;
  margin: 20px auto;
  border-radius: 50px;
  color: #808080;
  border: 1px solid #D0D0D0;
  text-align: center;
}
@media (max-width: 1100px) {
  .main.news .res_list ul li a .cont .tab .ico {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .main.news .res_list ul li a .cont .tab .ico img {
    height: 26px;
  }
}
@media (max-width: 850px) {
  .main.news .res_list ul li a .cont .tab .ico {
    margin-top: 10px;
  }
}
.main.join .join_box {
  position: relative;
}
.main.join .join_box .jm {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .main.join .join_box .jm {
    padding-bottom: 70px;
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main.join .join_box .jm {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.main.join .join_box .jm .group {
  width: 100%;
  height: auto;
}
.main.join .join_box .jm .group .input-group {
  width: 33.3%;
  float: left;
  margin-bottom: 8px;
}
.main.join .join_box .jm .group .input-group select {
  background: none;
}
.main.join .join_box .jm .group .input-group.file {
  height: 60px;
}
.main.join .join_box .jm .group .input-group.file input {
  position: relative;
  top: 5px;
  font-size: 14px;
  color: #333;
}
.main.join .join_box .jm .group .input-group.resume {
  float: none;
  clear: both;
}
.main.join .join_box .jm .group .input-group.resume .text {
  width: 296%;
  resize: none;
  height: 150px;
  background: none;
  border: 1px solid #ccc;
}
.main.join .join_box .jm .group .input-group label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #333;
}
.main.join .join_box .jm .group .input-group .text {
  width: 96%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  text-indent: 1em;
  color: #333;
  box-sizing: border-box;
}
.main.join .join_box .jm .group .input-group input.text {
  height: 34px;
  line-height: 34px;
  background: none;
  font-size: 14px;
}
@media (max-width: 1240px) {
  .main.join .join_box .jm .group .input-group.resume {
    float: none;
    clear: both;
  }
  .main.join .join_box .jm .group .input-group.resume .text {
    width: 292%;
    resize: none;
    height: 180px;
    background: none;
  }
  .main.join .join_box .jm .group .input-group label {
    font-size: 14px;
    line-height: 26px;
    display: block;
  }
  .main.join .join_box .jm .group .input-group .text {
    width: 92%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
  }
  .main.join .join_box .jm .group .input-group input.text {
    height: 32px;
    line-height: 32px;
    background: none;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .main.join .join_box .jm .group .input-group {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .main.join .join_box .jm .group .input-group .text {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .main.join .join_box .jm .group .input-group.resume .text {
    width: 100%;
    resize: none;
    height: 100px;
  }
}
.main.join .join_box .jm .btn-box {
  padding-bottom: 10px;
}
.main.join .join_box .jm .btn-box .btn {
  width: 152px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #00539C;
  background: #00539C;
  clear: both;
}
@media (max-width: 1240px) {
  .main.join .join_box .jm .btn-box {
    width: 90%;
  }
  .main.join .join_box .jm .btn-box .btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .main.join .join_box .jm .btn-box {
    width: 90%;
  }
  .main.join .join_box .jm .btn-box .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.main.join .join_box .icon {
  position: absolute;
  right: 0;
  top: 165px;
}
@media (max-width: 1700px) {
  .main.join .join_box .icon {
    width: 180px;
  }
}
@media (max-width: 1600px) {
  .main.join .join_box .icon {
    width: 130px;
  }
}
@media (max-width: 1500px) {
  .main.join .join_box .icon {
    display: none;
  }
}
.main.join .join_box .icon img {
  width: 100%;
  height: auto;
}
.main.join .join_box .icon2 {
  position: absolute;
  width: 46.9%;
  left: -32.5%;
  top: -38%;
}
@media (max-width: 1500px) {
  .main.join .join_box .icon2 {
    display: none;
  }
}
.main.join .join_box .icon2 img {
  width: 100%;
  height: auto;
}
.main.join .join_box .join_cen .jbox {
  padding-bottom: 0px;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .main.join .join_box .join_cen .jbox {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .main.join .join_box .join_cen .jbox.pb {
    padding-bottom: 40px;
  }
}
.main.join .join_box .join_cen .jbox img {
  max-width: 100%;
  height: auto !important;
}
.main.join .join_box .join_cen .jbox .text_box {
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
  color: #424242;
}
.main.join .join_box .join_cen .jbox .text_box.delay2 {
  transition-delay: 0.2s;
}
.main.join .join_box .join_cen .jbox .text_box.delay2 .lxbox {
  width: 200px;
}
.main.join .join_box .join_cen .jbox .text_box p {
  padding-top: 20px;
  text-align: left
}
.main.join .join_box .join_cen .jbox .text_box p:frst-child {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .main.join .join_box .join_cen .jbox .text_box {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .main.join .join_box .join_cen .jbox .text_box p {
    padding-top: 15px;
  }
}
@media (max-width: 900px) {
  .main.join .join_box .join_cen .jbox .text_box {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .main.join .join_box .join_cen .jbox .text_box p {
    padding-top: 10px;
    text-align: center;
  }
  .fl {
    float: none
  }
  .fr {
    float: none
  }
  .main.join .join_box .join_cen .jbox .text_box.delay2 .lxbox {
    margin: 20px auto;
    width: 200px;
    display: block;
  }
}
.main.join .join_box .join_cen .jbox .title .en {
  color: #858585;
  font-size: 28px;
  line-height: 32px;
  font-family: "AVGARDM";
  text-transform: uppercase;
  text-overflow: ellipsis;
  text-align: center;
}
.main.join .join_box .join_cen .jbox .title .en span {
  color: #e14526
}
@media (max-width: 1400px) {
  .main.join .join_box .join_cen .jbox .title .en {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .title .en {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.join .join_box .join_cen .jbox .title .en {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .title .en {
    font-size: 32px;
    line-height: 34px;
  }
}
.main.join .join_box .join_cen .jbox .title .cn {
  margin-top: 6px;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  text-align: center;
}
@media (max-width: 1400px) {
  .main.join .join_box .join_cen .jbox .title .cn {
    font-size: 24px;
    line-height: 48px;
  }
}
@media (max-width: 1300px) {
  .main.join .join_box .join_cen .jbox .title .cn {
    font-size: 24px;
    line-height: 48px;
  }
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .title .cn {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .main.join .join_box .join_cen .jbox .title .cn {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .title .cn {
    font-size: 22px;
    line-height: 36px;
    margin-top: 3px;
  }
}
.main.join .join_box .join_cen .jbox .title .cn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .title .cn img {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .title .cn img {
    height: 28px;
    margin-left: 5px;
  }
}
.main.join .join_box .join_cen .jbox .jl {
  float: left;
  width: 52.3%;
}
@media (max-width: 900px) {
  .main.join .join_box .join_cen .jbox .jl {
    width: 100%;
    float: none;
  }
}
.main.join .join_box .join_cen .jbox .jl .text {
  margin-top: 45px;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 28px;
  color: #424242;
}
.main.join .join_box .join_cen .jbox .jl .text p {
  padding-top: 20px;
  line-height: 35px;
}
.main.join .join_box .join_cen .jbox .jl .text p:frst-child {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .main.join .join_box .join_cen .jbox .jl .text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .main.join .join_box .join_cen .jbox .jl .text p {
    padding-top: 15px;
  }
}
@media (max-width: 900px) {
  .main.join .join_box .join_cen .jbox .jl .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .main.join .join_box .join_cen .jbox .jl .text p {
    padding-top: 10px;
  }
}
.main.join .join_box .join_cen .jbox .pic_box {
  width: 35.78%;
  float: right;
  margin-top: 10%;
  position: relative;
}
@media (max-width: 900px) {
  .main.join .join_box .join_cen .jbox .pic_box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    float: none;
  }
}
@media (max-width: 600px) {
  .main.join .join_box .join_cen .jbox .pic_box {
    margin-top: 70px;
    width: 70%;
  }
}
@media (max-width: 400px) {
  .main.join .join_box .join_cen .jbox .pic_box {
    margin-top: 40px;
  }
}
.main.join .join_box .join_cen .jbox .pic_box::before {
  content: '';
  position: absolute;
  width: 115%;
  height: 115%;
  top: 50%;
  margin-top: -57.5%;
  left: 50%;
  margin-left: -57.5%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .main.join .join_box .join_cen .jbox .pic_box::before {
    width: 110%;
    height: 110%;
    margin-left: -55%;
    margin-top: -55%;
  }
}
.main.join .join_box .join_cen .jbox .pic_box::after {
  content: '';
  position: absolute;
  width: 130%;
  height: 130%;
  top: 50%;
  margin-top: -65%;
  left: 50%;
  margin-left: -65%;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .main.join .join_box .join_cen .jbox .pic_box::after {
    width: 120%;
    height: 120%;
    margin-left: -60%;
    margin-top: -60%;
  }
}
.main.join .join_box .join_cen .jbox .pic_box .pic {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 50%;
}
.main.join .join_box .join_cen .jbox .pic_box .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.main.join .join_box .join_cen .jbox .join_main {
  margin-top: 45px;
}
@media (max-width: 600px) {
  .main.join .join_box .join_cen .jbox .join_main {
    margin-top: 30px;
  }
}
.main.join .join_box .join_cen .jbox .join_main .page_box {
  margin-top: 55px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .main.join .join_box .join_cen .jbox .join_main .page_box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li {
  background: #fff;
  margin-bottom: 7px;
}
.main.join .join_box .join_cen .jbox .join_main ul li.active {
  margin-bottom: 15px;
}
.main.join .join_box .join_cen .jbox .join_main ul li.active .tit {
  background: #00539C;
}
.main.join .join_box .join_cen .jbox .join_main ul li.active .tit .job_name {
  color: #fff;
  background: url(../images/user2.png) no-repeat left center;
}
.main.join .join_box .join_cen .jbox .join_main ul li.active .tit .ico {
  background: url(../images/j2.png) no-repeat center center;
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li.active .tit .ico {
    background-size: 20px auto;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li .tit {
  height: 60px;
  position: relative;
  padding: 0 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .tit {
    height: 50px;
    padding: 0 20px;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li .tit .job_name {
  background: url(../img/user.png) no-repeat left center;
  font-size: 20px;
  line-height: 60px;
  padding-left: 44px;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .tit .job_name {
    font-size: 16px;
    line-height: 50px;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li .tit .ico {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  background: url(../images/j1.png) no-repeat center center;
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .tit .ico {
    right: 20px;
    background-size: 20px auto;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li .content {
  padding: 0 30px;
  display: none;
  margin-bottom: 8px;
  border-top: 1px solid #f3f3f3;
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .content {
    padding: 0 20px;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li .content.show {
  display: block;
}
.main.join .join_box .join_cen .jbox .join_main ul li .content .cont_box {
  padding-bottom: 23px;
  border-bottom: 1px solid #dfdfdf;
}
.main.join .join_box .join_cen .jbox .join_main ul li .content .cont_box .item {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .content .cont_box .item {
    margin-top: 15px;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li .content .btn {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .content .btn {
    padding: 15px 0;
  }
}
.main.join .join_box .join_cen .jbox .join_main ul li .content .btn .more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  width: 320px;
  letter-spacing: 0.5px;
  cursor: pointer;
  background-color: #e86521;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  width: 396px;
}
.main.join .join_box .join_cen .jbox .join_main ul li .content .btn .more div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.main.join .join_box .join_cen .jbox .join_main ul li .content .btn .more div.ico {
  width: 14px;
  height: 8px;
  background: url(../img/xia.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .content .btn .more {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .main.join .join_box .join_cen .jbox .join_main ul li .content .btn .more {
    width: 300px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0;
  }
}
.main.join .join_box .join_cen .jbox .list_box {
  margin-top: 50px;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .list_box {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .main.join .join_box .join_cen .jbox .list_box {
    padding-bottom: 0;
  }
}
.main.join .join_box .join_cen .jbox .list_box ul {
  width: 110%;
  font-size: 0;
}
@media (max-width: 900px) {
  .main.join .join_box .join_cen .jbox .list_box ul {
    width: 100%;
  }
}
.main.join .join_box .join_cen .jbox .list_box ul li {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(7, 0, 2, 0.15);
  width: 28.4%;
  margin-right: 2.7%;
  overflow: hidden;
  margin-bottom: 3.8%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .main.join .join_box .join_cen .jbox .list_box ul li:hover .txt_box {
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .main.join .join_box .join_cen .jbox .list_box ul li:hover .tit {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .main.join .join_box .join_cen .jbox .list_box ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .main.join .join_box .join_cen .jbox .list_box ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .main.join .join_box .join_cen .jbox .list_box ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
}
.main.join .join_box .join_cen .jbox .list_box ul li .txt_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #00539C;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  transform: translateY(30px);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 1100px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box {
    position: static;
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
    background: #fff;
  }
}
@media (max-width: 700px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box {
    height: auto !important;
  }
}
.main.join .join_box .join_cen .jbox .list_box ul li .txt_box .t {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box .t {
    color: #333;
  }
}
@media (max-width: 700px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box .t {
    font-size: 16px;
    line-height: 20px;
  }
}
.main.join .join_box .join_cen .jbox .list_box ul li .txt_box .txt {
  margin-top: 14px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 1100px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box .txt {
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box .txt {
    color: #666;
  }
}
@media (max-width: 700px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .txt_box .txt {
    margin-top: 8px;
  }
}
.main.join .join_box .join_cen .jbox .list_box ul li .pic {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.main.join .join_box .join_cen .jbox .list_box ul li .pic img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}
.main.join .join_box .join_cen .jbox .list_box ul li .tit {
  font-size: 18px;
  line-height: 74px;
  color: #333;
  font-weight: bold;
  padding: 0 30px;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .main.join .join_box .join_cen .jbox .list_box ul li .tit {
    display: none;
  }
}
.page_box {
  font-size: 0;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page_box {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .page_box {
    margin-top: 30px;
  }
}
.page_box a {
  width: 44px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  color: #666;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .page_box a {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .page_box a:hover {
    color: #00539C;
  }
}
.page_box a.active {
  background: #00539C;
  color: #fff;
}
@media (min-width: 1024px) {
  .page_box a.active:hover {
    color: #fff;
  }
}
.page_box a.prev {
  border-radius: 0;
  background: url(../img/prev.png) no-repeat center center;
}
.page_box a.next {
  border-radius: 0;
  background: url(../images/next.png) no-repeat center center;
}
.position {
  width: 100%;
  height: 62px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  z-index: 8;
  overflow: hidden
}
.position.fix {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .position {
    height: 62px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .position {
    height: 62px;
  }
}
@media (max-width: 500px) {
  .position {
    height: 44px;
	
  }
}
.position .position_cen .position_l {
  float: left;
}
.position .position_cen .position_l a {
  transition: color 0.3s;
  font-size: 16px;
  line-height: 60px;
  color: #6e6e6e;
  display: inline-block;
  vertical-align: top;
  margin-right: 85px;
}
@media (max-width: 1200px) {
  .position .position_cen .position_l a {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .position .position_cen .position_l a {
    line-height: 60px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .position .position_cen .position_l a {
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  .position .position_cen .position_l a {
    line-height: 44px;
    margin-right: 20px;
    font-size: 14px;
  }
}
.position .position_cen .position_l a.active {
  color: #00539C;
  border-bottom: 2px solid #00539C
}
.position .position_cen .position_l a:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .position .position_cen .position_l a:hover {
    color: #00539C;
  }
}
.position .position_cen .location {
  float: right;
  line-height: 60px;
  color: #999;
  padding-left: 13px;
  background: url(../img/pos.png) no-repeat left center;
}
@media (max-width: 1024px) {
  .position .position_cen .location {
    display: none;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .position .position_cen .location {
    line-height: 60px;
  }
}
.position .position_cen .location a {
  color: #999;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .position .position_cen .location a:hover {
    color: #00539C;
  }
}
.position .position_cen .location span {
  color: #00539C;
}
.fp_nav {
  position: fixed;
  right: 2.7%;
  height: 100%;
  top: 0;
  width: 110px;
  z-index: 100;
  border-left: 1px solid rgba(165, 165, 165, 0.12);
  display: none;
}
@media (max-width: 1600px) {
  .fp_nav {
    right: 0;
    width: 40px;
  }
}
@media (max-width: 1440px) {
  .fp_nav {
    right: 0;
    width: 35px;
  }
}
@media (max-width: 1024px) {
  .fp_nav {
    display: none !important;
  }
}
.fp_nav.cur {
  border-color: #b7815b;
}
.fp_nav.cur .tab .tab_cell ul li .en {
  color: #fff;
}
.fp_nav.cur .tab .tab_cell ul li .en::after {
  background: #fff;
}
.fp_nav .tab {
  width: 100%;
  height: 100%;
  display: table;
}
.fp_nav .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}
.fp_nav .tab .tab_cell ul li {
  position: relative;
  height: 42px;
  margin-top: 25px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .fp_nav .tab .tab_cell ul li:hover .en {
    transform: translateY(10px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .fp_nav .tab .tab_cell ul li:hover .cn {
    transform: translate(0px, 0px);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.fp_nav .tab .tab_cell ul li.active .en {
  transform: translateY(10px);
  filter: alpha(opacity=0);
  opacity: 0;
}
.fp_nav .tab .tab_cell ul li.active .cn {
  transform: translate(0px, 0px);
  filter: alpha(opacity=100);
  opacity: 1;
}
.fp_nav .tab .tab_cell ul li .en {
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-family: "AVGARDM";
  padding-left: 14px;
  height: 42px;
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
}
@media (max-width: 1530px) {
  .fp_nav .tab .tab_cell ul li .en span {
    display: none;
  }
}
.fp_nav .tab .tab_cell ul li .en::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  left: 0;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
}
.fp_nav .tab .tab_cell ul li .cn {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.4s, opacity 0.4s;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 10px);
}
.fp_nav .tab .tab_cell ul li .cn .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #3598af;
  position: relative;
  float: left;
  margin-left: -21px;
}
.fp_nav .tab .tab_cell ul li .cn .icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.fp_nav .tab .tab_cell ul li .cn .text {
  float: left;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 12px;
}
@media (max-width: 1500px) {
  .fp_nav .tab .tab_cell ul li .cn .text {
    display: none;
  }
}
.footer {
  background: #fff;
}
.footer .footer_top .footer_m {
  display: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 25px 0;
  position: relative;
  min-height: 158px;
}
@media (max-width: 450px) {
  .footer .footer_top .footer_m {
    display: block;
  }
}
.footer .footer_top .footer_m .nav_r {
  width: 158px;
  position: absolute;
  left: 40%;
  top: 25px;
  bottom: 25px;
}
.footer .footer_top .footer_m .nav_r ul {
  height: 100%;
}
.footer .footer_top .footer_m .nav_r ul li {
  height: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(7, 0, 2, 0.12);
  overflow: hidden;
  display: none;
}
.footer .footer_top .footer_m .nav_r ul li img {
  width: 100%;
  height: auto;
}
.footer .footer_top .footer_m .nav_r ul li.show {
  display: block;
}
.footer .footer_top .footer_m .nav_l {
  width: 30%;
}
.footer .footer_top .footer_m .nav_l ul li {
  font-size: 14px;
  line-height: 30px;
  color: #454545;
  text-align: center;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.footer .footer_top .footer_m .nav_l ul li:last-child {
  margin-bottom: 0;
}
.footer .footer_top .footer_m .nav_l ul li.active {
  background: #00539C;
  color: #fff;
  border-color: #00539C;
}
.footer .footer_top .footer_cen {
  padding-top: 55px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 600px) {
  .footer .footer_top .footer_cen {
    padding: 25px 0;
  }
}
@media (max-width: 450px) {
  .footer .footer_top .footer_cen {
    display: none;
  }
}
.footer .footer_top .footer_cen .code_box {
  width: 23.2%;
  box-sizing: border-box;
  border-left: 1px solid #e1e1e1;
  padding-left: 4.3%;
}
@media (max-width: 950px) {
  .footer .footer_top .footer_cen .code_box {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .footer .footer_top .footer_cen .code_box {
    float: none;
    display: block;
    padding-left: 0;
    width: 100%;
    border: none;
  }
}
.footer .footer_top .footer_cen .code_box ul {
  width: 100%;
}
.footer .footer_top .footer_cen .code_box ul li {
  float: right;
  margin-top: 10px;
  width: 45.8%;
  text-align: center;
}
.footer .footer_top .footer_cen .code_box ul li:nth-child(1), .footer .footer_top .footer_cen .code_box ul li:nth-child(2) {
  margin-top: 0;
}
.footer .footer_top .footer_cen .code_box ul li:nth-child(even) {
  float: right;
}
@media (max-width: 600px) {
  .footer .footer_top .footer_m .nav_l {
    display: none;
  }
  .footer .footer_top .footer_m .nav_r {
    position: static;
    margin: 0 auto;
  }
  .footer .footer_top .footer_cen .code_box ul li {
    width: 22%;
    margin-right: 2%;
    margin-top: 10px !important;
  }
  .footer .footer_top .footer_cen .code_box ul li:nth-child(even) {
    float: left;
  }
}
.footer .footer_top .footer_cen .code_box ul li .code {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(7, 0, 2, 0.12);
  width: 100%;
}
.footer .footer_top .footer_cen .code_box ul li .code img {
  width: 100%;
  height: auto;
}
.footer .footer_top .footer_cen .code_box ul li .txt {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 8px;
}
@media (max-width: 800px) {
  .footer .footer_top .footer_cen .code_box ul li .txt {
    font-size: 13px;
    line-height: 18px;
  }
}
.footer .footer_top .footer_cen .link_box {
  width: 76.7%;
  float: left;
}
@media (max-width: 950px) {
  .footer .footer_top .footer_cen .link_box {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .footer .footer_top .footer_cen .link_box {
    width: 100%;
    float: none;
  }
}
.footer .footer_top .footer_cen .link_box ul {
  font-size: 0;
}
.footer .footer_top .footer_cen .link_box ul li {
  display: inline-block;
  vertical-align: top;
  width: 14.28%;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .footer .footer_top .footer_cen .link_box ul li {
    width: 20%;
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .footer .footer_top .footer_cen .link_box ul li {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .footer .footer_top .footer_cen .link_box ul li {
    width: 25%;
  }
}
.footer .footer_top .footer_cen .link_box ul li .large {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
@media (max-width: 800px) {
  .footer .footer_top .footer_cen .link_box ul li .large {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .footer_top .footer_cen .link_box ul li .links {
  margin-top: 14px;
}
@media (max-width: 800px) {
  .footer .footer_top .footer_cen .link_box ul li .links {
    margin-top: 10px;
  }
}
.footer .footer_top .footer_cen .link_box ul li .links a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  margin-top: 8px;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .footer .footer_top .footer_cen .link_box ul li .links a:hover {
    color: #00539C;
  }
}
@media (max-width: 800px) {
  .footer .footer_top .footer_cen .link_box ul li .links a {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
}
.footer .footer_bot {
  padding: 12px 0;
}
.footer .footer_bot .copyright {
  float: left;
  font-size: 12px;
  line-height: 38px;
  color: #999;
}
@media (max-width: 800px) {
  .footer .footer_bot .copyright {
    float: none;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
  }
}
.footer .footer_bot .copyright a {
  color: #999;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .footer .footer_bot .copyright a:hover {
    color: #00539C;
  }
}
.footer .footer_bot .friendship {
  float: right;
  position: relative;
}
.footer .footer_bot .friendship a {
  color: #454545
}
@media (max-width: 800px) {
  .footer .footer_bot .friendship {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 115px;
  }
}
.footer .footer_bot .friendship .hide {
  position: absolute;
  bottom: 37px;
  left: -1px;
  right: -1px;
  display: none;
}
.footer .footer_bot .friendship .hide a {
  display: block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  background: #ccc;
  transition: background 0.3s cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 1024px) {
  .footer .footer_bot .friendship .hide a:hover {
    background: #00539C;
  }
}
.footer .footer_bot .friendship .show {
  overflow: hidden;
  padding: 0 12px;
  cursor: pointer;
}
.footer .footer_bot .friendship .show.active .ico {
  transform: rotate(-180deg);
}
.footer .footer_bot .friendship .show .txt {
  font-size: 14px;
  line-height: 36px;
  color: #666;
  float: left;
}
.footer .footer_bot .friendship .show .ico {
  width: 11px;
  height: 36px;
  float: right;
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  background: url(../img/x.jpg) no-repeat center center;
}
.ovh {
  overflow: hidden;
}
.search-alert {
  position: fixed;
  z-index: 1000;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .close {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat center center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  transition: transform 0.4s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .search-alert .close:hover {
    transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .search-alert .close {
    top: 20px;
    right: 20px;
  }
}
.search-alert .cent-form {
  width: 80%;
  height: 124px;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -62px;
  border-bottom: 1px solid #515151;
}
@media (max-width: 1024px) {
  .search-alert .cent-form {
    width: 94%;
    margin-left: -47%;
    height: 60px;
    margin-top: -30px;
  }
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 30px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px center;
}
@media (max-width: 1024px) {
  .search-alert .cent-form .tex {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    padding: 0 35px;
    background-position: left center;
    text-align: left;
  }
}
.search-alert .cent-form .sub-btn {
  border: none;
  height: 124px;
  font-size: 24px;
  line-height: 124px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .search-alert .cent-form .sub-btn {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    width: 48px;
    text-align: right;
    padding: 0;
    margin: 0;
  }
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #00539C !important;
}
.proup_code_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
  z-index: 1000;
  display: none;
}
.proup_code_box .close {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/close.png) no-repeat center center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  transition: transform 0.4s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .proup_code_box .close:hover {
    transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .proup_code_box .close {
    top: 20px;
    right: 20px;
  }
}
.proup_code_box .code_b {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}
.proup_code_box .wx_code {
  width: 140px;
  height: 172px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  transition: transform 0.5s cubic-bezier(0.65, -0.6, 0.24, 1), opacity 0.5s cubic-bezier(0.65, -0.6, 0.24, 1);
}
.proup_code_box .wx_code .wx_box {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.proup_code_box .wx_code .wx_box img {
  width: 100%;
  height: auto;
}
.proup_code_box .wx_code .txt {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding-top: 10px;
  text-align: center;
}
.menu_box {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  overflow: auto;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  display: none;
  z-index: 901;
  box-sizing: border-box;
}
.menu_box .navMobile {
  width: 100%;
  height: auto;
}
.menu_box .navMobile li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e1e1e1;
}
.menu_box .navMobile li > a {
  display: block;
  font-size: 16px;
  color: #454545;
  line-height: 24px;
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
}
.menu_box .navMobile li > a.show i {
  transform: rotate(-180deg);
}
.menu_box .navMobile li > a i {
  width: 15px;
  transition: transform 0.3s;
  height: 8px;
  background: url(../img/x_icon.png) no-repeat center center;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  background-size: 100% 100%;
  margin-top: -4px;
}
.menu_box .navMobile li .subnav {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: none;
  background-color: #fbfbfb;
  border-top: 1px solid #e1e1e1;
}
.menu_box .navMobile li .subnav a {
  display: block;
  color: #666;
  font-size: 14px;
  padding: 0 30px;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.menu_box .navMobile li .subnav a:last-child {
  border: none;
}
.menu_box .navMobile li .subnav a span {
  font-size: 12px;
  padding: 0 3px;
  position: relative;
  top: -4px;
}
#rocket-to-top {
  background: url(../img/rocket_up.png) no-repeat;
  cursor: default;
  display: block;
  height: 250px;
  margin: -125px 0 0;
  position: fixed;
  right: 0;
  top: 95%;
  z-index: 11;
  overflow: hidden;
  padding: 0;
  width: 149px;
}
@media (max-width: 1500px) {
  #rocket-to-top {
    width: 114px;
  }
}
@media (max-width: 1024px) {
  #rocket-to-top {
    display: none !important;
  }
}
#rocket-to-top .level-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 250px;
  z-index: 1;
  background: url(../img/rocket_up.png) no-repeat -149px 0;
  display: none;
  height: 250px;
  opacity: 0;
  width: 100%;
}
#rocket-to-top .level-3 {
  width: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  background: 0 0;
  cursor: pointer;
  display: block;
  height: 150px;
  z-index: 2;
}
.go_top {
  position: fixed;
  right: -100px;
  bottom: 10px;
  z-index: 10;
  cursor: pointer;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.7s ease;
  z-index: 999;
  display: inline-block;
  animation: balloon3 5s ease-in-out infinite;
}
.go_top.active {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  right: 10px;
}
@media (max-width: 1024px) {
  .go_top {
    display: none;
  }
}
.demo-1 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .demo-1 {
    display: none;
  }
}
/*
.o-slider-textWrap{
	left: 18%;
    bottom: 229px;
    height: auto;
    position: absolute;
    text-align: left;
    padding: 0 0 20px 0;
    width: 96%;
    transition: all 0.4s;
    opacity: 1;
    overflow: visible;
    perspective: 1000px;
    z-index: 2;
}

.o-slider-title{
	width: auto;
    margin: 0 0 5px 0;
    height: auto;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
    display: inline-block;
    padding: 0;
    transition: all 0.4s;
    transform-origin: 0 0;
    
    position: relative;
    z-index: 1;
}

.a-divider{
	
	display: block;
    width: 100%;
    height: 1px;
    margin: 2px 0;
}

.o-slider-subTitle{
	width: auto;
    margin: 0 0 5px 0;
    height: auto;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
    display: inline-block;
    padding: 0;
    transition: all 0.4s;
    transform-origin: 0 0;
	
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
}
.isActive .o-slider-title{
	
	opacity: 1;
    transform: perspective(0) rotateY(0) translate(0, 0);
    transform-origin: 0 0;
    transition-delay: 0.2s;
	
}

.isActive .o-slider-subTitle{
	opacity: 1;
    transform: perspective(0) rotateY(0) translate(0, 0);
    transform-origin: 0 0;
    transition-delay: 0.6s;
	
}
*/
.banner-text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  perspective: 800;
  -webkit-perspective: 800;
}
.banner-text .text-box {
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  display: block;
  min-width: 600px;
  text-align: center;
  color: #fff;
}
.banner-text .text-box div {
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  filter: alpha(opacity=0);
}
.banner-text .text-box .text1 {
  font-size: 35px;
  font-weight: bold;
  font-family: Adobe Devanagar;
  text-transform: uppercase;
  line-height: 1.3em;
}
.banner-text .text-box .text2 {
  font-size: 35px;
  font-family: "黑体";
  line-height: 1.5em;
  margin-bottom: 10px;
}
.banner-text .text-box .text3 {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 20px;
  font-family: Adobe Devanagar;
  text-transform: uppercase;
}
.banner-text .text-box.text-box1 {
  perspective: 800;
  -webkit-perspective: 800;
  visibility: hidden;
}
.banner-text .text-box.text-box1 {
  visibility: visible;
}
.banner-text .text-box.text-box1 .text1 {
  animation: textShow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
  -webkit-animation: textShow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
  -moz-animation: textShow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
}
.banner-text .text-box.text-box1 .text2 {
  animation: textShow2 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
  -webkit-animation: textShow2 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
  -moz-animation: textShow2 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
}
.banner-text .text-box.text-box1 .text3 {
  animation: textShow3 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
  -webkit-animation: textShow3 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
  -moz-animation: textShow3 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
}
.news_top {
  margin-top: 146px
}
/**********daohang******************/
.content1 {
  margin: 0px 0px;
  float: right;
  height: 100%;
  padding-right: 0px;
  width: 55%;
}
.venus-menu {
  margin: 30px 0 10px 0;
}
.venus-menu {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
  background: #fff;
  width: 100%;
}
.venus-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 48px;
  position: relative;
  width: 20%;
}
.venus-menu > li > a {
  padding: 19px 21px;
  font-size: 18px;
  color: #777;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  text-align: center;
}
.venus-menu li:hover > a, .venus-menu li.active a {
  background: #2898a9;
  color: #fff;
}
.venus-menu > li > a i {
  color: #bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i {
  color: #fff;
}
.venus-menu ul, .venus-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  width: 139px;
}
.venus-menu ul {
  top: 71px;
  left: 0;
  padding-top: 15px;
  width: 100%;
}
.venus-menu > li > ul > li:first-child a:before {
  content: '';
  position: absolute;
  bottom: 48px;
  left: 45%;
  margin-left: -48px;
  width: 0;
  height: 0;
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
}
.venus-menu > li > ul > li ul li:first-child a:before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 45%;
  margin-left: -71px;
  width: 0;
  height: 0;
  border-top: 8px solid rgba(255, 255, 255, 0);
  /*border-right: 8px solid #2898a9;*/
  border-bottom: 8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul {
  top: 0;
  left: 100%;
  padding-left: 0px;
}
.venus-menu ul li {
  clear: both;
  width: 100%;
  border: none;
}
.venus-menu ul li a {
  padding: 14px 12px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  background: #2898a9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  text-align: center;
}
.venus-menu ul li:hover > a {
  background-color: #1d727f;
}
.venus-menu > li > ul > li:first-child:hover a:before {
  /*border-bottom-color: #1d727f;*/
}
.venus-menu > li > ul > li ul li:first-child:hover a:before {
  /*border-right-color: #1d727f;*/
}
.venus-menu > li .indicator {
  position: absolute;
  color: #bababa;
  top: 19px;
  right: 8px;
  font-size: 20px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.venus-menu > li:hover > .indicator {
  color: #fff;
}
.venus-menu ul > li .indicator {
  top: 14px;
  right: 8px;
  color: #fff;
}
.venus-menu i {
  line-height: 20px !important;
  margin-right: 6px;
  font-size: 20px;
  float: left;
}
.venus-menu > li.showhide {
  display: none;
  width: 100%;
  height: 56px;
  cursor: pointer;
  color: #777;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.venus-menu > li.showhide span.title {
  margin: 13px 0 0 20px;
  float: left;
}
.venus-menu > li.showhide span.icon {
  margin: 16px 20px;
  float: right;
}
.venus-menu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ccc;
}
.venus-menu li.search {
  float: right;
}
.venus-menu li.search form {
  margin: 13px 20px 0 0;
}
.venus-menu li.search form input.search {
  height: 26px;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  color: #777;
  outline: none;
  border: solid 1px #dedede;
  -o-transition: border .3s linear;
  -moz-transition: border .3s linear;
  -webkit-transition: border .3s linear;
  transition: border .3s linear;
}
.venus-menu li.search form input.search:focus {
  border-color: #2898a9;
}
.zoom-out {
  -webkit-animation: zoomOut 600ms ease both;
  -moz-animation: zoomOut 600ms ease both;
  -o-animation: zoomOut 600ms ease both;
  animation: zoomOut 600ms ease both;
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(.6);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale(.6);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    -o-transform: scale(.6);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(.6);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width:768px) {
  .venus-menu li {
    display: block;
    width: 100%;
  }
  .venus-menu > li > a {
    padding: 13px 0 14px 20px;
  }
  .venus-menu > li.brand {
    display: none !important;
  }
  .venus-menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .venus-menu ul, .venus-menu ul li ul {
    width: 100%;
    padding: 0;
    left: 0;
    border: none;
    position: static;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before {
    border: none;
  }
  .venus-menu ul li {
    border-left: none;
    border-right: none;
  }
  .venus-menu ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .venus-menu ul > li > a {
    padding-left: 40px !important;
  }
  .venus-menu > li .indicator {
    top: 14px;
    right: 20px;
    font-size: 20px;
  }
  .venus-menu ul > li .indicator {
    top: 10px;
    right: 20px;
  }
  .venus-menu li.search form {
    margin: 12px 18px 0 18px;
  }
  .venus-menu li.search form input.search {
    width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .venus-menu > li > ul > li > a {
    padding-left: 40px !important;
  }
  .venus-menu > li > ul > li > ul > li > a {
    padding-left: 60px !important;
  }
  .venus-menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 80px !important;
  }
  
  
  
  

	
	
toolMenu{display: none;}
    
#toolMenu{display: none;}
	
.expert-member{padding: 0px 0px 0px 0px !important;}


	@media (max-width: 1250px) {
		
		.content1{    width: 53%;  }
		
	}

	@media (max-width: 1000px) {
		
		.content1{    width: 56%;  }
		
	}



	
	/***********手机端*****/
	
	@media (max-width: 768px) {
  .header .link_box {
       float: left;
  }
		
		
		.content1{    width: 100%;    height: 100%;float: right;margin:0;padding-right:0;    position: absolute;    z-index: -1;}
		.venus-menu{    float: right;}
		.venus-menu > li.showhide span.title{    display: none;}
		.venus-menu > li.showhide{border-bottom: solid 0px rgba(0, 0, 0, 0.1);height: 56px;}
		.header .logo img{height: 68px}
		
		.header .link_box{padding: 17px 14px 14px 16px;}
		.venus-menu > li.showhide span.icon{margin: 24px 20px;}
		.header .link_box{background: #fff0;}
		.news_top{    margin-top: 0px;}
	.lx03{width:100% !important;}
.lx01{float: inherit;width: 100% !important;}
.banner{overflow:inherit}

.lower-content_two h5{    font-size: 18px !important; }
.venus-menu li{line-height: 19px;}


/******底部导航*********/



ol, ul, dl, menu li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
} /*sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}*/ input, textarea, select {
  font-family: Verdana, arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
del, ins {
  text-decoration: none;
}
body {
  font-family: "arial", "微软雅黑", "Microsoft YaHei"; /*font-family:PingFangSC-Regular,Helvetica,"Droid Sans",Arial,sans-serif;*/ font-size: 14px;
  color: #000;
  min-height: 100%;
  background-color: #f5f5f5;
}

@charset "gbk";
/* CSS Document */
/**topnavArea**/

@supports(bottom: env(safe-area-inset-bottom)) {
  body {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .toolMenu {
    padding-bottom: env(safe-area-inset-bottom);
  }
}


.toolMenuBg {
  height: 40px;
  display: block;
  width: 100%;
}

/*.cityMo a em.icon1{border-color:#fff transparent transparent; z-index: 1; top:5px;}*/
/*.cityMo a em.icon2{border-color:#999 transparent transparent;}*/
/**toolMenu**/
.toolMenu {
  height: 42px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 80;
}

.toolBut li {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
}
.toolBut li i {
  display: none;
}
.toolBut li a {
  display: block;
  width: 100%;
  text-align: center;
      letter-spacing: 0.1em;
}
/*.toolBut .icon{display:block; width:100%; text-align:center; height:22px;}*/
.toolBut .icon {
  display: block;
  width: 100%;
  text-align: center;
  height: 20px;
  padding: 3px 0 1px;
}
.toolBut .icon img {
  width: 20px;
  height: 20px;
  padding-top: 1px;
}
.toolBut strong {
  font: 100 14px/18px "microsoft yahei";
  display: block;
}
#toolShoppingCar i {
  display: block;
  background-color: #c00;
  color: #fff;
  position: absolute;
  right: 10%;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font: normal 700 11px/20px arial;
  text-align: center;
}


/*底部快捷方式*/
#tool_menu2, #tool_menu3, #tool_menu4, #tool_menu5, #tool_menu6, #tool_menu7 {
  background-color: #F9F9F9;
}
.toolMenu .style2 strong, .toolMenu .style3 strong, .toolMenu .style4 strong, .toolMenu .style5 strong, .toolMenu .style6 strong, .toolMenu .style7 strong {
  color: #555;
}
.toolMenu .toolBut .icon {
  position: relative;
}
.toolMenu .toolBut .icon em {
  display: none;
  position: absolute;
  right: -5px;
  top: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background-color: #f00;
  color: #fff;
  border-radius: 5em;
  font-size: 12px;
}
.toolMenu .toolBut #toolShoppingCar .icon em {
  display: inline-block;
}
.toolMenu .style2 b {
  display: none;
}
.toolMenu .style2 strong {
  line-height: 40px;
}
.toolMenu .style3 strong {
  display: none;
}
.toolMenu .style3 a {
  padding-top: 7px;
}
.toolMenu .style4 a {
  padding-top: 8px;
}
.toolMenu .style4 b {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 5px;
}
.toolMenu .style4 strong {
  overflow: hidden;
  line-height: 29px;
}
.toolMenu .style5 {
  overflow: initial;
}
.toolMenu .style5 .addIcon {
  position: relative;
  overflow: initial;
}
.toolMenu .style5 .addIcon b {
  position: relative;
  top: -22px;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5em;
  background-color: #FFDB44;
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
}
.toolMenu .style5 .addIcon b span {
  font-size: 28px;
}
.toolMenu .style5 .addIcon strong {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
}
.toolMenu .style5 .addIcon img {
  padding-top: 8px;
  width: 28px;
  height: 28px;
}
/*.toolMenu .style6 .addIcon a{padding-top: 3px;}*/
.toolMenu .style6 .addIcon b {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5em;
  background-color: #FF8301;
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto;
}
.toolMenu .style6 .addIcon strong {
  display: none;
}
.toolMenu .style6 .addIcon img {
  padding-top: 8px;
  width: 26px;
  height: 26px;
}
/*.toolMenu .style7 .addIcon a{padding-top: 3px;}*/
.toolMenu .style7 .addIcon b {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FF8301;
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto;
  border-radius: 2px;
}
.toolMenu .style7 .addIcon strong {
  display: none;
}
.toolMenu .style7 .addIcon img {
  padding-top: 8px;
  width: 26px;
  height: 26px;
}

.OA_foot {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop+440));
}
.toolBut {
  overflow: hidden;
  margin: 0px;
  padding: 0;
}
.toolBut li {
  float: left;
  width: 100% !important;
  text-align: center;
  padding-top: 8px;
}
.toolBut li a {
  text-decoration: none;
  display: inline-block;
  width: auto;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.toolBut .icon_1, .toolBut .icon_2, .toolBut .icon_3, .toolBut .icon_4, .toolBut .icon_5 {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0px auto 5px;
  overflow: hidden;
}
.toolBut .icon_1 img, .toolBut .icon_2 img, .toolBut .icon_3 img, .toolBut .icon_4 img, .toolBut .icon_5 img {
  width: 100%;
}
.toolBut strong {
  color: #fff;
  font-weight: 400;
}

#tool_menu {
    background-color: #2898a9;
	display:none
}

#tool_menu {
    background-image: none;
}

#tool_menu {
    background-position: left top;
}

#tool_menu {
    background-repeat: no-repeat;
}

#tool_menu a strong {
    color: #ffffff;
}

#tool_menu a strong {
    font-size: 16px;
}

#tool_menu a strong {
    font-family: SimSun;
}

#tool_menu a.cur strong {
    color: #fff;
}

#tool_menu a.cur strong {
    font-size: 12px;
}

#tool_menu a.cur strong {
    font-weight: normal;
}

#tool_menu a.cur strong {
    font-style: normal;
}

#tool_menu a.cur strong {
    text-decoration: none;
}

#tool_menu a.cur strong {
    font-family: SimSun;
}

#tool_menu {
    border-top-color: #dbdbdb;
}

#tool_menu {
    border-top-width: 1px;
}

#tool_menu {
    border-top-style: solid;
	display: block !important;
}

#tool_menu {
    border-bottom-color: #000000;
}

#tool_menu {
    border-bottom-width: 0px;
}

#tool_menu {
    border-bottom-style: solid;
}


.toolMenu{display:black}

}



@media (max-width: 1300x) {
	.content1{    width: 100%; }
	
	
}



