﻿* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 16px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "microsoft yahei";
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}


@keyframes up03{
    0% {
      opacity:0.5;
	  transform: translate3d(0, 0, 0);
	  -webkit-transform:scale(0.8);
    }
    50% {
     opacity: 1;
	 transform: translate3d(0, 0, 0);
    }
	100% {
     opacity:0.4;
	 transform: translate3d(0, 0, 0);
	 -webkit-transform:scale(0.8);
    }
}
@-webkit-keyframes up03{
    0% {
      opacity:1;
	  transform: translate3d(0, 0, 0);
    }
    50% {
     opacity: 1;
	 transform: translate3d(0, 0, 0);	 
    }
	100% {
     opacity:0.4;
	 transform: translate3d(0, 0, 0);
	 -webkit-transform:scale(0.8);
    }
}



.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.inside-warp .container {
  max-width: 1400px;
}
@media (max-width: 1600px) {
  .inside-warp .container {
    max-width: 1200px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong2 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@font-face {
  font-family: "myfont";
  src: url("../fonts/Open Sans Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myfont2";
  src: url("../fonts/MONTSERRAT-BOLD.OTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myfont3";
  src: url("../fonts/DIN-BOLD.woff2") format("woff2"), url("../fonts/DIN-BOLD.woff") format("woff"), url("../fonts/DIN-BOLD.ttf") format("truetype"), url("../fonts/DIN-BOLD.eot") format("embedded-opentype"), url("../fonts/DIN-BOLD.svg") format("svg");
}
@font-face {
  font-family: "DIN-MEDIUM";
  src: url("../fonts/DIN-MEDIUM.woff2") format("woff2"), url("../fonts/DIN-MEDIUM.woff") format("woff"), url("../fonts/DIN-MEDIUM.ttf") format("truetype"), url("../fonts/DIN-MEDIUM.eot") format("embedded-opentype"), url("../fonts/DIN-MEDIUM.svg") format("svg");
}
@font-face {
  font-family: "myfont4";
  src: url("../fonts/MONTSERRAT-MEDIUM.OTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myfont5";
  src: url("../fonts/MONTSERRAT-LIGHT.OTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myfont6";
  src: url("../fonts/OPPOSans-R.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myfont7";
  src: url("../fonts/OPPOSans-H.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 145px;
  z-index: 99;
  position: absolute;
}

.header-lan {
  background: #005fb6;
}

.header .top {
  height: 95px;
}
.header .logo {
  float: left;
  margin-top: 22px;
  display: block;
}
.header .logo img {
  max-height: 47px;
}
.header .header-right {
  float: right;
  padding-top: 40px;
  position: relative;
}
.header .header-right span {
  display: inline-block;
}
.header .header-right input {
  width: 70px;
  border: 0;
  color: #fff;
  font-size: 16px;
  background: no-repeat;
}
.header .header-right input::-webkit-input-placeholder {
  color: #ffffff;
}
.header .header-right input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header .header-right input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header .header-right input:-ms-input-placeholder {
  color: #fff;
}
.header .header-right a {
  display: inline-block;
  vertical-align: top;
}
.header .header-right .tel {
  padding-right: 34px;
}
.header .header-right .language {
  width: 38px;
  height: 38px;
  color: #fff;
  margin-left: 34px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.6);
}
.header .header-right .language a {
  color: #fff;
}
.header .menu {
  right: 20px;
  top: 13px;
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
}
@media (max-width: 1200px) {
  .header {
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    background: #005fb6;
    position: fixed;
  }
  .header .header-right {
	padding-top: 10px;
	padding-right: 50px;
  }
  
  
  .header .header-right .tel{
	  display:none;
  }
  
  .header .header-right .search{
	  display:none;
  }
  
  .header .logo {
    margin-top: 5px;
  }
  .header .logo img {
    max-height: 50px;
  }
  .header .menu {
    display: block;
  }
}
.headerFixed {
	background: rgba(34,34,34,0.32);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
}

.nav ul {
  margin: 0 -25px;
}
.nav li {
  float: left;
  /*width: 12.5%;*/
  width: 16.66667%;
  padding: 0 25px;
  height: 50px;
  position: relative;
}
.nav li > a {
  color: #fff;
  padding-top: 10px;
  display: block;
  position: relative;
}
.nav li > a:before {
  content: "";
  height: 1px;
  top: 0;
  left: 0%;
  opacity: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.42);
  position: absolute;
  transition: all 700ms ease;
}
.nav li > a:after {
  content: "";
  height: 2px;
  top: 0;
  left: 0%;
  opacity: 0;
  width: 0;
  background: #fff;
  position: absolute;
  transition: all 500ms ease;
}
.nav li i {
  content: "";
  width: 6px;
  height: 6px;
  right: 0;
  bottom: 10px;
  position: absolute;
  font-style: normal;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
.nav li .subnav {
  top: 50px;
  left: 0;
  width: 1000px;
  z-index: 9;
  left: 25px;
  font-size: 15px;
  display: none;
  padding: 50px 50px;
  font-weight: lighter;
  transition: all 0s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.9);
  background: #fff;
  position: absolute;
}
.nav li .subnav:before {
  content: "";
  top: -10px;
  left: 0;
  position: absolute;
  transition: all 0s;
  z-index: 9;
  border-left: solid 10px #fff;
  border-top: solid 10px transparent;
}
.nav li .subnav span {
  display: block;
  width: 50%;
  float: left;
  margin: 7px 0;
  position: relative;
}
.nav li .subnav span:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
  border-radius: 100%;
  position: absolute;
  background: #005fb6;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #222;
  font-size: 16px;
  padding-left: 15px;
  transition: all 0s ease;
}
.nav li .subnav a:hover {
  color: #005fb6;
  text-decoration: underline;
}
.nav li .subnav-2 {
  width: 280px;
  padding-left: 30px;
  padding-right: 0;
}
.nav li .subnav-2 span {
  width: 100%;
  float: none;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a:after,
.nav .active > a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
@media (max-width: 1600px) {
  .nav li {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background: #005fb6;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg-2.png) no-repeat bottom center #ffffff;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: url(../images/pbg.png) no-repeat top center rgba(255, 255, 255, 0.5);
}
.phone-nav .list-menu li {
  font-size: 16px;
  position: relative;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li h3 {
  color: #005fb6;
  padding-left: 20px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: "microsoft yahei";
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 14px;
  padding: 0px 0px 0 20px;
}
.banner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner .slick-dots {
  bottom: 40px;
  margin: 0 auto;
  width: 120px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
}
.banner .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  margin-top: 5px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 3px #fff solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.banner .slick-dots li button:before {
  content: "";
  display: none;
}
.banner .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots li:hover button {
  background: #ffffff;
}
.banner .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots .slick-active button {
  background: #0c4089!important;
}
.banner .ph {
  display: none;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .slick-dots {
    bottom: 20px;
  }
  .banner .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .banner .slick-dots .slick-active button {
    background: #005fb6 !important;
  }
  .banner .slick-dots .slick-active::after {
    display: none;
  }
}
@keyframes bmove1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index-title {
    color: #222222;
    font-size: 50px;
    line-height: 60px;
    position: relative;
    padding-bottom: 35px;
    font-family: "microsoft yahei";
    border-bottom: solid 1px #dddcdc;
}
@media (max-width: 1600px) {
  .index-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .index-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
}
.index-more a {
  max-width: 200px;
  width: 100%;
  height: 54px;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  background: #eaebf0;
}
.index-more .icon {
  margin: 20px 0 0 20px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1600px) {
  .index-more a {
    font-size: 14px;
    max-width: 150px;
  }
  .index-more .icon {
    margin-left: 5px;
    width: 15px;
    height: 15px;
  }
}
.index-product {
  background: #f9f9fb;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 100px;
  position: relative;
}
.index-product:after {
  top: 50%;
  width: 100%;
  left: 0;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
  content: "PRODUCT";
  color: #f4f4f6;
  font-size: 338px;
  line-height: 338px;
  position: absolute;
}
.index-product .slider-nav {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
.index-product .slider-nav .item {
  cursor: pointer;
}
.index-product .slider-nav .iconbox {
  display: inline-block;
  position: relative;
}
.index-product .slider-nav .iconbox img {
  max-height: 140px;
  display: inline-block;
}
.index-product .slider-nav .iconbox .iconh {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.index-product .slider-nav .iconbox .icon {
  fill: #787880;
}
.index-product .slider-nav .tit {
  color: #999;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
}
.index-product .slider-nav .slick-current .iconbox .icon {
  opacity: 0;
}
.index-product .slider-nav .slick-current .iconbox .iconh {
  opacity: 1;
}
.index-product .slider-nav .slick-current .tit {
  color: #005fb6;
  text-shadow: 0 0 1px #005fb6;
}
.index-product .slider-for .item .textleft {
  width: 33%;
  float: left;
  padding-top: 80px;
}
.index-product .slider-for .item .textleft .tit {
  font-size: 32px;
  line-height: 40px;
  overflow: hidden;
  height: 80px;
  color: #222;
}
.index-product .slider-for .item .textleft .txt {
  color: #555;
  height: 180px;
  line-height: 32px;
  margin-top: 30px;
}
.index-product .slider-for .item .textright {
  width: 64%;
  float: right;
  position: relative;
}
.index-product .slider-for .item .textright .pic {
  width: 57%;
  float: left;
  position: relative;
}
.index-product .slider-for .item .textright .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .slider-for .item .textright .pic:before {
  content: "";
  width: 480px;
  height: 480px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  position: absolute;
  background: #033c6f;
  background: linear-gradient(to bottom, #126aae, #043f74, #043f74);
}

@media (max-width:1600px){
	.index-product .slider-for .item .textright .pic:before {
	  width: 400px;
	  height: 400px;
	}
}
@media(max-width:1100px) {
    .index-product .slider-for .item .textright .pic:before {
        width: 320px;
        height: 320px;
    }
}


.index-product .slider-for .item .textright .nr {
  width: 33%;
  float: right;
  bottom: 0;
  right: 0;
  color: #333;
  position: absolute;
  text-align: right;
}
.index-product .slider-for .item .textright .t1 {
  margin-bottom: 20px;
  padding-right: 35px;
  position: relative;
}
.index-product .slider-for .item .textright .t1:hover {
  font-size: 24px;
  color: #005fb6;
}
.index-product .slider-for .item .textright .t1:hover:after {
  background: #005fb6;
}
.index-product .slider-for .item .textright .t1:after {
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f9f9fb;
  position: absolute;
}
.index-product .slider-for .item .textright .slick-current {
  font-size: 24px;
  color: #005fb6;
}
.index-product .slider-for .item .textright .slick-current:after {
  background: #005fb6;
}
.index-product .slider-for .index-more {
  padding-top: 130px;
}
.index-product .slider-for .index-more:hover a {
  color: #fff;
  background: #005fb6;
}
.index-product .slider-for .index-more:hover .icon {
  fill: #fff;
}
@media (max-width: 1600px) {
  .index-product .slider-for .index-more {
    padding-top: 70px;
  }
  .index-product .slider-for .item .textleft .txt {
    line-height: 30px;
  }
  .index-product .slider-for .item .textright .t2 {
    font-size: 20px;
    padding-right: 10px;
  }
  .index-product .slider-for .item .textright .t3 {
    padding-right: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .index-product {
    padding: 30px 0;
  }
  .index-product:after {
    display: none;
  }
  .index-product .slider-nav {
    padding: 30px 0;
  }
  .index-product .slider-nav .iconbox img {
    max-height: 70px;
  }
  .index-product .slider-nav .tit {
    font-size: 14px;
  }
  .index-product .slider-for .item .textleft {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  .index-product .slider-for .item .textleft .txt {
    display: none;
  }
  .index-product .slider-for .item .textleft .tit {
    display: none;
    font-size: 18px;
    text-align: center;
  }
  .index-product .slider-for .item .textleft .index-more {
    display: none;
  }
  .index-product .slider-for .item .textright {
    width: 100%;
    float: none;
  }
  .index-product .slider-for .item .textright .pic {
    width: 100%;
    float: none;
    padding: 0 50px;
  }
  .index-product .slider-for .item .textright .pic:before {
	width: 400px;
	height: 400px;
  }
  .index-product .slider-for .item .textright .nr {
    display: none;
  }
}

@media (max-width:500px){
  .index-product .slider-for .item .textright .pic:before {
	width: 320px;
	height: 320px;
  }	
}

@media (max-width:400px){
  .index-product .slider-for .item .textright .pic:before {
	width: 215px;
	height: 215px;
  }	
}

.index-about {
  min-height: 992px;
  padding-top: 70px;
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size:100% 100%;
}
.index-about .textleft {
  width: 52%;
  float: left;
  color: #222;
  font-size: 18px;
  line-height: 36px;
  padding-top: 45px;
  /*padding-left: 50px;*/
}
.index-about .textright {
  width: 48%;
  float: right;
  padding-top: 140px;
  text-align: center;
}
.index-about .index-more {
  margin-top: 50px;
}
.index-about .index-more a {
  color: #666;
  background: #eaebf0;
}
/*.index-about .index-more .icon {
  fill: #fff;
}*/
.index-about .index-more a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #005fb6;
  color: #fff;
}
.index-about .index-more a:hover .icon{
  fill: #fff;
}
@media (max-width: 1600px) {
  .index-about .textleft {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .index-about {
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: auto;
	background-size:cover;
  }
  .index-about .textleft {
    width: 100%;
    float: none;
  }
  .index-about .textright {
    width: 100%;
    float: none;
    display: none;
  }
}
.index-industry {
  overflow: hidden;
  position: relative;
}
.index-industry .tablist {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
}
.index-industry .tab {
  width: 60%;
  float: left;
}
.index-industry .tab li {
  width: 33%;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
  padding: 20px;
  height: 360px;
  overflow: hidden;
  padding-right: 10px;
  transition: all 500ms ease;
  border: solid 1px #fff;
}



.index-industry .tab li a {
  display: block;
  color: #fff;
}
.index-industry .tab li .tit {
  font-size: 24px;
  line-height: 28px;
}
.index-industry .tab li .txt {
  margin-top: 15px;
}
.index-industry .tab li .icon {
  vertical-align: top;
  display: inline-block;
}
.index-industry .tab li:nth-child(2) {
   /* border: 0; */
    /* background: none !important; */
	clear:both;
}
/* .index-industry .tab li:nth-child(3) {
  border: 0;
    background: none !important;
} */
.index-industry .tab li:nth-child(4) {
  /* border: 0; */
    /* background: none !important; */
	clear: both;
}
.index-industry .tab li:nth-child(2):hover {
  /* background: none; */
}
.index-industry .tab li:nth-child(4):hover {
  /* background: none; */
}

.index-industry .tab .conmenu {
  background: #005fb6;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.index-industry .nr {
  width: 40%;
  float: left;
  color: #fff;
  padding-top: 25%;
  padding-left: 140px;
}



.index-industry .nr .aapcon{display: none;}

.index-industry .nr .aapcon:first-child{display: block;}

.index-industry .nr .tit {
  font-size: 50px;
  line-height: 60px;
}
.index-industry .nr .txt {
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
}
.index-industry .tabpic {
  position: relative;
  background-position: center;
  display: none;
  transition: all 0s;
}
@media (max-width: 1600px) {
  .index-industry .tab li .tit {
    font-size: 16px;
    line-height: 20px;
  }
  .index-industry .tab li .txt {
    line-height: 18px;
    font-size: 12px;
  }
  .index-industry .nr {
    width: 55%;
  }
}

@media (max-width:1600px){	
	.index-industry .tab li {
	  height: 300px;
	}	
}

@media (max-width:1440px){	
	.index-industry .tab li {
	  height: 272px;
	}	
}

@media (max-width:1400px){	
	.index-industry .tab li {
	  height: 258px;
	}	
}
@media (max-width:1280px){	
	.index-industry .tab li {
	  height: 242px;
	}
	.index-industry .tab li .icon img{
	  max-height: 100px;
	}	
}

@media (max-width: 1200px) {
  .index-industry {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bg2.jpg);
  }
  .index-industry .tablist {
    top: auto;
    left: auto;
    position: relative;
  }
  .index-industry .tab {
    width: 100%;
    float: none;
  }
  .index-industry .tab li {
    height: 190px;
  }
  .index-industry .tab li .tit {
    font-size: 14px;
  }
  .index-industry .tab li .txt {
    display: none;
  }
  .index-industry .tab li .icon img {
    max-height: 70px;
  }
  .index-industry .tabpic {
    background-size: cover;
    display: none!important;
  }
  .index-industry .tabpic img {
    display: none;
  }
  .index-industry .nr {
    display: none;
  }
}
.index-news {
  padding-top: 90px;
  padding-bottom: 100px;
}
.index-news .scroll {
  margin-top: 50px;
  margin-left: 160px;
}
.index-news .scroll .item {
  margin: 0 15px;
  position: relative;
}
.index-news .scroll .item:hover .pic:after,
.index-news .scroll .slick-current .pic:after {
  background: rgba(0, 0, 0, 0.5);
}
.index-news .scroll .item:hover .pic img,
.index-news .scroll .slick-current .pic img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  opacity: 1;
  transition: all 500ms ease;
}
.index-news .scroll .item:hover .txtbox,
.index-news .scroll .slick-current .txtbox {
  color: #fff;
}
.index-news .scroll .item:hover .time,
.index-news .scroll .slick-current .time {
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}
.index-news .scroll .item:hover .time .date,
.index-news .scroll .slick-current .time .date,
.index-news .scroll .item:hover .time .year,
.index-news .scroll .slick-current .time .year {
  color: #fff;
}
.index-news .scroll .pic {
  overflow: hidden;
  position: relative;
}
.index-news .scroll .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*position: absolute;*/
  background: rgba(248, 248, 248, 0.7);
  transition: all 500ms ease;
  display:block;
  padding-bottom:104%;
}
.index-news .scroll .pic img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.2;
  transition: all 500ms ease;
}
.index-news .scroll .txtbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 17px;
  color: #030f1b;
  z-index: 9;
  position: absolute;
}
.index-news .scroll .tag {
  font-size: 14px;
}
.index-news .scroll .tit {
  font-size: 22px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  margin-top: 30px;
}
.index-news .scroll .time {
  bottom: 20px;
  left: 15px;
  width: 92%;
  padding-top: 30px;
  position: absolute;
  border-top: solid 1px #dbdee1;
}
    .index-news .scroll .time .date {
        font-size: 58px;
        line-height: 68px;
        color: #005fb6;
        font-family: "microsoft yahei";
    }
.index-news .scroll .time .year {
  right: 0;
  top: 30px;
  color: #555;
  position: absolute;
}
.index-news .scroll .time .year span {
  display: block;
}
.index-news .scroll .slick-prev {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: -175px;
  left: auto;
  right: 250px;
  margin-top: auto;
  transition: all 500ms ease;
  background: url(../images/prev.png) no-repeat center center #f8f8f9;
}
.index-news .scroll .slick-prev:hover {
  background-color: #eee;
}
.index-news .scroll .slick-next {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: -175px;
  left: auto;
  right: 185px;
  margin-top: auto;
  transition: all 500ms ease;
  background: url(../images/next.png) no-repeat center center #005fb6;
}
.index-news .scroll .slick-next:hover {
  background-color: #0056a5;
}
@media (max-width: 1600px) {
  .index-news .scroll {
    margin-top: 80px;
    margin-left: 180px;
  }
  .index-news .scroll .item {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .index-news {
    padding: 30px 0;
  }
  .index-news .index-menu {
    display: none;
  }
  .index-news .index-menu ul {
    margin: 0;
  }
  .index-news .index-menu li {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    width: 33.333%;
    padding: 0 2px;
  }
  .index-news .index-menu li a {
    border-radius: 5px;
  }
  .index-news .scroll {
    padding: 0 20px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.index-menu {
  overflow: hidden;
  margin-top: 40px;
}
.index-menu ul {
  margin: 0 -10px;
}
.index-menu li {
  width: 14%;
  float: left;
  padding: 0 10px;
}
.index-menu li a {
  color: #596874;
  display: block;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  border: solid 1px #e1e4e6;
}
.index-menu li a:hover {
  color: #fff;
  background: #005fb6;
  border-color: #005fb6;
}
.index-service {
  padding: 70px 0;
  overflow: hidden;
  background: #f4f5f9;
}
.index-service ul {
  padding: 80px 0 0 0;
}
    .index-service li {
        font-family: "microsoft yahei";
        line-height: 60px;
        width: 33.3333%;
        float: left;
        text-align: center;
    }
.index-service li a {
  color: #9a9b9c;
}
.index-service li img {
  max-height: 60px;
  margin-right: 20px;
}
.index-service li:hover a {
  color: #005fb6;
}
@media (max-width: 1600px) {
  .index-service ul {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .index-service {
    padding-top: 40px;
  }
  .index-service ul {
    padding: 30px 0;
  }
  .index-service li {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .index-service li img {
    display: block;
    margin-right: 0;
    margin: 0 auto;
  }
}
.footer {
  color: #b5b5b5;
  padding-top: 60px;
  background: #010910;
}
.footer a {
  color: #bdbdbd;
  display: block;
  margin-top: 20px;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer h3 {
  font-size: 18px;
  min-height: 48px;
  text-transform: uppercase;
  font-weight: normal;
}
.footer h3 a {
  color: #fff;
}
.footer ul {
  padding-bottom: 60px;
}
.footer ul li {
  float: left;
  /*width: 11%;*/
  width: 17%;
  font-size: 15px;
  line-height: 18px;
  position: relative;
}
.footer ul li:first-child {
  /*width: 15%;*/
  width: 20%;
  padding-right: 30px;
}
.footer ul li:nth-child(4) {
  width: 14%;
  padding-right: 30px;
}
.footer ul .last {
  width: 27%;
  margin-top: 20px;
  text-align: center;
}
.footer ul .last span {
  height: 25px;
  line-height: 23px;
  max-width: 122px;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  border: solid 1px #4c4c4c;
}
.footer ul .last .textleft {
  width: 55%;
  float: left;
  text-align: right;
}
    .footer ul .last .textleft .tel {
        font-size: 29px;
        line-height: 40px;
        color: #fff;
        font-family: "microsoft yahei";
    }
.footer ul .last .textleft .tel a {
  margin-top: 0;
  color: #fff;
}
.footer ul .last .textleft ul {
  margin-top: 25px;
  padding-bottom: 25px;
}
.footer ul .last .textleft ul li {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0!important;
  margin-left: 4px!important;
  padding: 0!important;
}
.footer ul .last .textleft ul li a {
  margin-top: 0;
  width: 38px;
  height: 38px;
  line-height: 36px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #4d4e4f;
}
.footer ul .last .textleft ul li a img {
  opacity: 0.9;
}
.footer ul .last .textleft ul li:hover a {
  border-color: #fff;
}
.footer ul .last .textleft ul li:hover a img {
  opacity: 1;
}
.footer ul .last .weixinbox {
  width: 40%;
  float: right;
  padding: 6px;
  position: relative;
  text-align: right;
  border: solid 1px #343638;
}
.footer ul .last .weixinbox:before {
  content: "";
  top: 50%;
  left: -10px;
  position: absolute;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #555555;
}
.footer ul .last .weixinbox .tu {
  display: none;
}
.footer .links {
  color: #8f979f;
  padding-bottom: 30px;
  text-align:center;
}
.footer .links p{
	line-height: 1.7em;
	margin: 0 0 20px;
}


.footer .links a:first-child {
  padding-left: 0px;
}
.footer .links a {
  color: #8f979f;
  display: inline;
  padding-left: 20px;
}
.footer .copy {
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-top: solid 1px #3d3d3d;
}
.footer .copy span {
  float: right;
  display: inline-block;
}
.footer .copy a {
  padding-left: 5px;
  display: inline-block;
}
@media (max-width: 1600px) {
  .footer {
    font-size: 12px;
  }
  .footer h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .footer ul li {
    font-size: 12px;
  }
  .footer ul li a {
    margin-top: 10px;
  }
  .footer ul .last {
    margin-top: 10px;
  }
  .footer ul .last .textleft ul li {
    margin-left: 0!important;
  }
  .footer ul .last .textleft ul li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .footer ul .last .textleft ul li img {
    max-height: 30px;
  }
  .footer .weixinbox {
    padding: 0;
  }
  .footer .copy {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .footer {
    border-top: 0;
    padding-top: 30px;
  }
  .footer ul li {
    display: none;
    font-size: 12px;
    padding-left: 20px;
  }
  .footer ul li a {
    margin-top: 10px;
  }
  .footer ul .last {
    display: block;
    width: 100%;
    float: none;
  }
  .footer ul .last .button {
    display: none;
  }
  .footer ul .last .textleft {
    text-align: left;
  }
  .footer ul .last .weixinbox {
    text-align: center;
  }
  .footer .copy {
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer .copy span {
    display: block;
    float: none;
  }
  .footer .links {
    display: none;
  }
}
.inside-banner {
  text-align: center;
  position: relative;
}
    .inside-banner .txtbox {
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 1;
        color: #fff;
        font-size: 120px;
        line-height: 130px;
        text-align: left;
        font-family: "microsoft yahei";
        transform: translateY(-50%);
        position: absolute;
    }
.inside-banner .tit {
  font-size: 70px;
  line-height: 70px;
}
    .inside-banner .text {
        font-size: 18px;
        line-height: 24px;
        font-family: "microsoft yahei";
        margin-top: 30px;
        width: 55%;
    }
@media (max-width: 1600px) {
  .inside-banner .txtbox,
  .inside-banner .tit {
    font-size: 36px;
    line-height: 40px;
  }
  .inside-banner .text {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .txtbox {
    display: none;
  }
}
.inside-current {
    color: #fff;
    height: 70px;
    line-height: 70px;
    margin-top: -70px;
    position: relative;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: "microsoft yahei";
}
.inside-current a {
  color: #fff;
}
.inside-current a:hover {
  text-decoration: underline;
}
    .inside-current span {
        margin: 0 10px;
        display: inline-block;
        font-family: "microsoft yahei";
    }
@media (max-width: 1200px) {
  .inside-current {
    font-size: 14px;
  }
}
.inside-job {
  padding: 80px 0 100px 0;
  position: relative;
}
.inside-job .tit {
  margin-top: 25px;
  padding: 38px 70px 20px 25px;
  background: #f4f4f8;
  cursor: pointer;
}
.inside-job .date {
  width: 10.5%;
  float: left;
  color: #fff;
  text-align: center;
  font-family: "microsoft yahei";
  background: #005fb6;
}
.inside-job .date span {
  display: block;
}
.inside-job .date .arrow {
  height: 19px;
  background: url(../images/job-arrow.png) no-repeat right center #d1d1d1;
}
.inside-job .date .riqi {
  font-size: 38px;
  height: 46px;
  line-height: 46px;
  padding-top: 5px;
}
.inside-job .date .nian {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
}
.inside-job .wenzi {
  width: 60%;
  float: left;
  margin-top: 10px;
  padding-left: 45px;
  overflow: hidden;
}
.inside-job .wenzi .t1 {
  color: #222;
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.inside-job .wenzi .t2 {
  color: #9c9c9c;
  height: 24px;
  overflow: hidden;
}
.inside-job .add {
  float: right;
  color: #333;
  width: 15%;
  height: 40px;
  padding-right: 50px;
  overflow: hidden;
  line-height: 40px;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
}
.inside-job .add:after {
  content: "";
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  background: url(../images/jia.png) no-repeat center center #bfbfbf;
}
.inside-job p {
  padding-left: 10px;
}
.inside-job .txt {
  color: #666;
  background: #fbfbfd;
  display: none;
  line-height: 32px;
  padding: 40px 50px 110px 110px;
}
.inside-job .txt p:first-child {
  color: #222;
}
.inside-job .font18 {
  color: #222;
  font-size: 18px;
  padding: 50px 0 10px 0;
}
.inside-job .active .add:after {
  background: url(../images/jian.png) no-repeat center center #005fb6;
}
.inside-job .active .wenzi .t1 {
  margin-top: 15px;
}
.inside-job .active .wenzi .t2 {
  display: none;
}
@media (max-width: 1200px) {
  .inside-job {
    padding: 0 0 40px 0;
  }
  .inside-job .list {
    padding-top: 20px;
  }
  .inside-job .date {
    display: none;
  }
  .inside-job .tit {
    padding: 10px 15px;
  }
  .inside-job .wenzi {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .inside-job .wenzi .t1 {
    font-size: 18px;
    margin-top: 0!important;
  }
  .inside-job .add {
    display: none;
  }
  .inside-job .txt {
    padding: 20px;
    padding-top: 0;
  }
  .inside-job .font18 {
    font-size: 16px;
    padding: 10px 0;
  }
  .inside-job .font20 {
    font-size: 17px;
    margin: 20px 0 10px 0;
  }
  .inside-job .youxiang {
    border-radius: 5px;
    width: 100%;
  }
  .inside-job .active {
    background: url(../images/jian-2.png) no-repeat right 10px #f7f7f7;
  }
}
.inside-page {
  padding-top: 100px;
  text-align: center;
}
.inside-page a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #acacac;
  margin: 0 7px;
  background: #fff;
  display: inline-block;
  border: solid 1px #d2d3d6;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #005fb6;
  background: #005fb6;
}
.inside-page .none {
  border: solid 1px #fff;
}
@media (max-width: 1200px) {
  .inside-page {
    padding-top: 40px;
  }
  .inside-page a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    margin: 0;
  }
}
.inside-menu {
  z-index: 3;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}
.inside-menu ul {
  margin: 0 -20px;
}
    .inside-menu li {
        width: 25%;
        float: left;
        padding: 0 20px;
        font-family: "microsoft yahei";
    }
.inside-menu li a {
  color: #22282d;
  display: block;
  height: 67px;
  line-height: 65px;
  text-align: center;
  border-radius: 60px;
  overflow: hidden;
  border: solid 1px #e1e4e6;
}
.inside-menu li a:hover {
  color: #fff;
  background: #01539f;
  border-color: #01539f;
  text-decoration: none;
}
.inside-menu li.active > a {
  color: #fff;
  background: #01539f;
  border-color: #01539f;
}

@media (max-width: 1200px) {
  .inside-menu {
    padding-top: 30px;
  }
  .inside-menu ul {
    margin: 0 -5px;
  }
  .inside-menu li {
    width: 50%!important;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .inside-menu li a {
    font-size: 12px;
    height: 42px;
    line-height: 40px;
  }
}
.inside-menu-2 li {
  width: 22%;
}
.inside-menu-3 li {
  width: 20%;
}
.inside-news {
  padding-bottom: 100px;
}
.inside-news li:first-child {
  border-top: 0;
}
.inside-news li {
  padding: 70px 0;
  overflow: hidden;
  border-top: solid 1px #dbdcde;
}
.inside-news li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.inside-news li .picbox {
  width: 25%;
  float: left;
  position: relative;
}
    .inside-news li .picbox .time {
        bottom: 10px;
        left: 15px;
        width: 92%;
        position: absolute;
        color: #fff;
        opacity: 0;
        z-index: 2;
        transition: all 700ms ease;
        font-family: "microsoft yahei";
    }
        .inside-news li .picbox .time .date {
            font-size: 58px;
            line-height: 68px;
            font-family: "microsoft yahei";
        }
.inside-news li .picbox .time .year {
  right: 0;
  top: 10px;
  position: absolute;
}
.inside-news li .picbox .time .year span {
  display: block;
}
.inside-news li .picbox .pic {
  overflow: hidden;
  position: relative;
}
.inside-news li .picbox .pic img {
  transition: all 700ms ease;
}
.inside-news li .picbox .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.2);
}
.inside-news li .picbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 104%;
}
.inside-news li .textbox {
  width: 75%;
  float: left;
  /*transition: all 1500ms ease;*/
  padding-left: 30px;
}
    .inside-news li .textbox .time {
        width: 14%;
        float: left;
        color: #596874;
        font-size: 18px;
        line-height: 30px;
        font-family: "microsoft yahei";
    }
.inside-news li .textbox .time span {
  display: block;
}
        .inside-news li .textbox .time .date {
            font-size: 58px;
            line-height: 60px;
            color: #005fb6;
            font-family: "microsoft yahei";
        }
.inside-news li .textbox .item {
  width: 75%;
  float: left;
}
.inside-news li .textbox .item .tit {
  font-size: 32px;
  line-height: 48px;
  height: 96px;
  color: #22282d;
  overflow: hidden;
  width: 80%;
}
.inside-news li .textbox .item .txt {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 25px 0 40px 0;
}
.inside-news li .textbox .item .more {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
}
.inside-news li .textbox .item .more .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.inside-news li:hover a {
  background: #005fb6;
}
.inside-news li:hover .picbox .time {
  opacity: 1;
}
.inside-news li:hover .picbox .pic:before {
  opacity: 1;
}
.inside-news li:hover .textbox {
  padding-top: 50px;
  padding-left: 100px;
}
.inside-news li:hover .textbox .time {
  opacity: 0;
  display: none;
}
.inside-news li:hover .textbox .tit {
  font-size: 40px;
}
.inside-news li:hover .textbox .tit,
.inside-news li:hover .textbox .txt {
  color: #fff;
}
.inside-news .inside-page-1 {
  padding-top: 60px;
}
.inside-news .inside-page-1 .list-1 {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  float: none;
}
@media (max-width: 1200px) {
  .inside-news li {
    padding: 20px 0;
  }
  .inside-news li .textbox .time .date {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-news li .textbox .time {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-news li .textbox .item {
    width: 86%;
    padding-left: 15px;
  }
  .inside-news li .textbox .item .tit {
    width: auto;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    margin: 10px 0 5px 0;
  }
  .inside-news li .textbox .item .txt {
    margin: 0;
    line-height: 20px;
    height: 40px;
  }
  .inside-news li .textbox .item .more {
    display: none;
  }
}
.inside-fanhui {
  padding: 80px 0;
  border-bottom: solid 1px #dbdcde;
}
.inside-fanhui span {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  line-height: 48px;
  margin-right: 25px;
  display: inline-block;
  background: #f8f8f9;
}
.inside-fanhui .icon {
  width: 16px;
  height: 16px;
  fill: #aeb8c0;
  vertical-align: middle;
  display: inline-block;
}
.inside-fanhui:hover {
  color: #fff;
}
.inside-fanhui:hover span {
  background: #005fb6;
}
.inside-fanhui:hover .icon {
  fill: #fff;
}
@media (max-width: 1200px) {
  .inside-fanhui {
    padding: 40px 0;
  }
}
.inside-news-show {
  font-size: 18px;
  line-height: 38px;
  color: #22282d;
  padding: 70px 0 150px 0;
}
.inside-news-show .item {
  overflow: hidden;
  padding-bottom: 100px;
}
.inside-news-show .item .textbox {
  width: 63%;
  float: left;
}
.inside-news-show .item .textbox h1 {
  color: #22282d;
  font-size: 60px;
  line-height: 76px;
  padding-bottom: 50px;
  border-bottom: solid 1px #dbdcde;
}
    .inside-news-show .item .textbox .date {
        color: #005fb6;
        font-size: 58px;
        line-height: 60px;
        font-family: "microsoft yahei";
        margin-top: 60px;
    }
    .inside-news-show .item .textbox .year {
        font-size: 18px;
        color: #596874;
        line-height: 28px;
        margin-top: 10px;
        font-family: "microsoft yahei";
    }
.inside-news-show .item .textbox .year span {
  display: block;
}
.inside-news-show .item .pic {
  width: 29%;
  float: right;
  text-align: right;
}
@media (max-width: 1200px) {
  .inside-news-show {
    padding: 40px 0;
    line-height: 24px;
    font-size: 14px;
  }
  .inside-news-show .item {
    padding-bottom: 30px;
  }
  .inside-news-show .item .textbox {
    width: 100%;
    float: none;
  }
  .inside-news-show .item .textbox h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 0;
  }
  .inside-news-show .item .textbox .date {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .inside-news-show .item .pic {
    display: none;
  }
}
.inside-page-1 {
  padding-top: 150px;
}
@media (max-width: 1200px) {
  .inside-page-1 {
    padding-top: 60px;
  }
}
.inside-page-1 .list-1 {
    width: 75%;
    float: left;
    font-family: "microsoft yahei";
}
.inside-page-1 .list-1 li {
  width: 47%;
  float: right;
  border: 0;
  padding: 0;
}
.inside-page-1 .list-1 li a {
  height: 67px;
  line-height: 67px;
  display: block;
  color: #555555;
  border-radius: 60px;
  background: #f3f3f3;
  text-align: center;
  font-weight: lighter;
  position: relative;
}
.inside-page-1 .list-1 li a:before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 30px;
  display: inline-block;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  transform: rotate(-45deg);
}
.inside-page-1 .list-1 li a:after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 30px;
  display: inline-block;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  transform: rotate(45deg);
}
.inside-page-1 .list-1 li:first-child {
  float: left;
}
.inside-page-1 .list-1 li:first-child a:after {
  opacity: 0;
}
.inside-page-1 .list-1 li:last-child a:before {
  opacity: 0;
}
.inside-page-1 .list-1 li:hover a {
  color: #fff;
  background: #005fb6;
}
.inside-page-1 .list-1 li:hover a:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
.inside-page-1 .list-1 li:hover a:after {
  border-right: solid 1px #ccc;
  border-top: solid 1px #fff;
}
@media (max-width: 1200px) {
  .inside-page-1 .list-1 {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-page-1 .list-1 li a {
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
  .inside-page-1 .list-1 li a:before,
  .inside-page-1 .list-1 li a:after {
    margin: 0!important;
  }
}
.inside-page-1 .list-2 {
  width: 20%;
  float: right;
  padding-top: 20px;
  text-align: right;
}
.inside-page-1 .list-2 li {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #384855;
  border-radius: 3px;
  display: inline-block;
  margin-right:5px;
}
.inside-page-1 .list-2 li:hover {
  background: #005fb6;
}
@media (max-width: 1200px) {
  .inside-page-1 .list-2 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.inside-promenu {
  padding-top: 35px;
}
.inside-promenu ul {
  border-bottom: solid 1px #ececec;
}
    .inside-promenu ul li {
        float: left;
        padding: 0 35px;
        height: 80px;
        line-height: 80px;
        position: relative;
        font-family: "microsoft yahei";
    }
.inside-promenu ul li a {
  display: block;
  font-size: 18px;
  color: #222222;
  position: relative;
}
.inside-promenu ul li a:after {
  content: "";
  height: 2px;
  bottom: 0;
  left: 50%;
  width: 0;
  opacity: 0;
  position: absolute;
  background: #165ea0;
  transition: all 700ms ease;
}
.inside-promenu ul li:hover a,
.inside-promenu ul .active a {
  font-weight: 700;
}
.inside-promenu ul li:hover a:after,
.inside-promenu ul .active a:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
@media (max-width: 1600px) {
  .inside-promenu ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .inside-promenu ul {
    overflow: hidden;
  }
  .inside-promenu ul li {
    height: 60px;
    line-height: 60px;
    overflow:hidden;
  }
  .inside-promenu ul li a {
    font-size: 16px;
  }
}
.inside-text {
    font-size: 16px;
    color: #222;
    line-height: 30px;
    padding: 60px 0;
    font-family: "microsoft yahei";
}
@media (max-width: 1200px) {
  .inside-text {
    padding: 30px 0;
  }
}
.inside-product li {
  padding: 40px 0;
  overflow: hidden;
  background: #f5f7f9;
}
.inside-product li .pic {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-product li .pic img {
  transition: all 700ms ease;
}
.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product li .textbox {
  width: 70%;
  float: left;
  padding: 40px 110px 0 140px;
}
    .inside-product li .textbox .tit {
        color: #222;
        font-size: 40px;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        font-family: "microsoft yahei";
    }
.inside-product li .textbox .txt {
  color: #888;
  line-height: 30px;
  height: 215px;
  margin-top: 30px;
  overflow: hidden;
}
.inside-product li .textbox .index-more {
  width: 200px;
  height: 54px;
  color: #666;
  margin-top: 40px;
  line-height: 54px;
  text-align: center;
  border-radius: 30px;
  transition: all 700ms ease;
  display: inline-block;
  background: #eaebf0;
}
.inside-product li .textbox .index-more .icon {
  fill: #666;
  margin: 20px 0 0 20px;
  vertical-align: top;
  display: inline-block;
}
.inside-product li:nth-child(2n) {
  background: #fff;
}
.inside-product li:hover .pic img {
  transform: scale(1.05);
}
.inside-product li:hover .textbox .tit {
  color: #005fb6;
}
.inside-product li:hover .textbox .index-more {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #0062c6;
  color:#fff;
}

.inside-product li:hover .textbox .index-more .icon {
  fill: #fff;
}

@media (max-width: 1600px) {
  .inside-product li .textbox .tit {
    font-size: 30px;
    line-height: 40px;
    height: 40px;
  }
  .inside-product li .textbox .index-more {

    width: 160px;
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .inside-product li .textbox {
    padding: 20px 0 20px 50px;
  }
  .inside-product li .textbox .txt {
    margin-top: 0;
    line-height: 24px;
    height: 72px;
  }
  .inside-product li .textbox .index-more {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .inside-product li .textbox .index-more .icon {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .inside-product li .pic {
    padding: 0 40px;
  }
  .inside-product li .pic,
  .inside-product li .textbox {
    width: 100%;
    float: none;
  }
  .inside-product li .textbox {
    text-align: center;
    padding-left: 0;
  }
  .inside-product li .textbox .tit {
    font-size: 24px;
  }
}
.inside-service {
  padding: 70px 0 100px 0;
}
.inside-service ul {
  margin-top: 70px;
}
.inside-service ul li {
  float: left;
  width: 33.333%;
  margin-top: -1px;
  margin-left: -1px;
  text-align: center;
  padding: 50px;
  padding-top: 30px;
  border: solid 1px #eaeaea;
}
.inside-service ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.inside-service ul li .pic {
  position: relative;
  overflow: hidden;
}
.inside-service ul li .pic img {
  transition: all 700ms ease;
}
.inside-service ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
    .inside-service ul li .tit {
        font-size: 22px;
        font-family: "microsoft yahei";
        line-height: 30px;
        height: 30px;
        color: #222;
        overflow: hidden;
        margin-top: 15px;
    }
.inside-service ul li:hover .pic img {
  transform: scale(1.05);
}
.inside-service ul li:hover .tit {
  color: #005fb6;
}
@media (max-width: 1200px) {
  .inside-service {
    padding: 30px 0 40px 0;
  }
  .inside-service ul {
    margin-top: 20px;
  }
  .inside-service ul li {
    width: 50%;
  }
  .inside-service ul li .tit {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-service ul li {
    padding: 10px;
  }
}
.inside-service-2 {
  color: #222;
}
.inside-service-2 .box-1 {
  padding: 100px 0 40px 0;
}
    .inside-service-2 .box-1 .title {
        color: #222;
        line-height: 60px;
        font-size: 50px;
        text-align: center;
        font-family: "microsoft yahei";
    }
.inside-service-2 .box-1 ul {
  padding-top: 80px;
}
.inside-service-2 .box-1 ul li {
  margin-top: 10px;
  width: 33.3333%;
  float: left;
  min-height: 110px;
  font-size: 18px;
  padding-left: 70px;
  position: relative;
}
.inside-service-2 .box-1 ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  top: 6px;
  left: 50px;
  border-radius: 100%;
  position: absolute;
  background: #005fb6;
}
.inside-service-2 .box-2 {
  padding-bottom: 100px;
  background: url(../images/sbg.jpg) no-repeat top center;
}
.inside-service-2 .box-2 .pic {
  width: 58%;
  float: left;
}
    .inside-service-2 .box-2 .txtbox {
        width: 30%;
        float: left;
        padding-top: 120px;
        color: #005fb6;
        padding-left: 120px;
        font-size: 50px;
        line-height: 60px;
        font-weight: lighter;
        font-family: "microsoft yahei";
    }
.inside-service-2 .box-2 .txtbox span {
  font-size: 60px;
  line-height: 60px;
  vertical-align: top;
  display: inline-block;
}
        .inside-service-2 .box-2 .txtbox p:first-child {
            font-size: 159px;
            line-height: 160px;
            vertical-align: top;
            font-family: "microsoft yahei";
            margin-bottom: 30px;
        }
.inside-service-2 .box-2 ul {
  padding: 0 100px;
  margin-top: 30px;
}
.inside-service-2 .box-2 ul li {
  width: 16.66666667%;
  float: left;
  min-height: 160px;
  padding: 0 40px;
  padding-top: 20px;
  border-right: solid 1px #d7d7d7;
}
.inside-service-2 .box-2 ul li p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.inside-service-2 .box-2 ul li img {
  transition: all 700ms ease;
}
.inside-service-2 .box-2 ul li:last-child {
  border-right: 0;
}
.inside-service-2 .box-2 ul li:hover img {
  transform: rotateY(-180deg);
}
.inside-service-2 .box-3 {
  color: #fff;
  padding: 120px 0;
  font-size: 18px;
  background: url(../images/sbg-2.jpg) no-repeat top center;
}
.inside-service-2 .box-3 .t1,
.inside-service-2 .box-3 .t2 {
  max-width: 830px;
  width: 100%;
}
    .inside-service-2 .box-3 .t1 {
        font-family: "microsoft yahei";
        font-size: 50px;
        line-height: 60px;
    }
.inside-service-2 .box-3 .t2 {
  line-height: 40px;
  margin: 40px 0 30px 0;
}
.inside-service-2 .box-3 .tel {
  max-width: 370px;
  padding: 20px 40px;
  border: solid 1px #9ebbd7;
}
.inside-service-2 .box-3 .font28 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1200px) {
  .inside-service-2 .box-1 {
    padding: 40px 0;
  }
  .inside-service-2 .box-1 .title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .inside-service-2 .box-1 ul {
    padding-top: 20px;
  }
  .inside-service-2 .box-1 ul li {
    width: 100%;
    float: none;
    padding-left: 20px;
    min-height: auto;
  }
  .inside-service-2 .box-1 ul li:before {
    left: 0;
  }
  .inside-service-2 .box-2 {
    padding-bottom: 30px;
  }
  .inside-service-2 .box-2 .pic,
  .inside-service-2 .box-2 .txtbox {
    width: 100%;
    float: none;
  }
  .inside-service-2 .box-2 .txtbox {
    padding-top: 40px;
    padding-left: 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .inside-service-2 .box-2 .txtbox span {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-service-2 .box-2 .txtbox p:first-child {
    font-size: 40px;
    line-height: 50px;
  }
  .inside-service-2 .box-2 ul {
    padding: 0;
  }
  .inside-service-2 .box-2 ul li {
    border: 0;
    padding: 0 10px;
    text-align: center;
    width: 33.3333%;
  }
  .inside-service-2 .box-2 ul li p {
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
  }
  .inside-service-2 .box-3 {
    font-size: 14px;
    padding: 70px 0;
  }
  .inside-service-2 .box-3 .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-service-2 .box-3 .t2 {
    line-height: 24px;
    margin: 15px 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .inside-service-2 .box-2 ul li {
    width: 50%;
  }
}


.inside-map {
  position: relative;
  padding: 90px 0 100px 0;
}
.inside-map .box {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
.inside-map .dingwei01 {
  top: 190px;
  left: 0;
  z-index: 9;
  width: 580px;
  cursor: pointer;
  position: absolute;
}
.inside-map .dingwei01 span {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.inside-map .dingwei01 .txtbox {
  display: none;
}
.inside-map .dingwei01:hover .txtbox {
  display: block!important;
}
@media (max-width: 1500px) {
  .inside-map .dingwei01 {
    top: 167px;
  }
}
@media (max-width: 1370px) {
  .inside-map .dingwei01 {
    top: 157px;
  }
}
@media (max-width: 1290px) {
  .inside-map .dingwei01 {
    top: 148px;
  }
}
@media (max-width: 1200px) {
  .inside-map .dingwei01 {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }
  .inside-map .dingwei01 .txtbox {
    display: block;
    max-width: 100%;
  }
}
.inside-map .dingwei02 {
  top: 355px;
  left: 400px;
  z-index: 9;
  width: 580px;
  cursor: pointer;
  position: absolute;
}
.inside-map .dingwei02 span {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.inside-map .dingwei02 .txtbox {
  display: none;
}
.inside-map .dingwei02:hover .txtbox {
  display: block!important;
}
@media (max-width: 1500px) {
  .inside-map .dingwei02 {
    top: 315px;
  }
}
@media (max-width: 1370px) {
  .inside-map .dingwei02 {
    top: 300px;
  }
}
@media (max-width: 1290px) {
  .inside-map .dingwei02 {
    top: 277px;
  }
}
@media (max-width: 1200px) {
  .inside-map .dingwei02 {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }
  .inside-map .dingwei02 .txtbox {
    display: block;
  }
}
.inside-map .dingwei03 {
  top: 325px;
  right: 0px;
  z-index: 9;
  width: 580px;
  cursor: pointer;
  position: absolute;
}
.inside-map .dingwei03 span {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.inside-map .dingwei03 .txtbox {
  display: none;
}
.inside-map .dingwei03:hover .txtbox {
  display: block!important;
}
@media (max-width: 1500px) {
  .inside-map .dingwei03 {
    top: 284px;
  }
}
@media (max-width: 1370px) {
  .inside-map .dingwei03 {
    top: 270px;
  }
}
@media (max-width: 1290px) {
  .inside-map .dingwei03 {
    top: 250px;
  }
}
@media (max-width: 1200px) {
  .inside-map .dingwei03 {
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    position: relative;
  }

  .inside-map .dingwei03 .txtbox {
    display: block;
  }
}

  
  .inside-map .dingwei04 {
  top: 325px;
  right: 400px;
  z-index: 9;
  width: 580px;
  cursor: pointer;
  position: absolute;
}
.inside-map .dingwei04 span {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.inside-map .dingwei04 .txtbox {
  display: none;
}
.inside-map .dingwei04:hover .txtbox {
  display: block!important;
}
@media (max-width: 1500px) {
  .inside-map .dingwei04 {
    top: 284px;
  }
}
@media (max-width: 1370px) {
  .inside-map .dingwei04 {
    top: 270px;
  }
}
@media (max-width: 1290px) {
  .inside-map .dingwei04 {
    top: 250px;
  }
}
@media (max-width: 1200px) {
  .inside-map .dingwei04 {
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    position: relative;
  }
  .inside-map .dingwei04 .txtbox {
    display: block;
  }
}
.inside-map .title {
    font-size: 60px;
    line-height: 70px;
    color: #222;
    text-align: center;
    font-family: "microsoft yahei";
}
.inside-map .text {
  padding: 70px 0;
  text-align: center;
}
.inside-map .text span {
  color: #222;
  font-size: 22px;
  padding: 0 40px;
  display: inline-block;
}
@media (max-width: 1600px) {
  .inside-map .text span {
    padding: 0 20px;
  }
}
.inside-map .text span i {
  display: inline-block;
  font-style: normal;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 100%;
  background: #fef504;
  vertical-align: top;
}
.inside-map .text span:nth-child(2) i {
  background: #dc241a;
}
.inside-map .text span:nth-child(3) i {
  background: #46ab35;
}
.inside-map .text span:nth-child(4) i {
  background: #fa7102;
}
.inside-map .text span:nth-child(5) i {
  background: #6432c9;
}
.inside-map .box {
  position: relative;
  text-align: center;
}
.inside-map .box .txtbox {
  margin: 0 auto;
  max-width: 580px;
  width: 100%;
  text-align: left;
  padding: 50px 30px 20px 60px;
  min-height: 280px;
  font-size: 15px;
  color: #222;
  background: rgba(255, 255, 255, 0.73);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .inside-map .box .txtbox {
    min-height: auto;
  }
}
.inside-map .box .bule {
    font-size: 30px;
    line-height: 33px;
    color: #005fb6;
    font-family: "microsoft yahei";
    padding-left: 25px;
    margin-bottom: 25px;
    border-left: solid 4px #0375c4;
}
.inside-map .box p {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .inside-map .text {
    padding: 30px 0;
  }
  .inside-map .text span {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .inside-map {
    padding: 40px 0 0 0;
  }
  .inside-map .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-map .text {
    padding: 30px 0;
    text-align: left;
  }
  .inside-map .text span {
    font-size: 16px;
    padding: 0;
    display: block;
  }
  .inside-map .box .txtbox {
    top: auto;
    left: auto;
    padding: 40px;
    transform: translate(0);
    position: relative;
  }
}

.inside-apption {
  color: #222;
  padding-bottom: 70px;
}
.inside-apption a {
  color: #222;
}
.inside-apption a:hover {
  color: #005fb6;
}
    .inside-apption .title-gy {
        font-size: 40px;
        line-height: 40px;
        color: #222;
        padding-bottom: 40px;
        font-family: "microsoft yahei";
        border-bottom: solid 1px #dadada;
    }
.inside-apption .text-gy {
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}
.inside-apption .text-gy:before {
  content: "";
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
  position: absolute;
  border-radius: 100%;
  background: #005fb6;
}
.inside-apption .text-gy a:hover {
  text-decoration: underline;
}
.inside-apption .box-1 {
  position: relative;
  padding-top: 120px;
}
.inside-apption .box-1 .item {
  margin-top: 50px;
}
.inside-apption .box-1 .item .tu {
  width: 50%;
  float: right;
  position:relative;
}

.inside-apption .box-1 .item .tu img{
	z-index:9;
  position:relative;
}

.inside-apption .box-1 .item .tu:before{
	content: "";
	width: 76%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	opacity: 1;
	position: absolute;
	background: #F6F7FB;	
}

.inside-apption .box-1 .item .textbox {
  width: 40%;
  float: left;
  padding-top: 120px;
}
.inside-apption .box-1 .item .textbox .tit {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.inside-apption .box-2 {
  padding-top: 60px;
  position: relative;
}
.inside-apption .box-2 .text-gy {
  margin-top: 25px;
}
.inside-apption .box-3 {
  position: relative;
  margin-top: 70px;
}
.inside-apption .box-3 .title-gy {
  margin-bottom: 35px;
}
.inside-apption .box-4 {
  position: relative;
}
.inside-apption .box-4 .text-gy {
  width: 50%;
  float: left;
  font-size: 18px;
  padding-right: 20px;
}
.inside-apption .box-5 {
  overflow: hidden;
  margin-top: 70px;
}
.inside-apption .box-5 ul {
  margin: 0 -5px;
  margin-top: 60px;
}
.inside-apption .box-5 ul li {
  padding: 0 5px;
  width: 25%;
  float: left;
}
.inside-apption .box-5 ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.inside-apption .box-5 ul li .pic {
  overflow: hidden;
  position: relative;
  background:#F6F7FB;
}
.inside-apption .box-5 ul li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  background: url(../images/app-cases.png) no-repeat;
}
.inside-apption .box-5 ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 81%;
}
.inside-apption .box-5 ul li .pic img {
  transition: all 700ms ease;
}
    .inside-apption .box-5 ul li .txtbox {
        color: #fff;
        bottom: 20px;
        left: 0;
        width: 100%;
        opacity: 0;
        z-index: 2;
        font-size: 14px;
        padding: 0 20px;
        font-family: "microsoft yahei";
        transition: all 700ms ease;
        position: absolute;
    }
.inside-apption .box-5 ul li .tit,
.inside-apption .box-5 ul li .txt {
  height: 24px;
  overflow: hidden;
}
.inside-apption .box-5 ul li:hover .txtbox {
  opacity: 1;
}
.inside-apption .box-5 ul li:hover .pic:before {
  opacity: 1;
}
.inside-apption .box-6 .text-gy {
  width: 25%;
  float: left;
  margin-top: 15px;
  padding-right: 15px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .inside-apption .title-gy {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .inside-apption .box-4 .text-gy,
  .inside-apption .box-6 .text-gy {
    font-size: 14px;
    width: 50%;
    margin-top: 5px;
    padding-right: 10px;
  }
  .inside-apption .box-1 {
    padding-top: 30px;
  }
  .inside-apption .box-3,
  .inside-apption .box-5 {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .inside-apption .box-1 .item .textbox {
    width: 100%;
    float: none;
    padding-top: 40px;
  }
  .inside-apption .box-1 .item .textbox .tit {
    font-size: 18px;
  }
  .inside-apption .box-1 .item .tu {
    width: 100%;
    float: none;
    text-align: center;
  }
  .inside-apption .box-4 .text-gy,
  .inside-apption .box-6 .text-gy {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .inside-apption .box-5 ul {
    margin-top: 30px;
  }
  .inside-apption .box-5 ul li {
    width: 50%;
    padding: 5px;
  }
}
.inside-investor {
  min-height: 400px;
  padding: 80px 0 40px 0;
}
.inside-investor .leftmenu {
  width: 20%;
  float: left;
}
.inside-investor .leftmenu li {
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  background: #f2f2f2;
  margin-bottom: 1px;
}
.inside-investor .leftmenu li:hover,
.inside-investor .leftmenu .active {
  background: #005fb6;
}
.inside-investor .leftmenu li:hover a,
.inside-investor .leftmenu .active a {
  color: #fff;
}
.inside-investor .rightbox {
  width: 78.5%;
  float: right;
}
.inside-investor .item {
  width: 49.2%;
  float: left;
}
.inside-investor .item h3 {
  font-size: 18px;
  color: #222;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  position: relative;
  background: #f4f5f7;
}
.inside-investor .item h3:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 20px;
  margin-top: -2px;
  position: absolute;
  background: #005fb6;
}
.inside-investor .item li {
  height: 43px;
  line-height: 42px;
  overflow: hidden;
  padding-right: 40px;
  padding-left: 20px;
  border-top: solid 1px #dfdfdf;
}
.inside-investor .item li a {
  color: #222222;
  display: block;
}
.inside-investor .item li span {
  color: #999;
  padding-left: 30px;
  float: right;
  display: inline-block;
}
.inside-investor .item li:first-child {
  border-top: 0;
}
.inside-investor .item li:hover {
  background: #f9f9f9;
}
.inside-investor .item li:hover a {
  color: #005fb6;
}
.inside-investor .item:nth-child(2) {
  float: right;
}
@media (max-width: 1200px) {
  .inside-investor {
    padding-top: 40px;
  }
  .inside-investor .leftmenu {
    display: none;
  }
  .inside-investor .rightbox {
    width: 100%;
    float: none;
  }
  .inside-investor .item {
    width: 100%;
    float: none;
  }
}
.inside-investor-2 {
  padding-bottom: 100px;
}
.inside-investor-2 .inside-page {
  padding-top: 80px;
}
.dw {
  zoom: -1;
  top: -30px;
  height: 1;
  position: absolute;
}
.inside-about {
  padding-bottom: 150px;
}
.inside-about .box-1 {
  color: #333333;
  line-height: 34px;
  position: relative;
  padding: 100px 0 100px 0;
}
.inside-about .box-1 .textbox {
  width: 44%;
  float: left;
  margin-top: 60px;
}
.inside-about .box-1 .pic {
  width: 54%;
  float: right;
  margin-top: 60px;
}
.inside-about .box-2 {
  padding: 100px 0;
  position: relative;
  background: #f4f5f9;
}
.inside-about .box-2 .pic {
  width: 37%;
  float: left;
}
.inside-about .box-2 .txtbox {
  color: #222;
  width: 63%;
  float: right;
  padding-left: 60px;
}
.inside-about .box-2 .txtbox p {
  margin-bottom: 20px;
}
    .inside-about .box-2 .txtbox .font60 {
        font-size: 60px;
        line-height: 60px;
        color: #005fb6;
        font-family: "microsoft yahei";
    }
    .inside-about .box-2 .txtbox .font20 {
        font-size: 20px;
        color: #005fb6;
        font-family: "microsoft yahei";
        padding-bottom: 10px;
    }
.inside-about .box-2 ul li {
  padding: 40px 0;
  line-height: 70px;
  border-top: dashed 1px #c9c9ca;
}

@media (max-width:1600px){
	.inside-about .box-2 ul li {
	  font-size: 14px;
	}
}

.inside-about .box-2 ul li img {
  margin-right: 30px;
}
.inside-about .box-2 ul li span {
  font-size: 28px;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
  color: #005fb6;
  position: relative;
}
.inside-about .box-2 ul li span:after {
  content: "";
  width: 24px;
  height: 2px;
  margin: 32px 0 0 10px;
  vertical-align: top;
  display: inline-block;
  background: #005fb6;
}
.inside-about .box-2 ul li:first-child {
  border-top: 0;
}
.inside-about .box-2 ul li:last-child {
  padding-bottom: 0;
}
.inside-about .box-3 {
  height: 493px;
  padding-top: 140px;
  position: relative;
  background: url(../images/about-bg.jpg) no-repeat top center;
}
.inside-about .box-3 ul li {
  width: 20%;
  float: left;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.inside-about .box-3 ul li img {
  margin-bottom: 30px;
}
.inside-about .box-3 ul li span {
  font-size: 60px;
  line-height: 60px;
  vertical-align: top;
  display: inline-block;
}
    .inside-about .box-3 ul li p:nth-child(2) {
        font-family: "microsoft yahei";
    }
.inside-about #gallery {
  width: 100%;
  max-width: 1260px;
  padding-bottom: 66px;
  position: relative;
}
.inside-about #gallery:after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/line03.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 74px;
}
.inside-about #gallery:before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/line03.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 74px;
}
.inside-about #gallery .swiper-slide {
  font-size: 18px;
  transform: scale(0.8);
  padding: 40px 0;
}
.inside-about #gallery .swiper-slide .text {
  display: none;
}
    .inside-about #gallery .swiper-slide .img {
        width: 116px;
        height: 116px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        padding-top: 28px;
        margin: 0 auto;
        font-family: "microsoft yahei";
        background: url("../images/bg.png") no-repeat center center;
    }
.inside-about #gallery .swiper-slide .img .h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.inside-about #gallery .swiper-slide .img .p {
  font-size: 30px;
  font-weight: bold;
      margin-top: 17px;
}
.inside-about #gallery .swiper-slide-prev .img {
  margin: 0;
  float: left;
}
.inside-about #gallery .swiper-slide-next .img {
  margin: 0;
  float: right;
}
.inside-about #gallery .swiper-slide-prev,
.inside-about #gallery .swiper-slide-next {
  transform: scale(1);
}
.inside-about #gallery .swiper-slide-active {
  transform: scale(1.5);
}
.inside-about #gallery .swiper-slide-active .text {
  
  display: block;
}
    .inside-about #gallery .swiper-slide-active .text .bt {
        color: #005fb6;
        font-size: 61px;
        line-height: 96px;
        text-align: center;
        font-family: "microsoft yahei";
    }
    .inside-about #gallery .swiper-slide-active .text .jsh {
        font-size: 12px;
        color: #222;
        text-align: left;
        font-weight: lighter;
        line-height: 16px;
        font-family: "microsoft yahei";
    }
.inside-about #gallery .swiper-slide-active .img {
  display: none;
}
@media (max-width: 640px) {
  .inside-about #gallery .swiper-slide-active {
    padding-bottom: 0;
  }
  .inside-about #gallery .swiper-slide-active .text .bt {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
}
.inside-about #gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50px;
  background: #619cd2;
  opacity: 1;
  transition: 0.5s;
}
.inside-about #gallery .swiper-pagination-bullet-active {
  width: 25px;
  background: #005fb6;
}
.inside-about #gallery:before,
.inside-about #gallery:after {
  display: none;
}
.inside-about #thumbs {
  max-width: 1040px;
  width: 100%;
  margin-top: 74px;
  position: relative;
}
.inside-about #thumbs:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 6px;
  background: #1fb6d0;
  left: 0;
}
@media (max-width: 768px) {
  .inside-about #thumbs {
    opacity: 0;
    height: 0;
  }
}
.inside-about #thumbs .swiper-slide {
  text-align: center;
  font-family: "microsoft yahei";
  padding: 0 20px;
  cursor: pointer;
}
.inside-about #thumbs .swiper-slide .bt {
  font-size: 16px;
  color: #555;
  font-weight: lighter;
  padding-top: 19px;
  background: url("../images/fz.jpg") no-repeat top center;
}
.inside-about .home-bottom1 {
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 100px;
  position: relative;
  background: url("../images/about-bg-3.jpg") no-repeat top center;
  background-size: cover;
}
.inside-about .home-bottom1 .home-bottom {
  padding-top: 44px;
}
.inside-about .home-bottom1 #gallery {
  padding-bottom: 58px;
}
.inside-about .home-bottom1 #gallery .swiper-slide-active .text .bt {
  color: #005fb6;
}
.inside-about .home-bottom1 #gallery .swiper-slide-active .text .jsh {
  color: #222;
}
@media (max-width: 640px) {
  .inside-about .home-bottom1 #gallery .swiper-slide-active .text .jsh {
    padding: 0 70px 20px 70px;
    max-height:200px;
    overflow:hidden;
  }
}
.inside-about .home-bottom1 #gallery .swiper-pagination-bullet {
  background: #619cd2;
}
.inside-about .home-bottom1 #gallery .swiper-pagination-bullet-active {
  background: #005fb6;
}
.inside-about .home-bottom1 #thumbs:after {
  background: #005fb6;
}
.inside-about .home-bottom1 #thumbs .swiper-slide {
  color: #000;
}
.inside-about .home-bottom1 #thumbs .swiper-slide .bt {
  z-index: 1;
  background: url("../images/fz1.jpg") no-repeat top center;
}
.inside-about .home-bottom1 #thumbs .swiper-slide-thumb-active .bt {
  background: url("../images/fz1.jpg") no-repeat top center;
}
@media (max-width: 640px) {
  .inside-about .home-bottom1 {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.inside-about .box-4 {
  padding-top: 70px;
  position: relative;
}
.inside-about .box-4 .scroll {
  margin: 0 -10px;
  margin-top: 90px;
}
.inside-about .box-4 .scroll .item {
  margin: 0 10px;
}
.inside-about .box-4 .scroll .pic {
  position: relative;
}
.inside-about .box-4 .scroll .pic:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.inside-about .box-4 .scroll .tit {
  font-size: 20px;
  color: #222;
  text-align: center;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  
    text-overflow: ellipsis;
    
    white-space: nowrap;
}
.inside-about .box-4 .scroll .slick-dots {
  bottom: -60px;
}
.inside-about .box-4 .scroll .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #d1e2f2;
}
.inside-about .box-4 .scroll .slick-dots li.slick-active button {
  background: #005fb6;
  width: 23px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .inside-about .box-4 {
    padding: 40px 0;
  }
  .inside-about .box-4 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-about .box-4 .scroll {
    margin: 0 40px;
    margin-top: 0px;
  }
  .inside-about .box-4 .scroll .tit {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .inside-about .box-4 .scroll .slick-prev {
    left: -40px;
  }
  .inside-about .box-4 .scroll .slick-next {
    right: -40px;
  }
  .inside-about .box-4 .scroll .slick-prev,
  .inside-about .box-4 .scroll .slick-next {
    transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
  .inside-about {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .inside-about .box-1 {
    padding: 0 0 50px 0;
    min-height: auto;
  }
  .inside-about .box-1 .textbox {
    width: 100%;
    float: none;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
  }
  .inside-about .box-1 .tit {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .inside-about .box-1 .pic {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-about .box-2 {
    padding-bottom: 60px;
  }
  .inside-about .box-2 ul {
    margin-top: 0;
  }
  .inside-about .box-2 ul li {
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
  }
  .inside-about .box-2 ul li img {
    margin-right: 0;
  }
  .inside-about .box-2 ul li span {
    margin-right: 0;
    display: block;
    line-height: 70px;
  }
}
@media (max-width: 640px) {
  .inside-about .box-2 {
    padding: 30px 0;
  }
  .inside-about .box-2 .pic {
    width: 100%;
    float: none;
  }
  .inside-about .box-2 .txtbox {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-left: 0;
  }
  .inside-about .box-2 .txtbox .font60 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about .box-2 .txtbox .font20 {
    font-size: 16px;
  }
  .inside-about .box-3 {
    height: auto;
    padding: 20px 0;
  }
  .inside-about .box-3 ul li {
    padding: 10px 0;
    width: 33.3333%;
    font-size: 14px;
  }
  .inside-about .box-3 ul li img {
    margin-bottom: 10px;
  }
  .inside-about .box-3 ul li span {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about .box-4 .scroll {
    margin: 0;
    margin-top: 30px;
  }
}
.inside-contact .box-1 {
  padding-bottom: 80px;
  background: #f8f8f8;
}
.inside-contact .box-1 .inside-bg {
  color: #fff;
  padding: 80px;
  margin-top: 80px;
  min-height: 330px;
  background: #005fb6;
}
.inside-contact .box-1 .tabcot {
  display: none;
}
    .inside-contact .box-1 .txtleft {
        width: 50%;
        float: left;
        font-size: 36px;
        padding-top: 40px;
        line-height: 50px;
        font-family: "microsoft yahei";
    }
.inside-contact .box-1 .txtright {
  width: 50%;
  float: right;
  font-size: 18px;
}
@media (max-width: 1600px) {
	.inside-contact .box-1 .txtright {
	  font-size: 16px;
	}
}
.inside-contact .box-1 .txtright img {
  top: 0;
  left: 0;
  max-height:24px;
  position: absolute;
  margin: 0px 10px 0 0;
}
.inside-contact .box-1 .txtright p {
  padding-left: 40px;
  margin-top: 30px;
  position: relative;
}
.inside-contact .box-1 .txtright p:first-child {
  margin-top: 0;
}
.inside-contact .box-1 .txtright .tel {
    font-size: 40px;
    line-height: 40px;
    font-family: "microsoft yahei";
}
.inside-contact .box-1 .txtright .tel img {
  margin-top: 5px;
}
.inside-contact .box-1 .txtright .tel a {
  color: #fff;
}
.inside-contact .box-1 .txtright .youxiang a {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}
.inside-contact .box-1 .txtright .youxiang a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .inside-contact .box-1 {
    padding-bottom: 40px;
  }
  .inside-contact .box-1 .inside-bg {
    padding: 40px;
    margin-top: 40px;
  }
  .inside-contact .box-1 .txtleft {
    font-size: 20px;
    padding-top: 0;
  }
  .inside-contact .box-1 .txtleft,
  .inside-contact .box-1 .txtright {
    width: 100%;
    float: none;
    font-size: 15px;
  }
  .inside-contact .box-1 .txtright .tel {
    font-size: 20px;
  }
}
.inside-message {
  padding: 90px 0 100px 0;
}
    .inside-message .title {
        color: #222;
        font-size: 60px;
        line-height: 70px;
        text-align: center;
        font-family: "microsoft yahei";
    }
.inside-message .title1{
    color: #222;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top:15px;
}
.inside-message .jdt {
  font-size: 18px;
  margin: 0 30px;
  margin-top: 75px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.inside-message .jdt:before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0%;
  left: 0;
  background: #dcdee1;
  position: absolute;
}
.inside-message .jdt span {
  width: 25%;
  float: left;
  zoom: 1;
  padding-top: 30px;
  display: block;
  position: relative;
}
.inside-message .jdt span:before {
  top: 0;
  left: 50%;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  border-radius: 100%;
  background: #005fb6;
  transform: translateY(-50%);
}
.inside-message .jdt .cur:before {
  width: 23px;
  height: 23px;
  border: solid 4px #fff;
  outline: solid 1px #005fb6;
}
.inside-message ul {
  overflow: hidden;
  padding: 0 20px;
  margin-top: 50px;
}
.inside-message ul li {
  margin-bottom: 27px;
  position: relative;
  float: left;
  width: 27%;
  padding: 0 7px;
  overflow: hidden;
}
.inside-message ul li font {
  color: #f00;
  position: absolute;
  top: 24px;
  left: 26px;
  font-size: 14px;
  z-index: 3;
}
.inside-message ul li input,
.inside-message ul li select {
  outline: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
  height: 67px;
  padding: 10px 14px 10px 30px;
  font-size: 18px;
  color: #9099a0;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  font-family: "microsoft yahei";
}
.inside-message ul li input::-webkit-input-placeholder {
  color: #9099a0;
}
.inside-message ul li input:-moz-placeholder {
  color: #9099a0;
  opacity: 1;
}
.inside-message ul li input::-moz-placeholder {
  color: #9099a0;
  opacity: 1;
}
.inside-message ul li input:-ms-input-placeholder {
  color: #9099a0;
}
.inside-message ul li input:focus,
.inside-message ul li textarea:focus {
  transition: border linear 0.2s, box-shadow linear 0.5s;
  -moz-transition: border linear 0.2s, -moz-box-shadow linear 0.5s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.5s;
  outline: 0;
  border: 1px solid #005fb6;
}
    .inside-message ul li textarea {
        outline: 0;
        border: 1px solid #e7e7e7;
        width: 100%;
        height: 127px;
        border-radius: 5px;
        line-height: 24px;
        padding-left: 25px;
        padding-top: 10px;
        font-size: 18px;
        color: #333;
        resize: none;
        position: relative;
        font-family: "microsoft yahei";
        display: block;
    }
.inside-message ul li textarea::-webkit-input-placeholder {
  color: #9099a0;
}
.inside-message ul li textarea:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.inside-message ul li textarea::-moz-placeholder {
  color: #9099a0;
  opacity: 1;
}
.inside-message ul li textarea:-ms-input-placeholder {
  color: #9099a0;
}
.inside-message ul .w2 {
  width: 46%;
}
.inside-message ul .w3{
  width: 50%;
}
.inside-message ul .width {
  width: 100%;
}
.inside-message ul .last {
  width: 100%;
  float: none;
  color: #222;
  padding-top: 30px;
  display:none;

}
.inside-message ul .last.check {
  display: block;
}
.inside-message ul .last a {
  color: #005fb6;
  display: inline-block;
  text-decoration: underline;
}
.inside-message ul .last input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 0.7;
  margin: 0!important;
  margin-right: 5px!important;
  border: solid 1px #ccc;
}
.inside-message .btn2 {
  padding: 0 20px;
  margin-top: 100px;
  text-align: center;
}
.inside-message .btn2 a {
  width: 230px;
  border: 0;
  padding: 0;
  font-size: 22px;
  height: 67px;
  line-height: 67px;
  color: #fff;
  background: #005fb6;
  transition: .5s;
  margin: 0 11px;
  border-radius: 60px;
  display: inline-block;
  vertical-align: top;
}
.inside-message .btn2 a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.inside-message #reset {
  color: #444;
  background: #dddddd;
}
.inside-message .line {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}

@media (max-width: 1200px) {
  .inside-message {
    padding: 40px 0;
  }
  .inside-message .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-message .jdt {
    font-size: 14px;
    margin: 40px 0 20px 0;
  }
  .inside-message ul {
    padding: 0;
  }
  .inside-message ul .last {
    padding-top: 0;
  }
  .inside-message .btn2 {
    margin-top: 0px;
  }
  .inside-message .btn2 a {
    width: 120px;
    height: 40px;
    font-size: 16px;
    margin: 0 5px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .inside-message ul li {
    float: none;
    width: 100%!important;
  }
}
.map {
  width: 100%;
  display: none;
}
@media (max-width: 1200px) {
  .map {
    display: none;
  }
}
#allmap {
  height: 580px;
  width: 100%;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.BMap_bubble_content {
  color: #999;
  line-height: 20px;
}
.inside-investor-3 .box-1 {
  padding-top: 110px;
  padding-bottom: 130px;
  background: url(../images/inv-bg.jpg) no-repeat center bottom;
}
    .inside-investor-3 .box-1 .txtbox {
        width: 32%;
        float: left;
        padding-left: 70px;
        font-family: "microsoft yahei";
    }
.inside-investor-3 .box-1 .txtbox .font22 {
  margin-top: 100px;
  font-size: 22px;
  color: #9099a0;
  line-height: 30px;
  padding-bottom: 15px;
  position: relative;
}
.inside-investor-3 .box-1 .txtbox .font22:after {
  content: "";
  width: 55px;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #245c9d;
}
        .inside-investor-3 .box-1 .txtbox .font32 {
            font-size: 32px;
            line-height: 40px;
            color: #005fb6;
            margin-top: 30px;
            font-family: "microsoft yahei";
        }
.inside-investor-3 .box-1 .pic {
  width: 67%;
  float: right;
  margin-top: 50px;
  padding-right: 100px;
}
.inside-investor-3 .box-2 {
  padding: 80px 0;
}
.inside-investor-3 .box-2 ul {
  padding-top: 60px;
  overflow: hidden;
}
.inside-investor-3 .box-2 ul li {
  color: #222;
  padding: 10px 20px;
  border-top: solid 1px #dfdfdf;
  overflow: hidden;
}
.inside-investor-3 .box-2 ul li p {
  float: left;
  width: 70%;
}
.inside-investor-3 .box-2 ul li p:first-child {
  width: 30%;
  color: #999;
}
.inside-investor-3 .box-2 ul li:first-child {
  border-top: 0;
}
.inside-investor-3 .box-2 .lefttxt {
  width: 60%;
  float: left;
}
.inside-investor-3 .box-2 .righttxt {
  width: 38%;
  float: right;
}
.inside-investor-3 .box-2 .righttxt li p {
  width: 50%!important;
}
.inside-investor-3 .box-3 {
  padding: 80px 0;
  background: #f9fafb;
}
.inside-investor-3 .box-3 .inside-menu {
  width: 40%;
  float: left;
  padding-top: 60px;
}
.inside-investor-3 .box-3 .inside-menu li {
  width: 50%;
}
.inside-investor-3 .box-3 .inside-menu li a {
  height: 50px;
  line-height: 48px;
}
.inside-investor-3 .box-3 .search {
  width: 40%;
  float: right;
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: solid 1px #005fb6;
}
.inside-investor-3 .box-3 .search .icon {
  fill: #005fb6;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
}
    .inside-investor-3 .box-3 .search input {
        width: 70%;
        height: 48px;
        border: 0;
        font-size: 18px;
        padding: 0 15px;
        font-family: "microsoft yahei";
        background: no-repeat;
    }
.inside-investor-3 .box-3 .search a {
  float: right;
  max-width: 120px;
  width: 100%;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background: #005fb6;
}
.inside-investor-3 .box-3 .search a:hover {
  background: #0072da;
}
.inside-investor-3 .box-3 .listtab {
  font-size: 18px;
  margin-top: 70px;
  display: none;
}
.inside-investor-3 .box-3 .listtab .bt {
  height: 56px;
  color: #222;
  font-size: 18px;
  line-height: 56px;
  background: #f4f5f7;
}
.inside-investor-3 .box-3 .listtab .bt span {
  width: 50%;
  float: left;
  padding-left: 200px;
}
.inside-investor-3 .box-3 .listtab .bt span:last-child {
  text-align: right;
  padding-right: 40px;
}
.inside-investor-3 .box-3 .listtab li {
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 70px;
  overflow: hidden;
  border-bottom: solid 1px #dfdfdf;
}
.inside-investor-3 .box-3 .listtab li a {
  display: block;
  color: #394854;
}
.inside-investor-3 .box-3 .listtab li span {
  float: right;
  color: #596874;
  padding-left: 30px;
  display: inline-block;
}
.inside-investor-3 .box-3 .listtab li:hover {
  background: #fff;
}
@media (max-width: 1200px) {
  .inside-investor-3 .box-1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .inside-investor-3 .box-1 .txtbox {
    width: 100%;
    float: none;
    padding-left: 30px;
  }
  .inside-investor-3 .box-1 .txtbox .font22 {
    margin-top: 30px;
  }
  .inside-investor-3 .box-1 .txtbox .font32 {
    font-size: 24px;
  }
  .inside-investor-3 .box-1 .pic {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .inside-investor-3 .box-2 {
    padding: 40px 0;
  }
  .inside-investor-3 .box-2 ul {
    padding-top: 30px;
  }
  .inside-investor-3 .box-2 .lefttxt,
  .inside-investor-3 .box-2 .righttxt {
    width: 100%;
    float: none;
  }
  .inside-investor-3 .box-3 {
    padding: 40px 0;
  }
  .inside-investor-3 .box-3 .inside-menu {
    padding-top: 20px;
  }
  .inside-investor-3 .box-3 .inside-menu,
  .inside-investor-3 .box-3 .search {
    width: 100%;
    float: none;
  }
  .inside-investor-3 .box-3 .search {
    margin-top: 20px;
  }
  .inside-investor-3 .box-3 .search input {
    width: 60%;
    font-size: 14px;
  }
  .inside-investor-3 .box-3 .search a {
    max-width: 80px;
  }
  .inside-investor-3 .box-3 .listtab {
    font-size: 14px;
  }
  .inside-investor-3 .box-3 .listtab .bt {
    font-size: 14px;
  }
  .inside-investor-3 .box-3 .listtab .bt span {
    padding-left: 10px;
  }
  .inside-investor-3 .box-3 .listtab {
    margin-top: 30px;
  }
  .inside-investor-3 .box-3 .listtab li {
    padding-right: 20px;
    padding-left: 10px;
  }
  .inside-investor-3 .box-3 .listtab li span {
    font-size: 12px;
  }
}
.inside-product-show {
  margin-top: 240px;
  padding-bottom: 100px;
}
.inside-product-show .pbox-1 {
  position: relative;
}
.inside-product-show .pbox-1 .leftbox {
  width: 52%;
  float: left;
}
.inside-product-show .pbox-1 .leftbox .bigimg {
  width: 78%;
  float: left;
}
.inside-product-show .pbox-1 .leftbox .bigimg span {
  display: block;
  position: relative;
}
.inside-product-show .pbox-1 .leftbox .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 96%;
}
.inside-product-show .pbox-1 .leftbox .smallimg {
  width: 20%;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.inside-product-show .pbox-1 .leftbox .smallimg span {
  margin-top: 15px;
  border: solid 1px #d5d5d5;
  display: block;
  position: relative;
}
.inside-product-show .pbox-1 .leftbox .smallimg span img {
  padding: 10px;
}
.inside-product-show .pbox-1 .leftbox .smallimg span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-show .pbox-1 .leftbox .smallimg .slick-current span {
  border-color: #005fb6;
}
.inside-product-show .pbox-1 .leftbox .slick-prev,
.inside-product-show .pbox-1 .leftbox .slick-next {
  width: 100%;
  height: 20px;
  border: 0;
  margin-top: auto;
}
.inside-product-show .pbox-1 .leftbox .slick-prev {
  left: 0;
  top: 0;
  background: url(../images/jt-t.png) no-repeat center center #eaebf0;
}
.inside-product-show .pbox-1 .leftbox .slick-next {
  right: 0;
  top: auto;
  bottom: -20px;
  background: url(../images/jt.png) no-repeat center center #eaebf0;
}
.inside-product-show .pbox-1 .rightbox {
  width: 48%;
  float: left;
  padding-left: 50px;
  padding-right: 0px;
}
.inside-product-show .pbox-1 .rightbox h2 {
  font-size: 50px;
  line-height: 60px;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  height:120px;
  overflow:hidden;
}
.inside-product-show .pbox-1 .rightbox .txt {
  font-size: 16px;
  color: #394854;
  line-height: 30px;
  margin-top: 20px;
}
    .inside-product-show .pbox-1 .rightbox .button {
        bottom: 0;
        position: absolute;
        margin-top: 40px;
        font-family: "microsoft yahei";
    }
.inside-product-show .pbox-1 .rightbox .button a {
  color: #fff;
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  border-radius: 30px;
  background: #005fb6;
}
.inside-product-show .pbox-1 .rightbox .button a img {
  margin: 15px 5px 0 0;
}
.inside-product-show .pbox-1 .rightbox .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.inside-product-show .title-gy {
  font-size: 28px;
}
.inside-product-show .title-gy .index-more {
  float: right;
}
.inside-product-show .title-gy .index-more a {
  color: #9a9da2;
  width: 200px;
}
.inside-product-show .title-gy .index-more .icon {
  fill: #9a9da2;
}
.inside-product-show .title-gy .index-more a:hover {
  color: #fff;
  background: #005fb6;
}
.inside-product-show .title-gy .index-more a:hover .icon {
  fill: #fff;
}
.inside-product-show .tabcot {
position: relative;
  padding-top: 80px;
}
.inside-product-show .tabcot .text-gy {
  margin: 0 20px;
  display: inline-block;
}
.inside-product-show .tabcot .box-3 {
  margin-top: 0;
}
.inside-product-show .tabcot .title-gy {
  margin-bottom: 50px;
}
.inside-product-show .tabcot .list1 li {
  margin-top: 40px;
  padding-left: 100px;
  position: relative;
}
.inside-product-show .tabcot .list1 li img {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-product-show .tabcot .list1 li .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inside-product-show .tabcot .list1 li .txt {
  overflow: hidden;
}
.inside-product-show .tabcot .list1 li .txt span {
  display: block;
  float: left;
  width: 25%;
}
.inside-product-show .tabcot .list1 .li02 .txt span {
  width: 50%;
}
.inside-product-show .tabcot .list2 {
  overflow: hidden;
}
.inside-product-show .tabcot .list2 h3 {
  height: 45px;
  font-size: 18px;
  padding-left: 40px;
  line-height: 45px;
  background: #f4f5f7;
  font-weight: normal;
  position: relative;
}
.inside-product-show .tabcot .list2 h3:before {
  top: 20px;
  left: 30px;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background: #005fb6;
}
.inside-product-show .tabcot .list2 ul {
  margin: 0 -20px;
}
.inside-product-show .tabcot .list2 ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding: 0 20px;
}
.inside-product-show .tabcot .list2 ul li .item {
  overflow: hidden;
  height: 43px;
  line-height: 43px;
  border-bottom: solid 1px #dfdfdf;
}
.inside-product-show .tabcot .list2 ul li p {
  float: left;
  width: 70%;
  padding-left: 40px;
}
.inside-product-show .tabcot .list2 ul li p:first-child {
  width: 30%;
  color: #999;
}

.inside-product-show .tabcot .list2 ul .li03 p:last-child {
  line-height: 20px;
}


.inside-product-show .tabcot .list2 table td{
	border: solid 1px #dfdfdf;
	padding:10px 20px;
}

.inside-product-show .dow {
  overflow: hidden;
  margin-top: 60px;
}
.inside-product-show .dow ul {
  margin: 0 -30px;
  margin-top: 60px;
}
.inside-product-show .dow li {
  float: left;
  padding: 0 30px 10px 30px;
  width: 50%;
}
.inside-product-show .dow li .item {
  height: 95px;
  padding-left: 120px;
  background: #f8f9fa;
  position: relative;
}
.inside-product-show .dow li .item img {
  top: 2px;
  left: 2px;
  position: absolute;
}
.inside-product-show .dow li .txtbox {
  width: 45%;
  height: 95px;
  line-height: 95px;
  overflow: hidden;
  font-size: 22px;
  color: #222;
}
.inside-product-show .dow li .btn {
  height: 37px;
  width: 100px;
  line-height: 37px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  right: 30px;
  top: 50%;
  color: #596874;
  font-size: 14px;
  margin-top: -18px;
  position: absolute;
}
.inside-product-show .dow li .btn .icon {
  width: 10px;
  height: 10px;
  fill: #596874;
  margin-left: 5px;
  display: inline-block;
}
.inside-product-show .dow li:hover .txtbox {
  color: #005fb6;
}
.inside-product-show .dow li:hover .btn {
  color: #fff;
  background: #005fb6;
}
.inside-product-show .dow li:hover .btn .icon {
  fill: #fff;
}
@media (max-width: 1200px) {
  .inside-product-show {
    margin-top: 90px;
    padding-bottom: 40px;
  }
  .inside-product-show .pbox-1 {
    padding-bottom: 20px;
  }
  .inside-product-show .pbox-1 .leftbox {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-product-show .pbox-1 .leftbox .smallimg span {
    margin-top: 10px;
  }
  .inside-product-show .pbox-1 .leftbox .smallimg span img {
    padding: 5px;
  }
  .inside-product-show .pbox-1 .rightbox {
    width: 100%;
    float: none;
    padding-top: 30px;
    padding-left: 0;
  }
  .inside-product-show .pbox-1 .rightbox h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-product-show .pbox-1 .rightbox .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  .inside-product-show .pbox-1 .rightbox .button {
    bottom: auto;
    left: auto;
    position: relative;
    text-align: center;
  }
  .inside-product-show .pbox-1 .rightbox .button a {
    border-radius: 5px;
    width: 100%;
  }
  .inside-product-show .tabcot {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .inside-product-show .tabcot .list1 li .txt span {
    width: 100%;
    float: none;
  }
  .inside-product-show .title-gy .index-more {
    display: none;
  }
  .inside-product-show .dow ul {
    margin: 0;
  }
  .inside-product-show .dow li {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .inside-product-show .dow li img {
    display: none;
  }
  .inside-product-show .dow li .item {
    height: 60px;
    padding-left: 10px;
  }
  .inside-product-show .dow li .txtbox {
    width: 60%;
    height: 60px;
    line-height: 60px;
  }
  .inside-product-show .dow li .tit {
    font-size: 16px;
  }
  .inside-product-show .dow li .btn {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .inside-product-show .title-gy {
    font-size: 20px;
  }
  .inside-product-show .pbox-1 .leftbox .smallimg span {
    margin-top: 2px;
  }
  .inside-product-show .pbox-1 .leftbox .slick-next {
    bottom: -2px;
  }
  .inside-product-show .tabcot .title-gy {
    margin-bottom: 30px;
  }
  .inside-product-show .tabcot .list1 li:first-child {
    margin-top: 0;
  }
  .inside-product-show .tabcot .list1 li {
    text-align: center;
    padding-left: 70px;
  }
  .inside-product-show .tabcot .list1 li .tit {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
  }
  .inside-product-show .tabcot .list1 li .txt {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
  }
  .inside-product-show .tabcot .list1 li .txt span {
    width: 100%!important;
    float: none;
  }
  .inside-product-show .tabcot .list2 ul li {
    width: 100%;
    float: none;
  }
  .inside-product-show .tabcot .list2 ul li .item {
    height: auto;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-product-show .tabcot .list2 ul li p {
    padding-left: 0;
  }
}
.inside-dow {
  padding-bottom: 100px;
  overflow: hidden;
  margin-top: 30px;
}
.inside-dow li:first-child {
  margin-top: 0;
}
.inside-dow li {
  margin-top: 30px;
}
.inside-dow li .item {
  height: 80px;
  padding-left: 120px;
  background: #f8f9fa;
  position: relative;
}
.inside-dow li .item .tu {
  top: 2px;
  left: 2px;
  position: absolute;
}
.inside-dow li .item .tu img {
  max-height: 80px;
}
.inside-dow li .txtbox {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  font-size: 16px;
  color: #999999s;
}
.inside-dow li .tit {
  width: 52%;
  float: left;
  color: #222;
  font-size: 22px;
}
.inside-dow li .tag,
.inside-dow li .date {
  width: 10%;
  color: #999;
  float: left;
}
.inside-dow li .yan {
  width: 40px;
  float: left;
  height: 40px;
  margin-top: 20px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  outline: solid 1px #dedede;
}
.inside-dow li .yan img {
  max-height: 20px;
  vertical-align: middle;
}
.inside-dow li .btn {
  height: 40px;
  width: 160px;
  line-height: 40px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  right: 120px;
  top: 50%;
  color: #596874;
  margin-top: -18px;
  position: absolute;
}

@media (max-width: 1600px) {
  .inside-dow li .btn {
    right: 60px;
  }

}

.inside-dow li .btn .icon {
  width: 10px;
  height: 10px;
  fill: #596874;
  margin-left: 5px;
  display: inline-block;
}
.inside-dow li:hover .tit {
  color: #005fb6;
}
.inside-dow li:hover .btn {
  color: #fff;
  background: #005fb6;
}
.inside-dow li:hover .btn .icon {
  fill: #fff;
}
.inside-dow .search {
  margin-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 100px;
  border-bottom: solid 1px #005fb6;
}
.inside-dow .search .icon {
  fill: #005fb6;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
}
    .inside-dow .search input {
        width: 70%;
        height: 48px;
        border: 0;
        font-size: 18px;
        padding: 0 15px;
        font-family: "microsoft yahei";
        background: no-repeat;
    }
.inside-dow .search a {
  float: right;
  max-width: 120px;
  width: 100%;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  background: #005fb6;
}
.inside-dow .search a:hover {
  background: #0072da;
}
@media (max-width: 1200px) {
  .inside-dow li .btn {
    right: 20px;
  }
  .inside-dow li .tag,
  .inside-dow li .date,
  .inside-dow li .yan {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-dow {
    padding-bottom: 50px;
  }
  .inside-dow .search {
    margin-bottom: 30px;
  }
  .inside-dow .search input {
    width: 55%;
    font-size: 14px;
  }
  .inside-dow .search a {
    width: 80px;
    border-radius: 0;
  }
  .inside-dow li {
    margin-top: 20px;
  }
  .inside-dow li .item {
    height: 70px;
    padding-left: 10px;
  }
  .inside-dow li .txtbox {
    height: 70px;
    line-height: 70px;
  }
  .inside-dow li .tit {
    width: 60%;
    font-size: 16px;
  }
  .inside-dow li .btn {
    width: 130px;
  }
  .inside-dow li img {
    display: none;
  }
}


/*.inside-page1{
    width:50%;
    float:left;
}
.inside-page2 {
    width: 50%;
    float: right;
}*/

@media(max-width:1400px) {
    .nav li .subnav-2{
        left:-90px;
    }
    .nav li .subnav {
        left: -90px;
    }
    /*.index-industry .tab li {
        width: 33%;
    }*/
    .inside-dow li .btn{
        right:60px;
    }
}
@media(max-width:1200px) {
    .inside-investor-2 .inside-page{
        padding-top: 40px;
    }
    .inside-page1 {
        margin-bottom:40px;
    }
}


.xztext {
    position: relative;
}

    .xztext li {
        font-size: 19px;
        color: transparent;
        font-weight: lighter;
        text-shadow: 0 0 0 #011930;
        font-family: "microsoft yahei";
    }
	
	.xztext li.li5 p:first-child{
		text-shadow: 0 0 2px #011930;
	}

        .xztext li p:first-child {
            letter-spacing: 1px;
        }

        .xztext li img {
            margin: 10px 0;
            /*filter: blur(1px);*/
        }

        .xztext li .t1 {
            vertical-align: top;
            font-family: "microsoft yahei";
        }

	.xztext li .t1 span {
		visibility: top;
		font-size: 58px;
		line-height: 60px;
		display: inline-block;
	}

            .xztext li .t1 em {
                font-size: 30px;
                vertical-align: top;
                display: inline-block;
                font-style: normal;
                font-family: "microsoft yahei";
            }

    .xztext .li1 {
        top: 300px;
        left: 70px;
        position: absolute;
    }

    .xztext .li2 {
        top: 140px;
        left: 260px;
        position: absolute;
    }

    .xztext .li3 {
        top: 260px;
        left: 410px;
        opacity: 0.6;
        position: absolute;
    }

    .xztext .li4 {
        top: 80px;
        right: 70px;
        position: absolute;
    }

        .xztext .li4 .t1 span {
            font-size: 40px;
            opacity:0.7;
        }

        .xztext .li4 .t1 em {
            font-size: 14px;
            vertical-align: bottom;
        }

    .xztext .li5 {
        top: 440px;
        right: 160px;
        position: absolute;
    }

        .xztext .li5 p:first-child {
            font-size: 40px;
            line-height: 40px;
        }

        .xztext .li5 .t1 span {
            font-size: 90px;
            line-height: 90px;
        }

@media (max-width: 1600px) {
    .xztext .li1 {
        left: 0;
    }

    .xztext .li2 {
        left: 200px;
    }
}

#searchPopup {
	position: absolute;
	width: 300px;
	display: none;
	top: 105px;
	right: 0;
	z-index: 9999
}

#searchPopup .searchBox input {
	border: 1px #fff solid;
	background: #fff;
	color: #333;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	height: 36px;
	line-height: 34px
}

#searchPopup .searchBox input:focus {
	color: #333
}

#searchPopup .searchBox .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 36px;
	width: 36px;
	background: #43a2f6;
	text-align: center
}

#searchPopup .searchBox .btn svg {
	width: 20px;
	height: 20px;
	margin: 8px auto 0 auto
}

#searchPopup .searchBox .btn .cls-1 {
	fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 2px
}

#searchPopup .searchBox .close {
	display: none
}

#searchPopup .searchBox2.fadeIn {
	top: 95px
}


.xztext li.li1 .t1  {
	-webkit-animation: up03 10s ease-in-out infinite;
	animation: up03 10s ease-in-out infinite;
}

.xztext li.li2 .t1  {
	-webkit-animation: up03 16s ease-in-out infinite;
	animation: up03 16s ease-in-out infinite;
}

.xztext li.li3 .t1  {
	-webkit-animation: up03 10s ease-in-out infinite;
	animation: up03 10s ease-in-out infinite;
}

.xztext li.li4 .t1  {
	-webkit-animation: up03 16s ease-in-out infinite;
	animation: up03 16s ease-in-out infinite;
}

.xztext li.li5 .t1  {
	-webkit-animation: up03 16s ease-in-out infinite;
	animation: up03 16s ease-in-out infinite;
}

.xz-team .xz-items{
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

.xz-team .pic{
	width:50%;
	position: relative;
	float:left;
}

.xz-team .pic:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}

.xz-team .text{
	width: 50%;
	float: left;
	padding-left: 40px;
}

.xz-team .text .tit{
	font-size: 34px;
	color: #000;
	margin-bottom: 30px;
	line-height: 36px;
}

.xz-team .text .txt{
	font-size:20px;
	line-height:32px;
	color: #000;
}

.xz-team .text img{
    position: absolute;
    bottom: 40px;
}

@media (max-width:1600px){
	.xz-team .text .tit{
		font-size: 30px;
		margin-bottom: 30px;
		line-height: 32px;
	}

	.xz-team .text .txt{
		font-size:16px;
		line-height:24px;
	}	
}

@media (max-width:1279px){
	.xz-team .pic{
		width:100%;

	}
	.xz-team .text{
		width: 100%;
		padding-left: 0;
	}
	
	.xz-team .text .tit{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 24px;
	}

	.xz-team .text .txt{
		font-size:14px;
		line-height:20px;
	}	
	.xz-team .text img{
		position: relative;
		bottom: 0;
	}	
}