﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "microsoft yahei", arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0 auto;
  background: #fff;
  max-width: 1920px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: 0;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
}
li {
  zoom: 1;
  vertical-align: middle;
}
ol {
  margin: 0;
  padding: 0;
  padding-left: 36px;
}
fieldset,
img {
  border: 0;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
div {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 0;
  width: 100%;
}
th,
td {
  padding: 0;
}
input,
textarea {
  font-family: arial;
  font-size: 14px;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
::-webkit-input-placeholder {
  color: #333333;
}
:-moz-placeholder {
  color: #333;
  opacity: 1;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #333333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
@-webkit-keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes myfirst04 {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}
@keyframes myfirst04 {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump1 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove2 {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes mymove2 {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes downico1 {
  0% {
    left: 0;
    opacity: 1;
  }
  35% {
    left: 50%;
    opacity: 0;
  }
  65% {
    left: -50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
/*ie8判断*/
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.container {
  width: 1672px;
  margin-left: auto;
  margin-right: auto;
}
.container02 {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#container {
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media (max-width: 1700px) {
  .container {
    width: 1240px;
  }
}
@media (max-width: 1600px) {
  .container02 {
    width: 1240px;
  }
}
@media (max-width: 1240px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .container02 {
    width: 100%;
    padding: 0 10px;
  }
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../font/Roboto-Regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.eot") format("embedded-opentype"), url("../fonts/roboto-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.header {
  height: 96px;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 121;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #fff;
}
.header .container {
  width: 100%;
}
.header .logo {
  padding: 0;
  float: left;
  margin-top: 27px;
  padding-left: 80px;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  z-index: 5;
  transition: 0.5s;
}
.header .logo a span {
  display: inline-block;
  vertical-align: middle;
}
.header .logo a span:first-child {
  position: relative;
}
.header .logo a span:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 17px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.header .phone {
  float: right;
  line-height: 96px;
  margin-left: 57px;
  font-size: 35px;
  font-weight: bold;
  margin-right: 23px;
  font-family: "Roboto-Regular";
}
.header .phone a {
  color: #005bd0;
  display: block;
  background: url("../images/phone.png") no-repeat center left;
  padding-left: 52px;
}
.header .header-right {
  float: right;
  padding-right: 57px;
  background: #005bd0;
}
.header .header-right .lan {
  float: right;
  background: url("../images/diqiu.png") no-repeat center left;
  background-size: 24px;
  text-transform: uppercase;
  padding-left: 35px;
  color: #fff;
  line-height: 96px;
  margin-left: 38px;
}
.header .header-right .lan a {
  font-size: 16px;
  color: #fff;
}
.header .header-right .header-search {
  margin-left: 30px;
  background: url(../images/line.png) no-repeat center left;
  float: right;
  padding-left: 31px;
  margin-top: 37px;
  /*搜索*/
}
.header .header-right .header-search .pull-right a {
  display: block;
}
.header .header-right .header-search .pull-right a img {
  vertical-align: middle;
  width: 21px;
}
.header .header-right .header-search .search {
  z-index: 9;
  position: relative;
}
.header .header-right .header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header .header-right .header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header .header-right .header-search .search .search-main {
  top: 38px;
  right: 0;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 0 10px 10px 10px;
  position: absolute;
  background-color: #eee;
}
.header .header-right .header-search .search-container {
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.header .header-right .header-search .search-container .form-control {
  text-align: left;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -mz-border-radius: 0;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #fff;
}
.header .header-right .header-search .search-container .form-control:focus {
  border: 1px solid #1375c2;
}
.header .header-right .header-search .search-container .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #043b83;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  background: url(../images/search.png) no-repeat center center #005bd0;
  background-size: 21px;
}
.header .header-right .header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.header .phone-nav svg {
  fill: #fff;
}
.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.nav {
  float: right;
}
.nav ul li {
  text-align: center;
  float: left;
  position: relative;
  margin-left: 46px;
}
.nav ul li a {
  display: block;
  font-size: 16px;
  color: #000914;
  line-height: 96px;
  position: relative;
}
.nav ul li .subnav {
  display: none;
  position: absolute;
  top: 85px;
  width: 160px;
  margin-left: -80px;
  left: 50%;
  background: #fff;
  border-bottom: 3px solid #005bd0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.nav ul li .subnav ul {
  margin: 0;
  float: none;
  padding: 10px 0;
}
.nav ul li .subnav ul li {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}
.nav ul li .subnav ul li a {
  font-size: 15px;
  line-height: 36px;
  padding: 0 5px;
  color: #292e33 !important;
  height: auto;
  text-decoration: none;
  height:36px;
  overflow:hidden;
}
.nav ul li .subnav ul li a:hover {
  color: #005bd0 !important;
}
.nav ul li:hover a {
  color: #005bd0;
}
.nav ul .active a {
  color: #005bd0;
}

.nav ul li .subnav ul li ul.erji{
	display: none;
	position: absolute;
	left: 100%;
	width: 100%;
	top:0;
	padding:0 10px;
	background: #fff;
}

.nav ul li .subnav ul li:hover ul.erji{
	display:block;
}

.nav ul li .subnav ul li ul.erji li a{
	font-size:13px;
	text-align:left;
}

.phone-nav {
  position: fixed;
  right: 15px;
  top: 0;
  line-height: 70px;
  display: none;
  color: #666;
  z-index: 6667;
}
.phone-nav svg {
  width: 31px;
  fill: #1e82c2;
  vertical-align: middle;
}
#menu {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 60px 0;
}
#menu .lan {
  font-size: 16px;
  line-height: 50px;
  color: #222;
  text-transform: uppercase;
}
#menu .lan a {
  color: #222;
}
#menu .search {
  position: relative;
  overflow: hidden;
}
#menu .search .form-control {
  border: 1px solid #c7c7c7;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 0 20px;
  background: none;
}
#menu .search .form-control:focus {
  border: 1px solid #005bd0;
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #005bd0 url(../images/search.png) no-repeat center center;
  background-size: 15px;
  border: 0;
  height: 40px;
  width: 40px;
  color: #fff;
}
#menu ul {
  overflow: hidden;
  padding: 0 20px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  display: block;
  line-height: 48px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  background: url("../images/arrow1.png") no-repeat center center;
  background-size: 13px;
}
#menu ul li ul {
  display: none;
  padding: 10px 0;
}
#menu ul li ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  border: 0;
}
#menu ul li ul li:before {
  display: none;
}
#menu ul li.pli ul li {
  width: 100%;
}
#menu ul li.pli ul li .item-title {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  padding-left: 16px;
  background: url(../images/dot.png) no-repeat center left;
}
#menu ul li.pli ul li .ul {
  font-size: 0;
}
#menu ul li.pli ul li .ul .li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#menu ul li.pli ul li .ul .li .bt {
  color: #444;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#menu ul li.pli ul li .ul .li .bt:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #0075c1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#menu ul li.pli ul li .ul .li .jsh ul {
  display: block;
  padding: 5px 16px;
}
#menu ul li.pli ul li .ul .li .jsh ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
#menu ul .active i {
  background: url("../images/arrow2.png") no-repeat center center;
  background-size: 13px;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 20px;
  top: 14px;
  background: url(../images/jia.png) no-repeat center center;
  border-radius: 50%;
  background-size: 24px;
  transform: rotate(45deg);
}
#menu.show1 {
  top: 0;
}
.transparent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.inbanner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.inbanner .inbanner-slick {
  position: relative;
}
.inbanner .inbanner-slick img {
  transition: 5s;
  animation: mymove4 5s;
  display: block;
}
.inbanner .inbanner-slick .banner-hover {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#fp-nav {
  display: none !important;
}
.float {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 99;
}
.float ul li {
  margin-bottom: 2px;
}
.float ul li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: #0050b8;
}
.float ul li a:hover {
  background: #d6000f;
}
.home-banner {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color:#0f539e;
}
.home-banner .home-banner-slick {
  position: relative;
}
.home-banner .home-banner-slick .slick-list {
  position: relative;
  display: block;
}
.home-banner .home-banner-slick .item {
  position: relative;
  overflow: hidden;
}
.home-banner .home-banner-slick .item img {
  display: block;
  transition: 5s;
  width: 100%;
}
.home-banner .home-banner-slick .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 5;
  transform: translateY(-50%);
}
.home-banner .home-banner-slick .banner-hover .info {
  text-align: left;
}
.home-banner .home-banner-slick .banner-hover .bt {
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  line-height: 82px;
  margin-bottom: 125px;
  text-shadow: 0 1px 1.7px rgba(0, 9, 20, 0.38);
}
.home-banner .home-banner-slick .banner-hover .btn a {
  margin: 0 16px;
  width: 173px;
  height: 52px;
  line-height: 52px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
.home-banner .home-banner-slick .banner-hover .btn .b1 {
  background: rgba(0, 91, 208, 0.5) url("../fonts/video.svg") no-repeat 82% center;
  background-size: 15px;
  box-shadow: 0 1px 1.7px 0 rgba(0, 9, 20, 0.38);
}
.home-banner .home-banner-slick .banner-hover .btn .b2 {
  background: rgba(0, 91, 208, 0.5) url("../fonts/vr.svg") no-repeat 80% center;
  background-size: 32px;
  box-shadow: 0 1px 1.7px 0 rgba(0, 9, 20, 0.38);
}
.home-banner .home-banner-slick .slick-dots {
  z-index: 10;
  bottom: 26px;
  width: 100%;
  line-height: 0;
}
.home-banner .home-banner-slick .slick-dots li {
  margin: 0 4px;
  padding: 0;
  width: 11px;
  height: 11px;
  transition: .5s;
  float: none;
  vertical-align: bottom;
  border: 1px solid transparent;
}
.home-banner .home-banner-slick .slick-dots li button {
  width: 11px;
  height: 11px;
  padding: 0;
  display: block;
  border: 0;
  background: #fff;
  border-radius: 50%;
}
.home-banner .home-banner-slick .slick-dots li button:before {
  content: "";
}
.home-banner .home-banner-slick .slick-dots .slick-active button {
  background: #005bd0;
}
.home-banner .home-banner-slick .slick-dots .slick-active button:before {
  color: transparent;
}
.home-banner .home-banner-slick .slick-active a img {
  transition: 5s;
  animation: mymove4 5s;
}
.home-banner .home-banner-slick .slick-active .banner-hover .bt {
  transition: 2s;
  animation: fadeInUp2 2s;
}
.home-banner .home-banner-slick .slick-active .banner-hover .btn {
  transition: 3s;
  animation: fadeInUp2 3s;
}
.home-banner .home-banner-slick-phone {
  position: relative;
  display: none;
}
.home-banner .home-banner-slick-phone .slick-list {
  position: relative;
  display: block;
}
.home-banner .home-banner-slick-phone .item {
  position: relative;
  overflow: hidden;
}
.home-banner .home-banner-slick-phone .item img {
  display: block;
  transition: 5s;
  width: 100%;
}
.home-banner .home-banner-slick-phone .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 5;
  transform: translateY(-50%);
}
.home-banner .home-banner-slick-phone .banner-hover .info {
  text-align: left;
}
.home-banner .home-banner-slick-phone .banner-hover .bt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 1px 1.7px rgba(0, 9, 20, 0.38);
}
.home-banner .home-banner-slick-phone .banner-hover .btn a {
  margin: 0 5px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
}
.home-banner .home-banner-slick-phone .banner-hover .btn .b1 {
  background: rgba(0, 91, 208, 0.5) url("../images/video.svg") no-repeat 82% center;
  background-size: 15px;
  box-shadow: 0 1px 1.7px 0 rgba(0, 9, 20, 0.38);
}
.home-banner .home-banner-slick-phone .banner-hover .btn .b2 {
  background: rgba(0, 91, 208, 0.5) url("../fonts/vr.svg") no-repeat 80% center;
  background-size: 32px;
  box-shadow: 0 1px 1.7px 0 rgba(0, 9, 20, 0.38);
}
.home-banner .home-banner-slick-phone .slick-dots {
  z-index: 10;
  bottom: 16px;
  width: 100%;
  line-height: 0;
}
.home-banner .home-banner-slick-phone .slick-dots li {
  margin: 0 4px;
  padding: 0;
  width: 11px;
  height: 11px;
  transition: .5s;
  float: none;
  vertical-align: bottom;
  border: 1px solid transparent;
}
.home-banner .home-banner-slick-phone .slick-dots li button {
  width: 11px;
  height: 11px;
  padding: 0;
  display: block;
  border: 0;
  background: #fff;
  border-radius: 50%;
}
.home-banner .home-banner-slick-phone .slick-dots li button:before {
  content: "";
}
.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
  background: #005bd0;
}
.home-banner .home-banner-slick-phone .slick-dots .slick-active button:before {
  color: transparent;
}
.home-banner .home-banner-slick-phone .slick-active a img {
  transition: 5s;
  animation: mymove4 5s;
}
.home-banner .home-banner-slick-phone .slick-active .banner-hover .bt {
  transition: 2s;
  animation: fadeInUp2 2s;
}
.home-banner .home-banner-slick-phone .slick-active .banner-hover .btn {
  transition: 3s;
  animation: fadeInUp2 3s;
}
/*视频弹出框*/
.video-popup {
  position: fixed;
  z-index: 999;
  width: 780px;
  height: 500px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -390px;
  text-align: center;
  padding: 10px;
  display: none;
}
.video-popup .box {
  background: #F1F1F1;
  height: 100%;
}
.video-popup .close {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -45px;
  top: 0;
  background: url(../images/close-icon.png) no-repeat;
  background-size: 35px;
}
.video-popup a {
  color: #274095;
}
.video-popup a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .video-popup {
    width: 100%;
    height: 50%;
    left: 0;
    top: 25%;
    margin: 0;
    padding: 10px;
  }
  .video-popup .close {
    right: 0;
    top: 0;
  }
}
.waves {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 300px;
}
.home-about {
  padding: 127px 0 135px 0;
  background: #0f539e;
  position: relative;
}
.home-about .container {
  position: relative;
  z-index: 4;
}
.home-about .t {
  margin-bottom: 40px;
}
.home-about .left {
  float: left;
  width: 49.1%;
  position: relative;
  margin-top: 33px;
  padding-left: 71px;
}
.home-about .left:after {
  content: '';
  display: block;
  width: 274px;
  height: 272px;
  background: url("../images/bg1.png") no-repeat top center;
  position: absolute;
  top: -31px;
  left: 0;
  z-index: 1;
}
.home-about .left .pic {
  z-index: 3;
  border: 5px solid #fff;
  border-radius: 10px;
}
.home-about .left .pic:after {
  padding-bottom: 68.06495264%;
}
.home-about .left .pic .btn {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.home-about .left .pic .btn i {
  z-index: 1;
  position: relative;
  font-style: normal;
}
.home-about .left .pic .btn:before {
  top: -10px;
  left: -10px;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  animation: 1.5s mymove linear infinite ;
}
.home-about .left .pic .btn:after {
  top: -35px;
  left: -35px;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  animation: 2s mymove linear infinite ;
}
.home-about .text {
  float: right;
  width: 46%;
  position: relative;
  z-index: 3;
  padding-top: 71px;
}
.home-about .text .span {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.home-about .text .bt {
  position: absolute;
  top: 31px;
  left: -22px;
}
.home-about .text .jsh {
  font-size: 21px;
  color: #e5e5e5;
  line-height: 40px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 78px;
}
.home-about .text .more a {
  display: block;
  width: 180px;
  height: 52px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  padding: 0 32px;
  border: 1px solid #cccccc;
  background: url("../images/more.png") no-repeat 92% center;
  background-size: 10px;
}
@media (min-width: 1025px) {
  .home-about .text .more a:hover {
    background-color: #005bd0;
    border: 1px solid #005bd0;
  }
}
.youshi1 {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.youshi1 li {
  width: 25%;
  padding: 0 20px 0 80px;
  float: left;
  text-align: left;
  position: relative;
}
.youshi1 li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 74px;
  margin-top: -37px;
  background: #eeeeee;
  opacity: 0.3;
}
.youshi1 li .num {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 100px;
}
.youshi1 li p {
  color: #fff;
  font-size: 24px;
}
.youshi1 li:last-child:after {
  display: none;
}
.home-product {
  padding: 72px 0 97px 0;
}
.home-product .home-bottom {
  padding: 32px 36px;
  position: relative;
}
.home-product .home-bottom .slick-list {
  overflow: inherit;
}
.home-product .home-bottom .slick-prev,
.home-product .home-bottom .slick-next {
  width: 58px;
  height: 58px;
  background-color: #c7c7c7;
  z-index: 9;
  margin-top: -76px;
}
.home-product .home-bottom .slick-prev:before,
.home-product .home-bottom .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.home-product .home-bottom .slick-prev:hover,
.home-product .home-bottom .slick-next:hover {
  background: #005bd0;
}
.home-product .home-bottom .slick-prev {
  left: 30px;
}
.home-product .home-bottom .slick-prev:before {
  background-image: url(../images/left.png);
}
.home-product .home-bottom .slick-next {
  right: 30px;
}
.home-product .home-bottom .slick-next:before {
  background-image: url(../images/right.png);
}
.product-list li {
  width: 33.33333333%;
  float: left;
  padding: 0 18px;
}
.product-list li .box {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.product-list li .pic {
  border: 1px solid #ebebeb;
  
}


.product-list li .pic:after {
  padding-bottom: 69.09090909%;
}
.product-list li .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}

.product-list li .pic  img {
  width:100%;
}

.product-list li .pic .hover img {
  transform: scale(1) !important;
}
.product-list li .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.product-list li .pic .hover1 img {
  transform: scale(1) !important;
}
.product-list li .text {
  padding: 32px 26px 49px 26px;
  background: #f2f4f5;
  /* height: 123.5px; */
}
.product-list li .text .bt {
  font-size: 26px;
  color: #000914;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 8px;
  height: 33px;
}
.product-list li .text .jsh {
  font-size: 18px;
  color: #76787a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 22.5px;
}
@media (min-width: 1025px) {
  .product-list li:hover .pic img {
    transform: scale(1.04);
  }
  .product-list li:hover .pic .hover img {
    transform: scale(1);
  }
  .product-list li:hover .pic .hover1 img {
    transform: scale(1);
  }
  .product-list li:hover .text {
    background: #005bd0;
  }
  .product-list li:hover .text .bt {
    color: #fff;
  }
  .product-list li:hover .text .jsh {
    color: #fff;
  }
}
.home-title {
  text-align: center;
  position: relative;
  padding-top: 33px;
}
.home-title h3 {
  font-size: 50px;
  font-weight: bold;
  color: #141414;
  position: relative;
  z-index: 2;
}
.home-title span {
  font-size: 18px;
  color: #333333;
  position: relative;
  z-index: 2;
}
.home-title p {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  font-family: arial;
  text-transform: uppercase;
  font-size: 148px;
  color: #e2e2e2;
  font-weight: bold;
  line-height: 145px;
}
.home-app {
  padding-top: 71px;
  padding-bottom: 123px;
  position: relative;
}
.home-app:before {
  content: "";
  display: block;
  background: #005bd0;
  width: 100%;
  height: 420px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.home-app .titileBig {
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.home-app .titileBig .title-01 {
  font-size: 46px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 44px;
}
.home-app .menuTabs {
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-app .menuTabs .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.home-app .menuTabs .list {
  text-align: center;
  font-size: 0;
  padding-bottom: 38px;
  display: inline-block;
  position: relative;
}
.home-app .menuTabs .box {
  display: block;
  padding: 20px 20px 25px 20px;
  position: relative;
  z-index: 1;
}
.home-app .menuTabs li {
  display: inline-block;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  width: 260px;
  position: relative;
}
.home-app .menuTabs li:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  transition: all .5s;
}
.home-app .menuTabs li:hover:after {
  width: 100%;
}
.home-app .menuTabs .title {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-app .menuTabs .pic {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto auto 15px auto;
  overflow: hidden;
  position: relative;
}
.home-app .menuTabs .active:after {
  width: 100%;
}
.home-app .conTabs {
  background: #fff;
  overflow: hidden;
  padding: 57px 0 68px 0;
  margin: 0 116px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 12px 0 rgba(101, 137, 184, 0.12);
}
.home-app .item .box {
  display: block;
  padding: 0 26px 20px 56px;
  overflow: hidden;
  position: relative;
}
.home-app .item .pic {
  width: 43%;
  display: block;
  float: left;
  z-index: 1;
  position: relative;
}
.home-app .item .pic:after {
  padding-bottom: 66.43835616%;
}
.home-app .item .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}
.home-app .item .pic .hover img {
  transform: scale(1) !important;
}
.home-app .item .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.home-app .item .pic .hover1 img {
  transform: scale(1) !important;
}
.home-app .item .pic .span-01 {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
.home-app .item .pic img {
  transition: all .5s;
}
.home-app .item .text {
  width: 56%;
  float: left;
  padding: 24px 0 0 78px;
}
.home-app .item .title {
  line-height: 1;
  margin-bottom: 30px;
}
.home-app .item .title-01 {
  color: #333333;
  font-size: 40px;
  height: 60px;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 7px;
}
.home-app .item .title-02 {
  color: #333333;
  font-size: 17px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-app .item .title-02:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #43a2f6;
  margin: 24px 0 0 0;
  transition: all .5s;
}
.home-app .item .info {
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
}
.home-app .item .box:hover img {
  transform: scale(1.1);
}
.home-app .item .box:hover .title-02:after {
  width: 100px;
}
.home-app .arrow-left,
.home-app .arrow-right {
  display: inline-block;
}
.home-app .arrows {
  font-size: 0;
  padding-left: 70px;
  position: absolute;
  bottom: 29px;
  left: 45%;
}
.home-app .arrow-left {
  width: 190px;
  height: 20px;
  background: #005bd0 url(../images/arrow-left-01.png) no-repeat center center;
}
.home-app .arrow-left:hover {
  background-color: #277cba;
}
.home-app .arrow-right {
  width: 190px;
  height: 20px;
  background: #d6000f url(../images/arrow-right-01.png) no-repeat center center;
}
.home-app .arrow-right:hover {
  background-color: #277cba;
}
.home-case {
  padding: 81px 0 59px 0;
  background: url("../images/cbg.jpg") no-repeat top center;
  background-size: cover;
}
.home-case .home-title {
  border-bottom: 1px solid #d6e4f1;
  padding-bottom: 36px;
  margin-bottom: 55px;
}
.cyoushi {
  position: relative;
}
.cyoushi li {
  padding: 30px 0;
  transform: scale(0.88);
  -ms-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -webkit-transform: scale(0.88);
  -o-transform: scale(0.88);
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .cyoushi li:hover .pic img {
    transform: scale(1.04);
  }
}
.cyoushi li .box {
  position: relative;
  overflow: hidden;
}
.cyoushi li .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}
.cyoushi li .pic .hover img {
  transform: scale(1) !important;
}
.cyoushi li .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.cyoushi li .pic .hover1 img {
  transform: scale(1) !important;
}
.cyoushi li .pic:after {
  padding-bottom: 64%;
}
.cyoushi li .bt {
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 52px;
  opacity: 0;
  background: rgba(0, 91, 208, 0.7);
}
.cyoushi .slick-center {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.cyoushi .slick-center .bt {
  opacity: 1;
}
.cyoushi .slick-center .pic .hover1 {
  bottom: 70px;
}
.cyoushi ul .slick-center .hover {
  opacity: 1;
}
.cyoushi .slick-prev,
.cyoushi .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -22px;
  z-index: 55;
  border-radius: 50%;
}
.cyoushi .slick-prev:before,
.cyoushi .slick-next:before {
  content: '';
}
.cyoushi .slick-prev {
  left: 20.6%;
  background: #c7c7c7 url("../images/left2h.png") no-repeat center center !important;
}
.cyoushi .slick-prev:hover {
  background-color: #00357a !important;
}
.cyoushi .slick-next {
  right: 20.6%;
  left: auto;
  background: #c7c7c7 url("../images/right2h.png") no-repeat center center !important;
}
.cyoushi .slick-next:hover {
  background-color: #00357a !important;
}
.home-partner {
  padding: 89px 0 131px 0;
  background: #fff;
}
.home-partner .home-bottom {
  padding-top: 75px;
}
.partnerlist {
  padding-left: 6px;
  padding-top: 1px;
}
.partnerlist li {
  width: 100%;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.partnerlist li .pic {
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.partnerlist li .pic:after {
  padding-bottom: 76.17554859%;
}
@media (min-width: 1025px) {
  .partnerlist li:hover .pic {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 4;
  }
}
.home-title1 {
  font-size: 50px;
  font-weight: bold;
  color: #141414;
  text-align: center;
  position: relative;
}
.home-title1:after {
  content: '';
  display: block;
  width: 260px;
  height: 16px;
  background: #005bd0;
  position: absolute;
  bottom: 7px;
  z-index: 0;
  left: 50%;
  margin-left: -130px;
}
.home-title1 span {
  position: relative;
  display: inline-block;
  z-index: 4;
}
.home-honor {
  padding: 83px 0 99px 0;
  background: #005bd0 url("../images/line2.png") no-repeat center 129px;
}
.home-honor .home-bottom {
  padding: 0 90px;
  position: relative;
}
.home-honor .slick-prev,
.home-honor .slick-next {
  width: 58px;
  height: 58px;
  margin-top: 15px;
  z-index: 55;
  border: 1px solid #99bdec;
}
.home-honor .slick-prev:before,
.home-honor .slick-next:before {
  content: '';
}
.home-honor .slick-prev {
  left: 0;
  background: url("../images/zuo.png") no-repeat center center !important;
}
.home-honor .slick-prev:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
.home-honor .slick-next {
  right: 0;
  left: auto;
  background: url("../images/you.png") no-repeat center center !important;
}
.home-honor .slick-next:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
.honorlist li {
  width: 20%;
  float: left;
  padding: 0 22px;
}
.honorlist li .bt {
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-bottom: 43px;
  margin-bottom: 20px;
  background: url("../images/line3.png") no-repeat bottom center;
}
.honorlist li .pic:after {
  padding-bottom: 140.6504065%;
}
@media (min-width: 1025px) {
  .honorlist li:hover .pic img {
    transform: scale(1.04);
  }
}
.home-news {
  padding: 91px 0 122px 0;
  background: #fff;
}
.home-news .home-bottom {
  padding-top: 29px;
}
.home-news .home-bottom .second-nav {
  text-align: center;
}
.home-news .home-bottom .second-nav li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  padding: 0 10px;
}
.home-news .home-bottom .second-nav li a {
  display: block;
  width: 172px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  padding: 0 5px;
  font-size: 17px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #e2e2e2;
}
.home-news .home-bottom .second-nav .active a {
  background: #005bd0;
  color: #fff;
}
.home-news .home-bottom .show {
  padding-top: 40px;
}
.home-news .home-bottom .show .info {
  display: none;
}
.newslist {
  margin: 0 -12px;
}
.newslist li {
  width: 25%;
  float: left;
  padding: 0 12px;
}
.newslist li .pic:after {
  padding-bottom: 68.25%;
}
.newslist li .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}

.newslist li .pic img {
  width:100%;
}

.newslist li .pic .hover img {
  transform: scale(1) !important;
}
.newslist li .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.newslist li .pic .hover1 img {
  transform: scale(1) !important;
}
.newslist li .text {
  padding: 32px 27px 39px 27px;
  border-bottom: 3px solid #005bd0;
  background: #fff;
  height: 288px;
  overflow: hidden;
  box-shadow: 0 0 13px 0 rgba(0, 91, 208, 0.08);
}
.newslist li .text .span {
  font-size: 16px;
  color: #000914;
  background: url("../images/a.png") no-repeat center left;
  padding-left: 25px;
  background-size: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.newslist li .text .bt {
  font-size: 24px;
  color: #000914;
  font-weight: bold;
  line-height: 36px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}
.newslist li .text .jsh {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 14px;
}
.newslist li .text .date {
  font-size: 16px;
  color: #7a7a7a;
}
@media (min-width: 1023px) {
  .newslist li:hover .pic img {
    transform: scale(1.04);
  }
  .newslist li:hover .text .bt {
    color: #005bd0;
  }
}
.footer {
  z-index: 3;
  position: relative;
  background: url("../images/fbg.jpg") no-repeat top center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .footer a:hover {
    color: #fff !important;
    text-decoration: underline;
  }
}
.footer-top {
  padding: 91px 0 9px 0;
}
.footer-top .ft {
  padding-bottom: 57px;
}
.footer-top ul {
  margin: 0 -35px;
  float: left;
  width: 80%;
}
.footer-top ul li {
  width: 15.7%;
  float: left;
  padding: 0 35px;
}
.footer-top ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top ul li ul {
  margin: 0;
  float: none;
  width: 100%;
}
.footer-top ul li ul li {
  width: 100% !important;
  padding: 0;
  float: none;
  max-height: 44px;
}
.footer-top ul li ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  padding: 0;
  margin: 0;
  line-height: 22px;
  background: url("../images/dot6.png") no-repeat center left;
  background-size: 17px;
  padding-left: 27px;
  margin-bottom: 10px;
  max-height: 22px;
}
@media (min-width: 1025px) {
  .footer-top ul li ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.footer-top ul li .bottom {
  padding-top: 12px;
}
.footer-top ul li .bottom .ewm {
  margin-bottom: 23px;
}
.footer-top ul li .bottom .ewm img {
  display: block;
}
.footer-top ul li:nth-child(2) {
  width: 20%;
}
.footer-top ul li:nth-child(3) {
  width: 17%;
}
.footer-top .footer-contact {
  float: right;
  width: 15%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 31px;
}
.footer-top .footer-contact .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top .footer-contact .link h3 {
  float: left;
  display: block;
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 11px;
}
.footer-top .footer-contact .item {
  float: right;
  margin-left: 13px;
  position: relative;
}
.footer-top .footer-contact .item span,
.footer-top .footer-contact .item a {
  display: block;
  width: 30px !important;
  height: 30px !important;
  float: right;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
}
.footer-top .footer-contact .item span.wb {
  background: #ffffff url("../images/wx1.png") no-repeat center center;
  background-size: 21px;
}
.footer-top .footer-contact .item span.wb:hover {
  background: #d6000f url("../images/wx2.png") no-repeat center center;
  background-size: 21px;
}
.footer-top .footer-contact .item span.wx {
  background: #ffffff url("../images/sj1.png") no-repeat center center;
  background-size: 23px;
}
.footer-top .footer-contact .item span.wx:hover {
  background: #d6000f url("../images/sj2.png") no-repeat center center;
  background-size: 23px;
}
.footer-top .footer-contact .item a.qq {
  display: block;
  background: #ffffff url("../fonts/qq1.svg") no-repeat center center;
  background-size: 20px;
}
.footer-top .footer-contact .item a.qq:hover {
  background: #d6000f url("../fonts/qq2.svg") no-repeat center center;
  background-size: 20px;
}
.footer-top .footer-contact .item .hover {
  position: absolute;
  bottom: 45px;
  left: 50%;
  padding: 10px;
  background: #fff;
  width: 130px;
  margin-left: -65px;
  text-align: center;
  display: none;
  z-index: 77;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  font-size: 13px;
  line-height: 23px;
}
.footer-top .footer-contact .item:hover .hover {
  display: block;
}
.footer-top .footer-contact .item .hover .arrow,
.footer-top .footer-contact .item .hover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.footer-top .footer-contact .item .hover .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;
  bottom: -21px;
  border-width: 11px;
}
.footer-top .footer-contact .foot-info {
  padding-top: 25px;
}
.footer-top .footer-contact .foot-info p {
  padding-left: 40px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  margin-bottom: 7px;
}
.footer-top .footer-contact .foot-info p a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-top .footer-contact .foot-info p:nth-child(1) {
  background: url("../images/f1.png") no-repeat center left;
  background-size: 22px;
}
.footer-top .footer-contact .foot-info p:nth-child(2) {
  background: url("../images/f2.png") no-repeat 5px center;
  background-size: 16px;
}
.footer-top .footer-contact .foot-info p:nth-child(3) {
  background: url("../images/f2.png") no-repeat 5px center;
  background-size: 16px;
}
.footer-top .footer-contact .foot-info p:nth-child(4) {
  background: url("../images/f4.png") no-repeat 5px center;
  background-size: 18px;
}
.footer-top .footer-contact .foot-info p:nth-child(5) {
  background: url(../images/f5.png) no-repeat 7px center;
  background-size: 15px;
}
.footer-top .footer-contact .foot-info p:nth-child(6) {
  background: url(../images/f6.png) no-repeat 9px 7px;
  background-size: 13px;
}
.footer-bottom {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.28);
}
.footer-bottom span {
  display: block;
  float: left;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.28);
  margin-right: 24px;
}
.footer-bottom a:hover {
  color: #fff;
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0 9px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.28);
}
.copy a {
  color: rgba(255, 255, 255, 0.28);
}
.copy a:hover {
  color: #fff;
}
.current {
  font-size: 16px;
  color: #666666;
  padding: 18px 0;
  background: #f5f5f5;
}
.current a {
  color: #666666;
}
.current a:hover {
  color: #fff;
}
.current b {
  font-weight: normal;
  color: #333333;
}
.content {
  padding: 58px 0 100px 0;
  min-height: 300px;
}
.page {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
}
.page a {
  display: inline-block;
  background: #efefef;
  line-height: 32px;
  padding: 0 13px;
  height: 32px;
  margin: 0 0 0 4px;
  font-family: arial;
  font-size: 12px;
}
.page a:hover {
  background: #005bd0;
  color: #fff;
}
.page .num1 {
  background: url("../images/page_3.png") no-repeat center #efefef;
  padding: 0 16px;
  vertical-align: middle;
}
.page .num1:hover {
  background: url("../images/page_7.png") no-repeat center #005bd0;
}
.page .num2 {
  background: url("../images/page_1.png") no-repeat center #efefef;
  padding: 0 16px;
  vertical-align: middle;
}
.page .num2:hover {
  background: url("../images/page_5.png") no-repeat center #005bd0;
}
.page .num3 {
  background: url("../images/page_2.png") no-repeat center #efefef;
  padding: 0 16px;
  vertical-align: middle;
}
.page .num3:hover {
  background: url("../images/page_6.png") no-repeat center #005bd0;
}
.page .num4 {
  background: url("../images/page_4.png") no-repeat center #efefef;
  padding: 0 16px;
  vertical-align: middle;
}
.page .num4:hover {
  background: url("../images/page_8.png") no-repeat center #005bd0;
}
.page .cpb {
  background: #005bd0;
  color: #fff;
}
.product .product-list {
  margin: 0 -15px;
  padding-bottom: 8px;
}
.product .product-list li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.product .product-list li .text {
  padding: 30px 26px 44px 24px;
}
.product .product-list li .text .bt {
  font-size: 24px;
}
.product .product-list li .text .jsh {
  font-size: 17px;
}
.news {
  padding-top: 51px;
}
.news .newslist {
  padding-bottom: 10px;
}
.news .newslist li {
  width: 33.33333333%;
  margin-bottom: 31px;
}
.news .newslist li .text {
  padding: 35px 27px 39px 31px;
  height: 328px;
}
.news .newslist li .text .span {
  font-size: 18px;
}
.news .newslist li .text .bt {
  font-size: 28px;
  line-height: 41px;
  max-height: 82px;
  margin-bottom: 24px;
}
.news .newslist li .text .jsh {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 17px;
}
.news .newslist li .text .date {
  font-size: 18px;
}
.news-list {
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.news-list li {
  display: inline-block;
  max-width: 300px;
  margin: 0 27px;
}
.news-list li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
}
.news-list li:hover a {
  color: #005bd0;
}
.news-list .active a {
  color: #005bd0;
}
.case .cyoushi {
  margin: 0 -15px;
  padding-bottom: 12px;
  overflow: hidden;
}
.case .cyoushi li {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.case .cyoushi li .bt {
  font-size: 14px;
  text-align: left;
  padding: 0 10px;
  line-height: 50px;
  opacity: 1;
  background: rgba(0, 91, 208, 0.7) url("../images/more3.png") no-repeat 98% center;
  background-size: 20px;
}
.app-nav li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom:2px;
}
.app-nav li a {
  display: block;
  background: #ededed;
  border-right: 2px solid #fff;
  font-size: 24px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  line-height: 60px;
}
@media (min-width: 1025px) {
  .app-nav li a:hover {
    background: #004898;
    color: #fff;
  }
}
.app-nav .active a {
  background: #004898;
  color: #fff;
}
.app-list {
  margin: 0 -23px;
  padding: 51px 0 0 0;
}
.app-list li {
  width: 33.33333333%;
  float: left;
  padding: 0 23px;
  margin-bottom: 44px;
}
.app-list li .pic:after {
  padding-bottom: 66.43835616%;
}
.app-list li .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}
.app-list li .pic .hover img {
  transform: scale(1) !important;
}
.app-list li .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.app-list li .pic .hover1 img {
  transform: scale(1) !important;
}
.app-list li .bt {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
  line-height: 60px;
  background: #f5f5f5;
}
@media (min-width: 1025px) {
  .app-list li:hover .pic img {
    transform: scale(1.04);
  }
}
.zhizao {
  padding-bottom: 0;
}
.zhizao-list {
  margin: 0 -27px;
}
.zhizao-list li {
  width: 25%;
  float: left;
  padding: 0 27px;
  margin-bottom: 71px;
  position: relative;
}
.zhizao-list li:after {
  content: '';
  display: block;
  width: 31px;
  height: 33px;
  background: url("../images/y.png") no-repeat center center;
  position: absolute;
  top: 105px;
  right: -16px;
}
.zhizao-list li .box {
  border: 1px dashed #f2f2f2;
  padding: 9px;
}
.zhizao-list li .pic:after {
  padding-bottom: 73.33333333%;
}
.zhizao-list li .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}
.zhizao-list li .pic .hover img {
  transform: scale(1) !important;
}
.zhizao-list li .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.zhizao-list li .pic .hover1 img {
  transform: scale(1) !important;
}
.zhizao-list li .bt {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
  line-height: 56px;
}
@media (min-width: 1025px) {
  .zhizao-list li:hover .pic img {
    transform: scale(1.04);
  }
}
.zhizao-list li:nth-child(4):after {
  content: '';
  display: block;
  width: 33px;
  height: 31px;
  background: url(../images/x.png) no-repeat center center;
  position: absolute;
  bottom: -42px;
  right: 50%;
  top: auto;
  margin-right: -16px;
}
.zhizao-list li:nth-child(5):after {
  display: none;
}
.zhizao-list li:nth-child(5),
.zhizao-list li:nth-child(6),
.zhizao-list li:nth-child(7),
.zhizao-list li:nth-child(8) {
  float: right;
}
.zhizao-list li:nth-child(5):after,
.zhizao-list li:nth-child(6):after,
.zhizao-list li:nth-child(7):after,
.zhizao-list li:nth-child(8):after {
  background: url("../images/z.png") no-repeat center center;
}
.contact .contact01 {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 69px 26px 66px 62px;
  background: #fff;
  margin-bottom: 60px;
}
.contact .contact01 .text {
  float: left;
  width: 50%;
}
.contact .contact01 .text .bt {
  font-size: 30px;
  color: #333333;
  margin-bottom: 29px;
}
.contact .contact01 .text .jsh {
  font-size: 24px;
  color: #333333;
}
.contact .contact01 .text .jsh p {
  margin-bottom: 16px;
}
.contact .contact01 .text .jsh a {
  color: #333333;
}
.contact .contact01 .text .jsh a:hover {
  text-decoration: underline;
}
.contact .contact01 .img {
  float: right;
  text-align: center;
  width: 48%;
  padding-top: 34px;
}
.contact .contact01 .img .li {
  width: 50%;
    float: right;
    padding: 0px 5px;
    margin-right: 143px;
}
.contact .contact01 .img .li img {
  border: 2px solid #f3f3f3;
}
.contact .contact01 .img .li p {
  font-size: 24px;
  color: #333333;
  padding-top: 18px;
}
.contact .map #allmap {
  width: 100%;
  height: 660px;
  float: right;
}
.contact .map #allmap img {
  max-width: initial!important;
  max-height: initial !important;
}
.contact .map #allmap .anchorBL {
  display: none;
}
.content-top {
  margin-bottom: 52px;
}
.aside {
  float: left;
  width: 22.223%;
}
.aside .aside-list {
  margin-bottom: 27px;
}
.aside .aside-list .aside-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 60px;
  padding: 0 19px;
  background: #005bd0;
}
.aside .aside-list .aside-title span {
  color: #fff;
  font-size: 20px;
}
.aside .aside-list .aside-ul {
  border: 1px solid #dfdfdf;
}
.aside .aside-list .aside-ul li a {
  display: block;
  line-height: 51px;
  color: #666666;
  font-size:16px;
  padding: 0 46px 0 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/more4.png") no-repeat 93% center;
  border-bottom: 1px dashed #eeeeee;
}

.aside .aside-list .aside-ul li ul.xz-asidelist{
	display:none;
}

.aside .aside-list .aside-ul li ul.xz-asidelist a {
  display: block;
  line-height: 30px;
  font-size:14px;
  color: #666666;
  padding: 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.aside .aside-list .aside-ul li ul.xz-asidelist a:hover,.aside .aside-list .aside-ul li ul.xz-asidelist li.cur a{
	color:#000;
}


@media (min-width: 1025px) {
	
	
  .aside .aside-list .aside-ul li a:hover,.aside .aside-list .aside-ul li.active a{
    color: #005bd0;
  }
}
.aside .aside-list .aside-ul li:nth-last-child(1) a {
  border-bottom: 0;
}
.aside .aside-contact {
  color: #fff;
  padding: 52px 6px 35px 26px;
  background: url("../images/cbg1.jpg") no-repeat top center;
  background-size: cover;
}
.aside .aside-contact .info {
  padding-left: 64px;
  background: url("../images/lianxi.png") no-repeat top left;
}
.aside .aside-contact h3 {
  font-size: 16px;
}
.aside .aside-contact p a {
  color: #fff;
  font-size: 28px;
}
.related {
  position: relative;
}
.related .related-title {
  font-size: 24px;
  color: #005bd0;
  font-weight: bold;
  background: url("../images/line4.png") no-repeat bottom left;
  padding-bottom: 14px;
  margin-bottom: 50px;
}
.related .related-title span {
  padding-left: 28px;
  background: url("../images/dot2.png") no-repeat center left;
}
.related .slick-prev,
.related .slick-next {
  width: 33px;
  height: 33px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  z-index: 9;
  margin-top: 0;
  top: 0;
}
.related .slick-prev:before,
.related .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.related .slick-prev:hover,
.related .slick-next:hover {
  background: #005bd0;
  border: 1px solid #005bd0;
}
.related .slick-prev {
  left: auto;
  right: 44px;
}
.related .slick-prev:before {
  background-image: url(../images/left3.png);
}
.related .slick-next {
  right: 0;
}
.related .slick-next:before {
  background-image: url(../images/right3.png);
}
.related .product-list {
  margin: 0 -15px;
  padding-bottom: 22px;
}
.related .product-list li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.related .product-list li .text {
  padding: 30px 26px 44px 24px;
}
.related .product-list li .text .bt {
  font-size: 24px;
}
.related .product-list li .text .jsh {
  font-size: 17px;
  height: 25.5px;
}
.related .case-list li .pic:after {
  padding-bottom: 64.00651466%;
}
.related .r-news .r-info {
  border: 30px solid #f4f4f4;
  padding: 30px;
}
.related .r-news .newslist {
  width: 57.5%;
  float: left;
  margin: 0;
  border-right: 1px dashed #e6e6e6;
}
.related .r-news .newslist li {
  width: 100%;
  padding: 0;
  position: relative;
}
.related .r-news .newslist li .box {
  padding-left: 383px;
}
.related .r-news .newslist li .pic {
  width: 384px;
  position: absolute;
  top: 0;
  left: 0;
}
.related .r-news .newslist li .text {
  padding: 27px 27px 39px 27px;
  border-bottom: 0;
  background: none;
  height: 262px;
  box-shadow: none;
}
.related .r-news .nr-list {
  float: right;
  width: 40%;
}
.related .r-news .nr-list li a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 43px;
  position: relative;
  padding-right: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.related .r-news .nr-list li a span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .related .r-news .nr-list li:hover a {
    color: #005bd0;
  }
}
.aside-right {
  float: right;
  width: 74%;
}
.content-show dl {
  overflow: hidden;
}
.content-show dl dt {
  display: block;
  padding: 0 20px;
  margin-bottom: 29px;
  cursor: pointer;
  line-height: 58px;
  transition: width 2s;
}
.content-show dl dt span {
  display: block;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  color: #333333;
  width: 100%;
  position: relative;
  padding-right: 20px;
}
.content-show dl dt span b {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  display: block;
}
.content-show .list_dt {
  color: #fff;
  cursor: pointer;
  position: relative;
  background: url(../images/more1.png) no-repeat 98% center;
  border: 1px solid #d7d7d7;
  border-left: 2px solid #878787;
}
.content-show .list_dt:hover {
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  background: #606060 url(../images/more1h.png) no-repeat 98% center;
}
.content-show .list_dt:hover span {
  color: #fff;
}
.content-show #open {
  background: #606060 url(../images/more1h.png) no-repeat 98% center;
  margin-bottom: 0;
}
.content-show #open span {
  color: #fff;
}
.content-show .list_dd {
  display: none;
}
.content-show .jobsub {
  border-top: 0;
  line-height: 28px;
  padding: 30px;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 29px;
  background: #f9f9f9;
}
.content-show .jobsub p{
	margin-top:10px
}
.content-show .jobsub p img{
	margin: 0 auto;
}

.content-show .jobsub table,table td{
    text-align: center;
    border: 1px solid #000;
    border-collapse: separate;
vertical-align: middle !important;
}
.content-show .jobsub tbody {

text-transform: capitalize;

}
        .content-show .jobsub table{
          margin-top:15px;
          border-collapse:collapse;
          border:1px solid #aaa;
          width:100% !important;
        }
        .content-show .jobsub table th {
          vertical-align:baseline;
          padding:5px 0px 5px 6px;
          background-color:#3F3F3F;
          border:1px solid #3F3F3F;
          text-align:left;
          color:#fff;
        }
        .content-show .jobsub table td {
          padding:6px 15px 6px 6px;
          border:1px solid #aaa;
	vertical-align: middle !important
        }
        .content-show .jobsub table tr:nth-child(odd) {
          background-color:#F5F5F5;
        }
        .content-show .jobsub table tr:nth-child(even) {
          background-color:#fff;
        }
.news-show h1 {
  font-size: 24px;
  text-align: center;
  color: #404040;
}
.news-show .tag {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  margin: 15px 0 0 0;
  color: #666;
  padding-bottom: 28px;
  border-bottom: 1px solid #ececec;
}
.news-show .ee {
  font-size: 18px;
  color: #404040;
  line-height: 34px;
  overflow: hidden;
}
.news-show .ee .con-article {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  padding: 41px 22px;
}
.inside-page-news {
  margin-top: 29px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #999999;
  position: relative;
}
.inside-page-news li {
  width: 50%;
  float: left;
  height: 48px;
  color: #fff;
  font-size: 16px;
  padding: 0 140px 0 60px;
  overflow: hidden;
  background: url("../images/left2h.png") no-repeat 30px center;
}
.inside-page-news li a {
  color: #fff;
  transition: all 0s;
}
.inside-page-news li:last-child {
  float: right;
  padding: 0 60px 0 140px;
  text-align: right;
  background: url("../images/right2h.png") no-repeat 96% center;
}
.inside-page-news li:last-child:hover {
  color: #fff;
  background: #005bd0 url("../images/right2h.png") no-repeat 96% center;
}
.inside-page-news li:hover {
  color: #fff;
  background: #005bd0 url("../images/left2h.png") no-repeat 30px center;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 200px;
  color: #fff;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 48px;
  margin-left: -100px;
  position: absolute;
  background: #999999;
  font-size: 16px;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fanhui.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #005bd0;
}
.info-pic {
  padding: 58px 58px 35px 58px;
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 61px;
  background: url("../images/bg1.jpg") repeat-y top center;
}
.info-pic .pro-left {
  float: left;
  width: 44.1%;
  overflow: hidden;
}
.info-pic .pro-left {
  position: relative;
}
.info-pic .pro-left .slick-prev:before,
.info-pic .pro-left .slick-next:before {
  display: none;
}
.info-pic .pro-left .slick-prev,
.info-pic .pro-left .slick-next {
  width: 32px;
  height: 100%;
  margin-top: 0;
  z-index: 7;
  top: 0;
}
.info-pic .pro-left .slick-prev {
  background: url(../images/left3.png) no-repeat center center;
  left: 0;
}
.info-pic .pro-left .slick-next {
  background: url(../images/right3.png) no-repeat center center;
  right: 0;
  top: auto;
  bottom: 0;
}
.info-pic .pro-left .pro-max {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.info-pic .pro-left .pro-max .item .pic:after {
  padding-bottom: 66.43835616%;
}
.info-pic .pro-left .pro-max .item .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}
.info-pic .pro-left .pro-max .item .pic .hover img {
  transform: scale(1) !important;
}
.info-pic .pro-left .pro-max .item .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.info-pic .pro-left .pro-max .item .pic .hover1 img {
  transform: scale(1) !important;
}
.info-pic .pro-left .pro-min {
  position: relative;
  padding: 0 32px;
  margin-top: 21px;
}
.info-pic .pro-left .pro-min .getIndex {
  padding: 0 2px;
}
.info-pic .pro-left .pro-min .getIndex .item .pic {
  display: block;
  border: 1px solid #cccccc;
  background: #fff;
}
.info-pic .pro-left .pro-min .slick-current .item .pic {
  border: 1px solid #005bd0;
}
.info-pic .pro-text {
  float: right;
  width: 49.7%;
  padding-top: 15px;
}
.info-pic .pro-text .app-info {
  font-size: 20px;
  line-height: 43px;
  color: #666;
}
.info-pic .pro-text .app-info p {
  margin-bottom: 20px;
}
.info-pic .pro-text .case-info .h3 {
  font-size: 24px;
  color: #000000;
}
.info-pic .pro-text .case-info .span {
  font-size: 18px;
  color: #666666;
}
.info-pic .pro-text .case-info .jsh {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  padding: 22px 18px;
  margin-bottom: 25px;
  background: #eaeaea;
}
.info-pic .pro-text .case-info .p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.info-pic .pro-text .download {
  margin-bottom: 32px;
  margin-top: 41px;
  overflow: hidden;
}
.info-pic .pro-text .download a {
  display: block;
  margin-right: 27px;
  float: left;
  width: 146px;
  height: 49px;
  color: #666666;
  line-height: 47px;
  font-family: "SourceHanSansSC-Light";
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
}
.info-pic .pro-text .download a img {
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 1025px) {
  .info-pic .pro-text .download a:hover {
    background: #005bd0;
    color: #fff;
    text-decoration: underline;
  }
}
.info-pic .pro-text .download a.lx {
  color: #fff;
  border: 1px solid #005bd0;
  background: #005bd0;
}
.info-pic .pro-text .liuyan a {
  display: block;
  font-size: 14px;
  color: #666666;
  background: url("../images/liuyan.png") no-repeat center left;
  padding-left: 30px;
  background-size: 20px;
}
.info-pic .pro-text .video-btn .pic {
  z-index: 3;
}
.info-pic .pro-text .video-btn .pic:after {
  padding-bottom: 69.09090909%;
}
.info-pic .pro-text .video-btn .pic .hover {
  position: absolute;
  top: 10px;
  right: 0;
}
.info-pic .pro-text .video-btn .pic .hover img {
  transform: scale(1) !important;
}
.info-pic .pro-text .video-btn .pic .hover1 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.info-pic .pro-text .video-btn .pic .hover1 img {
  transform: scale(1) !important;
}
.info-pic .pro-text .video-btn .pic .btn {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.info-pic .pro-text .video-btn .pic .btn i {
  z-index: 1;
  position: relative;
  font-style: normal;
}
.info-pic .pro-text .video-btn .pic .btn:before {
  top: -10px;
  left: -10px;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  animation: 1.5s mymove linear infinite ;
}
.info-pic .pro-text .video-btn .pic .btn:after {
  top: -35px;
  left: -35px;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  animation: 2s mymove linear infinite ;
}
.p-title {
  font-size: 23px;
  color: #333333;
  border-left: 2px solid #005bd0;
  padding-left: 20px;
  margin-bottom: 28px;
}
.pro-img .info-pic {
  padding: 28px 50px 35px 49px;
  margin-top: 0;
}
.pro-img .info-pic .pro-left .pro-max .item .pic:after {
  padding-bottom: 69.09090909%;
}

.pro-img .info-pic .pro-left .pro-max .item .pic img{
	width:100%
}

.pro-img .info-pic .pro-left {
  width: 48.1%;
}
.pro-img .info-pic .pro-text {
  width: 48.1%;
  padding-top: 0;
}
.pro-img .info-pic .pro-left .slick-prev,
.pro-img .info-pic .pro-left .slick-next {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  top: 50%;
}
.pro-img .info-pic .pro-left .slick-prev {
  background: #232323 url(../images/more4h.png) no-repeat center center;
  left: 0;
}
@media (min-width: 1025px) {
  .pro-img .info-pic .pro-left .slick-prev:hover {
    background-color: #005bd0;
  }
}
.pro-img .info-pic .pro-left .slick-next {
  background: #232323 url(../images/more4.png) no-repeat center center;
  right: 0;
}
@media (min-width: 1025px) {
  .pro-img .info-pic .pro-left .slick-next:hover {
    background-color: #005bd0;
  }
}
.case-img .info-pic {
  margin-top: 0;
  padding: 51px 58px 35px 55px;
}
.case-img .info-pic .pro-left {
  width: 46.3%;
}
.case-img .info-pic .pro-left .pro-max .item .pic:after {
  padding-bottom: 64.00651466%;
}
.case-img .info-pic .pro-text {
  width: 47.7%;
  padding-top: 0;
}
.case-img .info-pic .pro-text .case-info .h3 {
  line-height: 24px;
  margin-bottom: 13px;
}
.case-img .info-pic .pro-text .case-info .span {
  margin-bottom: 26px;
}
.hezuo-title {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
}
.hezuo-title:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 3px;
  vertical-align: middle;
  background: #999999;
  margin-left: 30px;
}
.hezuo-title:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #999999;
  margin-right: 30px;
  vertical-align: middle;
}
.hezuo ul {
  margin: 0 -34px;
}
.hezuo ul li {
  width: 50%;
  float: left;
  padding: 0 34px;
  margin-bottom: 44px;
}
.hezuo ul li .span {
  font-size: 16px;
  color: #333333;
  margin-bottom: 11px;
}
.hezuo ul li .span font {
  color: #ff4b4b;
}
.hezuo ul li .input {
  position: relative;
}
.hezuo ul li .input span {
  position: absolute;
  top: 17px;
  left: 5px;
}
.hezuo ul li input,
.hezuo ul li textarea {
  height: 56px;
  width: 100%;
  border: 1px solid #f2f2f2;
  background: #f9f9f9;
  padding: 0 30px;
}
.hezuo ul li input:focus,
.hezuo ul li textarea:focus {
  border: 1px solid #005bd0;
}
.hezuo ul li textarea {
  height: 218px;
  padding: 17px 30px;
}
.hezuo ul li a {
  margin: 0 20px 0 0;
  width: 180px;
  height: 51px;
  text-align: center;
  line-height: 49px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #ebebeb;
}
.hezuo ul li .submit {
  background: #005bd0;
  color: #fff;
  border: 1px solid #005bd0;
}
.app-list1 {
  padding-top: 0;
  margin: 0 -16px;
}
.app-list1 li {
  padding: 0 16px;
  margin-bottom: 15px;
}
.app-list1 li .bt {
  background: none;
  line-height: 40px;
}
.downloadlist li a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  padding: 0 40px 0 20px;
  background: url("../images/d.png") no-repeat 98% center;
  border: 1px solid #e1e1e1;
  background-size: 12px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .downloadlist li a:hover {
    background: #005bd0 url("../images/dh.png") no-repeat 98% center;
    border: 1px solid #005bd0;
    background-size: 12px;
    color: #fff;
  }
}
.about01 {
  padding-bottom: 59px;
}
.about01 .left {
  float: left;
  width: 50%;
  position: relative;
}
.about01 .left .pic {
  z-index: 3;
  border-radius: 10px;
}
.about01 .left .pic:after {
  padding-bottom: 76.52777778%;
}
.about01 .left .pic .btn {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.about01 .left .pic .btn i {
  z-index: 1;
  position: relative;
  font-style: normal;
}
.about01 .left .pic .btn:before {
  top: -10px;
  left: -10px;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  animation: 1.5s mymove linear infinite ;
}
.about01 .left .pic .btn:after {
  top: -35px;
  left: -35px;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  animation: 2s mymove linear infinite ;
}
.about01 .text {
  float: right;
  width: 45%;
  position: relative;
  z-index: 3;
  padding-top: 28px;
}
.about01 .text .span {
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.about01 .text .jsh {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.about02 iframe {
  width: 100%;
  height: 928px;
}
.video-btn {
  cursor: pointer;
}
.about03 {
  padding: 39px 0 35px 0;
}
.about03 .about-bottom {
  position: relative;
}
.about03 .honorlist {
  padding-top: 9px;
  margin: 0 -20px;
}
.about03 .honorlist li {
  padding: 0 20px;
}
.about03 .honorlist li .img {
  border: 1px solid #eeeeee;
}
.about03 .honorlist li .bt {
  color: #666;
  padding-bottom: 0;
  margin-top: 20px;
}
.about03 .slick-prev,
.about03 .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -53px;
  z-index: 55;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.about03 .slick-prev:before,
.about03 .slick-next:before {
  content: '';
}
.about03 .slick-prev {
  left: -74px;
  background: url("../images/left3.png") no-repeat center center !important;
}
.about03 .slick-prev:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
.about03 .slick-next {
  right: -74px;
  left: auto;
  background: url("../images/right3.png") no-repeat center center !important;
}
.about03 .slick-next:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
.about04 {
  padding: 76px 0;
}
.about04 .hezuo-title {
  color: #fff;
}
.about04 .hezuo-title:before {
  background: #fff;
}
.about04 .hezuo-title:after {
  background: #fff;
}
.about04 {
  background: url("../images/bg3.jpg") no-repeat top center;
  background-size: cover;
}
.about04 .list {
  padding-bottom: 78px;
  overflow: hidden;
  position: relative;
}
.about04 .slick-track {
  padding-top: 35px;
  padding-bottom: 60px;
}
.about04 li {
  width: 33.33333333%;
  float: left;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about04 li .box {
  padding: 63px 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
}
.about04 li .icon {
  display: block;
  width: 161px;
  height: 161px;
  border-radius: 50%;
  position: relative;
  margin: auto auto auto auto;
}
.about04 li .hover {
  display: none;
}
.about04 li .title {
  font-size: 20px;
  margin-top: 24px;
  color: #333333;
}
.about04 li .info {
  margin: 18px 0;
  padding: 0 83px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  min-height: 84px;
}
.about04 .slick-center {
  z-index: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.about04 .slick-center .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.about04 .slick-center .title {
  color: #005bd0;
  font-weight: bold;
}
.about04 .slick-center .info {
  padding: 0 51px;
}
.about04 .slick-prev,
.about04 .slick-next {
  z-index: 9;
  width: 45px;
  height: 45px;
  border: 1px #fff solid;
  border-radius: 5px;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about04 .slick-prev:before,
.about04 .slick-next:before {
  color: #f7f7f7;
  font-size: 26px;
}
.about04 .slick-prev:hover,
.about04 .slick-next:hover {
  border-color: #005bd0;
}
.about04 .slick-prev:hover:before,
.about04 .slick-next:hover:before {
  color: #fff;
}
.about04 .slick-prev {
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}
.about04 .slick-prev:before {
  content: "";
}
.about04 .slick-next {
  right: 50%;
  bottom: 0;
  margin-right: -50px;
}
.about04 .slick-next:before {
  content: "";
}
.about04 .slick-prev {
  background: url("../images/left2h.png") no-repeat center center !important;
}
.about04 .slick-prev:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
.about04 .slick-next {
  background: url("../images/right2h.png") no-repeat center center !important;
}
.about04 .slick-next:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
@media (max-width: 768px) {
  .about04 .slick-prev {
    display: none;
  }
  .about04 .slick-next {
    display: none;
  }
  .about04 .list {
    padding-bottom: 58px;
  }
  .about04 .slick-track {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about05 {
  padding: 48px 0 69px 0;
}
.about06 {
  padding: 51px 0 60px 0;
  background: url("../images/bg4.jpg") no-repeat top center;
  background-size: cover;
}
.about06 .product-list {
  margin: 0 -15px;
  padding-bottom: 22px;
}
.about06 .product-list li {
  padding: 0 15px;
  margin-bottom: 0;
}
.about06 .product-list li .text {
  background: #fff;
}
.about06 .product-list li .text .bt {
  font-size: 24px;
}
.about06 .product-list li .text .jsh {
  font-size: 17px;
}
@media (min-width: 1025px) {
  .about06 .product-list li:hover .text {
    background: #005bd0;
  }
}
.about06 .about-bottom {
  position: relative;
}
.about06 .slick-prev,
.about06 .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -28px;
  z-index: 55;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.about06 .slick-prev:before,
.about06 .slick-next:before {
  content: '';
}
.about06 .slick-prev {
  left: -74px;
  background: url("../images/left3.png") no-repeat center center !important;
}
.about06 .slick-prev:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
.about06 .slick-next {
  right: -74px;
  left: auto;
  background: url("../images/right3.png") no-repeat center center !important;
}
.about06 .slick-next:hover {
  background-color: #0D56D0 !important;
  border: 1px solid #0D56D0;
}
.about07 {
  padding: 50px 0;
}
.about07 .about-bottom {
  padding-top: 8px;
}
.about07 .about-bottom .list {
  width: 23.6%;
  float: left;
  padding-top: 14px;
}
.about07 .about-bottom .list li {
  color: #fff;
  margin-bottom: 38px;
}
.about07 .about-bottom .list li .box {
  position: relative;
  padding: 32px 0;
  background: #333333;
}
.about07 .about-bottom .list li .span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 58px;
  text-align: center;
  position: absolute;
  top: 56px;
  left: 39px;
  padding-bottom: 16px;
  border-bottom: 2px solid #fff;
}
.about07 .about-bottom .list li .p {
  font-size: 18px;
  color: #ececec;
  line-height: 28px;
  padding: 0 10px 0 134px;
}
.about07 .about-bottom .list li .p p {
  margin-bottom: 4px;
}
.about07 .about-bottom .img {
  float: right;
  width: 76.4%;
  position: relative;
}
.about07 .about-bottom .img .zi {
  position: absolute;
  bottom: 51px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #ececec;
  padding: 22px 21px;
  width: 608px;
  text-align: center;
  background: url("../images/bg4.png") no-repeat top left;
}
.about07 .about-bottom .img .zi span {
  color: #ececec;
  font-size: 45px;
}
.about07 .about-bottom .img .zi span a {
  color: #ececec;
}
@media (max-width: 1860px) {
  .header .logo {
    padding-left: 20px;
  }
  .nav ul li {
    margin-left: 30px;
  }
  .header .phone {
    font-size: 30px;
    margin-right: 15px;
  }
}
@media (max-width: 1700px) {
  .header .header-right {
    padding-right: 20px;
  }
  .header .header-right .header-search {
    margin-left: 25px;
    padding-left: 25px;
  }
  .header .header-right .lan {
    margin-left: 25px;
  }
  .home-banner .home-banner-slick .banner-hover .bt {
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 95px;
  }
  .home-banner .home-banner-slick .banner-hover .btn a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
  }
  .home-about {
    padding: 100px 0;
  }
  .home-about .text .span {
    font-size: 50px;
    margin-bottom: 16px;
  }
  .home-about .text .jsh {
    font-size: 16px;
    line-height: 32px;
    height: 160px;
    margin-bottom: 50px;
  }
  .home-about .left {
    margin-top: 25px;
    padding-left: 50px;
  }
  .home-about .text {
    padding-top: 51px;
  }
  .home-about .text .more a {
    width: 150px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }
  .youshi1 li .num {
    font-size: 60px;
    line-height: 70px;
  }
  .youshi1 li p {
    font-size: 18px;
  }
  .home-title p {
    font-size: 120px;
    line-height: 110px;
  }
  .home-title h3 {
    font-size: 40px;
  }
  .home-title span {
    font-size: 16px;
  }
  .home-title {
    padding-top: 20px;
  }
  .product-list li .text .bt {
    font-size: 22px;
  }
  .product-list li .text .jsh {
    font-size: 15px;
  }
  .product-list li .text {
    padding: 25px 25px 35px 25px;
  }
  .home-product {
    padding: 60px 0 80px 0;
  }
  .home-app .titileBig .title-01 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .home-app .menuTabs .title {
    font-size: 16px;
  }
  .home-app .menuTabs .pic {
    margin: auto auto 10px auto;
  }
  .home-app .conTabs {
    padding: 40px 0;
    margin: 0 100px;
  }
  .home-app .item .box {
    padding: 0 26px 0 26px;
  }
  .home-app .item .text {
    padding: 0 0 0 30px;
  }
  .home-app .item .title-01 {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
  }
  .home-app .item .title-02 {
    font-size: 15px;
  }
  .home-app .item .title {
    margin-bottom: 20px;
  }
  .home-app .item .info {
    font-size: 14px;
    line-height: 26px;
    height: 130px;
  }
  .home-app .arrows {
    padding-left: 12px;
    bottom: 0;
  }
  .home-app .item .title-02:after {
    margin: 15px 0 0 0;
  }
  .home-app {
    padding-top: 61px;
    padding-bottom: 100px;
  }
  .home-case {
    padding: 71px 0 49px 0;
  }
  .cyoushi li .bt {
    font-size: 16px;
  }
  .home-title1 {
    font-size: 40px;
  }
  .home-title1:after {
    width: 200px;
    height: 10px;
    margin-left: -100px;
  }
  .home-partner {
    padding: 60px 0 91px 0;
  }
  .home-partner .home-bottom {
    padding-top: 55px;
  }
  .home-honor {
    padding: 63px 0 79px 0;
  }
  .home-news {
    padding: 61px 0 80px 0;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .home-news .home-bottom .show {
    padding-top: 30px;
  }
  .newslist li .text {
    padding: 20px;
    height: 230px;
  }
  .newslist li .text .span {
    font-size: 14px;
  }
  .newslist li .text .bt {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 10px;
  }
  .newslist li .text .jsh {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .newslist li .text .date {
    font-size: 13px;
  }
  .footer-top {
    padding: 60px 0 9px 0;
  }
  .footer-top ul li a {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-top ul li ul li a {
    font-size: 13px;
    line-height: 22px;
	margin-bottom: 10px;
  }
  .footer-top ul li {
    padding: 0 15px;
  }
  .footer-top ul {
    margin: 0 -15px;
  }
  .footer-top .footer-contact {
    width: 19%;
    font-size: 13px;
    line-height: 28px;
  }
  .footer-top .footer-contact .link h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .footer-top .footer-contact .item {
    margin-left: 0px;
	margin-right:35px;
  }
  .footer-top .footer-contact .item span,
  .footer-top .footer-contact .item a {
    width: 26px !important;
    height: 26px !important;
  }
  .footer-top .footer-contact .item a.qq {
    background-size: 14px !important;
  }
  .footer-top .footer-contact .item span.wx {
    background-size: 18px !important;
  }
  .footer-top .footer-contact .item span.wb {
    background-size: 18px !important;
  }
  .footer-top .footer-contact .foot-info {
    padding-top: 11px;
  }
  .footer-top .footer-contact .foot-info p {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .footer-top .ft {
    padding-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .hezuo-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .honorlist li .bt {
    font-size: 16px;
  }
  .about03 .honorlist li .bt {
    margin-top: 15px;
  }
  .about01 .text {
    padding-top: 0;
  }
  .about01 .text .span {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .about04 li .box {
    padding: 40px 0;
  }
  .about06 .product-list li .text .bt {
    font-size: 20px;
  }
  .about06 .product-list li .text .jsh {
    font-size: 15px;
  }
  .about07 .about-bottom .list li .p {
    font-size: 14px;
    line-height: 25px;
  }
  .about07 .about-bottom .list li .span {
    font-size: 20px;
    top: 40px;
    left: 30px;
  }
  .about07 .about-bottom .list li {
    margin-bottom: 12px;
  }
  .about07 .about-bottom .img .zi span {
    font-size: 35px;
  }
  .about07 .about-bottom .img .zi {
    font-size: 18px;
    width: 485px;
  }
  .content {
    padding: 48px 0 80px 0;
  }
  .product .product-list li .text .bt {
    font-size: 20px;
  }
  .product .product-list li .text .jsh {
    font-size: 15px;
  }
  .product .product-list li .text {
    padding: 25px 25px 35px 25px;
  }
  .content-show dl dt span {
    font-size: 16px;
  }
  .aside .aside-contact p a {
    font-size: 22px;
  }
  .content-show dl dt {
    margin-bottom: 20px;
    line-height: 50px;
  }
  .content-show .list_dt {
    background-size: 17px !important;
  }
  .downloadlist li a {
    line-height: 42px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .related .r-news .newslist li .pic {
    width: 336px;
  }
  .related .r-news .newslist li .box {
    padding-left: 334px;
  }
  .related .r-news .newslist li .text {
    padding: 20px;
    height: 230px;
  }
  .related .r-news .nr-list li a {
    line-height: 38px;
  }
  .related .related-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .app-nav li a {
    font-size: 18px;
    line-height: 50px;
  }
  .app-list {
    margin: 0 -15px;
    padding: 40px 0 0 0;
  }
  .app-list li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .app-list li .bt {
    font-size: 14px;
    line-height: 50px;
  }
  .info-pic .pro-text .app-info {
    font-size: 18px;
    line-height: 35px;
  }
  .related .product-list li .text .bt {
    font-size: 20px;
  }
  .related .product-list li .text .jsh {
    font-size: 15px;
  }
  .related .product-list li .text {
    padding: 25px 25px 35px 25px;
  }
  .info-pic .pro-text .case-info .span {
    font-size: 16px;
  }
  .info-pic .pro-text .case-info .h3 {
    font-size: 20px;
  }
  .case-img .info-pic .pro-text .case-info .h3 {
    margin-bottom: 5px;
  }
  .info-pic .pro-text .case-info .jsh {
    padding: 15px;
  }
  .news-show .ee .con-article {
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
  }
  .inside-page-news li {
    font-size: 14px;
  }
  .inside-page-news .fanhui {
    font-size: 14px;
  }
  .news .newslist li .text .bt {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 10px;
  }
  .news .newslist li .text .jsh {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
  }
  .news .newslist li .text .date {
    font-size: 13px;
  }
  .news .newslist li .text {
    padding: 20px;
    height: 230px;
  }
  .news .newslist li .text .span {
    font-size: 14px;
  }
  .contact .contact01 .text .bt {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact .contact01 .text .jsh {
    font-size: 16px;
  }
  .contact .contact01 .img {
    padding-top: 0;
  }
  .contact .contact01 .img .li p {
    font-size: 16px;
    padding-top: 10px;
  }
  .contact .contact01 {
    padding: 30px;
    margin-bottom: 30px;
  }
  .contact .map #allmap {
    height: 560px;
  }
  .inbanner .inbanner-slick .banner-hover {
    font-size: 24px;
  }
}
@media (max-width: 1550px) {
  .header .header-right {
    padding-right: 20px;
  }
  .header .header-right .header-search {
    margin-left: 25px;
    padding-left: 25px;
  }
  .header .header-right .lan {
    margin-left: 25px;
  }
  .header .phone {
    font-size: 22px;
    margin-left: 35px;
  }
  .header .phone a {
    padding-left: 30px;
    background-size: 22px;
  }
  .header .header-right .lan a {
    font-size: 14px;
  }
  .nav ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .about03 .slick-next {
    right: 10px;
  }
  .about03 .slick-prev {
    left: 10px;
  }
  .about06 .slick-next {
    right: 10px;
  }
  .about06 .slick-prev {
    left: 10px;
  }
  .about03 .about-bottom {
    padding: 0 60px;
  }
  .about06 .about-bottom {
    padding: 0 60px;
  }
}
@media (max-width: 1380px) {
  .header .logo a img {
    height: 34px;
  }
  .nav ul li .subnav {
    top: 70px;
  }
  .header {
    height: 70px;
  }
  .header .logo {
    padding-left: 18px;
    margin-top: 18px;
  }
  .header .phone {
    line-height: 70px;
  }
  .nav ul li a {
    line-height: 70px;
  }
  .nav ul li .subnav ul li a {
    font-size: 14px;
  }
  .header .header-right .lan {
    line-height: 70px;
  }
  .header .header-right .header-search {
    margin-left: 18px;
    padding-left: 18px;
    margin-top: 24px;
  }
}
@media (max-width: 1300px) {
  .header .container {
    width: 1240px;
  }
  .header .logo {
    padding-left: 0;
  }
  .nav ul li {
    margin-left: 20px;
  }
}
@media (max-width: 1240px) {
  .nav {
    display: none;
  }
  .phone-nav {
    display: block;
  }
  .header .phone-nav svg {
    fill: #005bd0;
  }
  .header .container {
    width: 100%;
    padding: 0 10px;
  }
  .header .header-right {
    display: none;
  }
  .header .phone a {
    margin-right: 40px;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .left:after {
    top: 0;
  }
  .home-about .left {
    margin-top: 0;
    padding-left: 10px;
    padding-top: 10px;
  }
  .home-about .left .pic .btn {
    width: 50px;
    height: 50px;
  }
  .home-about .left .pic .btn:before {
    top: -25px;
    left: -25px;
  }
  .home-about .left .pic .btn:after {
    top: -50px;
    left: -50px;
  }
  .home-about .text .bt {
    top: 0;
  }
  .home-about .text {
    padding-top: 25px;
  }
  .home-about .text .span {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .home-about .text .jsh {
    font-size: 14px;
    line-height: 26px;
    height: 156px;
    margin-bottom: 20px;
  }
  .youshi1 li {
    padding: 0 20px 0 20px;
  }
  .youshi1 li .num {
    font-size: 40px;
    line-height: 50px;
  }
  .youshi1 li p {
    font-size: 14px;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-title p {
    font-size: 50px;
    line-height: 60px;
  }
  .home-title span {
    font-size: 14px;
  }
  .home-title h3 {
    font-size: 26px;
  }
  .home-product .home-bottom {
    padding: 20px;
  }
  .product-list li {
    padding: 0 6px !important;
  }
  .product-list li .text {
    padding: 20px !important;
  }
  .product-list li .text .bt {
    font-size: 16px !important;
  }
  .product-list li .text .jsh {
    font-size: 13px !important;
  }
  .home-app {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-app .titileBig .title-01 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .home-app .menuTabs li {
    width: 25%;
    float: left;
    min-width: 0;
  }
  .home-app .menuTabs .list {
    padding-bottom: 20px;
    display: block;
  }
  .home-app .conTabs {
    padding: 20px 0;
    margin: 0;
  }
  .home-app .menuTabs .pic {
    width: 40px;
    height: 40px;
  }
  .home-app .menuTabs .title {
    font-size: 14px;
  }
  .home-app .menuTabs .box {
    padding: 15px;
  }
  .home-case {
    padding: 40px 0;
  }
  .home-case .home-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .cyoushi li .bt {
    font-size: 14px;
    line-height: 40px;
  }
  .cyoushi .slick-center .pic .hover1 {
    bottom: 50px;
  }
  .home-partner {
    padding: 40px 0;
  }
  .home-title1 {
    font-size: 26px;
  }
  .home-title1:after {
    width: 101px;
    height: 5px;
    margin-left: -50px;
  }
  .home-partner .home-bottom {
    padding-top: 20px;
  }
  .home-honor {
    padding: 40px 0;
    background: #005bd0 url(../images/line2.png) no-repeat center 83px;
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .home-bottom .second-nav li a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .home-news .home-bottom .show {
    padding-top: 20px;
  }
  .newslist li {
    padding: 0 6px;
  }
  .newslist {
    margin: 0 -6px;
  }
  .newslist li .text {
    padding: 15px !important;
    height: 200px !important;
  }
  .newslist li .text .span {
    font-size: 12px !important;
    padding-left: 20px !important;
    background-size: 16px !important;
    margin-bottom: 4px !important;
  }
  .newslist li .text .bt {
    font-size: 16px !important;
    line-height: 28px !important;
    max-height: 56px !important;
    margin-bottom: 5px !important;
  }
  .footer-top ul li ul li a {
    font-size: 12px;
  }
  .footer-top .footer-contact .foot-info p {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .copy {
    font-size: 12px;
  }
  .about01 .text {
    width: 100%;
    padding-top: 10px;
  }
  .about01 {
    padding-bottom: 30px;
  }
  .about02 iframe {
    height: 528px;
  }
  .about03 {
    padding: 30px 0;
  }
  .about04 {
    padding: 30px 0;
  }
  .about04 li .info {
    padding: 0 50px;
    margin: 10px 0;
  }
  .about04 li .icon {
    width: 100px;
    height: 100px;
  }
  .about04 .slick-track {
    padding-bottom: 15px;
  }
  .about05 {
    padding: 30px 0;
  }
  .about06 {
    padding: 30px 0;
  }
  .about07 .about-bottom .list li .box {
    padding: 10px 0;
  }
  .about07 .about-bottom .list li .span {
    font-size: 16px;
    top: 10px;
    left: 10px;
    width: 40px;
    padding-bottom: 5px;
  }
  .about07 .about-bottom .list li .p {
    font-size: 14px;
    line-height: 25px;
    padding-left: 60px;
  }
  .about07 .about-bottom .img .zi span {
    font-size: 26px;
  }
  .about07 .about-bottom .img .zi {
    font-size: 16px;
    width: 375px;
  }
  .about07 .about-bottom .img .zi span {
    font-size: 26px;
  }
  .about07 {
    padding: 30px 0;
  }
  .content {
    padding: 30px 0;
  }
  .product .product-list {
    margin: 0 -6px !important;
    padding-bottom: 8px;
  }
  .product .product-list li {
    margin-bottom: 20px !important;
  }
  .pro-img .info-pic {
    padding: 20px;
  }
  .p-title {
    font-size: 18px;
    padding-left: 11px;
    margin-bottom: 20px;
  }
  .info-pic .pro-text .video-btn .pic .btn {
    width: 50px;
    height: 50px;
  }
  .info-pic .pro-text .video-btn .pic .btn:before {
    top: -25px;
    left: -25px;
  }
  .info-pic .pro-text .video-btn .pic .btn:after {
    top: -50px;
    left: -50px;
  }
  .about01 .left .pic .btn {
    width: 50px;
    height: 50px;
  }
  .about01 .left .pic .btn:before {
    top: -25px;
    left: -25px;
  }
  .about01 .left .pic .btn:after {
    top: -50px;
    left: -50px;
  }
  .about01 .left {
    width: 720px;
  }
  .aside .aside-contact .info {
    padding-left: 36px;
    background-size: 25px;
  }
  .aside .aside-contact {
    padding: 22px 6px 22px 16px;
  }
  .aside .aside-contact p a {
    font-size: 19px;
  }
  .content-top {
    margin-bottom: 22px;
  }
  .related .product-list {
    margin: 0 -6px;
    padding-bottom: 10px;
  }
  .related .related-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .related .r-news .r-info {
    border: 10px solid #f4f4f4;
    padding: 20px;
  }
  .related .r-news .newslist {
    width: 100%;
    border: 0;
  }
  .related .r-news .nr-list {
    width: 100%;
    padding-top: 10px;
  }
  .related .r-news .newslist li .text {
    height: 230px !important;
  }
  .app-list li {
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .app-list {
    margin: 0 -6px;
    padding: 20px 0 0 0;
  }
  .info-pic {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .info-pic .pro-text .app-info {
    font-size: 14px;
    line-height: 28px;
  }
  .info-pic .pro-text .app-info p {
    margin-bottom: 10px;
  }
  .info-pic .pro-text .download {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .info-pic .pro-text .download a {
    margin-right: 15px;
    width: 100px;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
  }
  .content-show .jobsub {
    padding: 20px;
    margin-bottom: 20px;
  }
  .hezuo ul li {
    padding: 0 6px;
    margin-bottom: 14px;
  }
  .hezuo ul {
    margin: 0 -6px;
  }
  .hezuo ul li .span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .hezuo ul li a {
    margin: 0 10px 0 0;
    width: 100px;
    height: 41px;
    line-height: 39px;
    font-size: 14px;
  }
  .aside .aside-list .aside-title span {
    font-size: 18px;
  }
  .aside .aside-list .aside-title {
    line-height: 25px;
    padding: 10px;
  }
  .case .cyoushi li {
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .case .cyoushi {
    margin: 0 -6px;
  }
  .case-img .info-pic {
    padding: 20px;
  }
  .info-pic .pro-text .case-info .span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-pic .pro-text .case-info .h3 {
    font-size: 16px;
  }
  .info-pic .pro-text .case-info .jsh {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .info-pic .pro-text .case-info .p {
    font-size: 12px;
  }
  .zhizao-list li {
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .zhizao-list {
    margin: 0 -6px;
  }
  .zhizao-list li:after {
    display: none !important;
  }
  .current {
    font-size: 14px;
    padding: 10px 0;
  }
  .news-list {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news .newslist li {
    margin-bottom: 20px;
  }
  .footer-top {
    padding: 30px 0 9px 0;
  }
  .contact .contact01 {
    padding: 15px;
    margin-bottom: 20px;
  }
  .contact .contact01 .img .li p {
    font-size: 14px;
  }
  .home-app .item .box {
    padding: 0 20px 0 20px;
  }
  .zhizao-list li:nth-child(5),
  .zhizao-list li:nth-child(6),
  .zhizao-list li:nth-child(7),
  .zhizao-list li:nth-child(8) {
    float: left;
  }
}
@media (max-width: 768px) {
  .contact .contact01 .img {
    width: 100%;
    padding-top: 34px;
  }
  .contact .contact01 .text {
    width: 100%;
  }
  .contact .map #allmap {
    height: 360px;
  }
  .footer-top ul {
    display: none;
  }
  .footer-top .footer-contact {
    width: 100%;
  }
  .header .phone {
    display: none;
  }
  .inbanner .inbanner-slick .img {
    height: 240px;
    width: 1032px;
    left: 50%;
    margin-left: -516px;
    position: relative;
  }
  .newslist li {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .aside {
    display: none;
  }
  .aside-right {
    width: 100%;
  }
  .news-show h1 {
    font-size: 20px;
  }
  .inside-page-news li {
    font-size: 0;
    padding: 0 !important;
    width: 33.333333%;
    background-position: center center !important;
  }
  .inside-page-news .fanhui {
    width: 33.333333%;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .zhizao-list li {
    width: 50%;
  }
  .zhizao-list li .bt {
    font-size: 14px;
    line-height: 36px;
  }
  .related .r-news .newslist li .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .related .r-news .newslist li .box {
    padding-left: 0;
  }
  .related .r-news .newslist li .text {
    height: auto !important;
  }
  .related .r-news .r-info {
    border: 5px solid #f4f4f4;
    padding: 10px;
  }
  .case .cyoushi li {
    width: 50%!important;
  }
  .info-pic .pro-left {
    width: 100% !important;
  }
  .info-pic .pro-text {
    width: 100% !important;
    padding-top: 20px !important;
  }
  .app-nav li {
    width: 50%;
  }
  .app-nav li a {
    font-size: 14px;
  }
  .app-list li {
    width: 50%;
  }
  .product-list li {
    width: 50%;
  }
  .about01 .left {
    width: 100%;
  }
  .about04 .slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .partnerlist li {
    width: 100%;
  }
  .about07 .about-bottom .img {
    width: 100%;
  }
  .about07 .about-bottom .list {
    width: 100%;
    padding-top: 0;
  }
  .hezuo-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hezuo-title:before {
    width: 30px;
    height: 1px;
    margin-right: 10px;
  }
  .hezuo-title:after {
    width: 30px;
    height: 1px;
    margin-left: 10px;
  }
  .about07 .about-bottom .img .zi span {
    font-size: 18px;
  }
  .about07 .about-bottom .img .zi {
    font-size: 14px;
    width: auto;
    bottom: 11px;
  }
  .home-about .left {
    width: 100%;
  }
  .home-about .text {
    width: 100%;
  }
  .youshi1 li {
    width: 50%;
  }
  .youshi1 li:after {
    display: none;
  }
  .home-app .item .pic {
    width: 100%;
  }
  .home-app .item .text {
    width: 100%;
    padding: 10px 0 40px 0;
  }
  .home-app .item .title-01 {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  .home-app .arrows {
    padding-left: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .home-app .arrow-left,
  .home-app .arrow-right {
    display: block;
    float: left;
    width: 50% !important;
  }
  .cyoushi li {
    padding: 0;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  .cyoushi .slick-next {
    right: 10px;
  }
  .cyoushi .slick-prev {
    left: 10px;
  }
  .home-banner .home-banner-slick {
    display: none;
  }
  .home-banner .home-banner-slick-phone {
    display: block;
  }
  .float {
    bottom: 10px;
  }
  .home-product .home-bottom .slick-prev {
    left: 0;
  }
  .home-product .home-bottom .slick-next {
    right: 0;
  }
  .home-product .home-bottom .slick-prev,
  .home-product .home-bottom .slick-next {
    width: 38px;
    height: 38px;
    margin-top: -52px;
  }
  .cyoushi .slick-prev,
  .cyoushi .slick-next {
    width: 38px;
    height: 38px;
  }
  .home-honor .slick-prev,
  .home-honor .slick-next {
    width: 38px;
    height: 38px;
    margin-top: 15px;
    background-size: 20px !important;
  }
  .home-honor .home-bottom {
    padding: 0 40px;
  }
  .about03 .slick-prev,
  .about03 .slick-next {
    width: 38px;
    height: 38px;
  }
  .about03 .about-bottom {
    padding: 0 40px;
  }
  .about03 .slick-prev {
    left: 0;
  }
  .about03 .slick-next {
    right: 0;
  }
  .about06 .about-bottom {
    padding: 0 40px;
  }
  .about06 .slick-prev,
  .about06 .slick-next {
    width: 38px;
    height: 38px;
  }
  .about06 .slick-prev {
    left: 0;
  }
  .about06 .slick-next {
    right: 0;
  }
}
@media (max-width: 500px) {
  .case .cyoushi li {
    width: 100%!important;
  }
  .newslist li {
    width: 100%!important;
  }
  .app-list li {
    width: 100%;
  }
  .hezuo ul li {
    width: 100%;
  }
  .product-list li {
    width: 100%;
  }
  .partnerlist li {
    width: 100%;
  }
}

/* 新增 */
.searchTitle {
	display: block;
    text-align: center;
    font-size: 36px;
}
@media (max-width: 1400px){
	.nav ul li {
		margin-left: 28px;
	}
}

@media (max-width: 1314px){
	.nav ul li {
		margin-left: 24px;
	}
}

.bannervideo {
	width: 100%;
}