/* CSS Document */
@charset "utf-8";

*, *:after, *:before {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
  background:none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

body,html {
  margin: 0 auto;
  font-size:16px;
  line-height: 200%;
  color:#333;
  font-weight:400;
  background:#ffffff;
  font-family: 'Microsoft YaHei', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{
  font-style:normal;
}

a{
  color:#333;
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color:#ff8f46;
}

input,button,select,textarea{
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px;
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

input[type="submit"],
input[type="reset"],
input[type="button"]{-webkit-appearance:none;}
input[type=submit]:hover{
  opacity:0.9;
  filter:Alpha(opacity=90);
  cursor: pointer;
}

p{
  position: relative;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  line-height: 150%;
  margin: 0px;
  transition: all 500ms ease;
}

figure{
  margin: 0px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
  -ms-interpolation-mode:bicubic;   /* IE 7+ */
  image-rendering: optimizeQuality; /* Fx, (Gecko 1.9.2) */
}

table{border-bottom:1px solid #eee;border-right:1px solid #eee;}
table th{background:#f8f8f8;}
table th,table td{border-top:1px solid #eee;border-left:1px solid #eee;padding:0 5px;}

.clearfix {
  z-index: 1;
  clear: both;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.l {
  float:left;
  _display: inline;
}
.r {
  float:right;
  _display: inline;
}
.tc{
  text-align: center;
}

.container {
  margin: 0 auto;
}

.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c1{
  color: #3d6db8;
}
.c2{
  color: #ff8f46;
}

.top{
  padding: 0 1%;
  color: #666;
  line-height: 40px;
  font-size: 14px;
  background: #f6f6f6;
}
.top p i{
  margin-right: 5px;
}
.web{
  position: relative;
  transform-style: preserve-3d;
}
.web .web-con {
  width: 260%;
  position: absolute;
  left:-80%;
  border-radius: 0 0 10px 10px;
  z-index: 666;
  opacity: 0;
  display: none;
  padding: 1em 1.5em;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
  background: linear-gradient( #fff, #f6f6f6);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
  -ms-box-shadow:0 0 5px rgba(0,0,0,0.1);
  -o-box-shadow:0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
  box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.web-text:after {
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
  opacity: 0;
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: calc(50% - 10px);
  border-color: transparent transparent white transparent;
  border-width: 10px;
  border-style: solid;
}
.web:hover{
  transform-style: flat;
}
.web:hover .web-text:after {
  bottom: 0;
  opacity: 1;
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.15s;
  z-index: 9999;
}
.web:hover .web-con {
  pointer-events: all;
  opacity: 1;
  display: block;
}
.top .web .web-con p{border-bottom: 1px dashed #ccc;}
.top .web .web-con p span{float: right;font-size:12px;border: none;padding:0;}
.top .web .web-con i{line-height: 24px;display: block;color: #888;font-size:12px;padding: 5px 0;}
.top .web .web-con dl{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: flex-start;align-items: flex-start;line-height: 200%;}
.top .web .web-con dl dt{width: 50px;}
.top .web .web-con dl dd{width: 100%;}
.top .web .web-con dl dd a{padding: 0 5px;}

/** header  **/
header{
  padding: 10px 0;
}
header .logo img{
  height: 60px;
}
header .logo img.icon{
  height: 50px;
  margin-left: 20px;
}
header .header-tel img{
  width: 24px;
  margin-right: 10px;
}
header .header-tel a{
  font-size: 32px;
  font-family: Georgia;
}
header .header-tel p{
  margin-top: 2px;
}
header .header-tel p a{
  font-size: 28px;
  margin-left: 20px;
}
header .header-code{
  padding: 10px 0;
  margin-left: 10px;
}
header .header-code img{
  height: 60px;
}
header .header-code span{
  writing-mode: tb-rl;
  font-size: 14px;
  color: #888;
  line-height: 20px;
}

/** main-menu **/

nav{
  position: relative;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  z-index: 33;
}

.fixedNav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-top: none;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation > li{
  position:inherit;
  z-index:2;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size: 18px;
  line-height:70px;
  font-weight:500;
  opacity:1;
  z-index:1;
  text-transform: uppercase;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  bottom: 0;
  transform: scale(0,0);
  background-repeat: no-repeat;
  transition: all 500ms ease;
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
  left: calc(50% - 10px);
  border-color: transparent transparent #3d6db8 transparent;
  border-width: 10px;
  border-style: solid;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  transform: scale(1,1);
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: #3d6db8;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  line-height: 300%;
  font-weight:500;
  font-size:16px;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  display: block;
  left: -17px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  font-size: 15px;
  padding:14px 0px;
  line-height:24px;
  font-weight:500;
  font-family: 'Jost', sans-serif;
  text-transform:capitalize;
  color:#35312f;
  border-bottom: 1px solid #f1e6df;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 14px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 1;
  display: block;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  display: block;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: fixed;
  top:2%;
  right: 2%;
  font-size: 20px;
  line-height: 26px;
  width: 30px;
  background: #fff;
  border: 2px solid #3d6db8;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  color: #3d6db8;
  display: none;
}

.main-header .sticky-header .logo-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 20px 0px;
  z-index: 1;
}

.main-header .sticky-header .logo-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
  z-index: -1;
}

.main-header .sticky-header .logo-box:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(100px - 10px);
  height: calc(100px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 3% 0 2% 0;
  left: 0;
}
.main-menu .navigation > li:nth-child(10).dropdown > .megamenu {
    overflow-y: scroll;
    height: 750px;
}
.main-menu .navigation li.dropdown .megamenu li{
  float: left;
  text-align: center;
}

.main-menu .navigation li.dropdown .service-nav li{
  width: 18%;
  margin-right: 2.5%;
}

.main-menu .navigation li.dropdown .service-nav li:nth-child(5n){
  margin-right: 0;
}

.main-menu .navigation li.dropdown .case-nav li{
  width: 11.11%;
  margin: 1% 0;
}


.main-menu .navigation li.dropdown .case-nav li i{
  display: block;
  font-size: 40px;
}

.main-menu .navigation li.dropdown .news-nav li{
  width: 18%;
  margin-right: 2.5%;
}

.main-menu .navigation li.dropdown .news-nav li:nth-child(5n){
  margin-right: 0;
}

.main-menu .navigation li.dropdown .about-nav li{
  width: 15%;
  margin-right: 2%;
}

.main-menu .navigation li.dropdown .about-nav li:nth-child(6n){
  margin-right: 0;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 280px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important;
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a{
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li img{
  display: none;
}

.mobile-menu .navigation li ul li i{
  margin-right: 10px;
  color: #666;
}

.mobile-menu .navigation .case-nav{
  clear: both;
  overflow: hidden;
}

.mobile-menu .navigation .case-nav li{
  float: left;
  width: 50%;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff;
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.banner{position: relative;overflow: hidden;}
.banner img{width: auto;max-width:none;position: relative;top:0;left: 50%;-moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);margin:0;}


/*search*/
.search{background: #f2f8ff;font-size: 14px;z-index: 33;position: relative;overflow: hidden;margin-top: -30px;}
.search .search-txt{width: 75%;padding: 0 20px;line-height: 60px;}
.search .search-txt a{margin-right: 10px;}
.search .search-txt b{color: #3d6db8;}
.search .search-form{width: 25%;padding: 15px 20px;background: #3d6db8;position: relative;z-index: 1;}
.search .search-form::after{display: block;content: "";position: absolute;left: 0;top:0;width: 200%;height: 100%;background: #3d6db8;z-index: -1;}
.search .search-form input{line-height: 30px;color: #fff;float: left;}
.search .search-form button{float: right;padding: 5px 0;height: 30px;}
/* WebKit browsers */
.search .search-form input::-webkit-input-placeholder {
    color: #f6f6f6;
}
/* Mozilla Firefox 4 to 18 */
.search .search-form input:-moz-placeholder {
    color: #f6f6f6;
}
/* Mozilla Firefox 19+ */
.search .search-form input::-moz-placeholder {
    color: #f6f6f6;
}
/* Internet Explorer 10+ */
.search .search-form input:-ms-input-placeholder {
    color: #f6f6f6;
}

/*title*/
.title{padding: 3% 0;}
.title h3{font-size: 40px;font-weight: bold;line-height: 180%;letter-spacing: 2px;}
.title p{font-size: 20px;line-height: 180%;color: #888;letter-spacing: 2px;}
.title p span{display: block;}

/*tel*/
.tel{justify-content: flex-start;font-size: 20px;letter-spacing: 2px;}
.tel i{font-size: 28px;color: #ff8f46;margin-right: 10px;}
.tel span{opacity: .8;}
.tel a{font-size: 30px;font-weight: bold;color: #ff8f46;}

/*laboratory*/
.laboratory{position: relative;background: #f2f8ff;}
.laboratory .swiper-container-laboratory{padding-bottom: 4%;padding-left: 10px;padding-right: 10px;overflow: hidden;}
.laboratory .swiper-wrapper .swiper-slide{width: 23.5%;margin-right: 2%;top:0;background:#fff;border-radius:6px;text-align:left;transition:all .15s linear;overflow: hidden;}
.laboratory .swiper-wrapper .swiper-slide:hover{position:relative;top:-20px;transition:all .25s linear;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);}
.laboratory .swiper-wrapper .swiper-slide .txt{padding: 25px 30px 20px;}
.laboratory .swiper-wrapper .swiper-slide .txt h3{font-size:18px;letter-spacing:1px;}
.laboratory .swiper-wrapper .swiper-slide .txt hr{width: 40px;height: 2px;background: #3d6db8;margin: 15px auto 15px 0;transition:all 0.2s linear;}
.laboratory .swiper-wrapper .swiper-slide .txt p{padding-bottom:20px;font-size:15px;line-height: 200%;color:#888;text-align: justify;}
.laboratory .swiper-wrapper .swiper-slide .txt .more{display: none;}
.laboratory .swiper-wrapper .swiper-slide:hover .txt .more{display: block;}
.laboratory .swiper-wrapper .swiper-slide:hover .txt .more a{color: #3d6db8;}
.laboratory .swiper-wrapper .swiper-slide:hover hr{opacity: 0;margin: 5px auto 5px 0;}
.laboratory .swiper-pagination{bottom:3%;}

/*servicelist*/
.serviceTit{margin: 2% auto;}
.serviceTit h3{font-size: 36px;}
.serviceTit h3 img{height: 50px;margin: 0 10px 0 0;}
.serviceTit p{text-align: right;}
.serviceTit p span{display: block;font-size: 20px;}

.servicelist{overflow: hidden;position: relative;}
.servicelist .swiper-wrapper .swiper-slide{width: 20%;text-align: center;position: relative;}
.servicelist .swiper-wrapper .swiper-slide .con{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(130, 170, 216, .5);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;letter-spacing: 2px;color: #fff;}
.servicelist .swiper-wrapper .swiper-slide:nth-child(even) .con{background: rgba(61, 109, 184, .3);}
.servicelist .swiper-wrapper .swiper-slide .con span{display: block;width: 100%;}
.servicelist .swiper-wrapper .swiper-slide hr{width: 30px;height: 2px;background: #fff;margin: 8% auto;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.servicelist .swiper-wrapper .swiper-slide h3 a{font-size: 24px;transition: .3s;color: #fff;}
.servicelist .swiper-wrapper .swiper-slide .list{width: 90%;margin: 0 auto;font-size: 16px;line-height: 200%;display: none;text-align: center;margin-top: 8%;}
.servicelist .swiper-wrapper .swiper-slide .pic img{display: block;width: 100%;}
.servicelist .swiper-wrapper .swiper-slide:hover .con{background: rgba(23, 84, 177, 0.8);color: #fff;}
.servicelist .swiper-wrapper .swiper-slide:hover .img{width:60px;opacity: .8;}
.servicelist .swiper-wrapper .swiper-slide:hover hr{opacity: 0;margin: 1% auto;}
.servicelist .swiper-wrapper .swiper-slide:hover .list{display: block;}
.servicelist .swiper-wrapper .swiper-slide:hover h3 a{color: #fff;}
.servicelist .swiper-wrapper .swiper-slide p a{color: #fff;opacity: 0.8;filter: alpha(opacity=80);}
.servicelist .swiper-wrapper .swiper-slide p a:hover{opacity: 1;filter: alpha(opacity=100);color: #ff8f46;}

/*重置swiper*/
.swiper-pagination{bottom:15px}
.swiper-pagination .swiper-pagination-bullet{width:24px;height:4px;border-radius:100px;overflow:hidden;background:#dfe1f1;border:none;cursor:pointer;content:'';display:inline-block;box-sizing:border-box;opacity:1;vertical-align:middle}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ff8f46;box-sizing:border-box}
.swiper-button-prev{left:1%;width:14.5px;height:30px;margin-top:-15px;background-image:url(../images/marketplace-home-arrow_big.svg);background-size:cover;transition:background-image .15s}
.swiper-button-next{right:1%;width:14.5px;height:30px;margin-top:-15px;background-image:url(../images/marketplace-home-arrow_big.svg);transform:rotate(180deg);background-size:cover;transition:background-image .15s}
.swiper-button-next:hover,.swiper-button-prev:hover{background-image:url(../images/marketplace-home-arrow_big_hover.svg);transition:background-image .2s}

.footerBox{background: #3d6db8 url(../images/bg1.jpg) center no-repeat;overflow: hidden;-webkit-background-size: cover;background-size: cover;}
.footerBox:after{display: block;content: "";position: absolute;right: 0;top:0;width: 30%;height: 100%;background: #ff8f46;z-index: -1;}
.footerBox .container{align-items: flex-start;}
.footerNav{width: 68%;padding: 3% 0 2% 0;}
.footerNav h2{justify-content: flex-start;font-size: 36px;font-weight: bold;color: #fff;margin-bottom: 20px;letter-spacing: 2px;}
.footerNav h2 img{height: 60px;margin: 0 15px 0 0;}
.footerNav ul{align-items: flex-start;}
.footerNav ul li{margin-bottom: 10px;letter-spacing: 2px;}
.footerNav ul li p{justify-content: flex-start;}
.footerNav ul li a{color: #fff;margin-right: 25px;}
.footerNav ul li i{margin-right: 5px;color: rgba(255,255,255,.5);}
.footerNav ul li span{display: block;font-size: 20px;font-weight: bold;margin: 5px 0;position: relative;padding-left: 20px;}
.footerNav ul li span::after{display: block;content: "";position: absolute;width: 3px;height: 20px;left: 0;top:50%;margin-top: -9px;background: #fff;}
.footerNav ul li.caseNav i{width: 18px;text-align: center;}
.footerNav ul li a:hover{color: #ff8f46;}

.footerCode{width: 320px;position: relative;z-index: 1;padding: 4% 0 2% 0;}
.footerCode:after{display: block;content: "";position: absolute;left: -35%;top:0;width: 300%;height: 150%;background: rgba(255, 143, 70, .8);z-index: -1;}
.footerCode h3{color: #fff;line-height: 240%;font-size: 20px;letter-spacing: 1px;}
.footerCode p{color: rgba(255,255,255,.6);line-height: 180%;margin: 15px 0;}
.footerCode p i{font-size: 24px;margin-right: 10px;color: #fff;}
.footerCode p a{color: #fff;font-size: 28px;font-weight: bold;display: block;color: #fff;}
.footerCode p em{font-size: 20px;font-weight: bold;display: block;color: #fff;}
.footerCode .pic{width: 100%;}
.footerCode .pic li{width: 150px;font-size: 14px;text-align: center;color: rgba(255,255,255,.5);}
.footerCode .pic li img{border: 5px solid #fff;}

.copyright{background: #fff;color: #888;font-size: 15px;line-height: 150%;padding: 10px 0;}
.copyright a{color: #888;}
.copyright span{margin: 0 15px;}

.footer-bottom{display: none;}

@media only screen and (min-width: 780px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    /*display:block !important;*/
  }
}

@media screen and (max-width:1440px){

.main-menu .navigation > li > a{line-height: 60px;}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a{font-size: 15px;line-height: 260%;}

.banner img{max-width: 100%;}

.title h3{font-size: 36px;}
.title p{font-size: 18px;}

.footerNav{width: 72%;}
.footerCode:after{left: -20%;}

}

@media screen and (max-width:1280px){

header .header-code{display: none;}
.main-menu .navigation > li > a{font-size: 16px;line-height: 50px;}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a{font-size: 14px;line-height: 260%;}

.search{margin-top: -25px;}
.search .search-txt{line-height: 50px;}
.search .search-form{padding: 10px 20px;}

.laboratory .swiper-wrapper .swiper-slide .txt p{line-height: 180%;}

.footerNav{width: 68%;}
.footerNav h2{font-size: 32px;}
.footerNav h2 img{height: 50px;}
.footerNav ul li{font-size: 1px;font-size: 15px;line-height: 200%;}
.footerNav ul li a{margin-right: 20px;}
.footerNav ul li span{font-size: 18px;}
.footerCode:after{left: -18%;}

}

@media screen and (max-width:1024px){

.top{display: none;}
header .logo img.icon{margin-left: 15px;}
header .header-code{display: none;}
header .header-tel{display: none;margin-right: 30px;}
header .header-tel a{font-size: 28px;}
header .header-tel p{margin-top: 0;}
header .header-tel p a{font-size: 24px;margin-left: 10px;}

.menu-area{width: auto;}
.main-menu{display: none;}
.menu-area .mobile-nav-toggler {display: block;}

.search{display: none;}

.title h3{font-size: 32px;}
.title p{letter-spacing: 0;}

.tel{font-size: 18px;letter-spacing: 1px;}

.servicelist .swiper-wrapper .swiper-slide .list{line-height: 180%;margin-top: 5%;}

.footerNav{width: 100%;}
.footerNav h2{letter-spacing: 1px;font-size: 28px;}
.footerNav h2 img{margin-right: 10px;}
.footerNav ul li a{letter-spacing: 0;}
.footerNav ul li span::after{height: 18px;margin-top: -8px;}

.footerCode{width: 100%;padding: 2% 0;}
.footerCode .pic{width: 290px;}
.footerCode .pic li{width: 140px;}

}

@media screen and (max-width:768px){

body,html {font-size:15px;}

header .logo img{height: 50px;}
header .logo img.icon{height: 42px;}
header .header-tel{display: none;}

.main-menu,
.sticky-header,
.main-header.style-one .outer-container:before{display: none !important;}
.menu-area .mobile-nav-toggler{top:20px;}

.title h3{font-size: 30px;letter-spacing: 1px;}
.title p{font-size: 16px;}
.title p span{display: inline;}

.servicelist .swiper-wrapper .swiper-slide:hover i{font-size: 40px;}
.servicelist .swiper-wrapper .swiper-slide:hover h3 a{font-size: 20px;}
.servicelist .swiper-wrapper .swiper-slide:hover .list{line-height: 180%;margin-top: 5%;}

.footer{margin-bottom: 60px;}


.copyright{display: block;text-align: center;line-height: 180%;}

.footer-bottom{background:#3d6db8;width: 100%;position: fixed;bottom: 0;z-index: 999;display: block;border-top: 1px solid #fff;}
.footer-bottom li{float: left;text-align: center;width: 21%;line-height:20px;padding:10px 0;}
.footer-bottom li:first-child{width:14%;background:#ff8f46;margin-right:1%;}
.footer-bottom li i{color: #fff;display:block;line-height:20px;}
.footer-bottom li a{color:#fff;}

}

@media screen and (max-width:480px){

body,html {font-size:14px;line-height: 180%;}

header .logo img{height: 40px;}
header .logo img.icon{display: none;}
.menu-area .mobile-nav-toggler{top:15px;}

.title h3{font-size: 20px;font-weight: bold;line-height: 180%;margin-bottom: 0;}
.title p{font-size: 15px;line-height: 160%;}

.tel{font-size: 15px;letter-spacing: 0;}
.tel i{font-size: 22px;margin-right: 5px;}
.tel a{font-size: 24px;}

.laboratory{padding-bottom: 0;}
.laboratory .swiper-container-laboratory{padding: 0 0 4% 0;}
.laboratory .swiper-wrapper .swiper-slide:hover{position:relative;top:-8px;transition:all .25s linear;box-shadow:0 2px 10px 0 rgba(0,0,0,.05);}
.laboratory .swiper-wrapper .swiper-slide .txt{padding: 5%;}
.laboratory .swiper-wrapper .swiper-slide .txt h3{font-size: 15px;}
.laboratory .swiper-wrapper .swiper-slide .txt hr{width: 30px;margin: 10px 0;}
.laboratory .swiper-wrapper .swiper-slide .txt p{font-size: 13px;line-height: 180%;height: 69px;overflow: hidden;padding-bottom: 0;margin-bottom: 5px;}
.laboratory .swiper-wrapper .swiper-slide:hover hr{margin: 0;}

.servicelist .swiper-wrapper .swiper-slide:hover i{font-size: 50px;margin-bottom: 2%;}
.servicelist .swiper-wrapper .swiper-slide:hover h3 a{font-size: 24px;}
.servicelist .swiper-wrapper .swiper-slide:hover .list{line-height: 200%;}

.swiper-button-prev{width: 10px;height: 20px;margin-top: -10px;}
.swiper-button-next{width: 10px;height: 20px;margin-top: -10px;}
.swiper-pagination .swiper-pagination-bullet{width: 16px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:0;}

.servicelist .title h3 b{display: none;}
.servicelist .title p i{display: block;}

.footerNav ul{display: none;}
.footerNav h2{display: block;font-size: 20px;margin-bottom: 0;letter-spacing: 1px;padding-top: 5px;}
.footerNav h2 img{position: absolute;z-index: 22;right: 0;top: 70px;height: 100px;opacity: .4;}
.footerNav h2 span{display: none;}

.footerCode{padding: 0 0 2% 0;}
.footerCode:after{background: none;}
.footerCode h3{line-height: 150%;font-size: 18px;}
.footerCode p{font-size: 16px;margin: 10px 0;letter-spacing: 1px;}
.footerCode p i{font-size: 20px;line-height: 150%;}
.footerCode .pic{display: none;}

.copyright{font-size: 14px;}
.copyright p i{display: none;}

}

@media (min-width: 360px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 375px) {
  .container {
    width: 94%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1360px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1620px){
  .container {
    width: 1360px;
  }
}
@media(min-width:1620px){
  .container {
    width: 1620px;
  }
}