.head {
	height: 100px;
	position: absolute;
	z-index: 999;
	display: flex;
	width: 100%;
}
.head .logo {
	margin-top: 18px;
	flex: 2;
}
.head .logo img {
	height: 40px;
}
#contact {
	background: transparent;
}
.head .tabbar {
	flex: 8;
}
.head .cn {
	flex: 2;
	text-align: center;
	color: #0ecf80;
	line-height: 80px;
	cursor: pointer;
}
.head .cn img {
	margin-right: 10px;
}
.head .tabbar ul {
	overflow: hidden;
}
.head .tabbar ul li {
	float: left;
	color: #fff;
	line-height: 80px;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
}

.head .tabbar ul li a {
	display: inline-block;
	height: 100%;
	padding: 0 30px;
}
.head .tabbar ul li a:hover {
    color: #333;
    text-decoration: none;
} 

@keyframes example {
  from {background-color: transparent;}
  to {background-color: white;}
}

/* 向此元素应用动画效果 */
.head .tabbar ul li:hover {
  background-color: transparent;
  animation-name: example;
  animation-duration: 1s;
  color: #333;
}
.head .tabbar ul li a:hover {
  animation-name: example;
  animation-duration: 1s;
  color: #333;
}
.head .tabbar ul {
	float: right;
}
#index .re {
	min-height: 100px;
	margin-bottom: 30px;
}
.re .swiper {
	width: 100%;
}
.re .swiper .tips7 img {
	width: 100%;
	height: auto;
}
#company .list .profile {
	font-size: 36px;
	padding-left: 0;
}
.news .list .company {
	color: #62b4e9;
	font-size: 22px;
}
.news .list button {
	background: #62b4e9;
	outline: none;
	border: none;
	padding: 10px 50px;
	color: #fff;
	margin-top: 20px;
}
.re .swiper .tips7 {
	text-align: center;
}
.news {
	margin: 10px;
}
.news .flex img {
	width: 100%;
}
.news .flex .pic {
	flex: 0.7;
	margin-top: 10px;
	margin-right: 30px;
}
.news .flex .list {
	flex: 1;
	padding: 10px;
}
.news .flex .list li {
	margin-bottom: 16px;
}
.news .flex .list li h5 {
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 500;
	color: #000;
}
.news .flex .list li p {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	color: #666;
}
.product {
	background-image: url(../img/bj1.jpg);
	background-size: cover;
	padding: 100px 0;
	margin-bottom: 100px;
}
.product-list {
	background-color: rgba(0,0,0,0.5);
	padding: 30px;
	text-align: center;
	color: #fff;
	flex: 1;
	margin: 10px 10px;
	height: 290px;
	cursor: pointer;
}
.product-list a {
	display: block;
	height: 100%;
}
.product-list a:hover {
	text-decoration: none;
	color: #fff;
}
.product-list .headbg {
	margin-bottom: 20px;
}
.product-list .headbg img {
	margin: 10px 0;
	height: 10px;
}
.product-list .pic img {
	margin: 20px 0;
	height: 80px;
}
.product-list .name {
	font-size: 16px;
	color: #bec9d7;
}
.product-list .more {
	margin-top: 20px;
	font-size: 20px;
}
.product-list .more span {
	border-radius: 30px;
	color: #e1e6eb;
}
.advantage {
	width: 100%;
	margin: 40px 0 60px 0;
}
.advantage .item {
	flex: auto;
	background-color: #eeeeee;
	padding: 20px 0;
	padding-left: 130px;
}
.advantage .item:hover {
	background-color: #51aee7;
	transition: background-color 0.6s;
}
.advantage .item:hover span {
	color: #fff;
	transition: color 0.6s;
}
.advantage .item img {
	margin-right: 12px;
	height: 40px;
}
.advantage .item span {
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.service .core-technology {
	flex: 1;
	position: relative;
	min-height: 380px;
}
.service .core-technology .item-pic {
	position: absolute;
	height: 100%;
	overflow: hidden;
}
.service .core-technology .item {
	height: 100%;
}
.service .core-technology .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(81,174,231,0.6);
	padding-top: 100px;
	box-sizing: border-box;
}
.service .core-technology .item-box div {
	text-align: center;
}
.service .core-technology .item-box img {
	width: 80px;
	visibility: hidden;
}
.service .core-technology .item-pic img {
	width: 100%;
	min-height: 100%;
}
.service .core-technology .item-box p {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}
.service .core-technology .item-box p span {
	color: #fff;
	background-color: transparent;
}
@keyframes example {
  from {background-color: rgba(81,174,231,0.6);}
  to {background-color: rgba(225,225,225,0.8);}
}
@keyframes tip {
  from {visibility: hidden;}
  to {visibility: visible;}
}
/* 向此元素应用动画效果 */
.service .core-technology .item-box:hover {
  animation-name: example;
  animation-duration: 1s;
  background-color: rgba(225,225,225,0.8)
}
.service .core-technology .item-box:hover p span {
  animation-name: example;
  animation-duration: 1s;
  color: #333;
  background-color: transparent;
}
.service .core-technology .item-box:hover img {
  animation-name: tip;
  animation-duration: 1s;
  visibility: visible;
}
.contact .serve {
	padding-top: 100px;
	padding-bottom: 30px;
	width: 860px;
}
.serve .pa {
	position: absolute;
	width: 860px;
}
.serve .pa .prev {
	float: left;
	margin-left: -50px;
	margin-top: 100px;
}
.serve .pa .next {
	float: right;
	margin-right: -50px;
	margin-top: 100px;
}
.serve .pa img {
	width: 30px;
}
.serve .explain {
	line-height: 26px;
	text-align: center;
	margin-top: 40px;
	padding: 0 46px;
	background-image: url(../img/yh.png);
	background-size: 100% 100%;
}
.contact .serve .product-list {
	padding: 60px 30px;
	margin: 10px 5px;
}
#index .contact {
	padding: 120px 0 100px;
}
.pack .contact {
	background-image: url(../img/bg2.jpg);
	padding: 120px 0 100px;
}
.contact .product-list img {
	height: 40px;
	margin: 10px 0;
}
.contact .flex .product-list {
	background-color: #f4f4f4;
	height: auto;
	padding-bottom: 40px;
}
.contact .flex .product-list:hover {
	background-color: #51aee7;
	transition: background-color 0.5s;
}
.contact .flex .product-list:hover h6 {
	color: #fff;
}
.contact .flex .product-list:hover p span {
	color: #fff;
}
.contact .flex {
	margin-top: -40px;
}
.contact .idea {
	text-align: center;
	padding: 0 100px 80px;
	line-height: 26px;
	color: #666;
}
#index #company {
	background-color: #fff;
	padding-bottom: 0px;
	margin-top: -100px;
}
.contact .flex h6 {
	color: #666;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0 10px 0;
}
.contact .flex p span {
	color: #666;
	font-size: 14px;
}
.contact .line {
	text-align: center;
	margin-top: -60px;
	margin-bottom: 40px;
}
.contact .line span {
	display: inline-block;
	width: 70px;
	height: 4px;
	background-color: #51aee7;
}
.news {
	background-color: #eeeeee;
	padding: 50px 0 180px 0;
}
.news .product-list {
	margin: 10px;
	padding: 0;
}
.news .product-list img {
	width: 100%;
}
.news .news-content {
	background-color: #fff;
	padding: 14px 20px;
}
.news .news-content:hover {
	background-color: #51aee7;
	transition: background-color 0.5s;
}
.news .news-content:hover .bt a {
	text-decoration: none;
	color: #fff;
}
.news .news-content:hover .text,.news .news-content:hover .more span,.news .news-content:hover .more .fr a {
	color: #fff;
}
.news .news-content .bt {
	margin-bottom: 10px;
	text-align: left;
}
.news .news-content .bt a {
	color: #51aee7;
	font-size: 16px;
}
.news .news-content .text {
	margin-bottom: 20px;
	line-height: 22px;
	height: 44px;
	text-align: left;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.news .product-list .more {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.news .product-list .more span {
    color: #999;
}
.news .product-list a {
	display: block;
	height: 100%;
}
.news .product-list p img {
	margin: 20px 0;
	height: 100px;
}
.news .product-list .name {
	font-size: 18px;
	color: #fff;
	margin-top: 140px;
	margin-bottom: 10px;
}
.news .product-list .more img {
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.news .product-list .more .fr {
	flex: auto;
	text-align: right;
}
.news .product-list .more .fr a {	
	color: #999;
}
.footer {
	background-color: #363636;
	padding-top: 90px;
}
.footer .logo {
	padding-top: 40px;
}
.footer .ewm {
	border-left: 5px solid #009e96;
}
.footer .ewm p {
	text-align: center;
}
.footer .ewm p img {
	width: 80px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.footer .logo img {
	width: 200px;
}
.footer .flex {
	margin-bottom: 60px;
}
.footer .flex>div {
	flex: auto;
	font-size: 12px;
}
.footer .flex p {
	color: #f1f1f1;
	font-size: 12px;
	line-height: 30px;
}
.footer .link {
	margin: 0 60px;
	border: 0.5px solid #8b8b8b;
	padding: 14px 20px;
}
.footer .flex p>span:last-child {
	margin-left: 20px;
}
.footer .flex h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
.footer .line {
	line-height: 60px;
	border-top: 1px solid #747373;
	color: #acabab;
	text-align: center;
}
#us {
	/* height: 560px; */
	margin-bottom: 50px;
}
.product-center .swiper img {
	width: 100%;
	height: auto;
}
.product-tabbar .product-bg {
	background-color: #eff1f5;
	height: 80px;
}
.product-tabbar .content .matter {
	height: 80px;
	line-height: 80px;
	margin-top: -80px;
	position: relative;
	margin-bottom: 60px;
}
.product-tabbar .matter .sign {
	background-color: #51AEE7;
	height: 110px;
	line-height: 110px;
	position: absolute;
	top: -15px;
	width: 25%;
	color: #fff;
}
.product-tabbar .matter a.sign {color: #fff;
}
.product-tabbar .matter .item {
	flex: 1;
	text-align: center;
	position: absolute;
	width: 25%;
	font-size: 15px;
	color: #000
}
.product-tabbar .matter .item img {
	margin: 10px;
}
.product-tabbar .matter .item:first-child {
	left: 0;
}
.product-tabbar .matter .item:nth-child(2) {
	left: 25%;
}
.product-tabbar .matter .item:nth-child(3) {
	left: 50%;
}
.product-tabbar .matter .item:last-child {
	left: 75%;
}
.product-tabbar .matter .item:hover {
	background-color: #51AEE7;
	height: 110px;
	line-height: 110px;
	position: absolute;
	top: -15px;
	width: 25%;
	transition: height 1s;
	transition: background-color 0.5s;
}
.product-tabbar .matter .item:hover span {
	color: #fff;
}
#product-list .header {
	border-bottom: 2px solid #51AEE7;
	margin-bottom: 20px;
}
#product-list .header>div {
	flex: auto;
	text-align: center;
	line-height: 70px;
	height: 70px;
}
#product-list li {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
#product-list li>div {
	flex: auto;
	text-align: center;
	line-height: 39px;
	width: 33.33%
}
#product-list li>div img {
	/*width: 150px;*/
	height: 40px
}
#product-list .page {
	text-align: center;
	margin: 40px 0 80px 0;
}
#product-list .page button {
	text-align: center;
	border: none;
	outline: none;
	padding: 10px 30px;
	background-color: #51AEE7;
	cursor: pointer;
}
#product-list .page button img {
	width: 30px;
}
.pack .swiper img {
	width: 100%;
	height: auto;
}
.re .head {
	background-color: rgba(0,0,0,0.3);
	height: 80px;
	
}
.pack .tips7 .tab {
	width: 200px;
	background-color: #37363c;
	height: min-content;
}
.pack .tips7 {
	margin: 100px 0;
	box-shadow: 0 0 40px #eae8e8;
	height: 470px;
}
.tips7 .tab .tips8 {
	background-color: #fff;
	color: #333;
}
.card {
	padding: 26px 0;
	background-color: #51AEE7;
}
.card p {
	text-align: center;
	color: #fff;
	font-size: 36px;
}
.card .en {
	font-size: 14px;
	margin-top: 10px;
}
.tips7 .tab .tips8 a {
	color: #333 !important;
}
.flex .tab li:hover,.flex .tab li a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.flex .tab .pro-list a,.flex .tab .pro {
	color: #999999;
	padding: 28px 0;
	display: inline-block;
	width: 186px;
	margin-left: 2px;
	cursor: pointer;
	padding-left: 28px;
}
.flex .tab .pro-list a img {
	width: 20px;
	margin-right: 6px;
}
.profile {
	flex: auto;
	padding: 30px 50px;
}
.tips7 .profile .profile-title {
	font-size: 24px;
	padding: 30px 0 15px 0;
}
.profile .pic img {
	width: 100%;
	height: auto;
	max-height: 200px;
	max-width: 100%;
	top: 30px;
}
.tips7 .profile .info {
	color: #666;
	line-height: 26px;
}
.profile .company {
	background: #f9f9f9;
	width: 500px;
	height: 340px;
	top: 150px;
	right: 330px;
	padding: 20px;
	box-sizing: border-box;
}
.profile .company>p  {
	color: #36AB60;
	font-size: 22px;
	padding: 18px 0;
}
.profile .company li  {
	margin-bottom: 10px;
	line-height: 24px;
}
.profile .company li span {
	background-color: #36AB60;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	margin-right: 15px;
}
.profile .border {
	background: #36AB60;
	width: 500px;
	height: 350px;
	top: 140px;
	right: 320px;
}
.profile .re {
	/* height: 570px; */
	margin-bottom: 50px;
}
.tips4 .tips5 {
	display: block;
}
.packing li {
	text-align: center;
}
.page {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: span 3;
  padding: 0px 20px;
  align-items: center;
}

.page-contents {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
}
.home-page .time {
	padding: 0 28px;
}
.home-page .time p {
	font-size: 24px;
}
.home-page .time p span {
	font-size: 14px;
}
.home-page .time p span {
	font-size: 14px;
}
.home-page .detail {
	flex: 3;
}
.home-page .detail>div {
	text-align: right;
	margin-top: 30px;
	color: #999;
}
#index .news {
	margin: 0;
	padding-top: 100px;
	padding-bottom: 260px;
}
.home-page .detail p {
	line-height: 26px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.home-page .detail h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.home-page {
	padding: 0;
}
.home-page .aaa .pic {
	width: 210px;
	overflow: hidden;
}
.home-page .aaa .pic img {
	width: 100%;
	height: 100%;
}
.home-page .flex {
	margin: 20px 0;
	background-color: #f5f5f5;
	padding: 20px 40px 20px 20px;
}

.contact .introduce {
	background-size: cover;
	height: 280px;
	background-color: #f9f9f9;
	box-shadow: 0 0 27px 10px #cbcaca40;
	position: relative;
	width: 1100px;
	margin: -200px auto;
}
.contact .introduce .introduce-brief p {
	padding: 0 40px 20px 40px;
	line-height: 26px;
	color: #999;
	margin-top: -10px;
	color: #666;
	font-size: 14px;
}
.contact .introduce .introduce-brief h6 {
	padding: 26px 20px 0 40px;
	margin-top: 0;
	color: #333;
}
.contact .introduce .pic img {
	height: 280px;
}
.paging span {
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	margin: 10px 4px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.paging span:hover {
	background-color: #51AEE7;
	color: #fff;
}
.paging .flex {
	margin: 0 auto 100px;
	width: 450px;
}
.map img {
	width: 100%;
}
.focus {
	color: #fff;
}
.form {
	padding: 50px 100px 20px 80px;
	font-size: 16px;
	flex: 1;
}
.relation {
	margin-top: 40px;
	background-color: #fafafa;
}
.relation .info {
	flex: 1;
	padding: 70px 50px 20px 80px;
}
.relation .info h5 {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 500;
}
.relation .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.form .lable {
	margin-right: 20px;
	line-height: 48px;
}
.form .flex {
	margin: 10px 0;
}
.form .flex .inp {
	flex: auto;
}
.form .flex .inp input {
	width: 90%;
	height: 42px;
	border: 1px solid #ccc;
	outline: none;
	line-height: 42px;
	padding-left: 20px;
	background-color: transparent;
}
.form .flex .inp textarea {
	resize: none;
	width: 90%;
	border: 1px solid #ddd;
	outline: none;
	padding-left: 20px;
	background-color: transparent;
}
.form .flex .inp button {
	width: 90%;
	border: none;
	outline: none;
	height: 42px;
	line-height: 42px;
	background-color: #51AEE7;
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}
.profile .map {
	text-align: center;
	padding-top: 200px;
}
.detail .head {
	background-color: rgba(0,0,0,0.5);
}
.detail .re {
	height: 100px;
}
.news-detail {
	margin: 30px 0 30px;
}
.news-detail h3 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.news-detail p {
	font-size: 14px;
	text-align: center;
	color: #666;
	margin-top: 20px;
	margin-bottom: 50px;
}
.news-detail .title {
	color: #666;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
}
.news-detail .pic {
	text-align: center;
	margin: 20px 0;
}
.news-detail .text {
	line-height: 30px;
	padding: 10px 30px;
	font-size: 16px;
}
.tips>div {
	flex: 1;
	padding: 20px 30px;
}
.tips>div a {
	color: #51AEE7;
	font-size: 18px;
	
}
.tips .next {
	text-align: right;
}
.product-detail {
	background: linear-gradient(105deg, #C4F4EC, #B9F4EA);
	text-align: center;
	margin: 10px 40px;
}
.flex .aaa {
	display: flex;
}
.pack .layout .flex .aaa:hover {
	text-decoration: none;
	color: #3B95FA;
}
.list .tips6 {
	display: block;
}
.list .tips6:hover {
	text-decoration: none;
}
