﻿
.about .words {
	font-size: 14px;
	color: #181818;
	line-height: 32px;
}

.about .more-box {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 27px;
}

.about .more {
	display: inline-block;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 0 32px;
	background-image: url(/images/img10.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.about .video-box {
	position: relative;
}

.about .video-box .suspend {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.about .video-icon {
	display: inline-block;
	cursor: pointer;
}

.about .video-box .name {
	display: block;
	margin-top: 20px;
	font-size: 24px;
	color: #ffffff;
}

.solutions {
	margin-bottom: 80px;
}

.solutions .title {
	margin-bottom: 50px;
}

.solutions .text-box {
	text-align: center;
}

.solutions .words {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.home-main .solutions .nav-box {
	margin: 60px auto 65px;
}

.home-main .solutions .nav-box .list {
	width: 16.66%;
}

.case {
	padding-bottom: 20px;
}

.case .title {
	margin-bottom: 70px;
}

.case-list .list {
	width: 40.38%;
	height: 372px;
	margin-right: 1.29%;
	margin-bottom: 13px;
	position: relative;
	background-size: cover;
	transition: all .3s;
}

.case-list .list:nth-child(2n) {
	margin-right: 0;
}

.case-list .list.special {
	width: 58.33%;
}

.case-list .list .hang {
	padding: 60px 60px 35px;
	text-align: center;
	background-color: #f7f7f7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
}

.case-list .list.special .hang {
	background-color: #efefef;
}

.home-main .case-list .icon {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 28px;
}

.case-list .icon img {
	transition: all .3s;
}

.case-list .img_2 {
	display: none;
}

.case-list .h1 {
	font-size: 30px;
	color: #1a1a1a;
	margin-bottom: 26px;
	transition: all .3s;
}

.home-main .case-list .words {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	transition: all .3s;
	height: 56px;
	-webkit-line-clamp: 2;
}

.case-list .more {
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	padding: 9px 30px;
	font-size: 16px;
	color: #222222;
	border: 1px solid #cccccc;
	margin-top: 40px;
	transition: all .3s;
}

.home-main .case-list .list:hover {
	background-size: 105% 105%;
	background-position: center center;
}

.home-main .case-list .list:hover .hang {
	background-color: rgba(0, 0, 0, .7);
}

.home-main .case-list .list:hover .img_1 {
	display: none;
}

.home-main .case-list .list:hover .img_2 {
	display: inline-block;
}

.home-main .case-list .list:hover .h1 {
	color: #ffffff;
}

.home-main .case-list .list:hover .words {
	color: #ffffff;
}

.home-main .case-list .list:hover .more {
	color: #ffffff;
	border: 1px solid #ffffff;
}

.strength .back {
	height: 467px;
	background-size: cover;
}

.strength .title {
	padding-top: 80px;
	margin-bottom: 45px;
}

.strength .title::before {
	display: none;
}

.strength .title::after {
	display: none;
}

.strength .data-box {
	position: relative;
	margin-top: -225px;
}

.data-list {
	font-size: 0;
}

.data-list li {
	display: inline-block;
	width: 23.71%;
	margin-right: 1.72%;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
	padding: 60px 0 40px;
	border: 1px solid #e7e7e7;
	transition: all .3s;
}

.data-list li:last-child {
	margin-right: 0;
}

.data-list li .box {
	display: inline-block;
}

.data-list .icon {
	margin-bottom: 50px;
	display: inline-block;
}

.data-list .number {
	font-size: 34px;
	color: #0a0a0a;
	margin-bottom: 60px;
	font-weight: bold;
}

.data-list .words {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	height: 48px;
}

.data-list li:hover {
	border: 1px solid #ffffff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}

.news {
	margin-top: 145px;
	padding-bottom: 80px;
}

.news .title {
	margin-bottom: 80px;
}

.news-list {
	font-size: 0;
}

.news-list .list {
	transition: all .3s;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
}

.news-list .list:last-child {
	margin-right: 0;
}

.news-list .list:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.news-list .text {
	padding: 34px 30px 30px;
}

.news-list .h1 {
	font-size: 24px;
	color: #242424;
	margin-bottom: 25px;
	line-height: 1.1;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list .words {
	font-size: 14px;
	color: #505050;
	line-height: 24px;
	height: 48px;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list .time {
	font-size: 16px;
	color: #6a6a6a;
	line-height: 16px;
	padding: 0 24px;
	background: url(/images/img32.png) center left no-repeat;
}

.news .more-box {
	text-align: center;
	margin-top: 70px;
}

.news .more {
	display: inline-block;
	vertical-align: top;
	padding: 10px 50px;
	border: 1px solid #000000;
	border-radius: 3px;
	font-size: 14px;
	color: #1d1d1d;
}


/* product */
.case-screen .r-box {
	float: right;
	font-size: 0;
	/* height: 80px; */
}

.case-screen .column {
	position: relative;
	display: inline-block;
	font-size: 20px;
	margin-left: 54px;
}

.case-screen .column a {
	color: #333;
}

.case-screen .column:nth-child(1) {
	margin-left: 0;
}

.case-screen .column.on_2 {
	font-weight: bold;
	position: relative;
}

.case-screen .column.on_2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -5%;
	width: 110%;
	height: 2px;
	background: #f73b3b;
}

.banner {
	position: relative;
}

.banner li {
	position: absolute;
}

.keyfobs-banner .icon_1 {
	left: 0;
	bottom: 110px;
}

.keyfobs-banner .box {
	position: relative;
}

.keyfobs-banner .icon_1 .img_2 {
	position: absolute;
	top: 140px;
	right: 120px;
}

.keyfobs-banner .icon_2 {
	top: 50%;
	left: 50%;
	margin-top: -209px;
	margin-left: -230px;
}

.keyfobs-banner .icon_2 .img_2 {
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	text-align: center;
}

.keyfobs-banner .icon_3 {
	top: 55%;
	left: 47%;
}

.cust-banner .icon_1 {
	top: 50%;
	left: 0;
	margin-top: -200px;
	width: 100%;
	text-align: center;
	width: 100%;
}

.cust-banner .img {
	display: inline-block;
	vertical-align: top;
}

.cust-banner .icon_2 {
	bottom: 10%;
	left: 37%;
}

.cust-banner .icon_3 {
	bottom: 10%;
	left: 67%;
}

.cust-banner .icon_4 {
	bottom: 6%;
	left: 89%;
}

.cust-banner .icon_5 {
	bottom: 52%;
	left: 89%;
}

.card-banner .icon_1 {
	left: 0;
	bottom: 10%;
}

.card-banner .box {
	position: relative;
}

.card-banner .img_1 {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding-right: 32%;
	padding-top: 8%;
}

.card-banner .img_2 {
	margin-bottom: 3%;
}

.wrist-banner {
	overflow: hidden;
}

.wrist-banner .icon_1 {
	left: 5%;
	top: 5%;
}

.wrist-banner .box {
	position: relative;
}

.wrist-banner .icon_1 .img_1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 5%;
	padding-left: 15%;
}

.wrist-banner .icon_2 {
	left: 6%;
	bottom: 10%;
}

.wrist-banner .icon_3 {
	left: 46%;
	bottom: 0;
}

.wrist-banner .icon_4 {
	left: 44%;
	bottom: 35%;
}

.wrist-banner .icon_4 .img_1 {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 123px;
}

.wrist-banner .icon_4 .img_2 {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 183px;
}

.prod-main .title {
	padding: 60px 0 50px;
	text-align: center;
	position: relative;
}

.prod-main .title .l-line {
	position: absolute;
	top: 52%;
	left: 0;
	width: calc(40% - 25px);
	height: 1px;
	background: #bdbdbd;
}

.prod-main .title .r-line {
	position: absolute;
	top: 52%;
	right: 0;
	width: calc(40% - 25px);
	height: 1px;
	background: #bdbdbd;
}

.prod-main .title .en {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: bold;
}

.main-page .prod-nav {
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
}

.main-page .prod-nav li {
	display: inline-block;
	vertical-align: top;
	line-height: 48px;
	border-right: 0;
	text-align: center;
	padding: 30px 40px;
	margin: 0 7px;
}


.main-page .prod-nav li.special {
	width: 70px;
}

.main-page .prod-nav a {
	font-size: 16px;
	color: #505050;
	display: block;
	transition: all .3s;
	position: relative;
}

.main-page .prod-nav li.on {
	background-color: #f7f7f7;
}

.main-page .prod-nav li.on a {
	color: #ff4f51;
}

.main-page .prod-nav li.on a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -10%;
	width: 120%;
	height: 2px;
	background-color: #ff4f51;
}

.main-page .prod-nav3 li {
	width: 363px;
}

.prod-main .prod-list li {
	float: left;
	width: 23.71%;
	margin-right: 1.72%;
	padding: 30px 0;
	margin-bottom: 13px;
	transition: all .3s;
	text-align: center;
}

.prod-main .prod-list li:nth-child(4n) {
	margin-right: 0;
}

.prod-main .prod-list .img {
	text-align: center;
	padding: 10px;
}

.prod-main .prod-list .text-box {
	padding: 0 35px;
}

.prod-main .prod-list .name {
	font-size: 18px;
	color: #070707;
	text-align: center;
	margin: 10px 0 15px;
}

.prod-main .prod-list .words {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 30px;
}

.prod-main .prod-list .more {
	display: block;
	padding: 9px 0;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #666666;
	transition: all .3s;
}

.prod-main .prod-list li:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.prod-main .prod-list li:hover .more {
	color: #1d1d1d;
}

.prod-main .mores {
	width: 154px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #000;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
	border-radius: 20px;
}

.prod-main .mores a {
	display: block;
	font-size: 14px;
	color: #1d1d1d;
}

.prod-details .top-box {
	padding-bottom: 75px;
}

.prod-details .top-box .img-box {
	float: left;
	width: 451px;
}

.prod-details .view {
	width: 449px;
	border: 1px solid #c4c4c4;
	margin-bottom: 25px;
}

.prod-details .top-box .text-box {
	float: right;
	width: calc(100% - 486px);
	margin-left: 35px;
}
.prod-details .top-box em {
    float: right;
    font-weight: 200;
    font-size: 14px;
    line-height: 14px;
}
.prod-details .top-box a {
    color:#9f9f9f;
}
.plianxi{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: calc(80% - 35px);
    vertical-align: top;
    word-wrap: break-word;
    text-align: center;
    background: #003d94;
    border-radius: revert;
    border-radius: 10px;
}
.plianxi b{
	font-size: 12px;
	color: #ffbf00;
	font-weight: 100;
}
.wx_tool a{
    width: 50%;
    float: left;
}
.wx_tool_left{
    float: left;
    background-color: #037ef3;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 40px;
}
.wx_tool_right{
    float:right;
    background-color: #37b256;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    margin-right: 50px;
}
/* wx_tool */
.wx_tool {
  display: inline-block;
  position: relative;
}

.wx_tool .bottom {
  min-width: 200px;
  top: 40px;
  left: 34%;
  transform: translate(-50%, 0);
  padding: 10px;
  color: #444444;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  text-align: center; 
}
.wx_tool .bottom h3 {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0; 
}

.wx_tool:hover .bottom {
  display: block;
  visibility: visible;
  opacity: 1;
}
.wx_tool .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden; 
}
.wx_tool .bottom i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); 
}

.fa-weixin:before {
  content: "\f1d7"; 
}
.fa-shopping-cart:before {
    content: "\f07a";
}

.prod-details .top-box pho {
    color: #ff0000;
    font-size: 22px;
    font-weight: 700;
	line-height: 50px;
}
.plianxi a{color:#fff !important;}


.prod-details .preview .img {
	border: 1px solid #c4c4c4;
}

.prod-details .preview .active-nav .img {
	border: 0;
}

.prod-details .top-box .h1 {
	font-size: 24px;
	color: #333;
	height: 84px;
	line-height: 42px;
	font-weight: bold;
}

.prod-details .top-box .h2 {
	font-size: 18px;
	color: #333;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 12px;
	font-weight: bold;
}

.prod-details .top-box td {
	font-size: 0;
	padding: 12px 0;
	vertical-align: top;
}

.prod-details .top-box td>span {
	white-space: normal;
}

.prod-details .top-box td:nth-child(1) {
	width: 40%;
	padding-right: 5%;
}

.prod-details .top-box .icon {
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 23px;
	margin-right: 22px;
	vertical-align: top;
}

.prod-details .top-box .words {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	display: inline-block;
	width: calc(100% - 45px);
	vertical-align: top;
	word-wrap: break-word;
}

.prod-details .top-box li {
	margin-bottom: 70px;
}
.pro_f3{
float: right;
width: 20%;
margin-top: 14px;
    
}
.pro_f3 ul li a{
font-weight: 200;
font-size: 14px;
line-height: 14px;
color: #9f9f9f;
}
.prod-details .top-box .pro_f3 ul li{
font-weight: 200;
font-size: 14px;
line-height: 14px;
margin-bottom: 6px;
border: 1px solid #c4c4c4;
padding: 6px;
background-color: #0079dc;
color: #fff;
border-radius: 4px;
}
.prod-details .top-box .pro_f3 ul li a{
color: #00ffef;
}
.pro_title{
font-size: 24px;
color: #333;
height: 84px;
line-height: 42px;
font-weight: bold;
}
.prod-details .top-box h1 {
font-size: 24px;
color: #333;
height: 84px;
line-height: 42px;
font-weight: bold;
width: 80%;
float: left;
}
.prod-details .top-box li:last-child {
	margin-bottom: 0;
}

.prod-details .preview {
	position: relative;
}

.prod-details .preview .arrow-right {
	background: url(/images/img152.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	z-index: 10;
}

.prod-details .preview .arrow-left {
	background: url(/images/img151.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	z-index: 10;
}

.prod-details .titles {
	height: 88px;
	line-height: 88px;
	background: #f5f5f5;
	text-align: center;
	margin-bottom: 38px
}

.prod-details .titles .en {
	font-size: 30px;
	color: #333;
}

.prod-details .cent-box th {
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	background: #f6f6f6;
}

.table-list td:nth-child(2) {
	word-wrap: break-word;
	/*word-break: break-all;*/
	width: 40%;
}

.prod-details .list_1 td {
	padding: 60px 0;
}

.prod-details .list_2 {
	font-size: 0;
	margin-bottom: 26px;
}

.prod-details .list_2 table {
	display: inline-block;
	width: 47%;
	margin-right: 6%;
	vertical-align: top;
}

.prod-details .list_2 table:nth-child(2n) {
	margin-right: 0;
}

.prod-details .list_2 td {
	padding: 10px 20px;
	vertical-align: top;
}

.prod-details .list_2 tr:nth-child(1) td {
	padding-top: 36px;
}

.prod-details .list_2 td:nth-child(1) {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
	width: 20%;
}

.prod-details .list_2 td:nth-child(2) {
	font-size: 12px;
	color: #5e5e5e;
	line-height: 24px;
}

.prod-details .list_3 {
	margin-bottom: 26px;
}

.prod-details .list_3 td {
	padding: 10px 20px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	width: 50%;
}

.prod-details .list_3 tr:nth-child(1) td {
	padding-top: 36px;
}

.prod-details .list_4 {
	margin-bottom: 15px;
}

.prod-details .list_4 .name {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	display: block;
}

.prod-details .list_4 .img {
	margin-top: 37px;
}

.prod-details .list_4 .list-box {
	font-size: 0;
}

.prod-details .list_4 .list-box .h1 {
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	background: #f6f6f6;
	font-weight: bold;
}

.prod-details .list_4 .list-box li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 35px 20px;
}

.recom-prod .titles {
	height: 88px;
	line-height: 88px;
	background: #f5f5f5;
	text-align: center;
	margin-bottom: 43px;
}

.recom-prod .titles .en {
	font-size: 30px;
	color: #333;
}

.recom-prod .carousel {
	position: relative;
	margin-bottom: 50px;
}

.recom-prod .carousel a {
	display: block;
}

.recom-prod .l-but,
.recom-prod .r-but {
	position: absolute;
	width: 10%;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 9;
	transition: all .3s;
}

.recom-prod .l-but {
	left: -5%;
}

.recom-prod .r-but {
	right: -5%;
}

.recom-prod .l-but:hover {
	opacity: 1;
}

.recom-prod .r-but:hover {
	opacity: 1;
}

.recom-prod .swiper-button-next,
.recom-prod .swiper-button-prev {
	width: 42px;
	height: 42px;
	z-index: 10;
}

.recom-prod .swiper-button-next {
	background: url(/images/img203.png) center center no-repeat;
	background-size: cover;
	right: 0;
}

.recom-prod .swiper-button-prev {
	background: url(/images/img204.png) center center no-repeat;
	background-size: cover;
	left: 0;
}

.news .l-but,
.news .r-but {
	position: absolute;
	width: 10%;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 9;
	transition: all .3s;
}

.news .l-but {
	left: -2.5%;
}

.news .r-but {
	right: -2.5%;
}

.news .l-but:hover {
	opacity: 1;
}

.news .r-but:hover {
	opacity: 1;
}

.news .swiper-button-next,
.news .swiper-button-prev {
	width: 42px;
	height: 42px;
	z-index: 10;
}

.news .swiper-button-next {
	background: url(/images/img203.png) center center no-repeat;
	background-size: cover;
	right: 0;
}

.news .swiper-button-prev {
	background: url(/images/img204.png) center center no-repeat;
	background-size: cover;
	left: 0;
}

.recom-prod .l-mask,
.recom-prod .r-mask {
	position: absolute;
	width: 80px;
	height: 100%;
	background: rgba(0, 0, 0, .32);
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: all .3s;
}

.recom-prod .l-mask {
	left: 11px;
}

.recom-prod .r-mask {
	right: 11px;
}

.recom-prod .slick_2 .list {
	padding: 34px 0;
}

/*.recom-prod .prod-swip{overflow: initial;}*/
.prod-swip {
	padding: 10px;
}

.recom-prod .prod-swip .list {
	padding: 20px 0 30px;
	transition: all .3s;
	text-align: center;
}

.recom-prod .prod-swip .list .img {
	text-align: center;
}

.recom-prod .prod-swip .list:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.recom-prod .prod-swip .name {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 31px;
	font-weight: bold;
}

.recom-prod .slick_2 .suspend {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(245, 245, 245, .9);
	transition: all .3s;
	opacity: 0;
	padding: 105px 45px 0;
}

.recom-prod .name2 {
	font-size: 28px;
	color: #000;
	margin-bottom: 37px;
}

.recom-prod .slick_2 .icon {
	width: 28px;
	height: 1px;
	background: #fff;
	margin-bottom: 13px;
}

.recom-prod .slick_2 .words {
	font-size: 14px;
	color: #090909;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	height: 192px;
	margin-bottom: 20px;
}

.recom-prod .slick_2 .more {
	padding: 0 22px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #161616;
	background: #dedede;
	border-radius: 20px;
	display: inline-block;
}

/*.recom-prod .slick_2 .list:hover{box-shadow: 0 5px 10px rgba(0,0,0,.1);}*/
.recom-prod .slick_2 .list:hover .suspend {
	opacity: 1;
}

.recom-prod .more-box {
	width: 154px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #000;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	border-radius: 20px;
}

.recom-prod .more-box a {
	display: block;
	font-size: 14px;
	color: #1d1d1d;
}

.cust-prod {
	padding-bottom: 50px;
}

.cust-prod .title {
	border-bottom: 1px solid #dbdbdb;
	padding: 50px 0;
}

.cust-prod .h1 {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: bold;
}

/* news */
.news-main .title {
	padding: 50px 0;
	text-align: center;
}

.news-main .title .h1 {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: bold;
}

.news-main .news-list li {
	margin-bottom: 50px;
}

.news-main .news-list .top {
	margin-bottom: 15px;
}

.news-main .news-list .img {
	float: left;
	width: 370px;
	overflow: hidden;
}

.news-main .news-list img {
	transition: all .5s;
}

.news-main .news-list .text {
	float: left;
	width: calc(100% - 456px);
	margin-left: 24px;
	padding: 20px 30px;
	border: 1px solid #e5e5e5;
	height: 215px;
	transition: all .3s;
	position: relative;
}

.news-main .news-list .h1 {
	float: left;
	width: calc(100% - 155px);
	font-size: 24px;
	color: #242424;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
}

.news-main .news-list .time {
	float: right;
	padding-left: 25px;
	padding-right: 30px;
	background: url(/images/img32.png) center left no-repeat;
	font-size: 16px;
	color: #6a6a6a;
	width: 85px;
	text-align: center;
	line-height: 24px;
}

.news-main .news-list .words {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	height: 140px;
}

.news-main .news-list .more-box {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.news-main .news-list .more {
	font-size: 12px;
	color: #999;
	padding: 0 30px;
	background: url(/images/img11.png) right center no-repeat;
	transition: all .3s;
	line-height: 12px;
}

.news-main .news-list li:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.news-main .news-list li:hover .text {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	border: 1px solid #fff;
}

.news-main .news-list li:hover .h1 {
	color: #ec4e37;
}

.news-main .news-list li:hover .more {
	padding: 0 35px;
	background: url(/images/img10.png) right center no-repeat;
	color: #ec4e37;
}

.news-main .nav-page {
	padding: 10px 0 50px;
}

.news-main .mores-box {
	text-align: center;
	padding-bottom: 75px;
}

.news-main .mores {
	font-size: 12px;
	color: #999;
	padding: 0 30px;
	background: url(/images/img11.png) right center no-repeat;
	transition: all .3s;
	line-height: 12px;
}

.news-main .mores:hover {
	padding: 0 35px;
	background: url(/images/img10.png) right center no-repeat;
	color: #ec4e37;
}

.news-main .top-box {
	padding-top: 50px;
}

.news-main .news-swip {
	margin-bottom: 50px;
}

.news-main .news-swip .img {
	float: left;
	width: 820px;
}

.news-main .news-swip .text {
	float: left;
	width: calc(100% - 885px);
	margin-left: 50px;
	padding-right: 15px;
}

.news-main .news-swip .h1 {
	font-size: 24px;
	color: #000;
	line-height: 40px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 80px;
}

.news-main .news-swip .words {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	height: 120px;
}

.news-main .news-swip .time {
	padding-left: 25px;
	padding-right: 30px;
	background: url(/images/img32.png) top left no-repeat;
	font-size: 16px;
	color: #6a6a6a;
	width: 85px;
	text-align: center;
}

.news-main .news-swip .swiper-pagination {
	width: 275px;
	right: 15px;
	left: auto;
	bottom: 30px;
	text-align: left;
}

.news-main .news-swip .swiper-pagination-bullet {
	margin: 0 23px;
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #c3c3c3;
}

.news-main .news-swip .swiper-pagination-bullet-active {
	background: #ef6f5f;
}

.news-main .news-swip .swiper-pagination-bullet:nth-child(1) {
	margin-left: 0;
}

.news-main .banner {
	position: relative;
}

.news-main .banner .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 18%;
}

.news-main .banner .h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	max-width: 1300px;
	margin: 0 auto;
}

/*.public-news{padding-top: 37px;}*/
.public-news .backdrop .title {
	padding: 37px 0;
	text-align: left;
}

.public-news .backdrop .title .h1 {
	font-size: 30px;
	color: #181818;
	font-weight: bold;
	line-height: 56px;
}

.public-news .back-list .img {
	float: left;
	width: 556px;
}

.public-news .back-list .text {
	float: left;
	width: calc(100% - 618px);
	margin-left: 62px;
	padding-top: 94px;
}

.public-news .back-list .words {
	font-size: 14px;
	color: #181818;
	line-height: 24px;
}

.public-news .back-list li:nth-child(2n) .img {
	float: right;
}

.public-news .back-list li:nth-child(2n) .text {
	margin-left: 0;
	margin-right: 62px;
}

.public-news .back-list .h2 {
	font-size: 20px;
}

/*.pro-poor{padding-bottom: 85px;}*/
.pro-poor .title {
	padding: 50px 0;
	border-top: 1px solid #dbdbdb;
	margin-top: 50px;
	position: relative;
}

.pro-poor .title::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}

.pro-poor .title::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}

.poverty_reduction .title {
	padding: 50px 0;
	border-top: 1px solid #dbdbdb;
	margin-top: 50px;
}

.pro-poor .title .h1 {
	font-size: 30px;
	color: #181818;
	font-weight: bold;
}

.prod-swip .l-mask,
.prod-swip .r-mask {
	position: absolute;
	width: 80px;
	height: 100%;
	background: rgba(0, 0, 0, .32);
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: all .3s;
}

.prod-swip .l-mask {
	left: 11px;
}

.prod-swip .r-mask {
	right: 11px;
}

.prod-swip .more-box {
	text-align: center;
	margin-top: 40px;
}

.prod-swip .more-box .more {
	display: inline-block;
	font-size: 12px;
	color: #999;
	padding: 0 30px;
	background: url(/images/img11.png) right center no-repeat;
	transition: all .3s;
	line-height: 12px;
}

.prod-swip .more-box .more:hover {
	padding: 0 35px;
	background: url(/images/img10.png) right center no-repeat;
}

.prod-swip .list:hover .h1 {
	color: #ec4e37;
}

.prod-swip .list:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.prod-swip .carousel {
	position: relative;
	margin-bottom: 85px;
}

.prod-swip .carousel a {
	padding: 0 11px;
	display: block;
}

.prod-swip .name {
	font-size: 18px;
	color: #070707;
	text-align: center;
	margin: 10px 0 15px;
}

.prod-swip .words {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 30px
}

.prod-swip .more {
	display: block;
	padding: 9px 0;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #666666;
	transition: all .3s;
}

.prod-swip .list {
	padding: 30px 0;
}

.prod-swip .list .text-box {
	padding: 0 35px;
}

.prod-swip .list .img {
	text-align: center;
}

.pro-poor-list li {
	display: none;
	text-align: center;
}

.pro-poor-list li.on {
	display: block;
}

.pro-poor-list li .carousel {
	position: relative;
}

.pro-poor-list.wd {
	max-width: 1180px;
}

.pro-poor .prod-nav2 {
	margin-bottom: 30px;
}

.pro-poor-list .prod-swip {
	padding: 10px;
}

.prod-swip .swiper-button-prev,
.prod-swip .swiper-button-next {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	font-size: 0;
	z-index: 10;
	opacity: 0;
	transition: all .3s;
}

.prod-swip .swiper-button-prev::before,
.prod-swip .swiper-button-next::before {
	display: none;
}

.prod-swip .swiper-button-prev {
	left: 12px;
	background: url(/images/img30.png) center center no-repeat;
}

.prod-swip .swiper-button-next {
	right: 12px;
	background: url(/images/img31.png) center center no-repeat;
}

.prod-swip .l-mask,
.prod-swip .r-mask {
	position: absolute;
	width: 80px;
	height: 100%;
	background: rgba(0, 0, 0, .32);
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: all .3s;
}

.prod-swip .l-mask {
	left: 0;
}

.prod-swip .r-mask {
	right: 0;
}

.pro-poor-list .l-but,
.pro-poor-list .r-but {
	position: absolute;
	width: 10%;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 9;
	transition: all .3s;
}

.pro-poor-list .l-but {
	left: -4%;
}

.pro-poor-list .r-but {
	right: -4%;
}

.pro-poor-list .l-but:hover {
	opacity: 1;
}

.pro-poor-list .r-but:hover {
	opacity: 1;
}

.pro-poor-list .swiper-button-next,
.pro-poor-list .swiper-button-prev {
	width: 42px;
	height: 42px;
	z-index: 10;
}

.pro-poor-list .swiper-button-next {
	background: url(/images/img203.png) center center no-repeat;
	background-size: cover;
	right: 0;
}

.pro-poor-list .swiper-button-prev {
	background: url(/images/img204.png) center center no-repeat;
	background-size: cover;
	left: 0;
}

.news-main .details .title {
	padding: 67px 0 0;
	border-bottom: 1px solid #000;
	text-align: left;
	margin-bottom: 43px;
}

.news-main .details .h1 {
	font-size: 40px;
	color: #242424;
	margin-bottom: 38px;
	font-weight: 500;
}

.news-main .details .time {
	font-size: 20px;
	color: #242424;
	padding-bottom: 26px;
	border-bottom: 1px solid #dbdbdb;
}

.news-main .details .words {
	font-size: 16px;
	color: #2b2b2b;
	line-height: 30px;
}

.case-main .details .news {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 45px;
	background-color: #f5f5f5;
}

.case-main .details .news .container {
	background: #f8f8f8;
	padding-top: 0;
}

.case-main .details .news .title {
	padding: 60px 0 50px;
	border-bottom: 0;
	margin-bottom: 0;
	position: relative;
}

.case-main .details .news .title::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}

.case-main .details .news .title::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}

.case-main .details .news .title .cn {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.case-main .details .news .list {
	width: 95%;
}

.case-main .details .news .home-news-swip {
	padding: 10px 0;
}

.up-down {
	padding: 30px 0 50px;
	margin-top: 20px;
	border-top: 1px solid #bdbdbd;
	font-size: 0;
}

.up-down a {
	font-size: 16px;
	color: #2d2d2d;
	line-height: 30px;
	transition: all .3s;
}

.up-down .l-up {
	float: left;
	max-width: calc(50% - 20px);
}

.up-down .up {
	background: url(/images/img183.jpg) center left no-repeat;
	padding-left: 66px;
	display: inline-block;
}

.up-down .down {
	background: url(/images/img184.jpg) center right no-repeat;
	padding-right: 66px;
	display: inline-block;
}

.up-down .up:hover {
	background: url(/images/img183-2.jpg) center left no-repeat;
	color: #f73b3b;
}

.up-down .r-down {
	float: right;
	max-width: calc(50% - 20px);
	text-align: right;
}

.up-down .down:hover {
	background: url(/images/img184-2.jpg) center right no-repeat;
	color: #f73b3b;
}

.up-down .h1 {
	font-size: 14px;
	color: #505050;
	margin-left: 66px;
	margin-top: 10px;
}

.up-down .r-down .h1 {
	margin-left: 0;
	margin-right: 66px;
}


/*solutions*/
.solutions-list {
	margin-bottom: 40px;
}

.solutions-list .list {
	float: left;
	width: 23.71%;
	margin-right: 1.72%;
	margin-bottom: 45px;
}

.solutions-list .list:nth-child(4n) {
	margin-right: 0;
}

.solutions-list .h1 {
	font-size: 18px;
	color: #070707;
	margin-top: 30px;
	margin-bottom: 25px;
}

.solutions-list .words {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.solutions-details .title {
	padding: 60px 0 45px;
	text-align: center;
}

.solutions-details .title .en {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: bold;
}

.solutions-details .img-text .words {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 24px;
}

.solutions-details .img-text .h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.solutions-details .img-text .more {
	display: inline-block;
	padding: 0 40px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #000;
	border-radius: 20px;
	margin: 35px 0 60px;
	color: #1d1d1d;
}

.solutions-details .case-list .words {
	font-size: 16px;
	color: #000;
	line-height: 26px;
}

.solutions-details .case-list li.on .img {
	width: 778px;
	overflow: hidden;
}

.solutions-details .case-list li.on .img img {
	max-width: none;
}

.solutions-details .case-list li.on .text {
	width: calc(100% - 828px);
}

.solutions-details .case-list .titles {
	height: 88px;
	line-height: 88px;
	background: #f5f5f5;
	text-align: center;
	margin-bottom: 50px;
}

.solutions-details .case-list .titles .en {
	font-size: 30px;
	color: #333;
}

/*case*/
.case-screen {
	width: 100%;
	/* height: 80px; */
	line-height: 80px;
	background: #fff !important;
	transition: all .3s;
	position: relative;
}

.case-screen.on {
	position: fixed;
	top: 81px;
	left: 0;
	width: 100%;
	z-index: 11;
}

.case-screen .name {
	float: left;
	font-size: 30px;
	color: #181818;
	font-weight: bold;
}

.case-screen .r-box {
	float: right;
}

.case-screen .column {
	position: relative;
	display: inline-block;
	margin-left: 54px;
}

.case-screen .on {
	display: inline-block;
	padding: 0 20px;
	background: url(/images/img84.jpg) center right no-repeat;
	font-size: 20px;
	color: #505050;
	cursor: pointer;
}

.case-screen .drop-down {
	position: absolute;
	top: 80px;
	left: 0;
	width: auto;
	background: #fff;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	display: none;
	z-index: 3;
}

.case-screen .drop-down a {
	display: block;
	font-size: 14px;
	color: #5f5f5f;
	line-height: 40px;
	white-space: nowrap;
	padding: 0 20px;
}

.case-screen .drop-down a:hover {
	background: #f9f9f9;
	color: #000;
}

.case-screen .column:last-child .drop-down {
	left: auto;
	right: 0;
}

.case-main .container {
	padding: 100px 0 80px;
	background: #f7f7f7;
}

.case-list li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
}

.case-list li:nth-child(2n) {
	margin-right: 0;
}

.case-list .img {
	float: left;
	width: 360px;
	overflow: hidden;
}

.case-list .text {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: calc(100% - 410px);
	background: #fff;
	padding: 80px 25px 0;
}

.case-list .icon {
	text-align: center;
	margin-bottom: 45px;
}

.case-list .name {
	font-size: 30px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	line-height: 40px;
}

.case-list .words {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.case-list li:hover .img img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.case-list li.on {
	width: 100%;
	margin-right: 0;
}

.case-list li.on .img {
	width: 1177px;
	float: right;
}

.case-list li.on .text {
	background: #ffffff;
	left: 0;
	right: auto;
	color: #333;
	width: calc(100% - 1229px);
	border: 1px solid #cccccc;
}

.case-list li.on .name {
	color: #333;
	background: #ffffff;
}

.case-list li.on .words {
	color: #333;
	background: #ffffff;
}

.case-main .case-list li.on .text {
	border: 0;
}

.case-main .more-box {
	margin: 50px auto 0;
	text-align: center;
}

.case-main .more-box .more {
	display: inline-block;
	padding: 0 40px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #000;
	border-radius: 20px;
}

.case-main .details .container {
	background: #fff;
	padding: 30px 0 0;
}

.case-main .details .title {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #bdbdbd;
	text-align: left;
}

.case-main .details .title .h1 {
	font-size: 30px;
	color: #242424;
	font-weight: bold;
	max-width: 900px;
	margin: 0 auto;
}

.case-main .details .time {
	font-size: 16px;
	color: #807b7b;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 12px;
}

.case-main .details .img-text .words {
	font-size: 16px;
	color: #2b2b2b;
	line-height: 20px;
	text-align: left;
}

.case-main .share {
	font-size: 0;
	line-height: 23px;
	text-align: right;
	margin-top: 19px;
}

.case-main .share a {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	font-size: 14px;
	color: #242424;
}

.case-main .share a:nth-child(1) {
	margin-right: 6px;
}

.case-main .details .case-list {
	padding-bottom: 30px;
}

.case-main .details .case-list .h1 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding: 30px 0;
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 50px;
}

.case-main .details .case-list li {
	border: 1px solid #cccccc;
}


/*about*/

.about-main .title {
	text-align: center;
	position: relative;
}

.about-main .title::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}

.about-main .title::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}

.about-main .title .cn {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: bold;
}

.about-video {
	position: relative;
	/* height: 100vh; */
	overflow: hidden;
}

.about-video .hang {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.about-video .video-icon {
	display: inline-block;
	margin-bottom: 40px;
	cursor: pointer;
}

.about-video .name {
	font-size: 36px;
	color: #ffffff;
}

.about-links {
	padding: 50px 0 0;
}

.about-links .title {
	margin-bottom: 50px;
}

.about-list .list {
	float: left;
	width: 32.94%;
	margin-right: 0.59%;
	margin-bottom: 8px;
	border: 1px solid #f4f4f4;
}

.about-list .list:nth-child(3n) {
	margin-right: 0;
}

.about-list .text-box {
	text-align: left;
	padding: 25px 30px 20px;
}

.about-list .name {
	font-size: 18px;
	color: #070707;
	margin-bottom: 20px;
}

.about-list .more {
	display: inline-block;
	font-size: 12px;
	padding: 0 25px;
	padding-left: 0;
	color: #ec4e37;
	background-image: url(/images/img10.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.about-news {
	padding: 40px 0 30px;
}

.about-news .title {
	margin-bottom: 50px;
}

.about-news .box {
	height: 616px;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-bottom: 45px;
}

.about-news .box .hang {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 145px 115px 70px;
}

.about-news .h1 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 44px;
}

.about-news .list-box {
	height: 260px;
	overflow-y: auto;
}

.about-news .list-box::-webkit-scrollbar {
	display: none;
}

.about-news .list {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 30px;
}

.about-news .icon {
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ec4e37;
	margin-top: 5px;
	margin-right: 10px;
}

.about-news .time {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.about-news .btn-news {
	display: inline-block;
	vertical-align: top;
	padding: 14px 40px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ec4e37;
	margin-right: 17px;
}

.about-links {
	font-size: 0;
	text-align: center;
}

.about-links .item {
	display: inline-block;
	vertical-align: top;
	width: 49.6%;
	margin-right: 0.6%;
	position: relative;
}

.about-links .item:nth-child(2n) {
	margin-right: 0;
}

.about-links .hang {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	font-size: 45px;
	color: #ffffff;
	font-weight: bold;
}

.about-main div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.about-main .banner {
	position: relative;
}

.about-main .banner .hang {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 76px;
	color: #2d2d2d;
	font-weight: bold;
}

.about-box {
	padding: 120px 0 125px;
}

.about-nav {
	float: left;
	width: 23.9%;
	border: 1px solid #eeeeee;
}

.about-nav .column {
	height: 80px;
	line-height: 79px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	position: relative;
}

.about-nav .column:last-child {
	border-bottom: 0;
}

.about-nav .column.on::before {
	position: absolute;
	content: "";
	width: 5px;
	top: -1px;
	left: -1px;
	bottom: 0;
	background-color: #f73b3b;
}

.about-nav .item {
	display: block;
	font-size: 18px;
	color: #2a292b;
}

.about-nav .column.on .item {
	font-size: 24px;
	color: #1e1e1e;
}

.r-about {
	float: right;
	width: 73.35%;
	min-height: 480px;
	border: 1px solid #eeeeee;
}

.about-text {
	padding: 47px 60px 40px 44px;
}

.about-text .text-box {
	float: left;
	width: 47.15%;
	padding-right: 10%;
}

.about-text .img {
	float: left;
	width: 42.85%;
	text-align: center;
}

.about-text .h1 {
	font-size: 24px;
	color: #1c1c1c;
	line-height: 50px;
	margin-top: 50px;
}

.about-text .words {
	font-size: 12px;
	color: #1c1c1c;
	line-height: 22px;
}

.history {
	padding: 47px 60px 0;
}

.history .preview {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
	padding: 0 5%;
}

.history .arrow-left,
.history .arrow-right {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 26px;
	margin-top: -3px;
	cursor: pointer;
	z-index: 2;
}

.history .arrow-left {
	background-image: url(/images/icon19-cn.jpg);
	left: 0;
}

.history .arrow-right {
	background-image: url(/images/icon19-2-cn.jpg);
	right: 0;
}

.history .year {
	font-size: 14px;
	color: #666666;
	margin-bottom: 16px;
}

.history .icon {
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	background-color: #d1d1d1;
	border-radius: 50%;
	position: relative;
}

.history .preview .swiper-slide::before {
	position: absolute;
	content: "";
	left: 0;
	top: 32px;
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
}

.history .active-nav .year {
	color: #f73b3b;
}

.history .active-nav .icon {
	background-color: #f73b3b;
}

.history .img {
	float: left;
	width: 47.61%;
	padding-left: 5%;
}

.history .history-list {
	float: left;
	width: 52.39%;
	padding-left: 45px;
}

.history .list {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 24px;
	background-image: url(/images/icon20-cn.jpg);
	background-position: left 9px;
	background-repeat: no-repeat;
}

.history .more {
	display: inline-block;
	vertical-align: top;
	padding-right: 25px;
	background-image: url(/images/img10.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-left: 24px;
	margin-top: 20px;
	color: #f73b3b;
}

.vision-list {
	padding: 40px 40px 0;
	font-size: 0;
}

.vision-list .list {
	display: inline-block;
	vertical-align: top;
	width: 32.58%;
	margin-right: 1.13%;
	margin-bottom: 10px;
	text-align: center;
	padding: 15px 20px 20px;
	transition: all .3s;
}

.vision-list .list:nth-child(3n) {
	margin-right: 0;
}

.vision-list .icon {
	margin-bottom: 25px;
}

.vision-list .name {
	font-size: 20px;
	color: #2d2d2d;
	margin-bottom: 20px;
}

.vision-list .words {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
}

.vision-list .list:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

.scale .h1 {
	font-size: 30px;
	color: #1c1c1c;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 25px;
}

.scale .h2 {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
}

.scale .words {
	line-height: 20px;
}

.scale .more {
	display: inline-block;
	vertical-align: top;
	padding-right: 25px;
	background-image: url(/images/img10.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 20px;
	color: #f73b3b;
}

.about-main .banner-join .hang {
	color: #ffffff;
	top: 38%;
	transform: translate(-50%, -50%);
}

.about-join {
	padding: 55px 0 25px;
}

.about-join .title {
	margin-bottom: 65px;
}

.about-join .list {
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	border: 1px solid #eeeeee;
	padding: 30px 27px;
	margin-bottom: 25px;
	transition: all .3s;
}

.about-join .list:nth-child(3n) {
	margin-right: 0;
}

.about-join .h1 {
	font-size: 24px;
	color: #2d2d2d;
	line-height: 24px;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about-join .en {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 15px;
}

.about-join .number {
	font-size: 14px;
	color: #666666;
}

.about-join .place-box {
	text-align: right;
	margin-top: 45px;
}

.about-join .place {
	font-size: 14px;
	color: #666666;
}

.about-join .list:hover {
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
	border: 1px solid #ffffff;
}

.about-main .banner-contact .wds {
	width: 74%;
}

.about-main .banner-contact .hang {
	color: #ffffff;
}

.about-contact .list-box {
	margin: 105px 0 40px;
}

.about-contact .list {
	margin-bottom: 60px;
}

.about-contact .map {
	float: left;
	width: 53.9%;
}

.about-contact .text-box {
	float: left;
	width: 46.1%;
	padding: 115px 80px 0;
}

.about-contact .h1 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: bold;
	margin-bottom: 10px;
}

.about-contact .words {
	font-size: 16px;
	color: #2d2d2d;
	line-height: 56px;
}

.about-contact .name {
	font-weight: bold;
}


/* Partners */
.partner-main {
	background: #f7f7f7;
}

.partner-main .partner-list {
	font-size: 0;
	padding: 50px 0 42px;
}

.partner-main .partner-list li {
	display: inline-block;
	width: 16%;
	text-align: center;
	margin-right: 0.8%;
	margin-bottom: 10px;
	font-size: 0;
}

.partner-main .partner-list li:nth-child(6n) {
	margin-right: 0;
}

.partner-main .partner-list .img {
	position: relative;
	margin-bottom: 5px;
	transition: all .3s;
	border: 1px solid #fff;
}

.partner-main .partner-list img {
	transition: all .3s;
	width: 100%;
}

.partner-main .partner-list .img_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.partner-main .partner-list .name {
	font-size: 14px;
	color: #ff9c33;
}

.partner-main .partner-list li:hover .img_2 {
	opacity: 1;
}

/* video */
.video-main .container {
	background: #f7f7f7;
	padding: 50px 0 45px;
}

.video-nav {
	font-size: 0;
	text-align: center;
	margin-bottom: 40px;
}

.video-nav>ul {
	overflow-x: scroll;
	white-space: nowrap;
}

.video-nav>ul::-webkit-scrollbar {
	display: none;
}

.video-nav li {
	display: inline-block;
	width: 19%;
	margin-right: 1.25%;
	height: 94px;
	line-height: 94px;
	background: #fff;
}

.video-nav li:last-child {
	margin-right: 0;
}

.video-nav li a {
	font-size: 20px;
	color: #030303;
}

.video-nav li.on {
	background: #e8e8e8;
}

.video-list li {
	float: left;
	width: 33%;
	margin-right: 0.5%;
}

.video-list li:nth-child(3n) {
	margin-right: 0;
}

.video-list .img {
	position: relative;
}

.video-list .suspend {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .67);
	opacity: 0;
	transition: all .3s;
}

.video-list .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -28px;
	margin-top: -28px;
}

.video-list .name {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	padding: 26px 30px 33px;
	overflow: hidden;
	text-align: center;
	height: 52px;
}

.video-list li:hover .suspend {
	opacity: 1;
}

.nav-page {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.nav-page a {
	display: inline-block;
	font-size: 16px;
	color: #f73b3b;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 6px;
	border-radius: 50%;
}

.nav-page a.on {
	background: #f73b3b;
	color: #fff;
}

.video-main .video-box {
	position: relative;
	overflow: hidden;
}

.video-main .video-box .suspend {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-top: -94px;
	margin-left: -175px;
}

.video-main .video-box .play {
	margin-bottom: 44px;
}

.video-main .video-box .name {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

/* team */
.team-main .case-screen {
	background: #f8f8f8;
}

.team-list li {
	border-bottom: 1px solid #a0a0a0;
}

.team-list li:last-child {
	border-bottom: 0;
}

.team-list .img {
	float: left;
	width: 622px;
}

.team-list .text {
	float: left;
	width: calc(100% - 642px);
	margin-left: 20px;
	margin-top: 40px;
}

.team-main .title {
	padding: 85px 0 30px;
}

.team-main .title .h1 {
	font-size: 50px;
	color: #2b2b2b;
	line-height: 55px;
	background: url(/images/img139.jpg) center left no-repeat;
	padding-left: 55px;
}

.team-list .icon {
	width: 40px;
	height: 40px;
	background: url(/images/img137.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}

.team-list .icon_2 {
	background: url(/images/img138.png) center center no-repeat;
	margin-bottom: 10px;
}

.team-list .name {
	font-size: 30px;
	color: #2b2b2b;
	margin-bottom: 35px;
}

.team-list .words {
	font-size: 16px;
	color: #2b2b2b;
	line-height: 32px;
}

/* problem */
.problem-main {
	background: #f7f7f7;
}

.problem-main .title {
	padding: 50px 0 55px;
	text-align: center;
	position: relative;
}

.problem-main .title::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}

.problem-main .title::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 41%;
	height: 1px;
	background: #cccccc;
	transform: translate(0, -50%);
}


.problem-main .title .h1 {
	font-size: 30px;
	color: #181818;
	font-weight: bold;
}

.program-list {
	font-size: 0;
}

.program-list li {
	display: inline-block;
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 6px;
	vertical-align: top;
	background: #fff;
	height: 93px;
	line-height: 93px;
}

.program-list li:nth-child(3n) {
	margin-right: 0;
}

.program-list .number {
	width: 87px;
	font-size: 18px;
	color: #ff6f5a;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #f7f7f7;
}

.program-list .text {
	width: calc(100% - 118px);
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	transition: all .3s;
}

.program-list .words {
	font-size: 18px;
	color: #181818;
	line-height: 27px;
	display: inline-block;
	vertical-align: middle;
}

.program-list li:hover .words {
	color: #f73b3b;
}

.program-list li.on {
	width: 100%;
	margin-right: 0;
	text-align: center;
}

.program-list li.on .number {
	border: 0;
}

.program-list li.on .text {
	width: auto;
}

.program {
	padding-bottom: 50px;
}

.program .img-box {
	padding: 50px 0;
	background: #fff;
	text-align: center;
	margin-top: 44px;
}

.faqs-list {
	padding-bottom: 50px;
}

.faqs-list li {
	background: #fff;
	margin-bottom: 40px;
}

.faqs-list .ask {
	background: url(/images/img140.png) 98% center no-repeat;
	height: 72px;
	line-height: 72px;
	cursor: pointer;
}

.faqs-list li.on .ask {
	background: url(/images/img141.jpg) 98% center no-repeat;
}

.faqs-list .symbol {
	font-size: 20px;
	color: #999;
	display: inline-block;
	margin: 0 26px 0 34px;
	vertical-align: top;
}

.faqs-list .words {
	display: inline-block;
	font-size: 18px;
	color: #181818;
	vertical-align: middle;
	width: calc(100% - 140px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.faqs-list .answer {
	padding: 30px 70px;
	font-size: 16px;
	color: #505050;
	line-height: 32px;
	border-top: 1px solid #ccc;
	background: url(/images/img142.jpg) 30px 37px no-repeat;
	display: none;
}

/* download */
.download-main .container {
	background: #f7f7f7;
	padding: 50px 0 193px;
}

.download-list li {
	padding-left: 70px;
	background: #fff url(/images/img149.jpg) 25px center no-repeat;
	height: 72px;
	line-height: 72px;
	margin-bottom: 36px;
}

.download-list a {
	display: block;
	font-size: 18px;
	color: #181818;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff url(/images/img140.png) 98% center no-repeat;
}

.download-list .title {
	padding-bottom: 50px;
	text-align: center;
}

.download-list .title .en {
	font-size: 30px;
	color: #181818;
	font-weight: bold;
}

.download-list .box li:last-child {
	margin-bottom: 50px
}

/* contact */
.map .img_2 {
	display: none;
}

.contact-main .bot-box {
	position: relative;
}

.contact-main .bot-wrap {
	background: #fff;
}

.address {
	padding: 40px 130px 10px;
	position: relative;
	left: 0;
	right: 0;
	background: #fff;
	margin-top: -40px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, .1);
}

.address .title {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.address .h1 {
	font-size: 20px;
	color: #141414;
	margin-bottom: 48px;
	font-weight: bold;
	text-align: center;
}

.address-list {
	font-size: 0;
}

.address-list li {
	display: inline-block;
	width: 100%;
	font-size: 0;
	vertical-align: top;
}

.address-list li>div {
	margin-bottom: 16px
}

.address-list li.on {
	font-size: 0;
	margin-bottom: 3px
}

.address-list li.on>div {
	width: 33.33%;
	display: inline-block;
}

.address-list li.on .name {
	margin-bottom: 0;
}

.address-list li.on .words {
	margin-bottom: 0;
	width: calc(100% - 110px);
}

.address-list .name {
	display: inline-block;
	width: auto;
	font-size: 14px;
	color: #141414;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 23px;
}

.address-list .words {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #141414;
	vertical-align: top;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	margin-bottom: 3px;
}

.message {
	padding-bottom: 137px;
}

.message .h1 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 65px 0 60px;
}

.message form {
	font-size: 0;
}

.message label {
	display: inline-block;
	width: calc(48% - 22px);
	margin-right: 4%;
	height: 42px;
	line-height: 42px;
	margin-bottom: 30px;
	font-size: 0;
}

.message .name {
	font-size: 14px;
	color: #505050;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 75px;
}

.message .text {
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: top;
	height: 42px;
	line-height: 42px;
	border: 0;
	font-size: 14px;
	font-family: arial;
	border: 1px solid #9fa09b;
	border-radius: 5px;
	padding: 0 10px;
}

.message .text:focus {
	border: 1px solid #ec4e37;
}

.message label:nth-child(2n) {
	margin-right: 0;
}

.message label:nth-child(2n) .name {
	width: 50px;
}

.message .tarea-box {
	width: auto;
	margin-right: 0;
	height: auto;
	display: block;
}

.message .tarea-box .name {
	width: 75px !important;
}

.message .tarea {
	height: 180px;
}

.message .submit {
	display: inline-block;
	width: 190px;
	height: 44px;
	line-height: 44px;
	border-radius: 20px;
	background: #434343;
	cursor: pointer;
	color: #ffffff;
	margin-left: 85px;
	font-size: 16px;
}


/* 脙楼脗陋芒鈧劉脙陇脗陆芒鈧撁兟γ吢该偮ッ兟偮偮� */
@media only screen and (max-width:1700px) {

	/* main */
	.wds {
		max-width: 90%;
	}

	.wds2 {
		max-width: 90%;
	}

	/* product */
	.cust-banner .icon_1 .box {
		font-size: 0;
		width: 80%;
		margin: 0 auto;
	}

	.keyfobs-banner .icon_1 {
		width: 600px;
	}

	.keyfobs-banner .icon_1 .img_2 {
		width: 400px;
	}

	.keyfobs-banner .icon_2 {
		width: 350px;
	}

	.keyfobs-banner .icon_2 .img_2 {
		text-align: center;
		top: 15%;
		padding-left: 5%;
	}

	.keyfobs-banner .icon_2 .img_2 img {
		width: 70%;
	}

	.keyfobs-banner .icon_3 {
		width: 340px;
	}

	.card-banner .icon_1 {
		width: 800px;
	}

	.card-banner .img_2 {
		width: 400px;
	}

	.card-banner .img_3 {
		width: 350px;
	}

	.wrist-banner .icon_1 {
		width: 300px;
	}

	.wrist-banner .icon_1 .img_1 {
		padding-left: 20%;
		padding-top: 10%;
	}

	.wrist-banner .icon_1 .img_1 img {
		width: 70%;
	}

	.wrist-banner .icon_2 {
		width: 500px;
	}

	.wrist-banner .icon_4 {
		width: 40px;
	}

	.wrist-banner .icon_4 .img_1 {
		width: 70px;
	}

	.wrist-banner .icon_4 .img_2 {
		width: 100px;
	}

	.wrist-banner .icon_3 {
		width: 350px;
	}

	/* about */
	.vr-list .suspend {
		padding: 5%;
	}

	.vr-list li:nth-child(2) .suspend {
		padding: 5%;
	}
}

@media only screen and (max-width:1650px) {
	.wd {
		max-width: 95%;
		padding-left: 0;
		padding-right: 0;
		width: 95%;
	}

	.wd2 {
		max-width: 95%;
		padding-left: 0;
		padding-right: 0;
		width: 95%;
	}

	.head-nation {
		margin-left: 60px;
	}

	.head-wrap {
		max-width: 95%;
		padding-left: 0;
		padding-right: 0;
	}

	.foot-top {
		max-width: 95%;
		padding-left: 0;
		padding-right: 0;
	}

	.foot-cont {
		margin-left: 0;
	}

	.foot-nav .nav-list>li {
		margin-right: 160px;
	}

	.foot-bot .p {
		max-width: 95%;
		padding-left: 0;
		padding-right: 0;
	}

	.recom-prod .wd {
		max-width: 90%
	}

	/* product */
	.cust-banner .img {
		vertical-align: middle;
	}

	.cust-banner .icon_1 .img:nth-child(1) {
		width: 74%;
	}

	.cust-banner .icon_1 .img:nth-child(2) {
		width: 26%;
	}

	/*about*/
	.culture-list .li_3 {
		left: 50%;
		margin-left: -125px;
	}
}

@media only screen and (max-width:1600px) {
	.head-nav {
		margin-left: 100px;
	}

	.head-nav .subnav .wd {
		max-width: 1050px;
	}

	.news-special .nav_2 {
		margin-left: 42.7%;
	}

	.about-special .nav_2 {
		margin-left: 50.3%;
	}

	.support-special .nav_2 {
		margin-left: 58.5%;
	}

	/*index*/
	@keyframes dong {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 20px)
		}
	}

	@keyframes dong2 {
		0 {
			transform: translate(0, 0);
			opacity: 0;
		}

		0.01% {
			transform: translate(0, 0);
			opacity: 0;
		}

		59.99% {
			transform: translate(0, 0);
			opacity: 0;
		}

		60% {
			transform: translate(0, 0);
			opacity: 1;
		}

		100% {
			transform: translate(220px, 120px);
		}
	}

	.home-swip .icon {
		position: absolute;
		animation: dong 1.8s ease-in-out 0.5s infinite alternate;
	}

	.home-swip .icon_1 {
		width: 50px;
	}

	.home-swip .icon_2 {
		width: 50px;
	}

	.home-swip .icon_3 {
		width: 80px;
	}

	.home-swip .icon_4 {
		width: 110px;
	}

	.home-swip .icon_5 {
		top: 70%;
	}

	.home-swip .icon_6 {
		width: 110px;
	}

	.home-swip .icon_7 {
		width: 50px;
	}

	.home-swip .icon_8 {
		width: 70px;
	}

	.home-swip .icon_9 {
		width: 50px;
	}

	.home-swip .icon_10 {
		width: 100px;
		animation: dong2 4s linear infinite;
	}

	.home-swip .icon_11 {
		width: 160px;
	}

	.home-swip .icon_12 {
		width: 1200px;
		margin-left: -600px;
		margin-top: -74px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	.home-swip .icon_13 {
		width: 640px;
		margin-left: -320px;
		margin-top: -14px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	/*case*/
	.case-list .name {
		font-size: 20px;
		line-height: 1.2;
	}
}

@media only screen and (max-width:1500px) {
	.foot-nav .nav-list>li {
		margin-right: 120px;
	}

	.foot-nav .nav-list>li:nth-child(2) {
		margin-right: 120px
	}

	.head-shop {
		margin-left: 40px;
	}

	/* idnex */
	.home-main .case-list .icon {
		margin-bottom: 20px;
	}

	.case-list .h1 {
		margin-bottom: 20px;
	}

	.case-list .more {
		margin-top: 20px;
	}

	/* case */
	.case-list .img {
		width: 300px;
	}

	.case-list .text {
		width: calc(100% - 350px);
		padding-top: 30px;
	}

	.case-list li.on .img {
		width: 1000px;
	}

	.case-list li.on .text {
		width: calc(100% - 1050px);
	}
}

@media only screen and (max-width:1440px) {
	.about-text .text-box{
		padding-right: 5%;
	}
	.about-video .name {
		font-size: 24px;
	}

	.about-main .title .cn {
		font-size: 20px;
	}

	.about-list .name {
		font-size: 16px;
	}

	.about-news .h1 {
		font-size: 32px;
	}

	.about-news .list {
		font-size: 14px;
	}

	.about-news .btn-news {
		font-size: 14px;
		padding: 10px 30px;
	}

	.about-links .hang {
		font-size: 30px;
	}

	.head-nav .nav>li {
		margin: 0 45px;
	}

	.news-special .nav_2 {
		margin-left: 41.3%;
	}

	.about-special .nav_2 {
		margin-left: 48.1%;
	}

	.support-special .nav_2 {
		margin-left: 55.3%;
	}

	.head-nav .subnav .wd {
		max-width: 920px;
	}

	.head-nation {
		margin-left: 50px;
	}

	.foot-nav .sort .name {
		font-size: 14px;
	}

	/*index*/
	.home-main .title .cn {
		font-size: 30px;
	}

	.about .h1 {
		font-size: 14px;
		line-height: 24px;
	}

	.about .words {
		line-height: 24px;
	}

	.solutions .words {
		font-size: 14px;
		line-height: 24px;
	}

	.home-main .nav-box .name {
		font-size: 16px;
	}

	.case-list .h1 {
		font-size: 20px;
	}

	.home-main .case-list .words {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.data-list .number {
		font-size: 22px;
	}

	.data-list .words {
		font-size: 14px;
	}

	.news-list .h1 {
		font-size: 16px;
	}

	.news-list .time {
		font-size: 14px;
	}

	@keyframes dong {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 16px)
		}
	}

	@keyframes dong2 {
		0 {
			transform: translate(0, 0);
			opacity: 0;
		}

		0.01% {
			transform: translate(0, 0);
			opacity: 0;
		}

		59.99% {
			transform: translate(0, 0);
			opacity: 0;
		}

		60% {
			transform: translate(0, 0);
			opacity: 1;
		}

		100% {
			transform: translate(220px, 120px);
		}
	}

	.home-swip .icon {
		position: absolute;
		animation: dong 1.8s ease-in-out 0.5s infinite alternate;
	}

	.home-swip .icon_1 {
		width: 40px;
		top: 14%;
	}

	.home-swip .icon_2 {
		width: 40px;
	}

	.home-swip .icon_3 {
		width: 60px;
		left: 28%;
		top: 43%;
	}

	.home-swip .icon_4 {
		width: 90px;
		left: 36%;
	}

	.home-swip .icon_5 {
		top: 72%;
		width: 20px;
	}

	.home-swip .icon_6 {
		width: 90px;
		top: 9%;
	}

	.home-swip .icon_7 {
		width: 40px;
		left: 73.5%;
		top: 8%;
	}

	.home-swip .icon_8 {
		width: 60px;
	}

	.home-swip .icon_9 {
		width: 40px;
		top: 35%;
	}

	.home-swip .icon_10 {
		width: 100px;
		animation: dong2 4s linear infinite;
	}

	.home-swip .icon_11 {
		width: 120px;
	}

	.home-swip .icon_12 {
		width: 1000px;
		margin-left: -500px;
		margin-top: -62px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	.home-swip .icon_13 {
		width: 500px;
		margin-left: -250px;
		margin-top: -11px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	.solutions .nav-box .icon {
		margin-bottom: 10px;
	}

	.solutions .nav-box .name {
		display: block;
	}

	/* product */
	.cust-banner .icon_2 {
		width: 100px;
	}

	.cust-banner .icon_3 {
		width: 70px;
	}

	.cust-banner .icon_4 {
		width: 70px;
	}

	.cust-banner .icon_5 {
		width: 70px;
	}

	.keyfobs-banner .icon_1 {
		width: 500px;
	}

	.keyfobs-banner .icon_1 .img_2 {
		width: 300px;
	}

	.keyfobs-banner .icon_2 {
		width: 250px;
	}

	.keyfobs-banner .icon_2 .img_2 {
		text-align: center;
		top: 15%;
		padding-left: 5%;
	}

	.keyfobs-banner .icon_2 .img_2 img {
		width: 70%;
	}

	.keyfobs-banner .icon_3 {
		width: 300px;
		top: 35%;
	}

	.card-banner .icon_1 {
		width: 600px;
	}

	.card-banner .img_2 {
		width: 300px;
	}

	.card-banner .img_3 {
		width: 250px;
	}

	/* about */
	.vr-list .number {
		margin-bottom: 20px;
	}

	.vr-list .h1 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:1366px) {
	.about-contact .words{
		line-height: 36px;
	}
	.about-contact .text-box{
		padding: 50px 30px 0;
	}
	.news-special .nav_2 {
		margin-left: 41.3%;
	}

	.about-special .nav_2 {
		margin-left: 48.3%;
	}

	.support-special .nav_2 {
		margin-left: 56%;
	}

	.head-nav .subnav .wd {
		max-width: 920px;
	}

	.head-nav {
		margin-left: 70px;
	}

	.head-nav .subnav .wd {
		max-width: 850px;
	}

	.foot-nav .nav-list>li {
		margin-right: 80px;
	}

	.foot-nav .nav-list>li:nth-child(2) {
		margin-right: 80px;
	}

	/* product */
	.wrist-banner .icon_3 {
		width: 300px;
	}

	/* news */
	.news-main .banner .text {
		padding-top: 15%;
	}

	.news-main .banner .h1 {
		font-size: 40px;
		max-width: 1200px;
		padding: 0 20px;
	}

	/*contact*/
	.address {
		padding: 43px 40px 0;
	}
}

@media only screen and (max-width:1300px) {
	.foot-nav .nav-list>li {
		margin-right: 40px
	}

	.foot-nav .nav-list>li:nth-child(2) {
		margin-right: 40px;
	}
    .foot-nav .column {
	margin-right: 40px;
    }
	.head-shop {
		margin-left: 30px;
	}

	/* index */
	.home-main .case-list .icon {
		width: 45px;
	}

	.home-main .prod-list .img-box {
		width: 220px;
	}

	/* case */
	.case-list .img {
		width: 250px;
	}

	.case-list .text {
		width: calc(100% - 300px);
		padding-top: 20px;
	}

	.case-list .icon {
		margin-bottom: 20px;
	}

	.case-list .name {
		margin-bottom: 20px;
	}

	.case-list li.on .img {
		width: 900px;
	}

	.case-list li.on .text {
		width: calc(100% - 950px);
	}
}

@media only screen and (max-width:1250px) {

	/* 脙陇脗潞脗搂脙楼芒鈧撁偮� */
	.prod-main .title {
		margin-bottom: 30px;
	}

	.main-page .prod-nav {
		margin-bottom: 30px;
	}

	.main-page .prod-nav>ul {
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 0;
		overflow-y: hidden;
	}

	.main-page .prod-nav>ul::-webkit-scrollbar {
		display: none;
	}

	.main-page .prod-nav li {
		float: none;
		display: inline-block;
		margin-bottom: 0;
		vertical-align: top;
	}

	.main-page .prod-nav2 li:nth-child(5) {
		border-right: 0;
		border-radius: 0;
	}

	.main-page .prod-nav2 li:last-child {
		border-radius: 0 7px 7px 0;
	}
}

@media only screen and (max-width:1199px) {
	.about-join .list{
		width: 48%;
		margin-right: 4%;
	}
	.about-join .list:nth-child(3n){
		margin-right: 4%;
	}
	.about-join .list:nth-child(2n){
		margin-right: 0;
	}
	.case-list .list {
		height: 300px;
	}

	.case-list .h1 {
		margin-bottom: 10px;
	}

	.case-list .more {
		margin-top: 10px;
	}

	.address {
		height: auto;
	}

	.address-list li {
		line-height: 20px;
	}

	.solutions .nav-box .icon {
		display: block;
		margin-bottom: 10px;
	}

	.case-screen.on {
		top: 81px;
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background: #fff;
	}

	.head-nav {
		display: none;
	}

	.head-nation {
		display: none;
	}

	.head-shop {
		display: none;
	}

	.head-menu {
		display: block;
	}

	.foot-cont {
		width: 310px;
	}
    .foot-nav .column {
	margin-right: 20px;
    }
	.foot-share a {
		margin-bottom: 15px;
	}

	.foot-nav .nav-list>li {
		margin-right: 40px;
		width: 190px;
	}
    .foot-nav .h1{
    	font-size: 16px;
    }
	.main-page {
		margin-top: 81px;
	}

	.prod-list .words {
		height: 168px;
		-webkit-line-clamp: 7;
	}
	/* 脙陇脗潞脗搂脙楼芒鈧撁偮� */
	.keyfobs-banner .icon_2 {
		left: 57%;
	}

	.keyfobs-banner .icon_3 {
		width: 250px;
	}

	.card-banner .icon_1 {
		width: 400px;
	}

	.card-banner .img_2 {
		width: 200px;
	}

	.card-banner .img_3 {
		width: 200px;
	}

	.wrist-banner .icon_1 {
		width: 200px;
	}

	.wrist-banner .icon_2 {
		width: 350px;
	}

	.wrist-banner .icon_3 {
		width: 250px;
	}

	.wrist-banner .icon_4 {
		width: 30px;
	}

	.wrist-banner .icon_4 .img_1 {
		width: 50px;
	}

	.wrist-banner .icon_4 .img_2 {
		width: 70px;
	}

	.prod-details .top-box .h1 {
		height: auto;
		margin-bottom: 20px;
	}

	/* news */
	.news-main .news-swip .img {
		width: 600px;
	}

	.news-main .news-swip .text {
		width: calc(100% - 630px);
		margin-left: 15px;
	}

	.news-main .news-swip .swiper-pagination {
		bottom: 0;
	}

	.public-news .back-list .img {
		width: 500px;
	}

	.public-news .back-list .text {
		width: calc(100% - 530px);
		margin-left: 30px;
	}

	.public-news .back-list li:nth-child(2n) .text {
		margin-left: 0;
		margin-right: 30px;
	}

	/* about */
	.introduce .img {
		width: 500px;
	}

	.introduce .text {
		width: calc(100% - 530px);
		margin-left: 30px;
	}

	.vr-list .number {
		font-size: 30px;
	}

	.vr-list .h1 {
		font-size: 24px;
		line-height: 40px;
		height: 80px;
	}

	.vr-list .suspend {
		opacity: 1;
	}

	/* case */
	.case-list .icon {
		width: 60px;
		margin: 0 auto 20px;
	}

	.case-list li.on .img {
		width: 800px;
	}

	.case-list li.on .text {
		width: calc(100% - 850px);
	}

	/* team */
	.team-list li {
		padding-bottom: 30px;
	}

	.team-list .img {
		width: 100%;
	}

	.team-list .text {
		width: 100%;
		margin-left: 0;
	}

	/* video */
	.video-nav li {
		width: auto;
		padding: 0 20px;
	}

	.video-main .video-box {
		height: auto;
	}

	/*solutions*/
	.solutions-details .case-list li.on .img {
		width: 680px;
	}

	.solutions-details .case-list li.on .text {
		width: calc(100% - 730px);
	}

	.case-list .name {
		font-size: 16px;
	}

	.case-list .words {
		font-size: 14px;
		line-height: 24px;
	}

	/*contact*/
	.address {
		position: static;
		top: auto;
		left: auto;
		padding: 30px 30px 0;
	}
}

@media only screen and (max-width:1024px) {
	.history{
		padding: 30px 15px;
	}
	.history .img{
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.history .history-list{
		width: 100%;
		padding-left: 0;
	}
	.about-text .text-box{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.about-text .img{
		width: 100%;
	}
	.about-video {
		height: auto;
	}

	.home-main .case-list .icon {
		margin-bottom: 10px;
	}

	.home-news-swip .swiper-slide {
		padding: 5px 10px;
	}

	.foot-cont {
		width: 100%;
	}

	.foot-share a {
		margin-bottom: 0;
	}

	.foot-nav .column {
		margin-right: 20px;
	}

	.foot-nav .nav-list>li {
		width: 210px;
		margin-right: 40px;
	}

	.home-main .prod-list .img-box {
		width: 180px;
	}

	.strength .back {
		height: 380px;
	}

	.strength .data-box {
		margin-top: -180px;
	}

	.data-list li {
		padding: 40px 0;
	}

	.data-list .icon {
		width: 40px;
		margin-bottom: 30px;
	}

	.data-list .number {
		margin-bottom: 30px;
	}

	.news {
		margin-top: 100px;
	}

	.news-list .text {
		padding: 20px 15px;
	}
	.news .slick-prev,
	.news .slick-next,
	.news .l-mask,
	.news .r-mask {
		display: none;
	}

	.solutions .partner {
		height: auto;
		padding: 10px 0;
	}

	.solutions .partner-list {
		margin-top: 0;
	}

	/*index*/
	@keyframes dong {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 12px)
		}
	}

	@keyframes dong2 {
		0 {
			transform: translate(0, 0);
			opacity: 0;
		}

		0.01% {
			transform: translate(0, 0);
			opacity: 0;
		}

		59.99% {
			transform: translate(0, 0);
			opacity: 0;
		}

		60% {
			transform: translate(0, 0);
			opacity: 1;
		}

		100% {
			transform: translate(150px, 80px);
		}
	}

	.home-swip .icon {
		position: absolute;
		animation: dong 1.8s ease-in-out 0.5s infinite alternate;
	}

	.home-swip .icon_1 {
		width: 30px;
		top: 14%;
	}

	.home-swip .icon_2 {
		width: 30px;
	}

	.home-swip .icon_3 {
		width: 50px;
		left: 27%;
		top: 43%;
	}

	.home-swip .icon_4 {
		width: 70px;
		left: 36%;
	}

	.home-swip .icon_5 {
		top: 71%;
		width: 15px;
	}

	.home-swip .icon_6 {
		width: 70px;
		top: 9%;
	}

	.home-swip .icon_7 {
		width: 30px;
		left: 73.5%;
		top: 8%;
	}

	.home-swip .icon_8 {
		width: 50px;
	}

	.home-swip .icon_9 {
		width: 30px;
		top: 35%;
	}

	.home-swip .icon_10 {
		width: 70px;
		animation: dong2 4s linear infinite;
	}

	.home-swip .icon_11 {
		width: 100px;
	}

	.home-swip .icon_12 {
		width: 700px;
		margin-left: -300px;
		margin-top: -55px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	.home-swip .icon_13 {
		width: 500px;
		margin-left: -250px;
		margin-top: -11px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	/* 脙陇脗潞脗搂脙楼芒鈧撁偮� */
	.case-screen .column {
		margin-left: 30px;
	}

	.cust-banner .icon_1 {
		top: 25%;
		margin-top: 0;
	}

	.keyfobs-banner .icon_1 {
		width: 300px;
	}

	.keyfobs-banner .icon_1 .img_2 {
		width: 200px;
		top: 30%;
		right: 20%;
	}

	.keyfobs-banner .icon_2 {
		width: 200px;
		top: 60%;
	}

	.prod-main .title {
		margin-bottom: 50px;
	}

	.prod-main .prod-list li {
		width: 32%;
		margin-right: 2%;
	}

	.prod-main .prod-list li:nth-child(4n) {
		margin-right: 2%;
	}

	.prod-main .prod-list li:nth-child(3n) {
		margin-right: 0;
	}

	.prod-main .prod-list .suspend {
		display: none;
	}

	.prod-details .top-box .img-box {
		width: 400px;
	}

	.prod-details .view {
		width: 398px;
	}

	.prod-details .top-box li {
		margin-bottom: 40px;
	}

	.prod-details .top-box .text-box {
		width: calc(100% - 420px);
		margin-left: 20px;
	}

	.prod-details .list_4 .list-box li {
		width: 33.33%;
	}

	/* news */
	.news-main .news-swip {
		margin-bottom: 50px;
	}

	.news-main .news-swip .img {
		width: 400px;
	}

	.news-main .news-swip .text {
		width: calc(100% - 430px);
	}

	.news-main .news-swip .h1 {
		height: 36px;
		-webkit-line-clamp: 1;
		line-height: 36px;
	}

	.news-main .news-swip .words {
		height: 80px;
		-webkit-line-clamp: 4;
		margin-bottom: 20px;
	}

	.public-news .backdrop .title .h1 {
		font-size: 40px;
	}

	.public-news .back-list .img {
		width: 450px;
	}

	.public-news .back-list .text {
		width: calc(100% - 480px);
		margin-left: 30px;
		padding-top: 50px;
	}

	.public-news .back-list li:nth-child(2n) .text {
		margin-left: 0;
		margin-right: 30px;
	}

	.case-main .details .img-text .words .img {
		width: 100% !important;
	}

	.case-main .details .img-text .words img {
		width: 100%;
	}

	/* about */
	.introduce .img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.introduce .text {
		width: 100%;
		margin-left: 0;
	}

	.culture .title {
		padding: 52px 0;
	}

	.culture .back-middle {
		display: none;
	}

	.culture-list {
		font-size: 0;
	}

	.culture-list li {
		position: static;
		max-width: 50%;
		width: 50%;
		display: inline-block;
		margin-bottom: 30px;
		vertical-align: top;
	}

	.culture-list .li_3 {
		margin-left: 0;
	}

	.history-swip {
		height: 500px;
	}

	.vr-list li {
		width: 100%;
	}

	.history {
		padding-bottom: 50px;
	}

	.history-swip {
		height: auto;
	}

	.history-swip .box {
		width: 98%;
		margin: 0 auto;
	}

	.history-swip .year {
		display: block;
		margin: 0 auto 10px;
		text-align: center;
	}

	.history-swip .swiper-slide:nth-child(2n) .year {
		text-align: center;
	}

	.history-swip .locality {
		line-height: 1.2;
		display: block;
		text-align: center;
	}

	.history-swip .words {
		text-align: center;
	}

	.history .carousel .swiper-button-next {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
		right: 0%;
		top: 50%;
		left: auto;
		margin-top: -16px;
	}

	.history .carousel .swiper-button-prev {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		left: 2%;
		top: 50%;
		margin-top: -16px;
	}

	.history .carousel::before {
		display: none;
	}

	/* case */
	.case-list li {
		width: 100%;
		margin-right: 0;
	}

	.case-list li.on .img {
		width: 100%;
		float: left;
	}

	.case-list li.on .text {
		position: static;
		max-width: 100%;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: calc(100% - 50px);
		float: left;
		padding: 25px;
	}

	.case-main .details .img-text .words {
		width: 100% !important;
	}

	.case-main .details .img-text img {
		width: 100%;
	}

	/* contact */

	.address {
		position: static;
		height: auto;
		padding-bottom: 30px;
	}

	/* poroblem */
	.program-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.program-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.program-list li:nth-child(2n) {
		margin-right: 0;
	}

	/*solutions*/
	.solutions-details .case-list li.on .img {
		width: 100%;
	}

	.solutions-details .case-list li.on .text {
		width: calc(100% - 52px);
	}

	.solutions-details .case-list li.on .img img {
		width: 100%;
	}

	/*video*/
	.video-list .suspend {
		opacity: 1;
	}

	.case-main .details .img-text iframe {
		width: 100%;
	}
}

@media only screen and (max-width:960px) {
	.about-contact .map{
		width: 100%;
		margin-bottom: 30px;
	}
	.about-contact .text-box{
		width: 100%;
	}
	.about-main .banner .hang{
		width: 100%;
		font-size: 20px;
		padding: 0 5%;
		text-align: center;
	}
	.about-text .h1{
		margin-top: 0;
	}
	.about-text{
		padding: 30px 15px;
	}
	.r-about{
		width: 100%;
	}
	.about-nav{
		margin-bottom: 20px;
	}
	.about-nav .nav-wrap{
		overflow-x: auto;
		white-space: nowrap;
	}
	.about-nav .nav-wrap::-webkit-scrollbar{
		display: none;
	}
	.about-nav .column.on::before{
		top: auto;
		bottom: 0;
		width: 110%;
		left: -5%;
		height: 2px;
	}
	.about-nav{
		border: 0;
	}
	.about-nav .column{
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
		height: 50px;
		line-height: 49px;
		margin-right: 10px;
		border: 0;
	}
	.about-nav .item{
		font-size: 14px;
	}
	.about-nav .column.on .item{
		font-size: 16px;
	}
	.about-nav{
		width: 100%;
	}
	.about-news .box {
		height: 520px;
	}

	.about-news .box .hang {
		padding: 100px 80px 40px;
	}

	.case-list .list {
		width: 100%;
	}

	.case-list .list.special {
		width: 100%;
	}

	.case-list .list .hang {
		padding: 5%;
	}
	.prod-main .prod-list li{
		width: 49%;
		margin-right: 2%;
	}
	.prod-main .prod-list li:nth-child(3n){
		margin-right: 2%;
	}
	.prod-main .prod-list li:nth-child(2n){
		margin-right: 0;
	}
}


@media only screen and (max-width:900px) {
	.foot-nav .column {
		/* width: 100px; */
		margin-right: 30px;
	}

	.foot-nav .h1 {
		font-size: 14px;
		padding-left: 0;
	}

	.foot-contact .h1 {
		font-size: 18px;
	}

	.foot-contact .phone {
		font-size: 20px;
	}

	.foot-contact .share .item {
		margin-right: 20px;
	}

	.case-screen.on {
		top: 51px;
	}

	.header {
		height: 50px;
	}

	.head-wrap {
		height: 50px;
		line-height: 50px;
	}

	.head-logo img {
		height: 42px;
	}

	.head-menu {
		height: 50px;
		line-height: 50px;
	}

	.head-menu .icon {
		margin-top: 17px;
	}

	.home-main .prod-list .img-box {
		width: 140px;
	}

	.main-page {
		margin-top: 51px;
	}

	.about-video {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.about-text {
		width: 100%;
		margin-left: 0;
	}

	/* 脙陇脗潞脗搂脙楼芒鈧撁偮� */
	.prod-details .top-box .h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.prod-details .top-box .words {
		font-size: 14px;
	}

	.prod-details .top-box .icon {
		width: 18px;
		margin-right: 12px;
	}

	.prod-details .top-box .words {
		width: calc(100% - 30px);
		line-height: 21px;
	}

	.prod-details .top-box td:nth-child(1) {
		width: 50%;
	}

	.prod-details .top-box td {
		vertical-align: top;
	}

	.prod-details .list_2 table {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* news */
	.public-news {
		padding-top: 30px;
	}

	.public-news .backdrop .title {
		padding-bottom: 30px;
	}

	.public-news .backdrop .title .h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.public-news .back-list .img {
		width: 400px;
	}

	.public-news .back-list .text {
		width: calc(100% - 420px);
		margin-left: 20px;
		padding-top: 20px;
	}

	.public-news .back-list li:nth-child(2n) .text {
		margin-left: 0;
		margin-right: 20px;
	}

	.news-main .banner .h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width:768px) {
	.foot-contact {
		width: 100%;
		text-align: center;
	}

	.foot-contact .share .item {
		margin: 0 10px !important;
	}

	.download-list .box li:last-child {
		margin-bottom: 30px;
	}

	.download-list .title {
		padding-bottom: 30px;
	}

	.download-list .title .en {
		font-size: 18px;
	}

	.download-main .case-screen .r-box {
		overflow-x: scroll;
		white-space: nowrap;
		width: 70%;
	}

	.case-screen .r-box::-webkit-scrollbar {
		display: none;
	}

	.foot-nav {
		display: none;
	}

	.foot-top {
		padding: 30px 0;
	}

	.foot-logo {
		margin-bottom: 30px;
	}

	.foot-bot .p {
		margin-bottom: 0;
	}

	.product {
		padding: 30px 0;
	}

	.home-main .title {
		margin-bottom: 30px;
	}

	.home-main .title .cn {
		font-size: 22px;
	}

	.home-main .prod-list li {
		width: 100%;
		margin-right: 0;
	}

	.home-main .prod-list li:last-child {
		margin-bottom: 0;
	}

	.home-main .prod-list .img-box {
		width: 250px;
	}

	.home-main .prod-list .name {
		font-size: 18px;
	}

	.about {
		padding: 30px 0;
	}

	.about .title .cn {
		line-height: 40px;
	}

	.about-video {
		margin-bottom: 20px;
	}

	.choose {
		padding-top: 30px;
	}

	.choose .container {
		padding: 50px 0 15px;
	}

	.data-list {
		font-size: 0;
	}

	.data-list .icon {
		margin-bottom: 30px;
	}

	.data-list .number {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.solutions .nav-box li {
		width: 33.33%;
		margin-bottom: 20px;
	}

	.solutions .words {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 35px;
	}

	.solutions .partner-list {
		margin-top: 0;
	}

	.news {
		padding: 30px 0;
	}

	.news .list {
		padding-bottom: 0;
	}

	.news .text {
		padding: 15px;
	}

	.news .h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news .words {
		margin-bottom: 10px;
	}

	.news .time {
		font-size: 14px;
	}

	.news .more-box {
		margin-top: 30px;
	}

	.news .l-mask,
	.news .r-mask {
		width: 50px;
		opacity: 0;
	}

	.news .swiper-button-prev {
		left: 9px;
		opacity: 0;
	}

	.news .swiper-button-next {
		right: 9px;
		opacity: 0;
	}

	@keyframes dong {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 8px)
		}
	}

	@keyframes dong2 {
		0 {
			transform: translate(0, 0);
			opacity: 0;
		}

		0.01% {
			transform: translate(0, 0);
			opacity: 0;
		}

		59.99% {
			transform: translate(0, 0);
			opacity: 0;
		}

		60% {
			transform: translate(0, 0);
			opacity: 1;
		}

		100% {
			transform: translate(110px, 60px);
		}
	}

	.home-swip .icon {
		position: absolute;
		animation: dong 1.8s ease-in-out 0.5s infinite alternate;
	}

	.home-swip .icon_1 {
		width: 20px;
		top: 14%;
	}

	.home-swip .icon_2 {
		width: 20px;
	}

	.home-swip .icon_3 {
		width: 30px;
		left: 28%;
		top: 44%;
	}

	.home-swip .icon_4 {
		width: 40px;
		left: 37%;
		top: 14%;
	}

	.home-swip .icon_5 {
		top: 71%;
		width: 12px;
	}

	.home-swip .icon_6 {
		width: 50px;
		top: 9%;
	}

	.home-swip .icon_7 {
		width: 20px;
		left: 73.5%;
		top: 9%;
	}

	.home-swip .icon_8 {
		width: 30px;
	}

	.home-swip .icon_9 {
		width: 20px;
		top: 35%;
	}

	.home-swip .icon_10 {
		width: 50px;
		animation: dong2 4s linear infinite;
	}

	.home-swip .icon_11 {
		width: 70px;
	}

	.home-swip .icon_12 {
		width: 80%;
		margin-left: -40%;
		margin-top: -50px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	.home-swip .icon_13 {
		width: 70%;
		margin-left: -35%;
		margin-top: -12px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	/* 脙陇脗潞脗搂脙楼芒鈧撁偮� */
	.case-screen .name {
		font-size: 20px;
	}

	.case-screen .column {
		font-size: 16px;
	}

	.cust-banner .icon_2 {
		width: 60px;
	}

	.cust-banner .icon_3 {
		width: 40px;
	}

	.cust-banner .icon_4 {
		width: 40px;
	}

	.cust-banner .icon_5 {
		width: 40px;
	}

	.keyfobs-banner .icon_1 {
		bottom: 10%;
	}

	.keyfobs-banner .icon_2 {
		width: 150px;
		left: 70%;
		top: 80%;
	}

	.keyfobs-banner .icon_3 {
		width: 150px;
		top: 40%;
		left: 50%;
	}

	.card-banner .icon_1 {
		width: 300px;
	}

	.card-banner .img_2 {
		width: 150px;
	}

	.card-banner .img_3 {
		width: 150px;
	}

	.wrist-banner .icon_1 {
		width: 150px;
	}

	.wrist-banner .icon_2 {
		width: 250px;
	}

	.wrist-banner .icon_3 {
		width: 150px;
	}

	.wrist-banner .icon_4 {
		width: 20px;
	}

	.wrist-banner .icon_4 .img_1 {
		width: 40px;
	}

	.wrist-banner .icon_4 .img_2 {
		width: 60px;
	}
	.wx_tool{
		display:none;
	}
	.prod-main .title {
		padding: 30px 0;
	}

	.prod-main .title .en {
		font-size: 20px;
	}

	.main-page .prod-nav li {
		line-height: 38px;
		width: auto;
		padding: 20px 10px;
	}
	.main-page .prod-nav li.on a::before{
		width: 110%;
		left: -5%;
	}

	.main-page .prod-nav li.special {
		width: auto;
	}

	.main-page .prod-nav a {
		font-size: 14px;
		padding: 0 20px;
	}

	.prod-main .prod-list .name {
		font-size: 16px;
		margin-top: 20px;
	}

	.prod-details .top-box .img-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.prod-details .view {
		width: 100%;
	}

	.prod-details .top-box .text-box {
		width: 100%;
		margin-left: 0;
	}

	.plianxi b{
		display:none;
	}

	.cust-prod .h1 {
		font-size: 20px;
	}

	.prod-swip .suspend {
		opacity: 0 !important;
	}

	.prod-swip .swiper-button-prev {
		opacity: 0 !important;
	}

	.prod-swip .swiper-button-next {
		opacity: 0 !important;
	}

	.prod-swip .l-mask {
		opacity: 0 !important;
	}

	.prod-swip .r-mask {
		opacity: 0 !important;
	}

	.prod-details .list_4 .list-box li {
		width: 50%;
	}

	/* news */
	.news-main .top-box {
		padding-top: 30px;
	}

	.news-main .news-swip .img {
		width: 100%;
	}

	.news-main .news-swip .text {
		width: 100%;
		margin-left: 0;
		padding-top: 10px;
	}

	.news-main .news-swip .swiper-pagination {
		left: 0;
		right: auto;
		width: 100%;
		text-align: right;
	}

	.news-main .news-swip .swiper-pagination-bullet {
		margin: 0 10px;
	}

	.news-main .news-list .img {
		width: 100%;
	}

	.news-main .news-list .text {
		width: calc(100% - 62px);
		margin-left: 0;
		height: auto;
	}

	.news-main .news-list .more-box {
		position: static;
		margin-top: 20px;
	}

	.news-main .news-list .more {
		padding-left: 0;
	}

	.news-main .news-list .words {
		height: 80px;
		-webkit-line-clamp: 40px;
	}

	.news-main .title {
		padding: 30px 0;
	}

	.news-main .details .title {
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.news-main .details .h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.news-main .details .time {
		padding-bottom: 15px;
		font-size: 18px;
	}

	.news-main .banner .h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.back-list li {
		margin-bottom: 20px;
	}

	.public-news .back-list .img {
		width: 100%;
	}

	.public-news .back-list .text {
		width: 100%;
		margin: 0 auto;
	}

	.public-news .backdrop .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.pro-poor .title {
		margin-bottom: 30px;
	}

	.pro-poor .prod-nav a {
		padding: 0 15px;
	}

	/* about */
	.introduce .mask {
		background-size: 80% auto !important;
	}

	.quali-nav li {
		height: 60px;
		line-height: 60px;
	}

	/*.vr-list .suspend{opacity: 0 !important;}*/
	/* contact */
	.address-list li.on>div {
		width: 50%;
	}

	/* partner */
	.partner-main .partner-list li {
		width: 24%;
		margin-right: 1.33%;
	}

	.partner-main .partner-list li:nth-child(6n) {
		margin-right: 1.33%;
	}

	.partner-main .partner-list li:nth-child(4n) {
		margin-right: 0;
	}

	/* poroblem */
	.program-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.program-list li:nth-child(3n) {
		margin-right: 0;
	}

	.program-list li:nth-child(2n) {
		margin-right: 0;
	}

	.program-list li.on .number {
		border-right: 1px solid #f7f7f7;
	}

	.program-list li.on .text {
		width: calc(100% - 118px);
		text-align: left;
	}

	/* video */
	.video-nav li {
		height: 60px;
		line-height: 60px;
	}

	.video-list li {
		width: 49%;
		margin-right: 2%;
	}

	.video-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.video-list li:nth-child(2n) {
		margin-right: 0;
	}

	.video-main .video-box .play {
		width: 60px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.video-main .video-box .name {
		font-size: 20px;
	}

	.video-main .video-box .suspend {
		margin-left: -85px;
		margin-top: -62px;
	}

	.case-main .details .img-text iframe {
		height: 440px;
	}

	/*contact*/
	.message label {
		width: 100%;
		margin-right: 0;
	}

	.message label:nth-child(2n) .name {
		width: 75px;
	}

	.map .img_1 {
		display: none;
	}

	.map .img_2 {
		display: block;
	}
}


@media only screen and (max-width:767px) {
	.problem-main .title::before{
		width: 30%;
	}
	.problem-main .title::after{
		width: 30%;
	}
	.case-main .details .news .title::before{
		width: 30%;
	}
	.case-main .details .news .title::after{
		width: 30%;
	}
	.pro-poor .title::before{
		width: 30%;
	}
	.pro-poor .title::after{
		width: 30%;
	}
	.vision-list .list{
		width: 48%;
		margin-right: 4%;
	}
	.vision-list .list:nth-child(3n){
		margin-right: 4%;
	}
	.vision-list .list:nth-child(2n){
		margin-right: 0;
	}
	.about-join .h1{
		font-size: 14px;
	}
	.about-join .place-box{
		margin-top: 30px;
	}
	.about-join{
		padding: 30px 0;
	}
	.about-join .title{
		margin-bottom: 20px;
	}
	.about-join .list{
		padding: 10px 5px;
		margin-bottom: 15px;
	}
	.about-contact .list{
		margin-bottom: 20px;
	}
	.about-contact .h1{
		font-size: 16px;
	}
	.about-contact .words{
		font-size: 14px;
		line-height: 24px;
	}
	.about-contact .list-box{
		margin: 30px 0;
	}
	.about-contact .text-box{
		padding: 0 15px;
	}
	.vision-list .words{
		height: auto;
	}
	.vision-list .icon{
		margin-bottom: 15px;
	}
	.vision-list .name{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.vision-list .list{
		padding: 10px 5px 0;
	}
	.vision-list{
		padding: 30px 15px;
	}
	.history .preview{
		margin-bottom: 30px;
	}
	.about-box{
		padding: 30px 0;
	}
	.nav-page{
		margin-top: 10px;
	}
	.solutions-list{
		margin-bottom: 10px;
	}
	.solutions-list .list{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.solutions-list .list:nth-child(4n){
		margin-right: 4%;
	}
	.solutions-list .list:nth-child(2n){
		margin-right: 0;
	}
	.solutions-list .h1{
		font-size: 16px;
		margin: 10px 0;
	}
	.recom-prod .prod-swip .name{
		margin-top: 10px;
	}
	.recom-prod .prod-swip .list{
		padding: 0;
	}
	.prod-swip .list .text-box{
		padding: 0 10px;
	}
	.prod-main .prod-list .img{
		padding: 0;
	}
	.prod-main .prod-list li{
		padding-bottom: 0;
	}
	.main-page .prod-nav li{
		line-height: 30px;
		padding: 10px;
		margin: 0;
		margin-right: 5px;
	}
	.prod-main .prod-list .text-box{
		padding: 0 10px;
	}
	.about-links .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.about-links .hang {
		font-size: 20px;
	}

	.about-news .h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.about-news .list {
		margin-bottom: 20px;
	}

	.about-news .btn-news {
		padding: 7px 20px;
	}

	.about-news .title {
		margin-bottom: 30px;
	}

	.about-news .box {
		height: 400px;
		margin-bottom: 20px;
	}

	.about-news .box .hang {
		padding: 30px 20px;
	}

	.about-news {
		padding: 30px 0;
	}

	.about-list .list {
		width: 49%;
		margin-right: 2%;
	}

	.about-list .list:nth-child(3n) {
		margin-right: 2%;
	}

	.about-list .list:nth-child(2n) {
		margin-right: 0;
	}

	.about-list .text-box {
		padding: 15px 10px;
	}

	.about-list .name {
		margin-bottom: 10px;
	}

	.about-main .title .cn {
		font-size: 18px;
	}

	.about-links .title {
		margin-bottom: 30px;
	}

	.about-links {
		padding: 20px 0 0;
	}

	.about-main .title::before {
		width: 35%;
	}

	.about-main .title::after {
		width: 35%;
	}

	.about-video .video-icon {
		width: 35px;
		margin-bottom: 20px;
	}

	.about-video .name {
		font-size: 16px;
	}

	.wds {
		max-width: 94%;
	}

	.wds2 {
		max-width: 94%;
	}

	.home-main .title::before {
		width: 30%;
	}

	.home-main .title::after {
		width: 30%;
	}

	.home-main .prod-list .list {
		width: 49%;
		margin-right: 2%;
		padding-bottom: 20px;
	}

	.home-main .prod-list .list:nth-child(2n) {
		margin-right: 0;
	}

	.home-main .prod-list .words {
		padding: 0 5px;
	}

	.home-main .nav-box {
		margin-bottom: 30px;
	}

	.home-main .nav-box .icon {
		width: 35px;
		margin: 0 auto;
	}

	.home-main .nav-box .name {
		display: block;
		font-size: 14px;
		line-height: 30px;
	}

	.product .img-box .list {
		width: 100%;
	}

	.product .img-box .list2 {
		margin-left: 0;
		margin-top: 10px;
	}

	.product {
		margin-bottom: 0;
	}

	.about {
		margin-bottom: 0;
	}

	.about .video-icon {
		width: 40px;
	}

	.about .video-box .name {
		font-size: 16px;
		margin-top: 10px;
	}

	.solutions {
		padding: 30px 0;
		margin-bottom: 0;
	}

	.solutions .words {
		margin-bottom: 20px;
	}

	.home-main .solutions .nav-box .list {
		width: 33.33%;
	}

	.home-main .solutions .nav-box {
		margin: 30px auto;
	}

	.case {
		padding: 30px 0;
		margin-bottom: 0;
	}

	.case-list .list {
		height: 210px;
	}

	.strength .title {
		padding-top: 50px;
	}

	.strength .back {
		height: 300px;
	}

	.data-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.data-list li:nth-child(2n) {
		margin-right: 0;
	}

	.news {
		margin-top: 0;
	}

	.news .list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer .top-box {
		padding: 30px 0;
	}

	.foot-contact .h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.foot-contact .phone {
		margin-bottom: 15px;
	}

	.foot-contact .share .item {
		width: 30px;
	}

	.foot-contact .share {
		margin-bottom: 15px;
	}

	.case-list .h1 {
		font-size: 16px;
	}

	.case-list .more {
		font-size: 14px;
		padding: 5px 10px;
	}
}

@media only screen and (max-width:550px) {
	.download-main .case-screen .r-box {
		width: 50%;
	}

	.home-main .prod-list .img-box {
		width: 200px;
	}

	.about-video {
		height: auto;
	}

	.solutions .partner-list li {
		width: 25%;
	}

	.home-news-swip .swiper-slide {
		padding: 0;
	}

	.about-video .play {
		width: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.about-video .h1 {
		font-size: 20px;
	}

	.about-video .play-box {
		margin-top: -40px;
	}

	@keyframes dong {
		from {
			transform: translate(0, 0)
		}

		to {
			transform: translate(0, 6px)
		}
	}

	@keyframes dong2 {
		0 {
			transform: translate(0, 0);
			opacity: 0;
		}

		0.01% {
			transform: translate(0, 0);
			opacity: 0;
		}

		59.99% {
			transform: translate(0, 0);
			opacity: 0;
		}

		60% {
			transform: translate(0, 0);
			opacity: 1;
		}

		100% {
			transform: translate(65px, 35px);
		}
	}

	.home-swip .icon {
		position: absolute;
		animation: dong 1.5s ease-in-out 0.5s infinite alternate;
	}

	.home-swip .icon_1 {
		width: 10px;
		top: 14%;
	}

	.home-swip .icon_2 {
		width: 10px;
	}

	.home-swip .icon_3 {
		width: 15px;
		left: 28%;
		top: 44%;
	}

	.home-swip .icon_4 {
		width: 20px;
		left: 37%;
		top: 14%;
	}

	.home-swip .icon_5 {
		top: 71%;
		width: 8px;
	}

	.home-swip .icon_6 {
		width: 25px;
		top: 9%;
	}

	.home-swip .icon_7 {
		width: 10px;
		left: 73.5%;
		top: 9%;
	}

	.home-swip .icon_8 {
		width: 15px;
	}

	.home-swip .icon_9 {
		width: 15px;
		top: 35%;
	}

	.home-swip .icon_10 {
		width: 25px;
		animation: dong2 4s linear infinite;
	}

	.home-swip .icon_11 {
		width: 35px;
	}

	.home-swip .icon_12 {
		width: 80%;
		margin-left: -40%;
		margin-top: -26px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	.home-swip .icon_13 {
		width: 70%;
		margin-left: -35%;
		margin-top: -7px;
		animation: dong3 6.5s ease 3s infinite;
		opacity: 0;
	}

	/* 脙陇脗潞脗搂脙楼芒鈧撁偮� */
	.case-screen .column {
		margin-left: 10px;
		font-size: 12px;
	}

	.keyfobs-banner .icon_1 {
		width: 150px;
	}

	.keyfobs-banner .icon_1 .img_2 {
		width: 100px;
	}

	.keyfobs-banner .icon_2 {
		width: 100px;
		left: 35%;
		top: 25%;
		margin-top: 0;
		margin-left: 0;
	}

	.keyfobs-banner .icon_3 {
		width: 100px;
		top: 50%;
	}

	.card-banner .icon_1 {
		width: 200px;
	}

	.card-banner .img_2 {
		width: 100px;
	}

	.card-banner .img_3 {
		width: 100px;
	}

	.wrist-banner .icon_1 {
		width: 80px;
	}

	.wrist-banner .icon_2 {
		width: 150px;
	}

	.wrist-banner .icon_3 {
		width: 100px;
	}

	.wrist-banner .icon_4 {
		width: 20px;
	}

	.wrist-banner .icon_4 .img_1 {
		width: 50px;
	}

	.wrist-banner .icon_4 .img_2 {
		width: 70px;
	}

	.main-page .prod-nav a {
		font-size: 16px;
	}

	.prod-main .prod-list li:nth-child(2n) {
		margin-right: 0;
	}

	.recom-prod .prod-swip .name {
		font-size: 16px;
	}

	.prod-main .prod-list .name {
		margin-top: 10px;
	}

	.prod-main .title .l-line {
		width: 30%;
		display: none;
	}

	.prod-main .title .r-line {
		width: 30%;
		display: none;
	}

	.prod-details .list_4 .list-box li {
		padding: 20px 10px;
	}

	.prod-details .list_4 .name {
		min-height: 48px;
	}

	.prod-details .list_4 .img {
		margin-top: 20px;
	}

	/* about */
	.introduce {
		padding: 30px 0;
	}

	.introduce .img {
		margin-top: 0;
	}

	.introduce .h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.introduce .h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.introduce .words {
		font-size: 14px;
		line-height: 28px;
	}

	.culture .title {
		padding: 30px 0;
	}

	.about-main .title .h1 {
		font-size: 20px;
	}

	.culture-list .name {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.history {
		padding-bottom: 30px;
	}

	.history-swip .box {
		width: 100%;
		padding: 10px 0;
	}

	.history-swip {
		height: auto;
	}

	.quali {
		padding-bottom: 30px;
	}

	.quali .title {
		padding: 30px 0;
	}

	.quali-nav {
		margin-bottom: 30px;
	}

	.quali-nav li {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.vr .title {
		padding: 30px 0;
	}

	.vr-list .number {
		margin-bottom: 10px;
	}

	.vr-list .h1 {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
		margin-bottom: 20px;
	}

	.vr-list .more {
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.history-swip .year {
		text-align: center;
	}

	.history-swip .swiper-slide:nth-child(2n) .year {
		text-align: center;
	}

	.history-swip .locality {
		display: block;
		text-align: center;
	}

	/* case */
	.case-main .details .case-list .h1 {
		font-size: 20px;
		padding: 30px 0;
	}

	.case-screen {
		/* height: 46px; */
		line-height: 46px;
	}

	.case-screen .name {
		font-size: 16px;
	}

	.case-screen .on {
		font-size: 14px;
	}

	.case-screen .r-box {
		/* height: 46px; */
	}

	.case-screen .drop-down {
		top: 46px;
	}

	.case-main .container {
		padding: 30px 0;
	}

	.case-list li {
		margin-bottom: 20px;
	}

	.case-list .img {
		width: 180px;
	}

	.case-list .text {
		width: calc(100% - 200px);
		padding: 10px;
	}

	.case-list .icon {
		width: 40px;
		margin-bottom: 10px;
	}

	.case-list .name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.case-list .words {
		font-size: 14px;
		line-height: 24px;
	}

	.case-main .more-box {
		margin-top: 10px;
	}

	.case-main .details .container {
		padding: 30px 0 0;
	}

	.case-main .details .title .h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.case-main .details .time {
		font-size: 16px;
	}

	.case-main .details .title {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.case-main .details .words {
		font-size: 14px;
		line-height: 24px;
	}

	.case-main .details .img-text .words {
		font-size: 14px;
		line-height: 24px;
	}

	.up-down .up {
		background-size: auto 20px;
		padding-left: 45px;
	}

	.up-down .down {
		background-size: auto 20px;
		padding-right: 45px;
	}

	.up-down .h1 {
		margin-left: 45px;
	}

	.up-down .r-down .h1 {
		margin-left: 0;
		margin-right: 45px;
	}

	/* contact */
	.address {
		padding: 30px 15px 0;
		margin-top: 0;
	}

	.address .title {
		position: static;
		margin-bottom: 20px
	}

	.address .h1 {
		margin-bottom: 20px;
		line-height: 24px;
		font-size: 18px;
	}

	.address-list li>div {
		margin-bottom: 10px;
	}

	.address-list li.on>div {
		width: 100%;
	}

	.address-list .name {
		margin-bottom: 10px
	}

	.message {
		padding-bottom: 30px;
	}

	.message .h1 {
		padding: 30px 0;
	}

	.message .h1 {
		font-size: 20px;
	}

	.message label {
		width: auto;
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}

	/* download */
	.download-main .container {
		padding: 30px 0 10px;
	}

	.download-list li {
		margin-bottom: 20px;
		height: 50px;
		line-height: 50px;
		background: #fff url(/images/img149.jpg) 10px center no-repeat;
		background-size: 18px auto;
		padding-left: 30px;
	}

	.download-list a {
		font-size: 16px;
		padding-right: 30px;
		background-size: 25px auto;
	}

	/* product */
	.prod-swip .list {
		padding: 30px 0;
	}

	/* partner */
	.partner-main .partner-list {
		padding: 30px 0;
	}

	.partner-main .partner-list li {
		width: 32%;
		margin-right: 2%;
	}

	.partner-main .partner-list li:nth-child(6n) {
		margin-right: 2%;
	}

	.partner-main .partner-list li:nth-child(4n) {
		margin-right: 2%;
	}

	.partner-main .partner-list li:nth-child(3n) {
		margin-right: 0;
	}

	/* poroblem */
	.problem-main .title {
		padding: 30px 0;
	}

	.problem-main .title .h1 {
		font-size: 20px;
	}

	.program-list li {
		height: 50px;
		line-height: 50px;
		margin-bottom: 10px;
	}

	.program-list .words {
		font-size: 14px;
		line-height: 24px;
	}

	.faqs-list {
		padding-bottom: 10px;
	}

	.faqs-list li {
		margin-bottom: 10px;
	}

	.faqs-list .ask {
		height: 50px;
		line-height: 50px;
		background-size: 25px auto;
	}

	.faqs-list .symbol {
		font-size: 14px;
		margin: 0 20px;
	}

	.faqs-list .words {
		font-size: 14px;
		width: calc(100% - 90px);
		line-height: 20px;
	}

	.faqs-list .answer {
		padding: 30px 50px;
		background: url(/images/img142.jpg) 18px 37px no-repeat;
		background-size: 18px auto;
	}

	/* team */
	.team-main .title {
		padding: 30px 0;
	}

	.team-main .title .h1 {
		font-size: 20px;
		background-size: auto 100%;
		line-height: 20px;
		padding-left: 20px;
	}

	.team-list .text {
		margin-top: 20px;
	}

	.team-list .icon {
		width: 30px;
		height: 30px;
		margin-bottom: 20px;
	}

	.team-list .icon_2 {
		background-size: cover;
	}

	.team-list .name {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.team-list .words {
		font-size: 14px;
		line-height: 24px;
	}

	/* video */
	.video-main .container {
		padding: 30px 0;
	}

	.video-nav {
		margin-bottom: 30px;
	}

	.video-nav li {
		height: 40px;
		line-height: 40px;
	}

	.video-nav li a {
		font-size: 14px;
	}

	.video-list .name {
		font-size: 14px;
		padding: 15px;
	}

	.video-main .video-box {
		height: auto;
	}

	.video-main .video-box .play {
		width: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.video-main .video-box .suspend {
		margin-left: -85px;
		margin-top: -40px;
	}

	.case-main .details .img-text iframe {
		height: 280px;
	}

	/*news*/
	.pro-poor {
		padding-bottom: 20px;
	}

	.case-main .details .news .title {
		padding: 30px 0;
	}

	.case-main .details .news .title .cn {
		font-size: 20px;
	}
}

@media only screen and (max-width:414px) {
	.foot-logo {
		margin-bottom: 20px;
	}

	.foot-share {
		margin-bottom: 20px;
	}

	.footer .p {
		margin-bottom: 20px;
	}

	.cont-mode li {
		margin-bottom: 20px;
	}

	.foot-bot .p {
		margin-bottom: 0;
	}

	.foot-bot {
		padding: 20px 0;
	}

	.home-main .prod-list .img-box {
		width: 150px;
	}

	.about .title .cn {
		line-height: 30px;
	}

	.about-video {
		height: auto;
	}

	.about-text .h1 {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 10px;
	}

	.data-list .icon {
		width: 35px;
	}

	.solutions .partner-list li {
		padding: 0 20px;
	}

	.news .carousel a {
		padding: 0;
	}

	.news .slick-prev {
		left: 8px;
	}

	.news .slick-next {
		right: 8px;
	}

	.news .l-mask {
		left: 0;
	}

	.news .r-mask {
		right: 0;
	}

	/* 脙陇脗潞脗搂脙楼芒鈧撁偮� */
	.prod-main .title {
		margin-bottom: 0;
		padding: 20px 0;
	}

	.prod-main .title .en {
		font-size: 18px;
	}

	.main-page .prod-nav a {
		font-size: 14px;
		padding: 0 15px;
	}

	.prod-main .mores {
		margin: 30px auto 40px;
	}

	.prod-details .top-box {
		padding-bottom: 30px;
	}

	.prod-details .top-box .h1 {
		font-size: 18px;
		line-height: 26px;
	}

	.prod-details .top-box li {
		margin-bottom: 20px;
	}

	.prod-details .titles {
		height: 50px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.prod-details .titles .en {
		font-size: 18px;
	}

	.recom-prod .titles {
		height: 50px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.recom-prod .titles .en {
		font-size: 18px;
	}

	.prod-details .cent-box th {
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
	}

	.prod-details .list_1 td {
		padding: 30px 0;
	}

	.prod-details .list_2 tr:nth-child(1) td {
		padding-top: 30px;
	}

	.recom-prod .titles {
		margin-bottom: 30px;
	}

	.recom-prod .carousel {
		margin-bottom: 40px;
	}

	.recom-prod .more-box {
		margin: 0 auto 40px;
	}

	.recom-prod .slick_2 .name {
		font-size: 16px;
		margin-top: 10px;
	}

	.recom-prod .slick_2 .list {
		padding: 20px 10px;
	}

	.cust-prod .h1 {
		font-size: 18px;
	}

	/* news */
	.news-main .title {
		padding: 20px 0;
	}

	.news-main .title .h1 {
		font-size: 18px;
	}

	.news-slick .h1 {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}

	.news-slick .time {
		font-size: 14px;
		padding: 0 20px;
		width: auto;
		display: inline-block;
	}

	.news-slick .slick-dots {
		bottom: -25px;
		width: 100%;
	}

	.news-main .news-list .text {
		padding: 15px;
		width: calc(100% - 32px);
	}

	.news-main .news-list .top {
		margin-bottom: 10px;
	}

	.news-main .news-list li {
		margin-bottom: 30px;
	}

	.news-main .news-list .h1 {
		font-size: 16px;
		width: calc(100% - 100px);
	}

	.news-main .news-list .time {
		padding: 0 20px;
		font-size: 14px;
		width: 70px;
		padding-right: 0;
		line-height: 16px;
	}

	.news-main .news-list .more-box {
		margin-top: 10px;
	}

	.news-main .mores-box {
		padding-bottom: 30px;
	}

	.news-main .details .title {
		padding-top: 20px;
	}

	.news-main .details .time {
		font-size: 16px;
	}

	.news-main .details .words {
		font-size: 14px;
		line-height: 24px;
	}

	.up-down {
		padding: 30px 0;
		margin-top: 30px;
	}

	.news-main .banner .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.public-news .backdrop .title {
		padding-bottom: 20px;
		padding-top: 0;
	}

	.public-news .backdrop .title .h1 {
		font-size: 18px;
	}

	.pro-poor .prod-nav li {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.pro-poor .carousel {
		margin-bottom: 30px;
	}

	.pro-poor .slick_2 .list {
		padding: 30px 0;
	}

	/*solutions*/
	.solutions-details .title {
		padding: 30px 0;
	}

	.solutions-details .title .en {
		font-size: 18px;
	}

	.solutions-details .img-text .h1 {
		font-size: 16px;
	}

	.solutions-details .img-text .more {
		padding: 0 25px;
		height: 30px;
		line-height: 30px;
		margin: 30px 0;
	}

	.solutions-details .case-list .titles {
		height: 50px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.solutions-details .case-list .titles .en {
		font-size: 18px;
	}
}