input,
textarea {
  border-radius: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
img {
  vertical-align: top;
  max-width: 100%;
}
.container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8%;
}
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.container-2 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container-2 {
    width: 100%;
    padding: 0 8%;
  }
}
@media (max-width: 1260px) {
  .container-2 {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .container-2 {
    width: 100%;
    padding: 0 15px;
  }
}
.header {
  height: 90px;
}
.header .logo {
  padding-left: 100px;
  display: inline-block;
}
.header .search {
  float: right;
  width: 60px;
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background: #2861ad;
}
.header .search img {
  vertical-align: middle;
}
.header .search-hide {
  top: 90px;
  right: 0;
  z-index: 99;
  display: none;
  position: absolute;
}
.header .search-hide input {
  height: 40px;
  width: 350px;
  padding: 0 10px;
  color: #444;
  font-size: 16px;
  vertical-align: top;
  background: #f4f4f4;
  padding-right: 50px;
  font-family: "寰蒋闆呴粦";
  border: solid 1px #dedede;
}
.header .search-hide .btn {
  right: 0;
  top: 0;
  height: 40px;
  width: 50px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background-color: #2861ad;
}
.header .search-hide .btn:hover {
  background-color: #2c6bbe;
}
.header .search-hide .btn img {
  vertical-align: middle;
}
.header .language {
  float: right;
  position: relative;
  margin-right: 30px;
  line-height: 90px;
}
.header .language img {
  margin: 0 5px;
  margin-top: 36px;
}
.header .language a {
  color: #898989;
}
.header .language:hover .drop {
  display: block;
}
.header .drop {
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 99;
  display: none;
  text-align: center;
  line-height: 44px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.header .drop a {
  color: #333;
  display: block;
  border-top: solid 1px #ffffff;
}
.header .drop a:hover {
  color: #fff;
  background: #2861ad;
}
.header .menu {
  right: 20px;
  top: 25px;
  width: 20px;
  height: 15px;
  display: none;
  position: absolute;
}
.header .menu:before,
.header .menu:after {
  content: "";
  width: 20px;
  height: 2px;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 1px;
  position: absolute;
  background: #2861ad;
}
.header .menu:after {
  top: 8px;
  cursor: pointer;
}
.header .menu img {
  max-height: 25px;
}
@media (max-width: 1279px) {
  .header .menu {
    display: block;
  }
}
@media (max-width: 1700px) {
  .header .logo {
    padding-left: 30px;
  }
}
@media (max-width: 1400px) {
  .header .logo img {
    max-height: 70px;
    margin-top: 5px;
  }
}
@media (max-width: 1200px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    background: #fff;
    position: fixed!important;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333333;
  }
  .header .logo {
    padding-left: 20px;
    padding-top: 5px;
  }
  .header .logo img {
    max-height: 50px;
    margin-top: 0;
  }
  .header .search,
  .header .language {
    display: none;
  }
}
.nav {
  float: right;
  padding-right: 50px;
}
.nav li {
  float: left;
  font-size: 17px;
  padding: 0 30px;
  line-height: 90px;
  position: relative;
}
.nav li > a {
  color: #555;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: relative;
}
.nav li > a span {
  z-index: 2;
  padding-left: 5px;
  position: relative;
  display: inline-block;
}
.nav li a:hover {
  color: #2861ad;
}
.nav li .subnav {
  left: 50%;
  top: 90px;
  width: 100%;
  z-index: 99;
  width: 140px;
  margin-left: -70px;
  line-height: 44px;
  background: #fff;
  position: absolute;
  font-size: 14px;
  display: none;
  background: rgba(255, 255, 255, 0.8);
}
.nav li .subnav a {
  height: 45px;
  line-height: 44px;
  overflow: hidden;
  display: block;
  text-align: center;
  border-top: solid 1px #ffffff;
}
.nav li .subnav a:hover {
  color: #fff;
  background: #2861ad;
}
.nav li .subnav a:first-child {
  border-top: 0;
}
.nav li .subnav-2 {
  width: 200px;
  margin-left: -100px;
}
.nav li:hover > a {
  color: #2861ad;
}
.nav .active > a {
  color: #2861ad;
}
@media (max-width: 1700px) {
  .nav {
    padding-right: 30px;
  }
  .nav li {
    padding: 0 25px;
  }
}
@media (max-width: 1400px) {
  .nav li {
    font-size: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  -webkit-animation: 2s dong;
  animation: 2s dong;
  max-width: 1920px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.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: 100%;
  height: 100%;
  background: #ffffff;
}
.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: 0 20px 0 20px;
  -webkit-overflow-scrolling: touch;
}
.phone-nav .list-menu {
  padding-top: 100px;
}
.phone-nav .list-menu li {
  font-size: 20px;
  position: relative;
  line-height: 30px;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li a {
  padding: 20px;
  display: block;
  position: relative;
  color: #000000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 14px;
  padding: 0 0 0 20px;
}
.phone-nav .list-menu .three {
  margin-bottom: 20px;
}
.phone-nav .list-menu .three h4 a {
  color: #444;
  font-size: 16px;
  font-weight: 600;
}
.banner {
  z-index: 0;
  position: relative;
}
.banner .slick-dots {
  bottom: 25px;
}
.banner .slick-dots li button {
  margin: 0 3px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
  background: url(../images/dian.png) no-repeat center center;
}
.banner .slick-dots li.slick-active button {
  background: url(../images/dian-h.png) no-repeat center center;
}
.banner .box {
  overflow: hidden;
  position: relative;
}
.banner .box img {
  -webkit-transition: all 1400ms ease;
  transition: all 1400ms ease;
}
.banner .box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.banner .txtbox {
  top: 50%;
  left: 0;
  margin-top: -150px;
  height: 180px;
  z-index: 999;
  width: 100%;
  text-align: center;
  position: absolute;
}
@media (max-width: 1440px) {
  .banner .txtbox {
    height: 160px;
    margin-top: -80px;
  }
}
.banner .txt-1 {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  line-height: 90px;
}
@media (max-width: 1440px) {
  .banner .txt-1 {
    font-size: 50px;
    line-height: 40px;
  }
}
.banner .txt-1 a {
  color: #ffffff;
}
.banner .txt-2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .banner .txt-2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.banner .txt-2 a {
  color: #ffffff;
}
.banner .txt-3 {
  color: #fff;
  font-size: 23px;
  font-family: arial;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }
  .banner .txtbox {
    height: 80px;
    margin-top: -40px;
  }
  .banner .txt-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .txt-2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
  .banner .txt-3 {
    display: none;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .banner .btn {
    display: none;
  }
}
.banner .slick-active .txt-1 {
  -webkit-animation: 1.5s fadeInUp ease;
  animation: 1.5s fadeInUp ease;
}
.banner .slick-active .txt-2 {
  -webkit-animation: 2s fadeInUp ease;
  animation: 2s fadeInUp ease;
}
.banner .slick-active .txt-3 {
  -webkit-animation: 2.5s fadeInUp ease;
  animation: 2.5s fadeInUp ease;
}
.footer {
  color: #fff;
  font-size: 13px;
  color: #737a79;
  line-height: 30px;
  padding: 60px 0 0 0;
  background: #1f2024;
}
.footer .container {
  position: relative;
}
.footer a {
  color: #b0b0b0;
  display: block;
}
.footer .copy a{display:inline;}
.footer a:hover {
  font-weight: bold;
  color: #a9b1b0;
}
.footer ul {
  position: relative;
  padding-bottom: 40px;
}
.footer li:first-child {
  width: 15%;
}
.footer li {
  float: left;
  width: 11%;
  padding-right: 20px;
}
.footer li h3 {
  font-size: 16px;
  font-weight: normal;
}
.footer li h3 a {
  color: #ffffff;
}
.footer .contact {
  width: 28%;
  color: #fff;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 0;
  font-size: 16px;
  border-left: solid 1px #36373a;
  border-right: solid 1px #36373a;
}
.footer .contact .tel,
.footer .contact .add {
  padding-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
.footer .contact .tel img,
.footer .contact .add img {
  top: 5px;
  left: 0;
  position: absolute;
}
.footer .contact .tel span,
.footer .contact .add span {
  font-size: 24px;
  font-family: "DIN";
}
.footer .weixin {
  float: right;
  text-align: right;
}
.footer .copy {
  color: #bfbfbf;
  margin-top: 20px;
  position: relative;
  padding: 10px 0;
  border-top: solid 1px #333541;
}
.footer .copy span {
  float: right;
}
@media (max-width: 1600px) {
  .footer li {
    width: 9.5%;
  }
  .footer .contact {
    width: 34%;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 0;
  }
  .footer ul {
    display: none;
  }
  .footer .copy {
    border-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .footer .copy {
    text-align: center;
  }
  .footer .copy span {
    display: block;
    float: none;
  }
}
.index-title {
  z-index: 9;
  height: 124px;
  color: #333;
  font-size: 22px;
  padding-top: 5px;
  position: relative;
  text-align: center;
}
.index-title img {
  margin-bottom: 20px;
}
.index-title .font16 {
  color: #666666;
}
@media (max-width: 1200px) {
  .index-title {
    height: auto;
  }
  .index-title .font16 {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-title {
    font-size: 20px;
  }
  .index-title img {
    margin-bottom: 10px;
    max-height: 30px;
  }
}
.index-pic {
  top: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
@media (max-width: 1200px) {
  .index-pic {
    display: none;
  }
}
.index-product {
  padding: 60px 0;
  background: #f8f8f8;
}
.index-product .container {
  position: relative;
}
.index-product ul {
  margin-top: 60px;
}
.index-product li {
  width: 25%;
  float: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 1px;
}
.index-product li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.index-product li .pic {
  overflow: hidden;
  position: relative;
}
.index-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 113%;
}
.index-product li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
  position: absolute;
  /*background: rgba(0,0,0,0.3)*/
}
.index-product li .txtbox {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 70px 20px;
  opacity: 0;
  text-align: center;
  position: absolute;
}
.index-product li .tit {
  font-size: 16px;
  height: 24px;
  overflow: hidden;
  margin-top: 40px;
  font-weight: 700;
}
.index-product li .txt {
  opacity: 0;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
}
.index-product li .more {
  opacity: 0;
  padding: 0 20px;
  display: inline-block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.index-product li .cirbox {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  margin-top: 100px;
  position: relative;
}
.index-product li .cirbox span {
  top: 50%;
  left: 50%;
  position: absolute;
  display: inline-block;
}
.index-product li .cir1 {
  border: 1px solid #fff;
  width: 76px;
  height: 76px;
  margin-top: -38px;
  margin-left: -38px;
  border-radius: 100%;
  -webkit-animation: touming 1s ease infinite;
  animation: touming 1s ease infinite;
}
.index-product li .cir2 {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-animation: touming 1.2s ease infinite;
  animation: touming 1.2s ease infinite;
}
.index-product li .cir3 {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-animation: touming 1.3s ease infinite;
  animation: touming 1.3s ease infinite;
}
@-webkit-keyframes touming {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
@keyframes touming {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
.index-product li:hover {
  z-index: 99;
  position: relative;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index-product li:hover .txtbox {
  opacity: 1;
}
.index-product li:hover .cirbox {
  margin-top: 50px;
}
.index-product li:hover .txt,
.index-product li:hover .more {
  opacity: 1;
}
.index-product li > .tit {
  font-weight: normal;
  text-align: center;
}
.index-product li:hover > .tit {
  opacity: 0;
}
.index-product li:hover .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  background: rgba(40, 97, 173, 0.9);
}
@media (max-width: 1700px) {
  .index-product li .cirbox {
    margin-top: 40px;
  }
  .index-product li .tit {
    margin-top: 30px;
  }
  .index-product li:hover .cirbox {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .index-product {
    padding: 30px 0;
  }
  .index-product ul {
    margin-top: 30px;
  }
}
@media (max-width: 1000px) {
  .index-product li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .index-product li {
    padding: 5px;
  }
  .index-product li .cirbox {
    display: none;
  }
  .index-product li .txtbox {
    padding: 0 15px;
  }
  .index-product li .txt,
  .index-product li .more {
    display: none;
  }
  .index-product li .tit {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
  }
  .index-product li:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .index-product li:hover .pic:before {
    background: rgba(0, 0, 0, 0.3);
  }
}
.index-video {
  padding: 60px 0;
  background: url(../images/video-bg.jpg) no-repeat bottom center;
}
.index-video .container {
  position: relative;
}
.index-video ul {
  margin: 0 -16px;
  margin-top: 60px;
}
.index-video li {
  padding: 0 16px;
  width: 33.333%;
  float: left;
}
.index-video li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-video li .ico {
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -40px;
  text-align: center;
  position: absolute;
}
.index-video li .ico img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index-video li .pic {
  overflow: hidden;
  border-bottom: solid 4px #2861ad;
  position: relative;
}
.index-video li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.index-video li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.index-video li .tit {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  margin-top: 30px;
}
.index-video li:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-video li:hover .ico img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (max-width: 1600px) {
  .index-video li .ico {
    margin-top: -60px;
  }
}
@media (max-width: 1200px) {
  .index-video {
    padding: 30px 0;
  }
  .index-video ul {
    margin: 30px 0 0 0;
  }
  .index-video li {
    padding: 0 10px;
  }
}
@media (max-width: 580px) {
  .index-video li {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .index-video li .tit {
    font-size: 16px;
    margin: 20px 0;
  }
}
.index-about {
  height: 750px;
  padding-top: 70px;
  background: url(../images/about-bg.jpg) no-repeat top center;
}
.index-about .container {
  position: relative;
}
.index-about .index-title {
  color: #ffffff;
}
.index-about .txtbox {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding-top: 35px;
  margin-top: 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.index-about .more {
  width: 160px;
  height: 46px;
  line-height: 44px;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 50px;
  border-radius: 5px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.index-about .more:hover {
  border-color: #ffffff;
}
.index-about ul {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
}
.index-about li {
  float: left;
  width: 166px;
  height: 191px;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-align: center;
  margin-left: 230px;
}
.index-about li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-about li .tit {
  bottom: 30px;
  left: 0;
  width: 100%;
  color: #fff;
  position: absolute;
}
.index-about li:first-child {
  margin-left: 0;
}
.index-about li:hover .tit {
  color: #333333;
}
.index-about .li01 {
  background: url(../images/index-13.png) no-repeat top center;
}
.index-about .li01:hover {
  background: url(../images/index-13-h.png) no-repeat top center;
}
.index-about .li02 {
  background: url(../images/index-14.png) no-repeat top center;
}
.index-about .li02:hover {
  background: url(../images/index-14-h.png) no-repeat top center;
}
.index-about .li03 {
  background: url(../images/index-15.png) no-repeat top center;
}
.index-about .li03:hover {
  background: url(../images/index-15-h.png) no-repeat top center;
}
@media (max-width: 1200px) {
  .index-about {
    padding: 30px;
    height: auto;
    text-align: center;
  }
  .index-about ul {
    width: 100%;
  }
  .index-about li {
    margin-left: 0;
    float: none;
    margin: 0 10px;
    display: inline-block;
  }
  .index-about .txtbox {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .index-about {
    padding: 30px 0;
    padding-bottom: 50px;
  }
  .index-about .more {
    margin-top: 30px;
    height: 40px;
    line-height: 38px;
  }
  .index-about .txtbox {
    margin-top: 20px;
  }
  .index-about ul {
    display: none;
  }
}
.index-news {
  padding: 60px 0;
  background: url(../images/video-bg.jpg) no-repeat bottom center;
}
.index-news .container {
  position: relative;
}
.index-news ul {
  margin-top: 60px;
}
.index-news li {
  width: 25%;
  float: left;
  border-left: solid 1px #eaeaea;
}
.index-news li a {
  display: block;
  padding: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: solid 3px #ffffff;
}
.index-news li time {
  color: #777;
  font-family: "DIN";
  font-size: 16px;
}
.index-news li .tit {
  color: #333;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
  margin: 25px 0 15px 0;
}
.index-news li .txt {
  line-height: 22px;
  height: 44px;
  color: #666;
  overflow: hidden;
}
.index-news li .pic {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.index-news li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.index-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 68.9999%;
}
.index-news li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index-news li:hover a {
  background: #f8f8f8;
  border-top: solid 3px #2861ad;
}
.index-news li:hover time,
.index-news li:hover .tit {
  color: #2861ad;
}
@media (max-width: 1200px) {
  .index-news {
    padding: 30px 0;
  }
  .index-news ul {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .index-news li {
    width: 50%;
  }
  .index-news li a {
    padding: 15px;
  }
  .index-news li .tit {
    margin: 10px 0;
  }
  .index-news li .pic {
    margin-top: 20px;
  }
}
@media (max-width: 390px) {
  .index-news li {
    width: 100%;
    border-left: 0;
  }
  .index-news li a {
    padding: 5px;
  }
  .index-news li:hover a {
    background: none;
    border-color: #ffffff;
  }
}
.index-number {
  height: 140px;
  padding-top: 45px;
  background: url(../images/index-bg.jpg) no-repeat top center;
}
.index-number li {
  width: 33.333%;
  float: left;
  color: #fff;
  font-size: 16px;
}
.index-number li span {
  font-size: 50px;
  line-height: 50px;
  font-family: "DIN";
}
@media (max-width: 1200px) {
  .index-number ul {
    padding: 0;
  }
  .index-number li {
    text-align: center;
  }
  .index-number li span {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .index-number {
    padding-top: 20px;
  }
  .index-number li {
    font-size: 14px;
    width: 100%;
  }
}
.inside-hezuo {
  padding-bottom: 100px;
  height: auto;
  padding-top: 70px;
  background: url(../images/map-bg.jpg) no-repeat top center;
}
.inside-hezuo .container {
  position: relative;
}
.inside-hezuo .scroll {
  background: #fff;
  padding: 60px 37px;
  position: relative;
  margin-top: -2px;
  -webkit-box-shadow: 0 0 10px #f8f8f8;
  box-shadow: 0 0 10px #f8f8f8;
}
@media (max-width: 640px) {
  .inside-hezuo .scroll {
    padding: 15px;
  }
}
.inside-hezuo .scroll:before {
  content: "";
  width: 1px;
  height: 90%;
  right: 37px;
  top: 0;
  z-index: 2;
  position: absolute;
  background: #ffffff;
}
@media (max-width: 640px) {
  .inside-hezuo .scroll:before {
    right: 15px;
  }
}
.inside-hezuo .scroll .items {
  width: 10%;
  float: left;
  margin-top: -1px;
  border-top: solid 1px #ececec;
  border-right: solid 1px #ececec;
  position: relative;
}
@media (max-width: 640px) {
  .inside-hezuo .scroll .items {
    width: 20%;
  }
}
.inside-hezuo .scroll .items .tubox {
  position: relative;
}
.inside-hezuo .scroll .items .tu {
  position: relative;
}
.inside-hezuo .scroll .items .tu:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-hezuo .scroll .items .tu img {
  opacity: .5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.inside-hezuo .scroll .items span {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  -webkit-box-shadow: 0 0 10px #bbb;
  box-shadow: 0 0 10px #bbb;
  position: absolute;
  border: solid 3px #2861ad;
}
.inside-hezuo .scroll .items:hover span {
  opacity: 1;
}
.inside-hezuo .scroll .items:hover .tu img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inside-hezuo .scroll .slick-prev,
.inside-hezuo .scroll .slick-next {
  border: 0;
  width: 37px;
  height: 37px;
  margin-top: -18px;
  border-radius: 100%;
}
@media (max-width: 640px) {
  .inside-hezuo .scroll .slick-prev,
  .inside-hezuo .scroll .slick-next {
    opacity: 0;
  }
}
.inside-hezuo .scroll .slick-prev {
  left: -70px;
  background: url(../images/hz-left.png) no-repeat center center #dcdcdc;
}
.inside-hezuo .scroll .slick-prev:hover {
  background-color: #2861ad;
}
.inside-hezuo .scroll .slick-next {
  right: -70px;
  background: url(../images/hz-right.png) no-repeat center center #dcdcdc;
}
.inside-hezuo .scroll .slick-next:hover {
  background-color: #2861ad;
}
@media (max-width: 1440px) {
  .inside-hezuo .scroll .slick-prev {
    left: 0;
  }
  .inside-hezuo .scroll .slick-next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .inside-hezuo {
    padding-top: 30px;
    height: auto;
  }
}
.inside-current {
  height: 52px;
  z-index: 9;
  margin-top: -52px;
  position: relative;
  background: #2861ad;
  background: rgba(40, 97, 173, 0.9);
}
.inside-current a {
  width: 15%;
  float: left;
  height: 52px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  overflow: hidden;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  border-top: solid 2px #2861ad;
}
.inside-current a:hover,
.inside-current .cur {
  color: #2861ad;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-top: solid 2px #2861ad;
}
@media (max-width: 1200px) {
  .inside-current {
    margin-top: 0;
    height: auto;
    overflow: hidden;
    background: #2861ad;
  }
  .inside-current a {
    padding: 0 5px;
    width: auto;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    margin-right: 2px;
  }
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .container-2 {
  position: relative;
}
.inside-banner .textbox {
  top: 50%;
  left: 0;
  color: #fff;
  height: 60px;
  z-index: 9;
  width: 100%;
  font-size: 18px;
  text-align: left;
  margin-top: -30px;
  position: absolute;
}
.inside-banner .textbox .item {
  position: relative;
  padding-left: 240px;
}
.inside-banner .textbox .item-2 {
  margin-left: 270px;
}
.inside-banner .textbox span {
  top: 0;
  left: 0;
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
  position: absolute;
}
.inside-banner .textbox span:after {
  content: "";
  width: 1px;
  height: 52px;
  vertical-align: top;
  margin-left: 15px;
  display: inline-block;
  background: #fff;
}
.inside-banner .textbox .font34 {
  font-size: 34px;
  line-height: 34px;
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .textbox {
    margin-top: -10px;
    text-align: center;
  }
  .inside-banner .textbox .item {
    padding-left: 0;
  }
  .inside-banner .textbox .item-2 {
    margin-left: 0;
  }
  .inside-banner .textbox span {
    top: auto;
    left: auto;
    font-size: 20px;
    line-height: 30px;
    position: relative;
  }
  .inside-banner .textbox span:after {
    display: none;
  }
  .inside-banner .textbox p {
    display: none;
  }
}
.inside-warp {
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/inside-bg.jpg) no-repeat top center;
}
@media (max-width: 1200px) {
  .inside-warp {
    padding: 30px 0;
  }
}
.inside-join .tit {
  text-align: center;
}
.inside-join .font24 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.inside-join .font16 {
  font-size: 16px;
  font-weight: bold;
}
.inside-join ul {
  padding: 0 100px;
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .inside-join ul {
    padding: 0 100px;
  }
}
.inside-join li {
  margin-top: 15px;
}
.inside-join li p {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.inside-join li label {
  width: 20%;
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
}
.inside-join li em {
  color: #f00;
  padding-right: 2px;
  display: inline-block;
}
.inside-join li input[type='text'],
.inside-join li textarea {
  width: 80%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  color: #666;
  font-family: "寰蒋闆呴粦";
  border: solid 1px #e5e5e5;
}
.inside-join li input[type='text']:focus,
.inside-join li textarea:focus {
  outline: solid 1px #2861ad;
  border-color: #2861ad;
}
.inside-join li textarea {
  resize: none;
  height: 130px;
}
.inside-join .itextarea label {
  width: 9.8%;
}
.inside-join .itextarea textarea {
  width: 90%;
}
.inside-join input[type='text'].code {
  width: 140px;
}
@media (max-width: 360px) {
  .inside-join input[type='text'].code {
    width: 100px;
  }
}
.inside-join .btn {
  background: #ddd;
  width: 130px;
  height: 43px;
  color: #333;
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 43px;
  border: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .inside-join .btn {
    width: 90px;
    height: 34px;
    line-height: 34px;
    margin-right: 5px;
  }
}
.inside-join .btn-blue {
  color: #fff;
  background: #2861ad;
}
@media (max-width: 1000px) {
  .inside-join ul {
    padding: 0;
  }
  .inside-join li {
    margin-top: 0;
  }
  .inside-join li label {
    width: 26%;
  }
  .inside-join li input[type='text'],
  .inside-join li textarea {
    width: 72%;
  }
  .inside-join li p {
    width: 100%;
    margin-top: 15px;
  }
  .inside-join .itextarea label {
    width: 24%;
  }
  .inside-join .itextarea textarea {
    width: 73%;
  }
  .inside-join .font24 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.inside-downland li {
  height: 75px;
  font-size: 16px;
  line-height: 75px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 100px;
  position: relative;
  background: url(../images/industrial-ico.png) no-repeat left 20px;
  border-bottom: solid 1px #e0e0e0;
}
.inside-downland li a {
  height: 75px;
  line-height: 75px;
  overflow: hidden;
  display: block;
}
.inside-downland li span {
  right: 0;
  top: 0;
  font-size: 14px;
  color: #bcbcbc;
  position: absolute;
}
.inside-downland li:hover {
  background: url(../images/industrial-ico-2.png) no-repeat left 20px;
}
.inside-downland li:hover a {
  color: #2861ad;
}
@media (max-width: 1000px) {
  .inside-downland li {
    height: 50px;
    font-size: 14px;
    line-height: 49px;
    background: none;
    padding-right: 0;
    padding-left: 0;
  }
  .inside-downland li a {
    height: 50px;
    line-height: 50px;
  }
  .inside-downland li span {
    display: none;
  }
  .inside-downland li:hover {
    background: none;
  }
}
.inside-page {
  font-size: 16px;
  margin-top: 50px;
  text-align: center;
}
.inside-page a {
  margin: 0 3px;
  display: inline-block;
}
.inside-page .num {
  border-radius: 100%;
  background: #f8f8f8;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-family: arial;
  border: solid 1px #eaeaea;
}
.inside-page .num:hover,
.inside-page .cpb {
  color: #fff;
  border-color: #2861ad;
  background: #2861ad;
}
.inside-job .box {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 60px;
  text-align: center;
}
.inside-job .box .font28 {
  font-size: 28px;
}
.inside-job .box ul {
  margin: 0 -13px;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .inside-job .box ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.inside-job .box li {
  width: 25%;
  float: left;
  padding: 0 13px;
}
.inside-job .box li .item {
  position: relative;
}
.inside-job .box li .txtbox {
  top: 50%;
  left: 0;
  height: 130px;
  margin-top: -65px;
  width: 100%;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-job .box li .txtbox .tit {
  color: #fff;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  position: relative;
}
.inside-job .box li .txtbox .tit:before {
  width: 30px;
  height: 1px;
  left: 50%;
  bottom: 0;
  content: "";
  margin-left: -15px;
  position: absolute;
  background: #ffffff;
}
.inside-job .box li .pic {
  overflow: hidden;
  position: relative;
}
.inside-job .box li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-job .box li .pic:after {
  content: "";
  display: block;
  padding-bottom: 117%;
}
.inside-job .box li .pic:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.inside-job .box li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.inside-job .box li:hover .txtbox {
  margin-top: -55px;
}
@media (max-width: 1000px) {
  .inside-job .box {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .inside-job .box .font28 {
    font-size: 16px;
  }
  .inside-job .box ul {
    display: none;
  }
}
.inside-job .leftbox {
  width: 25%;
  float: left;
}
.inside-job .leftbox .tit {
  color: #fff;
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  padding-left: 35px;
  background: #2861ad;
}
.inside-job .leftbox li {
  font-size: 16px;
  height: 80px;
  padding-left: 35px;
  line-height: 80px;
  background: #f4f4f4;
  position: relative;
  border-top: solid 1px #ffffff;
}
.inside-job .leftbox li:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 80px;
  opacity: 0;
  position: absolute;
  background: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-left: solid 6px #2861ad;
}
.inside-job .leftbox li span {
  z-index: 1;
  display: block;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  position: relative;
}
.inside-job .leftbox li:hover:before,
.inside-job .leftbox .cur:before {
  width: 100%;
  opacity: 1;
}
.inside-job .leftbox li:hover a,
.inside-job .leftbox .cur a {
  color: #666666;
}
@media (max-width: 1000px) {
  .inside-job .leftbox {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-job .leftbox .tit {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .inside-job .leftbox li {
    height: 44px;
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 44px;
  }
  .inside-job .leftbox li span {
    height: 44px;
    line-height: 44px;
  }
}
.inside-job .rightbox {
  width: 73%;
  float: right;
  font-size: 15px;
  min-height: 400px;
  background: #f4f4f4;
}
.inside-job .rightbox .item {
  padding: 60px;
}
.inside-job .rightbox .font20 {
  color: #333;
  font-size: 20px;
}
.inside-job .rightbox .font18 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 10px 0;
  font-family: "闁诲海鏁婚崑濠囧窗濞戞艾鍨濋柛婵嗗濞间即鏌ㄥ┑鍡╂Ш闁规灚鍔岃灃闁稿矉闄勭€氾拷";
}
.inside-job .rightbox .bt {
  padding-bottom: 30px;
  border-bottom: solid 1px #e6e6e6;
}
.inside-job .rightbox .yx {
  margin-top: 50px;
  padding-top: 20px;
  border-top: solid 1px #e6e6e6;
}
.inside-job .rightbox .yx a {
  color: #257ef2;
}
.inside-job .rightbox .yx a:hover {
  text-decoration: underline;
}
.inside-job .rightbox .line {
  font-size: 12px;
  color: #999;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .inside-job .rightbox {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .inside-job .rightbox .item {
    padding: 30px;
  }
  .inside-job .rightbox .font20 {
    font-size: 16px;
  }
  .inside-job .rightbox .font18 {
    font-size: 14px;
  }
}
.inside-news dl:first-child {
  border-top: 0;
}
.inside-news dl {
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  margin-top: 40px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.inside-news dl dt {
  float: left;
  width: 24%;
  overflow: hidden;
  position: relative;
}
.inside-news dl dt img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-news dl dt:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.inside-news dl dd {
  width: 76%;
  float: left;
  padding: 50px;
}
.inside-news dl .txtbox h2 {
  height: 24px;
  overflow: hidden;
  font-size: 20px;
}
.inside-news dl .txtbox h2 a {
  color: #000;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  display: block;
}
.inside-news dl .txtbox time {
  color: #b6b6b6;
  padding-top: 15px;
  font-size: 15px;
  font-family: arial;
  display: block;
}
.inside-news dl .txtbox .txt {
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
}
.inside-news dl .more {
  color: #fff;
  right: 0;
  bottom: 0;
  height: 36px;
  font-size: 12px;
  padding-left: 30px;
  line-height: 36px;
  font-family: arial;
  text-align: center;
  position: absolute;
  background: #939393;
}
.inside-news dl .more img {
  margin-left: 10px;
  margin-top: 13px;
}
.inside-news dl:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 0 0 30px #eeeeee;
}
.inside-news dl:hover dt img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.inside-news dl:hover dd .txtbox h2 a {
  color: #2861ad;
}
.inside-news dl:hover dd .more {
  background-color: #2861ad;
}
@media (max-width: 1000px) {
  .inside-news dl dt {
    width: 35%;
  }
  .inside-news dl dd {
    width: 65%;
    padding: 30px;
  }
  .inside-news dl .txtbox .more {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-news dl:first-child {
    margin-top: 0;
  }
  .inside-news dl {
    margin-top: 15px;
  }
  .inside-news dl dt {
    width: 40%;
  }
  .inside-news dl dd {
    width: 60%;
    padding: 10px 15px;
  }
  .inside-news dl .txtbox h2 {
    font-size: 16px;
  }
  .inside-news dl .txtbox time {
    padding-top: 0;
  }
  .inside-news dl .txtbox .txt {
    margin-top: 0;
  }
}
.inside-news-show .container-2 {
  position: relative;
}
.inside-news-show .container-2:before {
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 27%;
  position: absolute;
  background: #f8f8f8;
}
@media (max-width: 1280px) {
  .inside-news-show .container-2::before {
    content: "";
    right: 8%;
    top: 0;
    height: 100%;
    width: 22.7%;
    position: absolute;
    background: #f8f8f8;
  }
}
@media (max-width: 1000px) {
  .inside-news-show .container-2:before {
    display: none;
  }
}
.inside-news-show .leftbox {
  width: 70%;
  float: left;
  font-size: 15px;
}
.inside-news-show .leftbox h1 {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .inside-news-show .leftbox h1 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.inside-news-show .leftbox .info {
  vertical-align: top;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dcdcdc;
}
.inside-news-show .leftbox .info img {
  vertical-align: top;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .inside-news-show .leftbox .info {
    font-size: 12px;
  }
}
.inside-news-show .leftbox .share {
  margin-bottom: 30px;
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e7e7e7;
  overflow: hidden;
}
.inside-news-show .leftbox .share img {
  vertical-align: top;
  margin-top: -5px;
}
@media (max-width: 640px) {
  .inside-news-show .leftbox .share img {
    max-height: 25px;
  }
}
.inside-news-show .leftbox .fh {
  right: 0;
  top: 0;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  line-height: 35px;
  border-radius: 30px;
  position: absolute;
  background: #2861ad;
}
.inside-news-show .leftbox .fh img {
  margin: 10px 7px 0 0;
}
.inside-news-show .leftbox .fh:hover {
  background: #2c6bbe;
}
@media (max-width: 640px) {
  .inside-news-show .leftbox .fh {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .inside-news-show .leftbox {
    width: 100%;
  }
}
.inside-news-show .rightbox {
  width: 27%;
  float: right;
  z-index: 1;
  position: relative;
}
.inside-news-show .rightbox .tit {
  color: #fff;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding-left: 20px;
  background: #2861ad;
}
.inside-news-show .rightbox ul {
  padding: 0 24px;
}
.inside-news-show .rightbox li {
  padding-top: 24px;
  position: relative;
}
.inside-news-show .rightbox li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news-show .rightbox li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-news-show .rightbox li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.inside-news-show .rightbox li .bt {
  height: 24px;
  overflow: hidden;
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
}
.inside-news-show .rightbox li time {
  color: #999;
  font-family: arial;
}
.inside-news-show .rightbox li .txt {
  color: #666;
  height: 48px;
  overflow: hidden;
}
.inside-news-show .rightbox li:hover .bt {
  color: #2861ad;
}
.inside-news-show .rightbox li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 1000px) {
  .inside-news-show .rightbox {
    width: 100%;
    margin-top: 30px;
  }
  .inside-news-show .rightbox .tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .inside-news-show .rightbox ul {
    padding: 0;
    margin-top: 10px;
  }
  .inside-news-show .rightbox li {
    width: 50%;
    float: left;
    padding: 10px;
  }
  .inside-news-show .rightbox li .pic img {
    width: 100%;
  }
}
.inside-news-video .list-video ul {
  margin: 0 -12px;
  margin-top: -12px;
}
.inside-news-video .list-video li {
  float: left;
  width: 33.333%;
  padding: 12px;
}
.inside-news-video .list-video li .videobox {
  position: relative;
}
.inside-news-video .list-video li .ico {
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: -23px;
  margin-top: -23px;
  position: absolute;
}
.inside-news-video .list-video li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news-video .list-video li .pic img {
  -webkit-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
}
.inside-news-video .list-video li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.inside-news-video .list-video li .tit {
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #eee;
  box-shadow: 0 0 10px #eeeeee;
}
.inside-news-video .list-video li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.inside-news-video .list-video li:hover .pic:before {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .inside-news-video .list-video ul {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .inside-news-video .list-video li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-service .list {
  margin: 0 -10px;
}
@media (max-width: 1280px) {
  .inside-service .list {
    margin: 0;
  }
}
.inside-service .list li {
  padding: 0 10px;
  width: 25%;
  float: left;
  padding-bottom: 30px;
  position: relative;
}
.inside-service .list li span {
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  margin-top: -40px;
  margin-left: -5px;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-service .list li span img {
  max-height: 30px;
}
.inside-service .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-service .list li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-service .list li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  background: rgba(40, 97, 173, 0.3);
}
.inside-service .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.inside-service .list li .tit {
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 334ms ease-in;
  transition: all 334ms ease-in;
  -webkit-box-shadow: 0 0 10px #f3f3f3;
  box-shadow: 0 0 10px #f3f3f3;
}
.inside-service .list li:hover span {
  margin-top: -60px;
  opacity: 1;
}
.inside-service .list li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.inside-service .list li:hover .pic:before {
  opacity: 1;
}
.inside-service .list li:hover .tit {
  color: #fff;
  background: #2861ad;
}
.inside-service .list-2 {
  margin-top: 80px;
  padding: 70px 0;
  background: #f5f5f5;
}
.inside-service .list-2 span {
  color: #fff;
  font-size: 18px;
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  background: #2861ad;
}
.inside-service .list-2 span:before {
  content: "";
  left: 22px;
  bottom: -10px;
  position: absolute;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-top: solid 10px #2861ad;
}
.inside-service .list-2 .leftbox {
  width: 70%;
  float: left;
  padding-left: 20px;
  border-left: solid 1px #dcdcde;
}
.inside-service .list-2 .leftbox li {
  float: left;
  width: 33.333%;
  font-size: 16px;
  line-height: 30px;
}
.inside-service .list-2 .rightbox {
  width: 25%;
  float: right;
}
.inside-service .list-2 .rightbox li {
  width: 100%;
}
@media (max-width: 1200px) {
  .inside-service .list {
    margin: 0;
  }
  .inside-service .list-2 {
    padding: 30px 0;
    margin-top: 40px;
  }
  .inside-service .list-2 span {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .inside-service .list-2 .leftbox {
    width: 100%;
    padding: 0 10px;
    border-left: 0;
  }
  .inside-service .list-2 .leftbox li {
    width: 100%;
    font-size: 14px;
  }
  .inside-service .list-2 .rightbox {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .inside-service .list li {
    padding: 0 5px;
    width: 33.333%;
    padding-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .inside-service .list li {
    width: 50%;
  }
  .inside-service .list li .tit {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.inside-contact .list dt {
  width: 48%;
  float: left;
}
.inside-contact .list dd {
  width: 45%;
  float: right;
  padding-top: 20px;
  font-size: 16px;
  line-height: 32px;
}
.inside-contact .list dd p:first-child {
  font-size: 28px;
  font-weight: bold;
  color: #2861ad;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d7d7d7;
}
.inside-contact .list dd img {
  margin-top: 5px;
  margin-right: 5px;
}
.inside-contact .list .weixin {
  padding-top: 20px;
}
.inside-contact .list .weixin img {
  border-radius: 5px;
  border: solid 1px #2861ad;
}
@media (max-width: 767px) {
  .inside-contact .list dt {
    width: 100%;
    display: none;
    overflow: hidden;
  }
  .inside-contact .list dd {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 20px;
    padding-top: 0;
  }
  .inside-contact .list dd p:first-child {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inside-contact .list dd p {
    margin-top: 10px;
  }
  .inside-contact .list dd img {
    margin-top: 1px;
  }
}
.inside-contact .contmap {
  position: relative;
  z-index: 5;
  padding: 80px 0 0 0;
}
.inside-contact .contmap .amap {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.inside-contact .contmap .ditu {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  height: 450px;
}
.inside-contact .contmap .ditu #l-map {
  width: 100%;
  height: 100%;
}
.inside-contact .contmap .ditu #l-map2 {
  width: 100%;
  height: 100%;
}
.inside-contact .mapt {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.inside-contact .mapt span {
  font-size: 16px;
  width: 200px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border: solid 1px #dcdcdc;
}
.inside-contact .mapt .slick-current span {
  background: #0072ce;
  color: #fff;
  border: solid 1px #0072ce;
}
.inside-contact .contmap .slick-initialized .slick-slide {
  display: inline-block;
  text-align: center;
}
@media (max-width: 480px) {
  .inside-contact .contmap {
    padding-top: 40px;
  }
  .inside-contact .contmap .amap {
    height: 300px;
  }
  .inside-contact .contmap .ditu {
    height: 300px;
  }
  .inside-contact .mapt {
    width: 280px;
  }
  .inside-contact .mapt span {
    width: 140px;
  }
  .inside-contact .inside-contact .box-3 {
    margin-top: 30px;
  }
}
.inside-histry {
  position: relative;
}
.inside-histry .font26 {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.inside-histry .font22 {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .inside-histry .font26 {
    font-size: 20px;
    text-align: left;
  }
  .inside-histry .font22 {
    font-size: 14px;
    margin-top: 0;
    text-align: left;
  }
}
.inside-histry ul {
  height: 1130px;
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.inside-histry ul:before {
  content: "";
  width: 1px;
  left: 50%;
  top: 0;
  height: 100%;
  position: absolute;
  background: #cccccc;
}
@media (max-width: 1000px) {
  .inside-histry ul {
    height: 640px;
    margin-top: 10px;
  }
  .inside-histry ul:before {
    display: none;
  }
}
.inside-histry li {
  padding-top: 40px;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .inside-histry li {
    padding: 20px 0;
  }
}
.inside-histry li .year {
  font-size: 43px;
  line-height: 50px;
  width: 20%;
  padding-left: 30px;
  font-family: arial;
  display: inline-block;
  color: #2861ad;
  font-family: "DIN";
}
@media (max-width: 1000px) {
  .inside-histry li .year {
    float: none;
    padding-left: 0;
    font-size: 24px;
    width: 100%;
    line-height: 40px;
  }
}
.inside-histry li .text {
  float: right;
  width: 75%;
  font-size: 16px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}
.inside-histry li .text .t1 {
  margin-top: 10px;
  position: relative;
}
.inside-histry li .text .t1:before {
  top: 6px;
  left: -20px;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  border: solid 2px #95b1d6;
  background: #2861ad;
}
@media (max-width: 1000px) {
  .inside-histry li .text {
    width: 100%;
    float: none;
    font-size: 14px;
    padding-left: 0;
  }
  .inside-histry li .text .t1 {
    padding-left: 20px;
  }
  .inside-histry li .text .t1:before {
    left: 0;
  }
}
.inside-histry .li-1 {
  width: 65%;
  float: right;
}
@media (max-width: 1000px) {
  .inside-histry .li-1 {
    width: 100%;
    float: none;
  }
}
.inside-histry .li-1:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 20px;
  position: absolute;
  background: #cccccc;
}
@media (max-width: 1000px) {
  .inside-histry .li-1:after {
    left: 0;
  }
}
.inside-histry .li-2 {
  width: 65%;
}
@media (max-width: 1000px) {
  .inside-histry .li-2 {
    width: 100%;
    float: none;
  }
}
.inside-histry .li-2 .year {
  padding-left: 50px;
}
@media (max-width: 1000px) {
  .inside-histry .li-2 .year {
    padding-left: 0;
  }
}
.inside-histry .li-2 .text {
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1000px) {
  .inside-histry .li-2 .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-histry .li-2:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #bababa;
}
.inside-honor ul {
  padding: 0 103px;
}
.inside-honor li {
  width: 25%;
  float: left;
  padding: 0 12px;
  padding-bottom: 40px;
}
.inside-honor li .box {
  position: relative;
}
.inside-honor li .box .item {
  position: relative;
}
.inside-honor li .box .item .ico {
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  position: absolute;
}
.inside-honor li .box .item .ico img {
  max-height: 40px;
  vertical-align: middle;
}
.inside-honor li .box .pic {
  position: relative;
  -webkit-box-shadow: 0 10px 30px #ddd;
  box-shadow: 0 10px 30px #dddddd;
}
.inside-honor li .box .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 3;
  opacity: 0;
  background: rgba(40, 97, 173, 0.3);
}
.inside-honor li .box:hover .ico {
  opacity: 1;
}
.inside-honor li .box:hover .pic:before {
  opacity: 1;
}
@media (max-width: 1200px) {
  .inside-honor ul {
    padding: 0;
  }
  .inside-honor li {
    padding: 5px;
  }
}
@media (max-width: 420px) {
  .inside-honor li {
    width: 50%;
  }
}
.inside-about dt {
  width: 50%;
  float: left;
}
.inside-about dt img {
  -webkit-box-shadow: 0 0 10px #eee;
  box-shadow: 0 0 10px #eee;
  border: solid 5px #ffffff;
}
@media (max-width: 767px) {
  .inside-about dt {
    width: 100%;
  }
}
.inside-about dd {
  width: 50%;
  float: right;
  padding-top: 30px;
  line-height: 28px;
  font-size: 15px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .inside-about dd {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inside-about .font30 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
  color: #4e4e4e;
}
.inside-about .font30 span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .inside-about .font30 {
    font-size: 20px;
    line-height: 20px;
  }
}
.inside-about .number {
  padding: 20px 0 10px 0;
}
.inside-about .number i {
  color: #2861ad;
  font-size: 50px;
  line-height: 60px;
  font-family: "DIN";
}
.inside-about .number span {
  padding-left: 30px;
  display: inline-block;
}
.inside-about .number span:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .inside-about .number i {
    font-size: 20px;
    line-height: 24px;
  }
  .inside-about .number span {
    padding-left: 10px;
  }
}
.inside-about .cn {
  font-size: 50px;
  color: #f8f8f8;
  margin-top: -55px;
  position: relative;
  font-family: arial;
  line-height: 50px;
}
@media (max-width: 767px) {
  .inside-about .cn {
    font-size: 30px;
    line-height: 30px;
    margin-top: -35px;
  }
}
.inside-about .box-2 {
  margin-top: 80px;
  padding: 50px 0;
  background: url(../images/about-bg-2.jpg) no-repeat top center #fafafa;
}
.inside-about .box-2 li {
  float: left;
  padding-left: 60px;
  width: 33.3333%;
}
.inside-about .box-2 li .txtbox {
  height: 210px;
  overflow: hidden;
  padding-left: 10px;
  border-left: solid 1px #d8d8d8;
}
.inside-about .box-2 li .time {
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  padding-top: 10px;
  background: #2861ad;
}
.inside-about .box-2 li .time span {
  display: block;
}
.inside-about .box-2 li .time span:first-child {
  font-size: 20px;
  font-family: "DIN";
}
.inside-about .box-2 li .font20 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}
.inside-about .box-2 li p {
  padding-left: 10px;
  margin-bottom: 5px;
}
.inside-about .box-2 .list-2 {
  padding-left: 40px;
  border-top: solid 2px #d8d8d8;
}
.inside-about .box-2 .list-2 li .txtbox {
  padding-top: 30px;
}
@media (max-width: 1000px) {
  .inside-about .box-2 {
    margin-top: 30px;
    padding: 0 0;
  }
  .inside-about .box-2 li {
    width: 100%;
    padding: 15px;
    padding-left: 0;
    border-bottom: solid 1px #dddddd;
  }
  .inside-about .box-2 li .txtbox {
    height: auto;
    border: 0;
  }
  .inside-about .box-2 li .time {
    display: none;
  }
  .inside-about .box-2 li .font20 {
    font-size: 16px;
  }
  .inside-about .box-2 .list-2 {
    padding-left: 0;
    border-top: 0;
  }
  .inside-about .box-2 .list-2 li .txtbox {
    padding-top: 0;
  }
}
.inside-product .leftbox {
  width: 23.5%;
  float: left;
}
.inside-product .leftbox .title {
  color: #fff;
  height: 116px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 110px;
  background: url(../images/pro-tit.png) no-repeat top center;
}
.inside-product .leftbox ul {
  border: solid 1px #ececec;
  border-top: 0;
}
.inside-product .leftbox li {
  height: 90px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 90px;
  padding-left: 20px;
  position: relative;
}
.inside-product .leftbox li:before {
  content: "";
  right: -7px;
  top: -7px;
  opacity: 0;
  position: absolute;
  border-left: 10px solid #2861ad;
  border-top: solid 7px transparent;
}
.inside-product .leftbox li:after {
  top: 0;
  left: 0;
  width: 102%;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  background: #2861ad;
  background: -webkit-gradient(linear, left top, right top, from(#133d9f), to(#2989d0));
  background: linear-gradient(left, #133d9f, #2989d0);
}
.inside-product .leftbox li span {
  z-index: 9;
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  padding-right: 30px;
}
.inside-product .leftbox li span:before {
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px #a6a8b3;
  border-right: solid 1px #a6a8b3;
}
.inside-product .leftbox .cur a,
.inside-product .leftbox li:hover a {
  color: #ffffff;
}
.inside-product .leftbox .cur:after,
.inside-product .leftbox li:hover:after {
  opacity: 1;
}
.inside-product .leftbox .cur:before,
.inside-product .leftbox li:hover:before {
  opacity: 1;
}
.inside-product .leftbox .cur span:before,
.inside-product .leftbox li:hover span:before {
  border-color: #ffffff;
}
@media (max-width: 1000px) {
  .inside-product .leftbox {
    width: 100%;
    float: none;
    display: none;
  }
}
.inside-product .rightbox {
  width: 74%;
  float: right;
  font-size: 15px;
}
.inside-product .rightbox .current {
  height: 24px;
  overflow: hidden;
}
.inside-product .rightbox .tit {
  color: #333;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative;
  border-bottom: solid 1px #cccccc;
}
.inside-product .rightbox .tit:before {
  left: 0;
  top: 24px;
  content: "";
  width: 3px;
  height: 16px;
  position: absolute;
  background: #2861ad;
}
@media (max-width: 1000px) {
  .inside-product .rightbox .tit {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.inside-product .rightbox .tit-2 {
  color: #333;
  font-size: 20px;
  margin-top: 30px;
  line-height: 50px;
}
.inside-product .rightbox .tit-2 img {
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .inside-product .rightbox .tit-2 {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .inside-product .rightbox .tit-2 img {
    max-height: 25px;
  }
}
.inside-product .rightbox .list {
  margin: 0 -5px;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .inside-product .rightbox .list {
    margin-left: 0;
    margin-right: 0;
  }
}
.inside-product .rightbox .list li {
  width: 25%;
  float: left;
  padding: 0 5px;
}
.inside-product .rightbox .list li .txtbox {
  padding: 0 35px;
  padding-top: 40px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  background: #f1f1f1;
  position: relative;
}
.inside-product .rightbox .list li .ico img {
  border-radius: 100%;
  background: #2861ad;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: solid 1px #2861ad;
}
.inside-product .rightbox .list li .tt {
  color: #333;
  height: 24px;
  overflow: hidden;
  font-size: 18px;
  margin-top: 20px;
}
.inside-product .rightbox .list li .txt {
  height: 80px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
}
.inside-product .rightbox .list li .num {
  text-align: center;
  color: #d8d8d8;
  opacity: .2;
  font-size: 77px;
  line-height: 80px;
  font-family: "DIN";
}
.inside-product .rightbox .list li:hover .txtbox {
  color: #fff;
  background: #2861ad;
}
.inside-product .rightbox .list li:hover .txtbox .tt {
  color: #ffffff;
}
.inside-product .rightbox .list li:hover .ico img {
  background: none;
  border-color: #ffffff;
}
@media (max-width: 1200px) {
  .inside-product .rightbox .list {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .inside-product .rightbox .list li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .inside-product .rightbox .list li {
    width: 100%;
    padding: 0;
  }
}
.inside-product .rightbox .list-2 {
  margin-top: 15px;
  border: solid 1px #e1e1e1;
}
.inside-product .rightbox .list-2 li {
  overflow: hidden;
  position: relative;
  border-top: solid 1px #e1e1e1;
}
.inside-product .rightbox .list-2 li:before {
  top: 0;
  left: 0;
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  background: #e1e1e1;
}
.inside-product .rightbox .list-2 li span {
  padding: 14px;
  padding-left: 30px;
  float: left;
  width: 80%;
  z-index: 2;
  display: block;
  border-top: solid 1px #fff;
  position: relative;
}
.inside-product .rightbox .list-2 li span:first-child {
  width: 20%;
}
.inside-product .rightbox .list-2 li:first-child {
  border-top: 0;
}
.inside-product .rightbox .list-2 li:first-child span {
  border-top: 0;
}
@media (max-width: 640px) {
  .inside-product .rightbox .list-2 li:before {
    width: 40%;
  }
  .inside-product .rightbox .list-2 li span {
    width: 60%;
    padding-left: 10px;
  }
  .inside-product .rightbox .list-2 li span:first-child {
    width: 40%;
    padding-right: 0;
  }
}
.inside-product .rightbox .list-3 li {
  padding: 20px 0;
  border-bottom: solid 1px #cccccc;
}
.inside-product .rightbox .list-3 li .pic {
  width: 49%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-product .rightbox .list-3 li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-product .rightbox .list-3 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 72.5%;
}
.inside-product .rightbox .list-3 li .txtbox {
  width: 48%;
  float: right;
  padding: 30px;
  min-height: 336px;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.inside-product .rightbox .list-3 li .txtbox .tt {
  font-size: 24px;
  height: 70px;
  overflow: hidden;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}
.inside-product .rightbox .list-3 li .txtbox .tt:before {
  content: "";
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #2861ad;
}
.inside-product .rightbox .list-3 li .txtbox .txt {
  height: 72px;
  margin-top: 20px;
  overflow: hidden;
}
.inside-product .rightbox .list-3 li .txtbox .more {
  width: 130px;
  height: 40px;
  margin-top: 40px;
  line-height: 38px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #2861ad;
  border: solid 1px #2861ad;
}
@media (max-width: 580px) {
  .inside-product .rightbox .list-3 li .pic {
    width: 100%;
    float: none;
  }
  .inside-product .rightbox .list-3 li .pic img {
    width: 100%;
  }
  .inside-product .rightbox .list-3 li .txtbox {
    min-height: auto;
    padding: 15px;
    width: 100%;
    float: none;
  }
  .inside-product .rightbox .list-3 li .txtbox .tt {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .inside-product .rightbox .list-3 li .txtbox .more {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.inside-product .rightbox .list-3 li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.inside-product .rightbox .list-3 li:hover .txtbox {
  color: #fff;
  background: #2861ad;
}
.inside-product .rightbox .list-3 li:hover .txtbox .tt {
  color: #ffffff;
}
.inside-product .rightbox .list-3 li:hover .txtbox .tt:before {
  background-color: #ffffff;
}
.inside-product .rightbox .list-3 li:hover .txtbox .more {
  color: #2861ad;
  background: #fff;
  border-color: #ffffff;
}
.inside-product .rightbox .scroll {
  margin-top: 45px;
}
.inside-product .rightbox .scroll .bigimg {
  width: 70%;
  float: left;
  border: solid 1px #e4e4e4;
}
.inside-product .rightbox .scroll .bigimg .pic {
  display: block;
  position: relative;
}
.inside-product .rightbox .scroll .bigimg .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.inside-product .rightbox .scroll .smallimg {
  width: 20%;
  float: left;
  padding-left: 30px;
}
.inside-product .rightbox .scroll .smallimg .pic {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  border: solid 1px #e5e5e5;
  position: relative;
}
.inside-product .rightbox .scroll .smallimg .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.inside-product .rightbox .scroll .slick-current .pic {
  outline: solid 1px #2861ad;
  border-color: #2861ad;
}
@media (max-width: 640px) {
  .inside-product .rightbox .scroll .bigimg {
    width: 80%;
  }
  .inside-product .rightbox .scroll .smallimg {
    padding-left: 10px;
  }
}
.inside-product .rightbox .tit-3 {
  height: 40px;
  line-height: 38px;
  margin-top: 45px;
  color: #a0a0a0;
  font-family: arial;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-product .rightbox .tit-3 span {
  color: #fff;
  padding: 0 30px;
  font-weight: bold;
  margin-right: 20px;
  font-size: 16px;
  display: inline-block;
  background: #2861ad;
}
@media (max-width: 640px) {
  .inside-product .rightbox .tit-3 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .inside-product .rightbox .tit-3 span {
    padding: 0 15px;
    font-size: 15px;
  }
}
.inside-product .rightbox .pic-2 {
  padding: 30px 0;
  text-align: center;
  border: solid 1px #e1e1e1;
}
.inside-product .rightbox .list-4 li {
  float: left;
  width: 16.666%;
  padding: 20px;
  line-height: 22px;
  text-align: center;
}
.inside-product .rightbox .list-4 li span img {
  background: #f1f1f1;
  border-radius: 100%;
}
.inside-product .rightbox .list-4 li p {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .inside-product .rightbox .list-4 li {
    padding: 10px;
    width: 33.333%;
    font-size: 14px;
  }
  .inside-product .rightbox .list-4 li p {
    height: 66px;
    margin-top: 10px;
  }
  .inside-product .rightbox .list-4 li span img {
    max-height: 50px;
  }
}
.inside-product .rightbox .list-5 li {
  margin-top: 30px;
  position: relative;
}
.inside-product .rightbox .list-5 li span {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-product .rightbox .list-5 li span img {
  border-radius: 100%;
  background: #2861ad;
}
.inside-product .rightbox .list-5 li .txtbox {
  font-size: 15px;
  padding-left: 80px;
}
.inside-product .rightbox .list-5 li .txtbox p:first-child {
  color: #333;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .inside-product .rightbox .list-5 li span img {
    max-height: 40px;
  }
  .inside-product .rightbox .list-5 li .txtbox {
    padding-left: 60px;
  }
  .inside-product .rightbox .list-5 li .txtbox p:first-child {
    font-size: 16px;
    padding-top: 0;
  }
}
.inside-product .rightbox .list-6 li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: dashed 1px #e3e3e3;
}
.inside-product .rightbox .list-6 li a {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  display: block;
}
.inside-product .rightbox .list-6 li span {
  font-size: 14px;
  float: right;
  padding-left: 50px;
  display: inline-block;
  font-family: arial;
}
.inside-product .rightbox .list-6 li:hover {
  color: #2861ad;
}
.inside-product .rightbox .videobox {
  text-align: center;
  border-radius: 10px;
  padding: 12px;
  border: solid 1px #dddddd;
}
.inside-product .rightbox .list-7 {
  margin-top: 50px;
  border: solid 1px #e7e7e7;
}
.inside-product .rightbox .share {
  padding: 17px;
  position: relative;
  border-bottom: solid 1px #e7e7e7;
  overflow: hidden;
}
.inside-product .rightbox .share img {
  vertical-align: top;
  margin-top: -5px;
}
@media (max-width: 640px) {
  .inside-product .rightbox .share img {
    max-height: 20px;
    margin-top: 0;
  }
}
.inside-product .rightbox .fh {
  right: 20px;
  top: 12px;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  line-height: 35px;
  border-radius: 30px;
  position: absolute;
  background: #2861ad;
}
.inside-product .rightbox .fh img {
  margin: 10px 7px 0 0;
}
.inside-product .rightbox .fh:hover {
  background: #2c6bbe;
}
@media (max-width: 640px) {
  .inside-product .rightbox .fh {
    padding: 0 15px;
    height: 30px;
    font-size: 14px;
    right: 10px;
    line-height: 30px;
  }
  .inside-product .rightbox .fh img {
    margin-top: 8px;
  }
}
.inside-product .rightbox .inside-pagenews {
  padding: 15px;
  overflow: hidden;
}
.inside-product .rightbox .inside-pagenews li {
  height: 24px;
  width: 50%;
  float: left;
  padding-right: 15px;
  overflow: hidden;
}
.inside-product .rightbox .inside-pagenews li a {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .inside-product .rightbox {
    width: 100%;
    float: none;
  }
  .inside-product .rightbox .inside-pagenews li {
    width: 100%;
  }
  .inside-product .rightbox .inside-pagenews li a {
    width: 70%;
  }
}
.videoLayer {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  outline: solid 1px #f30;
  background: rgba(0, 0, 0, 0.7);
}
.videoPopup {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.videoBox {
  color: #fff;
  padding: 10px 0 10px 0;
  position: fixed;
  width: 80%;
  height: 90%;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.videoBox .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -66px;
  top: -7px;
}
.videoBox .close img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .videoBox .close {
    right: -50px;
  }
}
.videoBox.fadeIn {
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.videoBox .nr {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.footer-link {
  padding-left: 60px;
  position: relative;
}
.footer-link span {
  color: #fff;
  left: 0;
  top: 0;
  position: absolute;
}
.footer-link a {
  padding: 0 10px;
  display: inline-block;
}
#l-map img,
#l-map2 img {
  max-width: none;
}
.honor-title {
  border: 0;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 110px;
  margin-bottom: 50px;
  border-top: solid 1px #cccccc;
}
.honor-title-2 {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .honor-title {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .honor-title-2 {
    margin-top: 30px;
  }
}
.mfp-title {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  line-height: 24px;
  background: #2861ad;
  position: absolute;
  background: rgba(40, 97, 173, 0.9);
}
.productvideo video {
  max-height: 375px;
}
@media (max-width: 640px) {
  .productvideo video {
    max-height: 260px;
  }
}
@media (max-width: 420px) {
  .productvideo video {
    max-height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .mfp-title {
    position: static;
  }
}
@media (max-width: 640px) {
  .index-product li .tit-2 {
    display: none!important;
  }
  .index-product li .txtbox {
    opacity: 1;
  }
  .index-product li:hover .pic:before {
    display: none;
  }
}
.header {
  position: relative;
}
.subproNav {
  width: 100%;
  padding-top: 32px;
  height: 0;
  display: block;
  z-index: 20;
  text-align: center;
  position: absolute;
  left: 0;
  top: 90px;
  overflow: hidden;
  -webkit-transition: height .3s .1s;
  -o-transition: height .3s .1s;
  -moz-transition: height .3s .1s;
  transition: height .3s .1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.stairNav {
  display: inline-block;
  float: left;
  padding-left: 90px;
}
.header2 .stairNav li a {
  color: #000;
}
.stairNav li .aNow em {
  display: block;
}
.header .shielding {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.header .shieldingb {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10;
  background: #f8f8f8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.header .stairNav .sNavA > a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #26c6ff;
  position: absolute;
  bottom: 33px;
  left: 0%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.header.cur .stairNav .sNavA > a:after {
  background-color: #ffffff;
}
.header .stairNav .sNavA > a:before {
  content: "";
  border-bottom: 0px solid #f8f8f8;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.header .stairNav .sNavA .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  float: left;
  line-height: 32px;
}
.subNavbox {
  float: left;
}
.header .stairNav .sNavA .top a {
  color: #2861ad;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  height: 40px;
}
.subproNav li.subnavl {
  padding-top: 0;
  padding: 0;
  width: auto;
  margin: 0 30px;
}
.subproNav {
  width: 100%;
  padding-top: 32px;
  height: 0;
  display: none;
  z-index: 20;
  text-align: center;
  position: absolute;
  left: 0;
  top: 90px;
  overflow: hidden;
  -webkit-transition: height .3s .1s;
  -o-transition: height .3s .1s;
  -moz-transition: height .3s .1s;
  transition: height .3s .1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.subproNav li {
  float: none;
  padding-top: 30px;
  width: 190px;
  height: 300px;
  text-align: center;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -o-transform: translateX(70px);
  transform: translateX(70px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.subproNav li a {
  display: block;
  height: 200px;
}
.subproNav li .img {
  opacity: 0.4;
}
.subproNav li span {
  display: block;
  color: #bababa;
  font-size: 14px;
  line-height: 60px;
}
.subproNav li:hover span {
  color: #000;
}
.subproNav li:hover .img {
  opacity: 1;
}
.header .stairNav .sNavA .box {
  margin-top: 18px;
}
.header .stairNav .sNavA .box .list {
  margin-bottom: 12px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  height: auto;
  text-align: left;
}
.header .stairNav .sNavA .box .list:hover {
  color: #2861ad;
}
.header.active .stairNav li:hover > a {
  color: #2861ad;
}
.header.active.cur .stairNav li:hover > a {
  color: #fff;
}
.header.active .shielding {
  height: 330px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.header.active .shieldingb {
  height: 334px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.header.active .stairNav .sNavA a:before {
  border-bottom: 9px solid #f8f8f8;
}
.header .nav .stairNav > li:hover .subproNav {
  display: inline-block;
}
.header .nav .stairNav > li:hover .subproNav li {
  -webkit-animation: detailsNavList 1s 0.3s forwards;
  -moz-animation: detailsNavList 1s 0.3s forwards;
  -o-animation: detailsNavList 1s 0.3s forwards;
  animation: detailsNavList 1s 0.3s forwards;
}
.header .nav .stairNav > li:hover .subproNav li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.header .nav .stairNav > li:hover .subproNav li:nth-of-type(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
.header .nav .stairNav > li:hover .subproNav li:nth-of-type(4) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}
.header .nav .stairNav > li:hover .subproNav li:nth-of-type(5) {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .7s;
}
.header .nav .stairNav > li:hover .subproNav li:nth-of-type(6) {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s;
}
.header .nav .stairNav .sNavA:hover .subproNav {
  height: 330px;
  display: inline-block;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@-webkit-keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-moz-keyframes detailsNavList {
  0% {
    opacity: 0;
    -moz-transform: translateX(70px);
    transform: translateX(70px);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-o-keyframes detailsNavList {
  0% {
    opacity: 0;
    -o-transform: translateX(70px);
    transform: translateX(70px);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
@keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.inside-xz-menu {
  overflow: hidden;
  height: 130px;
  text-align: center;
}
.inside-xz-menu li {
  width: 28%;
  height: 130px;
  padding-top: 25px;
  transition: all 700ms ease;
  border-bottom: solid 3px #fff;
  display: inline-block;
  position: relative;
}
.inside-xz-menu li a {
  display: block;
}
.inside-xz-menu li .icobox {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
}
.inside-xz-menu li .icobox span {
  display: block;
}
.inside-xz-menu li .ico-h {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
.inside-xz-menu li .tit {
  margin-top: 10px;
  font-size: 18px;
}
.inside-xz-menu li:hover,
.inside-xz-menu .cur {
  background: #f8f8f8;
  border-bottom: solid 3px #2861ad;
}
.inside-xz-menu li:hover .tit,
.inside-xz-menu .cur .tit {
  color: #2861ad;
}
.inside-xz-menu li:hover .ico,
.inside-xz-menu .cur .ico {
  display: none;
}
.inside-xz-menu li:hover .ico-h,
.inside-xz-menu .cur .ico-h {
  opacity: 1;
}
.inside-xz-menu li:hover:after,
.inside-xz-menu .cur:after {
  opacity: 1;
}
.inside-xz-menu li:first-child {
  border-left: none;
}
@media (max-width: 640px) {
  .inside-xz-menu {
    height: 100px;
  }
  .inside-xz-menu li {
    width: 50%;
    float: left;
    display: block;
    height: 100px;
    padding-top: 20px;
  }
  .inside-xz-menu li:after {
    height: 2px;
  }
  .inside-xz-menu li .icobox {
    height: 35px;
  }
  .inside-xz-menu li .icobox img {
    max-height: 35px;
  }
  .inside-xz-menu li .tit {
    font-size: 16px;
  }
}
.inside-xz-menu-4 li {
  width: 24%;
  border-left: 0;
}
@media (max-width: 480px) {
  .inside-xz-menu-4 {
    height: auto;
    padding-bottom: 5px;
  }
  .inside-xz-menu-4 li {
    padding-top: 10px;
    width: 50%;
  }
  .inside-xz-menu-4 li:after {
    width: 100%;
    left: 0;
    margin-left: auto;
  }
}
.inside-xz-menu-5 li {
  width: 19%;
  border-left: 0;
}
@media (max-width: 480px) {
  .inside-xz-menu-5 {
    height: auto;
    padding-bottom: 5px;
  }
  .inside-xz-menu-5 li {
    padding-top: 10px;
    width: 33.33%;
  }
  .inside-xz-menu-5 li:after {
    width: 100%;
    left: 0;
    margin-left: auto;
  }
}
.inside-xz-product {
  padding: 100px 0  120px 0;
  min-height: 300px;
  overflow: hidden;
  background: url(../images/xz-pro-bg.jpg) repeat-x top center;
}
.inside-xz-product ul {
  margin: 0 -18px;
}
.inside-xz-product li {
  width: 25%;
  float: left;
  margin-top: 36px;
  padding: 0 15px;
  text-align: center;
}
.inside-xz-product li .pic {
  border-radius: 30px;
  position: relative;
}
.inside-xz-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 119.5%;
}
.inside-xz-product li .pic img {
  border-radius: 30px;
  transition: all 700ms ease;
}
.inside-xz-product li .tit {
  font-size: 20px;
  height: 41px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 25px;
  position: relative;
}
.inside-xz-product li .tit span {
  display: inline-block;
  position: relative;
}
.inside-xz-product li .tit span:after {
  content: "";
  left: 0%;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background: #2861ad;
  position: absolute;
  transition: all 500ms ease;
}
.inside-xz-product li .more {
  width: 107px;
  height: 35px;
  line-height: 33px;
  margin-top: 22px;
  display: inline-block;
  border-radius: 30px;
  border: solid 1px #cbcbcb;
}
.inside-xz-product li:hover .pic img {
  transform: scale(1.1);
}
.inside-xz-product li:hover .pic:before {
  opacity: 1;
}
.inside-xz-product li:hover .tit {
  color: #2861ad;
}
.inside-xz-product li:hover .tit span:after {
  width: 100%;
  opacity: 1;
}
.inside-xz-product li:hover .more {
  color: #fff;
  background: #2861ad;
  border-color: #2861ad;
  transition: all 700ms ease-in-out;
}
.inside-xz-product .item {
  text-align: center;
  font-size: 18px;
  line-height: 44px;
}
.inside-xz-product .item .tu {
  margin-top: 70px;
}
@media (max-width: 1280px) {
  .inside-xz-product ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-xz-product .item {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    text-align: justify;
  }
  .inside-xz-product .item .tu {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-xz-product {
    padding: 30px 0 60px 0;
  }
  .inside-xz-product li {
    width: 100%;
  }
}
.inside-xz-product-2 ul {
  margin: 0 -60px;
}
.inside-xz-product-2 li {
  width: 33.33333%;
  padding: 0 30px;
}
.inside-xz-product-2 li .pic:after {
  padding-bottom: 83%;
}
.inside-xz-product-2 li .pic img {
  border-radius: 30px;
  transition: all 700ms ease;
}
@media (max-width: 1280px) {
  .inside-xz-product-2 ul {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .inside-xz-product-2 {
    padding: 30px 0 60px 0;
  }
  .inside-xz-product-2 li {
    width: 100%;
    padding: 0 15px;
  }
}
.inside-xz-product-3 {
  padding-top: 60px;
}
.inside-xz-product-3 ul {
  margin: 0 -12px;
}
.inside-xz-product-3 li {
  margin-top: 40px;
  width: 33.333%;
  padding: 0 12px;
  text-align: left;
}
.inside-xz-product-3 li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 700ms ease;
}
.inside-xz-product-3 li .tu {
  overflow: hidden;
  position: relative;
}
.inside-xz-product-3 li .tu:after {
  content: "";
  display: block;
  padding-bottom: 72.4%;
}
.inside-xz-product-3 li .tu img {
  transition: all 700ms ease;
}
.inside-xz-product-3 li .txtbox {
  padding: 24px;
  padding-top: 15px;
  background: #f4f4f4;
  transition: all 700ms ease;
}
.inside-xz-product-3 li .bt {
  text-align: left;
  height: 60px;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  line-height: 60px;
  overflow: hidden;
}
.inside-xz-product-3 li .bt:after {
  content: "";
  width: 37px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #0061ad;
  position: absolute;
}
.inside-xz-product-3 li .txt {
  color: #666;
  line-height: 26px;
  font-size: 16px;
  height: 78px;
  margin-top: 30px;
  overflow: hidden;
}
.inside-xz-product-3 li .more {
  color: #fff;
  text-align: center;
  background: #2861ad;
  border-color: #2861ad;
}
.inside-xz-product-3 li:hover a {
  box-shadow: 0 0 15px rgba(40, 97, 173, 0.1);
}
.inside-xz-product-3 li:hover .tu img {
  transform: scale(1.1);
}
.inside-xz-product-3 li:hover .txtbox {
  background: #2861ad;
}
.inside-xz-product-3 li:hover .bt {
  color: #fff;
}
.inside-xz-product-3 li:hover .bt:after {
  background: #fff;
}
.inside-xz-product-3 li:hover .txt {
  color: #fff;
}
.inside-xz-product-3 li:hover .more {
  color: #666;
  background: #fff;
  border-color: #fff;
}
@media (max-width: 1280px) {
  .inside-xz-product-3 ul {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .inside-xz-product-3 {
    padding: 30px 0;
  }
  .inside-xz-product-3 li {
    width: 50%;
    padding: 10px;
    margin-top: 0;
  }
  .inside-xz-product-3 li .bt {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-xz-product-3 li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-xz-product-4 {
  padding: 140px 0;
  min-height: 300px;
  background: url(../images/xz-pro-bg.jpg) repeat-x top center;
}
.inside-xz-product-4 li {
  width: 25%;
  float: left;
  text-align: center;
}
.inside-xz-product-4 li .iconbox {
  position: relative;
  width: 159px;
  height: 159px;
  padding-top: 42px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  background: url(../images/xz-yq.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.inside-xz-product-4 li .iconbox span {
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
}
.inside-xz-product-4 li .ico-h {
  top: 42px;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
}
.inside-xz-product-4 li .tit,
.inside-xz-product-4 li .txt {
  padding: 0 40px;
}
.inside-xz-product-4 li .tit {
  font-size: 22px;
  color: #333;
  margin-top: 40px;
  font-weight: 600;
}
.inside-xz-product-4 li .txt {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}
.inside-xz-product-4 li:hover .iconbox {
  background: #2a65b3;
}
.inside-xz-product-4 li:hover .ico {
  opacity: 0;
}
.inside-xz-product-4 li:hover .ico-h {
  opacity: 1;
}
@media (max-width: 1000px) {
  .inside-xz-product-4 {
    padding: 20px 0 50px 0;
  }
  .inside-xz-product-4 li .iconbox {
    width: 90px;
    height: 90px;
    padding-top: 10px;
  }
  .inside-xz-product-4 li .ico-h {
    top: 10px;
  }
  .inside-xz-product-4 li .tit,
  .inside-xz-product-4 li .txt {
    padding: 0 15px;
  }
  .inside-xz-product-4 li .tit {
    margin-top: 15px;
    font-size: 16px;
  }
  .inside-xz-product-4 li .txt {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .inside-xz-product-4 li {
    width: 50%;
    margin-top: 30px;
  }
}
.inside-xz-product-5 {
  padding: 130px 0 160px 0;
  min-height: 300px;
  background: url(../images/xz-pro-bg.jpg) repeat-x top center;
}
.inside-xz-product-5 li {
  width: 50%;
  float: left;
  padding-left: 13%;
  position: relative;
}
.inside-xz-product-5 li .iconbox {
  top: 0;
  left: 0;
  position: absolute;
  width: 134px;
  height: 134px;
  padding-top: 30px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  background: url(../images/xz-yq-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.inside-xz-product-5 li .iconbox span {
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
}
.inside-xz-product-5 li .tit {
  font-size: 22px;
  color: #333;
  margin-top: 15px;
  font-weight: 600;
}
.inside-xz-product-5 li .txt {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}
.inside-xz-product-5 li:first-child {
  padding-right: 130px;
}
@media (max-width: 1000px) {
  .inside-xz-product-5 {
    padding: 50px 10px 80px 10px;
  }
  .inside-xz-product-5 li {
    width: 100%;
    float: none;
    min-height: 90px;
    padding-left: 110px;
    margin-top: 40px;
  }
  .inside-xz-product-5 li .iconbox {
    width: 90px;
    height: 90px;
    padding-top: 10px;
  }
  .inside-xz-product-5 li .tit {
    margin-top: 20px;
    font-size: 16px;
  }
  .inside-xz-product-5 li .txt {
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
  }
  .inside-xz-product-5 li:first-child {
    padding-right: 0;
  }
}

.inside-xz-product-show {
  padding-top: 90px;
  background: url(../images/xz-pro-bg.jpg) repeat-x top center;
}

.inside-xz-product-show .prolistshow {
    display:none;
}

.inside-xz-product-show .prolistshow:first-child {
    display:block;
}
.inside-xz-product-show .title {
  font-size: 32px;
  color: #333333;
  text-align: center;
  line-height: 42px;
  margin-bottom: 50px;
  font-weight: 600;
}
.inside-xz-product-show .fh {
  float: right;
  margin-top: 60px;
  color: #fff;
  height: 35px;
  padding: 0 25px;
  line-height: 35px;
  border-radius: 30px;
  background: #2861ad;
  display: inline-block;
}
.inside-xz-product-show .fh img {
  margin-top: 12px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .inside-xz-product-show {
    padding-top: 40px;
  }
  .inside-xz-product-show .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.inside-xz-product-show .box-1 .left-box {
  width: 55%;
  float: left;
}
.inside-xz-product-show .box-1 .bigimg {
  padding: 20px;
  border: solid 1px #e2e2e2;
}
.inside-xz-product-show .box-1 .bigimg span {
  display: block;
  position: relative;
}
.inside-xz-product-show .box-1 .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 71%;
}
.inside-xz-product-show .box-1 .smallimg {
  margin-top: 15px;
}
.inside-xz-product-show .box-1 .smallimg span {
  margin: 0 5px;
  display: block;
  cursor: pointer;
  border: solid 1px #e5e5e5;
  position: relative;
}
.inside-xz-product-show .box-1 .smallimg span img {
  padding: 1px;
}
.inside-xz-product-show .box-1 .smallimg span:after {
  content: "";
  display: block;
  padding-bottom: 71%;
}
.inside-xz-product-show .box-1 .smallimg .slick-current span {
  border-color: #276fbf;
  border-width: 2px;
}
.inside-xz-product-show .box-1 .smallimg .slick-current span img {
  padding: 0;
}
.inside-xz-product-show .box-1 .right-box {
  width: 45%;
  float: right;
  padding-left: 45px;
  padding-top: 60px;
}
.inside-xz-product-show .box-1 .right-box h1 {
  font-size: 32px;
  line-height: 42px;
  color: #333;
  margin-bottom: 20px;
}
.inside-xz-product-show .box-1 .right-box p {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  line-height: 26px;
  margin-top: 10px;
}
.inside-xz-product-show .box-1 .right-box p:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background: #276fbf;
  border-radius: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .inside-xz-product-show .box-1 .left-box {
    width: 100%;
    float: none;
  }
  .inside-xz-product-show .box-1 .right-box {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 30px;
  }
  .inside-xz-product-show .box-1 .right-box h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.inside-xz-product-show .box-2 {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .inside-xz-product-show .box-2 {
    padding: 40px 0;
  }
}
.inside-xz-product-show .box-3 {
  padding: 70px 0 100px 0;
  background: #f4f4f4;
}
@media (max-width: 480px) {
  .inside-xz-product-show .box-3 {
    padding: 40px 0;
  }
}
.inside-xz-product-show .box-4 {
  padding: 100px 0;
}
.inside-xz-product-show .box-4 ul {
  margin: 0 -12px;
}
.inside-xz-product-show .box-4 li {
  width: 25%;
  float: left;
  padding: 0 12px;
  transition: all 500ms ease;
}
.inside-xz-product-show .box-4 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  height: 370px;
  background: #f6f6f6;
  position: relative;
}
.inside-xz-product-show .box-4 li a:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  background: #2861ad;
  background: linear-gradient(to right, #699fe8, #4e85cf, #366eb9);
}
.inside-xz-product-show .box-4 li time {
  font-size: 16px;
  font-family: "DIN-Medium";
}
.inside-xz-product-show .box-4 li .tit {
  overflow: hidden;
  height: 48px;
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
  color: #333333;
}
.inside-xz-product-show .box-4 li .txt {
  height: 96px;
  color: #666;
  overflow: hidden;
  margin-top: 30px;
}
.inside-xz-product-show .box-4 li .more {
  width: 107px;
  height: 35px;
  right: 25px;
  bottom: 30px;
  color: #666;
  border-radius: 30px;
  text-align: center;
  line-height: 33px;
  position: absolute;
  transition: all 500ms ease;
  border: solid 1px #cbcbcb;
  background: url(../images/news-arrow-2.png) no-repeat center right 10px;
}
.inside-xz-product-show .box-4 li:hover {
  transform: translateY(-10px);
}
.inside-xz-product-show .box-4 li:hover a {
  background: #ffffff;
  box-shadow: 5px 5px 3px #f6f6f6;
}
.inside-xz-product-show .box-4 li:hover a:before {
  opacity: 1;
}
.inside-xz-product-show .box-4 li:hover .more {
  color: #fff;
  border-color: #2861ad;
  background: url(../images/news-arrow-3.png) no-repeat center right 10px #2861ad;
}
@media (max-width: 767px) {
  .inside-xz-product-show .box-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-xz-product-show .box-4 ul {
    margin: 0;
  }
  .inside-xz-product-show .box-4 li:first-child {
    margin-top: 0;
  }
  .inside-xz-product-show .box-4 li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .inside-xz-product-show .box-4 li a {
    height: 270px;
  }
  .inside-xz-product-show .box-4 li a:before {
    height: 4px;
  }
  .inside-xz-product-show .box-4 li .txt {
    height: 48px;
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .inside-xz-product-show .inside-message {
    padding-bottom: 20px;
  }
}
.inside-xz-product-show .inside-message form ul {
  margin: 0 -10px;
}
.inside-xz-product-show .inside-message form ul li {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}
.inside-xz-product-show .inside-message form ul li span {
  right: 10px;
  top: -10px;
  font-size: 12px;
  background: #fff;
  position: absolute;
  border-radius: 3px;
  padding: 0 5px 0 10px;
  border: solid 1px #f30;
}
.inside-xz-product-show .inside-message form ul li input,
.inside-xz-product-show .inside-message form ul li select,
.inside-xz-product-show .inside-message form ul li textarea {
  height: 54px;
  width: 100%;
  border-bottom: solid 2px #fafafa;
  border: 1px solid #e9e9e9;
  padding: 0 37px;
  color: #666;
  font-family: "Noto Sans CJK SC Light", "Source Han Sans CN Light", "Microsoft YaHei", "arial";
  background: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.inside-xz-product-show .inside-message form ul li input::-webkit-input-placeholder,
.inside-xz-product-show .inside-message form ul li select::-webkit-input-placeholder,
.inside-xz-product-show .inside-message form ul li textarea::-webkit-input-placeholder {
  color: #666;
}
.inside-xz-product-show .inside-message form ul li input:-moz-placeholder,
.inside-xz-product-show .inside-message form ul li select:-moz-placeholder,
.inside-xz-product-show .inside-message form ul li textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.inside-xz-product-show .inside-message form ul li input::-moz-placeholder,
.inside-xz-product-show .inside-message form ul li select::-moz-placeholder,
.inside-xz-product-show .inside-message form ul li textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.inside-xz-product-show .inside-message form ul li input:-ms-input-placeholder,
.inside-xz-product-show .inside-message form ul li select:-ms-input-placeholder,
.inside-xz-product-show .inside-message form ul li textarea:-ms-input-placeholder {
  color: #666;
}
.inside-xz-product-show .inside-message form ul li input:focus,
.inside-xz-product-show .inside-message form ul li select:focus,
.inside-xz-product-show .inside-message form ul li textarea:focus {
  color: #fff;
  background-color: #2861ad;
  border: 1px solid #2861ad;
}
.inside-xz-product-show .inside-message form ul li input:focus::-webkit-input-placeholder,
.inside-xz-product-show .inside-message form ul li select:focus::-webkit-input-placeholder,
.inside-xz-product-show .inside-message form ul li textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
.inside-xz-product-show .inside-message form ul li input:focus:-moz-placeholder,
.inside-xz-product-show .inside-message form ul li select:focus:-moz-placeholder,
.inside-xz-product-show .inside-message form ul li textarea:focus:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.inside-xz-product-show .inside-message form ul li input:focus::-moz-placeholder,
.inside-xz-product-show .inside-message form ul li select:focus::-moz-placeholder,
.inside-xz-product-show .inside-message form ul li textarea:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.inside-xz-product-show .inside-message form ul li input:focus:-ms-input-placeholder,
.inside-xz-product-show .inside-message form ul li select:focus:-ms-input-placeholder,
.inside-xz-product-show .inside-message form ul li textarea:focus:-ms-input-placeholder {
  color: #fff;
}
.inside-xz-product-show .inside-message form ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.inside-xz-product-show .inside-message form ul li textarea {
  height: 220px;
  resize: none;
  overflow: hidden;
  padding-top: 18px;
}
.inside-xz-product-show .inside-message form ul li .m1 {
  background: #ffffff url(../images/m1.png) no-repeat 10px 16px;
}
.inside-xz-product-show .inside-message form ul li .m1:hover {
  background: #2861ad url(../images/m1-h.png) no-repeat 10px 16px;
}
.inside-xz-product-show .inside-message form ul li .m2 {
  background: #ffffff url(../images/m2.png) no-repeat 10px 17px;
}
.inside-xz-product-show .inside-message form ul li .m2:hover {
  background: #2861ad url(../images/m2-h.png) no-repeat 10px 17px;
}
.inside-xz-product-show .inside-message form ul li .m3 {
  background: #ffffff url(../images/m3.png) no-repeat 10px 17px;
}
.inside-xz-product-show .inside-message form ul li .m3:hover {
  background: #2861ad url(../images/m3-h.png) no-repeat 10px 17px;
}
.inside-xz-product-show .inside-message form ul li .m4 {
  background: #ffffff url(../images/m4.png) no-repeat 10px 20px;
}
.inside-xz-product-show .inside-message form ul li .m4:hover {
  background: #2861ad url(../images/m4-h.png) no-repeat 10px 20px;
}
.inside-xz-product-show .inside-message form ul li .m5 {
  background: #ffffff url(../images/m5.png) no-repeat 10px 19px;
}
.inside-xz-product-show .inside-message form ul li .m5:hover {
  background: #2861ad url(../images/m5-h.png) no-repeat 10px 19px;
}
.inside-xz-product-show .inside-message form ul .select {
  width: 100%;
}
.inside-xz-product-show .inside-message form ul .submit {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.inside-xz-product-show .inside-message form ul .submit input {
  width: 180px;
  color: #999;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.inside-xz-product-show .inside-message form ul .submit a {
  border: 1px solid #ececec;
  border-left: 0;
  display: inline-block;
  vertical-align: top;
  height: 54px;
}
.inside-xz-product-show .inside-message form ul .submit a img {
  display: block;
}
.inside-xz-product-show .inside-message form ul .submit .btn {
  height: 52px;
  background-color: #2861ad;
  border-color: #2861ad;
  color: #fff;
  margin-left: 12px;
  cursor: pointer;
}
.inside-xz-product-show .inside-message form ul .submit .btn:hover {
  background: #2861ad;
}
@media (max-width: 1200px) {
  .inside-xz-product-show .inside-message form ul {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .inside-xz-product-show .inside-message form ul li {
    width: 100%;
    padding: 0;
  }
  .inside-xz-product-show .inside-message form ul li textarea {
    height: 100px;
  }
  .inside-xz-product-show .inside-message form ul .submit {
    margin-top: 0;
  }
  .inside-xz-product-show .inside-message form ul .submit input {
    width: 120px;
    padding: 0 5px;
    font-size: 12px;
  }
  .inside-xz-product-show .inside-message form ul .submit .btn {
    margin-left: 1px;
    font-size: 14px;
    width: 80px;
  }
}
@keyframes fadeInDown2 {
  0 {
    opacity: 0;
    transform: translate3d(0, -200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}


.inside-msg .inside-message .tit{ text-align:center }

.inside-msg .inside-message .font24{ color:#333; font-size:24px; font-weight:bold; margin-bottom:15px }

.inside-msg .inside-message .red, .inside-msg .inside-message label{ color:#f30 }

.inside-msg .inside-message ul{ padding:0 200px; margin-top:40px }

.inside-msg .inside-message li{ margin-bottom:20px }

.inside-msg .inside-message li p{ width:33.333%; float:left; padding:0 5px; position:relative }

.inside-msg .inside-message li p label{ left:10px; top:10px; position:absolute }

.inside-msg .inside-message li p:first-child{ margin-left:0 }

.inside-msg .inside-message li input[type='text'], .inside-msg .inside-message li textarea{ height:40px; padding:0 15px; width:100%; color:#333; font-size:14px; border:solid 1px #e5e5e5 }

.inside-msg .inside-message li input[type='text']:focus, .inside-msg .inside-message li textarea:focus{ outline:solid 1px #2861ad; border-color:#2861ad }

.inside-msg .inside-message li textarea{ height:260px; width:100%; padding:15px; resize:none }

.inside-msg .inside-message li input[type='reset']{ width:130px; height:43px; color:#333; font-size:16px; margin-right:15px; text-align:center; line-height:43px; background:#ddd; border:none; display:inline-block }

.inside-msg .inside-message li a{ width:130px; height:43px; color:#fff; background:#2861ad; font-size:16px; margin-right:15px; text-align:center; line-height:43px; display:inline-block }

@media (max-width:1000px){
    .inside-msg .inside-message ul{ padding:0 }
}

@media (max-width:640px){
.inside-msg .inside-message .font24{ font-size:18px; margin-bottom:5px }

.inside-msg .inside-message ul{ margin-top:20px }

.inside-msg .inside-message li{ margin-bottom:0 }

.inside-msg .inside-message li a, .inside-msg .inside-message li input[type='reset']{ width:110px; font-size:14px; height:36px; margin-top:20px; line-height:36px; margin-right:5px }

.inside-msg .inside-message li p{ width:100%; margin-top:15px }

.inside-msg .inside-message li textarea{ height:140px }
}




/***********2021-4-16***********/
.inbanner {
	position: relative;
	z-index: 1;
}

.inbanner img {
	text-align: center;
	margin: 0 auto;
}

.sj-01 {
	z-index: 2;
	padding-bottom: 106px;
	background: #f6f6f6;
}

.sj-01 .info {
	text-align: center;
	margin-top: -247px;
	position: relative;
	padding: 73px 96px 95px 96px;
	background: #fff;
	margin-bottom: 77px;
	z-index: 4;
}

.sj-01 .info .bt {
	font-size: 46px;
	color: #333333;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 27px;
}

.sj-01 .info .jsh {
	font-size: 20px;
	color: #666;
	line-height: 35px;
}

.sj-01 .info1 .info-title {
	font-size: 36px;
	color: #333333;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 57px;
}

.sj-01 .info1 .info1-bottom .one {
	float: left;
	width: 66.641%;
	position: relative;
	overflow: hidden;
}

.sj-01 .info1 .info1-bottom .pic .hover {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}

.sj-01 .info1 .info1-bottom .hover1 {
	position: absolute;
	bottom: 0;
	transition: 0.5s;
	left: 0;
	width: 100%;
}

.sj-01 .info1 .info1-bottom .hover1 .text {
	padding: 30px 30px;
	position: relative;
	transition: 0.5s;
}

.sj-01 .info1 .info1-bottom .hover1 .bt {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	transition: 0.5s;
	line-height: 40px;
}

.sj-01 .info1 .info1-bottom .hover1 .jsh {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	transition: 0.5s;
	height: 0;
}

.sj-01 .info1 .info1-bottom .pic {
	position: relative;
	overflow: hidden;
}

.sj-01 .info1 .info1-bottom .one .pic:after {
	content: '';
	display: block;
	padding-bottom: 74.23%;
}

.sj-01 .info1 .info1-bottom ul {
	float: right;
	width: 33.204%;
}

.sj-01 .info1 .info1-bottom ul li {
	position: relative;
	margin-bottom: 1px;
	overflow: hidden;
}

.sj-01 .info1 .info1-bottom ul li .pic:after {
	content: '';
	display: block;
	padding-bottom: 74.3529%;
}

.sj-01 .info1 .info1-bottom .one:hover .hover1 .jsh {
	height: 168px;
	margin-top: 17px;
}

.sj-01 .info1 .info1-bottom ul li:hover .hover1 .jsh {
	height: 120px;
	margin-top: 17px;
}

.sj-02 {
	padding: 129px 0 124px 0;
	overflow: hidden;
}

.red {
	color: #ff0000;
}

.sj-02 .text {
	float: left;
	width: 57%;
	margin-right: -68px;
	padding-top: 106px;
	position: relative;
	z-index: 4;
}

.sj-02 .text .bt {
	font-size: 36px;
	color: #333333;
	line-height: 46px;
}

.sj-02 .text .bt:after {
	width: 75px;
	height: 4px;
	background: #2861ad;
	margin: 31px 0 36px 0;
	content: '';
	display: block;
}

.sj-02 .text .jsh {
	font-size: 16px;
	color: #666;
	padding-right: 94px;
	line-height: 26px;
}

.sj-02 .info {
	position: relative;
	min-height: 683px;
}

.sj-02 .info:after {
	content: '';
	width: 698px;
	height: 698px;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
	position: absolute;
	left: 48px;
	top: 0;
	z-index: 1;
}

.sj-02 .img {
	float: right;
	margin-right: -125px;
	position: relative;
	width: 683px;
	z-index: 2;
}

.sj-02 .pic {
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.sj-02 .img .hover {
	position: absolute;
	top: 46%;
	left: -59px;
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	width: 157px;
	height: 157px;
	padding: 37px 0;
	border-radius: 50%;
	background: #2861ad;
	z-index: 3;
}

.sj-02 .pic:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.sj-03 {
	padding: 95px 0 97px 0;
	background: #f6f6f6;
}

.sj-03 .sj-title {
	font-size: 36px;
	color: #333333;
	line-height: 46px;
	font-weight: bold;
}

.sj-03 .list {
	padding-top: 49px
}

.sj-03 .list .div-01 {
	width: 35%;
	float: left;
}

.sj-03 .list .div-02 {
	width: 62%;
	float: right
}

.sj-03 .list li {
	position: relative;
	color: #333;
	clear: both;
	margin-bottom: 11px
}

.sj-03 .list .li-03 {
	margin-bottom: 10px
}

.sj-03 .list .box {
	display: block;
	position: relative
}

.sj-03 .list .placeholder {
	line-height: 50px;
	z-index: 9;
	color: #999;
	padding-left: 12px;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transform: translateY(0) translateX(0) scale(1);
	transform-origin: 0 50%;
	top: 0;
	transition: transform 200ms, color 200ms, top 200ms
}

.sj-03 .list .placeholder.hidden {
	opacity: 0
}

.sj-03 .list input, .sj-03 .list textarea,.sj-03 .list select {
	width: 100%;
	border: 1px #ccc solid;
	color: #333;
	font-size: 14px;
	background: 0;
	padding: 0 15px
}

.sj-03 .list input:focus,.sj-03 .list select:focus, .sj-03 .list textarea:focus {
	border-color: #2a6790;
	box-shadow: 0 0 6px 0 rgba(42, 103, 144, 0.8)
}

.sj-03 .list input:focus ~ .placeholder, .sj-03 .list textarea:focus ~ .placeholder,.sj-03 .list select:focus ~ .placeholder {
	transform: translateY(0) translateX(0) scale(0);
	opacity: 0;
	top: -31px;
	visibility: visible
}

.sj-03 .list input::not(:placeholder-shown) ~ .placeholder, .sj-03 .list textarea::not(:placeholder-shown) ~ .placeholder,.sj-03 .list select::not(:placeholder-shown) ~ .placeholder {
	transform: translateY(0) translateX(0) scale(0);
	opacity: 0;
	top: -31px;
	visibility: visible
}

.sj-03 .list input,.sj-03 .list select {
	height: 50px;
	line-height: 48px
}

.sj-03 .list textarea {
	height: 154px;
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top
}

.sj-03 .list .info {
	position: relative
}

.sj-03 .list .info .error {
	background: #f00;
	color: #fff;
	padding: 0 6px;
	border-bottom-left-radius: 3px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0
}

.sj-03 .list select::-ms-expand {
	display: none;
}

.sj-03 .list select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #f6f6f6 url(../images/sarrow1.png) no-repeat scroll 95% center;
	background: #f6f6f6\9\0;
}

.sj-03 .list .btn {
	text-align: right
}

.sj-03 .list .btn a {
	display: inline-block;
	background: #2861ad;
	color: #fff;
	min-width: 180px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	position: relative;
	z-index: 1;
	transition: all .5s
}

.sj-03 .list .btn a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	transition: all .5s
}

.sj-03 .list .btn a:hover:after {
	width: 100%
}

@media screen and (max-width:992px) {
	.sj-03 {
		padding-top: 30px;
		padding-bottom: 20px
	}

	.sj-03 .titleBig .title {
		font-size: 20px
	}

	.sj-03 .list {
		padding-top: 20px
	}

	.sj-03 .list .div-01 {
		width: 100%;
		max-width: 100%
	}

	.sj-03 .list .div-02 {
		width: 100%;
		max-width: 100%
	}

	.sj-03 .list li {
		margin-bottom: 10px
	}

	.sj-03 .list .li-03 .placeholder {
		line-height: 1.5;
		padding-top: 10px
	}

	.sj-03 .list .btn {
		text-align: center
	}

	.sj-03 .list .btn a {
		width: 100%
	}
}

@media (max-width:1280px) {
	.sj-01 .info1 .info1-bottom .hover1 .bt {
		font-size: 20px;
	}

	.sj-01 .info1 .info1-bottom .hover1 .jsh {
		font-size: 14px;
	}

	.sj-01 .info1 .info1-bottom .hover1 .text {
		padding: 30px 20px;
	}

	.sj-02 .img {
		width: 50%;
	}

	.sj-02 .text {
		width: 50%;
		margin-right: 0;
		padding-top: 0;
	}

	.sj-02 .text .jsh {
		padding-right: 0;
	}

	.sj-02 .info {
		min-height: 0;
	}

	.sj-01 .info1 .info1-bottom .one:hover .hover1 .jsh {
		height: 168px;
	}
}

@media (max-width:1200px) {
	.inbanner {
		margin-top: 60px;
	}
}

@media (max-width:1024px) {
	.sj {
		padding: 0;
	}

	.sj-01 .info1 .info1-bottom .one {
		width: 100%;
	}

	.sj-01 .info1 .info1-bottom .jsh {
		height: auto;
	}

	.sj-01 .info1 .info1-bottom .hover1 .jsh {
		height: auto;
	}

	.sj-01 .info1 .info1-bottom ul {
		width: 100%;
		margin-top: 1px;
	}

	.sj-01 .info1 .info1-bottom ul li {
		width: 50%;
		padding: 0 1px 0 0;
		float: left;
	}

	.sj-01 .info1 .info1-bottom .hover1 .text {
		height: auto;
	}

	.sj-01 .info .bt {
		font-size: 36px;
	}

	.sj-01 .info {
		margin-top: 0;
	}

	.sj-01 {
		padding-top: 50px;
	}
}

@media (max-width:1000px) {
	.sj-01 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sj-01 .info {
		padding: 15px;
		margin-bottom: 30px;
	}

	.sj-01 .info .bt {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.sj-01 .info .jsh {
		font-size: 14px;
		line-height: 25px;
	}

	.sj-01 .info1 .info-title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.sj-01 .info1 .info1-bottom .hover1 {
		position: relative;
		bottom: auto;
		left: auto;
	}

	.sj-01 .info1 .info1-bottom .hover1 .text {
		padding: 10px 0;
	}

	.sj-01 .info1 .info1-bottom .hover1 .bt {
		color: #333;
	}

	.sj-01 .info1 .info1-bottom .hover1 .jsh {
		color: #666;
		margin-top: 0;
	}

	.sj-01 .info1 .info1-bottom ul li {
		width: 100%;
		padding: 0;
	}

	.sj-02 {
		padding: 30px 0;
	}

	.sj-02 .text {
		width: 100%;
	}

	.sj-02 .img {
		margin-right: 0;
		width: 100%;
	}

	.sj-02 .img .hover {
		left: 0;
	}

	.sj-02 .text .bt {
		font-size: 18px;
		line-height: 30px;
	}

	.sj-02 .text .bt:after {
		width: 45px;
		margin: 10px 0 20px 0;
	}

	.sj-02 .text .jsh {
		font-size: 14px;
		line-height: 25px;
	}

	.sj-03 .sj-title {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width:360px) {
	.sj-01 .info .bt {
		font-size: 16px;
	}
}