* {
  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: "Microsoft YaHei", "arial";
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
@font-face {
  font-family: "DINPro-Light_0";
  src: url("../font/DINPro-Light_0.woff2") format("woff2"), url("../font/DINPro-Light_0.woff") format("woff"), url("../font/DINPro-Light_0.ttf") format("truetype"), url("../font/DINPro-Light_0.eot") format("embedded-opentype"), url("../font/DINPro-Light_0.svg") format("svg");
}
@font-face {
  font-family: "DIN-BOLD";
  src: url("../font/DIN-BOLD.woff2") format("woff2"), url("../font/DIN-BOLD.woff") format("woff"), url("../font/DIN-BOLD.ttf") format("truetype"), url("../font/DIN-BOLD.eot") format("embedded-opentype"), url("../font/DIN-BOLD.svg") format("svg");
}
:root{
	--main-color:#0066FC;
	--second-color:#EF9D0E;
	--en-font:'DIN-BOLD'
}
.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: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1025px) {
  .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);
  }
}

.header {
  height: 97px;
}
.header .logo {
  float: left;
  padding-left: 90px;
  display: block;
}
.header .tel {
  float: right;
  color: #333;
  z-index: 9;
  line-height: 30px;
  margin-top: 34px;
  padding-left: 45px;
  position: relative;
  padding-right: 40px;
}
.header .tel img {
  left: 0;
  position: absolute;
}
.header .tel span {
  font-size: 30px;
  display: block;
  font-weight: 700;
  font-family: arial;
}
.header .tel a {
  color: #333;
  font-family: var(--en-font);
}
.header .bgcolor {
  height: 97px;
  float: right;
  width: 314px;
  color: #fff;
  background: var(--second-color);
}
.header .bgcolor .search {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 97px;
  display: inline-block;
}
.header .bgcolor .search a {
  display: block;
}
.header .bgcolor .search img {
  vertical-align: middle;
}
.header .bgcolor .language {
  vertical-align: top;
  padding-left: 30px;
  display: inline-block;
  font-size: 17px;
  line-height: 97px;
  font-family: arial;
  position: relative;
}
.header .navbar-text a{color: #fff;}
.header .bgcolor .language:after {
  content: "";
  width: 1px;
  height: 16px;
  top: 50%;
  right: -15px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
  position: absolute;
}
.header .bgcolor .language a {
	 color: #fff;
}
.header .bgcolor .language img {
  vertical-align: middle;
  margin-right: 5px;
}
.header .bgcolor .language .ico {
  margin-top: -8px;
}
.header .menu {
  right: 20px;
  top: 13px;
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
}
@media (max-width: 1700px) {
  .header .logo {
    padding-left: 20px;
  }
  .header .nav li {
    margin: 0;
  }
}
@media (max-width: 1400px) {
  .header .bgcolor {
    width: 160px;
  }
  .header .tel {
    padding-right: 15px;
    margin-left: 0;
  }
  .header .tel span {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .header .tel {
    display: none;
  }
  .header .bgcolor {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    position: fixed;
  }
  .header .logo {
    margin-top: 5px;
  }
  .header .logo img {
    max-height: 50px;
  }
  .header .menu {
    display: block;
  }
}
.nav {
  float: right;
  padding-right: 30px;
}
.nav li {
  float: left;
  padding: 0 15px;
  margin: 0 20px;
  position: relative;
  text-align: center;
}
.nav li > a {
  color: #333;
  font-size: 18px;
  line-height: 97px;
  display: block;
}
.nav li > a:after {
  content: "";
  height: 3px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  width: 0;
  background: var(--main-color);
  position: absolute;
  transition: all 500ms ease;
}
.nav li .subnav {
  top: 94px;
  left: 0;
  width: 200px;
  z-index: 9;
  left: 50%;
  font-size: 15px;
  display: none;
  
  background: #fff;
  font-weight: lighter;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-top: solid 3px var(--main-color);;
  transform: translateX(-50%);
  position: absolute;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #555;
  padding: 2px 5px;
  transition: all 0s ease;
}
.nav li .subnav a:hover {
  color: var(--main-color);
  font-weight: bold;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a,
.nav .active > a {
  color: var(--main-color);
  font-weight: bold;
}
.nav li:hover:after,
.nav .active:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: url(http://chipnorth.cn/images/bg-2.png) no-repeat bottom center #ffffff;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: url(http://chipnorth.cn/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: var(--main-color);;
  padding-left: 20px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: 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;
}
.banner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner .slick-dots {
  bottom: 40px;
  margin: 0 auto;
  background: #18214e;
  width: 120px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
}
.banner .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  margin-top: 5px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 3px #fff solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.banner .slick-dots li button:before {
  content: "";
  display: none;
}
.banner .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots li:hover button {
  background: #ffffff;
}
.banner .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots .slick-active button {
  background: var(--main-color);!important;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }
  .banner .slick-dots {
    bottom: 20px;
  }
  .banner .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .banner .slick-dots .slick-active button {
    background: var(--main-color); !important;
  }
  .banner .slick-dots .slick-active::after {
    display: none;
  }
}
@keyframes bmove1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index-title {
  color: #333;
  text-align: center;
  position: relative;
}
.index-title .cn {
  z-index: 2;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
.index-title .cn span {
  color: var(--main-color);;
}
.index-title .txt {
  font-size: 15px;
  margin-top: 25px;
}
.index-title .en {
  top: 50%;
  width: 100%;
  z-index: 1;
  color: #f3f3f3;
  font-size: 134px;
  line-height: 140px;
  font-weight: 700;
  font-family: arial;
  position: absolute;
  transform: translateY(-64%);
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .index-title .en {
    display: none;
  }
  .index-title .cn {
    font-size: 24px;
    line-height: 40px;
  }
  .index-title .txt {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    line-height: 20px;
  }
}
.index-product {
  overflow: hidden;
  padding: 130px 0 150px 0;
  background: #eef0f3;
  background: url(../image/product-bg.jpg) no-repeat top center #f6f6f7;
}
.index-product .index-title .en {
  color: #eee;
}
.index-product .scroll a {
  display: block;
  transition: all 0s;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
  margin: 40px 10px 20px 10px;
}
.index-product .scroll a:before {
  content: "";
  width: 58px;
  height: 58px;
  top: 30%;
  z-index: 3;
  left: 50%;
  opacity: 0;
  margin-left: -29px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.9);
  background: url(../image/proicon.png) no-repeat;
}
@media (max-width: 480px) {
  .index-product .scroll a {
    background: #fff;
  }
}
.index-product .scroll a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.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.2);
}
.index-product .scroll a:hover .bg {
  border-color: var(--main-color);
  background: var(--main-color);
}
.index-product .scroll a:hover .bg .tit,
.index-product .scroll a:hover .bg .txt {
  color: #fff;
}
.index-product .scroll a:hover .more {
  background: #fff;
  color: var(--main-color);
  fill: var(--main-color);
}
.index-product .scroll .pic {
  overflow: hidden;
  position: relative;
}
.index-product .scroll .pic img {
  transition: all 700ms ease;
}
.index-product .scroll .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.7);
}
.index-product .scroll .pic:after {
  content: "";
  display: block;
  padding-bottom: 86.5%;
}
.index-product .scroll .bg {
  padding-top: 30px;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ededed;
}
.index-product .scroll .txt {
  font-size: 17px;
  height: 48px;
  color: #555555;
  overflow: hidden;
  padding: 0 20px;
}
.index-product .scroll .more {
  fill: #fff;
  max-width: 146px;
  border-radius: 20px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  background: var(--main-color);;
}
.index-product .scroll .more svg {
  vertical-align: top;
  margin: 8px 0 0 10px;
}
.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 var(--main-color); 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: var(--main-color);;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  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: var(--main-color);;
}
.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: var(--main-color); !important;
}
@media (max-width: 1200px) {
  .index-product {
    padding: 30px 0 50px 0;
  }
  .index-product .scroll .slick-dots {
    bottom: -20px;
  }
  .index-product .scroll a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.index-cjyy {
  overflow: hidden;
  padding-top: 130px;
}
.index-cjyy .text {
  color: #333;
  font-size: 17px;
  text-align: center;
  padding: 50px 100px;
  line-height: 32px;
}
.index-cjyy .slider-nav {
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 20px;
}
.index-cjyy .slider-nav .item {
  cursor: pointer;
}
.index-cjyy .slider-nav .iconbox {
  display: inline-block;
  position: relative;
}
.index-cjyy .slider-nav .iconbox img {
  display: inline-block;
  max-height:64px;
}
.index-cjyy .slider-nav .iconbox .iconh {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.index-cjyy .slider-nav .tit {
  color: #333;
  font-size: 15.5px;
  margin-top: 15px;
  border: 1px #eee solid;
  margin: 0 10px;
  padding: 10px 0;
  border-radius: 4px;
}
.index-cjyy .slider-nav .slick-current .iconbox .icon {
  opacity: 0;
}
.index-cjyy .slider-nav .slick-current .iconbox .iconh {
  opacity: 1;
}
.index-cjyy .slider-nav .slick-current .tit {
  color: #fff;
  background-color: var(--main-color);
}
.index-cjyy .slider-for {
  width: 105%;
  margin-left: -47px;
}
.index-cjyy .slider-for .item {
  position: relative;
}
.index-cjyy .slider-for .item:hover .txtbox {
  transform: translateY(-70%);
}
.index-cjyy .slider-for .item:hover .pic:before {
  background: rgba(26, 40, 89, 0.83);
}
.index-cjyy .slider-for .item:hover .txt {
  display: inline-block;
}
.index-cjyy .slider-for .pic {
  position: relative;
}

.index-cjyy .slider-for .pic:after {
  content: "";
  display: block;
  padding-bottom: 214%;
}

.index-cjyy .slider-for .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.index-cjyy .slider-for .txtbox {
  top: 50%;
  color: #fff;
  width: 100%;
  z-index: 2;
  padding: 0 50px;
  transition: all 600ms ease;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.index-cjyy .slider-for .txtbox img {
  display: inline-block;
}
.index-cjyy .slider-for .txtbox .iconbox {
  width: 144px;
  height: 114px;
  margin: 0 auto;
  /* background: url(../image/sicon.png) no-repeat top center; */
}
.index-cjyy .slider-for .txtbox .iconbox img {
  margin-top: 45px;
  transform: scale(0.9);
}
.index-cjyy .slider-for .txtbox .tit {
  font-size: 25px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  margin: 40px 0;
}
.index-cjyy .slider-for .txtbox .txt {
  font-size: 16px;
  text-align: left;
  display: none;
  transition: all 500ms ease;
  position: relative;
}
.index-cjyy .slider-for .txtbox .txt span {
  display: block;
  height: 72px;
  overflow: hidden;
}
.index-cjyy .slider-for .txtbox .txt:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 9px;
  left: -12px;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(255, 255, 255, 0.85);
}
.index-cjyy .slider-for .txtbox .more {
  width: 146px;
  height: 38px;
  border-radius: 20px;
  color: #777;
  margin: 0 auto;
  margin-top: 70px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border: solid 1px #fff;
}
.index-cjyy .slider-for .txtbox .more svg {
  fill: #fff;
  float: right;
  width: 25px;
  height: 25px;
  font-weight: lighter;
  margin: 7px 15px 0 0;
}
.index-cjyy .slider-for .slick-current .pic:before {
  background: rgba(26, 40, 89, 0.83);
}
.index-cjyy .slider-for .slick-current .txt {
  display: block;
}
.index-cjyy .slider-for .slick-prev,
.index-cjyy .slider-for .slick-next {
  width: 66px;
  height: 66px;
  border: 0;
  opacity: 0.8;
  margin-top: 0px;
}
.index-cjyy .slider-for .slick-prev,
.index-cjyy .slider-for .slick-next {
  background: url(../image/next.png) no-repeat top center;
}
.index-cjyy .slider-for .slick-prev {
  left: 355px;
  transform: rotate(180deg);
}
.index-cjyy .slider-for .slick-next {
  right: 350px;
}
@media (max-width: 1300px) {
  .index-cjyy .slider-for .slick-prev,
  .index-cjyy .slider-for .slick-next {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 1025px) {
  .index-cjyy {
    padding: 30px 0 0px 0;
  }
  .index-cjyy .text {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    display: none;
  }
  .index-cjyy .slider-nav {
    padding: 30px 0;
  }
  .index-cjyy .slider-nav .iconbox img {
    max-height: 32px;
  }
  .index-cjyy .slider-nav .tit {
    font-size: 14px;
  }
  .index-cjyy .slider-for {
    width: 100%;
    margin-left: 0;
  }
  .index-cjyy .slider-for .txtbox {
    padding: 0 15px;
  }
  .index-cjyy .slider-for .txtbox .tit {
    margin: 0;
    font-size: 16px;
  }
  .index-cjyy .slider-for .txtbox .txt {
    display: none;
  }
  .index-cjyy .slider-for .txtbox .iconbox {
    width: auto;
    height: auto;
    background: none;
  }
  .index-cjyy .slider-for .txtbox .iconbox img {
    margin-top: 0;
  }
  .index-cjyy .slider-for .more {
    display: none;
  }
}
.index-about {
  padding-top: 130px;
  overflow: hidden;
}
.index-about .text {
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  color: #333;
  padding: 40px 0;
}
.index-about .mapbox {
  width: 70%;
  float: left;
  position: relative;
}
.index-about .mapbox .txt {
  color: #333;
  position: absolute;
}
.index-about .mapbox .txt span {
  display: block;
}
.index-about .mapbox .icon {
  position: relative;
}
.index-about .mapbox .icon img {
  z-index: 2;
  position: relative;
}
.index-about .mapbox .icon:before {
  content: "";
  width: 40px;
  height: 40px;
  bottom: -8px;
  left: -10px;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  border: solid 10px rgba(30, 80, 174, 0.1);
  animation: 1.5s dong2 ease infinite;
}
.index-about .mapbox .txt1 {
  top: 230px;
  left: 570px;
}
.index-about .mapbox .txt2 {
  top: 352px;
  left: 621px;
}
.index-about .mapbox .txt2 .icon:before {
  animation: 1.3s dong2 ease infinite;
  border: solid 10px rgba(255, 0, 0, 0.1);
}
.index-about .mapbox .txt3 {
  top: 400px;
  left: 670px;
}
.index-about .mapbox .txt3 .icon:before {
  animation: 1.2s dong2 ease infinite;
}
.index-about .mapbox .txt4 {
  bottom: 130px;
  right: 260px;
}
.index-about .mapbox .txt4 .icon:before {
  animation: 1.3s dong2 ease infinite;
}
.index-about .mapbox .txt5 {
  bottom: 90px;
  right: 340px;
}
.index-about .mapbox .txt5 .icon:before {
  animation: 1s dong2 ease infinite;
}

.index-about .mapbox .txt6 {
  top: 400px;
  left: 537px;
}
.index-about .about{display: flex;flex-wrap: wrap;margin-top: 50px;}
.index-about .about .about-l{width: 50%;}
.index-about .about .about-r{width: 50%;padding-left: 20px;}
.index-about .about .about-r img{border-radius: 10px;}
.index-about .about-box{font-size: 18px;line-height: 36px;}
.index-about .list {
  padding-top: 60px;
}
.index-about .list .tit {
  font-size: 24px;
  line-height: 48px;
  color: #333;
}
.index-about .list ul {
	display: flex;
  margin-top: 20px;
  font-size: 21px;
  color: #222222;
}
.index-about .list ul li {
  padding: 22px 30px 0 0;
}
.index-about .list ul li p:first-child {
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  color: var(--main-color);;
  font-family: var(--en-font);
  padding-bottom: 5px;
}
.index-about .list ul .txt {
  font-size: 36px;
  line-height: 46px;
  padding-top: 10px;
  position: relative;
}
.index-about .list ul .txt:before {
  content: "";
  width: 9px;
  height: 9px;
  top: 30px;
  left: -45px;
  border-radius: 100%;
  background: #222;
  position: absolute;
}
@media (max-width: 1025px) {
  .index-about {
    padding: 30px 0 50px 0;
  }
  .index-about .text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-top: 20px;
  }
  .index-about .mapbox {
    width: 100%;
    float: none;
    display: none;
  }
  .index-about .about .about-l,
  .index-about .about .about-r
  {width: 100%;}
  .index-about .about .about-r{padding-left: 0;}
  .index-about .list {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  .index-about .list .tit {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .index-about .list ul {
    border-left: 0;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .index-about .list ul li {
    width: 50%;
    float: left;
    padding: 10px 0;
  }
  .index-about .list ul li p:first-child {
    font-size: 30px;
    line-height: 40px;
  }
  .index-about .list ul .txt {
    display: none;
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .list ul .txt:before {
    display: none;
  }
}
.index-news {
  min-height: 948px;
  overflow: hidden;
  padding: 130px 0 90px 0;
  background: url(../image/news-bg.jpg) no-repeat top center #f8f8f8;
}
.index-news .more-2 {
  margin-top: 60px;
  text-align: center;
}
.index-news .more-2 a {
  width: 210px;
  height: 54px;
  border-radius: 27px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  background: var(--second-color);
}
.index-news .more-2 a svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin: 13px 0 0 10px;
  vertical-align: top;
}
.index-news .more-2 a:hover {
  box-shadow: 0 0 20px rgba(30, 80, 174, 0.4);
}
.index-news .index-title {
  margin-bottom: 50px;
}
.index-news .listleft {
  width: 66.3%;
  float: left;
}
.index-news .listleft li {
  width: 50%;
  float: left;
  padding: 0 11px;
}
.index-news .listleft li .item {
  padding: 23px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  position: relative;
  background: #fff;
}
.index-news .listleft li .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .listleft li .item:hover .tit {
  color: var(--main-color);;
}
.index-news .listleft li .item:hover .more {
  color: #fff;
  border-color: #fff;
  background: #1e50ae;
}
.index-news .listleft li .item:hover .more svg {
  fill: #fff;
}
.index-news .listleft li .item:hover .time {
  background-color: var(--main-color);
}
.index-news .listleft li .time {
  width: 81px;
  height: 81px;
  border-radius: 10px;
  color: #fff;
  right: 0;
  top: 0px;
  line-height: 16px;
  font-family: var(--en-font);
  text-align: center;
  position: absolute;
  padding-top: 10px;
  background-color: #888;
}
.index-news .listleft li .time span {
  display: block;
}
.index-news .listleft li .time .date {
  font-size: 38px;
  line-height: 38px;
}
.index-news .listleft li .pic {
  overflow: hidden;
  position: relative;
}
.index-news .listleft li .pic img {
  transition: all 700ms ease;
}
.index-news .listleft li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.9%;
}
.index-news .listleft li .txtbox {
  padding-right: 100px;
  position: relative;
}
.index-news .listleft li .tit {
  font-size: 18px;
  color: #333;
  height: 30px;
  overflow: hidden;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
}
.index-news .listleft li .txt {
  font-size: 14px;
  color: #777;
  height: 44px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 22px;
}
.index-news .listleft li .more {
  width: 146px;
  height: 38px;
  border-radius: 20px;
  color: #777;
  margin-top: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #c9c9c9;
}
.index-news .listleft li .more svg {
  float: right;
  fill: #777;
  margin: 8px 15px 0 0;
  display: inline-block;
}
.index-news .listright {
  width: 33%;
  float: right;
}
.index-news .listright li {
  background: #fff;
  padding: 23px 40px 22px 40px;
  border: solid 2px #fff;
}
.index-news .listright li a {
  display: block;
}
.index-news .listright li .tit {
  color: #333;
  height: 24px;
  font-weight: 600;
  overflow: hidden;
  font-size: 16px;
}
.index-news .listright li .txt {
  height: 44px;
  color: #777;
  overflow: hidden;
  line-height: 22px;
  margin-top: 10px;
}
.index-news .listright li .time {
  color: #333;
  font-family: arial;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  border-top: solid 1px #eaeaea;
}
.index-news .listright li .time:before {
  content: "";
  width: 33px;
  height: 2px;
  right: -1px;
  top: 47px;
  background: #bababa;
  position: absolute;
}
.index-news .listright li .time:after {
  width: 16px;
  height: 16px;
  content: "";
  right: 0;
  top: 40px;
  position: absolute;
  transform: rotate(135deg);
  border-left: solid 2px #bababa;
  border-top: solid 2px #bababa;
}
.index-news .listright li .time span {
  display: block;
  font-family: var(--en-font);
}
.index-news .listright li .time span:first-child {
  font-size: 38px;
  line-height: 40px;
}
.index-news .listright li:hover {
  border-color: var(--main-color);;
}
.index-news .listright li:hover .tit {
  color: var(--main-color);;
}
.index-news .listright li:hover .time {
  color: var(--main-color);;
  border-color: var(--main-color);;
}
.index-news .listright li:hover .time:before {
  background: var(--main-color);;
}
.index-news .listright li:hover .time:after {
  border-left-color: var(--main-color);;
  border-top-color: var(--main-color);;
}
.index-news .listright li:first-child {
  margin-top: 0;
}
@media (max-width: 1025px) {
  .index-news {
    padding: 30px 0 50px 0;
    min-height: auto;
  }
  .index-news .index-title {
    margin-bottom: 20px;
  }
  .index-news .listleft,
  .index-news .listright {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .index-news .listleft li {
    padding: 0;
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  .index-news .listleft li .txtbox {
    width: 100%;
    padding-right: 0;
  }
  .index-news .listleft li .time {
    display: none;
  }
  .index-news .listright li {
    padding: 30px 10px;
  }
}
.index-hezuo {
  overflow: hidden;
  padding: 130px 0;
}
.index-hezuo .scroll {
  margin: 0 -10px;
  margin-top: 40px;
}
.index-hezuo .scroll .items {
  float: left;
  width: 20%;
  padding: 10px;
}
.index-hezuo .scroll .tu {
  transition: all 700ms ease;
  border: solid 1px #efefef;
  position: relative;
}
.index-hezuo .scroll .tu:after {
  content: "";
  display: block;
  padding-bottom: 52%;
}
.index-hezuo .scroll .tu:hover {
  border-color: var(--main-color);;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.index-hezuo .slick-dots {
  bottom: -60px;
}
.index-hezuo .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-hezuo .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 var(--main-color); solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-hezuo .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 1px;
  left: -1px;
  margin: auto;
  background: var(--main-color);;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.index-hezuo .slick-dots li button:before {
  content: "";
  display: none;
}
.index-hezuo .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-hezuo .slick-dots li:hover button {
  background: var(--main-color);;
}
.index-hezuo .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-hezuo .slick-dots .slick-active button {
  background: var(--main-color); !important;
}
@media (max-width: 1025px) {
  .index-hezuo {
    padding: 0px 0 100px 0;
  }
  .index-hezuo .scroll {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .index-hezuo .scroll .items {
    padding: 5px;
  }
}
.footer {
  color: #b5b5b5;
  padding-top: 60px;
  border-top: solid 4px var(--main-color);;
  background: #201f1f;clear:both
}
.footer a {
  color: #b5b5b5;
  display: block;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer h3 {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: normal;
}
.footer h3 a {
  color: #fff;
}
.footer ul {
  padding-bottom: 60px;
}
.footer ul li {
  float: left;
  width: 12%;
  position: relative;
}
.footer ul .weixin {
  width: 13%;
  text-align: center;
}
.footer ul .last:before {
  top: 0px;
  right: 47px;
  content: "";
  width: 1px;
  height: 245px;
  position: absolute;
  background: #414141;
}
.footer ul .weixin span {
  height: 25px;
  line-height: 23px;
  max-width: 122px;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  border: solid 1px #4c4c4c;
}
.footer .last {
  width: 27%;
  padding-right: 80px;
}
.footer .last .button a {
  color: #fff;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  background: var(--main-color);
}
.footer .last .button a:hover {
  text-decoration: none;
  background: #0d4697;
}
.footer .last .button img {
  margin-top: 10px;
  margin-right: 5px;
}

.footer .last .tel,
.footer .last .mail,
.footer .last .add{display: flex;align-items: center;margin: 10px 0;}
.footer .last .tel img,
.footer .last .mail img,
.footer .last .add img{margin-right: 10px;}
.footer .last .tel a {
  color: #fff;
  font-family: var(--en-font);
  font-size: 24px;
}
.footer .last .mail a{font-size: 20px; font-family: var(--en-font);}
.footer .last .tel a:hover {
  text-decoration: none;
}

.footer .copy {
  padding: 15px 0;
  border-top: solid 1px #414141;
}
.footer .copy span {
  float: right;
  display: inline-block;
}
.footer .copy a {
  padding-left: 5px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .footer {
    border-top: 0;
    padding-top: 30px;
  }
  .footer ul li {
    display: none;
    font-size: 12px;
    padding-left: 20px;
  }
  .footer ul .last {
    display: block;
    width: 100%;
    float: none;
  }
  .footer ul .last .button {
    display: none;
  }
  .footer .copy {
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer .copy span {
    display: block;
    float: none;
  }
}
.serarchbox {
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 109;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}
.serarchbox .box {
  width: 724px;
  height: 72px;
  margin: 0 auto;
  margin-top: 300px;
  border: solid 10px rgba(255, 255, 255, 0.1);
}
.serarchbox .box input {
  height: 50px;
  width: 646px;
  font-size: 14px;
  padding: 10px 15px;
  background: #fff;
  border: solid 1px var(--main-color);;
  border-right: 0;
}
.serarchbox .box .btn {
  width: 50px;
  height: 50px;
  line-height: 42px;
  vertical-align: top;
  background: var(--main-color);;
  text-align: center;
  display: inline-block;
}
.serarchbox .box .btn img {
  vertical-align: middle;
}
.serarchbox .box .close {
  margin-top: -100px;
  display: block;
  float: right;
}
.inside-banner {
  text-align: center;
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 60px;
  }
}
.inside-menu {
  padding: 55px 0;
  background: #f6f6f8;
}
.inside-menu ul {
  text-align: center;
  padding: 0 150px;
  position: relative;
}
.inside-menu ul:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  left: 0;
  background: #ededef;
  position: absolute;
  top: 40px;
  z-index: 1;
  background: url(../image/line.png) repeat-x center center;
}
.inside-menu ul li {
  width: 23%;
  z-index: 3;
  display: inline-block;
  border: solid 2px #f6f6f8;
  position: relative;
}
.inside-menu ul li:after {
  content: "";
  bottom: -10px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  border-top: solid 12px var(--main-color);;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.inside-menu ul li a {
  display: block;
  line-height: 60px;
  font-size: 21px;
  color: #333;
  background: #fff;
  padding: 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0s;
  border: solid 1px #eeeeee;
}
.inside-menu ul .active a,
.inside-menu ul li:hover a {
  color: #fff;
  background: var(--main-color);;
}
.inside-menu ul .active:after,
.inside-menu ul li:hover:after {
  opacity: 1;
}
@media (max-width: 1200px) {
  .inside-menu {
    padding: 25px 0 15px 0;
  }
  .inside-menu .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .inside-menu ul {
    padding: 0;
  }
  .inside-menu ul li {
    border: 0;
  }
  .inside-menu ul li:after {
    bottom: -6px;
  }
  .inside-menu ul li a {
    font-size: 15px;
    line-height: 40px;
  }
}
.inside-about {
  padding-top: 70px;
}
.inside-about .title {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
}
.inside-about .title img {
  margin-right: 10px;
}
.inside-about .bg {
  font-size: 17px;
  line-height: 32px;
  color: #333;
  padding-bottom: 70px;
  background: url(../image/bg.jpg) no-repeat top center;
}
.inside-about .bg .tem {
  margin-bottom: 30px;
}
.inside-about .bg .video {
  margin: 50px 0;
  text-align: center;
}
.inside-about .bg .video img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .inside-about {
    padding-top: 30px;
  }
  .inside-about .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about .video {
    display: none;
  }
  .inside-about .bg {
    font-size: 14px;
    line-height: 24px;
    background: no-repeat;
  }
}
.inside-honor {
  overflow: hidden;
  padding-bottom: 100px;
}
.inside-honor .index-title {
  color: #333;
}
.inside-honor .index-title .tag {
  color: #999;
}
.inside-honor ul {
  margin: 0 -20px;
}
.inside-honor li {
  width: 25%;
  float: left;
  margin-top: 40px;
  padding: 0 20px;
}
.inside-honor li .item {
  margin: 0 20px;
  padding-bottom: 20px;
  text-align: center;
}
.inside-honor li .item .pic {
  border: solid 1px rgba(255, 255, 255, 0.33);
  position: relative;
}
.inside-honor li .item .pic em {
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 11;
  transition: all 500ms ease;
  font-style: normal;
  position: absolute;
}
.inside-honor li .item .pic em img {
  max-height: 80px;
}
.inside-honor li .item .pic img {
  padding: 10px;
}
.inside-honor li .item .pic:before {
  top: 11px;
  left: 10px;
  z-index: 5;
  width: 94%;
  height: 94%;
  content: "";
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.inside-honor li .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 142%;
}
.inside-honor li .item .tit {
  color: #fff;
  font-size: 17px;
  opacity: 0.7;
  overflow: hidden;
  padding: 20px 0;
}
.inside-honor li .item .line {
  width: 100%;
  opacity: 0.5;
  text-align: center;
  position: relative;
  height: 18px;
  background: url(http://chipnorth.cn/images/arrow.png) no-repeat top center;
}
@media (max-width: 640px) {
  .inside-honor li .item {
    margin: 0 5px;
  }
  .inside-honor li .item .tit {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 0;
  }
}

.inside-honor li .item:hover .tit {
  opacity: 1;
}
.inside-honor li .item:hover .pic {
  border-color: #fff;
}
.inside-honor li .item:hover .pic em {
  opacity: 1;
}
.inside-honor li .item:hover .pic:before {
  opacity: 1;
}
@media (max-width: 640px) {
  .inside-honor li .item:hover .pic:before {
    opacity: 0;
  }
}
.inside-honor li .item {
  padding-bottom: 0;
  position: relative;
  margin: 0;
}
.inside-honor li .item .pic {
  border: solid 1px #ccc;
}
.inside-honor li .item .pic:after {
  padding-bottom: 138%;
}

.inside-honor li .item .tit {
  color: #444;
  background-color: #f5f5f5;
}
.inside-honor li:hover .item .pic {
  border-color: var(--main-color);;
}

@media (max-width: 580px) {
  .inside-honor {
    padding: 30px 0;
  }
  .inside-honor ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-honor li {
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.inside-page {
  padding-top: 80px;
  text-align: center;
}
.inside-page a {
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  font-family: arial;
  border: solid 1px #dcdcdc;
  display: inline-block;
  margin:0 2px;
}

.inside-page span {
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  font-family: arial;
  border: solid 1px #dcdcdc;
  display: inline-block;
  margin:0 2px;
}

.inside-page a:hover,.inside-page a.page-num-current,
.inside-page .cpb {
  color: #fff;
  border-color: var(--main-color);;
  background: var(--main-color);;
}
@media (max-width: 768px) {
  .inside-page {
    padding-top: 50px;
  }
  .inside-page a {
    margin: 0;
    padding: 0 5px;
  }
}
.inside-qywh {
  padding: 30px 0 60px 0;
}
.inside-qywh li {
  overflow: hidden;
  margin-top: 30px;
  transition: all 500ms ease;
  border: solid 1px #fff;
}
.inside-qywh li .txtbox {
  width: 50%;
  float: left;
  font-size: 16px;
  padding: 60px 40px;
  padding-top: 80px;
}
.inside-qywh li .txtbox .tit {
  font-size: 34px;
  line-height: 44px;
  color: var(--main-color);;
  padding-bottom: 40px;
  vertical-align: top;
  border-bottom: dashed 1px #cccccc;
}
.inside-qywh li .txtbox .tit img {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 2px;
}
.inside-qywh li .txtbox .txt {
  color: #454545;
  padding-top: 10px;
}
.inside-qywh li .pic {
  width: 50%;
  float: right;
  overflow: hidden;
  position: relative;
}
.inside-qywh li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50.5%;
}
.inside-qywh li .pic img {
  transition: all 1000ms ease;
}
.inside-qywh li:hover {
  border: solid 1px #efefef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.inside-qywh li:hover .pic img {
  transform: scale(1.1);
}
.inside-qywh li:nth-child(2n) .txtbox {
  float: right;
  text-align: right;
  padding-left: 40px;
  padding-right: 60px;
}
.inside-qywh li:nth-child(2n) .pic {
  float: left;
}
@media (max-width: 1200px) {
  .inside-qywh li .txtbox {
    padding: 20px!important;
  }
  .inside-qywh li .txtbox .tit {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .inside-qywh li .txtbox .tit img {
    max-height: 22px;
    margin-top: 12px;
  }
  .inside-qywh li .txtbox .en {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .inside-qywh li {
    margin-top: 0;
  }
  .inside-qywh li .txtbox,
  .inside-qywh li .pic {
    float: none!important;
    width: 100%!important;
  }
  .inside-qywh li .txtbox {
    padding-left: 0;
    padding-right: 0;
    text-align: center!important;
  }
  .inside-qywh li .txtbox .tit img {
    display: none;
  }
}
.inside-history {
  padding: 80px 0 0 0;
  padding-bottom: 80px;
  position: relative;
  background: #fff;
}
.inside-history .container {
  position: relative;
}
.inside-history .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.inside-history .list {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.inside-history .list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--main-color);;
}
.inside-history .list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 4px;
  background: var(--main-color);;
  margin-left: -4.5px;
  border-radius: 50%;
}
.inside-history li {
  width: 50%;
  clear: both;
  float: right;
  padding-top: 70px;
  padding-left: 50px;
  position: relative;
}
.inside-history li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -9px;
  width: 18px;
  height: 18px;
  margin-top: 26px;
  background: #fff;
  border: 3px solid var(--main-color);;
  border-radius: 50%;
}
.inside-history .box {
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 700ms ease;
  padding: 30px 30px 30px 30px;
  position: relative;
}
.inside-history .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #fff;
  border-top: 1px #e5e5e5 solid;
  border-left: 1px #e5e5e5 solid;
  transform: rotate(-45deg);
}
.inside-history .box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.inside-history .box:hover .year {
  background: #1053b2;
}
.inside-history .year {
  display: block;
  background: var(--main-color);;
  position: absolute;
  font-family: 'mon';
  top: -25px;
  left: 15px;
  color: #fff;
  padding:0 15px;
  font-size: 14px;
  line-height: 56px;
  border-radius: 8px;
  transition: all 700ms ease;
  word-break: break-all;
  overflow: hidden;
}
.inside-history .year .num {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: 700;
  word-break: break-all;
  margin: 0 5px 0 0;
  font-family: arial;
}
.inside-history .info {
  padding-left: 70px;
  overflow: hidden;
  text-align: right;
}
.inside-history .info .item {
  width: 50%;
  float: left;
  text-align: center;
}
.inside-history li:nth-child(even) {
  float: left;
  margin-top: -100px;
  padding-right: 50px;
  padding-left: inherit;
}
.inside-history li:nth-child(even):before {
  left: inherit;
  right: -9px;
}
.inside-history li:nth-child(even) .box:after {
  left: inherit;
  right: -9px;
  transform: rotate(135deg);
}
.inside-history li:nth-child(even) .year {
  right: 15px;
  left: inherit;
}
.inside-history li:nth-child(even) .info {
  padding-left: 0px;
  padding-right: 70px;
  text-align: left;
}
.inside-history .more {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--main-color);;
  margin: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all .5s;
}
.inside-history .more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
}
.inside-history .more:hover {
  box-shadow: 0 0 10px 0 var(--main-color);;
}
@media (max-width: 767px) {
  .inside-history {
    padding-top: 30px;
  }
  .inside-history .list {
    padding-top: 0px;
  }
  .inside-history li {
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .inside-history li:before {
    display: none;
  }
  .inside-history .box {
    padding-left: 15px;
    background: #fff;
    z-index: 2;
  }
  .inside-history .box:after {
    display: none;
  }
  .inside-history .year {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    z-index: 2;
    top: 0!important;
    margin-bottom: 20px;
    position: relative !important;
  }
  .inside-history .info {
    padding: 0!important;
    text-align: left !important;
  }
}
@media (max-width: 420px) {
  .inside-history .info .item {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-history .info .item:first-child {
    margin-top: 0;
  }
}
.inside-current {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: solid 1px #e5e5e5;
}
.inside-current img {
  margin-right: 5px;
  margin-top: 16px;
}
.inside-current span {
  color: var(--main-color);;
}
.inside-news {
  padding-bottom: 80px;
}
.inside-news ul li {
  padding: 40px 0;
  overflow: hidden;
}
.inside-news ul li .box {
  overflow: hidden;
  position: relative;
}
.inside-news ul li .pic {
  width: 26%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news ul li .pic img {
  transition: 0.5s;
}
.inside-news ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.inside-news ul li .pic .hover {
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(12, 72, 137, 0.85);
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 15px;
  transition: 0.5s;
}
.inside-news ul li .pic .hover .link {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.inside-news ul li .pic .hover .link:before {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  background: url(../image/proicon.png) no-repeat top center;
}
.inside-news ul li .pic .hover .link span {
  display: block;
}
.inside-news ul li .date {
  float: left;
  margin-top: 17px;
  width: 10%;
  color: var(--main-color);;
  font-family: arial;
  position: relative;
  text-align: center;
}
.inside-news ul li .date h3 {
  color: var(--main-color);;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
}
.inside-news ul li .date:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 45px;
  background: var(--main-color);;
}
.inside-news ul li .text {
  float: left;
  width: 64%;
  padding-left: 30px;
  position: relative;
  padding-top: 13px;
}
.inside-news ul li .text .bt {
  font-size: 20px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 19px;
}
.inside-news ul li .text .jsh {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  height: 56px;
  overflow: hidden;
  margin-bottom: 22px;
}
.inside-news ul li .text .more {
  width: 146px;
  height: 38px;
  color: #777;
  margin-top: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #c9c9c9;
}
.inside-news ul li .text .more svg {
  float: right;
  fill: #777;
  margin: 8px 15px 0 0;
  display: inline-block;
}
.inside-news ul .odd {
  background: #f6f6f6;
}
.inside-news ul li:hover .pic .hover {
  opacity: 1;
}
.inside-news ul li:hover .text .bt {
  color: var(--main-color);;
}
.inside-news ul li:hover .text .more {
  color: #fff;
  border-color: var(--main-color);;
  background: var(--main-color);;
}
.inside-news ul li:hover .text .more svg {
  fill: #fff;
}
@media (max-width: 640px) {
  .inside-news ul li {
    padding: 20px 0;
  }
  .inside-news ul li .pic {
    width: 30%;
  }
  .inside-news ul li .date {
    display: none;
  }
  .inside-news ul li .text {
    width: 70%;
    padding-left: 15px;
    padding-top: 0;
  }
  .inside-news ul li .text .bt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .inside-news ul li .text .jsh {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }
  .inside-news ul li .text .more {
    display: none;
  }
}
.inside-news-show {
  font-size: 15px;
  color: #333;
  padding: 80px 0 100px 0;
}
.inside-news-show h1 {
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 15px;
  border-bottom: dashed 1px #c7c7c7;
}
.inside-news-show .info::after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
}
.inside-news-show .container {
  position: relative;
}
@media (max-width: 768px) {
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
    padding: 40px 0;
  }
  .inside-news-show h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-news-show .info {
    font-size: 12px;
    line-height: 20px;
  }
}
.inside-page-news {
  margin-top: 60px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #b9b9b9;
  position: relative;
}
.inside-page-news li {
  width: 43%;
  float: left;
  height: 48px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #fff;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
}
.inside-page-news li:last-child {
  float: right;
}
.inside-page-news li:last-child img {
  float: right;
}
.inside-page-news li:hover {
  color: #fff;
  background: var(--main-color);;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  color: #fff;
  width: 14%;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #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(../image/fh.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: var(--main-color);;
}
@media (max-width: 767px) {
  .inside-page-news ul {
    height: auto;
  }
  .inside-page-news li {
    border-bottom: solid 1px #fff;
    width: 100%;
    float: none;
  }
  .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-promenu {
  padding: 60px 0;
}
.inside-promenu li.yiji {
  width: 25%;
  float: left;
  height: 50px;
  line-height: 48px;
  /*overflow: hidden;*/
  margin-left: -1px;
  margin-top: -1px;
  padding-left: 50px;
  padding-right: 15px;
  border: solid 1px #e6e5e5;
  position:relative;
}
.inside-promenu li.yiji a {
  display: block;
  font-size: 15px;
  color: #333;
  padding-left: 25px;
  background: url(../image/pro-dian1.png) no-repeat left 14px;
}
.inside-promenu li.yiji:hover>a,.inside-promenu li.yiji.active>a {
  background: url(../image/prodian-h.png) no-repeat left 14px;
}
.inside-promenu .menu-ul{display: flex;}
.inside-promenu .menu-ul li{color: #333;font-size: 15.5px;
	  margin-top: 15px;border: 1px #eee solid;margin: 0 10px;border-radius: 4px;width: 33.3%;text-align: center;
}
.inside-promenu .menu-ul li a{display: block;width: 100%;line-height: 54px;}
.inside-promenu .menu-ul li:hover,
.inside-promenu .menu-ul li.active{background-color: var(--main-color);}
.inside-promenu .menu-ul li:hover a,
.inside-promenu .menu-ul li.active a{color: #fff;}
@media (max-width: 1025px) {
  .inside-promenu {
    padding: 30px 0;
  }
  .inside-promenu li.yiji {
    padding-left: 15px;
  }
  .inside-promenu li.yiji a {
    padding-left: 20px;
  }
  .inside-promenu .none {
    display: none;
  }
  .inside-product .table-box{
	 overflow-x: scroll;
  }
  
}
@media (max-width: 480px) {
  .inside-promenu li.yiji {
    width: 50%;
  }
}
.inside-product {
  overflow: hidden;
  padding: 50px 0 80px 0;
  background: #f6f7f9;
}
 .inside-product table{border: solid #ccc;margin: 0;padding: 0;resize: none;width: 100%;
	outline: none;border-width: 1px 0 0 1px;}
.inside-product table thead tr {background-color: #e8e8e8 !important;font-weight: bold;font-size: 20px;}
.inside-product table tr th{ padding: 10px;font-size: 16px;border: solid #ccc; border-width: 0 0 1px 0;white-space: nowrap;}
.inside-product table td{padding: 5px;border: solid #ccc;text-align: center; vertical-align: middle;
  border-width: 0 1px 1px 0;}
.inside-product table tbody tr:hover{background-color: #E9F0F4;cursor: pointer;}
.inside-product ul {
  margin: 0 -10px;
}
.inside-product ul li {
  padding: 40px 10px 0 10px;
  float: left;
  width: 25%;
}
.inside-product ul li a {
  display: block;
  transition: all 0s;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
}
.inside-product ul li a:before {
  content: "";
  width: 58px;
  height: 58px;
  top: 20%;
  z-index: 3;
  left: 50%;
  opacity: 0;
  margin-left: -29px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.9);
  background: url(../image/proicon.png) no-repeat;
}
@media (max-width: 480px) {
  .inside-product ul li a {
    background: #fff;
  }
}
.inside-product ul li a:hover {
  border-color: var(--main-color);;
  background: var(--main-color);;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-product ul li a:hover:before {
  opacity: 1;
}
.inside-product ul li a:hover .pic:before {
  opacity: 1;
}
.inside-product ul li a:hover .pic img {
  transform: scale(1.05);
}
.inside-product ul li a:hover .bg {
  border-color: var(--main-color);;
}
.inside-product ul li a:hover .bg .tit,
.inside-product ul li a:hover .bg .txt {
  color: #fff;
}
.inside-product ul li a:hover .more {
  background: #fff;
  color: var(--main-color);;
  fill: var(--main-color);;
}
.inside-product ul li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product ul li .pic img {
  transition: all 700ms ease;
}
.inside-product ul li .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(12, 64, 137, 0.7);
}
.inside-product ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 86.5%;
}
.inside-product ul li .bg {
  height: 185px;
  margin: 0 15px;
  padding-top: 30px;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ededed;
}
.inside-product ul li .txt {
  font-size: 17px;
  height: 48px;
  color: #555555;
  overflow: hidden;
  padding: 0 20px;
}
.inside-product ul li .more {
  fill: #fff;
  max-width: 146px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  background: var(--main-color);;
}
.inside-product ul li .more svg {
  vertical-align: top;
  margin: 8px 0 0 10px;
}
@media (max-width: 1025px) {
  .inside-product ul li {
    width: 33.33333333%;
  }
}
@media (max-width: 480px) {
  .inside-product ul {
    padding-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .inside-product ul li {
    width: 50%;
    padding: 5px;
  }
  .inside-product ul li .txt {
    font-size: 16px;
  }
}
.inside-case {
  padding: 0 0 70px 0;
  background: #fafafa;
}
.inside-case ul {
  padding-top: 70px;
}
.inside-case li {
  padding: 30px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  transition: all 700ms ease;
  border: solid 1px #fff;
}
.inside-case li .txtbox {
  width: 50%;
  float: left;
  padding-top: 30px;
  position: relative;
  padding-right: 50px;
}
.inside-case li .txtbox .num {
  color: #4a4a4e;
  font-size: 26px;
  font-family: arial;
}
.inside-case li .txtbox .tit {
  margin-top: 15px;
  color: #4a4a4e;
  font-size: 32px;
  line-height: 40px;
  height: 40px;
  margin-left: 21px;
  overflow: hidden;
  font-weight: 600;
  z-index: 2;
  padding-left: 20px;
  position: relative;
}
.inside-case li .txtbox .tit:before {
  top: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background: #4a4a4e;
}
.inside-case li .txtbox .en {
  color: #fff;
  font-size: 47px;
  font-style: italic;
  left: 30px;
  line-height: 35px;
  position: absolute;
  top: 80px;
  text-shadow: 0 0 1px #ccc;
}
.inside-case li .txtbox .txt {
  height: 48px;
  color: #666;
  overflow: hidden;
  position: relative;
  margin: 10px 0 0 40px;
}
.inside-case li .picbox {
  width: 50%;
  float: right;
  text-align: center;
  position: relative;
}
.inside-case li .picbox:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: rgba(26, 40, 89, 0.5);
  transition: all 700ms ease;
}
.inside-case li .picbox .pic {
  overflow: hidden;
  position: relative;
  background-position: center;
}
.inside-case li .picbox .pic img {
  transition: all 700ms ease;
}
.inside-case li .picbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 48%;
}
.inside-case li .icobg {
  top: 50%;
  left: 0;
  width: 100%;
  height: 114px;
  z-index: 2;
  position: absolute;
  transform: translateY(-50%);
}
.inside-case li .icobg img {
  margin-top: 50px;
  max-height:64px;
  transition: all 700ms ease;
}
.inside-case li .more {
  width: 146px;
  height: 38px;
  color: #777;
  margin-top: 35px;
  line-height: 35px;
  margin-left: 40px;
  text-align: center;
  border: solid 1px #c9c9c9;
}
.inside-case li .more svg {
  float: right;
  fill: #777;
  margin: 8px 15px 0 0;
  display: inline-block;
}
.inside-case li:nth-child(2n) .picbox {
  float: left;
}
.inside-case li:nth-child(2n) .txtbox {
  float: right;
  padding-left: 50px;
  padding-right: 0;
}
.inside-case li:hover {
  border-color: var(--main-color);;
}
.inside-case li:hover .tit {
  color: var(--main-color);;
}
.inside-case li:hover .picbox:before {
  background: rgba(26, 40, 89, 0.7);
}
.inside-case li:hover .picbox .pic img {
  transform: scale(1.05);
}
.inside-case li:hover .icobg img {
  transform: scale(0.8);
}
.inside-case li:hover .more {
  color: #fff;
  border-color: var(--main-color);;
  background: var(--main-color);;
}
.inside-case li:hover .more svg {
  fill: #fff;
}
.inside-case .morebule {
  padding-top: 50px;
  text-align: center;
}
.inside-case .morebule a {
  display: inline-block;
  background: var(--main-color);;
  border-radius: 100%;
}
.inside-case .morebule a:hover {
  box-shadow: 0 0 30px rgba(12, 64, 137, 0.3);
}
@media (max-width: 1200px) {
  .inside-case ul {
    padding-top: 30px;
  }
  .inside-case li .txtbox {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 15px;
  }
  .inside-case li .txtbox .num {
    display: none;
  }
  .inside-case li .txtbox .tit {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    margin-left: 0;
  }
  .inside-case li .txtbox .txt,
  .inside-case li .txtbox .more {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .inside-case li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .inside-case li .txtbox,
  .inside-case li .picbox {
    width: 100%;
    float: none!important;
  }
  .inside-case li .txtbox {
    margin-top: 30px;
    padding: 0 0px !important;
  }
  .inside-case li .txtbox .en {
    display: none;
  }
  .inside-case .morebule img {
    max-height: 40px;
  }
}
.inside-contact {
  padding-top: 60px;
}
.inside-contact .title {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.inside-contact .text {
  padding: 0 200px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  border-bottom: dashed 1px #dcdcdc;
}
.inside-contact .text:after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
  background: url(../image/news-line.jpg) no-repeat;
}
.inside-contact ul {
  padding: 50px 0;
}
.inside-contact ul li {
  width: 25%;
  float: left;
  padding: 0 20px;
  font-size: 16px;
  min-height: 240px;
  text-align: center;
  transition: all 700ms ease;
  border-left: solid 1px #e5e5e5;
}

.inside-business ul li {
  width: 33.333333333%;
    min-height: 120px;
}

.inside-contact ul li .tit {
  margin: 20px 0;
}

.inside-business ul li .tit {
    color: var(--main-color);;
    width: 225px;
    margin: 10px auto;
    text-align: left;
}

.inside-contact ul li .txt {
  color: #333;
}

.inside-business ul li .txt {
  color: #666;
    width: 225px;
    margin: 10px auto;
    font-size: 14px;
    text-align:left;
}

.inside-contact ul li .en {
  color: #c4c4c4;
  margin-top: 20px;
  font-family: arial;
}
.inside-contact ul li:first-child {
  border-left: 0;
}
.inside-contact ul li:hover {
  border-left: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .inside-contact {
    padding-top: 40px;
  }
  .inside-contact .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-contact .text {
    padding: 0;
    font-size: 12px;
    padding-bottom: 20px;
  }
  .inside-contact ul li {
    width: 50%;
    border: 0;
    padding: 20px;
    font-size: 14px;
    margin-left: -1px;
    margin-top: -1px;
    border: solid 1px #eee!important;
  }
  .inside-contact ul li .tit {
    margin-bottom: 0;
  }
  .inside-contact ul li .en {
    display: none;
  }
}
@media (max-width: 480px) {
  .inside-contact ul li {
    width: 100%;
    float: none;
    margin: 0;
    min-height: auto;
    border: 0!important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  }
}
.map {
  width: 100%;
float:right; margin-left:1px;
}
.map1 {
  width: 50%;
float:left
}
@media (max-width: 1000px) {
  .map {
    display: none;
  }
}
#allmap {
  height: 500px;
  width: 100%;
}
#allmap1 {
  height: 500px;
  width: 100%;
}
.inside-message {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inside-message .title {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.inside-message .text {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.inside-message .text em {
  font-style: normal;
  color: #f30;
}
.inside-message ul {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.inside-message li p {
  position: relative;
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
.inside-message li i {
  color: #f30;
  font-style: normal;
  font-family: "宋体";
}
.inside-message li label {
  top: 34px;
  right: 0;
  z-index: 1;
  color: #333;
  font-size: 16px;
  position: absolute;
}
.inside-message li input,
.inside-message li textarea {
  height: 47px;
  line-height: 47px;
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  color: #333;
  font-family: "微软雅黑";
  border: solid 1px #999999;
}
.inside-message li input:focus,
.inside-message li textarea:focus {
  border-color: var(--main-color);;
}
.inside-message .weben {
  position: relative;
}
.inside-message .weben p {
  width: 100%;
  float: none;
}
.inside-message .weben textarea {
  resize: none;
}
.inside-message .weben img {
  right: -50px;
  bottom: 20px;
  position: absolute;
}
@media (max-width: 1300px) {
  .inside-message .weben img {
    right: 0;
  }
}
.inside-message .btn {
  text-align: right;
}
.inside-message .btn a {
  color: #fff;
  width: 340px;
  height: 47px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  display: inline-block;
  background: var(--main-color);;
}
.inside-message .btn a:hover {
  background: #0d4697;
}
@media (max-width: 1200px) {
  .inside-message {
    padding: 40px 0;
    height: auto;
  }
  .inside-message .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-message .btn {
    margin-right: 0;
    text-align: center;
  }
  .inside-message .btn a {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .inside-message li {
    margin-top: 0;
  }
  .inside-message li p {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .inside-message li select,
  .inside-message li input,
  .inside-message li textarea {
    /*height: 40px;
    line-height: 40px;*/
    font-size: 14px;
    padding: 0 20px;
  }
  .inside-message li label {
    font-size: 14px;
    top: 48px;
  }
  .inside-message .btn {
    margin: 0 10px;
    margin-top: 10px;
  }
  .inside-message .btn a {
    width: 100%;
  }
}
.inside-message-2 {
  background: #fafafa;
  height: auto;
  padding-bottom: 80px;
}

.inside-message-2 li input, .inside-message-2 li textarea {
    border: solid 1px #dfdfdf;
    background:none;
}


.inside-message-2 .container {
    max-width: 1080px;
}

.inside-message-2 ul {
  max-width: none;
  margin-top: 40px;
}
.inside-message-2 li {
    margin-top: 20px;
    width: 50%;
    float:left
}

@media (max-width:1023px) {
    .inside-message-2 li {
        width:100%;
    }
}

.inside-message-2 li span{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    display: block;
    height: 35px;
}

.inside-message-2 li p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    color: #999;
    line-height: 40px;
}
.inside-message-2 li textarea {
  height: 215px !important;
}
.inside-message-2 .btn {
  text-align: center;
  width:100%;
}
.inside-message-2 .btn a {
  border: solid 1px var(--main-color);;
    width: 175px !important;
}
.inside-message-2 .btn #quxiao {
  background: none;
  color: #000;
  border: solid 1px #dadada;
}
.inside-message-2 .btn #quxiao:hover {
  color: #fff;
  background: #000;
}
@media (max-width: 480px) {
  .inside-message-2 ul {
    margin-top: 30px;
  }
  .inside-message-2 li {
    margin-top: 0;
  }
  .inside-message-2 li p {
    width: 100%;
    float: none;
    /*margin-top: 20px;*/
    margin:0;
    line-height:normal;
  }
  .inside-message-2 .weben img {
    right: 0;
  }
  .inside-message-2 .btn #quxiao {
    margin-top: 10px;
  }
}
.inside-job {
  padding: 60px 0 0 0;
}
.inside-job .box-1 {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 60px;
}
.inside-job .box-1 img {
  margin-left: 60px;
}
.inside-job .box-1 .tit {
  color: #333;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.inside-job .box-1 .tit:after {
  content: "";
  width: 120px;
  height: 1px;
  margin: 25px 0 0 20px;
  vertical-align: top;
  display: inline-block;
  background: #c9c9c9;
}
.inside-job .box-1 .tit:before {
  content: "";
  width: 12px;
  height: 12px;
  top: 12px;
  left: -30px;
  position: absolute;
  background: var(--main-color);;
}
.inside-job .box-1 .tel {
  color: #ff9900;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inside-job .box-1 img {
    display: none;
  }
  .inside-job .box-1 .tit {
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .inside-job .box-1 .tit:after {
    margin-top: 15px;
  }
  .inside-job .box-1 .tit:before {
    left: 0;
  }
}
.inside-job .job .bd {
  background: #ededed;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.inside-job .job .bd .title {
  text-align: center;
  color: var(--main-color);;
  font-weight: 700;
  font-size: 36px;
}
.inside-job .job .bd .tips {
  text-align: center;
  font-size: 16px;
  color: #606060;
  line-height: 2;
  padding: 25px 0;
}
.inside-job .job .bd .a-01 {
  color: var(--main-color);;
}
.inside-job .job .bd .a-01:hover {
  text-decoration: underline;
}
.inside-job .job .bd dl {
  position: relative;
}
.inside-job .job .bd .span-01 {
  display: block;
  width: 30%;
  float: left;
  padding-left: 30px;
}
.inside-job .job .bd .span-02 {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
}
.inside-job .job .bd .span-03 {
  display: block;
  width: 18%;
  float: left;
  text-align: center;
}
.inside-job .job .bd .span-04 {
  display: block;
  width: 18%;
  float: left;
  text-align: center;
}
.inside-job .job .bd .bt {
  background: var(--main-color);;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
}
.inside-job .job .bd dl {
  margin-bottom: 3px;
}
.inside-job .job .bd dt {
  overflow: hidden;
  background: #f5f5f5;
  padding: 12px 0;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  transition: all .5s;
}
.inside-job .job .bd dt:hover {
  background: #e0eaf4;
}
.inside-job .job .bd .icon {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  margin: auto;
  width: 16px;
  height: 16px;
}
.inside-job .job .bd .icon:before,
.inside-job .job .bd .icon:after {
  content: "";
  display: block;
  background: var(--main-color);;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.inside-job .job .bd .icon:before {
  width: 100%;
  height: 2px;
}
.inside-job .job .bd .icon:after {
  width: 2px;
  height: 100%;
  transition: all .5s;
}
.inside-job .job .bd dd {
  background: #fcfcfc;
  height: 0;
  overflow: hidden;
}
.inside-job .job .bd dd .nr {
  overflow: hidden;
  padding: 20px 30px 50px 30px;
  color: #777777;
  font-size: 14px;
  line-height: 26px;
}
.inside-job .job .bd dd img {
  float: right;
  margin-left: 50px;
  transform: translateY(20%);
}
.inside-job .job .bd .cur dt {
  background: #e0eaf4;
  color: #666666;
}
.inside-job .job .bd .cur dt .icon:after {
  height: 0%;
}
.inside-job .job .bd .cur dd {
  height: auto;
}
.inside-job .job .bd .p-01 {
  color: #333333;
  margin-bottom: 5px;
}
.inside-job .job .bd .red {
  color: #ff0000;
}

.inside-job .job .bd dd .nr a {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-top: 60px;
  position: relative;
  display: inline-block;
}
.inside-job .job .bd dd .nr a img {
  margin-left: 0;
  transform: translate(0);
}
.inside-job .job .bd dd .nr a .anniu {
  top: 46%;
  left: 80px;
  z-index: 1;
  float: none;
  position: absolute;
  animation: dong3 1s ease infinite;
}
@media (max-width: 640px) {
  .inside-job .job .bd dd .nr a {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  .inside-job .job .bd dd .nr a .anniu {
    left: 2px;
    top: 82px;
  }
}


@media (max-width: 1200px) {
  .inside-job .job .bd dd img {
    float: none;
    margin-left: 0;
    padding: 20px;
    transform: translate(0);
  }
  .inside-job .job .bd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inside-job .job .bd .title {
    font-size: 20px;
  }
  .inside-job .job .bd .tips {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .inside-job .job .bd .bt {
    font-size: 12px;
    text-align: center;
  }
  .inside-job .job .bd .span-01 {
    padding-left: 0;
  }
  .inside-job .job .bd dt {
    font-size: 12px;
    text-align: center;
  }
  .inside-job .job .bd dd .nr {
    font-size: 12px;
    padding: 10px 10px;
  }
}
@media (max-width: 1200px) {
  .inside-job {
    padding-top: 40px;
  }
}
.inside-product-show {
  color: #333;
  font-size: 16px;
  padding-bottom: 80px;
}
.inside-product-show h1 {
  font-size: 30px;
  line-height: 40px;
  position: relative;
  padding-bottom: 20px;
}
.inside-product-show h1:after {
  content: "";
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: var(--second-color);
}
.inside-product-show .text {
  margin-top: 30px;
}
.inside-product-show .box-1 {
  margin-top: 50px;
  min-height: 465px;
  padding: 40px;
  background: #f5f5f5;
}
.inside-product-show .box-1 .leftbox {
  width: 43%;
  float: left;
}
.inside-product-show .box-1 .leftbox .bigimg {
  width: 74%;
  float: left;
}
.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: 17%;
  float: right;
  padding-top: 10px;
}
.inside-product-show .box-1 .leftbox .smallimg span {
  margin-top: 26px;
  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: var(--main-color);;
}
.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;
  background: url(../image/left1.png) no-repeat center center var(--main-color);;
}
.inside-product-show .box-1 .leftbox .slick-next {
  right: 0;
  background: url(../image/right1.png) no-repeat center center #999999;
}
.inside-product-show .box-1 .rightbox {
  width: 48%;
  float: right;
  padding-right: 0px;
}
.inside-product-show .box-1 .rightbox h2 {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
}
.inside-product-show .box-1 .rightbox h2:after {
  content: "";
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: var(--second-color);
}
.inside-product-show .box-1 .rightbox .txt {
  font-size: 18px;
  color: var(--main-color);;
  margin-top: 40px;
}
.inside-product-show .box-1 .rightbox .tag p {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-top: 8px;
  padding-left: 15px;
  position: relative;
}
.inside-product-show .box-1 .rightbox .tag p:before {
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  background: var(--main-color);;
}
.inside-product-show .box-1 .rightbox .tag p:last-child{width: 100%;}
.inside-product-show .box-1 .rightbox .button {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inside-product-show .box-1 .rightbox .button a {
  color: #fff;
  max-width: 183px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background: var(--main-color);
  margin-top: 20px;
}
.inside-product-show .box-1 .rightbox .button a:nth-child(2){
	background: var(--second-color);
}
.inside-product-show .box-1 .rightbox .button a:nth-child(3){
	background: #333;
}
.inside-product-show .box-1 .rightbox .button a img {
  margin: 10px 5px 0 0;
}
.inside-product-show .box-1 .rightbox .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.inside-product-show .box-2 .bt {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 700;
}
.inside-product-show .box-2 .bt img {
  margin-right: 10px;
}
.inside-product-show .box-2 .tag {
  margin-left: 70px;
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}
.inside-product-show .box-2 .tag:before {
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  background: #999;
}
.inside-product-show .box-2 table tr,
.inside-product-show .box-2 table th,
.inside-product-show .box-2 table td {
  padding: 12px;
  font-size: 19px;
  color: #0b0c09;
  text-align: center;
  border: solid 3px #050808;
}
.inside-product-show .box-2 table th {
  font-weight: normal;
}
.inside-product-show .box-2 {padding-top: 50px;}
.inside-product-show .box-2 h2{border-bottom: 1px #eee solid;padding-bottom: 20px;position: relative;}
.inside-product-show .box-2 h2::after{display: block;content: ''; width: 100px;height: 4px;background: var(--second-color);position: absolute;bottom: -2px;}
.inside-product-show .box-2 .info{padding-top: 20px; line-height: 24px;}
.inside-product-show .box-2 .info img{display: block;margin: auto;margin-top: 20px;}
.inside-product-show .box-2 .info pre{white-space: normal;}
@media (max-width: 1025px) {
  .inside-product-show {
    padding-top: 40px;
  }
  .inside-product-show h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-product-show .box-1 .leftbox {
    overflow: hidden;
  }
  .inside-product-show .box-1 .leftbox,
  .inside-product-show .box-1 .rightbox {
    width: 100%;
    float: none;
  }
  .inside-product-show .box-1 .rightbox {
    padding-top: 20px;
  }
  .inside-product-show .box-1 .rightbox h2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-product-show .box-1 .rightbox .txt {
    font-size: 16px;
    margin-top: 30px;
  }
  .inside-product-show .box-1 .rightbox .tag p {
    width: 100%;
    float: none;
  }
  .inside-product-show .box-2 table tr,
  .inside-product-show .box-2 table th,
  .inside-product-show .box-2 table td {
    font-size: 14px;
    border-width: 1px;
  }
}
.isubprobox {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
  padding-bottom: 40px;
  border-top: solid 1px #e6e6e6;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.2);
  background: url(../image/pronav.jpg) repeat-y top center;
}
.isubprobox .leftpro {
  width: 30.5%;
  float: left;
}
.isubprobox .leftpro .item:first-child {
  border-top: 0;
}
.isubprobox .leftpro .item {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  border-top: solid 1px #e5e5e5;
}
.isubprobox .leftpro .item .titpro {
  width: 52%;
  float: left;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: right;
}
.isubprobox .leftpro .item .titpro span {
  top: 50%;
  left: 160px;
  position: absolute;
  transform: translateY(-50%);
}
.isubprobox .leftpro .item ul {
  width: 48%;
  float: right;
  padding-left: 45px;
  border-left: dashed 1px #ccc;
}
.isubprobox .leftpro .item ul li {
  float: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
.isubprobox .leftpro .item ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 10px;
  left: 0;
  background: #fff;
  position: absolute;
}
.isubprobox .leftpro .item ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  right: 30px;
  top: 7px;
  left: auto;
  opacity: 1;
  background: none;
  position: absolute;
  transform: rotate(45deg);
  border-right: solid 1px #636363;
  border-top: solid 1px #636363;
  transition: 0s;
}
.isubprobox .leftpro .item ul li a {
  padding-left: 15px;
  padding-right: 30px;
  font-size: 15px;
  display: block;
  line-height: 24px;
}
.isubprobox .leftpro .item ul li:hover a,
.isubprobox .leftpro .item ul .conmenu a {
  color: var(--main-color);;
  font-weight: 700;
}
.isubprobox .leftpro .item ul li:hover:before,
.isubprobox .leftpro .item ul .conmenu:before {
  background: var(--main-color);;
}
.isubprobox .leftpro .item ul li:hover:after,
.isubprobox .leftpro .item ul .conmenu:after {
  border-color: var(--main-color);;
}
.isubprobox .rightpro {
  width: 60%;
  float: left;
  padding-top: 30px;
  padding-left: 0px;
  text-align: left;
}
.isubprobox .rightpro .txtpro {
  display: none;
}
.isubprobox .rightpro .tit {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-left: 30px;
  padding-bottom: 30px;
  border-bottom: dashed 1px #ddd;
}
.isubprobox .rightpro .item {
  padding-top: 20px;
}
.isubprobox .rightpro .item dl {
  width: 16%;
  float: left;
}
.isubprobox .rightpro .item dt {
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
  margin-bottom: 10px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd {
  position: relative;
}
.isubprobox .rightpro .item dd span {
  padding-left: 30px;
  display: block;
  line-height: 30px;
  height: 30px;
}
.isubprobox .rightpro .item dd span:hover {
  background: url(../image/proline.png) no-repeat center right 25px #3063a9;
}
.isubprobox .rightpro .item dd span:hover a {
  color: #fff;
}
.isubprobox .rightpro .item dd span:hover a:after {
  display: none;
}
.isubprobox .rightpro .item dd .lastnr {
  left: 196px;
  top: 0;
  z-index: 1;
  width: 400px;
  padding: 20px;
  padding-top: 0;
  display: none;
  background: #fff;
  position: absolute;
}
.isubprobox .rightpro .item dd .lastnr .tit1 {
  height: 54px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  line-height: 54px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd .lastnr .tit1:after {
  content: "";
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #fe0000;
}
.isubprobox .rightpro .item dd .lastnr .txt1 {
  font-size: 14px;
  color: var(--main-color);;
  margin-top: 10px;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd .lastnr .txt1 a {
  display: block;
  color: #333;
}
.isubprobox .rightpro .item dd .lastnr .tag {
  font-size: 12px;
}
.isubprobox .rightpro .item dd .lastnr .tag p {
  width: 50%;
  float: left;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd .lastnr .tag p:before {
  content: "";
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  background: var(--main-color);;
}
.isubprobox .rightpro .item dd span:hover .lastnr {
  display: block;
}
.isubprobox .rightpro .item .last {
  width: 23%;
}
.isubprobox .rightpro .item .last .lastnr {
  left: 140px;
}
@media (max-width: 1600px) {
  .isubprobox {
    background: #f8f8f8;
    padding-bottom: 0;
  }
  .isubprobox .leftpro {
    background: #fff;
  }
  .isubprobox .leftpro .item .titpro span {
    left: 20px;
  }
  .isubprobox .leftpro .item .titpro {
    width: 30%;
  }
  .isubprobox .leftpro .item ul {
    width: 68%;
    padding-left: 15px;
  }
  .isubprobox .rightpro {
    width: 68.5%;
  }
}

.inside-promenu li.yiji:hover .secondlist{
    display:block;
}

.inside-promenu .secondlist {
    z-index: 9999;
    position: absolute;
    border: solid 1px #e6e5e5;
    width: 100%;
    background: #fff;
    margin-left: -50px;
    display: none;
}


.inside-promenu li.erji {
  height: 50px;
  line-height: 48px;
  margin-top: -1px;
  padding-left: 50px;
  padding-right: 15px;
  border-bottom: solid 1px #e6e5e5;
}
.inside-promenu li.erji a {
  display: block;
  font-size: 15px;
  color: #333;
  padding-left: 25px;
  background: url(../image/pro-dian1.png) no-repeat left 14px;
}
.inside-promenu li.erji:hover>a,.inside-promenu li.erji.active>a {
  background: url(../image/prodian-h.png) no-repeat left 14px;
}
@media (max-width: 1025px) {
  .inside-promenu li.erji {
    padding-left: 15px;
  }
  .inside-promenu li.erji a {
    padding-left: 20px;
  }
}

.jiantou {
    max-height: 25px;
    margin-top: 12px;
    float: right;
    display:none;
}

.inside-promenu li.yiji:hover > a .jiantou, .inside-promenu li.yiji.active > a .jiantou{
    display:block;
}

.xz-list {
  margin-bottom: 60px;
}
.xz-list .nr {
  width: 48.5%;
  float: left;
  padding-top: 50px;
  position: relative;
}
.xz-list .nr .item {
  z-index: 2;
  background: #fff;
  position: relative;
  height: 166px;
  padding: 30px;
  border: solid 1px #e5e5e5;
}
.xz-list .nr:after {
  content: "";
  height: 163px;
  width: 617px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  position: absolute;
  background: #eeeeee;
}
.xz-list .nr .tit {
  color: var(--main-color);;
  font-size: 16px;
  margin-bottom: 10px;
}
.xz-list .nr .txt {
  color: #333;
}
.xz-list .nr .add {
  margin-top: 15px;
}
.xz-list .nr .add span {
  margin-right: 30px;
  display: inline-block;
}
.xz-list .nr .add img {
  margin-top: 6px;
  margin-right: 5px;
}
.xz-list .nr:last-child {
  float: right;
}
@media (max-width: 1000px) {
  .xz-list {
    margin-top: 30px;
  }
  .xz-list .nr {
    padding-top: 20px;
    width: 100%;
    float: none;
  }
  .xz-list .nr:after {
    display: none;
  }
}

.abowh-list{width: 100%;overflow: hidden;}
.abowh-list ul{margin-left: -3%;}
.abowh-list li{width: 48%;float: left;margin-left: 1%;padding: 0; margin-top: 48px;position: relative;overflow: hidden;}
.abowh-img{display: block;width: 100%;object-fit: cover;transition: all .4s ease;}
.abowh-sd{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: rgba(0, 0, 0, .5);transition: all .6s ease;display: flex;align-items: center;}
.abowh-wd{width: 100%;text-align: center;}
.abowh-wdimg{width: 100%;height: 70px;line-height: 70px;}
.abowh-wdimg img{max-height: 100%;}
.abowh-wd h6, .abowh-wd h1{font-size: 24px;color: #fff;margin-top: 32px}
.abowh-wd p{font-size: 15px;color: #fff;line-height: 24px; margin-top: 20px;height: 0;overflow: hidden;transition: all .4s ease;}
.abowh-list li:hover .abowh-sd{background: rgba(11, 25, 81, .8);}
.abowh-list li:hover .abowh-img{transform: scale(1.04);}
.abowh-list li:hover .abowh-wd p{height: 70px;}
@media all and (max-width:640px){
.abowh-list ul {margin-left: 0%;}
.abowh-list li {width: 100%;margin-left: 0%;margin-top: 24px;}
}
		
button {
    border: none;
    background: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
.flex {
    display: flex;
    flex-wrap: wrap
}

.relBd{margin-bottom: 80px;}
.relBd-wrap{width: 100%;background: #fff;padding: 60px 48px;box-shadow: 0 0 18px #eee;border-radius: 10px;}
.relBd-title h2{padding: 20px 0;text-align: center;font-size: 36px;font-weight: normal;color: #333;}
.relBd-title p{padding: 0px 0 20px 0;text-align: center;}
.relBd-from{width: calc(100% - 442px);padding-right: 48px;}
.relBd-from ul{margin: -30px 0 0 -34px;}
.relBd-from li{width: calc(50% - 34px);margin: 30px 0 0 34px;}
.relBd-from li.long{width: calc(100% - 34px);}
.relBd-from li.other{margin-top: 20px;}
.relBd-from li .hint{font-size: 14px;color: #4c5664;line-height: 1;height: 28px;}
.relBd-from li .hint span, .relBd-from li .tell span{color:#d1292e;margin-right: 5px;}
.relBd-from li input, .relBd-from li textarea{width: 100%;display: block;background: transparent;border-radius: 10px;height: 50px;font-size: 14px;color: #222;padding: 0 18px;transition: border .4s ease;border: 1px solid #d1d8de;}
.relBd-from li textarea{padding: 14px 18px;height: 110px;}
.relBd-from li input:focus, .relBd-from li textarea:focus{border-color: #75a9dd;}
.relBd-from li .tell{font-size: 14px;color: #999;display: flex;}
.relBd-from li .tell a{transition: color .4s ease;}
.relBd-from li .tell a:hover{color: #054586;}
.relBd-from-mix{width: 100%;justify-content: space-between;}
.relBd-from-code{width: auto;}
.relBd-from li .relBd-from-code input{width: 280px;}
.relBd-from-code .img{max-width: 160px;display: flex;align-items: center;height: 50px;cursor: pointer;margin-left: 16px;border-radius: 10px;overflow: hidden;}
.relBd-from-code .img img{height: 100%;object-fit: fill;}
.relBd-from li button{padding: 0 54px;height: 50px;border-radius: 25px;background:var(--main-color);cursor: pointer;line-height: 1;color: #fff;font-size: 16px;transition: all .4s ease;}
.relBd-from li button span{position: relative;}
.relBd-from li button i{font-size: 14px;position: absolute;top: 50%;margin-top: -7px;right: -26px;transform: rotate(180deg);transition: transform .4s ease;}
.relBd-from li button:hover{box-shadow: 0 4px 20px rgba(0, 104, 252, 0.3);}
.relBd-from li button:hover i{transform: rotate(180deg) translateX(4px);}
.relBd-info{width: 442px;padding-left: 48px;border-left: 1px solid #d1d8de;}
.relBd-info-img{width: 100%;}
.relBd-info-img img{width: 100%;}
.relBd-info-text{width: 100%;}
.relBd-info-text .text{line-height: 1.2;margin-top: 10px;}
.relBd-info-text .text p:not(:last-child){font-size: 24px;color: var(--main-color);font-family: var(--en-font);}
.relBd-info-text .text p{padding: 5px 0;}
.relBd-info-code{width: 100%;margin-top: 20px;}
.relBd-info-code li{width: auto;margin-right: 14px;text-align: center;}
.relBd-info-code li:last-child{margin-right: 0;}
.relBd-info-code li .img{width: 120px;height: 120px;margin: 0 auto;border: 1px solid #c7d7e6;border-radius: 20px;padding: 10px;}
.relBd-info-code li .img img{max-height: 100%;}

.relmap-info h1{font-size: 16px;}

@media all and (max-width:1270px){
.relBd-from {width: 100%;padding-right: 0;}
.relBd-info{width: 100%;padding: 30px 0 0;margin-top: 30px;border-left: none;border-top: 1px solid #d1d8de;}
}
@media all and (max-width:720px){
	.relBd-wrap {padding: 20px 16px;}
    .relBd-from li .hint {font-size: 12px;height: 20px;}
    .relBd-from ul {margin: -14px 0 0;}
    .relBd-from li {width: 100% !important;margin: 14px 0 0;}
    .relBd-from li input {height: 40px;border-radius: 6px;padding: 0 12px;}
    .relBd-from li textarea {padding: 10px 12px;height: 80px;border-radius: 6px;}
    .relBd-from li.other {margin-top: 12px;}
    .relBd-from li .tell {font-size: 12px;}
    .relBd-from-code{width: 100%;justify-content: space-between;}
    .relBd-from li .relBd-from-code input {width: calc(100% - 110px);}
    .relBd-from-code .img {max-width: 100px;height: 40px;margin: 0;border-radius: 6px;}
    .relBd-from li button {width: 100%;margin-top: 16px;height: 40px;font-size: 14px;}
    .relBd-from li button i {font-size: 12px;margin-top: -6px;}
    .relBd-info {padding: 24px 0 0;margin-top: 24px;}
}

/* 登录弹窗 */
.tanCk{position: fixed;width: 100%;height: 100%;z-index: -9999999;top: 0px;left: 0px;opacity: 0;}
.tanCk-bg{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.tanCk-bg .bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0 , .5);}
.tanCk-cont{padding: 60px 80px;background-color: #fff;position: relative;width: 480px;transition: all .4s ease;margin-top: -500px;}
.tanCk.active .tanCk-cont{transform: translateY(0px);margin-top: 0px;border-radius: 10px;}
.tanCk-cont form{margin-top: 30px}	
.tanCk-title{color: #000;font-size: 28px;font-weight: 900;text-align: center;}
.tanCk-close{position: absolute;top: 32px;right: 32px;}
.tanCk-close i{color: #000;font-size: 18px;}
.tanCk-input{height: 40px;width: 100%;margin-bottom: 15px;}
.tanCk-input input{height: 100%;width: 100%;border: 2px solid #d4dce4;border-radius: 30px;}
.tanCk-btn {background-color: var(--main-color);color: #fff; border-radius: 30px;display: flex;justify-content: center;align-items: center;height: 40px;width: 100%;}
.tanCk-btn:hover{color: #fff;}
.tanCk-text{padding: 0px 30px;}
.tanCk-text a{color: #ba2217;border-bottom: 1px solid #ba2217;}

.tanCk-input input{padding: 0px 15px;}
.code-p {width: auto;}
.form-group .code-img{margin: 5px 0 0 8px;}
.form-group span a{color: var(--main-color);padding: 5px;display: inline-block;}
.form-group .but{border-radius: 50px; height: 40px;width: 80px; border: 2px #eee solid; text-align: center;line-height: 35px;margin-left: 10px;}
/* 登录页面 */
.login-box{max-width: 450px;box-shadow: 0 0 18px #eee;margin: auto; margin-top: 50px;margin-bottom: 50px; padding: 50px;}
.login-box .title{font-size: 24px;text-align: center;}