﻿body {
  font-family: Gautami, arial, sans-serif;
  overflow-x: hidden;
  min-width:1200px;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

@font-face {
	font-family: 'UniviaPro';
	src: url('../fonts/UniviaPro.eot'); /* IE9 Compat Modes */
	src: url('../fonts/UniviaPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/UniviaPro.woff') format('woff'), /* Modern Browsers */
    url('../fonts/UniviaPro.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/UniviaPro.svg#UniviaPro') format('svg'); /* Legacy iOS */
}
   
@font-face {
	font-family: 'Gautami';
	src: url('../fonts/Gautami.eot'); /* IE9 Compat Modes */
	src: url('../fonts/UGautami.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Gautami.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Gautami.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Gautami.svg#Gautami') format('svg'); /* Legacy iOS */
}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

button::after{
outline:none;
}

body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header .header-top {
  height: 45px;
  line-height: 45px;
  width: 100%;
  background:#004b93;
}
.header .header-top .rt {
  float: right;
  line-height: 45px;
  margin-top:8px;
}
.header .header-top .rt .language {
  float: right;
  position: relative;
  margin-top:6px;
}
.header .header-top .rt .language .btn-lang {
  padding: 0 18px 0 22px;
  margin-bottom: 0;
}
.header .header-top .rt .language .btn-lang a {
  font-size: 1.4rem;
  color: #666;
}
.header .header-top .rt .language .content {
  z-index: 99;
  background: #fff;
  display: none;
  border: 1px solid #e5e5e5;
  position: absolute;
  right: 0;
  top: 45px;
  width: 150%;
}
.header .header-top .rt .language .content a {
  display: block;
  height: 30px;
  line-height: 36px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 22px;
  font-size: 1.4rem;
  color: #666;
  text-transform: capitalize;
}
.header .header-top .rt .language .content a:hover {
  color: #fff;
  background: #004b93;
}
.header .header-top .rt .language .content a:last-child {
  border-bottom: none;
}
.header .header-top .rt .search {
  line-height: 48px;
  float: right;
  position: relative;
  margin-right: 13px;
}
/* WebKit browsers  */
input::-webkit-input-placeholder {
    color: #fff;
   /* 字体大小直接写样式即可 */
    font-size: 16px;
}
/*  Mozilla Firefox 4-18使用伪类 */
input:-moz-placeholder {
  color: #fff;
}
/* Mozilla Firefox 19+ 使用伪元素  */
input::-moz-placeholder { 
  color: #fff;
}
/* IE10使用伪类 */
input:-ms-input-placeholder {
  color: #fff;
}
.header .header-top .rt .search .txt {
  border: none;
  color: #fff;
  border: 1px solid #fff;
  background:#004b93;
  border-radius: 4px;
  width: 180px;
  height:30px;
  line-height:22px;
  padding: 6px 20px 0 10px;
}
.header .header-top .rt .search .submit {
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  background: url("../images/search-btn_03.png") no-repeat center;
}

.header .header-con {
  height: 100px;
  background: #fff;
}
.header .header-con .logo {
  float: left;
  margin-top: 26px;
}
.header .header-con .nav-con #nav .sub-nav .drop_down2 {
  width: 175%;
  margin-left:-30%
}
@media (max-width: 992px) {
  .header .header-con .logo img {

  }
}
.header .header-con .nav-con {
  height: 90px;
  position: relative;
  float: right;
  margin-top:12px;
}
.header .header-con .nav-con #nav {
  width: 100%;
  margin-bottom: 0;
}
.header .header-con .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  line-height: 90px;
  color: #cdcdcd;
}
.header .header-con .nav-con #nav .sub-nav:hover a {
  color: #004b93;
}
.header .header-con .nav-con #nav .sub-nav:hover span {
  width: 60%;
}
.header .header-con .nav-con #nav .sub-nav a {
  color: #333;
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  padding: 0rem 0.6rem 0 0.6rem;
  text-transform: uppercase;
  margin: 0 1.5rem;
}
@media (max-width: 992px) {
  .header .header-con .nav-con #nav .sub-nav a {
    margin: 0rem 0.5rem;
  }
}
.header .header-con .nav-con #nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  top: 62px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #004b93;
  transition: width .4s;
}
.header .header-con .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 90px;
  left: -10%;
  display: none;
  box-shadow:0 0 10px rgba(40,40,40,.1);
}
.header .header-con .nav-con #nav .sub-nav .ul1 {
  width: 120%;
  text-align: center;
  background: transparent;
  height: auto;
}
.header .header-con .nav-con #nav .sub-nav .ul1 li {
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  height: auto;
  margin-bottom: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.header .header-con .nav-con #nav .sub-nav .ul1 li:hover {
  color: #004b93;
}
.header .header-con .nav-con #nav .sub-nav .ul1 li a {
  font-size: 1.5rem;
  background: transparent;
  display: block;
  color: #333;
  line-height:22px;
  margin: 0;
  transition: 0.3s;
  text-transform: capitalize;
  padding: 14px 0 8px 0px;
}
.header .header-con .nav-con #nav .sub-nav .ul1 li a:hover {
  color: #fff;
  background: #004b93;
}
.header .header-con .nav-con #nav .sub-nav:last-child a {
 
}
.header .header-con .nav-con #nav .active span {
  width: 60%;
}
.header .header-con .nav-con #nav .active a {
  color: #004b93;
}
@media (max-width: 1600px) {
  .header .header-con {
    background: #fff;
  }
  .header .header-con .nav-con {
    
  }
  .header .header-con .nav-con #nav {
    width: 100%;
    margin-bottom: 0;
  }
  .header .header-con .nav-con #nav .sub-nav {
    margin: 0 0rem;
  }
}
@media (max-width: 1200px) {
  .header .header-con .nav-con {
  }
  .header .header-con .nav-con #nav .sub-nav {
    margin: 0;
  }
  .header .header-con .nav-con #nav .sub-nav a {
    padding: 0 0.6rem;
  }
}
.header .mobile-con .navbar-default {
  background: #fff;
}
.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  width: 138px;
  margin: 15px 0 0 3%;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 11px;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 6px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language2 a:hover {
  color: #004b93;
}
.header .mobile-con .language2 .active {
  color: #004b93;
}
.header .mobile-con .navbar-form {
  margin-top: 0;
}
.header .mobile-con .link {
  padding: 8px 0;
  text-align: center;
}
.header .mobile-con .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
  transition: 2.5s linear;
  transform: scale(1.05);
}
.main .ad-box-pc .swiper-slide-active img {
  transform: scale(1);
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 35px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 10px;
  width: 10px;
  opacity: 1;
  border-radius: 10px;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #004b93;
  opacity: 1;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 32px;
  height: 54px;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -27px;
  background: url("../images/next_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 32px;
  height: 54px;
  cursor: pointer;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -27px;
  background: url("../images/prev_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .main .ad-box-pc .swiper-slide {
    overflow: hidden;
  }
  .main .ad-box-pc .swiper-slide img {
    width: 100%;
    transition: 2.5s linear;
    transform: scale(1);
  }
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 4px;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    background: #fff;
    border-radius: 5px;
    height: 5px;
    width: 5px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #004b93;
  }
}
.main .ad-box .swiper-container5 {
  overflow: hidden;
}
.main .ad-box .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box img {
  width: 100%;
}
.main .ad-box .swiper-pagination {
  position: absolute;
  bottom: 4px;
  z-index: 99;
}
.main .ad-box .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 3px;
  width: 16px;
  opacity: 1;
}
.main .ad-box .swiper-pagination-bullet-active {
  background: #004b93;
}
.main .profile {
  padding: 3% 0;
}
.main .profile .profile-tit {
  text-align: center;
}
.main .profile .profile-tit h6 {
  font-size: 2.4rem;
  color: #666;
}
.main .profile .profile-tit h4 {
  font-size: 4rem;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
.main .profile .profile-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 3px;
  background: #004b93;
}
.main .profile .txt {
  text-align: center;
  margin: 4% 0 6%;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.main .profile .txt p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin: 0;
}
.main .profile .more {
  text-align: center;
}
.main .profile .more a {
  width: 164px;
  height: 50px;
  line-height: 56px;
  text-align: center;
  border-radius: 50px;
  background: #004b93;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media (max-width: 768px) {
  .main .profile {
    padding: 3% 0;
  }
  .main .profile .profile-tit {
    text-align: center;
  }
  .main .profile .profile-tit h6 {
    font-size: 2.4rem;
    color: #666;
  }
  .main .profile .profile-tit h4 {
    font-size: 3.5rem;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
  }
  .main .profile .profile-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 3px;
    background: #004b93;
  }
  .main .profile .txt {
    text-align: center;
    margin: 6% 0 6%;
  }
  .main .profile .txt p {
    font-size: 1.6rem;
    color: #666;
    line-height: 180%;
    margin: 0;
    display: inline;
  }
  .main .profile .more a {
    width: 124px;
    height: 40px;
    line-height: 40px;
  }
}
.main .mail {
  height: 418px;
  background: url("../images/youjian-bg_02.jpg") no-repeat center bottom;
  padding-top: 3%;
}
@media (max-width: 1200px) {
  .main .mail {
    padding-top: 6%;
  }
}
@media (max-width: 992px) {
  .main .mail {
    height: 350px;
  }
}
.main .mail .lf {
  float: left;
}
.main .mail .lf h3 {
  font-size: 4.6rem;
  color: #004b93;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  position: relative;
}
.main .mail .lf h3 sub {
  margin-top: -10px;
}
.main .mail .lf h3 b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 2px;
  background: #fff;
}
.main .mail .rt {
  float: right;
  margin-right: 9%;
}
.main .mail .rt h5 {
  font-size: 3rem;
  color: #004b93;
  margin-top: 30px;
}
.main .mail .rt p {
  font-size: 2.4rem;
  color: #004b93;
}
.main .mail .rt p span {
  font-size: 2rem;
  color: #999;
}
.main .mail .form-box {
  margin-top: 3.5%;
}
.main .mail .form-box .txt {
  padding: 0 43px;
  width: 69%;
  float: left;
  height: 96px;
  line-height: 96px;
  border-radius: 96px;
  border: none;
  background: #fff;
}
@media (max-width: 1200px) {
  .main .mail .form-box .txt {
    height: 76px;
    line-height: 76px;
    border-radius: 76px;
  }
}
.main .mail .form-box .submit {
  width: 27.5%;
  float: right;
  border-radius: 96px;
  border: none;
  cursor: pointer;
  height: 96px;
  line-height: 96px;
  background: #004b93;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .main .mail .form-box .submit {
    height: 76px;
    line-height: 76px;
    border-radius: 76px;
  }
}
@media (max-width: 768px) {
  .main .mail {
    height: auto;
    background: #2b2b2b;
    padding: 6% 0;
  }
  .main .mail .lf {
    float: none;
  }
  .main .mail .lf h3 {
    font-size: 3.2rem;
    color: #004b93;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    position: relative;
  }
  .main .mail .lf h3 sub {
    margin-top: -10px;
  }
  .main .mail .lf h3 b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .main .mail .rt {
    float: none;
    margin-right: 9%;
  }
  .main .mail .rt h5 {
    font-size: 3rem;
    color: #004b93;
    margin-top: 30px;
  }
  .main .mail .rt p {
    font-size: 2.4rem;
    color: #004b93;
  }
  .main .mail .rt p span {
    font-size: 2rem;
    color: #999;
  }
  .main .mail .form-box {
    margin-top: 3.5%;
  }
  .main .mail .form-box .txt {
    padding: 0 13px;
    width: 100%;
    float: none;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    border: none;
    background: #fff;
  }
  .main .mail .form-box .submit {
    width: 50%;
    float: none;
    border-radius: 46px;
    border: none;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    background: #004b93;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
  }
}
.main .product {
  padding: 5% 0 3%;
}
.main .product .pro-tit {
  width: 24%;
  text-align: center;
  background: #004b93;
  padding: 3% 1%;
  float: left;
  margin-top: -3%;
}
.main .product .pro-tit h5 {
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .main .product .pro-tit h5 {
    font-size: 4rem;
  }
}
.main .product .pro-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 44px;
  height: 2px;
  background: #fff;
}
.main .product .list {
  width: 70%;
  float: right;
  text-align: right;
}
.main .product .list p{
  font-size:18px; 
  color:#666; 
  line-height:24px;
  font-style:oblique;
  margin-bottom:40px;
  font-family:Arial, Helvetica, sans-serif
}
.main .product .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1.5rem;
  position: relative;
  margin-bottom: 1.5%;
  padding:12px 25px 2px 25px;
  border:1px #8c8c8c solid;
  border-radius:30px;
}
@media (max-width: 1200px) {
  .main .product .list li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 992px) {
  .main .product .list li {
    margin-left: 1rem;
  }
}
.main .product .list li:hover {
  background:#004b93;
}
.main .product .list li:hover a {
  color: #fff;
}
.main .product .list li:hover span {
  width: 50%;
}
.main .product .list li a {
  font-size: 20px;
  color: #666;
}
.main .product .list li span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  top: 30px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #004b93;
  transition: width .4s;
}
.main .product .list-box {
  margin-top: 3%;
}
.main .product .list-box li {
  width: 24%;
  float: left;
  margin-right: 1.333333%;
  position: relative;
  margin-bottom: 1.333333%;
}
.main .product .list-box li:hover .masking {
  opacity: 1;
}
.main .product .list-box li .img img {
  width: 100%;
}
.main .product .list-box li .masking {
  background: rgba(0, 75, 147, 0.9);
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .product .list-box li .masking .txt-box {
  width: 83%;
  height: 83%;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.main .product .list-box li .masking .txt-box .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.main .product .list-box li .masking .txt-box p {
  font-size: 2.6rem;
  color: #fff;
}
.main .product .list-box li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main .product {
    padding: 0 0 3%;
  }
  .main .product .pro-tit {
    width: 100%;
    text-align: center;
    background: #004b93;
    padding: 3% 1%;
    float: left;
    margin: 17px 0;
  }
  .main .product .pro-tit h5 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
  }
  .main .product .pro-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 44px;
    height: 2px;
    background: #fff;
  }
  .main .product .list {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 6.5%;
  }
  .main .product .list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 1rem 0.5rem 1rem;
    position: relative;
  }
  .main .product .list li:hover a {
    color: #004b93;
  }
  .main .product .list li:hover span {
    width: 50%;
  }
  .main .product .list li a {
    font-size: 1.7rem;
    color: #666;
  }
  .main .product .list li span {
    display: none;
  }
  .main .product .list-box {
    margin-top: 3%;
  }
  .main .product .list-box li {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
  }
  .main .product .list-box li:hover .masking {
    opacity: 1;
  }
  .main .product .list-box li .img img {
    width: 100%;
  }
  .main .product .list-box li .masking {
    background: rgba(255, 207, 1, 0.9);
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .product .list-box li .masking .txt-box {
    width: 83%;
    height: 83%;
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .main .product .list-box li .masking .txt-box .txt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
  .main .product .list-box li .masking .txt-box p {
    font-size: 1.8rem;
    color: #fff;
  }
  .main .product .list-box li .masking .txt-box img {
    display: none;
  }
  .main .product .list-box li:nth-child(4n+4) {
    margin-right: 0;
  }
  .main .product .list-box li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.main .application {
  height: 672px;
  background: url("../images/application-bg_02.jpg") #004b93 repeat-x left center;
  padding-top: 98px;
}

.main .application .container {
  position: relative;
}
.main .application .application-tit {
  position: absolute;
  right: 15px;
  top: 0;
  width: 28%;
}
.main .application .application-tit h5 {
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.main .application .application-tit b {
  display: block;
  width: 44px;
  height: 2px;
  background: #fff;
}
.main .application .application-tit p {
  font-size: 23px;
  color: #999;
  line-height: 160%;
  text-transform: uppercase;
  margin: 10% 0;
}
.main .application .swiper-container-application {
  overflow: hidden;
  position: relative;
}
.main .application .swiper-slide {
  position: relative;
}
.main .application .swiper-slide .img {
  width: 68%;
}
.main .application .swiper-slide .img img {
  width: 100%;
}
.main .application .swiper-slide .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
  height: 152px;
  background: url("../images/txt-bg_03.jpg") #eee repeat-x center;
  padding: 2% 2% 2% 3%;
}
.main .application .swiper-slide .txt p {
  font-size: 22px;
  color: #333;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.main .application .swiper-button-next-application {
  width: 10px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  right: 25%;
  bottom: 7%;
  background: url("../images/case-btn_05.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .application .swiper-button-prev-application {
  width: 10px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  right: 28%;
  bottom: 7%;
  background: url("../images/case-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}

.main .news {
  padding: 3% 0;
}
.main .news .news-tit {
  text-align: center;
}
.main .news .news-tit h6 {
  font-size: 2.4rem;
  color: #666;
}
.main .news .news-tit h4 {
  font-size: 4rem;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
.main .news .news-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 3px;
  background: #004b93;
}
.main .news .content {
  margin-top: 4%;
}
.main .news .content li {
  width: 33.3333333%;
  float: left;
  padding: 0 4%;
  background: url("../images/news-line_03.jpg") no-repeat right center;
}
.main .news .content li:hover .txt h6 {
  color: #004b93;
}
.main .news .content li:hover .txt p {
  color: #004b93;
}
.main .news .content li:hover .txt span {
  background: url("../images/news-more_03.jpg") no-repeat -49px center;
}
.main .news .content li .txt {
  text-align: center;
}
.main .news .content li .txt h6 {
  font-size: 2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.main .news .content li .txt p {
  font-size: 16px;
  color: #999;
  line-height: 25px;
  margin: 8% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
}
.main .news .content li .txt span {
  display: block;
  width: 49px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  background: url("../images/news-more_03.jpg") no-repeat left center;
}
.main .news .content li:nth-child(3) {
  background: none;
}
.main .news .content .more {
  text-align: center;
  margin-top: 4%;
}
.main .news .content .more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.6rem;
  color: #fff;
  width: 164px;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  background: #004b93;
  text-align: center;
}
@media (max-width: 768px) {
  .main .news {
    padding: 3% 0;
  }
  .main .news .news-tit {
    text-align: center;
  }
  .main .news .news-tit h6 {
    font-size: 2.4rem;
    color: #666;
  }
  .main .news .news-tit h4 {
    font-size: 3rem;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
  }
  .main .news .news-tit b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 3px;
    background: #004b93;
  }
  .main .news .content {
    margin-top: 4%;
  }
  .main .news .content li {
    width: 100%;
    float: left;
    padding: 0 4%;
    background: none;
    margin-bottom: 15px;
  }
  .main .news .content li .txt {
    text-align: center;
  }
  .main .news .content li .txt h6 {
    font-size: 2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
  }
  .main .news .content li .txt p {
    font-size: 1.4rem;
    color: #999;
    line-height: 180%;
    margin: 8% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
  }
  .main .news .content li .txt span {
    display: block;
    width: 49px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    background: url("../images/news-more_03.jpg") no-repeat left center;
  }
  .main .news .content li:nth-child(3) {
    background: none;
  }
  .main .news .content .more {
    text-align: center;
    margin-top: 4%;
  }
  .main .news .content .more a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.6rem;
    color: #fff;
    width: 124px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #004b93;
    text-align: center;
  }
}

#Footer{background-color:#292b33}
#Footer,#Footer .widget_recent_entries ul li a{color:#ccc}
#Footer a{color:#0095eb; line-height:15px}
#Footer a:hover{color:#007cc3}
#Footer h1,#Footer h1 a,#Footer h1 a:hover,#Footer h2,#Footer h2 a,#Footer h2 a:hover,#Footer h3,#Footer h3 a,#Footer h3 a:hover,#Footer h4,#Footer h4 a,#Footer h4 a:hover,#Footer h5,#Footer h5 a,#Footer h5 a:hover,#Footer h6,#Footer h6 a,#Footer h6 a:hover{color:#fff}#Footer .themecolor,#Footer .widget_meta ul,#Footer .widget_pages ul,#Footer .widget_rss ul,#Footer .widget_mfn_recent_comments ul li:after,#Footer .widget_archive ul,#Footer .widget_recent_comments ul li:after,#Footer .widget_nav_menu ul,#Footer .widget_price_filter .price_label .from,#Footer .widget_price_filter .price_label .to,#Footer .star-rating span{color:#004b93}
#Footer .themebg,#Footer .widget_categories ul,#Footer .Recent_posts ul li .desc:after,#Footer .Recent_posts ul li .photo .c,#Footer .widget_recent_entries ul li:after,#Footer .widget_mfn_menu ul li a:hover,#Footer .widget_product_categories ul{background-color:#004b93}
#Footer .Recent_posts ul li a .desc .date,#Footer .widget_recent_entries ul li .post-date,#Footer .tp_recent_tweets .twitter_time,#Footer .widget_price_filter .price_label,#Footer .shop-filters .woocommerce-result-count,#Footer ul.product_list_widget li .quantity,#Footer .widget_shopping_cart ul.product_list_widget li dl{color:#a8a8a8}
#Footer .footer_copy .social li a,#Footer .footer_copy .social-menu a{color:#65666c}
#Footer .footer_copy .social li a:hover,#Footer .footer_copy .social-menu a:hover{color:#fff}
#Footer{background-position:center top;background-repeat:no-repeat;position:relative}
#Footer .footer_action{background:rgba(0,0,0,.1)}
#Footer .footer_action .one{margin-bottom:30px;padding-top:30px;text-align:center;font-size:110%;line-height:180%}
#Footer .widgets_wrapper{padding:45px 0}
#Footer .widgets_wrapper .column{margin-bottom:0}
#Footer .widgets_wrapper .widget{padding:15px 0; font-size:16px; margin-bottom:0;}
#Footer .widgets_wrapper .widget:after{display:none}
#Footer .footer_copy{border-top:1px solid rgba(255,255,255,.1)}
#Footer .footer_copy .one{margin-bottom:20px;padding-top:30px;min-height:33px}
#Footer .footer_copy .copyright{ text-align:center; font-size:16px; margin:10px 0 15px 0;}
#Footer .footer_copy .social{float:right;margin-right:20px}
#Footer .footer_copy .social li{display:inline-block;margin-right:6px}
#Footer .footer_copy .social li:last-child{margin-right:0}
#Footer .footer_copy .social li a{color:rgba(255,255,255,.3);font-size:15px;line-height:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
#Footer .footer_copy .social li a:hover{color:#fff}
#Footer .footer_copy .social-menu{float:right;margin-right:20px}
#Footer .footer_copy .social-menu li{display:inline-block;margin-right:6px;padding-right:6px;border-right:1px solid rgba(255,255,255,.1)}
#Footer .footer_copy .social-menu li:last-child{margin-right:0;padding-right:0;border-right:0}
.footer-copy-center #Footer .footer_copy{text-align:center}
.footer-copy-center #Footer .footer_copy .copyright{float:none;margin:0 0 10px}
.footer-copy-center #Footer .footer_copy a#back_to_top{float:none;margin:-10px 0 10px}
.footer-copy-center #Footer .footer_copy .social{float:none;margin:0}
.footer-copy-center #Footer .footer_copy .social-menu{float:none;margin:0}
.one-fourth.column,.four.columns{width:26%}
.one-fifth.column,.four.columns{width:10%; margin:0 0 0 4%}
.column,.columns{float:left;margin:0 1% 40px}
#Footer .widgets_wrapper .column{ margin-bottom:0;}
#Footer .footer_copy .footer-ama-nav{float:none;text-align:center}
#Footer .footer_copy .footer-ama-nav li{display:inline-block;padding-right:12px; padding-left:12px; padding-top:6px; margin-top:5px; font-size:18px;border-right:1px solid rgba(255,255,255,.1)}
#Footer .footer_copy .footer-ama-nav li:last-child{ border-right:none;}
#Footer .footer_copy .one{padding-top:10px}

/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .pro-ad {
  position: relative;
  overflow: hidden;
}
.ins-main .pro-ad img {
  width: 100%;
}
.ins-main .pro-ad .swiper-pagination-pro {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  text-align: center;
}
.ins-main .pro-ad .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0px;
  height: 10px;
  width: 10px;
  opacity: 1;
  border-radius: 10px;
}
.ins-main .pro-ad .swiper-pagination-bullet-active {
  background: #004b93;
  opacity: 1;
}
.ins-main .show-nav {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}
.ins-main .show-nav .container {
  position: relative;
}
.ins-main .show-nav p {
  margin: 0;
  font-size: 1.6rem;
  color: #5e5e5e;
  margin-left: 20px;
  padding-left: 54px;
  background: url("../images/house_03.jpg") no-repeat left center;
}
.ins-main .show-nav p a {
  color: #5e5e5e;
}
.ins-main .show-nav p a:hover {
  color: #ed7020;
}
.ins-main .show-nav p .active {
  color: #ed7020;
}
.ins-main .show-nav .back {
  position: absolute;
  right: 15px;
  top: 12px;
}
.ins-main .show-nav .back a {
  display: block;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #ed7020;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .ins-main .show-nav {
    height: auto;
    line-height: 39px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
  }
  .ins-main .show-nav .container {
    position: relative;
  }
  .ins-main .show-nav p {
    margin: 0;
    font-size: 1.6rem;
    color: #5e5e5e;
    margin-left: 0px;
    padding-left: 0;
    background: none;
  }
  .ins-main .show-nav p a {
    color: #5e5e5e;
  }
  .ins-main .show-nav p a:hover {
    color: #ed7020;
  }
  .ins-main .show-nav p .active {
    color: #ed7020;
  }
  .ins-main .show-nav .back {
    display: none;
    position: static;
    right: 15px;
    top: 12px;
  }
  .ins-main .show-nav .back a {
    display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #ed7020;
    color: #fff;
    font-size: 1.6rem;
  }
}
.ins-main .ins-nav {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-nav p {
  padding-left: 24px;
  background: url("../images/house_03.jpg") no-repeat left center;
}
.ins-main .ins-nav p a {
  font-size: 1.6rem;
  color: #666666;
}
.ins-main .ins-nav p a:hover {
  color: #004b93;
}
@media (max-width: 768px) {
  
}
.ins-main .ins-con {
  padding: 3% 0 2%;
}
.ins-main .ins-con .ins-lf {
  width: 19%;
  float: left;
}
.ins-main .ins-con .ins-lf ul {
  border-top: 2px solid #333;
}
.ins-main .ins-con .ins-lf .sub-nav {
  height: auto;
  line-height: 47px;
  border-bottom: 1px solid #ebebeb;
}
.ins-main .ins-con .ins-lf .sub-nav a {
  display: block;
  padding-left: 9%;
  font-size: 1.4rem;
  color: #333;
  background: #ffffff url("../images/lf-lit_05.png") no-repeat 3% 21px;
}
.ins-main .ins-con .ins-lf .sub-nav a:hover {
  color: #004b93;
  background: #f4f4f4 url("../images/lf-lit_03.png") no-repeat 3% 21px;
}
.ins-main .ins-con .ins-lf .sub-nav ul {
  background: #f4f4f4;
  padding: 0 0 16px;
  border: 1px solid transparent;
  border-bottom: none;
  display: none;
}
.ins-main .ins-con .ins-lf .sub-nav ul li {
  line-height: 37px;
  padding-left: 14px;
  font-weight: 500;
}
.ins-main .ins-con .ins-lf .sub-nav ul li a {
  display: block;
  font-size: 1.4rem;
  color: #333;
  padding-left: 22px;
  transition: 0;
  background: none;
}
.ins-main .ins-con .ins-lf .sub-nav ul li a:hover {
  color: #004b93;
  background: none;
}
.ins-main .ins-con .ins-lf .sub-nav ul .active a {
  color: #004b93;
  background: none;
}
.ins-main .ins-con .ins-lf .sub-nav ul li:last-child {
  border-bottom: none;
}
.ins-main .ins-con .ins-lf .sub-nav ul .content-list-active a {
  background: #babfd5 url("../images/lf-lit_06.png") no-repeat 10% 26px;
}
.ins-main .ins-con .ins-lf .sub-nav .content-active {
  display: block;
}
.ins-main .ins-con .ins-lf .sub-nav-active a {
  background: #f4f4f4 url("../images/lf-lit_03.png") no-repeat 3% 21px;
  color: #004b93;
}
.ins-main .ins-con .ins-lf .sub-nav:last-child {
  border-bottom: none;
}
.ins-main .ins-con .ins-rt {
  width: 79%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-con {
    padding: 2% 0;
  }
  .ins-main .ins-con .ins-lf {
    width: 100%;
    float: left;
  }
  .ins-main .ins-con .ins-lf .lf-tit {
    height: 50px;
    background: #004b93;
    color: #fff;
  }
  .ins-main .ins-con .ins-lf .lf-tit h5 {
    font-size: 3rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    text-align: center;
  }
  .ins-main .ins-con .ins-rt {
    width: 100%;
    float: right;
  }
}
.ins-main .ins-about {
  padding: 3% 0 4%;
}
.ins-main .ins-about .txt h5 {
  font-size: 3rem;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .ins-about .txt p {
  font-size: 1.4rem;
  color: #666666;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .ins-about .txt img {
  max-width: 100%;
}
.ins-main .ins-honor li {
  width: 19%;
  margin-right: 1.25%;
  float: left;
}
.ins-main .ins-honor li img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-honor li p {
  text-align: center;
  margin-top: 10px;
  font-size: 1.6rem;
  color: #333;
}
.ins-main .ins-honor li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor li {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .ins-main .ins-honor li img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-honor li p {
    text-align: center;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #333;
  }
  .ins-main .ins-honor li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .ins-main .ins-honor li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-exhibition li {
  width: 32.3333333%;
  margin-right: 1.33333%;
  float: left;
  margin-bottom: 1.333333%;
}
.ins-main .ins-exhibition li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-exhibition li:hover p {
  color: #fff;
  background: #004b93;
  font-weight: 600;
}
.ins-main .ins-exhibition li .img {
  overflow: hidden;
}
.ins-main .ins-exhibition li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-exhibition li p {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  color: #333;
  background: #f4f4f4;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-exhibition li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-exhibition li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }
  .ins-main .ins-exhibition li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-exhibition li:hover p {
    color: #fff;
    background: #004b93;
    font-weight: 600;
  }
  .ins-main .ins-exhibition li .img {
    overflow: hidden;
  }
  .ins-main .ins-exhibition li .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-exhibition li p {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #333;
    background: #f4f4f4;
    transition: 0.3s;
  }
  .ins-main .ins-exhibition li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-exhibition li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-company .txt h5 {
  font-size: 1.6rem;
  color: #333;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ins-main .ins-company .txt p {
  font-size: 1.6rem;
  color: #333;
  line-height: 180%;
}
.ins-main .ins-company .img-box {
  width: 70%;
  margin: 3% auto 0;
}
@media (max-width: 768px) {
  .ins-main .ins-company .img-box {
    width: 100%;
  }
}
.ins-main .ins-company .img-box .view .swiper-container {
  width: 100%;
  height: 100%;
}
.ins-main .ins-company .img-box .view .swiper-container .swiper-slide {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.ins-main .ins-company .img-box .view .swiper-container .swiper-slide img {
  width: 100%;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .ins-company .img-box .preview {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.ins-main .ins-company .img-box .preview .swiper-container {
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ins-main .ins-company .img-box .preview .swiper-container {
    width: 100%;
  }
}
.ins-main .ins-company .img-box .preview .arrow-left {
  background: url("../images/pro-prev_03.png") no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 22px;
  z-index: 10;
}
.ins-main .ins-company .img-box .preview .arrow-left:hover {
  background: url("../images/pro-prev2_03.png") no-repeat left top;
}
.ins-main .ins-company .img-box .preview .arrow-right {
  background: url("../images/pro-next_03.png") no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 22px;
  z-index: 10;
}
.ins-main .ins-company .img-box .preview .arrow-right:hover {
  background: url("../images/pro-next2_03.png") no-repeat left bottom;
}
.ins-main .ins-company .img-box .preview .swiper-slide {
  float: left;
  width: auto;
}
.ins-main .ins-company .img-box .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
  border: 1px solid #d9d9d9;
}
.ins-main .ins-company .img-box .preview .active-nav img {
  border: 1px solid #2f7cd3;
  box-sizing: border-box;
}
.ins-main .ins-choose .txt {
  margin-top: 3%;
}
.ins-main .ins-choose .txt h5 {
  font-size: 1.6rem;
  color: #333;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ins-main .ins-choose .txt p {
  font-size: 1.6rem;
  color: #333;
  line-height: 180%;
}
.ins-main .ins-choose .img-box {
  background: #f6f6f6;
  padding: 3% 15%;
}
@media (max-width: 768px) {
  .ins-main .ins-choose .img-box {
    padding: 0;
  }
}
.ins-main .ins-choose .img-box .view .swiper-container {
  width: 100%;
  height: 100%;
}
.ins-main .ins-choose .img-box .view .swiper-container .swiper-slide {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.ins-main .ins-choose .img-box .view .swiper-container .swiper-slide img {
  width: 100%;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
}
.ins-main .ins-choose .img-box .preview {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.ins-main .ins-choose .img-box .preview .swiper-container {
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ins-main .ins-choose .img-box .preview .swiper-container {
    width: 100%;
  }
}
.ins-main .ins-choose .img-box .preview .arrow-left {
  background: url("../images/pro-prev_03.png") no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 22px;
  z-index: 10;
}
.ins-main .ins-choose .img-box .preview .arrow-left:hover {
  background: url("../images/pro-prev2_03.png") no-repeat left top;
}
.ins-main .ins-choose .img-box .preview .arrow-right {
  background: url("../images/pro-next_03.png") no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 22px;
  z-index: 10;
}
.ins-main .ins-choose .img-box .preview .arrow-right:hover {
  background: url("../images/pro-next2_03.png") no-repeat left bottom;
}
.ins-main .ins-choose .img-box .preview .swiper-slide {
  float: left;
  width: auto;
}
.ins-main .ins-choose .img-box .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  background: url("../images/pro-bg-grey_03.jpg") no-repeat center;
  background-size: cover;
  border: 1px solid #d9d9d9;
}
.ins-main .ins-choose .img-box .preview .active-nav img {
  border: 1px solid #2f7cd3;
  box-sizing: border-box;
}
.ins-main .ins-solution {
  padding: 3% 0;
}
.ins-main .ins-solution li {
  width: 31.33333%;
  margin-right: 3%;
  margin-bottom: 2%;
  position: relative;
  float: left;
}
.ins-main .ins-solution li:hover .img-box p {
  opacity: 0;
}
.ins-main .ins-solution li:hover .masking {
  opacity: 1;
}
.ins-main .ins-solution li .img-box {
  position: relative;
}
.ins-main .ins-solution li .img-box img {
  width: 100%;
}
.ins-main .ins-solution li .img-box p {
  width: 100%;
  bottom: 10px;
  font-size: 2.2rem;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  text-align: center;
}
.ins-main .ins-solution li .masking {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(252, 208, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.ins-main .ins-solution li .masking p {
  width: 80%;
  text-align: center;
  border: 1px solid #fff;
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 0.6rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-solution li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 3% 0;
  }
  .ins-main .ins-solution li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    float: left;
  }
  .ins-main .ins-solution li:hover .img-box p {
    opacity: 1;
  }
  .ins-main .ins-solution li:hover .masking {
    opacity: 0;
  }
  .ins-main .ins-solution li .img-box {
    position: relative;
  }
  .ins-main .ins-solution li .img-box img {
    width: 100%;
  }
  .ins-main .ins-solution li .img-box p {
    width: 100%;
    bottom: 10px;
    font-size: 2.2rem;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    text-align: center;
  }
  .ins-main .ins-solution li .masking {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(252, 208, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .ins-main .ins-solution li .masking p {
    width: 80%;
    text-align: center;
    border: 1px solid #fff;
    font-size: 2.2rem;
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 0.6rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-solution li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-solution li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-service .img-box {
  margin-bottom: 2%;
}
.ins-main .ins-service img {
  width: 100%;
}
.ins-main .ins-jianjie {
  padding: 3% 0 0;
}
.ins-main .ins-jianjie .content {
  padding-bottom: 3%;
}
.ins-main .ins-jianjie .content .txt-box .img {
  float: left;
  width: 47%;
}
.ins-main .ins-jianjie .content .txt-box .img img {
  width: 100%;
}
.ins-main .ins-jianjie .content .txt-box .txt {
  float: right;
  width: 50%;
}
.ins-main .ins-jianjie .content .txt-box .txt p {
  font-size: 1.4rem;
  color: #6d6d6d;
  line-height: 170%;
}
.ins-main .ins-jianjie .content .txt-box {
  margin: 3% 0;
}
.ins-main .ins-jianjie .content .txt-box p {
  font-size: 1.6rem;
  color: #28262b;
  text-indent: 32px;
  line-height: 240%;
  margin-bottom: 3%;
}
.ins-main .ins-jianjie .honor {
  padding: 3% 0;
  background: #f7f7f7;
}
.ins-main .ins-jianjie .honor h5 {
  font-size: 1.8rem;
  color: #151515;
  text-align: center;
  text-transform: uppercase;
}
.ins-main .ins-jianjie .honor .honor-box {
  padding: 3% 2%;
  background: #fff;
  position: relative;
  margin-top: 3%;
}
.ins-main .ins-jianjie .honor .honor-box .swiper-container-honor {
  overflow: hidden;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.ins-main .ins-jianjie .honor .honor-box .swiper-container-honor .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-jianjie .honor .honor-box .swiper-button-prev-honor {
  position: absolute;
  top: 46%;
  left: 15px;
  cursor: pointer;
  z-index: 2;
  width: 15px;
  height: 29px;
  background: url("../images/honor-btn_03.jpg") no-repeat center;
}
.ins-main .ins-jianjie .honor .honor-box .swiper-button-prev-honor:hover {
  background: url("../images/honor-btn_08.jpg") no-repeat center;
}
.ins-main .ins-jianjie .honor .honor-box .swiper-button-next-honor {
  position: absolute;
  top: 46%;
  right: 15px;
  cursor: pointer;
  z-index: 2;
  width: 15px;
  height: 29px;
  background: url("../images/honor-btn_07.jpg") no-repeat center;
}
.ins-main .ins-jianjie .honor .honor-box .swiper-button-next-honor:hover {
  background: url("../images/honor-btn_05.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .ins-jianjie {
    padding: 3% 0 4%;
  }
  .ins-main .ins-jianjie .content {
    padding-bottom: 3%;
  }
  .ins-main .ins-jianjie .content .txt-box .img {
    float: left;
    width: 100%;
  }
  .ins-main .ins-jianjie .content .txt-box .img img {
    width: 100%;
  }
  .ins-main .ins-jianjie .content .txt-box .txt {
    float: right;
    width: 100%;
    margin-top: 4%;
  }
  .ins-main .ins-jianjie .content .txt-box .txt p {
    font-size: 1.4rem;
    color: #6d6d6d;
    line-height: 170%;
  }
  .ins-main .ins-jianjie .content .txt-box {
    margin: 3% 0;
  }
  .ins-main .ins-jianjie .content .txt-box p {
    font-size: 1.6rem;
    color: #28262b;
    text-indent: 32px;
    line-height: 240%;
    margin-bottom: 3%;
  }
}
.ins-main .ins-culture {
  padding: 3% 0 0;
}
.ins-main .ins-culture .content .list-box {
  margin: 3% 0 0;
}
.ins-main .ins-culture .content .list-box li {
  width: 28.3333333%;
  float: left;
  text-align: center;
  margin: 0 2.5% 3% 2.5%;
}
.ins-main .ins-culture .content .list-box li:hover h6 {
  color: #ed7020;
}
.ins-main .ins-culture .content .list-box li:hover p {
  color: #ed7020;
}
.ins-main .ins-culture .content .list-box li img {
  width: 60%;
  margin: 0 auto;
}
.ins-main .ins-culture .content .list-box li h6 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #000;
  margin: 6% 0 4%;
}
.ins-main .ins-culture .content .list-box li p {
  font-size: 1.4rem;
  color: #636363;
  line-height: 160%;
  height: 66px;
}
@media (max-width: 768px) {
  .ins-main .ins-culture {
    padding: 3% 0 0;
  }
  .ins-main .ins-culture .content .list-box {
    margin: 3% 0 0;
  }
  .ins-main .ins-culture .content .list-box li {
    width: 49%;
    float: left;
    text-align: center;
    margin: 0 2% 3% 0%;
  }
  .ins-main .ins-culture .content .list-box li:hover h6 {
    color: #ed7020;
  }
  .ins-main .ins-culture .content .list-box li:hover p {
    color: #ed7020;
  }
  .ins-main .ins-culture .content .list-box li img {
    width: 60%;
    margin: 0 auto;
  }
  .ins-main .ins-culture .content .list-box li h6 {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000;
    margin: 6% 0 4%;
  }
  .ins-main .ins-culture .content .list-box li p {
    font-size: 1.4rem;
    color: #636363;
    line-height: 160%;
    height: 33px;
  }
  .ins-main .ins-culture .content .list-box li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ins-main .ins-culture .content .list-box li:nth-child(1) p {
    height: 66px;
  }
  .ins-main .ins-culture .content .list-box li:nth-child(2) p {
    height: 66px;
  }
}
.ins-main .ins-contact .txt-box {
  margin: 6% 0;
  border: 10px solid #004b93;
  border-radius: 20px;
  padding: 5% 6%;
}
.ins-main .ins-contact .txt-box h5 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  padding-left: 30px;
  background: url("../images/contact-lit_03.jpg") no-repeat left center;
  margin-bottom: 20px;
  line-height: 21px;
}
.ins-main .ins-contact .txt-box p {
  padding-left: 30px;
  font-size: 1.6rem;
  color: #666;
}
.ins-main .ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 600px;
}
.ins-main .ins-contact .map .my-map .icon {
  background: url(../images/marker.png) no-repeat;
}
.ins-main .ins-contact .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map .amap-container {
  height: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .txt-box {
    margin: 6% 0;
    border: 5px solid #004b93;
    border-radius: 20px;
    padding: 5% 6%;
  }
  .ins-main .ins-contact .txt-box h5 {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    padding-left: 30px;
    background: url("../images/contact-lit_03.jpg") no-repeat left center;
    margin-bottom: 20px;
  }
  .ins-main .ins-contact .txt-box p {
    padding-left: 30px;
    font-size: 1.6rem;
    color: #666;
  }
  .ins-main .ins-contact .map .my-map {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .ins-main .ins-contact .map .my-map .icon {
    background: url(../images/marker.png) no-repeat;
  }
  .ins-main .ins-contact .map .my-map .icon-cir {
    height: 31px;
    width: 28px;
  }
  .ins-main .ins-contact .map .my-map .icon-cir-red {
    background-position: -11px -5px;
  }
  .ins-main .ins-contact .map .amap-container {
    height: 100%;
  }
}
.ins-main .ins-download {
  padding: 2% 0;
}
.ins-main .ins-download .list {
  margin-bottom: 25px;
  border: 1px solid #ececec;
  font-size: 1.6rem;
  color: #969696;
}
.ins-main .ins-download .list ul {
  margin: 0;
}
.ins-main .ins-download .list li:nth-child(1) {
  background: #f3f3f3;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ececec;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(1) {
  width: 47%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(2) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(3) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(1) span:nth-child(4) {
  width: 13%;
  float: left;
}
.ins-main .ins-download .list li:nth-child(2) {
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(1) {
  width: 47%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(2) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(3) {
  width: 20%;
  float: left;
  border-right: 1px solid #e0e0e0;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(4) {
  width: 13%;
  float: left;
  background: url("../images/download_03.jpg") no-repeat center;
}
.ins-main .ins-download .list li:nth-child(2) span:nth-child(4) a {
  height: 60px;
  display: block;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 2% 0;
  }
  .ins-main .ins-download .list {
    margin-bottom: 15px;
    border: 1px solid #ececec;
    font-size: 1.6rem;
    color: #969696;
  }
  .ins-main .ins-download .list ul {
    margin: 0;
  }
  .ins-main .ins-download .list li:nth-child(1) {
    background: #f3f3f3;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(1) {
    width: 37%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(2) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(3) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(1) span:nth-child(4) {
    width: 18%;
    float: left;
  }
  .ins-main .ins-download .list li:nth-child(2) {
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(1) {
    width: 37%;
    float: left;
    border-right: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(2) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(3) {
    width: 22.5%;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(4) {
    width: 18%;
    float: left;
    background: url("../images/download_03.jpg") no-repeat center;
  }
  .ins-main .ins-download .list li:nth-child(2) span:nth-child(4) a {
    height: 40px;
    display: block;
  }
}
.ins-main .ins-case {
  margin-bottom: 2%;
}
.ins-main .ins-case ul {
  margin: 0;
}
.ins-main .ins-case li {
  width: 32.333333%;
  float: left;
  margin: 0 1.5% 1.5% 0;
  position: relative;
}
.ins-main .ins-case li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-case li:hover .masking {
  opacity: 1;
}
.ins-main .ins-case li .img {
  overflow: hidden;
}
.ins-main .ins-case li .img img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-case li .masking {
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(193, 0, 2, 0.6);
}
.ins-main .ins-case li .masking .txt {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-case li .masking .txt p {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 15%;
}
.ins-main .ins-case li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case ul {
    margin: 0;
  }
  .ins-main .ins-case li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
  }
  .ins-main .ins-case li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-case li .img {
    overflow: hidden;
  }
  .ins-main .ins-case li .img img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-case li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-case li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-zhichi {
  margin-bottom: 2%;
}
.ins-main .ins-zhichi li {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.ins-main .ins-zhichi li a {
  display: block;
  padding: 3%;
}
.ins-main .ins-zhichi li:hover {
  border: 1px solid #c10002;
}
.ins-main .ins-zhichi li:hover .date {
  background: #c10002;
}
.ins-main .ins-zhichi li:hover .date h5 {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .date p {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .txt h6 {
  color: #c10002;
}
.ins-main .ins-zhichi li:hover .txt span {
  color: #fff;
  border-color: #c10002;
  background: #c10002;
}
.ins-main .ins-zhichi li .date {
  height: 132px;
  background: #f9f9f9;
  transition: 0.4s;
  text-align: center;
  width: 20%;
  float: left;
}
.ins-main .ins-zhichi li .date h5 {
  font-size: 3.6rem;
  color: #c10002;
  padding: 20px 0 10px;
}
.ins-main .ins-zhichi li .date p {
  font-size: 1.6rem;
  color: #474747;
}
.ins-main .ins-zhichi li .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-zhichi li .txt h6 {
  font-size: 1.8rem;
  color: #474747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.ins-main .ins-zhichi li .txt p {
  font-size: 1.4rem;
  color: #474747;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-zhichi li .txt span {
  display: block;
  height: 33px;
  line-height: 33px;
  width: 113px;
  text-align: center;
  border: 1px solid #ececec;
  font-size: 1.4rem;
  color: #474747;
}
@media (max-width: 768px) {
  .ins-main .ins-zhichi {
    margin-bottom: 2%;
  }
  .ins-main .ins-zhichi li {
    border: 1px solid #ececec;
    margin-bottom: 20px;
  }
  .ins-main .ins-zhichi li a {
    display: block;
    padding: 1% 0;
  }
  .ins-main .ins-zhichi li:hover {
    border: 1px solid #c10002;
  }
  .ins-main .ins-zhichi li:hover .date {
    background: #c10002;
  }
  .ins-main .ins-zhichi li:hover .date h5 {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .date p {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .txt h6 {
    color: #c10002;
  }
  .ins-main .ins-zhichi li:hover .txt span {
    color: #fff;
    border-color: #c10002;
    background: #c10002;
  }
  .ins-main .ins-zhichi li .date {
    height: 111px;
    background: #f9f9f9;
    transition: 0.4s;
    text-align: center;
    width: 25%;
    float: left;
  }
  .ins-main .ins-zhichi li .date h5 {
    font-size: 3.6rem;
    color: #c10002;
    padding: 20px 0 10px;
  }
  .ins-main .ins-zhichi li .date p {
    font-size: 1.6rem;
    color: #474747;
  }
  .ins-main .ins-zhichi li .txt {
    width: 70%;
    float: right;
  }
  .ins-main .ins-zhichi li .txt h6 {
    font-size: 1.8rem;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
  .ins-main .ins-zhichi li .txt p {
    font-size: 1.4rem;
    color: #474747;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-zhichi li .txt span {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 93px;
    text-align: center;
    border: 1px solid #ececec;
    font-size: 1.4rem;
    color: #474747;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #ed7020;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #ed7020;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border: 1px solid #cdcdcd;
  clear: both;
  border-top: none;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #ed7020;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #ed7020;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 700px;
    max-width: 700px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #ed7020;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #ed7020;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border: 1px solid #b5b3b3;
    clear: both;
    border-top: none;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #ed7020;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #ed7020;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-question {
  padding: 3% 0;
}
.ins-main .ins-question .list-box {
  margin-top: 3%;
}
.ins-main .ins-question .list-box li {
  padding: 17px 22px;
  border: 1px solid #f5f5f5;
  transition: 0.3s;
  margin-bottom: 2%;
  background: #f7f7f7;
}
.ins-main .ins-question .list-box li:hover {
  background: #ed7020;
}
.ins-main .ins-question .list-box li:hover b {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover span {
  color: #fff;
}
.ins-main .ins-question .list-box li b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2.4rem;
  color: #ed7020;
  font-weight: 600;
  margin-right: 8px;
  vertical-align: top;
}
.ins-main .ins-question .list-box li h6 {
  font-size: 1.8rem;
  color: #1c1c1c;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.ins-main .ins-question .list-box li span {
  font-size: 1.4rem;
  color: #464646;
  line-height: 180%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 97%;
}
@media (max-width: 768px) {
  .ins-main .ins-question {
    padding: 3% 0;
  }
  .ins-main .ins-question .list-box {
    margin-top: 3%;
  }
  .ins-main .ins-question .list-box li {
    padding: 17px 22px;
    border: 1px solid #f5f5f5;
    transition: 0.3s;
    margin-bottom: 4%;
    background: #f7f7f7;
  }
  .ins-main .ins-question .list-box li:hover {
    background: #ed7020;
  }
  .ins-main .ins-question .list-box li:hover b {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover h6 {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover span {
    color: #fff;
  }
  .ins-main .ins-question .list-box li b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 2.4rem;
    color: #ed7020;
    font-weight: 600;
    margin-right: 8px;
    vertical-align: top;
    float: left;
  }
  .ins-main .ins-question .list-box li h6 {
    font-size: 1.8rem;
    color: #1c1c1c;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
  }
  .ins-main .ins-question .list-box li span {
    font-size: 1.4rem;
    color: #464646;
    line-height: 180%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 92%;
  }
}
.ins-main .ins-news {
  padding: 3% 0;
}
.ins-main .ins-news li {
  transition: 0.4s;
  transition: 0.3s;
  padding: 3%;
  border: 1px solid #eee;
  border-radius: 24px;
  margin-bottom: 3%;
}
.ins-main .ins-news li:hover {
  border: 1px solid #004b93;
}
.ins-main .ins-news li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news li:hover .txt h6 {
  color: #004b93;
}
.ins-main .ins-news li:hover .txt p {
  color: #004b93;
}
.ins-main .ins-news li .date {
  width: 11%;
  text-align: left;
  float: left;
  padding-top: 6%;
  padding-left: 1%;
}
.ins-main .ins-news li .date h4 {
  font-size: 3rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0px;
}
.ins-main .ins-news li .date p {
  font-size: 3rem;
  color: #333;
}
.ins-main .ins-news li .img {
  float: left;
  overflow: hidden;
  width: 27.5%;
}
.ins-main .ins-news li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news li .txt {
  width: 58.5%;
  float: right;
}
.ins-main .ins-news li .txt h6 {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 3%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-news li .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
  padding-bottom: 15px;
  margin-top: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 3% 0;
  }
  .ins-main .ins-news li {
    transition: 0.4s;
    transition: 0.3s;
    padding: 3%;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 3%;
  }
  .ins-main .ins-news li:hover {
    border: 1px solid #004b93;
  }
  .ins-main .ins-news li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-news li:hover .txt h6 {
    color: #004b93;
  }
  .ins-main .ins-news li:hover .txt p {
    color: #004b93;
  }
  .ins-main .ins-news li .date {
    width: 11%;
    text-align: left;
    float: left;
    padding-top: 6%;
    padding-left: 1%;
    display: none;
  }
  .ins-main .ins-news li .date h4 {
    font-size: 3rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .ins-main .ins-news li .date p {
    font-size: 3rem;
    color: #333;
  }
  .ins-main .ins-news li .img {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  .ins-main .ins-news li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-news li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-news li .txt h6 {
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-news li .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 180%;
    padding-bottom: 0;
    margin-top: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.ins-main .news-show {
  padding: 3% 0;
}
.ins-main .news-show .tit {
  text-align: center;
  margin: 1% 0 1%;
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .tit h5 {
  font-size: 2.8rem;
  color: #333;
  text-align: center;
  margin: 0 0 1%;
}
.ins-main .news-show .tit p {
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
}
.ins-main .news-show .txt {
  padding: 3% 0;
}
.ins-main .news-show .txt img {
  max-width: 100%!important;
  height: auto!important;
  width: auto!important;
}
.ins-main .news-show .txt .img {
  margin: 3% 0;
  text-align: center;
}
.ins-main .news-show .txt .img img {
  max-width: 100%!important;
}
.ins-main .news-show .txt p {
  font-size: 1.6rem;
  color: #666;
  line-height: 180%;
}
.ins-main .news-show .link .left {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .left a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  background: #eee;
  padding-left: 28px;
  background: url("../images/news-show-lit_03.jpg") no-repeat left center;
}
.ins-main .news-show .link .left a:hover {
  color: #004b93;
}
.ins-main .news-show .link .right {
  width: 50%;
  float: right;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-show .link .right a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  background: #eee;
  padding-right: 28px;
  text-align: right;
  background: url("../images/news-show-lit_05.jpg") no-repeat right center;
}
.ins-main .news-show .link .right a:hover {
  color: #004b93;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 3% 0;
  }
  .ins-main .news-show .tit {
    text-align: center;
    margin: 1% 0 1%;
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .tit h5 {
    font-size: 2.8rem;
    color: #333;
    text-align: center;
    margin: 0 0 1%;
  }
  .ins-main .news-show .tit p {
    font-size: 1.4rem;
    color: #999;
    text-transform: uppercase;
  }
  .ins-main .news-show .txt {
    padding: 3% 0;
  }
  .ins-main .news-show .txt img {
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
  }
  .ins-main .news-show .txt .img {
    margin: 3% 0;
    text-align: center;
  }
  .ins-main .news-show .txt .img img {
    max-width: 100%!important;
  }
  .ins-main .news-show .txt p {
    font-size: 1.6rem;
    color: #666;
    line-height: 180%;
  }
  .ins-main .news-show .link .left {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .left a {
    display: block;
    font-size: 1.6rem;
    color: #333;
    background: #eee;
    padding-left: 28px;
    background: url("../images/news-show-lit_03.jpg") no-repeat left center;
  }
  .ins-main .news-show .link .left a:hover {
    color: #004b93;
  }
  .ins-main .news-show .link .right {
    width: 100%;
    float: right;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .news-show .link .right a {
    display: block;
    font-size: 1.6rem;
    color: #333;
    background: #eee;
    padding-left: 28px;
    text-align: left;
    background: url("../images/news-show-lit_03.jpg") no-repeat left center;
  }
  .ins-main .news-show .link .right a:hover {
    color: #004b93;
  }
}
.ins-main .ins-product {
  margin-bottom: 2%;
}
.ins-main .ins-product ul {
  margin: 0;
}
.ins-main .ins-product li {
  position: relative;
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  transition: 0.4s;
  border: 1px solid transparent;
}
.ins-main .ins-product li:hover {
  border: 1px solid #004b93;
}
.ins-main .ins-product li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product li:hover p {
  background: #fcd000 url("../images/pro-more_05.png") no-repeat 95% center;
  color: #fff;
}
.ins-main .ins-product li .img {
  overflow: hidden;
}
.ins-main .ins-product li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-product li p {
  line-height: 45px;
  background: #f4f4f4;
  padding: 0 5%;
  transition: 0.3s;
  background: #f4f4f4 url("../images/pro-more_03.png") no-repeat 95% center;
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}
.ins-main .ins-product li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    margin-bottom: 2%;
  }
  .ins-main .ins-product ul {
    margin: 0;
  }
  .ins-main .ins-product li {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
    border: 1px solid #f5f5f5;
    margin-bottom: 2%;
  }
  .ins-main .ins-product li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-product li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .product-show {
  padding: 3% 0 4%;
}
.ins-main .product-show .top-show .left {
  width: 50%;
  float: left;
}
.ins-main .product-show .top-show .left .view .swiper-container {
  height: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview {
  width: 100%;
  padding: 2% 6%;
  position: relative;
}
.ins-main .product-show .top-show .left .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .top-show .left .preview .arrow-left {
  background: url("../images/show-btn_03.jpg") no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  width: 14px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .arrow-right {
  background: url("../images/show-btn_05.jpg") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 14px;
  height: 22px;
  z-index: 2;
}
.ins-main .product-show .top-show .left .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .top-show .left .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 2px solid #efefef;
  background: #f3f3f3;
}
.ins-main .product-show .top-show .left .preview .active-nav img {
  border: 2px solid #004b93;
}
.ins-main .product-show .top-show .right {
  width: 47%;
  float: right;
}
.ins-main .product-show .top-show .right .txt-box .rt-tit {
  border-bottom: 1px solid #000;
  padding-bottom: 2%;
}
.ins-main .product-show .top-show .right .txt-box .rt-tit h4 {
  font-size: 4rem;
  color: #333;
}
.ins-main .product-show .top-show .right .txt-box .rt-tit h4 span {
  float: right;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background: #004b93;
  border-radius: 3px;
  font-size: 1.2rem;
  margin: 20px 0 0 0;
}
.ins-main .product-show .top-show .right .txt-box .txt {
  margin: 10% 0;
}
.ins-main .product-show .top-show .right .txt-box p {
  margin: 4px 0;
  line-height: 220%;
  font-size: 1.4rem;
  color: #666;
}
.ins-main .product-show .top-show .right .txt-box .link a {
  display: block;
  height: 70px;
  line-height: 70px;
  background: #004b93;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
}
.ins-main .product-show .show-tit {
  border-bottom: 1px solid #04244d;
}
.ins-main .product-show .show-tit h5 {
  font-size: 3rem;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 3px solid #004b93;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: -1px;
}
.ins-main .product-show .introduction {
  margin: 3% 0;
}
.ins-main .product-show .introduction .content {
  padding: 2% 0;
}
.ins-main .product-show .introduction img {
  max-width: 100%;
}
.ins-main .product-show .case {
  margin: 3% 0;
}
.ins-main .product-show .case .content {
  padding: 2% 0;
}
.ins-main .product-show .case img {
  max-width: 100%;
}
.ins-main .product-show .recomend {
  background: #fff;
}
.ins-main .product-show .recomend .recomend-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .product-show .recomend .recomend-tit h6 {
  height: 49px;
  line-height: 49px;
  width: 182px;
  background: #ed7020;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.ins-main .product-show .recomend .swiper-container-recomend {
  overflow: hidden;
  position: relative;
  padding: 2% 0 0;
}
.ins-main .product-show .recomend .swiper-slide {
  position: relative;
}
.ins-main .product-show .recomend .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.ins-main .product-show .recomend .swiper-slide:hover p {
  background: #fcd000 url("../images/pro-more_05.png") no-repeat 95% center;
  color: #fff;
}
.ins-main .product-show .recomend .swiper-slide .img {
  overflow: hidden;
}
.ins-main .product-show .recomend .swiper-slide .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .product-show .recomend .swiper-slide p {
  line-height: 40px;
  background: #f4f4f4;
  padding: 0 5%;
  transition: 0.3s;
  background: #f4f4f4 url("../images/pro-more_03.png") no-repeat 95% center;
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}
@media (max-width: 768px) {
  .ins-main .product-show {
    padding: 3% 0 4%;
  }
  .ins-main .product-show .top-show .left {
    width: 100%;
    float: left;
  }
  .ins-main .product-show .top-show .left .view .swiper-container {
    height: 100%;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide {
    width: 100%;
  }
  .ins-main .product-show .top-show .left .view .swiper-container .swiper-slide img {
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .left .preview {
    width: 100%;
    padding: 2% 6%;
    position: relative;
  }
  .ins-main .product-show .top-show .left .preview .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .product-show .top-show .left .preview .arrow-left {
    background: url("../images/show-btn_03.jpg") no-repeat center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    width: 14px;
    height: 22px;
    z-index: 2;
  }
  .ins-main .product-show .top-show .left .preview .arrow-right {
    background: url("../images/show-btn_05.jpg") no-repeat center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 14px;
    height: 22px;
    z-index: 2;
  }
  .ins-main .product-show .top-show .left .preview .swiper-slide {
    float: left;
    width: auto;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .ins-main .product-show .top-show .left .preview .swiper-slide img {
    width: 100%;
    cursor: pointer;
    border: 2px solid #efefef;
    background: #f3f3f3;
  }
  .ins-main .product-show .top-show .left .preview .active-nav img {
    border: 2px solid #004b93;
  }
  .ins-main .product-show .top-show .right {
    width: 100%;
    float: right;
  }
  .ins-main .product-show .top-show .right .txt-box .rt-tit {
    border-bottom: 1px solid #000;
    padding-bottom: 2%;
  }
  .ins-main .product-show .top-show .right .txt-box .rt-tit h4 {
    font-size: 4rem;
    color: #333;
  }
  .ins-main .product-show .top-show .right .txt-box .rt-tit h4 span {
    float: right;
    padding: 0.3rem 0.5rem;
    color: #fff;
    background: #004b93;
    border-radius: 3px;
    font-size: 1.2rem;
    margin: 20px 0 0 0;
  }
  .ins-main .product-show .top-show .right .txt-box .txt {
    margin: 10% 0;
  }
  .ins-main .product-show .top-show .right .txt-box p {
    margin: 4px 0;
    line-height: 220%;
    font-size: 1.4rem;
    color: #666;
  }
  .ins-main .product-show .top-show .right .txt-box .link a {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #004b93;
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
  }
  .ins-main .product-show .show-tit {
    border-bottom: 1px solid #04244d;
  }
  .ins-main .product-show .show-tit h5 {
    font-size: 3rem;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-bottom: 3px solid #004b93;
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: -1px;
  }
  .ins-main .product-show .introduction {
    margin: 3% 0;
  }
  .ins-main .product-show .introduction .content {
    padding: 2% 0;
  }
  .ins-main .product-show .introduction img {
    max-width: 100%;
  }
  .ins-main .product-show .case {
    margin: 3% 0;
  }
  .ins-main .product-show .case .content {
    padding: 2% 0;
  }
  .ins-main .product-show .case img {
    max-width: 100%;
  }
  .ins-main .product-show .recomend {
    background: #fff;
  }
  .ins-main .product-show .recomend .recomend-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .product-show .recomend .recomend-tit h6 {
    height: 49px;
    line-height: 49px;
    width: 182px;
    background: #ed7020;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  .ins-main .product-show .recomend .swiper-container-recomend {
    overflow: hidden;
    position: relative;
    padding: 2% 0 0;
  }
  .ins-main .product-show .recomend .swiper-slide {
    position: relative;
  }
  .ins-main .product-show .recomend .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .product-show .recomend .swiper-slide:hover p {
    background: #fcd000 url("../images/pro-more_05.png") no-repeat 95% center;
    color: #fff;
  }
  .ins-main .product-show .recomend .swiper-slide .img {
    overflow: hidden;
  }
  .ins-main .product-show .recomend .swiper-slide .img img {
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .product-show .recomend .swiper-slide p {
    line-height: 40px;
    background: #f4f4f4;
    padding: 0 5%;
    transition: 0.3s;
    background: #f4f4f4 url("../images/pro-more_03.png") no-repeat 95% center;
    font-size: 1.4rem;
    color: #666;
    margin: 0;
  }
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #004b93;
  color: #fff;
  font-size: 14px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #004b93;
  background-color: #004b93;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #004b93;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #004b93;
    background-color: #004b93;
  }
}
/*弹窗样式*/
.layui-layer-page .layui-layer-content {
  height: auto!important;
}
.layui-layer .layui-layer-title {
  font-size: 0;
  background-color: #fff;
  border-bottom: 0;
}
.layui-layer .layui-layer-title {
  background: transparent;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 96%!important;
  }
  .mod_player {
    width: 96%!important;
  }
  .layui-layer-photos {
    width: auto!important;
  }
}
.my-map {
  margin: 0 auto;
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .my-map {
    height: 300px;
  }
}
.my-map .icon {
  background: url(../images/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}

.pro-box{ width:100%; height:100%; overflow:hidden; padding:50px 0; background:url(../images/sfondo-numeri.jpg) !important; background-position:center !important; background-repeat:no-repeat !important;background-size:cover !important;}
.pro-box h1{ font-size:44px; color:#004b93; font-weight:normal; text-transform:uppercase; text-align:center;}
.pro-scroll{ width:1200px; height:100%; overflow:hidden; margin:0 auto;}
.pro-item{ float:left; width:275px; height:176px; overflow:hidden; margin:20px 0px 0px 0px;}
.pro-item .pic{ width:275px; height:176px; margin-bottom:1px; margin-top:10px; overflow:hidden;}
.pro-item .pic a{ width:275px; height:176px;
overflow:hidden;
display:table-cell;
vertical-align:middle;
text-align:center;
*display:block;
*font-size:122px;
*line-height: 1;
}
.pro-scroll .hover{ background-position:right bottom;}
.pro-scroll .hover a{ color:#fff;}
.pro-scroll .slick-prev, .pro-scroll .slick-next { position: absolute; display: block; height: 43px; width: 43px; cursor: pointer; background: url(../Images/arrow.png) left bottom; _background:url(../images/arrow.gif) no-repeat left bottom; padding: 0; outline: none; border:0; text-indent:-9999px; overflow:hidden; margin:10px 0px 0px 0px;}
.pro-scroll .slick-prev { right: 82px; }
.pro-scroll .slick-next { right: 34px; background-position:right bottom;}


#Subheader{padding:10px 0; background:rgba(247, 247, 247, 1)}
#Subheader .column{ margin-bottom:0;}
.one.column{ width:98%;}
#Subheader .title{ width:100%; font-size:30px; line-height:35px; font-weight:700;}
#Subheader ul.breadcrumbs{ width:100%; display:block; float:right; text-align:right; font-size:14px !important; margin-bottom:0; margin-top:5px;}
#Subheader ul.breadcrumbs li{ display: inline-block; color:rgba(0, 75, 147, 0.6);}
#Subheader ul.breadcrumbs li a{color:rgba(0, 75, 147, 0.6);}
#Subheader ul.breadcrumbs li span{ margin:0 10px; opacity:.4}


#inner_banner_1{ width:100%; height:286px; position:relative; background-size:100% 100%; background: url(../Images/about_1.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_2{ width:100%; height:286px; position:relative; background-size:100% 100%; background: url(../Images/about_2.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_3{ width:100%; height:286px; position:relative; background-size:100% 100%; background: url(../Images/about_3.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_4{ width:100%; height:286px; position:relative; background-size:100% 100%; background: url(../Images/about_4.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_5{ width:100%; height:286px; position:relative; background-size:100% 100%; background: url(../Images/about_5.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_6{ width:100%; height:286px; position:relative; background-size:100% 100%; background: url(../Images/about_6.jpg) center no-repeat; overflow:hidden; z-index:-1;}
#inner_banner_7{ width:100%; height:286px; position:relative; background-size:100% 100%; background: url(../Images/about_7.jpg) center no-repeat; overflow:hidden; z-index:-1;}
.banner_text{ font-size:40px; color:#FFFFFF; text-align:center; line-height:44px; padding-top:108px; letter-spacing:5px;}
.banner_text span{ font-size:22px; font-weight:normal; letter-spacing:normal; font-family:Arial, Helvetica, sans-serif}


.hero__index{position:relative; padding:50px 0px 10px 0px;}
.col-md-12{ flex:0 0 100%; max-width:100%;}
.page-header{ margin-bottom:3rem; font-size:16px; color:#666; line-height:30px;}
.display-1{font-size:46px;line-height:1.1; color:#004b93; font-weight:700;font-family: 'UniviaPro';}
.lead{margin-bottom:1.25rem;font-size:20px;font-family:UniviaPro;line-height:1.4; color:#004b93; font-weight:700;}
.line-top{width:100%;position:absolute;left:0;top:0;height:5px}
.line-top .line-top__inner{position:absolute;left:0;top:0;height:100%;width:0}
.col-lg-3{ flex:0 0 25%; max-width:25%; padding-left:15px; padding-right:15px;}
[class*=card-bar-]:before{content:'';margin-right:-1px;margin-left:-1px;position:absolute;width:calc(100% + 2px);height:6px;background-color:#00adef}
.card-bar-blue .line-top__inner{background:#00ADEF;background:linear-gradient(90deg,#00ADEF,#0075C4)}
.card-bar-blue-dark .line-top__inner{background:#0071BB;background:linear-gradient(90deg,#0071BB,#272BA7)}
.card-bar-blue:before{background-color:#00adef;background-image:-webkit-linear-gradient(90deg,#00adef,#0075c5);background-image:-o-linear-gradient(90deg,#00adef,#0075c5);background-image:-moz-linear-gradient(90deg,#00adef,#0075c5);background-image:linear-gradient(90deg,#00adef,#0075c5)}
.card-bar-blue-dark:before{background-color:#0071bb;background-image:-webkit-linear-gradient(90deg,#0071bb,#272ba7);background-image:-o-linear-gradient(90deg,#0071bb,#272ba7);background-image:-moz-linear-gradient(90deg,#0071bb,#272ba7);background-image:linear-gradient(90deg,#0071bb,#272ba7)}
.card-bar-purple:before{background-color:#522e90;background-image:-webkit-linear-gradient(90deg,#522e90,#bc1a8c);background-image:-o-linear-gradient(90deg,#522e90,#bc1a8c);background-image:-moz-linear-gradient(90deg,#522e90,#bc1a8c);background-image:linear-gradient(90deg,#522e90,#bc1a8c)}
.card-bar-red:before{background-color:#eb008f;background-image:-webkit-linear-gradient(90deg,#eb008f,#ec1c24);background-image:-o-linear-gradient(90deg,#eb008f,#ec1c24);background-image:-moz-linear-gradient(90deg,#eb008f,#ec1c24);background-image:linear-gradient(90deg,#eb008f,#ec1c24)}
[class*=card-bar-]{border-top:none}
.card{display:flex;flex-direction:column;margin:0 0 30px 0;position:relative;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #ccc;color:#333; min-height:240px;}
.card-body{flex:1 1 auto;z-index:10;padding:24px 15px}
.card-title{margin-bottom:16px; font-size:20px; font-weight:700; font-weight:700;font-family: 'UniviaPro';}
.card-text{font-size:18px; line-height:26px; color:#666;}


.blog_wrapper{ margin:50px auto;}
.grid .post-item{width:31.33%;margin:0 1% 20px;background:#fff!important}
.grid .post-photo-wrapper{width:100%;float:none}
.grid .post-desc-wrapper{width:100%;float:none}
.grid .post-desc-wrapper .post-desc{padding:20px 20px; height:100%; overflow:hidden}
.grid .post-footer{margin:0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.grid .post-meta .author-date .author span.label{display:none}
.grid .post-desc-wrapper .post-meta .category .cat-btn{display:none}
.grid .post-desc-wrapper .post-footer .button-love .love-text{display:none}
.posts_group.grid.col-2 .post-item{width:47.99%}
.posts_group.grid.col-3 .post-item{width:31.33%}
.posts_group.grid.col-4 .post-item{width:22.99%}
.posts_group.grid.col-5 .post-item{width:18.99%;margin:0 .5% 20px}
.posts_group.grid.col-6 .post-item{width:15.66%;margin:0 .5% 20px}
.posts_group.grid.col-2 .post-item:nth-child(2n+1) {clear:both}
.posts_group.grid.col-4 .post-item:nth-child(4n+1) {clear:both}
.posts_group.grid.col-5 .post-item:nth-child(5n+1) {clear:both}
.posts_group.grid.col-6 .post-item:nth-child(6n+1) {clear:both}
.post-item{margin-bottom:40px;position:relative;float:left;width:100%}
.post-item .date_label{position:absolute;left:0;top:7px;display:none}
.grid .post-photo-wrapper{width:100%;float:none}
.grid .post-desc-wrapper .post-desc{ background:#004b93!important; color:#fff!important}
.image_frame .image_wrapper .mask{ position:absolute; left:0; width:100%; height:100%; z-index:2;}
.image_frame .image_wrapper .mask, .edd_download_image:after{-webkit-box-shadow:inset 0 0 5px 2px rgba(0,0,0,.07);box-shadow:inset 0 0 5px 2px rgba(0,0,0,.07)}
img.scale-with-grid, #Content img{ max-width:100%; height:auto;}
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l){ margin-bottom:-15px!important;}
.image_frame .image_wrapper img:not(.ls-l){ position:relative; left:0; transform:scale(1)}
.image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc{background:rgba(0,75,147,.8)}
.image_frame .image_wrapper .image_links{ width:100%; height:60px; position:absolute; left:0; bottom:-60px; z-index:4; overflow:hidden;}
.post-title{ margin-bottom:20px;}
.image_frame .image_wrapper img, .image_frame .image_wrapper .mask:after, .image_frame .image_wrapper .image_links{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.entry-title a{ color:#fff!important; font-size:24px;font-family: 'UniviaPro';}
.image_frame .image_wrapper img:hover{transform: scale(1.1)}
.post-excerpt{ margin-bottom:15px; font-size:16px; text-align:justify;}
.post-footer{ color:#fff!important}
.post-footer .post-links{ float:right; border-left:1px #fff solid; padding-left:10px; padding-top:4px;}
.post-footer .post-links a{ color:#fff;}


.news_cn .new{height:116px; padding:32px 25px 25px 25px; border:1px solid #dcdcdc; margin-bottom:20px;}
.news_cn .new .date{width:10%; float:left; text-align:center; font-family:Arial, Helvetica, sans-serif; display:block; font-size:18px; line-height:55px;}
.news_cn .new .text{float:left; width:85%; margin-left:30px; margin-top:-15px; line-height:40px;}
.news_cn .new .text dl dt a{font-size:20px;color:#333333; font-family: 'UniviaPro';}
.news_cn .new .text dl dt a:hover{color:#09f; text-decoration:underline;}
.news_cn .new .text dl dd{line-height:22px; color:#888; font-size:16px; padding-top:10px;}


#page-talentConcept .introduce {
    padding: 0;
}

#page-talentConcept .introduce p {
    margin: 0;
}

.shadowDiv{overflow:hidden;box-shadow:0 0 16px 5px #E0DEDF}
.shadowDiv dd i{font-size:36px}
.m-part1{padding-top:60px}
.m-part1 h1:after{content:'';width:60px;height:4px;background:#004b93;display:block;margin:20px 0 30px}
.m-part1 h1+span{margin-bottom: 40px;display:inline-block;}
.m-part1>h1,.m-part1>h2{color:#333;font-size:48px;font-weight:400;font-weight:700}

.introduce{padding:60px 0 0}
.introduce p{color:#333;font-size:18px;line-height: 30px;margin:0;font-family:inherit;}
.introduce p>strong{padding-left:27px;/* font-size:22px; */background-position: left 5px;margin: 16px 5px 0 -5px;font-family:inherit;display:inline-block;}
.introduce p>strong img{max-height:62px}
.introduce-1{padding:60px 0 60px 0}

.swiper-button-next:hover{background-image:url(../images/arr_r_w1.png);background-color:#004b93;}
.swiper-button-prev:hover{background-image:url(../images/arr_l_w1.png);background-color:#004b93;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:1!important}
.part4-prev{display:block;background:url(../images/site-017.png) #fff no-repeat;right:87px;background-size:14px;background-position:53px 30px;width:88px;height:88px;left:auto;right:88px;bottom:0;top:auto}
.part4-next{display:block;background:url(../images/site-018.png) #fff no-repeat;background-position:15px 30px;background-size:14px;width:88px;height:89px;right:0;bottom:-1px;top:auto}

/* 列表页样式（包含轮播） */
.swiper_list_type .imgBox{
    width:684px;
    height: 482px;
    margin:0;
    padding:0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.swiper_list_type .dw_1{
    position:absolute;
    left:684px;
    bottom: 0;
}
.swiper_list_type .swiper-pagination{
    width: auto;
    text-align: right;
    left: 385px;
    color: #fff;
    position: absolute;
}
.tab-m ul{
    overflow:initial;
}
.tab-m li.swiper_list_type .title{
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0;
    text-align: center;
    color: #fff;
    width: 508px;
}
li.swiper_list_type .wordDiv{
    float:right;
    width: 716px;
    height: 414px;
    /* padding: 80px 100px 0 100px; */
    box-sizing: border-box;
    text-align: left;
}
li.swiper_list_type .wordDiv h2{
    font-size: 26px;
}
li.swiper_list_type .wordDiv h3{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom:72px;
    line-height: 30px;
}
li.swiper_list_type .wordDiv p{
    color:#666;
}
li.swiper_list_type .wordDiv p b{
    color:#000;
}
li.swiper_list_type .wordDiv p img {
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    margin-right: 18px;
}
.tab-m>ul>li.swiper_list_type{
    width:100%;
    height: auto;
    margin: 108px 0 40px 0;
    margin-bottom:40px;
    overflow: initial;
    box-sizing: content-box;
}
.tab-m ul>li.swiper_list_type:last-child{
    margin-bottom: 0;
}
.tab-m ul li.swiper_list_type .imgBoxShow{
    width: 684px;
}
.tab-m ul li.swiper_list_type .wordDiv .ver-mid{

}
li.swiper_list_type .wordDiv>.ver-mid>h3:last-child{
    margin-bottom:0;
}
    /* 修改文字一同滚动 */
    .swiper_list_type .imgBox{
        width:100%;
    }
    .tab-m ul li.swiper_list_type{
        margin-top: 20px;
        float: initial;
        overflow: hidden;
        /* height: 482px; */
        box-shadow: none;
        padding-bottom: 10px;
    }
    .tab-m ul li.swiper_list_type img{
        width: 684px;
        position: absolute;
        bottom: 10px;
        left: 5px;
        z-index: 999;
    }
    .tab-m ul li.swiper_list_type .wordDiv .ver-mid {
        right: 100px;
        left: inherit;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }
    li.swiper_list_type .wordDiv{
        float: left;
        width: 1175px;
        height: 414px;
        padding: 120px 50px 0 740px;
        box-sizing: border-box;
        text-align: left;
        margin-top: 68px;
        margin-left:10px;
    }
    .swiper_list_type .imgBox{
        position:relative;
        height:auto;
        /* overflow:auto; */
    }
    .swiper_list_type .swiper-wrapper .swiper-slide{
        background:#fff;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .swiper_list_type .dw_1{
        bottom:20px;
        left: 689px;
    }
    .swiper_list_type .swiper-pagination{
        bottom:40px;
    }

.swiper-pagination-bullet{margin-right:10px;background: #fff;opacity: 1;height:10px;width:10px;border-radius: 5px;}
.swiper-pagination-bullet-active{background:#0095eb;width:20px;}

.pad40{ margin:60px auto;}

.mu-about-area {
	display: inline;
	float: left;
	padding: 50px 0 100px 0;
	width: 100%;
}

.mu-title {
	display: inline;
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 0;
}

.mu-title h2 {
	color: #323232;
	font-size: 30px;
	font-weight:600;
	text-transform: none;
	margin-bottom: 15px;
}

.mu-title p {
	font-size:16px;
}

.main_grid_contact {
    display: block;
    width: 100%;
	height:100%;
	overflow:hidden;
	-webkit-box-shadow: 5px 6px 15px 2px rgba(0,0,0,0.55);
	-moz-box-shadow: 5px 6px 15px 2px rgba(0,0,0,0.55);
	box-shadow: 5px 6px 15px 2px rgba(0,0,0,0.55);
}
.form {
    width:58%;
    padding: 2.86em 4em 0 4em;
    background: #fff;
	float:left;
}
.w3ls-contact {
    width:100%;   
    padding: 3em 1.5em;
    background: #272d35;
	float:left;
	min-height:510px;
}
.input-group input[type="text"], .input-group input[type="email"] {
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 10px;
    margin: 10px 0;
    width: 49%;
	color: #666;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #999;
    background: transparent;
	float:left;
}
.input-group input.margin2 {
    margin-right: 2%;
}
.input-group1 button.btn {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background: #0095eb;
    padding: 15px 10px 6px 10px;
    border: none;
    width: 25%;
    margin: 10px 0 0 auto;
	border-radius: 0;
    transition: all 0.5s ease-in;
}
textarea {
    font-size: 14px;
    resize: none;
	text-transform: capitalize;
    padding: 15px 10px;
    letter-spacing: 1px;
    width: 100%;
	margin: 10px 0;
    box-sizing: border-box;
    outline: none;	
    color: #666;
	border: 1px solid #999;
	background: transparent;
}

.w3ls-contact address p span.fa {
    width: 25px;
    margin-left: 0px;
	margin-right:5px;
    display: inline-block;
	color: #00bcd4;
}
.w3ls-contact p,.w3ls-contact address p, .w3ls-contact address p a{
    color: #bbb;
	margin-bottom:15px;
}
.w3ls-contact address {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.mb-3 {
  margin-bottom: 1rem !important;
  color:#fff;
}
.text-capitalize {
  text-transform: capitalize !important;
}

input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #444444;
}

input:-moz-placeholder,
button:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #444444;
}

input::-moz-placeholder,
button::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #444444;
}

input:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #444444;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #0075b7;
}


.newslist_menu{width:100%; margin:0 auto;}
.tac {
  text-align: center;
}
.pro-navs{
	display: inline-block;
	zoom:1;
	*display: inline;
	margin-top:40px;
	
}
.pro-navs li{
	float: left;
	width: 200px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	background: url(../images/img_38.png) no-repeat center center;
	margin-right: 20px;
}
.pro-navs li a{
	color: #333;
	font-size: 18px;
	width:200px;
    display:block; 
	height:47px;
	line-height:55px;
}
.pro-navs li.on,.pro-navs li:hover{
	background: url(../images/img_39.png) no-repeat center center;
	transition: all 0.3s;

}
.pro-navs li.on a,.pro-navs li:hover a{
	color: #fff;
	transition: all 0.3s;
}

.pro-navs01 li{ width:150px; float: left; height:45px; margin-right:15px; line-height:45px;}
.pro-navs01 li a{ font-size:16px; color:#333333;width:150px;height:45px;line-height:55px;background:#ececec; display:block;}
.pro-navs01 li a:hover{ color:#ffffff;background:#0095eb;display:block;}


.product-list-b {
        width: 100%;
        padding-top: 35px;
		padding-bottom:30px;
}

.product-list-b ul {
        width: 100%
}

.product-list-b li {
        width: 30.75%;
		margin-left:1.2%;
        margin-right: 1.2%;
        background: #fff;
        border: 1px solid #eee;
        float: left;
        margin-bottom: 35px
}

.product-list-b li.on {
        margin-right: 0
}

.product-list-b li .pic {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 235px;
        border-bottom: 1px solid #eee
}

.product-list-b li img {
        max-width: 100%;
        transition: all .3s
}
.product-list-b li .con {
        width: 100%;
        padding: 21px 6% 23px;
        display: block
}

.product-list-b li h3 {
        font-size: 16px;
        color: #999;
        line-height: 36px;
        height: 36px;
        overflow: hidden
}

.product-list-b li .font {
        font-size: 16px;
        color: #333;
        line-height: 27px;
		text-align:center;
        height: 40px;
        overflow: hidden
}

.product-list-b li .more {
        width: 127px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border: 1px solid #e4e4e4;
        background: #f9f9f9;
        font-size: 15px;
        color: #333;
        border-radius: 2px;
        transition: background .3s, color .3s, border .3s;
        margin:0 auto;
}
.product-list-b li:hover img {
        transform: scale(1.1)
}
.product-list-b li:hover .more {
        background: #004b93;
        border-color: #004b93;
        color: #fff;
}
.product-list-b li:hover .more a{color: #fff;}


.works a{
	display: block;
	background: url(../images/img_78.png) no-repeat center center;
	width: 240px;
	height: 50px;
	padding-right: 30px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 58px;
	margin-bottom:80px;
	margin-top:30px;
	transition: all 0.3s;
}
.works a:hover{
	background: url(../images/img_79.png) no-repeat center center;
	color: #0089e0;
	transition: all 0.3s;
}


.field-label{ 
    margin:60px 0px 0px 0px;
}

.field-label .text{
	color:#004b93;
	font-size:20px;
	font-weight:700;
	text-align:left;
	line-height:40px;
}
.field-label .line{ 
    width:35px; 
	height:3px; 
	background:#004b93;
}

.field-items{ 
    width:100%;
    margin:0 auto;
}

.field-items .left{ 
    float:left;
	text-align:left;
}
.field-items .left p{
	font-size:16px;
}
.field-items .left td{
    height:40px;
	line-height:26px;
    border-bottom:1px #f4f6fa solid;
	border-right:1px #f4f6fa solid;
}
.field-items .left .even ul{
    padding:0px 0px 0px 16px;
}
.field-items .left .even ul li{
    list-style-type:disc;
	font-size:16px;
	line-height:30px;
}
.field-items .left .even_1 ul{
    padding:0px 0px 0px 16px;
	margin:0px 80px 0px 200px;
}
.field-items .left .even_1 ul li{
    list-style-type:disc;
	font-size:16px;
	line-height:30px;
}
.field-items .left .bg{ 
    color:#341100;
	width:160px;
	padding:0px 0px 0px 20px;
    background:#d9d9d9;
	line-height:40px;
	font-size:16px;
	font-weight:700;
}

.field-items .right{ 
    float:left;
	margin:0px 0px 0px 50px;
}
.field-items .right td{ 
    line-height:26px;
    border-bottom:1px #f4f6fa solid;
}


.m-part6{padding-top:70px; padding-bottom:80px;}
[class*="m-part"] h2 {
    font-size: 36px;
    font-weight: normal;
}
.m-part3{margin-left: 0;padding-top: 50px;}
.m-part3 span{font-size: 30px;font-weight: bold;color:#d71718;}

.imgBoxShow{overflow:hidden;border-radius:5px;opacity:0;-webkit-transform:translateY(130px);transform:translateY(130px);transition:opacity 1.5s,-webkit-transform 1s;-webkit-transition:opacity 1.5s,-webkit-transform 1s;transition:transform 1s,opacity 1.5s;transition:transform 1s,opacity 1.5s}
.imgBoxShow.is-active{opacity:1;transform:translate(0,0)}
.imgBoxScale .img_scale{transition:transform 2s cubic-bezier(.23,1,.32,1);transform:scale(1)}
.imgBoxScale:hover .img_scale{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);}
.imgBoxScale:before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";transition:opacity 2s cubic-bezier(.23,1,.32,1),height 2s cubic-bezier(.23,1,.32,1);opacity:0;background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.7))}
.tab-m{margin-top:0;text-align:center}
.tab-m ul{clear:both;overflow:hidden}
.tab-m ul.on{display:block}
.tab-m ul li{width:372px;margin:40px 40px 0 0;position:relative;float:left;box-sizing:border-box;}
.tab-m ul li img{ width:100%; height:100%:}
.tab-m ul>li:nth-child(3n){margin-right:0}

.tab-m-1{margin-top:0; margin-bottom:80px; text-align:center}
.tab-m-1 ul{clear:both;overflow:hidden}
.tab-m-1 ul.on{display:block}
.tab-m-1 ul li{width:270px;margin:40px 40px 0 0;position:relative;float:left;box-sizing:border-box;}
.tab-m-1 ul li img{ width:100%; height:100%:}
.tab-m-1 ul>li:nth-child(4n){margin-right:0}

div.imgBoxScale_word {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding-top: 15px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.5));
}

.probootstrap-section{ padding:50px 0px 50px 0px;}

.grey-bg{ background-color:#f5f8fa;}
.PartnershipDescription{ text-align:center; padding:60px 40px 20px 40px; line-height:30px; font-size:18px;}
.PartnershipDescription-container{ width:920px; color:#666; line-height:26px; margin:0 auto;}
.row-fluid{ padding-bottom:60px;}
.row-fluid h2{ font-size:35px; padding-bottom:20px;}
.partners-container{ background:#fff; border-radius:5px; padding:30px 20px; margin-bottom:25px;}
.row-fluid .span4{ width:31.623931624%;}
.row-fluid [class*="span"]{ float:left; display:block; margin-left:0.85%; margin-right:0.85%}

.row-fluid .image-center, .regional-partners .image-center{ height:80px; display:table; width:100%; text-align:center;}
.row-fluid .image-center .inner, .regional-partners .image-center .inner{ display:table-cell; vertical-align:middle;}
.container-full .inner{ width:80%; margin:0 auto}
.row-fluid .image-center img, .regional-partners .image-center img{ width:auto; height:auto; max-width:300px; min-height:80px; margin:0 auto;}