* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;outline:none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.middle {
  vertical-align: middle;
}
.top {
  vertical-align: top;
}
img {
  border: none;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}
body {
  font-size: 14px;
  padding-top: 70px;
  font-family: MicrosoftYaHei;
}
.row1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.all {
  display: block;
  width: 100%;
  height: 100%;
}
input {
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
li {
  list-style: none;
}
.tc {
  text-align: center;
}
.position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.paddingtb {
  padding-top: 60px;
  padding-bottom: 80px;
}
/* 头部 */
header {
  line-height: 70px;
  background-color: #ffffff;
}
header .logo {
  font-size: 0;
}
header .logo i,
header .logo img {
  display: inline-block;
  vertical-align: middle;
}
header .logo i {
  width: 1px;
  height: 45px;
  background-color: #eee;
  margin: 0 15px;
}
header .nav {
  font-size: 0;
}
header .nav a {
  font-size: 16px;
  color: #444444;
  display: inline-block;
  vertical-align: top;
}
header .nav a + a {
  margin-left: 50px;
}
header .nav a:hover,
header .nav .active {
  color: #0e45ae;
}
header .search-language {
  margin-left: 30px;
  font-size: 0;
}
header .search-language .search {
  position: relative;
  display: inline-block;
}
header .search-language .search .search-btn {
  display: inline-block;
  vertical-align: middle;
/* width: 20px;
height: 20px;
background: url('../images/icon.png') no-repeat -14px -14px;
 */	width: 40px;
	 height: 40px;
	 background: url('../images/icon.png') no-repeat -2px -2px;
	transform: scale(.5);
  cursor: pointer;
}
header .search-language .search .search-form {
  position: absolute;
  right: 0;
  width: 280px;
  height: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  padding-left: 10px;
  z-index: 999;
}
header .search-language .search .search-form .input-text {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 60px;
}
header .search-language .search .search-form .input-submit {
  width: 50px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #333;
}
header .search-language .language {
  display: inline-block;
  margin-left: 10px;
}
header .search-language .language .language-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  cursor: pointer;
	transform: scale(.5);
}
header .search-language .language .en {
  background: url('../images/icon.png') no-repeat -47px -2px;
}
header .search-language .language .en:hover {
  background: url('../images/icon.png') no-repeat -137px -2px;
}
header .search-language .language .cn {
  background: url('../images/icon.png') no-repeat -92px -2px;
}
header .search-language .language .cn:hover {
  background: url('../images/icon.png') no-repeat -299px -2px;
}
header .navBtn {
  width: 48px;
  height: 100%;
  display: none;
}
header .navBtn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/icon.png') no-repeat -299px -219px;
	width: 48px;
	height: 40px;
	transform: scale(.5);
}
/* 封面 */
.cover {
  height: 380px;
}
.cover img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
/* 单页二级栏目 */
.bread-nav2 {
  border-bottom: 1px solid #ddd;
  line-height: 70px;
  position: relative;
}
.bread-nav2 .bread {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -61px;
}
.bread-nav2 .bread a {
  color: #fff;
}
.bread-nav2 .bread a:hover {
  color: #0e45ae;
}
.bread-nav2 .nav2 {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.bread-nav2 .nav2::-webkit-scrollbar {
  display: none;
}
.bread-nav2 .nav2 a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #444444;
  position: relative;
}
.bread-nav2 .nav2 a + a {
  margin-left: 50px;
}
.bread-nav2 .nav2 a:hover:after,
.bread-nav2 .nav2 a.active:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #49ca27;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 产品中心-列表 */
.product-list li {
  text-align: center;
  margin-bottom: 30px;
}
.product-list li a {
  display: block;
  width: 100%;
}
.product-list li .picture {
  height: auto;
  background-color: #fff;
  border: solid 1px #eee;
  position: relative;
  overflow: hidden;
}
.product-list li .picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.product-list li .picture:before,
.product-list li .picture:after {
  opacity: 0;
  position: absolute;
  z-index: 9;
  transition: opacity 0.6s;
}
.product-list li .picture:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 69, 174, 0.8);
}
.product-list li .picture:after {
  content: 'more';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  border: solid 1px #ffffff;
  padding: 6px 20px 8px;
}
.product-list li .title {
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 0;
}
.product-list li:hover .picture {
  box-shadow: 0 10px 10px #eee;
}
.product-list li:hover .picture:before,
.product-list li:hover .picture:after {
  opacity: 1;
}
.product-list li:hover .title {
  color: #0e45ae;
}
/* 分页 */
.paging {
  font-size: 0;
  text-align: center;
}
.paging a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #ddd;
  font-size: 16px;
  color: #999;
  border-radius: 4px;
  margin: 20px 12px 0;
  position: relative;
}
.paging a:hover {
  background-color: #0e45ae;
  border-color: #0e45ae;
  color: #fff;
}
.paging a.active {
  color: #fff;
  border-color: #0e45ae;
  background-color: #0e45ae;
}
.paging a:after {
  content: '';
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paging .pageprev:after {
  background: url('../images/page.png') no-repeat -15px -16px;
}
.paging .pageprev:hover:after {
  background: url('../images/page.png') no-repeat -15px -60px;
}
.paging .pagenext:after {
  background: url('../images/page.png') no-repeat -75px -16px;
}
.paging .pagenext:hover:after {
  background: url('../images/page.png') no-repeat -75px -60px;
}
/* 产品中心-详情 */
.product .product-title {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  color: #444444;
  padding-bottom: 55px;
}
.product .product-imgs {
  width: 870px;
  margin: 0 auto;
}
.product .product-imgs .gallery-top {
  margin-bottom: 10px;
}
.product .product-imgs .gallery-top .swiper-slide {
  background-color: #fff;
	
	padding-left: 125px;
	padding-right: 125px;
}
.product .product-imgs .gallery-top .swiper-slide div{
	border: solid 1px #eeeeee;
}
.product .product-imgs .gallery-top .swiper-slide img {
  display: block;
  height: 100%;
	margin: 0 auto;
  object-fit: cover;
}
.product .product-imgs .gallery-top .swiper-button-white {
  background: url('../images/icon.png') no-repeat -69px -50px;
  width: 45px;
  height: 45px;
	cursor: pointer;
}
.product .product-imgs .gallery-top .swiper-button-white:after {
  content: '';
}
.product .product-imgs .gallery-top .swiper-button-disabled {
  background: url('../images/icon.png') no-repeat -10px -50px;
}
.product .product-imgs .gallery-top .swiper-button-prev:not(.swiper-button-disabled) {
  transform: rotate(180deg);
}
.product .product-imgs .gallery-top .swiper-button-next {
  transform: rotate(180deg);
}
.product .product-imgs .gallery-top .swiper-button-next:not(.swiper-button-disabled) {
  transform: rotate(0deg);
}
.product .product-imgs .gallery-thumbs {
  padding-left: 125px;
  padding-right: 125px;
}
.product .product-imgs .gallery-thumbs .swiper-slide {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}
.product .product-imgs .gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .product-imgs .gallery-thumbs .swiper-slide-thumb-active {
  border-bottom-color: #0e45ae;
}
.product .product-content {
  font-size: 16px;
  line-height: 24px;
  padding-top: 70px;
  color: #444444;
	width: 80%;
	margin: 0 auto;
}
/* 新闻背景 */
.news-background {
  background-color: #f5f7f8;
}
/* 新闻动态-列表 */
.news-list li {
  border-right: 1px solid #efefef;
  padding: 40px 60px;
  background-color: #ffffff;
}
.news-list li .time {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 25px;
}
.news-list li .time span {
  display: inline-block;
  height: 100%;
  border-bottom: 2px solid #0e45ae;
}
.news-list li .picture-title .picture{
	width: 35%;
	margin-right: 25px;
}
.news-list li .picture-title .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li .picture-title .picture:hover {
  opacity: 0.8;
}

.news-list li .picture-title .title {
  font-size: 20px;
  line-height: 30px;
  color: #444444;
	float: none;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
 text-overflow: ellipsis;
  word-break: break-all;
  padding-top: 10px;
}
.news-list li .picture-title .title:hover {
  color: #0e45ae;
}
.news-list li .synopsis {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-top: 20px;
}
.news-list li:nth-child(3n) {
  margin-bottom: 40px;
}
/* 新闻动态-详情 */
.news .news-top {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  padding-bottom: 38px;
}
.news .news-top h1 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.news .news-content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 34px;
  color: #444444;
  padding: 40px 160px;
}
.news .news-paging {
  padding-top: 30px;
}
.news .news-paging p {
  font-size: 16px;
  line-height: 34px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 45%;
}
.news .news-paging p a {
  color: #444444;
}
.news .news-paging p a:hover {
  color: #0e45ae;
}
/* 联系我们 */
.contact {
  font-size: 0;
}
.contact .contact-text {
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.contact .contact-text h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 64px;
  color: #444444;
  position: relative;
  margin-bottom: 30px;
}
.contact .contact-text h1:before,
.contact .contact-text h1:after {
  content: '';
  width: 88%;
  height: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
}
.contact .contact-text h1:after {
  width: 10%;
  background-color: #0e45ae;
  right: 0;
}
.contact .contact-map {
  height: 480px;
  overflow: hidden;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
/* 解决方案-列表 */
.solution-list {
  margin-left: -20px;
  margin-right: -20px;
}
.solution-list li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.solution-list li .content {
  background-color: #ffffff;
}
.solution-list li .picture {
  display: block;
  width: 100%;
  height: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.solution-list li .picture:hover img {
  transform: scale(1.5);
}
.solution-list li .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.solution-list li .title {
  display: block;
  font-size: 20px;
  color: #444444;
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 25px;
	padding-right: 25px;
}
.solution-list li .title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0e45ae;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.solution-list li .synopsis {
  padding: 0 25px;
  font-size: 16px;
  line-height: 24px;
	height: 48px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 15px;
  margin-bottom: 30px;
}
.solution-list li .more {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #eee;
  height: 60px;
  position: relative;
}
.solution-list li .more:after {
  content: '';
  background: url('../images/icon.png') no-repeat -187px -11px;
  width: 35px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution-list li:hover .content {
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
}
.solution-list li:hover .title {
  color: #0e45ae;
}
.solution-list li:hover .more:after {
  background: url('../images/icon.png') no-repeat -235px -11px;
}
/* 解决方案-详情 */
.solution {
  padding-top: 0 !important;
}
.solution .solution-top {
  height: 720px;
  position: relative;
}
.solution .solution-top .background {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.solution .solution-top .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 1400px;
}
.solution .solution-top .text h1 {
  font-size: 36px;
  color: #ffffff;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.solution .solution-top .text h1:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #0e45ae;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.solution .solution-top .text div {
  font-size: 16px;
  line-height: 24px;
  color: #dddddd;
/*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all; */
	max-height: 168px;
	overflow: auto;
}
.solution .solution-top .text div::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

.solution .solution-top .text div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}

.solution .solution-top .text div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}
.solution .solution-top .bread{
	width: 1400px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.solution .solution-content {
  width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  padding-top: 50px;
}
/* 资质荣誉 */
.honor li {
  float: left;
  width: 20%;
  padding-left: 34px;
  padding-right: 34px;
  margin-bottom: 40px;
}
.honor li .honor-content {
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.honor li .honor-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor li .honor-content{
	padding-bottom: 10px;
}
.honor li .honor-content p {
  padding: 10px 15px 0;
  font-size: 16px;
  line-height: 24px;
	height: 58px;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: center;
}
.honor li .honor-content:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
  -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);
}
/* 企业文化 */
.culture li {
  height: 390px;
  line-height: 390px;
  font-size: 0;
}
.culture li .picture {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 1200px;
  height: 100%;
  object-fit: cover;
}
.culture li .content {
  display: inline-block;
  vertical-align: middle;
  width: 520px;
  padding-left: 80px;
  padding-right: 40px;
}
.culture li .content .title {
  font-size: 26px;
  line-height: 1;
  color: #444444;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  margin-bottom: 40px;
}
.culture li .content .title:after {
  content: '';
  position: absolute;
  width: 140px;
  height: 20px;
  background-color: #409aff;
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.culture li .content .text {
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.culture li + li {
  margin-top: 20px;
}
.culture li:nth-child(even) .picture {
  float: right;
}
.culture li:nth-child(even) .content {
  padding-left: 40px;
}
/* 公司简介 */
.about .about-number {
  text-align: center;
  padding-bottom: 50px;
}
.about .about-number .col_fourth {
  padding-left: 0;
  padding-right: 0;
}
.about .about-number .count-title {
  display: inline-block;
  font-size: 76px;
  font-weight: bold;
  color: #0e45ae;
}
.about .about-number span {
  display: inline-block;
  font-size: 20px;
  color: #0e45ae;
}
.about .about-number .count-text {
  font-size: 20px;
  color: #999999;
}
.about .about-content {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
/* 成功案例-列表 */
.case-list li {
  margin-bottom: 40px;
}
.case-list li .text {
  padding-left: 310px;
  padding-right: 10px;
  position: relative;
  height: 330px;
}
.case-list li .text:hover {
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
}
.case-list li .text .picture {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case-list li .text .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-list li .text .title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  position: relative;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 10px;
}
.case-list li .text .title:before,
.case-list li .text .title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 80%;
  height: 1px;
  background-color: #eee;
}
.case-list li .text .title:after {
  width: 10%;
  right: 0;
  background-color: #0e45ae;
}
.case-list li .text .title span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.case-list li .text .content {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 30px;
  margin-bottom: 50px;
}
.case-list li .text .time {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
/* 成功案例-详情 */
.case {
  margin-left: -30px;
  margin-right: -30px;
}
.case .case-li {
  padding-left: 30px;
  padding-right: 30px;
}
.case .case-h1 {
  font-size: 28px;
  line-height: 42px;
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-top: 30px;
}
.case .case-p {
  font-size: 16px;
  line-height: 34px;
  color: #999999;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.case .case-left {
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
  padding: 50px;
  font-size: 16px;
  line-height: 34px;
  color: #444444;
}
.case .case-left .case-h1,
.case .case-left .case-p {
  display: none;
}
.case .case-right .case-paging {
  font-size: 16px;
  line-height: 34px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 30px 0;
}
.case .case-right .case-paging p{
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
}
.case .case-right .case-paging a {
  color: #444444;
}
.case .case-right .case-paging a:hover {
  color: #0e45ae;
}
.case .case-right .case-recommend {
  font-size: 0;
}
.case .case-right .case-recommend h2 {
  width: 120px;
  font-size: 16px;
  line-height: 44px;
  color: #444;
  text-align: center;
  background-color: #eee;
  margin-bottom: 25px;
}
.case .case-right .case-recommend ul {
  margin-left: -20px;
  margin-right: -20px;
}
.case .case-right .case-recommend li {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.case .case-right .case-recommend li div a {
  display: block;
  width: 100%;
}
.case .case-right .case-recommend li div .picture {
  height: auto;
}
.case .case-right .case-recommend li div .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case-right .case-recommend li div .title {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-top: 10px;
  margin-bottom: 30px;
}
.case .case-right .case-recommend li div:hover .picture {
  opacity: 0.8;
}
.case .case-right .case-recommend li div:hover .title {
  color: #0e45ae;
}
/* 人才招聘 */
.join .background {
  background: url(../images/background1.png);
  height: 260px;
  text-align: center;
  margin-bottom: 55px;
}
.join .background h1 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 50px;
}
.join .background div {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.join .join-text .join-title {
  font-size: 0;
  padding: 16px 80px;
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.join .join-text .join-title span {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.join .join-text .join-title .arrow {
  background: url('../images/icon.png') no-repeat -206px -67px;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  z-index: 99;
}
.join .join-text .join-title-name {
  padding: 9px 80px;
  background-color: #0e45ae;
}
.join .join-text .join-title-name span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.join .join-text .active .arrow {
  background: url('../images/icon.png') no-repeat -177px -69px;
}
.join .join-text .join-content {
  background-color: #f6f6f6;
  padding: 30px 80px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: none;
}
.join .join-text .join-content .tel {
  font-size: 18px;
  color: #0e45ae;
  margin-top: 30px;
}
.join .join-text .join-content .tel .tel-co {
  background-color: #cddfff;
	line-height: 28px;
  border-radius: 26px;
	padding: 10px 20px;
	padding-left: 0;
  color: #0e45ae;
	margin-left: 25px;
}
.join .join-text .join-content .tel .tel-co:before {
  content: '';
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icon.png') no-repeat -117px -46px;
	width: 56px;
	height: 56px;
	transform: scale(.5);
  font-size: 16px;
  color: #0e45ae;    
	position: relative;
    top: -2px;
}
.join .join-text .join-content .tel .tel-ca{
	margin-left: 5px;
}
.join .join-text .join-content .tel .tel-ca:before{
	background: url('../images/icon.png') no-repeat -349px -2px;
}
/* 首页 */
.banner {
  height: 640px;
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner a img {
  display: block;
  width: 100%;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.banner .swiper-pagination {
  font-size: 0;
  bottom: 60px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
  margin: 0 15px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #49ca27 !important;
}
.tel-newsIndex {
  font-size: 0;
  box-shadow: 0px 4px 10px 0px rgba(28, 109, 212, 0.4);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  top: -40px;
  background-color: #fff;
  z-index: 999;
}
.tel-newsIndex .tel,
.tel-newsIndex .newsIndex {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  line-height: 30px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 140px;
}
.tel-newsIndex .tel:before,
.tel-newsIndex .newsIndex:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tel-newsIndex .tel .p,
.tel-newsIndex .newsIndex .p {
  font-size: 18px;
  color: #0e45ae;
  line-height: 1.8;
}
.tel-newsIndex .tel .p{  
  font-size: 10px;
}
.tel-newsIndex .tel .p a,
.tel-newsIndex .newsIndex .p a {
  float: right;
  font-size: 14px;
  color: #999;
}
.tel-newsIndex .tel .divs,
.tel-newsIndex .newsIndex .divs {
  height: 30px;
  overflow: hidden;
}
.tel-newsIndex .tel .div,
.tel-newsIndex .newsIndex .div {
  font-size: 18px;
  color: #0e45ae;
}
.tel-newsIndex .tel .div a,
.tel-newsIndex .newsIndex .div a {
  font-size: 16px;
  color: #444444;
  float: left;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*text-align: right;*/
}
.tel-newsIndex .tel .div a:nth-child(2n+1),
.tel-newsIndex .newsIndex .div a:nth-child(2n+1) {
  padding-right: 3%;
  text-align: left;
}
.tel-newsIndex .tel a:hover,
.tel-newsIndex .newsIndex a:hover {
  color: #0e45ae;
}
.tel-newsIndex .tel {
  width: 20%;
}
.tel-newsIndex .tel:before {
  background: url('../images/icon.png') no-repeat -80px -108px;
  width: 65px;
  height: 65px;
  left: 37px;
}
.tel-newsIndex .tel:after {
  content: '';
  height: 75px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #eeeeee;
}
.tel-newsIndex .newsIndex {
  width: 80%;
  padding-right: 40px;
  margin-top: 6px;
}
.tel-newsIndex .newsIndex:before {
  background: url('../images/icon.png') no-repeat -7px -112px;
  width: 58px;
  height: 65px;
  left: 40px;
}
.product-index-big {
  position: relative;
}
.product-index {
  margin-bottom: 100px;
  position: static !important;
  padding: 0 1px !important;
}
.product-index .swiper-wrapper .swiper-slide {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.product-index .swiper-wrapper .img {
  display: block;
  width: 100%;
  height: 100%;
	position: relative;
	border: solid 1px #eeeeee;
}
.product-index .swiper-wrapper .img:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 69, 174, 0.8);
  opacity: 0;
  transition: all .6s;
}

.product-index .swiper-wrapper .img:after {
  content: 'more';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  border: solid 1px #ffffff;
  padding: 6px 20px 8px;
  opacity: 0;
  transition: all .6s;
}

.product-index .swiper-wrapper .swiper-slide:hover .img:before,
.product-index .swiper-wrapper .swiper-slide:hover .img:after {
  opacity: 1;
}
.product-index .swiper-wrapper .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-index .swiper-wrapper .title{
	display: block;
	padding-top: 10px;
  font-size: 18px;
	font-size: 16px;
	line-height: 30px;
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #333;
	text-align: center;
}
.product-index .swiper-wrapper .title:hover{
	color: rgb(14, 69, 174);
}
.product-index .swiper-button-prev,
.product-index .swiper-button-next {
  opacity: 1;
  background: url('../images/icon.png') no-repeat -221px -108px;
  transform: rotate(180deg);
  width: 35px;
  height: 35px;
}
.product-index .swiper-button-prev:after,
.product-index .swiper-button-next:after {
  content: '';
}
.product-index .swiper-button-prev {
  left: -45px;
}
.product-index .swiper-button-next {
  transform: rotate(0deg);
  right: -45px;
}
.product-index .swiper-button-disabled {
  opacity: 1 !important;
  background: url('../images/icon.png') no-repeat -171px -105px;
}
.product-index .swiper-button-prev.swiper-button-disabled {
  transform: rotate(0deg);
}
.product-index .swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg);
}
.solution-case {
  background: url(../images/background2.png) no-repeat bottom;
  padding-bottom: 50px;
}
.solution-case .solution-case-ul {
  margin-left: -40px;
  margin-right: -40px;
}
.solution-case .solution-case-ul .solution-case-li {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
}
.solution-case .solution-case-ul .solution-case-title span {
  float: left;
  font-size: 28px;
  line-height: 1;
  color: #444444;
  position: relative;
  padding-top: 13px;
  padding-bottom: 30px;
}
.solution-case .solution-case-ul .solution-case-title span:after {
  content: 'SOLUTION';
  font-size: 42px;
  letter-spacing: -2px;
  color: #0e45ae;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-case .solution-case-ul .case-title span:after {
  content: 'SUCCESS CASE';
}
.solution-case .solution-case-ul .case-title a {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.solution-case .solution-case-ul .case-title a:hover {
  color: #0e45ae;
}
.solution-case .solution-case-ul .solution-swiper {
  padding-bottom: 10px;
}
.solution-case .solution-case-ul .solution-swiper .swiper-slide .picture {
  height: auto;
  position: relative;
	overflow: hidden;
}
.solution-case .solution-case-ul .solution-swiper .swiper-slide .picture:hover img {
  transform: scale(1.2);
}
.solution-case .solution-case-ul .solution-swiper .swiper-slide .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: all .6s;
}
.solution-case .solution-case-ul .solution-swiper .swiper-slide .picture p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  padding: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solution-case .solution-case-ul .solution-swiper .swiper-slide .text {
  font-size: 16px;
  line-height: 30px;
  color: #dddddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding: 20px 10px 0;
  margin-bottom: 20px;
}
.solution-case .solution-case-ul .solution-swiper .swiper-button-prev,
.solution-case .solution-case-ul .solution-swiper .swiper-button-next {
  background: url('../images/icon.png') no-repeat -291px -138px;
  	width: 60px;
  	height: 60px;
		transform: scale(.5);
}
.solution-case .solution-case-ul .solution-swiper .swiper-button-prev:after,
.solution-case .solution-case-ul .solution-swiper .swiper-button-next:after {
  content: '';
}
.solution-case .solution-case-ul .solution-swiper .swiper-button-prev {
  transform: rotate(180deg) scale(.5);
  top: 0px;
  left: auto;
  right: 30px;
  margin: 0;
}
.solution-case .solution-case-ul .solution-swiper .swiper-button-next {
  top: 0px;
  right: -15px;
  margin: 0;
}
.solution-case .solution-case-ul .solution-swiper .swiper-button-disabled {
  opacity: 1;
  background: url('../images/icon.png') no-repeat -291px -63px;
}
.solution-case .solution-case-ul .solution-swiper .swiper-button-prev.swiper-button-disabled {
  transform: rotate(0deg) scale(.5);
}
.solution-case .solution-case-ul .solution-swiper .swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg) scale(.5);
}
.solution-case .solution-case-ul .solution-swiper .swiper-pagination {
  font-size: 0;
  bottom: 0 !important;
}
.solution-case .solution-case-ul .solution-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
  margin: 0 15px;
}
.solution-case .solution-case-ul .solution-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #49ca27 !important;
}
.solution-case .solution-case-ul .case-ul {
  margin-left: -20px;
  margin-right: -20px;
}
.solution-case .solution-case-ul .case-ul li {
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.solution-case .solution-case-ul .case-ul li a {
  display: block;
}
.solution-case .solution-case-ul .case-ul li .picture {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.solution-case .solution-case-ul .case-ul li .picture:hover img {
  transform: scale(1.5);
}
.solution-case .solution-case-ul .case-ul li .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: all .6s;
}
.solution-case .solution-case-ul .case-ul li .title {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.solution-case .solution-case-ul .case-ul li .title:hover {
  background-color: rgba(28, 109, 212, 0.5);
}
.bottom-index {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bottom-index .div {
  padding-top: 114px;
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #0e45ae;
}
.bottom-index .div:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bottom-index .div1:after {
  background: url('../images/icon.png') no-repeat -103px -197px;
  width: 80px;
  height: 74px;
  top: 13px;
}
.bottom-index .div2:after {
  background: url('../images/icon.png') no-repeat -13px -191px;
  width: 78px;
  height: 80px;
  top: 10px;
}
.bottom-index .div3:after {
  background: url('../images/icon.png') no-repeat -205px -198px;
  width: 80px;
  height: 72px;
  top: 14px;
}

.bottom-index .div1:hover:after {
  background: url(../images/111.png);
}

.bottom-index .div2:hover:after {
  background: url(../images/222.png);
}

.bottom-index .div3:hover:after {
  background: url(../images/333.png);
}
footer {
  background-color: #252e3a;
  padding-top: 50px;
}
footer .footer-div {
  padding-bottom: 30px;
  float: left;
  position: relative;
}
footer .footer-div:first-child:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #444;
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer-div:last-child:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #444;
  position: absolute;
  top: 0;
  left: 0;
}
footer .div-left {
  width: 29%;
  padding-left: 65px;
  font-size: 16px;
  line-height: 24px;
  color: #aaaaaa;
  position: relative;
  padding-right: 110px;
  text-align: justify;
}
footer .div-left:before {
  content: '';
  position: absolute;
  background: url('../images/icon.png') no-repeat -143px -143px;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
footer .div-left .p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 5px;
}
footer .div-left .p + .p {
  /* padding-top: 0; */
  /* padding-bottom: 5px; */
}
footer .div-middle {
  width: 50%;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 0;
  text-align: justify;
}
footer .div-middle:after {
  content: '';
  display: inline-block;
  width: 100%;
}
footer .div-middle dl {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
footer .div-middle dt {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
footer .div-middle dd {
  font-size: 16px;
}
footer .div-middle dd a {
  color: #aaaaaa;
}
footer .div-right {
  padding-left: 110px;
	font-size: 0;
}
footer .div-right div{
	width: 140px;
	display: inline-block;
	vertical-align: top;
}
footer .div-right div:last-child{
	margin-left: 10px;
}
footer .div-right img {
  display: block;
	margin: 0 auto;
  margin-bottom: 20px;
}
footer .div-right p {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
}
footer .footer-bottom {
  border-top: 1px solid #444;
  font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  padding: 12px 0;
}
footer .footer-bottom a {
  color: #ff8800;
}
footer a:hover {
  text-decoration: underline;
}


.fixedDiv{
	position:fixed;
	z-index: 9999;
	width: 50px;
	height: 155px;
	background-color: #ffffff;
	box-shadow: 0px 2px 6px 0px 
		rgba(102, 102, 102, 0.2);
	border-radius: 8px;
	right: 5px;
	bottom: 15%;
}
.fixedDiv .fixedDiv_div{
	width: 100%;
	height: 33.333%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.fixedDiv .right_top1:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('../images/icon.png') no-repeat  -309px -265px;
  width: 27px;
  height: 30px;
}
.fixedDiv .tel_top:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('../images/icon.png') no-repeat -259px -32px;
	width: 30px;
	height: 30px;
}
.fixedDiv .tel_top div{
	position: absolute;
	top: 0;
	right: 55px;
	font-size: 16px;
	line-height: 30px;
	color: #49ca27;width: 210px;
	height: 104px;
	background-color: #ffffff;
	box-shadow: 0px 2px 6px 0px 
		rgba(102, 102, 102, 0.2);
	border-radius: 8px;
	padding-left: 10px;
	padding-top: 7px;
	opacity: 0;
}
.fixedDiv .tel_top:hover{
	overflow: visible;
}
.fixedDiv .tel_top:hover div{
	opacity: 1;
}
.fixedDiv .return_top:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('../images/icon.png') no-repeat -219px -159px;
	width: 30px;
	height: 27px;
}