 
@media (min-width: 768px) {
	.commonweb {
		padding: 0px 20px;
	}

	.commonwebbox {
		margin-left: -10px;
		margin-right: -10px;
	}

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.visible-sm {
		display: block;
	}

	.hidden-sm {
		display: none;
	}
}

@media (min-width: 992px) {
	.commonweb {
		padding: 0px 40px;
	}

	.commonwebbox {
		margin-left: -10px;
		margin-right: -10px;
	}

	.commonleft {
		float: left;
	}

	.commonright {
		float: right;
	}

	.visible-md {
		display: block;
	}

	.hidden-md {
		display: none;
	}

	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	html {
		cursor: default;
	}

	.commonleft {
		float: left;
	}

	.commonright {
		float: right;
	}

	.visible-lg {
		display: block;
	}

	.visible-lg2 {
		display: inline-block;
	}

	.hidden-lg {
		display: none;
	}

	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1260px) {
	.commonweb {
		margin: 0px auto;
		padding: 0;
	}
} 

.inxprod-list li {
	margin: 0 0 20px 0;	
}

.inxprod-list li a {
	display: block;
	position: relative;
	padding:20px 0 20px 20px;
	background-color:#F8F8F8;
}
.inxprod-list li .imgbox img {
	display: block;
	width: 35%;
	-webkit-border-radius:50%;
}

.inxprod-list li .inxpro-img {
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	width: 44%;
}

.inxprod-list li .inxpro-img img {
	display: block;
	max-width: 100%;
}

.inxprod-list li .inxpro-text {
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	color: #FFF;
	width: 40%;
}

.inxprod-list li .inxpro-text h3 {
	color: #34364b;
	padding: 0 0 5px;
	font-size:18px;
}

.inxprod-list li .inxpro-text p {
	color: #999;
	line-height: 20px;
	font-size:14px;
}

@media (min-width: 1024px) {
	.indxProduct {
 
	}

	.inxprod-list {
		padding-top: 38px;
		padding-bottom: 10px;
	}

	.inxprod-list li a {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
	}

	.inxprod-list li:hover a {
		-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
		box-shadow: 5px 5px 5px #E3E3E3;
		background-color:#EEE;
	}

	.inxprod-list li:hover .imgbox img {
       -webkit-transform: rotateZ(30deg);
       -moz-transform: rotateZ(30deg);
       -o-transform: rotateZ(30deg);
       -ms-transform: rotateZ(30deg);
       transform: rotateZ(30deg);
       -webkit-transition: -webkit-transform 1s ease-out;
       -moz-transition: -moz-transform 1s ease-out;
      -o-transition: -o-transform 1s ease-out;
      -ms-transition: -ms-transform 1s ease-out;
    cursor: pointer;
 
	}
       .inxprod-list li:hover .inxpro-text h3{
 
       }
       .inxprod-list li:hover .inxpro-text p{
 
       }
	.inxprod-list li .inxpro-img {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
	}
}

@media (min-width: 1199px) {
	.inxprod-list ul {
		margin: 0 -15px;
	}

	.inxprod-list li {
		padding: 0 15px;
	}

	.inxprod-list li .inxpro-text {
		width: 43%;
	}
}

.indxArrivals {
	background-color: #f1f4f9;
}

.arrivals-wrapper {
	padding: 0 30px;
	position: relative;
}

.arrivals-wrapper .arrivalsp-min {
	overflow: hidden;
	padding: 30px 0 0 0;
}

.arrivals-wrapper ul.momargin {
	margin: 0;
}

.arrivals-wrapper ul.momargin li {
	padding: 0;
}

.arrivals-wrapper li {
	margin: 0 0 20px 0;
}

.arrivals-wrapper li a {
	display: block;
}

.arrivals-wrapper li .solut-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.arrivals-wrapper li .solut-text {
	padding: 10px;
	background-color: #FFFFFF;
	border-top: 2px solid #d82019;
	text-align: center;
	position: relative;
}

.arrivals-wrapper li .solut-text:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	top: -2px;
	background: #0c337f;
	height: 2px;
	-webkit-transition-property: right;
	-o-transition-property: right;
	-moz-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.arrivals-wrapper li .solut-text h3 {
	color: #58596d;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
}

.arrivals-wrapper li:hover .solut-text:before {
	right: 0;
	z-index: 2;
}

@media (min-width: 768px) {
	.arrivals-wrapper .relat-btn {
		height: 43px;
	}

	.arrivals-wrapper li {
		float: left;
		width: 33.33%;
	}
}

@media (min-width: 1024px) {
	.indxArrivals {
		padding-top: 57px;
		padding-bottom: 55px;
	}

	.arrivals-wrapper li:hover img {
		-webkit-transform: scale(1.03, 1.03);
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-o-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}

	.arrivals-wrapper li a {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
	}

	.arrivals-wrapper li .solut-img {
		overflow: hidden;
	}

	.arrivals-wrapper li .solut-img img {
		-webkit-transition: all ease 0.7s;
		-moz-transition: all ease 0.7s;
		-o-transition: all ease 0.7s;
		transition: all ease 0.7s;
	}

	.arrivals-wrapper li .solut-text {
		padding: 34px 30px 30px;
	}

	.arrivals-wrapper li .solut-text h3 {
		margin: 0 0 9px 0;
	}

	.arrivals-wrapper li:hover .solut-text h3 {
		color: #d82019;
	}
}

@media (min-width: 1400px) {
	.arrivals-wrapper {
		padding: 5px 0;
	}
}

.inxSolution {
	background: url(../images/wimg33.jpg) no-repeat 0 0;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.inxSolution .index-more {
	padding: 20px 0 0;
}

.inxSolution .index-more a {
	color: #FFF;
}

.inxSolut-wrapper {
	padding: 0 30px 30px;
	position: relative;
}

.inxSolut-wrapper .inxSolut-min {
	overflow: hidden;
	padding: 30px 0 0 0;
}

.inxSolut-wrapper ul.momargin {
	margin: 0;
}

.inxSolut-wrapper ul.momargin li {
	padding: 0;
}

.inxSolut-wrapper li {
	margin: 0 0 20px 0;
}

.inxSolut-wrapper li a {
	display: block;
}

.inxSolut-wrapper li .solut-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.inxSolut-wrapper li .solut-text {
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	background: -webkit-linear-gradient(135deg, transparent 20px, #FFF 0);
	background: -moz- oldlinear-gradient(135deg, transparent 20px, #FFF 0);
	background: -o-linear-gradient(135deg, transparent 20px, #FFF 0);
	background: linear-gradient(-45deg, transparent 20px, #FFF 0);
}

.inxSolut-wrapper li .solut-text h3 {
	color: #58596d;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.inxSolut-wrapper li .solut-text .en {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #d82019;
	text-transform: uppercase;
	font-family: DINPro;
}
 
.inxSolut-wrapper .ipages {
	bottom: 10px;
}

@media (min-width: 768px) {
	.inxSolut-wrapper .relat-btn {
		height: 43px;
	}

	.inxSolut-wrapper li {
		float: left;
		width: 33.33%;
	}
}

@media (min-width: 1024px) {
	.inxSolution {
		padding-top: 57px;
		padding-bottom: 59px;
	}

	.inxSolution .index-more {
		padding: 0;
	}

	.inxSolution .index-more a {
		border-color: #3b2d2a;
	}

	.inxSolut-wrapper {
		padding: 5px 30px 72px;
	}

	.inxSolut-wrapper .ipages {
		bottom: 40px;
	}

	.inxSolut-wrapper li:hover img {
		-webkit-transform: scale(1.03, 1.03);
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-o-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}

	.inxSolut-wrapper li a {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
	}

	.inxSolut-wrapper li .solut-img {
		overflow: hidden;
	}

	.inxSolut-wrapper li .solut-img img {
		-webkit-transition: all ease 0.7s;
		-moz-transition: all ease 0.7s;
		-o-transition: all ease 0.7s;
		transition: all ease 0.7s;
	}

	.inxSolut-wrapper li .solut-text {
		padding: 24px 30px 32px;
	}

	.inxSolut-wrapper li .solut-text h3 {
		margin: 0 0 2px 0;
	}

	.inxSolut-wrapper li:hover .solut-text h3 {
		color: #d82019;
	}
}

@media (min-width: 1400px) {
	.inxSolut-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.inxPartner {
	background-color: #f1f4f9;
}

.inxpart-list {
	position: relative;
	padding: 20px 30px;
}

.inxpart-list li a {
	display: block;
	border: 1px solid #dbdced;
}

.inxpart-list li img {
	display: block;
	width: 100%;
}

.inxpart-list .index-btn.index-prev.swiper-button-disabled {
	display: none !important;
}

.inxpart-list .index-btn.index-next.swiper-button-disabled {
	display: none !important;
}

.partner-wrapper {
	overflow: hidden;
}

@media (min-width: 1024px) {
	.inxpart-list {
		padding: 36px 30px;
	}

	.inxpart-list li:hover img {
		-webkit-transform: scale(1.03, 1.03);
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-o-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}

	.inxpart-list li a {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
		overflow: hidden;
	}

	.inxpart-list li a img {
		-webkit-transition: all ease 0.7s;
		-moz-transition: all ease 0.7s;
		-o-transition: all ease 0.7s;
		transition: all ease 0.7s;
	}

	.inxpart-list li:hover a {
		border-color: #d82019;
	}

	.inxPartner {
		padding-top: 56px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1400px) {
	.inxpart-list {
		padding-left: 0;
		padding-right: 0;
	}
}

.searchcont401 {
	padding: 36px 0;
	background-color: #FFFFFF;
}

.searchtitle401 {
	padding: 28px 15px;
	background-color: #f2f2f2;
}

.searchtitle401 span {
	color: #d82019;
}

.resultlist401 {
	font-size: 13px;
	padding: 3% 0;
}

.resultlist401 img {
	display: block;
	width: 100%;
	margin-bottom: 2%;
}

.resultlist401 ul {
	padding-bottom: 40px;
}

.resultlist401 li {
	padding: 15px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: -1px;
	position: relative !important;
	top: auto !important;
}

.resultlist401 h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 3%;
}

.resultlist401 h4 em {
	color: #da251d;
}

.resultlist401 h4 a {
	display: block;
}

.resulttext401 {
	overflow: hidden;
	height: 72px;
	color: #999;
}

.resultlabel401 {
	color: #999;
	display: inline-block;
	padding-top: 30px;
}

.searchinputcont401 dt {
	float: left;
	width: 78%;
}

.searchinputcont401 dd {
	float: left;
	width: 22%;
}

.searchinputcont401 dt input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	font-size: 15px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Microsoft YaHei";
}

.searchinputcont401 dd input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #d82019;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.keywords {
	color: #da251d;
}

@media (min-width: 768px) {
	.searchtitle401 {
		font-size: 24px;
	}

	.resultlist401 h4 {
		font-size: 20px;
		margin-bottom: 2%;
	}

	.searchimg401 {
		float: left;
		margin: 0 3% 0 0;
		display: block;
		width: 200px;
		height: 150px;
		overflow: hidden;
		position: relative;
	}

	.resultlist401 img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		max-width: 100%;
		width: auto;
	}
}

@media (min-width: 992px) {
	.searchinputcont401 {
		width: 45%;
		margin: 0 auto;
	}

	.searchinputcont401 dt input {
		font-size: 18px;
	}

	.searchinputcont401 dd input {
		font-size: 18px;
		font-weight: bold;
	}
} 