* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  font-size: 16px;
  background: #fff;
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
  font-family: "Microsoft YaHei", "arial";
}
@media (max-width: 1650px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
@font-face {
  font-family: "Oswald-Medium";
  src: url("../fonts/Oswald-Medium.ttf") format("truetype");
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dw {
  top: -150px;
  z-index: -1;
  position: absolute;
}
.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: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1650px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes bmove1 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.header .language,
.header .search1 {
  float: right;
  color: #fff;
  line-height: 90px;
  display: inline-block;
}
.header .language .icon,
.header .search1 .icon {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-top: 35px;
  vertical-align: top;
}
.header .language a,
.header .search1 a {
  color: #fff;
  margin: 0 5px;
  display: inline-block;
}
.header .language a:hover,
.header .search1 a:hover {
  opacity: 0.8;
}
.header .search1 {
  margin-left: 30px;
  position: relative;
}
.header .search1 .icon {
  margin-top: 34px;
  display: inline-block;
}
.header .search1:before {
  content: "";
  width: 1px;
  height: 14px;
  top: 50%;
  left: -20px;
  position: absolute;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
}
.header .logo {
  margin-left: -5px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
.header .logo em {
  font-style: normal;
}
.header .logo img {
  max-height: 54px;
}
.header .logo .ph {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.header .hmenu {
  display: none;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 12px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
}
.header .hmenu img {
  vertical-align: middle;
}
@media (max-width: 1650px) {
  .header .logo {
    margin-top: 23px;
  }
  .header .logo img {
    max-height: 36px;
  }
}
@media (max-width: 1200px) {
  .header {
    top: 0;
    background: #fff;
    height: 60px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
  }
  .header .logo {
    margin-left: 0;
    margin-top: 15px;
  }
  .header .logo img {
    max-height: 27px;
  }
  .header .hmenu {
    display: block;
  }
  .header .logo .pc {
    opacity: 0;
  }
  .header .logo .ph {
    opacity: 1;
  }
  .header .language,
  .header .search1 {
    line-height: 60px;
    color: #5e677e;
  }
  .header .language .icon,
  .header .search1 .icon {
    width: 14px;
    height: 14px;
    fill: #5e677e;
    margin-top: 24px;
  }
  .header .language a,
  .header .search1 a {
    color: #5e677e;
  }
  .header .search1:before {
    background: #5e677e;
  }
  .header .search1 .icon {
    margin-top: 20px;
    width: 20px;
    height: 20px;
  }
  .header .search1 a {
    margin-left: 0;
  }
}
.nav {
  float: right;
}
.nav li {
  float: left;
  margin: 0 35px;
  text-align: center;
}
.nav li > a {
  color: #fff;
  font-size: 18px;
  line-height: 90px;
  display: block;
  position: relative;
}
.nav li > a:after {
  content: "";
  height: 2px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #415385;
  position: absolute;
  transition: all 500ms ease;
}
.nav li .subnav {
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 9;
  left: 0%;
  font-size: 18px;
  display: none;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
}
.nav li .subnav a {
  text-align: center;
  overflow: hidden;
  color: #333;
  padding: 0 40px;
  display: inline-block;
  transition: all 0s ease;
}
.nav li .subnav a:hover {
  font-weight: 700;
  color: #415385;
}
@media (max-width: 1650px) {
  .nav li .subnav {
    padding: 30px 0;
    font-size: 16px;
  }
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a,
.nav .active > a {
  color: #fff;
}
.nav li:hover > a:after,
.nav .active > a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.nav li:hover .subnav {
  display: block;
}
@media (max-width: 1650px) {
  .nav li > a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.header-ny {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-ny .language,
.header-ny .search1 {
  color: #5e677e;
}
.header-ny .language .icon,
.header-ny .search1 .icon {
  fill: #5e677e;
}
.header-ny .language a,
.header-ny .search1 a {
  color: #5e677e;
}
.header-ny .search1:before {
  background: #5e677e;
}
.header-ny .nav li a {
  color: #2b2f39;
}
.header-ny .logo .pc {
  opacity: 0;
}
.header-ny .logo .ph {
  opacity: 1;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: 1s dong;
  animation: 1s dong;
  background: #fff;
}
.fixed .language,
.fixed .search1 {
  color: #5e677e;
}
.fixed .language .icon,
.fixed .search1 .icon {
  fill: #5e677e;
}
.fixed .language a,
.fixed .search1 a {
  color: #5e677e;
}
.fixed .search1:before {
  background: #5e677e;
}
.fixed .logo .pc {
  opacity: 0;
}
.fixed .logo .ph {
  opacity: 1;
}
.fixed .nav li a {
  color: #2b2f39;
}
.banner {
  overflow: hidden;
  height: 100vh;
  font-family: "Source Han Sans CN", "微软雅黑";
}
.banner2 {
  display:none;
}
.banner .pic {
  position: relative;
}
.banner span {
  display: block;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
  transform: translateY(-70%);
}
.banner .tit {
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
}
.banner .tit em {
  font-weight: 700;
  display: block;
  font-style: normal;
}
.banner .slick-active .tit {
  animation: 1.5s ease fadeInLeft2;
}
.banner .slick-active .lern {
  animation: 1.6s ease fadeInLeft2;
}
.banner .slick-active span img {
  animation: 5s ease bmove1;
}
.banner .slick-prev,
.banner .slick-next {
  width: 40px;
  height: 40px;
  border-width: 2px;
  opacity: 0.5;
  transition: all 500ms ease;
}
.banner .slick-prev {
  left: 60px;
  transform: rotate(45deg);
}
.banner .slick-prev:hover {
  opacity: 1;
}
.banner .slick-next {
  right: 60px;
  transform: rotate(-45deg);
}
.banner .slick-next:hover {
  opacity: 1;
}
.banner .slick-dots {
  bottom: 30px;
}
.banner .slick-dots li {
  margin: 0 6px;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  opacity: 0.5;
}
.banner .slick-dots li.slick-active button {
  background: #415385;
}
@media (max-width: 1650px) {
  .banner .tit {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .banner {
    height: 100%;
    margin-top: 60px;
	display:none;
  }
  
.banner2 {
  display:block;
}  
  .banner span {
    display: block;
    height: 400px;
    background-size: cover;
  }
  .banner .tit {
    font-size: 24px;
  }
  .banner .lern {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .banner span {
    display: block;
    height: 300px;
  }
  .banner .tit {
    font-size: 18px;
    line-height: 30px;
  }
}
.waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 350px;
}
.index-number {
  z-index: 1;
  overflow: hidden;
  margin-top: -90px;
  position: relative;
}
.index-number ul {
  height: 180px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.index-number li {
  width: 25%;
  float: left;
  color: #999;
  text-align: center;
  font-size: 18px;
}
.index-number li span {
  font-size: 48px;
  color: #2b2f39;
  font-family: "Oswald-Medium";
}
.index-number .font32 {
  color: #2b2f39;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.index-number .text {
  color: #5e677e;
  font-size: 18px;
  text-align: center;
  padding: 120px 150px;
  margin-bottom: 100px;
}
@media (max-width: 1650px) {
  .index-number {
    margin-top: -70px;
  }
  .index-number ul {
    height: auto;
    padding: 30px 0;
  }
  .index-number li {
    font-size: 16px;
  }
  .index-number li span {
    font-size: 30px;
  }
  .index-number .font32 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .index-number .text {
    font-size: 16px;
    padding: 70px;
  }
}
@media (max-width: 1200px) {
  .index-number {
    margin-top: 40px;
  }
  .index-number .text {
    font-size: 14px;
    padding: 70px 0;
  }
}
@media (max-width: 640px) {
  .index-number {
    margin-top: 20px;
  }
  .index-number .font32 {
    font-size: 18px;
  }
  .index-number .text {
    padding: 40px 0;
  }
  .index-number ul {
    padding: 15px 0;
  }
  .index-number li {
    font-size: 12px;
  }
  .index-number li span {
    font-size: 20px;
  }
}
.index-title {
  text-align: center;
}
.index-title .cn {
  z-index: 2;
  font-size: 42px;
  color: #2b2f39;
  font-weight: 700;
  position: relative;
}
.index-title .en {
  position: relative;
  margin-top: -95px;
  font-size: 80px;
  font-family: "Oswald-Medium";
  -webkit-text-stroke: 1px #dddfe7;
  -webkit-text-fill-color: transparent;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1650px) {
  .index-title .cn {
    font-size: 30px!important;
  }
  .index-title .en {
    font-size: 50px!important;
    margin-top: -60px !important;
  }
}
@media (max-width: 1200px) {
  .index-title .cn {
    font-size: 24px!important;
  }
  .index-title .en {
    display: none;
  }
}
.index-project {
  padding: 110px 0;
  padding-bottom: 160px;
  background: #f9fafc;
}
.index-project .list {
  margin-top: 200px;
  position: relative;
}
.index-project .list:before {
  content: "";
  max-width: 290px;
  width: 100%;
  top: -100px;
  left: 0;
  height: 680px;
  position: absolute;
  background: #415385;
}
.index-project .list .bt {
  top: -160px;
  left: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
}
.index-project .list .bt span {
  font-size: 100px;
  font-weight: lighter;
  font-family: "Oswald-Medium";
  -webkit-text-stroke: 1px #fff;
  color: #caceda;
  opacity: 0.5;
}
.index-project .list ul {
  padding-left: 20px;
  margin-right: -20px;
}
.index-project .list li:hover .item {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.06);
}
.index-project .list li:hover .pic img {
  transform: scale(1.05);
}
.index-project .list li:hover .tit {
  color: #415385;
  text-decoration: underline;
}
.index-project .list li {
  margin: 0 20px;
}
.index-project .list li .item {
  background: #fff;
  margin-bottom: 30px;
  transition: all 700ms ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.index-project .list li .pic {
  overflow: hidden;
  position: relative;
}
.index-project .list li .pic img {
  transition: all 700ms ease;
}
.index-project .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.4%;
}
.index-project .list li .txtbox {
  padding: 30px 40px 50px 40px;
}
.index-project .list li .tit {
  font-size: 24px;
  line-height: 34px;
  overflow: hidden;
  color: #3f4450;
  height: 34px;
}
.index-project .list li .add {
  color: #415385;
  margin-top: 20px;
}
.index-project .list li .add .icon {
  margin-top: 3px;
  margin-right: 5px;
  vertical-align: top;
  fill: #415385;
}
.index-project .list li .txt {
  color: #5e677e;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin-top: 25px;
}
.index-project .list .slick-prev,
.index-project .list .slick-next {
  width: 40px;
  height: 40px;
  top: -80px;
  margin-top: 0;
  border-radius: 100%;
  border: solid 1px #415385;
}
.index-project .list .slick-prev {
  left: auto;
  right: 85px;
  background: url(../images/prev.png) no-repeat center center;
}
.index-project .list .slick-next {
  right: 20px;
  background: url(../images/next.png) no-repeat center center;
}
.index-project .list2 {
  margin-top: 250px;display:none;
}
.index-project .list2 .bt {
  right: 40px;
  left: auto;
}
.index-project .list2 ul {
  padding-left: 0;
  margin-right: 0;
  padding-right: 20px;
  margin-left: -20px;
}
.index-project .list2:before {
  left: auto;
  right: 0;
}
.index-project .list2 .slick-prev {
  left: 20px;
  right: auto;
}
.index-project .list2 .slick-next {
  left: 85px;
  right: auto;
}
@media (max-width: 1650px) {
  .index-project {
    padding: 80px 0 120px 0;
  }
  .index-project .list:before {
    height: 560px;
  }
  .index-project .list li .txtbox {
    padding: 30px;
  }
  .index-project .list li .tit {
    font-size: 18px;
  }
  .index-project .list li .add {
    margin-top: 0;
  }
  .index-project .list li .txt {
    line-height: 24px;
    height: 72px;
    margin-top: 10px;
  }
  .index-project .list .slick-prev,
  .index-project .list .slick-next {
    width: 30px;
    height: 30px;
    top: -60px;
  }
  .index-project .list .slick-prev {
    right: 60px;
  }
}
@media (max-width: 1200px) {
  .index-project {
    padding-bottom: 50px;
  }
  .index-project .list {
    margin-top: 120px;
  }
  .index-project .list ul {
    margin: 0!important;
    padding: 0!important;
  }
  .index-project .list:before {
    display: none;
  }
  .index-project .list .bt {
    top: -100px;
    color: #caceda;
    font-size: 20px;
  }
  .index-project .list .bt span {
    font-size: 60px;
  }
  .index-project .list li {
    margin: 0 10px;
  }
  .index-project .list2 .slick-next {
    left: 60px;
  }
}
@media (max-width: 640px) {
  .index-project {
    padding: 50px 0 0 0;
  }
}
.index-ad {
  overflow: hidden;display:none;
}
.index-ad .pic {
  position: relative;
}
.index-ad span {
  display: block;
  height: 488px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.index-ad .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}
.index-ad .tit {
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}
.index-ad .en {
  font-family: arial;
  font-size: 24px;
  margin-top: 10px;
}
.index-ad .slick-active .tit {
  animation: 1.5s ease fadeInLeft2;
}
.index-ad .slick-active .en {
  animation: 1.5s ease fadeInRight2;
}
.index-ad .slick-prev,
.index-ad .slick-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  border: 0;
  transition: all 500ms ease;
}
.index-ad .slick-prev {
  left: 13%;
  background: url(../images/prev-1.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.index-ad .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.index-ad .slick-next {
  right: 13%;
  background: url(../images/next-1.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.index-ad .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1650px) {
  .index-ad .tit {
    font-size: 36px;
    line-height: 40px;
  }
  .index-ad .en {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .index-ad .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .index-ad span {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .index-ad span {
    height: 200px;
  }
  .index-ad .tit {
    font-size: 18px;
  }
  .index-ad .en {
    margin-top: 0;
    font-size: 14px;
  }
  .index-ad .slick-prev {
    left: 5%;
  }
  .index-ad .slick-next {
    right: 5%;
  }
}
.index-jishu {
  padding: 120px 0;
}
.index-jishu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  margin-top: 40px;
}
.index-jishu li {
  float: left;
  width: 33.3333%;
  padding: 0 18px;
  margin-top: 36px;
  display: flex;
}
.index-jishu li .item {
  padding: 50px;
  padding-bottom: 70px;
  color: #5e677e;
  font-size: 18px;
  text-align: center;
  background: #f9fafc;
  transition: all 700ms ease;
}
.index-jishu li .tit {
  font-size: 22px;
  color: #3f4450;
  font-weight: 700;
}
.index-jishu li .txt {
  margin-top: 20px;
}
.index-jishu li:hover .item {
  box-shadow: 0 0 20px rgba(65, 83, 133, 0.3);
}
@media (max-width: 1650px) {
  .index-jishu {
    padding: 80px 0;
  }
  .index-jishu ul {
    margin-top: 10px;
  }
  .index-jishu li .item {
    padding: 30px;
    padding-bottom: 50px;
    font-size: 14px;
  }
  .index-jishu li .tit {
    font-size: 16px;
  }
  .index-jishu li .txt {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .index-jishu ul {
    margin: 0 -10px;
  }
  .index-jishu li {
    padding: 0 10px;
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .index-jishu {
    padding: 50px 0;
  }
  .index-jishu li .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.index-honor {
  padding: 110px 0 160px 0;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}
.index-honor .index-title .cn {
  color: #fff;
}
.index-honor .index-title .en {
  opacity: 0.4;
}
.index-honor .tabnav {
  margin-top: 30px;
  text-align: center;
}
.index-honor .tabnav span {
  color: #fff;
  max-width: 140px;
  width: 100%;
  font-size: 18px;
  height: 42px;
  margin: 0 5px;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
}
.index-honor .tabnav .cur {
  background: #19274d;
}
.index-honor .tabcotbox {
  margin-top: 50px;
  position: relative;
}
.index-honor .tabcot {
  display: none;
}
.index-honor .tabcot .scroll {
  margin: 0 -20px;
}
.index-honor .tabcot .item {
  margin: 0 20px;
  padding: 40px 20px;
  background: #333f61;
}
.index-honor .tabcot .pic {
  text-align: center;
  position: relative;
}
.index-honor .tabcot .pic img {
  display: inline-block;
}
.index-honor .tabcot .pic:after {
  content: "";
  display: block;
  padding-bottom: 105%;
}
.index-honor .tabcot .tit {
  color: #fff;
  margin-top: 20px;
  font-family: arial;
}

.index-honor .tabcot .tit font {
    display:inline-block;
    height:24px;
    line-height:24px;
    overflow:hidden;
    width: 90%;
}

.index-honor .tabcot .tit img {
  float: right;
  display: inline-block;
}
.index-honor .tabcot .slick-dots {
  bottom: -80px;
  margin: 0;
}
.index-honor .tabcot .slick-dots li {
  margin: 0 5px;
}
.index-honor .tabcot .slick-dots li button {
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.index-honor .tabcot .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
@media (max-width: 1650px) {
  .index-honor {
    padding-top: 80px;
  }
}
@media (max-width: 1200px) {
  .index-honor .tabcot .item {
    margin: 0 10px;
  }
  .index-honor .tabcot .scroll {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .index-honor {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index-honor .tabnav span {
    margin: 0;
    font-size: 14px;
    max-width: 100px;
  }
  .index-honor .tabcot .item {
    padding: 20px 10px;
  }
  .index-honor .tabcot .slick-dots {
    bottom: -40px;
  }
  .index-honor .tabcotbox {
    margin-top: 20px;
  }
}
.index-news {
  padding: 100px 0;
}
.index-news .listbox {
  overflow: hidden;
}
.index-news .list {
  width: 130%;
  margin-left: -15%;
  margin-top: 100px;
}
.index-news .list .slick-list {
  overflow: inherit;
}
.index-news .list .item {
  position: relative;
  transform: scale(0.9);
}
.index-news .list .txtbox {
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 40px;
  opacity: 0;
  position: absolute;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.index-news .list .tit {
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.index-news .list .txt {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin-top: 5px;
  overflow: hidden;
}
.index-news .list .pic {
  position: relative;
}
.index-news .list .pic:after {
    content: "";
    display: block;
    padding-bottom: 56%;
}

.index-news .list .slick-current .item {
  z-index: 3;
  position: relative;
  transform: scale(1.16);
}
.index-news .list .slick-current .txtbox {
  opacity: 1;
}
.index-news .list2 {
  margin-top: 100px;
}
.index-news .list2 ul {
  margin: 0 -15px;
}
.index-news .list2 li:hover .tit {
  color: #415385;
}
.index-news .list2 li {
  float: left;
  padding: 0 15px;
  width: 33.333%;
}
.index-news .list2 li .item {
  padding: 25px;
  padding-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.index-news .list2 li .time {
  color: #333;
  font-size: 14px;
  position: relative;
  font-family: arial;
  padding-bottom: 15px;
}
.index-news .list2 li .time:after {
  content: "";
  width: 25px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #415385;
}
.index-news .list2 li .tit {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #2b2f39;
  font-weight: 700;
  margin-top: 20px;
}
.index-news .list2 li .txt {
  color: #5e677e;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 15px;
}
@media (max-width: 1650px) {
  .index-news {
    padding: 80px 0;
  }
  .index-news .list {
    margin-top: 60px;
  }
  .index-news .list2 {
    margin-top: 80px;
  }
  .index-news .list2 li .tit {
    font-size: 16px;
  }
  .index-news .list2 li .txt {
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .index-news {
    padding: 50px 0;
    overflow: hidden;
  }
  .index-news .list {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  .index-news .list .item {
    transform: scale(1) !important;
  }
  .index-news .list .txtbox {
    padding: 0px;
  }
  .index-news .list .txt {
    display: none;
  }
  .index-news .list .tit {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
  }
  .index-news .list2 {
    margin-top: 40px;
  }
  .index-news .list2 li {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.index-share {
  padding: 25px 0;
  background: #f3f3f3;
}
.index-share .tel {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.index-share .tel img {
  margin-right: 5px;
}
.index-share .tel span {
  width: 40px;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  position: relative;
}
.index-share .tel span:after {
  content: "";
  width: 1px;
  height: 34px;
  top: 0;
  right: -10px;
  position: absolute;
  background: #dededf;
}
.index-share .tel a {
  font-size: 25px;
  font-weight: 700;
  margin-left: 20px;
  color: #415385;
  font-family: "Oswald-Medium";
}
.index-share .share {
  float: right;
}
.index-share .share li {
  text-align: center;
  display: inline-block;
}
.index-share .share li span {
  display: block;
}
.index-share .share li:last-child {
  padding-left: 120px;
  position: relative;
}
.index-share .share li:last-child:before {
  content: "";
  width: 1px;
  height: 20px;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  position: absolute;
  background: #cdcecf;
}
@media (max-width: 1200px) {
  .index-share {
    display: none;
  }
}
.inside-banner {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.inside-banner img {
  width: 100%;
  transition: all 1000ms ease;
}
.inside-banner:hover img {
  transform: scale(1.05);
}
.inside-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .title {
  font-size: 36px;
  position: relative;
}
.inside-banner .title:before {
  content: "";
  width: 90px;
  height: 1px;
  margin-right: 40px;
  vertical-align: middle;
  display: inline-block;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.1));
}
.inside-banner .title:after {
  content: "";
  width: 90px;
  height: 1px;
  margin-left: 40px;
  vertical-align: middle;
  display: inline-block;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.1));
}
.inside-banner .text {
  font-size: 50px;
  opacity: 0.5;
  font-family: "Oswald-Medium";
}
@media (max-width: 1600px) {
  .inside-banner .title {
    font-size: 24px;
    line-height: 34px;
  }
  .inside-banner .text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .txtbox {
    display: none;
  }
}
.inside-probanner {
  height: 100vh;
  background: #002250;
}
@media (max-width: 1200px) {
  .inside-probanner {
    height: 300px;
  }
}
.inside-infobox {
  z-index: 9;
  background: #fff;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.inside-infobox .menu {
  width: 70%;
  min-height: 80px;
  float: left;
  line-height: 80px;
  overflow: hidden;
}
.inside-infobox .menu li:first-child {
  margin-left: 0;
}
.inside-infobox .menu li:first-child:before {
  display: none;
}
.inside-infobox .menu li {
  height: 80px;
  margin: 0 40px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.inside-infobox .menu li a {
  color: #2a2a2a;
  display: block;
  padding: 0 20px;
  position: relative;
}
.inside-infobox .menu li a:after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  background: #415385;
  transition: all 700ms ease;
}
.inside-infobox .menu .active a,
.inside-infobox .menu .slick-current a {
  font-weight: 700;
}
.inside-infobox .menu .active a:after,
.inside-infobox .menu .slick-current a:after {
  opacity: 1;
}
.inside-infobox .menu .slick-prev,
.inside-infobox .menu .slick-next {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-width: 2px;
  border-color: #2a2a2a;
}
.inside-infobox .menu .slick-prev:hover,
.inside-infobox .menu .slick-next:hover {
  border-color: #0e4b9b;
}
.inside-infobox .menu .slick-prev {
  left: 10px;
  transform: rotate(45deg);
}
.inside-infobox .menu .slick-next {
  right: 10px;
  transform: rotate(-45deg);
}
.inside-infobox h2 {
  float: right;
  height: 80px;
  line-height: 80px;
  width: 30%;
  font-size: 14px;
  text-align: right;
  font-weight: normal;
  overflow: hidden;
}
.inside-infobox h2 img {
  margin: 30px 5px 0 0;
}
.inside-infobox h2 span {
  color: #cdcdcd;
}
.inside-infobox h2 a {
  color: #555555;
}
.inside-infobox h2 a:hover {
  color: #0e4b9b;
}
@media (max-width: 1650px) {
  .inside-infobox .menu {
    line-height: 60px;
    min-height: 60px;
  }
  .inside-infobox .menu li {
    font-size: 16px;
  }
  .inside-infobox .menu li a:after {
    height: 2px;
  }
  .inside-infobox h2 {
    line-height: 60px;
    height: 60px;
    font-size: 14px;
  }
  .inside-infobox h2 img {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .inside-infobox .menu {
    display: none;
  }
  .inside-infobox h2 {
    line-height: 40px;
    height: 40px;
    width: 100%;
    float: none;
    text-align: left;
  }
  .inside-infobox h2 img {
    margin-top: 10px;
  }
}
.inside-news {
  padding: 90px 0 110px 0;
}
.inside-news h1 {
  color: #222222;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
}
.inside-news .info {
  font-weight: lighter;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}
.inside-news .info span {
  padding: 0 15px;
  display: inline-block;
}
.inside-news .info a {
  margin: 0 5px;
  display: inline-block;
}
.inside-news .info a img {
  margin-top: 3px;
}
.inside-news .text {
  color: #5e677e;
  font-size: 18px;
  line-height: 36px;
  margin-top: 10px;
  padding: 70px;
  margin-bottom: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.inside-news .text p {
  overflow: hidden;
}
.inside-news ul {
  padding-top: 30px;
}
.inside-news ul li:first-child {
  border-top: 0;
}
.inside-news ul li {
  padding: 70px 0;
  overflow: hidden;
  border-top: solid 1px #f7f7f7;
}
.inside-news ul li .pic {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.4%;
}
.inside-news ul li .pic img {
  transition: all 700ms ease;
}
.inside-news ul li .txtbox {
  width: 60%;
  float: left;
  padding-top: 60px;
  padding-right: 100px;
  min-height: 186px;
  padding-left: 50px;
  border-right: solid 1px #dddddd;
}
.inside-news ul li .tit {
  font-size: 28px;
  line-height: 38px;
  color: #222222;
  height: 76px;
  overflow: hidden;
}
.inside-news ul li .txt {
  margin-top: 20px;
  font-size: 16px;
  color: #5e677e;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}
.inside-news ul li .time {
  width: 10%;
  float: left;
  text-align: center;
  font-family: "DIN-Medium";
}
.inside-news ul li .date {
  font-size: 46px;
  color: #2b2f39;
  line-height: 56px;
  font-weight: 700;
}
.inside-news ul li .year {
  color: #666;
}
.inside-news ul li .arrow {
  width: 57px;
  height: 57px;
  margin: 0 auto;
  margin-top: 70px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  background-image: url(../images/arrow-4.png);
}
.inside-news ul li:hover .pic img {
  transform: scale(1.05);
}
.inside-news ul li:hover .arrow {
  background-image: url(../images/news-icon-2.png);
}
@media (max-width: 1650px) {
  .inside-news h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-news .info {
    font-size: 14px;
    padding-top: 10px;
  }
  .inside-news .text {
    font-size: 16px;
    line-height: 30px;
    padding: 40px;
  }
  .inside-news ul li .txtbox {
    padding-top: 30px;
  }
  .inside-news ul li .tit {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
  }
  .inside-news ul li .txt {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .inside-news {
    padding: 0;
    padding-bottom: 50px;
  }
  .inside-news h1 {
    font-size: 18px;
    line-height: 30px;
    display: none;
  }
  .inside-news .info {
    display: none;
  }
  .inside-news .text {
    font-size: 12px;
    line-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    display: none;
  }
  .inside-news .tu {
    display: none;
  }
  .inside-news ul {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .inside-news ul li {
    padding: 30px 0;
  }
  .inside-news ul li .pic,
  .inside-news ul li .txtbox,
  .inside-news ul li .time {
    width: 100%;
    float: none;
  }
  .inside-news ul li .txtbox {
    border: 0;
    padding: 0;
    min-height: auto;
    padding-top: 20px;
  }
  .inside-news ul li .tit {
    font-size: 16px;
    height: 24px;
    overflow: hidden;
  }
  .inside-news ul li .txt {
    line-height: 24px;
    height: 24px;
    margin-top: 5px;
    overflow: hidden;
  }
  .inside-news ul li .time {
    display: none;
  }
}
.inside-news-show {
  padding-bottom: 120px;
  font-size: 16px;
  color: #404040;
  line-height: 32px;
}
.inside-news-show .top {
  padding: 180px 0 100px 0;
  background: #f7f7f7;
  position: relative;
  border-bottom: dashed 1px #dcdcdc;
}
.inside-news-show .top::after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 58px;
  height: 8px;
  position: absolute;
  background: url(../images/news-line.jpg) no-repeat;
}
.inside-news-show h1 {
  color: #000;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.inside-news-show .info {
  color: #555;
  margin-top: 30px;
  text-align: center;
}
.inside-news-show .info img {
  margin-top: 5px;
  margin-right: 10px;
}
.inside-news-show .container {
  position: relative;
}
.inside-news-show .txtbox {
  width: 90%;
  float: right;
  padding-top: 110px;
  padding-bottom: 130px;
}
.inside-news-show .txtbox .font24 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.inside-news-show .leftTool {
  float: left;
  width: 6%;
  padding-top: 100px;
  text-align: center;
}
.inside-news-show .leftTool .kan {
  width: 90px;
  margin: 0 auto;
  font-size: 24px;
  color: #d20808;
  line-height: 51px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-family: "DIN-MEDIUM";
}
.inside-news-show .leftTool .kan .pic {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share span {
  display: block;
  margin-bottom: 13px;
}
.inside-news-show .leftTool .share a {
  display: block;
  width: 47px!important;
  height: 47px!important;
  transition: all .9s;
  margin: 8px auto!important;
  padding: 0!important;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share a:hover {
  border: 1px solid #e06a23;
}
.inside-news-show .leftTool .share a.bds_weixin {
  filter: grayscale(100%);
  background: url(../images/fn1.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_weixin:hover {
  filter: none;
}
.inside-news-show .leftTool .share a.bds_tqq {
  background: url(../images/fn2.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tsina {
  filter: grayscale(100%);
  opacity: .6;
  background: url(../images/fn3.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tsina:hover {
  filter: none;
  opacity: 1;
}
.inside-news-show .leftTool .share a.bds_tqz {
  background: url(../images/fn4.png) no-repeat center center;
}
.inside-news-show .anchor_fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 1650px) {
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-news-show h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .inside-news-show .info {
    margin-top: 30px;
  }
  .inside-news-show .txtbox {
    padding-top: 50px;
  }
  .inside-news-show .txtbox .font24 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .inside-news-show {
    padding-bottom: 50px;
  }
  .inside-news-show h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .inside-news-show .info {
    margin-top: 15px;
  }
  .inside-news-show .top {
    padding: 120px 0 40px 0;
  }
  .inside-news-show .leftTool {
    display: none;
  }
  .inside-news-show .txtbox {
    width: 100%;
    float: none;
    padding-bottom: 50px;
    padding-right: 0;
  }
}
.inside-page-news {
  position: relative;
  background: #f3f3f3;
}
.inside-page-news .fanhui {
  left: 50%;
  width: 16%;
  top: 0;
  color: #333;
  text-align: center;
  line-height: 80px;
  transition: all 0s;
  border-left: solid 15px #fff;
  border-right: solid 15px #fff;
  transform: translateX(-50%);
  position: absolute;
}
.inside-page-news .fanhui .icon {
  width: 20px;
  height: 20px;
  fill: #adadad;
  margin-top: 32px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #415385;
}
.inside-page-news .fanhui:hover .icon {
  fill: #fff;
}
.inside-page-news li {
  color: #222;
  width: 42%;
  float: left;
  height: 80px;
  padding: 0 40px;
  overflow: hidden;
  line-height: 80px;
}
.inside-page-news li img {
  margin-top: 36px;
  margin-right: 20px;
}
.inside-page-news li a {
  color: #222;
  transition: 0s;
}
.inside-page-news li:last-child {
  width: 40%;
  float: right;
}
.inside-page-news li:hover {
  color: #fff;
  background: #415385;
}
.inside-page-news li:hover a {
  color: #fff;
}
@media (max-width: 1200px) {
  .inside-page-news .fanhui {
    display: none;
  }
  .inside-page-news li {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%!important;
    text-align: left;
    float: none!important;
    border-top: solid 2px #fff;
  }
}
.inside-solution {
  padding: 130px 0;
}
.inside-solution .text {
  font-size: 18px;
  color: #5e677e;
  max-width: 1130px;
  margin: 0 auto;
  padding: 30px 0 80px 0;
  line-height: 30px;
  text-align: center;
}
.inside-solution .arrow {
  text-align: center;
}
.inside-solution ul {
  margin-top: 100px;
  padding-bottom: 20px;
}
.inside-solution ul li:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-solution ul li {
  transition: all 700ms ease;
  margin-top: 60px;
  background: #f6f8fd;
  padding: 60px;
}
.inside-solution ul li .pic {
  float: left;
  width: 47%;
  overflow: hidden;
  position: relative;
  transition: all 500ms ease;
}
.inside-solution ul li .pic img {
  transition: all 700ms ease;
}
.inside-solution ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.inside-solution ul li .txtbox {
  width: 53%;
  float: left;
  position: relative;
  min-height: 400px;
  padding-left: 120px;
  display: table;
}
.inside-solution ul li .item {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.inside-solution ul li .num {
  left: -80px;
  color: #808797;
  font-size: 40px;
  margin-top: -10px;
  position: absolute;
  font-family: "Oswald-Medium";
}
.inside-solution ul li .num:after {
  content: "";
  width: 1px;
  height: 45px;
  display: block;
  margin-left: 25px;
  background: #cacaca;
}
.inside-solution ul li .en {
  font-size: 18px;
  color: #eaecf2;
}
.inside-solution ul li .tit {
  font-size: 40px;
  color: #333;
  font-weight: 700;
}
.inside-solution ul li .txt {
  font-size: 16px;
  color: #5e677e;
  line-height: 30px;
  margin-top: 20px;
}
.inside-solution ul li:nth-child(2n) .pic {
  float: right;
}
.inside-solution ul li:nth-child(2n) .txtbox {
  float: left;
  padding-left: 70px;
  padding-right: 70px;
}
.inside-solution ul li:hover .pic {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inside-solution ul li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1650px) {
  .inside-solution {
    padding: 80px 0;
  }
  .inside-solution .text {
    font-size: 16px;
    max-width: 100%;
    padding: 0px 0 30px 0;
  }
  .inside-solution ul {
    margin-top: 0;
  }
  .inside-solution ul li {
    margin-top: 40px;
    padding: 40px;
  }
  .inside-solution ul li .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-solution ul li .tit {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .inside-solution {
    padding: 50px 0;
  }
  .inside-solution .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .inside-solution ul li {
    margin-top: 20px;
    padding: 20px;
  }
  .inside-solution ul li .num {
    display: none;
  }
  .inside-solution ul li .pic {
    width: 100%;
    float: none;
  }
  .inside-solution ul li .txtbox {
    width: 100%;
    float: none;
    min-height: auto;
    display: block;
    text-align: left;
    padding: 30px 0 !important;
  }
  .inside-solution ul li .tit {
    font-size: 18px;
  }
}
.inside-product {
  padding: 100px 0;
}
.inside-product .list {
  margin: 0 -30px;
}
.inside-product .list li {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-top: 60px;
}
.inside-product .list li .icon {
  float: right;
  width: 46px;
  height: 46px;
  fill: #d4d4d4;
  padding-left: 20px;
}
.inside-product .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 53.9%;
}
.inside-product .list li .pic img {
  transition: all 1000ms ease;
}
.inside-product .list li .txtbox {
  height: 185px;
  padding: 20px;
  padding-top: 40px;
  transition: all 700ms ease;
  border-bottom: solid 1px #dedede;
}
.inside-product .list li .tit {
  color: #2b2f39;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.inside-product .list li .txt {
  color: #5e677e;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  margin-top: 30px;
  overflow: hidden;
}
.inside-product .list li:hover .txtbox {
  border-color: #415385;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inside-product .list li:hover .tit {
  color: #415385;
  font-weight: 700;
}
.inside-product .list li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1650px) {
  .inside-product {
    padding: 80px 0;
  }
  .inside-product .list {
    margin: 0 -15px;
  }
  .inside-product .list li {
    padding: 0 15px;
    margin-top: 30px;
  }
  .inside-product .list li .txtbox {
    height: 120px;
    padding-top: 20px;
  }
  .inside-product .list li .tit {
    font-size: 18px;
  }
  .inside-product .list li .txt {
    font-size: 14px;
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .inside-product {
    padding: 50px 0;
  }
}
@media (max-width: 500px) {
  .inside-product .list li {
    width: 100%;
    float: none;
  }
}
.inside-service {
  padding: 100px 0 150px 0;
}
.inside-service .list {
  margin: 0 -10px;
  margin-top: 40px;
}
.inside-service .list li {
  float: left;
  width: 33.333%;
  margin-top: 20px;
  padding: 0 10px;
}
.inside-service .list li .item {
  overflow: hidden;
  padding: 55px;
  padding-left: 30px;
  background: #f5f5f5;
  position: relative;
  transition: all 500ms ease;
}
.inside-service .list li .pic {
  width: 34.6%;
  float: left;
  position: relative;
  box-shadow: 8px 0 15px rgba(0, 0, 0, 0.2);
}

.inside-service .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 140.4%;
}


.inside-service .list li .txtbox {
  width: 64.6%;
  float: right;
  padding-left: 40px;
}
.inside-service .list li .tit {
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  color: #2b2f39;
  line-height: 30px;
  overflow: hidden;
}
.inside-service .list li .tag {
  color: #767575;
  font-size: 14px;
  margin-top: 10px;
}

.inside-service .list li .tag .type {
    text-transform:uppercase;
}

.inside-service .list li .btn {
  width: 205px;
  height: 45px;
  padding: 0 25px;
  bottom: 55px;
  line-height: 45px;
  background: #405284;
  border-radius: 30px;
  position: absolute;
}
.inside-service .list li .btn a {
  color: #fff;
  display: block;
}
.inside-service .list li .btn span {
  width: 23px;
  height: 23px;
  float: right;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
  margin-left: 20px;
  display: inline-block;
  border-radius: 100%;
  border: solid 2px #fff;
}
.inside-service .list li .btn .icon {
  fill: #fff;
  width: 14px;
  height: 14px;
}
.inside-service .list li:hover .item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inside-service .list li:hover .btn {
  background: #385196;
}
@media (max-width: 1650px) {
  .inside-service {
    padding: 80px 0;
  }
  .inside-service .list {
    margin-top: 20px;
  }
  .inside-service .list li .btn {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .inside-service {
    padding: 50px 0;
  }
  .inside-service .list li {
    width: 50%;
  }
  .inside-service .list li .tit {
    font-size: 16px;
  }
  .inside-service .list li .tag {
    margin-top: 0;
  }
  .inside-service .list li .btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 15px;
  }
  .inside-service .list li .btn span {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-left: 10px;
    border-width: 1px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .inside-service .list li {
    width: 100%;
    float: none;
  }
}
.inside-about {
  padding-top: 100px;
  background: url(../images/about-bg.jpg) no-repeat top center #f9f9f9;
}
.inside-about .index-title {
  text-align: center;
}
.inside-about .top {
  font-size: 16px;
  line-height: 32px;
  margin-top: 80px;
  padding-bottom: 110px;
}
.inside-about .top .container {
  position: relative;
}
.inside-about .top .pic {
  width: 48%;
  float: right;
}
.inside-about .top .text {
  width: 45%;
  z-index: 3;
  float: left;
  color: #5e677e;
  position: relative;
  text-align: justify;
}
.inside-about .top .t1 {
  font-size: 28px;
  color: #333;
  line-height: 38px;
}
.inside-about .top .t2 {
  text-indent: 2em;
  margin-top: 30px;
}
.inside-about .shuzi {
  background: #f2f6fd;
}
.inside-about ul {
  padding-bottom: 35px;
  padding-top: 40px;
}
.inside-about ul li {
  width: 25%;
  float: left;
  color: #4a4a4a;
  position: relative;
  font-size: 18px;
}
.inside-about ul li:after {
  content: "";
  width: 1px;
  height: 22px;
  top: 50%;
  left: 65%;
  position: absolute;
  background: #cbcbcb;
}
.inside-about ul li .counter {
  font-size: 70px;
  color: #415385;
  font-family: "Oswald-Medium";
}
.inside-about ul li em,
.inside-about ul li i {
  color: #415385;
  font-size: 24px;
  font-style: normal;
}
.inside-about ul li i {
  font-weight: 700;
}
.inside-about ul li:last-child:after {
  display: none;
}
.inside-about ul li:last-child i {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1650px) {
  .inside-about .top {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-about .top .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about ul li .counter {
    font-size: 40px;
    line-height: 50px;
  }
  .inside-about ul li:last-child i {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .inside-about {
    padding-top: 50px;
  }
  .inside-about .top {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .inside-about .top .text {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-about .top .pic {
    width: 100%;
    float: none;
  }
  .inside-about .top .t1 {
    font-size: 18px;
  }
  .inside-about .top .t2 {
    margin-top: 10px;
    text-indent: 0em;
  }
  .inside-about ul {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .inside-about ul li {
    font-size: 14px;
    text-align: center;
  }

    .inside-about ul li:after {
      left: 100%;
    }


  .inside-about ul li .counter {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about ul li i,
  .inside-about ul li em {
    font-size: 14px;
  }
  .inside-about ul li:last-child i {
    font-size: 14px;
    line-height: 30px;
  }
}
.history {
  overflow: hidden;
  padding: 100px 0 120px 0;
}
.history .nr {
  position: relative;
  margin-top: 70px;
}
.history .conTabs .swiper-slide {
  width: 100%;
}
.history .conTabs .pic {
  width: 50%;
  float: left;
  padding-right: 50px;
}
.history .conTabs .pic span {
  display: block;
  max-width: 685px;
  position: relative;
}
.history .conTabs .pic span:after {
  content: "";
  display: block;
  padding-top: 64.23357664%;
}
.history .conTabs .text {
  width: 50%;
  float: right;
  position: relative;
  padding: 50px 0 0 30px;
}
.history .conTabs .text .year {
  color: #415385;
  font-size: 54px;
  font-family: "Oswald-Medium";
}
.history .conTabs .text .title {
  color: #415385;
  font-size: 25px;
}
.history .conTabs .text .title span {
  display: inline-block;
  border-bottom: 2px #415385 solid;
}
.history .conTabs .text .info {
  font-size: 16px;
  margin-top: 40px;
}
.history .conTabs .text .shuzi {
  top: 0;
  left: 0;
  z-index: 1;
  color: #fafafa;
  font-size: 300px;
  z-index: -1;
  position: absolute;
  font-family: "Oswald-Medium";
}
.history .menuTabs {
  margin-top: 60px;
  position: relative;
}
.history .menuTabs:before {
  content: "";
  width: 500%;
  background: url(../images/line3.png) repeat;
  border-bottom: 1px #bfbfbf dotted;
  height: 8px;
  position: absolute;
  left: -50%;
  top: 35px;
  margin: auto;
  display: block;
}
.history .menuTabs .year {
  color: #333333;
  font-size: 40px;
  text-align: center;
  font-family: "Oswald-Medium";
}
@media (max-width: 1600px) {
  .history .menuTabs .year {
    font-size: 30px;
  }
}
.history .menuTabs .bt {
  color: #333333;
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.history .menuTabs .info {
  line-height: 20px;
  font-size: 16px;
  height: 80px;
  overflow: hidden;
}
.history .menuTabs .swiper-slide {
  width: 20%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.history .menuTabs .box {
  cursor: pointer;
  position: relative;
}
.history .menuTabs .box:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #bfbfbf;
  margin: auto auto 20px auto;
}
.history .menuTabs .swiper-container {
  overflow: initial;
}
.history .menuTabs .slick-current .year {
  color: #415385;
}
.history .menuTabs .slick-current .title {
  color: #ff0000;
}
.history .slick-prev:before,
.history .slick-next:before {
  content: '';
}
.history .slick-prev,
.history .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 66;
  top: 75px;
  transform: translate(0, 0);
}
.history .slick-prev {
  background: #e9e9e9 url("../images/arrow-left-4.png") no-repeat center center;
  left: 0;
}
.history .slick-prev:hover {
  background: #415385 url("../images/arrow-left-5.png") no-repeat center center;
}
.history .slick-next {
  background: #e9e9e9 url("../images/arrow-right-4.png") no-repeat center center;
  right: 0;
}
.history .slick-next:hover {
  background: #415385 url("../images/arrow-right-5.png") no-repeat center center;
}
@media (max-width: 1650px) {
  .history .conTabs .text .year {
    font-size: 40px;
  }
  .history .conTabs .text .title {
    font-size: 16px;
  }
  .history .conTabs .text .shuzi {
    font-size: 200px;
  }
  .history .menuTabs .bt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .history .menuTabs .year {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .history {
    padding: 50px 0;
  }
  .history .nr {
    margin-top: 30px;
  }
  .history .conTabs .pic {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .history .conTabs .text {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 30px;
  }
  .history .conTabs .text .shuzi {
    display: none;
  }
  .history .conTabs .text .info {
    margin-top: 20px;
  }
}
.inside-honor {
  height: auto;
  padding-bottom: 150px;
  background: url(../images/honor-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-honor .index-title .en {
  color: #eaebef;
  opacity: 1;
  -webkit-text-fill-color: #eaebef;
  -webkit-text-stroke: 1px #eaebef;
}
.inside-honor .index-title .cn {
  color: #2b2f39;
}
.inside-honor .tabnav {
  margin-top: 50px;
}
.inside-honor .tabnav span {
  color: #2b2f39;
}
.inside-honor .tabnav .cur {
  color: #fff;
}
.inside-honor .slick-prev,
.inside-honor .slick-next {
  width: 60px;
  height: 60px;
  border: solid 1px #c7c7c7;
  border-radius: 100%;
  transition: all 700ms ease;
}
.inside-honor .slick-prev {
  left: -70px;
  background: url(../images/prev-2.png) no-repeat center center rgba(217, 217, 217, 0.16);
}
.inside-honor .slick-prev:hover {
  background-color: rgba(217, 217, 217, 0.5);
}
.inside-honor .slick-next {
  right: -70px;
  background: url(../images/next-2.png) no-repeat center center rgba(217, 217, 217, 0.16);
}
.inside-honor .slick-next:hover {
  background-color: rgba(217, 217, 217, 0.5);
}

@media (max-width:1360px) {
    .inside-honor .slick-prev,
    .inside-honor .slick-next {
      display:none !important;
    }
}

@media (max-width: 1200px) {
  .inside-honor {
    padding-bottom: 80px;
  }
  .inside-honor .scroll {
    padding: 0 40px;
  }
  .inside-honor .slick-prev {
    left: 0;
  }
  .inside-honor .slick-next {
    right: 0;
  }
  .inside-honor .slick-prev,
  .inside-honor .slick-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 20px 20px;
  }
}
.inside-page {
  text-align: center;
  margin-top: 90px;
}
.inside-page a {
  width: 40px;
  height: 40px;
  color: #202020;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #e7eff4;
}

.inside-page span {
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
  background: #415385;
  border: solid 1px #415385;
}

.inside-page a:hover,
.inside-page .cpb {
  color: #fff;
  border-color: #415385;
  background: #415385;
}
.inside-page .prev,
.inside-page .next {
  width: 106px;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1650px) {
  .inside-page {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .inside-page {
    margin-top: 30px;
  }
  .inside-page a {
    display: none;
  }
  .inside-page .prev,
  .inside-page .next {
    display: inline-block;
  }
}
.inside-title .icon {
  z-index: 2;
  position: relative;
}
.inside-title .cn {
  color: #2b2f39;
  font-size: 32px;
}
.inside-title .en {
  color: #f2f4f6;
  opacity: 1;
  margin-top: -90px;
  -webkit-text-fill-color: #f2f4f6;
  -webkit-text-stroke: 1px #f2f4f6;
}
.inside-qywh {
  background: url(../images/qy-bg.png) no-repeat top center;
}
.inside-qywh .nr1 {
  padding: 110px 0;
  background-size: cover;
}
.inside-qywh .nr1 .item {
  margin-top: 60px;
  position: relative;
  background: linear-gradient(to bottom, #fefefe, #d7ddee);
}
.inside-qywh .nr1 .item:after {
  width: 57px;
  height: 96px;
  content: "";
  bottom: 0;
  right: -57px;
  position: absolute;
  background: url(../images/qy-2.png) no-repeat top left;
}
.inside-qywh .nr1 .item .pic {
  width: 52.5%;
  float: left;
}
.inside-qywh .nr1 .item .txtbox {
  width: 47.5%;
  float: left;
  padding: 60px;
  color: #5e677e;
  line-height: 30px;
}
.inside-qywh .nr1 .item .tit {
  font-weight: 700;
  font-size: 32px;
  color: #2b2f39;
}
.inside-qywh .nr1 .item .tit2 {
  color: #2b2f39;
  font-size: 24px;
  margin: 20px 0;
  width: 80%;
}
@media (max-width: 1650px) {
  .inside-qywh .nr1 {
    padding: 80px 0;
  }
  .inside-qywh .nr1 .item {
    margin-top: 40px;
  }
  .inside-qywh .nr1 .item .txtbox {
    line-height: 24px;
    padding: 40px;
  }
  .inside-qywh .nr1 .item .tit {
    font-size: 22px;
  }
  .inside-qywh .nr1 .item .tit2 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .inside-qywh .nr1 {
    padding: 50px 0;
  }
  .inside-qywh .nr1 .item {
    margin-top: 20px;
  }
  .inside-qywh .nr1 .item:after {
    display: none;
  }
  .inside-qywh .nr1 .item .pic {
    width: 100%;
    float: none;
  }
  .inside-qywh .nr1 .item .tit {
    font-size: 18px;
  }
  .inside-qywh .nr1 .item .tit2 {
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
  }
  .inside-qywh .nr1 .item .txtbox {
    padding: 30px 20px;
    width: 100%;
    float: none;
  }
}
.inside-qywh .nr2 {
  padding-bottom: 150px;
}
.inside-qywh .nr2 .text {
  font-size: 24px;
  color: #2B2F39;
  text-align: center;
  margin-top: 10px;
}
.inside-qywh .nr2 ul {
  margin-top: 80px;
}
.inside-qywh .nr2 ul li:hover .pic:after {
  left: 5px;
}
.inside-qywh .nr2 ul li:hover .pic img {
  opacity: 0.9;
}
.inside-qywh .nr2 ul li {
  float: left;
  padding: 0 80px;
  text-align: center;
  width: 33.3333%;
}
.inside-qywh .nr2 ul li .pic {
  display: inline-block;
  position: relative;
}
.inside-qywh .nr2 ul li .pic:after {
  content: "";
  top: 0;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  background: #bec5db;
  transition: all 500ms ease;
}
.inside-qywh .nr2 ul li .pic img {
  transition: all 700ms ease;
}
.inside-qywh .nr2 ul li .tit {
  font-size: 24px;
  color: #2b2f39;
  margin-top: 30px;
}
.inside-qywh .nr2 ul li .txt {
  color: #5869a1;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 1650px) {
  .inside-qywh .nr2 {
    padding-bottom: 100px;
  }
  .inside-qywh .nr2 .text {
    font-size: 16px;
  }
  .inside-qywh .nr2 ul {
    margin-top: 50px;
  }
  .inside-qywh .nr2 ul li {
    padding: 0 40px;
  }
  .inside-qywh .nr2 ul li .pic img {
    max-height: 200px;
  }
  .inside-qywh .nr2 ul li .tit {
    font-size: 18px;
  }
  .inside-qywh .nr2 ul li .txt {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .inside-qywh .nr2 {
    padding-bottom: 50px;
  }
  .inside-qywh .nr2 ul {
    margin-top: 0;
  }
  .inside-qywh .nr2 ul li {
    width: 50%;
    padding: 0 10px;
    margin-top: 30px;
  }
  .inside-qywh .nr2 ul li .pic img {
    max-height: 100px;
  }
  .inside-qywh .nr2 ul li .pic:after {
    display: none;
  }
  .inside-qywh .nr2 ul li .tit {
    margin-top: 15px;
  }
  .inside-qywh .nr2 ul li .txt {
    margin-top: 10px;
  }
}
.inside-qywh .nr3 {
  color: #fff;
  min-height: 800px;
  position: relative;
  background: url(../images/bg2.jpg) no-repeat top center;
}
.inside-qywh .nr3 .container {
  position: relative;
}
.inside-qywh .nr3 .container .title {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-qywh .nr3 ul {
  padding-left: 80px;
}
.inside-qywh .nr3 ul li {
  width: 25%;
  float: left;
  padding: 0 60px;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.26);
}
.inside-qywh .nr3 ul li .item {
  display: table;
  min-height: 800px;
  width: 100%;
  text-align: center;
}
.inside-qywh .nr3 ul li .juzhong {
  vertical-align: middle;
  display: table-cell;
}
.inside-qywh .nr3 ul li .cn {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 10px;
}
.inside-qywh .nr3 ul li .nr {
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
  display: none;
  text-align: left;
  opacity: 0.7;
  padding-right: 40px;
  text-align: justify;
}
.inside-qywh .nr3 ul .active {
  width: 50%;
}
.inside-qywh .nr3 ul .active .nr {
  display: inline-block;
}
@media (max-width: 1650px) {
  .inside-qywh .nr3 ul li .cn {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-qywh .nr3 ul li .nr {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .inside-qywh .nr3 {
    min-height: auto;
    padding: 40px 20px;
  }
  .inside-qywh .nr3 .container .title {
    transform: scale(0.5);
  }
  .inside-qywh .nr3 ul {
    padding-left: 0;
  }
  .inside-qywh .nr3 ul li {
    float: none;
    border: 0;
    padding: 20px;
    width: 100%!important;
  }
  .inside-qywh .nr3 ul li .item {
    min-height: auto;
  }
  .inside-qywh .nr3 ul li .nr {
    display: none!important;
  }
  .inside-qywh .nr3 ul li .cn {
    font-size: 18px;
  }
  .inside-qywh .nr3 ul li .en {
    font-size: 12px;
  }
}
.inside-job .nr1 {
  color: #5e677e;
  padding: 100px 0;
  background: #f6f7fc;
}
.inside-job .nr1 a,
.inside-job .nr1 b {
  color: #415385;
  font-weight: 700;
  font-family: arial;
}
.inside-job .nr1 .tit,
.inside-job .nr1 .txt {
  width: 50%;
}
.inside-job .nr1 .tit {
  margin-top: 0px;
  color: #2b2f39;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.inside-job .nr1 .tit img {
  margin-top: 6px;
  margin-right: 10px;
}
.inside-job .nr1 .t1 {
  display: block;
}
.inside-job .nr1 .tel {
  color: #415385;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inside-job .nr1 {
    padding: 50px 0;
  }
  .inside-job .nr1 .tu {
    display: none;
  }
  .inside-job .nr1 .tit,
  .inside-job .nr1 .txt {
    width: 100%;
  }
  .inside-job .nr1 .tit {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .inside-job .nr1 .tit img {
    max-height: 20px;
  }
}
.inside-job .nr2 {
  padding: 150px 0;
}
.inside-job .nr {
  padding-bottom: 40px;
  font-weight: lighter;
}
.inside-job .nr dl dt {
  display: block;
}
.inside-job .nr dl dt span {
  display: block;
  float: left;
  text-align: left;
  width: 12%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
  font-size: 18px;
}
.inside-job .nr dl dt .name {
  width: 22%;
  padding-right: 20px;
  padding-left: 60px;
}
.inside-job .nr dl dt .time {
  width: 24%;
  margin-right: 2%;
  text-align: center;
}
.inside-job .nr dl dt .people {
  width: 16%;
  margin-right: 6%;
  text-align: center;
}
.inside-job .nr dl dt .bumen {
  width: 8%;
  text-align: center;
  margin-right: 7%;
  padding-left: 14px;
}
.inside-job .nr dl dt .date {
  width: 15%;
  text-align: center;
}
.inside-job .nr dl .list0 {
  height: 64px;
  line-height: 64px;
  background: #415385;
  margin-bottom: 0px;
}
.inside-job .nr dl .list0 span {
  color: #fff;
  font-size: 18px;
}
.inside-job .nr dl .list_dt {
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  transition: width 2s;
  font-size: 18px;
  color: #222222;
  border-bottom: 2px solid #f9f9f9;
}
.inside-job .nr dl .list_dt .subnav {
  display: block;
}
.inside-job .nr .list_dt {
  color: #222222;
  cursor: pointer;
  position: relative;
  background: #eaeaea;
  margin-top: 2px;
}
.inside-job .nr #open {
  background: #eaeaea;
  border-bottom: 0;
}
.inside-job .nr .list_dd {
  display: none;
}
.inside-job .nr .jobsub {
  background: #fff;
  border-top: 0;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  padding: 8px 47px 80px 60px;
}
.inside-job .nr .jobsub .bt {
  font-size: 22px;
  text-align: left;
  color: #222;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
.inside-job .button {
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  background: #415385;
}
.inside-job .button img {
  margin: 12px 0 0 5px;
}
.inside-job .button:hover {
  font-weight: 700;
}
@media (max-width: 1650px) {
  .inside-job .nr2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inside-job .nr dl .list_dt {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .inside-job .nr2 {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .inside-job .nr {
    padding-bottom: 10px;
  }
  .inside-job .nr dl .list0 {
    height: 54px;
    line-height: 54px;
  }
  .inside-job .nr dl .list0 span {
    padding: 0 10px;
  }
  .inside-job .nr dl dt .name {
    padding: 0;
  }
  .inside-job .nr dl dt .bumen,
  .inside-job .nr dl dt .people {
    margin-right: 0;
  }
  .inside-job .nr dl dt span {
    text-align: center;
    padding: 0 10px!important;
    margin: 0!important;
    font-size: 13px!important;
    margin-right: 0!important;
    width: 25%!important;
  }
  .inside-job .nr dl dt span:nth-child(4) {
    display: none;
  }
  .inside-job .nr .jobsub {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-job .nr .jobsub .bt {
    font-size: 16px;
    margin-top: 20px;
  }
  .inside-job .button {
    width: 150px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .inside-job .button img {
    max-height: 13px;
    margin-top: 14px;
  }
}
.inside-job .inside-bd {
  margin: 70px 180px;
  text-align: center;
}
.inside-job .inside-bd li {
  padding: 0 20px;
  width: 30%;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.inside-job .inside-bd li select {
  height: 50px;
  padding: 10px 14px;
  width: 100%;
  color: #5e677e;
  font-size: 16px;
  font-family: "微软雅黑";
  border: solid 1px #c1c6d6;
  appearance: none;
  background: url(../images/job-icon-7.png) no-repeat center right #ffffff;
}
.inside-job .inside-bd li select:focus,
.inside-job .inside-bd li input[type="text"]:focus {
  border-color: #415385;
}
.inside-job .inside-bd li input[type="text"] {
  height: 50px;
  padding: 10px 14px;
  width: 100%;
  color: #5e677e;
  font-size: 16px;
  font-family: "微软雅黑";
  vertical-align: top;
  border: solid 1px #c1c6d6;
}
.inside-job .inside-bd li .search {
  width: 60px;
  height: 50px;
  right: 0;
  top: 0;
  line-height: 50px;
  position: absolute;
  background: #415385;
}
.inside-job .inside-bd li .search img {
  margin-bottom: 4px;
  vertical-align: middle;
}
.inside-job .inside-bd li .search:hover {
  background: #3b4b79;
}
@media (max-width: 1200px) {
  .inside-job .inside-bd {
    margin: 30px 0px 10px 0;
  }
  .inside-job .inside-bd li {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
}
.inside-protop {
  min-height: 849px;
  padding-top: 190px;
  background: url(../images/pro-bg.jpg) no-repeat top center #f6f7f9;
  background-size: cover;
}
.inside-protop .left {
  width: 43%;
  float: left;
}
.inside-protop .left .bigimg span {
  display: block;
  position: relative;
}
.inside-protop .left .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 77%;
}
.inside-protop .left .smallimg {
  padding: 0 20px;
}
.inside-protop .left .smallimg span {
  margin: 0 13px;
  display: block;
  cursor: pointer;
  position: relative;
  background: #c5c9d2;
  background: linear-gradient(to right, #c5c9d2, #dcdfe7, #c5c9d2);
  border: solid 1px #e9e9e9;
}
.inside-protop .left .smallimg span:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.inside-protop .left .smallimg span img {
  padding: 20px;
}
.inside-protop .left .smallimg .slick-current span {
  border-color: #415286;
}
.inside-protop .right {
  width: 57%;
  float: left;
  padding-left: 140px;
}
.inside-protop .right h1 {
  color: #2b2f39;
  font-size: 40px;
  font-weight: 700;
}
.inside-protop .right .text {
  margin-top: 20px;
  color: #2b2f39;
}
.inside-protop .right .text p {
  margin-bottom: 20px;
}
.inside-protop .right .btn {
  padding-top: 40px;
}
.inside-protop .right .btn a {
  width: 220px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  background: #415286;
  text-align: center;
  display: inline-block;
}
.inside-protop .right .btn a:hover {
  background: #3b4b79;
}
.inside-protop .right .btn .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 16px;
  margin-left: 20px;
}
@media (max-width: 1650px) {
  .inside-protop {
    min-height: auto;
    padding-bottom: 80px;
  }
  .inside-protop .right {
    padding-top: 30px;
  }
  .inside-protop .right h1 {
    font-size: 24px;
  }
  .inside-protop .right .text p {
    margin-bottom: 10px;
  }
  .inside-protop .right .btn a {
    padding: 0 20px;
    width: auto;
  }
  .inside-protop .right .btn a img {
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .inside-protop {
    background: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .inside-protop .left {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
  .inside-protop .left .bigimg {
    padding: 0 30px;
  }
  .inside-protop .left .smallimg {
    padding: 0;
  }
  .inside-protop .left .smallimg span {
    margin: 0 5px;
  }
  .inside-protop .left .smallimg span img {
    padding: 5px;
  }
  .inside-protop .right {
    width: 100%;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inside-protop .right h1 {
    font-size: 18px;
  }
}
.dw {
  top: -90px;
  z-index: -1;
  height: 1px;
  position: absolute;
}
.inside-promid {
  padding: 100px 0;
  position: relative;
}
.inside-promid .list {
  max-width: 980px;
  padding-top: 80px;
  padding-left: 50px;
}
.inside-promid .list li:first-child {
  margin-top: 0;
}
.inside-promid .list li {
  margin-top: 30px;
  color: #3f4450;
  line-height: 34px;
  font-size: 18px;
  padding-left: 45px;
  position: relative;
}
.inside-promid .list li p:first-child {
  font-weight: 700;
}
.inside-promid .list li:before {
  top: 6px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../images/pro-icon-2.png) no-repeat top left;
}
@media (max-width: 1650px) {
  .inside-promid {
    padding: 80px 0;
  }
  .inside-promid .list {
    padding-top: 40px;
  }
  .inside-promid .list li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .inside-promid {
    padding: 50px 0;
  }
  .inside-promid .list {
    padding-left: 20px;
  }
  .inside-promid .list li {
    font-size: 14px;
  }
}
.inside-table {
  position: relative;
  padding: 100px 0 150px 0;
  background: #f4f4f4;
}
.inside-table .inside-title .en {
  color: #eaebed;
  -webkit-text-fill-color: #eaebed;
  -webkit-text-stroke: 1px #eaebed;
}
.inside-table .list {
  margin-top: 50px;
}

    .inside-table .list img {
        display:block;
        margin:0 auto
    }

.inside-table .list .slick-dots {
  bottom: -80px;
}
.inside-table .list .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #c4cce5;
}
.inside-table .list .slick-dots li.slick-active button {
  background: #415385;
}
@media (max-width: 1650px) {
  .inside-table {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inside-table .list {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .inside-table {
    padding-top: 50px;
  }
  .inside-table .list .slick-dots {
    bottom: -40px;
  }
}
.inside-video {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1650px) {
  .inside-video {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  .inside-video {
    padding: 20px 0;
  }
}
.inside-message {
  position: relative;
  padding-bottom: 100px;
}
.inside-message .list ul {
  margin: 0 100px;
}
.inside-message .list li {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-top: 30px;
}
.inside-message .list li em {
  color: #c40202;
  font-family: "宋体";
  font-style: normal;
  top: 16px;
  left: 58px;
  position: absolute;
}
.inside-message .list li p {
  position: relative;
}
.inside-message .list li input,
.inside-message .list li textarea {
  width: 100%;
  height: 56px;
  color: #000;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 54px;
  background: #fff;
  padding: 0 40px;
  padding-left: 70px;
  border: solid 1px #ececec;
}
.inside-message .list li textarea {
  resize: none;
  height: 220px;
}
.inside-message .list li label {
  top: 20px;
  left: 25px;
  position: absolute;
}
.inside-message .list li input:focus,
.inside-message .list li textarea:focus {
  border-color: #2b496f;
}
.inside-message .list .weixin input {
  padding-left: 60px;
}
.inside-message .list .mess {
  width: 100%;
}
.inside-message .list .mess textarea {
  padding-left: 60px;
}
.inside-message .list .button {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.inside-message .list .button .submit1 {
  color: #fff;
  border: 0;
  width: 200px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 30px;
  background: #415385;
  cursor:pointer;
}
@media (max-width: 640px) {
  .inside-message {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .inside-message .list {
    padding: 0px 0;
  }
  .inside-message .list ul {
    margin: 0;
  }
  .inside-message .list li {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  .inside-message .list li textarea {
    height: 100px;
  }
  .inside-message .list .button {
    padding-top: 20px;
  }
  .inside-message .list .button .submit1 {
    font-size: 14px;
    width: 120px;
  }
}
.inside-message-2 {
  padding-top: 100px;
  background: #f6f7fc;
}
.inside-qyzl {
  padding-top: 100px;
  background: #f5f6ff;
  background: linear-gradient(to right, #f5f6ff, #fdfdff, #f5f6ff);
}
.inside-qyzl .tabbox {
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.inside-qyzl .tabcot {
  font-size: 20px;
  padding-left: 200px;
  display: none;
}
.inside-qyzl .t1 {
  bottom: 110px;
  width: 50%;
  position: absolute;
}
.inside-qyzl .t2 {
  top: 400px;
  left: 230px;
  position: absolute;
}
.inside-qyzl .t3 {
  top: 140px;
  left: 440px;
  position: absolute;
}
.inside-qyzl .left {
  width: 40%;
  float: left;
  padding-top: 110px;
}
.inside-qyzl .right {
  width: 60%;
  float: right;
  position: relative;
}
.inside-qyzl .tabnav {
  color: #fff;
  z-index: 9;
  position: relative;
  margin-top: -40px;
}
.inside-qyzl .tabnav span {
  float: left;
  display: block;
  width: 30%;
  cursor: pointer;
  font-size: 28px;
  text-align: right;
}
.inside-qyzl .box {
  height: 943px;
  padding-top: 130px;
  margin-top: 80px;
  background: url(../images/qy-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-qyzl .box-2 {
  height: 955px;
  padding-top: 130px;
  background: url(../images/qy-bg-2.jpg) no-repeat top center;
  background-size: cover;
}
.inside-qyzl .box-2 .t3 {
  top: 160px;
  left: 400px;
  position: absolute;
}
@media (max-width: 1650px) {
  .inside-qyzl {
    padding-top: 80px;
  }
  .inside-qyzl .box {
    overflow: hidden;
    height: auto!important;
    margin-top: 50px;
    padding-top: 100px!important;
    padding-bottom: 80px;
  }
  .inside-qyzl .t1 {
    bottom: 80px;
  }
  .inside-qyzl .t2 {
    top: 360px;
    left: 160px;
  }
  .inside-qyzl .t3 {
    top: 120px;
    left: 370px;
  }
  .inside-qyzl .tabcot {
    padding-left: 160px;
    font-size: 16px;
  }
  .inside-qyzl .tabnav span {
    font-size: 20px;
  }
  .inside-qyzl .box-2 {
    height: auto;
    overflow: hidden;
    padding-top: 100px!important;
    padding-bottom: 80px;
  }
  .inside-qyzl .box-2 .t3 {
    top: 140px;
    left: 350px;
  }
}
@media (max-width: 1200px) {
  .inside-qyzl {
    padding-top: 50px;
  }
  .inside-qyzl .left {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .inside-qyzl .left img {
    max-height: 100px;
  }
  .inside-qyzl .right {
    width: 100%;
    float: none;
  }
  .inside-qyzl .box {
    padding-top: 0;
  }
  .inside-qyzl .box-2 {
    padding-bottom: 80px;
    height: auto;
    overflow: hidden;
    padding-top: 0px;
  }
}
@media (max-width: 500px) {
  .inside-qyzl .tabcot {
    font-size: 14px;
    padding-left: 20px;
  }
  .inside-qyzl .tabnav {
    margin-top: -20px;
  }
  .inside-qyzl .tabnav span {
    font-size: 16px;
  }
  .inside-qyzl .t2 {
    top: 170px;
  }
  .inside-qyzl .t3 {
    top: 60px;
    left: 230px;
  }
  .inside-qyzl .box {
    margin-top: 20px!important;
    padding-top: 30px!important;
  }
  .inside-qyzl .box-2 {
    padding-top: 30px!important;
  }
  .inside-qyzl .box-2 .t3 {
    top: 70px;
    left: 150px;
  }
}
.inside-service-2 {
  min-height: 1130px;
  padding-top: 55px;
  background: url(../images/map-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-service-2 .container {
  max-width: 1246px;
  position: relative;
}
.inside-service-2 .arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  position: relative;
  display: inline-block;
}
.inside-service-2 .arrow img {
  vertical-align: middle;
}
.inside-service-2 .arrow:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  background: rgba(64, 49, 131, 0.32);
  animation: 2s bmove1 ease infinite;
}
.inside-service-2 .item {
  padding: 10px 30px;
  width: 439px;
  border: solid 2px #403765;
  background: rgba(255, 255, 255, 0.93);
}
.inside-service-2 .item1 {
  top: -107px;
  left: -534px;
  display: none;
  font-size: 16px;
  position: absolute;
}
.inside-service-2 .item1:after {
  content: "";
  width: 119px;
  height: 105px;
  right: -117px;
  top: 50%;
  position: absolute;
  transform: translateY(-65%);
  background: url(../images/map-line.png) no-repeat top left;
}
.inside-service-2 .item1 li:first-child {
  border-top: 0;
}
.inside-service-2 .item1 li {
  padding: 20px 0;
  border-top: dashed 1px #d4d7dd;
}
.inside-service-2 .item1 .t1 {
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}
.inside-service-2 .item1 .t2,
.inside-service-2 .item1 .t3 {
  margin-bottom: 5px;
}
.inside-service-2 .item1 .t2 img,
.inside-service-2 .item1 .t3 img {
  margin: 4px 5px 0 0;
}
.inside-service-2 .map {
  cursor: pointer;
  color: #2b2f39;
  font-size: 18px;
}
.inside-service-2 .map:hover .item {
  display: block;
}
.inside-service-2 .map1 {
  top: 530px;
  right: 180px;
  position: absolute;
}
.inside-service-2 .map2 {
  top: 510px;
  right: 220px;
  position: absolute;
}
.inside-service-2 .map3 {
  top: 560px;
  right: 240px;
  position: absolute;
}
.inside-service-2 .map3 .add {
  display: block;
  margin-top: -10px;
}
.inside-service-2 .map4 {
  top: 500px;
  right: 290px;
  position: absolute;
}
.inside-service-2 .map2 .item1{top:-124px;}
.inside-service-2 .map1 .item1{top:-90px;}
.inside-service-2 .map6 .item1{top:-90px;}
.inside-service-2 .map3 .item1{top:-100px;}
.inside-service-2 .map8 .item1{top:-104px;}
.inside-service-2 .map11 .item1{top:-163px;}
.inside-service-2 .map4 .item1 {
  left: -499px;
}
.inside-service-2 .map5 {
  top: 440px;
  right: 310px;
  position: absolute;
}
.inside-service-2 .map6 {
  top: 500px;
  right: 400px;
  position: absolute;
}
.inside-service-2 .map6 .add {
  margin-top: -10px;
  display: block;
}
.inside-service-2 .map7 {
  top: 320px;
  right: 360px;
  position: absolute;
}
.inside-service-2 .map7 .add {
  display: block;
}
.inside-service-2 .map7 .item1 {
  
top: -84px;
 
left: -532px;
}
.inside-service-2 .map8 {
  top: 630px;
  left: 660px;
  position: absolute;
}
.inside-service-2 .map8 .add {
  display: block;
  margin-top: -10px;
}
.inside-service-2 .map9 {
  top: 780px;
  right: 360px;
  position: absolute;
}
.inside-service-2 .map11 {
  top: 702px;
  right: 250px;
  position: absolute;
}
.inside-service-2 .map10 {
  top: 305px;
  left: 230px;
  position: absolute;
}
.inside-service-2 .map10 .item1 {
  left: auto;
  right: -470px;
}
.inside-service-2 .map10 .item1:after {
  content: "";
  left: -115px;
  right: auto;
  top: 30%;
  transform: rotateX(180deg);
}
@media (max-width: 1200px) {
  .inside-service-2 {
    padding-bottom: 30px;
  }
  .inside-service-2 .container {
    max-width: 640px;
  }
  .inside-service-2 .tu {
    display: none;
  }
  .inside-service-2 .arrow {
    display: none;
  }
  .inside-service-2 .map {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    background: #fff;
    padding: 0 20px;
    padding-top: 30px;
    top: auto!important;
    left: auto!important;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    right: auto!important;
    position: relative;
  }
  .inside-service-2 .map .add {
    padding-left: 30px;
  }
  .inside-service-2 .item {
    border: 0;
    width: 100%;
  }
  .inside-service-2 .item1 {
    right: auto!important;
    top: auto!important;
    left: auto!important;
    display: block;
    position: relative;
  }
  .inside-service-2 .item1:after {
    display: none;
  }
}
.footer {
  height: 464px;
  color: #fff;
  padding-top: 70px;
  background: url(../images/footer-bg.jpg) no-repeat top center;
  background-size: cover;
}
.footer ul li {
  width: 10.2%;
  float: left;
}
.footer ul li h3 {
  padding-bottom: 30px;
}
.footer ul li h3 a {
  margin-bottom: 0;
}
.footer ul li a {
  color: #fff;
  display: block;
  margin-bottom: 15px;
  height:24px;
  line-height:24px;
  overflow:hidden;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li:nth-child(2) {
  width: 13%;
}
.footer ul li:nth-child(3) {
  width: 15%;
}
.footer ul .first {
  width: 22%;
}
.footer ul .first .item {
  margin: 0 -10px;
}
.footer ul .first .wx {
  margin: 0 10px;
  color: #fff;
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}
.footer ul .first .wx p {
  font-size: 14px;
  margin-top: 10px;
}
.footer ul .contact {
  width: 19%;
  font-size: 14px;
  font-weight: lighter;
}
.footer ul .contact a {
  margin-bottom: 0;
}
.footer ul .contact .tel a {
  font-size: 18px;
  font-weight: 700;
}
.footer .copy {
  color: #fff;
  margin-top: 70px;
  padding-top: 20px;
  font-size: 14px;
  opacity: 0.5;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer .copy span {
  padding: 0 5%;
  display: inline-block;
}
.footer .copy a {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.footer .copy a:hover {
  text-decoration: underline;
}
.footer .copy a:last-child {
  padding-right: 0;
}
.footer .copy .links {
  float: right;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 0px;
    height: auto;
    padding-bottom: 20px;
  }
  .footer li {
    display: none;
  }
  .footer ul .first {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer ul .first p:first-child {
    display: none;
  }
  .footer ul .contact {
    display: block;
    width: 100%;
    float: none;
    padding-top: 30px;
    text-align: center;
  }
  .footer ul .contact h3 {
    padding-bottom: 0;
  }
  .footer .copy {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    padding-top: 10px;
  }
  .footer .copy span {
    padding: 0 2%;
  }
  .footer .copy a {
    padding-left: 5px;
  }
  .footer .copy .links {
    display: none;
  }
}
.header-search .search {
  z-index: 9;
  position: relative;
}
.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header-search .search .search-main {
  top: -20px;
  right: -20px;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 20px;
  position: absolute;
}
@media (max-width: 640px) {
  .header-search .search .search-main {
    right: -140px;
    width: 280px;
  }
}
.header-search .search-container {
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  height: 42px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.header-search .search-container .btn {
  top: 0;
  right: 0;
  color: #043b83;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: url(../images/search.png) no-repeat center center #415385;
  background-size: 20px;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.transparent {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.navM .navMCon {
  background-color: #fff;
  width: 60%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  right: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*background: #27456b;*/
  color: #666;
  position: absolute;
  z-index: 999;
  left: -60px;
  top: 40px;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 30px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 30px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 10px 5px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.navM .navMWrap > .list .title .icon:before,
.navM .navMWrap > .list .title .icon:after {
  content: "";
  /*background: #2047a3;*/
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #415385;
  border-left: solid 2px #415385;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*.navM .navMWrap > .list .title .icon:after {
  width: 10px;
  height: 2px;
}*/
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navM .child {
  padding: 0 5px 20px 5px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
}
.navM .mSearch .btn .iconfont {
  font-size: 18px;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #fff;
}
.inside-map {
  padding: 80px 0;
}
.inside-map li {
  padding: 30px 0;
  font-size: 16px;
  border-bottom: solid 1px #eee;
}
.inside-map li h3 {
  padding-bottom: 10px;
}
.inside-map li a {
  display: inline-block;
  padding-right: 20px;
}
.inside-map li:first-child {
  padding-top: 0;
}
.inside-map li:last-child {
  border-bottom: 0;
}
@media (max-width: 1025px) {
  .inside-map {
    padding: 30px 0;
  }
  .inside-map li {
    font-size: 14px;
  }
}


.inside-probanner{
	max-width: 1920px;
	overflow:hidden;
	height:auto!important;
}
.inside-banner .tu img{width:auto;}
.inside-probanner .txtbox{
	top:0;
	width:100%;
	left:0;
	z-index:3;
	height:100%;
	position:absolute;
}
.inside-probanner .container{
	position:relative;
	max-width:1600px;
}

.inside-probanner .pro{
	z-index:5;
}
.inside-probanner .pro i{
	display:inline-block;
	width:43px;
	line-height:43px;
	width:200px;
	color:#fff;
	font-style:normal;
	overflow:hidden;
	border-radius:30px;
	text-align:center;
	opacity:0;
	background:rgba(2,28,127,0.75);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	
}
.inside-probanner .pro i img{
	vertical-align:middle;
	margin-left:20px;
	margin-bottom:2px;
}

.inside-probanner .pro01 span img{
	animation:  1s bmove1 infinite linear;
	-webkit-animation:  1s bmove1 infinite linear;
	-moz-animation:  1s bmove1 infinite linear;
}
.inside-probanner .pro:hover i{
	opacity:1;
	width:260px;
}

.inside-probanner .pro01{
	left:65%;
	top:200px;
	position:absolute;
}
.inside-probanner .pro02{
	left:30%;
	top:100px;
	position:absolute;
}
.inside-probanner .pro03{
	left:45%;
	top:420px;
	position:absolute;
}
.inside-probanner .pro04{
	left:65%;
	top:630px;
	position:absolute;
}
.inside-probanner .pro05{
	left:85%;
	top:580px;
	position:absolute;
}
.inside-probanner .pro06{
	left:50%;
	top:800px;
	position:absolute;
}
.inside-probanner .pro07{
	left:27%;
	top:680px;
	position:absolute;
}
.inside-probanner .pro08{
	left:0%;
	top:360px;
	position:absolute;
}

@media (max-width:1610px ) {
	.inside-probanner .pro03 {
		top: 330px;
	}
	.inside-probanner .pro04 {
		left: 63%;
		top: 550px;
	}
	.inside-probanner .pro05{
		top:500px;
		left:79%;
	}
	.inside-probanner .pro06{
		top:660px;
	}
	.inside-probanner .pro07{
		left:30%;
		top:560px;
	}
	.inside-probanner .pro08{
		left:10%;
		top:300px;
	}
}

@media (max-width:1450px ) {
	.inside-probanner .pro01{
		top:160px;
	}
	.inside-probanner .pro02{
	left:35%;
	}
	.inside-probanner .pro04{
	top:470px;
	}
	.inside-probanner .pro06{
	top:600px;
	}
	
	.inside-probanner .pro07{
		top:500px;
	}	
	.inside-probanner .pro08{
		top:260px;
		
	}
}

@media (max-width:1380px ) {
	.inside-probanner .pro01{
		top:160px;
	}
	.inside-probanner .pro02{
	left:35%;
	}
	.inside-probanner .pro03{
		top:300px;
	}
	.inside-probanner .pro05{
		top:400px;
	}
	.inside-probanner .pro06{
	top:550px;
	}
	
	.inside-probanner .pro07{
		top:480px;
	}	
	.inside-probanner .pro08{
		top:240px;
		
	}
}

@media (max-width:1300px ) {
	.inside-probanner .pro01{
		top:140px;
	}
	.inside-probanner .pro02{
	left:35%;
	}
	.inside-probanner .pro03{
		top:260px;
	}
	.inside-probanner .pro04{
		top:420px;
	}
	.inside-probanner .pro05{
		top:380px;
	}
	.inside-probanner .pro06{
		top:520px;
	}
	
	.inside-probanner .pro07{
		top:440px;
	}	
	.inside-probanner .pro08{
		top:220px;
		
	}
}


@media (max-width:1200px ){
	.inside-probanner .txtbox{
		display:none;
	}
}