﻿
*,
*: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-size: 16px;
  color: #666;
  line-height: 24px;
  margin: 0 auto;
  background: #fff;
  font-family: "Microsoft YaHei", "arial";
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover,
a:active,
a:focus {
  color: #0a4899;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
}
li {
  zoom: 1;
  vertical-align: middle;
}
ol {
  margin: 0px;
  padding: 0;
  padding-left: 0;
}
fieldset,
img {
  border: none;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
div {
  outline: none;
}
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, "microsoft yahei";
  font-size: 14px;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
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,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
  box-shadow: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.vcenter {
  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;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
#main {
  overflow: hidden;
  position: relative;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("/font/DIN-Medium.woff2") format("woff2"), url("/font/DIN-Medium.woff") format("woff"), url("../font/DIN-Medium.ttf") format("truetype"), url("../font/DIN-Medium.eot") format("embedded-opentype"), url("../font/DIN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINPro-Light_0";
  src: url("/font/DINPro-Light_0.woff2") format("woff2"), url("/font/DINPro-Light_0.woff") format("woff"), url("../font/DINPro-Light_0.ttf") format("truetype"), url("../font/DINPro-Light_0.eot") format("embedded-opentype"), url("../font/DINPro-Light_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang Regular_0";
  src: url("/font/PingFang%20Regular_0.woff2") format("woff2"), url("/font/PingFang%20Regular_0.woff") format("woff"), url("/font/PingFang%20Regular_0.ttf") format("truetype"), url("/font/PingFang%20Regular_0.eot") format("embedded-opentype"), url("/font/PingFang%20Regular_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.fp-tableCell {
  vertical-align: middle !important;
}
.top {
  position: relative;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .fp-tableCell {
    display: block;
  }
}
.header {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100px;
  position: absolute;
}
.header .logo {
  float: left;
  margin-top: 30px;
  margin-left: 115px;
  display: inline-block;
}
.header .nav {
  float: right;
  position: relative;
}
.header .nav li {
  float: left;
  margin: 0 25px;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  position: relative;
}
.header .nav li span {
  z-index: 9;
  position: relative;
}
.header .nav li > a {
  color: #fff;
  display: block;
  font-size: 17px;
  position: relative;
}
.header .nav li > a:before {
  content: "";
  bottom: -20px;
  left: 50%;
  opacity: 0;
  margin-left: -4px;
  position: absolute;
  border-bottom: solid 8px #fff;
  border-bottom: solid 8px rgba(255, 255, 255, 0.9);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  transition: all 500ms ease;
}
.header .nav li:first-child > a:before {
  display: none;
}
.header .nav li:hover > a:before {
  opacity: 1;
  bottom: 0;
}
.header .nav .active:before {
  opacity: 1;
  bottom: 0;
}
.header .nav .subnav {
  top: 100px;
  left: 50%;
  z-index: 9;
  width: 1082px;
  display: none;
  margin-left: -591px;
  position: absolute;
  padding-bottom: 46px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: url(../image/subbot.png) no-repeat center bottom;
}
.header .nav .subnav .bg {
  background: url(../image/subline.png) repeat-y;
}
.header .nav .subnav .tit {
  color: #222;
  font-size: 24px;
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #c8d7dd;
}
.header .nav .subnav dt {
  width: 250px;
  float: left;
  padding: 0 40px;
  padding-top: 30px;
  min-height: 210px;
  background: #0a4899;
  border-top-right-radius: 30px;
  background: rgba(10, 72, 153, 0.8);
  position: relative;
}
.header .nav .subnav dt a {
  color: #fff;
  display: block;
  height: 40px;
  z-index: 2;
  line-height: 40px;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}
.header .nav .subnav dt a:after {
  content: "";
  right: -6px;
  top: 50%;
  opacity: 0;
  margin-top: -4px;
  position: absolute;
  border-left: solid 6px #134f9d;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}
.header .nav .subnav dt a:hover,
.header .nav .subnav dt a.active {
  background: #134f9d;
  border-radius: 10px;
}
.header .nav .subnav dt a:hover:after,
.header .nav .subnav dt a.active:after {
  opacity: 1;
}
.header .nav .subnav dd {
  width: 830px;
  float: left;
  padding-top: 40px;
  display: none;
  padding-left: 30px;
}
.header .nav .subnav dd .item {
  width: 323px;
  float: left;
  margin: 0 30px;
  position: relative;
}
.header .nav .subnav dd .item .tu {
  overflow: hidden;
}
.header .nav .subnav dd .item .tu img {
  transition: all 700ms ease;
}
.header .nav .subnav dd .item .txt {
  color: #fff;
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  overflow: hidden;
  text-align: center;
}
.header .nav .subnav dd .item:hover .tu img {
  transform: scale(1.1);
}
.header .menu,
.header .search {
  float: right;
  margin-top: 45px;
  display: inline-block;
}
.header .menu {
  padding-left: 30px;
  padding-right: 90px;
}
@media (max-width: 1600px) {
  .header .logo {
    margin-left: 50px;
  }
  .header .menu {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #0a4899;
    position: fixed;
  }
  .header .logo {
    margin-top: 15px;
    margin-left: 20px;
  }
  .header .logo img {
    max-height: 40px;
  }
  .header .search {
    display: none;
  }
  .header .menu {
    margin-top: 25px;
  }
  .header .nav {
    display: none;
  }
}
.header-ny {
  background: #0a4899;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-1000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  height: 100px;
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  -webkit-animation: 2s dong;
  animation: 2s dong;
  background: #fff!important;
}
.fixed .logo {
  margin-top: 15px;
}
.fixed .logo img {
  max-height: 70px;
}
.fixed .nav {
  padding-top: 25px;
}
.fixed .menu,
.fixed .search {
  margin-top: 38px;
}
.transparency {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.transparency.transparency-visible {
  opacity: 1;
  visibility: visible;
}
#searchPopup {
  position: absolute;
  z-index: 999;
  top: 140px;
  left: 0;
  width: 100%;
  height: 70px;
  opacity: 0;
  visibility: hidden;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: opacity .3s, visibility .3s;
}
#searchPopup > .container {
  position: relative;
  padding-right: 50px;
}
#searchPopup.searchPopup-visible {
  opacity: 1;
  visibility: visible;
  animation: slideInDown .3s;
}
#searchPopup.searchPopup-visible .close {
  transform: translateY(0) scale(1);
}
#searchPopup .btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../image/search.png) no-repeat center;
}
#searchPopup .close {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: transform .3s;
  transform: translateY(0) scale(1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../image/cloase.png) no-repeat center;
}
#searchPopup input[type="search"] {
  height: 55px;
  line-height: 55px;
  border: none;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:focus {
  color: #fff;
}
#searchPopup input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.banner .pic {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 4s;
  transition: all 4s;
}
.banner .txtbox {
  text-align: left;
  padding-top: 25%;
  color: #fff;
}
.banner .txt-1 {
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
  font-family: "DIN-Medium";
  text-transform: uppercase;
}
.banner .txt-2 {
  font-size: 63px;
  line-height: 70px;
  margin-top: 20px;
  font-weight: 600;
  max-width: 574px;
  padding-bottom: 50px;
  font-family: "微软雅黑";
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.banner .txt-4 {
  font-size: 73px;
  line-height: 80px;
  font-weight: 600;
  font-family: "DIN-Medium";
  text-transform: uppercase;
}
.banner .txt-3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-top: 10px;
}
.banner .en {
  font-family: arial;
  margin-top: 30px;
}
.banner .slick-dots {
  bottom: 20%;
  left: 250px;
  text-align: left;
}
@media (max-width: 1199px) {
  .banner .slick-dots {
    left: 0;
    text-align: center;
    bottom: 30px;
  }
}
.banner .slick-dots li button {
  text-align: left;
  background: none;
  width: 12px;
  height: 12px;
  border: solid 2px #fff;
}
.banner .slick-dots li.slick-active button {
  background: #fff;
  width: 8px;
  height: 8px;
}
.banner .slick-prev,
.banner .slick-next {
  width: 14px;
  height: 14px;
  top: auto;
  bottom: 50px;
  opacity: 0.9;
  margin-top: auto;
}
.banner .slick-prev {
  left: auto;
  right: 100px;
  transform: rotate(45deg);
}
.banner .slick-next {
  right: 90px;
  transform: rotate(-45deg);
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1;
}
.banner .slick-active .txt-1 {
  animation: 1s fadeInLeft2 ease;
}
.banner .slick-active .txt-2 {
  animation: 1.5s fadeInLeft2 ease;
}
.banner .slick-active .txt-4 {
  animation: 1s fadeInLeft2 ease;
}
.banner .slick-active .txt-3 {
  animation: 1.5s fadeInLeft2 ease;
}
.banner .slick-active .en {
  animation: 1.5s fadeInRight2 ease;
}
.banner .slick-active .arrowbox .arrow-1 {
  animation: fadeInDown2 1s ease;
}
.banner .slick-active .arrowbox .arrow-2 {
  animation: fadeInUp2 1.3s ease;
}
.banner .slick-active .arrowbox .arrow-3 {
  animation: zoomIn 1.5s ease;
}
.banner .slick-active .arrowbox .arrow-4 {
  animation: zoomIn 2s ease;
}
.banner .slick-active .arrowbox .arrow-5 {
  animation: zoomIn 2.5s ease;
}
.banner .slick-active .arrowbox .arrow-6 {
  animation: zoomIn 2s ease;
}
.banner .slick-active .arrowbox .arrow-7 {
  animation: zoomIn 2.3s ease;
}
.banner .arrowbox {
  position: relative;
  padding-top: 210px;
}
.banner .arrowbox .arrow-1 {
  top: 300px;
  left: 880px;
  position: absolute;
  animation: 2s fadeIn alternate infinite;
}
.banner .arrowbox .arrow-1 img {
  /*animation: arrow 1s infinite alternate;*/
}
.banner .arrowbox .arrow-8 {
  top: 750px;
  left: 380px;
}
.banner .arrowbox .arrow-3 {
  top: 280px;
  left: 200px;
  width: 95px;
  position: absolute;
  animation: 2s fadeIn alternate infinite;
}
.banner .arrowbox .arrow-3 img {
  animation: arrow 1.5s infinite alternate;
}
.banner .arrowbox .arrow-3 span {
  top: 0;
  width: 95px;
  left: 0;
  font-weight: 700;
  line-height: 95px;
  text-align: center;
  font-size: 22px;
  color: #a2ecff;
  position: absolute;
}
.banner .arrowbox .arrow-4 {
  top: 460px;
  left: 220px;
  width: 83px;
  position: absolute;
  animation: 2s fadeIn alternate infinite;
}
.banner .arrowbox .arrow-4 img {
  animation: arrow 2s infinite alternate;
}
.banner .arrowbox .arrow-4 span {
  top: 0;
  width: 83px;
  left: 0;
  font-weight: 700;
  line-height: 83px;
  text-align: center;
  font-size: 20px;
  color: #a2ecff;
  position: absolute;
}
.banner .arrowbox .arrow-5 {
  top: 460px;
  right: 360px;
  left: auto;
  position: absolute;
}
.banner .arrowbox .arrow-6 {
  top: 360px;
  right: 120px;
  left: auto;
  position: absolute;
}
.banner .arrowbox .arrow-7 {
  top: 640px;
  right: 280px;
  left: auto;
  position: absolute;
}
@media (max-width: 1600px) {
  .banner .txtbox {
    padding-top: 25%;
  }
  .banner .txt-1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner .txt-2 {
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
  .banner .en {
    margin-top: 15px;
  }
}
@media (max-width: 1380px) and (max-height: 780px) {
  .banner .txtbox {
    padding-top: 20%;
  }
  .banner .arrowbox .arrow-3 {
    top: 240px;
  }
  .banner .arrowbox .arrow-5 {
    top: 340px;
  }
  .banner .arrowbox .arrow-6 {
    top: 260px;
  }
  .banner .arrowbox .arrow-7 {
    top: 480px;
  }
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 70px;
  }
  .banner .pic {
    height: 60vh;
  }
  .banner .txtbox {
    text-align: center;
    padding-top: 120px;
  }
  .banner .txt-4 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner .txt-3 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .en {
    margin-top: 10px;
  }
  .banner .arrowbox .arrow-3 {
    top: 50px;
    left: 30px;
  }
  .banner .arrowbox .arrow-4 {
    left: 270px;
    top: 60px;
  }
  .banner .arrowbox .arrow-5 {
    top: 160px;
    right: 20px;
    left: auto;
  }
  .banner .arrowbox .arrow-6 {
    top: 270px;
  }
  .banner .arrowbox .arrow-7 {
    top: 200px;
  }
}

@media (max-width:580px) {
	.indexbanner .pic{
		height: 43vh;
	}
	.indexbanner .txtbox{
		text-align:left;
	}
	.indexbanner .txt-1{
		font-size:36px;
		line-height:46px;
	}
	.indexbanner .txt-2{
		font-size:20px;
		line-height:30px;
	}
}

@media (max-width:420px) {
	.indexbanner .pic{
		height: 33vh;
	}
	.indexbanner .txtbox{
        padding-top: 60px;
	}
}

.index-title {
  vertical-align: top;
  color: #fff;
}
.index-title .font36 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
}
.index-title .en {
  opacity: 0.8;
  font-size: 16px;
  font-family: arial;
  margin-top: 10px;
}
.index-title .more {
  float: right;
  width: 158px;
  height: 40px;
  color: #fff;
  vertical-align: top;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border-radius: 30px;
  border: solid 1px #f2f2f2;
}
.index-title .more img {
  margin: 11px 0 0 11px;
}
.index-title .more:hover {
  line-height: 36px;
  border-width: 2px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .index-title .font36 {
    font-size: 30px;
    line-height: 30px;
  }
  .index-title .en {
    font-size: 14px;
    margin-top: 0;
  }
  .index-title .more {
    width: 130px;
  }
}
.index-jishu {
  padding-top: 120px;
}
.index-jishu .list {
  margin-top: 70px;
  border-top: solid 2px #3b6dad;
}
.index-jishu .list li {
  width: 20%;
  float: left;
  padding: 40px;
  height: 70vh;
  padding-top: 100px;
  text-align: center;
  position: relative;
}
.index-jishu .list li:before {
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #3b6dad;
}
.index-jishu .list li:after {
  content: "";
  display: block;
  clear: both;
}
.index-jishu .list li a {
  display: block;
  color: #fff;
}
.index-jishu .list li img {
  transition: all 700ms ease;
  max-height: 150px;
}
.index-jishu .list li .tit {
  font-size: 18px;
  height: 24px;
  overflow: hidden;
  font-weight: 600;
  margin: 30px 0 20px 0;
}
.index-jishu .list li .txt {
  font-size: 15px;
  line-height: 30px;
  height: 150px;
  opacity: 0.7;
  overflow: hidden;
}
.index-jishu .list li .more {
  color: #fff;
  font-size: 15px;
  margin-top: 100px;
  display: none;
}
.index-jishu .list li .more img {
  margin: 6px 0 0 10px;
  display: none;
}
.index-jishu .list li:first-child {
  border-left: 0;
}
.index-jishu .list li:hover img {
  transform: scale(1.2);
}
@media (max-width: 1441px) {
  .index-jishu .list li {
    padding: 30px;
  }
  .index-jishu .list li .tit {
    font-size: 16px;
  }
  .index-jishu .list li .txt {
    font-size: 14px;
  }
}
@media (max-width: 1281px) {
  .index-jishu .list li {
    padding: 15px;
  }
  .index-jishu .list li .tit {
    font-size: 14px;
  }
  .index-jishu .list li .txt {
    font-size: 12px;
  }
}
@media (max-width: 1380px) and (max-height: 780px) {
  .index-jishu {
    padding-top: 60px;
  }
}
@media (max-width: 1000px) {
  .index-jishu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-jishu .list {
    margin-top: 20px;
  }
  .index-jishu .list li {
    width: 33.333%;
    margin-top: 30px;
    height: auto;
    padding: 20px;
  }
  .index-jishu .list li .more {
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .index-jishu .list li {
    width: 50%;
  }
  .index-jishu .list li .tit {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index-jishu .list li .txt {
    line-height: 24px;
    height: 120px;
	display: none;
  }
	.index-jishu .list li img{
  	max-height: 75px;
  }
}
.index-zhuanye li {
  color: #fff;
  width: 33.333%;
  float: left;
  padding: 0 40px;
  text-align: center;
}
.index-zhuanye li .tit {
  margin-top: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.index-zhuanye li .tit span {
  font-size: 48px;
}
.index-zhuanye li .txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.index-zhuanye li img {
  transition: all 700ms ease;
}
.index-zhuanye li:hover img {
  transform: scale(1.2);
}
@media (max-width: 1600px) {
  .index-zhuanye li .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .index-zhuanye li .tit span {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1000px) {
  .index-zhuanye li .tit {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .index-zhuanye li .tit span {
    font-size: 22px;
  }
  .index-zhuanye li .txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 680px) {
  .index-zhuanye li .txt {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .index-zhuanye {
    padding: 30px 0;
  }
  .index-zhuanye li {
    /*width: 100%;
    float: none;*/
    padding: 30px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .index-zhuanye li:first-child {
    border-top: 0;
  }
}
.index-product .leftbox {
  width: 35%;
  float: left;
  z-index: 2;
}
.index-product .leftbox .pic {
  height: 100vh;
  overflow: hidden;
  transition: all 700ms ease;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-product .leftbox a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
.index-product .leftbox .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  height: 300px;
  padding: 0 60px;
  margin-top: -150px;
  position: absolute;
}
.index-product .leftbox .tit {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  padding: 0 70px;
  font-family: "微软雅黑";
}
.index-product .leftbox .txt {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
.index-product .leftbox .more {
  width: 158px;
  height: 40px;
  background: #fff;
  color: #0a4899;
  vertical-align: top;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border-radius: 30px;
  margin-top: 60px;
}
.index-product .leftbox .more img {
  margin: 11px 0 0 11px;
}
.index-product .leftbox:hover .pic {
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  .index-product .leftbox .tit {
    font-size: 26px;
    line-height: 36px;
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .index-product .leftbox {
    width: 100%;
    float: none;
    overflow: hidden;
    height: 45vh;
  }
  .index-product .leftbox .tit {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
  }
  .index-product .leftbox .txt {
    line-height: 24px;
  }
  .index-product .leftbox .more {
    margin-top: 40px;
  }
  .index-product .leftbox .txtbox {
    top: 0px;
    height: auto;
    margin-top: 0;
    position: relative;
    padding: 60px 20px 40px 20px;
  }
  .index-product .leftbox:hover .pic {
    transform: scale(1);
  }
}
.index-product .rightbox {
  width: 65%;
  float: left;
}
.index-product .rightbox li {
  width: 48.38%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 20px;
}
@media (max-width: 1769px) {
  .index-product .rightbox li {
    width: 48.24%;
  }
}
@media (max-width: 1680px) {
  .index-product .rightbox li {
    width: 48.15%;
  }
}
@media (max-width: 1600px) {
  .index-product .rightbox li {
    width: 48.07%;
  }
}
@media (max-width: 1440px) {
  .index-product .rightbox li {
    width: 47.84%;
  }
}
@media (max-width: 1366px) {
  .index-product .rightbox li {
    width: 47.74%;
  }
}
@media (max-width: 1360px) {
  .index-product .rightbox li {
    width: 47.71%;
  }
}
@media (max-width: 1280px) {
  .index-product .rightbox li {
    width: 47.57%;
  }
}
.index-product .rightbox li:nth-child(1) {
  margin-bottom: 20px;
}
.index-product .rightbox li:nth-child(2) {
  margin-bottom: 20px;
}
.index-product .rightbox li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.index-product .rightbox li .pic {
  height: 50vh;
  overflow: hidden;
  transition: all 700ms ease;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align:center;
}
.index-product .rightbox li .en {
  color: #111;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.index-product .rightbox li .txt {
  color: #333;
  font-size: 15px;
  margin-top: 5px;
}
.index-product .rightbox li .txtbox {
  padding-top: 5%;

}
/*.index-product .rightbox li .txtbox-2 {
  bottom: 100px;
  left: 0;
  padding: 0 30px;
  width: 100%;
  text-align: center;
  position: absolute;
}*/
/*.index-product .rightbox li .txtbox-3 {
  padding-top: 27%;
  padding-left: 55%;
  padding-right: 40px;
}*/
.index-product .rightbox li .txtbox-3 .en {
  color: #333;
  /*padding-bottom: 15px;*/
}
.index-product .rightbox li .txtbox-3 .txt {
  color: #333;
  opacity: 0.7;
}
.index-product .rightbox li:hover .pic {
  overflow: hidden;
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  .index-product .rightbox li .en {
    font-size: 18px;
    line-height: 24px;
  }
  .index-product .rightbox li .txtbox-2 {
    bottom: 50px;
  }
}
@media (max-width: 1000px) {
  .index-product .rightbox {
    width: 100%;
    float: none;
  }
  .index-product .rightbox li:hover .pic {
    transform: scale(1);
  }
}
@media (max-width: 580px) {
  .index-product .rightbox li {
    overflow: hidden;
    width: 100%;
    margin: 0;
    float: none;
  }

  .index-product .rightbox li .en {
    font-size: 18px;
    line-height: 24px;
  }
  /*.index-product .rightbox li .txtbox {
    padding-top: 15%;
  }*/
  .index-product .rightbox li .txt {
    margin-top: 0;
  }
  .index-product .rightbox li .txtbox-2 {
    bottom: 30px;
  }
  .index-product .rightbox li .txtbox-3 {
    padding-top: 10%;
  }
}
.index-news {
  padding-top: 100px;
}
.index-news .container {
  height: 100vh;
  position: relative;
}
.index-news .container:before {
  content: "";
  width: 2px;
  bottom: 0;
  left: 35%;
  height: 87%;
  position: absolute;
  background: #eeeeee;
}
.index-news .container:after {
  content: "";
  width: 2px;
  bottom: 0;
  right: 0;
  height: 87%;
  position: absolute;
  background: #eeeeee;
}
.index-news .index-title .font36 {
  color: #333;
}
.index-news .leftbox {
  width: 28.5%;
  float: left;
  position: relative;
  margin-top: 65px;
}
.index-news .leftbox .pic {
  position: relative;
}
.index-news .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 137.5%;
}
.index-news .leftbox .tit {
  color: #fff;
  bottom: 30px;
  padding: 0 30px;
  position: absolute;
  font-size: 20px;
  height: 60px;
  font-weight: 700;
  line-height: 30px;
}
.index-news .rightbox {
  width: 65%;
  float: right;
  position: relative;
}
.index-news .rightbox .tabmenu {
  margin-top: -50px;
  position: relative;
}
.index-news .rightbox .tabmenu li {
  width: 17%;
  float: left;
  font-size: 18px;
  padding: 0 15px;
}
.index-news .rightbox .tabmenu li a {
  display: block;
  background: #fff;
  height: 35px;
  line-height: 31px;
  overflow: hidden;
  text-align: center;
  border-radius: 30px;
  border: solid 2px #9e9e9e;
}
.index-news .rightbox .tabmenu li:hover a,
.index-news .rightbox .tabmenu .active a {
  color: #0a4899;
  border-color: #0a4899;
}
.index-news .rightbox .tabcot {
  display: none;
  padding: 0 66px;
  margin-top: 75px;
  position: relative;
}
.index-news .rightbox .tabcot li {
  padding-bottom: 40px;
}
.index-news .rightbox .tabcot li .tag {
  color: #0a4899;
  margin-bottom: 5px;
}
.index-news .rightbox .tabcot li .tit {
  font-size: 18px;
  color: #111;
  height: 24px;
  overflow: hidden;
  font-weight: 700;
}
.index-news .rightbox .tabcot li .time {
  color: #999;
}
@media (max-width: 1650px) {
  .index-news .container {
    height: auto;
  }
  .index-news .container:before,
  .index-news .container:after {
    display: none;
  }
  .index-news .rightbox .tabcot {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1601px) and (max-height: 901px) {
  .index-news .leftbox {
    margin-top: 40px;
  }
  .index-news .rightbox .tabmenu {
    margin-top: -30px;
  }
  .index-news .rightbox .tabcot {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1380px) and (max-height: 780px) {
  .index-news {
    padding-top: 40px;
  }
  .index-news .rightbox .tabcot li {
    padding-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .index-news {
    padding-top: 50px;
  }
  .index-news .container {
    height: 100%;
  }
  .index-news .container:before {
    display: none;
  }
  .index-news .leftbox {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .index-news .rightbox {
    width: 100%;
    float: none;
  }
  .index-news .rightbox .tabmenu {
    margin-top: 30px;
  }
  .index-news .rightbox .tabmenu li {
    width: 50%;
    margin-top: 15px;
  }
  .index-news .rightbox .tabcot {
    margin-top: 30px;
    padding: 0 20px;
  }
  .index-news .rightbox .tabcot li {
    padding-bottom: 30px;
  }
}
.index-hezuo {
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
  background: #0a4899;
}
.index-hezuo .index-title {
  text-align: center;
}
.index-hezuo .index-title .cn {
  opacity: 0.8;
  padding: 0 30%;
  margin-top: 20px;
}
.index-hezuo ul {
  width: 102%;
  margin-left: -30px;
  padding-top: 70px;
}
.index-hezuo ul li {
  width: 16.6%;
  float: left;
  opacity: 0.8;
  padding: 0 5px;
  transition: all 334ms ease;
  position: relative;
}
.index-hezuo ul li:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.index-hezuo ul li:hover {
  opacity: 1;
}
@media (max-width: 1601px) and (max-height: 901px) {
  .index-hezuo ul {
    padding-top: 30px;
  }
}
@media (max-width: 1380px) and (max-height: 780px) {
  .index-hezuo {
    padding: 30px 0;
  }
  .index-hezuo ul li:after {
    padding-bottom: 25%;
  }
}
@media (max-width: 1000px) {
  .index-hezuo {
    padding: 40px 0;
  }
  .index-hezuo .index-title .cn {
    padding: 0;
  }
  .index-hezuo ul {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }
  .index-hezuo ul li {
    width: 33.333%;
  }
}
.footer .list {
  padding-top: 70px;
  color: #737782;
  background: #151c2f;
}
.footer .list li {
  width: 12%;
  float: left;
  line-height: 30px;
  font-size: 15px;
}
.footer .list li h3 {
  margin-bottom: 10px;
  font-weight: normal;
}
.footer .list li h3 a {
  color: #fff;
  font-size: 18px;
}
.footer .list li a {
  color: #737782;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  display: block;
}
.footer .list li a:hover {
  color: #fff;
}
.footer .list .contact {
  width: 25%;
  font-size: 14px;
}
.footer .list .contact .tel {
  margin: 10px 0;
}
.footer .list .contact .tel a {
  color: #fff;
  font-size: 26px;
  font-family: "DINPro-Light_0";
}
.footer .list .weixin {
  float: right;
}
.footer .list .copy {
  padding: 15px 0;
  margin-top: 60px;
  text-align: center;
  border-top: solid 1px #21283a;
}
@media (max-width: 1380px) and (max-height: 780px) {
  .footer .list {
    padding-top: 30px;
  }
  .footer .list li {
    line-height: 20px;
  }
  .footer .list .copy {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .footer .list {
    padding-top: 30px;
  }
  .footer .list li {
    display: none;
  }
  .footer .list .contact {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
  }
  .footer .list .copy {
    margin-top: 20px;
  }
}
.active .index-jishu .list li:nth-child(1) {
  animation: 1s fadeInLeft2 ease;
}
.active .index-jishu .list li:nth-child(2) {
  animation: 1.2s fadeInLeft2 ease;
}
.active .index-jishu .list li:nth-child(3) {
  animation: 1.4s fadeInLeft2 ease;
}
.active .index-jishu .list li:nth-child(4) {
  animation: 1.6s fadeInLeft2 ease;
}
.active .index-jishu .list li:nth-child(5) {
  animation: 1.8s fadeInLeft2 ease;
}
.active .index-product {
  animation: 2s fadeInDown2 ease;
}
.active .index-zhuanye ul li:nth-child(1) {
  animation: 1s zoomIn ease;
}
.active .index-zhuanye ul li:nth-child(2) {
  animation: 1.2s zoomIn ease;
}
.active .index-zhuanye ul li:nth-child(3) {
  animation: 1.4s zoomIn ease;
}
.active .index-news {
  animation: 2s fadeIn ease;
}
.active .index-hezuo li {
  animation: 1s zoomIn ease;
}
#fp-nav.right {
  right: 0px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-color: #ddd;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #f08200;
  border-color: #f08200;
}
.inside-banner {
  position: relative;
}
.inside-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  margin-top: -75px;
  position: absolute;
}
.inside-banner .tit {
  font-size: 48px;
  line-height: 48px;
}
.inside-banner .txt {
  font-size: 24px;
  line-height: 36px;
  width: 29%;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .inside-banner .tit {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-banner .txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .inside-banner {
    display: none;
  }
  .inside-banner .txtbox {
    text-align: center;
  }
  .inside-banner .txt {
    width: 100%;
    margin-top: 0;
  }
}
.inside-title {
  color: #333;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .inside-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.inside-news {
  padding: 70px 0;
}
.inside-news ul {
  margin: 0 -21px;
}
.inside-news li {
  width: 33.333%;
  float: left;
  margin-top: 50px;
  padding: 0 21px;
}
.inside-news li a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f2f2f2;
}
.inside-news li .txtbox {
  padding: 20px 30px;
}
.inside-news li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.inside-news li .time {
  color: #999;
}
.inside-news li .tit {
  color: #333;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
  font-weight: 700;
}
.inside-news li .more {
  display: block;
  padding-top: 15px;
  margin-top: 20px;
  color: #999;
  border-top: solid 1px #e5e5e5;
  background: url(../image/arrows.jpg) no-repeat right 17px;
}
.inside-news li:hover .pic img {
  transform: scale(1.1);
}
.inside-news li:hover .tit,
.inside-news li:hover .more {
  color: #0a4899;
}
@media (max-width: 1200px) {
  .inside-news {
    padding: 110px 0 50px 0;
  }
  .inside-news ul {
    margin: 0;
  }
  .inside-news li {
    padding: 0 10px;
    margin-top: 30px;
  }
}
@media (max-width: 680px) {
  .inside-news li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-news li {
    width: 100%;
    float: none;
  }
}
.inside-page {
  padding-top: 70px;
  text-align: center;
}
.inside-page a {
  height: 50px;
  line-height: 48px;
  padding: 0 18px;
  color: #333;
  margin: 0 1px;
  background: #fff;
  display: inline-block;
  border: solid 1px #e5e5e5;
}
.inside-page a:hover {
  color: #fff;
  border-color: #0050b7;
  background: #0050b7;
}
.inside-page a.cpb {
  color: #fff;
  border-color: #0050b7;
  background: #0050b7;
}
.inside-page span {
  height: 50px;
  line-height: 48px;
  padding: 0 18px;
  color: #333;
  margin: 0 1px;
  color: #fff;
  background: #0050b7;
  display: inline-block;
  border: solid 1px #0050b7;
}
@media (max-width: 1600px) {
  .inside-page {
    padding-top: 40px;
  }
  .inside-page a {
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 1000px) {
  .inside-page {
    padding-top: 40px;
  }
  .inside-page a {
    margin: 0;
    padding: 0 5px;
    height: 24px;
    line-height: 22px;
  }
}
.inside-news-show {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-bottom: 160px;
  padding-top: 160px;
}
.inside-news-show h1 {
  color: #333333;
  font-size: 34px;
  line-height: 44px;
}
.inside-news-show .info {
  font-size: 15px;
  color: #999;
  margin: 15px 0;
}
.inside-news-show .tag {
  margin-bottom: 40px;
  color: #005cd4;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  background: #f7f7f7;
}
@media (max-width: 1200px) {
  .inside-news-show {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .inside-news-show h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.inside-search {
  margin-top: 50px;
  padding: 15px 25px;
  background: #f7f7f7;
}
.inside-search span {
  width: 88%;
  float: left;
  display: block;
  vertical-align: top;
}
.inside-search input {
  width: 100%;
  background: #fff;
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
  color: #666;
  font-family: "微软雅黑";
  border: solid 1px #0a4899;
}
.inside-search a {
  display: block;
  float: left;
  width: 12%;
  color: #fff;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  background: #0050b7;
}
.inside-search a img {
  margin: 15px 10px 0 0;
}
.inside-search a:hover {
  background: #f08200;
}
@media (max-width: 1200px) {
  .inside-search {
    margin-top: 20px;
    padding: 15px;
  }
  .inside-search span {
    width: 65%;
  }
  .inside-search a {
    width: 35%;
    font-size: 14px;
  }
  .inside-search a img {
    margin-right: 5px;
  }
}
.inside-jszc {
  padding: 60px 0 80px 0;
}
.inside-jszc .job .box {
  font-size: 16px;
  color: #333;
  border-bottom: solid 1px #ececec;
  padding-top: 20px;
}
.inside-jszc .job .box .title {
  cursor: pointer;
  padding: 25px 0;
  padding-left: 60px;
  position: relative;
  font-weight: 700;
  padding-right: 60px;
  border-top: solid 1px #ececec;
  background: url(../image/qa.jpg) no-repeat 20px 26px;
}
.inside-jszc .job .box .title:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  transform: rotate(-45deg);
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  position: absolute;
}
.inside-jszc .job .box .content {
  padding: 20px 60px;
  padding-bottom: 60px;
  display: none;
  text-align: justify;
  border-top: solid 1px #ececec;
  background: #fafafa;
  position: relative;
}
.inside-jszc .job .box .content:before {
  content: "";
  width: 25px;
  height: 25px;
  top: 35px;
  left: 20px;
  position: absolute;
  background: url(../image/qa-1.jpg) no-repeat;
}
.inside-jszc .job .box .content p {
  margin-top: 15px;
}
.inside-jszc .job .box .active {
  border-color: #707070;
}
.inside-jszc .job .box .active:before {
  top: 30px;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .inside-jszc .job .box .content {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .inside-jszc {
    padding-top: 110px;
  }
}
.inside-dowland {
  padding: 70px 0;
}
.inside-dowland ul {
  margin-top: 60px;
  border-top: solid 1px #efefef;
}
.inside-dowland li {
  height: 85px;
  line-height: 85px;
  padding: 0 20px;
  font-size: 16px;
  overflow: hidden;
  border-bottom: solid 1px #efefef;
}
.inside-dowland li a {
  display: block;
  color: #333;
  padding-right: 30px;
  position: relative;
}
.inside-dowland li a:before {
  content: "";
  top: 30px;
  right: 0;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../image/dow-2.png) no-repeat center right;
}
.inside-dowland li:hover {
  background: #0050b7;
}
.inside-dowland li:hover a {
  color: #fff;
}
.inside-dowland li:hover a:before {
  background: url(../image/dow.png) no-repeat center right;
}
@media (max-width: 1200px) {
  .inside-dowland {
    padding-top: 110px;
  }
  .inside-dowland ul {
    margin-top: 30px;
  }
  .inside-dowland li {
    height: 70px;
    line-height: 70px;
  }
  .inside-dowland li a:before {
    top: 24px;
  }
}
.tankuang {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.tankuang .nr {
  top: 50%;
  left: 50%;
  margin-left: -235px;
  margin-top: -260px;
  position: absolute;
  width: 470px;
  height: 520px;
  background: #fff;
  border-radius: 10px;
}
.tankuang .tit {
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px #efefef;
}
.tankuang .close-x {
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-top-right-radius: 5px;
  background: #0050b7;
  position: absolute;
}
.tankuang .close-x img {
  max-height: 24px;
  vertical-align: middle;
}
.tankuang .close-x:hover {
  background: #0a4899;
}
.tankuang ul {
  padding: 35px;
}
.tankuang li {
  margin-top: 20px;
  position: relative;
}
.tankuang li input {
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
  width: 100%;
  padding: 0 40px;
  color: #666;
  font-family: "微软雅黑";
  border: solid 1px #d9d9d9;
}
.tankuang li input:focus {
  border-color: #f30;
}
.tankuang li .info {
  right: 0;
  top: -10px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 3px;
  position: absolute;
  display: none;
  background: #f30;
}
.tankuang li .ico {
  top: 50%;
  left: 12px;
  margin-top: -10px;
  position: absolute;
}
.tankuang li:first-child {
  margin-top: 0;
}
.tankuang .label-01 {
  cursor: pointer;
  top: 2px;
  left: 0;
  position: absolute;
}
.tankuang .button {
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  font-weight: 700;
  background: #0050b7;
}
.tankuang .button a {
  display: block;
  color: #fff;
}
.tankuang .button:hover {
  background: #f08200;
}
.tankuang .bd {
  padding-left: 30px;
}
.tankuang .checkbox-01 {
  position: relative;
}
.tankuang .checkbox-01 input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -10px;
  border-radius: 0;
}
.tankuang .checkbox-01 input[type="checkbox"]:checked + em {
  border-color: #0050b7;
}
.tankuang .checkbox-01 input[type="checkbox"]:checked + em:after {
  background: #0050b7 url(../image/gou.png) no-repeat center;
  transform: scale(1);
}
.tankuang .checkbox-01 em {
  display: inline-block;
  vertical-align: middle;
  border: 1px #a0a0a0 solid;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  position: relative;
  margin-top: -2px;
  cursor: pointer;
  margin-right: 10px;
}
.tankuang .checkbox-01 em:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .4s;
  background-position: center;
  transform: scale(0);
}
@media (max-width: 500px) {
  .tankuang .nr {
    width: 340px;
    margin-left: -170px;
  }
}
.inside-current {
  text-align: right;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .inside-current {
    display: none;
  }
}
.inside-product {
  overflow: hidden;
  margin-top: 100px;
  min-height: 500px;
  background: #f7f8f9;
  padding-bottom: 75px;
  position: relative;
}
.inside-product .proleft {
  display: none;
}
/*.inside-product .proleft {
  width: 16.2%;
  float: left;
  z-index: 2;
  position: relative;
}
.inside-product .proleft .title {
  font-size: 20px;
  color: #0a4899;
  padding: 20px 0;
  padding-left: 30px;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px #e4e4e4;
}
.inside-product .proleft ul {
  overflow: hidden;
}
.inside-product .proleft ul li {
  height: 60px;
  line-height: 59px;
  overflow: hidden;
  padding: 0 30px;
  font-weight: 600;
  position: relative;
  transition: all 400ms ease;
  border-bottom: solid 1px #e4e4e4;
}
.inside-product .proleft ul li:after {
  content: "";
  font-weight: 600;
  right: 20px;
  top: 50%;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 400ms ease;
  background: url(../images/pro-arrow.png) no-repeat;
}
.inside-product .proleft ul li a {
  display: block;
  font-size: 16px;
  color: #111;
}
.inside-product .proleft ul li:hover,
.inside-product .proleft ul .cur {
  background: #fff;
  border-color: #fff;
}
.inside-product .proleft ul li:hover:after,
.inside-product .proleft ul .cur:after {
  opacity: 1;
  transform: translateX(0);
}*/
.inside-product .proright {
  width: 100%;
  padding: 0 45px;
  padding-top: 15px;
}


.inside-product .proright .more{
	width: 158px;
	height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	display: block;
	border-radius: 30px;
	margin:20px auto;
	background:#0a4899;
}

.inside-product .proright .more img {
    margin: 11px 0 0 11px;
}

.inside-product .proright .title {
  font-size: 36px;
  line-height: 46px;
  color: #333;
  font-weight: 700;
}
.inside-product .proright .jfade_image {
  margin: 0 -17px;
  padding-top: 30px;
  position:relative;
}
.inside-product .proright .jfade_image li {
  width: 20%;
  float: left;
  padding: 17px;
}
.inside-product .proright .jfade_image li .item {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  background: #fff;
  transition: all 700ms ease;
}
.inside-product .proright .jfade_image li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product .proright .jfade_image li .pic img {
  transition: all 700ms ease;
}
.inside-product .proright .jfade_image li .pic:after {
  content: "";
  display: block;
  padding-bottom: 93.2%;
}
.inside-product .proright .jfade_image li .txtbox {
  padding: 0 30px;
}
.inside-product .proright .jfade_image li .tit {
  height: 30px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #333;
}
.inside-product .proright .jfade_image li .txt {
  color: #666;
  font-size: 15px;
  height: 24px;
  overflow: hidden;
}
.inside-product .proright .jfade_image li:hover .item {
  box-shadow: 0 0 40px rgba(60, 86, 121, 0.5);
}
.inside-product .proright .jfade_image li:hover .pic img {
  transform: scale(1.1);
}
.inside-product .proright .jfade_image .qiehuan {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .inside-product {
    margin-top: 70px;
    background: none;
  }
}
@media (max-width: 1000px) {
  .inside-product .proleft {
    width: 100%;
    float: none;
    background: #f8f8f8;
  }
  .inside-product .proleft li {
    width: 50%;
    float: left;
  }
  .inside-product .proright {
    padding: 0 20px;
    width: 100% ! important;
    float: none;
    padding-top: 40px;
  }
  .inside-product .proright .title {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-product .proright .jfade_image {
    padding-top: 10px;
  }
  .inside-product .proright .jfade_image ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-product .proright .jfade_image li {
    width: 33.333%;
    padding: 10px;
  }
  
	.inside-product .proright .jfade_image li .tit {
		height: 40px;
		font-size: 14px;
		line-height: 20px;
	}  
	
	.inside-product .proright .jfade_image li .txt {
		font-size: 14px;
		line-height:16px;
		height: 32px;
	}  
  
  .inside-product .proright .jfade_image li a {
    border: solid 1px #eee;
  }
}
@media (max-width: 640px) {
  .inside-product .proright .jfade_image li {
    width: 50%;
  }
}
/*@media (max-width: 420px) {
  .inside-product .proright .jfade_image li {
    width: 100%;
    float: none;
  }
}*/
/*.inside-product-show {
  background: url(../images/pro-bg-2.jpg) repeat-y top center;
}*/
.inside-product-show .itemcontent {
  padding-top: 60px;
  /*padding-right: 14.5%;*/
}
@media (max-width: 1000px) {
  .inside-product-show .itemcontent {
    padding-right: 0;
    padding-top: 0;
  }
}
.inside-product-show .item-1 {
  color: #444;
  line-height: 30px;
  font-size: 15px;
}
.inside-product-show .item-1 .left {
  width: 50%;
  float: left;
  padding-top: 10px;
  padding-right: 70px;
}
.inside-product-show .item-1 .left h1 {
  font-size: 38px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.inside-product-show .item-1 .right {
  width: 50%;
  float: left;
}
@media (max-width: 1000px) {
  .inside-product-show .item-1 {
    padding-bottom: 50px;
  }
  .inside-product-show .item-1 .left h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .inside-product-show .item-1 .left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .inside-product-show .item-1 .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.inside-product-show .tabmenu {
  height: 60px;
  z-index: 10;
  text-align: center;
  line-height: 60px;
  background: #f1f1f1;
}
.inside-product-show .tabmenu li {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  max-width: 210px;
  width: 100%;
  color: #444;
  cursor: pointer;
  display: inline-block;
  border-right: solid 1px #e2e2e2;
}
.inside-product-show .tabmenu li a {
  color: #444;
  display: block;
}
.inside-product-show .tabmenu .active {
  color: #fff;
  background: #0a4899;
}
.inside-product-show .tabmenu .active > a {
  color: #fff;
}
@media (max-width: 1000px) {
  .inside-product-show .tabmenu {
    height: 50px;
    line-height: 50px;
  }
  .inside-product-show .tabmenu li {
    font-size: 16px;
    max-width: 150px;
  }
}
@media (max-width: 640px) {
  .inside-product-show .tabmenu li {
    width: 33.333%;
    max-width: 100%;
    display: block;
    float: left;
  }
}
.inside-product-show .bt {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .inside-product-show .bt {
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-product-show .item-2 {
  padding-top: 60px;
}
.inside-product-show .item-2 ul {
  padding-top: 40px;
}
.inside-product-show .item-2 li .pic {
  width: 48.4%;
  float: left;
  overflow: hidden;
  position: relative;
  /*margin-left: 20px;*/
  margin-bottom: 20px;
}
.inside-product-show .item-2 li .pic img {
  transition: all 700ms ease;
}
.inside-product-show .item-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.9%;
}
.inside-product-show .item-2 li .txtbox {
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-top: 100px;
}
.inside-product-show .item-2 li .txtbox .tit {
  font-weight: bold;
  font-size: 30px;
  color: #0a4899;
  line-height: 40px;
}
.inside-product-show .item-2 li .txtbox .txt {
  font-size: 15px;
  line-height: 30px;
  color: #444;
  margin-top: 15px;
}
.inside-product-show .item-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-product-show .item-2 .qiehuan .pic {
  float: right;
}
.inside-product-show .item-2 .qiehuan .txtbox {
  padding-left: 0;
  padding-right: 50px;
}

@media (max-width: 1364px) {
	.inside-product-show .item-2 li .pic {
	  margin-left: 0;
	}
	
	.inside-product-show .item-2 li .txtbox {
	  padding-top: 50px;
	}
}

@media (max-width: 1000px) {
  .inside-product-show .item-2 ul {
    padding-top: 20px;
  }
  .inside-product-show .item-2 li .txtbox {
    padding-top: 40px;
  }
  .inside-product-show .item-2 li .txtbox .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 780px) {
  .inside-product-show .item-2 li .pic {
    width: 100%;
    float: none!important;
  }
  .inside-product-show .item-2 li .txtbox {
    width: 100%;
    float: none;
    padding: 40px 0!important;
  }
}
.inside-product-show .item-3 {
  margin-top: 90px;
  padding-top: 45px;
  border-top: solid 1px #ececec;
}
.inside-product-show .item-3 li {
  width: 48.5%;
  float: left;
  margin-top: 50px;
  min-height: 210px;
}
.inside-product-show .item-3 li .pic {
  width: 46%;
  float: left;
  position: relative;
  overflow: hidden;
}
.inside-product-show .item-3 li .pic img {
  transition: all 700ms ease;
}
.inside-product-show .item-3 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.inside-product-show .item-3 li .txtbox {
  width: 54%;
  float: left;
  color: #444;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 10px;
  text-align: justify;
}
.inside-product-show .item-3 li .tit {
  line-height: 34px;
  color: #333333;
  font-weight: bold;
  font-size: 24px;
}
.inside-product-show .item-3 li .txt {
  margin-top: 10px;
}
.inside-product-show .item-3 li:hover .pic img {
  transform: scale(1.1);
}

@media (max-width: 1366px) {
  .inside-product-show .item-3 li:nth-child(odd) {
	  clear:both;
  }
}

@media (max-width: 780px) {
  .inside-product-show .item-3 {
    margin-top: 0;
  }
  .inside-product-show .item-3 li {
    width: 100%;
    overflow: hidden;
    float: none!important;
    margin-top: 20px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .inside-product-show .item-3 li .txtbox {
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
    padding-left: 15px;
  }
  .inside-product-show .item-3 li .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-product-show .item-3 li .txt {
    margin-top: 0;
  }
}
.inside-product-show .item-4 {
  margin-top: 90px;
  padding-top: 45px;
  border-top: solid 1px #ececec;
}
.inside-product-show .item-4 ul {
  margin: 0 -15px;
}
.inside-product-show .item-4 li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-top: 40px;
  text-align: center;
}
.inside-product-show .item-4 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product-show .item-4 li .pic img {
  transition: all 700ms ease;
}
.inside-product-show .item-4 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 68%;
}
.inside-product-show .item-4 li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
  font-weight: 700;
}
.inside-product-show .item-4 li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .inside-product-show .item-4 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-product-show .item-4 li {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .inside-product-show .item-4 {
    margin-top: 40px;
  }
  .inside-product-show .item-4 li {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .inside-product-show .item-4 li {
    width: 50%;
    padding: 0 5px;
    margin-top: 20px;
  }
}
.inside-product-show .item-2,
.inside-product-show .item-3,
.inside-product-show .item-4 {
  position: relative;
}
.inside-product-show .dw {
  top: -60px;
  z-index: -1;
  position: absolute;
}
.inside-case .leftbox {
  z-index: 2;
}
.inside-case .leftbox .pic {
  height: 100vh;
  overflow: hidden;
  transition: all 700ms ease;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.inside-case .leftbox a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
.inside-case .leftbox a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  z-index:1;
}
.inside-case .leftbox a:hover:after {
  opacity: 1;
  transform: scale(1.1);
}

.inside-case .leftbox .pic:hover{
	background-size: 110% 110%;	
}


.inside-case .leftbox .txtbox {
  left: 0;
  width: 100%;
  bottom: 100px;
  position: absolute;
  z-index:99999;
}
.inside-case .leftbox .tit {
  font-size: 36px;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  font-family: "微软雅黑";
}
.inside-case .leftbox .tit,
.inside-case .leftbox .txt {
  width: 460px;
  margin: 0 auto;
  text-align: center;
}
.inside-case .leftbox .txt {
  visibility: hidden;
  font-size: 16px;
  line-height: 36px;
  margin-top: 30px;
  height: 144px;
}
.inside-case .leftbox:hover .txt {
  visibility: inherit;
}
.inside-case .slick-dots {
  bottom: 50px;
}
.inside-case .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border: solid 2px #fff;
  background: none;
}
.inside-case .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #fff;
}
@media (max-width: 1199px) {
  .inside-case .leftbox .pic {
    height: 50vh;
  }
  .inside-case .leftbox .txtbox {
    bottom: 80px;
  }
  .inside-case .leftbox .tit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
  }
  .inside-case .leftbox .txt {
    display: none;
  }
}
.inside-case-show {
  margin-top: 100px;
}
.inside-case-show .bt {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #111;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .inside-case-show {
    margin-top: 70px;
  }
  .inside-case-show .bt {
    font-size: 30px;
    line-height: 40px;
    padding: 50px 0 20px 0;
  }
}
.inside-case-show .item-1 {
  padding: 70px 0;
  background: #f8f8f8;
}
.inside-case-show .item-1 .leftbox {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  padding-top: 90px;
  padding-right: 100px;
}
.inside-case-show .item-1 .leftbox h1 {
  color: #111111;
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 58px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
}
.inside-case-show .item-1 .leftbox h1:after {
  content: "";
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #111;
  position: absolute;
}
.inside-case-show .item-1 .rightbox {
  width: 50%;
  float: right;
}
@media (max-width: 1000px) {
  .inside-case-show .item-1 .leftbox {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0;
  }
  .inside-case-show .item-1 .leftbox h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .inside-case-show .item-1 .leftbox h1:after {
    height: 2px;
  }
  .inside-case-show .item-1 .rightbox {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}
.inside-case-show .item-2 li {
  position: relative;
}
.inside-case-show .item-2 li .left {
  float: left;
  width: 48.9%;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
}
.inside-case-show .item-2 li .left:after {
  content: "";
  display: block;
  padding-bottom: 45.9%;
}
.inside-case-show .item-2 li .left img {
  transition: all 700ms ease;
}
.inside-case-show .item-2 li .right {
  width: 50%;
  float: left;
  line-height: 30px;
  font-size: 16px;
  padding: 150px 250px 0 50px;
}
.inside-case-show .item-2 li .tit {
  line-height: 40px;
  color: #111;
  font-size: 30px;
  font-weight: bold;
}
.inside-case-show .item-2 li .txt {
  margin-top: 15px;
}
.inside-case-show .item-2 li:hover .left img {
  transform: scale(1.1);
}
.inside-case-show .item-2 .qiehuan .left {
  float: right;
}
.inside-case-show .item-2 .qiehuan .right {
  padding-right: 50px;
  padding-left: 250px;
}
@media (max-width: 1000px) {
  .inside-case-show .item-2 li .left {
    width: 100%;
    float: none!important;
  }
  .inside-case-show .item-2 li .right {
    width: 100%;
    float: none!important;
    padding: 30px!important;
  }
  .inside-case-show .item-2 li .right .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.inside-case-show .item-3 {
  margin-top: 70px;
  background: #0a4899;
}
.inside-case-show .item-3 .bt {
  color: #fff;
}
.inside-case-show .item-3 .scroll {
  padding-bottom: 110px;
  margin: 0 -15px;
}
.inside-case-show .item-3 .scroll .slick-dots {
  bottom: 50px;
}
.inside-case-show .item-3 .scroll .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border: solid 2px #fff;
  background: none;
}
.inside-case-show .item-3 .scroll .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #fff;
}
.inside-case-show .item-3 .box {
  margin: 0 15px;
  height: 276px;
  overflow: hidden;
  background: #fff;
}
.inside-case-show .item-3 .box .pic {
  width: 45%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-case-show .item-3 .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.inside-case-show .item-3 .box .pic img {
  transition: all 700ms ease;
}
.inside-case-show .item-3 .box .txtbox {
  width: 55%;
  float: left;
  padding-top: 100px;
  padding-left: 50px;
}
.inside-case-show .item-3 .box .tit {
  color: #333;
  font-size: 20px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
}
.inside-case-show .item-3 .box .txt {
  color: #666;
  font-size: 15px;
  height: 24px;
  overflow: hidden;
}
.inside-case-show .item-3 .box:hover .pic img {
  transform: scale(1.1);
}
.inside-case-show .item-3 .box:hover .tit {
  color: #0a4899;
}
@media (max-width: 1000px) {
  .inside-case-show .item-3 {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .inside-case-show .item-3 .box {
    height: auto;
  }
  .inside-case-show .item-3 .box .pic {
    width: 100%;
    float: none;
  }
  .inside-case-show .item-3 .box .txtbox {
    text-align: center;
    width: 100%;
    float: none;
    padding: 20px;
  }
}
.inside-case-show .item-4 {
  padding-bottom: 100px;
}
.inside-case-show .item-4 li {
  font-size: 16px;
  line-height: 26px;
  padding: 25px 10px;
  transition: all 500ms ease;
  border-bottom: solid 1px #e3e3e3;
}
.inside-case-show .item-4 li:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.inside-case-show .item-4 li:first-child {
  border-top: solid 1px #e3e3e3;
}
.inside-case-show .item-5 {
  padding-bottom: 80px;
  background: #f6f6f6;
}
.inside-case-show .item-5 ul {
  margin: 0 -17px;
}
.inside-case-show .item-5 li {
  float: left;
  width: 33.333%;
  padding: 0 17px;
  text-align: center;
}
.inside-case-show .item-5 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-case-show .item-5 li .pic img {
  transition: all 700ms ease;
}
.inside-case-show .item-5 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 53%;
}
.inside-case-show .item-5 li .tit {
  margin-top: 20px;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
  color: #333333;
}
.inside-case-show .item-5 li:hover .pic img {
  transform: scale(1.1);
}
.inside-case-show .item-5 li:hover .tit {
  color: #0a4899;
}
@media (max-width: 1000px) {
  .inside-case-show .item-5 {
    padding-bottom: 50px;
  }
  .inside-case-show .item-5 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-case-show .item-5 li {
    padding: 0 10px;
  }
}
@media (max-width: 420px) {
  .inside-case-show .item-5 li {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .inside-case-show .item-5 li:first-child {
    margin-top: 0;
  }
}
.font44 {
  font-size: 44px;
  color: #fff;
  line-height: 54px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .font44 {
    font-size: 30px;
    line-height: 40px;
  }
}
.inside-about {
  color: #fff;
  font-size: 15px;
}
.inside-about .font15 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
.inside-about .box {
  width: 50%;
  padding-top: 200px;
}
.inside-about .list {
  padding-bottom: 70px;
  padding-top: 70px;
}
.inside-about .list ul {
  width: 120%;
  margin-left: -40px;
}
.inside-about .list li {
  width: 25%;
  float: left;
  padding: 0 40px;
  border-left: solid 1px #3b6dad;
}
.inside-about .list li p:first-child {
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
}
.inside-about .list li p {
  opacity: 0.8;
  margin-top: 30px;
}
.inside-about .list li p:last-child {
  font-size: 14px;
}
.inside-about .list li span {
  font-size: 82px;
  font-family: "DINPro-Light_0";
}
.inside-about .list li:first-child {
  border-left: 0;
}
@media (max-width: 1380px) and (max-height: 780px) {
  .inside-about .box {
    padding-top: 12%;
  }
  .inside-about .list li {
    padding: 0;
    text-align: center;
  }
  .inside-about .list li span {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .inside-about .font15 {
    margin-top: 10px;
  }
  .inside-about .box {
    width: 100%;
    float: none;
    padding-top: 150px;
  }
  .inside-about .list {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .inside-about .list ul {
    width: 100%;
    margin-left: 0;
  }
  .inside-about .list li {
    text-align: center;
    padding: 0 15px;
  }
  .inside-about .list li span {
    font-size: 30px;
  }
  .inside-about img {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-about .list li {
    width: 50%;
    margin-top: 20px;
  }
  .inside-about .list li:nth-child(3) {
    border-left: 0;
  }
}
.inside-about-2 .leftbox {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  padding-right: 110px;
  padding-bottom: 30px;
  border-right: solid 1px #e3e3e3;
}
.inside-about-2 .bt {
  padding-bottom: 80px;
  border-bottom: solid 1px #e3e3e3;
}
.inside-about-2 .bt .cn {
  font-size: 36px;
  line-height: 46px;
  color: #333;
  font-weight: 700;
}
.inside-about-2 .bt .en {
  font-family: arial;
  font-size: 16px;
}
.inside-about-2 .txt {
  color: #333;
  margin-top: 40px;
}
.inside-about-2 .rightbox {
  width: 40%;
  float: right;
}
@media (max-width: 1600px) {
  .inside-about-2 .leftbox {
    line-height: 24px;
    padding-right: 50px;
  }
  .inside-about-2 .bt {
    padding-bottom: 30px;
  }
  .inside-about-2 .bt .cn {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .inside-about-2 {
    padding: 70px 0;
  }
  .inside-about-2 .leftbox {
    width: 100%;
    float: none;
    border-right: 0;
    padding-right: 0;
    text-align: justify;
  }
  .inside-about-2 .bt {
    padding-bottom: 50px;
  }
  .inside-about-2 .bt .cn {
    font-size: 20px;
    line-height: 34px;
  }
  .inside-about-2 .rightbox {
    width: 100%;
    float: none;
  }
}
.inside-fzcl .font44 {
  color: #333;
}
.inside-fzcl .txt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
  padding-bottom: 80px;
  border-bottom: solid 1px #e3e3e3;
}
.inside-fzcl .scroll {
  padding: 120px 0 150px 0;
  border-bottom: solid 1px #e3e3e3;
}
.inside-fzcl .item {
  padding: 0 20px;
  text-align: center;
}
.inside-fzcl .item .year {
  color: #0a4899;
  line-height: 60px;
}
.inside-fzcl .item .year span {
  font-size: 60px;
  font-family: "DIN-Medium";
}
.inside-fzcl .item .nr {
  font-size: 16px;
  color: #333;
  height: 72px;
  overflow: hidden;
}
.inside-fzcl .slick-dots {
  bottom: 70px;
}
.inside-fzcl .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border: solid 2px #0a4899;
  background: none;
}
.inside-fzcl .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #0a4899;
}
@media (max-width: 1600px) {
  .inside-fzcl .scroll {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .inside-fzcl .item .year {
    line-height: 40px;
  }
  .inside-fzcl .item .year span {
    font-size: 40px;
  }
  .inside-fzcl .item .nr {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .inside-fzcl {
    padding: 50px 0;
  }
  .inside-fzcl .txt {
    padding-bottom: 40px;
  }
  .inside-fzcl .scroll {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.inside-hzhb .font44 {
  color: #333;
}
.inside-hzhb .container {
  position: relative;
}
.inside-hzhb .list-menu {
  top: 0;
  right: 0;
  height: 44px;
  line-height: 44px;
  width: 450px;
  background: #f1f1f1;
  position: absolute;
}
.inside-hzhb .list-menu span {
  display: block;
  width: 50%;
  float: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.inside-hzhb .list-menu .active {
  color: #fff;
  background: #0a4899;
}
.inside-hzhb .tabcot {
  margin-top: 45px;
  display: none;
}
.inside-hzhb .tabcot li {
  width: 16.6%;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  border: solid 1px #e5e5e5;
}
.inside-hzhb .tabcot li:after {
  content: "";
  display: block;
  padding-bottom: 47%;
}
.inside-hzhb .tabcot li img {
  opacity: 0.5;
  transition: all 500ms ease;
  webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.inside-hzhb .tabcot li:hover img {
  opacity: 1;
  webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  .inside-hzhb .tabcot li:after {
    padding-bottom: 30%;
  }
}
@media (max-width: 1199px) {
  .inside-hzhb {
    padding: 50px 0 60px 0;
  }
  .inside-hzhb .list-menu {
    top: auto;
    right: auto;
    width: auto;
    margin-top: 20px;
    position: relative;
  }
  .inside-hzhb .list-menu span {
    font-size: 16px;
  }
  .inside-hzhb .tabcot li {
    width: 25%;
  }
}
.inside-job .font44 {
  color: #333;
}
.inside-job .font44 span {
  float: right;
  width: 35%;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}
.inside-job ul {
  padding-top: 25px;
}
.inside-job li {
  margin-top: 25px;
  background: #fff;
  height: 70px;
  font-size: 18px;
  padding: 0 45px;
  line-height: 70px;
  overflow: hidden;
  transform: all 700ms 0.7;
}
.inside-job li a {
  color: #000;
  display: block;
  position: relative;
}
.inside-job li a:after {
  content: "";
  width: 25px;
  height: 25px;
  right: 0;
  top: 20px;
  position: absolute;
  background: url(../image/job-arrow.png) no-repeat;
}
.inside-job li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}
@media (max-width: 1600px) {
  .inside-job li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 15px;
  }
  .inside-job .font44 span {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .inside-job {
    padding: 50px 0;
  }
  .inside-job .font44 span {
    width: 100%;
    float: none;
    display: block;
    line-height: 20px;
    margin-top: 10px;
  }
  .inside-job li {
    font-size: 16px;
    padding: 0 20px;
  }
  .inside-job li a {
    padding-right: 30px;
  }
}
.active .inside-about .font44 {
  animation: fadeInUp2 1.5s ease;
}
.active .inside-about .font15 {
  animation: fadeInUp2 1.7s ease;
}
.active .inside-about .list {
  animation: fadeInUp2 1.7s ease;
}
.active .inside-about img {
  animation: fadeInUp2 2s ease;
  margin-top: 40px;
}
.active .inside-about-2 .leftbox {
  animation: fadeInLeft2 1.5s ease;
}
.active .inside-about-2 .rightbox {
  animation: fadeInRight2 1.5s ease;
}
.active .inside-fzcl .font44 {
  animation: fadeInUp2 1.5s ease;
}
.active .inside-fzcl .txt {
  animation: fadeInUp2 1.7s ease;
}
.active .inside-fzcl .scroll {
  animation: fadeInUp2 2s ease;
}
.active .inside-hzhb .font44 {
  animation: fadeInUp2 1.5s ease;
}
.active .inside-hzhb .tabcot li img {
  animation: zoomIn 2s ease;
}
.active .inside-job .font44 {
  animation: fadeInUp2 1.5s ease;
}
.active .inside-job ul {
  animation: fadeInUp2 1.5s ease;
}
.active .inside-contact .font44 {
  animation: fadeInUp2 1.5s ease;
}
.active .inside-contact .tag {
  animation: fadeInUp2 1.7s ease;
}
.active .inside-contact li {
  animation: fadeInUp2 1.7s ease;
}
.inside-contact .item {
  width: 40%;
  float: left;
  color: #fff;
  padding-left: 13%;
  padding-top: 10%;
}
.inside-contact .tag {
  width: 75%;
  font-size: 15px;
  margin-top: 20px;
  padding-bottom: 50px;
  border-bottom: solid 1px #3769ac;
}
.inside-contact ul {
  padding-top: 20px;
}
.inside-contact li {
  font-size: 15px;
  margin-top: 25px;
}
.inside-contact li span {
  font-size: 36px;
  line-height: 40px;
  font-family: "DIN-Medium";
}
.inside-contact li a {
  color: #fff;
}
.inside-contact .wx {
  margin-top: 90px;
}
.inside-contact .contact-map {
  width: 60%;
  z-index: 1;
  float: left;
  height: 100vh;
  position: relative;
}
.inside-contact .contact-map em {
  font-style: normal;
  font-size: 16px;
  color: #444;
  width: 200px;
}
.inside-contact .contact-map img {
  width: auto;
}
.inside-contact .contact-map #l-map {
  width: 100%;
  height: 100%;
}
.inside-contact .BMap_shadow,
.inside-contact .BMap_shadow img,
.inside-contact .BMap_shadow div {
  display: none;
}
@media (max-width: 1600px) {
  .inside-contact .item {
    padding-left: 5%;
    padding-top: 7%;
  }
  .inside-contact li {
    margin-top: 10px;
  }
  .inside-contact .wx {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .inside-contact .item {
    width: 100%;
    float: none;
    padding: 50px 20px;
  }
  .inside-contact .item .tag {
    width: 100%;
  }
  .inside-contact .item li {
    margin-top: 10px;
  }
  .inside-contact .item li span {
    font-size: 24px;
  }
  .inside-contact .contact-map {
    display: none;
  }
}
.inside-job-show .container {
  max-width: 1200px;
  width: 100%;
}
.inside-job-show h1 {
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}
.inside-job-show .button {
  width: 158px;
  color: #fff;
  height: 40px;
  line-height: 38px;
  border-radius: 30px;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  background: #0a4899;
  display: inline-block;
}
.inside-job-show .button img {
  margin: 13px 0 0 10px;
}
.inside-job-show .button:hover {
  background: #f08200;
}
.inside-job-show .font16 {
  font-size: 17px;
  margin-bottom: 10px;
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 300px;
  height: 100%;
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: #0a4899;
  background: rgba(10, 72, 153, 0.95);
}
.phone-nav .list-menu {
  padding-top: 100px;
}
.phone-nav .list-menu li {
  font-size: 18px;
  position: relative;
  line-height: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #fff;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #fff;
  font-size: 28px;
  width: 38px;
  height: 38px;
  opacity: 0.7;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: "+";
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  padding: 0px 0px 0 20px;
}
/**********IE8***********/
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../image/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../image/closed.png) no-repeat center center;
  cursor: pointer;
}
/****************新增导航下拉****************/
.header .nav li .subnav2 {
  top: 100px;
  width: 200px;
  z-index: 9999;
  left: 50%;
  display: none;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-left: -100px;
}
.header .nav li .subnav2 a {
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
}
.header .nav li .subnav2 a:hover {
  color: #e8e8e8;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  background: rgba(10, 72, 153, 0.8);
}

.header .nav li .subnav2 .navpro {
    position:relative;
}

.header .nav li .subnav2 .navpro:hover .subnavpro{
    display: block;
}

.header .nav li .subnav2 .subnavpro {
    position: absolute;
    display: none;
    left: 200px;
    top: 0px;
    width: 200px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}

.header .nav li .subnav2 .subnavpro a{
    padding:0 20px;
}

.dw {
    top: -60px;
    z-index: -1;
    position: absolute;
}


.header .nav .subnav3 {
  top: 100px;
  left: 50%;
  z-index: 9;
  width: 900px;
  display: none;
  margin-left: -450px;
  position: absolute;
  padding-bottom: 46px;
  background: rgba(255, 255, 255, 0.8);
}

.header .nav .subnav3 .navpro {
    width:25%;
    float:left;
    overflow:hidden;
    padding: 20px 0;
}

    .header .nav .subnav3 .navpro .subnavpro {
        text-align:left;
        padding: 0 10px;
    }

.header .nav .subnav3 .navpro a {
    color: #000;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
}

.header .nav .subnav3 .navpro a:hover {
  color: #fff;
  background: rgba(10, 72, 153, 0.8);
}

@media (max-width:580px ) {
	.inside-product .proright{
		width:90%;
	}
	.inside-product-show .item-1 .left h1,
	.inside-product-show .bt{
		font-size:20px;
	}
	.inside-product-show .item-3 li .pic{
		width:100%;
		float:none;
	}
	.inside-product-show .item-3 li .txtbox{
		width:100%;
		float:none;
		padding-left:0;
	}
	.inside-product-show .item-4 li .tit{
		font-weight: normal;
	}
}

.fp-table{position:relative;}
.maodian{ top: -70px; z-index: -1; position: absolute;}
