@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;
}
body {
  color: #616161;
  font-size: 14px;
  line-height: 24px;
  min-width: 1259px;
  max-width: 1920px;
  margin: 0 auto;
  font-family: arial, "microsoft yahei";
  font-family: "Noto Sans CJK SC Light", "Source Han Sans CN Light", "Microsoft YaHei", "arial";
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #0072ce;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  vertical-align: top;
}
@media (max-width: 1400px) {
  img {
    max-width: 100%;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
/*Ã¦Â¸â€¦Ã¦Â¥Å¡Ã¦ÂµÂ®Ã¥Å Â¨*/
.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;
}
@font-face {
  font-family: "DINPro-Light_0";
  src: url("../fonts/DINPro-Light_0.woff2") format("woff2"), url("../fonts/DINPro-Light_0.woff") format("woff"), url("../fonts/DINPro-Light_0.ttf") format("truetype"), url("../fonts/DINPro-Light_0.eot") format("embedded-opentype"), url("../fonts/DINPro-Light_0.svg") format("svg");
}
@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/DIN-BOLD.woff2") format("woff2"), url("../fonts/DIN-BOLD.woff") format("woff"), url("../fonts/DIN-BOLD.ttf") format("truetype"), url("../fonts/DIN-BOLD.eot") format("embedded-opentype"), url("../fonts/DIN-BOLD.svg") format("svg");
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.eot") format("embedded-opentype"), url("../fonts/DIN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-Regular";
  src: url(../fonts/SourceHanSansSC-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-Medium";
  src: url(../fonts/SourceHanSansSC-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1100px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mymove1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 26px;
  position: absolute;
}
.header .logo {
  left: -60px;
  position: relative;
  display: inline-block;
}
.header .logo .ph {
  display: none;
}
.header .rightbox {
  float: right;
  padding-right: 140px;
}
.header .info {
  color: #fff;
  margin-bottom: 10px;
  text-align: right;
}
.header .info span {
  opacity: 0.6;
  padding: 0 6px;
  display: inline-block;
  transition: all 500ms ease;
}
.header .info a {
  color: #fff;
  display: inline-block;
}
.header .info span:hover {
  opacity: 1;
}
.header .info .mail {
  padding-right: 0;
}
.header .info .mail .icon {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  vertical-align: top;
  display: inline-block;
}
.header .info .language {
  margin-left: 10px;
  position: relative;
}
.header .info .language:before {
  content: "";
  width: 1px;
  height: 16px;
  left: -7px;
  top: 5px;
  position: absolute;
  background: rgba(255, 255, 255, 0.42);
}
.header .info .language .icon {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 0;
  vertical-align: top;
  display: inline-block;
}
.header .tel {
  float: right;
  font-family: arial;
  display: inline-block;
  font-size: 24px;
  color: #fff;
}
.header .tel .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-right: 10px;
  margin-top: 1px;
  vertical-align: top;
  display: inline-block;
}
.header .pos {
  right: 130px;
  top: 23px;
  position: absolute;
}
.header .pos-2 {
  top: 56px;
}
@media (max-width: 1440px) {
  .header .logo {
    left: 0;
  }
  .header .pos {
    right: 30px;
  }
  .header .rightbox {
    padding-right: 0;
  }
  .header .tel {
    font-size: 20px;
  }
}
.nav li {
  float: left;
  margin-left: 70px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1440px) {
  .nav li {
    font-size: 16px;
  }
}
.nav li > a {
  color: #fff;
  display: block;
  padding-top: 33px;
}
.nav li .subanv {
  width: 120px;
  top: 60px;
  left: 50%;
  display: none;
  padding: 20px 5px 20px 30px;
  border-radius: 5px;
  text-align: left;
  transform: translateX(-50%);
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.nav li .subnavpro {
  width: 190px;
  padding-left: 30px;
}
.nav li .subanv:before {
  content: "";
  left: 50%;
  top: -5px;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 6px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.nav li .subanv a {
  color: #333;
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
.nav li .subanv a:hover {
  color: #0d4f9d;
}
.nav li:hover > a,
.nav .active > a {
  font-weight: bold;
}
.nav li:hover .subanv,
.nav .active .subanv {
  display: block;
}
@media (max-width: 1440px) {
  .nav {
    padding-right: 150px;
  }
  .nav li {
    margin-left: 28px;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  height: 93px;
  padding-top: 13px;
  z-index: 99999;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 5px #ccc;
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  -webkit-animation: 2s dong;
  animation: 2s dong;
}
.fixed .nav li a {
  color: #333;
}
.fixed .info {
  margin-bottom: 0;
  color: #0d4f9d;
}
.fixed .info a {
  color: #0d4f9d;
}
.fixed .info .language .icon,
.fixed .info .mail .icon {
  fill: #0d4f9d;
}
.fixed .tel {
  color: #0d4f9d;
}
.fixed .tel .icon {
  fill: #0d4f9d;
}
.fixed .logo .pc {
  display: none;
}
.fixed .logo .ph {
  display: inline-block;
}
.banner {
  width: 100%;
  display: block;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner .pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner .pic span {
  display: block;
  height: 100vh;
  position: relative;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .slick-active span img {
  animation: 3s mymove1 alternate linear;
}
.banner:after {
  content: "";
  width: 51px;
  height: 51px;
  bottom: 50px;
  z-index: 9;
  position: absolute;
  animation: 1.5s fadeInDown2 ease infinite;
  background: url(../images/barrow.png) no-repeat center center;
}
.banner .slick-prev,
.banner .slick-next {
  width: 32px;
  height: 65px;
  border: 0;
  margin-top: -32px;
}
.banner .slick-prev {
  left: 0;
  background: url(../images/left-arrow.png) no-repeat;
}
.banner .slick-next {
  right: 0;
  background: url(../images/right-arrow.png) no-repeat;
}
.index-search {
  width: 100%;
  height: 130px;
  z-index: 9;
  color: #fff;
  padding: 28px 0;
  position: relative;
  background: #0d4f9d;
}
.index-search li:first-child {
  width: 30%;
}
.index-search li {
  float: left;
}
.index-search li .hotsc {
  margin: 5px 0;
  font-size: 16px;
}
.index-search li .hotsc img {
  max-height: 20px;
  margin: 3px 5px 0 0;
}
.index-search li a {
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
  padding-right: 15px;
  display: inline-block;
}
.index-search li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.index-search .search {
  padding: 0 60px;
  height: 74px;
  width: 30%;
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.36);
  border-right: solid 1px rgba(255, 255, 255, 0.36);
}
.index-search .search a {
  right: 55px;
  top: 26px;
  position: absolute;
  opacity: 1;
}
.index-search .search a img {
  max-height: 20px;
}
.index-search .search input {
  width: 100%;
  height: 40px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 14px;
  margin-top: 17px;
  font-family: "微软雅黑";
  border-top: solid 1px rgba(255, 255, 255, 0.36);
  border-bottom: solid 1px rgba(255, 255, 255, 0.36);
}
.index-search .search ::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.index-search .search :-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.index-search .search ::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.index-search .search :-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.index-search .tag {
  width: 40%;
  padding-left: 50px;
}
.index-search .tag .txt {
  margin-top: 15px;
}
.index-search .tag .txt span {
  height: 32px;
  line-height: 32px;
  max-width: 118px;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 1440px) {
  .index-search .tag .txt span {
    font-size: 14px;
  }
}
.index-search .tag .txt span:hover {
  color: #0d4f9d;
  background: #fff;
}
.index-search .tag .txt span:first-child {
  margin-left: 0;
}
@media (max-width: 1440px) {
  .index-search .tag .txt span {
    max-width: 90px;
  }
}
.index-title {
  padding-top: 90px;
  position: relative;
}
.index-title .en {
  font-size: 56px;
  line-height: 60px;
  font-family: "DINPro-Light_0";
}
.index-title .cn {
  color: #333;
  margin-top: 5px;
  font-size: 36px;
  line-height: 46px;
  font-family: "SourceHanSansSC-Medium";
}
.index-title .cn:after {
  content: "";
  width: 187px;
  height: 1px;
  margin-left: 16px;
  vertical-align: middle;
  background: #c5c6c9;
  display: inline-block;
}
@media (max-width: 1440px) {
  .index-title .en {
    font-size: 30px;
    line-height: 30px;
  }
  .index-title .cn {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-title span {
  top: 90px;
  right: 0;
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
  position: absolute;
}
.index-case {
  overflow: hidden;
  padding-bottom: 35px;
  background: url(../images/case-bg.jpg) no-repeat center bottom;
}
.index-case .submenu {
  height: 130px;
  padding: 0 65px;
  margin-top: 60px;
  position: relative;
  background: #f6f6f6;
}
.index-case .submenu:after {
  content: "";
  height: 1px;
  bottom: 15px;
  left: 50%;
  max-width: 1300px;
  width: 100%;
  background: #dbdbdb;
  position: absolute;
  transform: translateX(-50%);
}
.index-case .submenu .item {
  cursor: pointer;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.index-case .submenu .item:after {
  content: "";
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #0080d8;
  transition: all 500ms ease;
}
.index-case .submenu .item .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.index-case .submenu .item .tit {
  color: #333;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .index-case .submenu .item .tit {
    font-size: 15px;
  }
}
.index-case .submenu .item .icon-1 {
  background: url(../images/case-icon-1.png) no-repeat center center;
}
.index-case .submenu .item .icon-2 {
  background: url(../images/case-icon-2.png) no-repeat center center;
}
.index-case .submenu .item .icon-3 {
  background: url(../images/case-icon-3.png) no-repeat center center;
}
.index-case .submenu .item .icon-4 {
  background: url(../images/case-icon-4.png) no-repeat center center;
}
.index-case .submenu .item .icon-5 {
  background: url(../images/case-icon-5.png) no-repeat center center;
}
.index-case .submenu .item .icon-6 {
  background: url(../images/case-icon-6.png) no-repeat center center;
}
.index-case .submenu .item .icon-7 {
  background: url(../images/case-icon-7.png) no-repeat center center;
}
.index-case .submenu .item .icon-8 {
  background: url(../images/case-icon-8.png) no-repeat center center;
}
.index-case .submenu .item .icon-9 {
  background: url(../images/case-icon-9.png) no-repeat center center;
}
.index-case .submenu .slick-current .item:after {
  height: 4px;
}
.index-case .submenu .slick-current .tit {
  color: #0d4f9d;
}
.index-case .submenu .slick-current .icon-1 {
  background: url(../images/case-icon-1-h.png) no-repeat center center;
}
.index-case .submenu .slick-current .icon-2 {
  background: url(../images/case-icon-2-h.png) no-repeat center center;
}
.index-case .submenu .slick-current .icon-3 {
  background: url(../images/case-icon-3-h.png) no-repeat center center;
}
.index-case .submenu .slick-current .icon-4 {
  background: url(../images/case-icon-4-h.png) no-repeat center center;
}
.index-case .submenu .slick-current .icon-5 {
  background: url(../images/case-icon-5-h.png) no-repeat center center;
}
.index-case .submenu .slick-current .icon-6 {
  background: url(../images/case-icon-6-h.png) no-repeat center center;
}
.index-case .submenu .slick-current .icon-7 {
  background: url(../images/case-icon-7-h.png) no-repeat center center;
}
.index-case .submenu .slick-current .icon-8 {
  background: url(../images/case-icon-8-h.png) no-repeat center center;
}
.index-case .prolist {
  margin-top: 50px;
}
.index-case .prolist .box ul {
  margin: 0 -15px;
}
.index-case .prolist .box li {
  float: left;
  margin-bottom: 40px;
  padding: 0 15px;
  width: 33.333%;
}
.index-case .prolist .box li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-case .prolist .box li .pic {
  transition: all 700ms ease;
  border: solid 1px #e0e0e0;
  overflow: hidden;
  position: relative;
}
.index-case .prolist .box li .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.9%;
}
.index-case .prolist .box li .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.index-case .prolist .box li .tit {
  font-size: 22px;
  color: #333;
  height: 24px;
  overflow: hidden;
  margin: 30px 0 15px 0;
}
@media (max-width: 1440px) {
  .index-case .prolist .box li .tit {
    font-size: 16px;
  }
}
.index-case .prolist .box li .txt {
  color: #7a7a7a;
  font-size: 16px;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .index-case .prolist .box li .txt {
    font-size: 14px;
  }
}
.index-case .prolist .box li .more {
  margin-top: 25px;
  line-height: 32px;
  color: #0196dc;
}
.index-case .prolist .box li .more img {
  margin-left: 15px;
  display: inline-block;
  animation: 2s rotate ease infinite;
}
.index-case .prolist .box li:hover .tit {
  color: #0d4f9d;
}
.index-case .prolist .box li:hover .pic {
  border: solid 1px #0d4f9d;
}
.index-case .prolist .box li:hover .pic img {
  transform: scale(1.05);
}
.index-product {
  overflow: hidden;
  background: url(../images/pro-bg.jpg) no-repeat top center #f3f4f8;
}
.index-product .scroll {
  margin: 0 -20px;
  padding-top: 146px;
  padding-bottom: 200px;
}
.index-product .item:hover {
  background: #0d4f9d;
}
.index-product .item:hover .pic img {
  transform: scale(1.05);
}
.index-product .item {
  margin: 0 20px;
  padding: 6px;
  background: #0d4f9d;
  background: linear-gradient(to right, #0e5bab, #0e73bb);
}
.index-product .item a {
  color: #fff;
}
.index-product .item .txtbox {
  padding: 30px;
}
.index-product .item .pic {
  transition: all 700ms ease;
  overflow: hidden;
  position: relative;
}
.index-product .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 112.9%;
}
.index-product .item .pic img {
  transform-origin: top center;
  transition: all 1000ms ease;
}
.index-product .item .tit {
  font-size: 30px;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  text-align: center;
  font-family: "SourceHanSansSC-Medium";
}
@media (max-width: 1440px) {
  .index-product .item .tit {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
  }
}
.index-product .item .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .index-product .item .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.index-product .item .txt span {
  display: block;
  height: 30px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .index-product .item .txt span {
    height: 24px;
  }
}
.index-product .slick-dots {
  bottom: 100px;
}
.index-product .slick-dots li button {
  width: 28px;
  height: 27px;
  margin: 0 3px;
  transition: all 700ms ease;
  background: url(../images/dot.png) no-repeat center center;
}
.index-product .slick-dots li.slick-active button {
  background: url(../images/doth.png) no-repeat center center;
}
.index-about {
  overflow: hidden;
  height: 867px;
  background: url(../images/about-bg.jpg) no-repeat top center;
  position: relative;
  padding-top: 125px;
}
.index-about .container {
  height: 100%;
  position: relative;
}
.index-about .blue {
  position: relative;
  font-size: 44px;
  color: #474747;
  line-height: 54px;
  margin-bottom: 20px;
  font-family: "SourceHanSansSC-Medium";
}
.index-about .font20 {
  font-size: 20px;
  color: #474747;
  margin-bottom: 20px;
}
.index-about .txt {
  padding-top: 20px;
}
.index-about .more {
  margin-top: 70px;
}
.index-about .more a {
  width: 200px;
  height: 55px;
  display: block;
  line-height: 53px;
  color: #179fdf;
  border-radius: 30px;
  padding: 0 7px 0 30px;
  border: solid 1px #179fdf;
  transition: all 500ms ease;
}
.index-about .more img {
  float: right;
  margin-top: 5px;
  animation: 2s rotate ease infinite;
}
.index-about .more:hover a {
  color: #0d4f9d;
  border-color: #0d4f9d;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .index-about .more {
    margin-top: 30px;
  }
  .index-about .more a {
    height: 40px;
    width: 160px;
    line-height: 38px;
  }
  .index-about .more a img {
    max-height: 30px;
  }
}
@media (max-width: 1440px) {
  .index-about .blue {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .index-about .font20 {
    font-size: 15px;
  }
}
.index-about .leftext {
  width: 49%;
  float: left;
  padding-left: 85px;
  position: relative;
  padding-top: 10px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .index-about .leftext {
    width: 52%;
    font-size: 14px;
    line-height: 24px;
  }
}
.index-about .rightpic {
  width: 45%;
  float: right;
  right: 0;
  top: 0;
  position: absolute;
}
.index-about ul {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  position: absolute;
  background: #0d77be;
}
.index-about ul li {
  width: 20%;
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}
.index-about ul li:before {
  content: "";
  height: 88px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  border-left: dashed 1px rgba(255, 255, 255, 0.28);
}
.index-about ul li span {
  display: block;
  margin-bottom: 15px;
  background: url(../images/about-08.png) no-repeat center bottom;
}
.index-about ul li span img {
  transition: all 700ms ease;
}
.index-about ul li a {
  display: block;
  color: #fff;
}
.index-about ul li:first-child:before {
  border-left: 0;
}
.index-about ul li:hover span {
  background: none;
}
.index-about ul li:hover span img {
  transform: rotateY(180deg);
}
.index-honor .slick-prev,
.index-honor .slick-next {
  width: 20px;
  height: 48px;
  border: 0;
  transition: all 500ms ease;
}
.index-honor .slick-prev {
  left: -20px;
  background: url(../images/arrow-1.png) no-repeat center center #adadad;
}
.index-honor .slick-prev:hover {
  background-color: #0d4f9d;
}
.index-honor .slick-next {
  right: -20px;
  background: url(../images/arrow-2.png) no-repeat center center #adadad;
}
.index-honor .slick-next:hover {
  background-color: #0d4f9d;
}
.index-box {
  padding: 90px 0;
}
.index-box .title {
  color: #333;
  font-size: 20px;
}
.index-box .title img {
  margin: 5px 10px 0 0;
}
.index-box .title a {
  float: right;
  width: 18px;
  height: 18px;
  color: #fff;
  font-weight: lighter;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  background: #adadad;
  display: inline-block;
}
.index-box .title a:hover {
  color: #fff;
  background: #0d4f9d;
}
.index-box .team {
  width: 63%;
  float: left;
  padding: 20px 25px 0 25px;
  height: 550px;
  border: solid 1px #e1e1e1;
}
@media (max-width: 1440px) {
  .index-box .team {
    height: 440px;
  }
}
.index-box .team .tit {
  font-size: 18px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  overflow: hidden;
  background: #f4f4f4;
}
@media (max-width: 1440px) {
  .index-box .team .tit {
    font-size: 16px;
  }
}
.index-box .team .pic {
  border: solid 2px #ebebeb;
  transition: all 500ms ease;
  position: relative;
}
.index-box .team .pic:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.index-box .team .item {
  margin: 0 6px;
}
.index-box .team .scroll {
  margin: 0 15px;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .index-box .team {
    height: 410px;
  }
}
.index-box .jishu {
  width: 35.2%;
  float: right;
  height: 550px;
  padding: 20px 30px 0 30px;
  border: solid 1px #e1e1e1;
}
@media (max-width: 1440px) {
  .index-box .jishu {
    height: 410px;
  }
}
.index-box .jishu .scroll {
  margin-top: 20px;
}
.index-box .jishu .scroll a {
  display: block;
}
.index-box .jishu .scroll a:hover .pic img {
  transform: scale(1.05);
}
.index-box .jishu .scroll a:hover .tit {
  color: #fff;
  background: #0d4f9d;
}
.index-box .jishu .scroll .pic {
  overflow: hidden;
  position: relative;
}
.index-box .jishu .scroll .pic img {
  transition: all 700ms ease;
}
.index-box .jishu .scroll .pic:after {
  content: "";
  display: block;
  padding-bottom: 78.5%;
}
.index-box .jishu .scroll .pic:hover img {
  transform: scale(1.05);
}
.index-box .jishu .scroll .tit {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  background: #f4f4f4;
  transition: all 334ms ease;
}
.index-box .jishu .slick-prev,
.index-box .jishu .slick-next {
  border: 0;
  width: 27px;
  height: 27px;
  top: auto;
  bottom: 71px;
  margin-top: auto;
}
.index-box .jishu .slick-prev {
  right: 0;
  left: auto;
  background: url(../images/arrow-left-1.png) no-repeat center center #dedee0;
}
.index-box .jishu .slick-prev:hover {
  background: url(../images/arrow-left-1-h.png) no-repeat center center #4a4f63;
}
.index-box .jishu .slick-next {
  right: -28px;
  background: url(../images/arrow-right-2.png) no-repeat center center #dedee0;
}
.index-box .jishu .slick-next:hover {
  background: url(../images/arrow-right-2-h.png) no-repeat center center #4a4f63;
}
.index-new-box {
  padding-bottom: 100px;
  background: url(../images/news-bg.jpg) no-repeat top center;
}
.index-new-box .index-title {
  text-align: center;
}
.index-new-box .index-title .cn:after {
  display: none;
}
.index-new-box .leftbox {
  width: 71%;
  float: left;
  min-height: 500px;
}
.index-new-box .leftbox .f-l {
  float: left;
}
.index-new-box .leftbox .f-r {
  float: right;
}
.index-new-box .leftbox .item {
  margin-top: 65px;
  width: 47%;
}
.index-new-box .leftbox .item .top .picbox {
  position: relative;
}
.index-new-box .leftbox .item .top .picbox:hover .pic img {
  transform: scale(1.05);
}
.index-new-box .leftbox .item .top .infobox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 10px;
  z-index: 1;
  position: absolute;
}
.index-new-box .leftbox .item .top .bk {
  height: 152px;
  border: solid 1px rgba(255, 255, 255, 0.7);
}
.index-new-box .leftbox .item .top .bg {
  height: 116px;
  margin: 20px;
  padding: 9px;
  position: relative;
  background: rgba(3, 94, 220, 0.37);
}
@media (max-width: 1440px) {
  .index-new-box .leftbox .item .top .bg {
    margin: 0;
  }
}
.index-new-box .leftbox .item .top .bk-two {
  height: 98px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.index-new-box .leftbox .item .top .bk-two span {
  display: block;
}
.index-new-box .leftbox .item .top .bk-two span:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}
.index-new-box .leftbox .item .top .more {
  width: 50px;
  height: 15px;
  right: -14px;
  bottom: 23px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  background: #0361dc;
}
.index-new-box .leftbox .item .top .more img {
  vertical-align: middle;
}
.index-new-box .leftbox .item .top .pic {
  overflow: hidden;
  position: relative;
}
.index-new-box .leftbox .item .top .pic:after {
  content: "";
  display: block;
  padding-bottom: 36%;
}
.index-new-box .leftbox .item .top .pic img {
  transition: all 700ms ease;
}
.index-new-box .leftbox .item .top .txtbox {
  font-size: 16px;
  line-height: 30px;
  padding: 25px;
  background: #fcfcfc;
}
.index-new-box .leftbox .item .top .txtbox:hover .tit {
  color: #0d4f9d;
}
.index-new-box .leftbox .item .top .tit {
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  color: #333;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .index-new-box .leftbox .item .top .tit {
    font-size: 16px;
  }
}
.index-new-box .leftbox .item .top .tit span {
  float: right;
  font-size: 14px;
  padding-left: 40px;
  display: inline-block;
  font-family: arial;
  font-weight: normal;
}
.index-new-box .leftbox .item .top .txt {
  color: #666;
  margin-top: 15px;
  height: 60px;
  overflow: hidden;
}
.index-new-box .leftbox .item .bottom li {
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  background: #f7f7f7;
  padding: 0 25px;
}
@media (max-width: 1440px) {
  .index-new-box .leftbox .item .bottom li {
    height: 50px;
    line-height: 50px;
  }
}
.index-new-box .leftbox .item .bottom li a {
  color: #333;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .index-new-box .leftbox .item .bottom li a {
    font-size: 14px;
  }
}
.index-new-box .leftbox .item .bottom li span {
  float: right;
  font-size: 14px;
  padding-left: 40px;
  display: inline-block;
  font-family: arial;
  font-weight: normal;
}
.index-new-box .leftbox .item .bottom li:hover a {
  color: #0d4f9d;
}
.index-new-box .leftbox .f-r .top .bk {
  border: 0;
}
.index-new-box .rightbox {
  width: 24%;
  float: right;
  margin-top: 65px;
}
.index-new-box .rightbox .title {
  font-size: 20px;
  color: #010101;
  padding-bottom: 25px;
  border-bottom: solid 1px #e5e5e5;
}
@media (max-width: 1440px) {
  .index-new-box .rightbox .title img {
    width: 40%;
  }
}
.index-new-box .rightbox .title a {
  color: #333;
  float: right;
  font-size: 14px;
}
.index-new-box .rightbox .title a:hover {
  color: #0d4f9d;
}
.index-new-box .rightbox li:first-child {
  border-top: 0;
}
.index-new-box .rightbox li {
  padding: 25px 0;
  border-top: dotted 1px #a5a5a5;
  transition: all 334ms ease;
  position: relative;
}
.index-new-box .rightbox li .ask {
  height: 24px;
  overflow: hidden;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  padding-left: 28px;
  position: relative;
}
.index-new-box .rightbox li .ask span {
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  color: #333;
  line-height: 17px;
  font-size: 12px;
  text-align: center;
  background: #e1e1e1;
  position: absolute;
  font-family: arial;
}
.index-new-box .rightbox li .answer {
  height: 72px;
  overflow: hidden;
  color: #4f4f4f;
  margin-top: 10px;
  position: relative;
  padding-left: 28px;
}
@media (max-width: 1440px) {
  .index-new-box .rightbox li .answer {
    height: 48px;
  }
}
.index-new-box .rightbox li .answer span {
  width: 17px;
  height: 17px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  background: #004c9f;
  top: 6px;
  left: 0;
  font-family: arial;
  position: absolute;
}
.index-new-box .rightbox li:hover .ask {
  color: #0d4f9d;
}
.footer {
  overflow: hidden;
  margin-top: -49px;
  background: url("../images/bg4.png") no-repeat top center;
}
.footer-top {
  padding: 153px 0 29px 0;
}
.footer-top ul {
  margin: 0 -35px;
}
.footer-top ul li {
  float: left;
  width: 15%;
  padding: 0 35px;
}
.footer-top ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top ul li ul {
  margin: 0;
}
.footer-top ul li ul li {
  width: 100%;
  padding: 0;
  float: none;
}
.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: 32px;
  background: url("../images/dot1.png") no-repeat center left;
  background-size: 17px;
  padding-left: 27px;
}
@media (max-width: 1440px) {
  .footer-top ul li ul li a {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  .footer-top ul li ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.footer-top ul li .link {
  top: 0;
  right: 30px;
  position: absolute;
}
.footer-top ul li .link a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 13px;
}
.footer-top ul li .link .wb {
  background: #ffffff url(../images/wb.png) no-repeat center center;
}
@media (min-width: 1025px) {
  .footer-top ul li .link .wb:hover {
    background: #ff8a00 url(../images/wb1.png) no-repeat center center;
  }
}
.footer-top ul li .link .wx {
  background: #ffffff url(../images/wx.png) no-repeat center center;
}
@media (min-width: 1025px) {
  .footer-top ul li .link .wx:hover {
    background: #ff8a00 url(../images/wxh.png) no-repeat center center;
  }
}
.footer-top ul li .link .qq {
  background: #ffffff url(../images/qq.png) no-repeat center center;
}
@media (min-width: 1025px) {
  .footer-top ul li .link .qq:hover {
    background: #ff8a00 url(../images/qq1.png) no-repeat center center;
  }
}
.footer-top .last {
  width: 30%;
  float: right;
  color: #fff;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.footer-top .last p:nth-child(2) {
  margin-top: 25px;
}
.footer-top .last p {
  width: 80%;
  font-size: 15px;
  margin-top: 10px;
}
.footer-top .last p img {
  margin-right: 10px;
}
.footer-top .last p span {
  padding-left: 78px;
  display: inline-block;
}
@media (max-width: 1440px) {
  .footer-top .last p span {
    padding-left: 68px;
  }
  .footer-top ul li ul li a {
    padding-left: 20px;
  }
}
.footer-top .last .ewm {
  right: 30px;
  top: 80px;
  position: absolute;
}
.footer-bottom span {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0 26px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.footer-bottom span img{width:30px;}
.footer-bottom span a{color:#fff}
@media (max-width: 1440px) {
  .footer-bottom span {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .footer-top .last {
    width: 38%;
  }
  .footer-top .last p {
    font-size: 12px;
    margin-top: 0;
  }
}
.inside-banner {
  width: 100%;
  display: block;
  height: 498px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.inside-banner .pic {
  width: 100%;
  height: 498px;
  overflow: hidden;
  position: relative;
}
.inside-banner .pic span {
  display: block;
  width: 1920px;
  left: 50%;
  height: 498px;
  position: relative;
  text-align: center;
  margin-left: -960px;
}
.inside-menu {
  height: 60px;
  z-index: 2;
  margin-top: -60px;
  position: relative;
  background: #0d4f9d;
  background: rgba(13, 79, 157, 0.92);
}
.inside-menu li {
  width: 20%;
  float: left;
  font-size: 18px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 60px;
  text-align: center;
}
.inside-menu li a {
  display: block;
  color: #fff;
}
.inside-menu li:first-child {
  border-left: 0;
}
.inside-menu li:hover,
.inside-menu .cur {
  border-color: #0d4f9d;
  background: #fff;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #0d4f9d;
}
.inside-search {
  height: 60px;
  overflow: hidden;
  border-bottom: solid 1px #ededed;
}
.inside-search .current {
  width: 45%;
  float: left;
  line-height: 59px;
  overflow: hidden;
}
.inside-search .current span {
  color: #0d4f9d;
}
.inside-search .current img {
  margin: 21px 7px 0 0;
}
.inside-search .search {
  float: right;
  max-width: 330px;
  width: 100%;
  position: relative;
  margin-top: 12px;
  text-align: right;
}
.inside-search .search input {
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 15px;
  padding-right: 70px;
  border: solid 1px #dadada;
}
.inside-search .search a {
  top: 0;
  right: 0;
  height: 36px;
  width: 55px;
  line-height: 36px;
  text-align: center;
  background: #0d4f9d;
  position: absolute;
}
.inside-search .search a img {
  margin-top: 5px;
  max-height: 24px;
}
.inside-search .search a:hover {
  background: #ff5c39;
}
.inside-wrap {
  background: url(../images/abg.jpg) no-repeat top center #ffffff;
}
.inside-title {
  margin-top: 110px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.inside-title .en {
  color: #f6f6f6;
  font-size: 86px;
  line-height: 90px;
  font-family: arial;
  font-weight: 700;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  text-transform: uppercase;
}
.inside-title .cn {
  color: #222;
  z-index: 1;
  font-size: 42px;
  line-height: 50px;
  position: relative;
  font-family: "SourceHanSansSC-Medium";
}
@media (max-width: 1440px) {
  .inside-title .en {
    font-size: 60px;
    line-height: 70px;
  }
  .inside-title .cn {
    font-size: 30px;
    line-height: 40px;
  }
}
.second-nav {
  text-align: center;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 5px;
  width: 150px;
  padding-bottom: 8px;
}
.second-nav ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: #e2e1e1;
  position: absolute;
  top: 13px;
  right: -7px;
}
.second-nav ul li:before {
  content: '';
  display: none;
  width: 100%;
  height: 8px;
  background: url("../images/down.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.second-nav ul li a {
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  display: block;
  color: #333333;
  font-size: 18px;
}
.second-nav ul li:hover:before {
  display: block;
}
.second-nav ul li:hover a {
  background: #d8d8d8;
  color: #fff;
}
.second-nav ul .active:before {
  display: block;
}
.second-nav ul .active a {
  background: #0080d8;
  color: #fff;
}
.second-nav ul li:nth-last-child(1):after {
  display: none;
}
.second-nav-2 {
  padding: 20px;
  margin-top: 15px;
  text-align: center;
  border-top: solid 2px #f7f7f7;
  background: #f7f7f7;
}
.second-nav-2 a {
  font-size: 15px;
  color: #444444;
  width: 15%;
  display: inline-block;
  position: relative;
}
.second-nav-2 a:before {
  content: "";
  width: 7px;
  height: 6px;
  margin: 9px 5px 0 0;
  background: #d8d8d8;
  vertical-align: top;
  display: inline-block;
}
.second-nav-2 a:hover,
.second-nav-2 .cur {
  color: #0d4f9d;
}
.second-nav-2 a:hover:before,
.second-nav-2 .cur:before {
  background: #0d4f9d;
}
.inside-about {
  padding-bottom: 150px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.inside-about .tin {
  text-indent: 2em;
}
.inside-about .item {
  margin: 70px 0;
  padding-bottom: 20px;
}
.inside-about .item li {
  width: 33.3333%;
  float: left;
  min-height: 140px;
  text-align: center;
  padding-top: 20px;
  border-left: solid 1px #e3e3e3;
}
.inside-about .item li p {
  color: #666;
  font-size: 20px;
}
.inside-about .item li p:first-child {
  margin-bottom: 30px;
  color: #0080d8;
  font-weight: bold;
  font-family: "DINPro-Light_0";
}
.inside-about .item li p:first-child span {
  font-size: 72px;
  line-height: 80px;
}
.inside-about .item li p:first-child em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 30px;
  margin-top: 40px;
}
.inside-about .item li:first-child {
  border-left: 0;
}
.inside-about .txtbox-2 {
  padding-top: 50px;
}
.inside-about .txtbox-2 .tu {
  width: 53%;
  float: left;
  display: block;
}
.inside-about .txtbox-2 .item2 {
  width: 47%;
  color: #333333;
  font-size: 24px;
  padding-left: 90px;
  float: left;
}
.inside-about .txtbox-2 .item2 .tit {
  font-size: 30px;
  color: #0097ff;
  margin-top: 50px;
  line-height: 40px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: "SourceHanSansSC-Medium";
  background: url(../images/about-img5.png) no-repeat left bottom;
}
.inside-about .txtbox-2 .item2 .tit:first-child {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .inside-about img {
    max-width: 100%;
  }
  .inside-about .txtbox-2 .item2 {
    font-size: 16px;
  }
  .inside-about .txtbox-2 .item2 .tit {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about .txtbox-2 .item2 .tit:first-child {
    margin-top: 0;
  }
}
.inside-honor {
  overflow: hidden;
  padding-bottom: 100px;
}
.inside-honor .list {
  padding-top: 50px;
}
.inside-honor .list ul {
  margin: 0 -15px;
}
.inside-honor .list li {
  width: 25%;
  float: left;
  padding: 20px 15px;
  text-align: center;
}
.inside-honor .list li .item {
  background: #fff;
  padding-bottom: 35px;
  transition: all 500ms ease;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .inside-honor .list li .item {
    padding-bottom: 10px;
  }
}
.inside-honor .list li .pic {
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f5f5f5;
  position: relative;
}
.inside-honor .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 72%;
}
.inside-honor .list li .tit {
  height: 30px;
  color: #333;
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .inside-honor .list li .tit {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inside-honor .list li:hover .item {
  box-shadow: 0 3px 5px rgba(13, 79, 157, 0.3);
}
.inside-ppkh {
  padding-bottom: 100px;
}
.inside-ppkh ul {
  padding-top: 10px;
}
.inside-ppkh li {
  width: 20%;
  float: left;
  margin-top: -1px;
  margin-left: -1px;
  border: solid 1px #e0e0e0;
  position: relative;
}
.inside-ppkh li:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.inside-ygfc {
  overflow: hidden;
  padding-bottom: 250px;
}
.inside-ygfc ul {
  margin: 0 -20px;
  padding-top: 10px;
}
.inside-ygfc li {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.inside-ygfc li .pic {
  position: relative;
  border: solid 1px #fff;
  transition: all 700ms ease;
}
.inside-ygfc li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70.7%;
}
.inside-ygfc li .txtbox {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -38px;
  position: relative;
  border-bottom: solid 3px #e0e0e0;
  border-top: solid 17px rgba(255, 255, 255, 0.2);
}
.inside-ygfc li .tit {
  background: #fff;
  height: 80px;
  font-size: 22px;
  color: #222222;
  line-height: 80px;
  overflow: hidden;
  font-family: "SourceHanSansSC-Medium";
}
@media (max-width: 1440px) {
  .inside-ygfc li .tit {
    font-size: 16px;
  }
}
.inside-ygfc li:hover .pic {
  border-color: #0d4f9d;
}
.inside-ygfc li:hover .tit {
  color: #0d4f9d;
}
.inside-ygfc li:hover .txtbox {
  border-bottom-color: #0d4f9d;
}
.inside-news {
  padding-bottom: 160px;
}
.inside-news ul {
  margin: 0 -18px;
  padding-top: 20px;
}
.inside-news li {
  float: left;
  margin-top: 50px;
  width: 33.3333%;
  padding: 0 18px;
}
.inside-news li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.5%;
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .txtbox {
  margin: 0 25px;
  position: relative;
  margin-top: -60px;
  padding: 25px;
  padding-bottom: 30px;
  padding-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.95);
  background: #fff;
}
.inside-news li .txtbox:before {
  content: "";
  width: 2px;
  height: 58px;
  top: -30px;
  left: 50px;
  position: absolute;
  background: #019942;
}
.inside-news li .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.inside-news li .txt {
  color: #666;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
}
.inside-news li .time {
  color: #999;
  font-size: 14px;
  font-family: arial;
  margin-top: 5px;
}
.inside-news li .more {
  width: 115px;
  height: 40px;
  float: right;
  margin-top: 5px;
  display: inline-block;
  border-radius: 30px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #238bd1;
}
.inside-news li:hover .pic img {
  transform: scale(1.05);
}
.inside-news li:hover .tit {
  color: #0080d8;
}
.inside-news li:hover .more {
  color: #fff;
  border-color: #0080d8;
  background: #0080d8;
}
.inside-news {
  overflow: hidden;
}
.inside-news .swiper-container {
  padding: 10px 0;
}
.inside-news .swiper-pagination-progressbar,
.inside-news .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 15px;
  top: auto;
}
.inside-news .swiper-pagination-progressbar,
.inside-news .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
}
.inside-news .swiper-pagination {
  max-width: 800px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.inside-news .swiper-pagination-progressbar {
  background: #e1e1e1;
}
.inside-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0080d8;
}
.inside-news .swiper-button-prev {
  width: 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  margin-top: auto;
  bottom: 0px;
  left: 265px;
  border-radius: 100%;
  border: solid 1px #e2e2e2;
  background: url(../images/left-prev-2.png) #ffffff;
}
.inside-news .swiper-button-prev:hover {
  border-color: #333;
}
.inside-news .swiper-button-next {
  width: 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  right: 265px;
  margin-top: auto;
  bottom: 0px;
  border-radius: 100%;
  border: solid 1px #e2e2e2;
  background: url(../images/right-next-2.png) #ffffff;
}
.inside-news .swiper-button-next:hover {
  border-color: #333;
}
.inside-news dl:hover dt img {
  transform: scale(1.05);
}
.inside-news dl:hover dd h3 a {
  color: #0080d8;
}
.inside-news dl {
  margin-top: 0px;
  border: solid 1px #f8f8f8;
  background: url(../images/nbg.jpg) no-repeat right bottom #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 60px;
}
.inside-news dl dt {
  width: 48.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news dl dt:after {
  content: "";
  display: block;
  padding-bottom: 59.3%;
}
.inside-news dl dt img {
  transition: all 700ms ease;
}
.inside-news dl dd {
  width: 50%;
  float: left;
  padding-right: 50px;
  padding-top: 50px;
  padding-left: 50px;
}
.inside-news dl dd time {
  color: #0080d8;
  font-size: 18px;
  font-family: arial;
}
.inside-news dl dd time span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.inside-news dl dd h3 {
  overflow: hidden;
  height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-top: 20px;
  line-height: 36px;
}
.inside-news dl dd h3 a {
  display: block;
  color: #333;
}
.inside-news dl dd .txt {
  font-size: 14px;
  height: 96px;
  color: #666;
  overflow: hidden;
  margin-top: 10px;
}
.inside-news dl dd .more {
  width: 160px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  position: relative;
  font-size: 14px;
  border-radius: 30px;
  background-color: #0080d8;
}
.inside-news dl dd .more a {
  display: block;
  color: #fff;
}
.inside-news dl dd .more:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.inside-page {
  padding-top: 80px;
  text-align: center;
}
.inside-page a {
  color: #595757;
  width: 40px;
  height: 40px;
  font-size: 14px;
  border-radius: 5px;
  line-height: 40px;
  font-family: arial;
  display: inline-block;
}
.inside-page span {
  font-size: 16px;
  margin: 0 10px;
  display: inline-block;
}
.inside-page input {
  width: 85px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #eee;
  border-radius: 5px;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  background: #0d4f9d;
}
.inside-news-show {
  font-size: 18px;
  color: #404040;
  line-height: 34px;
  padding-top: 70px;
  padding-bottom: 150px;
}
.inside-news-show h1 {
  color: #333;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  padding: 15px 0 20px 0;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 15px;
  border-bottom: dashed 1px #c7c7c7;
}
.inside-news-show .info::after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
  background: url(../images/news-line.jpg) no-repeat;
}
.inside-news-show .container {
  position: relative;
}
.inside-news-show .txtbox {
  width: 86%;
  float: right;
  padding-bottom: 70px;
}
.inside-news-show .leftTool {
  float: left;
  width: 12%;
  text-align: center;
}
.inside-news-show .leftTool .kan {
  width: 90px;
  margin: 0 auto;
  font-size: 24px;
  color: #e06a23;
  line-height: 51px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-family: "DIN-MEDIUM(1)";
}
.inside-news-show .leftTool .kan .pic {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share span {
  display: block;
  margin-bottom: 13px;
}
.inside-news-show .leftTool .share a {
  display: block;
  width: 47px!important;
  height: 47px!important;
  transition: all .9s;
  margin: 8px auto!important;
  padding: 0!important;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share a:hover {
  border: 1px solid #e06a23;
}
.inside-news-show .leftTool .share a.bds_weixin {
  background: url(../images/fn1.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqq {
  background: url(../images/fn2.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tsina {
  background: url(../images/fn3.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqz {
  background: url(../images/fn4.png) no-repeat center center;
}
.inside-news-show .anchor_fixed {
  position: fixed;
  top: 0;
}
.inside-news-show .tag {
  width: 50%;
  float: left;
  font-size: 16px;
}
.inside-news-show .tag span {
  color: #0d4f9d;
  font-size: 16px;
  font-weight: 700;
}
.inside-news-show .share1 {
  width: 50%;
  float: right;
  text-align: right;
}
.inside-news-show .share1 a {
  margin-left: 10px;
  display: inline-block;
}
.inside-news-show .bule {
  color: #0d4f9d;
}
.inside-page-news {
  margin-top: 0px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #b9b9b9;
  position: relative;
}
.inside-page-news li {
  width: 41%;
  float: left;
  font-size: 14px;
  height: 48px;
  color: #fff;
  padding: 0 30px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #fff;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
  margin-right: 20px;
}
.inside-page-news li:last-child {
  float: right;
  text-align: right;
}
.inside-page-news li:last-child img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.inside-page-news li:hover {
  color: #fff;
  background: #0d4f9d;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 18%;
  color: #fff;
  height: 100%;
  font-size: 14px;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 48px;
  transform: translateX(-50%);
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fh.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #0d4f9d;
}
.inside-wrap2 {
  overflow: hidden;
  padding-top: 70px;
}
.aside {
  float: left;
  width: 19.5%;
}
.aside .aside-title {
  color: #fff;
  padding: 18px 22px;
  padding-top: 25px;
  border-top-right-radius: 40px;
  background: #03498f;
}
.aside .aside-title .pic {
  width: 50px;
  height: 50px;
  float: left;
}
.aside .aside-title .text {
  float: left;
  padding-left: 10px;
}
.aside .aside-title .text .h3 {
  font-size: 24px;
  font-family: "SourceHanSansSC-Medium";
}
.aside .aside-title .text .p {
  font-size: 16px;
  text-transform: uppercase;
}
.aside .aside-list {
  border: 1px solid #dadada;
  border-top: 0;
  padding: 11px 0 25px 0;
  margin-bottom: 39px;
}
.aside .aside-list ul li {
  position: relative;
}
.aside .aside-list ul li a {
  display: block;
  margin: 4px 0;
  line-height: 56px;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  padding: 0 60px 0 23px;
  color: #333333;
  margin: 0 12px;
  border-top: solid 1px #e8e8e8;
  background: url("../images/dot3.png") no-repeat 92% center;
  background-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .aside .aside-list ul li a {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
}
.aside .aside-list ul li:after {
  content: "";
  display: none;
  width: 6px;
  height: 59px;
  position: absolute;
  right: -6px;
  top: -3px;
  background: url("../images/line3.png") no-repeat center center;
}
.aside .aside-list ul li ul {
  margin-bottom: 0;
  background: #fff!important;
  padding-bottom: 0px;
}
.aside .aside-list ul li ul li {
  margin-bottom: 0;
  border-bottom: 0;
  padding-left: 10px;
  background: none!important;
}
.aside .aside-list ul li ul li:after {
  display: none!important;
}
.aside .aside-list ul li ul li a {
  font-size: 14px;
  border-top: 0;
  height: auto;
  line-height: 24px;
  background: none;
  color: #666 !important;
  position: relative;
}
@media (max-width: 1440px) {
  .aside .aside-list ul li ul li a {
    font-size: 12px;
    padding-right: 15px;
  }
}
.aside .aside-list ul li ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 9px;
  left: 10px;
  position: absolute;
  background: #7a7a7a;
}
.aside .aside-list ul li ul li a:hover {
  color: #0080d8!important;
}
.aside .aside-list ul li ul li:last-child a {
  border-bottom: 0;
}
.aside .aside-list ul li:first-child a {
  border-top: 0;
}
.aside .aside-list ul .active,
.aside .aside-list ul li:hover {
  background: #0080d8;
}
.aside .aside-list ul .active:after,
.aside .aside-list ul li:hover:after {
  display: block;
}
.aside .aside-list ul .active > a,
.aside .aside-list ul li:hover > a {
  color: #fff;
  border-top: #0080d8;
  background: url("../images/dot3h.png") no-repeat 92% center;
  background-size: 24px;
}
.aside .aside-list ul li ul {
  margin-top: 20px;
  position: relative;
}
.aside .aside-list ul li ul:after {
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 3;
  content: "";
  background: #fff;
  position: absolute;
}
@media (max-width: 1440px) {
  .aside .aside-list ul li::after {
    height: 49px;
    background: url("../images/line3.png") no-repeat top center;
  }
}
.aside .aside-other {
  background: #03498f;
  margin-bottom: 24px;
  height: 117px;
}
.aside .aside-other ul li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 24px 0 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}
.aside .aside-other ul li .pic {
  height: 56px;
  width: 56px;
  margin: 0 auto;
  transition: all 700ms ease;
}
.aside .aside-other ul li .pic img {
  height: 56px;
  width: 56px;
}
.aside .aside-other ul li .bt {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1440px) {
  .aside .aside-other ul li .bt {
    font-size: 14px;
  }
}
.aside .aside-other ul li:nth-child(2n) {
  background: #0080d8;
}
.aside .aside-other ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.aside .aside-other ul li:hover .pic {
  transform: rotateY(180deg);
}
.inmain-right {
  float: right;
  width: 75.5%;
  padding-left: 80px;
  overflow: hidden;
  border-left: solid 1px #e9e9e9;
}
.inmain-right .inmain-top {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.inmain-right .inmain-top .h3 {
  float: left;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  z-index: 4;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.inmain-right .inmain-top .h3 span {
  background: url("../images/span.png") no-repeat center left;
  padding-left: 28px;
  margin-left: 6px;
}
.inside-qa {
  padding-bottom: 150px;
}
.inside-qa li {
  margin-top: 30px;
  box-shadow: 0 0 20px #eee;
  padding: 35px 60px;
}
.inside-qa li .time {
  width: 50px;
  float: left;
  color: #999;
  line-height: 20px;
  font-family: arial;
  text-align: center;
}
.inside-qa li .ask {
  width: 42px;
  height: 42px;
  color: #fff;
  margin-top: 10px;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: bold;
  background: #c7c7c7;
  display: inline-block;
  border-radius: 3px;
  transition: all 500ms ease;
}
.inside-qa li .date {
  font-size: 22px;
}
.inside-qa li .txtbox {
  width: 94%;
  float: left;
  padding-bottom: 25px;
  padding-left: 40px;
}
.inside-qa li .tit {
  font-size: 22px;
  height: 40px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.inside-qa li .tit:before {
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  position: absolute;
  background: #d9d9d9;
  transition: all 500ms ease;
}
.inside-qa li .tit span {
  right: 0;
  top: 0;
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  background: url(../images/j1.png) no-repeat center center #efefef;
}
.inside-qa li .txt {
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  width: 100%;
  padding-left: 50px;
}
.inside-qa li .txt span {
  top: 7px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  border-radius: 3px;
  font-family: arial;
  background: #d9d9d9;
  position: absolute;
  transition: all 500ms ease;
}
.inside-qa li .txt span:before {
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -7px;
  position: absolute;
  transition: all 500ms ease;
  border-top: solid 10px #d9d9d9;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.inside-qa li:hover {
  background: #f6f6f6;
  transition: all 334ms ease;
}
.inside-qa li:hover .ask {
  color: #fff;
  background: #0080d8;
}
.inside-qa li:hover .tit:before {
  background-color: #0080d8;
}
.inside-qa li:hover .tit span {
  background: url(../images/j2.png) no-repeat center center #0080d8;
}
.inside-qa li:hover .txt {
  height: auto;
}
.inside-qa li:hover .txt span {
  background: #666666;
}
.inside-qa li:hover .txt span:before {
  border-top-color: #666666;
}
.inside-zhishuku {
  padding-bottom: 150px;
}
.inside-zhishuku li:first-child {
  border-top: 0;
  padding-top: 0;
}
.inside-zhishuku li:nth-child(1) .tit span,
.inside-zhishuku li:nth-child(2) .tit span,
.inside-zhishuku li:nth-child(3) .tit span {
  background: #0080d8;
}
.inside-zhishuku li {
  padding: 35px 0;
  position: relative;
  border-bottom: solid 1px #dfdfdf;
}
.inside-zhishuku li .tit {
  font-size: 18px;
  color: #303232;
}
.inside-zhishuku li .tit span {
  content: "";
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  margin: 2px 30px 0 0;
  line-height: 18px;
  vertical-align: top;
  border-radius: 3px;
  background: #b8b8b8;
  display: inline-block;
  text-align: center;
  font-family: arial;
}
.inside-zhishuku li .txt {
  padding-left: 47px;
  margin-top: 20px;
  font-size: 16px;
  height: 48px;
  color: #666;
  overflow: hidden;
}
.inside-zhishuku li .more {
  font-size: 14px;
  margin-top: 40px;
  margin-left: 47px;
  color: #666;
  font-family: arial;
}
.inside-zhishuku li .more span {
  float: right;
  color: #7b7f7f;
  padding-right: 30px;
  background: url(../images/jt-1.jpg) no-repeat center right;
}
.inside-zhishuku li:hover .tit {
  color: #0080d8;
}
.inside-zhishuku li:hover .more span {
  color: #0080d8;
  background: url(../images/jt-2.jpg) no-repeat center right;
}
.inside-product ul {
  margin: 0 -20px;
}
.inside-product li:hover a {
  background: #0d4f9d;
}
.inside-product li:hover .pic img {
  transform: scale(1.05);
}
.inside-product li {
  float: left;
  padding: 0 20px;
  padding-top: 40px;
  width: 50%;
}
.inside-product li a {
  display: block;
  padding: 6px;
  background: #0d4f9d;
  background: linear-gradient(to right, #0e5bab, #0e73bb);
  color: #fff;
}
.inside-product li .txtbox {
  padding: 30px;
}
.inside-product li .pic {
  transition: all 700ms ease;
  overflow: hidden;
  position: relative;
}
.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 112.9%;
}
.inside-product li .pic img {
  transform-origin: top center;
  transition: all 1000ms ease;
}
.inside-product li .tit {
  font-size: 30px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  font-family: "SourceHanSansSC-Medium";
}
@media (max-width: 1440px) {
  .inside-product li .tit {
    font-size: 20px;
  }
}
.inside-product li .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .inside-product li .txt {
    font-size: 14px;
  }
}
.inside-product li .txt span {
  display: block;
  height: 30px;
  overflow: hidden;
}
.inside-xg-case {
  overflow: hidden;
  padding-bottom: 150px;
  margin-top: 80px;
}
.inside-xg-case .title {
  width: 156px;
  height: 40px;
  color: #fff;
  font-size: 19px;
  padding-left: 20px;
  line-height: 40px;
  margin-bottom: 40px;
  background: url(../images/cbg2.jpg) no-repeat top center;
}
.inside-xg-case ul {
  margin: 0 -15px;
}
.inside-xg-case li {
  float: left;
  margin-bottom: 40px;
  padding: 0 15px;
  width: 33.333%;
}
.inside-xg-case li a {
  display: block;
  width: 100%;
  height: 100%;
}
.inside-xg-case li .pic {
  transition: all 700ms ease;
  border: solid 1px #e0e0e0;
  overflow: hidden;
  position: relative;
}
.inside-xg-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.9%;
}
.inside-xg-case li .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.inside-xg-case li .tit {
  font-size: 22px;
  color: #333;
  height: 24px;
  overflow: hidden;
  margin: 30px 0 15px 0;
}
.inside-xg-case li .txt {
  color: #7a7a7a;
  font-size: 16px;
  height: 48px;
  overflow: hidden;
}
.inside-xg-case li .more {
  margin-top: 25px;
  line-height: 32px;
  color: #0196dc;
}
.inside-xg-case li .more img {
  margin-left: 15px;
  display: inline-block;
  animation: 2s rotate ease infinite;
}
.inside-xg-case li:hover .tit {
  color: #0d4f9d;
}
.inside-xg-case li:hover .pic {
  border: solid 1px #0d4f9d;
}
.inside-xg-case li:hover .pic img {
  transform: scale(1.05);
}
.inside-xg-case .more2 {
  margin-top: 30px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #f0f0f0;
}
.inside-xg-case .inside-page {
  padding-top: 40px;
}
.inside-casemenu {
  margin-top: 65px;
}
.inside-casemenu .box {
  padding: 15px 40px 50px 40px;
  background: #f6f6f6;
}
.inside-casemenu .box dl {
  margin-top: 15px;
}
.inside-casemenu .box dl dt {
  width: 10%;
  float: left;
  font-size: 22px;
  color: #333333;
  line-height: 50px;
  font-family: "SourceHanSansSC-Medium";
}
.inside-casemenu .box dl dd {
  width: 90%;
  float: left;
}
.inside-casemenu .info {
  color: #333333;
  font-size: 17px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.inside-casemenu .info .ico {
  display: block;
  margin-bottom: 5px;
}
.inside-casemenu .info .ic2 {
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
}
.inside-casemenu .label-01 {
  padding: 0 30px;
  margin-top: 10px;
  width: 12.5%;
  float: left;
  cursor: pointer;
}
.inside-casemenu .label-02 {
  cursor: pointer;
  color: #333;
  font-size: 17px;
  padding: 0 30px;
  padding-right: 0;
  line-height: 54px;
  float: left;
}
.inside-casemenu .label-02 .ch-1 em {
  margin-top: 19px;
  margin-right: 10px;
}
.inside-casemenu .curr {
  color: #0d4f9d;
}
.inside-casemenu .curr .info {
  color: #0d4f9d;
}
.inside-casemenu .curr .info .ic1 {
  opacity: 0;
}
.inside-casemenu .curr .info .ic2 {
  opacity: 1;
}
.inside-casemenu .curr .ch-1 input:checked + em {
  border-color: #0d4f9d;
}
.inside-casemenu .curr .ch-1 input:checked + em:after {
  background: url(../images/icon-14.png) no-repeat center;
  transform: scale(1);
}
.inside-casemenu .ch-1 {
  padding-top: 30px;
  position: relative;
  vertical-align: top;
}
.inside-casemenu .ch-1 input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -10px;
  vertical-align: top;
  border-radius: 0;
}
.inside-casemenu .ch-1 em {
  width: 17px;
  height: 17px;
  margin-top: 17px;
  vertical-align: top;
  border-radius: 0px;
  display: inline-block;
  border: 1px #adadad solid;
  transition: all 334ms ease;
  position: relative;
  cursor: pointer;
}
.inside-casemenu .ch-1 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: 1440px) {
  .inside-casemenu .label-01 {
    padding: 0;
  }
  .inside-casemenu .box dl dt {
    font-size: 16px;
  }
  .inside-casemenu .info {
    font-size: 13px;
  }
}
.inside-pronr {
  margin-top: 60px;
  position: relative;
}
.inside-pronr .pic {
  float: left;
  width: 50%;
  padding: 22px;
  padding-right: 0;
  background: url(../images/proshow-bg.jpg) no-repeat top center;
}
@media (max-width: 1400px) {
  .inside-pronr .pic img {
    padding-right: 25px;
  }
}
.inside-pronr .txtbox {
  width: 50%;
  float: left;
  margin-top: 60px;
  font-size: 18px;
  line-height: 32px;
  padding-left: 60px;
}
.inside-pronr .txtbox h1 {
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 23px;
  background: url(../images/proline.jpg) no-repeat left bottom;
}
.inside-pronr .txtbox h1:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 9px 6px 0 0;
  vertical-align: top;
  display: inline-block;
  background: #009ce6;
}
.inside-pronr .txtbox .button {
  margin-top: 30px;
}
.inside-pronr .txtbox .button a {
  padding: 0 20px;
  height: 46px;
  color: #fff;
  margin-right: 15px;
  line-height: 46px;
  display: inline-block;
  background: #0d4f9d;
  border-radius: 30px;
}
.inside-pronr .txtbox .button a img {
  margin: 11px 10px 0 0;
}
.inside-pronr .txtbox .button a:hover {
  background: #0080d8;
}
.info-title {
  height: 66px;
  margin-top: 100px;
  line-height: 66px;
  overflow: hidden;
  background: #efefef;
}
.info-title li {
  float: left;
  padding: 0 25px;
  font-size: 22px;
  padding-left: 24px;
  cursor: pointer;
  border-left: solid 2px #f8f8f8;
  font-family: "SourceHanSansSC-Medium";
}
.info-title li span {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin: 22px 5px 0 0;
  display: inline-block;
}
.info-title li a {
  color: #666;
}
.info-title li:nth-child(1) span {
  background: url(../images/picon-1.png) no-repeat left center;
}
.info-title li:nth-child(2) span {
  background: url(../images/picon-2.png) no-repeat left center;
}
.info-title li:nth-child(3) span {
  background: url(../images/picon-3.png) no-repeat left center;
}
.info-title li:first-child {
  border-left: 0;
}
.info-title .active {
  color: #fff;
  background-color: #0d4f9d;
}
.info-title .active a {
  color: #fff;
}
.info-title .active:nth-child(1) span {
  background: url(../images/picon-1-h.png) no-repeat left center;
}
.info-title .active:nth-child(2) {
  color: #fff;
  background-color: #0d4f9d;
}
.info-title .active:nth-child(2) span {
  background: url(../images/picon-2-h.png) no-repeat left center;
}
.info-title .active:nth-child(3) {
  color: #fff;
  background-color: #0d4f9d;
}
.info-title .active:nth-child(3) span {
  background: url(../images/picon-3-h.png) no-repeat left center;
}
.info-nr {
  color: #333;
  position: relative;
  padding-bottom: 150px;
}
.info-nr .dw {
  top: -130px;
  z-index: -1;
  height: 1px;
  position: absolute;
}
.info-nr .info-tab {
  margin-top: 60px;
  position: relative;
}
.info-nr .info-tab .inside-xg-case {
  padding-bottom: 0;
}
.info-nr .bt {
  font-size: 30px;
  line-height: 40px;
  color: #0d4f9d;
  text-align: center;
  vertical-align: top;
  margin-bottom: 50px;
  font-family: "SourceHanSansSC-Medium";
}
.info-nr .bt img {
  margin: 9px 10px 0 10px;
}
.info-nr .bg {
  color: #333;
  font-size: 16px;
  padding: 30px;
  background: #cddbe9;
}
.info-nr .font18 {
  margin-top: 40px;
  font-size: 18px;
  font-family: "SourceHanSansSC-Medium";
}
.info-nr .txt {
  margin-top: 15px;
}
.info-nr .txt .lan {
  color: #0d4f9d;
  font-size: 16px;
}
.info-nr .list {
  margin: 0 -40px;
}
.info-nr .list li {
  padding: 0 40px;
  min-height: 60px;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 33.333%;
}
.info-nr .list li span {
  top: 0;
  left: 0;
  position: absolute;
}
.info-nr .list li .txtbox {
  color: #333;
  font-size: 20px;
  padding-left: 10px;
  display: table;
}
.info-nr .list li .txtbox p {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}
.inside-case-show {
  overflow: hidden;
  padding-top: 100px;
}
.inside-case-show .inside-xg-case {
  padding-top: 90px;
  border-top: solid 1px #efefef;
}
.inside-case-show .leftbox {
  width: 79%;
  color: #333;
  float: left;
  font-size: 18px;
  line-height: 34px;
}
.inside-case-show .leftbox h1 {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
  font-family: "SourceHanSansSC-Medium";
}
.inside-case-show .rightbox {
  width: 21%;
  float: left;
  padding-left: 15px;
  margin-top: 64px;
  border-top: 2px solid #0d4f9d;
}
.inside-case-show .rightbox .title {
  font-size: 24px;
  padding-top: 40px;
  font-family: "SourceHanSansSC-Medium";
}
.inside-case-show .rightbox .inside-product li {
  width: 100%;
  float: none;
}
.inside-case-show .rightbox .inside-product li .txtbox {
  padding: 15px;
}
.inside-case-show .rightbox .inside-product li .tit {
  font-size: 20px;
}
.inside-case-show .button {
  text-align: right;
  margin-top: 50px;
}
.inside-case-show .button a {
  width: 107px;
  height: 45px;
  color: #333;
  margin-left: 15px;
  display: inline-block;
  line-height: 43px;
  text-align: center;
  border: solid 1px #222222;
}
.inside-case-show .button a img {
  margin: 13px 5px 0 0;
}
.inside-case-show .button a:first-child {
  color: #fff;
  border-color: #0080d8;
  background: #0080d8;
}
.inside-case-show .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-title {
  position: relative;
  margin-top: 95px;
  height: 175px;
  padding: 40px 26px 48px 253px;
  background: url("../images/cbg.jpg") repeat top center;
}
.contact-title .img {
  position: absolute;
  top: -68px;
  left: 71px;
}
.contact-title .img img {
  display: block;
}
.contact-title .h3 {
  color: #0d4f9d;
  font-size: 36px;
  line-height: 40px;
  margin-top: 20px;
  letter-spacing: 2px;
  margin-bottom: 21px;
  font-family: "SourceHanSansSC-Medium";
}
.contact-title .p {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.contact-title .wx {
  top: 20px;
  right: 220px;
  position: absolute;
}
@media (max-width: 1500px) {
  .contact-title .wx {
    right: 30px;
  }
}
#allmap {
  height: 540px;
  width: 100%;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.inside-contact .contact-nr {
  width: 37%;
  float: left;
  margin: 120px 0;
}
.inside-contact .contact-nr li {
  color: #333;
  font-size: 16px;
  padding: 20px;
  border-bottom: dashed 1px #d9d9d9;
}
.inside-contact .contact-nr li a {
  color: #333;
}
.inside-contact .contact-nr li img {
  margin-right: 10px;
}
.inside-contact .message {
  width: 55%;
  float: right;
  margin-top: 150px;
}
.inside-contact .message li p {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  position: relative;
  padding: 0 15px;
}
.inside-contact .message li label {
  top: 20px;
  left: 30px;
  color: #f30;
  position: absolute;
}
.inside-contact .message li input,
.inside-contact .message li textarea {
  border: 0;
  height: 56px;
  width: 100%;
  color: #000;
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  font-size: 16px;
  padding-left: 30px;
  line-height: 56px;
  background: #f8f8f8;
  border-radius: 5px;
}
.inside-contact .message li textarea {
  height: 250px;
}
.inside-contact .message .button {
  text-align: center;
}
.inside-contact .message .button a {
  color: #333;
  height: 40px;
  width: 240px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 40px;
  border-radius: 10px;
  background: #f8f8f8;
}
.inside-contact .message .button a:hover {
  color: #fff;
  background: #0d4f9d;
}
@media (max-width: 1440px) {
  .inside-pronr .txtbox {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-pronr .txtbox h1 {
    font-size: 20px;
  }
  .inside-pronr .txtbox .button a {
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    margin-right: 10px;
    line-height: 36px;
  }
  .inside-pronr .txtbox .button a img {
    margin: 7px 0 0 0;
    max-height: 20px;
  }
  .info-title {
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
  }
  .info-title li {
    font-size: 16px;
  }
  .info-title li span {
    margin-top: 15px;
  }
  .info-nr .bt {
    font-size: 20px;
  }
  .inside-about {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-about .item li p:first-child span {
    font-size: 50px;
    line-height: 50px;
  }
  .inside-about .item li p {
    font-size: 16px;
  }
  .inside-about .item li p:first-child {
    margin-bottom: 10px;
  }
  .inside-about .item li p:first-child em {
    margin-top: 20px;
  }
  .inside-menu {
    height: 50px;
    margin-top: -50px;
  }
  .inside-menu li {
    line-height: 50px;
    font-size: 16px;
  }
  .inside-casemenu .label-02 {
    font-size: 13px;
  }
  .inside-xg-case li .tit {
    font-size: 16px;
  }
  .inside-xg-case li .txt {
    font-size: 14px;
  }
  .inside-case-show .leftbox h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .inside-case-show .leftbox {
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
  }
  .inside-case-show .rightbox .title {
    font-size: 16px;
  }
  .inside-case-show .rightbox .inside-product li .tit {
    font-size: 16px;
  }
  .inside-product li .txt {
    margin-top: 0;
    line-height: 24px;
  }
  .inside-product li .txt span {
    height: 24px;
  }
  .inside-case-show {
    padding-top: 60px;
  }
  .inside-case-show .rightbox {
    margin-top: 60px;
  }
  .inside-case-show .button a {
    height: 35px;
    line-height: 33px;
  }
  .inside-case-show .button a img {
    margin-top: 9px;
  }
  .inside-case-show .inside-xg-case {
    padding-top: 50px;
  }
  .inside-xg-case .title {
    font-size: 16px;
  }
  .inside-xg-case {
    padding-bottom: 70px;
  }
  .inside-title {
    margin-top: 70px;
  }
  .inside-news dl dd time span {
    font-size: 30px;
  }
  .inside-news dl dd h3 {
    font-size: 18px;
  }
  .inside-news dl dd h3 {
    margin-top: 0;
  }
  .inside-news dl dd .txt {
    margin-top: 0;
  }
  .inside-news dl dd {
    padding-top: 30px;
  }
  .inside-news dl dd .more {
    height: 34px;
    width: 120px;
    margin-top: 30px;
    line-height: 34px;
  }
  .inside-news li .tit {
    font-size: 16px;
  }
  .inside-news li .more {
    width: 100px;
    height: 30px;
    line-height: 28px;
  }
  .inside-news li .txtbox {
    margin-left: 15px;
    margin-right: 15px;
  }
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-news-show h1 {
    font-size: 20px;
  }
  .inside-news-show .info {
    padding-top: 0;
    font-size: 12px;
  }
  .contact-title .h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .contact-title .p {
    font-size: 14px;
  }
  .inside-contact .message {
    margin-top: 130px;
  }
  .inside-contact .contact-nr li {
    font-size: 14px;
    padding: 10px;
  }
  .inside-contact .message li input {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .inside-contact .message li textarea {
    font-size: 14px;
    height: 150px;
  }
  .inside-contact .message li p {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #allmap {
    height: 400px;
  }
  .header {
    padding-top: 0;
  }
  .header .logo img {
    max-height: 50px;
    margin-top: 15px;
  }
  .header .info {
    margin-bottom: 0;
  }
  .header .pos {
    top: 13px;
    right: 60px;
  }
  .fixed {
    height: 80px;
  }
  .index-case .submenu .slick-current .item::after {
    height: 3px;
    bottom: 2px;
  }
  .index-product .scroll {
    padding-bottom: 150px;
    padding-top: 60px;
  }
  .index-product .slick-dots {
    bottom: 70px;
  }
  .index-case .prolist .box li .tit {
    margin: 20px 0 5px 0;
  }
  .index-new-box .rightbox li {
    padding: 22px 0;
  }
  .index-new-box .leftbox .item,
  .index-new-box .rightbox {
    margin-top: 40px;
  }
  .index-search li a {
    font-size: 13px;
  }
  .nav li .subanv a {
    font-size: 13px;
    margin-top: 0px;
  }
  .inside-product li .txtbox {
    padding: 20px;
  }
  .inmain-right {
    padding-left: 55px;
  }
  .inside-product li a {
    padding: 3px;
  }
  .index-product .item {
    padding: 3px;
  }
  .index-title span {
    font-size: 14px;
    line-height: 20px;
  }
  .inside-news .swiper-button-prev {
    left: 100px;
  }
  .inside-news .swiper-button-next {
    right: 100px;
  }
}
