@charset "utf-8";
@import "../iconfont/iconfont.css";
/* CSS Document */
html {font-size: 62.5%; font-size: 10px;}
 @media (max-width: 1440px) {
    html {
      font-size: calc(10 * 100vw / 1440);
    }
  }
  @media (max-width: 1000px) {
    html {
      font-size: calc(10 * 100vw / 368);
    }
  }
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #424242; font: 14px/1 "Arial", "微软雅黑"; margin: 0; padding: 0; overflow: hidden; }

body,html{
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 { font-size: 14px; padding: 0; margin: 0; }
ul, ol, li, dl, dt, dd { list-style: none; text-decoration: none; height: auto; padding: 0; margin: 0; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 14px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted; cursor: help; }
q:before, q:after { content: ''; }
p { margin: 0; padding: 0; }
/* 重置表单元素 */
legend { color: #424242; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea { font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */ }
/* 重置表格元素 */
/* 重置 hr */
hr { border: none; height: 1px; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover { text-decoration: none !important;}
html { overflow-y: scroll; }
:link { text-decoration: none; color: #424242; }
:visited { text-decoration: none; color: #424242; }
.fl { float:left;}
.fr { float:right;}
[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 992px) {
	.container {padding: 0 15px;}
}
@media (min-width: 1200px) {
    .container {max-width: 100%; }
}
@media (min-width: 1300px) {
    .container {max-width: 100%; }
}

@media (min-width: 1500px) {
    .container {max-width: 1500px; }
}	
/*@media (min-width: 1400px) {
    .container { max-width: 1400px; } 
}
@media (min-width:1300px) {	
    .container, .container-sm, .container-md, .container-lg { max-width: 100%;}
}*/

/*======================公用样式=======================*/
.wrap { width: 100%; }
#header {background:#fff;box-shadow:0px 0px 12px 4px rgba(0,0,0,0.02);}
.lyLogo { width:auto; height:99px; overflow:hidden; padding:0; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyLogo a { display: table-cell; vertical-align: middle; width:100%; height:99px; overflow:hidden; margin:0; padding:0;}
.lyLogo a img { display:inline-block;  height:auto;  margin:0; padding:0;}

.header-scrolled .wrap-8, .wrap-8:hover { background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.header-scrolled .wrap-8, .wrap-8:hover a { color: #333;}

@media (max-width: 992px) {
	.lyLogo {height: auto;}
	.lyLogo a img {width: 150px;}
}
@media (max-width: 767px) {
	.wrap-8 .lyLogo { margin:0; padding:10px 0; background:none;}
	.lyLogo a { height:45px;}
	.header-scrolled .lyLogo a img.logo1, .wrap-8 .lyLogo a img.logo1 { display:none;}
	.header-scrolled .lyLogo a img.logo2, .wrap-8 .lyLogo a img.logo2 { display:inline-block;}

}
.panels {
  overflow: hidden;
}
.paginations {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 100;
}
@media (max-width: 768px) {
  .paginations {
    left: auto;
    right: 20px;
    top: auto;
    bottom: auto;
    bottom: 10%;
  }
}
.paginations li {
  padding: 11px;
}
.paginations a {
  display: block;
  width: 6px;
  height: 6px;
  background: #01b0ff;
  border-radius: 50%;
  position: relative;
}
.paginations a::after {
  content: '';
  transition: 0.3s;
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  border: 1px solid #01b0ff;
}
.paginations a.active::after {
  width: 22px;
  height: 22px;
}



.navbar-area {background:rgba(0, 0, 0, 0); }
.navbar-light .navbar-brand img{float:left;margin-left:-15px}
.sticky-nav{/*position:fixed;*/top:0;left:0;right:0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);margin:auto;z-index:999; background:#fff;-webkit-animation:.9s ease-in-out 5s normal none 1 running fadeInDown;animation:.9s ease-in-out 5s normal none 1 running fadeInDown;-webkit-transition:.9s;transition:.9s;width:100%!important}
.sticky-nav .nav-top{width:100%;border-radius:0}
.sticky-nav .main-nav{-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1)}
.main-nav{position:relative;top:0;left:0;padding:0;width:100%;z-index:999;height:auto;}
.main-nav .navbar {padding: 0;}
.main-nav nav .navbar-nav .nav-item {padding: 0;}
.main-nav nav .navbar-nav .nav-item .active,.main-nav nav .navbar-nav .nav-item:hover a{color:#fff;background: #1ab1e4;}
.main-nav nav .navbar-nav .nav-item a{text-transform:capitalize;color:#404040; padding: 59px 30px 46px 30px; margin: 0;}
.main-nav nav .navbar-nav .nav-item a i{font-size:10px}
.main-nav nav .navbar-nav .nav-item a :focus,.main-nav nav .navbar-nav .nav-item a:hover{color:#fff}
.main-nav nav .navbar-nav .nav-item a.active{color:#fff!important; background: #1ab1e4;}
.main-nav nav .navbar-nav .nav-item a.active i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.main-nav nav .navbar-nav .nav-item a:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.7s;transition:.7s}
.main-nav nav .navbar-nav .nav-item a .active::before{-webkit-transform:scale(1);transform:scale(1)}
.main-nav nav .navbar-nav .nav-item .dropdown-menu{border:0;border-radius:0;background-color:#1ab1e4!important; padding-left: 0; padding-right: 0; width: 223px;}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a{position:relative;-webkit-transition:.7s;transition:.7s;font-size: 14px;}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before{width:100%}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover{color:#666; background:#ccc; }
.mobile-nav .mean-container .mean-nav ul li a .active{color:#2ca6e0}
.mean-container a.meanmenu-reveal{color:#373e58}
.mean-container a.meanmenu-reveal span{background-color:#1ab1e4}




.other-side .search-area {float:left;}
.other-side .search-area .search-form{position:relative}
.other-side .search-area .search-form .search-input{display:block;width:100%;height:34px;line-height:initial; background: #ededed; border:1px solid #ededed;color:#929292;outline:0;-webkit-transition:.5s;transition:.5s; padding-left:10px}
.other-side .search-area .search-form .search-button{position:absolute;right:0;top:0;height:34px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.other-side .search-area .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;}
.other-side .search-area i {font-size: 18px; color: #15528c; font-weight: bold;}

.other-side .lang{float:right;margin-top:4px; font-weight: bold;}
.other-side .lang a {color: #fff;}
.other-side .modal-menu{float:right;margin-left:20px;margin-top:3px}
.other-side .modal-menu a{color:#64acff;font-size:20px;font-weight:700;width:40px;height:40px;line-height:40px;background-color:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1);text-align:center}
.other-side .modal-menu a:hover{color:#ff6464}
@media (max-width: 992px) {
	.other-side  {position: absolute; top: 15px; right: 60px;}	
    .other-side .lang a {color: #fff;}
	.other-side .search-area {display: none;}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 0;

}
.fixed-top-index {}

#header .header-container {
  
}

#header.header-scrolled {
  background: #fff;

  top: 0;
}


@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #fff;
  }
  #header.header-scrolled, #header .header-container {
    background: #fff;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #383838;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  transition: 0.3s;
}
.header-scrolled .navbar a {color: #383838;}
.navbar a span {font-size: 18px;}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #064278!important;
  /*border-bottom: 2px solid #d22c2e;*/
}

.navbar .getstarted {
  display: none;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #d22c2e;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #333;
  font-size: 28px!important;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
	.navbar a span {font-size: 15px}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;	
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 14px;
  color: #36343a;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #d22c2e;
}

.navbar-mobile .getstarted {
  display: block;
  margin: 15px;
}
.search-i {width: 100%; position: absolute; top:18px; right: 0; }
.search-i .search-form{position:relative}
.search-i .search-form .search-input{display:block;width:100%;height:34px;line-height:initial; background: #ededed; border: 0; color:#787878;outline:0;-webkit-transition:.5s;transition:.5s; padding-left:10px}
.search-i .search-form .search-button{position:absolute;right:0;top:0;height:34px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.search-i .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;}
.search-i i {color: #02437d; font-weight: bold;}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #009970;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


.ban {position: relative;}
.ban-pc {display: block; margin-top: 99px;}
.ban-pc .swiper-slide {
	 /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ban-pc .swiper-slide img {display: block; max-width: 100%; max-height: 100%; margin:0 auto;}
.ban-pc .info {width: 100%; overflow: hidden; position: absolute; top: 25%; left: 0; z-index: 2;}
.ban-pc .info .t-1 {width: 35%; line-height: 56px; font-size: 44px; font-weight:bold; color: #2e364b;}
.ban-pc .info p {display: block; width: 45%; margin-top: 2%; line-height: 24px; font-size: 16px;}
.ban-pc .info .link {width: 200px; border-radius: 25px; margin-top: 3%; padding: 0 26px; background: #fff; line-height: 50px;}
.ban-pc .info .link a {color: #3073ff; font-size: 16px;}
.ban-pc .info .link a i {margin-left: 30px;}
.ban-pc .info .link:hover {background: #3073ff;}
.ban-pc .info .link:hover a {color: #fff;}

.ban-mobile {display: none;}
.ban-mobile img {width: 100%; height: auto;}

.ban .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #8f9297;
    margin-right: 8px;
    opacity: 1;
}

.ban .swiper-pagination-bullet:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 10px
}

.ban .swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 10px;
	background: #064278
}

.ban .swiper-pagination-bullet-active:before {
    -webkit-transition: width 4s;
    transition: width 4s;
    content: "";
    top: 0;
    border-radius:10px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(149deg,var(--theme-gradient1),var(--theme-gradient2))
}
.ban .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:10%!important;}

@media (max-width: 991px) {
  .ban-pc {display: none;}	
  .ban-mobile {display: block; margin-top:64px;}	
  .ban .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:6%!important;}	
}

/*首页*/
.index-box-1 {width: 100%; overflow: hidden; background: url("../images/index-box-1bg.jpg") no-repeat center;}
.index-box-1 .index-pro {padding: 60px 0; overflow: hidden;}
.index-box-1 .index-pro-top {margin-bottom: 35px; padding-bottom: 20px; border-bottom: 1px solid #d8d8d8; overflow: hidden;}
.index-box-1 .index-pro-top .tit {font-size: 48px; color: #1b1b1b; float: left;}
.index-box-1 .index-pro-top .link {float: right; position: relative;}



.index-pro .swiper-pagination-bullet-active { background: #565656!important;}
.index-pro .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}


.index-pro .swiper-button-prev{width:40px;height:40px;border-radius:50%;opacity:1;background:#dfdfdf url("../images/icon-41.png") no-repeat center;margin:0px;pointer-events:auto;cursor:pointer; position: absolute; top: 0; left: -88px;}
.index-pro .swiper-button-next{width:40px;height:40px;border-radius:50%;opacity:1;background:#dfdfdf url("../images/icon-41.png") no-repeat center;margin:0px;transform:rotate(180deg);pointer-events:auto;cursor:pointer; position: absolute; top: 0; right: 0;}
.index-pro .swiper-button-prev:hover{background-color:#06417b;}
.index-pro .swiper-button-next:hover{background-color:#06417b;}



.index-pro .swiper-container .pro_Con { width:100%; overflow:hidden; background-color:#fff; border-radius:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

.index-pro .swiper-container .swiper-slide .pro_Con .Img { width:100%; overflow:hidden; margin:0; padding:0;}
.index-pro .swiper-container .swiper-slide .pro_Con .Img a img { display:block; width:100%;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.index-pro .swiper-container .swiper-slide .pro_Con:hover .Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.index-pro .swiper-container .swiper-slide .pro_Con .Text { width:100%; line-height: 41px; padding-bottom: 42px; font-size: 16px; text-align: center;}
.index-pro .swiper-container .swiper-slide .pro_Con .Text a {color: #444;}



@media (max-width: 992px) {
	.index-box-1 .index-pro {padding: 30px 0;}
    .index-box-1 .index-pro-top {margin-bottom:35px; padding-bottom:20px;}
    .index-box-1 .index-pro-top .tit {font-size:24px;}
	.index-pro .swiper-button-prev {width: 35px; height: 35px;left: -78px;}
	.index-pro .swiper-button-next {width: 35px; height: 35px;}
}


.index-about {width: 100%; padding: 100px 0; overflow: hidden;}
.index-about-tit {font-size: 48px; color: #1a1a1a; text-align: center; overflow: hidden; padding-bottom: 45px;}
.index-about .con-box {}
.index-about .con-box .info {}
.index-about .con-box .info .t-1 {font-size: 30px; color: #1a1a1a; line-height: 75px;}
.index-about .con-box .info .t-2 {line-height: 33px; font-size: 16px; color: #616161;}
.index-about .con-box .numCount {margin: 60px 0 56px 0;}
.index-about .con-box .numCount li {float: left; width: 33.3%;}
.index-about .con-box .numCount li .item{ margin: 0 10px;}
.index-about .con-box .numCount li .item .indt {font-size: 16px; color: #000;}
.index-about .con-box .numCount li .item .indc {color: #444;font-size: 16px;}
.index-about .con-box .numCount li .numU{ line-height:1.3;}
.index-about .con-box .numCount li .numCX{ font-size:65px; font-weight: bold;color:#06417b; }

.index-about .con-box .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.index-about .con-box .numCount li .numU em {font-size:16px; color:#06417b; }
@media (max-width:800px){
	.index-about .con-box .numCount li .numCX{ font-size:24px; }
}
@media (max-width:640px){
	.index-about .con-box .numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.index-about .con-box .numCount{ font-size:0.5vw;}
}


.index-about .pic {overflow: hidden;}
.index-about .pic img {float: right;display:block;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.index-about .pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.index-about .con-box .vmore {display: block;width: 160px; line-height: 50px; background: #06417b; font-size: 20px; color: #fff; text-align: center; border-radius: 25px;}
@media (max-width: 992px) {
    .index-about {padding: 40px 0;}
	.index-about-tit {font-size: 28px; padding-bottom: 25px;}
	.index-about .con-box .info .t-1 {font-size:18px; line-height:30px;}
    .index-about .con-box .info .t-2 {line-height: 27px; font-size: 14px;}
	.index-about .pic img { margin-top: 20px; float: none; width: 100%;}
	.index-about .con-box .numCount {margin: 30px 0 20px 0;}
	.index-about .con-box .numCount li {width: 50%; margin-bottom: 15px;}
	.index-about .con-box .numCount li .item .txt {font-size: 18px;  margin: 10px 0;}
	.index-about .con-box .numCount li .numU{text-align: center;}
	.index-about .con-box .numCount li .item .indc {text-align: center;}
}

.index-box-3 {width: 100%; background: url("../images/index-box-3bg.jpg") no-repeat center; padding: 85px 0 70px 0;}
.index-box-3-tit {font-size: 48px; color: #1a1a1a; text-align: center; overflow: hidden; padding-bottom: 65px;}
.index-box-3 .con {width: 100%; overflow: hidden;}
.index-box-3 .con span {display: block; width: 12.15%; margin: 0 1% 25px 1%; float: left;}
.index-box-3 .con span img {display: block; border: 1px solid #eaeaea;}

@media (max-width: 992px) {
    .index-box-3 {padding: 40px 0 20px 0;}
	.index-box-3-tit {font-size: 28px; padding-bottom: 25px;}
	.index-box-3 .con span {width: 23%;margin: 0 1% 10px 1%; }
	.index-box-3 .con span img {width: 100%;}
}



.index-news {padding: 60px 0; overflow: hidden;}
.index-news-top {margin-bottom: 35px; padding-bottom: 20px; border-bottom: 1px solid #d8d8d8; overflow: hidden;}
.index-news-top .tit {font-size: 48px; color: #1b1b1b; float: left;}
.index-news-top .link {float: right; position: relative;}
.index-news .swiper-button-prev{width:40px;height:40px;border-radius:50%;opacity:1;background:#dfdfdf url("../images/icon-41.png") no-repeat center;margin:0px;pointer-events:auto;cursor:pointer; position: absolute; top: 0; left: -88px;}
.index-news .swiper-button-next{width:40px;height:40px;border-radius:50%;opacity:1;background:#dfdfdf url("../images/icon-41.png") no-repeat center;margin:0px;transform:rotate(180deg);pointer-events:auto;cursor:pointer; position: absolute; top: 0; right: 0;}
.index-news .swiper-button-prev:hover{background-color:#06417b;}
.index-news .swiper-button-next:hover{background-color:#06417b;}
.index-news .swiper-container {overflow: visible;}







.index-news .swiper-container .swiper-slide .con {overflow: hidden;}
.index-news .swiper-container .swiper-slide .con .pic {overflow: hidden;}
.index-news .swiper-container .swiper-slide .con .pic img {width: 100%; }
.index-news .swiper-container .swiper-slide .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.index-news .swiper-container .swiper-slide .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.index-news .swiper-container .swiper-slide .con .info {padding: 20px 0;}
.index-news .swiper-container .swiper-slide .con .info .t-1 {height: 22px;}
.index-news .swiper-container .swiper-slide .con .info .t-1 span {display: block; float: left; line-height: 22px; font-size: 16px; color: #595959;}
.index-news .swiper-container .swiper-slide .con .info .t-1 em {display: block;padding: 3px 8px; text-align: center; font-size: 14px; background: #f0f6fd; border: 1px solid #7099c5; border-radius: 5px; float: left; color: #094b93;  margin-left: 13px;}
.index-news .swiper-container .swiper-slide .con .info .t-1 em a {color: #094b93;}
.index-news .swiper-container .swiper-slide .con .info .t-2 {margin-top: 21px; font-size: 26px; line-height: 35px;}
.index-news .swiper-container .swiper-slide .con .info .t-2 a {color: #262626;}
.index-news .swiper-container .swiper-slide .con .info .t-3 {margin-top: 5px; font-size: 16px; line-height: 26px; color: #717171;}


@media (max-width: 991px) {
	.index-news {padding: 30px 0;}
    .index-news-top {margin-bottom:35px; padding-bottom:20px;}
    .index-news-top .tit {font-size:24px;}
	.index-news .swiper-container {overflow: hidden;}
	.index-news .swiper-button-prev {width: 35px; height: 35px;left: -78px;}
	.index-news .swiper-button-next {width: 35px; height: 35px;}
    .index-news .swiper-container .swiper-slide .con {margin-bottom: 20px;}
	.index-news .swiper-container .swiper-slide .con .info .t-2 {margin-top: 18px; font-size: 18px; line-height: 28px;}
	.index-news .swiper-container .swiper-slide .con .info .t-3 {font-size: 14px;}
}







/*底部*/

.foot { width: 100%; overflow: hidden; background:url("../images/foot-bg.jpg") no-repeat center; padding: 70px 0 143px 0;}

.foot-Left {width: 40%; float: left; overflow: hidden;}
.foot-Left .weix {width: 140px; float: left;}
.foot-Left .foot-lx {}
.foot-Left .foot_lxtit {font-size: 30px; color: #fff;}
.foot-Left .foot_Tel {overflow:hidden;margin: 28px 0 14px 0;}
.foot-Left .foot_Tel em {display: block; font-size: 16px; color:#fff; overflow: hidden; margin-bottom: 10px;}
.foot-Left .foot_Tel span { display:block;color:#fff;  font-size:36px; font-weight:bold;}
.foot-Left .foot_D {font-size: 16px; color: #8b8b8b;}


.foot-Right {width: 60%; float: right; overflow: hidden;}
.foot-Right .foot-nav {width: 100%; overflow: hidden;}
.foot-Right .foot-nav ul li { width:20%; padding-left: 4%; overflow:hidden; margin:0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.foot-Right .foot-nav ul li .Tit { width:100%; overflow:hidden; font-size: 19px; color: #fff; margin:0 auto 20px; padding:0;}
.foot-Right .foot-nav ul li .weix {margin-top: 7px; overflow: hidden;}

.foot-Right .foot-nav ul li a { display:block; width:100%; overflow:hidden; line-height:30px; color:#8b8b8b; font-size:15px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.foot-Right .foot-nav ul li a:hover { color:#fff;}




.foot-copy {width: 100%; background: #010d1a; color: #fff; line-height: 78px; overflow: hidden;}
.foot-copy a {color: #fff; }
.foot-copy span {display: block; float: left;}
.foot-copy em {display: block; float: right;}
@media (max-width:1080px) {
	.foot {padding: 30px 0;}
	.foot-Left {width: 100%; float: none;}
	.foot-Right {display: none;}
	.foot-Left .foot_lxtit {font-size: 24px; }
    .foot-Left .foot_Tel em {font-size: 14px;}
    .foot-Left .foot_Tel span {font-size:24px;}
	.foot-Left .foot_D {font-size: 13px; line-height: 25px;}
	.foot-copy {font-size: 12px; line-height: 25px; padding: 20px 0;}
	.foot-copy em {float: none;}
}

/*内页*/
.inner-banner{
    position: relative;text-align: center; overflow: hidden;
    background-repeat: no-repeat; background-position: center;
    background-size: cover;
}
.inner-banner .content {    
	width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
}
.inner-banner span{font-size: 36px;margin-bottom: 20px; line-height: 1; font-weight: bold; display: block;}
.inner-banner .en{font-size:18px;font-weight: normal;}
.inner-banner .img{width: 100%; visibility: hidden; max-width: none;}
.pc-b {padding-top: 99px; overflow: hidden;}
.mobile-b {width: 100%; height: 65px; display: none;}
@media (max-width: 992px) {
	.pc-b {display: none;}
  .mobile-b {display: block;}	
  .inner-banner {height:190px;}
	.inner-banner .content {width: 90%; margin: 0 auto;}
  .inner-banner span{font-size: 28px;margin-bottom: 15px; }
  .inner-banner em{font-size: 16px;margin-bottom: 25px; }
  .inner-banner .en{font-size:12px;font-weight: normal;}	
  .inner-banner .img {height: 211px;}
}

.gynav-MQkitchen-bj{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.3);
	background: rgb(0 0 0 / 70%);
	margin-top: -60px;
    position: relative;
	z-index: 2;
}
.gynav-MQkitchen-bj .container-fluid {padding: 0}
.gynav-MQkitchen{
	text-align: center;
	color: #fff;
	font-size: 0;
}
.gynav-MQkitchen>div{
	display: inline-block;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	line-height: 60px;
	transition: all .3s;
  -webkit-transition:all .3s;
  cursor: pointer;
}
.gynav-MQkitchen>div:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>div:hover{
	background: #e39500;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.gynav-MQkitchen>a{
	display: inline-block;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	transition: all .3s;
  -webkit-transition:all .3s;
  cursor: pointer;
}
.gynav-MQkitchen>a:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>a:hover{
	background: #e39500;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.gynav-MQkitchen>a.on{
	background: #e39500;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.gynav-MQkitchen-2 a {width: 20%;/*width:16%;*/ }
.gynav-MQkitchen-3 a {width: 50%;}
.gynav-MQkitchen-6 a {width: 16.6%;}
@media (max-width: 992px) {
  .gynav-MQkitchen { padding: 0 !important;}
  .gynav-MQkitchen-bj {margin-top: -30px;}
  .gynav-MQkitchen-bj-2 {margin-top: 0; overflow: hidden;}
  .gynav-MQkitchen-bj-3 {margin-top: 0}	
  .gynav-MQkitchen-bj-6 {margin-top: 0; overflow: hidden;}	
  .gynav-MQkitchen-bj-3 .gynav-MQkitchen>a{width:100%; line-height:30px; font-size: 12px;}
  .gynav-MQkitchen>div, .gynav-MQkitchen>a {font-size:12px; line-height:30px;}

	.gynav-MQkitchen-2 a {width: 33.33%; font-size: 12px; line-height: 25px; float: left;}
	.gynav-MQkitchen-6 a {width:50%; font-size: 12px; line-height: 25px; float: left;}
}


.inner {width: 100%; overflow: hidden; }


.location {width: 100%; line-height: 25px; padding: 24px 0; font-size: 16px; color: #4e4e4e;}
.location i {color: #565656; font-size: 18px; margin-right: 10px;}
.location a {color: #4e4e4e;}
@media (max-width: 991px) {
	.location {font-size: 14px;padding: 15px 0;}
	.location i {font-size: 16px;}
}
.inner-tit { text-align: center;}
.inner-tit span {font-size: 14px; display: block; color: #06417b;margin-bottom: 15px;}
.inner-tit em {font-size: 48px; display: block; color: #1b1b1b; }

.Atis-box {width: 100%; height: 0; position: relative; top: -99px}
@media (max-width: 991px) {
	.inner-tit em {font-size: 26px;}
	.Atis-box {top:-65px}
}






/*关于我们*/
.inner-about1 {width: 100%; background: url("../images/inner-about1bg.jpg") no-repeat center bottom; padding: 95px 0 190px 0;}
.inner-about1 .con-1 {padding-bottom: 37px; overflow: hidden;}
.inner-about1 .con-1 .inner-tit {text-align: left;}



.inner-about1 .con-1 .txt {margin-top: 35px; line-height: 28px; font-size: 16px; color: #545454;}
.inner-about1 .con-1 .numCount {margin-top: 60px; margin-left: 10%;}
.inner-about1 .con-1 .numCount li {float: left; width: 33.3%;}
.inner-about1 .con-1 .numCount li .item{ margin: 0 10px;}
.inner-about1 .con-1 .numCount li .item .indt {font-size: 16px; color: #000;}
.inner-about1 .con-1 .numCount li .item .indc {color: #444;font-size: 16px;}
.inner-about1 .con-1 .numCount li .numU{ line-height:1.3;}
.inner-about1 .con-1 .numCount li .numCX{ font-size:60px; font-weight: bold;color:#06417b; }

.inner-about1 .con-1 .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.inner-about1 .con-1 .numCount li .numU em {font-size:16px; color:#06417b; }
@media (max-width:800px){
	.inner-about1 .con-1 .numCount li .numCX{ font-size:24px; }
}
@media (max-width:640px){
	.inner-about1 .con-1 .numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.inner-about1 .con-1 .numCount{ font-size:0.5vw;}
}
.inner-about1 .con-2 {padding-top: 44px; border-top: 1px solid #e3e3e3; line-height: 32px; font-size: 16px; color: #545353;}


@media (max-width: 991px) {
	.inner-about1 {padding: 40px 0;}
	.inner-about1 .con-1 {padding-bottom: 10px;}
	.inner-about1 .con-1 .txt {line-height: 26px; font-size: 14px; margin-top: 20px;}
	.inner-about1 .con-1 .numCount {margin-top: 30px; margin-left: 0;}
	.inner-about1 .con-1 .numCount li {width: 50%; margin-bottom: 15px;}
	.inner-about1 .con-1 .numCount li .item .txt {font-size: 18px;  margin: 10px 0;}
	.inner-about1 .con-1 .numCount li .numU{text-align: center;}
	.inner-about1 .con-1 .numCount li .item .indc {text-align: center;}
	.inner-about1 .con-2 {padding-top: 23px; line-height: 26px; font-size: 14px;}
}

.inner-about2 {width: 100%; padding:100px 0 70px 0; background: url("../images/about-2bg.jpg") no-repeat center top #fff;}
.inner-about2 .con-box { margin-top: 58px; overflow: hidden;}
.inner-about2 .con-box .info {background: #f1f1f1; padding: 52px 34px;}
.inner-about2 .con-box .info-b { margin-bottom:17px;}
.inner-about2 .con-box .info .t-01 {font-size: 32px; color: #222; margin-bottom: 12px;}
.inner-about2 .con-box .info .t-02 {font-size: 20px; color: #222; margin-bottom: 20px;}
.inner-about2 .con-box .info .t-03 {line-height: 29px; font-size: 17px;}
.inner-about2 .con-box .info:hover {background: #06417b; color: #fff;}
.inner-about2 .con-box .info:hover .t-01,.inner-about2 .con-box .info:hover .t-02 {color: #fff;}

.inner-about2 .con-box .img {overflow: hidden;margin-bottom: 17px;}
.inner-about2 .con-box img {width: 100%;}
.inner-about2 .con-box img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.inner-about2 .con-box .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

@media (max-width: 991px) {
    .inner-about2 {padding:40px 0 20px 0;}
	.inner-about2 .con-box { margin-top:38px;}
	.inner-about2 .con-box .info { padding: 30px;}
	.inner-about2 .con-box .col-lg-4 {margin-bottom: 20px;}
	.inner-about2 .con-box .col-lg-4:nth-child(2) {margin-bottom: 0;}
	.inner-about2 .con-box .img {margin-bottom: 20px;}
	.inner-about2 .con-box .info-b { margin-bottom:20px;}
	.inner-about2 .con-box .info .t-01 {font-size:25px; margin-bottom: 15px;}
    .inner-about2 .con-box .info .t-02 {font-size:18px; margin-bottom: 20px;}
	.inner-about2 .con-box .info .t-03 {font-size: 14px;}
}

.inner-about3 {width: 100%; background: url("../images/index-box-3bg.jpg") no-repeat center; padding: 85px 0 70px 0;}
.inner-about3 .con {width: 100%; overflow: hidden; margin-top: 40px;}
.inner-about3 .con span {display: block; width: 12.15%; margin: 0 1% 25px 1%; float: left;}
.inner-about3 .con span img {display: block; border: 1px solid #eaeaea;}
@media (max-width: 991px) {
    .inner-about3 {padding: 40px 0 20px 0;}
	.inner-about3 .con {margin-top: 20px;}
	.inner-about3 .con span {width: 23%;margin: 0 1% 10px 1%; }
	.inner-about3 .con span img {width: 100%;}
}

.inner-about4 {width: 100%; padding:100px 0 20px 0; background: url("../images/about-4bg.jpg") no-repeat center;}
.inner-about4 .inner-zs-con {margin-top:64px;}
.inner-zs-con li { background: #f1f1f1; padding:45px 22px;  display: inline-block;}
.inner-zs-con li .img {width: 256px; overflow: hidden; margin: 0 auto;}
.inner-zs-con li img { overflow: hidden;}
.inner-zs-con li .txt { font-size: 16px; padding-top: 22px; width: 100%; text-align: center;}
.inner-about-4main .swiper-pagination-bullet-active { background: #06417b!important;}
.inner-about-4main .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #949494;opacity:1!important; margin:0 5px}
.inner-about-4main .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:47px!important;}
.inner-about-4main .bottom50 {height: 100px;}
@media (max-width: 991px) {
    .inner-about4 {padding:40px 0 10px 0;}
	.inner-about4 .inner-zs-con {margin-top:40px;}

}

.solution {margin-top:0!important;}

/**/
.inner-news {width: 100%; background: #f2f2f2; padding: 90px 0 100px 0; overflow: hidden;}
.show-news {width: 100%; background: #f2f2f2; padding: 90px 0 100px 0; overflow: hidden;}
.news-box1 { overflow: hidden;}
.news-box1 .main {padding: 70px 60px; background: #fff;}
.top-news {}
.top-news .img { overflow: hidden;}
.top-news img {width: 100%;}
.top-news img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.top-news .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.top-news .con {padding:15px 0 40px 40px; float: right; width:100%;}
.top-news .con .time {height: 48px; border-bottom: 1px solid #dcdcdc;}
.top-news .con .time span {display: block; float: left; line-height: 48px; font-size: 15px; color: #595959;}
.top-news .con .time em {display: block;padding: 3px 8px; text-align: center; font-size: 12px; background: #f0f6fd; border: 1px solid #7099c5; border-radius: 5px; float: left; color: #094b93; margin-top: 13px; margin-left: 13px;}
.top-news .con .time em a {color: #094b93;}
.top-news .con .tit {font-size:28px; color: #000; margin-top: 22px;}
.top-news .con .tit a {color: #000;}
.top-news .con .txt {line-height:30px; margin-top:22px; font-size: 16px; color: #5f5f5f;}
.top-news .con .more { display:inline-block; width:auto; height:40px; line-height:40px; color:#fff; font-size:16px; margin:20px 0 0; padding:0 40px; background-color:#06417b; border-radius:20px;}
.top-news .con .more a {color: #fff;}


@media (max-width: 991px) {
	.inner-news {padding: 40px 0;}
	.show-news {padding: 40px 0;}
	.news-box1 .main {padding: 10px;}
	.top-news {margin-top:20px;}
	.top-news .con {padding:10px; float: none; }
    .top-news .con .tit { font-size: 20px; line-height: 25px;}
    .top-news .con .time {font-size: 14px; margin-top: 30px;}
    .top-news .con .txt {line-height:28px;  font-size: 14px; }
	
}

.news-box2 {margin-top:58px; padding:70px 60px; background: #fff; overflow: hidden;}

.list-news {}
.list-news .con {overflow: hidden; margin-bottom: 30px;}
.list-news .con .pic {overflow: hidden;}
.list-news .con .pic img {width: 100%; }
.list-news .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.list-news .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.list-news .con .info {}
.list-news .con .info .t-1 {height: 48px;}
.list-news .con .info .t-1 span {display: block; float: left; line-height: 48px; font-size: 15px; color: #595959;}
.list-news .con .info .t-1 em {display: block;padding: 3px 8px; text-align: center; font-size: 12px; background: #f0f6fd; border: 1px solid #7099c5; border-radius: 5px; float: left; color: #094b93; margin-top: 13px; margin-left: 13px;}
.list-news .con .info .t-1 em a {color: #094b93;}
.list-news .con .info .t-2 {line-height:32px; font-size:22px; }
.list-news .con .info .t-2 a {color: #1b1b1b;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;display: inline-block; width:100%;}
.list-news .con .info .t-3 {margin-top: 10px; font-size: 16px; line-height: 25px; color: #414141;
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-news .con .info .t-4 {margin-top: 18px; text-align: right;}
.list-news .con .info .t-4 a {color: #aeaeae;}
.news-info { width: 100%; overflow:hidden; background: #fff; padding: 70px 60px; margin-bottom: 80px;}
.news-info .page-t {background: #06417b; padding: 20px 0 20px 20px; font-size: 24px; color: #fff;}
.news-info .col-lg-9 {padding-right: 70px;}
.news-info .rightwrap {width: 100%;}
.news-info em {display: block; color: #1b1b1b; font-size:28px; line-height: 42px; }
.news-info .entry-meta {width: 100%; margin-top: 7px; color: #b6b5b5; line-height: 36px; font-size: 16px; padding-bottom: 30px; border-bottom: 1px dotted #b6b5b5;}

.news-info .contwrap {padding: 45px 0 60px 0; line-height: 28px; border-bottom: 1px dotted #b6b5b5; font-size:16px;}
.news-info .contwrap video{ width:100%; min-height: 450px;}
.news-info .contwrap img { display: block; margin: 0 auto; max-width: 100%; }
.news-info .rightwrap h6 {display: block; font-weight: bold; padding: 12px 14px; line-height: 23px; margin-bottom: 20px; background:#141414; font-size: 16px; color: #fff; }
.news-info .rightwrap ul { width: 100%; margin-top: 18px;}
.news-info .rightwrap li { width: 100%; padding-bottom:25px;}
.news-info .rightwrap li img {width: 100%;}
.news-info .rightwrap li:last-child { border-bottom: none; }
.news-info .rightwrap li .info {padding-top: 15px;}
.news-info .rightwrap li .info .t-1 { line-height: 25px; font-size: 18px;}
.news-info .rightwrap li .info .t-1 a {color: #1b1b1b;}
.news-info .rightwrap li .info .t-2 {margin-top: 5px; color: #414141; font-size: 14px; line-height: 25px; }
.news-info .rightwrap li .info .t-2 a {color: #414141;}
.news-info .rightwrap li .post-date { display: block; line-height: 21px; font-size: 13px; color: #555; margin-top: 1px; }
.news-info .paging { width: 100%; overflow: hidden; padding: 50px 0; width: 100%; }
.news-info .paging .fl { font-size: 16px; line-height: 22px; }
.news-info i {margin-right: 10px;}
.news-info .paging a { color: #666; }
.news-info .paging .fl a:hover { color: #06417b; }
.news-info .paging .return {border-radius:18px; display: block; height: 34px; line-height: 34px; margin-top: 10px; text-align: center; width: 100px; font-size: 14px; background: #06417b; color: #fff; }
.news-info .paging .return a {color: #fff; display: block;}
.news-info .paging .return a:hover {color: #fff;}
@media (max-width: 991px) {
	.news-box2 {margin-top:20px; padding:10px;}
	.news-box2 .main {}
	
	.list-news .con .info .t-2 {font-size: 18px; line-height: 28px;}
	.list-news .con .info .t-3 {font-size: 14px;}
	.list-news .con {margin-bottom: 20px;}
	.news-info {padding: 10px; margin-bottom: 40px;}
	.news-info .contwrap {padding: 20px 0;}
	.news-info em {font-size:16px; line-height:28px; }
    .news-info .entry-meta { line-height: 28px; font-size: 14px; padding-bottom: 30px;}
	.news-info .col-lg-9 {padding-right: 20px;}
	.news-info .page-t {font-size:16px;}
	.news-info .rightwrap li .info .t-1 {font-size: 14px;}
  .news-info .contwrap video{ width:100%; min-height: 300px;}
}


/**/
.service-box1 {}
.service-box1 .list {padding: 60px 0;}
@media (max-width: 992px) {
    .service-box1 .list {
        padding: 30px 0;
    }
}

.service-box1 .list .item .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
    border-bottom: 1px solid #eeeeee;
    position: relative
}

@media (max-width: 1024px) {
    .service-box1 .list .item .item-box {
        padding:15px 0 15px 0
    }
}

.service-box1 .list .item .item-box::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #0b58af;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.service-box1 .list .item .item-box .img {
    max-width: 26px;
    margin-right: min(1.14583333vw, 22px)
}

@media (max-width: 1024px) {
    .service-box1 .list .item .item-box .img {
        margin-right:11px
    }
}

.service-box1 .list .item .item-box .name {
    font-size: 20px;
    color: #333333;
    line-height: 1.4;
    flex: 1;
    padding-right: 100px;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media (max-width: 1600px) {
    .service-box1 .list .item .item-box .name {
        font-size:18px
    }
}

@media (max-width: 1470px) {
    .service-box1 .list .item .item-box .name {
        font-size:16px
    }
}

.service-box1 .list .item .item-box .text {
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.service-box1 .list .item:hover .item-box::before {
    width: 100%
}

.service-box1 .list .item:hover .item-box .name,.service-box1 .list .item:hover .item-box .text {
    color: #0b58af
}




/*nyProMenu 开始*/
.nyProMenu { width:100%; overflow:hidden; margin:0 auto 50px; padding:0;}
.nyProMenu_Parent { width:100%; height:60px; overflow:hidden; margin:0 auto 20px; padding:0; background-color:#e6e6e6;}
.nyProMenu_Parent ul li { width:10%; height:60px; overflow:hidden; margin:0; padding:0; border-right:1px solid #f8f8f8; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProMenu_Parent ul li:last-child { border-right:0;}
.nyProMenu_Parent ul li a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:16px; font-weight:bold; text-align:center; margin:0; padding:0;}
.nyProMenu_Parent ul li:hover a, .nyProMenu_Parent ul li.nyProActive a { color:#fff; background-color:#0b58af;}


.nyProMenu_Tab .swiper-container1 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid #e6e6e6; position:relative;}
.nyProMenu_Tab .swiper-container1 .swiper-slide {}
.nyProMenu_Tab .swiper-container1 .swiper-slide a { display:block; width:100%; height:58px; overflow:hidden; line-height:58px; color:#666; font-size:14px; font-weight:bold; text-align:center; position:relative;}
.nyProMenu_Tab .swiper-container1 .swiper-slide a:hover, .nyProMenu_Tab .swiper-container1 .swiper-slide a.Pactive { color:#0b58af;}
.nyProMenu_Tab .swiper-container1 .swiper-slide a em { display:block; width:0; height:2px; overflow:hidden; margin:0; padding:0; background-color:#0b58af; margin:0; padding:0; position:absolute; left:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyProMenu_Tab .swiper-container1 .swiper-slide a:hover em, .nyProMenu_Tab .swiper-container1 .swiper-slide a.Pactive em { width:100%;}

@media (max-width:1680px) {
	.nyProMenu { width:100%;}
}
@media (max-width:1600px) {

}
@media (max-width:1560px) {

}
@media (max-width:1440px) {
	.nyProMenu_Parent ul li a { font-size:14px;}
}
@media (max-width:1366px) {

}
@media (max-width:1280px) {
	.nyProMenu_Parent { margin:0 auto 10px;}
}
@media (max-width:1200px) {
	.nyProMenu { width:100%;}
	.nyProMenu { margin:0 auto 40px;}
}
@media (max-width:1080px) {
	.nyProMenu {display: none;}
	.nyProMenu_Parent { height:50px;}
	.nyProMenu_Parent ul li { height:50px;}
	.nyProMenu_Parent ul li a { height:50px; line-height:50px;}
	.nyProMenu_Tab .swiper-container1 .swiper-slide a { height:48px; line-height:48px;}
}
@media (max-width:1024px) {

}
@media (max-width:800px) {
	.nyProMenu_Parent ul li a { font-size:15px;}
	.nyProMenu_Tab .swiper-container1 .swiper-slide a { font-size:15px;}
}
@media (max-width:767px) {
	.nyProMenu { margin:0 auto 20px;}
	.nyProMenu_Parent { height:auto;}
	.nyProMenu_Parent ul li { width:33.333333%; height:50px; border-bottom:1px solid #f8f8f8;}
	.nyProMenu_Parent ul li:last-child { border-right:0;}
	.nyProMenu_Parent ul li:nth-child(3n+3) { border-right:0;}
	.nyProMenu_Parent ul li a { height:50px; line-height:50px;}
}
@media (max-width:375px) {
	.nyProMenu_Parent ul li a { font-size:14px;}
	.nyProMenu_Tab .swiper-container1 .swiper-slide a { font-size:14px;}
}
@media (max-width:320px) {
	.nyProMenu_Parent ul li { width:50%; height:50px; border-bottom:1px solid #f8f8f8;}
	.nyProMenu_Parent ul li:last-child { border-right:0;}
	.nyProMenu_Parent ul li:nth-child(3n+3) { border-right:1px solid #f8f8f8;}
	.nyProMenu_Parent ul li:nth-child(2n+2) { border-right:0;}
}
/*nyProMenu 结束*/


.pagination {padding: 30px 0;}
@media (max-width: 992px) {
    .pagination {padding: 20px 0;}
}


/*products*/

.inner-pro {width: 100%;padding:100px 0; background: #f2f2f2;}
.inner-pro-main {padding-bottom: 20px; overflow: hidden;}
.inner-pro-main .con {border: 1px solid #ddd; border-bottom: 3px solid #f2f2f2; background: #fff; margin-bottom: 40px;}

.inner-pro-main .con:hover {border-bottom: 3px solid #06417b;}
.inner-pro-main .con .pic {overflow: hidden;}
.inner-pro-main .con .pic img {width: 100%; }
.inner-pro-main .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.inner-pro-main .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.inner-pro-main .con .info {padding:0 25px; position: relative;}
.inner-pro-main .info:before {width: 100%; content:"";position:absolute;left:0;bottom:-1px;border-bottom: 1px solid #ddd;}
.inner-pro-main .con .info .t-1 {line-height:41px; font-size:16px; text-align: center; margin-bottom: 15px;}
.inner-pro-main .con .info .t-1 a {color: #000;}
.inner-pro-main .con .info .more {line-height: 52px; border-top: 1px solid #ddd; text-align: center; font-size: 16px;}
.inner-pro-main .con .info .more a {color: #444;}
.inner-pro-main .con:hover .info a {color: #06417b;}
@media (max-width: 991px) {
	.inner-pro {padding: 40px 0;}
	.inner-pro-main {padding-bottom: 10px;}
	.inner-pro-main .con {margin-bottom: 20px;}
}






.show-pro {width: 100%;padding:85px 0 100px 0; background: #f2f2f2;}
.show-pro1 {padding: 75px 70px; background: #fff; overflow: hidden;}

/*nyProDetail_Main 开始*/
.nyProDetail_Main {overflow: hidden;}
.nyProDetail_Main .nyProDetail_Img { width:50%; height:520px; margin:0; padding:0; float:left;}
#preview { width:100%; height:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:27.5%; height:100%; padding:0 20px 0 0; overflow:hidden; float:left; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

#spec-list { width:100%; height:100%; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul { height:100%;}
#spec-list ul li { width:100%; height:33.333333%; margin:0 auto; padding:0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#spec-list ul li:last-child { padding:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #d5d5d5; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:72.5%; height:520px; overflow:hidden; padding:0; border:1px solid #d5d5d5; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { background-color:#fff; border:1px solid #d5d5d5;display:none;text-align:center;overflow: hidden; margin:0 0 0 20px; position:absolute; left:100%!important; top:0!important; z-index:100;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.nyProDetail_Main .nyProDetail_Text { width:46%; height:auto; margin:0; padding:20px 0 20px 50px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProDetail_Text .nyProDetail_Name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProDetail_Name h1 { height:auto; line-height:48px; color:#333; font-size:40px; font-weight:bold; word-break:break-all; margin:0; padding:0; float:left;}
.nyProDetail_Name h1 img { display:block; width:auto; height:48px; margin:0 0 10px;}
.nyProDetail_Name .nyProDetail_Hits { height:30px; line-height:30px; color:#999; font-size:16px; margin:9px 0;  background-size:24px 24px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProDetail_Name .nyProDetail_Hits i {margin-right:10px;}
.nyProDetail_Text .nyProDetail_Ms { width:100%; overflow:hidden; margin:20px auto;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProDetail_Text .nyProDetail_Ms .info {margin-bottom: 26px; overflow: hidden;}
.nyProDetail_Text .nyProDetail_Ms .info span {display: block; font-size: 16px; line-height: 28px; font-weight: bold; color: #322f2e;}
.nyProDetail_Text .nyProDetail_Ms .info em {display: block; font-size: 16px; line-height: 27px; color: #717171;}
.nyProDetail_tit {width: 100%; font-size: 40px; color: #1f1f1e; padding-bottom: 20px; border-bottom:3px solid #06417b; font-weight:bold;}
.nyProDetail_Text .nyProDetail_Slogan { width:100%; height:58px; overflow:hidden; margin:0 auto; padding:0; background-color:#f4f5f9; position:relative;}
.nyProDetail_Slogan img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

@media (max-width:1680px) {
	#spec-n5 { width:24%;}
	.jqzoom { width:76%;}
}
@media (max-width:1600px) {
	.nyProDetail_Main .nyProDetail_Img { height:500px;}
	.jqzoom { height:500px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:10px 0 10px 50px;}
}
@media (max-width:1560px) {
	.nyProDetail_Main .nyProDetail_Img { height:490px;}
	.jqzoom { height:490px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:5px 0 5px 50px;}
}
@media (max-width:1440px) {
	.nyProDetail_Main .nyProDetail_Img { height:450px;}
	.jqzoom { height:450px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:15px 0 15px 40px;}
	.nyProDetail_Name h1 { line-height:40px; font-size:36px;}
	.nyProDetail_Name h1 img { height:40px;}
	.nyProDetail_Name .nyProDetail_Hits { margin:5px 0;}
	.nyProDetail_Text .nyProDetail_Ms {}
	.nyProDetail_Text dl { margin:20px auto; padding:12px 10px;}
}
@media (max-width:1366px) {
	.nyProDetail_Main .nyProDetail_Img { height:420px;}
	.jqzoom { height:420px;}
	.nyProDetail_Name .nyProDetail_Hits { font-size:15px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:10px 0 10px 40px;}
	.nyProDetail_Ms p { min-height: 25px; max-height: 75px; line-height:25px; font-size:15px;}
	.nyProDetail_Text dl dd { height:30px; line-height:30px; font-size:15px;}
}
@media (max-width:1280px) {
	.nyProDetail_Main .nyProDetail_Img { height:370px;}
	.jqzoom { height:370px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:0 0 0 40px;}
	.nyProDetail_Name h1 { line-height:36px; font-size:30px;}
	.nyProDetail_Ms p { min-height:25px; max-height:75px; line-height:25px; font-size:15px;}
	.nyProDetail_Text dl dd { height:30px; line-height:30px; font-size:15px;}
}

@media (max-width:1080px) {
	.nyProDetail_Main .nyProDetail_Img { height:340px;}
	.nyProDetail_Ms p em {margin-left: 10px;}
	.jqzoom { height:340px;}
	#spec-n5 { padding:0 10px 0 0;}
	#spec-list ul li { padding:0 0 10px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:0 0 0 30px;}
	.nyProDetail_Name h1 { font-size:30px;}
	.nyProDetail_Name .nyProDetail_Hits { font-size:15px;}
	.nyProDetail_Text .nyProDetail_Slogan { height:48px;}
}
@media (max-width:1024px) {
	.nyProDetail_tit {font-size: 22px; padding:20px 0 5px 0; }
	
}
@media (max-width:800px) {
	.nyProDetail_Main .nyProDetail_Img { width:100%; height:440px; margin:0 auto 24px; float:inherit;}
	.jqzoom { height:440px;}
	.nyProDetail_Main .nyProDetail_Text { width:100%; margin:0 auto; padding:0; float:inherit;}
}
@media (max-width:767px) {
	.nyProDetail_Main .nyProDetail_Img { height:auto; margin:0 auto 20px;}
	#preview { height:auto;}
	#spec-n5 { width:100%; height:100px; padding:10px 0 0; float:inherit;}
	.jqzoom { width:100%; height:320px; float:inherit;}
	#spec-list {}
	#spec-list ul li { width:33.333333%; height:100%; padding:0 10px 0 0; float:left;}
	#spec-list ul li:last-child { padding:0;}
	
	.nyProDetail_Name h1 { width:100%; font-size:26px; float:inherit;}
	.nyProDetail_Name .nyProDetail_Hits { width:100%; font-size:14px; margin:0 auto;  background-size:20px 20px; float:inherit;}
	.nyProDetail_Text .nyProDetail_Ms { margin:15px auto 20px; }
	.nyProDetail_Ms p { min-height:24px; max-height:72px; line-height:24px; font-size:14px;}
	.nyProDetail_Text dl { padding:10px;}
	.nyProDetail_Text dl dd { width:100%; font-size:14px; margin:0 auto; padding:0; float:inherit;}
	
	.nyProDetail_Text .nyProDetail_Slogan { height:32px;}
}
@media (max-width:375px) {
	.jqzoom { height:280px;}
	#spec-n5 { height:90px;}
}
@media (max-width:320px) {
	.jqzoom { height:240px;}
	#spec-n5 { height:80px;}
	
}
/*nyProDetail_Main 结束*/

.show-procon {padding-top: 100px; overflow: hidden;}
.show-procon .tab-tit {line-height:60px; background:#e3e3e3; color: #fff; }
.show-procon .tab-tit span {width:250px;display:block; text-align: center;font-size: 18px; background: #06417b;}
.show-procon .tab-txt {padding: 60px 0; overflow: hidden; font-size: 16px; color: #717171; line-height: 26px;}

.other-pro {margin-top: 90px; overflow: hidden;}
.other-pro-top {margin-bottom: 30px; overflow: hidden;}
.other-pro-top .tit {font-size: 40px; color: #1b1b1b; float: left;}
.other-pro-top .link {float: right; position: relative;}
.other-pro .swiper-button-prev{width:40px;height:40px;border-radius:50%;opacity:1;background:#dfdfdf url("../images/icon-41.png") no-repeat center;margin:0px;pointer-events:auto;cursor:pointer; position: absolute; top: 0; left: -88px;}
.other-pro .swiper-button-next{width:40px;height:40px;border-radius:50%;opacity:1;background:#dfdfdf url("../images/icon-41.png") no-repeat center;margin:0px;transform:rotate(180deg);pointer-events:auto;cursor:pointer; position: absolute; top: 0; right: 0;}
.other-pro .swiper-button-prev:hover{background-color:#06417b;}
.other-pro .swiper-button-next:hover{background-color:#06417b;}

.other-pro .con {border: 1px solid #ddd; border-bottom: 3px solid #f2f2f2; background: #fff;}

.other-pro .con:hover {border-bottom: 3px solid #06417b;}
.other-pro .con .pic {overflow: hidden;}
.other-pro .con .pic img {width: 100%; }
.other-pro .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.other-pro .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.other-pro .con .info {padding:0 25px; position: relative;}
.other-pro .info:before {width: 100%; content:"";position:absolute;left:0;bottom:-1px;border-bottom: 1px solid #ddd;}
.other-pro .con .info .t-1 {line-height:41px; font-size:16px; text-align: center; margin-bottom: 15px;}
.other-pro .con .info .t-1 a {color: #000;}
.other-pro .con .info .more {line-height: 52px; border-top: 1px solid #ddd; text-align: center; font-size: 16px;}
.other-pro .con .info .more a {color: #444;}
.other-pro .con:hover .info a {color: #06417b;}

@media (max-width: 991px) {
	.show-pro {padding: 40px 0;}
	.show-pro1 {padding: 30px 10px;}
	.show-procon {padding-top: 20px;}
	.show-procon .tab-tit {line-height: 40px;}
	.show-procon .tab-tit span {width:100px;font-size: 16px;}
	.show-procon .tab-txt {padding: 20px 0; font-size: 14px; line-height: 25px;}
	.other-pro-top {padding-bottom: 20px;}
    .other-pro-top .tit {font-size:24px;}
	.other-pro .swiper-container {overflow: hidden;}
	.other-pro .swiper-button-prev {width: 35px; height: 35px;left: -79px;}
	.other-pro .swiper-button-next {width: 35px; height: 35px;}

}

.page-title2 {
    position: relative;
    z-index: 1;
}
@media (max-width: 992px) {
	.page-title2 {margin-top: 0}	
}
.page-title2 .ico {
    width: 50px
}

.page-title2 .name {
    font-size: 30px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
    position: relative;
}






.contact {width: 100%; overflow:hidden; background: #f2f2f2; padding: 90px 0 100px 0;}
@media (max-width: 991px) {
	.contact {padding: 40px 0;}
}
.contact-box1 { overflow: hidden;}
.contact-box1 .main {padding: 70px 60px; background: #fff;}
.contact-box1 .main .contact-lx { }
.contact-box1 .main .contact-lx .t-1 {font-size: 16px; color: #616060; margin-top: 20px;}
.contact-box1 .main .contact-lx .t-2 {margin-top:38px; font-size: 22px; color: #070707;}
.contact-box1 .main .contact-lx .t-3 {margin-top: 7px; font-size: 16px; line-height: 30px; color: #616060;}
.contact-box1 .main .contact-lx .lx-weixin {width: 120px; margin-top:30px;}
.contact-box1 .main .contact-lx .lx-weixin img {}
.contact-box1 .main .contact-lx .lx-weixin span {display: block; line-height: 33px; text-align: center; color: #908f8f;}
.contact-box1 .main .contact-lx .map {float: right;}
.contact-box1 .main .contact-lx .map img {width: 100%;}
@media (max-width: 991px) {
	.contact-box1 {}
	.contact-box1 .main {padding: 20px 10px;}
	.contact-box1 .main .contact-lx .t-1 {line-height: 20px; font-size: 12px;}
	.contact-box1 .main .contact-lx .t-2 {font-size: 18px; margin-top: 30px;}
	.contact-box1 .main .contact-lx .t-3 {font-size: 14px;}

	.contact-box1 .main .contact-lx .map {float: none; margin-top: 30px;}
}

.contact-box2 {margin-top: 70px; overflow: hidden;}
.contact-box2 .main {padding: 70px 60px; background: #fff;}
.contact-form-wrap {width: 100%;margin-top: 30px; }
.contact-form-tit {font-size: 16px; color: #616060;}
.input-item {margin-top: 30px;}
.input-item input,
.input-item textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
.input-item input:focus,
.input-item textarea:focus {
    border-color: #eeb644;
}
.input-item .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}
.input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
}
.input-item .btn-brand {
    display:inline-block; width:auto; height:40px; line-height:40px; color:#fff; font-size:16px; margin:20px 0 0; padding:0 40px; background-color:#06417b; border-radius:20px;
}
.btn-brand {
    background-color: #06417b;
    border-color: #06417b;
    border-radius: 25px;
    color: #fff;
}


@media (max-width: 991px) {
	.contact-box2 {margin-top: 40px;}
	.contact-box2 .main {padding: 20px 10px;}
	.contact-form-tit {font-size: 12px; line-height: 20px;}
	.input-item {margin-top: 18px;}
  .contact-form-wrap iframe { height: 490px !important;}

}



/*分页*/
ul.pagination {
    align-items: center;
    justify-content: center;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #06417b;
    color: white;
    border: 1px solid #06417b;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
@media (max-width:992px){
	ul.pagination {width: 100%; overflow: hidden;}
	ul.pagination li a {padding: 5px;}
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #06417b;
    border-color: #06417b;
}

