* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #257ec4;
}
.wp,
.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  width: 100%;
}
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
button {
  outline: none;
}
.layer_menu {
  position: fixed;
  top: 155px;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
.text-center {
  text-align: center;
}
.popup_dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup_dialog .popup-img,
.popup_dialog .img-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup_dialog .img-loading {
  font-size: 50px;
  z-index: 1;
}
.video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-box .dialog-header {
  position: relative;
  height: 60px;
  line-height: 32px;
  padding: 14px 20px;
  background-color: #fff;
}
.video-box .video-close {
  position: absolute;
  top: 14px;
  width: 32px;
  height: 32px;
  right: 14px;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.video-box .video-close:hover {
  color: #fff;
  background-color: #e53935;
}
/* 页面顶部 */
.head-container {
  position: fixed;
  width: 100%;
  z-index: 11;
  background-color: #fff;
}
.hidelay {
  height: 155px;
}
.head .head-top {
  background-color: #222222;
  height: 25px;
}
.head .head-top .lang_icon {
  float: right;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: url(img/lang.png) no-repeat center center;
}
.head .head-top span {
  float: right;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  line-height: 25px;
  margin-left: 5px;
  color: #fff;
}
.head .head-logo-wrapper {
  margin-top: 30px;
}
.head .head-logo-wrapper .logo {
  display: block;
}
.head .head-logo-wrapper .head_search {
  float: right;
}
.head .head-logo-wrapper .head_search .search_frame {
  border: 0;
  border-radius: 10px;
  width: 335px;
  height: 26px;
  padding: 0 20px;
  background: url(img/search.png) no-repeat right center;
  background-color: #eeeeee;
}
.head .head-logo-wrapper .login_box {
  text-align: right;
}
.head .head-logo-wrapper .head_sign {
  float: right;
  margin-left: 15px;
  padding: 0 5px 0 25px;
  line-height: 26px;
  font-weight: 700;
  background: url(img/user.png) no-repeat left center;
}
.search_frame {
  border: 0;
  border-radius: 10px;
  width: 335px;
  height: 26px;
  padding: 0 20px;
  margin-right: 15px;
  background: url(img/search.png) no-repeat right center;
  background-color: #eeeeee;
}
.site-bar {
  background-color: #333;
  background-color: #222222;
}
.site-bar .bar-box {
  height: 30px;
  line-height: 25px;
  color: #fff;
  text-align: right;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-bar .bar-box a {
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
}
.site-bar .bar-box a:hover {
  background: #014099;
  color: #fff;
}
.site-bar .bar-box span {
  margin: 0 5px;
  width: 30px;
}
.site-bar .bar-box .layui-icon {
  color: #AAA;
}
.site-head .logo {
  display: block;
  margin-top: 20px;
}
.site-head .login-box {
  margin-top: 33px;
  text-align: right;
}
.last-col-row {
  margin: 0;
  padding: 0;
}
.nav_menu {
  width: 100%;
  position: static;
}
.nav_menu_shadow {
  top: 0;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
/* 导航条菜单 */
.nav-scroll {
  background-color: #fff;
  color: #333;
  overflow: hidden;
}
.nav-scroll ul,
.nav-scroll li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-scroll ul {
  display: inline-block;
  height: 60px;
  position: relative;
  box-sizing: border-box;
  font-size: 0;
  float: right;
}
.nav-scroll ul * {
  font-size: 15px;
}
.nav-scroll ul .bar {
  opacity: 0;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #104c97;
  transition: all 0.2s;
  z-index: 1000;
}
.nav-scroll ul li {
  position: relative;
  float: left;
  font-weight: 700;
  cursor: pointer;
  padding: 0 12px;
  text-align: left;
  vertical-align: middle;
  line-height: 60px;
}
.nav-scroll ul li a {
  display: block;
  color: #333;
}
/* 悬浮列表 */
.head_downMenu {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
  height: 0px;
  transition: all 0.2s;
}
.head_downMenu_active {
  height: 220px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
  transition: all 0.2s;
}
.head-downMenu-2 {
  height: 440px;
}
.children_list {
  font-size: 0;
}
.children_list li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 200px;
  padding: 35px 12px 20px;
  text-align: center;
}
.children_list li a {
  display: block;
  font-weight: 700;
}
.children_list li:before {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 1;
  width: 1px;
  height: 120px;
  content: "";
  background-color: #e0e0e0;
}
.children_list li.first:before {
  display: none;
}
.children_list li .figure-thumb {
  width: 160px;
  height: 120px;
  margin: 0 auto 16px;
}
.children_list li .figure-thumb img {
  max-width: 160px;
  max-height: 120px;
}
.children_list li .title {
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  font-family: "Helvetica Neue LT W01_71488914", \5FAE\8F6F\96C5\9ED1, "Arial Bold", sans-serif;
}
/* 页面底部样式 */
.page_footer {
  padding: 50px 0 0 0;
}
.page_footer .footer_wrapper {
  border-top: 2px solid #C0C0C0;
  margin-bottom: 30px;
  min-height: 30px;
}
.page_footer .footer_wrapper .footer_menu {
  margin-right: 280px;
}
.page_footer .footer_wrapper .footer_menu dl {
  float: left;
  width: 230px;
}
.page_footer .footer_wrapper .footer_menu dl dt {
  padding: 30px 0 35px 0 ;
  line-height: 35px;
  font-size: 18px;
  font-weight: 700;
}
.page_footer .footer_wrapper .footer_menu dl dd {
  position: relative;
  line-height: 35px;
  font-size: 16px;
}
.page_footer .footer_wrapper .footer_menu dl dd a {
  position: relative;
  color: #67615B;
}
.page_footer .footer_wrapper .footer_menu dl dd a:hover {
  color: #23b5e6;
}
.page_footer .footer_wrapper .footer_menu dl dd:hover .footer-menu-item {
  display: block;
}
.page_footer .footer_wrapper .footer_icon {
  width: 280px;
  float: right;
}
.page_footer .foot_bottom {
  height: 41px;
  line-height: 41px;
  background-color: #222222;
  color: #fff;
}
.page_footer .foot_bottom .footer_copy {
  float: left;
}
.page_footer .foot_bottom .bottom_menu {
  float: right;
}
.page_footer .foot_bottom .bottom_menu a {
  color: #fff;
}
.page_footer .foot_bottom .bottom_menu a:hover {
  text-decoration: underline;
}
.split {
  padding: 0 10px;
  color: #b9b6b6;
}
.footer-menu-item {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 90%;
  z-index: 1;
  width: 100%;
  border-radius: 5px;
  background-color: #F0F0F0;
  border: 1px solid #B5B5B5;
  padding: 10px;
}
.footer-menu-item a {
  display: inline-block;
  min-width: 200px;
}
.external-links-wrap {
  border-top: 1px solid silver;
  margin-bottom: 30px;
}
.external-links-wrap .ext-title {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  font-weight: 700;
  display: block;
}
.external-links-wrap ul {
  overflow: hidden;
}
.external-links-wrap li {
  float: left;
  margin-top: 10px;
  line-height: 45px;
  padding: 0 20px;
  margin-right: 20px;
}
.external-links-wrap li a {
  display: block;
  font-size: 15px;
}
/* icon */
.icon_list {
  overflow: hidden;
  padding: 30px 0;
}
.icon_list span {
  float: left;
  margin-left: 30px;
}
.icon_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(img/icon.png) no-repeat scroll center center;
}
.icon_link.facebook {
  background-position: 0 0;
}
.icon_link.twitter {
  background-position: -40px 0;
}
.icon_link.info {
  background-position: 0 -40px;
}
.icon_link.video {
  background-position: -40px -40px;
}
.rcode {
  display: inline-block;
  width: 280px;
  height: 150px;
}
.banner-bg,
.main-banner-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}
.main-banner-bg {
  height: 420px;
}
/* 位置导航条 */
.pos_nav {
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  border-bottom: 1px solid #e4e4e4;
}
.pos_nav i {
  line-height: 45px;
}
/* index */
.chap {
  margin-top: 70px;
}
.chap .chap_title {
  line-height: 60px;
  font-size: 32px;
  letter-spacing: 3px;
  color: #0f4897;
  text-align: center;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}
.chap .chap-small-title {
  margin-top: 15px;
  line-height: 60px;
  font-size: 28px;
  color: #0f4897;
  text-align: center;
}
.chap .chap_note {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.chap .chap_note p {
  margin-bottom: 10px;
}
.chap .chap_note img {
  max-width: 1200px;
}
.image_chap {
  position: relative;
  margin-top: 55px;
}
.image_chap .video-play {
  position: absolute;
  z-index: 1;
  left: 46%;
  top: 30%;
  cursor: pointer;
  border-radius: 50%;
}
.image_chap .video-play:hover {
  background-color: #888;
}
.banner-info-box {
  position: absolute;
  top: 50%;
  min-width: 350px;
  width: 40%;
  color: #fff;
  border-radius: 15px;
  background-color: rgba(14, 162, 212, 0.7);
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
  padding: 20px 40px;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner-info-box h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.banner-info-box p {
  font-size: 20px;
  line-height: 1.5;
}
.banner-info-box .bottom {
  padding-top: 15px;
}
.banner-info-box .bottom a {
  float: left;
  width: 165px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 20px;
  text-align: center;
  color: #50b3da;
  background-color: #fff;
}
/* 通用 */
.view_banner {
  height: 420px;
}
.move-key {
  position: relative;
  z-index: 1;
  width: 100%;
}
.move-key span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0px;
  top: 50%;
  margin-top: 30px;
  width: 30px;
  height: 52px;
}
.move-key span.span-right {
  left: auto;
  right: 0px;
}
.move-key span i {
  font-size: 26px;
  color: #fff;
}
/* 合伙人与案例 */
.logo-box,
.sample-box,
.logo-com {
  margin-top: 45px;
}
.logo-box ul li,
.sample-box ul li,
.logo-com ul li {
  position: relative;
  margin-bottom: 55px;
  float: left;
  width: 25%;
}
.logo-box ul li .logo-img,
.sample-box ul li .logo-img,
.logo-com ul li .logo-img {
  width: 300px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.logo-box ul li .logo-img img,
.sample-box ul li .logo-img img,
.logo-com ul li .logo-img img {
  max-width: 150px;
  max-height: 100px;
}
.logo-box ul li.first:before,
.sample-box ul li.first:before,
.logo-com ul li.first:before {
  display: none;
}
.sample-box ul li,
.logo-com ul li {
  width: 25%;
  margin: 0 0 25px;
  padding: 0 30px;
}
.sample-box ul li:before,
.logo-com ul li:before {
  top: 50px;
  left: 0px;
}
.sample-box ul li .logo-img,
.logo-com ul li .logo-img {
  background-color: #fff;
  width: 300px;
  height: 150px;
}
.sample-box ul li .logo-img img,
.logo-com ul li .logo-img img {
  max-width: 240px;
  max-height: 150px;
}
.sample-box ul li .title,
.logo-com ul li .title {
  position: relative;
  height: 48px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
  background-color: #EEEEEE;
}
.sample-box ul li .title p,
.logo-com ul li .title p {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.sample-box ul li .title-pos,
.logo-com ul li .title-pos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.deve-box ul li {
  width: 33%;
  margin-bottom: 35px;
}
.deve-box ul li:before {
  display: none;
}
.deve-box ul li .logo-img {
  width: 400px;
}
.deve-box ul li .title {
  line-height: 48px;
  font-size: 18px;
  background-color: #fff;
}
.deve-box ul li .pnote {
  height: 80px;
  text-align: center;
  line-height: 22px;
  color: #666;
}
.deve-box ul li.col2 {
  width: 66%;
}
.deve-box ul li.col2 .logo-img {
  width: 800px;
}
.deve-img-list {
  margin-top: 50px;
}
.deve-img-list .img-item {
  text-align: center;
  margin-bottom: 45px;
}
/* 产品类目与产品系列 */
.node-title {
  margin: 100px 0 80px;
  text-align: center;
  font-size: 48px;
}
.auto-item li,
.node-wrap li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}
.auto-item li .layui-icon,
.node-wrap li .layui-icon {
  position: absolute;
  z-index: 2;
  font-size: 25px;
  bottom: -17px;
  display: none;
  color: #CECECE;
}
.auto-item li .li-item,
.node-wrap li .li-item {
  margin: 0 20px;
  border-radius: 5px;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 50px;
  color: #333;
  background-color: #E6E6E6;
}
.auto-item li .li-item a,
.node-wrap li .li-item a {
  display: block;
}
.auto-item li.on .li-item,
.node-wrap li.on .li-item {
  background-color: #CECECE;
}
.auto-item li.on .layui-icon,
.node-wrap li.on .layui-icon {
  display: inline-block;
}
.node-wrap li {
  width: 20%;
}
.node-wrap li .li-item {
  margin: 0 10px;
  font-size: 18px;
}
.product-box {
  font-size: 0px;
}
.product-box .nothing {
  font-size: 16px;
  text-align: center;
  margin: 50px 0 ;
  color: #a8a8a8;
}
.product-box .box {
  position: relative;
  display: inline-block;
  width: 33.333%;
  padding: 20px;
}
.product-box .box .title {
  margin-top: 15px;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
}
.product-box .thumb {
  overflow: hidden;
  width: 360px;
  height: 360px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-list,
.honor-list {
  background-color: #F5F5F5;
  padding: 20px 0;
}
.product-list .nothing,
.honor-list .nothing {
  font-size: 16px;
  text-align: center;
  margin: 50px 0 ;
  color: #a8a8a8;
}
.product-list ul,
.honor-list ul {
  font-size: 0px;
  overflow: hidden;
}
.product-list .item-row,
.honor-list .item-row {
  float: left;
  position: relative;
  width: 33.333%;
}
.product-list .item-row .item-ren,
.honor-list .item-row .item-ren {
  position: relative;
  margin: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-list .item-row .item-ren:hover,
.honor-list .item-row .item-ren:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  z-index: 2;
}
.product-list .item-row a,
.honor-list .item-row a {
  display: block;
}
.product-list .item-row .title,
.honor-list .item-row .title {
  margin-top: 15px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.product-list .item-row .pdesc,
.honor-list .item-row .pdesc {
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #999;
}
.product-list .thumb,
.honor-list .thumb {
  overflow: hidden;
  width: 360px;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.list-title-box,
.view-header {
  position: relative;
  height: 58px;
  margin-top: 60px;
  line-height: 58px;
}
.list-title-box .title,
.view-header .title {
  font-size: 28px;
  color: #0f4897;
  letter-spacing: 3px;
}
.list-title-box .title i,
.view-header .title i {
  margin-right: 10px;
  font-size: 25px;
  color: #3B0;
}
.list-title-box .more,
.view-header .more {
  position: absolute;
  right: 40px;
  top: 0;
}
.list-title-box .more a,
.view-header .more a {
  font-size: 16px;
  line-height: 58px;
  color: #424242;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list-title-box .more a:hover,
.view-header .more a:hover {
  color: #3B0;
}
.list-title-box .more i,
.view-header .more i {
  margin-left: 5px;
  font-size: 15px;
}
.view-header .title {
  color: #333;
}
.view-header .title i {
  color: #333;
}
.video-view-box {
  margin-right: -12px;
}
.video-view-box .video-row {
  float: left;
  width: 392px;
  margin-right: 12px;
}
.video-view-box .video-row .thumb {
  position: relative;
  overflow: hidden;
  width: 392px;
  height: 220px;
  background-color: #000;
}
.video-view-box .video-row .title {
  text-align: center;
  height: 96px;
  padding: 0 10px;
  background-color: #DFEAF0;
}
.video-view-box .video-row .title .video-tit {
  color: #333;
  font-size: 21px;
  padding-top: 10px;
  line-height: 50px;
}
.video-view-box .video-row .title .video-subtit {
  font-size: 15px;
  color: #999;
  line-height: 20px;
}
.video-view-box .video-row .layui-icon {
  position: absolute;
  bottom: 12px;
  left: 15px;
  z-index: 2;
  font-size: 55px;
  color: #fff;
  cursor: pointer;
}
.video-view-box .video-row:hover .layui-icon {
  color: #dc930a;
}
.clock {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -90px 0 0 -90px;
  font-size: 120px;
  color: #e0e0e0;
  width: 180px;
  height: 180px;
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  line-height: 180px;
  text-align: center;
}
.honor-list {
  background-color: transparent;
  padding: 0;
}
.honor-list .item-row {
  width: 25%;
}
.honor-list .item-row .item-ren {
  padding: 0;
  cursor: pointer;
}
.honor-list .item-row .item-ren .item-tit {
  padding: 0 10px;
  text-align: center;
  height: 35px;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.honor-list .item-row .item-ren .item-tit:after {
  content: attr(title);
}
.honor-list .thumb {
  height: 260px;
  width: 260px;
}
.honor-list .thumb img {
  max-height: 220px;
  max-width: 220px;
}
.node-top-jumplist {
  overflow: hidden;
  background-color: #e6eef0;
}
.node-top-jumplist ul {
  font-size: 0;
}
.node-top-jumplist ul li {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 300px;
  padding-bottom: 30px;
}
.node-top-jumplist ul li .box {
  overflow: hidden;
  position: relative;
  display: block;
  color: #333;
  height: 270px;
}
.node-top-jumplist ul li .box .bg-box {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 150px;
  background-color: #17b0e8;
  transition: all 0.2s;
}
.node-top-jumplist ul li .box .bg-box .card-button {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 20%;
  width: 100px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 0;
}
.node-top-jumplist ul li .box .list-thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 20px 20px 0;
  margin-bottom: 16px;
  text-align: center;
}
.node-top-jumplist ul li .box .list-thumb img {
  max-height: 200px;
  transition: all 0.2s;
}
.node-top-jumplist ul li .box .title {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
.node-top-jumplist ul li .box:hover .bg-box {
  left: 0;
}
.node-top-jumplist ul li .box:hover .bg-box .card-button {
  left: 55%;
  opacity: 1;
}
.node-top-jumplist ul li .box:hover .list-thumb img {
  -webkit-transform: translate(-30%);
  transform: translate(-30%);
}
.node-box,
.node-box4 {
  overflow: hidden;
}
.node-box ul,
.node-box4 ul {
  font-size: 0px;
}
.node-box ul li,
.node-box4 ul li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 300px;
  min-height: 100px;
  padding: 20px 20px 30px 20px;
}
.node-box ul li:before,
.node-box4 ul li:before {
  position: absolute;
  left: 0;
  top: 85px;
  z-index: 1;
  width: 1px;
  height: 130px;
  content: "";
  background-color: #e0e0e0;
}
.node-box ul li .sup-new,
.node-box4 ul li .sup-new {
  position: absolute;
  top: 20px;
  right: 20px;
}
.node-box ul li.first:before,
.node-box4 ul li.first:before {
  display: none;
}
.node-box ul li a,
.node-box4 ul li a {
  display: block;
  color: #333;
}
.node-box ul li .thumb,
.node-box4 ul li .thumb {
  overflow: hidden;
  width: 260px;
  height: 260px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.node-box ul li .thumb img,
.node-box4 ul li .thumb img {
  max-width: 300px;
  max-height: 300px;
}
.node-box ul li .title,
.node-box4 ul li .title {
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.node-box ul li .desc,
.node-box4 ul li .desc {
  line-height: 25px;
  height: 50px;
  text-align: center;
  margin-bottom: 15px;
}
.node-box ul li .reg-button,
.node-box4 ul li .reg-button {
  text-align: center;
}
.node-box ul li .reg-button i,
.node-box4 ul li .reg-button i {
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  width: 240px;
  color: #fff;
  background-color: #18aeed;
  border-radius: 20px;
  font-family: "Helvetica Neue LT W01_71488914", \5FAE\8F6F\96C5\9ED1, "Arial Bold", sans-serif;
}
.node-box ul li a:hover .title,
.node-box4 ul li a:hover .title {
  text-decoration: underline;
}
.node-box2 ul li {
  width: 600px;
  padding: 20px 50px 30px 50px;
}
.node-box2 ul li:before {
  height: 350px;
}
.node-box2 ul li .sup-new {
  right: 60px;
}
.node-box2 ul li .thumb {
  width: 500px;
  height: 350px;
}
.node-box2 ul li .thumb img {
  max-height: 350px;
}
.node-box3 ul li {
  width: 33.333%;
}
.node-box3 ul li:before {
  height: 300px;
}
.node-box3 ul li .thumb {
  width: 360px;
  height: 300px;
}
.box-title {
  margin: 100px 0 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #0f4d98;
  text-align: center;
}
/* 产品详情页 */
.details-frame {
  margin-top: 70px;
}
.details-frame .details-image {
  float: left;
  width: 700px;
  min-height: 200px;
  padding-right: 100px;
  text-align: center;
}
.details-frame .details-image img {
  max-width: 600px;
}
.details-frame .details-features {
  float: left;
  width: 500px;
}
.details-frame .details-features .details-title {
  font-size: 23px;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #888888;
  color: #333;
  margin-bottom: 35px;
  font-family: "Helvetica Neue LT W01_71488914", \5FAE\8F6F\96C5\9ED1, "Arial Bold", sans-serif;
}
.details-frame .details-features .details-title i.p-icon {
  background: url(img/p001.png) no-repeat center center;
  width: 24px;
  height: 24px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.details-frame .details-features .features-text {
  line-height: 35px;
  font-size: 16px;
}
.details-frame .details-features .features-text p {
  color: #8a8a8a;
}
.product-desc {
  margin: 40px 0;
  text-align: center;
}
.product-desc img {
  max-width: 1200px;
}
/*  信息页面 */
.info_item {
  padding: 50px 0 50px;
  border-bottom: 1px solid #eaeaea;
}
.info_item ul li {
  float: left;
}
.info_item ul li.info_time {
  width: 130px;
  padding: 10px 0 ;
  line-height: 28px;
  font-size: 22px;
  color: #fff;
  background-color: #2ab2ee;
  text-align: center;
  border-radius: 5px;
}
.info_item ul li.info_brief {
  width: 620px;
  margin: 0 50px;
}
.info_item ul li.info_brief .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}
.info_item ul li.info_brief .des {
  text-align: justify;
  line-height: 25px;
}
.info_item ul li.info_thumb {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 220px;
}
.info_item ul li.info_thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 联系方式 */
.c_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
  color: #333;
}
.phone_wrap {
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
.phone_wrap .phone,
.phone_wrap .mail {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 85px ;
}
.phone_wrap .phone p.normal,
.phone_wrap .mail p.normal {
  font-size: 15px;
  line-height: 30px;
  color: #7b7878;
}
.phone_wrap .phone p.indent_word,
.phone_wrap .mail p.indent_word {
  text-indent: 113px;
}
.phone_wrap .mail:before {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 200px;
  content: "";
  background-color: #b0b0b0;
}
.mailme {
  margin-top: 70px;
  overflow: hidden;
  padding: 0 80px;
}
.mailme textarea {
  width: 100%;
  height: 160px;
  padding: 8px 10px ;
  border: 1px solid #e6e6e6;
}
.mailme .layui-form-item {
  margin-bottom: 25px;
}
.mailme .lay_inline {
  float: left;
  width: 48%;
}
.mailme .lay_inline_right {
  float: right;
  width: 48%;
}
.mailme input {
  padding: 3px 10px;
  height: 38px;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.mailme input.button {
  width: 150px;
  background-color: #fff;
  border-color: #003e97;
  color: #003e97;
}
/* company 公司介绍 */
.image_word_frame {
  overflow: hidden;
}
.image_word_frame .image_wrap,
.image_word_frame .word_wrap {
  width: 50%;
  float: left;
  height: 333px;
}
.image_word_frame .image_wrap {
  overflow: hidden;
}
.image_word_frame .word_wrap {
  padding: 50px 80px 0;
}
.image_word_frame .word_wrap .word_title {
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.image_word_frame .word_wrap .word_note {
  line-height: 25px;
  font-size: 15px;
  color: #6d6d6d;
  text-align: justify;
}
.image_word_frame .iRight {
  float: right;
}
/* 企业文化 */
.stitle,
.culture_title {
  margin: 50px 0 ;
  line-height: 60px;
  font-size: 36px;
  font-weight: 400;
  color: #0f4897;
  text-align: center;
  letter-spacing: 4px;
}
.img-view-box {
  background-color: #fff;
}
.view-item-row {
  float: left;
  width: 33.333%;
}
.view-item-row .row-ren {
  margin: 10px;
}
.view-item-row .row-ren .thumb {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 240px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.view-item-row .row-ren .thumb img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.view-item-row .row-ren .title {
  font-size: 15px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #DFEAF0;
}
.line-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box_wrap {
  overflow: hidden;
}
.box_wrap .box {
  float: left;
  margin-left: 21px;
  width: 386px;
}
.box_wrap .box:first-child {
  margin-left: 0;
}
.box_wrap .box .box_img {
  background-color: #333;
  height: 210px;
}
.box_wrap .box .box_text {
  margin-top: 15px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 18px;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.box_wrap .box .more {
  display: inline-block;
  margin: 28px 0 0 10px;
  color: #e4a13b;
}
.split_banner {
  margin-top: 70px;
  min-height: 350px;
  height: 500px;
  overflow: hidden;
}
.min-banner {
  height: 420px;
}
.list_box_wrap {
  overflow: hidden;
  margin-bottom: 75px;
}
.list_box_wrap .list_box {
  float: left;
  margin-left: 75px;
  width: 350px;
  overflow: hidden;
}
.list_box_wrap .list_box:first-child {
  margin-left: 0;
}
.list_box_wrap .list_box .box_img {
  height: 200px;
  background-color: #333;
}
.list_box_wrap .list_box .box_img img {
  max-width: 350px;
}
.list_box_wrap .list_box .box_text {
  height: 180px;
  padding: 25px 20px ;
  background-color: #dde6ed;
}
.list_box_wrap .list_box .box_text .t_title {
  font-size: 16px;
  font-weight: 700;
  color: #656565;
}
.list_box_wrap .list_box .box_text .t_note {
  padding-top: 20px;
  line-height: 40px;
  font-size: 25px;
  color: #134697;
}
/* 其它 */
.headwrap {
  position: fixed;
  height: 97px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
}
.headwrap .logo {
  display: block;
  float: left;
  line-height: 97px;
}
.nav {
  float: left;
  position: relative;
  height: 97px;
}
.nav li {
  float: left;
  width: 115px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
.nav li:hover:after {
  left: 0;
  right: 0;
}
.nav li:after {
  content: '';
  height: 5px;
  background: #015198;
  background-color: #5aaef9;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all 0.5s;
}
.nav li a {
  color: #000;
  display: block;
  padding: 12px 0 0;
  height: 97px;
  line-height: 85px;
  text-align: center;
}
.navsearch {
  float: right;
  overflow: hidden;
}
.navsearch a {
  float: left;
  width: 40px;
  margin-top: 13px;
  height: 84px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.navsearch .s1 {
  background: url(../images/zyan-11.jpg);
}
.navsearch .s2 {
  background: url(../images/zyan-12.jpg);
}
.navsearch .s3 {
  background: url(../images/zyan-13.jpg);
}
.main-banner {
  height: 639px;
}
.ui-banner {
  height: 500px;
}
.m-nav {
  background: url(../images/htbj.jpg);
  height: 74px;
  overflow: hidden;
}
.m-nav ul li {
  float: left;
}
.m-nav ul li a {
  position: relative;
  margin-right: 50px;
  height: 74px;
  line-height: 74px;
  display: block;
  font-size: 16px;
}
.m-nav ul li a.act:after {
  content: '';
  position: absolute;
  height: 3px;
  background: #da251c;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-wrap .spanel {
  height: 80px;
  background-color: #ededed;
}
.search-wrap .spanel ul li {
  margin-left: 10px;
  width: 240px;
  height: 80px;
  line-height: 80px;
  float: left;
}
.search-wrap .spanel ul li:first-child {
  width: 150px;
  text-align: right;
}
.search-wrap input[type=text],
.search-wrap button {
  height: 40px;
  width: 230px;
  padding: 3px 9px;
  border: 1px solid #CECECE;
}
.search-wrap button {
  width: 100px;
  background-color: #ededed;
  cursor: pointer;
}
.search-wrap button:hover {
  background-color: #fff;
}
.search-wrap .type {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #CECECE;
}
.search-wrap .type dl {
  overflow: hidden;
  padding: 0 25px;
  margin-top: 21px;
  border-bottom: 1px solid #CECECE;
  min-height: 45px;
}
.search-wrap .type dl:last-child {
  border: 0;
}
.search-wrap .type dl dt {
  width: 165px;
  float: left;
  display: inline;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 8px;
}
.search-wrap .type dl dd {
  overflow: hidden;
}
.search-wrap .type dl dd ul li {
  width: 112px;
  float: left;
  margin: 0 10px 8px 0;
  font-size: 13px;
  cursor: pointer;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
}
.search-wrap .type dl dd ul li span {
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  min-width: 50px;
  line-height: 30px;
}
.search-wrap .type dl dd ul li.act span {
  color: #fff;
  background-color: #015198;
}
.search-wrap .type dl dd ul li:hover {
  border-color: rgba(230, 230, 230, 0.8);
}
.pro-wrap {
  margin-top: 50px;
  overflow: hidden;
  min-height: 300px;
}
.pro-wrap .pro-panel {
  width: 1220px;
  overflow: hidden;
}
.nodes {
  position: relative;
  margin-top: 25px;
  width: 285px;
  margin-right: 20px;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.nodes:hover .shade {
  opacity: 1;
}
.nodes:hover .shade .info {
  top: 35%;
}
.nodes a {
  display: block;
  overflow: hidden;
  padding: 20px 0 50px 0;
}
.nodes a .img-view {
  height: 224px;
  width: 285px;
}
.nodes a .img-view img {
  max-height: 224px;
}
.nodes a p {
  margin: 0;
}
.nodes a p.title {
  margin: 20px 0 0;
  line-height: 28px;
  font-size: 18px;
  height: 56px;
  color: #666;
}
.nodes .shade {
  opacity: 0;
  background: rgba(178, 217, 245, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.nodes .shade .info {
  color: #333;
  position: absolute;
  top: 30%;
  padding-left: 10px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
h3.base {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}
h3.big-margin {
  margin: 50px 0;
}
h3.line {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
.footer {
  margin: 60px 0 0;
  padding: 50px 0 30px;
  background-color: #005197;
}
.footer .foot-logo {
  float: left;
  width: 380px;
  display: inline-block;
}
.footer .foot-menu {
  overflow: hidden;
}
.footer .foot-menu dl {
  float: left;
  color: #fff;
  text-align: right;
}
.footer .foot-menu dl dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer .foot-menu dl dd {
  width: 164px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
.footer .foot-menu dl dd a {
  color: #fff;
}
.footer .foot-menu dl dd a:hover {
  color: #58bee6;
}
.conview.line {
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #4787bd;
  border-style: solid;
  height: 1px;
  width: 100%;
  margin-top: 50px;
}
.contact-info {
  overflow: hidden;
}
.contact-info li {
  float: left;
  width: 267px;
  color: #fff;
  font-size: 16px;
}
.contact-info li:first-child {
  width: 399px;
}
.contact-info li p {
  line-height: 25px;
}
.mt-50 {
  margin-top: 50px;
}
.ui-row:after,
.ui-row:before {
  content: '';
  display: block;
  clear: both;
}
.ui-col,
.ui-col-6 {
  float: left;
}
.ui-col-6 {
  width: 50%;
}
.img-view {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.item-box {
  width: 600px;
  height: 390px;
}
.blue {
  color: #257EC4;
}
.return-btn {
  border-radius: 2px;
  font-size: 18px;
  display: inline-block;
  width: 216px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  background-color: #015198;
  cursor: pointer;
}
.return-btn:hover {
  color: #fff;
  background-color: #4c4c4c;
}
.item-title {
  margin-bottom: 30px;
}
.item-note {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
  text-indent: 2em;
}
.item-other {
  margin-top: 20px;
}
.item-other a {
  padding-left: 30px;
  margin-right: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.item-tab-row {
  margin-top: 40px;
  height: 270px;
  padding-top: 210px;
  background: url(../images/cpzx-01-01-bj.jpg) no-repeat center center;
  background-size: cover;
}
.item-tab-row .fix-row {
  width: 100%;
  transition: 0.3s;
}
.item-tab-row .fix-row.fixed {
  position: fixed;
  top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.item-tab-row ul {
  overflow: hidden;
  bottom: 0;
}
.item-tab-row ul li {
  float: left;
  margin-right: 10px;
}
.item-tab-row ul li a {
  position: relative;
  display: block;
  border-radius: 5px 5px  0 0;
  background-color: #015198;
  color: #fff;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.item-tab-row ul li a b {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 10px;
  height: 10px;
  border: 1px solid #66667c;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.item-tab-row ul li a:hover b,
.item-tab-row ul li a.on b {
  top: 22px;
  transform: rotate(135deg);
}
.item-tab-row ul li a.on {
  color: #015198;
  background-color: #fff;
}
.item-tab-row ul li a.on b {
  border-color: #015198;
}
.item-data h3 {
  margin-top: 45px;
  font-size: 24px;
  font-weight: 700;
  color: #555;
}
.item-data table {
  margin-top: 45px;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.item-data table.left th,
.item-data table.left td {
  text-align: left;
}
.item-data table th {
  height: 45px;
  line-height: 34px;
  border-top: 0;
  background: #f2f2f2;
  color: #707070;
  font-weight: 400;
  padding: 3px;
  white-space: nowrap;
}
.item-data table th:first-child {
  border-left: 1px solid #ddd;
}
.item-data table th:last-child {
  border-right: 1px solid #ddd;
}
.item-data table td {
  border: 1px solid #ddd;
  height: 50px;
  text-align: center;
}
.item-data table td a {
  text-decoration: underline;
}
.item-data table th,
.item-data table td {
  padding: 0 9px;
}
.img-list,
.img-list2 {
  overflow: hidden;
  background-color: #E7EEF8;
}
.img-list li,
.img-list2 li {
  float: left;
  height: 479px;
  padding: 20px 0 20px 20px;
}
.img-list2 li {
  height: 330px;
  padding: 15px 0 15px 15px;
}
.info-list {
  margin-top: 50px;
  overflow: hidden;
}
.info-list .ipage {
  float: left;
  width: 400px;
  padding: 13px 13px;
}
.info-list .head {
  color: #005197;
  font-size: 26px;
}
.info-list .ides {
  margin-top: 15px;
  font-size: 18px;
}
.info-list .imean {
  margin-top: 15px;
  font-size: 14px;
  line-height: 23px;
  color: #525151;
  word-break: break-all;
  text-align: justify;
}
.nonset {
  height: 800px;
}
.news-search {
  overflow: hidden;
  height: 100px;
  padding: 30px 10px;
  background-color: #ededed;
  border: 1px solid #dedada;
}
.news-search .tit {
  float: left;
  font-size: 20px;
  margin-left: 25px;
  line-height: 36px;
}
.news-search .nform {
  float: right;
}
.news-search .nform input[type=text] {
  vertical-align: middle;
  width: 216px;
  height: 36px;
  padding: 0 15px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
}
.news-search .nform button {
  margin: 0 25px;
  height: 36px;
  width: 100px;
  padding: 0 9px;
  border: 1px solid #cecece;
}
.news-list {
  margin-top: 50px;
  border-bottom: 1px solid #ededed;
}
.news-list .n_img {
  display: inline-block;
}
.news-list .n_img img {
  max-width: 500px;
}
.news-list .n_sml_info {
  position: relative;
  float: right;
  width: 690px;
  height: 302px;
  padding-left: 60px;
}
.news-list .n_sml_info .title {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  color: #005197;
}
.news-list .n_sml_info .ides {
  font-size: 16px;
  line-height: 28px;
}
.news-list .n_sml_info .n_more {
  position: absolute;
  bottom: 0;
}
.news-list .n_sml_info .n_more a {
  color: #fff;
  background-color: #005197;
  text-align: center;
  display: block;
  width: 100px;
  height: 38px;
  line-height: 38px;
}
.news-list .n_bottom {
  height: 35px;
}
.news-list.a_right .n_sml_info {
  float: left;
  padding: 0 60px 0 0;
}
.h3_line {
  display: inline-block;
  width: 80px;
  height: 5px;
  background-color: #da251c;
  margin-top: 10px;
}
.h3_desc {
  font-size: 18px;
  margin-top: 25px;
}
.text_center {
  text-align: center;
}
.ui-form .ui-input-line,
.ui-form .ui-text-line {
  display: inline-block;
  width: 550px;
  font-size: 0;
  height: 52px;
  overflow: hidden ;
  line-height: 50px;
  border: 1px solid #b1b1b1;
  margin-top: 15px;
}
.ui-form .ui-input-line label,
.ui-form .ui-text-line label {
  display: inline-block;
  color: #636363;
  width: 100px;
  font-size: 16px;
  text-align: right;
}
.ui-form .ui-input-line input[type=text],
.ui-form .ui-text-line input[type=text] {
  display: inline-block;
  font-size: 16px;
  border: 0;
  height: 50px;
  line-height: 50px;
  width: 400px;
  padding: 0 10px 0 20px ;
}
.ui-form .ui-text-line {
  display: inline-block;
  border: 1px solid #b1b1b1;
  width: 550px;
  height: 318px;
}
.ui-form .ui-text-line label {
  vertical-align: top;
}
.ui-form .ui-text-line textarea {
  display: inline-block;
  font-size: 16px;
  height: 314px;
  line-height: 25px;
  width: 400px;
  padding: 10px 10px 0 20px ;
  border: 0;
}
.ui-form .ui-form-submit {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.ui-form .ui-form-submit input {
  display: inline-block;
  height: 38px;
  width: 120px;
  color: #fff;
  background-color: #015198;
  border: 1px solid #015198;
}
.ui-form .ui-form-submit input[type=reset] {
  margin-left: 50px;
  background-color: #909090;
  border-color: #ededed;
}
.rec-lay {
  display: block;
  margin-bottom: 25px;
  padding: 50px 0 25px;
  transition: 0.3s;
}
.rec-lay .rec-time {
  float: left;
  color: #c8c8c8;
  transition: 0.3s;
  margin-right: 50px;
  width: 140px;
  font-size: 14px;
  text-align: right;
}
.rec-lay .rec-time i {
  font-style: normal;
}
.rec-lay .rec-time span {
  display: block;
  font-size: 48px;
}
.rec-lay .rec-note {
  display: inline-block;
  overflow: hidden;
}
.rec-lay .rec-note h2 {
  color: #555;
  transition: 0.3s;
  font-size: 18px;
  line-height: 34px;
}
.rec-lay .rec-note .rdesc {
  color: #767676;
  margin-top: 20px;
}
.rec-lay .rec-note .rmore {
  display: inline-block;
  color: #767676;
  margin-top: 30px;
}
.rec-lay:hover {
  background-color: #f4f4f4;
}
.rec-lay:hover .rec-time {
  color: #046dc7;
}
.rec-lay:hover .rec-note h2 {
  color: #077cd0;
}
.view-frame {
  position: relative;
  height: 470px;
  width: 100%;
}
.view-menu-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 470px;
  width: 234px;
  background: rgba(105, 101, 101, 0.6);
  z-index: 1;
}
.view-menu-box ul {
  padding: 10px 0;
  font-size: 14px;
}
.view-menu-box ul li .menu-item {
  position: relative;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #fff;
  cursor: pointer;
}
.view-menu-box ul li .menu-item i {
  position: absolute;
  right: 20px;
  color: #e0e0e0;
}
.view-menu-box ul li:hover .menu-item {
  background: #31b0e2;
}
.view-menu-box ul li:hover .children {
  display: block;
}
.view-menu-box ul .children {
  display: none;
  position: absolute;
  left: 234px;
  top: 0;
  z-index: 8;
  height: 470px;
  width: 966px;
  border: 1px solid #e0e0e0;
  border-left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}
.view-menu-box ul .children.children-col-0 {
  width: 0px;
}
.view-menu-box ul .children.children-col-1 {
  width: 282px;
}
.view-menu-box ul .children.children-col-2 {
  width: 520px;
}
.view-menu-box ul .children.children-col-3 {
  width: 758px;
}
.view-menu-box ul .children.children-col-4 {
  width: 996px;
}
.view-menu-box ul.item-10 li .menu-item {
  height: 45px;
  line-height: 45px;
}
.view-menu-box ul.item-14 li .menu-item {
  height: 32px;
  line-height: 32px;
}
.children-list {
  float: left;
}
.children-list li {
  padding: 0 17px 0 61px ;
}
.children-list li a {
  display: block;
}
.children-list .scene-thumb {
  position: relative;
  height: 120px;
  width: 160px;
  overflow: hidden;
  border-radius: 5px;
}
.children-list .scene-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.children-list .title {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
/* */
.box-wrap {
  margin-bottom: 20px;
}
.box-wrap .title {
  font-size: 28px;
  margin-bottom: 20px;
}
.box-wrap .more {
  position: absolute;
  right: 40px;
  top: 0;
}
.box-wrap .box-list {
  margin-left: -30px;
}
.box-wrap .box-list li {
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
}
.box-wrap .box-list li .thumb {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 285px;
  border-radius: 5px 5px 0 0;
}
.box-wrap .box-list li .box-thumb {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 285px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box-wrap .box-list li .box-thumb img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.box-wrap .box-list li .scaption {
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  background-color: #EDEDED;
}
.market-wrap {
  margin-bottom: 35px;
}
.market-wrap .market-tit {
  float: left;
  font-size: 28px;
  font-weight: 400;
  width: 185px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #A5A5A5;
  border-left: 0;
}
.market-wrap .market-list {
  margin-left: 185px;
}
.market-wrap ul {
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  overflow: hidden;
}
.market-wrap ul li {
  float: left;
  margin-bottom: -1px;
  font-size: 18px;
  width: 145px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #A5A5A5;
}
.market-wrap ul li a {
  position: relative;
  min-width: 80px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 10px;
}
.market-wrap ul li a.on:after {
  content: '';
  position: absolute;
  height: 3px;
  background: #104c97;
  bottom: 0;
  left: 0;
  right: 0;
}
.ab-wrap {
  position: relative;
  height: 298px;
}
.ab-wrap .ab-left {
  float: left;
  height: 298px;
  width: 814px;
}
.ab-wrap .ab-right {
  display: inline-block;
  width: 372px;
  margin-left: 14px;
}
.cell-list {
  overflow: hidden;
  margin-bottom: 50px;
}
.cell-list ul {
  overflow: hidden;
}
.cell-list li {
  position: relative;
  float: left;
  width: 400px;
}
.cell-list li .box {
  position: relative;
  left: 0;
  bottom: 0;
  height: 300px;
}
.cell-list li .txt {
  display: inline-block;
  cursor: pointer;
  background-color: #e7e7e7;
  transition: 0.3s;
}
.cell-list li .txt .caption {
  margin: 10px 0;
  line-height: 60px;
  font-size: 26px;
  padding-left: 20px;
}
.cell-list li .txt .txt-note {
  padding: 0 20px 20px 20px;
  line-height: 25px;
  font-size: 16px;
}
.cell-list li .txt:hover {
  color: #fff;
  background-color: #2c87d6;
}
.cell-list li.up .box {
  position: absolute;
}
.cell-list li.up .txt {
  padding-bottom: 300px;
}
.index-about {
  background: url(../images/laybg/001.jpg) no-repeat;
}
.about {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: #063f73;
  border: 1px solid #063f73;
  border-radius: 3px;
  transition: 0.3s;
}
.about:hover {
  color: #fff;
  border-color: #EEE;
}
.index-news ul {
  width: 1220px;
}
.index-news li {
  float: left;
  min-height: 200px;
  width: 380px;
  margin-right: 20px;
  padding-bottom: 10px;
  transition: 0.3s;
}
.index-news li a {
  display: block;
}
.index-news li .li-img {
  overflow: hidden;
  position: relative;
  width: 380px;
  height: 210px;
}
.index-news li img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 0.5s;
}
.index-news li p {
  margin-top: 15px;
  padding: 0 10px;
  font-size: 14px;
}
.index-news li p.tit {
  color: #333;
  font-size: 21px;
}
.index-news li p.date {
  color: #848282;
  font-size: 14px;
}
.index-news li:hover {
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.index-news li:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.col-7 {
  float: left;
  width: 70%;
}
.col-3 {
  float: left;
  width: 30%;
}
.job_desc,
.news_desc {
  padding: 34px 30px 80px 25px;
  font-size: 13px;
  line-height: 24px;
  color: #555;
}
.job_desc .s-tit,
.news_desc .s-tit {
  height: 35px;
  line-height: 35px;
  background: #fbfbfb;
  padding: 0 10px;
  margin-bottom: 20px;
}
.job_desc .job-note p,
.news_desc .job-note p,
.job_desc .work-note p,
.news_desc .work-note p {
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding: 0 10px;
}
.job-apply {
  margin-top: 80px;
}
.job-apply .btn-apply {
  display: inline-block;
}
.job-apply .btn-apply a {
  display: inline-block;
  text-align: center;
  width: 260px;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border-radius: 2px;
  border: 1px solid #AAA;
  font-size: 16px;
  color: #1d9cfb;
}
.news_desc {
  font-size: 16px;
  line-height: 1.8em;
  word-break: break-all;
  text-align: justify;
}
.news_desc p {
  margin-bottom: 8px;
}
.news_desc img {
  border: 0;
  max-width: 100%;
}
.clearfix:before {
  line-height: 0;
  display: table;
  content: "";
}
.clearfix:after {
  line-height: 0;
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.icon_time {
  padding-left: 22px;
  background: url(../images/icon/time.png) no-repeat left center;
}
.icon_view {
  padding-left: 22px;
  background: url(../images/icon/view.png) no-repeat left center;
}
.con-wrap {
  margin-left: 20%;
}
.con {
  padding-top: 65px;
  overflow: hidden;
  color: #666;
}
.con span {
  position: relative;
  padding-right: 15px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
}
.con span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1200px;
  height: 1px;
  background-color: #e2e2e2;
}
.con div {
  margin-top: 20px;
}
.con .tit {
  font-size: 16px;
}
/*
 * 2026/01/19 修改大事页面
 */
.layui-cz:last-child:before {
  display: block;
}
.layui-cz .layui-text {
  line-height: 1.8;
}
.layui-cz .layui-text p {
  margin: 10px 0 0 0;
}
.layui-cz .layui-cz-month {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0;
  line-height: 22px;
}
.layui-carousel-ind ul {
  background-color: rgba(0, 0, 0, 0);
}
.layui-carousel-ind ul li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.layui-carousel-ind ul li.layui-this {
  background-color: #27b5e3;
}
.layui-carousel-arrow {
  width: 55px;
  height: 75px;
  border-radius: 5px;
  font-size: 30px;
}
/* layui 导航条的修改 */
.layui-nav {
  background: #fff;
  color: #333;
  font-weight: 700;
  padding: 0;
}
.layui-nav .layui-nav-item {
  margin: 0 15px;
  cursor: pointer;
}
.layui-nav .layui-nav-bar {
  background-color: #104c97;
  height: 3px;
}
.layui-carousel-ind li {
  background-color: #124999;
}
.layui-carousel:hover .layui-carousel-arrow {
  left: 254px;
}
.layui-carousel-arrow {
  left: 244px;
}
.layui-carousel-ind {
  text-align: right;
}
.layui-carousel-ind ul {
  margin-right: 30px;
}
.layui-carousel-ind ul li {
  width: 10px;
  height: 10px;
}
#kkpager {
  width: 100%;
  margin-top: 50px;
  color: #333;
  text-align: center;
  font-size: 0px;
}
#kkpager a,
#kkpager span {
  display: inline-block;
  min-width: 48px;
  padding: 0px 15px;
  margin: 0 -1px 5px 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
}
#kkpager a {
  background-color: #fff;
}
#kkpager a:hover {
  color: #015198;
}
#kkpager span.disabled {
  color: #d2d2d2;
  background-color: #FFF;
}
#kkpager span.curr {
  border-color: #0f6dc1;
  color: #fff;
  background-color: #0f6dc1;
}
#kkpager span.normalsize {
  border: 0;
  display: none;
}
#kkpager_gopage_wrap {
  display: inline-block;
  width: 42px;
  height: 20px;
  border: 1px solid #DFDFDF;
  margin: 0px 4px;
  padding: 0px;
  position: relative;
  left: 0px;
  top: 5px;
}
#kkpager_btn_go {
  width: 32px;
  height: 22px;
  line-height: 22px;
  padding: 0px;
  text-align: center;
  border: 0px;
  background-color: #0063DC;
  color: #FFF;
  left: 0px;
  top: -1px;
  position: absolute;
  display: none;
  cursor: pointer;
}
#kkpager_btn_go_input {
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
}
