@charset "UTF-8";
﻿* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "思源黑体 CN", "arial";
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
 
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong2 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dong3 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topbg {
  border-top: solid 4px #0066cb;
}
.topbg .tag {
  float: right;
  display: inline-block;
  background: #0066cb;
  max-width: 470px;
  width: 100%;
  color: #fff;
  height: 35px;
  line-height: 30px;
}
.topbg .tag a {
  color: #fff;
}
.topbg .tag .tel {
  font-size: 20px;
  font-family: "DIN-BOLD";
  position: relative;
}
.topbg .tag .tel:after {
  content: "";
  width: 1px;
  height: 19px;
  top: 7px;
  right: -20px;
  position: absolute;
  background: #3385d5;
}
.topbg .tag span {
  vertical-align: top;
  padding-left: 40px;
  display: inline-block;
}
.topbg .tag span img {
  margin-top: 6px;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .topbg {
    display: none;
  }
}
.header {
  height: 90px;
  padding: 0 100px;
}
.header .logo {
  float: left;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
}
.header .logo img {
  max-height: 50px;
}
.header .nav {
  float: right;
  font-size: 16px;
}
.header .nav li:hover:after,
.header .nav .active:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.header .nav li:hover a,
.header .nav .active a {
  color: #0066cb;
}
.header .nav li:nth-child(2) .subnav a {
  text-align:left;
}
 
.header .nav li {
  float: left;
  margin: 0 5px;
  padding: 0 20px;
  line-height: 90px;
  position: relative;
}
.header .nav li > a {
  display: block;
  color: #333;
}
.header .nav li:after {
  content: "";
  width: 0%;
  height: 2px;
  bottom: 0;
  left: -50%;
  transition: all 500ms ease;
  background: #0066cb;
  position: absolute;
}
.header .nav li .subnav {
  top: 88px;
  left: 50%;
  width: 190px;
  z-index: 9999;
  padding: 20px 0;
  display: none;
  transform: translateX(-50%);
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #0066cb;
  background: rgba(255, 255, 255, 0.9);
  border-top: solid 2px #0066cb;
}
.header .nav li .subnav a {
  display: block;
  line-height: 40px;
  font-size: 15px;
  margin: 5px 0;
  padding: 0 10px;
  color: #666;
  text-align: center;
  overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.header .nav li .subnav a:hover {
  color: #fff;
  background: #0066cb;
}
.header .search {
  float: right;
  margin-left: 80px;
  margin-top: 25px;
}
.header .search input {
  height: 40px;
  line-height: 38px;
  width: 220px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 5px;
  padding-right: 50px;
  font-family: arial;
  border: solid 1px #dddddd;
}
.header .search a {
  margin-left: -30px;
  display: inline-block;
}
.header .menu {
  right: 20px;
  top: 13px;
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
}
@media (max-width: 1600px) {
  .header .nav li {
    margin: 0;
    padding: 0 15px;
  }
  .header .search {
    margin-left: 40px;
  }
}
@media (max-width: 1450px) {
  .header {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    position: fixed;
    background: #fff;
    padding-left: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    margin-top: 15px;
  }
  .header .logo img {
    height: 35.71px;
  }
  .header .nav,
  .header .search {
    display: none;
  }
  .header .menu {
    display: block;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background: #fff;
  border-bottom: solid 1px #ddd;
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.banner {
  text-align: center;
}
.banner .slick-dots {
  bottom: 30px;
}
.banner .slick-dots li button {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  background: #6699cc;
  transition: all 300ms ease;
}
.banner .slick-dots li.slick-active button {
  width: 36px;
  background: #0066cb;
}
.banner .ph {
  display: none;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
}
.index-title {
  font-size: 18px;
  text-align: center;
}
.index-title .tit {
  color: #343434;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-title .tit img {
  margin: 0 30px;
  margin-top: 20px;
}
@media (max-width: 1450px) {
  .index-title {
    font-size: 14px;
  }
  .index-title .tit {
    font-size: 30px;
    line-height: 40px;
  }
  .index-title .tit img {
    margin: 0 15px;
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .index-title .tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .index-title .tit img {
    display: none;
  }
}
.index-about {
  padding: 90px 0;
}
.index-about .box {
  padding-top: 60px;
}
.index-about .txtbox {
  width: 45%;
  float: left;
  font-size: 15px;
  line-height: 32px;
}
.index-about .txtbox h3 {
  font-size: 28px;
  line-height: 38px;
  color: #0066cb;
  padding-bottom: 40px;
}
.index-about .pic {
  width: 50%;
  float: right;
  overflow: hidden;
}
.index-about .list {
  margin: 0 -30px;
  padding-top: 60px;
}
.index-about .list li {
  width: 33.33%;
  float: left;
  padding: 0 30px;
  text-align: center;
}
.index-about .list li a {
  color: #333;
  padding: 25px 10px;
  display: block;
  font-size: 20px;
  box-shadow: 0 6px 8px rgba(0, 65, 107, 0.1);
}
.index-about .list li a .tit {
  margin-top: 15px;
}
.index-about .list li img {
  transition: all 700ms ease;
}
.index-about .list li:hover a {
  color: #0066cb;
}
.index-about .list li:hover img {
  transform: scale(1.1);
}
.index-about .num1 {
  padding-top: 100px;
}
.index-about .num1 li {
  padding: 0 45px;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.index-about .num1 li:after {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background: linear-gradient(to bottom, #f7f7f7, #e0e0e0, #f7f7f7);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -35px;
}
.index-about .num1 li .img {
  vertical-align: bottom;
  display: inline-block;
  margin-right: 20px;
}
.index-about .num1 li .text {
  vertical-align: bottom;
  display: inline-block;
}
.index-about .num1 li .num {
  font-size: 15px;
  color: #333333;
  text-align: center;
}
.index-about .num1 li .num span {
  font-size: 100px;
  line-height: 100px;
  color: #0066cb;
  font-family: "dincond-black-webfont";
}
.index-about .num1 li i {
  color: #333;
  vertical-align: top;
  font-style: normal;
}
.index-about .num1 li em {
  font-style: normal;
  margin-bottom: 10px;
  vertical-align: bottom;
  display: inline-block;
}
.index-about .num1 li .p {
  color: #333333;
}
.index-about .num1 li:nth-last-child(1):after {
  display: none;
}
@media (max-width: 1450px) {
  .index-about .txtbox {
    line-height: 28px;
  }
  .index-about .txtbox h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .index-about .list {
    padding-top: 20px;
  }
  .index-about .list li a {
    font-size: 16px;
    padding: 20px 10px;
  }
  .index-about .num1 li {
    padding: 0 20px;
  }
  .index-about .num1 li .num span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 780px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: solid 1px #ddd;
  }
  .index-about .txtbox {
    width: 100%;
    float: none;
  }
  .index-about .txtbox h3 {
    text-align: center;
  }
  .index-about .list {
    margin: 0 -5px;
    padding-bottom: 30px;
  }
  .index-about .list li {
    padding: 0 5px;
  }
  .index-about .list li a {
    font-size: 14px;
  }
  .index-about .list li img {
    max-height: 30px;
  }
  .index-about .pic {
    width: 100%;
    float: none;
  }
  .index-about .pic img {
    width: 100%;
  }
  .index-about .num1 {
    display: none;
  }
}
.index-product {
  overflow: hidden;
  padding: 100px 0 150px 0;
  background: #f7f7f7;
}
.index-product .scroll {
  margin: 0 -13px;
  margin-top: 50px;
}
.index-product .scroll a {
  display: block;
  transition: all 0s;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
  margin: 0px 13px 0px 13px;
}
@media (max-width: 480px) {
  .index-product .scroll a {
    background: #fff;
  }
}
.index-product .scroll a:hover:before {
  opacity: 1;
}
.index-product .scroll a:hover .pic:before {
  opacity: 1;
}
.index-product .scroll a:hover .pic img {
  transform: scale(1.05);
}
.index-product .scroll a:hover .bg .tit,
.index-product .scroll a:hover .bg .txt {
  color: #0066cb;
}
.index-product .scroll a:hover .more {
  border-color: #0066cb;
  background: #0066cb;
  color: #fff;
  fill: #fff;
}
.index-product .scroll a:hover .more svg {
  fill: #fff;
}
.index-product .scroll .pic {
  overflow: hidden;
  position: relative;
}
.index-product .scroll .pic img {
  transition: all 700ms ease;
}
.index-product .scroll .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .scroll .bg {
  height: 140px;
  margin: 0 20px;
  padding-top: 25px;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ddd;
}
.index-product .scroll .txt {
  font-size: 18px;
  height: 24px;
  color: #333;
  overflow: hidden;
  padding: 0 20px;
}
.index-product .scroll .more {
  fill: #b2b2b2;
  max-width: 146px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 15px;
  border: solid 1px #dddddd;
}
.index-product .scroll .more svg {
  width: 20px;
  height: 20px;
  fill: #888;
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 5px;
}
.index-product .scroll .slick-dots {
  bottom: -60px;
}
.index-product .scroll .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-product .scroll .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 1px #0066cb solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-product .scroll .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 1px;
  left: -1px;
  margin: auto;
  background: #0066cb;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.index-product .scroll .slick-dots li button:before {
  content: "";
  display: none;
}
.index-product .scroll .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-product .scroll .slick-dots li:hover button {
  background: #0066cb;
}
.index-product .scroll .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-product .scroll .slick-dots .slick-active button {
  background: #0066cb !important;
}
@media (max-width: 1200px) {
  .index-product {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .index-product .scroll {
    margin: 0;
    margin-top: 20px;
  }
  .index-product .scroll a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.index-hyyy {
  overflow: hidden;
  padding: 100px 0;
}
.index-hyyy .text {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  margin-top: 40px;
}
.index-hyyy ul {
  margin: 0 -15px;
}
.index-hyyy ul li:nth-child(3) .icon {
  width: 35px;
  height: 35px;
}
.index-hyyy ul li:nth-child(6) .icon {
  width: 45px;
  height: 45px;
}
.index-hyyy ul li:nth-child(7) .icon {
  width: 40px;
  height: 40px;
}
.index-hyyy ul li:nth-child(8) .icon {
  width: 55px;
  height: 55px;
}
.index-hyyy ul li:hover .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.index-hyyy ul li:hover i {
  background: #0066cb;
}
.index-hyyy ul li:hover .icon {
  fill: #fff;
}
.index-hyyy ul li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-top: 90px;
  text-align: center;
}
.index-hyyy ul li .item {
  height: 225px;
  padding: 0 30px 10px 30px;
  border: solid 1px #ddd;
  transition: all 700ms ease;
}
.index-hyyy ul li .tit {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 25px;
}
.index-hyyy ul li .txt {
  font-size: 15px;
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}
.index-hyyy ul li span {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: -45px;
  position: relative;
  border: dotted 1px #1271cf;
}
.index-hyyy ul li .icon {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  fill: #0066cb;
}
.index-hyyy ul li i {
  width: 80px;
  height: 80px;
  margin: 10px;
  line-height: 75px;
  display: inline-block;
  font-style: normal;
  background: #e6f3ff;
  border-radius: 100%;
}
@media (max-width: 1450px) {
  .index-hyyy {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .index-hyyy {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .index-hyyy .text {
    display: none;
  }
  .index-hyyy ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-hyyy ul li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 60px;
  }
  .index-hyyy ul li span {
    width: 80px;
    height: 80px;
  }
  .index-hyyy ul li i {
    width: 60px;
    height: 60px;
    line-height: 50px;
  }
  .index-hyyy ul li .icon {
    width: 30px!important;
    height: 30px!important;
  }
  .index-hyyy ul li .item {
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-hyyy ul li .tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .index-hyyy ul li .txt {
    font-size: 14px;
    margin-top: 5px;
  }
}
.index-hezuo {
  height: 820px;
  padding: 90px 0 0 0;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.jpg) no-repeat top center #f1f8ff;
}
.index-hezuo .list {
  max-width: 1290px;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.index-hezuo .list span img {
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.index-hezuo .list .tu {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.index-hezuo .list .tu2 {
  left: 365px;
  top: 40px;
  position: absolute;
}
.index-hezuo .list .tu3 {
  left: 790px;
  top: 40px;
  position: absolute;
}
.index-hezuo .list .tu4 {
  left: 200px;
  top: 135px;
  position: absolute;
}
.index-hezuo .list .tu5 {
  left: 50px;
  top: 260px;
  position: absolute;
}
.index-hezuo .list .tu6 {
  left: 0px;
  top: 444px;
  position: absolute;
}
.index-hezuo .list .tu7 {
  left: 270px;
  top: 280px;
  position: absolute;
}
.index-hezuo .list .tu8 {
  left: 180px;
  top: 440px;
  position: absolute;
}
.index-hezuo .list .tu9 {
  left: 450px;
  top: 200px;
  position: absolute;
}
.index-hezuo .list .tu10 {
  left: 650px;
  top: 200px;
  position: absolute;
}
.index-hezuo .list .tu11 {
  left: 850px;
  top: 280px;
  position: absolute;
}
.index-hezuo .list .tu12 {
  left: 960px;
  top: 150px;
  position: absolute;
}
.index-hezuo .list .tu13 {
  left: 1096px;
  top: 255px;
  position: absolute;
}
.index-hezuo .list .tu14 {
  left: 970px;
  top: 440px;
  position: absolute;
}
.index-hezuo .list .tu15 {
  left: 1160px;
  top: 440px;
  position: absolute;
}
.index-hezuo .txtbox {
  max-width: 580px;
  width: 100%;
  left: 50%;
  height: 580px;
  bottom: -45%;
  color: #fff;
  border-radius: 100%;
  background: #0066cb;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
  padding-top: 30px;
  background: linear-gradient(to right, #539de7, #1675d2);
}
.index-hezuo .txtbox .t1 {
  font-size: 80px;
  line-height: 90px;
  font-family: "dincond-black-webfont";
}
.index-hezuo .txtbox .t1 i {
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: arial;
}
.index-hezuo .txtbox .t2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.index-hezuo .txtbox .t3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.index-hezuo .txtbox .t3 em {
  font-size: 20px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
}
@media (max-width: 1450px) {
  .index-hezuo .list .tu {
    transform: translateX(-22%);
  }
  .index-hezuo .list .tu13 {
    top: 275px;
    left: 1060px;
  }
  .index-hezuo .list .tu14 {
    left: 910px;
  }
  .index-hezuo .list .tu15 {
    left: 1080px;
  }
  .index-hezuo .txtbox .t1 {
    font-size: 70px;
    line-height: 80px;
  }
  .index-hezuo .txtbox .t3 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .index-hezuo {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-hezuo .txtbox {
    display: none;
  }
  .index-hezuo .list {
    margin-top: 30px;
  }
  .index-hezuo .list span {
    width: 12%;
    float: left;
    padding: 5px;
    left: auto!important;
    top: auto!important;
    position: relative!important;
    display: inline-block;
    transform: translate(0) !important;
  }
}
@media (max-width: 640px) {
  .index-hezuo .list span {
    width: 20%;
  }
}
.index-youshi {
  padding: 100px 0;
}
.index-youshi .small {
  width: 35%;
  float: left;
  margin-top: 60px;
}
.index-youshi .small .slick-current .item {
  background: #0066cb;
}
.index-youshi .small .slick-current .item .tit,
.index-youshi .small .slick-current .item .txt {
  color: #fff;
}
.index-youshi .small .slick-current .item span {
  color: #fff;
}
.index-youshi .small .slick-current .item i .icon {
  fill: #0066cb;
}
.index-youshi .small .item {
  height: 140px;
  cursor: pointer;
  padding-top: 30px;
  transition: all 500ms ease;
  padding-left: 110px;
  position: relative;
}
.index-youshi .small .item span {
  top: 30px;
  left: 30px;
  font-size: 72px;
  line-height: 80px;
  color: #ddd;
  position: absolute;
  font-family: "dincond-black-webfont";
}
.index-youshi .small .item .tit {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  overflow: hidden;
  margin-top: 10px;
}
.index-youshi .small .item .txt {
  font-size: 17px;
  color: #666;
  height: 24px;
  overflow: hidden;
}
.index-youshi .small i {
  top: 50%;
  width: 45px;
  height: 45px;
  right: 30px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 100%;
}
.index-youshi .small i .icon {
  width: 20px;
  height: 20px;
  fill: #999;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.index-youshi .bigimg {
  width: 58%;
  float: right;
  margin-top: 60px;
}
.index-youshi .bigimg .item {
  position: relative;
}
.index-youshi .bigimg .pic {
  display: block;
  position: relative;
}
.index-youshi .bigimg .pic:after {
  content: "";
  display: block;
  padding-bottom: 68%;
}
.index-youshi .bigimg .txtbox {
  bottom: 60px;
  width: 100%;
  left: 0;
  color: #fff;
  z-index: 9;
  font-size: 15px;
  padding: 0 60px;
  position: absolute;
}
.index-youshi .bigimg .tit {
  font-size: 24px;
  line-height: 34px;
  overflow: hidden;
  height: 34px;
  margin: 10px 0;
}
.index-youshi .bigimg .txt {
  height: 48px;
  overflow: hidden;
}
@media (max-width: 1450px) {
  .index-youshi {
    padding: 70px 0;
  }
  .index-youshi .small {
    margin-top: 40px;
  }
  .index-youshi .small .item {
    padding-top: 15px;
    height: 122px;padding-left:89px;
  }
  .index-youshi .small .item span {
    top: 15px;
    font-size: 46px;
  }
  .index-youshi .small .item .tit {
    font-size: 18px;
  }
  .index-youshi .small .item .txt {
    font-size: 14px;
  }
  .index-youshi .bigimg {
    margin-top: 40px;
    width: 61%;
  }
  .index-youshi .bigimg .txtbox {
    padding: 0 30px;
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  .index-youshi {
    padding: 50px 0 20px 0;
  }
  .index-youshi .small {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .index-youshi .small .item {
    padding-left: 90px;
  }
  .index-youshi .small .item span {
    font-size: 40px;
    left: 40px;
    top: 10px;
  }
  .index-youshi .small .item .tit {
    font-size: 16px;
  }
  .index-youshi .small .item .txt {
    font-size: 14px;
  }
  .index-youshi .small i {
    display: none;
  }
  .index-youshi .slick-prev,
  .index-youshi .slick-next {
    width: 16px;
    height: 16px;
    margin-top: -10px;
  }
  .index-youshi .slick-prev {
    left: 15px;
    transform: rotate(45deg);
  }
  .index-youshi .slick-next {
    right: 15px;
    transform: rotate(-45deg);
  }
  .index-youshi .bigimg {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .index-youshi .bigimg .tit {
    font-size: 16px;
    margin: 0;
  }
  .index-youshi .bigimg .txt {
    font-size: 14px;
  }
}
.index-service {
  color: #fff;
  padding: 90px 0;
  height: 470px;
  background: url(../images/bg2.jpg) no-repeat top center;
}
.index-service .index-title .tit {
  color: #fff;
}
.index-service .text {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 30px;
}
.index-service .tel {
  margin-top: 50px;
  text-align: center;
}
.index-service .tel a {
  font-size: 22px;
  color: #0066cb;
  font-weight: 700;
  background: #fff;
  line-height: 50px;
  padding: 0 30px;
  font-family: arial;
  display: inline-block;
}
.index-service .tel img {
  margin: 12px 10px 0 0px;
}
@media (max-width: 1200px) {
  .index-service {
    padding: 50px 0;
    margin: 0 20px;
    height: auto;
  }
  .index-service .text {
    max-width: 100%;
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
  }
  .index-service .tel {
    margin-top: 30px;
  }
  .index-service .tel a {
    padding: 0 10px;
    font-size: 18px;
  }
}
.index-news {
  padding: 100px 0;
}
.index-news .bt {
  color: #333;
  font-size: 28px;
  padding-bottom: 20px;
  position: relative;
  margin-top: 55px;
  margin-bottom: 45px;
  border-bottom: solid 1px #e5e5e5;
}
.index-news .bt:after {
  content: "";
  width: 112px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #0066cb;
}
.index-news .bt a {
  float: right;
  font-size: 16px;
  vertical-align: bottom;
  display: inline-block;
}
.index-news .leftlist {
  /*width: 62%;*/
  width: 100%;
  float: left;
}
.index-news .leftlist ul {
  margin: 0 -15px;
}
.index-news .leftlist li {
  width: 33.3333333%;
  float: left;
  padding: 0 15px;
}
.index-news .leftlist li .item {
  box-shadow: 0 0 10px rgba(0, 53, 88, 0.1);
}
.index-news .leftlist li .picbox {
  position: relative;
}
.index-news .leftlist li .picbox span {
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
}
.index-news .leftlist li .picbox span img {
  border-radius: 100%;
  border: solid 1px #fff;
  transition: all 500ms ease;
  transform: scale(0);
}
.index-news .leftlist li .pic {
  overflow: hidden;
  position: relative;
}
.index-news .leftlist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.1%;
}
.index-news .leftlist li .pic:before {
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 700ms ease;
  background: rgba(0, 102, 203, 0.7);
}
.index-news .leftlist li .pic img {
  transition: all 700ms ease;
}
.index-news .leftlist li .txtbox {
  padding: 30px;
}
.index-news .leftlist li .tit {
  color: #333;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
}
.index-news .leftlist li .txt {
  height: 48px;
  color: #666;
  overflow: hidden;
  margin-top: 20px;
}
.index-news .leftlist li .time {
  color: #999;
  font-size: 14px;
  font-family: arial;
  margin-top: 20px;
}
.index-news .leftlist li:hover .picbox span img {
  transform: scale(1);
}
.index-news .leftlist li:hover .pic img {
  transform: scale(1.05);
}
.index-news .leftlist li:hover .pic:before {
  opacity: 1;
}
.index-news .leftlist li:hover .tit {
  color: #0066cb;
}
.index-news .rightlist {
  width: 33%;
  float: right;
}
.index-news .rightlist li {
  padding: 28px 0 29px 0;
  padding-left: 95px;
  border-top: solid 1px #e9e9e9;
  position: relative;
}
.index-news .rightlist li .time {
  top: 30px;
  left: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  font-family: arial;
  padding-top: 13px;
  color: #999;
  transition: all 500ms ease;
  border: solid 1px #dddddd;
}
.index-news .rightlist li .time span {
  display: block;
}
.index-news .rightlist li .time span:first-child {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.index-news .rightlist li .tit {
  font-size: 16px;
  height: 24px;
  overflow: hidden;
  color: #333;
}
.index-news .rightlist li .txt {
  height: 48px;
  overflow: hidden;
  margin-top: 5px;
}
.index-news .rightlist li:first-child {
  border-top: 0;
  padding-top: 0;
}
.index-news .rightlist li:first-child .time {
  top: 0;
}
.index-news .rightlist li:hover .time {
  color: #fff;
  border-color: #0066cb;
  background: #0066cb;
}
.index-news .rightlist li:hover .time span:first-child {
  color: #fff;
}
.index-news .rightlist li:hover .tit {
  color: #0066cb;
}
@media (max-width: 1450px) {
  .index-news {
    padding: 70px 0;
  }
  .index-news .bt {
    font-size: 20px;
  }
  .index-news .rightlist li {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .index-news .rightlist li .time {
    top: 20px;
  }
}
@media (max-width: 780px) {
  .index-news {
    padding: 50px 0;
  }
  .index-news .leftlist {
    width: 100%;
    float: none;
  }
  .index-news .leftlist .bt {
    display: none;
  }
  .index-news .leftlist ul {
    margin-top: 30px;
  }
  .index-news .leftlist li .txtbox {
    padding: 15px;
  }
  .index-news .rightlist {
    width: 100%;
    float: none;
    display: none;
  }
}
@media (max-width: 420px) {
  .index-news .leftlist li:first-child {
    margin-top: 0;
  }
  .index-news .leftlist li {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .index-news .leftlist li .txt {
    margin-top: 0;
  }
}
.footer {
  color: #333;
  border-top: solid 3px #0066cb;
}
.footer img {
  vertical-align: middle;
}
.footer a {
  color: #333;
  transition: all .5s;
}
.footer a:hover {
  color: #333;
  text-decoration: underline;
}
.footer .contact-menu {
  padding: 50px 100px;
  overflow: hidden;
  background: #f2f2f2;
}
.footer .footer-contact {
  width: 30%;
  float: left;
}
.footer .footer-contact .logo {
  margin-bottom: 40px;
}
.footer .footer-contact .p-3 {
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}
.footer .footer-contact .p-3 span {
  opacity: 0.6;
}
.footer .footer-contact .p-3 .icon {
  top: 5px;
  left: 0;
  position: absolute;
}
.footer .footer-contact .p-3 i {
  padding-left: 42px;
  display: inline-block;
  font-style: normal;
}
.footer .menu {
  width: 70%;
  float: left;
}
.footer .menu .title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
}
.footer .menu .title a {
  color: #333;
}
.footer .menu .title:after {
  content: "";
  width: 36px;
  height: 1px;
  bottom: 0;
  left: 20px;
  position: absolute;
  background: #414141;
}
.footer .item {
  float: left;
  width: 11.5%;
  position: relative;
}
.footer .item:nth-child(1),
.footer .item:nth-child(2),
.footer .item:nth-child(3) {
  width: 14%;
}
.footer .child {
  position: relative;
  padding-left: 20px;
  min-height: 150px;
}
.footer .child a {
  color: #666666;
  display: block;
  margin-top: 5px;
  transition: all .5s;
  position: relative;
}
.footer .ewm {
  text-align: center;
  line-height: 30px;
}
.footer .share {
  margin-top: 35px;
}
.footer .share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  opacity: .5;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.footer .share a:hover {
  opacity: 1;
}
.footer .share .weixin {
  background: url(../images/weixin.png);
  background-size: 32px 32px;
}
.footer .share .qq {
  background: url(../images/qq.png);
  background-size: 32px 32px;
}
.footer .share .weibo {
  background: url(../images/weibo.png);
  background-size: 32px 32px;
}
@media (max-width: 1450px) {
  .footer {
    font-size: 12px;
  }
  .footer .contact-menu {
    padding: 50px;

  }
  .footer .footer-contact .p-3 i {
    padding-left: 38px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 30px;
  }
  .footer .contact-menu {
    padding: 30px;

  }
  .footer .contact-menu .p-3 i {
    padding-left: 0;
  }
  .footer .footer-contact {
    width: 100%;
    float: none;
    padding: 0;
  }
  .footer .footer-contact .logo {
    display: none;
  }
  .footer .share {
    display: none;
  }
  .footer .menu {
    display: none;
  }
}
.copyright {
  text-align: center;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding: 30px 0;
  position: relative;
  background: #111;
}
.copyright a {
  color: rgba(255, 255, 255, 0.7);
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .copyright {
    font-size: 12px;
    padding: 15px 0;
  }
}
.insider-banner {
  overflow: hidden;
  position: relative;
}
.insider-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 1200px) {
  .insider-banner .txtbox {
    text-align: center;
  }
}
.insider-banner .txtbox .container {
  position: relative;
}
.insider-banner .txtbox .container:before {
  top: -50px;
  left: 0px;
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  animation: 2s fadeInLeft2 alternate ease;
}
.insider-banner .txtbox .container:after {
  top: -30px;
  left: 30px;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  animation: 2s fadeInRight2 alternate ease;
}
@media (max-width: 1200px) {
  .insider-banner .txtbox .container:before,
  .insider-banner .txtbox .container:after {
    display: none;
  }
}
.insider-banner .txtbox p {
  z-index: 9;
  font-size: 18px;
  padding-left: 120px;
  margin-bottom: 10px;
  position: relative;
}
.insider-banner .txtbox p:first-child {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .insider-banner .txtbox p {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 70px;
  }
  .insider-banner .txtbox p:first-child {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .insider-banner .txtbox p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 40px;
    display: none;
  }
  .insider-banner .txtbox p:first-child {
    font-size: 20px;
    line-height: 30px;
    display: block;
  }
}
@media (max-width: 1259px) {
  .insider-banner {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .insider-banner .txtbox {
    display: none;
    height: 60px;
    margin-top: -30px;
  }
}
.inside-box {
  line-height: 79px;
  overflow: hidden;
  border-bottom: solid 1px #eeeeee;
  height: 80px;
}
.inside-box .inside-menu {
  width: 65%;
  float: left;
  overflow: hidden;
}
.inside-box .inside-menu li {
  float: left;
  width: 15%;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.inside-box .inside-menu li a {
  color: #333;
  display: block;
}
.inside-box .inside-menu li:before {
  content: "";
  width: 1px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  background: #dddddd;
}
.inside-box .inside-menu li:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  background: #0066cb;
  transition: all 500ms ease;
}
.inside-box .inside-menu li:first-child:before {
  display: none;
}
.inside-box .inside-menu li:hover a,
.inside-box .inside-menu .active a {
  color: #0066cb;
}
.inside-box .inside-menu li:hover:after,
.inside-box .inside-menu .active:after {
  opacity: 1;
}
.inside-box .inside-current {
  width: 30%;
  float: right;
  overflow: hidden;
  text-align: right;
}
.inside-box .inside-current .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0px 5px 6px 0;
  display: inline-block;
  fill: #0066cb;
}
.inside-box .inside-current span {
  color: #0066cb;
}
 
@media (max-width: 1200px) {
  .inside-box {
 
    font-size: 12px;
    line-height: 39px;
  }
  .inside-box .inside-menu {
    width:100%;
  }
  .inside-box .inside-current {
    width: 100%;
    float: none;
    text-align: left;
  }
    .inside-box .inside-menu li {
        padding: 0 15px;width:auto;
    }
}
.inside-about .box {
  padding-top: 0;
}
.inside-about .txtbox {
  width: 100%;
  float: none;
}
.inside-about .txtbox h3 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
.inside-about .pic {
  width: 100%;
  float: none;
  margin-top: 50px;
  text-align: center;
}
.inside-about .num1 {
  padding-top: 60px;
}
@media (max-width: 1450px) {
  .inside-about {
    padding: 60px 0;
  }
  .inside-about .txtbox h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 780px) {
  .inside-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inside-about .box {
    border-top: 0;
    margin-top: 0;
  }
  .inside-about .pic {
    margin-top: 20px;
  }
}
.inside-gcsj {
  padding: 80px 0 100px 0;
}
.inside-gcsj ul {
  margin: 0 -20px;
}
.inside-gcsj li {
  float: left;
  width: 33.333%;
  padding: 20px;
}
.inside-gcsj li .pic {
  overflow: hidden;
  position: relative;
}
.inside-gcsj li .pic:after {
  content: "";
  display: block;
  padding-bottom: 72.85%;
}
.inside-gcsj li .pic img {
  transition: all 700ms ease;
}
.inside-gcsj li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
}
.inside-gcsj li:hover .pic img {
  transform: scale(1.1);
}
.inside-gcsj li:hover .tit {
  color: #0066cb;
}
@media (max-width: 1450px) {
  .inside-gcsj {
    padding: 60px 0;
  }
  .inside-gcsj li .tit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-gcsj {
    padding: 30px 0;
  }
  .inside-gcsj ul {
    margin: 0 -5px;
  }
  .inside-gcsj li {
    width: 50%;
    padding: 5px;
  }
}
.inside-honor {
  background: #f7f7f7;
  padding: 80px 0 100px 0;
}
.inside-honor ul {
  margin: 0 -20px;
}
.inside-honor li {
  float: left;
  width: 25%;
  padding: 23px;
}
.inside-honor li .pic {
  background: #fff;
  transition: all 700ms ease;
  border: solid 1px #dddddd;
  position: relative;
}
.inside-honor li .pic:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.inside-honor li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
}
.inside-honor li:hover .pic {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-color: #0066cb;
}
.inside-honor li:hover .tit {
  color: #0066cb;
}
@media (max-width: 1450px) {
  .inside-honor {
    padding: 60px 0;
  }
  .inside-honor li .tit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-honor {
    padding: 30px 0;
  }
  .inside-honor ul {
    margin: 0 -5px;
  }
  .inside-honor li {
    width: 50%;
    padding: 5px;
  }
}
.inside-news {
  padding: 80px 0;
}
.inside-news ul {
  margin: 0 -20px;
}
.inside-news li {
  width: 33.333%;
  float: left;
  padding: 20px;
}
.inside-news li .item {
  box-shadow: 0 0 10px rgba(0, 53, 88, 0.1);
}
.inside-news li .picbox {
  position: relative;
}
.inside-news li .picbox span {
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
}
.inside-news li .picbox span img {
  border-radius: 100%;
  border: solid 1px #fff;
  transition: all 500ms ease;
  transform: scale(0);
}
.inside-news li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.1%;
}
.inside-news li .pic:before {
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 700ms ease;
  background: rgba(0, 102, 203, 0.7);
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .txtbox {
  padding: 30px;
}
.inside-news li .tit {
  color: #333;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
  font-weight: 700;
}
.inside-news li .txt {
  height: 48px;
  color: #666;
  overflow: hidden;
  margin-top: 20px;
}
.inside-news li .time {
  color: #999;
  font-size: 14px;
  font-family: arial;
  margin-top: 20px;
}
.inside-news li:hover .picbox span img {
  transform: scale(1);
}
.inside-news li:hover .pic img {
  transform: scale(1.05);
}
.inside-news li:hover .pic:before {
  opacity: 1;
}
.inside-news li:hover .tit {
  color: #0066cb;
}
@media (max-width: 1200px) {
  .inside-news {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .inside-news ul {
    margin: 0 -10px;
  }
  .inside-news li {
    width: 50%;
    padding: 10px;
  }
  .inside-news li .txtbox {
    padding: 15px 10px;
  }
  .inside-news li .tit {
    font-size: 16px;
  }
  .inside-news li .txt {
    margin-top: 5px;
  }
  .inside-news li .time {
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .inside-news ul li {
    width: 100%;
    float: none;
  }
}
.inside-video {
  padding-top: 50px;
  background: #f7f7f7;
}
.inside-video li:hover .pic:before {
  background: rgba(0, 102, 203, 0.6);
}
.inside-video li .picbox span img {
  border: 0;
  transform: scale(1);
}
.inside-video li .pic:before {
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 700ms ease;
  background: rgba(0, 102, 203, 0.4);
}
.inside-video li .time {
  padding-top: 10px;
  border-top: solid 1px #e5e5e5;
}
.inside-video li .time .icon {
  width: 18px;
  height: 18px;
  fill: #999;
  vertical-align: top;
  margin: 2px 5px 0 0;
  display: inline-block;
}
.inside-video li .time .tag {
  float: right;
}
.inside-video li .time .tag .icon {
  width: 20px;
  height: 20px;
}
.inside-news-2 {
  padding: 100px 0;
}
.inside-news-2 li:first-child {
  padding-top: 0;
}
.inside-news-2 li:first-child {
  border-top: 0;
}
.inside-news-2 li {
  padding: 40px 0;
  transition: all 500ms ease;
  border-top: solid 1px #ececec;
}
.inside-news-2 li .time {
  width: 16%;
  float: left;
  color: #d8d8d8;
  font-size: 18px;
  font-family: arial;
  padding-bottom: 10px;
  border-right: solid 1px #ececec;
  text-align: center;
}
.inside-news-2 li .time span {
  display: block;
}
.inside-news-2 li .time span:first-child {
  font-size: 64px;
  line-height: 70px;
  font-family: arial;
}
.inside-news-2 li .time .icon {
  width: 20px;
  height: 20px;
  fill: #666;
  vertical-align: top;
  margin: 10px 0 0 5px;
  display: inline-block;
}
.inside-news-2 li .time .more {
  width: 140px;
  height: 40px;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 20px;
  border: solid 1px #dddddd;
}
.inside-news-2 li .txtbox {
  width: 50%;
  float: left;
  padding-left: 45px;
  font-size: 16px;
}
.inside-news-2 li .tit {
  font-size: 24px;
  color: #333;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-weight: 700;
}
.inside-news-2 li .txt {
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  color: #666;
  overflow: hidden;
  margin-top: 30px;
}
.inside-news-2 li .pic {
  width: 23%;
  float: right;
  overflow: hidden;
  position: relative;
}
.inside-news-2 li .pic img {
  transition: all 500ms ease;
  transform-origin: center top;
}
.inside-news-2 li .pic::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.inside-news-2 li:hover {
  border-color: #0270c4;
}
.inside-news-2 li:hover .time {
  color: #0066cb;
}
.inside-news-2 li:hover .time .more {
  color: #fff;
  border-color: #0066cb;
  background: #0066cb;
}
.inside-news-2 li:hover .time .more .icon {
  fill: #fff;
}
.inside-news-2 li:hover .tit {
  color: #0270c4;
}
.inside-news-2 li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1440px) {
  .inside-news-2 li .tit {
    font-size: 18px;
  }
  .inside-news-2 li .txt {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .inside-news-2 {
    padding: 40px 0;
  }
  .inside-news-2 li .time {
    display: none;
  }
  .inside-news-2 li .txtbox {
    padding-left: 0;
    width: 60%;
  }
  .inside-news-2 li .pic {
    width: 35%;
  }
  .inside-news-2 li .tit {
    font-size: 16px;
  }
  .inside-news-2 li .txt {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
  }
}
@media (max-width: 420px) {
  .inside-news-2 {
    padding: 20px 0 40px 0;
  }
  .inside-news-2 li {
    padding: 20px 0;
  }
}
.inside-news-show {
  color: #333;
  line-height: 30px;
  padding: 100px 0;
  font-size: 15px;
}
.inside-news-show h1 {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  font-size: 14px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: dashed 1px #d9d9d9;
}
.inside-news-show .info:after {
  content: "";
  display: block;
  width: 24px;
  height: 11px;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  position: absolute;
  background: url(../images/sj.jpg) no-repeat center bottom;
}
.inside-news-show .info span {
  padding: 0 30px;
  position: relative;
  display: inline-block;
}
.inside-news-show .info span:after {
  content: "";
  width: 1px;
  height: 11px;
  right: 0;
  top: 50%;
  margin-top: -6px;
  position: absolute;
  background: #bfbfbf;
}
.inside-news-show .info .icon {
  width: 16px;
  height: 16px;
  fill: #bfbfbf;
  margin-top: 6px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.inside-news-show .info span:last-child:after {
  display: none;
}
.inside-news-show .info span:last-child .icon {
  width: 14px;
  height: 14px;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .inside-news-show {
    line-height: 24px;
    padding: 50px 0;
  }
  .inside-news-show h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-news-show .info {
    padding-top: 10px;
    font-size: 12px;
  }
  .inside-news-show .info span {
    padding: 0 5px;
  }
}
.inside-page-news {
  margin-top: 15px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  position: relative;
}
.inside-page-news li {
  width: 43%;
  float: left;
  height: 48px;
  color: #333;
  background: #f3f3f3;
  padding: 0 15px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #333;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
  margin-right: 20px;
}
.inside-page-news li:last-child {
  float: right;
  text-align: right;
}
.inside-page-news li:last-child img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.inside-page-news li:hover {
  color: #fff;
  background: #0066cb;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  color: #333;
  width: 14%;
  background: #f3f3f3;
  text-align: center;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  vertical-align: top;
  line-height: 48px;
  transform: translateX(-50%);
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fh-1.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #0066cb;
}
.inside-page-news .fanhui:hover:before {
  background: url(../images/fh.png) center left no-repeat;
}
@media (max-width: 767px) {

  .inside-page-news ul {
    height: auto;
  }
  .inside-page-news li {
    border-bottom: solid 1px #fff;
    width: 100%;
    float: none;
    text-align: left!important;
  }
  .inside-page-news li img {
    display: none;
  }
  .inside-page-news .fanhui {
    top: auto;
    width: 100%;
    left: auto;
    margin-left: 0;
    border: 0;
    display: block;
    display: none;
    position: relative;
    background: #b9b9b9;
  }
}
.inside-page {
  padding-top: 100px;
  text-align: center;
}
.inside-page a {
  margin: 0 5px;
  height: 50px;
  padding: 0 20px;
  line-height: 48px;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #dfdfdf;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #0066cb;
  background: #0066cb;
}
@media (max-width: 1440px) {
  .inside-page {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .inside-page {
    padding-top: 40px;
  }
  .inside-page a {
    margin: 0 2px;
    font-size: 12px;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
  }
}
.inside-job {
  padding: 100px 0 0 0;
}
.inside-job .box-1 {
  font-size: 16px;
  line-height: 34px;
  padding-bottom: 60px;
}
.inside-job .box-1 a,
.inside-job .box-1 b {
  color: #0066cb;
  font-weight: 700;
  font-family: arial;
}
.inside-job .box-1 .tit,
.inside-job .box-1 .txt {
  width: 50%;
}
.inside-job .box-1 .tit {
  margin-top: 30px;
  color: #333;
  font-size: 28px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.inside-job .box-1 .tit .icon {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 15px;
  vertical-align: top;
  fill: #0066cb;
  display: inline-block;
}
.inside-job .box-1 .tel {
  color: #0066cb;
  font-size: 15px;
  font-weight: 700;
}
.inside-job .job {
  padding: 90px 0 100px 0;
  background: #f3f9ff;
}
.inside-job .job .bt {
  text-align: center;
  font-size: 30px;
  color: #333;
}
.inside-job .job dl {
  margin-top: 50px;
}
.inside-job .job dl dt {
  display: block;
  padding-left: 51px;
}
.inside-job .job dl dt span {
  display: block;
  float: left;
  padding-left: 25px;
  text-align: left;
  width: 22.5%!important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inside-job .job dl dt span:last-child {
  padding-left: 0;
  width: 10%!important;
}
.inside-job .job dl .list0 {
  height: 80px;
  line-height: 80px;
  margin-bottom: 10px;
  background: #0066cb;
}
.inside-job .job dl .list0 img {
  margin-bottom: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.inside-job .job dl .list0 span {
  color: #fff;
  font-size: 18px;
}
.inside-job .job dl .list_dt {
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  transition: width 2s;
}
.inside-job .job dl .list_dt .subnav {
  display: block;
}
.inside-job .job .list_dt {
  font-size: 18px!important;
  color: #555;
  cursor: pointer;
  position: relative;
  background: #fff;
  margin-top: 15px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.inside-job .job .list_dt:hover {
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -webkit-transition: all 0.5s linear;
}
.inside-job .job .list_dt .more {
  height: 80px;
  background: url("../images/jicon-6.png") no-repeat center left 10px;
}
.inside-job .job #open {
  box-shadow: none;
}
.inside-job .job #open .more {
  background: url("../images/jicon-7.png") no-repeat center left 10px;
}
.inside-job .job .list_dd {
  background: #fff;
  display: none;
  margin-bottom: 15px;
  padding: 0px 70px 71px 70px;
}
.inside-job .job .jobsub {
  color: #666;
  line-height: 30px;
  border-top: solid 1px #e5e5e5;
}
.inside-job .job .jobsub .bt {
  color: #0066cb;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin-top: 20px;
}
.inside-job .button {
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  background: #0066cb;
}
.inside-job .button img {
  vertical-align: top;
  margin: 9px 0 0 5px;
}
.inside-job .button:hover {
  font-weight: 700;
}
.inside-job .inside-page {
  padding-top: 60px;
}
@media (max-width: 1440px) {
  .inside-job {
    padding-top: 60px;
  }
}
@media (max-width: 1100px) {
  .inside-job {
    padding-top: 0;
  }
  .inside-job .box-1 {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-job .box-1 img {
    display: none;
  }
  .inside-job .box-1 .tit,
  .inside-job .box-1 .txt {
    width: 100%;
    float: none;
  }
  .inside-job .box-1 .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .inside-job .box-1 .tit .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .inside-job .job {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .inside-job .job .jobsub {
    line-height: 24px;
  }
  .inside-job .job dl {
    margin-top: 20px;
  }
  .inside-job .job dl dt {
    padding-left: 0;
  }
  .inside-job .job dl dt span {
    padding-left: 0;
    font-size: 14px;
    text-align: center;
    width: 33.333%!important;
  }
  .inside-job .job dl dt .more {
    display: none;
  }
  .inside-job .job dl .time {
    display: none;
  }
  .inside-job .job dl .list0 {
    height: 46px;
    line-height: 46px;
  }
  .inside-job .job dl .list0 span {
    font-size: 14px;
    padding-left: 0;
    width: 33.3333%!important;
  }
  .inside-job .job dl .list0 span:last-child {
    display: none;
    width: 25%!important;
  }
  .inside-job .job dl .list0 img {
    display: none;
  }
  .inside-job .job dl .list0 .time {
    display: none;
  }
  .inside-job .job dl .list_dt {
    height: 46px;
    line-height: 46px;
  }
  .inside-job .job dl .list_dd {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}
.inside-qa {
  padding: 80px 0 100px 0;
  background: #f7f7f7;
}
.inside-qa .inside-page {
  padding-top: 55px;
}
.inside-qa li {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  padding: 35px 60px;
}
.inside-qa li .time {
  width: 50px;
  float: left;
  color: #999;
  line-height: 20px;
  font-family: arial;
  text-align: center;
}
.inside-qa li .ask {
  width: 42px;
  height: 42px;
  color: #fff;
  margin-top: 10px;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: bold;
  background: #c7c7c7;
  display: inline-block;
  border-radius: 3px;
  transition: all 500ms ease;
}
.inside-qa li .date {
  font-size: 24px;
  color: #333;
}
.inside-qa li .more {
  fill: #b2b2b2;
  max-width: 146px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  margin-top: 15px;
  right: 50px;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  position: absolute;
  border: solid 1px #dddddd;
}
.inside-qa li .more svg {
  width: 20px;
  height: 20px;
  fill: #888;
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 5px;
}
.inside-qa li .txtbox {
  width: 81%;
  float: left;
  border-right: dashed 1px #d9d9d9;
  padding-left: 40px;
}
.inside-qa li .tit {
  font-size: 22px;
  height: 40px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.inside-qa li .tit:before {
  content: "";
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #d9d9d9;
  transition: all 500ms ease;
}
.inside-qa li .txt {
  color: #666;
  height: 48px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  width: 95%;
  padding-left: 50px;
}
.inside-qa li .txt span {
  top: 7px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  border-radius: 3px;
  font-family: arial;
  background: #d9d9d9;
  position: absolute;
  transition: all 500ms ease;
}
.inside-qa li .txt span:before {
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -7px;
  position: absolute;
  transition: all 500ms ease;
  border-top: solid 10px #d9d9d9;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.inside-qa li:last-child {
  margin-bottom: 0;
}
.inside-qa li:hover {
  box-shadow: 0 0 20px #eee;
  transition: all 334ms ease;
}
.inside-qa li:hover .ask {
  color: #fff;
  background: #0066cb;
}
.inside-qa li:hover .tit:before {
  background-color: #0066cb;
}
.inside-qa li:hover .txt span {
  background: #666666;
}
.inside-qa li:hover .txt span:before {
  border-top-color: #666666;
}
.inside-qa li:hover .more {
  color: #fff;
  border-color: #0066cb;
  background: #0066cb;
}
.inside-qa li:hover .more .icon {
  fill: #fff;
}
@media (max-width: 1440px) {
  .inside-qa {
    padding: 60px 0;
  }
  .inside-qa li .tit {
    font-size: 16px;
  }
  .inside-qa li .txt {
    font-size: 14px;
  }
  .inside-qa li .txtbox {
    width: 78%;
  }
  .inside-qa li .more {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .inside-qa {
    padding: 30px 0;
  }
  .inside-qa li {
    padding: 20px 15px;
  }
  .inside-qa li .time {
    width: 15%;
  }
  .inside-qa li .txtbox {
    border-right: 0;
    width: 85%;
    padding-right: 0;
    padding-left: 30px;
  }
  .inside-qa li .txt {
    padding-left: 40px;
  }
  .inside-qa li .more {
    display: none;
    right: 30px;
  }
  .inside-qa li .ask {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 30px;
  }
}
.inside-dowland {
  padding: 80px 0;
  background: #f7f7f7;
}
.inside-dowland ul {
  margin: 0 -20px;
}
.inside-dowland li:hover .item {
  background: url(../images/d-bg-h.png) no-repeat right bottom #0066cb;
}
.inside-dowland li:hover .tag {
  color: #0066cb;
  background: #fff;
  border-color: #fff;
}
.inside-dowland li:hover .tit,
.inside-dowland li:hover .info {
  color: #fff;
}
.inside-dowland li:hover .dow {
  background: #fff;
  color: #0066cb;
}
.inside-dowland li:hover .dow .icon {
  fill: #0066cb;
}
.inside-dowland li {
  width: 33.3333%;
  float: left;
  padding: 20px;
}
.inside-dowland li .item {
 
  padding: 30px 40px;
 
 
}

    .inside-dowland li .pic {
        position: relative;
margin-top:10px;
    }

    .inside-dowland li .pic::after {
        content:"";
        display:block;
        padding-top:68%;
    }
    .inside-dowland li .pic img {
        width: 100%;
        object-fit: cover;
    }
    
.inside-dowland li .tag {
  width: 100%;
  height: 40px;
  color: #333;
  line-height: 38px;
  text-align: center;
  border: solid 1px #ddd;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inside-dowland li .tit {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  height: 67px;
  overflow: hidden;
  margin-top: 10px;
}
.inside-dowland li .info {
  color: #999;
}
.inside-dowland li .dow {
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  line-height: 40px;
  background: #0066cb;
  text-align: center;
}
.inside-dowland li .dow .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin: 0 0 3px 5px;
  display: inline-block;
  vertical-align: middle;
}
.inside-dowland .inside-page {
  padding-top: 40px;
}
@media (max-width: 1450px) {
  .inside-dowland {
    padding: 50px 0;
  }
}
@media (max-width: 1100px) {
  .inside-dowland ul {
    margin: 0 -10px;
  }
  .inside-dowland li {
    padding: 10px;
  }
  .inside-dowland li .item {
    padding: 20px;
    height: auto;
  }
  .inside-dowland li .tit {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
  .inside-dowland li .dow {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .inside-dowland {
    padding: 30px 0 50px 0;
  }
  .inside-dowland li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-dowland li {
    width: 100%;
    float: none;
  }
}
.inside-xg-news {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f7f7f7;
  overflow: hidden;
}
.inside-xg-news .bt span {
  width: 128px;
  height: 33px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  line-height: 33px;
  display: inline-block;
  background: url(../images/bt.jpg) no-repeat top center;
}
.inside-xg-news ul {
  margin: 0 -50px;
  padding-top: 30px;
}
.inside-xg-news ul li:first-child a {
  border-top: 0;
}
.inside-xg-news ul li:nth-child(2) a {
  border-top: 0;
}
.inside-xg-news ul li {
  width: 50%;
  float: left;
  padding: 0 50px;
  font-size: 18px;
}
.inside-xg-news ul li a {
  color: #333;
  display: block;
  padding-left: 20px;
  position: relative;
  height: 60px;
  overflow: hidden;
  line-height: 59px;
  padding-right: 100px;
  border-top: dashed 1px #c6c6c6;
}
.inside-xg-news ul li a:before {
  content: "";
  top: 27px;
  left: 0px;
  position: absolute;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #999;
}
.inside-xg-news ul li span {
  right: 0;
  color: #666;
  font-size: 14px;
  position: absolute;
  font-family: arial;
}
.inside-xg-news ul li span .icon {
  width: 14px;
  height: 14px;
  fill: #bcbcbc;
  vertical-align: top;
  margin: 22px 5px 0 0;
  display: inline-block;
}
.inside-xg-news ul li:hover a {
  color: #0066cb;
}
.inside-xg-news ul li:hover a:before {
  border-left: solid 5px #0066cb;
}
@media (max-width: 640px) {
  .inside-xg-news {
    padding: 30px 0;
  }
  .inside-xg-news ul {
    padding-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .inside-xg-news ul li {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 14px;
  }
  .inside-xg-news ul li a {
    height: 40px;
    line-height: 39px;
  }
  .inside-xg-news ul li span .icon {
    margin-top: 11px;
  }
  .inside-xg-news ul li:nth-child(2) a {
    border-top: dashed 1px #c6c6c6;
  }
}
.inside-service {
  padding: 90px 0 100px 0;
}
.inside-service ul {
  margin-top: 60px;
}
.inside-service li:hover .pic img {
  transform: scale(1.1);
}
.inside-service li:hover .txtbox .tit {
  color: #0066cb;
}
.inside-service li:hover .txtbox .more {
  color: #fff;
  background: #0066cb;
}
.inside-service li:hover .txtbox .more .icon {
  fill: #fff;
}
.inside-service li:nth-child(2n) .pic {
  float: right;
}
.inside-service li:nth-child(2n) .txtbox {
  float: left;
  text-align: left;
}
.inside-service li:nth-child(3) .txtbox .icon {
  padding: 10px 5px 10px 5px;
 
}
.inside-service li:nth-child(4) .txtbox .icon,
.inside-service li:nth-child(5) .txtbox .icon,
.inside-service li:nth-child(6) .txtbox .icon {
  width: 60px;
  height: 60px;
}
.inside-service li:nth-child(7) .txtbox .icon {
  width: 50px;
  height: 50px;
}
.inside-service li {
  background: #f7f7f7;
}
.inside-service li .pic {
  width: 50%;
  float: left;
  overflow: hidden;
}
.inside-service li .pic img {
  transition: all 700ms ease;
}
.inside-service li .txtbox {
  width: 50%;
  float: right;
  padding: 0 70px;
  padding-top: 50px;
  text-align: right;
}
.inside-service li .txtbox .icon {
  width: 70px;
  height: 70px;
  fill: #0066cb;
  display: inline-block;
  vertical-align: unset;
}
.inside-service li .txtbox .tit {
  font-size: 24px;
  line-height: 34px;
  overflow: hidden;
  color: #343434;
  font-weight: 700;
  margin-top: 10px;
}
.inside-service li .txtbox .txt {
  color: #666;
  margin-top: 20px;
  font-size: 15px;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}
.inside-service li .txtbox .more {
  width: 140px;
  height: 40px;
  color: #666;
  display: inline-block;
  font-size: 16px;
  margin-top: 40px;
  line-height: 38px;
  border: solid 1px #dddddd;
  text-align: center;
}
.inside-service li .txtbox .more .icon {
  width: 20px!important;
  height: 20px!important;
  fill: #b0b0b0;
  margin: 0 0 3px 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1600px) {
  .inside-service {
    padding: 60px 0;
  }
  .inside-service ul {
    margin-top: 30px;
  }
  .inside-service li .txtbox {
    padding: 30px 50px;
  }
  .inside-service li .txtbox .icon {
    padding: 0!important;
    width: 40px!important;
    height: 40px!important;
  }
  .inside-service li .txtbox .tit {
    font-size: 18px;
  }
  .inside-service li .txtbox .txt {
    line-height: 24px;
    height: auto;
    margin-top: 10px;
  }
}
@media (max-width: 780px) {
  .inside-service {
    padding: 30px 0;
  }
  .inside-service li .pic {
    width: 100%;
    float: none;
  }
  .inside-service li .pic img {
    width: 100%;
  }
  .inside-service li .txtbox {
    width: 100%;
    float: none;
    padding: 30px 20px;
    text-align: left!important;
  }
  .inside-service li .txtbox .more {
    margin-top: 15px;
  }
  .inside-service li .txtbox .tit {
    margin-top: 0;
  }
}
.map {
  width: 47%;
  float: right;
  height: 700px;
  overflow: hidden;
}
@media (max-width: 1450px) {
  .map {
    height: 500px;
  }
}
@media (max-width: 1100px) {
  .map {
    width: 100%;
    float: none;
    margin-top: 0px;
    height: 300px;
  }
}
#allmap,
#allmap2 {
  height: 700px;
}
#allmap img,
#allmap2 img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL,
#allmap2 .anchorBL {
  display: none;
}
@media (max-width: 1450px) {
  #allmap,
  #allmap2 {
    height: 500px;
  }
}
@media (max-width: 1100px) {
  #allmap,
  #allmap2 {
    width: 100%;
    float: none;
    margin-top: 40px;
    height: 300px;
  }
}
.inside-contact {
  padding-top: 100px;
}
.inside-contact .txtbox {
  font-size: 15px;
  line-height: 30px;
}

.inside-contact .txtbox .item {
	margin-bottom: 30px;
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.inside-contact .txtbox .tit {
  /*font-size: 40px;
  line-height: 50px;*/
  font-size: 18px;
  color: #0066cb;
  font-weight: 700;
}
/*.inside-contact ul {
  margin-top: 30px;
}*/
.inside-contact ul li {
  padding: 5px;
  /*font-size: 18px;*/
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  /*border-top: dashed 1px #b3b3b3;*/
}
.inside-contact ul li img {
  top: 5px;
  left: 0;
  position: absolute;
}
/*.inside-contact ul li:first-child {
  border-top: 0;
}*/
.inside-contact ul .add span {
  vertical-align: top;
  display: inline-block;
}
.inside-contact ul .add i {
  cursor: pointer;
  display: block;
  font-style: normal;
}
.inside-contact ul .add em {
  padding-left: 58px;
  display: inline-block;
  font-style: normal;
}
.inside-contact ul .add .conmenu {
  color: #0066cb;
}
@media (max-width: 1450px) {
  .inside-contact .txtbox {
    padding-left: 100px;
  }
  .inside-contact .txtbox .tit {
    font-size: 18px;
    
  }
  .inside-contact .txtbox .add em {
    padding-left: 45px;
  }
  .inside-contact .txtbox ul li {

    font-size: 14px;
  }

}
@media (max-width: 1100px) {
  .inside-contact {
    padding-top: 40px;
  }
  .inside-contact .txtbox {
    padding-left: 20px;
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .inside-contact .txtbox li {
    padding-left: 40px;
  }
  .inside-contact .txtbox li img {
    left: 0;
  }
  .inside-contact .txtbox .tit {
    font-size: 18px;
    margin-bottom: 0;
  }
  .inside-contact .txtbox .add em {
    padding-left: 0;
  }
}
.message {
  background: url(../images/message.jpg) no-repeat top center;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.message ul {
  margin: 0 -20px;
  margin-top: 55px;
  overflow: hidden;
}
.message li {
  width: 33.33333333%;
  float: left;
  margin-bottom: 30px;
  padding: 0 20px;
}
.message li .box {
  position: relative;
}
.message li span {
  display: block;
}
.message li input,
.message li textarea {
  background: #fff;
  width: 100%;
  height: 48px;
  font-size: 16px;
  outline: 0;
  color: #333;
  padding: 10px;
  font-family: "微软雅黑";
  border: 1px solid #cccccc;
}
.message li input:focus,
.message li textarea:focus {
  border: 1px solid #0066cb;
}
.message li textarea {
  height: 250px;
  padding: 10px;
  resize: none;
}
.message li #submit,
.message li #submit1 {
  margin: 0 10px;
  width: 150px;
  height: 46px;
  padding: 0;
  margin-top: 30px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #dddddd;
  background: #dddddd;
}
.message li #submit:hover,
.message li #submit1:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.message li #submit {
  border: 1px solid #0066cb;
  background: #0066cb;
  color: #fff;
}
.message li #submit1 {
  border: 1px solid #dddddd;
  background: #dddddd;
  color: #333;
}
.message .textarea {
  width: 100%;
  height: auto;
}
.message .btnbox {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .message {
    padding: 40px 0;
  }
  .message ul {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .message li {
    padding: 0 10px;
  }
  .message li textarea {
    height: 100px;
  }
}
@media (max-width: 640px) {
  .message li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .message li #submit,
  .message li #submit1 {
    margin-top: 20px;
    margin-right: 0px;
    width: 120px;
  }
  .message .textarea {
    margin-bottom: 15px;
  }
  .message .btnbox {
    text-align: left;
  }
}
.inside-product {
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
  background: #f7f7f7;
}

#maodian{
position: absolute;
height: 0;
margin-top: -100px;
	
}

.inside-product .inside-box {
  border-bottom: 0;
}
@media (max-width: 1100px) {
  .inside-product {
    padding-bottom: 50px;
  }
}
.aside {
  float: left;
  width: 20.5%;
}
.aside .aside-title {
  color: #fff;
  height: 120px;
  padding-top: 34px;
  padding-left: 40px;
  background: url(../images/by-bg.jpg) no-repeat;
}
.aside .aside-title .pic {
  width: 60px;
  height: 60px;
  float: left;
}
.aside .aside-title .text {
  float: left;
  padding-left: 10px;
  line-height: 28px;
}
.aside .aside-title .text .h3 {
  font-size: 24px;
  font-weight: bold;
}
.aside .aside-title .text .p {
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .aside .aside-title {
    padding-left: 20px;
  }
  .aside .aside-title .text {
    padding-left: 0;
  }
  .aside .aside-title .text .h3 {
    font-size: 20px;
  }
  .aside .aside-title .text .p {
    font-size: 14px;
  }
}
.aside .aside-list {
  background: #fff;
}
.aside .aside-list li {
  margin-top: 1px;
}
.aside .aside-list li span {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  display: block;
  padding-left: 45px;
  background: #e6f3ff;
}
.aside .aside-list li span a {
  display: block;
  font-size: 16px!important;
  color: #333;
}
.aside .aside-list li span img {
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.aside .aside-list li .drop {
  display: none;
  padding: 20px 0;
}
.aside .aside-list li .drop a {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 14px!important;
  color: #333;
  padding: 0 10px 0 55px;
  position: relative;
}
.aside .aside-list li .drop a:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 20px;
  left: 40px;
  position: absolute;
  background: #666666;
}
.aside .aside-list li .drop a:hover,
.aside .aside-list li .drop .cur {
  color: #0066cb;
  background: url(../images/pico-5.png) no-repeat top left;
}
.aside .aside-list li .drop a:hover:before,
.aside .aside-list li .drop .cur:before {
  background: #0066cb;
}
.aside .aside-news {
  margin-top: 40px;
}
.aside .aside-news .title {
  color: #fff;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
  padding-left: 40px;
  background: #0066cb;
}
.aside .aside-news .title span {
  opacity: 0.8;
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
}
.aside .aside-news ul {
  background: #fff;
  padding: 20px;
}
.aside .aside-news ul .pic {
  overflow: hidden;
  position: relative;
}
.aside .aside-news ul .pic:after {
  content: "";
  display: block;
  padding-bottom: 69%;
}
.aside .aside-news ul .pic img {
  transition: all 700ms ease;
}
.aside .aside-news ul span {
  display: block;
  height: 48px;
  overflow: hidden;
  line-height: 47px;
  padding-left: 30px;
  border-top: dashed 1px #ddd;
  background: url(../images/sj-2.png) no-repeat 10px 20px;
}
.aside .aside-news ul span:hover {
  background: url(../images/sj-3.png) no-repeat 10px 20px;
}
.aside .aside-news ul span:hover a {
  color: #0066cb;
}
.aside .tel {
  margin-top: 40px;
  height: 120px;
  color: #fff;
  padding-top: 35px;
  padding-left: 80px;
  position: relative;
  background: url(../images/tel-bg.png);
}
.aside .tel img {
  top: 35px;
  left: 15px;
  position: absolute;
}
.aside .tel .num {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  font-family: arial;
}
@media (max-width: 1100px) {
  .aside {
    display: none;
  }
}
.inmain-right {
  float: right;
  width: 75%;
  padding-top: 7px;
}
.inmain-right .inmain-top {
  position: relative;
  overflow: hidden;
}
.inmain-right .inmain-top .h3 {
  font-size: 25px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  padding-left: 15px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
  background: url(../images/proline.png) repeat-x left bottom;
}
.inmain-right .inmain-top .h3:before {
  content: "";
  width: 4px;
  height: 30px;
  top: 0;
  left: 0;
  position: absolute;
  background: #0066cb;
}
.inmain-right .list {
  background: #f7f7f7;
}
.inmain-right .list ul {
  margin: 0 -13px;
  padding-top: 10px;
}
.inmain-right .list li {
  padding: 20px 13px;
  width: 33.333%;
  float: left;
}
.inmain-right .list li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
}
.inmain-right .list li a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.inmain-right .list li a:hover:before {
  opacity: 1;
}
.inmain-right .list li a:hover .pic:before {
  opacity: 1;
}
.inmain-right .list li a:hover .pic img {
  transform: scale(1.05);
}
.inmain-right .list li a:hover .bg .tit,
.inmain-right .list li a:hover .bg .txt {
  color: #0066cb;
}
.inmain-right .list li .pic {
  overflow: hidden;
  position: relative;
}
.inmain-right .list li .pic img {
  transition: all 700ms ease;
}
.inmain-right .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inmain-right .list li .bg {
  margin: 0 20px;
  padding: 20px 0;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ddd;
}

.inmain-right .list li .txt p{
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
white-space: nowrap;
}
.inmain-right .inside-page {
  padding-top: 50px;
}
@media (max-width: 1100px) {
  .inmain-right {
    width: 100%;
    float: none;
  }
  .inmain-right .inmain-top .h3 {
    font-size: 16px;
  }
  .inmain-right .list ul {
    margin-right: -10px;
    margin-left: -10px;
  }
  .inmain-right .list li {
    padding: 10px;
    width: 100%;
  }
  .inmain-right .list li .bg {
    padding: 15px 5px;
  }
  .inmain-right .list .txt-2{height:auto!important;}
.inmain-right .list li .txt p{
  font-size: 16px;
}  
  
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg-2.png) no-repeat bottom center #ffffff;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: url(../images/pbg.png) no-repeat top center rgba(255, 255, 255, 0.5);
}
.phone-nav .list-menu li {
  font-size: 16px;
  position: relative;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li h3 {
  color: #0066cb;
  padding-left: 20px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 8px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 14px;
  padding: 0px 0px 0 20px;
}
.inside-product-show {
  color: #333;
  font-size: 16px;
}
.inside-product-show .inside-box {
  margin-bottom: 20px;
}
.inside-product-show .box-1 .leftbox {
  width: 55%;
  float: left;
}
.inside-product-show .box-1 .leftbox .bigimg {
  width: 76.5%;
  float: left;
  background: #fff;
}
.inside-product-show .box-1 .leftbox .bigimg span {
  display: block;
  position: relative;
}
.inside-product-show .box-1 .leftbox .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-show .box-1 .leftbox .smallimg {
  width: 19.5%;
  float: right;
  padding: 30px 0 40px 0;
}
.inside-product-show .box-1 .leftbox .smallimg span {
  margin-top: 10px;
  border: solid 1px #d5d5d5;
  display: block;
  position: relative;
}
.inside-product-show .box-1 .leftbox .smallimg span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-show .box-1 .leftbox .smallimg .slick-current span {
  border-color: #0066cb;
}
.inside-product-show .box-1 .leftbox .slick-prev,
.inside-product-show .box-1 .leftbox .slick-next {
  width: 25px;
  height: 25px;
  border: 0;
  margin-top: -12px;
}
.inside-product-show .box-1 .leftbox .slick-prev {
  left: 0;
  width: 100%;
  top: 0;
  margin-top: auto;
  background: url(../images/top1.png) no-repeat center center #eeeeee;
}
.inside-product-show .box-1 .leftbox .slick-next {
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  background: url(../images/bot1.png) no-repeat center center #0066cb;
}
.inside-product-show .box-1 .rightbox {
  width: 40%;
  float: right;
  line-height: 32px;
  position: relative;
  min-height: 442px;
}
.inside-product-show .box-1 .rightbox h2 {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: solid 1px #eeeeee;
}

.inside-product-show .box-1 .rightbox h2 p {
  font-size: 18px;
}

.inside-product-show .box-1 .rightbox .txt {
  font-size: 16px;
  margin-top: 30px;

}
.inside-product-show .box-1 .rightbox .button {
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
.inside-product-show .box-1 .rightbox .button a  {
  color: #fff;
  max-width: 125px;
  width: 100%;
  height: 47px;
  line-height: 45px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  border: solid 1px #0066cb;
  background: #0066cb;
}

@media (max-width:1440px){
	.inside-product-show .box-1 .rightbox .button a  {
	  max-width: 105px;
	  font-size:14px;
	}	
	
}

.inside-product-show .box-1 .rightbox .button a .icon,.inside-product-show .box-1 .rightbox .button a img {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.inside-product-show .box-1 .rightbox .button .btn {
  color: #0066cb;
  background: none;
  border: solid 1px #dddddd;
}
.inside-product-show .box-1 .rightbox .button .btn .icon {
  width: 20px;
  height: 20px;
  fill: #0066cb;
}
.inside-product-show .box-1 .rightbox .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.inside-product-show .box-1 .rightbox .tel {
  color: #0066cb;
  font-size: 20px;
  background: #fff;
  max-width: 140px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-family: "DIN-BOLD";
  margin-top: 20px;
  position: relative;
  letter-spacing: -1px;
  box-shadow: 0 0 15px rgba(23, 127, 195, 0.2);
}
.inside-product-show .box-1 .rightbox .tel:before {
  content: "";
  top: -10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #fff;
  box-shadow: 0 0 5px rgba(23, 127, 195, 0.1);
}
.inside-product-show .box-2 {
  margin-top: 100px;
}
.inside-product-show .box-2 .tig {
  height: 54px;
  z-index: 99;
  line-height: 54px;
  background: #e5e5e5;
}
.inside-product-show .box-2 .tig li {
  float: left;
  width: 17%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-left: solid 1px #fff;
}
.inside-product-show .box-2 .tig li a {
  display: block;
}
.inside-product-show .box-2 .tig .active {
  background: #0066cb;
}
.inside-product-show .box-2 .tig .active a {
  color: #fff;
}
.inside-product-show .box-2 .dw {
  z-index: 1;
  top: -180px;
  position: absolute;
}
.inside-product-show .box-2 .title {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  padding-left: 13px;
  margin-top: 45px;
  font-weight: 700;
  border-left: solid 3px #0066cb;
}
.inside-product-show .box-2 .nr01 {
  position: relative;
}

.inside-product-show .box-2 .nr01 .item p.jsh {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-indent: 2em;
  padding-top: 20px;
}

.inside-product-show .box-2 .nr01 .item ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.inside-product-show .box-2 .nr01 .item li {
  width: 50%;
  float: left;
  display: flex;
  margin-top: 40px;
  padding: 0 15px;
}
.inside-product-show .box-2 .nr01 .item li .hezi {
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 0 5px rgba(23, 127, 195, 0.15);
}
.inside-product-show .box-2 .nr01 .item li .bt {
  height: 60px;
  line-height: 60px;
  background: #f0f0f0;
  font-size: 18px;
  color: #333;
  padding-left: 30px;
  font-weight: 700;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.inside-product-show .box-2 .nr01 .item li .bt img {
  vertical-align: middle;
  margin-right: 10px;
}
.inside-product-show .box-2 .nr01 .item li .txt {
  padding: 30px 35px;
}
.inside-product-show .box-2 .nr01 .item li .txt h4 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.inside-product-show .box-2 .nr01 .item li .txt h5 {
  color: #333;
  font-size: 16px;
  margin-top: 15px;
  font-weight: normal;
}
.inside-product-show .box-2 .nr01 .item li .txt h5:first-child {
  margin-top: 0;
}
.inside-product-show .box-2 .nr01 .item li .txt p {
  padding-left: 15px;
  position: relative;
}
.inside-product-show .box-2 .nr01 .item li .txt p:before {
  content: "";
  width: 5px;
  height: 5px;
  top: 14px;
  left: 0;
  border-radius: 100%;
  position: absolute;
  background: #0066cb;
}
.inside-product-show .box-2 .nr02 {
  padding-top: 10px;
  position: relative;
}
.inside-product-show .box-2 .nr02 .table {
  background: #fff;
  margin-top: 40px;
}
.inside-product-show .box-2 .nr02 table {
  text-align: center;
}
.inside-product-show .box-2 .nr02 th {
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  border-color: #fff;
  background: #0066cb;
}
.inside-product-show .box-2 .nr02 tr,
.inside-product-show .box-2 .nr02 th,
.inside-product-show .box-2 .nr02 td {
  padding: 5px;
  font-size: 14px;
  border: solid 1px #dddddd;
}
.inside-product-show .nr03 {
  padding-top: 10px;
  position: relative;
}
.inside-product-show .nr03 ul {
  margin: 0 -20px;
}
.inside-product-show .nr03 li {
  padding: 20px;
  width: 50%;
  float: left;
}
.inside-product-show .nr03 li .pic {
  overflow: hidden;
  background: #fff;
  position: relative;
}
.inside-product-show .nr03 li .pic img {
  transition: all 700ms ease;
}
.inside-product-show .nr03 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.inside-product-show .nr03 li:hover .pic img {
  transform: scale(1.05);
}
.inside-product-show .nr04 {
  margin-top: 40px;
  position: relative;
  border-top: solid 1px #dddddd;
}
.inside-product-show .nr04 .list {
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .inside-product-show .box-1 .rightbox {
    min-height: 385px;
  }
  .inside-product-show .box-1 .rightbox h2 {
    font-size: 18px;
    height: auto;
    line-height: 24px;
  }
  
  .inside-product-show .box-1 .rightbox h2 p{
    font-size: 16px;
    height: auto;
    line-height: 20px;
  }  
  
  .inside-product-show .box-1 .rightbox .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-product-show .box-2 {
    margin-top: 40px;
  }
  .inside-product-show .box-2 .tig li {
    font-size: 16px;
  }
  .inside-product-show .box-2 .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .inside-product-show .box-1 .leftbox {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-product-show .box-1 .leftbox .smallimg span {
    margin-top: 5px;
  }
  .inside-product-show .box-1 .leftbox .smallimg span:after {
    padding-bottom: 82%;
  }
  .inside-product-show .box-1 .leftbox .smallimg .slick-prev,
  .inside-product-show .box-1 .leftbox .smallimg .slick-next {
    padding-bottom: 30px;
  }
  .inside-product-show .box-1 .rightbox {
    width: 100%;
    float: none;
    margin-bottom: 50px;
    min-height: auto;
    margin-top: 30px;
  }
  .inside-product-show .box-1 .rightbox h2 {
    font-size: 16px;
    padding-bottom: 20px;
  }
    .inside-product-show .box-1 .rightbox h2 p{
    font-size: 14px;

  }
  .inside-product-show .box-1 .rightbox .button {
    left: auto;
    bottom: auto;
    margin-top: 30px;
    position: relative;
  }
  .inside-product-show .box-1 .rightbox .button a {
    margin-right: 5px;
    width: 130px;
  }
  .inside-product-show .box-2 {
    margin-top: 0;
  }
  .inside-product-show .box-2 .tig {
    top: auto!important;
    left: auto!important;
    z-index: 1!important;
    position: relative!important;
  }
  .inside-product-show .box-2 .tig li {
    width: 33.3333%;
    font-size: 14px;
  }
  .inside-product-show .box-2 .nr01 .item li {
    width: 100%;
    float: none;
  }
  .inside-product-show .box-2 .nr01 .item li .txt {
    padding: 20px;
  }
  .inside-product-show .box-2 .nr01 .item li .txt p::before {
    top: 8px;
  }
  .inside-product-show .box-2 .nr01 .item li .txt h5 {
    font-size: 14px;
  }
  .inside-product-show .box-2 .nr01 .item li .bt {
    font-size: 14px;
    border-radius: 0;
    padding-left: 20px;
  }
  .inside-product-show .box-2 .nr01 .item li .hezi {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-product-show .box-2 .nr02 .table {
    margin-top: 20px;
    overflow-y: scroll;
  }
  .inside-product-show .box-2 .nr02 .table table {
    width: 1000px;
  }
  .inside-product-show .box-2 .nr03 ul {
    margin-left: -10px;
  }
  .inside-product-show .box-2 .nr03 li {
    padding: 10px;
  }
  .inside-product-show .box-2 .nr04 {
    margin-top: 30px;
  }
}

.fl {
	display: block;
}

.videoLayer {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.videoPopup {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

.videoBox {
    color: #fff;
    position: fixed;
    width: 60%;
    height: 66%;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    margin: auto;
    opacity: 0;
    transition: all .5s;
}

    .videoBox .close {
        width: 50px;
        height: 50px;
        position: absolute;
        right: -30px;
        top: -20px;
    }

        .videoBox .close img {
            padding: 10px;
            max-width: 100%;
            max-height: 100%;
            background: #fff;
            border-radius: 100%;
        }

    .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;
        text-align:center;
    }

@media screen and (max-width: 1023px) {
    .videoBox {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

        .videoBox .close {
            width: 25px;
            height: 25px;
            right: 0;
            top: -25px;
        }
}

@media screen and (max-width: 767px) {
    .videoBox {
        height: 50%;
    }
}

@media screen and (max-width: 1400px) {
    .aside .tel .num {
		
		font-size: 22px;
		
	}
}

.home-search {
  padding: 16px 0 14px 0;
  overflow: hidden;
  background: #f2f2f2;
}

.home-search .keys {
  float: left;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;

  overflow: hidden;

  color: #666;
}

.home-search .keys span {
  color: #666;
  display: block;
  float: left;
}

.home-search .keys a {
  color: #666;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.footer .footer-link {
  padding-top: 47px;
}

.footer .footer-link span {
  margin-right: 10px;
  color: #666;
}

.footer .footer-link a {
  margin-right: 10px;
  color: #666;
}

.transparent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

.video-popup1 {
	position: fixed;
	z-index: 9999999999999999999;
	width: 1109px;
	/*height: 581px;*/
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: none;
	background: #f8f8f8;
	box-shadow: 0 10px 25px 4px rgba(2,2,2,0.5)
}

.video-popup1 .box {
	height: 100%
}



@media (max-width:1140px) {
	.video-popup1 {
		width: 96%;
		height: 300px;
		left: 2%;
		margin: 0;
		padding: 20px 10px;
		transform: translate(0,-50%)
	}
}

.biaoqian{
	margin-top:30px;
}

.biaoqian .left {
  float: left;
  font-size: 16px;
  line-height: 26px;
}

.biaoqian .left span {
  font-weight: bold;
  color: #0066cb;
}

.biaoqian .left a {
  color: #333;
}

.biaoqian .share {
  position: relative;
  text-align: right;
  float: right;
}

.biaoqian .share span {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}

.biaoqian .share .link {
  display: inline-block;
  vertical-align: top;
}
.biaoqian .share .link .bshare-custom a {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
}

.biaoqian .share .link .bshare-custom .bshare-weixin {
  background: url("../images/weixinpro.png") no-repeat center center;
  background-size: 26px;
}

.biaoqian .share .link .bshare-custom .ewm {
  position: absolute;
  width: 150px;
  height: 150px;
  left: -52px;
  display: none;
  z-index: 999;
  top: -160px;
  background: #eee;
  padding: 5px;
}

.biaoqian .share .link .bshare-custom:hover .ewm {
  display: block;
}


.inmain-right .list .bg .more{
width: 100%;
  height: 40px;
  background: #0066cb;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  line-height: 38px;
  border: solid 1px #dddddd;
  text-align: center;
  float: right;
margin-bottom:10px;
}


.inmain-right .list .bg .more .icon{
width: 20px !important;
  height: 20px !important;
  fill: #fff;
  margin: 0 0 3px 5px;
  display: inline-block;
  vertical-align: middle;
}

.inmain-right .list .txt-2{height:198px;overflow:hidden;}