@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: #666; 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: 1400px) {
    .container {max-width: 100%; }
}
@media (min-width: 1600px) {
    .container {max-width: 1600px; }
}	

/*======================公用样式=======================*/
.wrap { width: 100%; }

.logo {float: left;}

.other-side .search-area{float:left; margin-top: 10px; margin-right:10px}
.other-side .search-area .search-item{display:inline-block;position:relative;color:#333;cursor:pointer;top:3px; padding-right: 10px;}
.other-side .search-area .search-item a {padding: 0;}
.other-side .search-area .search-item i {display:inline-block;text-align:center;font-size:16px;position:relative;top:0;color:#333;font-weight:600}
.other-side .search-area .search-item .search-overlay.search-popup i {color: #000;}
.other-side .search-area .search-item .search-overlay{display:none}
.other-side .search-area .search-item .search-overlay.search-popup{position:absolute;top:100%;width:300px;right:0;background:#fff;z-index:2;
  padding:20px 20px 10px 20px;
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.1);box-shadow:0 0 15px 0 rgba(0,0,0,.1);margin-top:20px}
.other-side .search-area .search-item .search-overlay.search-popup .search-form{position:relative}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input{display:block;width:100%;height:42px;
  line-height:initial;border:1px solid #eee;color:#373737;outline:0;-webkit-transition:.5s;
  transition:.5s;padding-top:4px;padding-left:10px; background:transparent;}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input:focus{border-color:#ff6464}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button{position:absolute;right:0;top:0;height:50px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button:focus{color:#ff6464}
.other-side .search-area .search-item .search-btn{font-size:16px;color:#333}
.other-side .search-area .search-item .search-btn:hover{color:#3073ff}
.other-side .search-area .search-item .search-btn:hover i{color:#3073ff}
.other-side .search-area .search-item .close-btn{cursor:pointer;display:none;-webkit-transition:.5s;transition:.5s;color:#333}
.other-side .search-area .search-item .close-btn:hover{color:#3073ff}
.other-side .search-area .search-item .close-btn.active{display:block;}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .dropdown-menu{transform: translate3d(1px, 42px, 0px) !important; }
.other-side .search-area .search-item .search-overlay.search-popup .search-form .dropdown-menu .dropdown-item{ line-height: 30px; font-size: 14px;text-indent: 10px;}

.other-side .top-tel{float:right; color: #fff; padding: 0 20px; line-height: 40px; border-radius: 20px; background: #3073ff; font-size: 16px;}
.other-side .top-tel i {margin-right: 12px;}
.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 .top-tel {display: none;}
	.other-side .search-area {display: none;}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 0;
  background: #fff;
  -webkit-box-shadow:0 0 15px rgba(0,0,0,.1);
  box-shadow:0 0 15px rgba(0,0,0,.1);	
}
.fixed-top-index {}

#header .header-container {
  background: #fff;
  padding: 18px 0;	
}

#header.header-scrolled {
  

  top: 0;
}

#header .logo {
  overflow: hidden;
}
#header .logo img {
  padding: 0;
  margin: 0;
  width: 100%;
}
#header .logo h1 {
display: none;
}
@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;
	padding: 5px 0;  
  }
  #header .logo {
    position: relative;
	left: 0;
  }
  #header .logo img {
    width: 150px
	  
  }
	
}

/*--------------------------------------------------------------
# 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 30px;
  color: #333;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
 
}


.navbar a span {font-size: 18px;}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar li:hover > a {
  color: #3073ff;

}
.navbar .active {
  color: #3073ff;
  /*border-bottom: 2px solid #3073ff;*/
}

.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: #3073ff;
}

.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 li:hover > a {
  color: #3073ff;
}
.navbar-mobile .active {border: 0;}
.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: #fff; border: 1px solid #666; border-radius:13px;outline:0;-webkit-transition:.5s;transition:.5s; padding-left:10px}
.search-i .search-form .search-button{position:absolute;right:0;top:0;height:30px;background:0 0;border:0;width:30px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}

.search-i .search-form  .form-control{ background: transparent !important;    height: 30px;}
.search-i .search-form input::input-placeholder {
  /* WebKit browsers */
    font-size: 14px;
  }
  .search-i .search-form input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  }
  .search-i .search-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  
  }
  .search-i .search-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  
  }
  .search-i .search-form input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  
  }

.search-i .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;}
.search-i i {color: #333; 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: 86px;}
.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-active { background: #fff!important;}
.ban .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #424242;opacity:1!important; margin:0 5px}
.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: 52px;}	
}
/*首页*/
.index-box-1 {width: 100%; background: #ebeff3;}
.index-box-1-1 {background: #fff;overflow: hidden;border-radius: 10px;margin-top: -72px;position: relative;z-index: 2;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);}
.index-box-1-1 .con {width: 33.333%;float: left;margin: 10px 0;padding: 0 50px;overflow: hidden;border-right: 1px dotted #dbdcde;}
.index-box-1-1 .con .tit {margin-top: 20px;line-height: 26px;background: url("../images/i-1.jpg") no-repeat left;overflow: hidden;}
.index-box-1-1 .con .tit span {width: 88%;display: block;float: left;text-indent: 24px;font-size: 16px;font-weight: bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index-box-1-1 .con .tit span a {color: #2e364b;}
.index-box-1-1 .con .tit em {width: 10%;display: block;float: right;}
.index-box-1-1 .con .txt {line-height: 24px;height: 48px;overflow: hidden;margin-top: 10px;margin-bottom: 20px;}
.index-box-1-1 .con:nth-child(3) { border-right: 0;}

.index-box-1-2 {padding: 80px 0;overflow: hidden;}
.index-box-1-2 .tit {width: 100%; overflow: hidden; margin-bottom: 56px;}
.index-box-1-2 .tit .t-1 {font-size: 36px;font-weight: bold;text-align: center;margin-bottom: 20px;color: #2e364b;}
.index-box-1-2 .tit .t-2 {font-size: 16px;line-height: 24px;text-align: center;}
.index-box-1-2 .main {}
.index-box-1-2 .main .con {width: 24.8%; float: left; overflow: hidden; background: #fff; margin-right: 1px;}
.index-box-1-2 .main .con:nth-child(4) {margin-right: 0;}
.index-box-1-2 .main .con .pic {width: 100%; overflow: hidden;}
.index-box-1-2 .main .con .pic img {}
.index-box-1-2 .main .con .t-1 {text-align: center; line-height: 32px; font-size: 26px; font-weight: bold; color: #2e364b;}
.index-box-1-2 .main .con .t-2 {padding: 20px 0 65px;text-align: center;line-height: 40px;font-size: 16px;color: #2e364b;}
.index-box-1-2 .main .con .t-2 i {color: #f8ae00; margin-right: 12px;}
@media (max-width: 991px) {
  .index-box-1-1 {display: none;}	
  .index-box-1-2 {padding: 40px 0;}
  .index-box-1-2 .tit {margin-bottom:30px;}
  .index-box-1-2 .tit .t-1 {font-size: 22px;line-height: 25px;margin-bottom:10px;}
  .index-box-1-2 .tit .t-2 {width: 100%; font-size: 12px; line-height: 24px; text-align: center;}
  .index-box-1-2 .main .con {width: 100%; float: none;margin-right: 0; margin-bottom: 20px;}	
  .index-box-1-2 .main .con .pic img {width: 100%;}	
  .index-box-1-2 .main .con .t-1 {line-height:25px;font-size: 20px;}
  .index-box-1-2 .main .con .t-2 {padding: 20px 0;text-align: center;line-height: 30px;font-size: 16px;color: #2e364b;}	
}




.index-box-2 {width: 100%; background: url("../images/index-box-2bg.jpg") no-repeat center; overflow: hidden; padding-bottom: 125px;}
.index-box-2 .info-fl {width: 50%; float: left; overflow: hidden; margin-top: 160px;}
.index-box-2 .info-fl .t-1 {font-size: 36px;font-weight: bold;margin-bottom: 20px;color: #2e364b;}
.index-box-2 .info-fl .t-2 {line-height: 24px;font-size: 16px;}
.index-box-2 .info-fl .link {width: 215px;border-radius: 25px;margin-top:54px;padding: 0 26px;background: #fff;border: 1px solid #2268f0;line-height: 50px;}
.index-box-2 .info-fl .link a {color: #3073ff; font-size: 16px;}
.index-box-2 .info-fl .link a i {margin-left: 10px;}
.index-box-2 .info-fl .link:hover {background: #3073ff;}
.index-box-2 .info-fl .link:hover a {color: #fff;}
.index-box-2 .info-fl ul {display: block; margin-top: 58px; overflow: hidden;}
.index-box-2 .info-fl ul li {line-height: 50px; font-size: 18px;}
.index-box-2 .info-fl ul li a {color: #2e364b;}
.index-box-2 .info-fl ul li i {display: block;float: left;width: 20px;height: 12px;background: url("../images/i-3.png") no-repeat;margin-top: 18px;margin-right: 10px;}

.index-box-2 .info-fr {width: 50%; margin-top: 377px; float: left; overflow: hidden;}
.index-box-2 .info-fr .numCount {width: 80%; margin:0 auto; overflow: hidden;}
.index-box-2 .info-fr .numCount ul {display: block; padding: 30px 0; overflow: hidden; border-bottom: 1px dotted #dbdcde;}
.index-box-2 .info-fr .numCount ul:nth-child(2) {border-bottom: 0;}
.index-box-2 .info-fr .numCount li {float: left; width: 49%; text-align: center;}
.index-box-2 .info-fr .numCount li .item{ margin: 0 10px;}
.index-box-2 .info-fr .numCount li .item .indt {font-size: 16px; color: #000;}
.index-box-2 .info-fr .numCount li .item .indc {color: #444;font-size: 15px;}
.index-box-2 .info-fr .numCount li .numU{ line-height:1.3;}
.index-box-2 .info-fr .numCount li .numCX{ font-size:44px; font-weight: bold;color:#2268f0; }

.index-box-2 .info-fr .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.index-box-2 .info-fr .numCount li .numU sup {font-size:16px; color:#2268f0; vertical-align: super;}
@media (max-width: 991px) {
	.index-box-2 {padding: 40px 0;}
	.index-box-2 .info-fl {width: 100%; margin-top: 0;}
	.index-box-2 .info-fl .t-1 {font-size: 22px;line-height: 25px;}
    .index-box-2 .info-fl .t-2 {margin-top: 10px;line-height: 25px;font-size:12px;}
    .index-box-2 .info-fl .link {width: 160px;border-radius: 25px;margin-top: 30px;padding: 0 10px;background: #fff;line-height:40px;}
    .index-box-2 .info-fl .link a {color: #3073ff; font-size: 14px;}
	.index-box-2 .info-fl ul {margin-top: 20px;}
	.index-box-2 .info-fl ul li {width: 100%;overflow: hidden;font-size: 16px;line-height: 30px;}
	.index-box-2 .info-fl ul li i {margin-top: 10px;}
    .index-box-2 .info-fr {display: none;}	
  
}

.index-box-3 {width: 100%; overflow: hidden; padding: 80px 0;}
.index-box-3 .tit {width: 100%; overflow: hidden; margin-bottom: 56px;}
.index-box-3 .tit .t-1 {font-size: 36px;font-weight: bold;text-align: center;margin-bottom: 20px;color: #2e364b;}
.index-box-3 .tit .t-2 {text-align: center;font-size: 16px;line-height: 24px;}
.index-box-3-main {width: 100%; margin-top: 60px; overflow: hidden;}
.index-box-3-main .con {border: 1px solid #ddd; margin-bottom: 20px;}
.index-box-3-main .con .pic {overflow: hidden;}
.index-box-3-main .con .pic img {width: 100%; }
.index-box-3-main .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.index-box-3-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);
  }
.index-box-3-main .con .info {padding:0 24px; overflow: hidden;}
.index-box-3-main .con .info .t-1 {margin-top: 25px; font-size: 16px; font-weight: bold;}
.index-box-3-main .con .info .t-1 a {color: #333;}
.index-box-3-main .con .info .t-2 {margin-top: 15px;}
.index-box-3-main .con .info .more {margin-top: 25px; padding: 20px 0; border-top: 1px solid #ddd; overflow: hidden;}
.index-box-3-main .con .info .more a {display: block; color: #666;}
.index-box-3-main .con .info .more a span {float: left; display: block;}
.index-box-3-main .con .info .more a i {float: right; display: block;}

@media (max-width: 991px) {
	.index-box-3 {padding: 40px 0;}
	.index-box-3 .tit {margin-bottom:30px;}
    .index-box-3 .tit .t-1 {font-size: 22px;margin-bottom:10px;line-height: 25px;}
    .index-box-3 .tit .t-2 {width: 100%; font-size: 12px; line-height: 24px; text-align: center;}
    .index-box-3-main {margin-top: 30px;}
	.index-box-3-main .con .info {padding:0 20px;}
	.index-box-3-main .con .info .t-1 {margin-top: 20px;font-size: 16px;}
	.index-box-3-main .con .info .t-2 {line-height: 22px;}
}

.index-box-4 {width: 100%; background: #ebeff3; overflow: hidden; padding: 80px 0;}
.index-box-4 .tit {width: 100%;font-size: 36px;font-weight: bold;color: #2e364b;text-align: center;}
.index-box-4-main {width: 100%; margin-top: 70px; overflow: hidden;}
.index-box-4-main .con {position:relative;}
.index-box-4-main .con img {width: 100%;}
.index-box-4-main .con .t-1 {position: absolute; top: 75px; left: 0; z-index: 2; width: 100%; text-align: center; font-size: 30px; color: #333;}
.index-box-4-main .con .more {position: absolute; bottom: 45px; left: 0; width: 100%;height: 36px; z-index: 2;}
.index-box-4-main .con .more span {display: block; width: 146px; line-height: 34px; border-radius: 20px; margin: 0 auto; border: 1px solid #2268f0; color: #2268f0; text-align: center; font-size: 16px;}
.index-box-4-main .con:hover .more span {background: #2268f0; color: #fff;}
@media (max-width: 991px) {
	.index-box-4 {padding: 40px 0;}
    .index-box-4 .tit {font-size: 22px;line-height: 25px;}
    .index-box-4-main {margin-top: 30px;}
	.index-box-4-main .con .t-1 {top: 50px; font-size: 22px;}
	.index-box-4-main .con .more {bottom: 30px;}
	.index-box-4-main .con .more span {font-size: 14px; width: 130px;}
	.index-box-4-main .col-lg-2 {width:50%; padding: 0 5px;}
	.index-box-4-main .con {margin-bottom: 10px;}
}

.index-box-5 {width: 100%; overflow: hidden; padding: 80px 0 50px 0;}
.index-box-5 .tit {width: 100%; overflow: hidden;}
.index-box-5 .tit .t-1{font-size: 36px; font-weight: bold; margin-bottom: 20px;color: #2e364b;}
.index-box-5 .tit .t-2{font-size: 16px;line-height: 24px;}
.index-box-5 .index-news-nav {margin-top: 30px; overflow: hidden;}
.index-box-5 .index-news-nav li {width: 148px; line-height: 44px; border: 1px solid #ddd; border-radius: 25px; text-align: center; font-size: 16px; float: left; margin-right: 30px;}
.index-box-5 .index-news-nav li a {color: #666;}
.index-box-5 .index-news-nav li:hover,.index-box-5 .index-news-nav li.active {background: #3073ff; border: 1px solid #3073ff;}
.index-box-5 .index-news-nav li:hover a,.index-box-5 .index-news-nav li.active a {color: #fff;}

.index-box-5 .index-news-main {padding:45px 0 30px 0; overflow: hidden;}
.index-box-5 .index-news-main .top-new { overflow: hidden;}
.index-box-5 .index-news-main .top-new .img {overflow: hidden;}
.index-box-5 .index-news-main .top-new img {width: 100%; height: auto;}
.index-box-5 .index-news-main .top-new img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s; 
    transition: 0.5s;
  }
.index-box-5 .index-news-main .top-new: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-box-5 .index-news-main .top-new .info {padding: 20px 30px;background: #f5f5f5;}
.index-box-5 .index-news-main .top-new .info .t-1 {margin-bottom: 13px;overflow: hidden;}
.index-box-5 .index-news-main .top-new .info .t-1 span {display: block;float: left;font-size: 20px;font-weight: bold;width: 80%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index-box-5 .index-news-main .top-new .info .t-1 span a {color: #333;}

.index-box-5 .index-news-main .top-new .info .t-1 em {display: block;float: right;font-size: 18px;color: #999;}
.index-box-5 .index-news-main .top-new .info .txt {font-size: 14px;line-height: 24px;}
.index-box-5 .news_item{display: none;}
.index-box-5 .news_item:first-child,.index-box-5 .news_item:nth-child(1){display:block;}

.index-box-5 .index-news-main .new-list {}
.index-box-5 .index-news-main .new-list li {overflow: hidden;display: block;padding: 20px 30px;margin-bottom: 19px;background: #f5f5f5;}
.index-box-5 .index-news-main .new-list li .time  {text-align: center; float: left; display: block;}
.index-box-5 .index-news-main .new-list li .time span {font-size: 40px;font-weight: bold;color: #999;margin-bottom: 14px;display: block;}
.index-box-5 .index-news-main .new-list li .time em {font-size: 16px;color: #999;display: block;}
.index-box-5 .index-news-main .new-list li .txt {width:90%; overflow: hidden; float:right;}
.index-box-5 .index-news-main .new-list li .txt span {line-height: 24px;font-size: 18px;display: block;margin-bottom: 10px;}
.index-box-5 .index-news-main .new-list li .txt span a {color: #333;}
.index-box-5 .index-news-main .new-list li .txt em {line-height: 24px;display: block;}

.index-box-5 .link {width: 150px; border-radius: 25px; margin: 0 auto; padding: 0 26px; border: 1px solid #ddd; line-height: 50px;}
.index-box-5 .link a {color: #666; font-size: 16px;}
.index-box-5 .link a i {float: right; line-height: 46px;}
.index-box-5 .link:hover {background: #3073ff; border: 1px solid #3073ff;}
.index-box-5 .link:hover a {color: #fff;}
@media (max-width: 991px) {
	.index-box-5 {padding: 40px 0;}
    .index-box-5 .tit {font-size: 20px;line-height: 25px;}
	.index-box-5 .index-news-nav {margin-top: 20px;}
	.index-box-5 .index-news-nav li {width:31%; line-height: 44px;font-size: 14px; margin:0 1%;}
    .index-box-5 .index-news-main {padding: 25px 0 10px 0;}
	.index-box-5 .index-news-main .top-new {margin-bottom: 20px;}
	.index-box-5 .index-news-main .top-new .info {padding:20px 10px;}
    .index-box-5 .index-news-main .top-new .info .t-1 {margin-bottom: 20px;}
    .index-box-5 .index-news-main .top-new .info .t-1 span {font-size: 18px;width: 100%;}
    .index-box-5 .index-news-main .top-new .info .t-1 em {font-size: 14px;display: none;}
	.index-box-5 .index-news-main .top-new .info .txt {overflow: hidden;height: 48px;}
	.index-box-5 .index-news-main .new-list li {padding: 20px 10px; margin-bottom:15px;}
	.index-box-5 .index-news-main .new-list li .time {display: none;}
	.index-box-5 .index-news-main .new-list li .txt {width:100%; float:none;}
	.index-box-5 .index-news-main .new-list li .txt span {font-size: 16px;}
	.index-box-5 .index-news-main .new-list li .txt em {
    height: 48px;
}
	.index-box-5 .link {width: 150px; padding: 0 25px; line-height:40px;}
    .index-box-5 .link a {font-size: 14px;}
	.index-box-5 .link a i {line-height: 40px;}
}


/*底部*/
.cls {zoom: 1;}
.foot { width: 100%;  background:#14181e;}
.foot-con {padding: 50px 0 30px 0;}
.foot-con a {color: #aaa;}
.foot-con i {margin-right: 10px; }
.foot-logo {margin-bottom: 32px; overflow: hidden;}
.foot-logo img {}
.foot-txt {padding-left: 63px;overflow: hidden;}
.foot-txt span {display: block; line-height: 22px; color: #fff; margin-bottom: 25px;}
.foot-txt .line {width: 15px; height: 1px; background: #fff;}

.foot-con dl {display: block;}
.foot-con dl dt {color: #fff;display: block;line-height: 40px;margin-bottom: 10px;font-size: 16px;font-weight: bold;}
.foot-con dl dd {display: block;line-height:30px;color: #aaa;}
.foot-con .ewm{float:left;margin-right: 20px;}
.foot-con .ewm em{display: block;text-align:center;}
.foot-con dl dd a {color: #aaa;}
.foot-con dl dd a:hover {color: #fff;}

.foot .con-tab {padding-bottom: 20px;overflow: hidden;}
.foot .con-tab .tab-pane {}
.foot .con-tab .tab-up {}
.foot .con-tab .nav-tabs {
	border-bottom: 0;
	/*display: -webkit-box;*/
    display: -ms-flexbox;

}
.foot .con-tab .switch-item {width: 80px;line-height: 26px;border: 1px solid #aaa;border-radius: 20px;text-align: center;margin-right: 10px;float: left;cursor: pointer;transition: all 0.3s;color: #fff;}
.foot .con-tab .switch-item a:hover {color: #14181e; background: #fff;border-radius: 18px;}
.foot .con-tab .switch-item:hover,.index-pro-tab .switch-item:hover a {color: #14181e; background: #fff;}
.foot .con-tab .switch-item .active {display: block; background: #fff; color: #14181e; border-radius: 18px;}
.foot .con-tab .switch-item a {display: block;color: #aaa;}
.foot .tab-content {margin-top: 20px;}
.foot .tab-content a{font-size: 13px;color: #aaa;position: relative;margin-right: 16px;padding-right:9px;margin-bottom: 5px;display: inline-block;float: left;}
.foot .tab-content a::after{position: absolute;content: '';width: 1px;height: 14px;top: 0;right: 0;background: #aaa;}
.foot .tab-content a:last-child{margin-right: 0;padding-right: 0;}
.foot .tab-content a:last-child::after{display: none;}
.foot .tab-content a:hover {color: #fff;}

.foot-copy {color: #aaa;line-height: 25px;padding: 10px 0;border-top:1px solid #43464b;text-align: center;overflow: hidden;}
.foot-copy a {color: #aaa; }

@media screen and (max-width:992px){
	.foot-con {display: none;}
	.foot .con-tab  {display: none;}
	.foot-copy {font-size: 12px; line-height: 25px; padding: 20px 0;}
}

/*内页*/
.mobile-b {width: 100%; height: 50px; display: none;}
.inner-ban {width: 100%; background: #3073ff; overflow: hidden;margin-top: 86px;}
.inner-ban .info {padding:140px 0 100px 0; overflow: hidden; color: #fff;}
.inner-ban .info .t-1 {width: 80%;font-size: 42px;line-height: 50px;margin-bottom: 25px;font-weight: bold;}
.inner-ban .info .t-2 {width: 90%;font-size: 16px;line-height: 25px;margin-bottom: 35px;}

.inner-ban .info .link {width: 180px;border-radius: 25px;/* margin-top: 40px; */padding: 0 26px;border: 1px solid #fff;line-height: 50px;}
.inner-ban .info .link a {color: #fff; font-size: 16px;}
.inner-ban .info .link a i {margin-left: 10px;}
.inner-ban .info .link:hover {background: #fff;}
.inner-ban .info .link:hover a {color: #3073ff;}
.inner-ban .pic {float: right;}
.inner-ban .pic img {}
@media (max-width: 992px) {
	.mobile-b {display: block;}	
	.inner-ban {margin-top: 0;max-height: 185px;}
	.inner-ban .info {padding: 30px 0 0 0;}
	.inner-ban .pic {float: none;}
    .inner-ban .pic img {width: 100%;}
	.inner-ban .info .link {width: 140px;border-radius: 25px;margin-top: 20px;padding: 0 15px;line-height:40px;}
    .inner-ban .info .link a {font-size: 14px;}
	.inner-ban .info .t-1 {width: 100%;font-size: 26px;line-height: 30px;margin-bottom: 10px;}
    .inner-ban .info .t-2 {width: 100%;margin-bottom: 20px;font-size: 14px;}

}	

.inner-tit {width: 100%; overflow: hidden; text-align: center;}
.inner-tit h2 {display: block; font-size: 36px; font-weight: bold; color: #2e364b; margin-bottom: 20px;}
.inner-tit em {line-height: 25px; font-size: 16px; display: block;}
@media (max-width: 992px) {
	.inner-tit h2 {font-size: 22px;margin-bottom: 14px;}
    .inner-tit em {font-size: 12px;}
}

.inner {width: 100%; overflow: hidden; }

/*外贸建站*/
.wmjz-1 { width: 100%; background: #ebeff3; padding: 90px 0; overflow: hidden;}
.wmjz-1-main {margin-top: 80px; overflow: hidden;}
.wmjz-1-main .con {background: #fff;border-radius: 30px 0 30px 0;padding: 60px 70px 46px 70px;}
.wmjz-1-main .con .t-1 {margin-bottom: 40px;text-align: center; font-size: 26px; font-weight: bold; color: #2e364b;}
.wmjz-1-main .con .t-2 {background: url("../images/.wmjz-1icon.jpg") no-repeat left;margin-bottom: 22px;text-indent: 30px;font-size: 16px;color: #2e364b;}
.wmjz-1-main .con .pic {width: 181px; margin:0 auto;} 
@media (max-width: 992px) {
    .wmjz-1 {padding: 40px 0;}
	.wmjz-1-main {margin-top: 30px; overflow: hidden;}
	.wmjz-1-main .con {padding: 50px 50px 46px 50px; margin-bottom: 20px;}
	.wmjz-1-main .con .t-1 {font-size: 20px;}
	.wmjz-1-main .con .t-2 {font-size: 16px;}
}
.wmjz-2 { width: 100%; background: url("../images/.wmjz-2bg.jpg") no-repeat center; overflow: hidden;}
.wmjz-2-main {width: 40%; float: right; padding: 160px 0 104px 0;}
.wmjz-2-main .txt {margin-bottom: 90px; overflow: hidden;}
.wmjz-2-main .txt .t-1 {font-size: 36px;font-weight: bold;color: #2e364b;margin-bottom: 24px;}
.wmjz-2-main .txt .t-1 span {color: #3073ff;}
.wmjz-2-main .txt .t-2 {font-size: 16px; line-height: 27px;}
.wmjz-2-main .info {}
.wmjz-2-main .info .con {width: 50%; height: 142px; float: left;}

.wmjz-2-main .info .con .t-1 {font-size: 24px; font-weight: bold; color: #2e364b; background: url("../images/.wmjz-2icon.jpg") no-repeat left; text-indent: 45px;}
.wmjz-2-main .info .con .t-2 {width: 80%; margin-top: 15px; line-height: 26px; font-size: 16px; color: #2e364b;}
@media (max-width: 992px) {
    .wmjz-2 {padding: 40px 0 0 0; background: none;}
	.wmjz-2-main {width: 100%; float: none; padding: 0;}
	.wmjz-2-main .txt {margin-bottom: 40px;}
	.wmjz-2-main .txt .t-1 {font-size: 22px;}
	.wmjz-2-main .txt .t-2 {font-size: 14px;}
	.wmjz-2-main .info .con {height: 120px;}
	.wmjz-2-main .info .con .t-1 {font-size:20px; line-height: 25px;}
	.wmjz-2-main .info .con .t-2 {width: 90%; font-size: 12px; line-height: 22px;}
}

.wmjz-3 {width: 100%; overflow: hidden; background: #ebeff3; padding: 80px 0 150px 0;}
.wmjz-3-pc {margin-top: 80px; overflow: hidden; display: block;}
.wmjz-3-mobile {display: none;}
.wmjz-3-pc .con {width: 13%; float: left; margin: 0 9px; position: relative;}
.wmjz-3-pc .con img {}
.wmjz-3-pc .con span {position: absolute; top: 105px; left: 47px; z-index: 2; font-size: 20px; font-weight: bold; color: #fff;}
@media (max-width: 992px) {
    .wmjz-3 {padding: 40px 0;}
	.wmjz-3-pc {display: none;}
	.wmjz-3-mobile {display: block; margin-top: 40px;}
	.wmjz-3-mobile img {width: 100%;}
}

.wmjz-4 {width: 100%; padding: 85px 0;}
.wmjz-4-main {margin-top: 60px;overflow:hidden;}
.wmjz-4-main .swiper-pagination-bullet-active { background: #565656!important;}
.wmjz-4-main .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}
.wmjz-4-main .bottom50 {width: 100%; height: 50px;}
.wmjz-4-main .swiper-container2 { width:100%; height:auto; overflow:hidden;  position:relative;}
.wmjz-4-main .swiper-container2 .swiper-slide {width: 32.33%; margin: 0 0.5%;}
.wmjz-4-main .swiper-container2 .swiper-slide .con {border: 1px solid #ddd;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .pic {overflow: hidden;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .pic img {width: 100%; }
.wmjz-4-main .swiper-container2 .swiper-slide .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.wmjz-4-main .swiper-container2 .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);
  }
.wmjz-4-main .swiper-container2 .swiper-slide .con .info {padding:0 24px; overflow: hidden;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .info .t-1 {margin-top: 25px; font-size: 16px; font-weight: bold;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .info .t-1 a {color: #333;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .info .t-2 {margin-top: 15px;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .info .more {margin-top: 25px; padding: 20px 0; border-top: 1px solid #ddd; overflow: hidden;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .info .more a {display: block; color: #666;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .info .more a span {float: left; display: block;}
.wmjz-4-main .swiper-container2 .swiper-slide .con .info .more a i {float: right; display: block;}
@media (max-width: 992px) {
    .wmjz-4 {padding: 40px 0;}
	.wmjz-4 .inner-tit span {line-height: 30px;}
	.wmjz-4-main {margin-top: 30px;}
	.wmjz-4-main .swiper-container2 .swiper-slide {width: 100%; margin: 0;}
	.wmjz-4-main .swiper-container2 .swiper-slide .con .info {padding:0 20px;}
	.wmjz-4-main .swiper-container2 .swiper-slide .con .info .t-1 {margin-top: 20px; font-size: 15px;}
	.wmjz-4-main .swiper-container2 .swiper-slide .con .info .t-2 {line-height: 22px;}
}

.wmjz-5 {width: 100%; overflow: hidden; background: url("../images/wmjz-5bg.jpg") no-repeat center;}
.wmjz-5-main { padding: 120px 0 90px 0; overflow: hidden;}
.wmjz-5-main .link {width: 180px;border-radius: 25px;margin:60px auto 0;padding: 0 26px;background: #fff;border: 1px solid #2268f0;line-height: 50px;}
.wmjz-5-main .link a {color: #3073ff; font-size: 16px;}
.wmjz-5-main .link a i {margin-left: 10px;}
.wmjz-5-main .link:hover {background: #3073ff;}
.wmjz-5-main .link:hover a {color: #fff;}
@media (max-width: 992px) {
	.wmjz-5-main {padding: 50px 0 40px 0;}
	.wmjz-5-main .inner-tit span {line-height: 30px;}
	.wmjz-5-main .link {width: 150px; border-radius: 25px; margin:30px auto 0; padding: 0 10px; line-height:40px;}
    .wmjz-5-main .link a {font-size: 14px;}
}

.wmjz-6 {width: 100%; padding: 80px 0; overflow: hidden;}
.wmjz-6-main {margin-top: 55px; overflow: hidden;}
.wmjz-6-main .T-new { overflow: hidden;}
.wmjz-6-main .T-new .img {overflow: hidden;}
.wmjz-6-main .T-new img {width: 100%; height: auto;}
.wmjz-6-main .T-new img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s; 
    transition: 0.5s;
  }
.wmjz-6-main .T-new: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);
  }
.wmjz-6-main .T-new .info {padding:20px; background: #f5f5f5;}
.wmjz-6-main .T-new .info .t-1 {margin-bottom: 16px;overflow: hidden;}
.wmjz-6-main .T-new .info .t-1 span {display: block;float: left;font-size: 18px;width: 80%;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wmjz-6-main .T-new .info .t-1 span a {color: #333;}
.wmjz-6-main .T-new .info .t-1 em {display: block;float: right;font-size: 18px;}
.wmjz-6-main .T-new .info .txt {font-size: 14px; line-height: 24px; }
.wmjz-6-main .L-news {display: block;}
.wmjz-6-main .L-news li {display: block;line-height: 44px;font-size: 16px;border-bottom: 1px solid #eee;overflow: hidden;}
.wmjz-6-main .L-news li i {display: block; width: 4px; height: 4px; background: #757575; border-radius: 4px; margin-top: 18px; margin-right: 8px; float: left;}
.wmjz-6-main .L-news li span {display: block;float: left;}
.wmjz-6-main .L-news li span a {color: #666;}
.wmjz-6-main .L-news li em {display: block;float: right;color: #888;}
@media (max-width: 992px) {
	.wmjz-6 {padding: 40px 0;}
	.wmjz-6-main {margin-top: 20px;}
	.wmjz-6-main .T-new {}
	.wmjz-6-main .T-new .info {padding: 16px 14px;}
    .wmjz-6-main .T-new .info .t-1 {margin-bottom: 12px;}
    .wmjz-6-main .T-new .info .t-1 span {font-size: 17px;width: 100%;}
    .wmjz-6-main .T-new .info .t-1 em {display: none;}
	.wmjz-6-main .T-new .info .txt {font-size: 14px;line-height: 24px;height: 48px;overflow: hidden;}
	.wmjz-6-main .L-news li{font-size: 15px;}
	.wmjz-6-main .L-news li em {display: none;}
}



/*Google推广*/
.gtg-1 { width: 100%; background: #f0f4fd; padding: 90px 0; overflow: hidden;}
.gtg-1-main {margin-top: 80px;}
.gtg-1-main .col-lg-2 {padding: 0 8px}
.gtg-1-main .con {background: #f5f7fc; border:4px solid #dee7f4; border-radius: 10px;}
.gtg-1-main .con img {width: 100%;border-radius: 10px;}
.gtg-1-main .con .t-1 {text-align: center; font-size: 18px; font-weight: bold; color: #2e364b; margin-bottom: 15px;}
.gtg-1-main .con .t-2 {padding: 0 20px 26px 20px; text-align: center; line-height: 26px; color: #666;}
@media (max-width: 992px) {
	.gtg-1 {padding: 40px 0;}
	.gtg-1-main {margin-top: 30px;}
    .gtg-1-main .col-lg-2 {width: 50%; padding: 0 5px} 
	.gtg-1-main .con {margin-bottom: 10px;}
	.gtg-1-main .con .t-1 {font-size: 14px; margin-bottom: 10px;}
	.gtg-1-main .con .t-2 {font-size: 12px;padding: 0 10px 26px 10px; line-height: 22px;}
}

.gtg-2 { width: 100%; padding: 100px 0; overflow: hidden;}
.gtg-2-main {margin-top: 80px;}
.gtg-2-main .list {display: flex; flex-flow: row wrap; justify-content: center;}
.gtg-2-main .list li {text-align: center; width: 19%}
.gtg-2-main .list li .icon {display: inline-block; transition: all .5s ease}
.gtg-2-main .list li span {display: block; font-size:20px; color: #2e364b}
.gtg-2-main .list li .btn {border: none; font-size: 16px; color: #fff; border-radius: 20px; padding: 10px 2.5em; background-color: #3073ff; margin: 1.5em}

@media (max-width: 640px) {
	.gtg-2-main {margin-top: 30px;}
    .gtg-2-main .list li .btn {font-size:1rem}
}
.gtg-2-main .list li:hover .icon {transform: rotateY(180deg)}
.gtg-2-main .list li:nth-child(2) .btn {background-color: #fab866}
.gtg-2-main .list li:nth-child(3) .btn {background-color: #72c85b}
.gtg-2-main .list li:nth-child(4) .btn {background-color: #e15948}

@media (max-width: 992px) {
	.gtg-2 {padding: 40px 0;}
	.gtg-2-main .list li{text-align:left;width:100%;border-bottom:1px solid #f0f2fd}
    .gtg-2-main .list li .icon{width:5rem;vertical-align:middle}
    .gtg-2-main .list li span {display:inline-block;vertical-align:middle; font-size: 14px;}
    .gtg-2-main .list li .btn{float:right;padding:3px 1.5em}
}

.gtg-3 { width: 100%; padding: 90px 0 50px 0; background: #ebeff3; overflow: hidden;}
.gtg-3-main {margin-top: 35px;}
.gtg-3-main .con {height:300px;  margin-bottom: 40px;    border-radius: 12px;}
.gtg-3-main .con1 {background: url("../images/gtg-3conbg1.png")no-repeat;}
.gtg-3-main .con2 {background: url("../images/gtg-3conbg2.png")no-repeat;}
.gtg-3-main .con3 {background: url("../images/gtg-3conbg3.png")no-repeat;}
.gtg-3-main .con4 {background: url("../images/gtg-3conbg4.png")no-repeat;}
.gtg-3-main .con-fl {padding: 35px 0 35px 77px;}
.gtg-3-main .con-fl .pic {width: 160px; position: relative;}
.gtg-3-main .con-fl .pic img {width: 100%;}
.gtg-3-main .con-fl .pic .t-1 {position: absolute; top: 130px; left: 0; z-index: 2; width: 100%; font-size: 16px; font-weight: bold; color: #2e364b; text-align: center;}
.gtg-3-main .con-fl .pic .t-1 a {color: #2e364b;}
.gtg-3-main .con-fl .more {width: 118px; line-height: 38px; border-radius: 20px; margin-left: 15px; border: 1px solid #2268f0; color: #2268f0; text-align: center; font-size: 16px;}
.gtg-3-main .con-fl .more a {color: #2268f0;}
.gtg-3-main .con-fl:hover .more a {display: block; border-radius: 20px; background: #2268f0; color: #fff;}
.gtg-3-main .con-fr {width: 88%; margin: 0 auto; padding-top: 182px; line-height: 22px; font-size: 14px;  color: #fff;}
@media (max-width: 992px) {
	.gtg-3 {padding: 40px 0;}
	.gtg-3-main {margin-top: 30px;}
	.gtg-3-main .con {height: 416px; margin-bottom: 20px; background: #d4e3fc;}
	.gtg-3-main .con-fl {width: 151px; margin: 0 auto; padding: 35px 0 20px 0;}
	.gtg-3-main .con-fr {padding-top: 0; font-size: 14px; color: #2e364b;}
}

.gtg-4 { width: 100%; padding: 90px 0; overflow: hidden;}
.gtg-4-main {margin-top: 45px;}
.gtg-4-main .con {border: 1px solid #ddd;}
.gtg-4-main .con img {width: 100%;}
.gtg-4-main .con .info {padding: 30px 20px; overflow: hidden;}
.gtg-4-main .con .info .t-1 {font-size: 20px; font-weight: bold; color: #2e364b; margin-bottom: 18px; text-align: center;}
.gtg-4-main .con .info .t-2 {color: #666; line-height: 24px;}
@media (max-width: 992px) {
	.gtg-4 {padding: 40px 0;}
	.gtg-4-main {margin-top: 30px;}
	.gtg-4-main .con {margin-bottom: 20px;}
}

.gtg-5 { width: 100%; padding: 90px 0 30px 0; overflow: hidden; background: #ebeff3;}
.gtg-5-main {margin-top: 45px;}
.gtg-5-main img {}
.gtg-5-main .con {width: 90%;margin-top: 20px;/* padding-right: 70px; */float: right;}
.gtg-5-main .con .t-1 {font-size: 16px;font-weight: bold;color: #2e364b;line-height: 30px;margin-bottom: 10px;}
.gtg-5-main .con .t-2 {font-size: 16px;color: #666;line-height: 40px;margin-bottom: 30px;}
.gtg-5-main .con .link {width: 196px;border-radius: 25px;padding: 0 20px;background: #fff;border: 1px solid #2268f0;line-height: 50px;}
.gtg-5-main .con .link a {color: #3073ff; font-size: 16px;}
.gtg-5-main .con .link a i {margin-left: 10px;}
.gtg-5-main .con .link:hover {background: #3073ff;}
.gtg-5-main .con .link:hover a {color: #fff;}
.gtg-5-main .hd {margin-top: 40px;}
.gtg-5-main .swiper-pagination-bullet-active { background: #3073ff!important;}

.gtg-5-main .swiper-pagination-bullet {width: 15px!important;height: 15px!important;border-radius: 6;border:1px solid #3073ff;background: none;opacity:1!important;margin:0 5px;}
.gtg-5-main .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0!important; }

@media (max-width: 992px) {


	.gtg-5 {padding: 40px 0;}
	.gtg-5-main {margin-top: 30px;}
	.gtg-5-main img {width: 100%;}
	.gtg-5-main .con {width: 100%;margin-top: 15px;padding-right: 0;float: none;}
	.gtg-5-main .con .t-2 {font-size: 14px;line-height: 25px;margin-bottom: 20px;} 
	.gtg-5-main .con .link {width: 158px;border-radius: 25px;padding: 0 10px;line-height:40px;}
    .gtg-5-main .con .link a {font-size: 14px;}
}




.location {color: #666}
.location a {color: #666;}
ul.breadcrumb {display: inline-block;background: transparent;padding: 0;margin-bottom: 0;}
ul.breadcrumb li{display: inline-block;}
.pages{ clear: both; width:100%;}
.pagination > .active > a{ color:#fff !important;}

/*网站案例*/
.case-nav {width: 100%; overflow: hidden;}
.col_pro_new{display: flex;}
.col_pro_new dt{margin-left: 20px;margin-top: 20px;}
.col_pro_new dt:first-child{margin-left: 0;}
.col_pro_new dt a{height: 45px;line-height: 45px;border-radius: 20px;font-size: 15px;border: 1px solid #bbb;display: inline-block;padding: 0 20px;color: #666;}
.col_pro_new dt:hover a,.col_pro_new dt.cur a{background: #3073ff;border-color: #3073ff;color: #fff;}
@media (max-width: 992px) {
	.col_pro_new{flex-flow: row wrap;justify-content: space-between;}
	.col_pro_new dt{width: 16%;margin: 0;}
	.col_pro_new dt a{padding: 0;text-align: center;width: 100%;overflow: hidden;}
}
@media (max-width: 992px) {
	.case-nav .fr {float: none;}
	.col_pro_new{display: flex;}
	.col_pro_new dt {width: 48%;height: 42px;margin-top: 15px;}
	.col_pro_new dt a {height: 40px;line-height: 40px;font-size: 15px;}
}

.case-list {padding: 50px 0 90px 0; overflow: hidden;}
.case-list .con {border: 1px solid #ddd; margin-bottom: 20px;}
.case-list .con .pic {overflow: hidden;}
.case-list .con .pic img {width: 100%; }
.case-list .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.case-list .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);
  }
.case-list .con .info {padding:0 24px; overflow: hidden;}
.case-list .con .info .t-1 {margin-top: 25px; font-size: 16px; font-weight: bold;}
.case-list .con .info .t-1 a {color: #333;}
.case-list .con .info .t-2 {margin-top: 15px;}
.case-list .con .info .more {margin-top: 25px; padding: 20px 0; border-top: 1px solid #ddd; overflow: hidden;}
.case-list .con .info .more a {display: block; color: #666;}
.case-list .con .info .more a span {float: left; display: block;}
.case-list .con .info .more a i {float: right; display: block;}
@media (max-width: 992px) {
	.case-list {padding: 30px 0;}
	.case-list .con .info {padding:0 20px;}
	.case-list .con .info .t-1 {margin-top: 20px; font-size: 15px;}
	.case-list .con .info .t-2 {line-height: 22px;}
}
.inner {background: #f4f5fa;}
.page_fl {width: 75%; float: left;}
.page_fr {width: 23.5%; float: right;}
.page_fr .box{background: #fff;margin-bottom: 40px;width: 100%;display: inline-block;}
.page_fr .box:last-child{margin-bottom: 0;}
.page_fr .box .pad{padding: 32px 26px;}
.page_fr .box .pad span{ font-size: 14px; float:right;font-weight: normal;}
.page_fr .box h2{font-size: 20px;color: #323333;border-left: 5px solid #3073ff;padding-left: 8px;display: block;font-weight: bold;margin-bottom: 22px;}
.page_fr .box .f_box{position: relative;}
.page_fr .box .f_box .imgfd img{width: 100%;}
.page_fr .box .f_box p{font-size: 15px;color: #fff;padding: 10px 18px;line-height: 22px;position: absolute;width: 100%;left: 0;bottom: 0;z-index: 1; background: url("../images/news-t.png") repeat;}

.list-rmtj,.list-rmbq{display: inline-block;width: 100%;}
.list-rmtj li{width: 100%;border-top: 1px dashed #eee;height: 60px;line-height: 60px;overflow: hidden;}
.list-rmtj li:nth-child(1){border-top: none;}
.list-rmtj li a{font-size: 15px;color: #323333;line-height: 24px;}
.list-rmtj li:hover a{color: #3073ff;}
.list-rmbq a{float: left;width: 45%;margin-right: 2%;text-align: center;margin-bottom: 14px;}
.list-rmbq a:nth-child(2n){margin-right: 0;}
.list-rmbq a{background: #f4f7f9;font-size: 14px;color: #323333;height: 36px;line-height: 36px;display: block;padding: 0 2%;overflow: hidden;border-radius: 5px;}
.list-rmbq a:hover{background: #3073ff;color: #fff;}
	
.case-show {padding: 20px 0 40px;overflow: hidden;}
.case-show-main {background: #fff;}
.case-show-main .pad {padding: 40px;}
.case-show-main .tit {width: 100%; font-size: 26px;color: #000;border-bottom: 1px solid #f1f1f1;padding-bottom: 24px;margin: 30px 0;}
.case-show-main .des {font-size: 16px; line-height: 35px; color: #666;margin-bottom: 40px;}
.case-show-main .des img{max-width:100%;}
.case-show-main .des p{margin-bottom: 10px;}
.case-show-main .des p a{color: #3073ff;}
.case-show-main .tag {width: 100%; height: 25px;}
.case-show-main .tag dt {line-height: 27px;float: left;font-size: 15px;color: #717171;display: block;}
.case-show-main .tag dd {display: block;float: left;background: #f3f4f8;padding:0 10px; line-height: 27px; border-radius: 20px; margin-right: 15px;}
.case-show-main .tag dd a {display: block; color: #717171;}
.case-show-main .tag dd:hover{background: #e0f3f3;}

.fanye dl{display: inline-block;width: 100%;border-top: 1px solid #f1f1f1;padding: 40px;}
.fanye dt{max-width: 48%;height: 40px;line-height: 40px;background: #f6f6f6;font-size: 14px;color: #717171;padding: 0 2%;overflow: hidden;}
.fanye dt a{color: #717171;}
@media (max-width: 576px){
	.fanye dl{padding: 15px;margin-top: 0;}
    .fanye dt{padding: 0;}
}
.relate {padding: 30px;background: #fff;margin-top: 40px;}
@media (max-width: 576px){
	.relate  {padding: 15px;margin-top: 20px;}
}
.relate .tit{overflow: hidden;font-size: 18px;color: #323333;margin-bottom: 20px;border-left: 5px solid #3073ff;padding-left: 12px;}
.relate-main {margin-top: 20px;}
.relate-main li {width: 33.33%; float: left; padding:0 0.5rem; display: inline-block; position: relative;}
.relate-main li .con {border: 1px solid #ddd; margin-bottom: 20px;}
.relate-main li .con .pic {overflow: hidden;}
.relate-main li .con .pic img {width: 100%; }
.relate-main li .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.relate-main li .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);
  }
.relate-main li .con .info {padding:0 10px; overflow: hidden;}
.relate-main li .con .info .t-1 {margin-top: 15px;font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;}
.relate-main li .con .info .t-1 a {color: #333;}
.relate-main li .con .info .t-2 {margin-top: 15px; line-height: 22px; font-size: 13px;}
.relate-main li .con .info .more {margin-top:15px; padding: 10px 0; border-top: 1px solid #ddd; overflow: hidden;}
.relate-main li .con .info .more span {float: left; display: block;}
.relate-main li .con .info .more a {display: block; color: #666;}
.relate-main li .con .info .more a i {float: right; display: block;}
.relate-main .swiper-pagination-bullet-active { background: #3073ff!important;}
.relate-main .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; border:1px solid #3073ff; background: none; opacity:1!important; margin:0 5px}
.relate-main .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0!important;}
.relate-main .bottom10 {height: 10px;}

@media (max-width: 992px){
	.case-show {padding: 15px 0;}
	.page_fr{display: none;}
	.page_fl{width: 100%;}
	.case-show-main .pad {padding: 40px 30px;}
	.relate-main li {width: 100%;padding: 0;}
}

@media (max-width: 576px){
	.page_fr{display: none;}
	.page_fl{width: 100%;}
	.case-show-main .pad {padding: 30px 20px;}
	.case-show-main .tit {font-size: 17px;}
	.case-show-main .des {font-size: 15px; line-height: 30px;}
}

/*外贸商学院*/
.list-news {}
.list-news li {background: #fff;display: inline-block;width: 100%;margin-bottom: 20px;}
.list-news li .pad{display: flow-root;padding: 30px;}
.list-news li .imgfd{width: 27%;overflow: hidden;}
.list-news li .imgfd img{width: 100%;object-fit: cover;}
.list-news li .txt{width: 70%;}
.list-news li .txt span{font-size: 20px;color: #111;font-weight: normal;height: 25px;line-height: 25px;overflow: hidden;}
.list-news li .txt .word{color: #717171;line-height: 30px;height: 90px;overflow: hidden;margin: 20px 0 30px;}
.list-news li .bott .time{color: #666;line-height: 34px;font-size: 15px;}
.list-news li .bott .tag .t_lx{display: block;float: left;font-size: 14px;color: #666;background: #f3f4f8;padding: 10px; border-radius: 20px; margin-right: 16px;}
.list-news li .bott .tag .t_lx:last-child{margin-right: 0;}
.list-news li .bott .tag .t_lx:hover{background: #3073ff;color: #fff;}
.list-news li .txt span:hover{color: #3073ff;}
.show-new .t-1 {font-size: 26px;font-weight: bold;color: #4b4b4b;}
.show-new .box dl{display: inline-block;width: 100%;border-bottom: 1px solid #f1f1f1;padding-bottom: 24px;margin: 30px 0;}
.show-new .box dt{float: left;margin-right: 20px;padding-right: 20px;background: url(../images/rtic25.png) no-repeat right;font-size: 14px;color: #666;font-weight: normal;}
.show-new .box dt span{color: #3073ff;}
.show-new .box dt:last-child{margin-right: 0;padding-left: 0;background: none;}

@media (max-width: 992px){
	.list-news li .txt span{font-size: 18px;}
	.list-news li .txt .word{height: 48px;line-height: 24px;margin: 10px 0 20px;}
	.list-news li .imgfd{width: 38%!important;}.list-news li .txt{width: 60%!important;}
	.list-news li .imgfd img{height: 160px!important;}
	.list-news li .pad{padding: 20px;}
	.show-new .pad {padding: 30px;}
	.show-new .box dl{margin: 20px 0;padding-bottom: 20px;}
}
@media (max-width: 576px){
	.list-news li .txt span{font-size: 16px;}
	.list-news li .imgfd{width: 44%;}.list-news li .txt{width: 53%;}
	.list-news li .imgfd img{height: 100px!important;}
	.list-news li .bott{display: none;}
	.list-news li .pad{padding: 14px;}
	.list-news li {margin-bottom: 10px;}
	.list-news li .txt .word{font-size: 14px;height: 40px;line-height: 20px;margin: 10px 0 0;}
	.show-new .pad{padding: 15px;}
	.show-new .box dt{margin-right: 5px;padding-right: 5px;font-size: 13px;}
	.show-new .box dl{margin: 15px 0;padding-bottom: 15px;}
	.show-new .t-1 {font-size: 20px;}
}

/*关于我们*/
.about-1 {width: 100%; background: #f4f5fa; overflow: hidden; padding: 80px 0;}
.about-1-main {margin-top: 30px; overflow: hidden; line-height: 30px; font-size: 18px; color: #333;}
.about-1-main p {margin-bottom: 20px; }
.about-1-main img {width: 100%;}
@media screen and (max-width:991px) {
	.about-1 {padding: 40px 0;}
	.about-1-main {margin-top: 30px; line-height: 25px; font-size: 14px;}
}
.about-2 {width: 100%; background: #f4f5fa; overflow: hidden;}
.about-2-main {margin: 30px 0 50px 0; }
.about-2-main .con-i {padding-top: 18px; min-height:210px; margin-bottom: 28px; box-shadow: 0 0 20px rgba(0,0,0,.3); display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-box-pack:center;box-pack:center;text-align:center;} 
.about-2-main .con-i span{display:block}
.about-2-main .con-i:hover{background-color:#3073ff;color:#fff}
.about-2-main .con-i:hover .ic{transform:translateX(0);filter:none}
.about-2-main .con-i:hover .tit {color: #fff;}
.about-2-main .con-i:hover .txt {color: #fff;}
.about-2-main .icon{width:56px;height:56px;display:block;position:relative;margin:0 auto;overflow:hidden}
.about-2-main .icon .ic{width:100%;height:100%;position:absolute;left:0;top:0;background-repeat: no-repeat; background-position: center; background-size: contain;transform:translateX(-100%);-webkit-filter:drop-shadow(56px 0 0 #000);filter:drop-shadow(56px 0 0 #000)}
.about-2-main .tit{font-size:20px; color: #303030; margin:20px 0;}
.about-2-main .txt { line-height:24px; color: #858585; padding: 0 12px;}
@media screen and (max-width:991px) {
	.about-2-main {margin:10px 0 30px 0 ;}
	.about-2-main .con-i {margin-bottom: 20px;}
}

.about-3 {width: 100%; background: url("../images/about-3bg.jpg") no-repeat center; overflow: hidden;}
.about-3-tit {margin-top: 80px; text-align: center; font-size: 36px; /*font-weight: bold;*/ color: #fff;}
.about-3-1 {margin-top: 100px; padding-bottom: 92px; border-bottom: 1px solid #fff; overflow: hidden;}
.about-3-1 .con {padding-left: 14%;}
.about-3-1 .con img {display: block;}
.about-3-1 .con .t-1 {margin-top: 23px; font-size: 20px; color: #fff;}
.about-3-1 .con .t-2 {margin-top: 20px; line-height: 24px; color: #a7a6a7;}
.about-3-2 {padding: 60px 0 50px 0;}
.about-3-2 .con {text-align: center;}
.about-3-2 .con span {display: block; font-size: 50px; color: #fff; margin-bottom: 16px;}
.about-3-2 .con em {display:block; font-size: 22px; color: #fff;}
@media (max-width: 992px) {
	.about-3 {background: #121212;}
	.about-3-tit {font-size:20px; margin-top: 40px;}
	.about-3-1 {margin-top: 30px; padding-bottom: 30px;}
	.about-3-1 .con {padding: 0; margin-bottom: 20px;}
	.about-3-1 .con .t-1 {font-size: 18px;}
	.about-3-2 {padding: 30px 0;}
	.about-3-2 .col-lg-4 {width: 33.33%;}
	.about-3-2 .con span {font-size: 30px;}
	.about-3-2 .con em {font-size:16px;}
}
/*发展历程*/
.faz {width:100%;background: url("../images/abm4bj_06.jpg") no-repeat center; }
.faz .inner-tit span {margin-top: 60px;}
.abM4{}
.abM4 .inner-tit {margin-top: 0; text-align: left;}
.abM4Tit{color: #333;font-size: 48px;}
.abM4Bri{color: #505050; line-height:30px; padding-top:20px;font-size: 22px;}
.nianCon{width:823px;padding-bottom:36px; margin-top: 50px;}
.history_info {width: 100%;}
.nianConP1{font-size: 24px;color: #0469d8;padding-right:50px;position: relative;display: inline-block;}
.niancontxt { width:690px; height:200px; padding-top:10px; line-height:30px; font-size:20px;}
.nianConP1:before{content: '';width:35px;height: 2px;background: #0469d8;position: absolute;right: 0;top: 50%;}
.nianConP2{font-size: 22px;color: #333;line-height:40px;}
.abM4Con{padding-top:40px;}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{display: block;width:35px;height:35px;margin: 0;}
.ms-skin-default .ms-nav-next{background: #000;left: initial;right: 0;top:initial;bottom:90px;background: url("../images/xiajt.png") no-repeat center bottom;}
.ms-skin-default .ms-nav-prev{background: #000;left: initial;right: 0;top:-40px;background: url("../images/shangjt.png") no-repeat center top;}
.ms-skin-default .ms-nav-next:hover{background-position: center top;}
.ms-skin-default .ms-nav-prev:hover{background-position: center bottom;}
.ms-inner-controls-cont, .ms-container{position: initial!important;}
.ms-thumb-frame .ms-thumb{font-size: 22px;color: #959595;text-align: right;}
.ms-thumb-frame-selected .ms-thumb{font-size: 36px;color: #0469d8;}
.master-slider{overflow: initial;}
@media (max-width: 991px) {
  .abM4{padding-left:2%;padding-right:2%;padding-top:12px;}
	.faz .inner-tit span {margin-top: 40px;}
  .niancontxt { width:33%; line-height:30px; font-size:14px;}
  .abM4Tit{font-size:32px;}
  .abM4Bri{font-size:14px;}
}
.about-4 {padding: 80px 0; overflow: hidden;}
.about-4-main {width: 76%; margin: 40px auto 0;}
.about-4-main .con {}
.about-4-main .con img {}
@media (max-width:1440px) {
	.about-4-main {width: 100%;}
}
@media (max-width: 991px) {
	.about-4 {padding: 40px 0;}
	.about-4-main {margin: 20px auto 0;}
	.about-4-main .con {margin-bottom: 20px;}
	.about-4-main .con img {width: 100%;}
}

.contact {padding: 70px 0 150px 0; overflow: hidden;}
.contact-main {margin-top: 85px;}
.contact-main .con {background: #f4f5fa; padding: 27px 30px 40px 30px;}
.contact-main .con .icon {height: 45px; line-height: 45px; margin-bottom: 17px;}
.contact-main .con .icon i {font-size: 45px; color: #333;}
.contact-main .con .txt {line-height: 22px; color: #333;}
.contact-main .con .txt a {color: #333;}
@media (max-width: 991px) {
	.contact {padding: 40px 0 60px 0;}
	.contact-main {margin-top: 30px;}
	.contact-main .con {margin-bottom: 20px;}
}


/*TAG*/
.top-n {background: #fff;display: inline-block;width: 100%;margin-bottom: 10px;padding: 30px;}
.top-n .txtarea {top: initial;right: initial;position: relative;width: auto;float: none;overflow: hidden;}
.top-n .txtarea h1{font-size: 18px;font-weight: bold;color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.top-n .txtarea h1:after{
	display: block;
	content: " ";
	width: 40px;
    height: 2px;
    background: #3073ff;
    z-index: 5;
    margin: 11px 0;
}
.top-n-tag{color: #3073ff;margin-top: 20px;}
.top-n-tag a{color: #3073ff;margin-right: 10px;}
.top-n .txtarea .des{font-size: 14px;line-height: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow : hidden;word-break:break-all;color: #666;}
.top-n-word {color: #717171;line-height: 30px;height: 60px;overflow: hidden;margin: 20px 0;}
.top-n-txt {width: 70%;}
.top-n-txt h2{font-size: 20px;color: #111;font-weight: normal;height: 26px;line-height: 26px;overflow: hidden;}

@media (max-width: 1000px){
	.top-n {padding: 14px;}
	.top-n-img {display: none;}
	.top-n-txt {width: 100%; float: none;}
	.top-n-txt h2{font-size: 17px;}
	.top-n-tag {line-height: 22px;font-size: 12px;margin-top: 10px;}
	.top-n-word {height: 48px;line-height: 24px;margin: 10px 0;}

}


/*咨询弹窗*/
.layui-layer{
	background-color: transparent !important;
	box-shadow: none !important;
}
.layui-layer-setwin .layui-layer-close1{display: none;}
.layui-layer-title{display: none;}
.layer_img img {
	width: 100%;
}
.layer_img {
	position: relative;
}
.layer_img .tit1, .layer_img .tit2, .layer_img .tit3 {
	position: absolute;
	width: 100%;
	text-align: center;
	display: block;
	font-family: "微软雅黑";
}
.layer_img .tit1 {
	top: 75px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.layer_img .tit2 {
	bottom: 50px;
	font-size: 18px;
	color: #000;
}
.layer_img .tit3 {
	bottom: 11px;
	color: #666;
	font-size: 15px;
}
.layer_img .tit3 a{
    color: #3073ff;
    text-decoration: underline;
}