.overflow-elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.opahover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.inline-block-m {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.inline-block-t {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.rgbafilter {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}
#browser-low {
  position: fixed;
  width: 100%;
  padding: 20px;
  z-index: 99999;
  top: 0;
  left: 0;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#browser-low .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
body {
  
  min-width: 1300px;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
html.xs body {
  max-width: 640px;
  min-width: 0;
  margin: 0 auto;
}
/*头部*/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 50px;
  background: #00479d;
}
.header .logo {
  line-height: 100px;
  position: relative;
  z-index: 101;
}
.logo img {
  margin-left: 30px;
  vertical-align: middle;
  max-height: 80px;
}
.header-left-wrap {
  /*width: 300px;*/
  position: relative;
  z-index: 200;
}
.nav-menu-mask { position: fixed; top:0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 150; display: none;}
.menu_logo { height: 100px; position: relative;}
.menu_logo .nav-toggle { position: absolute; top: 40px; left: 40px;}
.menu_logo a img{ margin: 30px 0 0 120px;}
.nav-menu-wrap {
  display: none;
  position: fixed;
  width: 350px;
  left: 0;
  bottom: 0;
  top: 0;
  padding-top: 0px;
  background: #fff;
  z-index: 160;
}
.nav-menu-wrap .nav-list>a {
  display:block;
  padding: 0 50px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #222;
  position: relative;
}
.nav-menu-wrap .nav-list>a:after {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -4px;
  content: '';
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
}
.nav-menu-wrap .nav-list:first-child>a,
.nav-menu-wrap .nav-list>a:hover,
.nav-menu-wrap .nav-list.active>a {
  background: #e60012;
  border-top: 1px solid #ccc;
}
.nav-menu-wrap .nav-list:first-child>a,
.nav-menu-wrap .nav-list> a:hover,
.nav-menu-wrap .nav-list.active > a {
  color: #fff;
}
.nav-menu-wrap .nav-list a:hover:after,
.nav-menu-wrap .nav-list.active a:after,
.nav-menu-wrap .nav-list:first-child a:after
{
  border-color: #fff;
}
.nav-submenu {
  display: none ;
  position: fixed;
  left: 350px;
  width: 700px;
  top: 0;
  bottom: 0;
  background: #f2f3f4;
  padding-top: 160px;
  padding-right: 20px;
  padding-bottom: 50px;
  overflow-y: auto;
}
.nav-submenu .link {
  position: relative;
  z-index: 1002;
}
.nav-submenu .link .dl {
  float: left;
  margin-top: 12px;
  margin-left: 30px;
  line-height: 28px;
}
.nav-submenu .link .dl a {
  display: block;
}
.nav-submenu .link .dl .dt a:hover {
  color: #ad242e;
}
.nav-submenu .link .dl .dd a:hover {
  color: #000;
}
.nav-submenu .link .dl .dt a {
  font-size: 18px;
  margin-bottom: 5px;
  color: #e60012;
}
.nav-submenu .link .dl .dd a {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-submenu .link .dl-wrap {
  width: 300px;
}
.nav-submenu .link .img-wrap {
  width: 300px;
}
.nav-submenu .link .img-wrap img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
}
.nav-menu li:last-child .nav-submenu,
.nav-menu li:nth-child(4) .nav-submenu,
.nav-menu li:nth-child(5) .nav-submenu{
  width: 500px;
}
.nav-menu li:last-child .nav-submenu .link .dl-wrap,
.nav-menu li:nth-child(4) .nav-submenu .link .dl-wrap,
.nav-menu li:nth-child(5) .nav-submenu .link .dl-wrap{
  width: 160px;
}

.nav-toggle-wrap {
  margin-top: 36px;
  position: relative;
  z-index: 1001;
}
.nav-toggle {
  cursor: pointer;
  padding: 7px 8px;
}
.nav-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: all 0.4s;
}
.nav-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.nav-toggle.active .icon-bar {
  background-color: #003567;
}
.nav-toggle.active .icon-bar:nth-child(1) {
  transform: rotate(-45deg);
  transform-origin: 25px;
}
.nav-toggle.active .icon-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active .icon-bar:nth-child(3) {
  transform: rotate(45deg);
  transform-origin: 25px;
}
/*导航*/
.nav-menu-top .nav-list-top {
  float: left;
}
.nav-menu-top .nav-list-top a:hover {
  text-decoration: none;
}
.nav-menu-top .nav-list-top > a {
  display: block;
  color: #fff;
  padding: 0 18px;
  font-size: 16px;
  line-height: 100px;
  position: relative;
}
.nav-menu-top .nav-list-top > a:after {
  content: '';
  display: none;
  position: absolute;
  left: 0%;
  bottom: -4px;
  width: 68px;
  height: 4px;
  border-radius: 3px;
  background-color: #ffffff;
}
.nav-menu-top .nav-list-top.pro:hover a:after {
  display: block;
}
.nav-menu-top .nav-submenu-top {
  display: none ;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
  font-size: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.nav-menu-top .nav-submenu-top:after {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: -3px;
  width: 110px;
  height: 7px;
  border-radius: 10px;
  background-color: #ffffff;
}
.nav-menu-top .nav-submenu-top .dl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  border-top: 1px solid #eee;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 16%;
}
.nav-menu-top .nav-submenu-top .dl a {
  display: block;
}
.nav-menu-top .nav-submenu-top .dl img {
  display: block;
  width: 100%;
}
.nav-menu-top .nav-submenu-top .dl .dt a {
  font-size: 16px;
  color: #00479d;
  margin-bottom: 5px;
}
.nav-menu-top .nav-submenu-top .dl .dt a:after {
  margin-top: 15px;
  display: block;
  content: '';
  width: 60px;
  height: 1px;
  background-color: #00479d;
}
.nav-menu-top .nav-submenu-top .dl .dt a:hover {
  color: #0073ff;
}
.nav-menu-top .nav-submenu-top .dl .dd a {
  font-size: 14px;
  line-height: 36px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-menu-top .nav-submenu-top .dl .dd a:hover {
  color: #999;
}
.nav-list-top.active a {
  border-bottom: 4px solid #fff;

}

.search-bg {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.search-wrap {
  line-height: 1;
  margin-top: 40px;
  height: 60px;
  position: relative;
}
.search-wrap .search-a {
  display: block;
  margin-left: 30px;
  width: 26px;
  height: 26px;
  background: url('../images/icon.png') no-repeat -8px -7px;
}
.search-wrap .search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
}
.search-wrap .search-input {
  margin-top: 14px;
  width: 440px;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 60px;
  color: #333;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.search-wrap .search-btn {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  background: url('../images/icon.png') no-repeat -54px -6px;
}
.online_shop { position: relative}
.online_shop .online_shop_a{ position: absolute; display: none;width: 120px;text-align: center;margin-left: 50px; top: 50px;
  margin-top: 30px; background: rgba(255,255,255,.9); padding: 5px 0; border-radius: 10px}
.online_shop .online_shop_a a { display: block; color: #000; text-align: center; padding: 2px 0 5px; border-bottom: 1px solid #ccc;}
.online_shop .online_shop_a a:hover { color: #00479d}
.online_shop .online_shop_a a:last-child { border-bottom: none;}
.online_shop:hover .online_shop_a{ display: block}

.header-right-wrap .shop-btn {
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 120px;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  border: solid 2px #ffffff;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.header-right-wrap .change-lang {
  margin-left: 50px;
  margin-top: 40px;
  line-height: 20px;
  color: #ffffff;
}
.header-right-wrap .change-lang a {
  font-size: 14px;
  color: #ffffff;
}
.header-right-wrap .change-lang span {
  font-size: 12px;
  margin: 0 5px;
}
.header-right-wrap .change-lang i {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/icon.png) no-repeat -104px -8px;
}
/*banner*/
.banner {
  position: relative;
  overflow: hidden;
}
.banner-img-menu {
  width: 100%;
  position: relative;
}
.banner-img-menu li {
  float: left;
  width: 100%;
}
.banner-img-menu li a {
  display: block;
  height: 820px;
}
.banner .btn-a {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.banner .btn-a a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 10px;
  background: #fff;
  cursor: pointer;
}
.banner .btn-a a.active {
  background: #e60012;
}
.column-title h3 {
  font-weight: 500;
  font-size: 30px;
  color: #00479d;
}
.column-title h6 {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 71, 157, 0.85);
}
.column-title p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.index-pro-menu {
  padding-top: 10px;
}
.index-pro-menu .item {
  margin-top: 10px;
  display: block;
  text-align: center;
  background: rgba(0, 71, 157, 0.5);
  position: relative;
}
.index-pro-menu .item .img-wrap {
  position: relative;
  padding-bottom: 86.5%;
  overflow: hidden;
}
.index-pro-menu .item .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
}
.index-pro-menu .item h3 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00479d;
  border-left: 2px solid #00479d;
  padding-left: 10px;
  font-weight:bold
}
.index-pro-menu .item:hover img {
  transform: scale(1.1);
}
.index-pro-menu .li2 .img-wrap {
  padding-bottom: 131%;
}
.index-pro-menu .li3 .img-wrap {
  padding-bottom: 51%;
}
.index-case-menu .item {
  float: left;
}
.index-case-menu .item .img-wrap {
  width: 56%;
  margin-right: 65px;
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}
.index-case-menu .item .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
}
.index-case-menu .item h3 > a {
  display: block;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-case-menu .item p {
  margin-top: 35px;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
}
.index-case-menu .item .more {
  margin-top: 50px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  height: 60px;
  line-height: 58px;
  border: solid 1px #e60012;
  font-size: 14px;
  color: #e60012;
  text-align: center;
}
.index-case-menu .item .more:hover {
  background: #e60012;
  color: #fff;
}
.index-case-wrap {
  position: relative;
}
.index-case-wrap .arrow-wrap {
  position: absolute;
  bottom: 0;
  left: 56%;
  margin-left: 65px;
  font-size: 0;
}
.index-case-wrap .arrow-wrap .prev-arrow,
.index-case-wrap .arrow-wrap .next-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-right: 20px;
  cursor: pointer;
  background: #00479d;
}
.index-case-wrap .arrow-wrap .nextStop,
.index-case-wrap .arrow-wrap .prevStop{
  background: #CCCCCC;
}
.index-about-wrap {
  position: relative;
}
.index-about-wrap .index-about-l {
  width: 56%;
  padding-top: 100px;
}
.index-about-wrap .index-about-l .text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 36px;
  color: #444444;
}
.index-about-wrap .index-about-l .more {
  display: block;
  margin-top: 80px;
  width: 150px;
  height: 60px;
  line-height: 58px;
  border: solid 1px #e60012;
  background: #e60012;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.index-about-wrap .index-about-l .more:hover {
  background: #b3000e;
}
.index-about-wrap .index-about-r {
  width: 32.5%;
}
.index-about-wrap .index-about-r .img-wrap {
  padding-bottom: 123%;
  position: relative;
  overflow: hidden;
}
.index-about-wrap .index-about-r .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
  z-index: 3;
}
.index-about-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 31%;
  height: 70%;
  right: 0;
  background: url(../images/about2.jpg) no-repeat;
  background-size: cover;
}
.footer {
  padding-top: 40px;
  background: #191919;
}
.footer-top-wrap {
  font-size: 0;
  padding: 0 50px;
}
.footer-top-wrap .item {
  width: 12%;
  margin: 0 0.25%;
  padding-bottom: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer-top-wrap .item .t {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.footer-top-wrap .item .c {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
}
.footer-top-wrap .item .c a {
  display: block;
  color: #bbb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-top-wrap .item .c a:hover {
  color: #fff;
  text-underline: none;
}
.footer-top-wrap .item i {
  display: block;
  margin-bottom: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/icon.png) no-repeat;
}
.footer-top-wrap .item i.i1 {
  background-position: -150px -5px;
}
.footer-top-wrap .item i.i2 {
  background-position: -188px -6px;
}
.footer-top-wrap .item i.i3 {
  background-position: -231px -6px;
}
.footer-top-wrap .item p {
  font-size: 14px;
  line-height: 30px;
  color: #cccccc;
}
.footer-top-wrap .item p span {
  display: block;
  font-size: 19px;
  color: #fff;
}
.footer-top-wrap .qrcode {
  text-align: center;
}
.footer-top-wrap .qrcode p {
  margin-top: 10px;
  font-size: 14px;
  color: #bbb;
}
.footer-top-wrap .qrcode img {
  width: 110px;
  height: 110px;
}
.footer-bottom-wrap {
  border-top: 1px solid #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
  text-align: center;
}
/* 新闻列表页 */
.bannerColumn {
  /*height: 490px;*/
}
.subcolumn-nav-wrap {
  position: relative;
  margin-top: -77px;
  z-index: 5;
}
.subcolumn-nav-wrap .bread-nav-wrap {
  width: 40%;
  margin-left: 60%;
  background: url(../images/nav1.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 17px;
  height: 77px;
  padding-left: 70px;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff;
}
.subcolumn-nav-wrap .bread-nav-wrap a {
  color: #ffffff;
}
.subcolumn-nav-wrap .bread-nav-wrap a:hover {
  text-decoration: underline;
}
.subcolumn-nav-wrap .subcolumn-t-wrap {
  position: relative;
  /*width: 60%;*/
  width: 100%;
  height: 77px;
  z-index: 5;
}
.subcolumn-nav-wrap .bg {
  content: '';
  position: absolute;
  top: 77px;
  left: 0;
  width: 60%;
  height: 77px;
  background: url(../images/nav2.png) no-repeat;
  background-size: 100% 100%;
}
.subcolumn-t-wrap {
  position: relative;
  overflow: hidden;
  height: 40px;
}
.subcolumn-t {
  padding-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
}
.subcolumn-t a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 110px;
  height: 77px;
  padding: 24px 0;
  line-height: 29px;
  margin: 0 5px;
  color: #111;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.subcolumn-t a:after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 6px;
  border-radius: 14px;
  background-color: #00479d;
}
.subcolumn-t a:hover,
.subcolumn-t a.active {
  color: #00479d;
}
.subcolumn-t a:hover:after,
.subcolumn-t a.active:after {
  display: block;
}
.list-news-menu .item {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.list-news-menu .item h3 > a {
  padding-top: 5px;
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  height: 77px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-news-menu .item p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111;
}
.list-news-menu .item .time {
  margin-top: 35px;
  font-size: 16px;
  color: #00479d;
}
.list-news-menu .item .time a {
  color: #00479d;
}
.list-news-menu .item img {
  display: block;
  margin-left: 36px;
  width: 280px;
  height: 210px;
  object-fit: cover;
}
.list-news-menu .item img:hover {
  opacity: 0.8;
}
.list-news-menu .item:hover h3 > a,
.list-news-menu .item:hover .time,
.list-news-menu .item:hover .time a {
  color: #e60012;
}
/* 分页 */
.page {
  text-align: center;
  margin: 40px 0;
}
.page a {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #ddd;
  text-align: center;
  color: #999;
  margin: 0 12px;
  background: #fff;
}
.page a:hover,
.page a.active {
  color: #fff;
  border-color: #00479d;
  background-color: #00479d;
  text-decoration: none;
}
.page a.pageprev {
  background: #fff url('../images/page.png') no-repeat 0 -2px;
}
.page a.pagenext {
  background: #fff url('../images/page.png') no-repeat -59px -2px;
}
.page a.pageprev:hover {
  background-color: #00479d;
  background-position: 0 -46px;
}
.page a.pagenext:hover {
  background-color: #00479d;
  background-position: -59px -46px;
}
/* 新闻详情页 */
.yilin-box-wrap {
  padding: 40px;
  background-color: #eeeeee;
}
.news-text-wrap {
  padding: 40px 40px 0;
  background: #fff;
}
.news-text-t h1 {
  font-size: 22px;
  line-height: 1.6;
  color: #111;
  font-weight: 500;
}
.news-text-t .time {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}
.news-text-c {
  padding: 10px 0 30px;
  font-size: 14px;
  line-height: 28px;
  color: #111;
}
.news-text-c img {
  max-width: 100%;
  margin-top: 10px;
}
.page-next-prev {
  padding: 24px 0;
  line-height: 36px;
  border-top: 1px solid #d2d2d2;
}
.page-next-prev p {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-next-prev a {
  color: #111;
}
.page-next-prev a:hover {
  text-decoration: underline;
  color: #00479d;
}
.news-text-aside {
  padding: 40px;
  background: #fff;
}
.news-text-aside .title {
  line-height: 24px;
}
.news-text-aside .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 15px;
  font-size: 24px;
  color: #111;
  font-weight: 700;
  border-left: 4px solid #e60012;
}
.news-text-aside .title .more {
  font-weight: 500;
  font-size: 14px;
  color: #111;
}
.news-text-aside .title .more:hover {
  color: #00479d;
}
.news-text-aside .item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.news-text-aside .item h3 > a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111111;
}
.news-text-aside .item p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 30px;
  max-height: 90px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-text-aside .item .time {
  margin-top: 10px;
  font-size: 14px;
  color: #00479d;
}
.list-case-wrap {
  padding: 0 50px;
}
.list-case-menu {
  padding-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.list-case-menu li {
  float: left;
  width: 20%;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.list-case-menu li .item {
  display: block;
  padding: 15px;
  border: solid 1px #dcdcdc;
}
.list-case-menu li .item:hover img {
  transform: scale(1.1);
}
.list-case-menu li .item:hover p {
  color: #e60012;
}
.list-case-menu li .item:hover .more {
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}
.list-case-menu li .img-wrap {
  padding-bottom: 77%;
  position: relative;
  overflow: hidden;
}
.list-case-menu li .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
  z-index: 3;
}
.list-case-menu li p {
  margin-top: 30px;
  font-size: 18px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.list-case-menu li .more {
  margin: 15px auto;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #111111;
  text-align: center;
  border: solid 1px #000000;
}
.case-text-wrap {
  background: #fff;
  padding: 40px;
}
.case-text-wrap .slide-wrap {
  overflow: hidden;
  position: relative;
}
.case-text-wrap .slide-bg {
  /*width: 75%;*/
  width: 100%;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}
.case-text-wrap .slide-bg img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
  z-index: 3;
}
.case-text-wrap .slide-num-wrap {
  width: 23%;
  overflow: hidden;
  position: relative;
}
.case-text-wrap .img-wrap {
  width: 100%;
  padding-bottom: 83.5%;
  position: relative;
  overflow: hidden;
}
.case-text-wrap .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
  z-index: 3;
}
.case-text-wrap .arrow {
  position: absolute;
  width: 70px;
  height: 35px;
  left: 50%;
  margin-left: -35px;
  background: url('../images/icon.png') no-repeat;
  z-index: 5;
  cursor: pointer;
}
.case-text-wrap .up-arrow {
  top: 0px;
  background-position: -69px -150px;
}
.case-text-wrap .down-arrow {
  bottom: 0;
  background-position: -162px -150px;
}
.case-text-wrap .title {
  margin-top: 20px;
  font-size: 30px;
  color: #0a0a0a;
}
.case-text-wrap .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #111111;
}
.case-box .item {
  margin-top: 20px;
  padding: 15px;
  border: solid 1px #dcdcdc;
}
.case-box .img-wrap {
  padding-bottom: 77%;
  position: relative;
  overflow: hidden;
}
.case-box .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
  z-index: 3;
}
.case-box p {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  color: #111111;
}
.list-product-menu {
  padding-top: 10px;
}
.list-product-menu li {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.list-product-menu li .item {
  display: block;
  background: #fff;
  padding-bottom: 20px;
}
.list-product-menu li .img-wrap {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.list-product-menu li .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease-out;
}
.list-product-menu li h3 {
  font-size: 18px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #00479d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-product-menu li p {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-product-menu li:hover .item {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.list-product-menu li:hover img {
  transform: scale(1.1);
}
.list-product-menu li:hover h3,
.list-product-menu li:hover p {
  color: #e60012;
}
.show-pro-wrap .pro-top-info .img-slide-wrap {
  width: 50%;
  margin-right: 40px;
  position: relative;
}
.show-pro-wrap .pro-top-info .img-slide-wrap .item {
  width: 100%;
  position: relative;
  padding-bottom: 77.5%;
  overflow: hidden;
  border: 1px solid #ddd;
}
.show-pro-wrap .pro-top-info .img-slide-wrap .item img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.show-pro-wrap .pro-top-info .img-slide-wrap .arrow-wrap .prev-arrow,
.show-pro-wrap .pro-top-info .img-slide-wrap .arrow-wrap .next-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: #cbd9e4;
  color: #00479d;
  font-size: 30px;
}
.show-pro-wrap .pro-top-info .img-slide-wrap .arrow-wrap .prev-arrow {
  left: 0;
}
.show-pro-wrap .pro-top-info .img-slide-wrap .arrow-wrap .next-arrow {
  right: 0;
}
.show-pro-wrap .pro-top-info .info-wrap .t {
  font-size: 30px;
  font-weight: 700;
  color: #00479d;
}
.show-pro-wrap .pro-top-info .info-wrap .t:after {
  margin-top: 20px;
  display: inline-block;
  content: '';
  width: 51px;
  height: 1px;
  background: rgba(0, 0, 0, 0.9);
}
.show-pro-wrap .pro-top-info .info-wrap .info {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  height: 270px;
  overflow: hidden;
}
.show-pro-wrap .pro-top-info .info-wrap .tel {
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
  color: #111111;
}
.show-pro-wrap .pro-top-info .info-wrap .tel span {
  font-size: 28px;
  color: #e60012;
}
.show-pro-wrap .pro-top-info .info-wrap .tel a {
  font-size: 16px;
  color: #00479d;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap {
  margin-top: 20px;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a {
  float: left;
  margin-right: 20px;
  width: 200px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/icon.png) no-repeat;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a.btn1 {
  background-color: #00479d;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a.btn1 i {
  background-position: -271px -152px;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a.btn2 {
  background-color: #e60012;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a:nth-child(2) {
  background-color: #ff9000;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a.btn2 i {
  background-position: -344px -155px;
}
.show-pro-wrap .pro-top-info .info-wrap .btn-wrap a:hover {
  opacity: 0.8;
}
.show-pro-wrap .text-wrap {
  font-size: 16px;
  line-height: 30px;
  color: #111;
}
.show-pro-wrap .text-wrap .title {
  margin-top: 35px;
  font-size: 18px;
  color: #111;
  font-weight: 700;
  margin-bottom: 15px;
}
.show-pro-wrap .text-wrap .title:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #e60012;
}
.show-pro-wrap .text-wrap img {
  max-width: 100%;
  margin-top: 10px;
}
.show-pro-wrap .text-wrap .text>div>ul { padding-left: 15px;}

.pro-recommend-wrap {
  margin-top: 30px;
}
.pro-recommend-wrap .title {
  line-height: 24px;
}
.pro-recommend-wrap .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 15px;
  font-size: 24px;
  color: #111;
  font-weight: 700;
  border-left: 4px solid #e60012;
}
.pro-recommend-wrap .title .more {
  font-weight: 500;
  font-size: 14px;
  color: #111;
}
.pro-recommend-wrap .title .more:hover {
  color: #00479d;
}
.pro-recommend-menu {
  margin-left: -10px;
  margin-right: -10px;
}
.pro-recommend-menu li {
  width: 20%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.pro-recommend-menu li .item {
  display: block;
  border: 1px solid #ddd;
  padding-bottom: 20px;
}
.pro-recommend-menu li .img-wrap {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.pro-recommend-menu li .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease-out;
}
.pro-recommend-menu li h3 {
  font-size: 18px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #00479d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-recommend-menu li p {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-recommend-menu li:hover img {
  transform: scale(1.1);
}
.pro-recommend-menu li:hover h3,
.pro-recommend-menu li:hover p {
  color: #e60012;
}
.page-service-top {
  position: relative;
}
.page-service-top img {
  display: block;
  width: 50%;
  height: 40%;
  object-fit: cover;
}
.page-service-top .text-wrap {
  width: 57%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
  background: #fff;
}
.page-service-top .text-wrap .title {
  color: #00479d;
}
.page-service-top .text-wrap .title h3 {
  font-size: 32px;
}
.page-service-top .text-wrap .title p {
  font-size: 18px;
}
.page-service-top .text-wrap .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;
  color: #111;
}
.page-service-top .text-wrap .text span {
  color: #00479d;
}
.page-service-bottom {
  padding: 40px;
  background-color: #ffffff;
}
.page-service-bottom .title {
  font-size: 32px;
  color: #00479d;
}
.page-service-bottom img {
  margin-top: 26px;
  width: 100%;
}
.list-answer-menu {
  margin-top: -28px;
}
.list-answer-menu .item {
  margin-top: 30px;
  padding: 25px;
  background: #fff;
  position: relative;
}
.list-answer-menu .item h3 > a {
  display: block;
  font-size: 18px;
  line-height: 36px;
  height: 72px;
  font-weight: 500;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-answer-menu .item h3 > a:hover {
  color: #00479d;
}
.list-answer-menu .item p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-answer-menu .item .time {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #111111;
}
.list-answer-menu .item .time a {
  color: #00479d;
}
.list-answer-menu .item .time a:hover {
  text-decoration: underline;
}
.list-answer-menu .item.hot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: url(../images/icon.png) no-repeat -226px -50px;
}
.list-answer-menu .item .answer-img {
  display: block;
  height: 229px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
.list-answer-menu .item .answer-img span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 70px;
}
.list-answer-menu .item .answer-img i {
  display: block;
  margin: 10px auto 0;
  width: 70px;
  height: 36px;
  background: url(../images/icon.png) no-repeat -312px -61px;
}
.net-nav-wrap {
  position: relative;
  overflow: hidden;
  height: 70px;
  padding: 25px 0;
  line-height: 20px;
  background-color: #ffffff;
  text-align: center;
}
.net-nav {
  padding-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
}
.net-nav a {
  position: relative;
  margin: 0 50px;
  color: #000;
  font-size: 18px;
  height: 20px;
  text-align: center;
  overflow: hidden;
}
.net-nav a:after {
  content: '|';
  position: absolute;
  font-size: 14px;
  left: -50px;
  top: 2px;
}
.net-nav a:first-child:after {
  display: none;
}
.net-nav a:hover,
.net-nav a.active {
  color: #e60012;
}
.list-net-menu .item {
  margin-top: 30px;
  padding: 15px;
  background: #fff;
}

.list-net-menu .item .title {
  font-size: 22px;
  color: #00479d;
  margin-bottom: 10px;
}
.list-net-menu .item p {
  font-size: 14px;
  color: #111111;
  padding: 5px 0 !important;
}
.list-net-menu .item .img-wrap {
  margin-top: 12px;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}
.list-net-menu .item .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-down-menu {
  margin-top: -28px;
}
.list-down-menu .item {
  margin-top: 30px;
  padding: 70px;
  background: #fff;
}
.list-down-menu .item i {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: url(../images/icon.png) no-repeat;
}
.list-down-menu .item i.i1 {
  background-position: -15px -47px;
}
.list-down-menu .item i.i2 {
  background-position: -118px -51px;
}
.list-down-menu .item .title {
  margin-top: 20px;
  font-size: 24px;
  color: #111111;
  text-align: center;
}
.list-down-menu .item .info {
  margin-top: 10px;
  font-size: 14px;
  color: #111111;
  text-align: center;
}
.list-down-menu .item .select {
  margin-top: 35px;
  width: 100%;
  padding: 0 10px;
  height: 49px;
  line-height: 49px;
  background-color: #eeeeee;
}
.list-down-menu .item .more {
  display: block;
  margin: 50px auto 0;
  width: 32px;
  font-size: 14px;
  color: #00479d;
  text-align: center;
}
.list-down-menu .item .more em {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 24px;
  background: url(../images/icon.png) no-repeat -14px -149px;
}
.page-message-wrap {
  background: #fff;
  padding: 40px;
}
.page-message-wrap .title {
  font-size: 14px;
  color: #444444;
}
.page-message-wrap .message-form .item {
  margin-top: 30px;
}
.page-message-wrap .message-form p {
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}
.page-message-wrap .message-form p span {
  color: #cd0606;
}
.page-message-wrap .message-form .input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #f4f4f4;
  font-size: 16px;
  color: #111;
}
.page-message-wrap .message-form .textarea {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px;
  height: 160px;
  font-size: 16px;
  color: #111;
  background-color: #f4f4f4;
}
.page-message-wrap .message-form .submit {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 60px;
  line-height: 60px;
  background-color: #00479d;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.page-join-title {
  font-size: 31px;
  color: #000000;
  text-align: center;
}
.join-support1-menu .item {
  margin-top: 30px;
  padding: 60px 80px;
  background: #fff;
}
.join-support1-menu .item i {
  float: left;
  margin-right: 50px;
  width: 110px;
  height: 110px;
  background: url(../images/icon.png) no-repeat;
}
.join-support1-menu .item i.i1 {
  background-position: -213px -329px;
}
.join-support1-menu .item i.i2 {
  background-position: -365px -322px;
}
.join-support1-menu .item .p1 {
  font-size: 24px;
  color: #444444;
}
.join-support1-menu .item .p2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
}
.join-support2-menu .item {
  margin-top: 60px;
  text-align: center;
}
.join-support2-menu .item i {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url(../images/icon.png) no-repeat;
}
.join-support2-menu .item .p1 {
  margin-top: 20px;
  font-size: 20px;
  color: #111;
}
.join-support2-menu .item .p2 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.join-support2-menu .item:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 30px auto 0;
}
.join-support2-menu .item.item1 i {
  background-position: -5px -491px;
}
.join-support2-menu .item.item1:after {
  background-color: #07b0a6;
}
.join-support2-menu .item.item2 i {
  background-position: -85px -491px;
}
.join-support2-menu .item.item2:after {
  background-color: #1974bd;
}
.join-support2-menu .item.item3 i {
  background-position: -170px -494px;
}
.join-support2-menu .item.item3:after {
  background-color: #009944;
}
.join-support2-menu .item.item4 i {
  background-position: -250px -491px;
}
.join-support2-menu .item.item4:after {
  background-color: #f76808;
}
.join-support3-menu .item {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.join-support3-menu .item i {
  display: block;
  margin: 50px auto 0;
  width: 130px;
  height: 130px;
  background: #00479d url(../images/icon.png) no-repeat;
  border-radius: 100%;
}
.join-support3-menu .item i.i1 {
  background-position: -309px -458px;
}
.join-support3-menu .item i.i2 {
  background-position: -404px -456px;
}
.join-support3-menu .item .p1 {
  margin-top: 25px;
  font-size: 24px;
  color: #111;
}
.join-support3-menu .item .p2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111;
}
.join-support4-wrap {
  position: relative;
}
.join-support4-menu li .text {
  width: 50%;
  padding: 40px;
  height: 370px;
  overflow-y: auto;
}
.join-support4-menu li .text .title {
  font-size: 30px;
}
.join-support4-menu li .text .info {
  line-height: 35px;
  color: #000000;
}
.join-support4-menu li .text .p1 {
  margin-top: 16px;
  font-size: 18px;
}
.join-support4-menu li .text .p2 {
  font-size: 14px;
}
.join-support4-menu li img {
  position: absolute;
  width: 50%;
  height: 370px;
  object-fit: cover;
}
.join-support4-menu li.odd .text {
  float: right;
}
.join-support4-menu li.odd img {
  left: 0;
}
.join-support4-menu li.even .text {
  float: left;
}
.join-support4-menu li.even img {
  right: 0;
}
.apply-form .input-wrap {
  margin-top: 35px;
  font-size: 16px;
  color: #111111;
}
.apply-form p {
  margin-bottom: 5px;
}
.apply-form p span {
  color: #cd0606;
}
.apply-form .input {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  background-color: #ffffff;
}
.apply-form .radio {
  margin-left: 40px;
  vertical-align: middle;
}
.apply-form .radio + label {
  margin-left: 8px;
  vertical-align: middle;
}
.apply-form .submit-wrap {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
.apply-form .submit-wrap .submit {
  margin-top: 40px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  background-color: #00479d;
  cursor: pointer;
}
.apply-form .submit-wrap .submit:hover {
  background-color: #003b84;
}
.page-about-wrap {
  margin-top: 35px;
}
.page-about-wrap .img {
  float: left;
  width: 50%;
  height: 500px;
  object-fit: cover;
}
.page-about-wrap .text-wrap {
  float: left;
  width: 50%;
  padding: 10px 60px 10px 50px;
}
.page-about-wrap .title {
  font-size: 30px;
  color: #00479d;
  font-weight: 700;
}
.page-about-wrap .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #444444;
}
.page-culture-wrap {
  background-color: #eeeeee;
}
.page-culture-wrap .img {
  float: left;
  width: 36%;
  height: 600px;
  object-fit: cover;
}
.page-culture-wrap .page-culture-menu {
  float: left;
  width: 64%;
  padding: 30px 50px 30px 80px;
  font-size: 0;
}
.page-culture-wrap .page-culture-menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 32%;
  margin: 50px 0.66% 0;
}
.page-culture-wrap .page-culture-menu li i {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon.png) no-repeat;
}
.page-culture-wrap .page-culture-menu li h3 {
  margin-top: 16px;
  font-size: 18px;
  color: #111111;
}
.page-culture-wrap .page-culture-menu li h3::after {
  margin-top: 10px;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #00479d;
}
.page-culture-wrap .page-culture-menu li p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
}
.page-culture-wrap .page-culture-menu li.li1 i {
  background-position: -5px -228px;
}
.page-culture-wrap .page-culture-menu li.li2 i {
  background-position: -89px -228px;
}
.page-culture-wrap .page-culture-menu li.li3 i {
  background-position: -160px -228px;
}
.page-culture-wrap .page-culture-menu li.li4 i {
  background-position: -226px -229px;
}
.page-culture-wrap .page-culture-menu li.li5 i {
  background-position: -305px -232px;
}
.page-culture-wrap .page-culture-menu li.li5 {
  width: 64%;
}
.page-honor-slide {
  width: 74%;
}
.page-honor-menu img {
  display: block;
  width: 100%;
  margin: 0 4px;
}
.list-honor-menu {
  margin-top: -8px;
}
.list-honor-menu .item {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  position: relative;
  border: solid 1px #d9d9d9;
}
.list-honor-menu .item .img-wrap {
  position: relative;
  padding-bottom: 138%;
  overflow: hidden;
}
.list-honor-menu .item .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
}
.list-honor-menu .item p {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-honor-menu .item:hover {
  border-color: #00479d;
}
.list-honor-menu .item:hover p {
  color: #00479d;
}
.page-about-title {
  text-align: center;
}
.page-about-title h3 {
  font-size: 30px;
  color: #111111;
}
.page-about-title p {
  margin-top: 5px;
  font-size: 16px;
  color: #555555;
}
.page-about-title.fff h3,
.page-about-title.fff p {
  color: #fff;
}
.dev-year-menu {
  float: left;
  margin-top: 35px;
  transition: all 0.4s linear;
  font-size: 20px;
  line-height: 25px;
  color: #00479d;
  cursor: pointer;
}
.dev-year-menu p {
  padding-bottom: 30px;
  text-align: center;
}
.dev-year-menu .line-wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}
.dev-year-menu .line-wrap .line {
  width: 1px;
  height: 13px;
  background: #bfbfbf;
  border-radius: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.4s linear;
}
.dev-year-menu .line-wrap .line.big {
  height: 26px;
}
.dev-year-menu .swiper-slide:hover,
.dev-year-menu .swiper-slide.swiper-slide-thumb-active {
  font-size: 24px;
  color: #e60012;
}
.dev-year-menu .swiper-slide:hover .line.one,
.dev-year-menu .swiper-slide.swiper-slide-thumb-active .line.one,
.dev-year-menu .swiper-slide:hover .line.now,
.dev-year-menu .swiper-slide.swiper-slide-thumb-active .line.now {
  background: #e60012;
}
.dev-year-wrap {
  position: relative;
  margin-top: 50px;
}
.dev-year-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 13px;
  height: 1px;
  background-color: #bfbfbf;
  z-index: -1;
}
.page-devp-wrap {
  position: relative;
}
.dev-year-prev,
.dev-year-next {
  position: absolute;
  margin-top: 70px;
  display: block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: url('../images/icon.png') no-repeat;
  z-index: 10;
}
.dev-year-prev {
  left: auto;
  right: 50%;
  margin-right: 750px;
  background-position: -5px -404px;
}
.dev-year-next {
  left: 50%;
  margin-left: 750px;
  background-position: -104px -406px;
}
.dev-year-prev.prevStop {
  left: 50px;
  background-position: -6px -317px;
}
.dev-year-next.nextStop {
  right: 50px;
  background-position: -103px -317px;
}
.dev-con-wrap {
  margin-top: 50px;
}
.dev-con-menu img {
  float: left;
  margin-right: 40px;
  max-height: 270px;
  object-fit: cover;
}
.dev-con-menu .text {
  padding: 12px 0;
  font-size: 16px;
  line-height: 30px;
  color: #111111;
  height: 270px;
  overflow: auto;
}
.recruit-slide-wrap {
  margin-left: 20px;
  margin-right: 50px;
  margin-top: 40px;
  overflow: hidden;
}
.recruit-slide-wrap .btn-a {
  margin-top: 30px;
  margin-left: 15px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.recruit-slide-wrap .btn-a li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  cursor: pointer;
  border: 1px solid #e60012;
}
.recruit-slide-wrap .btn-a li.active {
  background: #e60012;
}
.recruit-menu li {
  float: left;
  width: 50%;
}
.recruit-menu .recruit-item {
  margin-left: 30px;
  padding: 40px;
  background-color: #fff;
  border-top: 2px solid #00479d;
}
.recruit-menu .recruit-item h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
  color: #00479d;
}
.recruit-menu .recruit-item h3:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 52px;
  height: 2px;
  background-color: #00479d;
}
.recruit-menu .recruit-item .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
  height: 180px;
  overflow: auto;
  color: #666666;
}
/* 联系我们 */
.location_wrapper {
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.location_wrapper .map_container {
  width: 100%;
  height: 820px;
  position: relative;
  background: #eee;
}
.map_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 71, 157, 0.95);
}
.map_bar .container > h2 {
  float: left;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: white;
  width: 163px;
  line-height: 60px;
}
.map_bar .switcher {
  float: left;
}
.map_bar .switcher p {
  position: relative;
  float: left;
  width: 90px;
  height: 60px;
  background: #e60012 url(../images/map.png) no-repeat 20px 12px;
  cursor: pointer;
}
.map_bar .switcher p span {
  display: none;
  width: 200px;
  height: 61px;
  background: url(../images/switcher_bg.png);
  position: absolute;
  left: -61px;
  top: 62px;
  text-align: center;
  line-height: 72px;
  color: white;
  font-size: 14px;
  z-index: 3;
}
.map_bar .switcher p:hover span {
  display: block;
}
.map_bar .search_form {
  float: right;
}
.map_bar .search_form .btn {
  float: left;
  font-size: 14px;
  color: white;
  font-weight: 500;
  line-height: 60px;
  margin-right: 22px;
  cursor: pointer;
}
.map_bar .search_form .form {
  height: 40px;
  position: relative;
  float: left;
  margin-top: 10px;
}
.map_bar .search_form .form .gird {
  float: left;
  width: 240px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: white;
  margin-right: 12px;
  position: relative;
}
.map_bar .search_form .form .search_btn {
  float: left;
  height: 40px;
  width: 100px;
  background: #e60012;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.location_box {
  width: 500px;
  position: absolute;
  left: 0;
  top: 60px;
}
.location_box .headline {
  height: 50px;
  line-height: 50px;
  background: #e60012;
  padding: 0 50px;
  position: relative;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.location_box .headline .arrow {
  position: absolute;
  right: 20px;
  top: 18px;
  display: block;
  width: 14px;
  height: 14px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  background: url(../images/map.png) no-repeat -14px -55px;
}
.location_box .headline .arrow.active {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.location_list {
  display: none;
  height: 710px;
  width: 500px;
  padding-right: 50px;
  overflow-y: auto;
  background: #FFF;
}
.location_list li {
  padding: 40px 50px;
  border-bottom: 1px solid #ddd;
  color: #222222;
}
.location_list li h2 {
  font-size: 18px;
  font-weight: 500;
}
.location_list li p {
  font-size: 14px;
}
