/*banner*/

.banner1 {
	height: 700px;
	width: 100%;
}

.banner1 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.banner1-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.banner1-btn div {
	position: absolute;
	width: 18px;
	height: 30px;
	background-size: cover;
	top: 0;
}

.banner1-btn .banner1-prev {
	background-image: url(../images/icon3.png);
	left: 10px;
}

.banner1-btn .banner1-next {
	background-image: url(../images/icon4.png);
	right: 10px;
}

.basewidth {
	width: 100%;
	margin: 0 auto;
	clear: both;
	max-width: 1360px;
	min-width: 1180px;
	box-sizing: border-box;
}


/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/

.i_t {
	text-align: center;
	margin-top: 5%;
	text-transform: uppercase;
	position: relative;
	color: #f8f8f8;
	font-weight: 100;
	overflow: hidden;
	line-height: 1;
}

.i_t .txt {
	position: absolute;
	top: 50%;
	width: 100%;
	text-transform: none;
	color: #333333;
	overflow: hidden;
	left: 0;
	transform: translate(0%, -50%);
}

.i_t .txt span {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 36px;
}

.i_t .txt span:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	/* background:url(../images/i_bg1.png) center center no-repeat; */
	background-size: 100% 100%;
}

.i_t .txt span:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 14px;
	right: 0;
	top: 50%;
	margin-top: -7px;
	/* background:url(../images/i_bg2.png) center center no-repeat; */
	background-size: 100% 100%;
}

.i_about {
	overflow: hidden;
	margin-top: 3%;
	margin-bottom: 6%;
}

.i_about .imgs {
	float: right;
	width: 50%;
	border-radius: 6px;
	overflow: hidden;
}

.i_about .imgs .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	transition: all 0.3s;
	height: 458px;
}

.i_about .imgs:hover .img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.i_about .imgs img {
	width: 100%;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.i_about .txts {
	max-width: 640px;
	width: 48%;
	float: left;
	overflow: hidden;
}

.i_about .txts .label {
	line-height: 1.4;
	color: #0751ad;
	font-weight: bold;
	overflow: hidden;
	margin-top: 6%;
}

.i_about .txts .label .colors {
	color: #3db247;
}

.i_about .txts .title {
	line-height: 1.4;
	color: #0751ad;
	font-weight: bold;
	overflow: hidden;
}

.i_about .txts .cons {
	color: #666666;
	overflow: hidden;
	margin-top: 5%;
	line-height: 26px;
	height: 104px;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-indent: 2em;
	-webkit-box-orient: vertical;
}

.i_about .counter {
	margin-top: 6%;
	text-align: center;
}

.i_about .counter ul li {
	float: left;
	width: 25%;
	transition: all 0.3s;
}

.i_about .counter ul li .txts2 {
	padding-left: 1%;
	padding-right: 1%;
	max-width: 130px;
}

.i_about .counter ul li .nums {
	overflow: hidden;
	font-weight: bold;
	width: 79px;
	height: 79px;
	line-height: 79px;
	margin: 0 auto;
	color: #fff;
	background: url(../images/i_bg3.png) no-repeat;
	background-size: 100% 100%;
}

.i_about .counter span {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.i_about .counter label {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	line-height: 50px;
}

.i_about .counter .h6 {
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	height: 24px;
	color: #333333;
	margin-top: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i_about .counter ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.i_about .imore1 {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	transition: all 0.3s;
	margin-top: 10%;
	background: url(../images/i_bg4.png) no-repeat;
	background-size: 100% 100%;
}

.i_about .imore1:hover {
	background-image: url(../images/i_bg4_on.png);
	margin-left: 3px;
}


/*Ã§Â â€Ã¥Ââ€˜Ã¥Â®Å¡Ã¥Ë†Â¶*/

.i_product_bg {
	overflow: hidden;
	background: #f8f8f8;
}

.i_product_bg .i_t {
	color: #ededed;
}

.i_product {
	overflow: hidden;
	margin-top: 3%;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 6px;
	margin-bottom: 6%;
}

.i_product .imgs {
	float: left;
	width: 50%;
	border-radius: 6px 0 0 6px;
	overflow: hidden;
	height: 385px;
}

.i_product .imgs .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	transition: all 0.3s;
	height: 100%;
}

.i_product .imgs:hover .img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.i_product .imgs img {
	width: 100%;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.i_product .txts {
	overflow: hidden;
}

.i_product .txts .cons {
	margin: 0 auto;
	max-width: 570px;
	width: 94%;
	overflow: hidden;
}

.i_product .txts .tit {
	padding-top: 10%;
	padding-bottom: 5%;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}

.i_product .txts .tit .h3 {
	font-weight: bold;
	height: 79px;
	line-height: 79px;
	overflow: hidden;
	padding-left: 92px;
	background: url(../images/i_pic1.png) left center no-repeat;
	background-size: 60px 60px;
}

.i_product .txts .p {
	color: #666666;
	overflow: hidden;
	margin-top: 5%;
	line-height: 26px;
	height: 104px;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.i_product .imore1 {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	transition: all 0.3s;
	margin-top: 10%;
	background: url(../images/i_bg4.png) no-repeat;
	background-size: 100% 100%;
}

.i_product .imore1:hover {
	background-image: url(../images/i_bg4_on.png);
	margin-left: 3px;
}

.divproduct_new_div_item .product_div_item_pic {
	position: relative;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}

.divproduct_new_div_item .product_div_item_pic img {
	width: 100%;
	height: 100%;
}

.divproduct_new_div_item .product_div_item_pic a {
	display: block;
	position: relative;
}

.i_product2 {
	margin-bottom: 50px;
}

.divproduct_new_div_item .product_div_item_pic a:before,
.divproduct_new_div_item .product_div_item_pic a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-mz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0.8;
}

.divproduct_new_div_item .product_div_item_pic a:before {
	content: "+";
	width: 4.6vw;
	height: 4.6vw;
	line-height: 4.6vw;
	text-align: center;
	top: 42%;
	left: 42%;
	font-size: 30px;
	font-weight: 100;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 100%;
	z-index: 2;
}

.divproduct_new_div_item .product_div_item_pic a:after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.divproduct_new_div_item:hover .product_div_item_pic a:before,
.divproduct_new_div_item:hover .product_div_item_pic a:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.divproduct_new_div_item {
	float: left;
	width: 24%;
	height: 100%;
	position: relative;
	margin-top: 2%;
	margin-right: 6px;
	margin-left: 6px;
	box-shadow: 0px 1px 10px 0px #c1c1c140;
	margin-bottom: 1%;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.divproduct_new_div_item{
		width: 46%;
	}
	.divproduct_new_div_item_content .divproduct_new_div_item_title a{
		font-size: 16px !important;
	}
}

.divproduct_new_div_item:nth-child(1) {}

.divproduct_new_div_item_title,
.divproduct_new_div_item_body {
	height: 100%;
}

.divproduct_new_div_item_content:after {
	width: 0;
	height: 60px;
	color: #fff;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #df0115;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}

.divproduct_new_div_item:nth-child(4) {
	margin-left: 0px;
}

.divproduct_new_div_item:nth-child(7) {
	margin-left: 0px;
}

.divproduct_new_div_item_content {
	width: 99%;
	margin-left: 1%;
	line-height: 60px;
	margin-top: 2%;
	height: 60px;
	background: #fff;
	border-top: 1px #f0efef solid;
}

.divproduct_new_div_item_content .divproduct_new_div_item_title a {
	font-size: 1vw;
	color: #333;
	width: 100%;
	display: block;
	position: absolute;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	line-height: 60px;
	-webkit-transition: all linear 0.3s;
	text-align: center;
}

.divproduct_new_div_item_content .divproduct_new_div_item_body {
	color: #666;
	margin-top: 1.8vw;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}

.divproduct_new_div_item_content .divproduct_new_div_item_body:after {
	width: 4vw;
	height: 1vw;
	display: block;
	position: absolute;
	top: 2.4vw;
	background-size: 100%;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}

.divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body:after {}

.divproduct_new_div_item:hover .divproduct_new_div_item_body {
	color: #fff;
}

.divproduct_new_div_item:hover .divproduct_new_div_item_title a {
	color: #fff;
	background: #0768b5;
}


/*Ã¥Âºâ€Ã§â€Â¨Ã©Â¢â€ Ã¥Å¸Å¸*/

.i_application {
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	margin-top: 3%;
	margin-bottom: 6%;
	position: relative;
}

.i_application .i_application_l {
	width: 46%;
	max-width: 602px;
	left: 2%;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

.i_application .i_application_l ul {
	overflow: hidden;
}

.i_application .i_application_l ul li {
	width: 33.33%;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 28px;
	/*  cursor:pointer; */
}

.i_application .i_application_l ul li:nth-child(4),
.i_application .i_application_l ul li:nth-child(5),
.i_application .i_application_l ul li:nth-child(6) {
	padding-bottom: 0;
	padding-top: 28px;
}

.i_application .i_application_l ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #eeeeee;
}

.i_application .i_application_l ul li:nth-child(3n+0):after {
	width: 0;
}

.i_application .i_application_l ul li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #eeeeee;
}

.i_application .i_application_l ul li:nth-child(4):before,
.i_application .i_application_l ul li:nth-child(5):before,
.i_application .i_application_l ul li:nth-child(6):before {
	height: 0;
}

.i_application .i_application_l ul li .h3 {
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333333;
	margin-top: 6px;
}

.i_application .i_application_l ul li i {
	display: block;
	margin: 0 auto;
	width: 94px;
	height: 94px;
	border: 1px solid #efefef;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
	background-position: center center;
}

.i_application .i_application_l ul li:hover i {
	background-color: #0751ad;
	border-color: #0751ad;
}

.i_application .i_application_l ul li:nth-child(6) i {
	background-size: 30px 30px;
	border-color: #fff;
}

.i_application .i_application_l ul li:nth-child(6):hover i {
	background-color: #fff;
}

.i_application .i_application_l ul li i.bgs1 {
	background-image: url(../images/i_ico1.png);
}

.i_application .i_application_l ul li i.bgs2 {
	background-image: url(../images/i_ico2.png);
}

.i_application .i_application_l ul li i.bgs3 {
	background-image: url(../images/i_ico3.png);
}

.i_application .i_application_l ul li i.bgs4 {
	background-image: url(../images/i_ico4.png);
}

.i_application .i_application_l ul li i.bgs5 {
	background-image: url(../images/i_ico5.png);
}

.i_application .i_application_l ul li i.bgs6 {
	background-image: url(../images/i_bg4.png);
}

.i_application .i_application_l ul li:hover i.bgs1 {
	background-image: url(../images/i_ico1_on.png);
}

.i_application .i_application_l ul li:hover i.bgs2 {
	background-image: url(../images/i_ico2_on.png);
}

.i_application .i_application_l ul li:hover i.bgs3 {
	background-image: url(../images/i_ico3_on.png);
}

.i_application .i_application_l ul li:hover i.bgs4 {
	background-image: url(../images/i_ico4_on.png);
}

.i_application .i_application_l ul li:hover i.bgs5 {
	background-image: url(../images/i_ico5_on.png);
}

.i_application .i_application_l ul li:hover i.bgs6 {
	background-image: url(../images/i_bg4_on.png);
}

.i_application .imgs {
	float: right;
	width: 50%;
	overflow: hidden;
}

.i_application .imgs .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	transition: all 0.3s;
	height: 476px;
}

.i_application .imgs:hover .img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.i_application .imgs img {
	width: 100%;
	opacity: 0;
	filter: Alpha(opacity=0);
	height: 476px;
}


/*Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’*/

.i_news {
	overflow: hidden;
	margin-top: 3%;
	background: #fff;
	border-radius: 6px;
	position: relative;
}

.i_news .imgs {
	float: left;
	width: 50%;
	overflow: hidden;
}

.i_news .imgs .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	transition: all 0.3s;
}

.i_news .imgs:hover .img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.i_news .imgs img {
	width: 100%;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.i_news .txts {
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	top: 0;
	background: url(../images/i_bg6.png) #f8f8f8 right bottom no-repeat;
	background-size: 100% auto;
}

.i_news .txts .cons {
	margin: 0 auto;
	max-width: 570px;
	width: 94%;
	overflow: hidden;
}

.i_news .txts .h3 {
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	line-height: 28px;
	max-height: 56px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 13%;
}

.i_news .txts .p {
	color: #888;
	overflow: hidden;
	margin-top: 4.5%;
	line-height: 24px;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: auto;
}

.i_news .txts .date {
	float: right;
	margin-top: -30px;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	color: #999999;
	font-size: 16px;
}

.i_news .imore1 {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	transition: all 0.3s;
	margin-top: 12%;
	background: url(../images/i_bg4.png) no-repeat;
	background-size: 100% 100%;
}

.i_news .imore1:hover {
	background-image: url(../images/i_bg4_on.png);
	margin-left: 3px;
}

.i_news_ul {
	overflow: hidden;
	margin-top: 2%;
	margin-bottom: 3%;
}

.i_news_ul ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #f8f8f8;
	overflow: hidden;
	border-radius: 6px;
	background-size: cover;
}

.i_news_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}

.i_news_ul ul li:hover {
	background-image: url(../images/i_bg7.png);
}

.i_news_ul ul li .txts {
	margin: 0 auto;
	max-width: 358px;
	width: 94%;
	overflow: hidden;
	margin-top: 8%;
	margin-bottom: 8%;
}

.i_news_ul ul li .txts .h3 {
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	line-height: 28px;
	height: 56px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.i_news_ul ul li .txts .date {
	margin-top: 5%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #999999;
	font-size: 16px;
	transition: all 0.3s;
}

.i_news_ul ul li .txts .p {
	color: #888;
	overflow: hidden;
	margin-top: 4.5%;
	line-height: 20px;
	height: 40px;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.i_news_ul ul li .txts .imore1 {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	transition: all 0.3s;
	margin-top: 10%;
	background: url(../images/i_bg4.png) no-repeat;
	background-size: 100% 100%;
}

.i_news_ul ul li:hover .txts .imore1 {
	background-image: url(../images/i_bg4_on.png);
	margin-left: 3px;
}

.i_news_ul ul li:hover .txts .h3 {
	color: #fff;
}

.i_news_ul ul li:hover .txts .date {
	color: #fff;
}

.i_news_ul ul li:hover .txts .p {
	color: #fff;
}

@media screen and (max-width: 1400px) {
	/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
	.i_about .txts .cons {
		font-size: 14px;
	}
	/*Ã§Â â€Ã¥Ââ€˜Ã¥Â®Å¡Ã¥Ë†Â¶*/
	.i_product .txts .p {
		font-size: 14px;
	}
}

@media screen and (max-width: 1260px) {
	/*Ã¥Âºâ€Ã§â€Â¨Ã©Â¢â€ Ã¥Å¸Å¸*/
	.i_application .imgs .img {
		height: 350px;
	}
	/*Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’*/
	.i_news .txts .h3 {
		margin-top: 10%;
	}
}

@media screen and (max-width: 1200px) {
	/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
	.i_about .imgs .img {
		height: 425px;
	}
	.i_about .txts .label {
		margin-top: 2%;
	}
	.i_about .counter .h6 {
		font-size: 13px;
		line-height: 22px;
		height: 22px;
	}
	.i_about .imore1 {
		margin-top: 5%;
	}
	/*Ã§Â â€Ã¥Ââ€˜Ã¥Â®Å¡Ã¥Ë†Â¶*/
	.i_product .imgs .img {
		height: 384px;
	}
	.i_product .txts .tit {
		padding-top: 8%;
	}
	.i_product .imore1 {
		margin-top: 5%;
	}
	/*Ã¥Âºâ€Ã§â€Â¨Ã©Â¢â€ Ã¥Å¸Å¸*/
	.i_application .imgs .img {
		height: 330px;
	}
	.i_application .i_application_l ul li {
		padding-bottom: 18px;
	}
	.i_application .i_application_l ul li:nth-child(4),
	.i_application .i_application_l ul li:nth-child(5),
	.i_application .i_application_l ul li:nth-child(6) {
		padding-top: 18px;
	}
	.i_application .i_application_l ul li i {
		width: 86px;
		height: 86px;
	}
	.i_application .i_application_l ul li .h3 {
		font-size: 15px;
	}
}

@media screen and (max-width: 1100px) {
	/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
	.i_about .imgs .img {
		height: 383px;
	}
	.i_about .txts .cons {
		line-height: 24px;
		height: 96px;
	}
	/*Ã§Â â€Ã¥Ââ€˜Ã¥Â®Å¡Ã¥Ë†Â¶*/
	.i_product .imgs .img {
		height: 352px;
	}
	.i_product .txts .p {
		line-height: 24px;
		height: 96px;
	}
	/*Ã¥Âºâ€Ã§â€Â¨Ã©Â¢â€ Ã¥Å¸Å¸*/
	.i_application .i_application_l ul li i {
		width: 76px;
		height: 76px;
	}
	.i_application .i_application_l ul li .h3 {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
	.i_application .imgs .img {
		height: 305px;
	}
	/*Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’*/
	.i_news .txts .h3 {
		margin-top: 8%;
	}
}

@media screen and (max-width: 960px) {
	/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
	.i_about .txts {
		float: none;
		width: 100%;
		max-width: none;
	}
	.i_about .imgs {
		float: none;
		width: 100%;
	}
	.i_about .imgs .img {
		/*height: auto;*/
	}
	.i_about .txts .label {
		margin-top: 4%;
	}
	.i_about .txts .cons {
		margin-top: 3%;
		height: auto;
		max-height: 96px;
	}
	.i_about .counter {
		margin-top: 4%;
	}
	.i_about .counter .h6 {
		height: auto;
	}
	/*Ã§Â â€Ã¥Ââ€˜Ã¥Â®Å¡Ã¥Ë†Â¶*/
	.i_product .txts {
		float: none;
		width: 100%;
		max-width: none;
		padding-bottom: 5%;
	}
	.i_product .txts .cons {
		max-width: none;
	}
	.i_product .txts .tit {
		padding-top: 5%;
		padding-bottom: 3.5%;
	}
	.i_product .txts .p {
		height: auto;
		max-height: 96px;
	}
	.i_product .imgs {
		float: none;
		width: 100%;
		border-radius: 6px;
	}
	.i_product .imgs .img {
		height: auto;
	}
	/*Ã¥Âºâ€Ã§â€Â¨Ã©Â¢â€ Ã¥Å¸Å¸*/
	.i_application {
		padding-top: 20px;
	}
	.i_application .i_application_l {
		position: static;
		width: 94%;
		margin-left: 3%;
		max-width: none;
		transform: translate(0%, 0%);
	}
	.i_application .imgs {
		float: none;
		width: 100%;
		margin-top: 4%;
	}
	.i_application .imgs .img {
		/*height: auto;*/
	}
	/*Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’*/
	.i_news .imgs {
		float: none;
		width: 100%;
		border-radius: 6px;
	}
	.i_news .txts {
		position: static;
		width: 100%;
	}
	.i_news .txts .cons {
		max-width: none;
		margin-bottom: 5%;
	}
	.i_news .txts .h3 {
		margin-top: 4%;
	}
	.i_news .txts .p {
		height: auto;
/*		max-height: 60px;*/
		margin-top: 2%;
	}
	.i_news .imore1 {
		margin-top: 5%;
	}
}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 640px) {
	/*Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’*/
	.i_news .txts .h3 {
		line-height: 24px;
		max-height: 48px;
		font-size: 16px;
	}
	.i_news .txts .p {
		font-size: 13px;
	}
	.i_news .txts .date {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
	.i_about {
		margin-top: 4%;
	}
	.i_about .txts .label {
		margin-top: 5%;
	}
	.i_about .txts .cons {
		font-size: 13px;
		line-height: 22px;
		max-height: 88px;
	}
	.i_about .counter {
		margin-top: 4%;
	}
	.i_about .counter ul li .nums {
		width: 66px;
		line-height: 66px;
		height: 66px;
	}
	.i_about .counter label {
		line-height: 40px;
		font-size: 13px;
	}
	.i_about .counter .h6 {
		font-size: 12px;
		line-height: 20px;
	}
	/*Ã§Â â€Ã¥Ââ€˜Ã¥Â®Å¡Ã¥Ë†Â¶*/
	.i_product {
		margin-top: 4%;
	}
	.i_product .txts {
		padding-bottom: 6%;
	}
	.i_product .txts .tit {
		padding-top: 6%;
		padding-bottom: 4%;
	}
	.i_product .txts .tit .h3 {
		height: 66px;
		line-height: 66px;
		padding-left: 76px;
		background-size: 66px 66px;
	}
	.i_product .txts .p {
		font-size: 13px;
		line-height: 22px;
		max-height: 88px;
	}
	/*Ã¥Âºâ€Ã§â€Â¨Ã©Â¢â€ Ã¥Å¸Å¸*/
	.i_application {
		margin-top: 4%;
	}
	.i_application .i_application_l {
		margin-left: 0;
		width: 100%;
	}
	.i_application .i_application_l ul li i {
		width: 60px;
		height: 60px;
	}
	.i_application .i_application_l ul li .h3 {
		font-size: 13px;
	}
	/*Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’*/
	.i_news .txts .h3 {
		line-height: 22px;
		max-height: 44px;
		font-size: 15px;
		margin-top: 5%;
	}
	.i_news .txts .p {
		font-size: 12px;
		margin-top: 3%;
	}
	.i_news .txts .date {
		font-size: 13px;
	}
}

@media screen and (max-width: 360px) {
	/*Ã¥Âºâ€Ã§â€Â¨Ã©Â¢â€ Ã¥Å¸Å¸*/
	.i_application .i_application_l ul li .h3 {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
}

@keyframes scaleAnim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}