@charset "UTF-8";
body { font-family: 'arial' , 'Microsoft YaHei'; color: #333; margin: 0; font-size: 14px; line-height: 1.6; -webkit-text-size-adjust: none; }

.header { width: 100%; background: #fff; }
.header .top-nav { height: 34px; line-height: 34px; width: 100%; background: #fff; border-bottom: 1px solid #eee; }
.header .top-nav a { padding: 0 10px; }
.header .top-nav a:hover { color: #025cbc; text-decoration: underline; }
.header .top { height: 120px; overflow: hidden; }
.header .top .logo { float: left; height: 120px; }
.header .top .logo img { vertical-align: middle; }
.header .top .logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.header .top .intro { float: left; font-size: 28px; color: #333; font-weight: bold; margin-left: 30px; padding-left: 30px; border-left: 1px solid #ddd; line-height: 40px; margin-top: 40px; }
.header .top .top-tel { float: right; margin-top: 25px; text-align: right; line-height: 35px; }
.header .top .top-tel .iconfont { font-size: 20px; margin-right: 6px; }
.header .top .top-tel .num { color: #ff0000; font-size: 28px; }
.header .nav { height: 50px; line-height: 50px; width: 100%; background: #025cbc; }
.header .nav .nav-list1 { display: flex; align-items: center; }
.header .nav .nav-list1 > li { flex: 1; position: relative; text-align: center; box-sizing: border-box; }
.header .nav .nav-list1 > li > a { display: block; font-size: 16px; color: #fff; position: relative; }
.header .nav .nav-list1 > li.active > a { background-color: rgba(0, 0, 0, 0.2) !important; }
.header .nav .nav-list1 > li:hover > a { background-color: rgba(0, 0, 0, 0.1); }
.header .nav .nav-list1 > li ul { background: #025cbc; background-clip: padding-box; }
.header .nav .nav-list1 > li .nav-list2 { position: absolute; left: 0; right: 0; top: 100%; display: none; z-index: 99; }
.header .nav .nav-list1 > li .nav-list2 > li { text-align: center; font-weight: normal; box-sizing: border-box; position: relative; }
.header .nav .nav-list1 > li .nav-list2 > li > a { display: block; line-height: 24px; padding: 10px 15px; font-size: 14px; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.header .nav .nav-list1 > li .nav-list2 > li:hover a { background-color: rgba(0, 0, 0, 0.1); }

.header-m { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 60px; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-sizing: border-box; z-index: 99; }
.header-m .logo { height: 30px; margin-top: 15px; margin-left: 15px; float: left; }
.header-m .logo img { height: 100%; }
.header-m .iconfont { float: right; padding: 0 15px; line-height: 60px; color: #025cbc; font-size: 20px; }

.fastnav { width: 100%; height: 100%; position: fixed; right: -100%; top: 0; color: #fff; background: rgba(0, 0, 0, 0.9); z-index: 9999; overflow: auto; }
.fastnav .close { font-size: 18px; position: absolute; right: 0; top: 0; text-align: center; width: 60px; height: 60px; line-height: 60px; }
.fastnav h1 { font-size: 16px; padding: 0 20px; height: 40px; line-height: 40px; }
.fastnav > .dropdown { padding: 80px 30px 0; text-align: center; letter-spacing: 2px; }
.fastnav > .dropdown > li { font-size: 16px; line-height: 35px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.fastnav > .dropdown > li a { display: block; color: #fff; }
.fastnav > .dropdown > li > ul { padding-top: 10px; }
.fastnav > .dropdown > li > ul > li { font-size: 14px; line-height: 25px; padding: 5px 0; }
.fastnav > .dropdown > li > ul > li a { color: rgba(255, 255, 255, 0.7); }
.fastnav > .dropdown > li > ul > li > ul { padding-top: 10px; }
.fastnav > .dropdown > li > ul > li > ul > li { font-size: 13px; line-height: 25px; padding: 2px 0; }
.fastnav > .dropdown > li > ul > li > ul > li a { color: rgba(255, 255, 255, 0.5); }

@media (max-width: 1199px) { .header .top-nav { font-size: 12px; }
  .header .nav .nav-list1 > li > a { font-size: 14px; }
  .header .nav .nav-list1 > li .nav-list2 > li > a { font-size: 12px; } }
@media (max-width: 991px) { .header { display: none; }
  .header-m { display: block; } }
.banner { position: relative; z-index: 1; width: 100%; font-size: 0; }
.banner .slickbanner { margin: 0 !important; }
.banner img { width: 100%; }
.banner .item { position: relative; font-size: 0; }
.banner .slick-dots { position: absolute; bottom: 30px; left: 50%; display: block; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.banner .slick-dots li { position: relative; display: inline-block; width: 8px; height: 8px; margin: 0 5px; cursor: pointer; -webkit-transition: all .35s; transition: all .35s; border-radius: 50%; background-color: #fff; }
.banner .slick-dots li button { display: none; }
.banner .slick-dots .slick-active { width: 20px; border-radius: 4px; background-color: #025cbc; }
.banner .slick-arrow { font-size: 46px; text-align: center; position: absolute; z-index: 8; top: 50%; margin-top: -25px; display: block; width: 50px; height: 50px; line-height: 50px; color: #fff; border: none; opacity: .5; background: none; cursor: pointer; outline: none; }
.banner .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.banner .slick-arrow:hover { opacity: 1; }
.banner .slick-prev { left: 2%; }
.banner .slick-prev:before { content: '\e625'; }
.banner .slick-next { right: 2%; }
.banner .slick-next:before { content: '\e626'; }

@media (max-width: 1439px) { .banner .slick-dots { bottom: 20px; }
  .banner .slick-arrow { font-size: 36px; } }
@media (max-width: 991px) { .banner { padding-top: 60px; }
  .banner .slick-dots { bottom: 10px; }
  .banner .slick-arrow { display: none !important; } }
.banner-pc { display: block; }

.banner-m { display: none; }

@media (max-width: 767px) { .banner-pc { display: none; }
  .banner-m { display: block; } }
.search { width: 100%; overflow: hidden; height: 70px; margin-bottom: 5px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08); }
.search .container { overflow: hidden; }
.search .cont { float: left; width: 65%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 15px; line-height: 70px; }
.search .cont a { color: #666; margin: 0 8px; }
.search .cont a:hover { text-decoration: underline; color: #025cbc; }
.search .seainput { width: 30%; height: 40px; border: 1px solid #bbb; border-radius: 20px; background: #fff; position: relative; box-sizing: border-box; float: right; margin: 15px 0; }
.search .seainput input { width: calc(100% - 40px); height: 40px; line-height: 40px; float: left; padding: 0 15px; margin: 0; background: none; border: none; font-size: 14px; outline: none; box-sizing: border-box; }
.search .seainput input::-webkit-input-placeholder { color: #999; }
.search .seainput button { width: 40px; line-height: 38px; height: 40px; font-size: 16px; color: #999; background: none; border: none; -webkit-appearance: none; position: absolute; right: 0; top: 0; text-align: center; outline: none; cursor: pointer; }

@media (max-width: 1199px) { .search { height: 60px; }
  .search .cont { font-size: 14px; line-height: 60px; }
  .search .seainput { margin: 10px 0; } }
@media (max-width: 767px) { .search { display: none; } }
.service { overflow: hidden; margin-left: -15px; margin-right: -15px; }
.service li { width: 25%; float: left; padding: 15px; box-sizing: border-box; }
.service li .box { background: #fff; border-radius: 5px; overflow: hidden; transition: all .4s; cursor: pointer; }
.service li .box .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.service li .box .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .8s; }
.service li .box .cont { padding: 20px 20px 30px; text-align: center; }
.service li .box .cont .tit { font-size: 22px; padding-bottom: 12px; position: relative; }
.service li .box .cont .tit:after { position: absolute; bottom: 0; left: 50%; margin-left: -20px; width: 40px; height: 2px; background: #025cbc; content: ''; }
.service li .box .cont .txt { margin-top: 15px; color: #666; line-height: 24px; height: 72px; }
.service li .box:hover { background: #025cbc; }
.service li .box:hover .img img { transform: scale(1.1); }
.service li .box:hover .cont { color: #fff; }
.service li .box:hover .cont .tit:after { background: #fff; }
.service li .box:hover .cont .txt { color: #fff; }

@media (max-width: 1199px) { .service { margin-left: -10px; margin-right: -10px; }
  .service li { padding: 10px; }
  .service li .box .cont { padding: 15px 15px 20px; }
  .service li .box .cont .tit { font-size: 20px; }
  .service li .box .cont .txt { font-size: 13px; } }
@media (max-width: 991px) { .service li { width: 50%; } }
@media (max-width: 767px) { .service { margin-left: -5px; margin-right: -5px; }
  .service li { padding: 5px; }
  .service li .box .cont { padding: 15px 10px; }
  .service li .box .cont .tit { font-size: 18px; padding-bottom: 10px; }
  .service li .box .cont .txt { font-size: 12px; margin-top: 10px; } }
.index-pro .pub-head { display: none; }

.productlist { overflow: hidden; }

.pro-type { width: 230px; margin-right: 10px; float: left; }
.pro-type .pro-head { width: 100%; height: 100px; color: #fff; background: #025cbc; position: relative; }
.pro-type .pro-head:before { position: absolute; left: 20px; top: 18px; font-size: 40px; font-family: 'iconfont'; content: "\e637"; }
.pro-type .pro-head .cn { padding-left: 82px; font-size: 24px; line-height: 1.3; padding-top: 26px; }
.pro-type .pro-head .cn .en { font-size: 14px; }
.pro-type .pro-typecon { overflow: hidden; background: #f4f4f4; }
.pro-type .pro-typecon li { height: 60px; line-height: 60px; box-sizing: border-box; border-bottom: 1px dashed #ddd; padding: 0 20px; }
.pro-type .pro-typecon li a { display: block; font-size: 15px; color: #333; padding-right: 20px; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro-type .pro-typecon li a:after { position: absolute; right: 0; top: 20px; font-size: 20px; line-height: 1; color: #999; font-family: 'iconfont'; content: "\eb0c"; }
.pro-type .pro-typecon li:hover, .pro-type .pro-typecon li.active { background-color: #025cbc; }
.pro-type .pro-typecon li:hover a, .pro-type .pro-typecon li.active a { color: #fff; }
.pro-type .pro-typecon li:hover a:after, .pro-type .pro-typecon li.active a:after { color: #fff; }
.pro-type .pro-typecon li:last-child { border-bottom: none; }
.pro-type .pro-typecon-in { overflow: hidden; background: #f4f4f4; }
.pro-type .pro-typecon-in .type-1 { box-sizing: border-box; border-top: 1px dashed #ddd; }
.pro-type .pro-typecon-in .type-1 a { height: 60px; line-height: 60px; display: block; font-size: 15px; color: #333; padding: 0 40px 0 20px; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro-type .pro-typecon-in .type-1 a:after { position: absolute; right: 20px; top: 20px; font-size: 20px; line-height: 1; color: #999; font-family: 'iconfont'; content: "\eb0c"; }
.pro-type .pro-typecon-in .type-1:hover > a, .pro-type .pro-typecon-in .type-1.active > a { background: #025cbc; color: #fff; }
.pro-type .pro-typecon-in .type-1:hover > a:after, .pro-type .pro-typecon-in .type-1.active > a:after { color: #fff; }
.pro-type .pro-typecon-in .type-1:first-child { border-top: none; }
.pro-type .pro-typecon-in .type-2 { width: 100%; box-sizing: border-box; border-top: 1px dashed #ddd; }
.pro-type .pro-typecon-in .type-2 li { font-size: 14px; }
.pro-type .pro-typecon-in .type-2 li a { display: block; height: 50px; line-height: 50px; border-bottom: 1px dashed #ddd; padding: 0 20px 0 40px; box-sizing: border-box; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro-type .pro-typecon-in .type-2 li a:before { position: absolute; left: 20px; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #666; border-radius: 50%; box-sizing: border-box; content: ''; }
.pro-type .pro-typecon-in .type-2 li a:after { content: none; }
.pro-type .pro-typecon-in .type-2 li:last-child a { border-bottom: none; }
.pro-type .pro-typecon-in .type-2 li:hover a, .pro-type .pro-typecon-in .type-2 li.active a { background: #025cbc; color: #fff; }
.pro-type .pro-typecon-in .type-2 li:hover a:before, .pro-type .pro-typecon-in .type-2 li.active a:before { background: #fff; }

.pro-type-m { width: 100%; overflow: hidden; display: none; }
.pro-type-m .pro-type-m-1 { overflow: hidden; }
.pro-type-m .pro-type-m-1 li { width: 33.33%; float: left; padding: 3px; box-sizing: border-box; }
.pro-type-m .pro-type-m-1 li a { display: block; background: #f4f4f4; text-align: center; height: 36px; line-height: 36px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.pro-type-m .pro-type-m-1 li.active a, .pro-type-m .pro-type-m-1 li:hover a { background: #025cbc; color: #fff; }
.pro-type-m .pro-type-m-2 { overflow: hidden; margin-top: 10px; }
.pro-type-m .pro-type-m-2 a { display: inline-block; margin: 3px 10px 3px 3px; color: #666; font-size: 13px; }
.pro-type-m .pro-type-m-2 a.active { color: #025cbc; }

.pro-con { overflow: hidden; }
.pro-con .pro-tit { margin-top: 10px; height: 30px; margin-left: 30px; overflow: hidden; }
.pro-con .pro-tit .zi { line-height: 30px; float: left; font-size: 22px; }
.pro-con .pro-tit .zi .en { font-size: 16px; color: #666; text-transform: uppercase; margin-left: 15px; }
.pro-con .pro-tit .more { display: block; width: 100px; height: 30px; line-height: 30px; color: #fff; float: right; background: #025cbc; text-align: center; }
.pro-con .pro-tit .more .morezi { width: 70px; float: left; }
.pro-con .pro-tit .more .moreicon { width: 30px; height: 30px; background: rgba(0,0,0,.2); float: left; }
.pro-con .pub-typeinfo { margin-left: 30px; }
.pro-con .pro-box { overflow: hidden; }
.pro-con .pro-box li { width: 33.33%; padding-left: 30px; margin-top: 30px; float: left; box-sizing: border-box; }
.pro-con .pro-box li a { display: block; border: 1px solid #eee; }
.pro-con .pro-box li .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.pro-con .pro-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; }
.pro-con .pro-box li .name { height: 50px; line-height: 50px; font-size: 16px; background: #f8f8f8; text-align: center; }
.pro-con .pro-box li:hover .img img { transform: scale(1.1); }
.pro-con .pro-box li:hover .name { background: #025cbc; color: #fff; }

@media (max-width: 1399px) { .pro-type .pro-head { height: 94px; }
  .pro-type .pro-head:before { top: 15px; }
  .pro-type .pro-head .cn { padding-top: 22px; }
  .pro-type .pro-typecon li { height: 57px; line-height: 57px; } }
@media (max-width: 1199px) { .pro-type { width: 200px; }
  .pro-type .pro-head { height: 80px; }
  .pro-type .pro-head:before { font-size: 32px; }
  .pro-type .pro-head .cn { padding-top: 18px; padding-left: 68px; font-size: 20px; }
  .pro-type .pro-head .cn .en { font-size: 12px; }
  .pro-type .pro-typecon li { height: 51px; line-height: 51px; padding: 0 16px; }
  .pro-type .pro-typecon li a { font-size: 14px; }
  .pro-con .pro-tit { margin-left: 20px; }
  .pro-con .pub-typeinfo { margin-left: 20px; }
  .pro-con .pro-box li { padding-left: 20px; } }
@media (max-width: 991px) { .index-pro .pub-head { display: block; margin-bottom: 15px; }
  .pro-type { width: 100%; margin-right: 0; float: none; }
  .pro-type .pro-head { display: none; }
  .pro-type .pro-typecon { background: #fff; }
  .pro-type .pro-typecon li { width: 33.33%; float: left; padding: 3px; height: auto; line-height: 36px; border-bottom: none; }
  .pro-type .pro-typecon li a { display: block; background: #f4f4f4; text-align: center; height: 36px; padding-right: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  .pro-type .pro-typecon li a:after { content: none; }
  .pro-type .pro-typecon li:hover, .pro-type .pro-typecon li.active { background: none; }
  .pro-type .pro-typecon li:hover a, .pro-type .pro-typecon li.active a { background: #025cbc; color: #fff; }
  .pro-type-in { display: none; }
  .pro-type-m { display: block; }
  .pro-con { margin-left: -20px; margin-top: 20px; }
  .pro-con .pro-box li { margin-top: 20px; }
  .pro-con .pro-box li .name { height: 40px; line-height: 40px; font-size: 14px; } }
@media (max-width: 767px) { .pro-con { margin-top: 10px; margin: 10px 0 10px -10px; }
  .pro-con .pro-tit { display: none; }
  .pro-con .pub-typeinfo { margin-left: 10px; }
  .pro-con .pro-box li { width: 50%; margin-top: 10px; padding-left: 10px; } }
.pub-head { text-align: center; position: relative; padding-bottom: 20px; }
.pub-head:after { position: absolute; bottom: 0; left: 50%; margin-left: -25px; width: 50px; height: 3px; background: #025cbc; content: ''; }
.pub-head:before { position: absolute; bottom: 1px; left: 50%; width: 300px; margin-left: -150px; height: 1px; background: #bebebe; content: ''; }
.pub-head .pub-tit { font-size: 34px; font-weight: bold; }
.pub-head .pub-tit i { color: #ff0000; font-size: 50px; }
.pub-head .pub-txt { font-size: 16px; margin-top: 5px; color: rgba(51, 51, 51, 0.8); }

.pub-type { text-align: center; margin-bottom: 20px; }
.pub-type a { padding: 12px 30px; color: #555; font-size: 16px; border-radius: 40px; border: 1px solid #ddd; box-sizing: border-box; display: inline-block; margin: 6px; transition: all .4s ease; }
.pub-type a:hover, .pub-type a.active { background: #025cbc; border: 1px solid 025cbc; color: #fff; }

.pub-more { display: block; width: 280px; height: 46px; line-height: 46px; font-size: 16px; text-align: center; color: #666; border-radius: 60px; border: 1px solid #bbb; margin: 40px auto 0; }
.pub-more:hover { background: #025cbc; color: #fff; border-color: #025cbc; }

@media (max-width: 1199px) { .pub-head .pub-tit { font-size: 32px; }
  .pub-head .pub-tit i { font-size: 44px; }
  .pub-head .pub-txt { font-size: 15px; }
  .pub-type a { padding: 10px 25px; font-size: 15px; }
  .pub-more { font-size: 15px; margin-top: 30px; } }
@media (max-width: 767px) { .pub-head:after { width: 40px; margin-left: -20px; }
  .pub-head:before { width: 240px; margin-left: -120px; }
  .pub-head .pub-tit { font-size: 26px; }
  .pub-head .pub-tit i { font-size: 36px; }
  .pub-head .pub-txt { font-size: 14px; margin-top: 3px; }
  .pub-type a { padding: 5px 15px; font-size: 13px; margin: 3px; }
  .pub-more { width: 200px; height: 40px; line-height: 40px; font-size: 14px; margin-top: 20px; } }
.index-case { background: url(../images/case-bg.jpg) no-repeat center; background-size: cover; }
.index-case .pub-head:after { background: #fff; }
.index-case .pub-head .pub-tit, .index-case .pub-head .pub-txt { color: #fff; }
.index-case .slickcase { margin: 0 !important; padding-bottom: 60px; }
.index-case .slickcase .item { width: 100%; padding: 10px; box-sizing: border-box; }
.index-case .slickcase .item a { display: block; background: #fff; padding: 10px; box-sizing: border-box; }
.index-case .slickcase .item .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.index-case .slickcase .item .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; }
.index-case .slickcase .item .tit { font-size: 16px; margin-top: 10px; line-height: 40px; text-align: center; transition: all .4s; }
.index-case .slickcase .item a:hover .img img { transform: scale(1.1); }
.index-case .slickcase .item a:hover .tit { color: #025cbc; }
.index-case .slick-arrow { font-size: 18px; text-align: center; width: 40px; height: 40px; line-height: 40px; position: absolute; z-index: 9; bottom: 0; border: none; background: #fff; color: #999; display: block; cursor: pointer; outline: none; padding: 0; box-sizing: border-box; transition: all .4s ease; }
.index-case .slick-arrow:before { font-family: 'iconfont' !important; font-style: normal; }
.index-case .slick-arrow:hover { background: #025cbc; color: #fff; }
.index-case .slick-prev { right: 50%; margin-right: 1px; }
.index-case .slick-prev:before { content: '\e625'; }
.index-case .slick-next { left: 50%; }
.index-case .slick-next:before { content: '\e626'; }

@media (max-width: 1199px) { .index-case .slickcase .item { padding: 5px; }
  .index-case .slickcase .item .tit { font-size: 15px; } }
@media (max-width: 991px) { .index-case .slickcase { padding-bottom: 50px; }
  .index-case .slickcase .item .tit { font-size: 14px; line-height: 30px; } }
@media (max-width: 767px) { .index-case .slickcase .item a { padding: 6px; }
  .index-case .slickcase .item a .tit { font-size: 14px; margin-top: 6px; } }
.advan-bg { background: url(../images/advan-bg.jpg) repeat; }

.advan .item { width: 100%; position: relative; padding: 60px 0; overflow: hidden; }
.advan .item .itemimg { width: 45%; float: right; }
.advan .item .itemimg img { width: 100%; }
.advan .item .itemcon { width: 45%; float: left; overflow: hidden; }
.advan .item .itemcon li { margin-top: 60px; }
.advan .item .itemcon li .num { width: 73px; height: 73px; line-height: 73px; float: left; margin-right: 20px; font-size: 30px; color: #fff; font-weight: bold; text-align: center; position: relative; }
.advan .item .itemcon li .num:before { position: absolute; left: 50%; top: 50%; margin-top: -26px; margin-left: -26px; width: 52px; height: 52px; z-index: 1; background: #025cbc; transform: rotate(45deg); content: ''; }
.advan .item .itemcon li .num .zi { position: relative; z-index: 3; font-family: arial; }
.advan .item .itemcon li .itembox { overflow: hidden; }
.advan .item .itemcon li .itembox .tit { font-size: 26px; font-weight: bold; }
.advan .item .itemcon li .itembox .txt { font-size: 15px; color: #666; margin-top: 10px; line-height: 30px; height: 90px; overflow: hidden; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.advan .item.item2 .itemimg { float: left; }
.advan .item.item2 .itemcon { float: right; }
.advan .itemline { max-width: 100%; font-size: 0; }
.advan .itemline img { width: 100%; }

@media (max-width: 1199px) { .advan .item { padding: 50px 0; }
  .advan .item .itemcon li { margin-top: 50px; }
  .advan .item .itemcon li .num { width: 60px; height: 60px; line-height: 60px; font-size: 24px; }
  .advan .item .itemcon li .num:before { width: 42px; height: 42px; margin-top: -21px; margin-left: -21px; }
  .advan .item .itemcon li .itembox .tit { font-size: 22px; }
  .advan .item .itemcon li .itembox .txt { font-size: 14px; line-height: 26px; height: 78px; } }
@media (max-width: 991px) { .advan .item { padding: 30px 0; }
  .advan .item .itemcon li { margin-top: 30px; }
  .advan .item .itemcon li .num { width: 48px; height: 48px; line-height: 48px; font-size: 20px; }
  .advan .item .itemcon li .num:before { width: 34px; height: 34px; margin-top: -17px; margin-left: -17px; }
  .advan .item .itemcon li .itembox .tit { font-size: 18px; }
  .advan .item .itemcon li .itembox .txt { font-size: 13px; margin-top: 5px; line-height: 24px; height: 72px; } }
@media (max-width: 767px) { .advan .item .itemimg { width: 100%; float: none; }
  .advan .item .itemcon { width: 100%; float: none; } }
.about-bg { background: url(../images/about-bg.jpg) no-repeat center; background-size: cover; }
.about-bg .pub-head:after { background: #fff; }
.about-bg .pub-head .pub-tit, .about-bg .pub-head .pub-txt { color: #fff; }

.about { padding-bottom: 50px; background: url(../images/about-shadow.png) no-repeat center bottom; background-size: 100%; }
.about .about-box { background: #fff; overflow: hidden; }
.about .about-img { width: 50%; height: 350px; font-size: 0; float: left; box-sizing: border-box; }
.about .about-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about .about-con { width: 50%; float: left; overflow: hidden; padding: 40px; box-sizing: border-box; }
.about .about-con .name { font-size: 24px; }
.about .about-con .desc { margin-top: 10px; line-height: 30px; height: 150px; font-size: 15px; color: #666; overflow: hidden; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.about .about-con .more { margin-top: 20px; display: inline-block; font-size: 15px; padding: 8px 60px; color: #666; border-radius: 60px; border: 1px solid #ddd; }
.about .about-con .more:hover { background: #025cbc; color: #fff; border-color: #025cbc; }

@media (max-width: 1199px) { .about { padding-bottom: 40px; }
  .about .about-img { height: 330px; }
  .about .about-con { padding: 30px; }
  .about .about-con .name { font-size: 22px; }
  .about .about-con .desc { font-size: 14px; }
  .about .about-con .more { font-size: 14px; } }
@media (max-width: 991px) { .about { padding-bottom: 30px; }
  .about .about-img { height: 310px; }
  .about .about-con { padding: 20px; }
  .about .about-con .name { font-size: 20px; } }
@media (max-width: 767px) { .about { padding-bottom: 15px; }
  .about .about-img { width: 100%; height: auto; float: none; }
  .about .about-con { width: 100%; float: none; }
  .about .about-con .desc { line-height: 24px; height: auto; -webkit-line-clamp: 8; }
  .about .about-con .more { margin-top: 15px; } }
.news-bg { background: url(../images/news-bg.jpg) no-repeat center; background-size: cover; }

.news { overflow: hidden; margin-left: -20px; margin-right: -20px; }
.news li { width: 50%; float: left; padding: 20px; box-sizing: border-box; overflow: hidden; }
.news li .img { width: 200px; height: 124px; float: left; margin-right: 20px; overflow: hidden; }
.news li .img img { width: 100%; height: 100%; transition: all .6s; -webkit-transition: all .6s; }
.news li .cont { margin-top: 6px; }
.news li .cont .tit { font-size: 16px; }
.news li .cont .txt { line-height: 20px; height: 40px; margin-top: 12px; color: #888; }
.news li .cont .date { margin-top: 12px; color: #888; }
.news li:hover .img img { transform: scale(1.1); }
.news li:hover .cont .tit { color: #025cbc; }

@media (max-width: 1199px) { .news { margin-left: -15px; margin-right: -15px; }
  .news li { padding: 15px; }
  .news li .img { width: 165px; height: 102px; }
  .news li .cont { margin-top: 0; }
  .news li .cont .txt, .news li .cont .date { margin-top: 8px; } }
@media (max-width: 991px) { .news { margin-left: -10px; margin-right: -10px; }
  .news li { padding: 10px; }
  .news li .img { width: 145px; height: 90px; }
  .news li .cont .tit { font-size: 15px; }
  .news li .cont .txt, .news li .cont .date { margin-top: 5px; font-size: 13px; } }
@media (max-width: 767px) { .news { margin-left: 0; margin-right: 0; }
  .news li { width: 100%; padding: 12px 0; border-bottom: 1px solid #eee; }
  .news li .cont .txt, .news li .cont .date { font-size: 12px; } }
.friendlinks { padding: 20px 0; border-top: 1px solid #f4f4f4; }
.friendlinks .tit { font-size: 15px; }
.friendlinks .cont { overflow: hidden; }
.friendlinks .cont a { color: #666; float: left; margin-left: 30px; margin-top: 5px; }
.friendlinks .cont a:hover { color: #025cbc; }

@media (max-width: 767px) { .friendlinks .cont a { margin-left: 16px; } }
.footer { background-color: #333; color: #fff; }
.footer .footer-nav { padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); overflow: hidden; }
.footer .footer-nav a { height: 14px; line-height: 14px; padding: 0 30px; margin: 5px 0; float: left; border-right: 1px solid rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7); }
.footer .footer-nav a:hover { text-decoration: underline; }
.footer .footer-nav a:last-child { border-right: none; }
.footer .footer-nav a:first-child { padding-left: 0; }
.footer .footer-bd { padding: 50px 0; color: rgba(255, 255, 255, 0.7); overflow: hidden; }
.footer .footer-bd .qrcode { float: right; width: 100px; margin-left: 40px; text-align: center; }
.footer .footer-bd .qrcode img { width: 100%; }
.footer .footer-bd .qrcode p { margin-top: 5px; }
.footer .footer-bd .cont { line-height: 34px; }
.footer .footer-bd .cont .big { font-size: 28px; }
.footer .footer-bd a { color: rgba(255, 255, 255, 0.7); }
.footer .footer-bd a:hover { text-decoration: underline; }

.footer-m { height: 45px; line-height: 45px; position: fixed; bottom: 0; left: 0; right: 0; background: #025cbc; display: none; z-index: 9990; }
.footer-m li { width: 50%; float: left; border-right: 1px solid rgba(255, 255, 255, 0.1); box-sizing: border-box; }
.footer-m li:last-child { border-right: none; }
.footer-m li a { display: block; text-align: center; color: #fff; }
.footer-m li a .iconfont { margin-right: 5px; }

@media (max-width: 991px) { .footer { font-size: 13px; }
  .footer .footer-nav a { height: 13px; line-height: 13px; padding: 0 20px; }
  .footer .footer-bd .cont .big { font-size: 24px; } }
@media (max-width: 767px) { .footer { font-size: 12px; padding-bottom: 45px; }
  .footer .footer-nav { padding: 15px 0; }
  .footer .footer-nav a { height: 12px; line-height: 12px; padding: 0 15px; }
  .footer .footer-nav a:first-child { padding-left: 15px; }
  .footer .footer-bd { padding: 16px 0; }
  .footer .footer-bd .qrcode { display: none; }
  .footer .footer-bd .cont { line-height: 22px; }
  .footer .footer-bd .cont .big { font-size: 20px; }
  .footer-m { display: block; } }
.wap-nav-add { padding: 18px 0; background: #fff; color: #555; border-bottom: 1px solid #eee; box-sizing: border-box; }
.wap-nav-add a { color: #555; }
.wap-nav-add a:hover { color: #025cbc; }

@media (max-width: 1199px) { .wap-nav-add { padding: 14px 0; font-size: 13px; } }
@media (max-width: 991px) { .wap-nav-add { padding: 12px 0; font-size: 12px; } }
.zanwu { padding: 100px; text-align: center; font-size: 16px; }
.zanwu img { width: 240px; }
.zanwu .tit { margin-top: 20px; color: #999; }

@media (max-width: 1439px) { .zanwu { font-size: 14px; } }
@media (max-width: 767px) { .zanwu { padding: 50px; }
  .zanwu img { width: 100%; } }
.pub-typeinfo { color: #666; margin-top: 20px; }

@media (max-width: 1199px) { .pub-typeinfo { font-size: 13px; margin-top: 15px; } }
@media (max-width: 991px) { .pub-typeinfo { font-size: 12px; margin-top: 10px; } }
.case-box { margin-top: 20px; }
.case-box ul { margin: 0 -10px; overflow: hidden; }
.case-box li { width: 25%; float: left; padding: 10px; overflow: hidden; box-sizing: border-box; }
.case-box li .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.case-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; transition: all .6s; }
.case-box li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case-box li:hover .img img { transform: scale(1.2); }
.case-box li:hover .txt { color: #025cbc; }

@media (max-width: 1199px) { .case-box ul { margin: 0 -5px; }
  .case-box li { padding: 5px; }
  .case-box li .txt { font-size: 14px; } }
@media (max-width: 991px) { .case-box li { width: 50%; } }
.newslist { overflow: hidden; }
.newslist li { width: 100%; background: #fff; padding: 30px 0; border-bottom: 1px solid #E8E8E8; overflow: hidden; }
.newslist li .img { width: 200px; height: 124px; float: left; margin-right: 30px; overflow: hidden; }
.newslist li .img img { width: 100%; height: 100%; transition: all .6s; -webkit-transition: all .6s; }
.newslist li .cont { padding: 0 20px; font-size: 15px; box-sizing: border-box; }
.newslist li .cont .tit { font-size: 16px; font-weight: bold; }
.newslist li .cont .txt { color: #666; margin-top: 10px; }
.newslist li .cont .date { color: #999; margin-top: 10px; }
.newslist li:hover .img img { transform: scale(1.1); }
.newslist li:hover .cont .tit { color: #025cbc; }

@media (max-width: 1199px) { .newslist li { padding: 20px 0; }
  .newslist li .img { width: 165px; height: 102px; margin-right: 15px; }
  .newslist li .cont { padding: 0 15px; font-size: 14px; }
  .newslist li .cont .tit { font-size: 15px; }
  .newslist li .cont .txt { margin-top: 8px; }
  .newslist li .cont .date { margin-top: 8px; } }
@media (max-width: 767px) { .newslist li { padding: 15px 0; }
  .newslist li .img { width: 145px; height: 90px; }
  .newslist li .cont { padding: 0; font-size: 12px; }
  .newslist li .cont .tit { font-size: 14px; }
  .newslist li .cont .txt { margin-top: 5px; }
  .newslist li .cont .date { margin-top: 5px; } }
.newspage .newspage-head { text-align: center; padding: 12px 0; border-bottom: 1px solid #ddd; }
.newspage .newspage-head .newspage-tit { font-size: 26px; font-weight: bold; }
.newspage .newspage-head .newspage-txt { color: #666; font-size: 14px; margin-top: 10px; }
.newspage .newspage-head .newspage-txt span { padding: 0 10px; }
.newspage .newspage-pic { text-align: center; margin-top: 40px; }
.newspage .newspage-pic img { max-width: 100%; }
.newspage .newspage-turn { border-top: 1px dashed #ddd; padding: 15px 0; line-height: 30px; }
.newspage .newspage-turn a:hover { color: #025cbc; text-decoration: underline; }
.newspage .newspage-turn .red { color: red; }
.newspage .casepage-turn { border-top: 1px dashed #ddd; padding: 15px 20%; line-height: 30px; }
.newspage .casepage-turn .item { width: 50%; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newspage .casepage-turn .item a:hover { color: #025cbc; text-decoration: underline; }
.newspage .casepage-turn .item:last-child { text-align: right; }
.newspage .newspage-label { padding: 20px 0; border-top: 1px dashed #ddd; }
.newspage .newspage-label a { margin: 0 15px; }
.newspage .newspage-label a:hover { color: #025cbc; text-decoration: underline; }
.newspage .newspage-tuijian { border-top: 1px dashed #ddd; padding-top: 20px; }
.newspage .newspage-tuijian .tit { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.newspage .newspage-tuijian .cont { overflow: hidden; }
.newspage .newspage-tuijian .cont li { width: 50%; float: left; padding-right: 20px; line-height: 32px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; box-sizing: border-box; }
.newspage .newspage-tuijian .cont li a { position: relative; padding-left: 15px; line-height: 32px; }
.newspage .newspage-tuijian .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.newspage .newspage-tuijian .cont li a:hover { color: #025cbc; }
.newspage .newspage-tuijian .cont li a:hover:before { background: #025cbc; }

@media (max-width: 991px) { .newspage .newspage-head .newspage-tit { font-size: 24px; }
  .newspage .newspage-head .newspage-txt { font-size: 13px; margin-top: 6px; }
  .newspage .casepage-turn { padding: 15px 10%; } }
@media (max-width: 767px) { .newspage .newspage-head .newspage-tit { font-size: 22px; }
  .newspage .newspage-head .newspage-txt { font-size: 12px; }
  .newspage .newspage-head .newspage-txt span { padding: 0 5px; }
  .newspage .newspage-tuijian .tit { margin-bottom: 10px; }
  .newspage .newspage-tuijian .cont li { width: 100%; }
  .newspage .casepage-turn { padding: 15px 0; } }
.pub-content { color: #555; line-height: 2; font-size: 15px; }
.pub-content p { margin: 15px 0; }
.pub-content img { max-width: 100%; }

@media (max-width: 1199px) { .pub-content { font-size: 14px; } }
/**返回顶部**/
.floatbox { position: fixed; right: 3%; bottom: 50px; z-index: 9990; }
.floatbox a { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; border-radius: 50%; background: rgba(0, 0, 0, 0.4); }
.floatbox a:hover { background-color: rgba(0, 0, 0, 0.6); }

.sitemap-nav1 { overflow: hidden; }
.sitemap-nav1 > li { position: relative; width: 100%; margin-bottom: 20px; padding: 20px 0; border-bottom: 1px solid #ddd; }
.sitemap-nav1 > li > a { display: block; font-size: 20px; font-weight: bold; padding-left: 20px; border-left: 4px solid #333; line-height: 1; }
.sitemap-nav1 > li > a:hover { color: #025cbc; border-left: 4px solid #025cbc; }
.sitemap-nav1 > li .sitemap-nav2 { margin-top: 20px; font-size: 16px; overflow: hidden; }
.sitemap-nav1 > li .sitemap-nav2 > li { float: left; margin-right: 40px; margin-top: 10px; }
.sitemap-nav1 > li .sitemap-nav2 > li > a:hover { color: #025cbc; }
.sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 { display: inline-block; font-size: 14px; }
.sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 > li { display: inline-block; margin-left: 10px; }
.sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 > li > a { color: #888; }
.sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 > li > a:hover { color: #025cbc; }

@media (max-width: 991px) { .sitemap .sitemap-nav1 > li > a { font-size: 18px; }
  .sitemap .sitemap-nav1 > li .sitemap-nav2 { font-size: 14px; }
  .sitemap .sitemap-nav1 > li .sitemap-nav2 > li { margin-right: 20px; }
  .sitemap .sitemap-nav1 > li .sitemap-nav2 > li .sitemap-nav3 { font-size: 12px; } }
.honors ul { margin: 0 -20px; overflow: hidden; }
.honors li { width: 33.33%; float: left; padding: 20px; overflow: hidden; box-sizing: border-box; }
.honors li .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; border: 1px solid #eee; box-sizing: border-box; }
.honors li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: contain; transition: all .6s; }
.honors li .txt { margin-top: 15px; font-size: 16px; text-align: center; }
.honors li a:hover .img img { transform: scale(1.1); }
.honors li a:hover .txt { color: #025cbc; }

@media (max-width: 1199px) { .honors ul { margin: 0 -15px; }
  .honors li { padding: 15px; }
  .honors li .txt { font-size: 15px; } }
@media (max-width: 991px) { .honors ul { margin: 0 -10px; }
  .honors li { width: 50%; padding: 10px; }
  .honors li .txt { font-size: 14px; margin-top: 10px; } }
.pagination { text-align: center; }

.pagination li { display: inline-block; margin: 0 2px; }

.pagination li a { font-size: 14px; width: 40px; height: 40px; line-height: 40px; display: block; color: #555; font-weight: bold; border: 1px solid #e1e1e1; font-family: arial; text-align: center; background: #fff; vertical-align: middle; }

.pagination li:hover a, .pagination li.active a { background: #025cbc !important; border-color: #025cbc; color: #fff; }

@media (max-width: 767px) { .pagination li { margin: 0 1px; }
  .pagination li a { width: 36px; height: 36px; line-height: 36px; font-weight: normal; } }
.product-box { overflow: hidden; margin-left: -15px; margin-right: -15px; }
.product-box li { width: 33.33%; padding: 15px; float: left; box-sizing: border-box; }
.product-box li a { display: block; border: 1px solid #eee; }
.product-box li .img { width: 100%; padding-top: 75%; height: auto; overflow: hidden; position: relative; }
.product-box li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; }
.product-box li .name { height: 50px; line-height: 50px; font-size: 16px; background: #f8f8f8; text-align: center; }
.product-box li:hover .img img { transform: scale(1.1); }
.product-box li:hover .name { background: #025cbc; color: #fff; }

@media (max-width: 1199px) { .product-box { margin-left: -10px; margin-right: -10px; }
  .product-box li { padding: 10px; } }
@media (max-width: 991px) { .product-box li .name { height: 40px; line-height: 40px; font-size: 14px; } }
@media (max-width: 767px) { .product-box { margin-left: -5px; margin-right: -5px; }
  .product-box li { padding: 5px; width: 50%; } }

/*# sourceMappingURL=style.css.map */
