* {
  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: "arial";
}
@media (max-width: 1680px) {
  body {
    font-size: 14px!important;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-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);
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
@font-face {
  font-family: "Oswald-Medium";
  src: url("../fonts/Oswald-Medium.ttf") format("truetype");
}
.dw {
  top: -100px;
  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 {
  margin: 0 auto;
  max-width: 1680px;
}
@media (max-width: 1680px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .container {
    max-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% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.header {
  height: 100px;
  background: #fff;
}
.header .logo {
  display: inline-block;
}
.header .search {
  float: right;
  padding-top: 40px;
  display: inline-block;
}
.header .language {
  float: right;
  position: relative;
  line-height: 100px;
  padding-left: 40px;
  display: inline-block;
}
.header .language:before {
  content: "";
  width: 1px;
  height: 20px;
  top: 50%;
  left: 20px;
  position: absolute;
  background: #595957;
  transform: translateY(-50%);
}
.header .language a {
  color: #3e3a39;
}
.header .hmenu {
  display: none;
  width: 40px;
  height: 40px;
  float: right;
  margin-left: 10px;
  margin-top: 13px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
}
.header .hmenu img {
  vertical-align: middle;
}

.header-home {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.nav {
  float: right;
}
.nav li {
  float: left;
  font-size: 18px;
  position: relative;
  text-align: center;
}
.nav li > a {
  color: #000;
  line-height: 100px;
  display: block;
  padding: 0 35px;
  position: relative;
}
.nav li > a:after {
  content: "";
  height: 2px;
  left: 50%;
  bottom: 0;
  width: 0;
  position: absolute;
  transition: all 500ms ease;
  background: #2a73c5;
}
.nav li img {
  margin-right: 5px;
  vertical-align: middle;
}
.nav li .subnav {
  top: 98px;
  left: 0;
  width: 160px;
  z-index: 9;
  left: 0%;
  font-size: 16px;
  display: none;
  text-align: left;
  background: #fff;
  font-weight: lighter;
  border-top: solid 2px #2a73c5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #333;
  padding: 15px 20px;
  transition: all 0s ease;
  border-top: solid 1px #ddd;
}
.nav li .subnav a:first-child {
  border-top: 0;
}
.nav li .subnav a:hover {
  color: #2a73c5;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a,
.nav .active > a {
  color: #2a73c5;
  text-transform: capitalize;
}
.nav li:hover > a:after,
.nav .active > a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.nav li:hover .subnav {
  display: block;
}
@media (max-width: 1680px) {
  .nav li {
    font-size: 14px;
  }
  .nav li a {
    padding: 0 15px;
  }
}

@media (max-width:1366px){
  .header {
    height: 70px;
  }	
	.header .logo img {
		max-height: 70px;
	}
	
	.header .language{
		line-height: 70px;
	}
	.header .search {
	  padding-top: 25px;
	}	
	.nav li > a {
	  line-height: 70px;
	}
	
	.nav li .subnav{
		top: 68px;
	}
}

@media (max-width: 1200px) {
  .header {
    top: 0;
    height: 60px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
  }
  .header .logo {
    margin-left: 0;
    margin-top: 5px;
  }
  .header .logo img {
    max-height: 48px;
  }
  .header .hmenu {
    margin-left: 5px;
    display: block;
  }
  .header .language {
    padding-left: 20px;
    line-height: 60px;
  }
  .header .language:before {
    left: 10px;
  }
  .header .search {
    padding-top: 20px;
  }
  
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.banner {
  overflow: hidden;
  height: 100vh;
}
.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(-40%);
}
.banner .lern {
  margin-top: 200px;
}
.banner .lern a {
  width: 180px;
  height: 46px;
  color: #2a73c5;
  vertical-align: top;
  line-height: 46px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
  transition: all 500ms ease;
}
.banner .lern a:hover {
  color: #fff;
  background: #2a73c5;
}
.banner .item {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background: rgba(255, 255, 255, 0.43);
}
.banner .item .hezi {
  padding-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
}
.banner .item .time {
  font-size: 18px;
  padding-top: 60px;
  color: #2a73c5;
}
.banner .item .tit {
  color: #002f90;
  font-size: 75px;
  font-weight: 700;
}
.banner .item .txt {
  color: #002f90;
  font-size: 30px;
  font-weight: 700;
}
.banner .item .lern {
  margin-top: 50px;
}
.banner .item .lern a {
  color: #fff;
  background: #2a73c5;
}
.banner .slick-active span {
  animation: 4s ease bmove1;
}
.banner .slick-active .lern {
  animation: 4s 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: 23px;
  height: 23px;
  background: url(../images/dian.png) no-repeat center center;
}
.banner .slick-dots li.slick-active button {
  background: url(../images/dianh.png) no-repeat center center;
}
@media (max-width: 1680px) {
  .banner .item .tit {
    font-size: 36px;
  }
  .banner .item .txt {
    font-size: 20px;
  }
  .banner .item .lern {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .banner {
    height: 100%;
    margin-top: 0px;
  }
  .banner span {
    display: block;
    height: 675px;
  }
  .banner .tit {
    font-size: 24px;
  }
  .banner .lern {
    margin-top: 30px;
    display: none;
  }
}
@media (max-width: 640px) {
  .banner span {
    display: block;
    height: 300px;
  }
  .banner .item {
    background: none;
  }
  .banner .item .time {
    padding-top: 20px;
  }
  .banner .item .hezi {
    padding-bottom: 20px;
  }
  .banner .item .tit {
    font-size: 16px;
  }
  .banner .item .txt {
    font-size: 14px;
  }
  .banner .item .lern {
    display: none;
  }
}
.inside-title .tit {
  color: #000;
  font-size: 50px;
  font-family: "Oswald-Medium";
}
.inside-title .txt {
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .inside-title .tit {
    font-size: 30px!important;
  }
  .inside-title .txt {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .inside-title .tit {
    font-size: 20px!important;
  }
}
.index-about .top {
  position: relative;
}
.index-about .top .text {
  width: 55%;
  z-index: 3;
  float: left;
  position: relative;
}
.index-about .top .bt {
  color: #000;
  margin-bottom: 100px;
  position: relative;
}
.index-about .top .bt .t1 {
  font-size: 25px;
}
.index-about .top .bt .t2 {
  font-size: 50px;
  font-family: "Oswald-Medium";
}
.index-about .top .bt .t2 span {
  color: #2a73c5;
}
.index-about .top .bt .t3 {
  top: -70px;
  font-family: "Impact";
  font-size: 180px;
  color: #2a73c5;
  opacity: 0.06;
  position: absolute;
}
.index-about .list {
  padding-top: 80px;
}
.index-about .list ul {
  margin: 0 -50px;
}
.index-about .list li {
  width: 17%;
  float: left;
  padding: 0 50px;
}
.index-about .list li .item {
  max-width: 193px;
  width: 100%;
  padding-top: 45px;
  text-align: center;
  position: relative;
  font-family: "Oswald-Medium";
}
.index-about .list li .item .tu {
  top: 0;
  left: 0;
  position: absolute;
}
.index-about .list li .t1 {
  color: #2a73c5;
  font-size: 48px;
}
.index-about .list li .t1 i {
  font-style: normal;
  font-size: 24px;
}
.index-about .list li .t2 {
  letter-spacing: -1px;
  transform: translateY(-10px);
}
.index-about .list li .tu {
  position: relative;
}
.index-about .list li .tu img {
  transition: all 700ms ease;
}
.index-about .list li:hover .tu img {
  transform: rotate(180deg);
}
@media (max-width: 1680px) {
  .index-about {
    padding-top: 80px;
  }
  .index-about .top .bt {
    margin-bottom: 50px;
  }
  .index-about .top .bt .t1 {
    font-size: 18px;
  }
  .index-about .top .bt .t3 {
    top: -40px;
    font-size: 100px;
  }
  .index-about .top .bt .t2 {
    font-size: 30px;
  }
  .index-about .top .text {
    width: 60%;
  }
  .index-about .list li {
    width: 20%;
  }
  .index-about .list li .t1 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .top .bt {
    margin-bottom: 30px;
  }
  .index-about .top .bt .t3 {
    display: none;
  }
  .index-about .top .bt .t1 {
    font-size: 12px;
  }
  .index-about .top .bt .t2 {
    font-size: 20px;
  }
  .index-about .top .text {
    width: 100%;
    float: none;
  }
  .index-about .list {
    padding-top: 0;
  }
  .index-about .list ul {
    margin: 0;
  }
  .index-about .list li {
    padding: 0 10px;
    width: 33.333%;
  }
  .index-about .list li .item .tu {
    display: none;
  }
  .index-about .list li .item .t2 {
    font-size: 12px!important;
  }
}
.index-product .inside-title {
  padding-top: 30px;
  text-align: center;
}
.index-product .top {
  color: #fff;
  height: 256px;
  margin-top: 60px;
  padding: 20px;
  background: url(../images/pro-bg.png) no-repeat top center;
}
.index-product .top .box {
  min-height: 214px;
  border-radius: 5px;
  border: solid 3px rgba(255, 255, 255, 0.2);
}
.index-product .top .bt {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  padding: 30px 0 10px 0;
}

.index-product .top .bt a{
	color: #fff;
}

.index-product .top .tag {
  text-align: center;
}
.index-product .top .tag a {
  color: #fff;
  padding: 0 30px;
  display: inline-block;
}
.index-product .top .search {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 30px;
}
.index-product .top .search input {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  background: #fff;
  border: 0;
  color: #666;
  font-size: 14px;
  font-family: arial;
  border-radius: 30px;
}
.index-product .top .search .btn {
  right: 20px;
  top: 50%;
  opacity: 0.5;
  margin-top: -10px;
  position: absolute;
}
.index-product .list {
  overflow: hidden;
  margin-top: 30px;
}
.index-product .list ul {
  margin: 0 -15px;
}
.index-product .list li:hover .txtbox {
  z-index: 2;
  opacity: 0                                                            ;
  position: relative;
  transform: rotateX(0deg);
}
.index-product .list li:hover .icon {
  display: none;
}
.index-product .list li:hover .tit {
  transform: rotateX(0);
}
.index-product .list li:hover .txthover {
  opacity: 1;
  backface-visibility: inherit;
  transform: rotateX(0deg) translateZ(125px);
}
.index-product .list li {
  width: 25%;
  float: left;
  perspective: 1000px;
  padding: 0 15px;
}
.index-product .list li .item {
  perspective: 1000px;
  position: relative;
}
.index-product .list li .hezi {
  width: 100%;
  height: 230px;
  overflow: hidden;
  padding: 0 10px;
  padding-top: 45px;
  position: relative;
  border: solid 2px rgba(255, 255, 255, 0.4);
}
.index-product .list li .hezi-2 {
  top: 15px;
  left: 15px;
  width: 92%;
  height: 90%;
  z-index: 2;
  position: absolute;
  border: solid 2px rgba(255, 255, 255, 0.4);
}
.index-product .list li .pic {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 500ms ease;
}
.index-product .list li .tit {
  color: #333;
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  font-weight: 700;
  overflow: hidden;
}
.index-product .list li .tit span {
  display: block;
}
.index-product .list li .txtbox {
  padding: 15px;
  height: 262px;
  border-radius: 5px;
  text-align: center;
  background: #e0efff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.index-product .list li .txthover {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  transform: rotateX(-180deg);
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.index-product .list li .txthover .tit {
  margin-top: 80px;
}
@media (max-width: 1680px) {
  .index-product .top {
    margin-top: 30px;
  }
  .index-product .top .bt {
    font-size: 20px;
  }
  .index-product .list li .tit {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
  .index-product .list li .txtbox {
    height: 185px;
  }
  .index-product .list li .txthover .tit {
    margin-top: 45px;
  }
  .index-product .list li .hezi {
    height: 100%;
    padding-top: 20px;
  }
  .index-product .list li .hezi .icon img {
    max-height: 50px;
  }
  .index-product .list li .hezi-2 {
    width: 89%;
    height: 82%;
  }
}
@media (max-width: 1200px) {
  .index-product {
    padding-bottom: 30px;
  }
  .index-product .top .bt {
    padding-top: 10px;
  }
  .index-product .top .search {
    margin-top: 10px;
    max-width: 220px;
  }
  .index-product .top .search input {
    font-size: 12px;
  }
  .index-product .tag {
    max-height: 90px;
    font-size: 12px;
    overflow: hidden;
  }
  .index-product .tag a {
    padding: 0 5px;
  }
  .index-product .list ul {
    margin: 0 -10px;
  }
  .index-product .list li {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
  }
  .index-product .list li .txtbox {
    opacity: 1!important;
    transform: rotate(0) !important;
  }
  .index-product .list li .tit {
    color: #000!important;
    transform: rotateX(0deg) !important;
  }
  .index-product .list li .icon {
    display: inline-block !important;
  }
  .index-product .list li .txthover {
    display: none;
  }
}
@media (max-width: 500px) {
  .index-product .list li {
    width: 100%;
    float: none;
  }
}
.honor {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.honor .inside-title {
  text-align: center;
  margin-top:0;
}
.honor .inside-title .txt {
  float: none;
  color: #898989;
  font-size: 14px;
  padding-left: 0;
  margin-top: 0;
  line-height: auto;
}
.honor .nr {
  display: none;
  margin-top: 20px;
  padding: 0 100px;
  position: relative;
  height: 510px;
}
.honor .tabdian {
  margin-top: 20px;
  text-align: center;
}
.honor .tabdian span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  background: #ddd;
  border-radius: 100%;
}
.honor .tabdian .conmenu {
  background: #2a73c5;
}
.honor .swiper-wrapper {
  align-items: flex-end;
  min-height: 510px;
}
.honor .swiper-slide {
  padding-bottom: 15px;
  cursor: pointer;
}
.honor .swiper-slide .pic {
  width: 222px;
  position: relative;
}
.honor .swiper-slide .pic:after {
  display: none;
}
.honor .swiper-slide img {
  vertical-align: bottom;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1%, transparent), to(rgba(250, 250, 250, 0.1)));
}
.honor .swiper-slide .title {
  text-align: center;
  color: #2c2c2c;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  overflow: hidden;
  display: none;
}
.honor .swiper-slide-active {
  text-align: center;
}
.honor .swiper-slide-active .pic {
  width: 310px;
}
.honor .swiper-slide-active {
  margin-right: 5.1%!important;
}
.honor .swiper-slide-active .title {
  display: block;
}
.honor .swiper-prev,
.honor .swiper-next {
  background: none;
  width: auto;
  height: auto;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 10px;
}
.honor .swiper-prev:hover .icon:before,
.honor .swiper-next:hover .icon:before {
  border-color: #2a73c5;
}
.honor .swiper-prev:hover .icon:after,
.honor .swiper-next:hover .icon:after {
  border-color: #2a73c5;
}
.honor .swiper-prev:hover .icon i:before,
.honor .swiper-next:hover .icon i:before {
  border-color: #2a73c5;
}
.honor .swiper-prev:hover .icon svg,
.honor .swiper-next:hover .icon svg {
  fill: #2a73c5;
}
.honor .swiper-prev {
  left: 0;
}
.honor .swiper-next {
  text-align: right;
  right: 0;
}
.honor .swiper-next .icon {
  float: right;
}
.honor .swiper-next .txt {
  padding-left: 0;
  padding-right: 20px;
}
.honor .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.honor .swiper-pagination {
  bottom: -80px;
  font-size: 0;
  width: 100%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.honor .swiper-pagination-bullet {
  margin: 0 5px;
}
.honor .icon {
  float: left;
  display: block;
  width: 74px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}
.honor .icon:before,
.honor .icon:after {
  content: "";
  display: block;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.honor .icon:before {
  width: 74px;
  height: 70px;
  border: 1px #bfbfbf solid;
  opacity: 0.27;
  transition: all .5s;
}
.honor .icon:after {
  width: 60px;
  height: 60px;
  border: 1px #bfbfbf solid;
  transition: all .5s;
}
.honor .icon i:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px #bfbfbf solid;
  opacity: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.honor .icon svg {
  fill: #B6B6B6;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.honor .txt {
  float: left;
  padding-top: 10px;
  padding-left: 20px;
}
.honor .title-1 {
  color: #999999;
}
.honor .title-2 {
  color: #2c2c2c;
}
.honor .swiper-button-disabled {
  cursor: initial;
}
@media (max-width: 1680px) {
  .honor .nr {
    padding: 0;
    height: 450px;
  }
  .honor .swiper-pagination {
    bottom: -100px;
  }
  .honor .swiper-wrapper {
    min-height: 450px;
  }
  .honor .swiper-slide .pic {
    width: 180px;
  }
  .honor .swiper-slide-active .pic {
    width: 240px;
  }
}
@media (max-width: 1200px) {
  .honor {
    margin-top: 50px;
  }
  .honor .nr {
    height: 320px;
    margin-top: 20px;
  }
  .honor .icon {
    transform: scale(0.5);
  }
  .honor .swiper-pagination {
    bottom: -20px;
  }
  .honor .swiper-wrapper {
    min-height: 320px;
  }
  .honor .swiper-slide .title {
    display: none;
  }
  .honor .swiper-slide .pic {
    width: 150px;
  }
  .honor .txt {
    display: none;
  }
}
@media (max-width: 640px) {
  .honor .nr {
    height: 240px;
  }
  .honor .swiper-wrapper {
    min-height: 240px;
  }
  .honor .swiper-slide .pic {
    width: 90px;
  }
  .honor .swiper-slide-active .pic {
    width: 100px;
  }
}
.footer {
  color: #fff;
  padding-top: 35px;
  background: #011226;
}
.footer .logo {
  padding-bottom: 30px;
  border-bottom: solid 1px #202f40;
}
.footer .list {
  padding: 40px 0;
}
.footer .list h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
.footer .list .left {
  width: 40%;
  float: left;
}
.footer .list .left li {
  width: 50%;
  float: left;
}
.footer .list .left li a {
  color: #fff;
  display: block;
  margin-top: 20px;
  position: relative;
}
.footer .list .left li a:before {
  content: "";
  width: 10px;
  height: 1px;
  margin-top: 10px;
  vertical-align: top;
  margin-right: 10px;
  background: #fff;
  display: inline-block;
}
.footer .list .left li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.footer .list .share {
	margin-top: 20px;
	overflow: hidden;
	float: left;
}
.footer .list .share a {
  color: #fff;
  margin-right: 20px;
}

.footer .list .share img {
  margin-top: 2px;
  
}

.footer .list .right {
  width: 60%;
  float: right;
}
.footer .list .right .xz-xs{
  width: 33.33333333%;
  float: left;
}
.footer .list .right li {
  margin-top: 15px;
}
.footer .list .right li a {
  color: #fff;
}
.footer .list .right li img {
  margin: 2px 10px 0 0;
}
.footer .copy {
  color: #878b91;
  font-size: 13px;
  border-top: solid 1px #202f40;
  padding: 40px 0 70px 0;
}
.footer .copy a {
  color: #878b91;
}
.footer .copy a:hover {
  color: #fff;
}
.footer .copy span {
  float: right;
  display: inline-block;
}
@media (max-width: 1680px) {
  .footer .list h3 {
    font-size: 18px;
  }

  .footer .list .left li a {
    margin-top: 10px;
  }

  .footer .list .right li {
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
 body {
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  .footer .list .left {
    display: none;
  }
  .footer .list .right {
    width: 100%;
  }
  .footer .copy {
    padding: 15px 0 20px 0;
  }
}
.inside-about {
  position: relative;
  padding-bottom: 100px;
  background: #f9f9fa;
  padding-top: 100px;
}
.inside-about .top {
  font-size: 16px;
}
.inside-about .top .container {
  position: relative;
}
.inside-about .top .pic {
  width: 35%;
  float: right;
  text-align: center;
}
.inside-about .top .text {
  width: 55%;
  z-index: 3;
  float: left;
  position: relative;
}
.inside-about .top .bt {
  color: #000;
  margin-bottom: 100px;
  position: relative;
}
.inside-about .top .bt .t1 {
  font-size: 25px;
}
.inside-about .top .bt .t2 {
  font-size: 50px;
  font-family: "Oswald-Medium";
}
.inside-about .top .bt .t2 span {
  color: #2a73c5;
}
.inside-about .top .bt .t3 {
  top: -70px;
  font-family: "Impact";
  font-size: 180px;
  color: #2a73c5;
  opacity: 0.06;
  position: absolute;
}
.inside-about ul {
  padding-top: 40px;
}
.inside-about ul li:after {
  display: none;
}
.inside-about ul li {
  width: 20%;
  float: left;
  color: #14222b;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.inside-about ul li:after {
  content: "";
  width: 1px;
  height: 22px;
  top: 50%;
  left: 0%;
  position: absolute;
  background: #cbcbcb;
}
.inside-about ul li .counter {
  font-size: 55px;
  color: #2a73c5;
  font-family: "Oswald-Medium";
}
.inside-about ul li em,
.inside-about ul li i {
  color: #2a73c5;
  font-size: 24px;
  font-style: normal;
}
.inside-about ul li i {
  font-weight: 700;
}
@media (max-width: 1680px) {
  .inside-about .top .bt {
    margin-bottom: 50px;
  }
  .inside-about .top .bt .t1 {
    font-size: 18px;
  }
  .inside-about .top .bt .t3 {
    top: -40px;
    font-size: 100px;
  }
  .inside-about .top .bt .t2 {
    font-size: 30px;
  }
  .inside-about .top .text {
    width: 60%;
  }
  .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;
    padding-bottom: 50px;
  }
  .inside-about .top {
    font-size: 14px;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .inside-about .top .pic {
    display: none;
  }
  .inside-about .top .bt {
    margin-bottom: 20px;
  }
  .inside-about .top .bt .t1 {
    font-size: 14px;
  }
  .inside-about .top .bt .t2 {
    font-size: 20px;
  }
  .inside-about .top .bt .t3 {
    display: none;
  }
  .inside-about .top .text {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .inside-about .top .pic {
    width: 100%;
    float: none;
  }
  .inside-about ul {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .inside-about ul li {
    width: 33.333%;
    font-size: 14px;
  }
  .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;
  }
}
@media (max-width: 680px) {
  .inside-about ul li {
    font-size: 12px;
    margin-top: 20px;
  }
}
.inside-about-2 {
  position: relative;
  padding: 100px 0;
}
.inside-about-2 .picbox {
  width: 42.5%;
  float: left;
}
.inside-about-2 .picbox span {
  display: block;
  position: relative;
}
.inside-about-2 .picbox span:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.inside-about-2 .picbox .slick-dots {
  padding-right: 20px;
  text-align: right;
}
.inside-about-2 .picbox .slick-dots li {
  margin: 0 5px;
}
.inside-about-2 .picbox .slick-dots li button {
  width: 10px;
  height: 10px;
}
.inside-about-2 .picbox .slick-dots li.slick-active button {
  background: #2a73c5;
}
.inside-about-2 .txtbox {
  width: 57.5%;
  float: left;
  padding-top: 70px;
  padding-left: 50px;
}
.inside-about-2 .wenben {
  color: #333;
  padding-top: 60px;
}
@media (max-width: 1680px) {
  .inside-about-2 .txtbox {
    padding-top: 40px;
  }
  .inside-about-2 .wenben {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .inside-about-2 {
    padding: 50px 0;
  }
  .inside-about-2 .picbox {
    width: 100%;
    float: none;
  }
  .inside-about-2 .txtbox {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 30px;
  }
}
.inside-about-3 {
  padding: 80px 0 80px 0;
  background: #fafafb;
  position: relative;
}
.inside-about-3 .inside-title {
  text-align: center;
}
.inside-about-3 .list {
  margin: 0 -20px;
  margin-top: 70px;
}
.inside-about-3 .list .item {
  width: 20%;
  float: left;
  padding: 0 20px;
}
.inside-about-3 .list .item .pic {
  overflow: hidden;
  position: relative;
}
.inside-about-3 .list .item .pic img {
  transition: all 700ms ease;
}
.inside-about-3 .list .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 99%;
}
.inside-about-3 .list .item .tit {
  color: #333;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  text-align: center;
}
.inside-about-3 .list .item:hover .pic img {
  transform: scale(1.05);
}
.inside-about-3 .slick-prev,
.inside-about-3 .slick-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.inside-about-3 .slick-prev {
  left: -60px;
  border-color: #ccc;
  transform: rotate(45deg);
}
.inside-about-3 .slick-next {
  right: -60px;
  border-color: #ccc;
  transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  .inside-about-3 {
    padding: 50px 0;
  }
  .inside-about-3 .list {
    margin: 0 -10px;
    margin-top: 30px;
  }
  .inside-about-3 .list .item {
    width: 25%;
    padding: 0 10px;
  }
  .inside-about-3 .list .item .tit {
    height: 40px;
    line-height: 40px;
  }
  .inside-about-3 .slick-prev,
  .inside-about-3 .slick-next {
    width: 20px;
    height: 20px;
  }
  .inside-about-3 .slick-prev {
    left: -20px;
  }
  .inside-about-3 .slick-next {
    right: -20px;
  }
}
@media (max-width: 640px) {
  .inside-about-3 .list .item {
    width: 50%;
  }
  .inside-about-3 .list .slick-dots {
    bottom: -20px;
  }
  .inside-about-3 .list .slick-dots li button {
    background: #ddd;
    width: 10px;
    height: 10px;
  }
  .inside-about-3 .list .slick-dots li.slick-active button {
    background: #2a73c5;
  }
}
.history {
  position: relative;
  background: url(../images/honor-bg.jpg) no-repeat bottom center;
  overflow: hidden;
  padding: 100px 0;
}
.history .nr {
  position: relative;
}
.history .conTabs .swiper-slide {
  width: 100%;
}
.history .conTabs .pic {
  overflow: hidden;
  width: 46.7%;
  float: left;
}
.history .conTabs .pic span {
  display: block;
  position: relative;
}
.history .conTabs .pic span:after {
  content: "";
  display: block;
  padding-bottom: 56.5%;
}
.history .conTabs .pic img {
  transition: all 1000ms ease;
}
.history .conTabs .pic:hover img {
  transform: scale(1.05);
}
.history .conTabs .text {
  width: 53%;
  float: right;
  position: relative;
  padding: 20px 0 0 60px;
}
.history .conTabs .text .year {
  color: #2a73c5;
  font-size: 54px;
  font-style: italic;
  font-family: "Oswald-Medium";
}
.history .conTabs .text .title {
  color: #333;
  font-size: 25px;
}
.history .conTabs .text .title span {
  display: inline-block;
  border-bottom: 2px #2a73c5 solid;
}
.history .conTabs .text .info {
  color: #333;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.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: 30px;
  margin: auto;
  display: block;
}
.history .menuTabs .year {
  color: #333333;
  font-size: 30px;
  font-weight: lighter;
  font-family: "Oswald-Medium";
}
.history .menuTabs .bt {
  color: #333333;
  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 {
  padding-left: 100px;
  cursor: pointer;
  position: relative;
}
.history .menuTabs .box:before {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background: #d6d6d6;
  margin: auto auto 20px auto;
}
.history .menuTabs .swiper-container {
  overflow: initial;
}
.history .menuTabs .slick-current .year {
  color: #2a73c5;
}
.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;
  border: 0;
  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: #2a73c5 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: #2a73c5 url("../images/arrow-right-5.png") no-repeat center center;
}
@media (max-width: 1680px) {
  .history .conTabs .text {
    padding-top: 0;
  }
  .history .conTabs .text .year {
    font-size: 40px;
  }
  .history .conTabs .text .title {
    font-size: 16px;
  }
  .history .conTabs .text .shuzi {
    font-size: 200px;
  }
  .history .conTabs .text .info {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .history .menuTabs .bt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .history .menuTabs .year {
    font-size: 16px;
  }
}
@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;
  }
  .history .conTabs .text .year {
    font-size: 30px;
  }
  .history .menuTabs .box {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .history {
    padding-top: 0;
  }
}
.inside-about-4 {
  position: relative;
  padding-top: 80px;
}
.inside-about-4 .inside-title {
  text-align: center;
}
.inside-about-4 .list {
  margin-top: 50px;
  height: 712px;
  background: url(../images/about-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-about-4 .list ul {
  height: 100%;
}
.inside-about-4 .list li:hover {
  border-left: solid 1px #2a73c5;
}
.inside-about-4 .list li:hover:before {
  opacity: 0.8;
}
.inside-about-4 .list li:hover .txt {
  opacity: 1;
}
.inside-about-4 .list li:hover .ico {
  opacity: 0;
}
.inside-about-4 .list li:hover .icoh {
  opacity: 1;
}
.inside-about-4 .list li:hover .icobox img {
  margin: 10px;
  background: #fff;
  border-radius: 100%;
}
.inside-about-4 .list li {
  height: 100%;
  width: 20%;
  float: left;
  color: #fff;
  text-align: center;
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.inside-about-4 .list li:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: #2a73c5;
}
.inside-about-4 .list li .txtbox {
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}
.inside-about-4 .list li .icobox {
  border-radius: 100%;
  position: relative;
  display: inline-block;
  border: dashed 1px #fff;
  background: rgba(255, 255, 255, 0.17);
}
.inside-about-4 .list li .icobox img {
  transition: all 500ms ease;
}
.inside-about-4 .list li .icoh {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.inside-about-4 .list li .tit {
  margin-top: 30px;
  font-size: 24px;
}
.inside-about-4 .list li .txt {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0;
}
@media (max-width: 1680px) {
  .inside-about-4 .list li .tit {
    font-size: 16px;
  }
  .inside-about-4 .list li .txt {
    font-size: 12px;
    margin-top: 0;
  }
  .inside-about-4 .list li .icobox img {
    margin: 0px!important;
    border-radius: 100%;
  }
}
@media (max-width: 1200px) {
  .inside-about-4 {
    padding-top: 50px;
  }
  .inside-about-4 .list {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .inside-about-4 .list {
    padding: 30px 0;
    height: auto;
  }
  .inside-about-4 .list li {
    border: 0!important;
    width: 50%;
  }
  .inside-about-4 .list li .txtbox {
    top: auto;
    transform: translate(0);
    position: relative;
  }
  .inside-about-4 .list li .tit {
    margin: 10px 0;
  }
  .inside-about-4 .list li .txt {
    display: none;
  }
  .inside-about-4 .list li:hover:before {
    display: none;
  }
}
.inside-about-5 {
  position: relative;
  padding: 80px 0 100px 0;
}
.inside-about-5 .inside-title {
  text-align: center;
  margin-bottom: 50px;
}
.inside-about-5 .tabnav {
  width: 30%;
  float: left;
}
.inside-about-5 .tabnav li {
  margin-bottom: 10px;
}
.inside-about-5 .tabnav li .item {
  cursor: pointer;
  height: 78px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  padding-left: 80px;
  display: flex;
  color: #000;
  align-items: center;
  border: solid 1px #bbbbbb;
  transition: all 500ms ease;
}
.inside-about-5 .tabnav li .iconbox {
  top: 13px;
  left: 15px;
  position: absolute;
  background: #e6f1fa;
  border-radius: 100%;
  border: dashed 1px #2a73c5;
}
.inside-about-5 .tabnav li .icon {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.inside-about-5 .tabnav .slick-current .item {
  color: #fff;
  border-color: #2a73c5;
  background: #2a73c5;
}
.inside-about-5 .tabnav .slick-current .iconbox {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.inside-about-5 .tabnav .slick-current .ico {
  opacity: 0;
}
.inside-about-5 .tabnav .slick-current .icon {
  opacity: 1;
}
.inside-about-5 .tabcot {
  width: 68%;
  float: right;
  padding: 31px;
  border-radius: 10px;
  border: solid 1px #ddd;
}
.inside-about-5 .tabcot li .pic {
  width: 36%;
  float: left;
  position: relative;
}
.inside-about-5 .tabcot li .pic:after {
  content: "";
  display: block;
  padding-bottom: 98%;
}
.inside-about-5 .tabcot li .txtbox {
  width: 60%;
  float: left;
  padding-left: 30px;
}
.inside-about-5 .tabcot li .txtbox .t1 {
  color: #000000;
  font-size: 20px;
}
.inside-about-5 .tabcot li .txtbox .t2 {
  font-size: 14px;
  color: #898989;
  margin-top: 10px;
}
.inside-about-5 .tabcot li .txtbox .t3 {
  color: #333;
  margin-top: 30px;
}
@media (max-width: 1680px) {
  .inside-about-5 .tabnav li .item {
    height: 68px;
  }
  .inside-about-5 .tabnav li .iconbox {
    top: 6px;
  }
  .inside-about-5 .tabcot {
    padding: 24px;
  }
  .inside-about-5 .tabcot li .txtbox .t3 {
    margin-top: 10px;
    height: 230px;
    overflow: auto;
    padding-right: 20px;
  }
  .inside-about-5 .tabcot li .pic {
    width: 45%;
  }
  .inside-about-5 .tabcot li .txtbox {
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .inside-about-5 {
    padding: 50px 0 20px 0;
  }
  .inside-about-5 .tabnav {
    width: 100%;
    float: none;
  }
  .inside-about-5 .tabcot {
    width: 100%;
    float: none;
  }
  .inside-about-5 .tabcot li .pic {
    display: none;
    width: 100%;
    float: none;
  }
  .inside-about-5 .tabcot li .txtbox {
    padding-left: 0;
    width: 100%;
    float: none;
  }
  .inside-about-5 .tabcot li .txtbox .t3 {
    height: auto;
    padding-right: 0;
  }
}
.inside-about-6 {
  position: relative;
  margin-top: 20px;
  background: #fafafb;
}
.inside-about-6 .txtbox {
  width: 35%;
  float: left;
  padding-top: 90px;
}
.inside-about-6 .txtbox .tel {
  font-size: 18px;
  color: #333333;
  padding: 30px 0;
  margin-top: 30px;
  border-top: solid 1px #f1f1f2;
}
.inside-about-6 .txtbox .tel a {
  color: #333333;
}
.inside-about-6 .txtbox .tel img {
  margin-right: 5px;
}
.inside-about-6 .txtbox .more a {
  width: 130px;
  color: #fff;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background: #2a73c5;
  display: inline-block;
}
.inside-about-6 .txtbox .more a:hover {
  background: #000;
}
.inside-about-6 .pic {
  width: 60%;
  float: right;
  z-index: 2;
  margin-top: -70px;
  position: relative;
}
@media (max-width: 1680px) {
  .inside-about-6 .txtbox {
    padding-top: 60px;
  }
  .inside-about-6 .txtbox .tel {
    font-size: 14px;
    padding: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .inside-about-6 .pic {
    margin-top: 0;
  }
  .inside-about-6 .txtbox {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .inside-about-6 {
    margin-top: 0;
    margin: 0 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .inside-about-6 .txtbox {
    width: 100%;
    float: none;
  }
  .inside-about-6 .pic {
    display: none;
  }
}
.inside-news {
  padding: 80px 0 100px 0;
}
.inside-news .inside-title {
  text-align: center;
}
.inside-news .inside-title .txt {
  margin-top: 0;
}
.inside-news .list li:hover .pic img {
  transform: scale(1.05);
}
.inside-news .list li:hover .pic:before {
  opacity: 1;
}
.inside-news .list li:hover .picbox .icon {
  opacity: 1;
}
.inside-news .list li:hover .time .icon {
  fill: #2a73c5;
}
.inside-news .list li:hover .tit {
  color: #2a73c5;
}
.inside-news .list li {
  padding: 0 25px;
  float: left;
  margin-top: 50px;
  width: 33.333%;
}
.inside-news .list li .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inside-news .list li .picbox {
  position: relative;
}
.inside-news .list li .picbox .icon {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  fill: #fff;
  width: 36px;
  height: 36px;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.inside-news .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news .list li .pic img {
  transition: all 700ms ease;
}
.inside-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.inside-news .list li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(24, 105, 196, 0.48);
}
.inside-news .list li .txtbox {
  padding: 25px;
  padding-top: 0;
}
.inside-news .list li .time {
  color: #898e9d;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #f3f3f3;
}
.inside-news .list li .time span {
  width: 45%;
  display: inline-block;
}
.inside-news .list li .time .icon {
  width: 20px;
  height: 20px;
  fill: #898e9d;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media (max-width: 1680px) {
  .inside-news .list li .time {
    font-size: 12px;
  }
  .inside-news .list li .time span {
    width: auto;
    margin-right: 10px;
  }
}
.inside-news .list li .tit {
  color: #000;
  font-weight: 700;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  margin-top: 20px;
  font-size: 18px;
}
.inside-news .list li .tit:after {
  display: none;
}
.inside-news .list li .txt {
  color: #666;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 20px;
}
.inside-news .list2 {
  margin-top: 50px;
}
.inside-news .list2 li {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  overflow: hidden;
  border-bottom: solid 1px #dfdfdf;
}
.inside-news .list2 li a {
  color: #333;
}
.inside-news .list2 li span {
  width: 70%;
  float: left;
  display: block;
}
.inside-news .list2 li em {
  display: block;
  float: right;
  width: 26%;
  font-style: normal;
}
.inside-news .list2 li:first-child {
  color: #222;
  font-size: 18px;
  background: #dfdfdf;
}
.inside-news .list2 li:hover a {
  color: #2a73c5;
}
@media (max-width: 1200px) {
  .inside-news {
    padding: 50px 0;
  }
  .inside-news .list ul {
    margin: 0 -10px;
  }
  .inside-news .list li {
    margin-top: 30px;
    padding: 0 10px;
  }
  .inside-news .list li .tit {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .inside-news .list li .txt {
    margin-top: 10px;
  }
  .inside-news .list2 {
    margin-top: 30px;
  }
  .inside-news .list2 li:first-child {
    font-size: 12px;
  }
  .inside-news .list2 li {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .inside-news .list li {
    width: 100%;
    float: none;
  }
}
.inside-rd {
  padding: 80px 0 100px 0;
}
.inside-rd .inside-title {
  text-align: center;
}
.inside-rd .inside-title .txt {
  margin-top: 0;
}
.inside-rd .nr {
  margin-top: 60px;
}
.inside-rd .nr .pic {
  width: 53%;
  float: right;
  overflow: hidden;
}
.inside-rd .nr .pic img {
  transition: all 700ms ease;
}
.inside-rd .nr .pic:hover img {
  transform: scale(1.05);
}
.inside-rd .nr .txtbox {
  width: 45%;
  float: left;
}
.inside-rd .nr .txtbox p {
  margin-top: 60px;
}
.inside-rd .nr .txtbox p:first-child {
  margin-top: 0;
}
@media (max-width: 1680px) {
  .inside-rd .nr .txtbox p {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .inside-rd {
    padding: 50px 0;
  }
  .inside-rd .nr {
    margin-top: 30px;
  }
  .inside-rd .nr .pic {
    width: 100%;
    float: none;
  }
  .inside-rd .nr .txtbox {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.inside-contact {
  padding: 80px 0 100px 0;
}
.inside-contact .container {
  padding-right: 0;
}
.inside-contact .inside-title .txt {
  margin-top: 0;
  font-size: 18px;
}
.inside-contact .nr {
  margin-top: 80px;
}
.inside-contact .txtbox {
  width: 100%;
  float: left;
  overflow:hidden;
}

.inside-contact .txtbox .xz-div{
	width:30%;
	float: left;
}


.inside-contact .txtbox .xz-div:nth-child(2){
	width:40%;
}

.inside-contact .txtbox h2 {
  color: #000;
  font-size: 24px;
}
.inside-contact .txtbox .list{
  margin-bottom: 15px;
}
.inside-contact .txtbox .list li {
  margin-top: 15px;
}
.inside-contact .txtbox .list li:nth-child(4) a {
  color: #2a73c5;
  text-decoration: underline;
}
.inside-contact .txtbox .list2 {
  margin-left: -50px;
  margin-top: 50px;
  width: 100%;
  float: left;
  overflow:hidden;  
}
.inside-contact .txtbox .list2 li {
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
}
.inside-contact .txtbox .list2 li .icon {
  width: 40px;
  height: 40px;
  fill: #292e33;
}
.inside-contact .txtbox .list2 li:before {
  content: "";
  width: 1px;
  height: 15px;
  top: 50%;
  right: 0;
  background: #c9c9c9;
  margin-top: -8px;
  position: absolute;
}
.inside-contact .txtbox .list2 li:hover .icon {
  fill: #2a73c5;
}
.inside-contact .txtbox .list2 li:hover .tit {
  color: #2a73c5;
}
.inside-contact .txtbox .list2 li:last-child:before {
  display: none;
}
.inside-contact .map {
  width: 55%;
  float: right;
  position: relative;
}
.inside-contact #allmap {
  height: 530px;
}
.inside-contact #allmap img {
  max-width: initial;
  max-height: inherit;
}
.inside-contact #allmap .anchorBL {
  display: none;
}
@media (max-width: 1200px) {
  .inside-contact {
    padding: 50px 0;
  }
  .inside-contact .txtbox {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .inside-contact .map {
    width: 100%;
    float: none;
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-contact .nr {
    margin-top: 40px;
  }
  .inside-contact .inside-title .txt {
    font-size: 14px;
  }
  .inside-contact .txtbox h2 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .inside-contact .txtbox .list2 {
    margin-left: -20px;
  }
  .inside-contact .txtbox .list2 li .icon {
    width: 30px;
    height: 30px;
  }
}
.inside-product .inside-title {
  margin-bottom: 40px;
  text-align: center;
}
.inside-product .inside-title .tit {
  color: #002f90;
}
.inside-product .inside-title .tit span {
  color: #1869c4;
}
.inside-product .nr1 {
  padding: 50px 0 100px 0;
}
.inside-product .nr1 .top {
  width: 44.5%;
  float: left;
  border-radius: 5px;
  height: 595px;
  margin-top: 0;
  background: url(../images/picimg.jpg) no-repeat top center;
}
.inside-product .nr1 .top .box {
  height: 100%;
  text-align: center;
}
.inside-product .nr1 .top .icon {
  margin-top: 90px;
  display: inline-block;
}
.inside-product .nr1 .top .bt {
  padding: 30px 0;
}
.inside-product .nr1 .top .bt a{
  color:#fff;
}
.inside-product .nr1 .top .tag a {
  padding: 0 20px;
  margin-top: 10px;
}
.inside-product .nr1 .top .search {
  margin-top: 50px;
}
.inside-product .nr1 .list {
  margin-top: 0;
  width: 53%;
  float: right;
}
.inside-product .nr1 .list ul {
  margin: 0 -20px;
}
.inside-product .nr1 .list li {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
}
.inside-product .nr1 .list li .txtbox {
  height: 278px;
}
@media (max-width: 1200px) {
  .inside-product .nr1 .list li {
    margin-bottom: 20px;
  }
}
.inside-product .nr1 .list li:hover .tit {
  color: #000;
}
.inside-product .nr2 {
  height: 935px;
  padding-top: 90px;
  background: url(../images/pro-bg.jpg) no-repeat top center #f8faff;
  background-size: cover;
  overflow-x: hidden;
}
.inside-product .nr2 .pic {
  text-align: center;
}
.inside-product .nr2 .hezi {
  padding-bottom: 100px;
  margin-top: 80px;
  position: relative;
}
.inside-product .nr2 .item {
  width: 440px;
  text-align: left;
  position: relative;
}
.inside-product .nr2 .item span {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 100%;
  background: #002f90;
  transition: all 500ms ease;
}
.inside-product .nr2 .item .txtbox {
  padding-left: 60px;
}
.inside-product .nr2 .item .txtbox .t1 {
  color: #1869c4;
  font-size: 24px;
  font-weight: 700;
}
.inside-product .nr2 .item .txtbox .t2 {
  margin-top: 20px;
}
.inside-product .nr2 .item:hover span {
  background: #2a73c5;
}
.inside-product .nr2 .item1 {
  top: 60px;
  left: 0;
  position: absolute;
}
.inside-product .nr2 .item2 {
  top: 260px;
  left: 0;
  position: absolute;
}
.inside-product .nr2 .item3 {
  top: 60px;
  right: -90px;
  position: absolute;
}
.inside-product .nr2 .item4 {
  top: 260px;
  right: 0;
  position: absolute;
}
.inside-product .nr2 .item5 {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.inside-product .nr3 {
  padding-top: 90px;
  padding-bottom: 50px;
  background: url(../images/pro-bg-2.jpg) no-repeat top center #ffffff;
  background-size: cover;
}
.inside-product .nr3 .text {
  margin-top: 70px;
}
.inside-product .nr3 .text p {
  margin-bottom: 50px;
}
.inside-product .nr4 {
  padding: 90px 0;
  background: #f8faff;
}
.inside-product .nr4 .list {
  padding: 0 120px;
  margin-top: 60px;
}
.inside-product .nr4 .list li {
  width: 20%;
  float: left;
  text-align: center;
}
.inside-product .nr4 .list li p {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  padding: 0 40px;
  margin-left: -40px;
}
@media (max-width: 1680px) {
  .inside-product .nr1 .top {
    height: 436px;
  }
  .inside-product .nr1 .top .icon {
    margin-top: 30px;
  }
  .inside-product .nr1 .top .bt {
    padding: 15px 0;
  }
  .inside-product .nr1 .top .search {
    margin-top: 30px;
  }
  .inside-product .nr1 .list li .txtbox {
    height: 198px;
  }
  .inside-product .nr2 {
    padding-bottom: 100px;
    height: auto;
  }
  .inside-product .nr2 .item .txtbox .t1 {
    font-size: 16px;
  }
  .inside-product .nr2 .item .txtbox .t2 {
    margin-top: 0;
    width: 80%;
  }
  .inside-product .nr2 .hezi {
    margin-top: 40px;
  }
  .inside-product .nr2 .pic img {
    max-height: 400px;
  }
  .inside-product .nr3 .text {
    margin-top: 30px;
  }
  .inside-product .nr3 .text p {
    margin-bottom: 20px;
  }
  .inside-product .nr4 .list {
    padding: 0;
  }
  .inside-product .nr4 .list li p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .inside-product .nr1 {
    padding: 50px 0 0 0;
  }
  .inside-product .nr1 .top {
    width: 100%;
    float: none;
    height: auto;
  }
  .inside-product .nr1 .top .box {
    padding-bottom: 30px;
  }
  .inside-product .nr1 .list {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  .inside-product .nr1 .list ul {
    margin: 0 -10px;
  }
  .inside-product .nr1 .list li {
    padding: 0 10px;
    margin-top: 0;
  }
  .inside-product .nr2 {
    padding: 50px 0;
  }
  .inside-product .nr2 .hezi {
    padding-bottom: 0;
  }
  .inside-product .nr2 .item {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 20px;
    width: auto!important;
    position: relative;
    transform: translate(0);
  }
  .inside-product .nr3 {
    padding: 50px 0;
  }
  .inside-product .nr4 {
    padding: 50px 0;
  }
  .inside-product .nr4 .list {
    margin-top: 30px;
  }
  .inside-product .nr4 .list li p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .inside-product .nr1 {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .inside-product .nr1 .list li {
    width: 100%;
  }
  .inside-product .nr4 {
    padding-bottom: 0;
  }
  .inside-product .nr4 .list li {
    width: 50%;
    min-height: 200px;
  }
  .inside-product .nr4 .list li img {
    max-height: 129px;
  }
}
.inside-product-show .list {
  margin-top: 100px;
  position: relative;
}
.inside-product-show .list .pic {
  width: 41%;
  float: left;
  position: relative;
}
.inside-product-show .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 46%;
}
.inside-product-show .list .txtbox {
  width: 59%;
  float: left;
  padding-left: 100px;
}
.inside-product-show .list .txtbox h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 40px;
}
.inside-product-show .list .txtbox p {
  padding-bottom: 10px;
}
.inside-product-show .list .btn {
  bottom: -16px;
  position: absolute;
}
.inside-product-show .list .btn1,
.inside-product-show .list .btn2 {
  width: 177px;
  height: 40px;
  margin-right: 20px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  transition: all 700ms ease;
  border: solid 1px #2a73c5;
}
.inside-product-show .list .btn1 img,
.inside-product-show .list .btn2 img {
  margin: 8px 5px 0 0;
}
.inside-product-show .list .btn1:hover,
.inside-product-show .list .btn2:hover {
  box-shadow: 0 0 10px rgba(24, 105, 196, 0.3);
}
.inside-product-show .list .btn1 {
  color: #fff;
  background: #2a73c5;
}
.inside-product-show .list .btn2 {
  border-color: #666;
}
.inside-product-show .list2 {
  padding-bottom: 100px;
  margin-top: 100px;
}
.inside-product-show .list2 table{
	width:100%!important;
}
.inside-product-show .list2 table,
.inside-product-show .list2 tr,
.inside-product-show .list2 td,
.inside-product-show .list2 th {
  border: 0;
}
.inside-product-show .list2 th {
  color: #fff;
  padding: 20px 20px 20px 40px;
  text-align: left;
  font-weight: normal;
  background: #2a73c5;
}
.inside-product-show .list2 td {
  padding-right: 20px;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 40px;
  background: #fcfcfc;
}
.inside-product-show .list2 .tr td {
  background: #ebf4fd;
}
@media (max-width: 1680px) {
  .inside-product-show .list .txtbox h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .inside-product-show .list .btn {
    left: auto;
    bottom: auto;
    margin-top: 20px;
    position: relative;
  }
  .inside-product-show .list2 th {
    padding: 10px;
  }

}
@media (max-width: 1200px) {
  .inside-product-show {
    margin-bottom: 50px;
  }
  .inside-product-show .list {
    margin-top: 20px;
  }
  .inside-product-show .list .pic {
    width: 100%;
    float: none;
  }
  .inside-product-show .list .txtbox {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
  .inside-product-show .list .txtbox h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .inside-product-show .list .btn1,
  .inside-product-show .list .btn2 {
    width: 150px;
    margin-right: 5px;
  }
  .inside-product-show .list2 {
    margin-top: 20px;
    padding-bottom: 0px;
    overflow-y: scroll;
  }
  .inside-product-show .list2 table {
    width: 1200px;
  }
}
.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 a:hover,
.inside-page .cpb,
.inside-page .cur {
  color: #fff;
  border-color: #2a73c5;
  background: #2a73c5;
}
.inside-page .prev,
.inside-page .prev2,
.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 .prev2: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: 1200px) {
  .inside-page {
    margin-top: 50px;
  }
  .inside-page a {
    display: none;
  }
  .inside-page .prev,
  .inside-page .next {
    display: inline-block;
  }
}
.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: 14px;
  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 #2047a3;
  border-left: solid 2px #2047a3;
  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 a {
  margin-top: 20px;
  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-banner {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.inside-banner .pc {
  position: relative;
}
.inside-banner .pc img {
  vertical-align: middle;
  width: 100%;
}
.inside-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: left;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .txtbox img {
  vertical-align: middle;
}
.inside-banner .bt {
  font-size: 47px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .inside-banner .bt {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .txtbox .bt {
    display: none;
  }
}
.inside-banner-2 .txtbox {
  color: #002f90;
}
.inside-banner-2 .current {
  color: #737183;
}
.inside-banner-2 .current a {
  color: #737183;
}
.inside-banner-3 {
  padding: 50px 0;
  background: #2a73c5;
}
.inside-banner-3 .current {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .inside-banner-3 {
    padding: 30px 0;
  }
}
.current {
  color: #fff;
  font-size: 16px;
  padding-top: 15px;
  font-weight: lighter;
}
.current a {
  color: #fff;
}
.current a:hover {
  text-decoration: underline;
}
@media (max-width: 1680px) {
  .current {
    font-size: 14px;
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .current {
    font-size: 12px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
  }
}
.inside-menu {
  padding: 30px 0;
  text-align: center;
}
.inside-menu span {
  width: 17%;
  padding: 0 20px;
  display: inline-block;
  white-space: nowrap;
    overflow: hidden;
}
.inside-menu span a {
  display: block;
  height: 60px;
  width: 100%;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  border-radius: 30px;
  border: solid 1px #9f9f9f;
  overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.inside-menu span a:hover {
  color: #fff;
  border-color: #2a73c5;
  background: #2a73c5;
}
.inside-menu .cur a {
  color: #fff;
  border-color: #2a73c5;
  background: #2a73c5;
}
@media (max-width: 1680px) {
  .inside-menu {
    padding-bottom: 0;
  }
  .inside-menu span {
    padding: 0 10px;
  }
  .inside-menu span a {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .inside-menu span {
    padding: 0 5px;
    width: auto;
  }
  .inside-menu span a {
    padding: 0 20px;
  }
}
.inside-proservice {
  padding: 80px 0 100px 0;
}
.inside-proservice .inside-title {
  text-align: center;
}
.inside-proservice .inside-title .tit {
  color: #002f90;
}
.inside-proservice .inside-title .tit span {
  color: #2a73c5;
}
.inside-proservice .inside-title .txt {
  color: #898989;
}
.inside-proservice .list ul {
  padding-top: 30px;
}
.inside-proservice .list li:hover .item {
  background: #2a73c5;
}
.inside-proservice .list li:hover .tit,
.inside-proservice .list li:hover .txt {
  color: #fff;
}
.inside-proservice .list li:hover .more {
  color: #fff;
  text-align: center;
  border-color: #fff;
}
.inside-proservice .list li {
  width: 20%;
  float: left;
  margin-top: 30px;
  padding: 0 15px;
}
.inside-proservice .list li .item {
  height: 130px;
  padding: 30px 40px;
  padding-bottom: 0;
  border-radius: 5px;
  background: #f5f5f5;
  transition: all 500ms ease;
}
.inside-proservice .list li .tit {
  font-size: 25px;
  color: #000;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.inside-proservice .list li .txt {
  color: #666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.inside-proservice .list li .more {
  font-size: 14px;
  border-radius: 5px;
  width: 120px;
  height: 35px;
  margin-top: 20px;
  line-height: 33px;
  transition: all 700ms ease;
  border: solid 1px #f5f5f5;
}
@media (max-width: 1680px) {
  .inside-proservice .list li {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .inside-proservice {
    padding: 50px 0;
  }
  .inside-proservice .list ul {
    padding-top: 0;
  }
  .inside-proservice .list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .inside-proservice .list {
    margin: 0;
  }
  .inside-proservice .list li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .inside-proservice .list li .tit {
    font-size: 20px;
  }
}
.inside-news-show {
  font-size: 16px;
  line-height: 32px;
  padding: 70px 0 70px 0;
}
.inside-news-show h1 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.inside-news-show .info {
  color: #898e9d;
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: solid 1px #e8e8e8;
}
.inside-news-show .info span {
  padding: 0 70px;
  display: inline-block;
}
.inside-news-show .info .icon {
  fill: #898e9d;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 5px 5px 0 0;
}
.inside-news-show .info .icon-1 {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}
.inside-news-show .list-page {
  position: relative;
  margin-top: 90px;
}
.inside-news-show .list-page li {
  height: 64px;
  width: 40%;
  float: left;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 500ms ease;
  text-transform: uppercase;
  line-height: 64px;
  text-align: center;
  border-radius: 10px;
  background: #1869c4;
}
.inside-news-show .list-page li a {
  color: #fff;
  display: block;
}
.inside-news-show .list-page li img {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.inside-news-show .list-page li:hover {
  background: #f78b63;
}
.inside-news-show .list-page .last {
  float: right;
}
.inside-news-show .list-page .fh {
  top: 0;
  left: 50%;
  width: 18%;
  transform: translateX(-50%);
  position: absolute;
  background: #a8b2bc;
}
.inside-news-show .list-page .fh .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin: 0px 5px 3px 0;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
    padding: 50px 0;
  }
  .inside-news-show .info {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .inside-news-show .info span {
    padding: 0 10px;
  }
  .inside-news-show .info .icon {
    margin-top: 3px;
  }
  .inside-news-show .list-page {
    margin-top: 50px;
  }
  .inside-news-show .list-page li {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .inside-news-show .list-page li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .inside-news-show .list-page .fh {
    display: none;
  }
}
.inside-news-2 {
  padding-top: 0;
}
.inside-news-2 .tit {
  font-size: 40px;
  text-align: left;
  position: relative;
}
.inside-news-2 .tit span {
  background: #fff;
  padding-right: 10px;
  display: inline-block;
}
.inside-news-2 .tit:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 60%;
  left: 0;
  width: 95%;
  z-index: -1;
  background: #e8e8e8;
}
.inside-news-2 .list ul {
  margin: 0 -25px;
}
.inside-news-2 .list li {
  margin-bottom: 20px;
  margin-top: 100px;
}
.inside-news-2 .list .slick-prev,
.inside-news-2 .list .slick-next {
  top: -45px;
  border: 0;
  width: 30px;
  height: 30px;
  margin-top: 0;
}
.inside-news-2 .list .slick-prev {
  left: auto;
  right: 65px;
  background: url(../images/prev.png) no-repeat center center #464646;
}
.inside-news-2 .list .slick-next {
  left: auto;
  right: 25px;
  background: url(../images/next.png) no-repeat center center #464646;
}
@media (max-width: 1200px) {
  .inside-news-2 .list ul {
    margin: 0 -10px;
  }
  .inside-news-2 .list li {
    float: left;
    margin-top: 50px;
  }
  .inside-news-2 .list .slick-prev,
  .inside-news-2 .list .slick-next {
    top: -25px;
  }
}
.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: #2a73c5;
  padding-left: 20px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.phone-nav .list-menu li a {
  padding: 15px 0px;
  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: 10px;
  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: arial;
}
.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;
}
.header-search .pull-right {
  width: 28px;
  height: 28px;
}
.header-search .pull-right a {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  background: url("../images/search.png") no-repeat center center;
  background-size: 16px;
}
.header .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;
  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 #2a73c5;
  background-size: 20px;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.xzlist {
  padding-top: 60px;
}
.xzlist li:first-child {
  border-top: 0;
}
.xzlist li {
  padding: 40px 0;
  border-top: solid 1px #ddd;
}
.xzlist li .pic {
  width: 50%;
  float: right;
  overflow: hidden;
  position: relative;
}
.xzlist li .pic img {
  transition: all 700ms ease;
}
.xzlist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.xzlist li .tbox {
  width: 48%;
  float: left;
}
.xzlist li .time {
  color: #898e9d;
  font-size: 14px;
  display: block;
  margin: 20px 0 30px 0;
}
.xzlist li .tit {
  color: #000;
  font-size: 20px;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-weight: 700;
}
.xzlist li:hover .pic img {
  transform: scale(1.05);
}
.xzlist li:hover .tit {
  color: #2a73c5;
}
@media (max-width: 640px) {
  .xzlist {
    padding-top: 0;
  }
  .xzlist li .pic {
    width: 100%;
    float: none;
  }
  .xzlist li .tbox {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1650px) {
  .xzlist {
    padding-top: 0;
  }
  .xzlist li {
    padding: 35px 0;
  }
  .honor .inside-title{
	  margin-top:20px;
  }
}
@media (max-width: 1300px) {
  .index-about,
  .index-product,
  .honor,
  .sy_p5 {
    transform: scale(0.85);
  }
  .sy_p5 .fl {
    margin-top: 100px;
    transform: scale(0.8);
  }
  .sy_navk {
    margin-top: 100px;
  }
  .inside-about-3 .slick-prev {
    left: 0;
  }
  .inside-about-3 .slick-next {
    right: 0;
  }
  .inside-product .nr2 .pic img {
    transform: scale(0.75);
  }
}
@media (max-width: 1200px) {
  .index-about,
  .index-product,
  .honor,
  .sy_p5 {
    transform: scale(1);
  }
  .sy_p5 .fl {
    margin-top: 0px;
    transform: scale(1);
  }
  .inside-product .nr2 .pic img {
    transform: scale(1);
  }
  .honor .tabdian {
    margin-top: 40px;
  }
}


.inside-product-show .list2 tr:first-child td {
	color: #fff !important;
    padding: 20px 20px 20px 40px !important;
    text-align: left !important;
    font-weight: normal !important;
    background: #2a73c5 !important;
}

.inside-product-show .list2 tr:nth-child(2n) td {
	font-size: 14px;
    padding: 10px 0;
    padding-left: 40px;
    background: #fcfcfc;
}

.inside-product-show .list2 tr:nth-child(2n-1) td {
	background: #ebf4fd;
}

.inside-proservice .inside-title .search {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 30px;
}
.inside-proservice .inside-title .search input {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #999;;
  color: #666;
  font-size: 14px;
  font-family: arial;
  border-radius: 30px;
}
.inside-proservice .inside-title .search .btn {
  right: 20px;
  top: 50%;
  opacity: 0.5;
  margin-top: -10px;
  position: absolute;
}

@media (max-width: 1200px){
	.inside-contact .txtbox .xz-div{
		width:100%;
	}
	.footer .list .right .xz-xs{
		width:100%;
		margin-top: 20px;
	}
	
	.footer .list .right .xz-xs:first-child{
		margin-top:0;
	}
}