* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  background: #fff;
  max-width: 100%!important;
  margin: 0 auto;
  font-family: "Microsoft YaHei", "arial";
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.eot") format("embedded-opentype"), url("../fonts/DIN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font";
  src: url("../fonts/DINPro-Light_0.woff2") format("woff2"), url("../fonts/DINPro-Light_0.woff") format("woff"), url("../fonts/DINPro-Light_0.ttf") format("truetype"), url("../fonts/DINPro-Light_0.eot") format("embedded-opentype"), url("../fonts/DINPro-Light_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  src: url("../fonts/BRIG.TTF") format("truetype");
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666666;
}
.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: 1460px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1259px!important;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px!important;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@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;
}
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  height: 100px;
}
.header .logo {
  top: 0px;
  left: 150px;
  position: absolute;
}
.header .search {
  margin-right: 25px;
  float: right;
  margin-top: 32px;
  height: 38px;
  line-height: 38px;
  background: #ff9800;
  border-radius: 30px;
}
.header .search input {
  border: 0;
  width: 67px;
  padding-top: 10px;
  color: #fff;
  width: 100px;
  font-size: 14px;
  transition: all 700ms ease;
  font-family: "瀵邦喛钂嬮梿鍛寸拨";
  vertical-align: top;
  background: none;
  padding-left: 20px;
}
.header .search input:focus {
  width: 150px;
}
.header .search ::-webkit-input-placeholder {
  color: #fff;
}
.header .search :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header .search ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header .search :-ms-input-placeholder {
  color: #fff;
}
.header .search a {
  margin-top: 10px;
  left: -15px;
  position: relative;
  display: inline-block;
}
.header .tel {
  float: right;
  font-size: 30px;
  color: #0099e3;
  margin-top: 35px;
  margin-right: 75px;
  font-family: "DIN-Medium";
}
@media (max-width: 1500px) {
  .header .logo {
    left: 40px;
    top: 10px;
  }
  .header .logo img {
    max-height: 80px;
  }
  .header .nav li {
    margin: 0 15px;
  }
  .header .tel {
    margin-right: 40px;
    font-size: 24px;
  }
}
@media (max-width: 1300px) {
  .header .nav li {
    margin: 0 10px;
  }
}
.nav {
  float: right;
  height: 100px;
  padding-right: 30px;
}
.nav li {
  float: left;
  position: relative;
  text-align: center;
  line-height: 100px;
  margin: 0 23px;
}
.nav li > a {
  color: #333;
  font-size: 16px;
  display: block;
}
.nav li > a:after {
  content: "";
  height: 3px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #0099e3;
  position: absolute;
  transition: all 500ms ease;
}
.nav li .subnav {
  top: 100px;
  left: 0;
  width: 150px;
  z-index: 9;
  left: 50%;
  font-size: 15px;
  display: none;
  padding: 20px;
  background: #fff;
  font-weight: lighter;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  position: absolute;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #555;
  line-height: 30px;
  transition: all 0s ease;
}
.nav li .subnav a:hover {
  color: #0099e3;
  font-weight: bold;
}
.nav li:hover > a,
.nav .active > a {
  color: #0099e3;
}
.nav li:hover a:after,
.nav .active a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.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;
}
.banerbox {
  position: relative;
}
.banerbox .tu {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.banner {
  position: relative;
  text-align: center;
}
.banner img {
  display: inline-block;
}
.banner .pic span img {
  width: 100%;
}
.banner .txtbox {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
  position: absolute;
}
.banner .txtbox img {
  display: inline-block;
}
.banner .txtbox .tit3 {
  margin-top: 94px;
}
.banner .txtbox-2 {
  text-align: left;
}
.banner .txtbox-2 .tit2 {
  margin-top: 305px;
}
.banner .txtbox-3 {
  text-align: right;
}
.banner .txtbox-3 .tit1 {
  margin-top: 260px;
  text-align: right;
  margin-left: 0;
  margin-right: 290px;
}
.banner .txtbox-3 .txt1 {
  margin-right: 50px;
  margin-top: 5px;
}
.banner .slick-active .tit1 {
  animation: 1s fadeInLeft linear;
}
.banner .slick-active .txt1 {
  animation: 1s fadeInRight linear;
}
.banner .slick-active .tit2 {
  animation: 2s fadeInLeft linear;
}
.banner .slick-active .txt2 {
  animation: 1s fadeInRight linear;
}
.banner .slick-active .tit3 {
  animation: 1s fadeInUp linear;
}
.banner .slick-active .txt3 {
  animation: 1s fadeInDown linear;
}
.banner .slick-active span img {
  animation: 3s bmove1 linear;
}
.banner .slick-dots {
  bottom: 35px;
}
.banner .slick-dots li button {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 100%;
  background: #fff;
  transition: all 700ms ease;
}
.banner .slick-dots .slick-active button {
  width: 30px;
  border-radius: 5px;
  background: #0099e3!important;
}
.banner:after {
  content: "";
  width: 18px;
  height: 35px;
  bottom: 60px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  animation: 1.5s fadeInDown2 ease infinite;
  background: url(../images/anniu.png) no-repeat center center;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index-title {
  color: #333;
  text-align: center;
  position: relative;
}
.index-title .cn {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  color: #222222;
  z-index: 2;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.index-title .en {
  top: 0;
  width: 100%;
  z-index: 1;
  color: #f5f5f5;
  font-size: 110px;
  line-height: 110px;
  font-weight: 700;
  font-family: arial;
  position: absolute;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .index-title .en {
    font-size: 80px;
    line-height: 80px;
  }
  .index-title .cn {
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
.index-more {
  width: 166px;
  transition: all 500ms ease;
  background: #0099e3;
}
.index-more a {
  height: 47px;
  width: 166px;
  color: #fff;
  padding-left: 25px;
  font-size: 16px;
  line-height: 47px;
  display: block;
}
.index-more img {
  margin-top: 20px;
  margin-left: 25px;
}
.index-more:hover {
  background: #1d1d1d;
}
.index-product {
  padding-top: 110px;
}
.index-product ul {
  margin-top: 55px;
}
.index-product li {
  float: left;
  width: 33.3%;
  height: 296px;
  position: relative;
  padding-left: 30px;
  padding-top: 60px;
  padding-right: 20px;
}
.index-product li .txtnr {
  width: 60%;
  float: left;
}
.index-product li .txtnr .title {
  padding-left: 20px;
  position: relative;
}
.index-product li .txtnr .title:before {
  content: "";
  width: 3px;
  height: 42px;
  top: 0;
  left: 0;
  position: absolute;
  background: #0099e3;
}
.index-product li .txtnr .title .cn {
  color: #333;
  font-size: 24px;
}
.index-product li .txtnr .title .en {
  color: #919191;
  font-size: 13px;
}
.index-product li .txtnr .txt {
  height: 48px;
  overflow: hidden;
  margin-top: 23px;
  font-size: 16px;
  color: #444;
}
.index-product li .txtnr .more {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  margin-top: 25px;
  border: solid 1px #c9c9c9;
  transition: all 500ms ease;
  background: url(../images/arrow-1.png) no-repeat;
}
.index-product li .pic {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.index-product li .pic img {
  transition: all 700ms ease;
}
.index-product .li01 {
  background: url(../images/probg-01.jpg) no-repeat top center;
}
.index-product .li02 {
  background: url(../images/probg-02.jpg) no-repeat top center;
}
.index-product .li03 {
  background: url(../images/probg-03.jpg) no-repeat top center;
}
.index-product li:hover .txtnr .title .cn {
  color: #0099e3;
}
.index-product li:hover .txtnr .more {
  border-color: #0099e3;
  background: url(../images/arrow-2.png) no-repeat #0099e3;
}
.index-product li:hover .pic img {
  transform: scale(1.05);
}
.index-product .index-more {
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1460px) {
  .index-product {
    padding-top: 70px;
  }
  .index-product li .txtnr .txt {
    width: 70%;
  }
  .index-product li .txtnr .title .cn {
    font-size: 18px;
  }
  .index-product li .pic {
    width: 40%;
  }
}
.index-about {
  background: #f7f7f7;
  margin-top: 110px;
  position: relative;
}
.index-about .pic {
  left: 0;
  top: 0;
  width: 52%;
  text-align: left;
  position: absolute;
}
.index-about .pic span {
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  position: absolute;
}
.index-about .pic span img {
  animation: 3s rotate-anim ease infinite;
}
.index-about .text1 {
  float: right;
  width: 48%;
  /*padding-bottom: 79px;*/
  padding-left: 50px;
  padding-top: 70px;
  height: 564px;
}
.index-about .text1 h3 {
  color: #222;
  font-size: 46px;
  line-height: 56px;
}
.index-about .text1 .txt {
  font-size: 22px;
  color: #444;
  line-height: 30px;
  margin-top: 30px;
}
.index-about .text1 .jsh {
  font-size: 15px;
  color: #555;
  line-height: 30px;
  margin-top: 30px;
  overflow: hidden;
  font-weight: lighter;
}
.index-about .index-more {
  background: #1d1d1d;
}
.index-about .index-more:hover {
  background: #0099e3;
}
@media (max-width: 1460px) {
  .index-about {
    margin-top: 70px;
  }
  .index-about .text1 {
    padding-top: 55px;
  }
  .index-about .text1 h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .text1 .txt {
    font-size: 16px;
    margin-top: 15px;
  }
  .index-about .text1 .jsh {
    line-height: 24px;
    margin-top: 15px;
  }
}
.num1 {
  padding-top: 60px;
  margin-bottom: 42px;
}
.num1 li {
  float: left;
  width: 33.33333333%;
  padding-left: 30px;
  position: relative;
}
.num1 li:after {
  content: '';
  display: block;
  width: 1px;
  height: 73px;
  background: #e8edf1;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -36px;
}
.num1 li .img {
  vertical-align: top;
  display: inline-block;
}
.num1 li .text {
  display: inline-block;
  vertical-align: middle;
}
.num1 li .num {
  font-size: 14px;
  color: #333333;
}
.num1 li .num span {
  font-size: 40px;
  color: #0099e3;
  font-family: "DIN-Medium";
}
.num1 li i {
  color: #555;
  display: inline-block;
  font-style: normal;
}
.num1 li .p {
  color: #555;
}
.num1 li:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 28%;
}
.num1 li:nth-child(2) {
  padding-left: 25px;
}
.num1 li:nth-last-child(1) {
  padding-right: 0;
  margin-right: 0;
}
.num1 li:nth-last-child(1):after {
  display: none;
}
@media (max-width: 1500px) {
  .num1 {
    padding-top: 45px;
    margin-bottom: 40px;
  }
  .num1 li {
    width: auto;
    padding: 0 20px!important;
  }
  .num1 li .num span {
    font-size: 36px;
  }
  .num1 li:first-child {
    padding-left: 0!important;
  }
  .num1 li:last-child {
    padding-right: 0!important;
  }
}
.index-case {
  padding: 110px 0;
}
.index-case ul {
  margin: 0 -15px;
  margin-top: 50px;
}
.index-case li {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.index-case li .pic {
  overflow: hidden;
  position: relative;
}
.index-case li .pic img {
  transition: all 700ms ease;
}
.index-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.333%;
}
.index-case li .tit {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 30px;
}
.index-case li .tagbox {
  margin-top: 30px;
}
.index-case li .tig {
  float: left;
  width: 25%;
  color: #333333;
  padding-left: 54px;
  position: relative;
}
.index-case li .tig span {
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: absolute;
  border: solid 1px #b9b9b9;
}
.index-case li .tig .icoh {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.index-case li .tig .hui {
  color: #929292;
  font-size: 16px;
}
.index-case li .tig span:hover {
  border-color: #0099e3;
}
.index-case li .tig span:hover .ico {
  opacity: 0;
}
.index-case li .tig span:hover .icoh {
  opacity: 1;
}
.index-case li .more {
  line-height: 43px;
  color: #777777;
  font-size: 16px;
  margin-top: 30px;
}
.index-case li .more i {
  width: 43px;
  height: 43px;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  background: url(../images/arrow-1.png) no-repeat center center;
}
.index-case li:hover .pic img {
  transform: scale(1.1);
}
.index-case li:hover .tit {
  color: #0099e3;
}
.index-case li:hover .more {
  color: #0099e3;
}
.index-case li:hover .more i {
  background: url(../images/arrow-3.png) no-repeat center center;
}
@media (max-width: 1500px) {
  .index-case {
    padding: 70px 0;
  }
  .index-case li .tit {
    font-size: 18px;
  }
}
.index-adv {
  padding: 88px 0 81px 0;
  background: url("../images/bg6.jpg") no-repeat top center;
  background-size: cover;
}
.index-adv .left {
  float: left;
}
.index-adv .font36 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 46px;
}
.index-adv .font20 {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  font-weight: normal;
}
.index-adv .right {
  float: right;
  margin-right: 36px;
  padding-top: 19px;
}
.index-adv .right .zixun {
  display: block;
  float: right;
  width: 160px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.index-adv .right .zixun:hover {
  color: #fff;
  background: #0099e3;
}
.index-adv .right .phone {
  float: right;
  color: #fff;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  padding-left: 60px;
  background: url(../images/tel-2.png) no-repeat left 10px;
}
.index-adv .right .phone:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
}
.index-adv .right .phone span {
  font-size: 18px;
}
.index-adv .right .phone p {
  font-size: 37px;
  font-weight: bold;
  font-family: arial;
  font-family: "DIN-Medium";
}
.index-adv .right .phone p a {
  color: #ffffff;
}
@media (max-width: 1500px) {
  .index-adv .font36 {
    font-size: 24px;
  }
  .index-adv .font20 {
    font-size: 16px;
    margin-top: 10px;
  }
  .index-adv .right .phone p {
    font-size: 30px;
  }
}
.index-news {
  padding: 100px 0 0px 0;
}
.index-news .tabmenu {
  margin-top: 55px;
  text-align: center;
}
.index-news .tabmenu li {
  width: 156px;
  height: 50px;
  margin: 0 8px;
  font-size: 17px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  border: solid 1px #d7d7d7;
  display: inline-block;
}
.index-news .tabmenu li a {
  color: #333;
  display: block;
}
.index-news .tabmenu .active {
  border-color: #0099e3;
  background: #1181cb;
}
.index-news .tabmenu .active a {
  color: #fff;
}
.index-news .tabcotbox {
  height: 720px;
  margin-top: 45px;
  background: #fff;
  position: relative;
}
.index-news .tabcot {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.index-news .tabcot .scroll {
  margin: 0 -20px;
  padding-bottom: 80px;
}
.index-news .tabcot .item {
  margin: 0 20px;
  height: 530px;
  border: solid 1px #eeeeee;
}
.index-news .tabcot .picbox {
  position: relative;
}
.index-news .tabcot .picbox .time {
  bottom: 0;
  right: 0;
  width: 138px;
  height: 32px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: #0099e3;
  line-height: 32px;
  position: absolute;
  font-weight: lighter;
  transition: all 500ms ease;
}
.index-news .tabcot .picbox .time span {
  font-size: 21px;
  font-weight: normal;
}
.index-news .tabcot .picbox .time img {
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
  margin-left: -30px;
  animation: 2s rotate-anim ease infinite;
}
.index-news .tabcot .pic {
  overflow: hidden;
  position: relative;
}
.index-news .tabcot .pic img {
  transition: all 700ms ease;
}
.index-news .tabcot .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.8%;
}
.index-news .tabcot .txtbox {
  padding: 25px;
  padding-bottom: 30px;
}
.index-news .tabcot .tit {
  font-size: 20px;
  color: #333333;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.index-news .tabcot .txt {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 25px 0;
  overflow: hidden;
}
.index-news .tabcot .tig {
  color: #666;
}
.index-news .tabcot .tig em {
  width: 21px;
  height: 11px;
  margin-right: 5px;
  font-style: normal;
  display: inline-block;
  opacity: 0.5;
  background: url(../images/ease.png) no-repeat center center;
}
.index-news .tabcot .more {
  width: 154px;
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
  float: right;
  border: solid 1px #666666;
  display: inline-block;
  background: url(../images/arrrow-4.png) no-repeat center right 20px;
}
.index-news .tabcot .item:hover {
  border-color: #0099e3;
  background: #0099e3;
}
.index-news .tabcot .item:hover .picbox .time {
  background: #001c2b;
}
.index-news .tabcot .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .tabcot .item:hover .txtbox {
  color: #fff;
}
.index-news .tabcot .item:hover .tit,
.index-news .tabcot .item:hover .txt,
.index-news .tabcot .item:hover .tig {
  color: #fff;
}
.index-news .tabcot .item:hover .tig em {
  background: url(../images/ease-h.png) no-repeat center center;
}
.index-news .tabcot .item:hover .more {
  color: #fff;
  opacity: 1;
  border-color: #fff;
  background: url(../images/arrrow-3.png) no-repeat center right 20px;
}
.index-news .slick-dots {
  bottom: 0;
}
.index-news .slick-dots li button {
  width: 20px;
  height: 20px;
  background: url(../images/dian.png) no-repeat;
}
.index-news .slick-dots li.slick-active button {
  background: url(../images/dianh.png) no-repeat;
}
.footer {
  color: #b5b5b5;
  padding-top: 60px;
  background: #080b14;
}
.footer a {
  color: #d3d3d3;
  display: block;
  line-height: 28px;
}
.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: 80px;
}
.footer ul li {
  float: left;
  width: 10.6%;
  position: relative;
}
.footer ul .weixin {
  width: 8%;
  text-align: center;
}
.footer ul .weixin img {
  margin-bottom: 5px;
}
.footer .last {
  padding-left: 90px;
  position: relative;
  width: 28%;
}
.footer .last:before {
  top: 0px;
  left: 0px;
  content: "";
  width: 1px;
  height: 200px;
  position: absolute;
  background: #414141;
}
.footer .last .button a {
  color: #fff;
  width: 125px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  background: #0099e3;
}
.footer .last .button a:hover {
  text-decoration: none;
  background: #00a8fa;
}
.footer .last .button img {
  margin-top: 6px;
  margin-right: 5px;
}
.footer .last .tel {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  font-family: arial;
  position: relative;
  margin-top: 20px;
  line-height: 30px;
  font-family: "DIN-Medium";
}
.footer .last .add {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1500px) {
  .footer .last {
    padding-left: 30px;
  }
}
.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;
}
.inside-banner {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.inside-banner span img {
  width: 100%;
}
.inside-tag {
  z-index: 9;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inside-tag .menu {
  width: 70%;
  float: left;
}
.inside-tag .menu li {
  width: 16%;
  float: left;
  font-size: 16px;
  height: 70px;
  margin-right: 5px;
  line-height: 63px;
  border-bottom: solid 3px #fff;
  text-align: center;
  position: relative;
}
.inside-tag .menu li a {
  display: block;
  color: #333333;
}
.inside-tag .menu .active,
.inside-tag .menu li:hover {
  background: #f9f9f9;
  border-bottom: solid 3px #008fd8;
}
.inside-tag .current {
  width: 30%;
  float: right;
  color: #999;
  height: 70px;
  overflow: hidden;
  line-height: 70px;
  font-size: 15px;
  text-align: right;
}
.inside-tag .current a {
  color: #999;
}
.inside-tag .current a:hover {
  color: #0099e3;
}
.inside-tag .current span {
  color: #0099e3;
}
.inside-tag .current img {
  margin: 30px 10px 0 0;
}
.inside-ny .container {
  max-width: 1360px;
}
.inside-about {
  color: #555;
  font-size: 15px;
  line-height: 28px;
  padding-top: 90px;
  padding-bottom: 100px;
}
.inside-about .en {
  color: #e8e8e8;
  font-size: 57px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -4px;
  font-family: "font";
}
.inside-about .en span:nth-child(2) {
  font-size: 43px;
}
.inside-about .cn {
  margin-bottom: 40px;
  margin-top: -40px;
  font-size: 27px;
  line-height: 30px;
  position: relative;
  color: #0099e3;
}
.inside-about .cn span {
  background: #fff;
  display: inline-block;
}
.inside-about .ten {
  text-indent: 2em;
}
.inside-about .num1 {
  padding-left: 290px;
  padding-right: 290px;
  padding-top: 60px;
}
.inside-about .video {
  text-align: center;
}
.inside-about-2 {
  height: 729px;
  padding: 200px 0 20px 0;
  background: url(../images/about-bg.jpg) no-repeat top center;
}
.inside-about-2 ul {
  margin: 0 -15px;
}
.inside-about-2 li {
  width: 33.333%;
  float: left;
  padding: 0 32px;
}
.inside-about-2 li .item {
  padding: 40px;
  min-height: 380px;
  position: relative;
  transition: all 500ms ease;
  border: solid 1px #0099e3;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: rgba(255, 255, 255, 0.82);
}
.inside-about-2 li .item:before {
  content: "";
  width: 3px;
  height: 26px;
  top: 90px;
  left: 0;
  background: #fff;
  position: absolute;
}
.inside-about-2 li .item span {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  border: solid 1px #0099e3;
}
.inside-about-2 li .item span img {
  transition: all 500ms ease;
}
.inside-about-2 li .item .tit {
  margin-top: 30px;
  font-size: 30px;
  color: #333;
  line-height: 40px;
}
.inside-about-2 li .item .txt {
  color: #555;
  font-size: 15px;
  margin-top: 20px;
}
.inside-about-2 li:hover .item {
  transform: translateY(-40px);
  background: rgba(0, 143, 216, 0.82);
}
.inside-about-2 li:hover .tit,
.inside-about-2 li:hover .txt {
  color: #fff;
}
.inside-about-2 li:hover span img {
  transform: scale(0.95);
}
@media (max-width: 1500px) {
  .inside-about-2 li .item .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.honor {
  padding: 66px 0 120px 0;
}
.honor ul {
  overflow: hidden;
}
.honor ul li {
  width: 25%;
  float: left;
  padding: 0 25px;
  overflow: hidden;
  margin-bottom: 44px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.honor ul li a {
  display: block;
  padding: 8px 0 24px 0;
}
.honor ul li .pic {
  background: #f1f1f1;
}
.honor ul li .pic img {
  transition: .5s;
}
.honor ul li .pic:after {
  padding-bottom: 68.96551724%;
}
.honor ul li .pic i {
  background: rgba(0, 143, 216, 0.7);
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.honor ul li .pic i img {
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
}
.honor ul li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.honor ul li .pic:after {
  content: '';
  display: block;
  padding-bottom: 69%;
}
.honor ul li span {
  color: #333;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .honor ul li:hover .pic i {
    display: block;
  }
}
.honor ul li:nth-child(4n) {
  border-right: 1px solid #fff;
}
.honor .inside-page {
  margin-top: 30px;
}
.inside-page {
  text-align: center;
  margin-top: 60px;
}
.inside-page a {
  height: 32px;
  color: #202020;
  text-align: center;
  line-height: 30px;
  margin: 0 2px;
  background: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-family: arial;
  display: inline-block;
  border: solid 1px #e7eff4;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #0099e3 !important;
  background: #0099e3 !important;
}
.inside-page .prev,
.inside-page .next {
  position: relative;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 6px;
  font-family: "鐎瑰缍�";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 6px;
  font-family: "鐎瑰缍�";
  display: inline-block;
  font-weight: 700;
}
.inside-menu {
  margin-top: 90px;
  text-align: center;
}
.inside-menu a {
  height: 58px;
  width: 196px;
  color: #333;
  font-size: 18px;
  line-height: 56px;
  margin-left: -4px;
  background: #fff;
  display: inline-block;
  border: solid 1px #dddddd;
  border-left: 0;
}
.inside-menu a:first-child {
  border-left: solid 1px #dddddd;
  border-top-left-radius: 25px;
}
.inside-menu a:last-child {
  margin-left: -4px;
  border-left: 0;
  border-bottom-right-radius: 25px;
}
.inside-menu a:hover {
  color: #fff;
  border-color: #0099e3;
  background: #0099e3;
}
.inside-menu .active {
  color: #fff;
  border-color: #0099e3;
  background: #0099e3;
}
@media (max-width: 1500px) {
  .inside-menu {
    margin-top: 70px;
  }
  .inside-menu a {
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }
}
.inside-news {
  margin-bottom: 60px;
  margin-top: 70px;
  overflow: hidden;
}
.inside-news .swiper-container {
  padding-bottom: 70px;
}
.inside-news .swiper-pagination-progressbar,
.inside-news .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 15px;
  top: auto;
}
.inside-news .swiper-pagination-progressbar,
.inside-news .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
}
.inside-news .swiper-pagination {
  max-width: 670px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.inside-news .swiper-pagination-progressbar {
  background: #e1e1e1;
}
.inside-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0080d8;
}
.inside-news .swiper-button-prev {
  width: 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  margin-top: auto;
  bottom: 0px;
  left: 265px;
  border-radius: 100%;
  border: solid 1px #e2e2e2;
  background: url(../images/left-prev-2.png) #ffffff;
}
.inside-news .swiper-button-prev:hover {
  border-color: #333;
}
.inside-news .swiper-button-next {
  width: 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  right: 265px;
  margin-top: auto;
  bottom: 0px;
  border-radius: 100%;
  border: solid 1px #e2e2e2;
  background: url(../images/right-next-2.png) #ffffff;
}
.inside-news .swiper-button-next:hover {
  border-color: #333;
}
.inside-news dl:hover dt img {
  transform: scale(1.05);
}
.inside-news dl:hover dd h3 a {
  color: #0080d8;
}
.inside-news dl {
  overflow: hidden;
  margin-top: 0px;
}
.inside-news dl dt {
  width: 51.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news dl dt:after {
  content: "";
  display: block;
  padding-bottom: 61.5%;
}
.inside-news dl dt img {
  transition: all 700ms ease;
}
.inside-news dl dd {
  width: 48.5%;
  float: left;
  padding-top: 40px;
  padding-left: 70px;
}
.inside-news dl dd time {
  position: relative;
  color: #888888;
  font-size: 18px;
  display: block;
  padding-bottom: 24px;
  font-family: arial;
}
.inside-news dl dd time span {
  color: #333;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.inside-news dl dd time:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #0099e3;
}
.inside-news dl dd h3 {
  overflow: hidden;
  height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-top: 24px;
  line-height: 36px;
}
.inside-news dl dd h3 a {
  display: block;
  color: #333;
}
@media (max-width: 1500px) {
  .inside-news dl dd h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.inside-news dl dd .txt {
  font-size: 15px;
  height: 90px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  margin-top: 15px;
}
.inside-news dl dd .index-more {
  margin-top: 50px;
}
@media (max-width: 1500px) {
  .inside-news dl dd .index-more {
    margin-top: 30px;
  }
}
@media (max-width: 1500px) {
  .inside-news dl dd {
    padding-top: 20px;
  }
}
.inside-news-list {
  background: #f9f9f9;
  padding: 70px 0 120px 0;
}
.inside-news-list .title {
  color: #212121;
  line-height: 35px;
  font-size: 30px;
  margin-bottom: 35px;
}
.inside-news-list .title img {
  margin-right: 15px;
}
.inside-news-list ul {
  margin: 0 -18px;
}
.inside-news-list li {
  float: left;
  margin-bottom: 36px;
  padding: 0 18px;
  width: 33.333%;
}
.inside-news-list .item {
  background: #fff;
  border: solid 1px #eeeeee;
}
.inside-news-list .picbox {
  position: relative;
}
.inside-news-list .picbox .time {
  bottom: 0;
  right: 0;
  width: 138px;
  height: 32px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: #0099e3;
  line-height: 32px;
  position: absolute;
  font-weight: lighter;
  transition: all 500ms ease;
}
.inside-news-list .picbox .time span {
  font-size: 21px;
  font-weight: normal;
}
.inside-news-list .picbox .time img {
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
  margin-left: -30px;
  animation: 2s rotate-anim ease infinite;
}
.inside-news-list .pic {
  overflow: hidden;
  position: relative;
}
.inside-news-list .pic img {
  transition: all 700ms ease;
}
.inside-news-list .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.8%;
}
.inside-news-list .txtbox {
  padding: 25px;
  padding-bottom: 30px;
}
.inside-news-list .tit {
  font-size: 20px;
  color: #333333;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.inside-news-list .txt {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 25px 0;
  overflow: hidden;
}
.inside-news-list .tig {
  color: #666;
}
.inside-news-list .tig em {
  width: 21px;
  height: 11px;
  margin-right: 5px;
  font-style: normal;
  display: inline-block;
  opacity: 0.5;
  background: url(../images/ease.png) no-repeat center center;
}
.inside-news-list .more {
  width: 154px;
  height: 40px;
  padding: 0 20px;
  line-height: 38px;
  float: right;
  border: solid 1px #666666;
  display: inline-block;
  background: url(../images/arrrow-4.png) no-repeat center right 20px;
}
.inside-news-list .item:hover {
  border-color: #0099e3;
  background: #0099e3;
}
.inside-news-list .item:hover .picbox .time {
  background: #001c2b;
}
.inside-news-list .item:hover .pic img {
  transform: scale(1.05);
}
.inside-news-list .item:hover .txtbox {
  color: #fff;
}
.inside-news-list .item:hover .tit,
.inside-news-list .item:hover .txt,
.inside-news-list .item:hover .tig {
  color: #fff;
}
.inside-news-list .item:hover .tig em {
  background: url(../images/ease-h.png) no-repeat center center;
}
.inside-news-list .item:hover .more {
  color: #fff;
  opacity: 1;
  border-color: #fff;
  background: url(../images/arrrow-3.png) no-repeat center right 20px;
}
.inside-news-list .inside-page {
  margin-top: 30px;
}
.inside-news-show {
  font-size: 15px;
  line-height: 28px;
  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;
  background: url(../images/news-line.jpg) no-repeat;
}
.inside-news-show .container {
  position: relative;
}
@media (max-width: 1500px) {
  .inside-news-show h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-page-news {
  margin: 80px 0 0 0;
  height: 64px;
  position: relative;
  line-height: 64px;
  overflow: hidden;
  background: #f2f2f2;
}
.inside-page-news li {
  width: 45%;
  float: left;
  padding: 0 30px;
}
.inside-page-news li a {
  color: #555;
}
.inside-page-news li:hover {
  color: #0099e3;
  text-decoration: underline;
}
.inside-page-news li:hover a {
  color: #0099e3;
}
.inside-page-news .fanhui {
  width: 103px;
  height: 30px;
  right: 20px;
  top: 20px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  line-height: 30px;
  background: #ff9800;
  position: absolute;
}
.inside-page-news .fanhui:hover {
  background: #0099e3;
}
.inside-qa {
  padding-bottom: 120px;
  margin-top: 60px;
}
.inside-qa li:first-child {
  margin-top: 0;
}
.inside-qa li {
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0 0 20px #eee;
  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: 22px;
}
.inside-qa li .txtbox {
  width: 94%;
  float: left;
  padding-bottom: 25px;
  padding-left: 40px;
}
.inside-qa li .tit {
  font-size: 22px;
  height: 50px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  position: relative;
}
.inside-qa li .tit:before {
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  position: absolute;
  background: #d9d9d9;
  transition: all 500ms ease;
}
.inside-qa li .tit span {
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  background: url(../images/j1.png) no-repeat center center #efefef;
}
@media (max-width: 1500px) {
  .inside-qa li .tit {
    font-size: 18px;
  }
}
.inside-qa li .txt {
  color: #666;
  height: 48px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  width: 90%;
  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 .cur {
  background: #f6f6f6;
  transition: all 334ms ease;
}
.inside-qa .cur .ask {
  color: #fff;
  background: #0099e3;
}
.inside-qa .cur .tit:before {
  background-color: #0099e3;
}
.inside-qa .cur .tit span {
  background: url(../images/j2.png) no-repeat center center #0099e3;
}
.inside-qa .cur .txt {
  height: auto;
}
.inside-qa .cur .txt span {
  background: #666666;
}
.inside-qa .cur .txt span:before {
  border-top-color: #666666;
}
.inside-job {
  padding: 90px 0 0 0;
}
.inside-job .box-1 {
  font-size: 16px;
  line-height: 34px;
  padding-bottom: 60px;
}
.inside-job .box-1 img {
  margin-left: 50px;
}
.inside-job .box-1 a,
.inside-job .box-1 b {
  color: #e50012;
  font-weight: 700;
  font-family: arial;
}
.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 img {
  margin-top: 3px;
  margin-left: 0;
  margin-right: 15px;
}
.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 .tel {
  color: #ff9900;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .inside-job .box-1 .tit {
    font-size: 24px;
  }
}
.inside-job .job {
  padding: 70px 0 120px 0;
  background: #f9f9f9;
}
.inside-job .job .bt {
  text-align: center;
  font-size: 30px;
  color: #333;
  line-height: 40px;
}
@media (max-width: 1500px) {
  .inside-job .job .bt {
    font-size: 24px;
    line-height: 30px;
  }
}
.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;
  text-align: left;
  width: 30%!important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inside-job .job dl dt span:last-child {
  width: 10%!important;
}
.inside-job .job dl .list0 {
  height: 64px;
  line-height: 64px;
  background: #008fd8;
}
.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 {
  margin-bottom: 15px;
  font-size: 18px!important;
  color: #555;
  cursor: pointer;
  position: relative;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.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/more3.png") no-repeat center left 10px;
}
.inside-job .job #open .more {
  background: url("../images/more3h.png") no-repeat center left 10px;
}
.inside-job .job .list_dd {
  display: none;
}
.inside-job .job .jobsub {
  background: #fff;
  border-top: 0;
  color: #666;
  line-height: 30px;
  padding: 10px 50px 71px 50px;
}
.inside-job .job .jobsub .bt {
  color: #555;
  margin-left: -5px;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
}
.inside-job .button {
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  background: #ff9800;
}
.inside-job .button img {
  vertical-align: top;
  margin: 9px 0 0 5px;
}
.inside-job .button:hover {
  font-weight: 700;
  background: #0099e3;
}
.inside-product {
  padding-bottom: 85px;
  padding-top: 85px;
}
.inside-product ul {
  margin: 0 -15px;
}
.inside-product li {
  width: 50%;
  padding-top: 110px;
  padding-left: 40px;
  padding-right: 50px;
  border: solid 15px #fff;
  border-top: 0;
  position: relative;
  border-bottom: 0;
}
.inside-product li .pic {
  right: 50px;
}
.inside-product li .hot {
  top: 0;
  left: 0;
  width: 122px;
  height: 52px;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  line-height: 52px;
  text-align: center;
  position: absolute;
}
.inside-product li .hot a{color:#fff}
.inside-product .li01 {
  height: 393px;
  background: url(../images/probg1.jpg) no-repeat;
}
.inside-product .li01 .hot {
  background: url(../images/prosk-1.png) no-repeat;
}
.inside-product .li02 {
  height: 393px;
  background: url(../images/probg2.jpg) no-repeat;
}
.inside-product .li02 .hot {
  background: url(../images/prosk-2.png) no-repeat;
}
.inside-product-list {
  padding: 70px 0 120px 0;
  background: #f9f9f9;
}
.inside-product-list .inside-menu {
  margin-top: 0;
}
.inside-product-list .list {
  margin: 0 -25px;
  margin-top: 60px;
}
.inside-product-list .list li {
  margin-bottom: 45px;
  padding: 0 25px;
  float: left;
  width: 33.333%;
}
.inside-product-list .list .item {
  transition: all 500ms ease;
  border: solid 1px #dfdfdf;
}
.inside-product-list .list .picnr {
  position: relative;
}
.inside-product-list .list .picnr .tu {
  overflow: hidden;
  position: relative;
}
.inside-product-list .list .picnr .tu:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 600ms ease;
  position: absolute;
  background: rgba(0, 143, 216, 0.5);
}
.inside-product-list .list .picnr .tu:after {
  content: "";
  display: block;
  padding-bottom: 58%;
}
.inside-product-list .list .picnr .tu img {
  transition: all 700ms ease;
}
.inside-product-list .list .picnr .icon {
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: scale(0);
  position: absolute;
  margin-left: -45px;
  margin-top: -45px;
  transition: all 700ms ease;
}
.inside-product-list .list .txtnr {
  height: 120px;
  padding-top: 20px;
  background: #f6f6f6;
  text-align: center;
}
.inside-product-list .list .tit {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #222222;
  font-size: 20px;
}
.inside-product-list .list .more {
  width: 118px;
  height: 30px;
  color: #fff;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 30px;
  background: #acacac;
}
.inside-product-list .list .item:hover {
  border-color: #0099e3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.inside-product-list .list .item:hover .picnr .tu img {
  transform: scale(1.1);
}
.inside-product-list .list .item:hover .picnr .tu:before {
  opacity: 1;
}
.inside-product-list .list .item:hover .picnr .icon {
  transform: scale(1);
}
.inside-product-list .list .item:hover .txtnr {
  background: #fff;
}
.inside-product-list .list .item:hover .more {
  background: #0099e3;
}
.inside-product-list .list-2 .item {
  margin: 0 25px;
}
.inside-product-list .list-2 .slick-prev,
.inside-product-list .list-2 .slick-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-width: 2px;
  border-color: #999;
}
.inside-product-list .list-2 .slick-prev {
  left: -10px;
  transform: rotate(45deg);
}
.inside-product-list .list-2 .slick-next {
  right: -10px;
  transform: rotate(-45deg);
}
.inside-product-list .inside-page {
  margin-top: 15px;
}
.inside-case {
  padding: 85px 0 120px 0;
}
.inside-case .list {
  text-align: center;
}
.inside-case .list span {
  width: 20%;
  padding: 0 5px;
  display: inline-block;
}
.inside-case .list select {
  width: 100%;
  height: 54px;
  color: #333;
  padding: 0 20px;
  line-height: 52px;
  background: #fff;
  font-size: 18px;
  border-radius: 5px;
  border: solid 1px #d7d7d7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow-bot.jpg) no-repeat center right;
}
.inside-case .list-2 {
  padding-top: 10px;
}
.inside-case .list-2 ul {
  margin: 0 -12px;
}
.inside-case .list-2 li {
  padding: 0 12px;
  float: left;
  margin-top: 50px;
  width: 33.333%;
}
.inside-case .list-2 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-case .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63.5%;
}
.inside-case .list-2 li .pic img {
  transition: all 700ms ease;
}
.inside-case .list-2 li .tit {
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  overflow: hidden;
  margin-top: 40px;
}
.inside-case .list-2 li .more {
  line-height: 43px;
  color: #777777;
  font-size: 16px;
  margin-top: 15px;
}
.inside-case .list-2 li .more i {
  width: 43px;
  height: 43px;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  background: url(../images/arrow-1.png) no-repeat center center;
}
.inside-case .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-case .list-2 li:hover .tit {
  color: #0099e3;
}
.inside-case .list-2 li:hover .more {
  color: #0099e3;
}
.inside-case .list-2 li:hover .more i {
  background: url(../images/arrow-3.png) no-repeat center center;
}
@media (max-width: 1500px) {
  .inside-case .list-2 li .tit {
    font-size: 18px;
    margin-top: 20px;
  }
}
.inside-title {
  font-size: 18px;
  margin-bottom: 45px;
  text-align: center;
}
.inside-title p:first-child {
  font-size: 40px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 20px;
}
.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 {
  color: #777;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  border-bottom: solid 1px #e7e7e7;
}
.inside-contact .text:after {
  content: "";
  bottom: -24px;
  left: 50%;
  margin-left: -27px;
  width: 55px;
  height: 48px;
  position: absolute;
  background: url(../images/contact-icon.jpg) no-repeat;
}
.inside-contact ul {
  padding: 50px 0;
}
.inside-contact ul li {
  width: 25%;
  float: left;
  padding: 0 20px;
  font-size: 18px;
  min-height: 220px;
  text-align: center;
  transition: all 700ms ease;
  border-left: solid 1px #e5e5e5;
}
.inside-contact ul li .tit {
  margin: 20px 0;
}
.inside-contact ul li .txt {
  color: #333;
  font-size: 17px;
}
.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: 1500px) {
  .inside-contact .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.map {
  width: 100%;
}
#allmap {
  height: 647px;
  width: 100%;
}
#allmap img {
  max-width: none;
}
.inside-message {
  padding-top: 80px;
  padding-bottom: 120px;
}
.inside-message .title {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.inside-message .text {
  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: 12px;
  left: 20px;
  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 #f2f3f5;
  background: #f2f3f5!important;
}
.inside-message li input:focus,
.inside-message li textarea:focus {
  border-color: #0099e3;
}
.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: #0099e3;
}
.inside-message .btn a:hover {
  background: #00a8fa;
}
@media (max-width: 1500px) {
  .inside-message .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-message .text {
    margin-top: 10px;
  }
}
.inside-message-2 {
  background: none;
  height: auto;
  padding-bottom: 80px;
}
.inside-message-2 ul {
  max-width: none;
  margin-top: 40px;
}
.inside-message-2 li {
  margin-top: 20px;
}
.inside-message-2 li p {
  width: 50%;
}
.inside-message-2 li textarea {
  height: 150px!important;
}
.inside-message-2 .btn {
  margin-top: 40px;
  text-align: center;
}
.inside-message-2 .btn a {
  border: solid 1px #0099e3;
}
.inside-message-2 .btn a:last-child {
  background: none;
  color: #666;
  border: solid 1px #dadada;
}
.inside-message-2 .btn a:last-child:hover {
  color: #fff;
  background: #000;
}
.inside-proshow-1 {
  min-height: 580px;
  background: url(../images/proshow-bg.jpg) no-repeat top center;
}
.inside-proshow-1 {
  overflow: hidden;
}
.inside-proshow-1 .txtnr {
  width: 42%;
  float: left;
  font-size: 16px;
  line-height: 32px;
  padding-top: 110px;
}
.inside-proshow-1 .txtnr h1 {
  color: #333;
  font-size: 36px;
  line-height: 46px;
  font-weight: normal;
  margin-bottom: 30px;
}
.inside-proshow-1 .txtnr .button {
  margin-top: 40px;
}
.inside-proshow-1 .txtnr .button a {
  width: 156px;
  height: 48px;
  margin-right: 15px;
  background: #e8f7ff;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border: solid 1px #0099e3;
}
.inside-proshow-1 .txtnr .button a:last-child {
  color: #fff;
  background: #0099e3;
}
.inside-proshow-1 .txtnr .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1500px) {
  .inside-proshow-1 .txtnr {
    width: 50%;
  }
  .inside-proshow-1 .txtnr h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-proshow-1 .bigimg {
  width: 50%;
  margin-top: 50px;
  float: right;
}
.inside-proshow-1 .bigimg span {
  display: block;
  position: relative;
}
.inside-proshow-1 .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.inside-proshow-1 .bigimg .slick-prev {
  width: 45px;
  height: 45px;
  right: 0;
  left: auto;
  border-radius: 100%;
  border: solid 1px #c7c7c7;
  transform: rotate(170deg);
  background: url(../images/arrow-1.png) no-repeat center center;
}
.inside-proshow-1 .bigimg .slick-next {
  border: 0;
  right: 0;
  margin-top: 0px;
  border-radius: 100%;
  border-color: #0099e3;
  background: url(../images/arrow-2.png) no-repeat center center #0099e3;
}
.inside-proshow-2 li {
  position: relative;
  background: #008fd8;
}
.inside-proshow-2 li .pic {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-proshow-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.444%;
}
.inside-proshow-2 li .pic img {
  transition: all 700ms ease;
}
.inside-proshow-2 li .txtnr {
  width: 50%;
  color: #fff;
  float: right;
  padding-left: 150px;
}
@media (max-width: 1500px) {
  .inside-proshow-2 li .txtnr {
    padding-left: 70px;
  }
}
.inside-proshow-2 li .item {
  top: 50%;
  width: 400px;
  transform: translateY(-50%);
  position: absolute;
}
.inside-proshow-2 li .tit {
  z-index: 1;
  font-size: 30px;
  line-height: 40px;
  position: relative;
}
@media (max-width: 1500px) {
  .inside-proshow-2 li .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.inside-proshow-2 li .txt {
  z-index: 1;
  margin-top: 30px;
  font-size: 18px;
  line-height: 34px;
  position: relative;
}
@media (max-width: 1500px) {
  .inside-proshow-2 li .txt {
    font-size: 16px;
    line-height: 24px;
  }
}
.inside-proshow-2 li .num {
  top: -80px;
  left: -50px;
  opacity: 0.06;
  font-family: font2;
  font-size: 259px;
  line-height: 260px;
  position: absolute;
}
.inside-proshow-2 li:nth-child(2n) {
  background: #fff;
}
.inside-proshow-2 li:nth-child(2n) .pic {
  float: right;
}
.inside-proshow-2 li:nth-child(2n) .txtnr {
  color: #666;
  float: left;
  padding-left: 350px;
}
.inside-proshow-2 li:nth-child(2n) .tit {
  color: #333;
}
.inside-proshow-2 li:nth-child(2n) .num {
  opacity: 1;
  color: #f5f9fd;
}
@media (max-width: 1500px) {
  .inside-proshow-2 li:nth-child(2n) .txtnr {
    padding-left: 100px;
  }
}
.inside-proshow-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-proshow-3 {
  height: 580px;
  color: #fff;
  padding-top: 80px;
  background: url(../images/proshow-bg-2.jpg) no-repeat top center;
}
.inside-proshow-3 .pic {
  width: 50%;
  float: left;
}
.inside-proshow-3 .txtnr {
  width: 41%;
  float: left;
  font-size: 18px;
  line-height: 34px;
  padding-top: 120px;
  padding-left: 140px;
}
.inside-proshow-3 .tit {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.intitle {
  color: #212121;
  line-height: 35px;
  font-size: 30px;
  margin-bottom: 35px;
}
.intitle img {
  margin-right: 15px;
}
@media (max-width: 1500px) {
  .intitle {
    font-size: 24px;
  }
}
.inside-case-xg .list-2 {
  padding-top: 0;
}
.inside-case-xg .list-2 li {
  margin-top: 0;
}
.inside-iconlist {
  padding: 80px 0;
}
.inside-iconlist ul {
  padding: 0 250px;
}
.inside-iconlist li {
  width: 33.333%;
  float: left;
  padding-top: 15px;
  padding-left: 110px;
  position: relative;
}
.inside-iconlist li img {
  top: 0;
  left: 0;
  transition: all 500ms ease;
  border-radius: 100%;
  background: #0099e3;
  position: absolute;
}
.inside-iconlist li .hei {
  color: #333;
  font-size: 18px;
}
.inside-iconlist li .hui {
  color: #929292;
  font-size: 20px;
}
.inside-iconlist li:hover img {
  background: #ff9800;
}
.inside-service-1 {
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 85px;
}
.inside-service-1 .container {
  position: relative;
}
.inside-service-1 .container:before {
  content: "";
  top: 0;
  left: 0;
  width: 103%;
  position: absolute;
  min-height: 375px;
  background: #f9f9f9;
}
.inside-service-1 .txtnr {
  width: 54%;
  float: left;
  z-index: 2;
  color: #777;
  line-height: 30px;
  font-size: 15px;
  padding-top: 90px;
  padding-left: 60px;
  position: relative;
}
.inside-service-1 .txtnr .tel {
  color: #333;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  font-family: arial;
  margin-bottom: 20px;
}
.inside-service-1 .txtnr .txt {
  color: #555;
  margin-bottom: 30px;
  font-size: 18px;
}
.inside-service-1 .txtnr .cot {
  padding-right: 50px;
  margin-top: 150px;
  text-align: right;
  font-size: 24px;
  font-family: "DIN-Medium";
}
.inside-service-1 .txtnr .cot a {
  color: #888888;
  display: block;
}
.inside-service-1 .txtnr .cot a:hover {
  color: #0099e3;
}
.inside-service-1 .pic {
  width: 45%;
  float: right;
  z-index: 2;
  padding-top: 56px;
  position: relative;
}
@media (max-width: 1500px) {
  .inside-service-1 .txtnr .tel {
    font-size: 40px;
    line-height: 40px;
  }
}
.inside-service-2 {
  padding: 70px 0 50px 0;
  background: #f9f9f9;
}
.inside-service-2 .title {
  color: #222;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.inside-service-2 ul {
  padding-top: 40px;
}
.inside-service-2 ul li .tit {
  height: 70px;
  padding-left: 60px;
  line-height: 70px;
  font-size: 24px;
  color: #222222;
  background: url(../images/service-03.png) no-repeat 20px 21px #efefef;
}
.inside-service-2 ul li .txt {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  padding: 30px;
}
@media (max-width: 1500px) {
  .inside-service-2 .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-service-2 ul li .tit {
    font-size: 18px;
  }
}
.inside-service-3 {
  color: #fff;
  height: 543px;
  padding-top: 80px;
  background: url(../images/service-bg.jpg) no-repeat top center;
}
.inside-service-3 .title {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.inside-service-3 .font24 {
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 40px 0;
  text-align: center;
}
.inside-service-3 ul {
  padding: 0 80px;
}
.inside-service-3 ul li {
  width: 50%;
  float: left;
  padding: 0 35px;
}
.inside-service-3 ul li .item {
  min-height: 210px;
  background: #fff;
  color: #555555;
  font-size: 19px;
  padding-left: 150px;
  line-height: 30px;
  position: relative;
  padding-top: 60px;
  transition: all 500ms ease;
  border-bottom: solid 4px #ff9800;
}
.inside-service-3 ul li .item span {
  top: 60px;
  left: 30px;
  position: absolute;
}
.inside-service-3 ul li .txtnr {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.inside-service-3 ul li .tit {
  margin-right: 45px;
}
.inside-service-3 ul li:hover .item {
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1500px) {
  .inside-service-3 .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-service-3 .font24 {
    margin-top: 10px;
    font-size: 16px;
  }
  .inside-service-3 ul {
    padding: 0;
  }
}
